01JKCQXAZX8BDW3J3J356ZR1EC: 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: 01JKCQXMF2KJR3N8KTBE804XZQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-06T04:23:00.289Zjob assigned to worker 01JKCQXPVZXAZVCSHRZCQ7DDC9 [factory gimlet-EVT22200007-propolis, EVT22200007/20947] (queued for 25 s)
 
22025-02-06T04:23:08.713Zstarting task 0: "setup"
32025-02-06T04:23:08.738Z++ uname -s
42025-02-06T04:23:08.738Z+ kern=SunOS
52025-02-06T04:23:08.738Z+ build_user=build
62025-02-06T04:23:08.738Z+ build_uid=12345
72025-02-06T04:23:08.738Z+ work_dir=/work
82025-02-06T04:23:08.738Z+ input_dir=/input
92025-02-06T04:23:08.739Z+ [[ 0 == 12345 ]]
102025-02-06T04:23:08.739Z+ case "$kern" in
112025-02-06T04:23:08.739Z+ groupadd -g 12345 build
122025-02-06T04:23:08.739Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-06T04:23:10.739Z+ zfs create -o mountpoint=/work rpool/work
142025-02-06T04:23:10.774Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-06T04:23:10.798Z+ home_fs=zfs
162025-02-06T04:23:10.798Z+ [[ zfs == autofs ]]
172025-02-06T04:23:10.798Z+ mkdir -p /home/build
182025-02-06T04:23:10.798Z+ chown build:build /home/build /work
192025-02-06T04:23:12.783Z+ chmod 0700 /home/build /work
202025-02-06T04:23:12.808Zprocess exited: duration 4076 ms, exit code 0
 
212025-02-06T04:23:12.859Zstarting task 1: "rust-toolchain"
222025-02-06T04:23:12.884Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-06T04:23:12.884Z * rust toolchain channel = "1.84.1"
242025-02-06T04:23:12.884Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-06T04:23:12.884Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-02-06T04:23:12.884Z * rust toolchain profile = "default"
272025-02-06T04:23:12.884Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-06T04:23:12.884Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-06T04:23:12.884Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-06T04:23:12.998Zinfo: downloading installer
312025-02-06T04:23:13.400Zwarning: it looks like you have an existing installation of Rust at:
322025-02-06T04:23:13.400Zwarning: /opt/ooce/bin
332025-02-06T04:23:13.400Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-06T04:23:13.400Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-06T04:23:13.401Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-06T04:23:13.401Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-06T04:23:13.401Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-06T04:23:13.401Zerror: cannot install while Rust is installed
392025-02-06T04:23:13.401Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-06T04:23:13.425Zinfo: profile set to 'default'
412025-02-06T04:23:13.425Zinfo: default host triple is x86_64-unknown-illumos
422025-02-06T04:23:13.425Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-06T04:23:13.520Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-06T04:23:13.521Zinfo: downloading component 'cargo'
452025-02-06T04:23:13.658Zinfo: downloading component 'clippy'
462025-02-06T04:23:13.711Zinfo: downloading component 'rust-docs'
472025-02-06T04:23:13.899Zinfo: downloading component 'rust-std'
482025-02-06T04:23:14.249Zinfo: downloading component 'rustc'
492025-02-06T04:23:15.246Zinfo: downloading component 'rustfmt'
502025-02-06T04:23:15.309Zinfo: installing component 'cargo'
512025-02-06T04:23:16.448Zinfo: installing component 'clippy'
522025-02-06T04:23:16.903Zinfo: installing component 'rust-docs'
532025-02-06T04:23:19.810Zinfo: installing component 'rust-std'
542025-02-06T04:23:21.889Zinfo: installing component 'rustc'
552025-02-06T04:23:29.898Zinfo: installing component 'rustfmt'
562025-02-06T04:23:30.333Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-06T04:23:30.333Z
582025-02-06T04:23:30.516Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-06T04:23:30.516Z
602025-02-06T04:23:30.516Z
612025-02-06T04:23:30.516ZRust is installed now. Great!
622025-02-06T04:23:30.516Z
632025-02-06T04:23:30.516ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-06T04:23:30.516Zenvironment variable. This has not been done automatically.
652025-02-06T04:23:30.516Z
662025-02-06T04:23:30.516ZTo configure your current shell, you need to source
672025-02-06T04:23:30.516Zthe corresponding env file under $HOME/.cargo.
682025-02-06T04:23:30.517Z
692025-02-06T04:23:30.517ZThis is usually done by running one of the following (note the leading DOT):
702025-02-06T04:23:30.541Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-06T04:23:30.541Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-06T04:23:30.632Z+ rustup --version
732025-02-06T04:23:30.657Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-06T04:23:30.657Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-06T04:23:30.788Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-06T04:23:30.812Z+ cargo --version
772025-02-06T04:23:30.933Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-06T04:23:30.957Z+ rustc --version
792025-02-06T04:23:31.080Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-06T04:23:31.104Zprocess exited: duration 18230 ms, exit code 0
 
812025-02-06T04:23:31.154Zstarting task 2: "authentication"
822025-02-06T04:23:31.220Zprocess exited: duration 66 ms, exit code 0
 
832025-02-06T04:23:31.269Zstarting task 3: "clone repository"
842025-02-06T04:23:31.293Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-06T04:23:31.293Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-06T04:23:31.323ZCloning into '/work/oxidecomputer/omicron'...
872025-02-06T04:23:38.471Z+ cd /work/oxidecomputer/omicron
882025-02-06T04:23:38.471Z+ git fetch origin ba446e289b5681614ace91f71690a5886211ba5d
892025-02-06T04:23:38.926ZFrom https://github.com/oxidecomputer/omicron
902025-02-06T04:23:38.926Z * branch ba446e289b5681614ace91f71690a5886211ba5d -> FETCH_HEAD
912025-02-06T04:23:38.952Z+ [[ -n renovate/guppy-0.x ]]
922025-02-06T04:23:38.952Z++ git branch --show-current
932025-02-06T04:23:38.976Z+ current=main
942025-02-06T04:23:38.976Z+ [[ main != renovate/guppy-0.x ]]
952025-02-06T04:23:38.976Z+ git branch -f renovate/guppy-0.x ba446e289b5681614ace91f71690a5886211ba5d
962025-02-06T04:23:38.976Z+ git checkout -f renovate/guppy-0.x
972025-02-06T04:23:39.250ZSwitched to branch 'renovate/guppy-0.x'
982025-02-06T04:23:39.275Z+ git reset --hard ba446e289b5681614ace91f71690a5886211ba5d
992025-02-06T04:23:39.299ZHEAD is now at ba446e289 Update Rust crate guppy to 0.17.12
1002025-02-06T04:23:39.299Zprocess exited: duration 8017 ms, exit code 0
 
1012025-02-06T04:23:39.349Zstarting task 4: "build"
1022025-02-06T04:23:39.373Z+ source .github/buildomat/ci-env.sh
1032025-02-06T04:23:39.373Z++ export CARGO_TERM_COLOR=always
1042025-02-06T04:23:39.373Z++ CARGO_TERM_COLOR=always
1052025-02-06T04:23:39.373Z+ cargo --version
1062025-02-06T04:23:39.473Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-06T04:23:39.497Z+ rustc --version
1082025-02-06T04:23:39.612Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-06T04:23:39.637Z+ source ./env.sh
1102025-02-06T04:23:39.637Z++ OLD_SHELL_OPTS=ehxB
1112025-02-06T04:23:39.637Z++ set -o xtrace
1122025-02-06T04:23:39.637Z++++ dirname ./env.sh
1132025-02-06T04:23:39.637Z+++ readlink -f .
1142025-02-06T04:23:39.637Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-06T04:23:39.637Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-06T04:23:39.638Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-06T04:23:39.638Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-02-06T04:23:39.638Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-02-06T04:23:39.638Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-02-06T04:23:39.638Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-02-06T04:23:39.638Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-02-06T04:23:39.638Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-02-06T04:23:39.638Z++ case $OLD_SHELL_OPTS in
1242025-02-06T04:23:39.638Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-06T04:23:39.638Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262025-02-06T04:23:39.638Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-02-06T04:23:39.638Z+ banner prerequisites
1282025-02-06T04:23:39.638Z
1292025-02-06T04:23:39.638Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-06T04:23:39.638Z # # # # # # # # # # # # # # #
1312025-02-06T04:23:39.638Z # # # # ##### # # ##### # # # # # #### #
1322025-02-06T04:23:39.638Z ##### ##### # ##### # # # # # # # # #
1332025-02-06T04:23:39.638Z # # # # # # # # # # # # # # #
1342025-02-06T04:23:39.639Z # # # ###### # # ###### ### # #### # #### #
1352025-02-06T04:23:39.639Z
1362025-02-06T04:23:39.639Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-06T04:23:41.731Zpkg list: illegal option -- F
1382025-02-06T04:23:41.731ZUsage:
1392025-02-06T04:23:41.731Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-06T04:23:41.731Z [pkg_fmri_pattern ...]
1412025-02-06T04:23:43.170Zpkg list: illegal option -- F
1422025-02-06T04:23:43.170ZUsage:
1432025-02-06T04:23:43.195Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-06T04:23:43.195Z [pkg_fmri_pattern ...]
1452025-02-06T04:23:53.635Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-06T04:24:00.107Z Startup: Caching catalogs ... Done
1472025-02-06T04:24:20.202ZPlanning: Solver setup ... Done (18.651s)
1482025-02-06T04:24:20.445ZPlanning: Running solver ... Done (0.243s)
1492025-02-06T04:24:20.600ZPlanning: Finding local manifests ... Done (0.006s)
1502025-02-06T04:24:20.683ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-06T04:24:21.219ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-06T04:24:21.393ZPlanning: Package planning ... Done (0.173s)
1532025-02-06T04:24:21.484ZPlanning: Merging actions ... Done (0.091s)
1542025-02-06T04:24:21.791ZPlanning: Checking for conflicting actions ... Done (0.306s)
1552025-02-06T04:24:23.570ZPlanning: Consolidating action changes ... Done (1.779s)
1562025-02-06T04:24:24.222ZPlanning: Evaluating mediators ... Done (0.652s)
1572025-02-06T04:24:24.364ZPlanning: Planning completed in 24.15 seconds
1582025-02-06T04:24:24.390Z Packages to install: 4
1592025-02-06T04:24:24.390Z Packages to update: 3
1602025-02-06T04:24:24.390Z Mediators to change: 2
1612025-02-06T04:24:24.390Z Services to change: 1
1622025-02-06T04:24:24.390Z Estimated space available: 155.14 GB
1632025-02-06T04:24:24.390ZEstimated space to be consumed: 1.65 GB
1642025-02-06T04:24:24.390Z Create boot environment: No
1652025-02-06T04:24:24.390ZCreate backup boot environment: Yes
1662025-02-06T04:24:24.390Z Rebuild boot archive: No
1672025-02-06T04:24:24.390Z
1682025-02-06T04:24:24.390ZChanged mediators:
1692025-02-06T04:24:24.390Z mediator clang:
1702025-02-06T04:24:24.390Z version: None -> 15 (system default)
1712025-02-06T04:24:24.390Z
1722025-02-06T04:24:24.390Z mediator llvm:
1732025-02-06T04:24:24.391Z version: 14 (system default) -> 15 (system default)
1742025-02-06T04:24:24.391Z
1752025-02-06T04:24:24.391ZChanged packages:
1762025-02-06T04:24:24.391Zhelios-dev
1772025-02-06T04:24:24.391Z developer/build-essential
1782025-02-06T04:24:24.391Z None -> 11-2.0
1792025-02-06T04:24:24.391Z library/libxmlsec1
1802025-02-06T04:24:24.391Z None -> 1.2.35-2.0
1812025-02-06T04:24:24.391Z ooce/developer/clang-15
1822025-02-06T04:24:24.391Z None -> 15.0.7-2.0
1832025-02-06T04:24:24.391Z ooce/developer/llvm-15
1842025-02-06T04:24:24.391Z None -> 15.0.7-2.0
1852025-02-06T04:24:24.391Z package/pkg
1862025-02-06T04:24:24.391Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-06T04:24:24.391Z system/library/g++-runtime
1882025-02-06T04:24:24.391Z 13-2.0 -> 14-2.0
1892025-02-06T04:24:24.391Z system/library/gcc-runtime
1902025-02-06T04:24:24.391Z 13-2.0 -> 14-2.0
1912025-02-06T04:24:24.391Z
1922025-02-06T04:24:24.391ZServices:
1932025-02-06T04:24:24.391Z restart_fmri:
1942025-02-06T04:24:24.391Z svc:/system/update-man-index:default
1952025-02-06T04:24:24.392Z
1962025-02-06T04:24:24.392ZEditable files to change:
1972025-02-06T04:24:24.392Z Update:
1982025-02-06T04:24:24.392Z usr/share/lib/pkg/web/config.shtml
1992025-02-06T04:24:24.501Z
2002025-02-06T04:24:24.501ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-06T04:24:29.502ZDownload: 1198/4301 items 70.2/225.4MB 31% complete (14.1M/s)
2022025-02-06T04:24:34.502ZDownload: 1717/4301 items 116.6/225.4MB 51% complete (11.8M/s)
2032025-02-06T04:24:39.511ZDownload: 2992/4301 items 121.3/225.4MB 53% complete (5.6M/s)
2042025-02-06T04:24:44.963ZDownload: 3252/4301 items 205.8/225.4MB 91% complete (9.0M/s)
2052025-02-06T04:24:50.000ZDownload: 3284/4301 items 211.5/225.4MB 93% complete (9.0M/s)
2062025-02-06T04:24:55.005ZDownload: 3945/4301 items 218.8/225.4MB 97% complete (1.3M/s)
2072025-02-06T04:25:00.118ZDownload: 4285/4301 items 223.8/225.4MB 99% complete (1.2M/s)
2082025-02-06T04:25:06.338ZDownload: 4299/4301 items 225.1/225.4MB 99% complete (1.2M/s)
2092025-02-06T04:25:06.537ZDownload: Completed 225.42 MB in 42.04 seconds (5.4M/s)
2102025-02-06T04:25:08.229Z Actions: 1/5122 actions (Removing old actions)
2112025-02-06T04:25:08.256Z Actions: 194/5122 actions (Installing new actions)
2122025-02-06T04:25:13.254Z Actions: 3381/5122 actions (Installing new actions)
2132025-02-06T04:25:16.879Z Actions: 4267/5122 actions (Updating modified actions)
2142025-02-06T04:25:17.490Z Actions: Completed 5122 actions in 9.26 seconds.
2152025-02-06T04:25:17.969Z Done (0.469s)
2162025-02-06T04:25:17.993Z Done (0.002s)
2172025-02-06T04:25:18.989Z Done (1.015s)
2182025-02-06T04:25:26.259Z Done (6.998s)
2192025-02-06T04:25:26.392Z Done (0.027s)
2202025-02-06T04:25:26.426Z Done (0.000s)
2212025-02-06T04:25:26.619Z Done (0.000s)
2222025-02-06T04:25:27.742ZPlanning: Evaluating mediator changes ... Done
2232025-02-06T04:25:28.046ZPlanning: Checking for conflicting actions ... Done
2242025-02-06T04:25:28.071ZPlanning: Consolidating action changes ... Done
2252025-02-06T04:25:28.521ZPlanning: Evaluating mediators ... Done
2262025-02-06T04:25:28.556ZPlanning: Planning completed in 0.78 seconds
2272025-02-06T04:25:28.593Z Mediators to change: 2
2282025-02-06T04:25:28.593Z Create boot environment: No
2292025-02-06T04:25:28.594ZCreate backup boot environment: No
2302025-02-06T04:25:28.669Z Done
2312025-02-06T04:25:28.669Z Done
2322025-02-06T04:25:29.350Z Done
2332025-02-06T04:25:35.308Z Done
2342025-02-06T04:25:35.432Z Done
2352025-02-06T04:25:35.466Z Done
2362025-02-06T04:25:35.505Z Done
2372025-02-06T04:25:36.529ZPlanning: Evaluating mediator changes ... Done
2382025-02-06T04:25:36.582ZPlanning: Merging actions ... Done
2392025-02-06T04:25:36.840ZPlanning: Checking for conflicting actions ... Done
2402025-02-06T04:25:36.871ZPlanning: Consolidating action changes ... Done
2412025-02-06T04:25:37.313ZPlanning: Evaluating mediators ... Done
2422025-02-06T04:25:37.411ZPlanning: Planning completed in 1.32 seconds
2432025-02-06T04:25:37.477Z Packages to change: 1
2442025-02-06T04:25:37.477Z Mediators to change: 1
2452025-02-06T04:25:37.477Z Services to change: 1
2462025-02-06T04:25:37.477Z Create boot environment: No
2472025-02-06T04:25:37.524ZCreate backup boot environment: Yes
2482025-02-06T04:25:39.412Z Actions: 1/6 actions (Updating modified actions)
2492025-02-06T04:25:39.438Z Actions: Completed 6 actions in 0.00 seconds.
2502025-02-06T04:25:39.438Z Done
2512025-02-06T04:25:39.438Z Done
2522025-02-06T04:25:39.604Z Done
2532025-02-06T04:25:45.394Z Done
2542025-02-06T04:25:45.544Z Done
2552025-02-06T04:25:45.544Z Done
2562025-02-06T04:25:45.714Z Done
2572025-02-06T04:25:46.258ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2582025-02-06T04:25:46.259Zclang system 15 system
2592025-02-06T04:25:46.259Zcsh system system illumos
2602025-02-06T04:25:46.259Zctags system system illumos
2612025-02-06T04:25:46.259Zgcc vendor 12 vendor
2622025-02-06T04:25:46.259Zgcc system 10 system
2632025-02-06T04:25:46.259Zgcc system 7 system
2642025-02-06T04:25:46.259Zgo system 1.20 system
2652025-02-06T04:25:46.259Zgo system 1.19 system
2662025-02-06T04:25:46.259Zllvm system 15 system
2672025-02-06T04:25:46.260Zllvm system 14 system
2682025-02-06T04:25:46.260Zmariadb system 10.6 system
2692025-02-06T04:25:46.260Zmta vendor vendor dma
2702025-02-06T04:25:46.260Zopenjdk system 17 system
2712025-02-06T04:25:46.260Zopenjdk system 11 system
2722025-02-06T04:25:46.260Zopenjdk system 1.8 system
2732025-02-06T04:25:46.261Zopenssl vendor 3 vendor
2742025-02-06T04:25:46.261Zperl system 5.36 system
2752025-02-06T04:25:46.261Zpostgresql system 15 system
2762025-02-06T04:25:46.261Zpostgresql system 13 system
2772025-02-06T04:25:46.261Zpython vendor 3 vendor
2782025-02-06T04:25:46.261Zpython system 2 system
2792025-02-06T04:25:46.261Zpython3 system 3.11 system
2802025-02-06T04:25:46.261Zruby system 3.0 system
2812025-02-06T04:25:46.261Zwords vendor vendor american-english
2822025-02-06T04:25:46.261Zwords system system australian-english
2832025-02-06T04:25:46.261Zwords system system british-english
2842025-02-06T04:25:46.261Zwords system system canadian-english
2852025-02-06T04:25:46.261Zwords system system french
2862025-02-06T04:25:46.261Zwords system system italian
2872025-02-06T04:25:46.261Zwords system system ngerman
2882025-02-06T04:25:46.261Zwords system system ogerman
2892025-02-06T04:25:46.262Zwords system system spanish
2902025-02-06T04:25:46.765ZPUBLISHER TYPE STATUS P LOCATION
2912025-02-06T04:25:46.765Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2922025-02-06T04:25:51.428ZFMRI IFO
2932025-02-06T04:25:51.428Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2942025-02-06T04:25:51.428Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2952025-02-06T04:25:51.428Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2962025-02-06T04:25:51.428Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2972025-02-06T04:25:51.428Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2982025-02-06T04:25:51.428Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2992025-02-06T04:25:51.428Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3002025-02-06T04:25:51.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3012025-02-06T04:25:51.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3022025-02-06T04:25:51.429Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3032025-02-06T04:25:51.429Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3042025-02-06T04:25:51.429Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3052025-02-06T04:25:51.429Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3062025-02-06T04:25:51.429Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3072025-02-06T04:25:51.429Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3082025-02-06T04:25:52.480Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3092025-02-06T04:25:52.894Z Updating crates.io index
3102025-02-06T04:25:52.919Z Updating git repository `https://github.com/oxidecomputer/daft`
3112025-02-06T04:25:53.364Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3122025-02-06T04:25:54.089Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3132025-02-06T04:25:54.456Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142025-02-06T04:25:54.769Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3152025-02-06T04:25:55.159Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-02-06T04:25:56.298Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172025-02-06T04:25:58.842Z Updating git repository `https://github.com/oxidecomputer/opte`
3182025-02-06T04:25:59.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-02-06T04:26:00.544Z Updating git repository `https://github.com/oxidecomputer/clickward`
3202025-02-06T04:26:00.945Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3212025-02-06T04:26:01.397Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3222025-02-06T04:26:02.355Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3232025-02-06T04:26:02.767Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3242025-02-06T04:26:03.145Z Updating git repository `https://github.com/oxidecomputer/tofino`
3252025-02-06T04:26:03.485Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3262025-02-06T04:26:03.843Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3272025-02-06T04:26:04.186Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3282025-02-06T04:26:04.541Z Updating git repository `https://github.com/oxidecomputer/lldp`
3292025-02-06T04:26:04.934Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3302025-02-06T04:26:05.365Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3312025-02-06T04:26:05.793Z Updating git repository `https://github.com/oxidecomputer/ispf`
3322025-02-06T04:26:06.268Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3332025-02-06T04:26:06.575Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3342025-02-06T04:26:07.266Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3352025-02-06T04:26:07.640Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3362025-02-06T04:26:08.129Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3372025-02-06T04:26:08.628Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3382025-02-06T04:26:08.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3392025-02-06T04:26:09.291Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402025-02-06T04:26:09.767Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412025-02-06T04:26:11.595Z Downloading crates ...
3422025-02-06T04:26:11.669Z Downloaded scroll_derive v0.12.0
3432025-02-06T04:26:11.698Z Downloaded anstyle v1.0.10
3442025-02-06T04:26:11.698Z Downloaded pretty-hex v0.4.1
3452025-02-06T04:26:11.698Z Downloaded anstyle-query v1.1.1
3462025-02-06T04:26:11.698Z Downloaded itoa v1.0.11
3472025-02-06T04:26:11.698Z Downloaded usdt-attr-macro v0.5.0
3482025-02-06T04:26:11.698Z Downloaded unicode-linebreak v0.1.5
3492025-02-06T04:26:11.698Z Downloaded utf8parse v0.2.2
3502025-02-06T04:26:11.698Z Downloaded version_check v0.9.5
3512025-02-06T04:26:11.723Z Downloaded pest_meta v2.7.14
3522025-02-06T04:26:11.723Z Downloaded zerocopy-derive v0.7.35
3532025-02-06T04:26:11.723Z Downloaded ryu v1.0.18
3542025-02-06T04:26:11.723Z Downloaded tempfile v3.13.0
3552025-02-06T04:26:11.723Z Downloaded toml_edit v0.22.22
3562025-02-06T04:26:11.758Z Downloaded hashbrown v0.15.1
3572025-02-06T04:26:11.784Z Downloaded pest v2.7.14
3582025-02-06T04:26:11.784Z Downloaded zerocopy v0.7.35
3592025-02-06T04:26:11.808Z Downloaded winnow v0.6.20
3602025-02-06T04:26:11.833Z Downloaded serde_json v1.0.135
3612025-02-06T04:26:11.833Z Downloaded tabled v0.15.0
3622025-02-06T04:26:11.857Z Downloaded goblin v0.8.2
3632025-02-06T04:26:11.882Z Downloaded clap_builder v4.5.27
3642025-02-06T04:26:11.882Z Downloaded strsim v0.11.1
3652025-02-06T04:26:11.882Z Downloaded unicode-width v0.1.14
3662025-02-06T04:26:11.882Z Downloaded syn v2.0.96
3672025-02-06T04:26:11.906Z Downloaded syn v1.0.109
3682025-02-06T04:26:11.930Z Downloaded memchr v2.7.4
3692025-02-06T04:26:11.930Z Downloaded serde_derive v1.0.217
3702025-02-06T04:26:11.930Z Downloaded rustix v0.38.37
3712025-02-06T04:26:11.961Z Downloaded serde v1.0.217
3722025-02-06T04:26:11.986Z Downloaded papergrid v0.11.0
3732025-02-06T04:26:11.986Z Downloaded indexmap v2.7.1
3742025-02-06T04:26:11.986Z Downloaded proc-macro2 v1.0.92
3752025-02-06T04:26:11.986Z Downloaded log v0.4.22
3762025-02-06T04:26:12.010Z Downloaded clap v4.5.27
3772025-02-06T04:26:12.010Z Downloaded anyhow v1.0.95
3782025-02-06T04:26:12.010Z Downloaded usdt-macro v0.5.0
3792025-02-06T04:26:12.035Z Downloaded unicode-ident v1.0.14
3802025-02-06T04:26:12.035Z Downloaded ucd-trie v0.1.7
3812025-02-06T04:26:12.035Z Downloaded typenum v1.17.0
3822025-02-06T04:26:12.035Z Downloaded toml v0.8.19
3832025-02-06T04:26:12.035Z Downloaded textwrap v0.16.1
3842025-02-06T04:26:12.035Z Downloaded fnv v1.0.7
3852025-02-06T04:26:12.035Z Downloaded bitflags v2.6.0
3862025-02-06T04:26:12.059Z Downloaded usdt-impl v0.5.0
3872025-02-06T04:26:12.059Z Downloaded thiserror-impl v1.0.69
3882025-02-06T04:26:12.059Z Downloaded sha2 v0.10.8
3892025-02-06T04:26:12.059Z Downloaded scroll v0.12.0
3902025-02-06T04:26:12.060Z Downloaded quote v1.0.38
3912025-02-06T04:26:12.060Z Downloaded proc-macro-error-attr v1.0.4
3922025-02-06T04:26:12.060Z Downloaded pest_derive v2.7.14
3932025-02-06T04:26:12.060Z Downloaded libc v0.2.169
3942025-02-06T04:26:12.098Z Downloaded once_cell v1.20.2
3952025-02-06T04:26:12.122Z Downloaded heck v0.5.0
3962025-02-06T04:26:12.123Z Downloaded fastrand v2.1.1
3972025-02-06T04:26:12.123Z Downloaded crypto-common v0.1.6
3982025-02-06T04:26:12.123Z Downloaded clap_lex v0.7.4
3992025-02-06T04:26:12.123Z Downloaded usdt v0.5.0
4002025-02-06T04:26:12.123Z Downloaded thread-id v4.2.2
4012025-02-06T04:26:12.123Z Downloaded terminal_size v0.4.0
4022025-02-06T04:26:12.123Z Downloaded tabled_derive v0.7.0
4032025-02-06T04:26:12.123Z Downloaded smawk v0.3.2
4042025-02-06T04:26:12.123Z Downloaded semver v1.0.24
4052025-02-06T04:26:12.123Z Downloaded proc-macro-error v1.0.4
4062025-02-06T04:26:12.148Z Downloaded macaddr v1.0.1
4072025-02-06T04:26:12.148Z Downloaded digest v0.10.7
4082025-02-06T04:26:12.148Z Downloaded cargo_toml v0.20.5
4092025-02-06T04:26:12.148Z Downloaded camino-tempfile v1.1.1
4102025-02-06T04:26:12.148Z Downloaded toml_datetime v0.6.8
4112025-02-06T04:26:12.148Z Downloaded thiserror v1.0.69
4122025-02-06T04:26:12.148Z Downloaded serde_tokenstream v0.2.2
4132025-02-06T04:26:12.148Z Downloaded serde_spanned v0.6.8
4142025-02-06T04:26:12.175Z Downloaded memmap v0.7.0
4152025-02-06T04:26:12.175Z Downloaded generic-array v0.14.7
4162025-02-06T04:26:12.175Z Downloaded fs-err v2.11.0
4172025-02-06T04:26:12.175Z Downloaded colorchoice v1.0.2
4182025-02-06T04:26:12.175Z Downloaded clap_derive v4.5.24
4192025-02-06T04:26:12.175Z Downloaded autocfg v1.4.0
4202025-02-06T04:26:12.175Z Downloaded anstyle-parse v0.2.5
4212025-02-06T04:26:12.175Z Downloaded swrite v0.1.0
4222025-02-06T04:26:12.176Z Downloaded plain v0.2.3
4232025-02-06T04:26:12.176Z Downloaded pest_generator v2.7.14
4242025-02-06T04:26:12.176Z Downloaded heck v0.4.1
4252025-02-06T04:26:12.176Z Downloaded errno v0.3.9
4262025-02-06T04:26:12.200Z Downloaded cpufeatures v0.2.14
4272025-02-06T04:26:12.200Z Downloaded camino v1.1.9
4282025-02-06T04:26:12.200Z Downloaded anstream v0.6.15
4292025-02-06T04:26:12.200Z Downloaded dof v0.3.0
4302025-02-06T04:26:12.200Z Downloaded cfg-if v1.0.0
4312025-02-06T04:26:12.200Z Downloaded cargo_metadata v0.18.1
4322025-02-06T04:26:12.200Z Downloaded cargo-platform v0.1.8
4332025-02-06T04:26:12.201Z Downloaded byteorder v1.5.0
4342025-02-06T04:26:12.201Z Downloaded bytecount v0.6.8
4352025-02-06T04:26:12.201Z Downloaded block-buffer v0.10.4
4362025-02-06T04:26:12.201Z Downloaded equivalent v1.0.1
4372025-02-06T04:26:12.201Z Downloaded is_terminal_polyfill v1.70.1
4382025-02-06T04:26:12.201Z Downloaded dtrace-parser v0.2.0
4392025-02-06T04:26:12.375Z Compiling proc-macro2 v1.0.92
4402025-02-06T04:26:12.399Z Compiling unicode-ident v1.0.14
4412025-02-06T04:26:12.399Z Compiling version_check v0.9.5
4422025-02-06T04:26:12.399Z Compiling serde v1.0.217
4432025-02-06T04:26:12.399Z Compiling memchr v2.7.4
4442025-02-06T04:26:12.399Z Compiling thiserror v1.0.69
4452025-02-06T04:26:12.399Z Compiling libc v0.2.169
4462025-02-06T04:26:12.399Z Compiling itoa v1.0.11
4472025-02-06T04:26:12.743Z Compiling ryu v1.0.18
4482025-02-06T04:26:12.780Z Compiling ucd-trie v0.1.7
4492025-02-06T04:26:13.363Z Compiling once_cell v1.20.2
4502025-02-06T04:26:13.436Z Compiling byteorder v1.5.0
4512025-02-06T04:26:13.510Z Compiling serde_json v1.0.135
4522025-02-06T04:26:13.921Z Compiling rustix v0.38.37
4532025-02-06T04:26:14.038Z Compiling bitflags v2.6.0
4542025-02-06T04:26:14.078Z Compiling usdt-impl v0.5.0
4552025-02-06T04:26:14.350Z Compiling proc-macro-error-attr v1.0.4
4562025-02-06T04:26:14.507Z Compiling syn v1.0.109
4572025-02-06T04:26:14.581Z Compiling proc-macro-error v1.0.4
4582025-02-06T04:26:14.790Z Compiling quote v1.0.38
4592025-02-06T04:26:14.830Z Compiling utf8parse v0.2.2
4602025-02-06T04:26:14.954Z Compiling errno v0.3.9
4612025-02-06T04:26:15.057Z Compiling camino v1.1.9
4622025-02-06T04:26:15.146Z Compiling equivalent v1.0.1
4632025-02-06T04:26:15.222Z Compiling syn v2.0.96
4642025-02-06T04:26:15.265Z Compiling log v0.4.22
4652025-02-06T04:26:15.299Z Compiling plain v0.2.3
4662025-02-06T04:26:15.481Z Compiling thread-id v4.2.2
4672025-02-06T04:26:15.521Z Compiling hashbrown v0.15.1
4682025-02-06T04:26:15.734Z Compiling anstyle-parse v0.2.5
4692025-02-06T04:26:15.959Z Compiling autocfg v1.4.0
4702025-02-06T04:26:16.120Z Compiling semver v1.0.24
4712025-02-06T04:26:16.161Z Compiling unicode-width v0.1.14
4722025-02-06T04:26:16.452Z Compiling colorchoice v1.0.2
4732025-02-06T04:26:16.607Z Compiling anstyle-query v1.1.1
4742025-02-06T04:26:16.675Z Compiling is_terminal_polyfill v1.70.1
4752025-02-06T04:26:16.751Z Compiling indexmap v2.7.1
4762025-02-06T04:26:16.801Z Compiling anstyle v1.0.10
4772025-02-06T04:26:16.828Z Compiling winnow v0.6.20
4782025-02-06T04:26:16.828Z Compiling pretty-hex v0.4.1
4792025-02-06T04:26:16.995Z Compiling fs-err v2.11.0
4802025-02-06T04:26:17.214Z Compiling anstream v0.6.15
4812025-02-06T04:26:17.289Z Compiling terminal_size v0.4.0
4822025-02-06T04:26:17.525Z Compiling strsim v0.11.1
4832025-02-06T04:26:17.633Z Compiling clap_lex v0.7.4
4842025-02-06T04:26:17.905Z Compiling heck v0.5.0
4852025-02-06T04:26:17.945Z Compiling bytecount v0.6.8
4862025-02-06T04:26:18.108Z Compiling cfg-if v1.0.0
4872025-02-06T04:26:18.195Z Compiling heck v0.4.1
4882025-02-06T04:26:18.237Z Compiling fastrand v2.1.1
4892025-02-06T04:26:18.333Z Compiling fnv v1.0.7
4902025-02-06T04:26:18.504Z Compiling anyhow v1.0.95
4912025-02-06T04:26:18.537Z Compiling papergrid v0.11.0
4922025-02-06T04:26:18.657Z Compiling tempfile v3.13.0
4932025-02-06T04:26:18.793Z Compiling clap_builder v4.5.27
4942025-02-06T04:26:19.240Z Compiling memmap v0.7.0
4952025-02-06T04:26:19.459Z Compiling smawk v0.3.2
4962025-02-06T04:26:19.486Z Compiling unicode-linebreak v0.1.5
4972025-02-06T04:26:19.964Z Compiling textwrap v0.16.1
4982025-02-06T04:26:20.238Z Compiling swrite v0.1.0
4992025-02-06T04:26:20.922Z Compiling tabled_derive v0.7.0
5002025-02-06T04:26:22.573Z Compiling serde_derive v1.0.217
5012025-02-06T04:26:22.573Z Compiling thiserror-impl v1.0.69
5022025-02-06T04:26:22.616Z Compiling zerocopy-derive v0.7.35
5032025-02-06T04:26:22.617Z Compiling scroll_derive v0.12.0
5042025-02-06T04:26:22.617Z Compiling clap_derive v4.5.24
5052025-02-06T04:26:22.764Z Compiling tabled v0.15.0
5062025-02-06T04:26:23.878Z Compiling scroll v0.12.0
5072025-02-06T04:26:24.461Z Compiling goblin v0.8.2
5082025-02-06T04:26:24.569Z Compiling zerocopy v0.7.35
5092025-02-06T04:26:25.341Z Compiling pest v2.7.14
5102025-02-06T04:26:26.119Z Compiling clap v4.5.27
5112025-02-06T04:26:27.871Z Compiling pest_meta v2.7.14
5122025-02-06T04:26:29.283Z Compiling pest_generator v2.7.14
5132025-02-06T04:26:30.639Z Compiling pest_derive v2.7.14
5142025-02-06T04:26:31.383Z Compiling dtrace-parser v0.2.0
5152025-02-06T04:26:32.771Z Compiling serde_tokenstream v0.2.2
5162025-02-06T04:26:32.853Z Compiling toml_datetime v0.6.8
5172025-02-06T04:26:32.853Z Compiling serde_spanned v0.6.8
5182025-02-06T04:26:33.027Z Compiling cargo-platform v0.1.8
5192025-02-06T04:26:33.207Z Compiling macaddr v1.0.1
5202025-02-06T04:26:33.424Z Compiling toml_edit v0.22.22
5212025-02-06T04:26:33.549Z Compiling camino-tempfile v1.1.1
5222025-02-06T04:26:34.566Z Compiling dof v0.3.0
5232025-02-06T04:26:34.690Z Compiling cargo_metadata v0.18.1
5242025-02-06T04:26:36.264Z Compiling usdt-attr-macro v0.5.0
5252025-02-06T04:26:36.288Z Compiling usdt-macro v0.5.0
5262025-02-06T04:26:37.057Z Compiling toml v0.8.19
5272025-02-06T04:26:37.478Z Compiling usdt v0.5.0
5282025-02-06T04:26:37.923Z Compiling cargo_toml v0.20.5
5292025-02-06T04:26:42.463Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302025-02-06T04:26:47.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.60s
5312025-02-06T04:26:48.114Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5322025-02-06T04:26:49.014Z Downloading crates ...
5332025-02-06T04:26:49.198Z Downloaded base16ct v0.2.0
5342025-02-06T04:26:49.223Z Downloaded crunchy v0.2.2
5352025-02-06T04:26:49.223Z Downloaded ciborium-io v0.2.2
5362025-02-06T04:26:49.223Z Downloaded cstr-argument v0.1.2
5372025-02-06T04:26:49.223Z Downloaded bit-vec v0.6.3
5382025-02-06T04:26:49.250Z Downloaded mirai-annotations v1.12.0
5392025-02-06T04:26:49.276Z Downloaded progenitor-client v0.9.1
5402025-02-06T04:26:49.276Z Downloaded multer v3.1.0
5412025-02-06T04:26:49.304Z Downloaded sigpipe v0.1.3
5422025-02-06T04:26:49.304Z Downloaded new_debug_unreachable v1.0.6
5432025-02-06T04:26:49.329Z Downloaded newtype-uuid v1.2.1
5442025-02-06T04:26:49.329Z Downloaded rand_chacha v0.3.1
5452025-02-06T04:26:49.329Z Downloaded rpassword v7.3.1
5462025-02-06T04:26:49.329Z Downloaded ref-cast v1.0.23
5472025-02-06T04:26:49.329Z Downloaded rand_core v0.6.4
5482025-02-06T04:26:49.356Z Downloaded serde_urlencoded v0.7.1
5492025-02-06T04:26:49.356Z Downloaded write16 v1.0.0
5502025-02-06T04:26:49.356Z Downloaded openssl-macros v0.1.1
5512025-02-06T04:26:49.356Z Downloaded openssl-probe v0.1.5
5522025-02-06T04:26:49.356Z Downloaded oso-derive v0.27.3
5532025-02-06T04:26:49.382Z Downloaded num_enum v0.5.11
5542025-02-06T04:26:49.382Z Downloaded derive_builder_macro v0.20.2
5552025-02-06T04:26:49.409Z Downloaded thiserror-impl-no-std v2.0.2
5562025-02-06T04:26:49.409Z Downloaded num v0.4.3
5572025-02-06T04:26:49.436Z Downloaded sqlparser_derive v0.2.2
5582025-02-06T04:26:49.436Z Downloaded ssh-encoding v0.2.0
5592025-02-06T04:26:49.436Z Downloaded float-ord v0.3.2
5602025-02-06T04:26:49.462Z Downloaded path-slash v0.1.5
5612025-02-06T04:26:49.462Z Downloaded diesel_table_macro_syntax v0.2.0
5622025-02-06T04:26:49.489Z Downloaded strum v0.26.3
5632025-02-06T04:26:49.489Z Downloaded foreign-types-shared v0.3.1
5642025-02-06T04:26:49.489Z Downloaded foldhash v0.1.3
5652025-02-06T04:26:49.489Z Downloaded fragile v2.0.0
5662025-02-06T04:26:49.516Z Downloaded russh-cryptovec v0.7.3
5672025-02-06T04:26:49.517Z Downloaded progenitor-client v0.8.0
5682025-02-06T04:26:49.517Z Downloaded poly1305 v0.8.0
5692025-02-06T04:26:49.517Z Downloaded rustc_version v0.1.7
5702025-02-06T04:26:49.517Z Downloaded rustc-demangle v0.1.24
5712025-02-06T04:26:49.517Z Downloaded russh-keys v0.45.0
5722025-02-06T04:26:49.542Z Downloaded scheduled-thread-pool v0.2.7
5732025-02-06T04:26:49.543Z Downloaded publicsuffix v2.3.0
5742025-02-06T04:26:49.543Z Downloaded russh v0.45.0
5752025-02-06T04:26:49.543Z Downloaded ppv-lite86 v0.2.20
5762025-02-06T04:26:49.570Z Downloaded rusqlite v0.32.1
5772025-02-06T04:26:49.570Z Downloaded progenitor v0.9.1
5782025-02-06T04:26:49.570Z Downloaded zerocopy v0.8.10
5792025-02-06T04:26:49.603Z Downloaded schemars v0.8.21
5802025-02-06T04:26:49.628Z Downloaded serde_with v3.11.0
5812025-02-06T04:26:49.653Z Downloaded parse-zoneinfo v0.3.1
5822025-02-06T04:26:49.653Z Downloaded zip v2.1.3
5832025-02-06T04:26:49.679Z Downloaded lzma-sys v0.1.20
5842025-02-06T04:26:49.704Z Downloaded diesel v2.2.6
5852025-02-06T04:26:49.736Z Downloaded libz-sys v1.1.20
5862025-02-06T04:26:49.770Z Downloaded quinn-proto v0.11.8
5872025-02-06T04:26:49.797Z Downloaded salty v0.3.0
5882025-02-06T04:26:49.797Z Downloaded radix_trie v0.2.1
5892025-02-06T04:26:49.823Z Downloaded unicode-width v0.2.0
5902025-02-06T04:26:49.823Z Downloaded rustls v0.21.12
5912025-02-06T04:26:49.848Z Downloaded smoltcp v0.9.1
5922025-02-06T04:26:49.878Z Downloaded dropshot v0.12.0
5932025-02-06T04:26:49.904Z Downloaded nix v0.27.1
5942025-02-06T04:26:49.904Z Downloaded nix v0.29.0
5952025-02-06T04:26:49.929Z Downloaded smoltcp v0.11.0
5962025-02-06T04:26:49.954Z Downloaded dropshot v0.15.1
5972025-02-06T04:26:49.979Z Downloaded regex-syntax v0.8.5
5982025-02-06T04:26:50.004Z Downloaded zerocopy-derive v0.6.6
5992025-02-06T04:26:50.032Z Downloaded petgraph v0.6.5
6002025-02-06T04:26:50.056Z Downloaded nix v0.28.0
6012025-02-06T04:26:50.056Z Downloaded rustls v0.23.19
6022025-02-06T04:26:50.081Z Downloaded rustls v0.22.4
6032025-02-06T04:26:50.105Z Downloaded chrono-tz v0.10.1
6042025-02-06T04:26:50.129Z Downloaded bstr v1.10.0
6052025-02-06T04:26:50.129Z Downloaded regress v0.9.1
6062025-02-06T04:26:50.154Z Downloaded regex-automata v0.4.8
6072025-02-06T04:26:50.178Z Downloaded bzip2-sys v0.1.11+1.0.8
6082025-02-06T04:26:50.202Z Downloaded regex-syntax v0.6.29
6092025-02-06T04:26:50.202Z Downloaded regex v1.11.1
6102025-02-06T04:26:50.228Z Downloaded curve25519-dalek v4.1.3
6112025-02-06T04:26:50.253Z Downloaded quick-xml v0.33.0
6122025-02-06T04:26:50.253Z Downloaded chrono v0.4.39
6132025-02-06T04:26:50.277Z Downloaded bindgen v0.69.5
6142025-02-06T04:26:50.277Z Downloaded proptest v1.5.0
6152025-02-06T04:26:50.302Z Downloaded bitvec v1.0.1
6162025-02-06T04:26:50.327Z Downloaded aws-lc-rs v1.10.0
6172025-02-06T04:26:50.327Z Downloaded tokio v1.43.0
6182025-02-06T04:26:50.382Z Downloaded nom v7.1.3
6192025-02-06T04:26:50.407Z Downloaded zerovec v0.10.4
6202025-02-06T04:26:50.407Z Downloaded csv v1.3.1
6212025-02-06T04:26:50.432Z Downloaded sha3 v0.10.8
6222025-02-06T04:26:50.456Z Downloaded futures-util v0.3.31
6232025-02-06T04:26:50.481Z Downloaded darling_core v0.20.10
6242025-02-06T04:26:50.481Z Downloaded der v0.7.9
6252025-02-06T04:26:50.481Z Downloaded typify-impl v0.3.0
6262025-02-06T04:26:50.506Z Downloaded typify-impl v0.2.0
6272025-02-06T04:26:50.531Z Downloaded ratatui v0.28.1
6282025-02-06T04:26:50.566Z Downloaded unicode-normalization v0.1.24
6292025-02-06T04:26:50.591Z Downloaded blake3 v1.5.4
6302025-02-06T04:26:50.591Z Downloaded predicates v3.1.2
6312025-02-06T04:26:50.619Z Downloaded futures-channel v0.3.31
6322025-02-06T04:26:50.619Z Downloaded zopfli v0.8.1
6332025-02-06T04:26:50.619Z Downloaded dropshot_endpoint v0.12.0
6342025-02-06T04:26:50.619Z Downloaded prettyplease v0.2.25
6352025-02-06T04:26:50.644Z Downloaded aho-corasick v1.1.3
6362025-02-06T04:26:50.644Z Downloaded powerfmt v0.2.0
6372025-02-06T04:26:50.644Z Downloaded xz2 v0.1.7
6382025-02-06T04:26:50.644Z Downloaded portable-atomic v1.9.0
6392025-02-06T04:26:50.670Z Downloaded packed_struct v0.10.1
6402025-02-06T04:26:50.670Z Downloaded num-iter v0.1.45
6412025-02-06T04:26:50.670Z Downloaded num-integer v0.1.46
6422025-02-06T04:26:50.670Z Downloaded nibble_vec v0.1.0
6432025-02-06T04:26:50.670Z Downloaded newtype_derive v0.1.6
6442025-02-06T04:26:50.670Z Downloaded libgit2-sys v0.17.0+1.8.1
6452025-02-06T04:26:50.763Z Downloaded futures-core v0.3.31
6462025-02-06T04:26:50.788Z Downloaded dropshot_endpoint v0.15.1
6472025-02-06T04:26:50.788Z Downloaded unicode-segmentation v1.12.0
6482025-02-06T04:26:50.788Z Downloaded petname v2.0.2
6492025-02-06T04:26:50.788Z Downloaded encoding_rs v0.8.34
6502025-02-06T04:26:50.816Z Downloaded password-hash v0.5.0
6512025-02-06T04:26:50.841Z Downloaded password-hash v0.4.2
6522025-02-06T04:26:50.841Z Downloaded parking_lot_core v0.9.10
6532025-02-06T04:26:50.841Z Downloaded aes-gcm v0.10.3
6542025-02-06T04:26:50.841Z Downloaded xattr v1.3.1
6552025-02-06T04:26:50.841Z Downloaded schemars_derive v0.8.21
6562025-02-06T04:26:50.841Z Downloaded openapiv3 v2.0.0
6572025-02-06T04:26:50.865Z Downloaded same-file v1.0.6
6582025-02-06T04:26:50.865Z Downloaded rustc_version v0.4.1
6592025-02-06T04:26:50.866Z Downloaded zone v0.1.8
6602025-02-06T04:26:50.866Z Downloaded tabwriter v1.4.0
6612025-02-06T04:26:50.866Z Downloaded object v0.36.5
6622025-02-06T04:26:50.891Z Downloaded precomputed-hash v0.1.1
6632025-02-06T04:26:50.891Z Downloaded parking_lot v0.11.2
6642025-02-06T04:26:50.891Z Downloaded polar-core v0.27.3
6652025-02-06T04:26:50.915Z Downloaded pkcs5 v0.7.1
6662025-02-06T04:26:50.915Z Downloaded pin-project v1.1.6
6672025-02-06T04:26:50.939Z Downloaded zerofrom v0.1.4
6682025-02-06T04:26:50.939Z Downloaded zerocopy-derive v0.8.10
6692025-02-06T04:26:50.939Z Downloaded zone v0.3.0
6702025-02-06T04:26:50.940Z Downloaded parse-display-derive v0.10.0
6712025-02-06T04:26:50.964Z Downloaded smf v0.2.3
6722025-02-06T04:26:50.964Z Downloaded sled v0.34.7
6732025-02-06T04:26:50.964Z Downloaded rustc-hash v2.0.0
6742025-02-06T04:26:50.964Z Downloaded rustc-hash v1.1.0
6752025-02-06T04:26:50.964Z Downloaded postgres-types v0.2.8
6762025-02-06T04:26:50.989Z Downloaded postgres-protocol v0.6.7
6772025-02-06T04:26:50.989Z Downloaded postcard v1.0.10
6782025-02-06T04:26:50.989Z Downloaded pin-project-internal v1.1.6
6792025-02-06T04:26:50.989Z Downloaded parking_lot v0.12.3
6802025-02-06T04:26:50.989Z Downloaded flume v0.11.1
6812025-02-06T04:26:50.989Z Downloaded rand v0.8.5
6822025-02-06T04:26:50.989Z Downloaded qorb v0.2.1
6832025-02-06T04:26:51.015Z Downloaded zip v0.6.6
6842025-02-06T04:26:51.015Z Downloaded steno v0.4.1
6852025-02-06T04:26:51.015Z Downloaded diesel_derives v2.2.3
6862025-02-06T04:26:51.040Z Downloaded displaydoc v0.2.5
6872025-02-06T04:26:51.040Z Downloaded regress v0.10.1
6882025-02-06T04:26:51.040Z Downloaded pkcs1 v0.7.5
6892025-02-06T04:26:51.040Z Downloaded pin-project-lite v0.2.14
6902025-02-06T04:26:51.068Z Downloaded parking_lot_core v0.8.6
6912025-02-06T04:26:51.068Z Downloaded futures v0.3.31
6922025-02-06T04:26:51.068Z Downloaded fs_extra v1.3.0
6932025-02-06T04:26:51.094Z Downloaded paste v1.0.15
6942025-02-06T04:26:51.094Z Downloaded parse-display v0.10.0
6952025-02-06T04:26:51.094Z Downloaded predicates-tree v1.0.11
6962025-02-06T04:26:51.094Z Downloaded object v0.30.4
6972025-02-06T04:26:51.121Z Downloaded polyval v0.6.2
6982025-02-06T04:26:51.121Z Downloaded pin-utils v0.1.0
6992025-02-06T04:26:51.121Z Downloaded phf_shared v0.11.2
7002025-02-06T04:26:51.121Z Downloaded phf_shared v0.10.0
7012025-02-06T04:26:51.121Z Downloaded phf_generator v0.11.2
7022025-02-06T04:26:51.121Z Downloaded packed_struct_codegen v0.10.1
7032025-02-06T04:26:51.121Z Downloaded funty v2.0.0
7042025-02-06T04:26:51.121Z Downloaded zerovec-derive v0.10.3
7052025-02-06T04:26:51.121Z Downloaded yoke v0.7.4
7062025-02-06T04:26:51.121Z Downloaded tinyvec v1.8.0
7072025-02-06T04:26:51.121Z Downloaded time v0.3.36
7082025-02-06T04:26:51.146Z Downloaded sqlparser v0.45.0
7092025-02-06T04:26:51.146Z Downloaded smallvec v1.13.2
7102025-02-06T04:26:51.146Z Downloaded slog-term v2.9.1
7112025-02-06T04:26:51.146Z Downloaded openssl v0.10.70
7122025-02-06T04:26:51.232Z Downloaded form_urlencoded v1.2.1
7132025-02-06T04:26:51.232Z Downloaded foreign-types-macros v0.2.3
7142025-02-06T04:26:51.232Z Downloaded foreign-types v0.5.0
7152025-02-06T04:26:51.232Z Downloaded yasna v0.5.2
7162025-02-06T04:26:51.232Z Downloaded subprocess v0.2.9
7172025-02-06T04:26:51.258Z Downloaded slog-bunyan v2.5.0
7182025-02-06T04:26:51.259Z Downloaded zone_cfg_derive v0.3.0
7192025-02-06T04:26:51.259Z Downloaded zone_cfg_derive v0.1.2
7202025-02-06T04:26:51.259Z Downloaded synstructure v0.13.1
7212025-02-06T04:26:51.259Z Downloaded supports-color v3.0.1
7222025-02-06T04:26:51.259Z Downloaded dirs-next v2.0.0
7232025-02-06T04:26:51.259Z Downloaded tls_codec v0.4.1
7242025-02-06T04:26:51.259Z Downloaded strum_macros v0.26.4
7252025-02-06T04:26:51.259Z Downloaded slog-dtrace v0.3.0
7262025-02-06T04:26:51.259Z Downloaded derive_more v0.99.18
7272025-02-06T04:26:51.259Z Downloaded p384 v0.13.0
7282025-02-06T04:26:51.259Z Downloaded num-traits v0.2.19
7292025-02-06T04:26:51.259Z Downloaded unicode_categories v0.1.1
7302025-02-06T04:26:51.259Z Downloaded crossterm v0.28.1
7312025-02-06T04:26:51.259Z Downloaded foreign-types-shared v0.1.1
7322025-02-06T04:26:51.259Z Downloaded foreign-types v0.3.2
7332025-02-06T04:26:51.259Z Downloaded difflib v0.4.0
7342025-02-06T04:26:51.259Z Downloaded yoke-derive v0.7.4
7352025-02-06T04:26:51.259Z Downloaded tls_codec_derive v0.4.1
7362025-02-06T04:26:51.259Z Downloaded tinyvec_macros v0.1.1
7372025-02-06T04:26:51.259Z Downloaded subtle v2.6.1
7382025-02-06T04:26:51.259Z Downloaded strum_macros v0.25.3
7392025-02-06T04:26:51.259Z Downloaded strum_macros v0.24.3
7402025-02-06T04:26:51.260Z Downloaded structmeta-derive v0.3.0
7412025-02-06T04:26:51.260Z Downloaded slog-scope v4.4.0
7422025-02-06T04:26:51.260Z Downloaded slog-json v2.6.1
7432025-02-06T04:26:51.260Z Downloaded slog-envlogger v2.2.0
7442025-02-06T04:26:51.285Z Downloaded diff v0.1.13
7452025-02-06T04:26:51.285Z Downloaded flate2 v1.0.35
7462025-02-06T04:26:51.285Z Downloaded document-features v0.2.10
7472025-02-06T04:26:51.285Z Downloaded display-error-chain v0.2.2
7482025-02-06T04:26:51.285Z Downloaded dirs-sys-next v0.1.2
7492025-02-06T04:26:51.285Z Downloaded ssh-key v0.6.6
7502025-02-06T04:26:51.310Z Downloaded pkcs8 v0.10.2
7512025-02-06T04:26:51.310Z Downloaded nu-ansi-term v0.50.1
7522025-02-06T04:26:51.310Z Downloaded rustls-webpki v0.102.8
7532025-02-06T04:26:51.339Z Downloaded aes v0.8.4
7542025-02-06T04:26:51.364Z Downloaded diesel-dtrace v0.4.2
7552025-02-06T04:26:51.364Z Downloaded des v0.8.1
7562025-02-06T04:26:51.364Z Downloaded defmt v0.3.8
7572025-02-06T04:26:51.364Z Downloaded debug-ignore v1.0.5
7582025-02-06T04:26:51.364Z Downloaded data-encoding v2.6.0
7592025-02-06T04:26:51.364Z Downloaded percent-encoding v2.3.1
7602025-02-06T04:26:51.364Z Downloaded pem-rfc7468 v0.7.0
7612025-02-06T04:26:51.390Z Downloaded peg-runtime v0.8.3
7622025-02-06T04:26:51.390Z Downloaded peg-macros v0.8.4
7632025-02-06T04:26:51.390Z Downloaded pbkdf2 v0.12.2
7642025-02-06T04:26:51.390Z Downloaded parse-size v1.1.0
7652025-02-06T04:26:51.390Z Downloaded tar v0.4.42
7662025-02-06T04:26:51.390Z Downloaded ed25519-dalek v2.1.1
7672025-02-06T04:26:51.390Z Downloaded stable_deref_trait v1.2.0
7682025-02-06T04:26:51.390Z Downloaded smallvec v0.6.14
7692025-02-06T04:26:51.415Z Downloaded slog-stdlog v4.1.1
7702025-02-06T04:26:51.415Z Downloaded pkg-config v0.3.31
7712025-02-06T04:26:51.415Z Downloaded env_logger v0.10.2
7722025-02-06T04:26:51.415Z Downloaded rustls-webpki v0.101.7
7732025-02-06T04:26:51.439Z Downloaded quinn v0.11.5
7742025-02-06T04:26:51.439Z Downloaded darling_macro v0.20.10
7752025-02-06T04:26:51.439Z Downloaded phf_codegen v0.11.2
7762025-02-06T04:26:51.439Z Downloaded phf v0.11.2
7772025-02-06T04:26:51.439Z Downloaded pem v3.0.4
7782025-02-06T04:26:51.439Z Downloaded peg v0.8.4
7792025-02-06T04:26:51.464Z Downloaded pbkdf2 v0.11.0
7802025-02-06T04:26:51.464Z Downloaded tiny-keccak v2.0.2
7812025-02-06T04:26:51.464Z Downloaded time-macros v0.2.18
7822025-02-06T04:26:51.464Z Downloaded termcolor v1.4.1
7832025-02-06T04:26:51.464Z Downloaded term v0.7.0
7842025-02-06T04:26:51.464Z Downloaded ring v0.17.8
7852025-02-06T04:26:51.584Z Downloaded take_mut v0.2.2
7862025-02-06T04:26:51.644Z Downloaded sync_wrapper v1.0.1
7872025-02-06T04:26:51.644Z Downloaded sync-ptr v0.1.1
7882025-02-06T04:26:51.644Z Downloaded fatfs v0.3.6
7892025-02-06T04:26:51.644Z Downloaded elliptic-curve v0.13.8
7902025-02-06T04:26:51.645Z Downloaded downcast v0.11.0
7912025-02-06T04:26:51.645Z Downloaded snafu v0.8.5
7922025-02-06T04:26:51.645Z Downloaded num-bigint-dig v0.8.4
7932025-02-06T04:26:51.645Z Downloaded expectorate v1.1.0
7942025-02-06T04:26:51.722Z Downloaded der_derive v0.7.3
7952025-02-06T04:26:51.722Z Downloaded zerofrom-derive v0.1.4
7962025-02-06T04:26:51.722Z Downloaded winnow v0.5.40
7972025-02-06T04:26:51.722Z Downloaded reqwest v0.12.9
7982025-02-06T04:26:51.722Z Downloaded gimli v0.31.1
7992025-02-06T04:26:51.722Z Downloaded unicode-properties v0.1.3
8002025-02-06T04:26:51.722Z Downloaded unicode-bidi v0.3.17
8012025-02-06T04:26:51.722Z Downloaded tinystr v0.7.6
8022025-02-06T04:26:51.722Z Downloaded time-core v0.1.2
8032025-02-06T04:26:51.723Z Downloaded thread_local v1.1.8
8042025-02-06T04:26:51.723Z Downloaded thiserror-no-std v2.0.2
8052025-02-06T04:26:51.723Z Downloaded termtree v0.4.1
8062025-02-06T04:26:51.723Z Downloaded termios v0.3.3
8072025-02-06T04:26:51.724Z Downloaded tap v1.0.1
8082025-02-06T04:26:51.724Z Downloaded flagset v0.4.6
8092025-02-06T04:26:51.724Z Downloaded ff v0.13.0
8102025-02-06T04:26:51.724Z Downloaded fd-lock v4.0.2
8112025-02-06T04:26:51.786Z Downloaded fallible-streaming-iterator v0.1.9
8122025-02-06T04:26:51.786Z Downloaded ed25519 v2.2.3
8132025-02-06T04:26:51.786Z Downloaded ecdsa v0.16.9
8142025-02-06T04:26:51.786Z Downloaded snafu-derive v0.8.5
8152025-02-06T04:26:51.786Z Downloaded predicates-core v1.0.8
8162025-02-06T04:26:51.786Z Downloaded num-bigint v0.4.6
8172025-02-06T04:26:51.786Z Downloaded env_filter v0.1.2
8182025-02-06T04:26:51.786Z Downloaded derive_builder_core v0.20.2
8192025-02-06T04:26:51.786Z Downloaded rustyline v14.0.0
8202025-02-06T04:26:51.787Z Downloaded libsqlite3-sys v0.30.1
8212025-02-06T04:26:51.884Z Downloaded p521 v0.13.3
8222025-02-06T04:26:51.914Z Downloaded tough v0.19.0
8232025-02-06T04:26:51.914Z Downloaded reedline v0.35.0
8242025-02-06T04:26:51.914Z Downloaded rayon v1.10.0
8252025-02-06T04:26:51.914Z Downloaded float-cmp v0.9.0
8262025-02-06T04:26:51.947Z Downloaded fixedbitset v0.4.2
8272025-02-06T04:26:51.947Z Downloaded filetime v0.2.25
8282025-02-06T04:26:51.947Z Downloaded fallible-iterator v0.3.0
8292025-02-06T04:26:51.947Z Downloaded embedded-io v0.6.1
8302025-02-06T04:26:51.947Z Downloaded embedded-io v0.4.0
8312025-02-06T04:26:51.948Z Downloaded either v1.13.0
8322025-02-06T04:26:51.948Z Downloaded dyn-clone v1.0.17
8332025-02-06T04:26:51.948Z Downloaded dunce v1.0.5
8342025-02-06T04:26:51.948Z Downloaded dsl_auto_type v0.1.2
8352025-02-06T04:26:51.949Z Downloaded static_assertions v1.1.0
8362025-02-06T04:26:51.949Z Downloaded spin v0.9.8
8372025-02-06T04:26:51.949Z Downloaded socket2 v0.5.7
8382025-02-06T04:26:51.985Z Downloaded num-derive v0.4.2
8392025-02-06T04:26:51.985Z Downloaded enum-as-inner v0.6.1
8402025-02-06T04:26:51.985Z Downloaded ena v0.14.3
8412025-02-06T04:26:51.985Z Downloaded deranged v0.3.11
8422025-02-06T04:26:51.986Z Downloaded defmt-macros v0.3.9
8432025-02-06T04:26:51.986Z Downloaded tokio-util v0.7.12
8442025-02-06T04:26:51.986Z Downloaded serde_yaml v0.9.34+deprecated
8452025-02-06T04:26:51.986Z Downloaded hickory-proto v0.24.2
8462025-02-06T04:26:52.021Z Downloaded chacha20poly1305 v0.10.1
8472025-02-06T04:26:52.021Z Downloaded ssh-cipher v0.2.0
8482025-02-06T04:26:52.021Z Downloaded sqlformat v0.2.6
8492025-02-06T04:26:52.021Z Downloaded spki v0.7.3
8502025-02-06T04:26:52.022Z Downloaded num-conv v0.1.0
8512025-02-06T04:26:52.022Z Downloaded defmt-parser v0.3.4
8522025-02-06T04:26:52.022Z Downloaded zeroize_derive v1.4.2
8532025-02-06T04:26:52.022Z Downloaded zeroize v1.8.1
8542025-02-06T04:26:52.022Z Downloaded stringprep v0.1.5
8552025-02-06T04:26:52.022Z Downloaded string_cache v0.8.7
8562025-02-06T04:26:52.065Z Downloaded num-rational v0.4.2
8572025-02-06T04:26:52.066Z Downloaded x509-cert v0.2.5
8582025-02-06T04:26:52.066Z Downloaded typed-path v0.9.3
8592025-02-06T04:26:52.066Z Downloaded toml_edit v0.19.15
8602025-02-06T04:26:52.128Z Downloaded hash32 v0.3.1
8612025-02-06T04:26:52.128Z Downloaded git2 v0.19.0
8622025-02-06T04:26:52.128Z Downloaded webpki-roots v0.26.6
8632025-02-06T04:26:52.129Z Downloaded signal-hook v0.3.17
8642025-02-06T04:26:52.129Z Downloaded progenitor v0.8.0
8652025-02-06T04:26:52.129Z Downloaded proc-macro-crate v1.3.1
8662025-02-06T04:26:52.129Z Downloaded primeorder v0.13.6
8672025-02-06T04:26:52.129Z Downloaded pretty-hex v0.2.1
8682025-02-06T04:26:52.158Z Downloaded num-complex v0.4.6
8692025-02-06T04:26:52.158Z Downloaded normalize-line-endings v0.3.0
8702025-02-06T04:26:52.158Z Downloaded nodrop v0.1.14
8712025-02-06T04:26:52.158Z Downloaded derive-where v1.2.7
8722025-02-06T04:26:52.159Z Downloaded test-strategy v0.3.1
8732025-02-06T04:26:52.159Z Downloaded termtree v0.5.1
8742025-02-06T04:26:52.159Z Downloaded rustls-pemfile v1.0.4
8752025-02-06T04:26:52.159Z Downloaded p256 v0.13.2
8762025-02-06T04:26:52.160Z Downloaded openssl-sys v0.9.105
8772025-02-06T04:26:52.160Z Downloaded tracing v0.1.40
8782025-02-06T04:26:52.160Z Downloaded toml v0.7.8
8792025-02-06T04:26:52.160Z Downloaded tokio-postgres v0.7.12
8802025-02-06T04:26:52.188Z Downloaded quick-error v1.2.3
8812025-02-06T04:26:52.189Z Downloaded futures-executor v0.3.31
8822025-02-06T04:26:52.189Z Downloaded vcpkg v0.2.15
8832025-02-06T04:26:52.235Z Downloaded samael v0.0.17
8842025-02-06T04:26:52.282Z Downloaded fallible-iterator v0.2.0
8852025-02-06T04:26:52.282Z Downloaded env_logger v0.11.5
8862025-02-06T04:26:52.282Z Downloaded endian-type v0.1.2
8872025-02-06T04:26:52.282Z Downloaded derive_builder v0.20.2
8882025-02-06T04:26:52.282Z Downloaded zerocopy v0.6.6
8892025-02-06T04:26:52.282Z Downloaded strip-ansi-escapes v0.2.0
8902025-02-06T04:26:52.282Z Downloaded rustls-pki-types v1.10.0
8912025-02-06T04:26:52.321Z Downloaded rustfmt-wrapper v0.2.1
8922025-02-06T04:26:52.321Z Downloaded owo-colors v4.1.0
8932025-02-06T04:26:52.321Z Downloaded omicron-zone-package v0.12.0
8942025-02-06T04:26:52.321Z Downloaded tungstenite v0.24.0
8952025-02-06T04:26:52.321Z Downloaded tungstenite v0.23.0
8962025-02-06T04:26:52.321Z Downloaded tungstenite v0.21.0
8972025-02-06T04:26:52.321Z Downloaded tracing-core v0.1.32
8982025-02-06T04:26:52.321Z Downloaded rsa v0.9.6
8992025-02-06T04:26:52.321Z Downloaded crypto-bigint v0.5.5
9002025-02-06T04:26:52.352Z Downloaded crossbeam-channel v0.5.13
9012025-02-06T04:26:52.352Z Downloaded bumpalo v3.16.0
9022025-02-06T04:26:52.352Z Downloaded thiserror v2.0.11
9032025-02-06T04:26:52.352Z Downloaded salsa20 v0.10.2
9042025-02-06T04:26:52.352Z Downloaded rustls-pemfile v2.2.0
9052025-02-06T04:26:52.352Z Downloaded oso v0.27.3
9062025-02-06T04:26:52.378Z Downloaded typify v0.3.0
9072025-02-06T04:26:52.378Z Downloaded typify v0.2.0
9082025-02-06T04:26:52.378Z Downloaded twox-hash v2.1.0
9092025-02-06T04:26:52.378Z Downloaded tracing-attributes v0.1.27
9102025-02-06T04:26:52.379Z Downloaded tokio-tungstenite v0.24.0
9112025-02-06T04:26:52.379Z Downloaded tokio-tungstenite v0.21.0
9122025-02-06T04:26:52.379Z Downloaded tokio-stream v0.1.16
9132025-02-06T04:26:52.406Z Downloaded tokio-rustls v0.25.0
9142025-02-06T04:26:52.407Z Downloaded tokio-rustls v0.24.1
9152025-02-06T04:26:52.407Z Downloaded tokio-native-tls v0.3.1
9162025-02-06T04:26:52.407Z Downloaded tokio-macros v2.5.0
9172025-02-06T04:26:52.407Z Downloaded ron v0.8.1
9182025-02-06T04:26:52.434Z Downloaded ron v0.7.1
9192025-02-06T04:26:52.434Z Downloaded rcgen v0.12.1
9202025-02-06T04:26:52.434Z Downloaded rayon-core v1.12.1
9212025-02-06T04:26:52.434Z Downloaded radium v0.7.0
9222025-02-06T04:26:52.434Z Downloaded r2d2 v0.8.10
9232025-02-06T04:26:52.434Z Downloaded quinn-udp v0.5.5
9242025-02-06T04:26:52.461Z Downloaded hashbrown v0.14.5
9252025-02-06T04:26:52.461Z Downloaded h2 v0.4.6
9262025-02-06T04:26:52.461Z Downloaded unicode-truncate v1.1.0
9272025-02-06T04:26:52.462Z Downloaded unicase v2.7.0
9282025-02-06T04:26:52.462Z Downloaded serde_path_to_error v0.1.16
9292025-02-06T04:26:52.489Z Downloaded serde_derive_internals v0.29.1
9302025-02-06T04:26:52.489Z Downloaded lru-cache v0.1.2
9312025-02-06T04:26:52.489Z Downloaded backtrace v0.3.74
9322025-02-06T04:26:52.489Z Downloaded thiserror-impl v2.0.11
9332025-02-06T04:26:52.489Z Downloaded structmeta-derive v0.2.0
9342025-02-06T04:26:52.489Z Downloaded structmeta v0.3.0
9352025-02-06T04:26:52.489Z Downloaded structmeta v0.2.0
9362025-02-06T04:26:52.489Z Downloaded rusty-fork v0.3.0
9372025-02-06T04:26:52.490Z Downloaded rustversion v1.0.17
9382025-02-06T04:26:52.515Z Downloaded olpc-cjson v0.1.4
9392025-02-06T04:26:52.515Z Downloaded num_enum_derive v0.5.11
9402025-02-06T04:26:52.515Z Downloaded typify-macro v0.2.0
9412025-02-06T04:26:52.515Z Downloaded tui-tree-widget v0.22.0
9422025-02-06T04:26:52.515Z Downloaded tokio-tungstenite v0.23.1
9432025-02-06T04:26:52.515Z Downloaded tokio-rustls v0.26.0
9442025-02-06T04:26:52.515Z Downloaded futures-task v0.3.31
9452025-02-06T04:26:52.515Z Downloaded futures-sink v0.3.31
9462025-02-06T04:26:52.515Z Downloaded serde_with_macros v3.11.0
9472025-02-06T04:26:52.516Z Downloaded semver v0.1.20
9482025-02-06T04:26:52.516Z Downloaded sct v0.7.1
9492025-02-06T04:26:52.541Z Downloaded const_format v0.2.34
9502025-02-06T04:26:52.541Z Downloaded cc v1.1.30
9512025-02-06T04:26:52.541Z Downloaded wyz v0.5.1
9522025-02-06T04:26:52.542Z Downloaded topological-sort v0.2.2
9532025-02-06T04:26:52.542Z Downloaded futures-macro v0.3.31
9542025-02-06T04:26:52.542Z Downloaded futures-io v0.3.31
9552025-02-06T04:26:52.542Z Downloaded progenitor-impl v0.9.1
9562025-02-06T04:26:52.567Z Downloaded compact_str v0.8.0
9572025-02-06T04:26:52.567Z Downloaded writeable v0.5.5
9582025-02-06T04:26:52.567Z Downloaded typify-macro v0.3.0
9592025-02-06T04:26:52.567Z Downloaded opaque-debug v0.3.1
9602025-02-06T04:26:52.567Z Downloaded number_prefix v0.4.0
9612025-02-06T04:26:52.568Z Downloaded num_threads v0.1.7
9622025-02-06T04:26:52.568Z Downloaded resolv-conf v0.7.0
9632025-02-06T04:26:52.568Z Downloaded rand_seeder v0.3.0
9642025-02-06T04:26:52.568Z Downloaded unicode-xid v0.2.6
9652025-02-06T04:26:52.568Z Downloaded unarray v0.1.4
9662025-02-06T04:26:52.568Z Downloaded signal-hook-registry v1.4.2
9672025-02-06T04:26:52.568Z Downloaded signal-hook-mio v0.2.4
9682025-02-06T04:26:52.568Z Downloaded secrecy v0.8.0
9692025-02-06T04:26:52.594Z Downloaded progenitor-impl v0.8.0
9702025-02-06T04:26:52.594Z Downloaded try-lock v0.2.5
9712025-02-06T04:26:52.594Z Downloaded tower-service v0.3.3
9722025-02-06T04:26:52.594Z Downloaded shlex v1.3.0
9732025-02-06T04:26:52.595Z Downloaded shell-words v1.1.0
9742025-02-06T04:26:52.595Z Downloaded sha1 v0.10.6
9752025-02-06T04:26:52.595Z Downloaded serde-hex v0.1.0
9762025-02-06T04:26:52.595Z Downloaded base64 v0.22.1
9772025-02-06T04:26:52.595Z Downloaded base64 v0.21.7
9782025-02-06T04:26:52.595Z Downloaded toolchain_find v0.4.0
9792025-02-06T04:26:52.638Z Downloaded rtoolbox v0.0.2
9802025-02-06T04:26:52.638Z Downloaded rfc6979 v0.4.0
9812025-02-06T04:26:52.639Z Downloaded serde_repr v0.1.19
9822025-02-06T04:26:52.639Z Downloaded serde_plain v1.0.2
9832025-02-06T04:26:52.639Z Downloaded sec1 v0.7.3
9842025-02-06T04:26:52.639Z Downloaded scrypt v0.11.0
9852025-02-06T04:26:52.639Z Downloaded clang-sys v1.8.1
9862025-02-06T04:26:52.639Z Downloaded scopeguard v1.2.0
9872025-02-06T04:26:52.639Z Downloaded progenitor-macro v0.9.1
9882025-02-06T04:26:52.639Z Downloaded bytes v1.9.0
9892025-02-06T04:26:52.639Z Downloaded rand_xorshift v0.3.0
9902025-02-06T04:26:52.663Z Downloaded heapless v0.7.17
9912025-02-06T04:26:52.663Z Downloaded hashbrown v0.12.3
9922025-02-06T04:26:52.663Z Downloaded signal-hook-tokio v0.3.1
9932025-02-06T04:26:52.663Z Downloaded hashbrown v0.13.2
9942025-02-06T04:26:52.663Z Downloaded serde-big-array v0.5.1
9952025-02-06T04:26:52.663Z Downloaded progenitor-macro v0.8.0
9962025-02-06T04:26:52.663Z Downloaded lalrpop v0.19.12
9972025-02-06T04:26:52.689Z Downloaded crc-any v2.5.0
9982025-02-06T04:26:52.689Z Downloaded native-tls v0.2.12
9992025-02-06T04:26:52.689Z Downloaded headers v0.4.0
10002025-02-06T04:26:52.689Z Downloaded hash32 v0.2.1
10012025-02-06T04:26:52.689Z Downloaded half v2.4.1
10022025-02-06T04:26:52.737Z Downloaded globset v0.4.15
10032025-02-06T04:26:52.737Z Downloaded ghash v0.5.1
10042025-02-06T04:26:52.737Z Downloaded icu_properties_data v1.5.0
10052025-02-06T04:26:52.737Z Downloaded cookie v0.18.1
10062025-02-06T04:26:52.737Z Downloaded allocator-api2 v0.2.18
10072025-02-06T04:26:52.763Z Downloaded newline-converter v0.3.0
10082025-02-06T04:26:52.763Z Downloaded nanorand v0.7.0
10092025-02-06T04:26:52.763Z Downloaded multimap v0.10.0
10102025-02-06T04:26:52.763Z Downloaded headers-core v0.3.0
10112025-02-06T04:26:52.764Z Downloaded hashlink v0.9.1
10122025-02-06T04:26:52.764Z Downloaded group v0.13.0
10132025-02-06T04:26:52.764Z Downloaded glob v0.3.2
10142025-02-06T04:26:52.764Z Downloaded getrandom v0.2.15
10152025-02-06T04:26:52.764Z Downloaded gethostname v0.5.0
10162025-02-06T04:26:52.764Z Downloaded waitgroup v0.1.2
10172025-02-06T04:26:52.764Z Downloaded vsss-rs v3.3.4
10182025-02-06T04:26:52.764Z Downloaded uuid v1.12.0
10192025-02-06T04:26:52.764Z Downloaded url v2.5.3
10202025-02-06T04:26:52.764Z Downloaded unsafe-libyaml v0.2.11
10212025-02-06T04:26:52.764Z Downloaded libxml v0.3.3
10222025-02-06T04:26:52.789Z Downloaded itertools v0.13.0
10232025-02-06T04:26:52.789Z Downloaded idna v1.0.3
10242025-02-06T04:26:52.789Z Downloaded hyper v1.5.2
10252025-02-06T04:26:52.814Z Downloaded hkdf v0.12.4
10262025-02-06T04:26:52.814Z Downloaded crossbeam-utils v0.8.20
10272025-02-06T04:26:52.814Z Downloaded ciborium v0.2.2
10282025-02-06T04:26:52.814Z Downloaded fxhash v0.2.1
10292025-02-06T04:26:52.814Z Downloaded whoami v1.5.2
10302025-02-06T04:26:52.814Z Downloaded which v4.4.2
10312025-02-06T04:26:52.839Z Downloaded want v0.3.1
10322025-02-06T04:26:52.839Z Downloaded walkdir v2.5.0
10332025-02-06T04:26:52.839Z Downloaded wait-timeout v0.2.0
10342025-02-06T04:26:52.839Z Downloaded vte_generate_state_changes v0.1.2
10352025-02-06T04:26:52.839Z Downloaded vte v0.11.1
10362025-02-06T04:26:52.839Z Downloaded vergen v8.3.2
10372025-02-06T04:26:52.839Z Downloaded value-bag v1.9.0
10382025-02-06T04:26:52.839Z Downloaded uzers v0.12.1
10392025-02-06T04:26:52.839Z Downloaded utf8_iter v1.0.4
10402025-02-06T04:26:52.839Z Downloaded aws-lc-sys v0.22.0
10412025-02-06T04:26:53.182Z Downloaded utf16_iter v1.0.5
10422025-02-06T04:26:53.208Z Downloaded utf-8 v0.7.6
10432025-02-06T04:26:53.208Z Downloaded untrusted v0.9.0
10442025-02-06T04:26:53.208Z Downloaded untrusted v0.7.1
10452025-02-06T04:26:53.208Z Downloaded universal-hash v0.5.1
10462025-02-06T04:26:53.208Z Downloaded slog-async v2.8.0
10472025-02-06T04:26:53.208Z Downloaded slog v2.7.0
10482025-02-06T04:26:53.208Z Downloaded slab v0.4.9
10492025-02-06T04:26:53.208Z Downloaded siphasher v0.3.11
10502025-02-06T04:26:53.208Z Downloaded similar v2.6.0
10512025-02-06T04:26:53.208Z Downloaded simd-adler32 v0.3.7
10522025-02-06T04:26:53.208Z Downloaded mio v1.0.2
10532025-02-06T04:26:53.236Z Downloaded minimal-lexical v0.2.1
10542025-02-06T04:26:53.236Z Downloaded libm v0.2.8
10552025-02-06T04:26:53.236Z Downloaded itertools v0.12.1
10562025-02-06T04:26:53.261Z Downloaded itertools v0.10.5
10572025-02-06T04:26:53.261Z Downloaded icu_collections v1.5.0
10582025-02-06T04:26:53.261Z Downloaded hyper-util v0.1.10
10592025-02-06T04:26:53.285Z Downloaded http v1.2.0
10602025-02-06T04:26:53.285Z Downloaded hickory-server v0.24.2
10612025-02-06T04:26:53.285Z Downloaded hickory-resolver v0.24.2
10622025-02-06T04:26:53.311Z Downloaded heapless v0.8.0
10632025-02-06T04:26:53.311Z Downloaded crossbeam-epoch v0.9.18
10642025-02-06T04:26:53.311Z Downloaded const-oid v0.9.6
10652025-02-06T04:26:53.311Z Downloaded cancel-safe-futures v0.1.5
10662025-02-06T04:26:53.311Z Downloaded signature v2.2.0
10672025-02-06T04:26:53.311Z Downloaded ref-cast-impl v1.0.23
10682025-02-06T04:26:53.336Z Downloaded psl-types v2.0.11
10692025-02-06T04:26:53.336Z Downloaded mockall v0.13.0
10702025-02-06T04:26:53.336Z Downloaded miniz_oxide v0.8.0
10712025-02-06T04:26:53.336Z Downloaded memmap2 v0.9.5
10722025-02-06T04:26:53.336Z Downloaded lock_api v0.4.12
10732025-02-06T04:26:53.336Z Downloaded litrs v0.4.1
10742025-02-06T04:26:53.336Z Downloaded litemap v0.7.3
10752025-02-06T04:26:53.337Z Downloaded libloading v0.8.5
10762025-02-06T04:26:53.337Z Downloaded indicatif v0.17.11
10772025-02-06T04:26:53.362Z Downloaded indexmap v1.9.3
10782025-02-06T04:26:53.362Z Downloaded icu_provider v1.5.0
10792025-02-06T04:26:53.362Z Downloaded icu_properties v1.5.1
10802025-02-06T04:26:53.362Z Downloaded icu_normalizer_data v1.5.0
10812025-02-06T04:26:53.362Z Downloaded icu_normalizer v1.5.0
10822025-02-06T04:26:53.389Z Downloaded icu_locid_transform_data v1.5.0
10832025-02-06T04:26:53.389Z Downloaded icu_locid v1.5.0
10842025-02-06T04:26:53.389Z Downloaded hyper-staticfile v0.10.1
10852025-02-06T04:26:53.389Z Downloaded httparse v1.9.5
10862025-02-06T04:26:53.389Z Downloaded hmac v0.12.1
10872025-02-06T04:26:53.389Z Downloaded csv-core v0.1.11
10882025-02-06T04:26:53.389Z Downloaded cexpr v0.6.0
10892025-02-06T04:26:53.414Z Downloaded bzip2 v0.4.4
10902025-02-06T04:26:53.414Z Downloaded blake2 v0.10.6
10912025-02-06T04:26:53.414Z Downloaded bit-set v0.5.3
10922025-02-06T04:26:53.414Z Downloaded bcs v0.1.6
10932025-02-06T04:26:53.414Z Downloaded base64 v0.13.1
10942025-02-06T04:26:53.414Z Downloaded async-bb8-diesel v0.2.1
10952025-02-06T04:26:53.414Z Downloaded mockall_derive v0.13.0
10962025-02-06T04:26:53.414Z Downloaded mime_guess v2.0.5
10972025-02-06T04:26:53.438Z Downloaded mime v0.3.17
10982025-02-06T04:26:53.439Z Downloaded lru v0.12.5
10992025-02-06T04:26:53.439Z Downloaded linked-hash-map v0.5.6
11002025-02-06T04:26:53.439Z Downloaded libefi-sys v0.1.0
11012025-02-06T04:26:53.439Z Downloaded lazycell v1.3.0
11022025-02-06T04:26:53.439Z Downloaded kstat-rs v0.2.4
11032025-02-06T04:26:53.439Z Downloaded jobserver v0.1.32
11042025-02-06T04:26:53.439Z Downloaded ipnetwork v0.20.0
11052025-02-06T04:26:53.439Z Downloaded ipnet v2.10.1
11062025-02-06T04:26:53.439Z Downloaded instability v0.3.2
11072025-02-06T04:26:53.439Z Downloaded inout v0.1.3
11082025-02-06T04:26:53.439Z Downloaded indoc v1.0.9
11092025-02-06T04:26:53.464Z Downloaded indent_write v2.2.0
11102025-02-06T04:26:53.464Z Downloaded impl-trait-for-tuples v0.2.2
11112025-02-06T04:26:53.464Z Downloaded icu_locid_transform v1.5.0
11122025-02-06T04:26:53.464Z Downloaded iana-time-zone v0.1.61
11132025-02-06T04:26:53.464Z Downloaded hyper-rustls v0.27.3
11142025-02-06T04:26:53.464Z Downloaded humantime v2.1.0
11152025-02-06T04:26:53.464Z Downloaded hubpack v0.1.2
11162025-02-06T04:26:53.489Z Downloaded highway v1.2.0
11172025-02-06T04:26:53.489Z Downloaded hickory-client v0.24.2
11182025-02-06T04:26:53.489Z Downloaded hex-literal v0.4.1
11192025-02-06T04:26:53.489Z Downloaded darling v0.20.10
11202025-02-06T04:26:53.489Z Downloaded crc32fast v1.4.2
11212025-02-06T04:26:53.489Z Downloaded cookie_store v0.21.1
11222025-02-06T04:26:53.489Z Downloaded console v0.15.10
11232025-02-06T04:26:53.515Z Downloaded cipher v0.4.4
11242025-02-06T04:26:53.515Z Downloaded cbc v0.1.2
11252025-02-06T04:26:53.515Z Downloaded cassowary v0.3.0
11262025-02-06T04:26:53.515Z Downloaded memoffset v0.9.1
11272025-02-06T04:26:53.515Z Downloaded md-5 v0.10.6
11282025-02-06T04:26:53.515Z Downloaded maybe-uninit v2.0.0
11292025-02-06T04:26:53.515Z Downloaded match_cfg v0.1.0
11302025-02-06T04:26:53.515Z Downloaded maplit v1.0.2
11312025-02-06T04:26:53.515Z Downloaded managed v0.8.0
11322025-02-06T04:26:53.515Z Downloaded lockfree-object-pool v0.1.6
11332025-02-06T04:26:53.515Z Downloaded linear-map v1.2.0
11342025-02-06T04:26:53.515Z Downloaded libsw v3.3.1
11352025-02-06T04:26:53.540Z Downloaded lazy_static v1.5.0
11362025-02-06T04:26:53.540Z Downloaded lalrpop-util v0.19.12
11372025-02-06T04:26:53.540Z Downloaded keccak v0.1.5
11382025-02-06T04:26:53.540Z Downloaded internet-checksum v0.2.1
11392025-02-06T04:26:53.540Z Downloaded idna_adapter v1.2.0
11402025-02-06T04:26:53.540Z Downloaded hyper-tls v0.6.0
11412025-02-06T04:26:53.540Z Downloaded hubpack_derive v0.1.1
11422025-02-06T04:26:53.540Z Downloaded httpdate v1.0.3
11432025-02-06T04:26:53.540Z Downloaded http-body-util v0.1.2
11442025-02-06T04:26:53.540Z Downloaded hostname v0.4.0
11452025-02-06T04:26:53.540Z Downloaded hostname v0.3.1
11462025-02-06T04:26:53.540Z Downloaded home v0.5.9
11472025-02-06T04:26:53.540Z Downloaded hex v0.4.3
11482025-02-06T04:26:53.540Z Downloaded heck v0.3.3
11492025-02-06T04:26:53.565Z Downloaded const_format_proc_macros v0.2.34
11502025-02-06T04:26:53.565Z Downloaded bitfield-struct v0.6.2
11512025-02-06T04:26:53.565Z Downloaded base64ct v1.6.0
11522025-02-06T04:26:53.565Z Downloaded backoff v0.4.0
11532025-02-06T04:26:53.565Z Downloaded async-trait v0.1.86
11542025-02-06T04:26:53.565Z Downloaded async-stream v0.3.6
11552025-02-06T04:26:53.565Z Downloaded assert_matches v1.5.0
11562025-02-06T04:26:53.565Z Downloaded ascii-canvas v3.0.0
11572025-02-06T04:26:53.590Z Downloaded array-init v0.0.4
11582025-02-06T04:26:53.590Z Downloaded arc-swap v1.7.1
11592025-02-06T04:26:53.590Z Downloaded md5 v0.7.0
11602025-02-06T04:26:53.590Z Downloaded is_ci v1.2.0
11612025-02-06T04:26:53.590Z Downloaded is-terminal v0.4.13
11622025-02-06T04:26:53.590Z Downloaded instant v0.1.13
11632025-02-06T04:26:53.590Z Downloaded ident_case v1.0.1
11642025-02-06T04:26:53.590Z Downloaded icu_provider_macros v1.5.0
11652025-02-06T04:26:53.590Z Downloaded http-range v0.1.5
11662025-02-06T04:26:53.590Z Downloaded http-body v1.0.1
11672025-02-06T04:26:53.590Z Downloaded curve25519-dalek-derive v0.1.1
11682025-02-06T04:26:53.590Z Downloaded ctr v0.9.2
11692025-02-06T04:26:53.590Z Downloaded crossbeam-deque v0.8.5
11702025-02-06T04:26:53.618Z Downloaded crc-catalog v2.4.0
11712025-02-06T04:26:53.618Z Downloaded crc v3.2.1
11722025-02-06T04:26:53.618Z Downloaded convert_case v0.4.0
11732025-02-06T04:26:53.618Z Downloaded constant_time_eq v0.3.1
11742025-02-06T04:26:53.618Z Downloaded colored v2.1.0
11752025-02-06T04:26:53.618Z Downloaded cobs v0.2.3
11762025-02-06T04:26:53.618Z Downloaded cmake v0.1.51
11772025-02-06T04:26:53.618Z Downloaded ciborium-ll v0.2.2
11782025-02-06T04:26:53.618Z Downloaded chrono-tz-build v0.4.0
11792025-02-06T04:26:53.618Z Downloaded chacha20 v0.9.1
11802025-02-06T04:26:53.618Z Downloaded cfg_aliases v0.2.1
11812025-02-06T04:26:53.618Z Downloaded castaway v0.2.3
11822025-02-06T04:26:53.643Z Downloaded buf-list v1.0.3
11832025-02-06T04:26:53.643Z Downloaded blowfish v0.9.1
11842025-02-06T04:26:53.643Z Downloaded block-padding v0.3.3
11852025-02-06T04:26:53.643Z Downloaded bitflags v1.3.2
11862025-02-06T04:26:53.643Z Downloaded bcrypt-pbkdf v0.10.0
11872025-02-06T04:26:53.643Z Downloaded bb8 v0.8.5
11882025-02-06T04:26:53.643Z Downloaded atomic-waker v1.1.2
11892025-02-06T04:26:53.643Z Downloaded async-stream-impl v0.3.6
11902025-02-06T04:26:53.644Z Downloaded arrayref v0.3.9
11912025-02-06T04:26:53.644Z Downloaded crucible-workspace-hack v0.1.0
11922025-02-06T04:26:53.644Z Downloaded cfg_aliases v0.1.1
11932025-02-06T04:26:53.644Z Downloaded bitfield v0.14.0
11942025-02-06T04:26:53.644Z Downloaded async-recursion v1.1.1
11952025-02-06T04:26:53.668Z Downloaded ahash v0.8.11
11962025-02-06T04:26:53.668Z Downloaded addr2line v0.24.2
11972025-02-06T04:26:53.668Z Downloaded atty v0.2.14
11982025-02-06T04:26:53.668Z Downloaded atomicwrites v0.4.4
11992025-02-06T04:26:53.668Z Downloaded arrayvec v0.7.6
12002025-02-06T04:26:53.668Z Downloaded argon2 v0.5.3
12012025-02-06T04:26:53.668Z Downloaded aead v0.5.2
12022025-02-06T04:26:53.668Z Downloaded adler2 v2.0.0
12032025-02-06T04:26:53.843Z Compiling serde v1.0.217
12042025-02-06T04:26:53.867Z Compiling lock_api v0.4.12
12052025-02-06T04:26:53.867Z Compiling value-bag v1.9.0
12062025-02-06T04:26:53.867Z Compiling scopeguard v1.2.0
12072025-02-06T04:26:53.867Z Compiling typenum v1.17.0
12082025-02-06T04:26:53.868Z Compiling generic-array v0.14.7
12092025-02-06T04:26:53.892Z Compiling syn v2.0.96
12102025-02-06T04:26:53.892Z Compiling getrandom v0.2.15
12112025-02-06T04:26:54.218Z Compiling shlex v1.3.0
12122025-02-06T04:26:54.287Z Compiling rand_core v0.6.4
12132025-02-06T04:26:54.514Z Compiling log v0.4.22
12142025-02-06T04:26:54.626Z Compiling subtle v2.6.1
12152025-02-06T04:26:54.704Z Compiling jobserver v0.1.32
12162025-02-06T04:26:54.739Z Compiling smallvec v1.13.2
12172025-02-06T04:26:55.000Z Compiling const-oid v0.9.6
12182025-02-06T04:26:55.045Z Compiling pin-project-lite v0.2.14
12192025-02-06T04:26:55.138Z Compiling rustix v0.38.37
12202025-02-06T04:26:55.207Z Compiling cc v1.1.30
12212025-02-06T04:26:55.264Z Compiling spin v0.9.8
12222025-02-06T04:26:55.486Z Compiling parking_lot_core v0.9.10
12232025-02-06T04:26:55.977Z Compiling futures-core v0.3.31
12242025-02-06T04:26:56.020Z Compiling signal-hook-registry v1.4.2
12252025-02-06T04:26:56.388Z Compiling mio v1.0.2
12262025-02-06T04:26:56.506Z Compiling aho-corasick v1.1.3
12272025-02-06T04:26:56.965Z Compiling stable_deref_trait v1.2.0
12282025-02-06T04:26:57.038Z Compiling parking_lot v0.12.3
12292025-02-06T04:26:57.085Z Compiling regex-syntax v0.8.5
12302025-02-06T04:26:57.229Z Compiling cpufeatures v0.2.14
12312025-02-06T04:26:57.347Z Compiling either v1.13.0
12322025-02-06T04:26:57.399Z Compiling glob v0.3.2
12332025-02-06T04:26:57.667Z Compiling futures-sink v0.3.31
12342025-02-06T04:26:57.798Z Compiling socket2 v0.5.7
12352025-02-06T04:26:57.828Z Compiling slab v0.4.9
12362025-02-06T04:26:57.940Z Compiling prettyplease v0.2.25
12372025-02-06T04:26:58.289Z Compiling clang-sys v1.8.1
12382025-02-06T04:26:58.320Z Compiling lazy_static v1.5.0
12392025-02-06T04:26:58.367Z Compiling serde_json v1.0.135
12402025-02-06T04:26:58.492Z Compiling minimal-lexical v0.2.1
12412025-02-06T04:26:58.765Z Compiling libloading v0.8.5
12422025-02-06T04:26:58.980Z Compiling nom v7.1.3
12432025-02-06T04:26:59.004Z Compiling home v0.5.9
12442025-02-06T04:26:59.034Z Compiling bindgen v0.69.5
12452025-02-06T04:26:59.294Z Compiling futures-channel v0.3.31
12462025-02-06T04:26:59.696Z Compiling itertools v0.12.1
12472025-02-06T04:26:59.720Z Compiling rustc-hash v1.1.0
12482025-02-06T04:26:59.882Z Compiling allocator-api2 v0.2.18
12492025-02-06T04:26:59.909Z Compiling pin-utils v0.1.0
12502025-02-06T04:27:00.044Z Compiling futures-io v0.3.31
12512025-02-06T04:27:00.331Z Compiling lazycell v1.3.0
12522025-02-06T04:27:00.566Z Compiling libm v0.2.8
12532025-02-06T04:27:00.693Z Compiling regex-automata v0.4.8
12542025-02-06T04:27:00.870Z Compiling foldhash v0.1.3
12552025-02-06T04:27:01.193Z Compiling futures-task v0.3.31
12562025-02-06T04:27:01.273Z Compiling hashbrown v0.15.1
12572025-02-06T04:27:01.538Z Compiling cmake v0.1.51
12582025-02-06T04:27:02.311Z Compiling synstructure v0.13.1
12592025-02-06T04:27:02.500Z Compiling cexpr v0.6.0
12602025-02-06T04:27:02.619Z Compiling num-traits v0.2.19
12612025-02-06T04:27:02.877Z Compiling fs_extra v1.3.0
12622025-02-06T04:27:03.098Z Compiling dunce v1.0.5
12632025-02-06T04:27:03.253Z Compiling pkg-config v0.3.31
12642025-02-06T04:27:03.785Z Compiling writeable v0.5.5
12652025-02-06T04:27:04.142Z Compiling litemap v0.7.3
12662025-02-06T04:27:04.354Z Compiling ring v0.17.8
12672025-02-06T04:27:04.539Z Compiling paste v1.0.15
12682025-02-06T04:27:04.949Z Compiling base64ct v1.6.0
12692025-02-06T04:27:05.107Z Compiling aws-lc-rs v1.10.0
12702025-02-06T04:27:05.230Z Compiling httparse v1.9.5
12712025-02-06T04:27:05.543Z Compiling pem-rfc7468 v0.7.0
12722025-02-06T04:27:05.593Z Compiling icu_locid_transform_data v1.5.0
12732025-02-06T04:27:05.714Z Compiling flagset v0.4.6
12742025-02-06T04:27:06.077Z Compiling tracing-core v0.1.32
12752025-02-06T04:27:06.260Z Compiling regex v1.11.1
12762025-02-06T04:27:06.438Z Compiling icu_properties_data v1.5.0
12772025-02-06T04:27:06.707Z Compiling percent-encoding v2.3.1
12782025-02-06T04:27:07.046Z Compiling crossbeam-utils v0.8.20
12792025-02-06T04:27:07.074Z Compiling rustls-pki-types v1.10.0
12802025-02-06T04:27:07.333Z Compiling untrusted v0.9.0
12812025-02-06T04:27:07.541Z Compiling icu_normalizer_data v1.5.0
12822025-02-06T04:27:07.609Z Compiling utf16_iter v1.0.5
12832025-02-06T04:27:07.671Z Compiling mirai-annotations v1.12.0
12842025-02-06T04:27:07.775Z Compiling serde_derive v1.0.217
12852025-02-06T04:27:07.842Z Compiling zeroize_derive v1.4.2
12862025-02-06T04:27:07.892Z Compiling zerocopy-derive v0.7.35
12872025-02-06T04:27:07.950Z Compiling zerofrom-derive v0.1.4
12882025-02-06T04:27:08.110Z Compiling tokio-macros v2.5.0
12892025-02-06T04:27:09.229Z Compiling zeroize v1.8.1
12902025-02-06T04:27:09.629Z Compiling yoke-derive v0.7.4
12912025-02-06T04:27:09.856Z Compiling zerocopy v0.7.35
12922025-02-06T04:27:10.105Z Compiling zerovec-derive v0.10.3
12932025-02-06T04:27:10.944Z Compiling crypto-common v0.1.6
12942025-02-06T04:27:11.099Z Compiling block-buffer v0.10.4
12952025-02-06T04:27:11.216Z Compiling thiserror-impl v1.0.69
12962025-02-06T04:27:11.281Z Compiling displaydoc v0.2.5
12972025-02-06T04:27:11.406Z Compiling digest v0.10.7
12982025-02-06T04:27:11.594Z Compiling zerofrom v0.1.4
12992025-02-06T04:27:11.832Z Compiling futures-macro v0.3.31
13002025-02-06T04:27:11.930Z Compiling hmac v0.12.1
13012025-02-06T04:27:11.976Z Compiling block-padding v0.3.3
13022025-02-06T04:27:12.224Z Compiling inout v0.1.3
13032025-02-06T04:27:12.249Z Compiling sha2 v0.10.8
13042025-02-06T04:27:12.387Z Compiling yoke v0.7.4
13052025-02-06T04:27:12.521Z Compiling cipher v0.4.4
13062025-02-06T04:27:12.545Z Compiling icu_provider_macros v1.5.0
13072025-02-06T04:27:12.761Z Compiling zerovec v0.10.4
13082025-02-06T04:27:12.850Z Compiling ppv-lite86 v0.2.20
13092025-02-06T04:27:13.073Z Compiling der_derive v0.7.3
13102025-02-06T04:27:13.580Z Compiling rand_chacha v0.3.1
13112025-02-06T04:27:13.639Z Compiling futures-util v0.3.31
13122025-02-06T04:27:13.663Z Compiling tracing-attributes v0.1.27
13132025-02-06T04:27:14.214Z Compiling thiserror v1.0.69
13142025-02-06T04:27:14.380Z Compiling pest v2.7.14
13152025-02-06T04:27:14.938Z Compiling tinystr v0.7.6
13162025-02-06T04:27:15.406Z Compiling icu_locid v1.5.0
13172025-02-06T04:27:15.431Z Compiling icu_collections v1.5.0
13182025-02-06T04:27:15.460Z Compiling der v0.7.9
13192025-02-06T04:27:15.754Z Compiling rand v0.8.5
13202025-02-06T04:27:16.887Z Compiling icu_provider v1.5.0
13212025-02-06T04:27:17.211Z Compiling tracing v0.1.40
13222025-02-06T04:27:17.682Z Compiling icu_locid_transform v1.5.0
13232025-02-06T04:27:17.763Z Compiling spki v0.7.3
13242025-02-06T04:27:17.788Z Compiling salsa20 v0.10.2
13252025-02-06T04:27:17.968Z Compiling pbkdf2 v0.12.2
13262025-02-06T04:27:17.995Z Compiling untrusted v0.7.1
13272025-02-06T04:27:18.043Z Compiling num-conv v0.1.0
13282025-02-06T04:27:18.186Z Compiling powerfmt v0.2.0
13292025-02-06T04:27:18.210Z Compiling write16 v1.0.0
13302025-02-06T04:27:18.235Z Compiling time-core v0.1.2
13312025-02-06T04:27:18.365Z Compiling vcpkg v0.2.15
13322025-02-06T04:27:18.392Z Compiling utf8_iter v1.0.4
13332025-02-06T04:27:18.437Z Compiling time-macros v0.2.18
13342025-02-06T04:27:18.646Z Compiling deranged v0.3.11
13352025-02-06T04:27:18.671Z Compiling scrypt v0.11.0
13362025-02-06T04:27:18.803Z Compiling pest_meta v2.7.14
13372025-02-06T04:27:19.244Z Compiling icu_properties v1.5.1
13382025-02-06T04:27:19.411Z Compiling aes v0.8.4
13392025-02-06T04:27:20.082Z Compiling cbc v0.1.2
13402025-02-06T04:27:20.261Z Compiling openssl-sys v0.9.105
13412025-02-06T04:27:20.370Z Compiling scroll_derive v0.12.0
13422025-02-06T04:27:20.995Z Compiling bitflags v2.6.0
13432025-02-06T04:27:21.294Z Compiling bytes v1.9.0
13442025-02-06T04:27:21.744Z Compiling indexmap v2.7.1
13452025-02-06T04:27:21.910Z Compiling semver v1.0.24
13462025-02-06T04:27:22.525Z Compiling tokio v1.43.0
13472025-02-06T04:27:22.615Z Compiling http v1.2.0
13482025-02-06T04:27:23.095Z Compiling icu_normalizer v1.5.0
13492025-02-06T04:27:23.356Z Compiling rustc_version v0.4.1
13502025-02-06T04:27:24.024Z Compiling tinyvec_macros v0.1.1
13512025-02-06T04:27:24.103Z Compiling atomic-waker v1.1.2
13522025-02-06T04:27:24.144Z Compiling num_threads v0.1.7
13532025-02-06T04:27:24.293Z Compiling time v0.3.36
13542025-02-06T04:27:24.332Z Compiling tinyvec v1.8.0
13552025-02-06T04:27:24.414Z Compiling http-body v1.0.1
13562025-02-06T04:27:24.679Z Compiling idna_adapter v1.2.0
13572025-02-06T04:27:24.891Z Compiling scroll v0.12.0
13582025-02-06T04:27:24.950Z Compiling pkcs5 v0.7.1
13592025-02-06T04:27:24.975Z Compiling pest_generator v2.7.14
13602025-02-06T04:27:25.049Z Compiling which v4.4.2
13612025-02-06T04:27:25.690Z Compiling form_urlencoded v1.2.1
13622025-02-06T04:27:25.915Z Compiling slog v2.7.0
13632025-02-06T04:27:26.037Z Compiling try-lock v0.2.5
13642025-02-06T04:27:26.139Z Compiling goblin v0.8.2
13652025-02-06T04:27:26.224Z Compiling want v0.3.1
13662025-02-06T04:27:26.250Z Compiling pkcs8 v0.10.2
13672025-02-06T04:27:26.502Z Compiling idna v1.0.3
13682025-02-06T04:27:26.544Z Compiling uuid v1.12.0
13692025-02-06T04:27:26.816Z Compiling pest_derive v2.7.14
13702025-02-06T04:27:26.947Z Compiling httpdate v1.0.3
13712025-02-06T04:27:27.402Z Compiling iana-time-zone v0.1.61
13722025-02-06T04:27:27.560Z Compiling dtrace-parser v0.2.0
13732025-02-06T04:27:27.825Z Compiling chrono v0.4.39
13742025-02-06T04:27:28.150Z Compiling serde_spanned v0.6.8
13752025-02-06T04:27:28.409Z Compiling serde_tokenstream v0.2.2
13762025-02-06T04:27:28.748Z Compiling toml_datetime v0.6.8
13772025-02-06T04:27:29.011Z Compiling tower-service v0.3.3
13782025-02-06T04:27:29.155Z Compiling foreign-types-shared v0.1.1
13792025-02-06T04:27:29.179Z Compiling adler2 v2.0.0
13802025-02-06T04:27:29.264Z Compiling openssl v0.10.70
13812025-02-06T04:27:29.303Z Compiling rustversion v1.0.17
13822025-02-06T04:27:29.405Z Compiling base64 v0.22.1
13832025-02-06T04:27:29.470Z Compiling match_cfg v0.1.0
13842025-02-06T04:27:29.590Z Compiling hostname v0.3.1
13852025-02-06T04:27:29.694Z Compiling miniz_oxide v0.8.0
13862025-02-06T04:27:29.822Z Compiling foreign-types v0.3.2
13872025-02-06T04:27:29.945Z Compiling url v2.5.3
13882025-02-06T04:27:30.119Z Compiling openssl-macros v0.1.1
13892025-02-06T04:27:30.848Z Compiling tokio-util v0.7.12
13902025-02-06T04:27:31.194Z Compiling async-trait v0.1.86
13912025-02-06T04:27:31.248Z Compiling serde_derive_internals v0.29.1
13922025-02-06T04:27:31.308Z Compiling dirs-sys-next v0.1.2
13932025-02-06T04:27:31.834Z Compiling h2 v0.4.6
13942025-02-06T04:27:31.889Z Compiling dof v0.3.0
13952025-02-06T04:27:32.144Z Compiling siphasher v0.3.11
13962025-02-06T04:27:32.554Z Compiling schemars v0.8.21
13972025-02-06T04:27:32.855Z Compiling usdt-impl v0.5.0
13982025-02-06T04:27:33.554Z Compiling rustls v0.22.4
13992025-02-06T04:27:33.618Z Compiling syn v1.0.109
14002025-02-06T04:27:33.832Z Compiling rustls v0.23.19
14012025-02-06T04:27:33.857Z Compiling data-encoding v2.6.0
14022025-02-06T04:27:34.121Z Compiling native-tls v0.2.12
14032025-02-06T04:27:34.308Z Compiling schemars_derive v0.8.21
14042025-02-06T04:27:34.375Z Compiling dirs-next v2.0.0
14052025-02-06T04:27:35.483Z Compiling unicode-normalization v0.1.24
14062025-02-06T04:27:35.896Z Compiling http-body-util v0.1.2
14072025-02-06T04:27:35.977Z Compiling crossbeam-epoch v0.9.18
14082025-02-06T04:27:36.427Z Compiling heapless v0.7.17
14092025-02-06T04:27:36.555Z Compiling sha1 v0.10.6
14102025-02-06T04:27:36.636Z Compiling signature v2.2.0
14112025-02-06T04:27:36.789Z Compiling bzip2-sys v0.1.11+1.0.8
14122025-02-06T04:27:36.944Z Compiling thread_local v1.1.8
14132025-02-06T04:27:37.000Z Compiling multer v3.1.0
14142025-02-06T04:27:37.070Z Compiling encoding_rs v0.8.34
14152025-02-06T04:27:37.344Z Compiling cookie v0.18.1
14162025-02-06T04:27:37.371Z Compiling unicode-bidi v0.3.17
14172025-02-06T04:27:37.446Z Compiling unicode-properties v0.1.3
14182025-02-06T04:27:37.512Z Compiling slog-async v2.8.0
14192025-02-06T04:27:37.685Z Compiling signal-hook v0.3.17
14202025-02-06T04:27:37.905Z Compiling ipnet v2.10.1
14212025-02-06T04:27:38.018Z Compiling openssl-probe v0.1.5
14222025-02-06T04:27:38.134Z Compiling mime v0.3.17
14232025-02-06T04:27:38.383Z Compiling dyn-clone v1.0.17
14242025-02-06T04:27:38.549Z Compiling rayon-core v1.12.1
14252025-02-06T04:27:38.578Z Compiling gimli v0.31.1
14262025-02-06T04:27:38.810Z Compiling hyper v1.5.2
14272025-02-06T04:27:38.992Z Compiling stringprep v0.1.5
14282025-02-06T04:27:40.855Z Compiling toml_edit v0.22.22
14292025-02-06T04:27:41.767Z Compiling hyper-util v0.1.10
14302025-02-06T04:27:42.156Z Compiling crossbeam-deque v0.8.5
14312025-02-06T04:27:42.430Z Compiling usdt-macro v0.5.0
14322025-02-06T04:27:42.514Z Compiling usdt-attr-macro v0.5.0
14332025-02-06T04:27:42.602Z Compiling term v0.7.0
14342025-02-06T04:27:43.319Z Compiling addr2line v0.24.2
14352025-02-06T04:27:43.836Z Compiling slog-json v2.6.1
14362025-02-06T04:27:43.917Z Compiling serde_urlencoded v0.7.1
14372025-02-06T04:27:44.038Z Compiling crossbeam-channel v0.5.13
14382025-02-06T04:27:44.063Z Compiling curve25519-dalek v4.1.3
14392025-02-06T04:27:44.214Z Compiling futures-executor v0.3.31
14402025-02-06T04:27:44.438Z Compiling enum-as-inner v0.6.1
14412025-02-06T04:27:44.728Z Compiling md-5 v0.10.6
14422025-02-06T04:27:44.728Z Compiling async-stream-impl v0.3.6
14432025-02-06T04:27:44.774Z Compiling rustls-pemfile v2.2.0
14442025-02-06T04:27:45.016Z Compiling num-integer v0.1.46
14452025-02-06T04:27:45.074Z Compiling hash32 v0.2.1
14462025-02-06T04:27:45.146Z Compiling ff v0.13.0
14472025-02-06T04:27:45.389Z Compiling is-terminal v0.4.13
14482025-02-06T04:27:45.424Z Compiling object v0.36.5
14492025-02-06T04:27:45.457Z Compiling dropshot v0.12.0
14502025-02-06T04:27:45.612Z Compiling litrs v0.4.1
14512025-02-06T04:27:45.821Z Compiling anyhow v1.0.95
14522025-02-06T04:27:45.851Z Compiling take_mut v0.2.2
14532025-02-06T04:27:46.034Z Compiling utf-8 v0.7.6
14542025-02-06T04:27:46.069Z Compiling psl-types v2.0.11
14552025-02-06T04:27:46.279Z Compiling rustc-demangle v0.1.24
14562025-02-06T04:27:46.388Z Compiling portable-atomic v1.9.0
14572025-02-06T04:27:46.412Z Compiling fallible-iterator v0.2.0
14582025-02-06T04:27:46.789Z Compiling num-bigint-dig v0.8.4
14592025-02-06T04:27:47.076Z Compiling linked-hash-map v0.5.6
14602025-02-06T04:27:47.120Z Compiling smoltcp v0.9.1
14612025-02-06T04:27:47.225Z Compiling base16ct v0.2.0
14622025-02-06T04:27:47.380Z Compiling quick-error v1.2.3
14632025-02-06T04:27:47.469Z Compiling sec1 v0.7.3
14642025-02-06T04:27:47.553Z Compiling resolv-conf v0.7.0
14652025-02-06T04:27:47.578Z Compiling lru-cache v0.1.2
14662025-02-06T04:27:47.852Z Compiling postgres-protocol v0.6.7
14672025-02-06T04:27:47.880Z Compiling document-features v0.2.10
14682025-02-06T04:27:48.268Z Compiling publicsuffix v2.3.0
14692025-02-06T04:27:48.294Z Compiling tungstenite v0.24.0
14702025-02-06T04:27:48.390Z Compiling async-stream v0.3.6
14712025-02-06T04:27:48.807Z Compiling num-iter v0.1.45
14722025-02-06T04:27:49.004Z Compiling slog-term v2.9.1
14732025-02-06T04:27:49.029Z Compiling hickory-proto v0.24.2
14742025-02-06T04:27:49.099Z Compiling usdt v0.5.0
14752025-02-06T04:27:49.662Z Compiling group v0.13.0
14762025-02-06T04:27:50.121Z Compiling futures v0.3.31
14772025-02-06T04:27:50.145Z Compiling toml v0.8.19
14782025-02-06T04:27:50.255Z Compiling slog-bunyan v2.5.0
14792025-02-06T04:27:50.660Z Compiling tokio-native-tls v0.3.1
14802025-02-06T04:27:51.695Z Compiling camino v1.1.9
14812025-02-06T04:27:51.961Z Compiling backtrace v0.3.74
14822025-02-06T04:27:52.086Z Compiling phf_shared v0.11.2
14832025-02-06T04:27:52.444Z Compiling dropshot_endpoint v0.12.0
14842025-02-06T04:27:52.556Z Compiling terminal_size v0.4.0
14852025-02-06T04:27:52.585Z Compiling waitgroup v0.1.2
14862025-02-06T04:27:52.663Z Compiling openapiv3 v2.0.0
14872025-02-06T04:27:52.815Z Compiling serde_path_to_error v0.1.16
14882025-02-06T04:27:52.842Z Compiling hkdf v0.12.4
14892025-02-06T04:27:53.123Z Compiling crypto-bigint v0.5.5
14902025-02-06T04:27:53.630Z Compiling curve25519-dalek-derive v0.1.1
14912025-02-06T04:27:54.968Z Compiling zerocopy-derive v0.6.6
14922025-02-06T04:27:55.037Z Compiling webpki-roots v0.26.6
14932025-02-06T04:27:55.062Z Compiling hubpack_derive v0.1.1
14942025-02-06T04:27:55.260Z Compiling hostname v0.4.0
14952025-02-06T04:27:55.485Z Compiling crc32fast v1.4.2
14962025-02-06T04:27:55.862Z Compiling ahash v0.8.11
14972025-02-06T04:27:55.903Z Compiling fs-err v2.11.0
14982025-02-06T04:27:56.195Z Compiling unicode-width v0.2.0
14992025-02-06T04:27:56.219Z Compiling bitflags v1.3.2
15002025-02-06T04:27:56.344Z Compiling managed v0.8.0
15012025-02-06T04:27:56.490Z Compiling winnow v0.5.40
15022025-02-06T04:27:56.514Z Compiling debug-ignore v1.0.5
15032025-02-06T04:27:56.708Z Compiling newtype-uuid v1.2.1
15042025-02-06T04:27:56.745Z Compiling strum_macros v0.25.3
15052025-02-06T04:27:56.867Z Compiling zerocopy v0.6.6
15062025-02-06T04:27:57.026Z Compiling console v0.15.10
15072025-02-06T04:27:57.631Z Compiling clap_builder v4.5.27
15082025-02-06T04:27:58.421Z Compiling elliptic-curve v0.13.8
15092025-02-06T04:27:58.472Z Compiling hubpack v0.1.2
15102025-02-06T04:27:58.737Z Compiling flate2 v1.0.35
15112025-02-06T04:27:58.919Z Compiling hickory-resolver v0.24.2
15122025-02-06T04:27:59.617Z Compiling toml_edit v0.19.15
15132025-02-06T04:27:59.874Z Compiling phf v0.11.2
15142025-02-06T04:28:00.044Z Compiling signal-hook-mio v0.2.4
15152025-02-06T04:28:00.164Z Compiling cookie_store v0.21.1
15162025-02-06T04:28:00.272Z Compiling rayon v1.10.0
15172025-02-06T04:28:00.307Z Compiling hyper-tls v0.6.0
15182025-02-06T04:28:00.766Z Compiling bzip2 v0.4.4
15192025-02-06T04:28:01.158Z Compiling tokio-tungstenite v0.24.0
15202025-02-06T04:28:01.726Z Compiling postgres-types v0.2.8
15212025-02-06T04:28:04.226Z Compiling ed25519 v2.2.3
15222025-02-06T04:28:04.636Z Compiling phf_shared v0.10.0
15232025-02-06T04:28:04.764Z Compiling tokio-stream v0.1.16
15242025-02-06T04:28:05.031Z Compiling pkcs1 v0.7.5
15252025-02-06T04:28:05.716Z Compiling serde-big-array v0.5.1
15262025-02-06T04:28:05.847Z Compiling clap_derive v4.5.24
15272025-02-06T04:28:05.966Z Compiling rfc6979 v0.4.0
15282025-02-06T04:28:05.999Z Compiling serde_repr v0.1.19
15292025-02-06T04:28:06.051Z Compiling derive-where v1.2.7
15302025-02-06T04:28:06.075Z Compiling float-cmp v0.9.0
15312025-02-06T04:28:06.193Z Compiling bstr v1.10.0
15322025-02-06T04:28:06.312Z Compiling sync_wrapper v1.0.1
15332025-02-06T04:28:06.486Z Compiling predicates-core v1.0.8
15342025-02-06T04:28:06.712Z Compiling number_prefix v0.4.0
15352025-02-06T04:28:06.842Z Compiling precomputed-hash v0.1.1
15362025-02-06T04:28:06.981Z Compiling static_assertions v1.1.0
15372025-02-06T04:28:07.005Z Compiling fixedbitset v0.4.2
15382025-02-06T04:28:07.086Z Compiling difflib v0.4.0
15392025-02-06T04:28:07.110Z Compiling new_debug_unreachable v1.0.6
15402025-02-06T04:28:07.226Z Compiling unicode-segmentation v1.12.0
15412025-02-06T04:28:07.505Z Compiling whoami v1.5.2
15422025-02-06T04:28:07.805Z Compiling bit-vec v0.6.3
15432025-02-06T04:28:08.075Z Compiling normalize-line-endings v0.3.0
15442025-02-06T04:28:08.126Z Compiling similar v2.6.0
15452025-02-06T04:28:08.238Z Compiling predicates v3.1.2
15462025-02-06T04:28:08.263Z Compiling bit-set v0.5.3
15472025-02-06T04:28:08.521Z Compiling tokio-postgres v0.7.12
15482025-02-06T04:28:08.560Z Compiling petgraph v0.6.5
15492025-02-06T04:28:09.297Z Compiling string_cache v0.8.7
15502025-02-06T04:28:09.745Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15512025-02-06T04:28:09.800Z Compiling indicatif v0.17.11
15522025-02-06T04:28:10.177Z Compiling clap v4.5.27
15532025-02-06T04:28:10.310Z Compiling ecdsa v0.16.9
15542025-02-06T04:28:10.334Z Compiling rsa v0.9.6
15552025-02-06T04:28:11.174Z Compiling ed25519-dalek v2.1.1
15562025-02-06T04:28:11.993Z Compiling toml v0.7.8
15572025-02-06T04:28:12.240Z Compiling zip v0.6.6
15582025-02-06T04:28:12.401Z Compiling crossterm v0.28.1
15592025-02-06T04:28:14.019Z Compiling hex v0.4.3
15602025-02-06T04:28:14.203Z Compiling x509-cert v0.2.5
15612025-02-06T04:28:14.345Z Compiling itertools v0.10.5
15622025-02-06T04:28:14.612Z Compiling peg-runtime v0.8.3
15632025-02-06T04:28:14.873Z Compiling unicode-xid v0.2.6
15642025-02-06T04:28:15.072Z Compiling lalrpop-util v0.19.12
15652025-02-06T04:28:15.226Z Compiling strum_macros v0.26.4
15662025-02-06T04:28:15.439Z Compiling xattr v1.3.1
15672025-02-06T04:28:15.680Z Compiling filetime v0.2.25
15682025-02-06T04:28:16.004Z Compiling tar v0.4.42
15692025-02-06T04:28:19.592Z Compiling strum v0.26.3
15702025-02-06T04:28:23.110Z Compiling aws-lc-sys v0.22.0
15712025-02-06T04:28:59.432Z Compiling rustls-webpki v0.102.8
15722025-02-06T04:29:04.778Z Compiling tokio-rustls v0.25.0
15732025-02-06T04:29:07.255Z Compiling tokio-rustls v0.26.0
15742025-02-06T04:29:07.639Z Compiling hyper-rustls v0.27.3
15752025-02-06T04:29:08.024Z Compiling reqwest v0.12.9
15762025-02-06T04:29:09.627Z Compiling qorb v0.2.1
15772025-02-06T04:29:13.622Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15782025-02-06T04:29:14.022Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15792025-02-06T04:29:20.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15802025-02-06T04:29:20.829Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15812025-02-06T04:29:20.910ZFeb 06 04:29:20.793 INFO Starting download, target: Clickhouse
15822025-02-06T04:29:20.910ZFeb 06 04:29:20.794 INFO Starting download, target: Cockroach
15832025-02-06T04:29:20.934ZFeb 06 04:29:20.794 INFO Starting download, target: Console
15842025-02-06T04:29:20.934ZFeb 06 04:29:20.794 INFO Starting download, target: DendriteOpenapi
15852025-02-06T04:29:20.934ZFeb 06 04:29:20.794 INFO Starting download, target: DendriteStub
15862025-02-06T04:29:20.935ZFeb 06 04:29:20.794 INFO Starting download, target: MaghemiteMgd
15872025-02-06T04:29:20.935ZFeb 06 04:29:20.794 INFO Starting download, target: TransceiverControl
15882025-02-06T04:29:20.935ZFeb 06 04:29:20.795 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15892025-02-06T04:29:20.935ZFeb 06 04:29:20.796 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15902025-02-06T04:29:20.935ZFeb 06 04:29:20.797 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15912025-02-06T04:29:20.935ZFeb 06 04:29:20.797 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15922025-02-06T04:29:20.935ZFeb 06 04:29:20.797 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15932025-02-06T04:29:20.935ZFeb 06 04:29:20.797 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15942025-02-06T04:29:20.935ZFeb 06 04:29:20.798 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15952025-02-06T04:29:21.251ZFeb 06 04:29:21.130 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15962025-02-06T04:29:21.330ZFeb 06 04:29:21.201 INFO Download complete, target: DendriteOpenapi
15972025-02-06T04:29:21.654ZFeb 06 04:29:21.523 INFO Download complete, target: Console
15982025-02-06T04:29:21.708ZFeb 06 04:29:21.557 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15992025-02-06T04:29:22.253ZFeb 06 04:29:22.136 INFO Download complete, target: TransceiverControl
16002025-02-06T04:29:22.940ZFeb 06 04:29:22.824 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16012025-02-06T04:29:23.027ZFeb 06 04:29:22.911 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16022025-02-06T04:29:25.367ZFeb 06 04:29:25.250 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16032025-02-06T04:29:25.367ZFeb 06 04:29:25.250 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16042025-02-06T04:29:26.724ZFeb 06 04:29:26.607 INFO Download complete, target: DendriteStub
16052025-02-06T04:29:27.033ZFeb 06 04:29:26.917 INFO Download complete, target: MaghemiteMgd
16062025-02-06T04:29:35.978ZFeb 06 04:29:35.862 INFO Checking that binary works, target: Cockroach
16072025-02-06T04:29:36.326ZFeb 06 04:29:36.209 INFO Download complete, target: Cockroach
16082025-02-06T04:29:36.460ZFeb 06 04:29:36.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16092025-02-06T04:29:55.084ZFeb 06 04:29:54.968 INFO Checking that binary works, target: Clickhouse
16102025-02-06T04:29:55.324ZFeb 06 04:29:55.208 INFO Download complete, target: Clickhouse
16112025-02-06T04:29:55.360ZAll builder prerequisites installed successfully, and PATH looks valid
16122025-02-06T04:29:55.384Z
16132025-02-06T04:29:55.384Zreal 6:15.717051544
16142025-02-06T04:29:55.384Zuser 17:07.501655539
16152025-02-06T04:29:55.384Zsys 2:40.768631086
16162025-02-06T04:29:55.384Ztrap 0.639144387
16172025-02-06T04:29:55.385Ztflt 1.046143753
16182025-02-06T04:29:55.385Zdflt 1.902801637
16192025-02-06T04:29:55.385Zkflt 0.018774952
16202025-02-06T04:29:55.385Zlock 32:31.493854315
16212025-02-06T04:29:55.385Zslp 59:31.992168455
16222025-02-06T04:29:55.385Zlat 1:07.481547144
16232025-02-06T04:29:55.385Zstop 2:34.366162006
16242025-02-06T04:29:55.385Z+ banner hack-check
16252025-02-06T04:29:55.385Z
16262025-02-06T04:29:55.385Z # # ## #### # # #### # # ###### #### # #
16272025-02-06T04:29:55.385Z # # # # # # # # # # # # # # # # #
16282025-02-06T04:29:55.385Z ###### # # # #### ##### # ###### ##### # ####
16292025-02-06T04:29:55.385Z # # ###### # # # # # # # # # #
16302025-02-06T04:29:55.385Z # # # # # # # # # # # # # # # # #
16312025-02-06T04:29:55.385Z # # # # #### # # #### # # ###### #### # #
16322025-02-06T04:29:55.385Z
16332025-02-06T04:29:55.385Z+ export CARGO_INCREMENTAL=0
16342025-02-06T04:29:55.385Z+ CARGO_INCREMENTAL=0
16352025-02-06T04:29:55.385Z+ ptime -m timeout 2h cargo xtask check-features --ci
16362025-02-06T04:29:56.352Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16372025-02-06T04:30:00.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
16382025-02-06T04:30:01.021Z Running `target/debug/xtask check-features --ci`
16392025-02-06T04:30:01.068Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16402025-02-06T04:30:01.068Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16412025-02-06T04:30:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16422025-02-06T04:30:01.841Z Running `target/debug/xtask download cargo-hack`
16432025-02-06T04:30:03.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16442025-02-06T04:30:03.605Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16452025-02-06T04:30:09.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.91s
16462025-02-06T04:30:09.987Z Running `target/debug/xtask-downloader cargo-hack`
16472025-02-06T04:30:10.074ZFeb 06 04:30:09.956 INFO Starting download, target: CargoHack
16482025-02-06T04:30:10.098ZFeb 06 04:30:09.958 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16492025-02-06T04:30:10.789ZFeb 06 04:30:10.672 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16502025-02-06T04:30:10.950ZFeb 06 04:30:10.833 INFO Download complete, target: CargoHack
16512025-02-06T04:30:10.974Zrunning: "/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"
16522025-02-06T04:30:11.000Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16532025-02-06T04:30:11.400Zinfo: running `cargo check --bins` on api_identity (1/199)
16542025-02-06T04:30:12.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-02-06T04:30:12.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-02-06T04:30:12.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-02-06T04:30:12.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
16582025-02-06T04:30:12.670Z
16592025-02-06T04:30:12.670Zinfo: running `cargo check --bins` on bootstore (2/199)
16602025-02-06T04:30:13.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-02-06T04:30:13.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-02-06T04:30:13.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-02-06T04:30:13.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
16642025-02-06T04:30:13.915Z
16652025-02-06T04:30:13.915Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16662025-02-06T04:30:14.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-02-06T04:30:15.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-02-06T04:30:15.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-02-06T04:30:15.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
16702025-02-06T04:30:15.086Z
16712025-02-06T04:30:15.086Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16722025-02-06T04:30:16.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-02-06T04:30:16.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-02-06T04:30:16.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-02-06T04:30:16.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
16762025-02-06T04:30:16.280Z
16772025-02-06T04:30:16.280Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16782025-02-06T04:30:16.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-02-06T04:30:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-02-06T04:30:16.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-02-06T04:30:16.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16822025-02-06T04:30:16.986Z
16832025-02-06T04:30:16.987Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16842025-02-06T04:30:17.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-02-06T04:30:17.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-02-06T04:30:17.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-02-06T04:30:17.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16882025-02-06T04:30:17.717Z
16892025-02-06T04:30:17.717Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16902025-02-06T04:30:18.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-02-06T04:30:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-02-06T04:30:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-02-06T04:30:18.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16942025-02-06T04:30:18.444Z
16952025-02-06T04:30:18.444Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
16962025-02-06T04:30:19.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-02-06T04:30:19.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-02-06T04:30:19.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-02-06T04:30:19.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17002025-02-06T04:30:19.167Z
17012025-02-06T04:30:19.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17022025-02-06T04:30:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-02-06T04:30:19.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-02-06T04:30:19.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-02-06T04:30:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17062025-02-06T04:30:19.888Z
17072025-02-06T04:30:19.888Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17082025-02-06T04:30:20.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-02-06T04:30:20.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-02-06T04:30:20.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-02-06T04:30:20.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17122025-02-06T04:30:20.593Z
17132025-02-06T04:30:20.593Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17142025-02-06T04:30:21.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-02-06T04:30:21.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-02-06T04:30:21.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-02-06T04:30:21.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17182025-02-06T04:30:21.318Z
17192025-02-06T04:30:21.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17202025-02-06T04:30:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-02-06T04:30:22.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-02-06T04:30:22.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-02-06T04:30:22.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17242025-02-06T04:30:22.074Z
17252025-02-06T04:30:22.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17262025-02-06T04:30:22.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-02-06T04:30:22.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-02-06T04:30:22.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-02-06T04:30:22.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17302025-02-06T04:30:22.770Z
17312025-02-06T04:30:22.770Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17322025-02-06T04:30:23.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-02-06T04:30:23.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-02-06T04:30:23.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-02-06T04:30:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17362025-02-06T04:30:23.464Z
17372025-02-06T04:30:23.464Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17382025-02-06T04:30:24.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-02-06T04:30:24.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-02-06T04:30:24.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-02-06T04:30:24.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17422025-02-06T04:30:24.214Z
17432025-02-06T04:30:24.214Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17442025-02-06T04:30:24.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-02-06T04:30:24.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-02-06T04:30:24.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-02-06T04:30:24.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17482025-02-06T04:30:24.883Z
17492025-02-06T04:30:24.883Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17502025-02-06T04:30:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-02-06T04:30:25.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-02-06T04:30:25.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-02-06T04:30:25.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17542025-02-06T04:30:25.588Z
17552025-02-06T04:30:25.588Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17562025-02-06T04:30:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-02-06T04:30:26.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-02-06T04:30:26.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-02-06T04:30:26.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17602025-02-06T04:30:26.321Z
17612025-02-06T04:30:26.321Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17622025-02-06T04:30:26.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-02-06T04:30:27.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-02-06T04:30:27.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-02-06T04:30:27.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17662025-02-06T04:30:27.051Z
17672025-02-06T04:30:27.051Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17682025-02-06T04:30:27.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-02-06T04:30:27.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-02-06T04:30:27.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-02-06T04:30:27.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17722025-02-06T04:30:27.778Z
17732025-02-06T04:30:27.778Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17742025-02-06T04:30:28.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-02-06T04:30:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-02-06T04:30:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-02-06T04:30:28.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17782025-02-06T04:30:28.526Z
17792025-02-06T04:30:28.526Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17802025-02-06T04:30:29.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-02-06T04:30:29.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-02-06T04:30:29.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-02-06T04:30:29.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17842025-02-06T04:30:29.259Z
17852025-02-06T04:30:29.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17862025-02-06T04:30:29.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-02-06T04:30:29.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-02-06T04:30:29.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-02-06T04:30:29.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17902025-02-06T04:30:29.939Z
17912025-02-06T04:30:29.939Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
17922025-02-06T04:30:30.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-02-06T04:30:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-02-06T04:30:30.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-02-06T04:30:30.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17962025-02-06T04:30:30.640Z
17972025-02-06T04:30:30.640Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
17982025-02-06T04:30:31.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-02-06T04:30:31.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-02-06T04:30:31.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-02-06T04:30:31.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18022025-02-06T04:30:31.346Z
18032025-02-06T04:30:31.346Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18042025-02-06T04:30:31.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-02-06T04:30:31.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-02-06T04:30:31.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-02-06T04:30:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18082025-02-06T04:30:32.031Z
18092025-02-06T04:30:32.031Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18102025-02-06T04:30:32.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-02-06T04:30:32.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-02-06T04:30:32.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-02-06T04:30:32.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18142025-02-06T04:30:32.702Z
18152025-02-06T04:30:32.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18162025-02-06T04:30:33.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-02-06T04:30:33.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-02-06T04:30:33.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-02-06T04:30:33.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18202025-02-06T04:30:33.390Z
18212025-02-06T04:30:33.390Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18222025-02-06T04:30:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-02-06T04:30:34.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-02-06T04:30:34.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-02-06T04:30:34.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18262025-02-06T04:30:34.098Z
18272025-02-06T04:30:34.098Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18282025-02-06T04:30:34.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-02-06T04:30:34.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-02-06T04:30:34.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-02-06T04:30:34.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18322025-02-06T04:30:34.790Z
18332025-02-06T04:30:34.790Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18342025-02-06T04:30:35.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-02-06T04:30:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-02-06T04:30:35.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-02-06T04:30:35.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18382025-02-06T04:30:35.514Z
18392025-02-06T04:30:35.514Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18402025-02-06T04:30:36.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-02-06T04:30:36.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-02-06T04:30:36.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-02-06T04:30:36.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18442025-02-06T04:30:36.208Z
18452025-02-06T04:30:36.208Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18462025-02-06T04:30:36.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-02-06T04:30:36.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-02-06T04:30:36.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-02-06T04:30:36.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18502025-02-06T04:30:36.902Z
18512025-02-06T04:30:36.902Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18522025-02-06T04:30:37.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-02-06T04:30:37.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-02-06T04:30:37.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-02-06T04:30:37.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18562025-02-06T04:30:37.647Z
18572025-02-06T04:30:37.647Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18582025-02-06T04:30:38.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-02-06T04:30:38.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-02-06T04:30:38.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-02-06T04:30:38.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18622025-02-06T04:30:38.318Z
18632025-02-06T04:30:38.318Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18642025-02-06T04:30:38.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-02-06T04:30:38.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-02-06T04:30:38.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-02-06T04:30:38.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18682025-02-06T04:30:38.990Z
18692025-02-06T04:30:38.990Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18702025-02-06T04:30:39.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-02-06T04:30:39.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-02-06T04:30:39.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-02-06T04:30:39.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18742025-02-06T04:30:39.697Z
18752025-02-06T04:30:39.697Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18762025-02-06T04:30:40.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-02-06T04:30:40.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-02-06T04:30:40.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-02-06T04:30:40.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18802025-02-06T04:30:40.417Z
18812025-02-06T04:30:40.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18822025-02-06T04:30:41.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-02-06T04:30:41.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-02-06T04:30:41.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-02-06T04:30:41.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18862025-02-06T04:30:41.171Z
18872025-02-06T04:30:41.171Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18882025-02-06T04:30:41.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-02-06T04:30:41.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-02-06T04:30:41.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-02-06T04:30:41.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18922025-02-06T04:30:41.886Z
18932025-02-06T04:30:41.886Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
18942025-02-06T04:30:42.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-02-06T04:30:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-02-06T04:30:42.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-02-06T04:30:42.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18982025-02-06T04:30:42.578Z
18992025-02-06T04:30:42.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19002025-02-06T04:30:43.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-02-06T04:30:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-02-06T04:30:43.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-02-06T04:30:43.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
19042025-02-06T04:30:43.329Z
19052025-02-06T04:30:43.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19062025-02-06T04:30:43.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-02-06T04:30:43.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-02-06T04:30:43.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-02-06T04:30:43.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19102025-02-06T04:30:44.045Z
19112025-02-06T04:30:44.045Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19122025-02-06T04:30:44.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-02-06T04:30:44.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-02-06T04:30:44.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-02-06T04:30:44.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19162025-02-06T04:30:44.773Z
19172025-02-06T04:30:44.773Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19182025-02-06T04:30:45.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-02-06T04:30:45.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-02-06T04:30:45.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-02-06T04:30:45.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19222025-02-06T04:30:45.831Z
19232025-02-06T04:30:45.831Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19242025-02-06T04:30:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-02-06T04:30:46.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-02-06T04:30:46.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-02-06T04:30:46.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19282025-02-06T04:30:46.929Z
19292025-02-06T04:30:46.929Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19302025-02-06T04:30:47.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-02-06T04:30:47.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-02-06T04:30:47.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-02-06T04:30:47.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19342025-02-06T04:30:48.002Z
19352025-02-06T04:30:48.002Zinfo: running `cargo check --bins` on oxlog (48/199)
19362025-02-06T04:30:48.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-02-06T04:30:48.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-02-06T04:30:49.033Z Checking cfg-if v1.0.0
19392025-02-06T04:30:49.058Z Checking libc v0.2.169
19402025-02-06T04:30:49.087Z Checking serde v1.0.217
19412025-02-06T04:30:49.115Z Checking zeroize v1.8.1
19422025-02-06T04:30:49.140Z Checking memchr v2.7.4
19432025-02-06T04:30:49.165Z Checking typenum v1.17.0
19442025-02-06T04:30:49.165Z Checking subtle v2.6.1
19452025-02-06T04:30:49.165Z Checking scopeguard v1.2.0
19462025-02-06T04:30:49.206Z Checking value-bag v1.9.0
19472025-02-06T04:30:49.364Z Checking lock_api v0.4.12
19482025-02-06T04:30:49.391Z Checking smallvec v1.13.2
19492025-02-06T04:30:49.479Z Checking itoa v1.0.11
19502025-02-06T04:30:49.638Z Checking log v0.4.22
19512025-02-06T04:30:49.724Z Checking const-oid v0.9.6
19522025-02-06T04:30:49.750Z Checking pin-project-lite v0.2.14
19532025-02-06T04:30:49.775Z Checking byteorder v1.5.0
19542025-02-06T04:30:49.887Z Checking once_cell v1.20.2
19552025-02-06T04:30:50.011Z Checking futures-core v0.3.31
19562025-02-06T04:30:50.176Z Checking getrandom v0.2.15
19572025-02-06T04:30:50.210Z Checking generic-array v0.14.7
19582025-02-06T04:30:50.237Z Checking signal-hook-registry v1.4.2
19592025-02-06T04:30:50.237Z Checking parking_lot_core v0.9.10
19602025-02-06T04:30:50.270Z Checking mio v1.0.2
19612025-02-06T04:30:50.295Z Checking stable_deref_trait v1.2.0
19622025-02-06T04:30:50.409Z Checking cpufeatures v0.2.14
19632025-02-06T04:30:50.460Z Checking rand_core v0.6.4
19642025-02-06T04:30:50.527Z Checking futures-sink v0.3.31
19652025-02-06T04:30:50.552Z Checking socket2 v0.5.7
19662025-02-06T04:30:50.615Z Checking parking_lot v0.12.3
19672025-02-06T04:30:50.695Z Checking zerocopy v0.7.35
19682025-02-06T04:30:50.814Z Checking zerofrom v0.1.4
19692025-02-06T04:30:50.905Z Checking spin v0.9.8
19702025-02-06T04:30:50.990Z Checking slab v0.4.9
19712025-02-06T04:30:51.056Z Checking futures-channel v0.3.31
19722025-02-06T04:30:51.084Z Checking yoke v0.7.4
19732025-02-06T04:30:51.265Z Checking allocator-api2 v0.2.18
19742025-02-06T04:30:51.290Z Checking futures-task v0.3.31
19752025-02-06T04:30:51.327Z Checking crypto-common v0.1.6
19762025-02-06T04:30:51.440Z Checking block-buffer v0.10.4
19772025-02-06T04:30:51.467Z Checking zerovec v0.10.4
19782025-02-06T04:30:51.558Z Checking futures-io v0.3.31
19792025-02-06T04:30:51.583Z Checking equivalent v1.0.1
19802025-02-06T04:30:51.583Z Checking foldhash v0.1.3
19812025-02-06T04:30:51.705Z Checking digest v0.10.7
19822025-02-06T04:30:51.730Z Checking pin-utils v0.1.0
19832025-02-06T04:30:51.768Z Checking block-padding v0.3.3
19842025-02-06T04:30:51.839Z Checking futures-util v0.3.31
19852025-02-06T04:30:51.863Z Checking ryu v1.0.18
19862025-02-06T04:30:51.961Z Checking hashbrown v0.15.1
19872025-02-06T04:30:51.989Z Checking writeable v0.5.5
19882025-02-06T04:30:52.015Z Checking inout v0.1.3
19892025-02-06T04:30:52.080Z Checking hmac v0.12.1
19902025-02-06T04:30:52.119Z Checking litemap v0.7.3
19912025-02-06T04:30:52.268Z Checking fnv v1.0.7
19922025-02-06T04:30:52.317Z Checking cipher v0.4.4
19932025-02-06T04:30:52.359Z Checking sha2 v0.10.8
19942025-02-06T04:30:52.401Z Checking libm v0.2.8
19952025-02-06T04:30:52.473Z Checking base64ct v1.6.0
19962025-02-06T04:30:52.756Z Checking ppv-lite86 v0.2.20
19972025-02-06T04:30:52.918Z Checking icu_locid_transform_data v1.5.0
19982025-02-06T04:30:52.944Z Checking pem-rfc7468 v0.7.0
19992025-02-06T04:30:53.016Z Checking flagset v0.4.6
20002025-02-06T04:30:53.041Z Checking tracing-core v0.1.32
20012025-02-06T04:30:53.140Z Checking tinystr v0.7.6
20022025-02-06T04:30:53.229Z Checking icu_collections v1.5.0
20032025-02-06T04:30:53.258Z Checking der v0.7.9
20042025-02-06T04:30:53.304Z Checking num-traits v0.2.19
20052025-02-06T04:30:53.481Z Checking rand_chacha v0.3.1
20062025-02-06T04:30:53.506Z Checking icu_locid v1.5.0
20072025-02-06T04:30:53.652Z Checking thiserror v1.0.69
20082025-02-06T04:30:53.676Z Checking bytes v1.9.0
20092025-02-06T04:30:53.806Z Checking indexmap v2.7.1
20102025-02-06T04:30:53.929Z Checking serde_json v1.0.135
20112025-02-06T04:30:53.955Z Checking bitflags v2.6.0
20122025-02-06T04:30:54.288Z Checking rustls-pki-types v1.10.0
20132025-02-06T04:30:54.500Z Checking tokio v1.43.0
20142025-02-06T04:30:54.571Z Checking http v1.2.0
20152025-02-06T04:30:54.802Z Checking icu_provider v1.5.0
20162025-02-06T04:30:54.863Z Checking icu_properties_data v1.5.0
20172025-02-06T04:30:55.036Z Checking percent-encoding v2.3.1
20182025-02-06T04:30:55.062Z Checking spki v0.7.3
20192025-02-06T04:30:55.139Z Checking rand v0.8.5
20202025-02-06T04:30:55.287Z Checking tracing v0.1.40
20212025-02-06T04:30:55.409Z Checking salsa20 v0.10.2
20222025-02-06T04:30:55.486Z Checking icu_locid_transform v1.5.0
20232025-02-06T04:30:55.620Z Checking pbkdf2 v0.12.2
20242025-02-06T04:30:55.647Z Checking aws-lc-sys v0.22.0
20252025-02-06T04:30:55.673Z Checking httparse v1.9.5
20262025-02-06T04:30:55.799Z Checking mirai-annotations v1.12.0
20272025-02-06T04:30:55.975Z Checking icu_normalizer_data v1.5.0
20282025-02-06T04:30:56.000Z Checking utf16_iter v1.0.5
20292025-02-06T04:30:56.095Z Checking utf8_iter v1.0.4
20302025-02-06T04:30:56.130Z Checking untrusted v0.7.1
20312025-02-06T04:30:56.190Z Checking write16 v1.0.0
20322025-02-06T04:30:56.316Z Checking powerfmt v0.2.0
20332025-02-06T04:30:56.342Z Checking untrusted v0.9.0
20342025-02-06T04:30:56.367Z Checking scrypt v0.11.0
20352025-02-06T04:30:56.448Z Checking cbc v0.1.2
20362025-02-06T04:30:56.536Z Checking icu_properties v1.5.1
20372025-02-06T04:30:56.561Z Checking ring v0.17.8
20382025-02-06T04:30:56.603Z Checking aes v0.8.4
20392025-02-06T04:30:56.647Z Checking deranged v0.3.11
20402025-02-06T04:30:56.681Z Checking crossbeam-utils v0.8.20
20412025-02-06T04:30:56.706Z Checking num-conv v0.1.0
20422025-02-06T04:30:56.975Z Checking tinyvec_macros v0.1.1
20432025-02-06T04:30:57.075Z Checking time-core v0.1.2
20442025-02-06T04:30:57.250Z Checking atomic-waker v1.1.2
20452025-02-06T04:30:57.404Z Checking num_threads v0.1.7
20462025-02-06T04:30:57.429Z Checking tinyvec v1.8.0
20472025-02-06T04:30:57.518Z Checking pkcs5 v0.7.1
20482025-02-06T04:30:57.544Z Checking http-body v1.0.1
20492025-02-06T04:30:57.719Z Checking aws-lc-rs v1.10.0
20502025-02-06T04:30:57.761Z Checking form_urlencoded v1.2.1
20512025-02-06T04:30:57.975Z Checking try-lock v0.2.5
20522025-02-06T04:30:58.041Z Checking time v0.3.36
20532025-02-06T04:30:58.066Z Checking pkcs8 v0.10.2
20542025-02-06T04:30:58.136Z Checking want v0.3.1
20552025-02-06T04:30:58.339Z Checking uuid v1.12.0
20562025-02-06T04:30:58.412Z Checking httpdate v1.0.3
20572025-02-06T04:30:58.438Z Checking unicode-ident v1.0.14
20582025-02-06T04:30:58.627Z Checking proc-macro2 v1.0.92
20592025-02-06T04:30:58.670Z Checking toml_datetime v0.6.8
20602025-02-06T04:30:58.761Z Checking serde_spanned v0.6.8
20612025-02-06T04:30:58.964Z Checking slog v2.7.0
20622025-02-06T04:30:58.989Z Checking scroll v0.12.0
20632025-02-06T04:30:59.014Z Checking iana-time-zone v0.1.61
20642025-02-06T04:30:59.191Z Checking match_cfg v0.1.0
20652025-02-06T04:30:59.292Z Checking plain v0.2.3
20662025-02-06T04:30:59.328Z Checking ucd-trie v0.1.7
20672025-02-06T04:30:59.447Z Checking base64 v0.22.1
20682025-02-06T04:30:59.480Z Checking adler2 v2.0.0
20692025-02-06T04:30:59.508Z Checking foreign-types-shared v0.1.1
20702025-02-06T04:30:59.533Z Checking rustls-webpki v0.102.8
20712025-02-06T04:30:59.557Z Checking tower-service v0.3.3
20722025-02-06T04:30:59.612Z Checking foreign-types v0.3.2
20732025-02-06T04:30:59.651Z Checking miniz_oxide v0.8.0
20742025-02-06T04:30:59.697Z Checking pest v2.7.14
20752025-02-06T04:30:59.723Z Checking goblin v0.8.2
20762025-02-06T04:30:59.966Z Checking icu_normalizer v1.5.0
20772025-02-06T04:30:59.993Z Checking quote v1.0.38
20782025-02-06T04:31:00.359Z Checking hostname v0.3.1
20792025-02-06T04:31:00.390Z Checking chrono v0.4.39
20802025-02-06T04:31:00.450Z Checking openssl-sys v0.9.105
20812025-02-06T04:31:00.517Z Checking errno v0.3.9
20822025-02-06T04:31:00.542Z Checking dirs-sys-next v0.1.2
20832025-02-06T04:31:00.722Z Checking aho-corasick v1.1.3
20842025-02-06T04:31:00.747Z Checking pretty-hex v0.4.1
20852025-02-06T04:31:00.820Z Checking idna_adapter v1.2.0
20862025-02-06T04:31:00.952Z Checking regex-syntax v0.8.5
20872025-02-06T04:31:01.037Z Checking idna v1.0.3
20882025-02-06T04:31:01.545Z Checking url v2.5.3
20892025-02-06T04:31:01.602Z Checking data-encoding v2.6.0
20902025-02-06T04:31:01.959Z Checking tokio-util v0.7.12
20912025-02-06T04:31:02.142Z Checking siphasher v0.3.11
20922025-02-06T04:31:02.258Z Compiling newtype-uuid v1.2.1
20932025-02-06T04:31:02.317Z Checking dtrace-parser v0.2.0
20942025-02-06T04:31:02.370Z Checking openssl v0.10.70
20952025-02-06T04:31:02.449Z Checking dirs-next v2.0.0
20962025-02-06T04:31:02.493Z Checking rustix v0.38.37
20972025-02-06T04:31:02.577Z Checking syn v2.0.96
20982025-02-06T04:31:02.604Z Checking unicode-normalization v0.1.24
20992025-02-06T04:31:02.800Z Checking http-body-util v0.1.2
21002025-02-06T04:31:02.860Z Checking h2 v0.4.6
21012025-02-06T04:31:03.273Z Checking crossbeam-epoch v0.9.18
21022025-02-06T04:31:03.485Z Checking signature v2.2.0
21032025-02-06T04:31:03.741Z Checking sha1 v0.10.6
21042025-02-06T04:31:03.741Z Checking thread_local v1.1.8
21052025-02-06T04:31:04.024Z Checking thread-id v4.2.2
21062025-02-06T04:31:04.054Z Checking encoding_rs v0.8.34
21072025-02-06T04:31:04.099Z Checking regex-automata v0.4.8
21082025-02-06T04:31:04.156Z Checking anstyle v1.0.10
21092025-02-06T04:31:04.501Z Checking unicode-bidi v0.3.17
21102025-02-06T04:31:04.758Z Checking dof v0.3.0
21112025-02-06T04:31:05.115Z Checking utf8parse v0.2.2
21122025-02-06T04:31:05.309Z Checking ipnet v2.10.1
21132025-02-06T04:31:05.402Z Checking gimli v0.31.1
21142025-02-06T04:31:05.808Z Checking unicode-properties v0.1.3
21152025-02-06T04:31:05.835Z Checking either v1.13.0
21162025-02-06T04:31:06.161Z Checking openssl-probe v0.1.5
21172025-02-06T04:31:06.224Z Checking winnow v0.6.20
21182025-02-06T04:31:06.298Z Checking mime v0.3.17
21192025-02-06T04:31:06.339Z Checking stringprep v0.1.5
21202025-02-06T04:31:06.625Z Checking anstyle-parse v0.2.5
21212025-02-06T04:31:06.664Z Checking crossbeam-deque v0.8.5
21222025-02-06T04:31:06.912Z Checking term v0.7.0
21232025-02-06T04:31:06.991Z Checking slog-json v2.6.1
21242025-02-06T04:31:07.271Z Checking rustls v0.22.4
21252025-02-06T04:31:07.358Z Checking rustls v0.23.19
21262025-02-06T04:31:07.619Z Checking native-tls v0.2.12
21272025-02-06T04:31:07.958Z Checking serde_urlencoded v0.7.1
21282025-02-06T04:31:08.400Z Checking crossbeam-channel v0.5.13
21292025-02-06T04:31:08.710Z Checking futures-executor v0.3.31
21302025-02-06T04:31:08.813Z Checking usdt-impl v0.5.0
21312025-02-06T04:31:08.969Z Checking toml_edit v0.22.22
21322025-02-06T04:31:08.995Z Checking rustls-pemfile v2.2.0
21332025-02-06T04:31:09.211Z Checking num-integer v0.1.46
21342025-02-06T04:31:09.237Z Checking addr2line v0.24.2
21352025-02-06T04:31:09.262Z Checking md-5 v0.10.6
21362025-02-06T04:31:09.306Z Checking hyper v1.5.2
21372025-02-06T04:31:09.402Z Checking ff v0.13.0
21382025-02-06T04:31:09.503Z Checking hash32 v0.2.1
21392025-02-06T04:31:09.644Z Checking is-terminal v0.4.13
21402025-02-06T04:31:09.713Z Checking memmap v0.7.0
21412025-02-06T04:31:09.798Z Checking object v0.36.5
21422025-02-06T04:31:09.823Z Checking colorchoice v1.0.2
21432025-02-06T04:31:09.848Z Checking psl-types v2.0.11
21442025-02-06T04:31:09.954Z Checking rustc-demangle v0.1.24
21452025-02-06T04:31:09.991Z Checking fallible-iterator v0.2.0
21462025-02-06T04:31:10.056Z Checking is_terminal_polyfill v1.70.1
21472025-02-06T04:31:10.196Z Checking anstyle-query v1.1.1
21482025-02-06T04:31:10.332Z Checking base16ct v0.2.0
21492025-02-06T04:31:10.443Z Checking linked-hash-map v0.5.6
21502025-02-06T04:31:10.551Z Checking dyn-clone v1.0.17
21512025-02-06T04:31:10.634Z Checking utf-8 v0.7.6
21522025-02-06T04:31:10.723Z Checking quick-error v1.2.3
21532025-02-06T04:31:10.776Z Checking take_mut v0.2.2
21542025-02-06T04:31:10.811Z Checking lru-cache v0.1.2
21552025-02-06T04:31:10.868Z Checking tungstenite v0.24.0
21562025-02-06T04:31:10.902Z Checking resolv-conf v0.7.0
21572025-02-06T04:31:10.949Z Checking slog-async v2.8.0
21582025-02-06T04:31:11.026Z Checking tokio-rustls v0.25.0
21592025-02-06T04:31:11.264Z Checking schemars v0.8.21
21602025-02-06T04:31:11.289Z Checking postgres-protocol v0.6.7
21612025-02-06T04:31:11.382Z Checking hyper-util v0.1.10
21622025-02-06T04:31:11.438Z Checking sec1 v0.7.3
21632025-02-06T04:31:11.668Z Checking toml v0.8.19
21642025-02-06T04:31:11.776Z Checking anstream v0.6.15
21652025-02-06T04:31:11.844Z Checking publicsuffix v2.3.0
21662025-02-06T04:31:11.988Z Checking usdt v0.5.0
21672025-02-06T04:31:12.158Z Checking heapless v0.7.17
21682025-02-06T04:31:12.183Z Checking slog-term v2.9.1
21692025-02-06T04:31:12.266Z Checking num-iter v0.1.45
21702025-02-06T04:31:12.432Z Checking group v0.13.0
21712025-02-06T04:31:12.457Z Checking futures v0.3.31
21722025-02-06T04:31:12.567Z Checking tokio-native-tls v0.3.1
21732025-02-06T04:31:12.706Z Checking slog-bunyan v2.5.0
21742025-02-06T04:31:12.731Z Checking rayon-core v1.12.1
21752025-02-06T04:31:12.787Z Checking tokio-rustls v0.26.0
21762025-02-06T04:31:12.838Z Checking multer v3.1.0
21772025-02-06T04:31:12.881Z Checking terminal_size v0.4.0
21782025-02-06T04:31:12.906Z Checking hickory-proto v0.24.2
21792025-02-06T04:31:13.153Z Checking phf_shared v0.11.2
21802025-02-06T04:31:13.205Z Checking cookie v0.18.1
21812025-02-06T04:31:13.273Z Checking async-stream v0.3.6
21822025-02-06T04:31:13.371Z Checking bzip2-sys v0.1.11+1.0.8
21832025-02-06T04:31:13.396Z Checking signal-hook v0.3.17
21842025-02-06T04:31:13.439Z Checking camino v1.1.9
21852025-02-06T04:31:13.469Z Checking waitgroup v0.1.2
21862025-02-06T04:31:13.494Z Checking openapiv3 v2.0.0
21872025-02-06T04:31:13.530Z Checking webpki-roots v0.26.6
21882025-02-06T04:31:13.629Z Checking serde_path_to_error v0.1.16
21892025-02-06T04:31:13.689Z Checking hkdf v0.12.4
21902025-02-06T04:31:13.765Z Checking crypto-bigint v0.5.5
21912025-02-06T04:31:13.790Z Checking lazy_static v1.5.0
21922025-02-06T04:31:13.924Z Checking hostname v0.4.0
21932025-02-06T04:31:13.948Z Checking crc32fast v1.4.2
21942025-02-06T04:31:14.013Z Checking bitflags v1.3.2
21952025-02-06T04:31:14.103Z Checking clap_lex v0.7.4
21962025-02-06T04:31:14.127Z Checking debug-ignore v1.0.5
21972025-02-06T04:31:14.202Z Checking strsim v0.11.1
21982025-02-06T04:31:14.281Z Checking winnow v0.5.40
21992025-02-06T04:31:14.305Z Checking managed v0.8.0
22002025-02-06T04:31:14.388Z Checking unicode-width v0.2.0
22012025-02-06T04:31:14.498Z Checking clap_builder v4.5.27
22022025-02-06T04:31:14.706Z Checking smoltcp v0.9.1
22032025-02-06T04:31:14.894Z Checking console v0.15.10
22042025-02-06T04:31:15.510Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22052025-02-06T04:31:15.789Z Checking flate2 v1.0.35
22062025-02-06T04:31:15.993Z Checking backtrace v0.3.74
22072025-02-06T04:31:16.121Z Checking num-bigint-dig v0.8.4
22082025-02-06T04:31:16.514Z Checking signal-hook-mio v0.2.4
22092025-02-06T04:31:16.548Z Checking elliptic-curve v0.13.8
22102025-02-06T04:31:16.609Z Checking anyhow v1.0.95
22112025-02-06T04:31:16.672Z Checking hyper-rustls v0.27.3
22122025-02-06T04:31:16.703Z Checking dropshot v0.12.0
22132025-02-06T04:31:16.999Z Checking cookie_store v0.21.1
22142025-02-06T04:31:17.023Z Checking bzip2 v0.4.4
22152025-02-06T04:31:17.059Z Checking toml_edit v0.19.15
22162025-02-06T04:31:17.184Z Checking phf v0.11.2
22172025-02-06T04:31:17.346Z Checking rayon v1.10.0
22182025-02-06T04:31:17.464Z Checking hyper-tls v0.6.0
22192025-02-06T04:31:17.547Z Checking postgres-types v0.2.8
22202025-02-06T04:31:17.660Z Checking hickory-resolver v0.24.2
22212025-02-06T04:31:17.736Z Checking tokio-tungstenite v0.24.0
22222025-02-06T04:31:17.767Z Checking bstr v1.10.0
22232025-02-06T04:31:18.228Z Checking regex v1.11.1
22242025-02-06T04:31:18.252Z Checking ed25519 v2.2.3
22252025-02-06T04:31:18.284Z Checking tokio-stream v0.1.16
22262025-02-06T04:31:18.598Z Checking phf_shared v0.10.0
22272025-02-06T04:31:18.691Z Checking curve25519-dalek v4.1.3
22282025-02-06T04:31:18.855Z Checking zerocopy v0.6.6
22292025-02-06T04:31:18.885Z Checking hubpack v0.1.2
22302025-02-06T04:31:19.133Z Checking portable-atomic v1.9.0
22312025-02-06T04:31:19.218Z Checking pkcs1 v0.7.5
22322025-02-06T04:31:19.309Z Checking float-cmp v0.9.0
22332025-02-06T04:31:19.508Z Checking serde-big-array v0.5.1
22342025-02-06T04:31:19.537Z Checking rfc6979 v0.4.0
22352025-02-06T04:31:19.637Z Checking sync_wrapper v1.0.1
22362025-02-06T04:31:19.674Z Checking whoami v1.5.2
22372025-02-06T04:31:19.730Z Checking static_assertions v1.1.0
22382025-02-06T04:31:19.762Z Checking new_debug_unreachable v1.0.6
22392025-02-06T04:31:19.810Z Checking predicates-core v1.0.8
22402025-02-06T04:31:19.849Z Checking precomputed-hash v0.1.1
22412025-02-06T04:31:19.875Z Checking unicode-segmentation v1.12.0
22422025-02-06T04:31:19.978Z Checking difflib v0.4.0
22432025-02-06T04:31:20.009Z Checking number_prefix v0.4.0
22442025-02-06T04:31:20.035Z Checking minimal-lexical v0.2.1
22452025-02-06T04:31:20.224Z Checking fixedbitset v0.4.2
22462025-02-06T04:31:20.249Z Checking normalize-line-endings v0.3.0
22472025-02-06T04:31:20.274Z Checking bit-vec v0.6.3
22482025-02-06T04:31:20.375Z Checking qorb v0.2.1
22492025-02-06T04:31:20.400Z Checking predicates v3.1.2
22502025-02-06T04:31:20.503Z Checking nom v7.1.3
22512025-02-06T04:31:20.536Z Checking petgraph v0.6.5
22522025-02-06T04:31:20.563Z Checking ed25519-dalek v2.1.1
22532025-02-06T04:31:20.589Z Checking similar v2.6.0
22542025-02-06T04:31:20.650Z Checking bit-set v0.5.3
22552025-02-06T04:31:20.923Z Checking tokio-postgres v0.7.12
22562025-02-06T04:31:21.006Z Checking string_cache v0.8.7
22572025-02-06T04:31:21.068Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22582025-02-06T04:31:21.121Z Checking indicatif v0.17.11
22592025-02-06T04:31:21.303Z Checking reqwest v0.12.9
22602025-02-06T04:31:21.462Z Checking ecdsa v0.16.9
22612025-02-06T04:31:21.885Z Checking rsa v0.9.6
22622025-02-06T04:31:22.125Z Checking toml v0.7.8
22632025-02-06T04:31:22.834Z Checking clap v4.5.27
22642025-02-06T04:31:22.885Z Checking zip v0.6.6
22652025-02-06T04:31:22.911Z Checking crossterm v0.28.1
22662025-02-06T04:31:22.997Z Checking itertools v0.12.1
22672025-02-06T04:31:23.131Z Checking itertools v0.10.5
22682025-02-06T04:31:23.450Z Checking fs-err v2.11.0
22692025-02-06T04:31:23.588Z Checking ahash v0.8.11
22702025-02-06T04:31:23.680Z Checking x509-cert v0.2.5
22712025-02-06T04:31:23.710Z Checking semver v1.0.24
22722025-02-06T04:31:24.019Z Checking hex v0.4.3
22732025-02-06T04:31:24.082Z Checking lalrpop-util v0.19.12
22742025-02-06T04:31:24.135Z Checking peg-runtime v0.8.3
22752025-02-06T04:31:24.370Z Checking sigpipe v0.1.3
22762025-02-06T04:31:26.204Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22772025-02-06T04:31:26.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.76s
22782025-02-06T04:31:26.944Z
22792025-02-06T04:31:26.944Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22802025-02-06T04:31:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812025-02-06T04:31:27.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822025-02-06T04:31:28.122Z Compiling hashbrown v0.14.5
22832025-02-06T04:31:28.190Z Checking heck v0.5.0
22842025-02-06T04:31:28.216Z Compiling unsafe-libyaml v0.2.11
22852025-02-06T04:31:28.240Z Checking ipnetwork v0.20.0
22862025-02-06T04:31:28.240Z Compiling ident_case v1.0.1
22872025-02-06T04:31:28.278Z Checking progenitor-client v0.8.0
22882025-02-06T04:31:28.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892025-02-06T04:31:28.412Z Checking newtype-uuid v1.2.1
22902025-02-06T04:31:28.466Z Compiling darling_core v0.20.10
22912025-02-06T04:31:28.660Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22922025-02-06T04:31:28.684Z Compiling proc-macro-crate v1.3.1
22932025-02-06T04:31:28.710Z Compiling structmeta-derive v0.3.0
22942025-02-06T04:31:28.710Z Compiling thiserror v2.0.11
22952025-02-06T04:31:29.036Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22962025-02-06T04:31:29.300Z Checking regress v0.10.1
22972025-02-06T04:31:29.461Z Compiling serde_yaml v0.9.34+deprecated
22982025-02-06T04:31:29.667Z Compiling num_enum_derive v0.5.11
22992025-02-06T04:31:29.704Z Compiling lzma-sys v0.1.20
23002025-02-06T04:31:30.014Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23012025-02-06T04:31:30.435Z Compiling foreign-types-macros v0.2.3
23022025-02-06T04:31:31.140Z Compiling thiserror-impl v2.0.11
23032025-02-06T04:31:31.306Z Compiling structmeta v0.3.0
23042025-02-06T04:31:31.636Z Compiling dropshot v0.15.1
23052025-02-06T04:31:31.743Z Checking foreign-types-shared v0.3.1
23062025-02-06T04:31:31.895Z Checking arc-swap v1.7.1
23072025-02-06T04:31:32.000Z Checking num_enum v0.5.11
23082025-02-06T04:31:32.037Z Checking foreign-types v0.5.0
23092025-02-06T04:31:32.155Z Compiling parse-display-derive v0.10.0
23102025-02-06T04:31:32.190Z Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23112025-02-06T04:31:32.348Z Checking slog-scope v4.4.0
23122025-02-06T04:31:32.524Z Compiling proc-macro-error v1.0.4
23132025-02-06T04:31:32.621Z Checking typify-impl v0.2.0
23142025-02-06T04:31:33.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152025-02-06T04:31:33.095Z Checking tungstenite v0.21.0
23162025-02-06T04:31:33.181Z Compiling heck v0.3.3
23172025-02-06T04:31:33.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182025-02-06T04:31:33.688Z Compiling dropshot_endpoint v0.15.1
23192025-02-06T04:31:33.843Z Checking cstr-argument v0.1.2
23202025-02-06T04:31:34.019Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23212025-02-06T04:31:34.123Z Checking instant v0.1.13
23222025-02-06T04:31:34.169Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23232025-02-06T04:31:34.304Z Checking fastrand v2.1.1
23242025-02-06T04:31:34.418Z Compiling darling_macro v0.20.10
23252025-02-06T04:31:34.452Z Checking pretty-hex v0.2.1
23262025-02-06T04:31:34.537Z Checking base64 v0.21.7
23272025-02-06T04:31:34.574Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23282025-02-06T04:31:34.611Z Checking tempfile v3.13.0
23292025-02-06T04:31:34.644Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302025-02-06T04:31:34.854Z Checking backoff v0.4.0
23312025-02-06T04:31:34.896Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322025-02-06T04:31:34.952Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332025-02-06T04:31:34.977Z Checking tokio-tungstenite v0.21.0
23342025-02-06T04:31:35.048Z Checking strum v0.26.3
23352025-02-06T04:31:35.109Z Compiling darling v0.20.10
23362025-02-06T04:31:35.134Z Compiling zone_cfg_derive v0.1.2
23372025-02-06T04:31:35.266Z Compiling serde_with_macros v3.11.0
23382025-02-06T04:31:35.292Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23392025-02-06T04:31:35.317Z Checking slog-stdlog v4.1.1
23402025-02-06T04:31:35.494Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23412025-02-06T04:31:35.553Z Checking parse-display v0.10.0
23422025-02-06T04:31:35.638Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23432025-02-06T04:31:35.789Z Checking regress v0.9.1
23442025-02-06T04:31:35.814Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23452025-02-06T04:31:35.814Z Checking progenitor-client v0.9.1
23462025-02-06T04:31:35.910Z Checking colored v2.1.0
23472025-02-06T04:31:36.069Z Checking macaddr v1.0.1
23482025-02-06T04:31:36.174Z Checking unicode-width v0.1.14
23492025-02-06T04:31:36.204Z Checking base64 v0.13.1
23502025-02-06T04:31:36.321Z Checking zone v0.1.8
23512025-02-06T04:31:36.548Z Checking ron v0.7.1
23522025-02-06T04:31:36.581Z Checking tabwriter v1.4.0
23532025-02-06T04:31:36.785Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23542025-02-06T04:31:36.876Z Checking xz2 v0.1.7
23552025-02-06T04:31:37.183Z Checking slog-envlogger v2.2.0
23562025-02-06T04:31:37.237Z Checking xattr v1.3.1
23572025-02-06T04:31:37.414Z Checking pem v3.0.4
23582025-02-06T04:31:37.449Z Checking yasna v0.5.2
23592025-02-06T04:31:37.528Z Checking serde_with v3.11.0
23602025-02-06T04:31:37.553Z Checking headers-core v0.3.0
23612025-02-06T04:31:37.684Z Checking smf v0.2.3
23622025-02-06T04:31:37.715Z Checking filetime v0.2.25
23632025-02-06T04:31:37.936Z Checking same-file v1.0.6
23642025-02-06T04:31:37.993Z Checking tar v0.4.42
23652025-02-06T04:31:38.102Z Checking headers v0.4.0
23662025-02-06T04:31:38.144Z Checking walkdir v2.5.0
23672025-02-06T04:31:38.226Z Checking rcgen v0.12.1
23682025-02-06T04:31:38.436Z Checking atomicwrites v0.4.4
23692025-02-06T04:31:38.560Z Checking camino-tempfile v1.1.1
23702025-02-06T04:31:38.653Z Checking subprocess v0.2.9
23712025-02-06T04:31:41.425Z Compiling typify-macro v0.2.0
23722025-02-06T04:31:43.166Z Compiling typify v0.2.0
23732025-02-06T04:31:43.261Z Compiling progenitor-impl v0.8.0
23742025-02-06T04:31:46.298Z Compiling progenitor-macro v0.8.0
23752025-02-06T04:31:50.439Z Checking progenitor v0.8.0
23762025-02-06T04:31:50.609Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23772025-02-06T04:31:50.609Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23782025-02-06T04:31:54.141Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23792025-02-06T04:31:54.518Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802025-02-06T04:32:03.370Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23812025-02-06T04:32:05.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23822025-02-06T04:32:07.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.43s
23832025-02-06T04:32:07.580Z
23842025-02-06T04:32:07.580Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23852025-02-06T04:32:08.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862025-02-06T04:32:08.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872025-02-06T04:32:08.603Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23882025-02-06T04:32:10.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
23892025-02-06T04:32:10.710Z
23902025-02-06T04:32:10.710Zinfo: running `cargo check --bins` on nexus-config (51/199)
23912025-02-06T04:32:11.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922025-02-06T04:32:11.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932025-02-06T04:32:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942025-02-06T04:32:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
23952025-02-06T04:32:11.689Z
23962025-02-06T04:32:11.689Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
23972025-02-06T04:32:12.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982025-02-06T04:32:12.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992025-02-06T04:32:12.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002025-02-06T04:32:12.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24012025-02-06T04:32:12.613Z
24022025-02-06T04:32:12.613Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24032025-02-06T04:32:13.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042025-02-06T04:32:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052025-02-06T04:32:13.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062025-02-06T04:32:13.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24072025-02-06T04:32:13.435Z
24082025-02-06T04:32:13.435Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24092025-02-06T04:32:14.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102025-02-06T04:32:14.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112025-02-06T04:32:14.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122025-02-06T04:32:14.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24132025-02-06T04:32:14.251Z
24142025-02-06T04:32:14.251Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24152025-02-06T04:32:15.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-02-06T04:32:15.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-02-06T04:32:15.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182025-02-06T04:32:15.208Z Compiling ipnetwork v0.20.0
24192025-02-06T04:32:15.208Z Compiling zerocopy v0.8.10
24202025-02-06T04:32:15.208Z Compiling progenitor-client v0.8.0
24212025-02-06T04:32:15.232Z Compiling itertools v0.13.0
24222025-02-06T04:32:15.232Z Compiling zerocopy-derive v0.8.10
24232025-02-06T04:32:15.232Z Compiling heapless v0.8.0
24242025-02-06T04:32:15.232Z Compiling thiserror v2.0.11
24252025-02-06T04:32:15.429Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24262025-02-06T04:32:15.537Z Checking hash32 v0.3.1
24272025-02-06T04:32:15.692Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24282025-02-06T04:32:15.727Z Compiling progenitor v0.8.0
24292025-02-06T04:32:15.937Z Compiling instant v0.1.13
24302025-02-06T04:32:15.961Z Compiling smoltcp v0.11.0
24312025-02-06T04:32:16.069Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24322025-02-06T04:32:16.094Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24332025-02-06T04:32:16.119Z Compiling backoff v0.4.0
24342025-02-06T04:32:16.319Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24352025-02-06T04:32:16.382Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24362025-02-06T04:32:16.424Z Compiling dropshot v0.15.1
24372025-02-06T04:32:16.529Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24382025-02-06T04:32:16.720Z Compiling serde_with v3.11.0
24392025-02-06T04:32:16.744Z Compiling parse-display v0.10.0
24402025-02-06T04:32:16.785Z Checking num-rational v0.4.2
24412025-02-06T04:32:17.300Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24422025-02-06T04:32:17.340Z Compiling progenitor-client v0.9.1
24432025-02-06T04:32:17.755Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24442025-02-06T04:32:17.810Z Compiling regress v0.9.1
24452025-02-06T04:32:18.770Z Compiling phf_generator v0.11.2
24462025-02-06T04:32:18.936Z Checking num-complex v0.4.6
24472025-02-06T04:32:19.624Z Compiling macaddr v1.0.1
24482025-02-06T04:32:19.804Z Checking cobs v0.2.3
24492025-02-06T04:32:19.979Z Checking postcard v1.0.10
24502025-02-06T04:32:20.003Z Checking num v0.4.3
24512025-02-06T04:32:20.102Z Compiling phf_codegen v0.11.2
24522025-02-06T04:32:20.418Z Compiling parse-zoneinfo v0.3.1
24532025-02-06T04:32:20.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24542025-02-06T04:32:20.724Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24552025-02-06T04:32:21.679Z Checking float-ord v0.3.2
24562025-02-06T04:32:21.754Z Compiling convert_case v0.4.0
24572025-02-06T04:32:22.119Z Compiling chrono-tz-build v0.4.0
24582025-02-06T04:32:22.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24592025-02-06T04:32:22.530Z Compiling derive_more v0.99.18
24602025-02-06T04:32:22.736Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24612025-02-06T04:32:22.975Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24622025-02-06T04:32:22.999Z Compiling crucible-workspace-hack v0.1.0
24632025-02-06T04:32:23.191Z Compiling chrono-tz v0.10.1
24642025-02-06T04:32:23.272Z Checking newline-converter v0.3.0
24652025-02-06T04:32:23.422Z Checking prettyplease v0.2.25
24662025-02-06T04:32:23.551Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24672025-02-06T04:32:23.742Z Compiling slog-dtrace v0.3.0
24682025-02-06T04:32:23.981Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24692025-02-06T04:32:24.206Z Checking expectorate v1.1.0
24702025-02-06T04:32:24.379Z Compiling zone_cfg_derive v0.3.0
24712025-02-06T04:32:24.594Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24722025-02-06T04:32:25.071Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24732025-02-06T04:32:25.313Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24742025-02-06T04:32:25.436Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24752025-02-06T04:32:25.558Z Compiling const_format_proc_macros v0.2.34
24762025-02-06T04:32:25.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772025-02-06T04:32:26.037Z Compiling num-derive v0.4.2
24782025-02-06T04:32:26.061Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24792025-02-06T04:32:26.306Z Checking highway v1.2.0
24802025-02-06T04:32:26.455Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24812025-02-06T04:32:26.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24822025-02-06T04:32:26.690Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24832025-02-06T04:32:26.858Z Checking zone v0.3.0
24842025-02-06T04:32:27.141Z Checking const_format v0.2.34
24852025-02-06T04:32:27.340Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24862025-02-06T04:32:27.513Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24872025-02-06T04:32:27.830Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24882025-02-06T04:32:27.868Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24892025-02-06T04:32:27.958Z Checking gethostname v0.5.0
24902025-02-06T04:32:28.090Z Checking bcs v0.1.6
24912025-02-06T04:32:28.125Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24922025-02-06T04:32:28.171Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24932025-02-06T04:32:28.209Z Compiling async-recursion v1.1.1
24942025-02-06T04:32:28.233Z Checking nanorand v0.7.0
24952025-02-06T04:32:28.508Z Checking termtree v0.5.1
24962025-02-06T04:32:28.563Z Checking flume v0.11.1
24972025-02-06T04:32:30.168Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24982025-02-06T04:32:34.978Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24992025-02-06T04:32:38.759Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25002025-02-06T04:32:42.009Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25012025-02-06T04:32:43.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.36s
25022025-02-06T04:32:43.794Z
25032025-02-06T04:32:43.795Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25042025-02-06T04:32:44.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052025-02-06T04:32:44.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062025-02-06T04:32:44.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072025-02-06T04:32:44.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25082025-02-06T04:32:45.662Z
25092025-02-06T04:32:45.662Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25102025-02-06T04:32:45.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-02-06T04:32:45.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-02-06T04:32:45.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132025-02-06T04:32:45.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25142025-02-06T04:32:45.686Z
25152025-02-06T04:32:45.686Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25162025-02-06T04:32:46.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-02-06T04:32:46.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-02-06T04:32:46.389Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192025-02-06T04:32:47.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
25202025-02-06T04:32:47.282Z
25212025-02-06T04:32:47.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25222025-02-06T04:32:48.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-02-06T04:32:48.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-02-06T04:32:48.175Z Compiling cfg_aliases v0.1.1
25252025-02-06T04:32:48.176Z Compiling vte_generate_state_changes v0.1.2
25262025-02-06T04:32:48.176Z Checking fd-lock v4.0.2
25272025-02-06T04:32:48.201Z Checking nibble_vec v0.1.0
25282025-02-06T04:32:48.201Z Checking bytecount v0.6.8
25292025-02-06T04:32:48.201Z Checking endian-type v0.1.2
25302025-02-06T04:32:48.239Z Compiling tabled_derive v0.7.0
25312025-02-06T04:32:48.263Z Compiling peg-macros v0.8.4
25322025-02-06T04:32:48.332Z Compiling nix v0.28.0
25332025-02-06T04:32:48.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342025-02-06T04:32:48.429Z Checking radix_trie v0.2.1
25352025-02-06T04:32:48.455Z Checking papergrid v0.11.0
25362025-02-06T04:32:48.455Z Compiling sqlparser_derive v0.2.2
25372025-02-06T04:32:48.904Z Checking nu-ansi-term v0.50.1
25382025-02-06T04:32:48.928Z Checking vte v0.11.1
25392025-02-06T04:32:49.139Z Checking home v0.5.9
25402025-02-06T04:32:49.264Z Checking unicode_categories v0.1.1
25412025-02-06T04:32:49.330Z Checking display-error-chain v0.2.2
25422025-02-06T04:32:49.355Z Checking sqlparser v0.45.0
25432025-02-06T04:32:49.530Z Checking sqlformat v0.2.6
25442025-02-06T04:32:49.873Z Checking strip-ansi-escapes v0.2.0
25452025-02-06T04:32:50.017Z Checking reedline v0.35.0
25462025-02-06T04:32:50.114Z Checking tabled v0.15.0
25472025-02-06T04:32:50.405Z Checking peg v0.8.4
25482025-02-06T04:32:50.998Z Checking rustyline v14.0.0
25492025-02-06T04:33:02.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
25502025-02-06T04:33:02.586Z
25512025-02-06T04:33:02.586Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25522025-02-06T04:33:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-02-06T04:33:03.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-02-06T04:33:03.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552025-02-06T04:33:10.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
25562025-02-06T04:33:10.491Z
25572025-02-06T04:33:10.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25582025-02-06T04:33:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-02-06T04:33:11.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-02-06T04:33:11.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612025-02-06T04:33:15.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
25622025-02-06T04:33:16.164Z
25632025-02-06T04:33:16.164Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25642025-02-06T04:33:16.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-02-06T04:33:16.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-02-06T04:33:17.096Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-02-06T04:33:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
25682025-02-06T04:33:23.635Z
25692025-02-06T04:33:23.635Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25702025-02-06T04:33:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-02-06T04:33:24.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-02-06T04:33:24.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25732025-02-06T04:33:31.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
25742025-02-06T04:33:31.224Z
25752025-02-06T04:33:31.224Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25762025-02-06T04:33:32.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-02-06T04:33:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-02-06T04:33:32.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25792025-02-06T04:33:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
25802025-02-06T04:33:37.124Z
25812025-02-06T04:33:37.124Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25822025-02-06T04:33:37.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-02-06T04:33:37.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-02-06T04:33:38.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25852025-02-06T04:33:42.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
25862025-02-06T04:33:43.155Z
25872025-02-06T04:33:43.155Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25882025-02-06T04:33:43.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-02-06T04:33:43.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-02-06T04:33:44.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25912025-02-06T04:33:50.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
25922025-02-06T04:33:50.939Z
25932025-02-06T04:33:50.939Zinfo: running `cargo check --bins` on oximeter (67/199)
25942025-02-06T04:33:51.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-02-06T04:33:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-02-06T04:33:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-02-06T04:33:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25982025-02-06T04:33:51.824Z
25992025-02-06T04:33:51.824Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26002025-02-06T04:33:52.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-02-06T04:33:52.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-02-06T04:33:52.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-02-06T04:33:52.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26042025-02-06T04:33:52.670Z
26052025-02-06T04:33:52.670Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26062025-02-06T04:33:53.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-02-06T04:33:53.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-02-06T04:33:53.598Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26092025-02-06T04:33:56.177Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26102025-02-06T04:33:57.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
26112025-02-06T04:33:57.586Z
26122025-02-06T04:33:57.586Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26132025-02-06T04:33:58.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-02-06T04:33:58.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-02-06T04:33:58.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-02-06T04:33:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26172025-02-06T04:33:58.449Z
26182025-02-06T04:33:58.450Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26192025-02-06T04:33:59.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-02-06T04:33:59.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-02-06T04:33:59.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-02-06T04:33:59.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26232025-02-06T04:33:59.323Z
26242025-02-06T04:33:59.324Zinfo: running `cargo check --bins` on oxql-types (72/199)
26252025-02-06T04:34:00.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-02-06T04:34:00.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-02-06T04:34:00.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-02-06T04:34:00.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26292025-02-06T04:34:00.144Z
26302025-02-06T04:34:00.144Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26312025-02-06T04:34:00.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-02-06T04:34:00.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-02-06T04:34:00.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-02-06T04:34:00.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26352025-02-06T04:34:01.037Z
26362025-02-06T04:34:01.037Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26372025-02-06T04:34:01.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-02-06T04:34:01.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-02-06T04:34:01.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-02-06T04:34:01.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26412025-02-06T04:34:01.920Z
26422025-02-06T04:34:01.920Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26432025-02-06T04:34:02.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-02-06T04:34:02.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-02-06T04:34:02.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-02-06T04:34:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26472025-02-06T04:34:02.785Z
26482025-02-06T04:34:02.785Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26492025-02-06T04:34:03.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-02-06T04:34:03.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-02-06T04:34:03.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-02-06T04:34:03.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26532025-02-06T04:34:03.680Z
26542025-02-06T04:34:03.680Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26552025-02-06T04:34:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-02-06T04:34:04.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-02-06T04:34:04.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-02-06T04:34:04.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26592025-02-06T04:34:04.526Z
26602025-02-06T04:34:04.527Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26612025-02-06T04:34:05.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-02-06T04:34:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-02-06T04:34:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-02-06T04:34:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26652025-02-06T04:34:05.389Z
26662025-02-06T04:34:05.389Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26672025-02-06T04:34:06.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-02-06T04:34:06.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-02-06T04:34:06.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-02-06T04:34:06.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26712025-02-06T04:34:06.230Z
26722025-02-06T04:34:06.230Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26732025-02-06T04:34:07.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-02-06T04:34:07.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-02-06T04:34:07.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-02-06T04:34:07.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26772025-02-06T04:34:07.120Z
26782025-02-06T04:34:07.120Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26792025-02-06T04:34:07.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-02-06T04:34:07.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-02-06T04:34:07.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-02-06T04:34:07.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26832025-02-06T04:34:07.959Z
26842025-02-06T04:34:07.959Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26852025-02-06T04:34:08.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-02-06T04:34:08.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-02-06T04:34:08.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-02-06T04:34:08.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26892025-02-06T04:34:08.809Z
26902025-02-06T04:34:08.809Zinfo: running `cargo check --bins` on dpd-client (83/199)
26912025-02-06T04:34:09.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-02-06T04:34:09.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-02-06T04:34:09.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-02-06T04:34:09.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26952025-02-06T04:34:09.646Z
26962025-02-06T04:34:09.646Zinfo: running `cargo check --bins` on gateway-client (84/199)
26972025-02-06T04:34:10.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-02-06T04:34:10.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-02-06T04:34:10.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-02-06T04:34:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27012025-02-06T04:34:10.477Z
27022025-02-06T04:34:10.477Zinfo: running `cargo check --bins` on installinator-client (85/199)
27032025-02-06T04:34:11.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-02-06T04:34:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-02-06T04:34:11.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-02-06T04:34:11.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27072025-02-06T04:34:11.370Z
27082025-02-06T04:34:11.370Zinfo: running `cargo check --bins` on installinator-common (86/199)
27092025-02-06T04:34:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-02-06T04:34:12.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-02-06T04:34:12.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-02-06T04:34:12.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27132025-02-06T04:34:12.248Z
27142025-02-06T04:34:12.248Zinfo: running `cargo check --bins` on update-engine (87/199)
27152025-02-06T04:34:12.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-02-06T04:34:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-02-06T04:34:12.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-02-06T04:34:12.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27192025-02-06T04:34:13.076Z
27202025-02-06T04:34:13.076Zinfo: running `cargo check --bins` on nexus-client (88/199)
27212025-02-06T04:34:13.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-02-06T04:34:13.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-02-06T04:34:13.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-02-06T04:34:13.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27252025-02-06T04:34:13.976Z
27262025-02-06T04:34:13.977Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27272025-02-06T04:34:14.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-02-06T04:34:14.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-02-06T04:34:14.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-02-06T04:34:14.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27312025-02-06T04:34:14.847Z
27322025-02-06T04:34:14.847Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27332025-02-06T04:34:15.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-02-06T04:34:15.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-02-06T04:34:15.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-02-06T04:34:15.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27372025-02-06T04:34:15.672Z
27382025-02-06T04:34:15.672Zinfo: running `cargo check --bins` on nexus-types (91/199)
27392025-02-06T04:34:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-02-06T04:34:16.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-02-06T04:34:16.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-02-06T04:34:16.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27432025-02-06T04:34:16.565Z
27442025-02-06T04:34:16.565Zinfo: running `cargo check --bins` on oxide-client (92/199)
27452025-02-06T04:34:17.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-02-06T04:34:17.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-02-06T04:34:17.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-02-06T04:34:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27492025-02-06T04:34:17.376Z
27502025-02-06T04:34:17.376Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27512025-02-06T04:34:18.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-02-06T04:34:18.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-02-06T04:34:18.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-02-06T04:34:18.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27552025-02-06T04:34:18.218Z
27562025-02-06T04:34:18.218Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27572025-02-06T04:34:18.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-02-06T04:34:18.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-02-06T04:34:18.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-02-06T04:34:18.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27612025-02-06T04:34:19.038Z
27622025-02-06T04:34:19.039Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27632025-02-06T04:34:19.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-02-06T04:34:19.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-02-06T04:34:19.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662025-02-06T04:34:19.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27672025-02-06T04:34:19.902Z
27682025-02-06T04:34:19.902Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27692025-02-06T04:34:20.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702025-02-06T04:34:20.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712025-02-06T04:34:20.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722025-02-06T04:34:20.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27732025-02-06T04:34:20.799Z
27742025-02-06T04:34:20.799Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27752025-02-06T04:34:21.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762025-02-06T04:34:21.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772025-02-06T04:34:21.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782025-02-06T04:34:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27792025-02-06T04:34:21.675Z
27802025-02-06T04:34:21.675Zinfo: running `cargo check --bins` on wicket-common (98/199)
27812025-02-06T04:34:22.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-02-06T04:34:22.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-02-06T04:34:22.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-02-06T04:34:22.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27852025-02-06T04:34:22.528Z
27862025-02-06T04:34:22.529Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27872025-02-06T04:34:23.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-02-06T04:34:23.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-02-06T04:34:23.408Z Checking csv-core v0.1.11
27902025-02-06T04:34:23.408Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27912025-02-06T04:34:23.432Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27922025-02-06T04:34:23.432Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27932025-02-06T04:34:23.665Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27942025-02-06T04:34:23.708Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27952025-02-06T04:34:23.759Z Checking csv v1.3.1
27962025-02-06T04:34:24.409Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27972025-02-06T04:34:24.858Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27982025-02-06T04:34:26.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
27992025-02-06T04:34:27.101Z
28002025-02-06T04:34:27.101Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28012025-02-06T04:34:27.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-02-06T04:34:27.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-02-06T04:34:27.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-02-06T04:34:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28052025-02-06T04:34:27.928Z
28062025-02-06T04:34:27.928Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28072025-02-06T04:34:28.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-02-06T04:34:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-02-06T04:34:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-02-06T04:34:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28112025-02-06T04:34:28.755Z
28122025-02-06T04:34:28.755Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28132025-02-06T04:34:29.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-02-06T04:34:29.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-02-06T04:34:29.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-02-06T04:34:29.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28172025-02-06T04:34:29.730Z
28182025-02-06T04:34:29.730Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28192025-02-06T04:34:30.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-02-06T04:34:30.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-02-06T04:34:30.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-02-06T04:34:30.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28232025-02-06T04:34:30.701Z
28242025-02-06T04:34:30.701Zinfo: running `cargo check --bins` on dns-server (104/199)
28252025-02-06T04:34:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-02-06T04:34:31.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-02-06T04:34:31.576Z Compiling typify-impl v0.3.0
28282025-02-06T04:34:31.608Z Compiling parking_lot_core v0.8.6
28292025-02-06T04:34:31.632Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28302025-02-06T04:34:31.657Z Checking fxhash v0.2.1
28312025-02-06T04:34:31.681Z Checking hickory-client v0.24.2
28322025-02-06T04:34:31.681Z Checking hickory-server v0.24.2
28332025-02-06T04:34:32.325Z Checking parking_lot v0.11.2
28342025-02-06T04:34:32.474Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28352025-02-06T04:34:32.629Z Checking sled v0.34.7
28362025-02-06T04:34:38.063Z Compiling typify-macro v0.3.0
28372025-02-06T04:34:39.829Z Compiling typify v0.3.0
28382025-02-06T04:34:39.954Z Compiling progenitor-impl v0.9.1
28392025-02-06T04:34:43.014Z Compiling progenitor-macro v0.9.1
28402025-02-06T04:34:47.136Z Checking progenitor v0.9.1
28412025-02-06T04:34:47.307Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28422025-02-06T04:34:47.880Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28432025-02-06T04:34:49.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
28442025-02-06T04:34:49.645Z
28452025-02-06T04:34:49.645Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28462025-02-06T04:34:50.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-02-06T04:34:50.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-02-06T04:34:50.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-02-06T04:34:50.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28502025-02-06T04:34:50.485Z
28512025-02-06T04:34:50.485Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28522025-02-06T04:34:51.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-02-06T04:34:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-02-06T04:34:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-02-06T04:34:51.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28562025-02-06T04:34:51.423Z
28572025-02-06T04:34:51.423Zinfo: running `cargo check --bins` on gateway-types (107/199)
28582025-02-06T04:34:52.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-02-06T04:34:52.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-02-06T04:34:52.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-02-06T04:34:52.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28622025-02-06T04:34:52.248Z
28632025-02-06T04:34:52.248Zinfo: running `cargo check --bins` on ipcc (108/199)
28642025-02-06T04:34:52.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-02-06T04:34:52.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-02-06T04:34:52.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672025-02-06T04:34:52.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28682025-02-06T04:34:53.050Z
28692025-02-06T04:34:53.050Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28702025-02-06T04:34:53.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712025-02-06T04:34:53.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722025-02-06T04:34:53.980Z Compiling semver v0.1.20
28732025-02-06T04:34:53.980Z Compiling radium v0.7.0
28742025-02-06T04:34:54.007Z Checking tap v1.0.1
28752025-02-06T04:34:54.031Z Compiling maybe-uninit v2.0.0
28762025-02-06T04:34:54.062Z Checking password-hash v0.5.0
28772025-02-06T04:34:54.086Z Checking blake2 v0.10.6
28782025-02-06T04:34:54.086Z Compiling cancel-safe-futures v0.1.5
28792025-02-06T04:34:54.086Z Checking crc-catalog v2.4.0
28802025-02-06T04:34:54.196Z Checking wyz v0.5.1
28812025-02-06T04:34:54.272Z Checking funty v2.0.0
28822025-02-06T04:34:54.359Z Compiling rustc_version v0.1.7
28832025-02-06T04:34:54.511Z Compiling packed_struct v0.10.1
28842025-02-06T04:34:54.535Z Compiling owo-colors v4.1.0
28852025-02-06T04:34:54.535Z Checking argon2 v0.5.3
28862025-02-06T04:34:54.610Z Checking crc v3.2.1
28872025-02-06T04:34:54.684Z Compiling packed_struct_codegen v0.10.1
28882025-02-06T04:34:54.756Z Checking half v2.4.1
28892025-02-06T04:34:54.781Z Compiling newtype_derive v0.1.6
28902025-02-06T04:34:54.826Z Compiling indexmap v1.9.3
28912025-02-06T04:34:54.919Z Checking nodrop v0.1.14
28922025-02-06T04:34:54.949Z Checking bitvec v1.0.1
28932025-02-06T04:34:55.011Z Checking ciborium-io v0.2.2
28942025-02-06T04:34:55.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28952025-02-06T04:34:55.148Z Checking array-init v0.0.4
28962025-02-06T04:34:55.172Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28972025-02-06T04:34:55.173Z Checking ciborium-ll v0.2.2
28982025-02-06T04:34:55.265Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-02-06T04:34:55.379Z Checking smallvec v0.6.14
29002025-02-06T04:34:55.507Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29012025-02-06T04:34:55.709Z Checking libsw v3.3.1
29022025-02-06T04:34:55.852Z Compiling memoffset v0.9.1
29032025-02-06T04:34:55.876Z Checking hashbrown v0.12.3
29042025-02-06T04:34:55.905Z Checking linear-map v1.2.0
29052025-02-06T04:34:55.962Z Checking swrite v0.1.0
29062025-02-06T04:34:56.095Z Checking bitfield v0.14.0
29072025-02-06T04:34:56.132Z Checking indent_write v2.2.0
29082025-02-06T04:34:56.189Z Checking termcolor v1.4.1
29092025-02-06T04:34:56.355Z Checking ron v0.8.1
29102025-02-06T04:34:56.380Z Checking serde-hex v0.1.0
29112025-02-06T04:34:56.443Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29122025-02-06T04:34:56.482Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29132025-02-06T04:34:56.575Z Checking env_logger v0.10.2
29142025-02-06T04:34:56.787Z Checking ciborium v0.2.2
29152025-02-06T04:34:57.125Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29162025-02-06T04:34:57.349Z Checking steno v0.4.1
29172025-02-06T04:34:57.388Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29182025-02-06T04:34:57.631Z Checking hashbrown v0.13.2
29192025-02-06T04:34:57.656Z Checking humantime v2.1.0
29202025-02-06T04:34:57.779Z Checking crc-any v2.5.0
29212025-02-06T04:34:57.950Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29222025-02-06T04:34:58.139Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29232025-02-06T04:34:58.354Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29242025-02-06T04:34:58.481Z Checking object v0.30.4
29252025-02-06T04:34:58.656Z Checking path-slash v0.1.5
29262025-02-06T04:34:58.692Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29272025-02-06T04:34:58.828Z Checking nix v0.27.1
29282025-02-06T04:34:58.890Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29292025-02-06T04:34:59.255Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302025-02-06T04:34:59.490Z Checking tungstenite v0.23.0
29312025-02-06T04:34:59.534Z Checking kstat-rs v0.2.4
29322025-02-06T04:34:59.654Z Checking signal-hook-tokio v0.3.1
29332025-02-06T04:34:59.832Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29342025-02-06T04:35:00.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29352025-02-06T04:35:00.230Z Checking tokio-tungstenite v0.23.1
29362025-02-06T04:35:00.814Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29372025-02-06T04:35:01.047Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29382025-02-06T04:35:08.997Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29392025-02-06T04:35:10.694Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29402025-02-06T04:35:14.451Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29412025-02-06T04:35:21.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29422025-02-06T04:35:22.110Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29432025-02-06T04:35:25.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.49s
29442025-02-06T04:35:25.723Z
29452025-02-06T04:35:25.723Zinfo: running `cargo check --bins` on gateway-api (110/199)
29462025-02-06T04:35:26.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472025-02-06T04:35:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482025-02-06T04:35:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492025-02-06T04:35:26.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29502025-02-06T04:35:26.580Z
29512025-02-06T04:35:26.580Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29522025-02-06T04:35:27.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532025-02-06T04:35:27.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542025-02-06T04:35:27.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552025-02-06T04:35:27.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29562025-02-06T04:35:27.372Z
29572025-02-06T04:35:27.372Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29582025-02-06T04:35:28.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592025-02-06T04:35:28.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602025-02-06T04:35:28.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612025-02-06T04:35:28.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29622025-02-06T04:35:28.205Z
29632025-02-06T04:35:28.205Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29642025-02-06T04:35:28.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652025-02-06T04:35:28.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662025-02-06T04:35:28.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672025-02-06T04:35:28.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29682025-02-06T04:35:29.030Z
29692025-02-06T04:35:29.030Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29702025-02-06T04:35:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712025-02-06T04:35:29.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722025-02-06T04:35:29.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732025-02-06T04:35:29.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29742025-02-06T04:35:29.871Z
29752025-02-06T04:35:29.871Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
29762025-02-06T04:35:30.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772025-02-06T04:35:30.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782025-02-06T04:35:30.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792025-02-06T04:35:30.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29802025-02-06T04:35:30.713Z
29812025-02-06T04:35:30.713Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
29822025-02-06T04:35:31.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832025-02-06T04:35:31.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842025-02-06T04:35:31.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852025-02-06T04:35:31.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29862025-02-06T04:35:31.549Z
29872025-02-06T04:35:31.549Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
29882025-02-06T04:35:32.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892025-02-06T04:35:32.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902025-02-06T04:35:32.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912025-02-06T04:35:32.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29922025-02-06T04:35:32.366Z
29932025-02-06T04:35:32.366Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
29942025-02-06T04:35:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-02-06T04:35:33.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-02-06T04:35:33.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-02-06T04:35:33.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29982025-02-06T04:35:33.222Z
29992025-02-06T04:35:33.222Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30002025-02-06T04:35:33.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-02-06T04:35:33.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-02-06T04:35:33.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-02-06T04:35:33.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30042025-02-06T04:35:34.031Z
30052025-02-06T04:35:34.031Zinfo: running `cargo check --bins` on sp-sim (120/199)
30062025-02-06T04:35:34.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-02-06T04:35:34.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-02-06T04:35:34.870Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30092025-02-06T04:35:35.340Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30102025-02-06T04:35:37.518Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30112025-02-06T04:35:39.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
30122025-02-06T04:35:39.783Z
30132025-02-06T04:35:39.783Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30142025-02-06T04:35:40.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-02-06T04:35:40.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-02-06T04:35:40.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-02-06T04:35:40.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30182025-02-06T04:35:40.693Z
30192025-02-06T04:35:40.694Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30202025-02-06T04:35:41.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-02-06T04:35:41.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-02-06T04:35:41.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-02-06T04:35:41.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30242025-02-06T04:35:41.630Z
30252025-02-06T04:35:41.630Zinfo: running `cargo check --bins` on db-macros (123/199)
30262025-02-06T04:35:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-02-06T04:35:42.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-02-06T04:35:42.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-02-06T04:35:42.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30302025-02-06T04:35:42.442Z
30312025-02-06T04:35:42.442Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30322025-02-06T04:35:43.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-02-06T04:35:43.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-02-06T04:35:43.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-02-06T04:35:43.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30362025-02-06T04:35:43.238Z
30372025-02-06T04:35:43.238Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30382025-02-06T04:35:44.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-02-06T04:35:44.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-02-06T04:35:44.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412025-02-06T04:35:44.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30422025-02-06T04:35:44.121Z
30432025-02-06T04:35:44.121Zinfo: running `cargo check --bins` on authz-macros (126/199)
30442025-02-06T04:35:44.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-02-06T04:35:44.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-02-06T04:35:44.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-02-06T04:35:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30482025-02-06T04:35:44.918Z
30492025-02-06T04:35:44.918Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30502025-02-06T04:35:45.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-02-06T04:35:45.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-02-06T04:35:45.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-02-06T04:35:45.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30542025-02-06T04:35:45.757Z
30552025-02-06T04:35:45.757Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30562025-02-06T04:35:46.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-02-06T04:35:46.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-02-06T04:35:46.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592025-02-06T04:35:46.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30602025-02-06T04:35:46.633Z
30612025-02-06T04:35:46.633Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30622025-02-06T04:35:47.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-02-06T04:35:47.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-02-06T04:35:47.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652025-02-06T04:35:47.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30662025-02-06T04:35:47.465Z
30672025-02-06T04:35:47.465Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30682025-02-06T04:35:48.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-02-06T04:35:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-02-06T04:35:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-02-06T04:35:48.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30722025-02-06T04:35:48.333Z
30732025-02-06T04:35:48.333Zinfo: running `cargo check --bins` on typed-rng (131/199)
30742025-02-06T04:35:49.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-02-06T04:35:49.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-02-06T04:35:49.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-02-06T04:35:49.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30782025-02-06T04:35:49.143Z
30792025-02-06T04:35:49.143Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
30802025-02-06T04:35:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-02-06T04:35:49.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-02-06T04:35:50.102Z Checking keccak v0.1.5
30832025-02-06T04:35:50.126Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30842025-02-06T04:35:50.150Z Checking secrecy v0.8.0
30852025-02-06T04:35:50.150Z Compiling unicase v2.7.0
30862025-02-06T04:35:50.150Z Compiling same-file v1.0.6
30872025-02-06T04:35:50.203Z Compiling tempfile v3.13.0
30882025-02-06T04:35:50.226Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
30892025-02-06T04:35:50.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30902025-02-06T04:35:50.360Z Compiling walkdir v2.5.0
30912025-02-06T04:35:50.415Z Checking sha3 v0.10.8
30922025-02-06T04:35:50.455Z Compiling thiserror-impl-no-std v2.0.2
30932025-02-06T04:35:50.499Z Checking universal-hash v0.5.1
30942025-02-06T04:35:50.524Z Compiling blake3 v1.5.4
30952025-02-06T04:35:50.638Z Checking opaque-debug v0.3.1
30962025-02-06T04:35:50.689Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972025-02-06T04:35:50.741Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30982025-02-06T04:35:50.766Z Checking poly1305 v0.8.0
30992025-02-06T04:35:50.790Z Checking chacha20 v0.9.1
31002025-02-06T04:35:50.917Z Checking aead v0.5.2
31012025-02-06T04:35:50.952Z Compiling memmap2 v0.9.5
31022025-02-06T04:35:50.976Z Compiling arrayref v0.3.9
31032025-02-06T04:35:51.102Z Compiling salty v0.3.0
31042025-02-06T04:35:51.128Z Compiling arrayvec v0.7.6
31052025-02-06T04:35:51.156Z Compiling libefi-sys v0.1.0
31062025-02-06T04:35:51.241Z Compiling constant_time_eq v0.3.1
31072025-02-06T04:35:51.341Z Checking chacha20poly1305 v0.10.1
31082025-02-06T04:35:51.470Z Compiling toolchain_find v0.4.0
31092025-02-06T04:35:51.495Z Compiling camino-tempfile v1.1.1
31102025-02-06T04:35:51.555Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31112025-02-06T04:35:51.555Z Compiling bitfield-struct v0.6.2
31122025-02-06T04:35:51.883Z Compiling topological-sort v0.2.2
31132025-02-06T04:35:51.907Z Compiling mime_guess v2.0.5
31142025-02-06T04:35:52.001Z Compiling rustfmt-wrapper v0.2.1
31152025-02-06T04:35:52.401Z Compiling omicron-zone-package v0.12.0
31162025-02-06T04:35:52.485Z Compiling progenitor v0.9.1
31172025-02-06T04:35:52.509Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31182025-02-06T04:35:52.681Z Checking primeorder v0.13.6
31192025-02-06T04:35:52.705Z Checking env_filter v0.1.2
31202025-02-06T04:35:52.730Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31212025-02-06T04:35:52.767Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31222025-02-06T04:35:52.790Z Checking thiserror-no-std v2.0.2
31232025-02-06T04:35:52.880Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31242025-02-06T04:35:52.921Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31252025-02-06T04:35:52.944Z Checking env_logger v0.11.5
31262025-02-06T04:35:52.944Z Checking vsss-rs v3.3.4
31272025-02-06T04:35:53.095Z Checking p384 v0.13.0
31282025-02-06T04:35:53.131Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31292025-02-06T04:35:53.197Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31302025-02-06T04:35:53.363Z Checking simd-adler32 v0.3.7
31312025-02-06T04:35:53.424Z Compiling zip v2.1.3
31322025-02-06T04:35:53.492Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31332025-02-06T04:35:53.609Z Checking lockfree-object-pool v0.1.6
31342025-02-06T04:35:53.674Z Checking http-range v0.1.5
31352025-02-06T04:35:53.698Z Checking bumpalo v3.16.0
31362025-02-06T04:35:53.808Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31372025-02-06T04:35:53.863Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31382025-02-06T04:35:53.998Z Checking zopfli v0.8.1
31392025-02-06T04:35:54.025Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31402025-02-06T04:35:54.282Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31412025-02-06T04:35:54.401Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31422025-02-06T04:35:54.425Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31432025-02-06T04:35:54.608Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31442025-02-06T04:35:54.733Z Checking atty v0.2.14
31452025-02-06T04:35:54.866Z Checking glob v0.3.2
31462025-02-06T04:35:54.942Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472025-02-06T04:35:54.981Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31482025-02-06T04:35:55.162Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31492025-02-06T04:35:55.476Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31502025-02-06T04:35:56.042Z Checking hyper-staticfile v0.10.1
31512025-02-06T04:35:56.066Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522025-02-06T04:35:56.118Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31532025-02-06T04:35:56.403Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31542025-02-06T04:35:56.513Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552025-02-06T04:35:56.692Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31562025-02-06T04:35:56.742Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
31572025-02-06T04:35:56.876Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31582025-02-06T04:35:57.300Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31592025-02-06T04:35:57.363Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31602025-02-06T04:35:57.467Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31612025-02-06T04:35:57.759Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31622025-02-06T04:36:00.590Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632025-02-06T04:36:00.590Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642025-02-06T04:36:10.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31652025-02-06T04:36:28.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
31662025-02-06T04:36:28.534Z
31672025-02-06T04:36:28.535Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31682025-02-06T04:36:29.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-02-06T04:36:29.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-02-06T04:36:29.524Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31712025-02-06T04:36:46.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.38s
31722025-02-06T04:36:47.110Z
31732025-02-06T04:36:47.110Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
31742025-02-06T04:36:47.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-02-06T04:36:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-02-06T04:36:48.103Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31772025-02-06T04:37:05.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s
31782025-02-06T04:37:06.077Z
31792025-02-06T04:37:06.077Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
31802025-02-06T04:37:06.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812025-02-06T04:37:06.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822025-02-06T04:37:07.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31832025-02-06T04:37:24.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.48s
31842025-02-06T04:37:24.755Z
31852025-02-06T04:37:24.755Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
31862025-02-06T04:37:25.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-02-06T04:37:25.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-02-06T04:37:25.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31892025-02-06T04:37:43.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
31902025-02-06T04:37:44.147Z
31912025-02-06T04:37:44.147Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
31922025-02-06T04:37:44.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-02-06T04:37:44.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-02-06T04:37:45.148Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31952025-02-06T04:38:03.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
31962025-02-06T04:38:03.286Z
31972025-02-06T04:38:03.286Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
31982025-02-06T04:38:04.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-02-06T04:38:04.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-02-06T04:38:04.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32012025-02-06T04:38:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
32022025-02-06T04:38:22.521Z
32032025-02-06T04:38:22.521Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32042025-02-06T04:38:23.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052025-02-06T04:38:23.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062025-02-06T04:38:23.579Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32072025-02-06T04:38:41.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
32082025-02-06T04:38:41.696Z
32092025-02-06T04:38:41.696Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32102025-02-06T04:38:42.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112025-02-06T04:38:42.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122025-02-06T04:38:42.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132025-02-06T04:38:42.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32142025-02-06T04:38:42.578Z
32152025-02-06T04:38:42.578Zinfo: running `cargo check --bins` on key-manager (141/199)
32162025-02-06T04:38:43.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172025-02-06T04:38:43.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182025-02-06T04:38:43.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192025-02-06T04:38:43.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32202025-02-06T04:38:43.393Z
32212025-02-06T04:38:43.393Zinfo: running `cargo check --bins` on range-requests (142/199)
32222025-02-06T04:38:44.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-02-06T04:38:44.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-02-06T04:38:44.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-02-06T04:38:44.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32262025-02-06T04:38:44.189Z
32272025-02-06T04:38:44.189Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32282025-02-06T04:38:44.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-02-06T04:38:44.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-02-06T04:38:44.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-02-06T04:38:44.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32322025-02-06T04:38:45.011Z
32332025-02-06T04:38:45.011Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32342025-02-06T04:38:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-02-06T04:38:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-02-06T04:38:45.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-02-06T04:38:45.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32382025-02-06T04:38:45.899Z
32392025-02-06T04:38:45.899Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32402025-02-06T04:38:46.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-02-06T04:38:46.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-02-06T04:38:46.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432025-02-06T04:38:46.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32442025-02-06T04:38:46.731Z
32452025-02-06T04:38:46.732Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32462025-02-06T04:38:47.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-02-06T04:38:47.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-02-06T04:38:47.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492025-02-06T04:38:47.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32502025-02-06T04:38:47.590Z
32512025-02-06T04:38:47.590Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32522025-02-06T04:38:48.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-02-06T04:38:48.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-02-06T04:38:48.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552025-02-06T04:38:48.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32562025-02-06T04:38:48.446Z
32572025-02-06T04:38:48.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32582025-02-06T04:38:49.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592025-02-06T04:38:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602025-02-06T04:38:49.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612025-02-06T04:38:49.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32622025-02-06T04:38:49.283Z
32632025-02-06T04:38:49.283Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32642025-02-06T04:38:50.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652025-02-06T04:38:50.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662025-02-06T04:38:50.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672025-02-06T04:38:50.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32682025-02-06T04:38:50.177Z
32692025-02-06T04:38:50.177Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32702025-02-06T04:38:50.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-02-06T04:38:50.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-02-06T04:38:50.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-02-06T04:38:50.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32742025-02-06T04:38:51.039Z
32752025-02-06T04:38:51.039Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
32762025-02-06T04:38:51.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-02-06T04:38:51.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-02-06T04:38:51.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-02-06T04:38:51.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32802025-02-06T04:38:51.993Z
32812025-02-06T04:38:51.993Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
32822025-02-06T04:38:52.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-02-06T04:38:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-02-06T04:38:52.950Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32852025-02-06T04:38:52.950Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32862025-02-06T04:38:53.958Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32872025-02-06T04:38:56.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
32882025-02-06T04:38:56.752Z
32892025-02-06T04:38:56.753Zinfo: running `cargo check --bins` on oximeter-api (153/199)
32902025-02-06T04:38:57.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-02-06T04:38:57.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-02-06T04:38:57.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932025-02-06T04:38:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32942025-02-06T04:38:57.584Z
32952025-02-06T04:38:57.584Zinfo: running `cargo check --bins` on cert-dev (154/199)
32962025-02-06T04:38:58.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-02-06T04:38:58.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-02-06T04:38:58.409Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32992025-02-06T04:38:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33002025-02-06T04:38:58.834Z
33012025-02-06T04:38:58.834Zinfo: running `cargo check --bins` on clickana (155/199)
33022025-02-06T04:38:59.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-02-06T04:38:59.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-02-06T04:38:59.707Z Checking castaway v0.2.3
33052025-02-06T04:38:59.707Z Checking lru v0.12.5
33062025-02-06T04:38:59.707Z Compiling instability v0.3.2
33072025-02-06T04:38:59.731Z Checking unicode-truncate v1.1.0
33082025-02-06T04:38:59.731Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33092025-02-06T04:38:59.731Z Checking cassowary v0.3.0
33102025-02-06T04:38:59.880Z Checking compact_str v0.8.0
33112025-02-06T04:39:00.581Z Checking ratatui v0.28.1
33122025-02-06T04:39:01.734Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33132025-02-06T04:39:03.162Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33142025-02-06T04:39:04.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
33152025-02-06T04:39:04.394Z
33162025-02-06T04:39:04.394Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33172025-02-06T04:39:05.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182025-02-06T04:39:05.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192025-02-06T04:39:05.292Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33202025-02-06T04:39:05.293Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33212025-02-06T04:39:06.520Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33222025-02-06T04:39:07.103Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33232025-02-06T04:39:07.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
33242025-02-06T04:39:07.712Z
33252025-02-06T04:39:07.712Zinfo: running `cargo check --bins` on ch-dev (157/199)
33262025-02-06T04:39:08.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-02-06T04:39:08.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-02-06T04:39:08.594Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33292025-02-06T04:39:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
33302025-02-06T04:39:09.580Z
33312025-02-06T04:39:09.580Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33322025-02-06T04:39:10.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-02-06T04:39:10.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-02-06T04:39:10.451Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33352025-02-06T04:39:10.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
33362025-02-06T04:39:10.951Z
33372025-02-06T04:39:10.951Zinfo: running `cargo check --bins` on db-dev (159/199)
33382025-02-06T04:39:11.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392025-02-06T04:39:11.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402025-02-06T04:39:11.913Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33412025-02-06T04:39:12.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
33422025-02-06T04:39:12.893Z
33432025-02-06T04:39:12.893Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33442025-02-06T04:39:13.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-02-06T04:39:13.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-02-06T04:39:13.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472025-02-06T04:39:13.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33482025-02-06T04:39:13.773Z
33492025-02-06T04:39:13.773Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33502025-02-06T04:39:14.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-02-06T04:39:14.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-02-06T04:39:14.609Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33532025-02-06T04:39:15.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
33542025-02-06T04:39:15.795Z
33552025-02-06T04:39:15.795Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33562025-02-06T04:39:16.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572025-02-06T04:39:16.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582025-02-06T04:39:16.660Z Checking cargo-platform v0.1.8
33592025-02-06T04:39:16.934Z Checking cargo_metadata v0.18.1
33602025-02-06T04:39:18.127Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33612025-02-06T04:39:19.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
33622025-02-06T04:39:19.380Z
33632025-02-06T04:39:19.380Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33642025-02-06T04:39:20.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652025-02-06T04:39:20.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662025-02-06T04:39:20.332Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33672025-02-06T04:39:22.091Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33682025-02-06T04:39:22.777Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33692025-02-06T04:39:23.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
33702025-02-06T04:39:23.614Z
33712025-02-06T04:39:23.614Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
33722025-02-06T04:39:24.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732025-02-06T04:39:24.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742025-02-06T04:39:24.695Z Compiling crunchy v0.2.2
33752025-02-06T04:39:24.695Z Compiling tiny-keccak v2.0.2
33762025-02-06T04:39:24.719Z Compiling dsl_auto_type v0.1.2
33772025-02-06T04:39:24.719Z Checking scheduled-thread-pool v0.2.7
33782025-02-06T04:39:24.719Z Compiling diesel_table_macro_syntax v0.2.0
33792025-02-06T04:39:24.719Z Compiling ascii-canvas v3.0.0
33802025-02-06T04:39:24.719Z Compiling ena v0.14.3
33812025-02-06T04:39:24.719Z Compiling diff v0.1.13
33822025-02-06T04:39:25.047Z Checking r2d2 v0.8.10
33832025-02-06T04:39:25.074Z Compiling regex-syntax v0.6.29
33842025-02-06T04:39:25.124Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33852025-02-06T04:39:25.174Z Compiling ref-cast v1.0.23
33862025-02-06T04:39:25.206Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33872025-02-06T04:39:25.342Z Compiling derive_builder_core v0.20.2
33882025-02-06T04:39:25.367Z Compiling libxml v0.3.3
33892025-02-06T04:39:25.393Z Compiling ref-cast-impl v1.0.23
33902025-02-06T04:39:25.458Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33912025-02-06T04:39:25.709Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33922025-02-06T04:39:25.733Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33932025-02-06T04:39:25.864Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33942025-02-06T04:39:25.925Z Compiling strum_macros v0.24.3
33952025-02-06T04:39:25.980Z Compiling samael v0.0.17
33962025-02-06T04:39:26.024Z Compiling diesel_derives v2.2.3
33972025-02-06T04:39:26.208Z Compiling indoc v1.0.9
33982025-02-06T04:39:26.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33992025-02-06T04:39:27.200Z Compiling derive_builder_macro v0.20.2
34002025-02-06T04:39:27.294Z Compiling oso-derive v0.27.3
34012025-02-06T04:39:27.821Z Compiling lalrpop v0.19.12
34022025-02-06T04:39:28.081Z Checking derive_builder v0.20.2
34032025-02-06T04:39:28.272Z Compiling impl-trait-for-tuples v0.2.2
34042025-02-06T04:39:28.296Z Checking quick-xml v0.33.0
34052025-02-06T04:39:28.415Z Compiling diesel-dtrace v0.4.2
34062025-02-06T04:39:28.678Z Checking maplit v1.0.2
34072025-02-06T04:39:28.793Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34082025-02-06T04:39:28.821Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34092025-02-06T04:39:29.052Z Checking bb8 v0.8.5
34102025-02-06T04:39:29.329Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34112025-02-06T04:39:29.467Z Checking rand_seeder v0.3.0
34122025-02-06T04:39:29.601Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34132025-02-06T04:39:29.625Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34142025-02-06T04:39:29.690Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34152025-02-06T04:39:29.876Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34162025-02-06T04:39:30.076Z Checking is_ci v1.2.0
34172025-02-06T04:39:30.119Z Checking unicode-linebreak v0.1.5
34182025-02-06T04:39:30.278Z Checking smawk v0.3.2
34192025-02-06T04:39:30.489Z Checking supports-color v3.0.1
34202025-02-06T04:39:30.560Z Checking textwrap v0.16.1
34212025-02-06T04:39:30.690Z Checking multimap v0.10.0
34222025-02-06T04:39:31.475Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34232025-02-06T04:39:33.136Z Checking diesel v2.2.6
34242025-02-06T04:39:57.415Z Checking async-bb8-diesel v0.2.1
34252025-02-06T04:39:57.922Z Compiling polar-core v0.27.3
34262025-02-06T04:40:07.251Z Checking oso v0.27.3
34272025-02-06T04:41:29.032Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34282025-02-06T04:41:37.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
34292025-02-06T04:41:37.419Z
34302025-02-06T04:41:37.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34312025-02-06T04:41:38.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-02-06T04:41:38.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-02-06T04:41:38.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342025-02-06T04:41:38.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
34352025-02-06T04:41:38.341Z
34362025-02-06T04:41:38.341Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34372025-02-06T04:41:39.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-02-06T04:41:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-02-06T04:41:39.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402025-02-06T04:41:39.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34412025-02-06T04:41:39.235Z
34422025-02-06T04:41:39.235Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34432025-02-06T04:41:39.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442025-02-06T04:41:39.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452025-02-06T04:41:39.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462025-02-06T04:41:39.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34472025-02-06T04:41:40.063Z
34482025-02-06T04:41:40.064Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34492025-02-06T04:41:40.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502025-02-06T04:41:40.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512025-02-06T04:41:41.174Z Compiling libz-sys v1.1.20
34522025-02-06T04:41:41.198Z Compiling libgit2-sys v0.17.0+1.8.1
34532025-02-06T04:41:41.226Z Compiling vergen v8.3.2
34542025-02-06T04:41:41.250Z Compiling cargo-platform v0.1.8
34552025-02-06T04:41:41.250Z Compiling pin-project-internal v1.1.6
34562025-02-06T04:41:41.291Z Compiling libsqlite3-sys v0.30.1
34572025-02-06T04:41:41.291Z Compiling snafu-derive v0.8.5
34582025-02-06T04:41:41.315Z Compiling cfg_aliases v0.2.1
34592025-02-06T04:41:41.406Z Compiling buf-list v1.0.3
34602025-02-06T04:41:41.564Z Compiling cargo_metadata v0.18.1
34612025-02-06T04:41:41.692Z Compiling rustls v0.21.12
34622025-02-06T04:41:41.816Z Compiling nix v0.29.0
34632025-02-06T04:41:41.981Z Checking globset v0.4.15
34642025-02-06T04:41:42.005Z Checking olpc-cjson v0.1.4
34652025-02-06T04:41:42.035Z Checking sct v0.7.1
34662025-02-06T04:41:42.211Z Checking rustls-webpki v0.101.7
34672025-02-06T04:41:42.238Z Checking serde_plain v1.0.2
34682025-02-06T04:41:42.436Z Checking typed-path v0.9.3
34692025-02-06T04:41:42.749Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34702025-02-06T04:41:42.886Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34712025-02-06T04:41:43.012Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34722025-02-06T04:41:43.134Z Checking hashlink v0.9.1
34732025-02-06T04:41:43.261Z Checking fallible-iterator v0.3.0
34742025-02-06T04:41:43.479Z Checking pin-project v1.1.6
34752025-02-06T04:41:43.612Z Checking fallible-streaming-iterator v0.1.9
34762025-02-06T04:41:43.637Z Checking parse-size v1.1.0
34772025-02-06T04:41:43.829Z Checking rusqlite v0.32.1
34782025-02-06T04:41:43.867Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34792025-02-06T04:41:44.041Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34802025-02-06T04:41:44.166Z Checking rustls-pemfile v1.0.4
34812025-02-06T04:41:44.255Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34822025-02-06T04:41:44.358Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34832025-02-06T04:41:44.741Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34842025-02-06T04:41:44.810Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34852025-02-06T04:41:44.834Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34862025-02-06T04:41:44.950Z Checking twox-hash v2.1.0
34872025-02-06T04:41:45.017Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34882025-02-06T04:41:45.088Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34892025-02-06T04:41:45.128Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34902025-02-06T04:41:45.317Z Checking tokio-rustls v0.24.1
34912025-02-06T04:41:45.360Z Checking snafu v0.8.5
34922025-02-06T04:41:45.748Z Checking tough v0.19.0
34932025-02-06T04:41:46.367Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34942025-02-06T04:41:46.392Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34952025-02-06T04:41:46.624Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34962025-02-06T04:41:46.758Z Checking fatfs v0.3.6
34972025-02-06T04:41:46.785Z Checking assert_matches v1.5.0
34982025-02-06T04:41:49.316Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34992025-02-06T04:41:50.682Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35002025-02-06T04:41:53.300Z Compiling git2 v0.19.0
35012025-02-06T04:41:58.352Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
35022025-02-06T04:43:07.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
35032025-02-06T04:43:07.523Z
35042025-02-06T04:43:07.523Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35052025-02-06T04:43:08.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-02-06T04:43:08.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-02-06T04:43:08.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-02-06T04:43:08.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35092025-02-06T04:43:08.433Z
35102025-02-06T04:43:08.433Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35112025-02-06T04:43:09.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-02-06T04:43:09.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-02-06T04:43:09.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142025-02-06T04:43:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35152025-02-06T04:43:09.227Z
35162025-02-06T04:43:09.227Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35172025-02-06T04:43:09.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182025-02-06T04:43:09.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192025-02-06T04:43:09.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202025-02-06T04:43:09.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35212025-02-06T04:43:10.091Z
35222025-02-06T04:43:10.091Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35232025-02-06T04:43:10.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242025-02-06T04:43:10.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252025-02-06T04:43:10.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262025-02-06T04:43:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35272025-02-06T04:43:10.984Z
35282025-02-06T04:43:10.984Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35292025-02-06T04:43:11.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302025-02-06T04:43:11.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312025-02-06T04:43:11.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322025-02-06T04:43:11.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35332025-02-06T04:43:11.863Z
35342025-02-06T04:43:11.863Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35352025-02-06T04:43:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362025-02-06T04:43:12.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372025-02-06T04:43:12.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382025-02-06T04:43:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35392025-02-06T04:43:12.755Z
35402025-02-06T04:43:12.755Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35412025-02-06T04:43:13.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-02-06T04:43:13.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-02-06T04:43:13.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442025-02-06T04:43:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35452025-02-06T04:43:13.642Z
35462025-02-06T04:43:13.642Zinfo: running `cargo check --bins` on update-common (176/199)
35472025-02-06T04:43:14.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482025-02-06T04:43:14.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492025-02-06T04:43:14.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502025-02-06T04:43:14.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35512025-02-06T04:43:14.503Z
35522025-02-06T04:43:14.503Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35532025-02-06T04:43:15.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542025-02-06T04:43:15.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552025-02-06T04:43:15.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562025-02-06T04:43:15.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35572025-02-06T04:43:15.393Z
35582025-02-06T04:43:15.393Zinfo: running `cargo check --bins` on tufaceous (178/199)
35592025-02-06T04:43:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602025-02-06T04:43:16.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612025-02-06T04:43:16.262Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35622025-02-06T04:43:16.525Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35632025-02-06T04:43:17.793Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35642025-02-06T04:43:18.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
35652025-02-06T04:43:18.950Z
35662025-02-06T04:43:18.950Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35672025-02-06T04:43:19.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-02-06T04:43:19.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-02-06T04:43:20.122Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35702025-02-06T04:43:20.122Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35712025-02-06T04:43:20.184Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35722025-02-06T04:43:20.208Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35732025-02-06T04:43:21.470Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35742025-02-06T04:43:58.158Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35752025-02-06T04:43:58.183Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35762025-02-06T04:43:58.183Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35772025-02-06T04:43:58.183Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35782025-02-06T04:43:58.183Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35792025-02-06T04:43:58.183Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35802025-02-06T04:43:59.150Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35812025-02-06T04:44:00.670Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35822025-02-06T04:44:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
35832025-02-06T04:44:55.730Z
35842025-02-06T04:44:55.730Zinfo: running `cargo check --bins` on openapi-manager (180/199)
35852025-02-06T04:44:56.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-02-06T04:44:56.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-02-06T04:44:56.663Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35882025-02-06T04:44:56.663Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35892025-02-06T04:44:56.688Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35902025-02-06T04:44:56.733Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35912025-02-06T04:44:56.757Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35922025-02-06T04:44:56.781Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35932025-02-06T04:44:56.781Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35942025-02-06T04:44:56.805Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35952025-02-06T04:44:56.989Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35962025-02-06T04:44:57.045Z Checking heck v0.4.1
35972025-02-06T04:44:57.135Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35982025-02-06T04:44:57.247Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35992025-02-06T04:44:57.287Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36002025-02-06T04:44:57.311Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36012025-02-06T04:44:57.690Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36022025-02-06T04:44:57.937Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36032025-02-06T04:44:57.961Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36042025-02-06T04:44:59.087Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36052025-02-06T04:44:59.716Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36062025-02-06T04:45:00.008Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36072025-02-06T04:45:00.175Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36082025-02-06T04:45:02.508Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36092025-02-06T04:45:02.509Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36102025-02-06T04:45:03.990Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36112025-02-06T04:45:05.781Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36122025-02-06T04:45:13.149Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36132025-02-06T04:45:13.149Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36142025-02-06T04:45:14.626Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36152025-02-06T04:45:15.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s
36162025-02-06T04:45:16.089Z
36172025-02-06T04:45:16.089Zinfo: running `cargo check --bins` on installinator-api (181/199)
36182025-02-06T04:45:16.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192025-02-06T04:45:16.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202025-02-06T04:45:16.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212025-02-06T04:45:16.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36222025-02-06T04:45:16.970Z
36232025-02-06T04:45:16.970Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36242025-02-06T04:45:17.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-02-06T04:45:17.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-02-06T04:45:17.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272025-02-06T04:45:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36282025-02-06T04:45:17.820Z
36292025-02-06T04:45:17.820Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36302025-02-06T04:45:18.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312025-02-06T04:45:18.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322025-02-06T04:45:18.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332025-02-06T04:45:18.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36342025-02-06T04:45:18.618Z
36352025-02-06T04:45:18.618Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36362025-02-06T04:45:19.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372025-02-06T04:45:19.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382025-02-06T04:45:19.540Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36392025-02-06T04:45:19.540Z Compiling petname v2.0.2
36402025-02-06T04:45:19.540Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36412025-02-06T04:45:19.565Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36422025-02-06T04:45:19.565Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36432025-02-06T04:45:19.565Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36442025-02-06T04:45:19.565Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36452025-02-06T04:45:19.565Z Checking sync-ptr v0.1.1
36462025-02-06T04:45:25.965Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36472025-02-06T04:45:26.744Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36482025-02-06T04:45:28.243Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36492025-02-06T04:45:30.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
36502025-02-06T04:45:30.381Z
36512025-02-06T04:45:30.381Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36522025-02-06T04:45:31.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532025-02-06T04:45:31.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542025-02-06T04:45:31.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552025-02-06T04:45:31.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36562025-02-06T04:45:31.258Z
36572025-02-06T04:45:31.258Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36582025-02-06T04:45:31.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592025-02-06T04:45:32.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602025-02-06T04:45:32.118Z Checking memmap2 v0.9.5
36612025-02-06T04:45:32.118Z Checking arrayvec v0.7.6
36622025-02-06T04:45:32.118Z Checking arrayref v0.3.9
36632025-02-06T04:45:32.118Z Checking constant_time_eq v0.3.1
36642025-02-06T04:45:32.142Z Checking topological-sort v0.2.2
36652025-02-06T04:45:32.143Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
36662025-02-06T04:45:32.143Z Checking shell-words v1.1.0
36672025-02-06T04:45:32.466Z Checking blake3 v1.5.4
36682025-02-06T04:45:32.918Z Checking omicron-zone-package v0.12.0
36692025-02-06T04:45:34.340Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36702025-02-06T04:45:35.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
36712025-02-06T04:45:35.648Z
36722025-02-06T04:45:35.648Zinfo: running `cargo check --bins` on xtask (187/199)
36732025-02-06T04:45:36.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742025-02-06T04:45:36.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752025-02-06T04:45:36.225Z Checking bitflags v2.6.0
36762025-02-06T04:45:36.249Z Checking serde v1.0.217
36772025-02-06T04:45:36.249Z Checking thiserror v1.0.69
36782025-02-06T04:45:36.249Z Checking scroll v0.12.0
36792025-02-06T04:45:36.282Z Checking log v0.4.22
36802025-02-06T04:45:36.306Z Checking hashbrown v0.15.1
36812025-02-06T04:45:36.330Z Checking zerocopy v0.7.35
36822025-02-06T04:45:36.354Z Checking syn v2.0.96
36832025-02-06T04:45:36.416Z Checking pest v2.7.14
36842025-02-06T04:45:36.525Z Checking rustix v0.38.37
36852025-02-06T04:45:36.556Z Checking once_cell v1.20.2
36862025-02-06T04:45:36.704Z Checking goblin v0.8.2
36872025-02-06T04:45:36.820Z Checking fs-err v2.11.0
36882025-02-06T04:45:37.080Z Checking anyhow v1.0.95
36892025-02-06T04:45:37.166Z Checking indexmap v2.7.1
36902025-02-06T04:45:37.313Z Checking tabled v0.15.0
36912025-02-06T04:45:38.042Z Checking terminal_size v0.4.0
36922025-02-06T04:45:38.042Z Checking tempfile v3.13.0
36932025-02-06T04:45:38.203Z Checking clap_builder v4.5.27
36942025-02-06T04:45:38.524Z Checking dtrace-parser v0.2.0
36952025-02-06T04:45:39.835Z Checking serde_json v1.0.135
36962025-02-06T04:45:39.835Z Checking toml_datetime v0.6.8
36972025-02-06T04:45:39.859Z Checking serde_spanned v0.6.8
36982025-02-06T04:45:39.859Z Checking camino v1.1.9
36992025-02-06T04:45:39.859Z Checking cargo-platform v0.1.8
37002025-02-06T04:45:40.070Z Checking semver v1.0.24
37012025-02-06T04:45:40.140Z Checking toml_edit v0.22.22
37022025-02-06T04:45:40.186Z Checking macaddr v1.0.1
37032025-02-06T04:45:40.314Z Checking camino-tempfile v1.1.1
37042025-02-06T04:45:40.633Z Checking clap v4.5.27
37052025-02-06T04:45:41.041Z Checking dof v0.3.0
37062025-02-06T04:45:41.041Z Checking cargo_metadata v0.18.1
37072025-02-06T04:45:41.551Z Checking usdt-impl v0.5.0
37082025-02-06T04:45:42.002Z Checking usdt v0.5.0
37092025-02-06T04:45:42.249Z Checking toml v0.8.19
37102025-02-06T04:45:42.812Z Checking cargo_toml v0.20.5
37112025-02-06T04:45:44.350Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37122025-02-06T04:45:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s
37132025-02-06T04:45:45.286Z
37142025-02-06T04:45:45.286Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37152025-02-06T04:45:46.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-02-06T04:45:46.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-02-06T04:45:46.281Z Checking polyval v0.6.2
37182025-02-06T04:45:46.306Z Checking ctr v0.9.2
37192025-02-06T04:45:46.330Z Checking ssh-encoding v0.2.0
37202025-02-06T04:45:46.330Z Checking blowfish v0.9.1
37212025-02-06T04:45:46.330Z Checking password-hash v0.4.2
37222025-02-06T04:45:46.330Z Checking p521 v0.13.3
37232025-02-06T04:45:46.330Z Checking p256 v0.13.2
37242025-02-06T04:45:46.330Z Checking russh-cryptovec v0.7.3
37252025-02-06T04:45:46.543Z Checking ghash v0.5.1
37262025-02-06T04:45:46.595Z Checking md5 v0.7.0
37272025-02-06T04:45:46.619Z Checking num-bigint v0.4.6
37282025-02-06T04:45:46.673Z Checking bcrypt-pbkdf v0.10.0
37292025-02-06T04:45:46.704Z Checking aes-gcm v0.10.3
37302025-02-06T04:45:46.778Z Checking des v0.8.1
37312025-02-06T04:45:46.802Z Checking pbkdf2 v0.11.0
37322025-02-06T04:45:46.827Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37332025-02-06T04:45:46.851Z Checking hex-literal v0.4.1
37342025-02-06T04:45:46.918Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37352025-02-06T04:45:46.943Z Checking ssh-cipher v0.2.0
37362025-02-06T04:45:46.985Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37372025-02-06T04:45:47.024Z Checking internet-checksum v0.2.1
37382025-02-06T04:45:47.210Z Checking ssh-key v0.6.6
37392025-02-06T04:45:47.421Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37402025-02-06T04:45:48.517Z Checking russh-keys v0.45.0
37412025-02-06T04:45:49.594Z Checking russh v0.45.0
37422025-02-06T04:46:12.098Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37432025-02-06T04:46:13.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.54s
37442025-02-06T04:46:14.035Z
37452025-02-06T04:46:14.035Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37462025-02-06T04:46:14.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-02-06T04:46:14.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-02-06T04:46:14.897Z Checking termios v0.3.3
37492025-02-06T04:46:15.088Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37502025-02-06T04:46:16.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
37512025-02-06T04:46:16.251Z
37522025-02-06T04:46:16.251Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37532025-02-06T04:46:17.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542025-02-06T04:46:17.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552025-02-06T04:46:17.156Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37562025-02-06T04:46:17.156Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37572025-02-06T04:46:17.181Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37582025-02-06T04:46:17.181Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37592025-02-06T04:46:18.319Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37602025-02-06T04:46:19.869Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37612025-02-06T04:46:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
37622025-02-06T04:46:22.351Z
37632025-02-06T04:46:22.351Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
37642025-02-06T04:46:23.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652025-02-06T04:46:23.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662025-02-06T04:46:23.222Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37672025-02-06T04:46:23.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
37682025-02-06T04:46:23.870Z
37692025-02-06T04:46:23.870Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
37702025-02-06T04:46:24.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712025-02-06T04:46:24.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722025-02-06T04:46:24.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732025-02-06T04:46:24.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37742025-02-06T04:46:24.695Z
37752025-02-06T04:46:24.695Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
37762025-02-06T04:46:25.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772025-02-06T04:46:25.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782025-02-06T04:46:25.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792025-02-06T04:46:25.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37802025-02-06T04:46:25.533Z
37812025-02-06T04:46:25.534Zinfo: running `cargo check --bins` on omicron-package (194/199)
37822025-02-06T04:46:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832025-02-06T04:46:26.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842025-02-06T04:46:26.432Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37852025-02-06T04:46:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
37862025-02-06T04:46:28.192Z
37872025-02-06T04:46:28.192Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
37882025-02-06T04:46:28.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892025-02-06T04:46:28.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902025-02-06T04:46:29.110Z Checking rtoolbox v0.0.2
37912025-02-06T04:46:29.110Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37922025-02-06T04:46:29.135Z Checking tui-tree-widget v0.22.0
37932025-02-06T04:46:29.311Z Checking rpassword v7.3.1
37942025-02-06T04:46:34.183Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37952025-02-06T04:46:38.042Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37962025-02-06T04:46:39.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37972025-02-06T04:46:39.711Z
37982025-02-06T04:46:39.711Zinfo: running `cargo check --bins` on wicket (196/199)
37992025-02-06T04:46:40.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002025-02-06T04:46:40.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012025-02-06T04:46:40.658Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38022025-02-06T04:46:41.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
38032025-02-06T04:46:41.248Z
38042025-02-06T04:46:41.248Zinfo: running `cargo check --bins` on wicketd (197/199)
38052025-02-06T04:46:42.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062025-02-06T04:46:42.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072025-02-06T04:46:42.239Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38082025-02-06T04:46:42.239Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38092025-02-06T04:46:43.198Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38102025-02-06T04:46:48.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
38112025-02-06T04:46:48.235Z
38122025-02-06T04:46:48.235Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38132025-02-06T04:46:48.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142025-02-06T04:46:48.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152025-02-06T04:46:48.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162025-02-06T04:46:48.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38172025-02-06T04:46:49.050Z
38182025-02-06T04:46:49.050Zinfo: running `cargo check --bins` on zone-setup (199/199)
38192025-02-06T04:46:49.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202025-02-06T04:46:49.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212025-02-06T04:46:50.058Z Checking uzers v0.12.1
38222025-02-06T04:46:50.438Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38232025-02-06T04:46:51.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
38242025-02-06T04:46:52.019Z
38252025-02-06T04:46:52.044Zreal 16:56.646894177
38262025-02-06T04:46:52.044Zuser 27:49.660491474
38272025-02-06T04:46:52.044Zsys 5:04.243208947
38282025-02-06T04:46:52.044Ztrap 0.663349539
38292025-02-06T04:46:52.044Ztflt 1.697605078
38302025-02-06T04:46:52.044Zdflt 2.899542881
38312025-02-06T04:46:52.044Zkflt 0.000901692
38322025-02-06T04:46:52.045Zlock 51:57.136554935
38332025-02-06T04:46:52.045Zslp 2:28:35.634029582
38342025-02-06T04:46:52.045Zlat 1:03.979030716
38352025-02-06T04:46:52.045Zstop 3:27.123386307
38362025-02-06T04:46:52.045Zprocess exited: duration 1392670 ms, exit code 0
 
38372025-02-06T04:46:52.098Zfound 0 output files