01JKYRRZXF2V7XE77K70VKK0V9: 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: 01JKYRSZJHB1B9N2TQX14ZY4PF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-13T04:27:12.305Zjob assigned to worker 01JKYRXE46DMN7CJZ24G6E5CTF [factory aws, i-0c57e9c0d4724f2b8] (queued for 2 m 48 s)
 
22025-02-13T04:27:19.891Zstarting task 0: "setup"
32025-02-13T04:27:19.897Z++ uname -s
42025-02-13T04:27:19.899Z+ kern=SunOS
52025-02-13T04:27:19.899Z+ build_user=build
62025-02-13T04:27:19.899Z+ build_uid=12345
72025-02-13T04:27:19.899Z+ work_dir=/work
82025-02-13T04:27:19.899Z+ input_dir=/input
92025-02-13T04:27:19.899Z+ [[ 0 == 12345 ]]
102025-02-13T04:27:19.899Z+ case "$kern" in
112025-02-13T04:27:19.899Z+ groupadd -g 12345 build
122025-02-13T04:27:19.902Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-13T04:27:21.909Z+ zfs create -o mountpoint=/work rpool/work
142025-02-13T04:27:22.025Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-13T04:27:22.029Z+ home_fs=zfs
162025-02-13T04:27:22.029Z+ [[ zfs == autofs ]]
172025-02-13T04:27:22.029Z+ mkdir -p /home/build
182025-02-13T04:27:22.029Z+ chown build:build /home/build /work
192025-02-13T04:27:24.030Z+ chmod 0700 /home/build /work
202025-02-13T04:27:24.033Zprocess exited: duration 4143 ms, exit code 0
 
212025-02-13T04:27:24.040Zstarting task 1: "rust-toolchain"
222025-02-13T04:27:24.047Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-13T04:27:24.047Z * rust toolchain channel = "1.84.1"
242025-02-13T04:27:24.047Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-13T04:27:24.047Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-02-13T04:27:24.047Z * rust toolchain profile = "default"
272025-02-13T04:27:24.047Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-13T04:27:24.050Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-13T04:27:24.050Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-13T04:27:24.166Zinfo: downloading installer
312025-02-13T04:27:25.496Zwarning: it looks like you have an existing installation of Rust at:
322025-02-13T04:27:25.496Zwarning: /opt/ooce/bin
332025-02-13T04:27:25.496Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-13T04:27:25.496Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-13T04:27:25.496Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-13T04:27:25.496Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-13T04:27:25.496Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-13T04:27:25.496Zerror: cannot install while Rust is installed
392025-02-13T04:27:25.496Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-13T04:27:25.512Zinfo: profile set to 'default'
412025-02-13T04:27:25.512Zinfo: default host triple is x86_64-unknown-illumos
422025-02-13T04:27:25.515Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-13T04:27:25.693Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-13T04:27:25.693Zinfo: downloading component 'cargo'
452025-02-13T04:27:26.747Zinfo: downloading component 'clippy'
462025-02-13T04:27:27.148Zinfo: downloading component 'rust-docs'
472025-02-13T04:27:28.583Zinfo: downloading component 'rust-std'
482025-02-13T04:27:30.912Zinfo: downloading component 'rustc'
492025-02-13T04:27:39.114Zinfo: downloading component 'rustfmt'
502025-02-13T04:27:39.420Zinfo: installing component 'cargo'
512025-02-13T04:27:40.275Zinfo: installing component 'clippy'
522025-02-13T04:27:40.675Zinfo: installing component 'rust-docs'
532025-02-13T04:27:42.367Zinfo: installing component 'rust-std'
542025-02-13T04:27:44.297Zinfo: installing component 'rustc'
552025-02-13T04:27:50.522Zinfo: installing component 'rustfmt'
562025-02-13T04:27:50.855Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-13T04:27:50.855Z
582025-02-13T04:27:51.244Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-13T04:27:51.244Z
602025-02-13T04:27:51.247Z
612025-02-13T04:27:51.247ZRust is installed now. Great!
622025-02-13T04:27:51.247Z
632025-02-13T04:27:51.247ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-13T04:27:51.247Zenvironment variable. This has not been done automatically.
652025-02-13T04:27:51.247Z
662025-02-13T04:27:51.247ZTo configure your current shell, you need to source
672025-02-13T04:27:51.247Zthe corresponding env file under $HOME/.cargo.
682025-02-13T04:27:51.247Z
692025-02-13T04:27:51.247ZThis is usually done by running one of the following (note the leading DOT):
702025-02-13T04:27:51.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-13T04:27:51.247Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-13T04:27:51.321Z+ rustup --version
732025-02-13T04:27:51.328Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-13T04:27:51.331Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-13T04:27:51.406Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-13T04:27:51.409Z+ cargo --version
772025-02-13T04:27:51.467Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-13T04:27:51.469Z+ rustc --version
792025-02-13T04:27:51.531Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-13T04:27:51.534Zprocess exited: duration 27488 ms, exit code 0
 
812025-02-13T04:27:51.540Zstarting task 2: "authentication"
822025-02-13T04:27:51.561Zprocess exited: duration 21 ms, exit code 0
 
832025-02-13T04:27:51.567Zstarting task 3: "clone repository"
842025-02-13T04:27:51.571Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-13T04:27:51.574Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-13T04:27:51.615ZCloning into '/work/oxidecomputer/omicron'...
872025-02-13T04:27:58.685Z+ cd /work/oxidecomputer/omicron
882025-02-13T04:27:58.685Z+ git fetch origin c3b0e63cb25d63fe9fdf35c672b8567a3ac88687
892025-02-13T04:27:58.972ZFrom https://github.com/oxidecomputer/omicron
902025-02-13T04:27:58.973Z * branch c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 -> FETCH_HEAD
912025-02-13T04:27:58.982Z+ [[ -n '' ]]
922025-02-13T04:27:58.982Z+ git reset --hard c3b0e63cb25d63fe9fdf35c672b8567a3ac88687
932025-02-13T04:27:59.165ZHEAD is now at c3b0e63cb Update Rust crate tokio-tungstenite to 0.26.1
942025-02-13T04:27:59.168Zprocess exited: duration 7598 ms, exit code 0
 
952025-02-13T04:27:59.176Zstarting task 4: "build"
962025-02-13T04:27:59.179Z+ source .github/buildomat/ci-env.sh
972025-02-13T04:27:59.182Z++ export CARGO_TERM_COLOR=always
982025-02-13T04:27:59.182Z++ CARGO_TERM_COLOR=always
992025-02-13T04:27:59.182Z+ cargo --version
1002025-02-13T04:27:59.231Zcargo 1.84.1 (66221abde 2024-11-19)
1012025-02-13T04:27:59.233Z+ rustc --version
1022025-02-13T04:27:59.293Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1032025-02-13T04:27:59.296Z+ source ./env.sh
1042025-02-13T04:27:59.296Z++ OLD_SHELL_OPTS=ehxB
1052025-02-13T04:27:59.296Z++ set -o xtrace
1062025-02-13T04:27:59.299Z++++ dirname ./env.sh
1072025-02-13T04:27:59.302Z+++ readlink -f .
1082025-02-13T04:27:59.304Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-02-13T04:27:59.304Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-02-13T04:27:59.304Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-02-13T04:27:59.305Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122025-02-13T04:27:59.305Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132025-02-13T04:27:59.305Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142025-02-13T04:27:59.305Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152025-02-13T04:27:59.305Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-13T04:27:59.305Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-13T04:27:59.305Z++ case $OLD_SHELL_OPTS in
1182025-02-13T04:27:59.305Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-02-13T04:27:59.305Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1202025-02-13T04:27:59.305Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212025-02-13T04:27:59.305Z+ banner prerequisites
1222025-02-13T04:27:59.308Z
1232025-02-13T04:27:59.308Z ##### ##### ###### ##### ###### #### # # # #### #
1242025-02-13T04:27:59.308Z # # # # # # # # # # # # # # #
1252025-02-13T04:27:59.308Z # # # # ##### # # ##### # # # # # #### #
1262025-02-13T04:27:59.308Z ##### ##### # ##### # # # # # # # # #
1272025-02-13T04:27:59.308Z # # # # # # # # # # # # # # #
1282025-02-13T04:27:59.308Z # # # ###### # # ###### ### # #### # #### #
1292025-02-13T04:27:59.308Z
1302025-02-13T04:27:59.308Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1312025-02-13T04:28:00.945Zpkg list: illegal option -- F
1322025-02-13T04:28:00.945ZUsage:
1332025-02-13T04:28:00.948Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1342025-02-13T04:28:00.948Z [pkg_fmri_pattern ...]
1352025-02-13T04:28:01.800Zpkg list: illegal option -- F
1362025-02-13T04:28:01.800ZUsage:
1372025-02-13T04:28:01.806Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1382025-02-13T04:28:01.806Z [pkg_fmri_pattern ...]
1392025-02-13T04:28:10.634Z Startup: Refreshing catalog 'helios-dev' ... Done
1402025-02-13T04:28:14.954Z Startup: Caching catalogs ... Done
1412025-02-13T04:28:27.737ZPlanning: Solver setup ... Done (11.819s)
1422025-02-13T04:28:27.907ZPlanning: Running solver ... Done (0.159s)
1432025-02-13T04:28:28.019ZPlanning: Finding local manifests ... Done (0.007s)
1442025-02-13T04:28:28.083ZPlanning: Fetching manifests: 0/7 0% complete
1452025-02-13T04:28:28.716ZPlanning: Fetching manifests: 7/7 100% complete
1462025-02-13T04:28:28.827ZPlanning: Package planning ... Done (0.110s)
1472025-02-13T04:28:28.894ZPlanning: Merging actions ... Done (0.056s)
1482025-02-13T04:28:29.077ZPlanning: Checking for conflicting actions ... Done (0.195s)
1492025-02-13T04:28:31.185ZPlanning: Consolidating action changes ... Done (2.108s)
1502025-02-13T04:28:31.615ZPlanning: Evaluating mediators ... Done (0.430s)
1512025-02-13T04:28:31.699ZPlanning: Planning completed in 16.64 seconds
1522025-02-13T04:28:31.712Z Packages to install: 4
1532025-02-13T04:28:31.712Z Packages to update: 3
1542025-02-13T04:28:31.715Z Mediators to change: 2
1552025-02-13T04:28:31.715Z Services to change: 1
1562025-02-13T04:28:31.715Z Estimated space available: 155.61 GB
1572025-02-13T04:28:31.715ZEstimated space to be consumed: 1.65 GB
1582025-02-13T04:28:31.715Z Create boot environment: No
1592025-02-13T04:28:31.715ZCreate backup boot environment: Yes
1602025-02-13T04:28:31.715Z Rebuild boot archive: No
1612025-02-13T04:28:31.715Z
1622025-02-13T04:28:31.715ZChanged mediators:
1632025-02-13T04:28:31.715Z mediator clang:
1642025-02-13T04:28:31.715Z version: None -> 15 (system default)
1652025-02-13T04:28:31.715Z
1662025-02-13T04:28:31.715Z mediator llvm:
1672025-02-13T04:28:31.715Z version: 14 (system default) -> 15 (system default)
1682025-02-13T04:28:31.715Z
1692025-02-13T04:28:31.715ZChanged packages:
1702025-02-13T04:28:31.716Zhelios-dev
1712025-02-13T04:28:31.716Z developer/build-essential
1722025-02-13T04:28:31.716Z None -> 11-2.0
1732025-02-13T04:28:31.716Z library/libxmlsec1
1742025-02-13T04:28:31.716Z None -> 1.2.35-2.0
1752025-02-13T04:28:31.716Z ooce/developer/clang-15
1762025-02-13T04:28:31.716Z None -> 15.0.7-2.0
1772025-02-13T04:28:31.716Z ooce/developer/llvm-15
1782025-02-13T04:28:31.716Z None -> 15.0.7-2.0
1792025-02-13T04:28:31.716Z package/pkg
1802025-02-13T04:28:31.716Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1812025-02-13T04:28:31.716Z system/library/g++-runtime
1822025-02-13T04:28:31.716Z 13-2.0 -> 14-2.0
1832025-02-13T04:28:31.716Z system/library/gcc-runtime
1842025-02-13T04:28:31.716Z 13-2.0 -> 14-2.0
1852025-02-13T04:28:31.716Z
1862025-02-13T04:28:31.716ZServices:
1872025-02-13T04:28:31.716Z restart_fmri:
1882025-02-13T04:28:31.716Z svc:/system/update-man-index:default
1892025-02-13T04:28:31.716Z
1902025-02-13T04:28:31.716ZEditable files to change:
1912025-02-13T04:28:31.716Z Update:
1922025-02-13T04:28:31.716Z usr/share/lib/pkg/web/config.shtml
1932025-02-13T04:28:31.794Z
1942025-02-13T04:28:31.794ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1952025-02-13T04:28:36.884ZDownload: 124/4301 items 0.3/225.4MB 0% complete (346k/s)
1962025-02-13T04:28:42.796ZDownload: 206/4301 items 1.3/225.4MB 0% complete (136k/s)
1972025-02-13T04:28:48.676ZDownload: 209/4301 items 1.3/225.4MB 0% complete (132k/s)
1982025-02-13T04:28:57.160ZDownload: 211/4301 items 1.3/225.4MB 0% complete
1992025-02-13T04:29:02.165ZDownload: 370/4301 items 16.6/225.4MB 7% complete (3.1M/s)
2002025-02-13T04:29:07.228ZDownload: 825/4301 items 18.5/225.4MB 8% complete (1.8M/s)
2012025-02-13T04:29:12.233ZDownload: 1094/4301 items 19.8/225.4MB 8% complete (1.3M/s)
2022025-02-13T04:29:18.666ZDownload: 1196/4301 items 80.3/225.4MB 35% complete (6.2M/s)
2032025-02-13T04:29:38.697ZDownload: 1198/4301 items 80.9/225.4MB 35% complete
2042025-02-13T04:29:43.720ZDownload: 2212/4301 items 119.1/225.4MB 52% complete (7.8M/s)
2052025-02-13T04:29:48.725ZDownload: 2237/4301 items 119.3/225.4MB 52% complete (3.9M/s)
2062025-02-13T04:29:53.726ZDownload: 3124/4301 items 168.9/225.4MB 74% complete (4.9M/s)
2072025-02-13T04:30:01.763ZDownload: 3281/4301 items 211.3/225.4MB 93% complete (10.7M/s)
2082025-02-13T04:30:07.101ZDownload: 4297/4301 items 224.9/225.4MB 99% complete (1.6M/s)
2092025-02-13T04:30:07.115ZDownload: Completed 225.42 MB in 95.30 seconds (2.4M/s)
2102025-02-13T04:30:09.315Z Actions: 1/5122 actions (Removing old actions)
2112025-02-13T04:30:09.338Z Actions: 194/5122 actions (Installing new actions)
2122025-02-13T04:30:13.997Z Actions: 4267/5122 actions (Updating modified actions)
2132025-02-13T04:30:14.350Z Actions: Completed 5122 actions in 5.03 seconds.
2142025-02-13T04:30:14.585Z Done (0.227s)
2152025-02-13T04:30:14.587Z Done (0.001s)
2162025-02-13T04:30:15.187Z Done (0.600s)
2172025-02-13T04:30:19.727Z Done (4.311s)
2182025-02-13T04:30:19.816Z Done (0.018s)
2192025-02-13T04:30:19.820Z Done (0.000s)
2202025-02-13T04:30:19.985Z Done (0.000s)
2212025-02-13T04:30:20.695ZPlanning: Evaluating mediator changes ... Done
2222025-02-13T04:30:20.858ZPlanning: Checking for conflicting actions ... Done
2232025-02-13T04:30:20.861ZPlanning: Consolidating action changes ... Done
2242025-02-13T04:30:21.130ZPlanning: Evaluating mediators ... Done
2252025-02-13T04:30:21.133ZPlanning: Planning completed in 0.44 seconds
2262025-02-13T04:30:21.171Z Mediators to change: 2
2272025-02-13T04:30:21.171Z Create boot environment: No
2282025-02-13T04:30:21.174ZCreate backup boot environment: No
2292025-02-13T04:30:21.326Z Done
2302025-02-13T04:30:21.326Z Done
2312025-02-13T04:30:21.706Z Done
2322025-02-13T04:30:25.348Z Done
2332025-02-13T04:30:25.439Z Done
2342025-02-13T04:30:25.442Z Done
2352025-02-13T04:30:25.591Z Done
2362025-02-13T04:30:26.219ZPlanning: Evaluating mediator changes ... Done
2372025-02-13T04:30:26.222ZPlanning: Merging actions ... Done
2382025-02-13T04:30:26.412ZPlanning: Checking for conflicting actions ... Done
2392025-02-13T04:30:26.415ZPlanning: Consolidating action changes ... Done
2402025-02-13T04:30:26.679ZPlanning: Evaluating mediators ... Done
2412025-02-13T04:30:26.734ZPlanning: Planning completed in 0.76 seconds
2422025-02-13T04:30:26.775Z Packages to change: 1
2432025-02-13T04:30:26.775Z Mediators to change: 1
2442025-02-13T04:30:26.778Z Services to change: 1
2452025-02-13T04:30:26.778Z Create boot environment: No
2462025-02-13T04:30:26.778ZCreate backup boot environment: Yes
2472025-02-13T04:30:28.996Z Actions: 1/6 actions (Updating modified actions)
2482025-02-13T04:30:29.001Z Actions: Completed 6 actions in 0.00 seconds.
2492025-02-13T04:30:29.002Z Done
2502025-02-13T04:30:29.002Z Done
2512025-02-13T04:30:29.119Z Done
2522025-02-13T04:30:32.738Z Done
2532025-02-13T04:30:32.832Z Done
2542025-02-13T04:30:32.834Z Done
2552025-02-13T04:30:32.964Z Done
2562025-02-13T04:30:33.404ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2572025-02-13T04:30:33.404Zclang system 15 system
2582025-02-13T04:30:33.404Zcsh system system illumos
2592025-02-13T04:30:33.404Zctags system system illumos
2602025-02-13T04:30:33.404Zgcc vendor 12 vendor
2612025-02-13T04:30:33.404Zgcc system 10 system
2622025-02-13T04:30:33.404Zgcc system 7 system
2632025-02-13T04:30:33.404Zgo system 1.20 system
2642025-02-13T04:30:33.404Zgo system 1.19 system
2652025-02-13T04:30:33.404Zllvm system 15 system
2662025-02-13T04:30:33.404Zllvm system 14 system
2672025-02-13T04:30:33.404Zmariadb system 10.6 system
2682025-02-13T04:30:33.404Zmta vendor vendor dma
2692025-02-13T04:30:33.404Zopenjdk system 17 system
2702025-02-13T04:30:33.404Zopenjdk system 11 system
2712025-02-13T04:30:33.404Zopenjdk system 1.8 system
2722025-02-13T04:30:33.404Zopenssl vendor 3 vendor
2732025-02-13T04:30:33.404Zperl system 5.36 system
2742025-02-13T04:30:33.404Zpostgresql system 15 system
2752025-02-13T04:30:33.404Zpostgresql system 13 system
2762025-02-13T04:30:33.404Zpython vendor 3 vendor
2772025-02-13T04:30:33.404Zpython system 2 system
2782025-02-13T04:30:33.404Zpython3 system 3.11 system
2792025-02-13T04:30:33.404Zruby system 3.0 system
2802025-02-13T04:30:33.405Zwords vendor vendor american-english
2812025-02-13T04:30:33.405Zwords system system australian-english
2822025-02-13T04:30:33.405Zwords system system british-english
2832025-02-13T04:30:33.405Zwords system system canadian-english
2842025-02-13T04:30:33.405Zwords system system french
2852025-02-13T04:30:33.405Zwords system system italian
2862025-02-13T04:30:33.405Zwords system system ngerman
2872025-02-13T04:30:33.405Zwords system system ogerman
2882025-02-13T04:30:33.405Zwords system system spanish
2892025-02-13T04:30:33.737ZPUBLISHER TYPE STATUS P LOCATION
2902025-02-13T04:30:33.737Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2912025-02-13T04:30:36.707ZFMRI IFO
2922025-02-13T04:30:36.707Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2932025-02-13T04:30:36.707Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2942025-02-13T04:30:36.707Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2952025-02-13T04:30:36.707Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2962025-02-13T04:30:36.707Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2972025-02-13T04:30:36.707Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2982025-02-13T04:30:36.707Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2992025-02-13T04:30:36.707Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3002025-02-13T04:30:36.707Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3012025-02-13T04:30:36.707Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3022025-02-13T04:30:36.707Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3032025-02-13T04:30:36.707Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3042025-02-13T04:30:36.707Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3052025-02-13T04:30:36.707Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3062025-02-13T04:30:36.707Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3072025-02-13T04:30:37.486Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3082025-02-13T04:30:37.773Z Updating crates.io index
3092025-02-13T04:30:37.843Z Updating git repository `https://github.com/oxidecomputer/daft`
3102025-02-13T04:30:38.140Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3112025-02-13T04:30:38.694Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3122025-02-13T04:30:38.946Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132025-02-13T04:30:39.225Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3142025-02-13T04:30:39.500Z Updating git repository `https://github.com/oxidecomputer/propolis`
3152025-02-13T04:30:40.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162025-02-13T04:30:42.272Z Updating git repository `https://github.com/oxidecomputer/opte`
3172025-02-13T04:30:42.891Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182025-02-13T04:30:43.623Z Updating git repository `https://github.com/oxidecomputer/clickward`
3192025-02-13T04:30:43.885Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3202025-02-13T04:30:44.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3212025-02-13T04:30:44.826Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3222025-02-13T04:30:45.140Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232025-02-13T04:30:45.536Z Updating git repository `https://github.com/oxidecomputer/tofino`
3242025-02-13T04:30:45.790Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3252025-02-13T04:30:46.030Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3262025-02-13T04:30:46.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3272025-02-13T04:30:46.551Z Updating git repository `https://github.com/oxidecomputer/lldp`
3282025-02-13T04:30:46.927Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3292025-02-13T04:30:47.253Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-02-13T04:30:47.563Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-02-13T04:30:47.921Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322025-02-13T04:30:48.176Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332025-02-13T04:30:48.686Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3342025-02-13T04:30:48.949Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3352025-02-13T04:30:49.390Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3362025-02-13T04:30:49.811Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3372025-02-13T04:30:50.141Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382025-02-13T04:30:50.409Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392025-02-13T04:30:50.688Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3402025-02-13T04:30:51.985Z Downloading crates ...
3412025-02-13T04:30:52.069Z Downloaded anstyle-query v1.1.1
3422025-02-13T04:30:52.079Z Downloaded bitflags v2.6.0
3432025-02-13T04:30:52.083Z Downloaded anyhow v1.0.95
3442025-02-13T04:30:52.087Z Downloaded autocfg v1.4.0
3452025-02-13T04:30:52.089Z Downloaded anstyle v1.0.10
3462025-02-13T04:30:52.092Z Downloaded pretty-hex v0.4.1
3472025-02-13T04:30:52.094Z Downloaded errno v0.3.9
3482025-02-13T04:30:52.097Z Downloaded block-buffer v0.10.4
3492025-02-13T04:30:52.111Z Downloaded swrite v0.1.0
3502025-02-13T04:30:52.114Z Downloaded usdt-macro v0.5.0
3512025-02-13T04:30:52.114Z Downloaded terminal_size v0.4.0
3522025-02-13T04:30:52.117Z Downloaded heck v0.5.0
3532025-02-13T04:30:52.120Z Downloaded toml_datetime v0.6.8
3542025-02-13T04:30:52.122Z Downloaded camino-tempfile v1.1.1
3552025-02-13T04:30:52.125Z Downloaded byteorder v1.5.0
3562025-02-13T04:30:52.125Z Downloaded dof v0.3.0
3572025-02-13T04:30:52.134Z Downloaded fnv v1.0.7
3582025-02-13T04:30:52.140Z Downloaded memmap v0.7.0
3592025-02-13T04:30:52.142Z Downloaded bytecount v0.6.8
3602025-02-13T04:30:52.145Z Downloaded strsim v0.11.1
3612025-02-13T04:30:52.145Z Downloaded digest v0.10.7
3622025-02-13T04:30:52.148Z Downloaded clap_lex v0.7.4
3632025-02-13T04:30:52.154Z Downloaded scroll_derive v0.12.0
3642025-02-13T04:30:52.156Z Downloaded anstyle-parse v0.2.5
3652025-02-13T04:30:52.160Z Downloaded utf8parse v0.2.2
3662025-02-13T04:30:52.162Z Downloaded usdt-attr-macro v0.5.0
3672025-02-13T04:30:52.162Z Downloaded generic-array v0.14.7
3682025-02-13T04:30:52.165Z Downloaded smawk v0.3.2
3692025-02-13T04:30:52.165Z Downloaded thiserror-impl v1.0.69
3702025-02-13T04:30:52.168Z Downloaded scroll v0.12.0
3712025-02-13T04:30:52.168Z Downloaded clap_derive v4.5.24
3722025-02-13T04:30:52.175Z Downloaded fastrand v2.1.1
3732025-02-13T04:30:52.179Z Downloaded serde_tokenstream v0.2.2
3742025-02-13T04:30:52.181Z Downloaded equivalent v1.0.1
3752025-02-13T04:30:52.187Z Downloaded sha2 v0.10.8
3762025-02-13T04:30:52.190Z Downloaded anstream v0.6.15
3772025-02-13T04:30:52.192Z Downloaded proc-macro-error v1.0.4
3782025-02-13T04:30:52.195Z Downloaded plain v0.2.3
3792025-02-13T04:30:52.199Z Downloaded pest_derive v2.7.14
3802025-02-13T04:30:52.202Z Downloaded crypto-common v0.1.6
3812025-02-13T04:30:52.205Z Downloaded unicode-linebreak v0.1.5
3822025-02-13T04:30:52.209Z Downloaded tabled_derive v0.7.0
3832025-02-13T04:30:52.212Z Downloaded cargo_toml v0.20.5
3842025-02-13T04:30:52.212Z Downloaded itoa v1.0.11
3852025-02-13T04:30:52.215Z Downloaded is_terminal_polyfill v1.70.1
3862025-02-13T04:30:52.215Z Downloaded cpufeatures v0.2.14
3872025-02-13T04:30:52.218Z Downloaded cargo-platform v0.1.8
3882025-02-13T04:30:52.218Z Downloaded pest_generator v2.7.14
3892025-02-13T04:30:52.218Z Downloaded camino v1.1.9
3902025-02-13T04:30:52.221Z Downloaded cargo_metadata v0.18.1
3912025-02-13T04:30:52.223Z Downloaded zerocopy-derive v0.7.35
3922025-02-13T04:30:52.226Z Downloaded version_check v0.9.5
3932025-02-13T04:30:52.228Z Downloaded thread-id v4.2.2
3942025-02-13T04:30:52.228Z Downloaded proc-macro-error-attr v1.0.4
3952025-02-13T04:30:52.228Z Downloaded dtrace-parser v0.2.0
3962025-02-13T04:30:52.231Z Downloaded usdt-impl v0.5.0
3972025-02-13T04:30:52.231Z Downloaded textwrap v0.16.1
3982025-02-13T04:30:52.234Z Downloaded cfg-if v1.0.0
3992025-02-13T04:30:52.234Z Downloaded once_cell v1.20.2
4002025-02-13T04:30:52.236Z Downloaded serde_spanned v0.6.8
4012025-02-13T04:30:52.239Z Downloaded usdt v0.5.0
4022025-02-13T04:30:52.241Z Downloaded thiserror v1.0.69
4032025-02-13T04:30:52.245Z Downloaded fs-err v2.11.0
4042025-02-13T04:30:52.247Z Downloaded ucd-trie v0.1.7
4052025-02-13T04:30:52.250Z Downloaded ryu v1.0.18
4062025-02-13T04:30:52.252Z Downloaded proc-macro2 v1.0.92
4072025-02-13T04:30:52.256Z Downloaded quote v1.0.38
4082025-02-13T04:30:52.259Z Downloaded macaddr v1.0.1
4092025-02-13T04:30:52.259Z Downloaded heck v0.4.1
4102025-02-13T04:30:52.259Z Downloaded colorchoice v1.0.2
4112025-02-13T04:30:52.282Z Downloaded tempfile v3.13.0
4122025-02-13T04:30:52.285Z Downloaded semver v1.0.24
4132025-02-13T04:30:52.292Z Downloaded unicode-ident v1.0.14
4142025-02-13T04:30:52.297Z Downloaded toml v0.8.19
4152025-02-13T04:30:52.301Z Downloaded log v0.4.22
4162025-02-13T04:30:52.304Z Downloaded clap v4.5.27
4172025-02-13T04:30:52.310Z Downloaded typenum v1.17.0
4182025-02-13T04:30:52.313Z Downloaded serde v1.0.217
4192025-02-13T04:30:52.316Z Downloaded pest_meta v2.7.14
4202025-02-13T04:30:52.323Z Downloaded papergrid v0.11.0
4212025-02-13T04:30:52.328Z Downloaded serde_derive v1.0.217
4222025-02-13T04:30:52.338Z Downloaded indexmap v2.7.1
4232025-02-13T04:30:52.365Z Downloaded memchr v2.7.4
4242025-02-13T04:30:52.374Z Downloaded toml_edit v0.22.22
4252025-02-13T04:30:52.395Z Downloaded pest v2.7.14
4262025-02-13T04:30:52.416Z Downloaded serde_json v1.0.135
4272025-02-13T04:30:52.425Z Downloaded hashbrown v0.15.1
4282025-02-13T04:30:52.427Z Downloaded zerocopy v0.7.35
4292025-02-13T04:30:52.441Z Downloaded clap_builder v4.5.27
4302025-02-13T04:30:52.447Z Downloaded winnow v0.6.20
4312025-02-13T04:30:52.455Z Downloaded tabled v0.15.0
4322025-02-13T04:30:52.470Z Downloaded goblin v0.8.2
4332025-02-13T04:30:52.476Z Downloaded syn v1.0.109
4342025-02-13T04:30:52.485Z Downloaded syn v2.0.96
4352025-02-13T04:30:52.496Z Downloaded unicode-width v0.1.14
4362025-02-13T04:30:52.507Z Downloaded rustix v0.38.37
4372025-02-13T04:30:52.538Z Downloaded libc v0.2.169
4382025-02-13T04:30:52.851Z Compiling proc-macro2 v1.0.92
4392025-02-13T04:30:52.851Z Compiling unicode-ident v1.0.14
4402025-02-13T04:30:52.854Z Compiling serde v1.0.217
4412025-02-13T04:30:52.854Z Compiling version_check v0.9.5
4422025-02-13T04:30:52.854Z Compiling thiserror v1.0.69
4432025-02-13T04:30:52.854Z Compiling memchr v2.7.4
4442025-02-13T04:30:52.854Z Compiling libc v0.2.169
4452025-02-13T04:30:52.854Z Compiling ryu v1.0.18
4462025-02-13T04:30:53.131Z Compiling itoa v1.0.11
4472025-02-13T04:30:53.312Z Compiling ucd-trie v0.1.7
4482025-02-13T04:30:53.619Z Compiling once_cell v1.20.2
4492025-02-13T04:30:53.689Z Compiling byteorder v1.5.0
4502025-02-13T04:30:53.914Z Compiling rustix v0.38.37
4512025-02-13T04:30:53.917Z Compiling serde_json v1.0.135
4522025-02-13T04:30:54.245Z Compiling bitflags v2.6.0
4532025-02-13T04:30:54.331Z Compiling proc-macro-error-attr v1.0.4
4542025-02-13T04:30:54.620Z Compiling usdt-impl v0.5.0
4552025-02-13T04:30:54.644Z Compiling syn v1.0.109
4562025-02-13T04:30:54.668Z Compiling proc-macro-error v1.0.4
4572025-02-13T04:30:54.736Z Compiling quote v1.0.38
4582025-02-13T04:30:54.822Z Compiling log v0.4.22
4592025-02-13T04:30:54.967Z Compiling equivalent v1.0.1
4602025-02-13T04:30:55.103Z Compiling syn v2.0.96
4612025-02-13T04:30:55.107Z Compiling errno v0.3.9
4622025-02-13T04:30:55.203Z Compiling utf8parse v0.2.2
4632025-02-13T04:30:55.254Z Compiling camino v1.1.9
4642025-02-13T04:30:55.350Z Compiling plain v0.2.3
4652025-02-13T04:30:55.376Z Compiling hashbrown v0.15.1
4662025-02-13T04:30:55.400Z Compiling anstyle-parse v0.2.5
4672025-02-13T04:30:55.438Z Compiling thread-id v4.2.2
4682025-02-13T04:30:55.759Z Compiling anstyle v1.0.10
4692025-02-13T04:30:55.913Z Compiling winnow v0.6.20
4702025-02-13T04:30:56.098Z Compiling unicode-width v0.1.14
4712025-02-13T04:30:56.182Z Compiling autocfg v1.4.0
4722025-02-13T04:30:56.246Z Compiling anstyle-query v1.1.1
4732025-02-13T04:30:56.430Z Compiling indexmap v2.7.1
4742025-02-13T04:30:56.467Z Compiling pretty-hex v0.4.1
4752025-02-13T04:30:56.632Z Compiling is_terminal_polyfill v1.70.1
4762025-02-13T04:30:56.693Z Compiling semver v1.0.24
4772025-02-13T04:30:56.783Z Compiling colorchoice v1.0.2
4782025-02-13T04:30:56.972Z Compiling anstream v0.6.15
4792025-02-13T04:30:57.121Z Compiling fs-err v2.11.0
4802025-02-13T04:30:57.282Z Compiling terminal_size v0.4.0
4812025-02-13T04:30:57.585Z Compiling heck v0.5.0
4822025-02-13T04:30:57.646Z Compiling cfg-if v1.0.0
4832025-02-13T04:30:57.676Z Compiling fnv v1.0.7
4842025-02-13T04:30:57.754Z Compiling strsim v0.11.1
4852025-02-13T04:30:57.803Z Compiling anyhow v1.0.95
4862025-02-13T04:30:57.835Z Compiling fastrand v2.1.1
4872025-02-13T04:30:58.063Z Compiling bytecount v0.6.8
4882025-02-13T04:30:58.124Z Compiling clap_lex v0.7.4
4892025-02-13T04:30:58.405Z Compiling heck v0.4.1
4902025-02-13T04:30:58.559Z Compiling clap_builder v4.5.27
4912025-02-13T04:30:58.587Z Compiling tempfile v3.13.0
4922025-02-13T04:30:58.844Z Compiling papergrid v0.11.0
4932025-02-13T04:30:58.895Z Compiling memmap v0.7.0
4942025-02-13T04:30:59.022Z Compiling smawk v0.3.2
4952025-02-13T04:30:59.253Z Compiling unicode-linebreak v0.1.5
4962025-02-13T04:30:59.390Z Compiling swrite v0.1.0
4972025-02-13T04:30:59.766Z Compiling textwrap v0.16.1
4982025-02-13T04:31:00.327Z Compiling tabled_derive v0.7.0
4992025-02-13T04:31:01.958Z Compiling tabled v0.15.0
5002025-02-13T04:31:02.053Z Compiling serde_derive v1.0.217
5012025-02-13T04:31:02.053Z Compiling thiserror-impl v1.0.69
5022025-02-13T04:31:02.055Z Compiling zerocopy-derive v0.7.35
5032025-02-13T04:31:02.055Z Compiling scroll_derive v0.12.0
5042025-02-13T04:31:02.056Z Compiling clap_derive v4.5.24
5052025-02-13T04:31:03.533Z Compiling scroll v0.12.0
5062025-02-13T04:31:03.966Z Compiling zerocopy v0.7.35
5072025-02-13T04:31:04.084Z Compiling goblin v0.8.2
5082025-02-13T04:31:05.117Z Compiling pest v2.7.14
5092025-02-13T04:31:05.547Z Compiling clap v4.5.27
5102025-02-13T04:31:07.185Z Compiling pest_meta v2.7.14
5112025-02-13T04:31:08.136Z Compiling pest_generator v2.7.14
5122025-02-13T04:31:09.518Z Compiling pest_derive v2.7.14
5132025-02-13T04:31:10.132Z Compiling dtrace-parser v0.2.0
5142025-02-13T04:31:10.795Z Compiling toml_datetime v0.6.8
5152025-02-13T04:31:10.795Z Compiling serde_spanned v0.6.8
5162025-02-13T04:31:10.951Z Compiling serde_tokenstream v0.2.2
5172025-02-13T04:31:11.085Z Compiling cargo-platform v0.1.8
5182025-02-13T04:31:11.087Z Compiling macaddr v1.0.1
5192025-02-13T04:31:11.319Z Compiling toml_edit v0.22.22
5202025-02-13T04:31:11.565Z Compiling camino-tempfile v1.1.1
5212025-02-13T04:31:12.153Z Compiling dof v0.3.0
5222025-02-13T04:31:12.153Z Compiling cargo_metadata v0.18.1
5232025-02-13T04:31:13.686Z Compiling usdt-macro v0.5.0
5242025-02-13T04:31:13.687Z Compiling usdt-attr-macro v0.5.0
5252025-02-13T04:31:14.036Z Compiling toml v0.8.19
5262025-02-13T04:31:14.863Z Compiling cargo_toml v0.20.5
5272025-02-13T04:31:14.895Z Compiling usdt v0.5.0
5282025-02-13T04:31:17.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5292025-02-13T04:31:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s
5302025-02-13T04:31:20.930Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5312025-02-13T04:31:21.454Z Downloading crates ...
5322025-02-13T04:31:21.566Z Downloaded ascii-canvas v3.0.0
5332025-02-13T04:31:21.578Z Downloaded arrayvec v0.7.6
5342025-02-13T04:31:21.592Z Downloaded cfg_aliases v0.1.1
5352025-02-13T04:31:21.595Z Downloaded cstr-argument v0.1.2
5362025-02-13T04:31:21.598Z Downloaded atty v0.2.14
5372025-02-13T04:31:21.604Z Downloaded crunchy v0.2.2
5382025-02-13T04:31:21.608Z Downloaded darling v0.20.10
5392025-02-13T04:31:21.610Z Downloaded async-stream v0.3.6
5402025-02-13T04:31:21.613Z Downloaded cassowary v0.3.0
5412025-02-13T04:31:21.615Z Downloaded http-body v1.0.1
5422025-02-13T04:31:21.615Z Downloaded bit-vec v0.6.3
5432025-02-13T04:31:21.618Z Downloaded icu_locid v1.5.0
5442025-02-13T04:31:21.622Z Downloaded http-range v0.1.5
5452025-02-13T04:31:21.625Z Downloaded hubpack_derive v0.1.1
5462025-02-13T04:31:21.625Z Downloaded cfg_aliases v0.2.1
5472025-02-13T04:31:21.627Z Downloaded bitfield-struct v0.6.2
5482025-02-13T04:31:21.627Z Downloaded crc v3.2.1
5492025-02-13T04:31:21.630Z Downloaded convert_case v0.4.0
5502025-02-13T04:31:21.633Z Downloaded castaway v0.2.3
5512025-02-13T04:31:21.633Z Downloaded new_debug_unreachable v1.0.6
5522025-02-13T04:31:21.635Z Downloaded md5 v0.7.0
5532025-02-13T04:31:21.635Z Downloaded is_ci v1.2.0
5542025-02-13T04:31:21.638Z Downloaded argon2 v0.5.3
5552025-02-13T04:31:21.641Z Downloaded constant_time_eq v0.3.1
5562025-02-13T04:31:21.641Z Downloaded block-padding v0.3.3
5572025-02-13T04:31:21.644Z Downloaded bitfield v0.14.0
5582025-02-13T04:31:21.644Z Downloaded array-init v0.0.4
5592025-02-13T04:31:21.646Z Downloaded adler2 v2.0.0
5602025-02-13T04:31:21.647Z Downloaded icu_provider_macros v1.5.0
5612025-02-13T04:31:21.647Z Downloaded chrono-tz-build v0.4.0
5622025-02-13T04:31:21.649Z Downloaded bb8 v0.8.5
5632025-02-13T04:31:21.649Z Downloaded colored v2.1.0
5642025-02-13T04:31:21.652Z Downloaded async-recursion v1.1.1
5652025-02-13T04:31:21.657Z Downloaded mime v0.3.17
5662025-02-13T04:31:21.659Z Downloaded cmake v0.1.51
5672025-02-13T04:31:21.660Z Downloaded cipher v0.4.4
5682025-02-13T04:31:21.662Z Downloaded async-stream-impl v0.3.6
5692025-02-13T04:31:21.665Z Downloaded indent_write v2.2.0
5702025-02-13T04:31:21.665Z Downloaded httparse v1.9.5
5712025-02-13T04:31:21.667Z Downloaded curve25519-dalek-derive v0.1.1
5722025-02-13T04:31:21.670Z Downloaded chacha20 v0.9.1
5732025-02-13T04:31:21.673Z Downloaded bcrypt-pbkdf v0.10.0
5742025-02-13T04:31:21.673Z Downloaded lazycell v1.3.0
5752025-02-13T04:31:21.675Z Downloaded bitflags v1.3.2
5762025-02-13T04:31:21.678Z Downloaded hyper-rustls v0.27.3
5772025-02-13T04:31:21.681Z Downloaded instant v0.1.13
5782025-02-13T04:31:21.683Z Downloaded addr2line v0.24.2
5792025-02-13T04:31:21.686Z Downloaded maybe-uninit v2.0.0
5802025-02-13T04:31:21.686Z Downloaded match_cfg v0.1.0
5812025-02-13T04:31:21.690Z Downloaded ident_case v1.0.1
5822025-02-13T04:31:21.690Z Downloaded ciborium-ll v0.2.2
5832025-02-13T04:31:21.693Z Downloaded buf-list v1.0.3
5842025-02-13T04:31:21.693Z Downloaded atomic-waker v1.1.2
5852025-02-13T04:31:22.109Z Downloaded cookie v0.18.1
5862025-02-13T04:31:22.121Z Downloaded internet-checksum v0.2.1
5872025-02-13T04:31:22.121Z Downloaded hyper-staticfile v0.10.1
5882025-02-13T04:31:22.121Z Downloaded humantime v2.1.0
5892025-02-13T04:31:22.121Z Downloaded console v0.15.10
5902025-02-13T04:31:22.121Z Downloaded memoffset v0.9.1
5912025-02-13T04:31:22.121Z Downloaded ciborium-io v0.2.2
5922025-02-13T04:31:22.121Z Downloaded native-tls v0.2.12
5932025-02-13T04:31:22.121Z Downloaded crucible-workspace-hack v0.1.0
5942025-02-13T04:31:22.121Z Downloaded lockfree-object-pool v0.1.6
5952025-02-13T04:31:22.121Z Downloaded atomicwrites v0.4.4
5962025-02-13T04:31:22.121Z Downloaded mirai-annotations v1.12.0
5972025-02-13T04:31:22.121Z Downloaded clang-sys v1.8.1
5982025-02-13T04:31:22.121Z Downloaded aes-gcm v0.10.3
5992025-02-13T04:31:22.121Z Downloaded ctr v0.9.2
6002025-02-13T04:31:22.121Z Downloaded lalrpop-util v0.19.12
6012025-02-13T04:31:22.121Z Downloaded icu_locid_transform v1.5.0
6022025-02-13T04:31:22.121Z Downloaded nanorand v0.7.0
6032025-02-13T04:31:22.121Z Downloaded csv-core v0.1.11
6042025-02-13T04:31:22.122Z Downloaded md-5 v0.10.6
6052025-02-13T04:31:22.122Z Downloaded multimap v0.10.0
6062025-02-13T04:31:22.122Z Downloaded managed v0.8.0
6072025-02-13T04:31:22.122Z Downloaded is-terminal v0.4.13
6082025-02-13T04:31:22.122Z Downloaded crossbeam-deque v0.8.5
6092025-02-13T04:31:22.122Z Downloaded assert_matches v1.5.0
6102025-02-13T04:31:22.122Z Downloaded litemap v0.7.3
6112025-02-13T04:31:22.122Z Downloaded lru-cache v0.1.2
6122025-02-13T04:31:22.122Z Downloaded cancel-safe-futures v0.1.5
6132025-02-13T04:31:22.122Z Downloaded keccak v0.1.5
6142025-02-13T04:31:22.122Z Downloaded async-bb8-diesel v0.2.1
6152025-02-13T04:31:22.122Z Downloaded backoff v0.4.0
6162025-02-13T04:31:22.122Z Downloaded indoc v1.0.9
6172025-02-13T04:31:22.122Z Downloaded rand_core v0.6.4
6182025-02-13T04:31:22.122Z Downloaded base64 v0.13.1
6192025-02-13T04:31:22.122Z Downloaded radium v0.7.0
6202025-02-13T04:31:22.122Z Downloaded cexpr v0.6.0
6212025-02-13T04:31:22.122Z Downloaded time-core v0.1.2
6222025-02-13T04:31:22.122Z Downloaded icu_locid_transform_data v1.5.0
6232025-02-13T04:31:22.122Z Downloaded arrayref v0.3.9
6242025-02-13T04:31:22.122Z Downloaded crc-any v2.5.0
6252025-02-13T04:31:22.122Z Downloaded newline-converter v0.3.0
6262025-02-13T04:31:22.122Z Downloaded bit-set v0.5.3
6272025-02-13T04:31:22.122Z Downloaded base16ct v0.2.0
6282025-02-13T04:31:22.122Z Downloaded libefi-sys v0.1.0
6292025-02-13T04:31:22.122Z Downloaded crc-catalog v2.4.0
6302025-02-13T04:31:22.122Z Downloaded const-oid v0.9.6
6312025-02-13T04:31:22.122Z Downloaded tinyvec_macros v0.1.1
6322025-02-13T04:31:22.122Z Downloaded write16 v1.0.0
6332025-02-13T04:31:22.122Z Downloaded instability v0.3.2
6342025-02-13T04:31:22.122Z Downloaded linear-map v1.2.0
6352025-02-13T04:31:22.122Z Downloaded derive_builder_macro v0.20.2
6362025-02-13T04:31:22.122Z Downloaded zerofrom v0.1.4
6372025-02-13T04:31:22.123Z Downloaded libsw v3.3.1
6382025-02-13T04:31:22.123Z Downloaded rusty-fork v0.3.0
6392025-02-13T04:31:22.123Z Downloaded blowfish v0.9.1
6402025-02-13T04:31:22.123Z Downloaded slog-scope v4.4.0
6412025-02-13T04:31:22.123Z Downloaded slog-stdlog v4.1.1
6422025-02-13T04:31:22.123Z Downloaded maplit v1.0.2
6432025-02-13T04:31:22.123Z Downloaded serde_urlencoded v0.7.1
6442025-02-13T04:31:22.123Z Downloaded serde_repr v0.1.19
6452025-02-13T04:31:22.123Z Downloaded secrecy v0.8.0
6462025-02-13T04:31:22.123Z Downloaded salsa20 v0.10.2
6472025-02-13T04:31:22.123Z Downloaded lock_api v0.4.12
6482025-02-13T04:31:22.123Z Downloaded endian-type v0.1.2
6492025-02-13T04:31:22.123Z Downloaded memmap2 v0.9.5
6502025-02-13T04:31:22.123Z Downloaded bzip2 v0.4.4
6512025-02-13T04:31:22.123Z Downloaded headers-core v0.3.0
6522025-02-13T04:31:22.123Z Downloaded mime_guess v2.0.5
6532025-02-13T04:31:22.123Z Downloaded strum_macros v0.25.3
6542025-02-13T04:31:22.123Z Downloaded sha1 v0.10.6
6552025-02-13T04:31:22.123Z Downloaded crc32fast v1.4.2
6562025-02-13T04:31:22.123Z Downloaded mockall_derive v0.13.0
6572025-02-13T04:31:22.123Z Downloaded mockall v0.13.0
6582025-02-13T04:31:22.123Z Downloaded hmac v0.12.1
6592025-02-13T04:31:22.123Z Downloaded multer v3.1.0
6602025-02-13T04:31:22.123Z Downloaded stable_deref_trait v1.2.0
6612025-02-13T04:31:22.123Z Downloaded strum_macros v0.24.3
6622025-02-13T04:31:22.123Z Downloaded jobserver v0.1.32
6632025-02-13T04:31:22.123Z Downloaded ipnet v2.10.1
6642025-02-13T04:31:22.123Z Downloaded async-trait v0.1.86
6652025-02-13T04:31:22.123Z Downloaded rustc-demangle v0.1.24
6662025-02-13T04:31:22.123Z Downloaded inout v0.1.3
6672025-02-13T04:31:22.123Z Downloaded tinystr v0.7.6
6682025-02-13T04:31:22.123Z Downloaded backtrace v0.3.74
6692025-02-13T04:31:22.123Z Downloaded progenitor-client v0.8.0
6702025-02-13T04:31:22.123Z Downloaded data-encoding v2.6.0
6712025-02-13T04:31:22.123Z Downloaded parse-size v1.1.0
6722025-02-13T04:31:22.123Z Downloaded universal-hash v0.5.1
6732025-02-13T04:31:22.123Z Downloaded const_format_proc_macros v0.2.34
6742025-02-13T04:31:22.123Z Downloaded tls_codec_derive v0.4.1
6752025-02-13T04:31:22.124Z Downloaded serde_with_macros v3.11.0
6762025-02-13T04:31:22.124Z Downloaded miniz_oxide v0.8.0
6772025-02-13T04:31:22.124Z Downloaded debug-ignore v1.0.5
6782025-02-13T04:31:22.124Z Downloaded zerofrom-derive v0.1.4
6792025-02-13T04:31:22.124Z Downloaded float-ord v0.3.2
6802025-02-13T04:31:22.124Z Downloaded rustls-pemfile v2.2.0
6812025-02-13T04:31:22.124Z Downloaded libloading v0.8.5
6822025-02-13T04:31:22.124Z Downloaded indexmap v1.9.3
6832025-02-13T04:31:22.124Z Downloaded enum-as-inner v0.6.1
6842025-02-13T04:31:22.124Z Downloaded hyper-util v0.1.10
6852025-02-13T04:31:22.124Z Downloaded hash32 v0.3.1
6862025-02-13T04:31:22.129Z Downloaded ahash v0.8.11
6872025-02-13T04:31:22.129Z Downloaded futures-executor v0.3.31
6882025-02-13T04:31:22.129Z Downloaded futures-core v0.3.31
6892025-02-13T04:31:22.129Z Downloaded icu_normalizer v1.5.0
6902025-02-13T04:31:22.129Z Downloaded icu_collections v1.5.0
6912025-02-13T04:31:22.129Z Downloaded num-derive v0.4.2
6922025-02-13T04:31:22.129Z Downloaded nodrop v0.1.14
6932025-02-13T04:31:22.129Z Downloaded twox-hash v2.1.0
6942025-02-13T04:31:22.129Z Downloaded snafu-derive v0.8.5
6952025-02-13T04:31:22.129Z Downloaded thiserror v2.0.11
6962025-02-13T04:31:22.129Z Downloaded value-bag v1.9.0
6972025-02-13T04:31:22.129Z Downloaded r2d2 v0.8.10
6982025-02-13T04:31:22.129Z Downloaded progenitor v0.9.1
6992025-02-13T04:31:22.129Z Downloaded structmeta-derive v0.2.0
7002025-02-13T04:31:22.129Z Downloaded phf v0.11.2
7012025-02-13T04:31:22.129Z Downloaded num-iter v0.1.45
7022025-02-13T04:31:22.129Z Downloaded num-integer v0.1.46
7032025-02-13T04:31:22.129Z Downloaded downcast v0.11.0
7042025-02-13T04:31:22.129Z Downloaded yoke-derive v0.7.4
7052025-02-13T04:31:22.129Z Downloaded vte_generate_state_changes v0.1.2
7062025-02-13T04:31:22.129Z Downloaded toolchain_find v0.4.0
7072025-02-13T04:31:22.129Z Downloaded icu_provider v1.5.0
7082025-02-13T04:31:22.129Z Downloaded tower-service v0.3.3
7092025-02-13T04:31:22.129Z Downloaded rustfmt-wrapper v0.2.1
7102025-02-13T04:31:22.129Z Downloaded polyval v0.6.2
7112025-02-13T04:31:22.129Z Downloaded des v0.8.1
7122025-02-13T04:31:22.129Z Downloaded crypto-bigint v0.5.5
7132025-02-13T04:31:22.129Z Downloaded getrandom v0.2.15
7142025-02-13T04:31:22.129Z Downloaded rcgen v0.12.1
7152025-02-13T04:31:22.129Z Downloaded darling_macro v0.20.10
7162025-02-13T04:31:22.130Z Downloaded vergen v8.3.2
7172025-02-13T04:31:22.130Z Downloaded openssl-macros v0.1.1
7182025-02-13T04:31:22.130Z Downloaded static_assertions v1.1.0
7192025-02-13T04:31:22.130Z Downloaded thread_local v1.1.8
7202025-02-13T04:31:22.130Z Downloaded sec1 v0.7.3
7212025-02-13T04:31:22.130Z Downloaded slog-dtrace v0.3.0
7222025-02-13T04:31:22.130Z Downloaded peg-runtime v0.8.3
7232025-02-13T04:31:22.130Z Downloaded socket2 v0.5.7
7242025-02-13T04:31:22.130Z Downloaded precomputed-hash v0.1.1
7252025-02-13T04:31:22.130Z Downloaded hickory-client v0.24.2
7262025-02-13T04:31:22.130Z Downloaded allocator-api2 v0.2.18
7272025-02-13T04:31:22.130Z Downloaded topological-sort v0.2.2
7282025-02-13T04:31:22.130Z Downloaded subprocess v0.2.9
7292025-02-13T04:31:22.130Z Downloaded tinyvec v1.8.0
7302025-02-13T04:31:22.130Z Downloaded zone_cfg_derive v0.3.0
7312025-02-13T04:31:22.130Z Downloaded password-hash v0.4.2
7322025-02-13T04:31:22.130Z Downloaded aes v0.8.4
7332025-02-13T04:31:22.130Z Downloaded openssl-probe v0.1.5
7342025-02-13T04:31:22.130Z Downloaded serde_yaml v0.9.34+deprecated
7352025-02-13T04:31:22.130Z Downloaded form_urlencoded v1.2.1
7362025-02-13T04:31:22.130Z Downloaded dirs-sys-next v0.1.2
7372025-02-13T04:31:22.130Z Downloaded rustc_version v0.4.1
7382025-02-13T04:31:22.130Z Downloaded dropshot_endpoint v0.15.1
7392025-02-13T04:31:22.130Z Downloaded cc v1.1.30
7402025-02-13T04:31:22.130Z Downloaded chacha20poly1305 v0.10.1
7412025-02-13T04:31:22.130Z Downloaded try-lock v0.2.5
7422025-02-13T04:31:22.130Z Downloaded take_mut v0.2.2
7432025-02-13T04:31:22.130Z Downloaded sigpipe v0.1.3
7442025-02-13T04:31:22.130Z Downloaded structmeta-derive v0.3.0
7452025-02-13T04:31:22.130Z Downloaded olpc-cjson v0.1.4
7462025-02-13T04:31:22.130Z Downloaded slog-bunyan v2.5.0
7472025-02-13T04:31:22.130Z Downloaded siphasher v0.3.11
7482025-02-13T04:31:22.130Z Downloaded term v0.7.0
7492025-02-13T04:31:22.130Z Downloaded futures-macro v0.3.31
7502025-02-13T04:31:22.130Z Downloaded poly1305 v0.8.0
7512025-02-13T04:31:22.130Z Downloaded same-file v1.0.6
7522025-02-13T04:31:22.130Z Downloaded parse-display-derive v0.10.0
7532025-02-13T04:31:22.130Z Downloaded parse-display v0.10.0
7542025-02-13T04:31:22.130Z Downloaded zone_cfg_derive v0.1.2
7552025-02-13T04:31:22.130Z Downloaded num v0.4.3
7562025-02-13T04:31:22.131Z Downloaded hickory-server v0.24.2
7572025-02-13T04:31:22.131Z Downloaded fxhash v0.2.1
7582025-02-13T04:31:22.131Z Downloaded num_enum_derive v0.5.11
7592025-02-13T04:31:22.131Z Downloaded foreign-types v0.3.2
7602025-02-13T04:31:22.131Z Downloaded dirs-next v2.0.0
7612025-02-13T04:31:22.131Z Downloaded uzers v0.12.1
7622025-02-13T04:31:22.131Z Downloaded pem v3.0.4
7632025-02-13T04:31:22.131Z Downloaded num-traits v0.2.19
7642025-02-13T04:31:22.131Z Downloaded bumpalo v3.16.0
7652025-02-13T04:31:22.131Z Downloaded ron v0.8.1
7662025-02-13T04:31:22.131Z Downloaded phf_shared v0.10.0
7672025-02-13T04:31:22.131Z Downloaded vsss-rs v3.3.4
7682025-02-13T04:31:22.131Z Downloaded derive_more v0.99.18
7692025-02-13T04:31:22.131Z Downloaded scheduled-thread-pool v0.2.7
7702025-02-13T04:31:22.131Z Downloaded compact_str v0.8.0
7712025-02-13T04:31:22.131Z Downloaded synstructure v0.13.1
7722025-02-13T04:31:22.131Z Downloaded ref-cast v1.0.23
7732025-02-13T04:31:22.131Z Downloaded unicode-truncate v1.1.0
7742025-02-13T04:31:22.131Z Downloaded tap v1.0.1
7752025-02-13T04:31:22.131Z Downloaded tabwriter v1.4.0
7762025-02-13T04:31:22.131Z Downloaded toml v0.7.8
7772025-02-13T04:31:22.131Z Downloaded strip-ansi-escapes v0.2.0
7782025-02-13T04:31:22.131Z Downloaded ssh-cipher v0.2.0
7792025-02-13T04:31:22.131Z Downloaded strum v0.26.3
7802025-02-13T04:31:22.131Z Downloaded opaque-debug v0.3.1
7812025-02-13T04:31:22.131Z Downloaded slog-envlogger v2.2.0
7822025-02-13T04:31:22.131Z Downloaded zone v0.3.0
7832025-02-13T04:31:22.131Z Downloaded rustversion v1.0.17
7842025-02-13T04:31:22.131Z Downloaded filetime v0.2.25
7852025-02-13T04:31:22.545Z Downloaded serde-big-array v0.5.1
7862025-02-13T04:31:22.545Z Downloaded defmt-macros v0.3.9
7872025-02-13T04:31:22.545Z Downloaded rand_xorshift v0.3.0
7882025-02-13T04:31:22.548Z Downloaded xattr v1.3.1
7892025-02-13T04:31:22.548Z Downloaded tui-tree-widget v0.22.0
7902025-02-13T04:31:22.548Z Downloaded deranged v0.3.11
7912025-02-13T04:31:22.548Z Downloaded zopfli v0.8.1
7922025-02-13T04:31:22.548Z Downloaded defmt-parser v0.3.4
7932025-02-13T04:31:22.548Z Downloaded predicates v3.1.2
7942025-02-13T04:31:22.548Z Downloaded pem-rfc7468 v0.7.0
7952025-02-13T04:31:22.548Z Downloaded diesel_table_macro_syntax v0.2.0
7962025-02-13T04:31:22.548Z Downloaded minimal-lexical v0.2.1
7972025-02-13T04:31:22.548Z Downloaded postcard v1.0.10
7982025-02-13T04:31:22.548Z Downloaded phf_generator v0.11.2
7992025-02-13T04:31:22.548Z Downloaded packed_struct_codegen v0.10.1
8002025-02-13T04:31:22.548Z Downloaded packed_struct v0.10.1
8012025-02-13T04:31:22.548Z Downloaded schemars v0.8.21
8022025-02-13T04:31:22.548Z Downloaded scrypt v0.11.0
8032025-02-13T04:31:22.548Z Downloaded futures-channel v0.3.31
8042025-02-13T04:31:22.548Z Downloaded ref-cast-impl v1.0.23
8052025-02-13T04:31:22.548Z Downloaded phf_codegen v0.11.2
8062025-02-13T04:31:22.548Z Downloaded num_enum v0.5.11
8072025-02-13T04:31:22.548Z Downloaded fallible-streaming-iterator v0.1.9
8082025-02-13T04:31:22.548Z Downloaded stringprep v0.1.5
8092025-02-13T04:31:22.548Z Downloaded ppv-lite86 v0.2.20
8102025-02-13T04:31:22.548Z Downloaded dropshot_endpoint v0.12.0
8112025-02-13T04:31:22.548Z Downloaded thiserror-impl v2.0.11
8122025-02-13T04:31:22.548Z Downloaded serde-hex v0.1.0
8132025-02-13T04:31:22.548Z Downloaded sync-ptr v0.1.1
8142025-02-13T04:31:22.548Z Downloaded der_derive v0.7.3
8152025-02-13T04:31:22.548Z Downloaded tokio-tungstenite v0.21.0
8162025-02-13T04:31:22.549Z Downloaded darling_core v0.20.10
8172025-02-13T04:31:22.549Z Downloaded subtle v2.6.1
8182025-02-13T04:31:22.549Z Downloaded semver v0.1.20
8192025-02-13T04:31:22.549Z Downloaded progenitor-macro v0.8.0
8202025-02-13T04:31:22.549Z Downloaded tar v0.4.42
8212025-02-13T04:31:22.549Z Downloaded snafu v0.8.5
8222025-02-13T04:31:22.549Z Downloaded fallible-iterator v0.3.0
8232025-02-13T04:31:22.549Z Downloaded wyz v0.5.1
8242025-02-13T04:31:22.549Z Downloaded sync_wrapper v1.0.1
8252025-02-13T04:31:22.549Z Downloaded slog v2.7.0
8262025-02-13T04:31:22.549Z Downloaded utf8_iter v1.0.4
8272025-02-13T04:31:22.549Z Downloaded newtype-uuid v1.2.1
8282025-02-13T04:31:22.549Z Downloaded waitgroup v0.1.2
8292025-02-13T04:31:22.549Z Downloaded typed-path v0.9.3
8302025-02-13T04:31:22.549Z Downloaded heck v0.3.3
8312025-02-13T04:31:22.549Z Downloaded hash32 v0.2.1
8322025-02-13T04:31:22.549Z Downloaded embedded-io v0.6.1
8332025-02-13T04:31:22.549Z Downloaded powerfmt v0.2.0
8342025-02-13T04:31:22.549Z Downloaded hashlink v0.9.1
8352025-02-13T04:31:22.549Z Downloaded hex-literal v0.4.1
8362025-02-13T04:31:22.549Z Downloaded normalize-line-endings v0.3.0
8372025-02-13T04:31:22.549Z Downloaded hex v0.4.3
8382025-02-13T04:31:22.549Z Downloaded fd-lock v4.0.2
8392025-02-13T04:31:22.549Z Downloaded oso-derive v0.27.3
8402025-02-13T04:31:22.549Z Downloaded want v0.3.1
8412025-02-13T04:31:22.549Z Downloaded rustc-hash v2.0.0
8422025-02-13T04:31:22.549Z Downloaded rpassword v7.3.1
8432025-02-13T04:31:22.549Z Downloaded percent-encoding v2.3.1
8442025-02-13T04:31:22.549Z Downloaded sct v0.7.1
8452025-02-13T04:31:22.549Z Downloaded sqlformat v0.2.6
8462025-02-13T04:31:22.549Z Downloaded fs_extra v1.3.0
8472025-02-13T04:31:22.549Z Downloaded sqlparser_derive v0.2.2
8482025-02-13T04:31:22.549Z Downloaded schemars_derive v0.8.21
8492025-02-13T04:31:22.549Z Downloaded phf_shared v0.11.2
8502025-02-13T04:31:22.549Z Downloaded peg v0.8.4
8512025-02-13T04:31:22.550Z Downloaded rustyline v14.0.0
8522025-02-13T04:31:22.550Z Downloaded typify-macro v0.2.0
8532025-02-13T04:31:22.550Z Downloaded structmeta v0.2.0
8542025-02-13T04:31:22.550Z Downloaded string_cache v0.8.7
8552025-02-13T04:31:22.550Z Downloaded smf v0.2.3
8562025-02-13T04:31:22.550Z Downloaded tracing-attributes v0.1.27
8572025-02-13T04:31:22.550Z Downloaded yasna v0.5.2
8582025-02-13T04:31:22.550Z Downloaded fallible-iterator v0.2.0
8592025-02-13T04:31:22.550Z Downloaded samael v0.0.17
8602025-02-13T04:31:22.550Z Downloaded path-slash v0.1.5
8612025-02-13T04:31:22.550Z Downloaded itertools v0.10.5
8622025-02-13T04:31:22.550Z Downloaded tokio-tungstenite v0.26.1
8632025-02-13T04:31:22.550Z Downloaded embedded-io v0.4.0
8642025-02-13T04:31:22.550Z Downloaded number_prefix v0.4.0
8652025-02-13T04:31:22.550Z Downloaded either v1.13.0
8662025-02-13T04:31:22.550Z Downloaded scopeguard v1.2.0
8672025-02-13T04:31:22.550Z Downloaded flate2 v1.0.35
8682025-02-13T04:31:22.550Z Downloaded peg-macros v0.8.4
8692025-02-13T04:31:22.550Z Downloaded toml_edit v0.19.15
8702025-02-13T04:31:22.550Z Downloaded signal-hook-mio v0.2.4
8712025-02-13T04:31:22.550Z Downloaded shlex v1.3.0
8722025-02-13T04:31:22.550Z Downloaded predicates-core v1.0.8
8732025-02-13T04:31:22.550Z Downloaded env_filter v0.1.2
8742025-02-13T04:31:22.550Z Downloaded progenitor-impl v0.9.1
8752025-02-13T04:31:22.550Z Downloaded tungstenite v0.21.0
8762025-02-13T04:31:22.550Z Downloaded thiserror-no-std v2.0.2
8772025-02-13T04:31:22.550Z Downloaded ssh-encoding v0.2.0
8782025-02-13T04:31:22.550Z Downloaded resolv-conf v0.7.0
8792025-02-13T04:31:22.550Z Downloaded ecdsa v0.16.9
8802025-02-13T04:31:22.550Z Downloaded crossterm v0.28.1
8812025-02-13T04:31:22.550Z Downloaded paste v1.0.15
8822025-02-13T04:31:22.550Z Downloaded structmeta v0.3.0
8832025-02-13T04:31:22.550Z Downloaded hyper v1.5.2
8842025-02-13T04:31:22.550Z Downloaded owo-colors v4.1.0
8852025-02-13T04:31:22.550Z Downloaded proc-macro-crate v1.3.1
8862025-02-13T04:31:22.550Z Downloaded parking_lot_core v0.8.6
8872025-02-13T04:31:22.551Z Downloaded zone v0.1.8
8882025-02-13T04:31:22.554Z Downloaded writeable v0.5.5
8892025-02-13T04:31:22.554Z Downloaded nom v7.1.3
8902025-02-13T04:31:22.554Z Downloaded flagset v0.4.6
8912025-02-13T04:31:22.554Z Downloaded progenitor v0.8.0
8922025-02-13T04:31:22.554Z Downloaded diesel-dtrace v0.4.2
8932025-02-13T04:31:22.554Z Downloaded utf-8 v0.7.6
8942025-02-13T04:31:22.554Z Downloaded rfc6979 v0.4.0
8952025-02-13T04:31:22.554Z Downloaded pbkdf2 v0.11.0
8962025-02-13T04:31:22.554Z Downloaded postgres-protocol v0.6.7
8972025-02-13T04:31:22.554Z Downloaded tracing-core v0.1.32
8982025-02-13T04:31:22.554Z Downloaded progenitor-client v0.9.1
8992025-02-13T04:31:22.554Z Downloaded funty v2.0.0
9002025-02-13T04:31:22.554Z Downloaded group v0.13.0
9012025-02-13T04:31:22.554Z Downloaded utf16_iter v1.0.5
9022025-02-13T04:31:22.554Z Downloaded russh-cryptovec v0.7.3
9032025-02-13T04:31:22.554Z Downloaded tokio-stream v0.1.16
9042025-02-13T04:31:22.554Z Downloaded slog-json v2.6.1
9052025-02-13T04:31:22.554Z Downloaded zerovec-derive v0.10.3
9062025-02-13T04:31:22.554Z Downloaded tokio-rustls v0.26.0
9072025-02-13T04:31:22.554Z Downloaded newtype_derive v0.1.6
9082025-02-13T04:31:22.554Z Downloaded progenitor-impl v0.8.0
9092025-02-13T04:31:22.554Z Downloaded der v0.7.9
9102025-02-13T04:31:22.554Z Downloaded dunce v1.0.5
9112025-02-13T04:31:22.554Z Downloaded dsl_auto_type v0.1.2
9122025-02-13T04:31:22.554Z Downloaded unarray v0.1.4
9132025-02-13T04:31:22.554Z Downloaded pin-project v1.1.6
9142025-02-13T04:31:22.554Z Downloaded num-conv v0.1.0
9152025-02-13T04:31:22.555Z Downloaded futures-sink v0.3.31
9162025-02-13T04:31:22.555Z Downloaded fatfs v0.3.6
9172025-02-13T04:31:22.555Z Downloaded itertools v0.13.0
9182025-02-13T04:31:22.555Z Downloaded num_threads v0.1.7
9192025-02-13T04:31:22.555Z Downloaded pin-project-internal v1.1.6
9202025-02-13T04:31:22.555Z Downloaded zerovec v0.10.4
9212025-02-13T04:31:22.555Z Downloaded fixedbitset v0.4.2
9222025-02-13T04:31:22.555Z Downloaded ff v0.13.0
9232025-02-13T04:31:22.555Z Downloaded signal-hook-tokio v0.3.1
9242025-02-13T04:31:22.555Z Downloaded hashbrown v0.13.2
9252025-02-13T04:31:22.555Z Downloaded password-hash v0.5.0
9262025-02-13T04:31:22.555Z Downloaded signature v2.2.0
9272025-02-13T04:31:22.555Z Downloaded aws-lc-rs v1.10.0
9282025-02-13T04:31:22.555Z Downloaded pretty-hex v0.2.1
9292025-02-13T04:31:22.555Z Downloaded reqwest v0.12.9
9302025-02-13T04:31:22.555Z Downloaded quick-error v1.2.3
9312025-02-13T04:31:22.555Z Downloaded termcolor v1.4.1
9322025-02-13T04:31:22.555Z Downloaded env_logger v0.10.2
9332025-02-13T04:31:22.555Z Downloaded parking_lot_core v0.9.10
9342025-02-13T04:31:22.555Z Downloaded ghash v0.5.1
9352025-02-13T04:31:22.555Z Downloaded whoami v1.5.2
9362025-02-13T04:31:22.555Z Downloaded bindgen v0.69.5
9372025-02-13T04:31:22.555Z Downloaded termtree v0.4.1
9382025-02-13T04:31:22.555Z Downloaded foreign-types-shared v0.1.1
9392025-02-13T04:31:22.555Z Downloaded termios v0.3.3
9402025-02-13T04:31:22.555Z Downloaded foreign-types-shared v0.3.1
9412025-02-13T04:31:22.555Z Downloaded serde_plain v1.0.2
9422025-02-13T04:31:22.555Z Downloaded tracing v0.1.40
9432025-02-13T04:31:22.555Z Downloaded thiserror-impl-no-std v2.0.2
9442025-02-13T04:31:22.555Z Downloaded fragile v2.0.0
9452025-02-13T04:31:22.555Z Downloaded tokio-rustls v0.24.1
9462025-02-13T04:31:22.555Z Downloaded pin-project-lite v0.2.14
9472025-02-13T04:31:22.558Z Downloaded tokio-macros v2.5.0
9482025-02-13T04:31:22.558Z Downloaded typify-macro v0.3.0
9492025-02-13T04:31:22.561Z Downloaded gethostname v0.5.0
9502025-02-13T04:31:22.561Z Downloaded hashbrown v0.12.3
9512025-02-13T04:31:22.564Z Downloaded primeorder v0.13.6
9522025-02-13T04:31:22.568Z Downloaded quinn-udp v0.5.5
9532025-02-13T04:31:22.571Z Downloaded untrusted v0.9.0
9542025-02-13T04:31:22.571Z Downloaded nibble_vec v0.1.0
9552025-02-13T04:31:22.571Z Downloaded derive-where v1.2.7
9562025-02-13T04:31:22.574Z Downloaded proptest v1.5.0
9572025-02-13T04:31:22.584Z Downloaded similar v2.6.0
9582025-02-13T04:31:22.589Z Downloaded predicates-tree v1.0.11
9592025-02-13T04:31:22.591Z Downloaded uuid v1.12.0
9602025-02-13T04:31:22.594Z Downloaded zeroize v1.8.1
9612025-02-13T04:31:22.597Z Downloaded termtree v0.5.1
9622025-02-13T04:31:22.599Z Downloaded aho-corasick v1.1.3
9632025-02-13T04:31:22.603Z Downloaded unicode_categories v0.1.1
9642025-02-13T04:31:22.606Z Downloaded signal-hook v0.3.17
9652025-02-13T04:31:22.609Z Downloaded futures-task v0.3.31
9662025-02-13T04:31:22.614Z Downloaded difflib v0.4.0
9672025-02-13T04:31:22.614Z Downloaded foldhash v0.1.3
9682025-02-13T04:31:22.616Z Downloaded futures v0.3.31
9692025-02-13T04:31:22.619Z Downloaded tungstenite v0.24.0
9702025-02-13T04:31:22.622Z Downloaded zerocopy v0.6.6
9712025-02-13T04:31:22.624Z Downloaded zip v0.6.6
9722025-02-13T04:31:22.628Z Downloaded foreign-types v0.5.0
9732025-02-13T04:31:22.634Z Downloaded diesel_derives v2.2.3
9742025-02-13T04:31:22.638Z Downloaded env_logger v0.11.5
9752025-02-13T04:31:22.638Z Downloaded tokio-native-tls v0.3.1
9762025-02-13T04:31:22.643Z Downloaded chrono v0.4.39
9772025-02-13T04:31:22.646Z Downloaded tokio-rustls v0.25.0
9782025-02-13T04:31:22.649Z Downloaded pkcs1 v0.7.5
9792025-02-13T04:31:22.652Z Downloaded url v2.5.3
9802025-02-13T04:31:22.656Z Downloaded time v0.3.36
9812025-02-13T04:31:22.664Z Downloaded hashbrown v0.14.5
9822025-02-13T04:31:22.671Z Downloaded zip v2.1.3
9832025-02-13T04:31:22.674Z Downloaded zeroize_derive v1.4.2
9842025-02-13T04:31:22.674Z Downloaded test-strategy v0.3.1
9852025-02-13T04:31:22.677Z Downloaded reedline v0.35.0
9862025-02-13T04:31:22.687Z Downloaded rayon v1.10.0
9872025-02-13T04:31:23.095Z Downloaded typify v0.2.0
9882025-02-13T04:31:23.098Z Downloaded ed25519-dalek v2.1.1
9892025-02-13T04:31:23.098Z Downloaded pkcs5 v0.7.1
9902025-02-13T04:31:23.098Z Downloaded unicode-bidi v0.3.17
9912025-02-13T04:31:23.098Z Downloaded flume v0.11.1
9922025-02-13T04:31:23.098Z Downloaded prettyplease v0.2.25
9932025-02-13T04:31:23.098Z Downloaded portable-atomic v1.9.0
9942025-02-13T04:31:23.098Z Downloaded typify v0.3.0
9952025-02-13T04:31:23.098Z Downloaded expectorate v1.1.0
9962025-02-13T04:31:23.098Z Downloaded oso v0.27.3
9972025-02-13T04:31:23.098Z Downloaded x509-cert v0.2.5
9982025-02-13T04:31:23.098Z Downloaded unicode-normalization v0.1.24
9992025-02-13T04:31:23.098Z Downloaded elliptic-curve v0.13.8
10002025-02-13T04:31:23.098Z Downloaded num-bigint v0.4.6
10012025-02-13T04:31:23.098Z Downloaded serde_path_to_error v0.1.16
10022025-02-13T04:31:23.098Z Downloaded vcpkg v0.2.15
10032025-02-13T04:31:23.098Z Downloaded rand v0.8.5
10042025-02-13T04:31:23.098Z Downloaded lalrpop v0.19.12
10052025-02-13T04:31:23.098Z Downloaded rsa v0.9.6
10062025-02-13T04:31:23.098Z Downloaded petname v2.0.2
10072025-02-13T04:31:23.098Z Downloaded publicsuffix v2.3.0
10082025-02-13T04:31:23.098Z Downloaded num-bigint-dig v0.8.4
10092025-02-13T04:31:23.098Z Downloaded futures-util v0.3.31
10102025-02-13T04:31:23.099Z Downloaded icu_properties_data v1.5.0
10112025-02-13T04:31:23.099Z Downloaded salty v0.3.0
10122025-02-13T04:31:23.099Z Downloaded p521 v0.13.3
10132025-02-13T04:31:23.099Z Downloaded russh v0.45.0
10142025-02-13T04:31:23.099Z Downloaded steno v0.4.1
10152025-02-13T04:31:23.099Z Downloaded ssh-key v0.6.6
10162025-02-13T04:31:23.099Z Downloaded sqlparser v0.45.0
10172025-02-13T04:31:23.099Z Downloaded curve25519-dalek v4.1.3
10182025-02-13T04:31:23.099Z Downloaded rusqlite v0.32.1
10192025-02-13T04:31:23.099Z Downloaded rustls-webpki v0.102.8
10202025-02-13T04:31:23.099Z Downloaded h2 v0.4.6
10212025-02-13T04:31:23.099Z Downloaded quinn v0.11.5
10222025-02-13T04:31:23.099Z Downloaded regex v1.11.1
10232025-02-13T04:31:23.099Z Downloaded winnow v0.5.40
10242025-02-13T04:31:23.099Z Downloaded unicode-width v0.2.0
10252025-02-13T04:31:23.099Z Downloaded rustls v0.21.12
10262025-02-13T04:31:23.099Z Downloaded bstr v1.10.0
10272025-02-13T04:31:23.099Z Downloaded nix v0.27.1
10282025-02-13T04:31:23.099Z Downloaded rustls-webpki v0.101.7
10292025-02-13T04:31:23.099Z Downloaded git2 v0.19.0
10302025-02-13T04:31:23.099Z Downloaded p384 v0.13.0
10312025-02-13T04:31:23.099Z Downloaded rustls v0.22.4
10322025-02-13T04:31:23.099Z Downloaded chrono-tz v0.10.1
10332025-02-13T04:31:23.099Z Downloaded openssl v0.10.70
10342025-02-13T04:31:23.099Z Downloaded object v0.30.4
10352025-02-13T04:31:23.099Z Downloaded quinn-proto v0.11.8
10362025-02-13T04:31:23.099Z Downloaded webpki-roots v0.26.6
10372025-02-13T04:31:23.099Z Downloaded regress v0.10.1
10382025-02-13T04:31:23.099Z Downloaded rustls v0.23.19
10392025-02-13T04:31:23.106Z Downloaded dropshot v0.12.0
10402025-02-13T04:31:23.132Z Downloaded nix v0.29.0
10412025-02-13T04:31:23.138Z Downloaded openapiv3 v2.0.0
10422025-02-13T04:31:23.146Z Downloaded hickory-proto v0.24.3
10432025-02-13T04:31:23.159Z Downloaded dropshot v0.15.1
10442025-02-13T04:31:23.182Z Downloaded smoltcp v0.9.1
10452025-02-13T04:31:23.192Z Downloaded gimli v0.31.1
10462025-02-13T04:31:23.202Z Downloaded radix_trie v0.2.1
10472025-02-13T04:31:23.207Z Downloaded zerocopy v0.8.10
10482025-02-13T04:31:23.230Z Downloaded regex-syntax v0.6.29
10492025-02-13T04:31:23.237Z Downloaded polar-core v0.27.3
10502025-02-13T04:31:23.246Z Downloaded typify-impl v0.3.0
10512025-02-13T04:31:23.262Z Downloaded smoltcp v0.11.0
10522025-02-13T04:31:23.272Z Downloaded regress v0.9.1
10532025-02-13T04:31:23.280Z Downloaded object v0.36.5
10542025-02-13T04:31:23.293Z Downloaded nix v0.28.0
10552025-02-13T04:31:23.304Z Downloaded bzip2-sys v0.1.11+1.0.8
10562025-02-13T04:31:23.317Z Downloaded regex-syntax v0.8.5
10572025-02-13T04:31:23.326Z Downloaded petgraph v0.6.5
10582025-02-13T04:31:23.343Z Downloaded diesel v2.2.6
10592025-02-13T04:31:23.363Z Downloaded ratatui v0.28.1
10602025-02-13T04:31:23.380Z Downloaded zerocopy-derive v0.6.6
10612025-02-13T04:31:23.389Z Downloaded hkdf v0.12.4
10622025-02-13T04:31:23.393Z Downloaded num-complex v0.4.6
10632025-02-13T04:31:23.397Z Downloaded quick-xml v0.33.0
10642025-02-13T04:31:23.401Z Downloaded blake3 v1.5.4
10652025-02-13T04:31:23.406Z Downloaded csv v1.3.1
10662025-02-13T04:31:23.427Z Downloaded sled v0.34.7
10672025-02-13T04:31:23.437Z Downloaded typify-impl v0.2.0
10682025-02-13T04:31:23.452Z Downloaded headers v0.4.0
10692025-02-13T04:31:23.457Z Downloaded tokio-postgres v0.7.12
10702025-02-13T04:31:23.462Z Downloaded tough v0.19.0
10712025-02-13T04:31:23.470Z Downloaded rustls-pemfile v1.0.4
10722025-02-13T04:31:23.473Z Downloaded slog-term v2.9.1
10732025-02-13T04:31:23.477Z Downloaded slab v0.4.9
10742025-02-13T04:31:23.480Z Downloaded shell-words v1.1.0
10752025-02-13T04:31:23.480Z Downloaded rustc_version v0.1.7
10762025-02-13T04:31:23.480Z Downloaded spki v0.7.3
10772025-02-13T04:31:23.480Z Downloaded tokio-tungstenite v0.24.0
10782025-02-13T04:31:23.485Z Downloaded tokio-util v0.7.12
10792025-02-13T04:31:23.489Z Downloaded regex-automata v0.4.8
10802025-02-13T04:31:23.505Z Downloaded bitvec v1.0.1
10812025-02-13T04:31:23.520Z Downloaded pkg-config v0.3.31
10822025-02-13T04:31:23.523Z Downloaded unicase v2.7.0
10832025-02-13T04:31:23.523Z Downloaded simd-adler32 v0.3.7
10842025-02-13T04:31:23.527Z Downloaded pin-utils v0.1.0
10852025-02-13T04:31:23.527Z Downloaded foreign-types-macros v0.2.3
10862025-02-13T04:31:23.530Z Downloaded derive_builder v0.20.2
10872025-02-13T04:31:23.532Z Downloaded glob v0.3.2
10882025-02-13T04:31:23.532Z Downloaded lzma-sys v0.1.20
10892025-02-13T04:31:23.561Z Downloaded walkdir v2.5.0
10902025-02-13T04:31:23.564Z Downloaded russh-keys v0.45.0
10912025-02-13T04:31:23.567Z Downloaded serde_with v3.11.0
10922025-02-13T04:31:23.573Z Downloaded pbkdf2 v0.12.2
10932025-02-13T04:31:23.576Z Downloaded half v2.4.1
10942025-02-13T04:31:23.580Z Downloaded diff v0.1.13
10952025-02-13T04:31:23.583Z Downloaded serde_derive_internals v0.29.1
10962025-02-13T04:31:23.583Z Downloaded rand_chacha v0.3.1
10972025-02-13T04:31:23.583Z Downloaded yoke v0.7.4
10982025-02-13T04:31:23.586Z Downloaded rustls-pki-types v1.10.0
10992025-02-13T04:31:23.590Z Downloaded parking_lot v0.11.2
11002025-02-13T04:31:23.593Z Downloaded unicode-segmentation v1.12.0
11012025-02-13T04:31:23.598Z Downloaded itertools v0.12.1
11022025-02-13T04:31:23.601Z Downloaded tokio v1.43.0
11032025-02-13T04:31:23.644Z Downloaded libz-sys v1.1.20
11042025-02-13T04:31:23.666Z Downloaded dyn-clone v1.0.17
11052025-02-13T04:31:24.075Z Downloaded sha3 v0.10.8
11062025-02-13T04:31:24.078Z Downloaded which v4.4.2
11072025-02-13T04:31:24.078Z Downloaded wait-timeout v0.2.0
11082025-02-13T04:31:24.078Z Downloaded supports-color v3.0.1
11092025-02-13T04:31:24.078Z Downloaded smallvec v0.6.14
11102025-02-13T04:31:24.078Z Downloaded qorb v0.2.1
11112025-02-13T04:31:24.078Z Downloaded idna v1.0.3
11122025-02-13T04:31:24.078Z Downloaded encoding_rs v0.8.34
11132025-02-13T04:31:24.078Z Downloaded omicron-zone-package v0.12.0
11142025-02-13T04:31:24.078Z Downloaded nu-ansi-term v0.50.1
11152025-02-13T04:31:24.079Z Downloaded heapless v0.7.17
11162025-02-13T04:31:24.079Z Downloaded parse-zoneinfo v0.3.1
11172025-02-13T04:31:24.079Z Downloaded smallvec v1.13.2
11182025-02-13T04:31:24.079Z Downloaded openssl-sys v0.9.105
11192025-02-13T04:31:24.079Z Downloaded unicode-properties v0.1.3
11202025-02-13T04:31:24.079Z Downloaded libxml v0.3.3
11212025-02-13T04:31:24.079Z Downloaded postgres-types v0.2.8
11222025-02-13T04:31:24.079Z Downloaded zerocopy-derive v0.8.10
11232025-02-13T04:31:24.079Z Downloaded libm v0.2.8
11242025-02-13T04:31:24.079Z Downloaded defmt v0.3.8
11252025-02-13T04:31:24.079Z Downloaded slog-async v2.8.0
11262025-02-13T04:31:24.079Z Downloaded rayon-core v1.12.1
11272025-02-13T04:31:24.079Z Downloaded p256 v0.13.2
11282025-02-13T04:31:24.079Z Downloaded vte v0.11.1
11292025-02-13T04:31:24.079Z Downloaded spin v0.9.8
11302025-02-13T04:31:24.079Z Downloaded unicode-xid v0.2.6
11312025-02-13T04:31:24.079Z Downloaded parking_lot v0.12.3
11322025-02-13T04:31:24.079Z Downloaded pkcs8 v0.10.2
11332025-02-13T04:31:24.079Z Downloaded displaydoc v0.2.5
11342025-02-13T04:31:24.079Z Downloaded tungstenite v0.26.1
11352025-02-13T04:31:24.079Z Downloaded rand_seeder v0.3.0
11362025-02-13T04:31:24.079Z Downloaded psl-types v2.0.11
11372025-02-13T04:31:24.079Z Downloaded progenitor-macro v0.9.1
11382025-02-13T04:31:24.079Z Downloaded ron v0.7.1
11392025-02-13T04:31:24.079Z Downloaded indicatif v0.17.11
11402025-02-13T04:31:24.079Z Downloaded untrusted v0.7.1
11412025-02-13T04:31:24.079Z Downloaded unsafe-libyaml v0.2.11
11422025-02-13T04:31:24.079Z Downloaded hickory-resolver v0.24.2
11432025-02-13T04:31:24.079Z Downloaded futures-io v0.3.31
11442025-02-13T04:31:24.079Z Downloaded document-features v0.2.10
11452025-02-13T04:31:24.079Z Downloaded display-error-chain v0.2.2
11462025-02-13T04:31:24.079Z Downloaded mio v1.0.2
11472025-02-13T04:31:24.079Z Downloaded num-rational v0.4.2
11482025-02-13T04:31:24.079Z Downloaded ed25519 v2.2.3
11492025-02-13T04:31:24.079Z Downloaded globset v0.4.15
11502025-02-13T04:31:24.079Z Downloaded const_format v0.2.34
11512025-02-13T04:31:24.079Z Downloaded signal-hook-registry v1.4.2
11522025-02-13T04:31:24.079Z Downloaded base64 v0.21.7
11532025-02-13T04:31:24.080Z Downloaded arc-swap v1.7.1
11542025-02-13T04:31:24.080Z Downloaded http v1.2.0
11552025-02-13T04:31:24.080Z Downloaded derive_builder_core v0.20.2
11562025-02-13T04:31:24.080Z Downloaded icu_properties v1.5.1
11572025-02-13T04:31:24.080Z Downloaded bytes v1.9.0
11582025-02-13T04:31:24.080Z Downloaded blake2 v0.10.6
11592025-02-13T04:31:24.080Z Downloaded base64 v0.22.1
11602025-02-13T04:31:24.080Z Downloaded time-macros v0.2.18
11612025-02-13T04:31:24.080Z Downloaded tiny-keccak v2.0.2
11622025-02-13T04:31:24.080Z Downloaded icu_normalizer_data v1.5.0
11632025-02-13T04:31:24.080Z Downloaded crossbeam-channel v0.5.13
11642025-02-13T04:31:24.080Z Downloaded float-cmp v0.9.0
11652025-02-13T04:31:24.080Z Downloaded ena v0.14.3
11662025-02-13T04:31:24.080Z Downloaded strum_macros v0.26.4
11672025-02-13T04:31:24.080Z Downloaded litrs v0.4.1
11682025-02-13T04:31:24.080Z Downloaded heapless v0.8.0
11692025-02-13T04:31:24.080Z Downloaded rtoolbox v0.0.2
11702025-02-13T04:31:24.080Z Downloaded xz2 v0.1.7
11712025-02-13T04:31:24.080Z Downloaded tls_codec v0.4.1
11722025-02-13T04:31:24.080Z Downloaded idna_adapter v1.2.0
11732025-02-13T04:31:24.080Z Downloaded iana-time-zone v0.1.61
11742025-02-13T04:31:24.080Z Downloaded highway v1.2.0
11752025-02-13T04:31:24.080Z Downloaded cookie_store v0.21.1
11762025-02-13T04:31:24.080Z Downloaded bcs v0.1.6
11772025-02-13T04:31:24.080Z Downloaded kstat-rs v0.2.4
11782025-02-13T04:31:24.080Z Downloaded hyper-tls v0.6.0
11792025-02-13T04:31:24.080Z Downloaded hostname v0.3.1
11802025-02-13T04:31:24.080Z Downloaded cobs v0.2.3
11812025-02-13T04:31:24.080Z Downloaded rustc-hash v1.1.0
11822025-02-13T04:31:24.080Z Downloaded lazy_static v1.5.0
11832025-02-13T04:31:24.080Z Downloaded http-body-util v0.1.2
11842025-02-13T04:31:24.080Z Downloaded crossbeam-utils v0.8.20
11852025-02-13T04:31:24.080Z Downloaded crossbeam-epoch v0.9.18
11862025-02-13T04:31:24.080Z Downloaded base64ct v1.6.0
11872025-02-13T04:31:24.080Z Downloaded hostname v0.4.0
11882025-02-13T04:31:24.080Z Downloaded home v0.5.9
11892025-02-13T04:31:24.080Z Downloaded ciborium v0.2.2
11902025-02-13T04:31:24.080Z Downloaded cbc v0.1.2
11912025-02-13T04:31:24.080Z Downloaded lru v0.12.5
11922025-02-13T04:31:24.081Z Downloaded linked-hash-map v0.5.6
11932025-02-13T04:31:24.081Z Downloaded libgit2-sys v0.17.0+1.8.1
11942025-02-13T04:31:24.081Z Downloaded ipnetwork v0.20.0
11952025-02-13T04:31:24.081Z Downloaded impl-trait-for-tuples v0.2.2
11962025-02-13T04:31:24.081Z Downloaded hubpack v0.1.2
11972025-02-13T04:31:24.081Z Downloaded httpdate v1.0.3
11982025-02-13T04:31:24.081Z Downloaded aead v0.5.2
11992025-02-13T04:31:24.346Z Downloaded aws-lc-sys v0.22.0
12002025-02-13T04:31:24.579Z Downloaded ring v0.17.8
12012025-02-13T04:31:24.692Z Downloaded libsqlite3-sys v0.30.1
12022025-02-13T04:31:24.868Z Compiling serde v1.0.217
12032025-02-13T04:31:24.872Z Compiling lock_api v0.4.12
12042025-02-13T04:31:24.872Z Compiling value-bag v1.9.0
12052025-02-13T04:31:24.872Z Compiling scopeguard v1.2.0
12062025-02-13T04:31:24.872Z Compiling typenum v1.17.0
12072025-02-13T04:31:25.026Z Compiling generic-array v0.14.7
12082025-02-13T04:31:25.072Z Compiling syn v2.0.96
12092025-02-13T04:31:25.086Z Compiling getrandom v0.2.15
12102025-02-13T04:31:25.220Z Compiling shlex v1.3.0
12112025-02-13T04:31:25.417Z Compiling log v0.4.22
12122025-02-13T04:31:25.489Z Compiling rand_core v0.6.4
12132025-02-13T04:31:25.549Z Compiling subtle v2.6.1
12142025-02-13T04:31:25.595Z Compiling jobserver v0.1.32
12152025-02-13T04:31:25.616Z Compiling smallvec v1.13.2
12162025-02-13T04:31:25.873Z Compiling const-oid v0.9.6
12172025-02-13T04:31:25.919Z Compiling pin-project-lite v0.2.14
12182025-02-13T04:31:26.000Z Compiling cc v1.1.30
12192025-02-13T04:31:26.040Z Compiling rustix v0.38.37
12202025-02-13T04:31:26.062Z Compiling spin v0.9.8
12212025-02-13T04:31:26.160Z Compiling parking_lot_core v0.9.10
12222025-02-13T04:31:26.417Z Compiling futures-core v0.3.31
12232025-02-13T04:31:26.452Z Compiling signal-hook-registry v1.4.2
12242025-02-13T04:31:26.679Z Compiling mio v1.0.2
12252025-02-13T04:31:26.854Z Compiling aho-corasick v1.1.3
12262025-02-13T04:31:27.132Z Compiling parking_lot v0.12.3
12272025-02-13T04:31:27.158Z Compiling regex-syntax v0.8.5
12282025-02-13T04:31:27.323Z Compiling cpufeatures v0.2.14
12292025-02-13T04:31:27.435Z Compiling either v1.13.0
12302025-02-13T04:31:27.737Z Compiling stable_deref_trait v1.2.0
12312025-02-13T04:31:27.840Z Compiling glob v0.3.2
12322025-02-13T04:31:27.866Z Compiling futures-sink v0.3.31
12332025-02-13T04:31:27.890Z Compiling socket2 v0.5.7
12342025-02-13T04:31:28.063Z Compiling slab v0.4.9
12352025-02-13T04:31:28.082Z Compiling prettyplease v0.2.25
12362025-02-13T04:31:28.435Z Compiling lazy_static v1.5.0
12372025-02-13T04:31:28.540Z Compiling serde_json v1.0.135
12382025-02-13T04:31:28.577Z Compiling minimal-lexical v0.2.1
12392025-02-13T04:31:28.834Z Compiling clang-sys v1.8.1
12402025-02-13T04:31:28.905Z Compiling libloading v0.8.5
12412025-02-13T04:31:29.086Z Compiling nom v7.1.3
12422025-02-13T04:31:29.185Z Compiling home v0.5.9
12432025-02-13T04:31:29.308Z Compiling bindgen v0.69.5
12442025-02-13T04:31:29.457Z Compiling futures-channel v0.3.31
12452025-02-13T04:31:29.720Z Compiling itertools v0.12.1
12462025-02-13T04:31:29.860Z Compiling futures-io v0.3.31
12472025-02-13T04:31:30.367Z Compiling foldhash v0.1.3
12482025-02-13T04:31:30.408Z Compiling lazycell v1.3.0
12492025-02-13T04:31:30.433Z Compiling rustc-hash v1.1.0
12502025-02-13T04:31:30.440Z Compiling libm v0.2.8
12512025-02-13T04:31:30.571Z Compiling futures-task v0.3.31
12522025-02-13T04:31:30.778Z Compiling pin-utils v0.1.0
12532025-02-13T04:31:30.882Z Compiling allocator-api2 v0.2.18
12542025-02-13T04:31:30.929Z Compiling regex-automata v0.4.8
12552025-02-13T04:31:31.634Z Compiling hashbrown v0.15.1
12562025-02-13T04:31:31.683Z Compiling cmake v0.1.51
12572025-02-13T04:31:32.390Z Compiling synstructure v0.13.1
12582025-02-13T04:31:32.592Z Compiling cexpr v0.6.0
12592025-02-13T04:31:32.836Z Compiling num-traits v0.2.19
12602025-02-13T04:31:33.158Z Compiling dunce v1.0.5
12612025-02-13T04:31:33.303Z Compiling fs_extra v1.3.0
12622025-02-13T04:31:33.516Z Compiling pkg-config v0.3.31
12632025-02-13T04:31:34.107Z Compiling litemap v0.7.3
12642025-02-13T04:31:34.223Z Compiling writeable v0.5.5
12652025-02-13T04:31:34.484Z Compiling ring v0.17.8
12662025-02-13T04:31:34.744Z Compiling base64ct v1.6.0
12672025-02-13T04:31:35.239Z Compiling paste v1.0.15
12682025-02-13T04:31:35.325Z Compiling pem-rfc7468 v0.7.0
12692025-02-13T04:31:35.424Z Compiling flagset v0.4.6
12702025-02-13T04:31:35.627Z Compiling icu_locid_transform_data v1.5.0
12712025-02-13T04:31:35.744Z Compiling aws-lc-rs v1.10.0
12722025-02-13T04:31:35.779Z Compiling httparse v1.9.5
12732025-02-13T04:31:36.138Z Compiling tracing-core v0.1.32
12742025-02-13T04:31:36.445Z Compiling regex v1.11.1
12752025-02-13T04:31:36.582Z Compiling rustls-pki-types v1.10.0
12762025-02-13T04:31:37.029Z Compiling icu_properties_data v1.5.0
12772025-02-13T04:31:37.277Z Compiling crossbeam-utils v0.8.20
12782025-02-13T04:31:37.296Z Compiling percent-encoding v2.3.1
12792025-02-13T04:31:37.503Z Compiling vcpkg v0.2.15
12802025-02-13T04:31:37.622Z Compiling write16 v1.0.0
12812025-02-13T04:31:37.778Z Compiling icu_normalizer_data v1.5.0
12822025-02-13T04:31:37.833Z Compiling serde_derive v1.0.217
12832025-02-13T04:31:37.864Z Compiling zeroize_derive v1.4.2
12842025-02-13T04:31:37.942Z Compiling zerocopy-derive v0.7.35
12852025-02-13T04:31:38.005Z Compiling zerofrom-derive v0.1.4
12862025-02-13T04:31:39.340Z Compiling tokio-macros v2.5.0
12872025-02-13T04:31:39.343Z Compiling zeroize v1.8.1
12882025-02-13T04:31:39.972Z Compiling zerocopy v0.7.35
12892025-02-13T04:31:40.160Z Compiling yoke-derive v0.7.4
12902025-02-13T04:31:40.783Z Compiling thiserror-impl v1.0.69
12912025-02-13T04:31:40.897Z Compiling crypto-common v0.1.6
12922025-02-13T04:31:41.140Z Compiling block-buffer v0.10.4
12932025-02-13T04:31:41.192Z Compiling zerovec-derive v0.10.3
12942025-02-13T04:31:41.307Z Compiling futures-macro v0.3.31
12952025-02-13T04:31:41.422Z Compiling digest v0.10.7
12962025-02-13T04:31:41.520Z Compiling zerofrom v0.1.4
12972025-02-13T04:31:41.750Z Compiling displaydoc v0.2.5
12982025-02-13T04:31:41.878Z Compiling hmac v0.12.1
12992025-02-13T04:31:41.915Z Compiling block-padding v0.3.3
13002025-02-13T04:31:42.137Z Compiling inout v0.1.3
13012025-02-13T04:31:42.182Z Compiling sha2 v0.10.8
13022025-02-13T04:31:42.427Z Compiling cipher v0.4.4
13032025-02-13T04:31:42.790Z Compiling yoke v0.7.4
13042025-02-13T04:31:42.989Z Compiling icu_provider_macros v1.5.0
13052025-02-13T04:31:43.187Z Compiling ppv-lite86 v0.2.20
13062025-02-13T04:31:43.190Z Compiling futures-util v0.3.31
13072025-02-13T04:31:43.328Z Compiling der_derive v0.7.3
13082025-02-13T04:31:43.677Z Compiling zerovec v0.10.4
13092025-02-13T04:31:43.785Z Compiling thiserror v1.0.69
13102025-02-13T04:31:43.903Z Compiling rand_chacha v0.3.1
13112025-02-13T04:31:43.929Z Compiling tracing-attributes v0.1.27
13122025-02-13T04:31:44.043Z Compiling pest v2.7.14
13132025-02-13T04:31:45.643Z Compiling tinystr v0.7.6
13142025-02-13T04:31:45.672Z Compiling der v0.7.9
13152025-02-13T04:31:45.675Z Compiling icu_collections v1.5.0
13162025-02-13T04:31:46.026Z Compiling icu_locid v1.5.0
13172025-02-13T04:31:46.263Z Compiling rand v0.8.5
13182025-02-13T04:31:46.975Z Compiling salsa20 v0.10.2
13192025-02-13T04:31:47.062Z Compiling pbkdf2 v0.12.2
13202025-02-13T04:31:47.190Z Compiling icu_provider v1.5.0
13212025-02-13T04:31:47.252Z Compiling tracing v0.1.40
13222025-02-13T04:31:47.255Z Compiling utf8_iter v1.0.4
13232025-02-13T04:31:47.534Z Compiling num-conv v0.1.0
13242025-02-13T04:31:47.754Z Compiling spki v0.7.3
13252025-02-13T04:31:47.824Z Compiling time-core v0.1.2
13262025-02-13T04:31:48.071Z Compiling icu_locid_transform v1.5.0
13272025-02-13T04:31:48.164Z Compiling powerfmt v0.2.0
13282025-02-13T04:31:48.185Z Compiling mirai-annotations v1.12.0
13292025-02-13T04:31:48.188Z Compiling untrusted v0.7.1
13302025-02-13T04:31:48.303Z Compiling utf16_iter v1.0.5
13312025-02-13T04:31:48.383Z Compiling untrusted v0.9.0
13322025-02-13T04:31:48.404Z Compiling time-macros v0.2.18
13332025-02-13T04:31:48.480Z Compiling deranged v0.3.11
13342025-02-13T04:31:48.511Z Compiling scrypt v0.11.0
13352025-02-13T04:31:48.595Z Compiling pest_meta v2.7.14
13362025-02-13T04:31:48.778Z Compiling aes v0.8.4
13372025-02-13T04:31:49.029Z Compiling cbc v0.1.2
13382025-02-13T04:31:49.274Z Compiling icu_properties v1.5.1
13392025-02-13T04:31:49.895Z Compiling openssl-sys v0.9.105
13402025-02-13T04:31:50.924Z Compiling bitflags v2.6.0
13412025-02-13T04:31:51.071Z Compiling bytes v1.9.0
13422025-02-13T04:31:51.567Z Compiling indexmap v2.7.1
13432025-02-13T04:31:51.570Z Compiling semver v1.0.24
13442025-02-13T04:31:51.903Z Compiling scroll_derive v0.12.0
13452025-02-13T04:31:52.268Z Compiling tokio v1.43.0
13462025-02-13T04:31:52.302Z Compiling http v1.2.0
13472025-02-13T04:31:52.875Z Compiling icu_normalizer v1.5.0
13482025-02-13T04:31:53.104Z Compiling rustc_version v0.4.1
13492025-02-13T04:31:53.382Z Compiling tinyvec_macros v0.1.1
13502025-02-13T04:31:53.492Z Compiling atomic-waker v1.1.2
13512025-02-13T04:31:53.692Z Compiling num_threads v0.1.7
13522025-02-13T04:31:53.809Z Compiling time v0.3.36
13532025-02-13T04:31:53.829Z Compiling idna_adapter v1.2.0
13542025-02-13T04:31:53.831Z Compiling http-body v1.0.1
13552025-02-13T04:31:54.083Z Compiling tinyvec v1.8.0
13562025-02-13T04:31:54.083Z Compiling scroll v0.12.0
13572025-02-13T04:31:54.433Z Compiling pest_generator v2.7.14
13582025-02-13T04:31:54.459Z Compiling pkcs5 v0.7.1
13592025-02-13T04:31:54.630Z Compiling form_urlencoded v1.2.1
13602025-02-13T04:31:54.700Z Compiling slog v2.7.0
13612025-02-13T04:31:54.958Z Compiling which v4.4.2
13622025-02-13T04:31:55.200Z Compiling try-lock v0.2.5
13632025-02-13T04:31:55.508Z Compiling goblin v0.8.2
13642025-02-13T04:31:55.528Z Compiling want v0.3.1
13652025-02-13T04:31:55.668Z Compiling pkcs8 v0.10.2
13662025-02-13T04:31:55.806Z Compiling idna v1.0.3
13672025-02-13T04:31:55.991Z Compiling uuid v1.12.0
13682025-02-13T04:31:56.243Z Compiling pest_derive v2.7.14
13692025-02-13T04:31:56.334Z Compiling iana-time-zone v0.1.61
13702025-02-13T04:31:56.740Z Compiling httpdate v1.0.3
13712025-02-13T04:31:57.015Z Compiling dtrace-parser v0.2.0
13722025-02-13T04:31:57.191Z Compiling chrono v0.4.39
13732025-02-13T04:31:57.453Z Compiling serde_tokenstream v0.2.2
13742025-02-13T04:31:58.055Z Compiling serde_spanned v0.6.8
13752025-02-13T04:31:58.183Z Compiling toml_datetime v0.6.8
13762025-02-13T04:31:58.304Z Compiling foreign-types-shared v0.1.1
13772025-02-13T04:31:58.439Z Compiling openssl v0.10.70
13782025-02-13T04:31:58.460Z Compiling rustversion v1.0.17
13792025-02-13T04:31:58.649Z Compiling match_cfg v0.1.0
13802025-02-13T04:31:58.759Z Compiling base64 v0.22.1
13812025-02-13T04:31:58.870Z Compiling adler2 v2.0.0
13822025-02-13T04:31:58.970Z Compiling tower-service v0.3.3
13832025-02-13T04:31:59.086Z Compiling miniz_oxide v0.8.0
13842025-02-13T04:31:59.155Z Compiling hostname v0.3.1
13852025-02-13T04:31:59.202Z Compiling foreign-types v0.3.2
13862025-02-13T04:31:59.312Z Compiling url v2.5.3
13872025-02-13T04:31:59.422Z Compiling openssl-macros v0.1.1
13882025-02-13T04:32:00.119Z Compiling async-trait v0.1.86
13892025-02-13T04:32:00.564Z Compiling tokio-util v0.7.12
13902025-02-13T04:32:00.579Z Compiling serde_derive_internals v0.29.1
13912025-02-13T04:32:00.613Z Compiling dirs-sys-next v0.1.2
13922025-02-13T04:32:01.073Z Compiling siphasher v0.3.11
13932025-02-13T04:32:01.164Z Compiling dof v0.3.0
13942025-02-13T04:32:01.442Z Compiling native-tls v0.2.12
13952025-02-13T04:32:01.786Z Compiling h2 v0.4.6
13962025-02-13T04:32:01.825Z Compiling syn v1.0.109
13972025-02-13T04:32:02.417Z Compiling usdt-impl v0.5.0
13982025-02-13T04:32:02.708Z Compiling data-encoding v2.6.0
13992025-02-13T04:32:02.893Z Compiling rustls v0.23.19
14002025-02-13T04:32:03.039Z Compiling schemars v0.8.21
14012025-02-13T04:32:03.202Z Compiling rustls v0.22.4
14022025-02-13T04:32:03.417Z Compiling schemars_derive v0.8.21
14032025-02-13T04:32:03.632Z Compiling dirs-next v2.0.0
14042025-02-13T04:32:04.811Z Compiling unicode-normalization v0.1.24
14052025-02-13T04:32:04.857Z Compiling http-body-util v0.1.2
14062025-02-13T04:32:05.115Z Compiling heapless v0.7.17
14072025-02-13T04:32:05.348Z Compiling crossbeam-epoch v0.9.18
14082025-02-13T04:32:05.555Z Compiling signature v2.2.0
14092025-02-13T04:32:05.845Z Compiling sha1 v0.10.6
14102025-02-13T04:32:05.869Z Compiling bzip2-sys v0.1.11+1.0.8
14112025-02-13T04:32:05.895Z Compiling thread_local v1.1.8
14122025-02-13T04:32:06.043Z Compiling cookie v0.18.1
14132025-02-13T04:32:06.294Z Compiling multer v3.1.0
14142025-02-13T04:32:06.318Z Compiling encoding_rs v0.8.34
14152025-02-13T04:32:06.350Z Compiling openssl-probe v0.1.5
14162025-02-13T04:32:06.374Z Compiling dyn-clone v1.0.17
14172025-02-13T04:32:06.417Z Compiling rayon-core v1.12.1
14182025-02-13T04:32:06.582Z Compiling ipnet v2.10.1
14192025-02-13T04:32:06.603Z Compiling slog-async v2.8.0
14202025-02-13T04:32:06.641Z Compiling unicode-bidi v0.3.17
14212025-02-13T04:32:06.699Z Compiling gimli v0.31.1
14222025-02-13T04:32:07.087Z Compiling mime v0.3.17
14232025-02-13T04:32:07.613Z Compiling signal-hook v0.3.17
14242025-02-13T04:32:07.712Z Compiling unicode-properties v0.1.3
14252025-02-13T04:32:07.953Z Compiling toml_edit v0.22.22
14262025-02-13T04:32:08.166Z Compiling stringprep v0.1.5
14272025-02-13T04:32:09.282Z Compiling hyper v1.5.2
14282025-02-13T04:32:11.092Z Compiling addr2line v0.24.2
14292025-02-13T04:32:11.582Z Compiling hyper-util v0.1.10
14302025-02-13T04:32:11.636Z Compiling crossbeam-deque v0.8.5
14312025-02-13T04:32:11.804Z Compiling usdt-attr-macro v0.5.0
14322025-02-13T04:32:11.828Z Compiling usdt-macro v0.5.0
14332025-02-13T04:32:11.965Z Compiling term v0.7.0
14342025-02-13T04:32:12.923Z Compiling slog-json v2.6.1
14352025-02-13T04:32:13.220Z Compiling serde_urlencoded v0.7.1
14362025-02-13T04:32:13.294Z Compiling curve25519-dalek v4.1.3
14372025-02-13T04:32:13.297Z Compiling crossbeam-channel v0.5.13
14382025-02-13T04:32:13.297Z Compiling enum-as-inner v0.6.1
14392025-02-13T04:32:13.717Z Compiling futures-executor v0.3.31
14402025-02-13T04:32:13.951Z Compiling md-5 v0.10.6
14412025-02-13T04:32:14.240Z Compiling async-stream-impl v0.3.6
14422025-02-13T04:32:14.242Z Compiling rustls-pemfile v2.2.0
14432025-02-13T04:32:14.279Z Compiling num-integer v0.1.46
14442025-02-13T04:32:14.382Z Compiling hash32 v0.2.1
14452025-02-13T04:32:14.385Z Compiling ff v0.13.0
14462025-02-13T04:32:14.581Z Compiling is-terminal v0.4.13
14472025-02-13T04:32:14.646Z Compiling object v0.36.5
14482025-02-13T04:32:14.732Z Compiling dropshot v0.12.0
14492025-02-13T04:32:14.748Z Compiling rustc-demangle v0.1.24
14502025-02-13T04:32:14.995Z Compiling num-bigint-dig v0.8.4
14512025-02-13T04:32:15.033Z Compiling utf-8 v0.7.6
14522025-02-13T04:32:15.308Z Compiling linked-hash-map v0.5.6
14532025-02-13T04:32:15.354Z Compiling quick-error v1.2.3
14542025-02-13T04:32:15.375Z Compiling fallible-iterator v0.2.0
14552025-02-13T04:32:15.499Z Compiling litrs v0.4.1
14562025-02-13T04:32:15.517Z Compiling take_mut v0.2.2
14572025-02-13T04:32:15.630Z Compiling anyhow v1.0.95
14582025-02-13T04:32:15.655Z Compiling portable-atomic v1.9.0
14592025-02-13T04:32:15.678Z Compiling smoltcp v0.9.1
14602025-02-13T04:32:16.006Z Compiling base16ct v0.2.0
14612025-02-13T04:32:16.240Z Compiling psl-types v2.0.11
14622025-02-13T04:32:16.379Z Compiling sec1 v0.7.3
14632025-02-13T04:32:16.449Z Compiling publicsuffix v2.3.0
14642025-02-13T04:32:16.602Z Compiling document-features v0.2.10
14652025-02-13T04:32:16.731Z Compiling postgres-protocol v0.6.7
14662025-02-13T04:32:16.783Z Compiling lru-cache v0.1.2
14672025-02-13T04:32:16.898Z Compiling async-stream v0.3.6
14682025-02-13T04:32:16.975Z Compiling resolv-conf v0.7.0
14692025-02-13T04:32:17.230Z Compiling tungstenite v0.24.0
14702025-02-13T04:32:17.933Z Compiling num-iter v0.1.45
14712025-02-13T04:32:17.958Z Compiling slog-term v2.9.1
14722025-02-13T04:32:17.990Z Compiling usdt v0.5.0
14732025-02-13T04:32:18.003Z Compiling group v0.13.0
14742025-02-13T04:32:18.330Z Compiling hickory-proto v0.24.3
14752025-02-13T04:32:18.466Z Compiling futures v0.3.31
14762025-02-13T04:32:18.718Z Compiling slog-bunyan v2.5.0
14772025-02-13T04:32:19.024Z Compiling toml v0.8.19
14782025-02-13T04:32:19.256Z Compiling tokio-native-tls v0.3.1
14792025-02-13T04:32:20.046Z Compiling camino v1.1.9
14802025-02-13T04:32:20.516Z Compiling phf_shared v0.11.2
14812025-02-13T04:32:20.552Z Compiling dropshot_endpoint v0.12.0
14822025-02-13T04:32:20.876Z Compiling terminal_size v0.4.0
14832025-02-13T04:32:20.896Z Compiling waitgroup v0.1.2
14842025-02-13T04:32:21.117Z Compiling backtrace v0.3.74
14852025-02-13T04:32:21.137Z Compiling openapiv3 v2.0.0
14862025-02-13T04:32:21.370Z Compiling serde_path_to_error v0.1.16
14872025-02-13T04:32:21.594Z Compiling hkdf v0.12.4
14882025-02-13T04:32:21.874Z Compiling crypto-bigint v0.5.5
14892025-02-13T04:32:22.157Z Compiling zerocopy-derive v0.6.6
14902025-02-13T04:32:24.172Z Compiling curve25519-dalek-derive v0.1.1
14912025-02-13T04:32:24.202Z Compiling webpki-roots v0.26.6
14922025-02-13T04:32:24.432Z Compiling hostname v0.4.0
14932025-02-13T04:32:24.663Z Compiling fs-err v2.11.0
14942025-02-13T04:32:24.742Z Compiling crc32fast v1.4.2
14952025-02-13T04:32:24.972Z Compiling ahash v0.8.11
14962025-02-13T04:32:25.101Z Compiling bitflags v1.3.2
14972025-02-13T04:32:25.125Z Compiling managed v0.8.0
14982025-02-13T04:32:25.212Z Compiling newtype-uuid v1.2.1
14992025-02-13T04:32:25.235Z Compiling hubpack_derive v0.1.1
15002025-02-13T04:32:25.301Z Compiling unicode-width v0.2.0
15012025-02-13T04:32:25.478Z Compiling debug-ignore v1.0.5
15022025-02-13T04:32:25.578Z Compiling winnow v0.5.40
15032025-02-13T04:32:25.834Z Compiling console v0.15.10
15042025-02-13T04:32:26.045Z Compiling hubpack v0.1.2
15052025-02-13T04:32:26.567Z Compiling clap_builder v4.5.27
15062025-02-13T04:32:27.177Z Compiling strum_macros v0.25.3
15072025-02-13T04:32:27.587Z Compiling flate2 v1.0.35
15082025-02-13T04:32:27.784Z Compiling elliptic-curve v0.13.8
15092025-02-13T04:32:27.815Z Compiling zerocopy v0.6.6
15102025-02-13T04:32:28.540Z Compiling hickory-resolver v0.24.2
15112025-02-13T04:32:28.668Z Compiling signal-hook-mio v0.2.4
15122025-02-13T04:32:28.857Z Compiling toml_edit v0.19.15
15132025-02-13T04:32:29.028Z Compiling phf v0.11.2
15142025-02-13T04:32:29.316Z Compiling rayon v1.10.0
15152025-02-13T04:32:29.374Z Compiling cookie_store v0.21.1
15162025-02-13T04:32:30.876Z Compiling hyper-tls v0.6.0
15172025-02-13T04:32:30.978Z Compiling bzip2 v0.4.4
15182025-02-13T04:32:31.277Z Compiling tokio-tungstenite v0.24.0
15192025-02-13T04:32:31.813Z Compiling postgres-types v0.2.8
15202025-02-13T04:32:33.665Z Compiling ed25519 v2.2.3
15212025-02-13T04:32:33.687Z Compiling tokio-stream v0.1.16
15222025-02-13T04:32:34.377Z Compiling phf_shared v0.10.0
15232025-02-13T04:32:34.418Z Compiling pkcs1 v0.7.5
15242025-02-13T04:32:34.626Z Compiling serde-big-array v0.5.1
15252025-02-13T04:32:34.656Z Compiling clap_derive v4.5.24
15262025-02-13T04:32:34.769Z Compiling rfc6979 v0.4.0
15272025-02-13T04:32:34.856Z Compiling serde_repr v0.1.19
15282025-02-13T04:32:34.977Z Compiling derive-where v1.2.7
15292025-02-13T04:32:35.315Z Compiling float-cmp v0.9.0
15302025-02-13T04:32:35.557Z Compiling bstr v1.10.0
15312025-02-13T04:32:35.575Z Compiling sync_wrapper v1.0.1
15322025-02-13T04:32:35.755Z Compiling unicode-segmentation v1.12.0
15332025-02-13T04:32:35.972Z Compiling bit-vec v0.6.3
15342025-02-13T04:32:36.004Z Compiling static_assertions v1.1.0
15352025-02-13T04:32:36.112Z Compiling precomputed-hash v0.1.1
15362025-02-13T04:32:36.251Z Compiling difflib v0.4.0
15372025-02-13T04:32:36.376Z Compiling normalize-line-endings v0.3.0
15382025-02-13T04:32:36.518Z Compiling fixedbitset v0.4.2
15392025-02-13T04:32:36.609Z Compiling whoami v1.5.2
15402025-02-13T04:32:36.972Z Compiling new_debug_unreachable v1.0.6
15412025-02-13T04:32:37.084Z Compiling predicates-core v1.0.8
15422025-02-13T04:32:37.176Z Compiling number_prefix v0.4.0
15432025-02-13T04:32:37.198Z Compiling string_cache v0.8.7
15442025-02-13T04:32:37.402Z Compiling indicatif v0.17.11
15452025-02-13T04:32:37.424Z Compiling predicates v3.1.2
15462025-02-13T04:32:37.615Z Compiling tokio-postgres v0.7.12
15472025-02-13T04:32:37.615Z Compiling petgraph v0.6.5
15482025-02-13T04:32:38.212Z Compiling similar v2.6.0
15492025-02-13T04:32:38.975Z Compiling bit-set v0.5.3
15502025-02-13T04:32:39.264Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15512025-02-13T04:32:39.283Z Compiling clap v4.5.27
15522025-02-13T04:32:39.403Z Compiling ecdsa v0.16.9
15532025-02-13T04:32:39.529Z Compiling rsa v0.9.6
15542025-02-13T04:32:40.203Z Compiling ed25519-dalek v2.1.1
15552025-02-13T04:32:40.265Z Compiling toml v0.7.8
15562025-02-13T04:32:41.213Z Compiling zip v0.6.6
15572025-02-13T04:32:41.467Z Compiling crossterm v0.28.1
15582025-02-13T04:32:42.899Z Compiling hex v0.4.3
15592025-02-13T04:32:43.104Z Compiling x509-cert v0.2.5
15602025-02-13T04:32:43.338Z Compiling itertools v0.10.5
15612025-02-13T04:32:43.586Z Compiling lalrpop-util v0.19.12
15622025-02-13T04:32:43.997Z Compiling unicode-xid v0.2.6
15632025-02-13T04:32:44.264Z Compiling peg-runtime v0.8.3
15642025-02-13T04:32:44.703Z Compiling strum_macros v0.26.4
15652025-02-13T04:32:44.893Z Compiling xattr v1.3.1
15662025-02-13T04:32:45.209Z Compiling filetime v0.2.25
15672025-02-13T04:32:45.472Z Compiling tar v0.4.42
15682025-02-13T04:32:49.272Z Compiling strum v0.26.3
15692025-02-13T04:32:52.405Z Compiling aws-lc-sys v0.22.0
15702025-02-13T04:33:19.984Z Compiling rustls-webpki v0.102.8
15712025-02-13T04:33:23.099Z Compiling tokio-rustls v0.25.0
15722025-02-13T04:33:24.901Z Compiling tokio-rustls v0.26.0
15732025-02-13T04:33:25.155Z Compiling hyper-rustls v0.27.3
15742025-02-13T04:33:25.501Z Compiling reqwest v0.12.9
15752025-02-13T04:33:26.826Z Compiling qorb v0.2.1
15762025-02-13T04:33:29.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15772025-02-13T04:33:30.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15782025-02-13T04:33:34.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15792025-02-13T04:33:34.719Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15802025-02-13T04:33:34.765ZFeb 13 04:33:33.944 INFO Starting download, target: Clickhouse
15812025-02-13T04:33:34.765ZFeb 13 04:33:33.944 INFO Starting download, target: Console
15822025-02-13T04:33:34.765ZFeb 13 04:33:33.944 INFO Starting download, target: Cockroach
15832025-02-13T04:33:34.766ZFeb 13 04:33:33.944 INFO Starting download, target: DendriteOpenapi
15842025-02-13T04:33:34.766ZFeb 13 04:33:33.944 INFO Starting download, target: DendriteStub
15852025-02-13T04:33:34.766ZFeb 13 04:33:33.944 INFO Starting download, target: MaghemiteMgd
15862025-02-13T04:33:34.771ZFeb 13 04:33:33.944 INFO Starting download, target: TransceiverControl
15872025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15882025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15892025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15902025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15912025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15922025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15932025-02-13T04:33:34.771ZFeb 13 04:33:33.945 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15942025-02-13T04:33:34.948ZFeb 13 04:33:34.124 INFO Download complete, target: DendriteOpenapi
15952025-02-13T04:33:35.186ZFeb 13 04:33:34.349 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15962025-02-13T04:33:35.303ZFeb 13 04:33:34.471 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15972025-02-13T04:33:35.620ZFeb 13 04:33:34.780 INFO Download complete, target: Console
15982025-02-13T04:33:35.719ZFeb 13 04:33:34.835 INFO Download complete, target: TransceiverControl
15992025-02-13T04:33:36.133ZFeb 13 04:33:35.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16002025-02-13T04:33:36.322ZFeb 13 04:33:35.437 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16012025-02-13T04:33:37.059ZFeb 13 04:33:36.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16022025-02-13T04:33:37.165ZFeb 13 04:33:36.344 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16032025-02-13T04:33:37.165ZFeb 13 04:33:36.344 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16042025-02-13T04:33:38.917ZFeb 13 04:33:38.096 INFO Download complete, target: MaghemiteMgd
16052025-02-13T04:33:39.154ZFeb 13 04:33:38.334 INFO Download complete, target: DendriteStub
16062025-02-13T04:33:44.665ZFeb 13 04:33:43.843 INFO Checking that binary works, target: Cockroach
16072025-02-13T04:33:44.823ZFeb 13 04:33:44.002 INFO Download complete, target: Cockroach
16082025-02-13T04:33:49.752ZFeb 13 04:33:48.930 INFO Checking that binary works, target: Clickhouse
16092025-02-13T04:33:49.868ZFeb 13 04:33:49.045 INFO Download complete, target: Clickhouse
16102025-02-13T04:33:49.898ZAll builder prerequisites installed successfully, and PATH looks valid
16112025-02-13T04:33:49.902Z
16122025-02-13T04:33:49.902Zreal 5:50.515453245
16132025-02-13T04:33:49.902Zuser 15:46.761228104
16142025-02-13T04:33:49.902Zsys 2:05.607962771
16152025-02-13T04:33:49.902Ztrap 0.559324617
16162025-02-13T04:33:49.902Ztflt 1.705594944
16172025-02-13T04:33:49.902Zdflt 1.594966562
16182025-02-13T04:33:49.902Zkflt 0.026032944
16192025-02-13T04:33:49.902Zlock 24:48.563654763
16202025-02-13T04:33:49.902Zslp 57:11.834123436
16212025-02-13T04:33:49.902Zlat 1:00.275460682
16222025-02-13T04:33:49.902Zstop 2:21.827649552
16232025-02-13T04:33:49.902Z+ banner hack-check
16242025-02-13T04:33:49.903Z
16252025-02-13T04:33:49.903Z # # ## #### # # #### # # ###### #### # #
16262025-02-13T04:33:49.903Z # # # # # # # # # # # # # # # # #
16272025-02-13T04:33:49.903Z ###### # # # #### ##### # ###### ##### # ####
16282025-02-13T04:33:49.903Z # # ###### # # # # # # # # # #
16292025-02-13T04:33:49.903Z # # # # # # # # # # # # # # # # #
16302025-02-13T04:33:49.903Z # # # # #### # # #### # # ###### #### # #
16312025-02-13T04:33:49.903Z
16322025-02-13T04:33:49.903Z+ export CARGO_INCREMENTAL=0
16332025-02-13T04:33:49.903Z+ CARGO_INCREMENTAL=0
16342025-02-13T04:33:49.903Z+ ptime -m timeout 2h cargo xtask check-features --ci
16352025-02-13T04:33:50.421Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16362025-02-13T04:33:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
16372025-02-13T04:33:53.291Z Running `target/debug/xtask check-features --ci`
16382025-02-13T04:33:53.311Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16392025-02-13T04:33:53.313Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16402025-02-13T04:33:53.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16412025-02-13T04:33:53.779Z Running `target/debug/xtask download cargo-hack`
16422025-02-13T04:33:54.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16432025-02-13T04:33:54.925Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16442025-02-13T04:33:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
16452025-02-13T04:33:58.754Z Running `target/debug/xtask-downloader cargo-hack`
16462025-02-13T04:33:58.793ZFeb 13 04:33:57.969 INFO Starting download, target: CargoHack
16472025-02-13T04:33:58.796ZFeb 13 04:33:57.970 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16482025-02-13T04:33:59.285ZFeb 13 04:33:58.461 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16492025-02-13T04:33:59.379ZFeb 13 04:33:58.555 INFO Download complete, target: CargoHack
16502025-02-13T04:33:59.385Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16512025-02-13T04:33:59.399Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16522025-02-13T04:33:59.572Zinfo: running `cargo check --bins` on api_identity (1/199)
16532025-02-13T04:34:00.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542025-02-13T04:34:00.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552025-02-13T04:34:00.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562025-02-13T04:34:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16572025-02-13T04:34:00.161Z
16582025-02-13T04:34:00.161Zinfo: running `cargo check --bins` on bootstore (2/199)
16592025-02-13T04:34:00.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602025-02-13T04:34:00.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612025-02-13T04:34:00.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622025-02-13T04:34:00.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16632025-02-13T04:34:00.784Z
16642025-02-13T04:34:00.784Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16652025-02-13T04:34:01.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662025-02-13T04:34:01.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672025-02-13T04:34:01.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682025-02-13T04:34:01.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16692025-02-13T04:34:01.394Z
16702025-02-13T04:34:01.394Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16712025-02-13T04:34:01.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-02-13T04:34:01.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-02-13T04:34:01.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-02-13T04:34:01.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16752025-02-13T04:34:02.005Z
16762025-02-13T04:34:02.005Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16772025-02-13T04:34:02.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-02-13T04:34:02.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-02-13T04:34:02.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-02-13T04:34:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16812025-02-13T04:34:02.433Z
16822025-02-13T04:34:02.433Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16832025-02-13T04:34:02.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-02-13T04:34:02.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-02-13T04:34:02.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-02-13T04:34:02.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16872025-02-13T04:34:02.864Z
16882025-02-13T04:34:02.864Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16892025-02-13T04:34:03.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-02-13T04:34:03.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-02-13T04:34:03.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-02-13T04:34:03.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16932025-02-13T04:34:03.288Z
16942025-02-13T04:34:03.288Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
16952025-02-13T04:34:03.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-02-13T04:34:03.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-02-13T04:34:03.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-02-13T04:34:03.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16992025-02-13T04:34:03.707Z
17002025-02-13T04:34:03.707Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17012025-02-13T04:34:04.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-02-13T04:34:04.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-02-13T04:34:04.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-02-13T04:34:04.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17052025-02-13T04:34:04.128Z
17062025-02-13T04:34:04.128Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17072025-02-13T04:34:04.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-02-13T04:34:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-02-13T04:34:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-02-13T04:34:04.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17112025-02-13T04:34:04.542Z
17122025-02-13T04:34:04.543Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17132025-02-13T04:34:04.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-02-13T04:34:04.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-02-13T04:34:04.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-02-13T04:34:04.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17172025-02-13T04:34:04.968Z
17182025-02-13T04:34:04.968Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17192025-02-13T04:34:05.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-02-13T04:34:05.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-02-13T04:34:05.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-02-13T04:34:05.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17232025-02-13T04:34:05.390Z
17242025-02-13T04:34:05.390Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17252025-02-13T04:34:05.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-02-13T04:34:05.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-02-13T04:34:05.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-02-13T04:34:05.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17292025-02-13T04:34:05.816Z
17302025-02-13T04:34:05.816Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17312025-02-13T04:34:06.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-02-13T04:34:06.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-02-13T04:34:06.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-02-13T04:34:06.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17352025-02-13T04:34:06.243Z
17362025-02-13T04:34:06.243Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17372025-02-13T04:34:06.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-02-13T04:34:06.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-02-13T04:34:06.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-02-13T04:34:06.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17412025-02-13T04:34:06.664Z
17422025-02-13T04:34:06.664Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17432025-02-13T04:34:07.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-02-13T04:34:07.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-02-13T04:34:07.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-02-13T04:34:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472025-02-13T04:34:07.091Z
17482025-02-13T04:34:07.091Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17492025-02-13T04:34:07.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-02-13T04:34:07.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-02-13T04:34:07.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-02-13T04:34:07.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17532025-02-13T04:34:07.516Z
17542025-02-13T04:34:07.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17552025-02-13T04:34:07.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-02-13T04:34:07.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-02-13T04:34:07.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-02-13T04:34:07.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17592025-02-13T04:34:07.942Z
17602025-02-13T04:34:07.942Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17612025-02-13T04:34:08.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-02-13T04:34:08.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-02-13T04:34:08.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-02-13T04:34:08.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17652025-02-13T04:34:08.374Z
17662025-02-13T04:34:08.374Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17672025-02-13T04:34:08.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-02-13T04:34:08.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-02-13T04:34:08.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-02-13T04:34:08.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17712025-02-13T04:34:08.809Z
17722025-02-13T04:34:08.809Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17732025-02-13T04:34:09.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-02-13T04:34:09.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-02-13T04:34:09.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-02-13T04:34:09.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17772025-02-13T04:34:09.234Z
17782025-02-13T04:34:09.234Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17792025-02-13T04:34:09.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-02-13T04:34:09.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-02-13T04:34:09.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-02-13T04:34:09.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17832025-02-13T04:34:09.664Z
17842025-02-13T04:34:09.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17852025-02-13T04:34:10.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-02-13T04:34:10.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-02-13T04:34:10.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-02-13T04:34:10.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17892025-02-13T04:34:10.090Z
17902025-02-13T04:34:10.090Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
17912025-02-13T04:34:10.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-02-13T04:34:10.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-02-13T04:34:10.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-02-13T04:34:10.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17952025-02-13T04:34:10.516Z
17962025-02-13T04:34:10.517Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
17972025-02-13T04:34:10.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-02-13T04:34:10.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-02-13T04:34:10.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-02-13T04:34:10.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18012025-02-13T04:34:10.943Z
18022025-02-13T04:34:10.943Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18032025-02-13T04:34:11.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-02-13T04:34:11.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-02-13T04:34:11.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-02-13T04:34:11.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18072025-02-13T04:34:11.361Z
18082025-02-13T04:34:11.362Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18092025-02-13T04:34:11.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-02-13T04:34:11.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-02-13T04:34:11.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-02-13T04:34:11.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18132025-02-13T04:34:11.781Z
18142025-02-13T04:34:11.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18152025-02-13T04:34:12.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-02-13T04:34:12.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-02-13T04:34:12.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-02-13T04:34:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18192025-02-13T04:34:12.199Z
18202025-02-13T04:34:12.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18212025-02-13T04:34:12.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-02-13T04:34:12.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-02-13T04:34:12.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-02-13T04:34:12.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18252025-02-13T04:34:12.619Z
18262025-02-13T04:34:12.619Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18272025-02-13T04:34:12.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-02-13T04:34:12.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-02-13T04:34:12.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-02-13T04:34:13.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18312025-02-13T04:34:13.037Z
18322025-02-13T04:34:13.037Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18332025-02-13T04:34:13.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-02-13T04:34:13.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-02-13T04:34:13.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-02-13T04:34:13.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18372025-02-13T04:34:13.452Z
18382025-02-13T04:34:13.452Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18392025-02-13T04:34:13.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-02-13T04:34:13.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-02-13T04:34:13.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-02-13T04:34:13.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18432025-02-13T04:34:13.873Z
18442025-02-13T04:34:13.873Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18452025-02-13T04:34:14.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-02-13T04:34:14.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-02-13T04:34:14.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-02-13T04:34:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18492025-02-13T04:34:14.287Z
18502025-02-13T04:34:14.287Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18512025-02-13T04:34:14.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-02-13T04:34:14.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-02-13T04:34:14.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-02-13T04:34:14.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18552025-02-13T04:34:14.700Z
18562025-02-13T04:34:14.700Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18572025-02-13T04:34:15.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-02-13T04:34:15.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-02-13T04:34:15.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-02-13T04:34:15.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18612025-02-13T04:34:15.117Z
18622025-02-13T04:34:15.117Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18632025-02-13T04:34:15.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-02-13T04:34:15.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-02-13T04:34:15.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-02-13T04:34:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18672025-02-13T04:34:15.537Z
18682025-02-13T04:34:15.537Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18692025-02-13T04:34:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-02-13T04:34:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-02-13T04:34:15.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-02-13T04:34:15.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18732025-02-13T04:34:15.963Z
18742025-02-13T04:34:15.963Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18752025-02-13T04:34:16.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-02-13T04:34:16.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-02-13T04:34:16.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-02-13T04:34:16.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18792025-02-13T04:34:16.392Z
18802025-02-13T04:34:16.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18812025-02-13T04:34:16.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-02-13T04:34:16.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-02-13T04:34:16.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-02-13T04:34:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18852025-02-13T04:34:16.818Z
18862025-02-13T04:34:16.818Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18872025-02-13T04:34:17.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-02-13T04:34:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-02-13T04:34:17.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-02-13T04:34:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18912025-02-13T04:34:17.249Z
18922025-02-13T04:34:17.249Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
18932025-02-13T04:34:17.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-02-13T04:34:17.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-02-13T04:34:17.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-02-13T04:34:17.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18972025-02-13T04:34:17.673Z
18982025-02-13T04:34:17.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
18992025-02-13T04:34:18.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-02-13T04:34:18.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-02-13T04:34:18.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-02-13T04:34:18.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19032025-02-13T04:34:18.102Z
19042025-02-13T04:34:18.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19052025-02-13T04:34:18.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-02-13T04:34:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-02-13T04:34:18.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-02-13T04:34:18.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19092025-02-13T04:34:18.528Z
19102025-02-13T04:34:18.528Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19112025-02-13T04:34:18.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-02-13T04:34:18.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-02-13T04:34:18.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-02-13T04:34:18.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19152025-02-13T04:34:18.957Z
19162025-02-13T04:34:18.957Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19172025-02-13T04:34:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-02-13T04:34:19.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-02-13T04:34:19.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-02-13T04:34:19.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19212025-02-13T04:34:19.581Z
19222025-02-13T04:34:19.581Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19232025-02-13T04:34:20.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-02-13T04:34:20.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-02-13T04:34:20.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-02-13T04:34:20.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19272025-02-13T04:34:20.207Z
19282025-02-13T04:34:20.207Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19292025-02-13T04:34:20.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-02-13T04:34:20.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-02-13T04:34:20.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322025-02-13T04:34:20.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19332025-02-13T04:34:20.835Z
19342025-02-13T04:34:20.835Zinfo: running `cargo check --bins` on oxlog (48/199)
19352025-02-13T04:34:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362025-02-13T04:34:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372025-02-13T04:34:21.448Z Checking cfg-if v1.0.0
19382025-02-13T04:34:21.451Z Checking libc v0.2.169
19392025-02-13T04:34:21.563Z Checking serde v1.0.217
19402025-02-13T04:34:21.565Z Checking zeroize v1.8.1
19412025-02-13T04:34:21.585Z Checking memchr v2.7.4
19422025-02-13T04:34:21.610Z Checking typenum v1.17.0
19432025-02-13T04:34:21.618Z Checking subtle v2.6.1
19442025-02-13T04:34:21.618Z Checking scopeguard v1.2.0
19452025-02-13T04:34:21.639Z Checking value-bag v1.9.0
19462025-02-13T04:34:21.777Z Checking lock_api v0.4.12
19472025-02-13T04:34:21.845Z Checking smallvec v1.13.2
19482025-02-13T04:34:21.881Z Checking itoa v1.0.11
19492025-02-13T04:34:22.073Z Checking log v0.4.22
19502025-02-13T04:34:22.108Z Checking const-oid v0.9.6
19512025-02-13T04:34:22.163Z Checking pin-project-lite v0.2.14
19522025-02-13T04:34:22.189Z Checking byteorder v1.5.0
19532025-02-13T04:34:22.260Z Checking once_cell v1.20.2
19542025-02-13T04:34:22.419Z Checking futures-core v0.3.31
19552025-02-13T04:34:22.509Z Checking cpufeatures v0.2.14
19562025-02-13T04:34:22.539Z Checking getrandom v0.2.15
19572025-02-13T04:34:22.559Z Checking signal-hook-registry v1.4.2
19582025-02-13T04:34:22.574Z Checking parking_lot_core v0.9.10
19592025-02-13T04:34:22.595Z Checking mio v1.0.2
19602025-02-13T04:34:22.645Z Checking generic-array v0.14.7
19612025-02-13T04:34:22.658Z Checking stable_deref_trait v1.2.0
19622025-02-13T04:34:22.757Z Checking rand_core v0.6.4
19632025-02-13T04:34:22.774Z Checking futures-sink v0.3.31
19642025-02-13T04:34:22.799Z Checking socket2 v0.5.7
19652025-02-13T04:34:22.915Z Checking zerocopy v0.7.35
19662025-02-13T04:34:22.949Z Checking parking_lot v0.12.3
19672025-02-13T04:34:23.048Z Checking zerofrom v0.1.4
19682025-02-13T04:34:23.198Z Checking spin v0.9.8
19692025-02-13T04:34:23.261Z Checking yoke v0.7.4
19702025-02-13T04:34:23.279Z Checking slab v0.4.9
19712025-02-13T04:34:23.295Z Checking futures-channel v0.3.31
19722025-02-13T04:34:23.515Z Checking foldhash v0.1.3
19732025-02-13T04:34:23.538Z Checking futures-io v0.3.31
19742025-02-13T04:34:23.614Z Checking zerovec v0.10.4
19752025-02-13T04:34:23.662Z Checking pin-utils v0.1.0
19762025-02-13T04:34:23.710Z Checking crypto-common v0.1.6
19772025-02-13T04:34:23.724Z Checking block-buffer v0.10.4
19782025-02-13T04:34:23.738Z Checking futures-task v0.3.31
19792025-02-13T04:34:23.752Z Checking equivalent v1.0.1
19802025-02-13T04:34:23.871Z Checking allocator-api2 v0.2.18
19812025-02-13T04:34:23.889Z Checking block-padding v0.3.3
19822025-02-13T04:34:23.943Z Checking ryu v1.0.18
19832025-02-13T04:34:23.960Z Checking digest v0.10.7
19842025-02-13T04:34:23.960Z Checking futures-util v0.3.31
19852025-02-13T04:34:24.088Z Checking inout v0.1.3
19862025-02-13T04:34:24.129Z Checking litemap v0.7.3
19872025-02-13T04:34:24.185Z Checking writeable v0.5.5
19882025-02-13T04:34:24.317Z Checking fnv v1.0.7
19892025-02-13T04:34:24.320Z Checking hmac v0.12.1
19902025-02-13T04:34:24.454Z Checking sha2 v0.10.8
19912025-02-13T04:34:24.471Z Checking hashbrown v0.15.1
19922025-02-13T04:34:24.486Z Checking cipher v0.4.4
19932025-02-13T04:34:24.496Z Checking libm v0.2.8
19942025-02-13T04:34:24.547Z Checking base64ct v1.6.0
19952025-02-13T04:34:24.888Z Checking ppv-lite86 v0.2.20
19962025-02-13T04:34:24.977Z Checking icu_locid_transform_data v1.5.0
19972025-02-13T04:34:24.993Z Checking pem-rfc7468 v0.7.0
19982025-02-13T04:34:25.079Z Checking flagset v0.4.6
19992025-02-13T04:34:25.093Z Checking tinystr v0.7.6
20002025-02-13T04:34:25.260Z Checking icu_collections v1.5.0
20012025-02-13T04:34:25.276Z Checking der v0.7.9
20022025-02-13T04:34:25.382Z Checking num-traits v0.2.19
20032025-02-13T04:34:25.411Z Checking icu_locid v1.5.0
20042025-02-13T04:34:25.449Z Checking tracing-core v0.1.32
20052025-02-13T04:34:25.588Z Checking rand_chacha v0.3.1
20062025-02-13T04:34:25.901Z Checking thiserror v1.0.69
20072025-02-13T04:34:25.983Z Checking icu_properties_data v1.5.0
20082025-02-13T04:34:26.046Z Checking percent-encoding v2.3.1
20092025-02-13T04:34:26.048Z Checking bytes v1.9.0
20102025-02-13T04:34:26.093Z Checking indexmap v2.7.1
20112025-02-13T04:34:26.220Z Checking serde_json v1.0.135
20122025-02-13T04:34:26.263Z Checking bitflags v2.6.0
20132025-02-13T04:34:26.341Z Checking icu_provider v1.5.0
20142025-02-13T04:34:26.562Z Checking rustls-pki-types v1.10.0
20152025-02-13T04:34:26.823Z Checking tracing v0.1.40
20162025-02-13T04:34:26.840Z Checking tokio v1.43.0
20172025-02-13T04:34:26.923Z Checking http v1.2.0
20182025-02-13T04:34:26.943Z Checking icu_locid_transform v1.5.0
20192025-02-13T04:34:27.118Z Checking spki v0.7.3
20202025-02-13T04:34:27.162Z Checking rand v0.8.5
20212025-02-13T04:34:27.218Z Checking salsa20 v0.10.2
20222025-02-13T04:34:27.381Z Checking pbkdf2 v0.12.2
20232025-02-13T04:34:27.431Z Checking aws-lc-sys v0.22.0
20242025-02-13T04:34:27.540Z Checking httparse v1.9.5
20252025-02-13T04:34:27.861Z Checking mirai-annotations v1.12.0
20262025-02-13T04:34:27.946Z Checking icu_properties v1.5.1
20272025-02-13T04:34:27.963Z Checking powerfmt v0.2.0
20282025-02-13T04:34:28.027Z Checking write16 v1.0.0
20292025-02-13T04:34:28.158Z Checking icu_normalizer_data v1.5.0
20302025-02-13T04:34:28.203Z Checking utf8_iter v1.0.4
20312025-02-13T04:34:28.232Z Checking untrusted v0.7.1
20322025-02-13T04:34:28.257Z Checking untrusted v0.9.0
20332025-02-13T04:34:28.348Z Checking utf16_iter v1.0.5
20342025-02-13T04:34:28.407Z Checking deranged v0.3.11
20352025-02-13T04:34:28.410Z Checking scrypt v0.11.0
20362025-02-13T04:34:28.435Z Checking ring v0.17.8
20372025-02-13T04:34:28.454Z Checking cbc v0.1.2
20382025-02-13T04:34:28.534Z Checking aes v0.8.4
20392025-02-13T04:34:28.642Z Checking crossbeam-utils v0.8.20
20402025-02-13T04:34:28.656Z Checking num_threads v0.1.7
20412025-02-13T04:34:28.771Z Checking atomic-waker v1.1.2
20422025-02-13T04:34:28.920Z Checking time-core v0.1.2
20432025-02-13T04:34:29.080Z Checking num-conv v0.1.0
20442025-02-13T04:34:29.325Z Checking tinyvec_macros v0.1.1
20452025-02-13T04:34:29.356Z Checking http-body v1.0.1
20462025-02-13T04:34:29.424Z Checking tinyvec v1.8.0
20472025-02-13T04:34:29.439Z Checking pkcs5 v0.7.1
20482025-02-13T04:34:29.456Z Checking aws-lc-rs v1.10.0
20492025-02-13T04:34:29.549Z Checking form_urlencoded v1.2.1
20502025-02-13T04:34:29.747Z Checking time v0.3.36
20512025-02-13T04:34:29.765Z Checking try-lock v0.2.5
20522025-02-13T04:34:29.903Z Checking pkcs8 v0.10.2
20532025-02-13T04:34:29.920Z Checking want v0.3.1
20542025-02-13T04:34:30.103Z Checking uuid v1.12.0
20552025-02-13T04:34:30.199Z Checking unicode-ident v1.0.14
20562025-02-13T04:34:30.217Z Checking httpdate v1.0.3
20572025-02-13T04:34:30.387Z Checking proc-macro2 v1.0.92
20582025-02-13T04:34:30.463Z Checking toml_datetime v0.6.8
20592025-02-13T04:34:30.701Z Checking serde_spanned v0.6.8
20602025-02-13T04:34:30.729Z Checking slog v2.7.0
20612025-02-13T04:34:30.752Z Checking scroll v0.12.0
20622025-02-13T04:34:30.899Z Checking tower-service v0.3.3
20632025-02-13T04:34:31.031Z Checking adler2 v2.0.0
20642025-02-13T04:34:31.045Z Checking ucd-trie v0.1.7
20652025-02-13T04:34:31.170Z Checking base64 v0.22.1
20662025-02-13T04:34:31.186Z Checking rustls-webpki v0.102.8
20672025-02-13T04:34:31.205Z Checking icu_normalizer v1.5.0
20682025-02-13T04:34:31.209Z Checking match_cfg v0.1.0
20692025-02-13T04:34:31.209Z Checking foreign-types-shared v0.1.1
20702025-02-13T04:34:31.253Z Checking plain v0.2.3
20712025-02-13T04:34:31.284Z Checking iana-time-zone v0.1.61
20722025-02-13T04:34:31.343Z Checking foreign-types v0.3.2
20732025-02-13T04:34:31.397Z Checking goblin v0.8.2
20742025-02-13T04:34:31.433Z Checking hostname v0.3.1
20752025-02-13T04:34:31.449Z Checking chrono v0.4.39
20762025-02-13T04:34:31.567Z Checking pest v2.7.14
20772025-02-13T04:34:31.632Z Checking miniz_oxide v0.8.0
20782025-02-13T04:34:31.967Z Checking quote v1.0.38
20792025-02-13T04:34:31.981Z Checking idna_adapter v1.2.0
20802025-02-13T04:34:32.084Z Checking openssl-sys v0.9.105
20812025-02-13T04:34:32.168Z Checking idna v1.0.3
20822025-02-13T04:34:32.308Z Checking errno v0.3.9
20832025-02-13T04:34:32.325Z Checking dirs-sys-next v0.1.2
20842025-02-13T04:34:32.491Z Checking aho-corasick v1.1.3
20852025-02-13T04:34:32.517Z Checking pretty-hex v0.4.1
20862025-02-13T04:34:32.658Z Checking url v2.5.3
20872025-02-13T04:34:32.714Z Checking regex-syntax v0.8.5
20882025-02-13T04:34:33.240Z Checking siphasher v0.3.11
20892025-02-13T04:34:33.349Z Compiling newtype-uuid v1.2.1
20902025-02-13T04:34:33.402Z Checking tokio-util v0.7.12
20912025-02-13T04:34:33.456Z Checking data-encoding v2.6.0
20922025-02-13T04:34:33.556Z Checking openssl v0.10.70
20932025-02-13T04:34:33.674Z Checking dirs-next v2.0.0
20942025-02-13T04:34:33.815Z Checking rustix v0.38.37
20952025-02-13T04:34:34.006Z Checking syn v2.0.96
20962025-02-13T04:34:34.064Z Checking unicode-normalization v0.1.24
20972025-02-13T04:34:34.096Z Checking dtrace-parser v0.2.0
20982025-02-13T04:34:34.255Z Checking h2 v0.4.6
20992025-02-13T04:34:34.529Z Checking http-body-util v0.1.2
21002025-02-13T04:34:34.931Z Checking crossbeam-epoch v0.9.18
21012025-02-13T04:34:34.994Z Checking sha1 v0.10.6
21022025-02-13T04:34:35.295Z Checking signature v2.2.0
21032025-02-13T04:34:35.333Z Checking thread_local v1.1.8
21042025-02-13T04:34:35.480Z Checking thread-id v4.2.2
21052025-02-13T04:34:35.589Z Checking encoding_rs v0.8.34
21062025-02-13T04:34:35.627Z Checking utf8parse v0.2.2
21072025-02-13T04:34:35.794Z Checking anstyle v1.0.10
21082025-02-13T04:34:35.914Z Checking regex-automata v0.4.8
21092025-02-13T04:34:36.099Z Checking dof v0.3.0
21102025-02-13T04:34:36.121Z Checking openssl-probe v0.1.5
21112025-02-13T04:34:36.276Z Checking either v1.13.0
21122025-02-13T04:34:36.650Z Checking winnow v0.6.20
21132025-02-13T04:34:36.683Z Checking gimli v0.31.1
21142025-02-13T04:34:36.883Z Checking mime v0.3.17
21152025-02-13T04:34:37.207Z Checking ipnet v2.10.1
21162025-02-13T04:34:37.669Z Checking unicode-properties v0.1.3
21172025-02-13T04:34:37.983Z Checking unicode-bidi v0.3.17
21182025-02-13T04:34:38.057Z Checking anstyle-parse v0.2.5
21192025-02-13T04:34:38.332Z Checking crossbeam-deque v0.8.5
21202025-02-13T04:34:38.600Z Checking stringprep v0.1.5
21212025-02-13T04:34:38.671Z Checking term v0.7.0
21222025-02-13T04:34:38.781Z Checking native-tls v0.2.12
21232025-02-13T04:34:38.889Z Checking slog-json v2.6.1
21242025-02-13T04:34:39.081Z Checking rustls v0.22.4
21252025-02-13T04:34:39.097Z Checking rustls v0.23.19
21262025-02-13T04:34:39.138Z Checking serde_urlencoded v0.7.1
21272025-02-13T04:34:39.373Z Checking toml_edit v0.22.22
21282025-02-13T04:34:39.619Z Checking crossbeam-channel v0.5.13
21292025-02-13T04:34:39.871Z Checking usdt-impl v0.5.0
21302025-02-13T04:34:40.245Z Checking futures-executor v0.3.31
21312025-02-13T04:34:40.259Z Checking rustls-pemfile v2.2.0
21322025-02-13T04:34:40.275Z Checking hyper v1.5.2
21332025-02-13T04:34:40.394Z Checking addr2line v0.24.2
21342025-02-13T04:34:40.410Z Checking num-integer v0.1.46
21352025-02-13T04:34:40.460Z Checking md-5 v0.10.6
21362025-02-13T04:34:40.476Z Checking ff v0.13.0
21372025-02-13T04:34:40.690Z Checking hash32 v0.2.1
21382025-02-13T04:34:40.695Z Checking memmap v0.7.0
21392025-02-13T04:34:40.893Z Checking is-terminal v0.4.13
21402025-02-13T04:34:40.914Z Checking object v0.36.5
21412025-02-13T04:34:40.928Z Checking rustc-demangle v0.1.24
21422025-02-13T04:34:40.993Z Checking anstyle-query v1.1.1
21432025-02-13T04:34:41.018Z Checking quick-error v1.2.3
21442025-02-13T04:34:41.133Z Checking psl-types v2.0.11
21452025-02-13T04:34:41.165Z Checking is_terminal_polyfill v1.70.1
21462025-02-13T04:34:41.290Z Checking fallible-iterator v0.2.0
21472025-02-13T04:34:41.331Z Checking dyn-clone v1.0.17
21482025-02-13T04:34:41.350Z Checking base16ct v0.2.0
21492025-02-13T04:34:41.487Z Checking take_mut v0.2.2
21502025-02-13T04:34:41.560Z Checking colorchoice v1.0.2
21512025-02-13T04:34:41.643Z Checking linked-hash-map v0.5.6
21522025-02-13T04:34:41.704Z Checking utf-8 v0.7.6
21532025-02-13T04:34:41.877Z Checking toml v0.8.19
21542025-02-13T04:34:41.895Z Checking postgres-protocol v0.6.7
21552025-02-13T04:34:41.927Z Checking tungstenite v0.24.0
21562025-02-13T04:34:41.939Z Checking lru-cache v0.1.2
21572025-02-13T04:34:42.111Z Checking anstream v0.6.15
21582025-02-13T04:34:42.157Z Checking hyper-util v0.1.10
21592025-02-13T04:34:42.328Z Checking tokio-rustls v0.25.0
21602025-02-13T04:34:42.476Z Checking slog-async v2.8.0
21612025-02-13T04:34:42.539Z Checking sec1 v0.7.3
21622025-02-13T04:34:42.572Z Checking schemars v0.8.21
21632025-02-13T04:34:42.677Z Checking publicsuffix v2.3.0
21642025-02-13T04:34:42.763Z Checking resolv-conf v0.7.0
21652025-02-13T04:34:42.786Z Checking slog-term v2.9.1
21662025-02-13T04:34:42.904Z Checking heapless v0.7.17
21672025-02-13T04:34:42.946Z Checking usdt v0.5.0
21682025-02-13T04:34:43.101Z Checking num-iter v0.1.45
21692025-02-13T04:34:43.215Z Checking group v0.13.0
21702025-02-13T04:34:43.273Z Checking futures v0.3.31
21712025-02-13T04:34:43.276Z Checking slog-bunyan v2.5.0
21722025-02-13T04:34:43.384Z Checking tokio-native-tls v0.3.1
21732025-02-13T04:34:43.469Z Checking rayon-core v1.12.1
21742025-02-13T04:34:43.486Z Checking multer v3.1.0
21752025-02-13T04:34:43.643Z Checking hickory-proto v0.24.3
21762025-02-13T04:34:43.790Z Checking terminal_size v0.4.0
21772025-02-13T04:34:43.969Z Checking phf_shared v0.11.2
21782025-02-13T04:34:44.123Z Checking cookie v0.18.1
21792025-02-13T04:34:44.129Z Checking async-stream v0.3.6
21802025-02-13T04:34:44.135Z Checking bzip2-sys v0.1.11+1.0.8
21812025-02-13T04:34:44.156Z Checking signal-hook v0.3.17
21822025-02-13T04:34:44.172Z Checking tokio-rustls v0.26.0
21832025-02-13T04:34:44.221Z Checking camino v1.1.9
21842025-02-13T04:34:44.256Z Checking waitgroup v0.1.2
21852025-02-13T04:34:44.310Z Checking openapiv3 v2.0.0
21862025-02-13T04:34:44.395Z Checking webpki-roots v0.26.6
21872025-02-13T04:34:44.481Z Checking serde_path_to_error v0.1.16
21882025-02-13T04:34:44.518Z Checking hkdf v0.12.4
21892025-02-13T04:34:44.556Z Checking crypto-bigint v0.5.5
21902025-02-13T04:34:44.600Z Checking lazy_static v1.5.0
21912025-02-13T04:34:44.731Z Checking hostname v0.4.0
21922025-02-13T04:34:44.748Z Checking crc32fast v1.4.2
21932025-02-13T04:34:44.752Z Checking clap_lex v0.7.4
21942025-02-13T04:34:44.863Z Checking unicode-width v0.2.0
21952025-02-13T04:34:44.971Z Checking managed v0.8.0
21962025-02-13T04:34:45.001Z Checking winnow v0.5.40
21972025-02-13T04:34:45.045Z Checking strsim v0.11.1
21982025-02-13T04:34:45.314Z Checking bitflags v1.3.2
21992025-02-13T04:34:45.331Z Checking debug-ignore v1.0.5
22002025-02-13T04:34:45.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22012025-02-13T04:34:45.417Z Checking smoltcp v0.9.1
22022025-02-13T04:34:45.465Z Checking console v0.15.10
22032025-02-13T04:34:45.620Z Checking clap_builder v4.5.27
22042025-02-13T04:34:46.037Z Checking flate2 v1.0.35
22052025-02-13T04:34:46.657Z Checking num-bigint-dig v0.8.4
22062025-02-13T04:34:46.767Z Checking hyper-rustls v0.27.3
22072025-02-13T04:34:46.770Z Checking backtrace v0.3.74
22082025-02-13T04:34:47.114Z Checking cookie_store v0.21.1
22092025-02-13T04:34:47.234Z Checking elliptic-curve v0.13.8
22102025-02-13T04:34:47.344Z Checking anyhow v1.0.95
22112025-02-13T04:34:47.437Z Checking dropshot v0.12.0
22122025-02-13T04:34:47.721Z Checking signal-hook-mio v0.2.4
22132025-02-13T04:34:47.774Z Checking toml_edit v0.19.15
22142025-02-13T04:34:47.808Z Checking bzip2 v0.4.4
22152025-02-13T04:34:47.830Z Checking phf v0.11.2
22162025-02-13T04:34:47.857Z Checking hyper-tls v0.6.0
22172025-02-13T04:34:48.081Z Checking rayon v1.10.0
22182025-02-13T04:34:48.096Z Checking tokio-tungstenite v0.24.0
22192025-02-13T04:34:48.137Z Checking postgres-types v0.2.8
22202025-02-13T04:34:48.151Z Checking hickory-resolver v0.24.2
22212025-02-13T04:34:48.523Z Checking regex v1.11.1
22222025-02-13T04:34:48.559Z Checking bstr v1.10.0
22232025-02-13T04:34:48.654Z Checking ed25519 v2.2.3
22242025-02-13T04:34:48.785Z Checking tokio-stream v0.1.16
22252025-02-13T04:34:48.966Z Checking phf_shared v0.10.0
22262025-02-13T04:34:49.127Z Checking curve25519-dalek v4.1.3
22272025-02-13T04:34:49.238Z Checking zerocopy v0.6.6
22282025-02-13T04:34:49.425Z Checking hubpack v0.1.2
22292025-02-13T04:34:49.581Z Checking portable-atomic v1.9.0
22302025-02-13T04:34:49.731Z Checking pkcs1 v0.7.5
22312025-02-13T04:34:49.761Z Checking float-cmp v0.9.0
22322025-02-13T04:34:49.856Z Checking serde-big-array v0.5.1
22332025-02-13T04:34:49.944Z Checking rfc6979 v0.4.0
22342025-02-13T04:34:50.066Z Checking sync_wrapper v1.0.1
22352025-02-13T04:34:50.123Z Checking static_assertions v1.1.0
22362025-02-13T04:34:50.140Z Checking fixedbitset v0.4.2
22372025-02-13T04:34:50.186Z Checking predicates-core v1.0.8
22382025-02-13T04:34:50.209Z Checking new_debug_unreachable v1.0.6
22392025-02-13T04:34:50.226Z Checking minimal-lexical v0.2.1
22402025-02-13T04:34:50.310Z Checking bit-vec v0.6.3
22412025-02-13T04:34:50.380Z Checking precomputed-hash v0.1.1
22422025-02-13T04:34:50.386Z Checking number_prefix v0.4.0
22432025-02-13T04:34:50.502Z Checking normalize-line-endings v0.3.0
22442025-02-13T04:34:50.574Z Checking whoami v1.5.2
22452025-02-13T04:34:50.594Z Checking unicode-segmentation v1.12.0
22462025-02-13T04:34:50.611Z Checking difflib v0.4.0
22472025-02-13T04:34:50.614Z Checking bit-set v0.5.3
22482025-02-13T04:34:50.652Z Checking nom v7.1.3
22492025-02-13T04:34:50.812Z Checking qorb v0.2.1
22502025-02-13T04:34:50.844Z Checking string_cache v0.8.7
22512025-02-13T04:34:50.866Z Checking tokio-postgres v0.7.12
22522025-02-13T04:34:50.915Z Checking predicates v3.1.2
22532025-02-13T04:34:50.954Z Checking ed25519-dalek v2.1.1
22542025-02-13T04:34:51.120Z Checking petgraph v0.6.5
22552025-02-13T04:34:51.267Z Checking similar v2.6.0
22562025-02-13T04:34:51.348Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22572025-02-13T04:34:51.500Z Checking indicatif v0.17.11
22582025-02-13T04:34:51.528Z Checking reqwest v0.12.9
22592025-02-13T04:34:52.121Z Checking toml v0.7.8
22602025-02-13T04:34:52.268Z Checking rsa v0.9.6
22612025-02-13T04:34:52.776Z Checking ecdsa v0.16.9
22622025-02-13T04:34:53.208Z Checking clap v4.5.27
22632025-02-13T04:34:53.276Z Checking zip v0.6.6
22642025-02-13T04:34:53.279Z Checking crossterm v0.28.1
22652025-02-13T04:34:53.325Z Checking itertools v0.12.1
22662025-02-13T04:34:53.346Z Checking itertools v0.10.5
22672025-02-13T04:34:53.477Z Checking fs-err v2.11.0
22682025-02-13T04:34:53.617Z Checking ahash v0.8.11
22692025-02-13T04:34:54.019Z Checking x509-cert v0.2.5
22702025-02-13T04:34:54.056Z Checking hex v0.4.3
22712025-02-13T04:34:54.103Z Checking semver v1.0.24
22722025-02-13T04:34:54.153Z Checking peg-runtime v0.8.3
22732025-02-13T04:34:54.396Z Checking lalrpop-util v0.19.12
22742025-02-13T04:34:54.515Z Checking sigpipe v0.1.3
22752025-02-13T04:34:55.701Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22762025-02-13T04:34:56.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s
22772025-02-13T04:34:56.179Z
22782025-02-13T04:34:56.179Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22792025-02-13T04:34:56.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802025-02-13T04:34:56.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812025-02-13T04:34:56.846Z Compiling hashbrown v0.14.5
22822025-02-13T04:34:56.967Z Checking heck v0.5.0
22832025-02-13T04:34:56.979Z Compiling unsafe-libyaml v0.2.11
22842025-02-13T04:34:56.990Z Checking ipnetwork v0.20.0
22852025-02-13T04:34:57.003Z Compiling ident_case v1.0.1
22862025-02-13T04:34:57.017Z Checking progenitor-client v0.8.0
22872025-02-13T04:34:57.030Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882025-02-13T04:34:57.135Z Compiling darling_core v0.20.10
22892025-02-13T04:34:57.171Z Checking newtype-uuid v1.2.1
22902025-02-13T04:34:57.318Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22912025-02-13T04:34:57.338Z Compiling proc-macro-crate v1.3.1
22922025-02-13T04:34:57.410Z Compiling structmeta-derive v0.3.0
22932025-02-13T04:34:57.427Z Compiling thiserror v2.0.11
22942025-02-13T04:34:57.646Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22952025-02-13T04:34:57.907Z Checking regress v0.10.1
22962025-02-13T04:34:58.049Z Compiling lzma-sys v0.1.20
22972025-02-13T04:34:58.283Z Compiling serde_yaml v0.9.34+deprecated
22982025-02-13T04:34:58.342Z Compiling num_enum_derive v0.5.11
22992025-02-13T04:34:58.758Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23002025-02-13T04:34:58.855Z Compiling foreign-types-macros v0.2.3
23012025-02-13T04:34:59.873Z Compiling thiserror-impl v2.0.11
23022025-02-13T04:35:00.089Z Compiling structmeta v0.3.0
23032025-02-13T04:35:00.105Z Compiling dropshot v0.15.1
23042025-02-13T04:35:00.386Z Checking arc-swap v1.7.1
23052025-02-13T04:35:00.498Z Checking foreign-types-shared v0.3.1
23062025-02-13T04:35:00.625Z Checking num_enum v0.5.11
23072025-02-13T04:35:00.639Z Checking foreign-types v0.5.0
23082025-02-13T04:35:00.752Z Compiling parse-display-derive v0.10.0
23092025-02-13T04:35:00.802Z Checking slog-scope v4.4.0
23102025-02-13T04:35:00.857Z Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23112025-02-13T04:35:01.047Z Compiling proc-macro-error v1.0.4
23122025-02-13T04:35:01.458Z Checking typify-impl v0.2.0
23132025-02-13T04:35:01.479Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142025-02-13T04:35:01.661Z Checking tungstenite v0.21.0
23152025-02-13T04:35:01.874Z Compiling heck v0.3.3
23162025-02-13T04:35:02.238Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172025-02-13T04:35:02.563Z Compiling dropshot_endpoint v0.15.1
23182025-02-13T04:35:02.676Z Checking cstr-argument v0.1.2
23192025-02-13T04:35:02.861Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202025-02-13T04:35:03.042Z Checking instant v0.1.13
23212025-02-13T04:35:03.099Z Compiling darling_macro v0.20.10
23222025-02-13T04:35:03.164Z Checking pretty-hex v0.2.1
23232025-02-13T04:35:03.244Z Checking fastrand v2.1.1
23242025-02-13T04:35:03.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23252025-02-13T04:35:03.635Z Checking base64 v0.21.7
23262025-02-13T04:35:03.701Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23272025-02-13T04:35:03.757Z Checking tempfile v3.13.0
23282025-02-13T04:35:03.849Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23292025-02-13T04:35:03.899Z Checking backoff v0.4.0
23302025-02-13T04:35:04.074Z Compiling darling v0.20.10
23312025-02-13T04:35:04.091Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322025-02-13T04:35:04.107Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332025-02-13T04:35:04.125Z Checking tokio-tungstenite v0.21.0
23342025-02-13T04:35:04.191Z Compiling serde_with_macros v3.11.0
23352025-02-13T04:35:04.206Z Checking strum v0.26.3
23362025-02-13T04:35:04.238Z Compiling zone_cfg_derive v0.1.2
23372025-02-13T04:35:04.376Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23382025-02-13T04:35:04.404Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23392025-02-13T04:35:04.701Z Checking slog-stdlog v4.1.1
23402025-02-13T04:35:04.731Z Checking parse-display v0.10.0
23412025-02-13T04:35:04.764Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23422025-02-13T04:35:04.877Z Checking regress v0.9.1
23432025-02-13T04:35:04.929Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23442025-02-13T04:35:04.969Z Checking progenitor-client v0.9.1
23452025-02-13T04:35:05.115Z Checking colored v2.1.0
23462025-02-13T04:35:05.191Z Checking macaddr v1.0.1
23472025-02-13T04:35:05.353Z Checking unicode-width v0.1.14
23482025-02-13T04:35:05.411Z Checking base64 v0.13.1
23492025-02-13T04:35:05.588Z Checking zone v0.1.8
23502025-02-13T04:35:05.816Z Checking ron v0.7.1
23512025-02-13T04:35:05.834Z Checking tabwriter v1.4.0
23522025-02-13T04:35:06.075Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23532025-02-13T04:35:06.238Z Checking slog-envlogger v2.2.0
23542025-02-13T04:35:06.466Z Checking xz2 v0.1.7
23552025-02-13T04:35:06.520Z Checking xattr v1.3.1
23562025-02-13T04:35:06.719Z Checking pem v3.0.4
23572025-02-13T04:35:06.753Z Checking serde_with v3.11.0
23582025-02-13T04:35:06.769Z Checking yasna v0.5.2
23592025-02-13T04:35:06.885Z Checking headers-core v0.3.0
23602025-02-13T04:35:07.003Z Checking smf v0.2.3
23612025-02-13T04:35:07.033Z Checking filetime v0.2.25
23622025-02-13T04:35:07.246Z Checking same-file v1.0.6
23632025-02-13T04:35:07.387Z Checking tar v0.4.42
23642025-02-13T04:35:07.434Z Checking walkdir v2.5.0
23652025-02-13T04:35:07.450Z Checking headers v0.4.0
23662025-02-13T04:35:07.570Z Checking rcgen v0.12.1
23672025-02-13T04:35:07.707Z Checking camino-tempfile v1.1.1
23682025-02-13T04:35:07.995Z Checking atomicwrites v0.4.4
23692025-02-13T04:35:08.195Z Checking subprocess v0.2.9
23702025-02-13T04:35:10.818Z Compiling typify-macro v0.2.0
23712025-02-13T04:35:12.308Z Compiling typify v0.2.0
23722025-02-13T04:35:12.376Z Compiling progenitor-impl v0.8.0
23732025-02-13T04:35:14.765Z Compiling progenitor-macro v0.8.0
23742025-02-13T04:35:18.504Z Checking progenitor v0.8.0
23752025-02-13T04:35:18.602Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23762025-02-13T04:35:18.630Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23772025-02-13T04:35:20.994Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23782025-02-13T04:35:21.351Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23792025-02-13T04:35:27.232Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23802025-02-13T04:35:28.724Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23812025-02-13T04:35:29.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.73s
23822025-02-13T04:35:30.099Z
23832025-02-13T04:35:30.099Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23842025-02-13T04:35:30.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-02-13T04:35:30.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-02-13T04:35:30.748Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23872025-02-13T04:35:32.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
23882025-02-13T04:35:32.276Z
23892025-02-13T04:35:32.276Zinfo: running `cargo check --bins` on nexus-config (51/199)
23902025-02-13T04:35:32.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912025-02-13T04:35:32.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922025-02-13T04:35:32.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932025-02-13T04:35:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23942025-02-13T04:35:32.893Z
23952025-02-13T04:35:32.893Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
23962025-02-13T04:35:33.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972025-02-13T04:35:33.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982025-02-13T04:35:33.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992025-02-13T04:35:33.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24002025-02-13T04:35:33.498Z
24012025-02-13T04:35:33.498Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24022025-02-13T04:35:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032025-02-13T04:35:34.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042025-02-13T04:35:34.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052025-02-13T04:35:34.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24062025-02-13T04:35:34.101Z
24072025-02-13T04:35:34.101Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24082025-02-13T04:35:34.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092025-02-13T04:35:34.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102025-02-13T04:35:34.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112025-02-13T04:35:34.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24122025-02-13T04:35:34.720Z
24132025-02-13T04:35:34.720Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24142025-02-13T04:35:35.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152025-02-13T04:35:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162025-02-13T04:35:35.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24172025-02-13T04:35:35.509Z Compiling ipnetwork v0.20.0
24182025-02-13T04:35:35.512Z Compiling zerocopy v0.8.10
24192025-02-13T04:35:35.512Z Compiling progenitor-client v0.8.0
24202025-02-13T04:35:35.512Z Compiling itertools v0.13.0
24212025-02-13T04:35:35.512Z Compiling zerocopy-derive v0.8.10
24222025-02-13T04:35:35.512Z Compiling heapless v0.8.0
24232025-02-13T04:35:35.512Z Compiling thiserror v2.0.11
24242025-02-13T04:35:35.694Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24252025-02-13T04:35:35.750Z Checking hash32 v0.3.1
24262025-02-13T04:35:35.945Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24272025-02-13T04:35:36.007Z Compiling progenitor v0.8.0
24282025-02-13T04:35:36.218Z Compiling instant v0.1.13
24292025-02-13T04:35:36.295Z Compiling smoltcp v0.11.0
24302025-02-13T04:35:36.371Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24312025-02-13T04:35:36.387Z Compiling backoff v0.4.0
24322025-02-13T04:35:36.390Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332025-02-13T04:35:36.630Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24342025-02-13T04:35:36.689Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24352025-02-13T04:35:36.705Z Compiling dropshot v0.15.1
24362025-02-13T04:35:36.927Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24372025-02-13T04:35:37.113Z Compiling serde_with v3.11.0
24382025-02-13T04:35:37.151Z Compiling parse-display v0.10.0
24392025-02-13T04:35:37.249Z Checking num-rational v0.4.2
24402025-02-13T04:35:37.734Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24412025-02-13T04:35:37.873Z Compiling progenitor-client v0.9.1
24422025-02-13T04:35:38.268Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24432025-02-13T04:35:38.383Z Compiling regress v0.9.1
24442025-02-13T04:35:39.520Z Compiling phf_generator v0.11.2
24452025-02-13T04:35:39.721Z Checking num-complex v0.4.6
24462025-02-13T04:35:40.549Z Compiling macaddr v1.0.1
24472025-02-13T04:35:40.983Z Checking cobs v0.2.3
24482025-02-13T04:35:40.995Z Checking num v0.4.3
24492025-02-13T04:35:41.099Z Compiling phf_codegen v0.11.2
24502025-02-13T04:35:41.183Z Checking postcard v1.0.10
24512025-02-13T04:35:41.432Z Compiling parse-zoneinfo v0.3.1
24522025-02-13T04:35:41.742Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24532025-02-13T04:35:43.266Z Compiling convert_case v0.4.0
24542025-02-13T04:35:43.281Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24552025-02-13T04:35:43.439Z Checking float-ord v0.3.2
24562025-02-13T04:35:43.797Z Compiling chrono-tz-build v0.4.0
24572025-02-13T04:35:44.082Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24582025-02-13T04:35:44.141Z Compiling derive_more v0.99.18
24592025-02-13T04:35:44.253Z Compiling crucible-workspace-hack v0.1.0
24602025-02-13T04:35:44.517Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24612025-02-13T04:35:44.854Z Checking newline-converter v0.3.0
24622025-02-13T04:35:44.928Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24632025-02-13T04:35:44.979Z Compiling chrono-tz v0.10.1
24642025-02-13T04:35:45.027Z Checking prettyplease v0.2.25
24652025-02-13T04:35:45.573Z Compiling slog-dtrace v0.3.0
24662025-02-13T04:35:45.595Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24672025-02-13T04:35:45.644Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24682025-02-13T04:35:45.943Z Checking expectorate v1.1.0
24692025-02-13T04:35:46.122Z Compiling zone_cfg_derive v0.3.0
24702025-02-13T04:35:46.350Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24712025-02-13T04:35:47.059Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24722025-02-13T04:35:47.433Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24732025-02-13T04:35:47.476Z Compiling const_format_proc_macros v0.2.34
24742025-02-13T04:35:47.553Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24752025-02-13T04:35:47.771Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24762025-02-13T04:35:47.957Z Compiling num-derive v0.4.2
24772025-02-13T04:35:48.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24782025-02-13T04:35:48.481Z Checking highway v1.2.0
24792025-02-13T04:35:48.882Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24802025-02-13T04:35:48.938Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24812025-02-13T04:35:48.960Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24822025-02-13T04:35:49.184Z Checking zone v0.3.0
24832025-02-13T04:35:49.437Z Checking const_format v0.2.34
24842025-02-13T04:35:49.635Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24852025-02-13T04:35:49.874Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24862025-02-13T04:35:50.311Z Checking gethostname v0.5.0
24872025-02-13T04:35:50.342Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24882025-02-13T04:35:50.441Z Checking bcs v0.1.6
24892025-02-13T04:35:50.566Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24902025-02-13T04:35:50.616Z Compiling async-recursion v1.1.1
24912025-02-13T04:35:50.759Z Checking nanorand v0.7.0
24922025-02-13T04:35:50.860Z Checking termtree v0.5.1
24932025-02-13T04:35:51.058Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24942025-02-13T04:35:51.081Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24952025-02-13T04:35:51.098Z Checking flume v0.11.1
24962025-02-13T04:35:52.887Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24972025-02-13T04:35:57.097Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24982025-02-13T04:36:00.280Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24992025-02-13T04:36:02.699Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25002025-02-13T04:36:03.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.20s
25012025-02-13T04:36:04.115Z
25022025-02-13T04:36:04.115Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25032025-02-13T04:36:04.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042025-02-13T04:36:04.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052025-02-13T04:36:04.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062025-02-13T04:36:04.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25072025-02-13T04:36:04.754Z
25082025-02-13T04:36:04.754Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25092025-02-13T04:36:05.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102025-02-13T04:36:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112025-02-13T04:36:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122025-02-13T04:36:05.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132025-02-13T04:36:05.375Z
25142025-02-13T04:36:05.375Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25152025-02-13T04:36:05.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162025-02-13T04:36:05.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172025-02-13T04:36:06.016Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25182025-02-13T04:36:06.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
25192025-02-13T04:36:06.809Z
25202025-02-13T04:36:06.809Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25212025-02-13T04:36:07.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222025-02-13T04:36:07.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232025-02-13T04:36:07.463Z Compiling cfg_aliases v0.1.1
25242025-02-13T04:36:07.466Z Compiling vte_generate_state_changes v0.1.2
25252025-02-13T04:36:07.466Z Checking fd-lock v4.0.2
25262025-02-13T04:36:07.466Z Checking nibble_vec v0.1.0
25272025-02-13T04:36:07.466Z Checking bytecount v0.6.8
25282025-02-13T04:36:07.569Z Checking endian-type v0.1.2
25292025-02-13T04:36:07.589Z Compiling tabled_derive v0.7.0
25302025-02-13T04:36:07.627Z Compiling peg-macros v0.8.4
25312025-02-13T04:36:07.652Z Compiling nix v0.28.0
25322025-02-13T04:36:07.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332025-02-13T04:36:07.748Z Checking papergrid v0.11.0
25342025-02-13T04:36:07.764Z Compiling sqlparser_derive v0.2.2
25352025-02-13T04:36:07.800Z Checking radix_trie v0.2.1
25362025-02-13T04:36:08.144Z Checking vte v0.11.1
25372025-02-13T04:36:08.205Z Checking home v0.5.9
25382025-02-13T04:36:08.364Z Checking nu-ansi-term v0.50.1
25392025-02-13T04:36:08.712Z Checking unicode_categories v0.1.1
25402025-02-13T04:36:08.780Z Checking sqlparser v0.45.0
25412025-02-13T04:36:08.802Z Checking display-error-chain v0.2.2
25422025-02-13T04:36:09.008Z Checking sqlformat v0.2.6
25432025-02-13T04:36:09.534Z Checking strip-ansi-escapes v0.2.0
25442025-02-13T04:36:09.692Z Checking reedline v0.35.0
25452025-02-13T04:36:09.752Z Checking tabled v0.15.0
25462025-02-13T04:36:10.141Z Checking peg v0.8.4
25472025-02-13T04:36:10.565Z Checking rustyline v14.0.0
25482025-02-13T04:36:18.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
25492025-02-13T04:36:19.153Z
25502025-02-13T04:36:19.153Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25512025-02-13T04:36:19.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-02-13T04:36:19.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-02-13T04:36:19.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25542025-02-13T04:36:24.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25552025-02-13T04:36:24.965Z
25562025-02-13T04:36:24.965Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25572025-02-13T04:36:25.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-02-13T04:36:25.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-02-13T04:36:25.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-02-13T04:36:29.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
25612025-02-13T04:36:29.236Z
25622025-02-13T04:36:29.236Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25632025-02-13T04:36:29.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-02-13T04:36:29.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-02-13T04:36:29.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25662025-02-13T04:36:34.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
25672025-02-13T04:36:34.791Z
25682025-02-13T04:36:34.791Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25692025-02-13T04:36:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-02-13T04:36:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-02-13T04:36:35.452Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722025-02-13T04:36:40.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
25732025-02-13T04:36:40.484Z
25742025-02-13T04:36:40.484Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25752025-02-13T04:36:41.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-02-13T04:36:41.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-02-13T04:36:41.142Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25782025-02-13T04:36:44.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
25792025-02-13T04:36:44.970Z
25802025-02-13T04:36:44.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25812025-02-13T04:36:45.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822025-02-13T04:36:45.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832025-02-13T04:36:45.622Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25842025-02-13T04:36:49.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
25852025-02-13T04:36:49.517Z
25862025-02-13T04:36:49.517Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25872025-02-13T04:36:50.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882025-02-13T04:36:50.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892025-02-13T04:36:50.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25902025-02-13T04:36:55.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25912025-02-13T04:36:55.334Z
25922025-02-13T04:36:55.334Zinfo: running `cargo check --bins` on oximeter (67/199)
25932025-02-13T04:36:55.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942025-02-13T04:36:55.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952025-02-13T04:36:55.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962025-02-13T04:36:55.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25972025-02-13T04:36:55.956Z
25982025-02-13T04:36:55.956Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
25992025-02-13T04:36:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002025-02-13T04:36:56.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012025-02-13T04:36:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022025-02-13T04:36:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26032025-02-13T04:36:56.562Z
26042025-02-13T04:36:56.562Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26052025-02-13T04:36:57.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-02-13T04:36:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-02-13T04:36:57.187Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26082025-02-13T04:36:59.149Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26092025-02-13T04:37:00.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
26102025-02-13T04:37:00.237Z
26112025-02-13T04:37:00.237Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26122025-02-13T04:37:00.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-02-13T04:37:00.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-02-13T04:37:00.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-02-13T04:37:00.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26162025-02-13T04:37:00.854Z
26172025-02-13T04:37:00.854Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26182025-02-13T04:37:01.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-02-13T04:37:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-02-13T04:37:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-02-13T04:37:01.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26222025-02-13T04:37:01.476Z
26232025-02-13T04:37:01.476Zinfo: running `cargo check --bins` on oxql-types (72/199)
26242025-02-13T04:37:02.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-02-13T04:37:02.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-02-13T04:37:02.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-02-13T04:37:02.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26282025-02-13T04:37:02.095Z
26292025-02-13T04:37:02.095Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26302025-02-13T04:37:02.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-02-13T04:37:02.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-02-13T04:37:02.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-02-13T04:37:02.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26342025-02-13T04:37:02.753Z
26352025-02-13T04:37:02.753Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26362025-02-13T04:37:03.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-02-13T04:37:03.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-02-13T04:37:03.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-02-13T04:37:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26402025-02-13T04:37:03.381Z
26412025-02-13T04:37:03.381Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26422025-02-13T04:37:03.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-02-13T04:37:03.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-02-13T04:37:03.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-02-13T04:37:03.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26462025-02-13T04:37:04.012Z
26472025-02-13T04:37:04.012Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26482025-02-13T04:37:04.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-02-13T04:37:04.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-02-13T04:37:04.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-02-13T04:37:04.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26522025-02-13T04:37:04.636Z
26532025-02-13T04:37:04.636Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26542025-02-13T04:37:05.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-02-13T04:37:05.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-02-13T04:37:05.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-02-13T04:37:05.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26582025-02-13T04:37:05.264Z
26592025-02-13T04:37:05.264Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26602025-02-13T04:37:05.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-02-13T04:37:05.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-02-13T04:37:05.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-02-13T04:37:05.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26642025-02-13T04:37:05.881Z
26652025-02-13T04:37:05.881Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26662025-02-13T04:37:06.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-02-13T04:37:06.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-02-13T04:37:06.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-02-13T04:37:06.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26702025-02-13T04:37:06.486Z
26712025-02-13T04:37:06.486Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26722025-02-13T04:37:07.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-02-13T04:37:07.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-02-13T04:37:07.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-02-13T04:37:07.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26762025-02-13T04:37:07.114Z
26772025-02-13T04:37:07.114Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26782025-02-13T04:37:07.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-02-13T04:37:07.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-02-13T04:37:07.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-02-13T04:37:07.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26822025-02-13T04:37:07.729Z
26832025-02-13T04:37:07.729Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26842025-02-13T04:37:08.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-02-13T04:37:08.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-02-13T04:37:08.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-02-13T04:37:08.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26882025-02-13T04:37:08.345Z
26892025-02-13T04:37:08.345Zinfo: running `cargo check --bins` on dpd-client (83/199)
26902025-02-13T04:37:08.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-02-13T04:37:08.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-02-13T04:37:08.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-02-13T04:37:08.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26942025-02-13T04:37:08.961Z
26952025-02-13T04:37:08.961Zinfo: running `cargo check --bins` on gateway-client (84/199)
26962025-02-13T04:37:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-02-13T04:37:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-02-13T04:37:09.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-02-13T04:37:09.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27002025-02-13T04:37:09.564Z
27012025-02-13T04:37:09.564Zinfo: running `cargo check --bins` on installinator-client (85/199)
27022025-02-13T04:37:10.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-02-13T04:37:10.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-02-13T04:37:10.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-02-13T04:37:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27062025-02-13T04:37:10.197Z
27072025-02-13T04:37:10.198Zinfo: running `cargo check --bins` on installinator-common (86/199)
27082025-02-13T04:37:10.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-02-13T04:37:10.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-02-13T04:37:10.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-02-13T04:37:10.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27122025-02-13T04:37:10.825Z
27132025-02-13T04:37:10.825Zinfo: running `cargo check --bins` on update-engine (87/199)
27142025-02-13T04:37:11.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-02-13T04:37:11.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-02-13T04:37:11.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-02-13T04:37:11.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27182025-02-13T04:37:11.429Z
27192025-02-13T04:37:11.429Zinfo: running `cargo check --bins` on nexus-client (88/199)
27202025-02-13T04:37:11.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-02-13T04:37:11.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-02-13T04:37:11.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-02-13T04:37:11.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27242025-02-13T04:37:12.075Z
27252025-02-13T04:37:12.075Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27262025-02-13T04:37:12.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-02-13T04:37:12.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-02-13T04:37:12.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-02-13T04:37:12.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27302025-02-13T04:37:12.703Z
27312025-02-13T04:37:12.703Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27322025-02-13T04:37:13.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-02-13T04:37:13.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-02-13T04:37:13.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-02-13T04:37:13.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27362025-02-13T04:37:13.303Z
27372025-02-13T04:37:13.303Zinfo: running `cargo check --bins` on nexus-types (91/199)
27382025-02-13T04:37:13.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-02-13T04:37:13.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-02-13T04:37:13.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-02-13T04:37:13.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27422025-02-13T04:37:13.952Z
27432025-02-13T04:37:13.952Zinfo: running `cargo check --bins` on oxide-client (92/199)
27442025-02-13T04:37:14.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-02-13T04:37:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-02-13T04:37:14.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-02-13T04:37:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27482025-02-13T04:37:14.554Z
27492025-02-13T04:37:14.554Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27502025-02-13T04:37:15.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-02-13T04:37:15.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-02-13T04:37:15.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-02-13T04:37:15.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27542025-02-13T04:37:15.171Z
27552025-02-13T04:37:15.171Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27562025-02-13T04:37:15.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-02-13T04:37:15.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-02-13T04:37:15.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-02-13T04:37:15.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27602025-02-13T04:37:15.766Z
27612025-02-13T04:37:15.766Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27622025-02-13T04:37:16.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-02-13T04:37:16.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-02-13T04:37:16.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-02-13T04:37:16.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662025-02-13T04:37:16.402Z
27672025-02-13T04:37:16.402Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27682025-02-13T04:37:16.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-02-13T04:37:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-02-13T04:37:16.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-02-13T04:37:16.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27722025-02-13T04:37:17.052Z
27732025-02-13T04:37:17.052Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27742025-02-13T04:37:17.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-02-13T04:37:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-02-13T04:37:17.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-02-13T04:37:17.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27782025-02-13T04:37:17.693Z
27792025-02-13T04:37:17.693Zinfo: running `cargo check --bins` on wicket-common (98/199)
27802025-02-13T04:37:18.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-02-13T04:37:18.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-02-13T04:37:18.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-02-13T04:37:18.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842025-02-13T04:37:18.332Z
27852025-02-13T04:37:18.332Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27862025-02-13T04:37:18.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-02-13T04:37:18.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-02-13T04:37:18.989Z Checking csv-core v0.1.11
27892025-02-13T04:37:18.992Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27902025-02-13T04:37:18.992Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27912025-02-13T04:37:18.992Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27922025-02-13T04:37:19.272Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27932025-02-13T04:37:19.303Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27942025-02-13T04:37:19.319Z Checking csv v1.3.1
27952025-02-13T04:37:19.852Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27962025-02-13T04:37:20.218Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27972025-02-13T04:37:21.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
27982025-02-13T04:37:21.948Z
27992025-02-13T04:37:21.948Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28002025-02-13T04:37:22.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-02-13T04:37:22.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-02-13T04:37:22.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-02-13T04:37:22.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28042025-02-13T04:37:22.587Z
28052025-02-13T04:37:22.587Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28062025-02-13T04:37:23.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-02-13T04:37:23.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-02-13T04:37:23.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-02-13T04:37:23.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28102025-02-13T04:37:23.213Z
28112025-02-13T04:37:23.213Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28122025-02-13T04:37:23.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-02-13T04:37:23.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-02-13T04:37:23.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-02-13T04:37:23.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28162025-02-13T04:37:23.942Z
28172025-02-13T04:37:23.942Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28182025-02-13T04:37:24.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-02-13T04:37:24.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-02-13T04:37:24.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-02-13T04:37:24.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28222025-02-13T04:37:24.659Z
28232025-02-13T04:37:24.659Zinfo: running `cargo check --bins` on dns-server (104/199)
28242025-02-13T04:37:25.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-02-13T04:37:25.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-02-13T04:37:25.296Z Compiling typify-impl v0.3.0
28272025-02-13T04:37:25.404Z Compiling parking_lot_core v0.8.6
28282025-02-13T04:37:25.422Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28292025-02-13T04:37:25.425Z Checking fxhash v0.2.1
28302025-02-13T04:37:25.425Z Checking hickory-client v0.24.2
28312025-02-13T04:37:25.435Z Checking hickory-server v0.24.2
28322025-02-13T04:37:26.090Z Checking parking_lot v0.11.2
28332025-02-13T04:37:26.264Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28342025-02-13T04:37:26.362Z Checking sled v0.34.7
28352025-02-13T04:37:30.929Z Compiling typify-macro v0.3.0
28362025-02-13T04:37:32.469Z Compiling typify v0.3.0
28372025-02-13T04:37:32.543Z Compiling progenitor-impl v0.9.1
28382025-02-13T04:37:34.948Z Compiling progenitor-macro v0.9.1
28392025-02-13T04:37:38.593Z Checking progenitor v0.9.1
28402025-02-13T04:37:38.735Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28412025-02-13T04:37:39.195Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28422025-02-13T04:37:40.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.78s
28432025-02-13T04:37:40.620Z
28442025-02-13T04:37:40.620Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28452025-02-13T04:37:41.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-02-13T04:37:41.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-02-13T04:37:41.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-02-13T04:37:41.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28492025-02-13T04:37:41.233Z
28502025-02-13T04:37:41.233Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28512025-02-13T04:37:41.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-02-13T04:37:41.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-02-13T04:37:41.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-02-13T04:37:41.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28552025-02-13T04:37:41.899Z
28562025-02-13T04:37:41.899Zinfo: running `cargo check --bins` on gateway-types (107/199)
28572025-02-13T04:37:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-02-13T04:37:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-02-13T04:37:42.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-02-13T04:37:42.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28612025-02-13T04:37:42.528Z
28622025-02-13T04:37:42.528Zinfo: running `cargo check --bins` on ipcc (108/199)
28632025-02-13T04:37:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-02-13T04:37:43.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-02-13T04:37:43.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-02-13T04:37:43.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672025-02-13T04:37:43.143Z
28682025-02-13T04:37:43.143Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28692025-02-13T04:37:43.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-02-13T04:37:43.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-02-13T04:37:43.835Z Compiling radium v0.7.0
28722025-02-13T04:37:43.835Z Compiling semver v0.1.20
28732025-02-13T04:37:43.942Z Checking tap v1.0.1
28742025-02-13T04:37:43.956Z Compiling maybe-uninit v2.0.0
28752025-02-13T04:37:43.975Z Checking password-hash v0.5.0
28762025-02-13T04:37:43.978Z Checking blake2 v0.10.6
28772025-02-13T04:37:43.978Z Compiling cancel-safe-futures v0.1.5
28782025-02-13T04:37:43.978Z Checking crc-catalog v2.4.0
28792025-02-13T04:37:44.098Z Checking wyz v0.5.1
28802025-02-13T04:37:44.167Z Compiling packed_struct v0.10.1
28812025-02-13T04:37:44.339Z Compiling rustc_version v0.1.7
28822025-02-13T04:37:44.404Z Checking funty v2.0.0
28832025-02-13T04:37:44.409Z Compiling owo-colors v4.1.0
28842025-02-13T04:37:44.471Z Checking argon2 v0.5.3
28852025-02-13T04:37:44.542Z Checking crc v3.2.1
28862025-02-13T04:37:44.614Z Compiling packed_struct_codegen v0.10.1
28872025-02-13T04:37:44.631Z Checking half v2.4.1
28882025-02-13T04:37:44.707Z Compiling indexmap v1.9.3
28892025-02-13T04:37:44.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28902025-02-13T04:37:44.746Z Compiling newtype_derive v0.1.6
28912025-02-13T04:37:44.959Z Checking ciborium-io v0.2.2
28922025-02-13T04:37:45.014Z Checking nodrop v0.1.14
28932025-02-13T04:37:45.085Z Checking ciborium-ll v0.2.2
28942025-02-13T04:37:45.114Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28952025-02-13T04:37:45.114Z Checking smallvec v0.6.14
28962025-02-13T04:37:45.132Z Checking array-init v0.0.4
28972025-02-13T04:37:45.224Z Checking bitvec v1.0.1
28982025-02-13T04:37:45.273Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-02-13T04:37:45.417Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29002025-02-13T04:37:45.468Z Checking libsw v3.3.1
29012025-02-13T04:37:45.745Z Compiling memoffset v0.9.1
29022025-02-13T04:37:45.801Z Checking swrite v0.1.0
29032025-02-13T04:37:45.903Z Checking bitfield v0.14.0
29042025-02-13T04:37:45.933Z Checking termcolor v1.4.1
29052025-02-13T04:37:45.997Z Checking indent_write v2.2.0
29062025-02-13T04:37:46.050Z Checking hashbrown v0.12.3
29072025-02-13T04:37:46.191Z Checking linear-map v1.2.0
29082025-02-13T04:37:46.210Z Checking ron v0.8.1
29092025-02-13T04:37:46.342Z Checking env_logger v0.10.2
29102025-02-13T04:37:46.493Z Checking serde-hex v0.1.0
29112025-02-13T04:37:46.536Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29122025-02-13T04:37:46.571Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29132025-02-13T04:37:46.768Z Checking ciborium v0.2.2
29142025-02-13T04:37:47.027Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29152025-02-13T04:37:47.414Z Checking steno v0.4.1
29162025-02-13T04:37:47.719Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29172025-02-13T04:37:47.841Z Checking hashbrown v0.13.2
29182025-02-13T04:37:47.988Z Checking humantime v2.1.0
29192025-02-13T04:37:48.071Z Checking crc-any v2.5.0
29202025-02-13T04:37:48.282Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29212025-02-13T04:37:48.444Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29222025-02-13T04:37:48.704Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29232025-02-13T04:37:48.783Z Checking object v0.30.4
29242025-02-13T04:37:49.211Z Checking path-slash v0.1.5
29252025-02-13T04:37:49.235Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29262025-02-13T04:37:49.245Z Checking nix v0.27.1
29272025-02-13T04:37:49.365Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29282025-02-13T04:37:49.602Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29292025-02-13T04:37:49.848Z Checking tungstenite v0.26.1
29302025-02-13T04:37:50.081Z Checking kstat-rs v0.2.4
29312025-02-13T04:37:50.278Z Checking signal-hook-tokio v0.3.1
29322025-02-13T04:37:50.408Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29332025-02-13T04:37:50.652Z Checking tokio-tungstenite v0.26.1
29342025-02-13T04:37:51.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29352025-02-13T04:37:51.250Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29362025-02-13T04:37:51.562Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29372025-02-13T04:37:57.882Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29382025-02-13T04:37:59.197Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29392025-02-13T04:38:01.682Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402025-02-13T04:38:06.844Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29412025-02-13T04:38:07.492Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29422025-02-13T04:38:08.470Zerror[E0639]: cannot create non-exhaustive struct using struct expression
29432025-02-13T04:38:08.470Z --> gateway/src/serial_console.rs:54:18
29442025-02-13T04:38:08.470Z |
29452025-02-13T04:38:08.471Z54 | let config = WebSocketConfig {
29462025-02-13T04:38:08.471Z | __________________^
29472025-02-13T04:38:08.471Z55 | | // Maintain a max write buffer size of 2 MB (this is only relevant if
29482025-02-13T04:38:08.471Z56 | | // writes are failing).
29492025-02-13T04:38:08.471Z57 | | max_write_buffer_size: 2 * 1024 * 1024,
29502025-02-13T04:38:08.471Z58 | | ..Default::default()
29512025-02-13T04:38:08.471Z59 | | };
29522025-02-13T04:38:08.471Z | |_____^
29532025-02-13T04:38:08.471Z
29542025-02-13T04:38:08.701Zerror[E0308]: mismatched types
29552025-02-13T04:38:08.701Z --> gateway/src/serial_console.rs:182:36
29562025-02-13T04:38:08.701Z |
29572025-02-13T04:38:08.701Z182 | ... .write(data)
29582025-02-13T04:38:08.701Z | ----- ^^^^- help: try using a conversion method: `.to_vec()`
29592025-02-13T04:38:08.701Z | | |
29602025-02-13T04:38:08.701Z | | expected `Vec<u8>`, found `Bytes`
29612025-02-13T04:38:08.701Z | arguments to this method are incorrect
29622025-02-13T04:38:08.701Z |
29632025-02-13T04:38:08.701Z = note: expected struct `Vec<u8>`
29642025-02-13T04:38:08.701Z found struct `tokio_tungstenite::tungstenite::Bytes`
29652025-02-13T04:38:08.701Znote: method defined here
29662025-02-13T04:38:08.701Z --> /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/single_sp.rs:1413:18
29672025-02-13T04:38:08.701Z |
29682025-02-13T04:38:08.701Z1413 | pub async fn write(&mut self, data: Vec<u8>) -> Result<()> {
29692025-02-13T04:38:08.701Z | ^^^^^
29702025-02-13T04:38:08.701Z
29712025-02-13T04:38:08.719Zerror[E0308]: mismatched types
29722025-02-13T04:38:08.719Z --> gateway/src/serial_console.rs:114:67
29732025-02-13T04:38:08.719Z |
29742025-02-13T04:38:08.719Z114 | match ws_sink_tx.try_send(Message::Binary(data)) {
29752025-02-13T04:38:08.719Z | --------------- ^^^^ expected `Bytes`, found `Vec<u8>`
29762025-02-13T04:38:08.719Z | |
29772025-02-13T04:38:08.719Z | arguments to this enum variant are incorrect
29782025-02-13T04:38:08.719Z |
29792025-02-13T04:38:08.719Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
29802025-02-13T04:38:08.719Z found struct `Vec<u8>`
29812025-02-13T04:38:08.719Znote: tuple variant defined here
29822025-02-13T04:38:08.719Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5
29832025-02-13T04:38:08.719Z |
29842025-02-13T04:38:08.719Z162 | Binary(Bytes),
29852025-02-13T04:38:08.719Z | ^^^^^^
29862025-02-13T04:38:08.719Zhelp: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
29872025-02-13T04:38:08.719Z |
29882025-02-13T04:38:08.719Z114 | match ws_sink_tx.try_send(Message::Binary(data.into())) {
29892025-02-13T04:38:08.719Z | +++++++
29902025-02-13T04:38:08.719Z
29912025-02-13T04:38:08.723Zerror[E0308]: mismatched types
29922025-02-13T04:38:08.723Z --> gateway/src/serial_console.rs:137:37
29932025-02-13T04:38:08.723Z |
29942025-02-13T04:38:08.723Z137 | ... reason: Cow::Borrowed("serial console was detached"),
29952025-02-13T04:38:08.723Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `Cow<'_, str>`
29962025-02-13T04:38:08.723Z |
29972025-02-13T04:38:08.723Z = note: expected struct `Utf8Bytes`
29982025-02-13T04:38:08.723Z found enum `Cow<'_, str>`
29992025-02-13T04:38:08.723Z
30002025-02-13T04:38:09.615ZSome errors have detailed explanations: E0308, E0639.
30012025-02-13T04:38:09.615ZFor more information about an error, try `rustc --explain E0308`.
30022025-02-13T04:38:09.793Zerror: could not compile `omicron-gateway` (lib) due to 4 previous errors
30032025-02-13T04:38:10.000Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path gateway/Cargo.toml` (exit status: 101)
30042025-02-13T04:38:10.003ZError: cargo-hack install failed: exit status: 1
30052025-02-13T04:38:10.006Z
30062025-02-13T04:38:10.006Zreal 4:20.063504441
30072025-02-13T04:38:10.006Zuser 11:36.029787408
30082025-02-13T04:38:10.006Zsys 2:09.711169612
30092025-02-13T04:38:10.006Ztrap 0.298868667
30102025-02-13T04:38:10.006Ztflt 1.657895934
30112025-02-13T04:38:10.006Zdflt 1.700732558
30122025-02-13T04:38:10.006Zkflt 0.000800269
30132025-02-13T04:38:10.006Zlock 15:01.903525652
30142025-02-13T04:38:10.006Zslp 52:24.906064692
30152025-02-13T04:38:10.006Zlat 42.485025539
30162025-02-13T04:38:10.006Zstop 2:20.840367834
30172025-02-13T04:38:10.006Zprocess exited: duration 610721 ms, exit code 1
 
30182025-02-13T04:38:10.017Zfound 0 output files