01JN5XBS8208T3E7D9GFDM1TMZ: 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: 01JN5XC4YZQEKT6XWYN111D0YQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T09:15:26.368Zjob assigned to worker 01JN5XC7GCXYY9HSFXDY2EVZRC [factory aws, i-0147025f49011a0d7] (queued for 50 s)
 
22025-02-28T09:15:35.710Zstarting task 0: "setup"
32025-02-28T09:15:35.717Z++ uname -s
42025-02-28T09:15:35.720Z+ kern=SunOS
52025-02-28T09:15:35.720Z+ build_user=build
62025-02-28T09:15:35.720Z+ build_uid=12345
72025-02-28T09:15:35.720Z+ work_dir=/work
82025-02-28T09:15:35.720Z+ input_dir=/input
92025-02-28T09:15:35.720Z+ [[ 0 == 12345 ]]
102025-02-28T09:15:35.720Z+ case "$kern" in
112025-02-28T09:15:35.720Z+ groupadd -g 12345 build
122025-02-28T09:15:35.723Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T09:15:37.727Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T09:15:37.820Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T09:15:37.823Z+ home_fs=zfs
162025-02-28T09:15:37.823Z+ [[ zfs == autofs ]]
172025-02-28T09:15:37.823Z+ mkdir -p /home/build
182025-02-28T09:15:37.826Z+ chown build:build /home/build /work
192025-02-28T09:15:39.827Z+ chmod 0700 /home/build /work
202025-02-28T09:15:39.830Zprocess exited: duration 4117 ms, exit code 0
 
212025-02-28T09:15:39.836Zstarting task 1: "rust-toolchain"
222025-02-28T09:15:39.841Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T09:15:39.841Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-28T09:15:39.841Z * rust toolchain channel = "1.85.0"
252025-02-28T09:15:39.841Z * rust toolchain profile = "default"
262025-02-28T09:15:39.841Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T09:15:39.841Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T09:15:39.844Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T09:15:39.844Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T09:15:39.950Zinfo: downloading installer
312025-02-28T09:15:41.247Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T09:15:41.248Zwarning: /opt/ooce/bin
332025-02-28T09:15:41.248Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T09:15:41.248Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T09:15:41.248Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T09:15:41.248Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T09:15:41.248Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T09:15:41.248Zerror: cannot install while Rust is installed
392025-02-28T09:15:41.248Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T09:15:41.328Zinfo: profile set to 'default'
412025-02-28T09:15:41.328Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T09:15:41.331Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T09:15:41.487Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T09:15:41.487Zinfo: downloading component 'cargo'
452025-02-28T09:15:42.359Zinfo: downloading component 'clippy'
462025-02-28T09:15:42.694Zinfo: downloading component 'rust-docs'
472025-02-28T09:15:44.017Zinfo: downloading component 'rust-std'
482025-02-28T09:15:45.964Zinfo: downloading component 'rustc'
492025-02-28T09:15:52.670Zinfo: downloading component 'rustfmt'
502025-02-28T09:15:52.920Zinfo: installing component 'cargo'
512025-02-28T09:15:53.753Zinfo: installing component 'clippy'
522025-02-28T09:15:54.135Zinfo: installing component 'rust-docs'
532025-02-28T09:15:55.930Zinfo: installing component 'rust-std'
542025-02-28T09:15:57.718Zinfo: installing component 'rustc'
552025-02-28T09:16:03.626Zinfo: installing component 'rustfmt'
562025-02-28T09:16:03.970Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T09:16:03.970Z
582025-02-28T09:16:04.335Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T09:16:04.335Z
602025-02-28T09:16:04.339Z
612025-02-28T09:16:04.339ZRust is installed now. Great!
622025-02-28T09:16:04.339Z
632025-02-28T09:16:04.339ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T09:16:04.339Zenvironment variable. This has not been done automatically.
652025-02-28T09:16:04.339Z
662025-02-28T09:16:04.339ZTo configure your current shell, you need to source
672025-02-28T09:16:04.339Zthe corresponding env file under $HOME/.cargo.
682025-02-28T09:16:04.339Z
692025-02-28T09:16:04.339ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T09:16:04.339Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T09:16:04.339Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T09:16:04.408Z+ rustup --version
732025-02-28T09:16:04.415Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T09:16:04.415Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T09:16:04.501Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T09:16:04.505Z+ cargo --version
772025-02-28T09:16:04.559Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T09:16:04.562Z+ rustc --version
792025-02-28T09:16:04.626Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T09:16:04.629Zprocess exited: duration 24788 ms, exit code 0
 
812025-02-28T09:16:04.636Zstarting task 2: "authentication"
822025-02-28T09:16:04.659Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T09:16:04.667Zstarting task 3: "clone repository"
842025-02-28T09:16:04.670Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T09:16:04.673Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T09:16:04.932ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T09:16:13.188Z+ cd /work/oxidecomputer/omicron
882025-02-28T09:16:13.189Z+ git fetch origin 9a67a231393d1dc16e1a62cef14993037bfda175
892025-02-28T09:16:13.491ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T09:16:13.491Z * branch 9a67a231393d1dc16e1a62cef14993037bfda175 -> FETCH_HEAD
912025-02-28T09:16:13.502Z+ [[ -n renovate/reedline-0.x ]]
922025-02-28T09:16:13.504Z++ git branch --show-current
932025-02-28T09:16:13.507Z+ current=main
942025-02-28T09:16:13.507Z+ [[ main != renovate/reedline-0.x ]]
952025-02-28T09:16:13.507Z+ git branch -f renovate/reedline-0.x 9a67a231393d1dc16e1a62cef14993037bfda175
962025-02-28T09:16:13.515Z+ git checkout -f renovate/reedline-0.x
972025-02-28T09:16:13.699ZSwitched to branch 'renovate/reedline-0.x'
982025-02-28T09:16:13.701Z+ git reset --hard 9a67a231393d1dc16e1a62cef14993037bfda175
992025-02-28T09:16:13.713ZHEAD is now at 9a67a2313 Update Rust crate reedline to 0.38.0
1002025-02-28T09:16:13.716Zprocess exited: duration 9048 ms, exit code 0
 
1012025-02-28T09:16:13.723Zstarting task 4: "build"
1022025-02-28T09:16:13.726Z+ source .github/buildomat/ci-env.sh
1032025-02-28T09:16:13.728Z++ export CARGO_TERM_COLOR=always
1042025-02-28T09:16:13.728Z++ CARGO_TERM_COLOR=always
1052025-02-28T09:16:13.728Z+ cargo --version
1062025-02-28T09:16:13.779Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T09:16:13.781Z+ rustc --version
1082025-02-28T09:16:13.846Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T09:16:13.850Z+ source ./env.sh
1102025-02-28T09:16:13.853Z++ OLD_SHELL_OPTS=ehxB
1112025-02-28T09:16:13.853Z++ set -o xtrace
1122025-02-28T09:16:13.853Z++++ dirname ./env.sh
1132025-02-28T09:16:13.855Z+++ readlink -f .
1142025-02-28T09:16:13.934Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-28T09:16:13.936Z++ 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-28T09:16:13.936Z++ 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-28T09:16:13.936Z++ 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-28T09:16:13.936Z++ 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-28T09:16:13.936Z++ 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-28T09:16:13.936Z++ 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-28T09:16:13.937Z++ 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-28T09:16:13.937Z++ 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-28T09:16:13.937Z++ case $OLD_SHELL_OPTS in
1242025-02-28T09:16:13.937Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-28T09:16:13.937Z+ 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-28T09:16:13.937Z+ 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-28T09:16:13.937Z+ banner prerequisites
1282025-02-28T09:16:14.001Z
1292025-02-28T09:16:14.001Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-28T09:16:14.001Z # # # # # # # # # # # # # # #
1312025-02-28T09:16:14.003Z # # # # ##### # # ##### # # # # # #### #
1322025-02-28T09:16:14.003Z ##### ##### # ##### # # # # # # # # #
1332025-02-28T09:16:14.003Z # # # # # # # # # # # # # # #
1342025-02-28T09:16:14.003Z # # # ###### # # ###### ### # #### # #### #
1352025-02-28T09:16:14.003Z
1362025-02-28T09:16:14.008Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-28T09:16:26.878Zpkg list: illegal option -- F
1382025-02-28T09:16:26.878ZUsage:
1392025-02-28T09:16:26.878Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-28T09:16:26.878Z [pkg_fmri_pattern ...]
1412025-02-28T09:16:27.731Zpkg list: illegal option -- F
1422025-02-28T09:16:27.732ZUsage:
1432025-02-28T09:16:27.732Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-28T09:16:27.732Z [pkg_fmri_pattern ...]
1452025-02-28T09:16:36.316Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-28T09:16:40.996Z Startup: Caching catalogs ... Done
1472025-02-28T09:16:53.861ZPlanning: Solver setup ... Done (11.975s)
1482025-02-28T09:16:54.028ZPlanning: Running solver ... Done (0.154s)
1492025-02-28T09:16:54.640ZPlanning: Finding local manifests ... Done (0.510s)
1502025-02-28T09:16:54.709ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-28T09:16:55.460ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-28T09:16:56.216ZPlanning: Package planning ... Done (0.755s)
1532025-02-28T09:16:56.272ZPlanning: Merging actions ... Done (0.057s)
1542025-02-28T09:16:57.822ZPlanning: Checking for conflicting actions ... Done (1.549s)
1552025-02-28T09:17:07.057ZPlanning: Consolidating action changes ... Done (9.194s)
1562025-02-28T09:17:07.468ZPlanning: Evaluating mediators ... Done (0.381s)
1572025-02-28T09:17:07.550ZPlanning: Planning completed in 26.45 seconds
1582025-02-28T09:17:09.126Z Packages to install: 4
1592025-02-28T09:17:09.126Z Packages to update: 3
1602025-02-28T09:17:09.126Z Mediators to change: 2
1612025-02-28T09:17:09.129Z Services to change: 1
1622025-02-28T09:17:09.129Z Estimated space available: 155.61 GB
1632025-02-28T09:17:09.129ZEstimated space to be consumed: 1.66 GB
1642025-02-28T09:17:09.129Z Create boot environment: No
1652025-02-28T09:17:09.129ZCreate backup boot environment: Yes
1662025-02-28T09:17:09.129Z Rebuild boot archive: No
1672025-02-28T09:17:09.129Z
1682025-02-28T09:17:09.129ZChanged mediators:
1692025-02-28T09:17:09.129Z mediator clang:
1702025-02-28T09:17:09.129Z version: None -> 15 (system default)
1712025-02-28T09:17:09.129Z
1722025-02-28T09:17:09.129Z mediator llvm:
1732025-02-28T09:17:09.129Z version: 14 (system default) -> 15 (system default)
1742025-02-28T09:17:09.129Z
1752025-02-28T09:17:09.129ZChanged packages:
1762025-02-28T09:17:09.129Zhelios-dev
1772025-02-28T09:17:09.129Z developer/build-essential
1782025-02-28T09:17:09.129Z None -> 11-2.0
1792025-02-28T09:17:09.129Z library/libxmlsec1
1802025-02-28T09:17:09.130Z None -> 1.2.35-2.0
1812025-02-28T09:17:09.130Z ooce/developer/clang-15
1822025-02-28T09:17:09.130Z None -> 15.0.7-2.0
1832025-02-28T09:17:09.130Z ooce/developer/llvm-15
1842025-02-28T09:17:09.130Z None -> 15.0.7-2.0
1852025-02-28T09:17:09.130Z package/pkg
1862025-02-28T09:17:09.130Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-28T09:17:09.130Z system/library/g++-runtime
1882025-02-28T09:17:09.130Z 13-2.0 -> 14-2.0
1892025-02-28T09:17:09.130Z system/library/gcc-runtime
1902025-02-28T09:17:09.130Z 13-2.0 -> 14-2.0
1912025-02-28T09:17:09.130Z
1922025-02-28T09:17:09.130ZServices:
1932025-02-28T09:17:09.130Z restart_fmri:
1942025-02-28T09:17:09.130Z svc:/system/update-man-index:default
1952025-02-28T09:17:09.130Z
1962025-02-28T09:17:09.130ZEditable files to change:
1972025-02-28T09:17:09.130Z Update:
1982025-02-28T09:17:09.130Z usr/share/lib/pkg/web/config.shtml
1992025-02-28T09:17:09.635Z
2002025-02-28T09:17:09.635ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-28T09:17:14.624ZDownload: 1104/4301 items 20.5/225.4MB 9% complete (4.1M/s)
2022025-02-28T09:17:19.647ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (12.4M/s)
2032025-02-28T09:17:26.845ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (11.9M/s)
2042025-02-28T09:17:31.853ZDownload: 1842/4301 items 118.5/225.4MB 52% complete (7.1M/s)
2052025-02-28T09:17:36.863ZDownload: 2592/4301 items 120.3/225.4MB 53% complete (3.7M/s)
2062025-02-28T09:17:41.889ZDownload: 3068/4301 items 121.4/225.4MB 53% complete (311k/s)
2072025-02-28T09:17:46.891ZDownload: 3248/4301 items 185.6/225.4MB 82% complete (6.5M/s)
2082025-02-28T09:17:54.033ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (9.0M/s)
2092025-02-28T09:17:59.037ZDownload: 3903/4301 items 217.5/225.4MB 96% complete (566k/s)
2102025-02-28T09:18:05.139ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (1.0M/s)
2112025-02-28T09:18:05.740ZDownload: Completed 225.42 MB in 56.11 seconds (4.0M/s)
2122025-02-28T09:18:07.945Z Actions: 1/5122 actions (Removing old actions)
2132025-02-28T09:18:07.960Z Actions: 194/5122 actions (Installing new actions)
2142025-02-28T09:18:13.184Z Actions: 4184/5122 actions (Installing new actions)
2152025-02-28T09:18:13.618Z Actions: 4267/5122 actions (Updating modified actions)
2162025-02-28T09:18:14.173Z Actions: Completed 5122 actions in 6.23 seconds.
2172025-02-28T09:18:14.573Z Done (0.393s)
2182025-02-28T09:18:14.575Z Done (0.001s)
2192025-02-28T09:18:15.186Z Done (0.611s)
2202025-02-28T09:18:22.846Z Done (7.425s)
2212025-02-28T09:18:23.430Z Done (0.519s)
2222025-02-28T09:18:23.433Z Done (0.000s)
2232025-02-28T09:18:23.771Z Done (0.000s)
2242025-02-28T09:18:24.467ZPlanning: Evaluating mediator changes ... Done
2252025-02-28T09:18:24.630ZPlanning: Checking for conflicting actions ... Done
2262025-02-28T09:18:24.633ZPlanning: Consolidating action changes ... Done
2272025-02-28T09:18:24.898ZPlanning: Evaluating mediators ... Done
2282025-02-28T09:18:24.901ZPlanning: Planning completed in 0.43 seconds
2292025-02-28T09:18:24.936Z Mediators to change: 2
2302025-02-28T09:18:24.936Z Create boot environment: No
2312025-02-28T09:18:24.936ZCreate backup boot environment: No
2322025-02-28T09:18:25.010Z Done
2332025-02-28T09:18:25.010Z Done
2342025-02-28T09:18:25.414Z Done
2352025-02-28T09:18:28.897Z Done
2362025-02-28T09:18:28.983Z Done
2372025-02-28T09:18:28.983Z Done
2382025-02-28T09:18:29.119Z Done
2392025-02-28T09:18:29.723ZPlanning: Evaluating mediator changes ... Done
2402025-02-28T09:18:29.725ZPlanning: Merging actions ... Done
2412025-02-28T09:18:29.911ZPlanning: Checking for conflicting actions ... Done
2422025-02-28T09:18:29.915ZPlanning: Consolidating action changes ... Done
2432025-02-28T09:18:30.174ZPlanning: Evaluating mediators ... Done
2442025-02-28T09:18:30.230ZPlanning: Planning completed in 0.75 seconds
2452025-02-28T09:18:30.268Z Packages to change: 1
2462025-02-28T09:18:30.268Z Mediators to change: 1
2472025-02-28T09:18:30.268Z Services to change: 1
2482025-02-28T09:18:30.271Z Create boot environment: No
2492025-02-28T09:18:30.271ZCreate backup boot environment: Yes
2502025-02-28T09:18:32.297Z Actions: 1/6 actions (Updating modified actions)
2512025-02-28T09:18:32.343Z Actions: Completed 6 actions in 0.05 seconds.
2522025-02-28T09:18:32.346Z Done
2532025-02-28T09:18:32.346Z Done
2542025-02-28T09:18:32.467Z Done
2552025-02-28T09:18:35.952Z Done
2562025-02-28T09:18:36.040Z Done
2572025-02-28T09:18:36.043Z Done
2582025-02-28T09:18:36.156Z Done
2592025-02-28T09:18:36.578ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2602025-02-28T09:18:36.578Zclang system 15 system
2612025-02-28T09:18:36.578Zcsh system system illumos
2622025-02-28T09:18:36.578Zctags system system illumos
2632025-02-28T09:18:36.578Zgcc vendor 12 vendor
2642025-02-28T09:18:36.578Zgcc system 10 system
2652025-02-28T09:18:36.578Zgcc system 7 system
2662025-02-28T09:18:36.578Zgo system 1.20 system
2672025-02-28T09:18:36.578Zgo system 1.19 system
2682025-02-28T09:18:36.578Zllvm system 15 system
2692025-02-28T09:18:36.578Zllvm system 14 system
2702025-02-28T09:18:36.578Zmariadb system 10.6 system
2712025-02-28T09:18:36.578Zmta vendor vendor dma
2722025-02-28T09:18:36.578Zopenjdk system 17 system
2732025-02-28T09:18:36.578Zopenjdk system 11 system
2742025-02-28T09:18:36.578Zopenjdk system 1.8 system
2752025-02-28T09:18:36.578Zopenssl vendor 3 vendor
2762025-02-28T09:18:36.578Zperl system 5.36 system
2772025-02-28T09:18:36.578Zpostgresql system 15 system
2782025-02-28T09:18:36.578Zpostgresql system 13 system
2792025-02-28T09:18:36.578Zpython vendor 3 vendor
2802025-02-28T09:18:36.578Zpython system 2 system
2812025-02-28T09:18:36.578Zpython3 system 3.11 system
2822025-02-28T09:18:36.578Zruby system 3.0 system
2832025-02-28T09:18:36.578Zwords vendor vendor american-english
2842025-02-28T09:18:36.578Zwords system system australian-english
2852025-02-28T09:18:36.578Zwords system system british-english
2862025-02-28T09:18:36.579Zwords system system canadian-english
2872025-02-28T09:18:36.579Zwords system system french
2882025-02-28T09:18:36.579Zwords system system italian
2892025-02-28T09:18:36.579Zwords system system ngerman
2902025-02-28T09:18:36.579Zwords system system ogerman
2912025-02-28T09:18:36.579Zwords system system spanish
2922025-02-28T09:18:36.896ZPUBLISHER TYPE STATUS P LOCATION
2932025-02-28T09:18:36.896Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2942025-02-28T09:18:39.893ZFMRI IFO
2952025-02-28T09:18:39.893Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2962025-02-28T09:18:39.893Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2972025-02-28T09:18:39.893Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2982025-02-28T09:18:39.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2992025-02-28T09:18:39.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3002025-02-28T09:18:39.893Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3012025-02-28T09:18:39.893Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3022025-02-28T09:18:39.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3032025-02-28T09:18:39.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3042025-02-28T09:18:39.893Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3052025-02-28T09:18:39.893Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3062025-02-28T09:18:39.893Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3072025-02-28T09:18:39.893Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3082025-02-28T09:18:39.893Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3092025-02-28T09:18:39.893Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3102025-02-28T09:18:40.637Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3112025-02-28T09:18:40.911Z Updating crates.io index
3122025-02-28T09:18:40.914Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3132025-02-28T09:18:41.520Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142025-02-28T09:18:41.728Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3152025-02-28T09:18:41.991Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-02-28T09:18:42.913Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172025-02-28T09:18:44.719Z Updating git repository `https://github.com/oxidecomputer/opte`
3182025-02-28T09:18:45.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-02-28T09:18:46.031Z Updating git repository `https://github.com/oxidecomputer/clickward`
3202025-02-28T09:18:46.306Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3212025-02-28T09:18:46.541Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3222025-02-28T09:18:47.108Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3232025-02-28T09:18:47.571Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3242025-02-28T09:18:47.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
3252025-02-28T09:18:48.270Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3262025-02-28T09:18:48.531Z Updating git repository `https://github.com/oxidecomputer/tofino`
3272025-02-28T09:18:48.750Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3282025-02-28T09:18:49.020Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3292025-02-28T09:18:49.237Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3302025-02-28T09:18:49.476Z Updating git repository `https://github.com/oxidecomputer/lldp`
3312025-02-28T09:18:49.761Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3322025-02-28T09:18:50.035Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3332025-02-28T09:18:50.330Z Updating git repository `https://github.com/oxidecomputer/ispf`
3342025-02-28T09:18:50.579Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3352025-02-28T09:18:50.959Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3362025-02-28T09:18:51.515Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3372025-02-28T09:18:51.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3382025-02-28T09:18:52.136Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3392025-02-28T09:18:52.492Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3402025-02-28T09:18:52.785Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3412025-02-28T09:18:53.030Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3422025-02-28T09:18:53.283Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432025-02-28T09:18:54.398Z Downloading crates ...
3442025-02-28T09:18:54.510Z Downloaded equivalent v1.0.1
3452025-02-28T09:18:54.514Z Downloaded itoa v1.0.11
3462025-02-28T09:18:54.514Z Downloaded fnv v1.0.7
3472025-02-28T09:18:54.518Z Downloaded block-buffer v0.10.4
3482025-02-28T09:18:54.518Z Downloaded anstyle-query v1.1.1
3492025-02-28T09:18:54.518Z Downloaded anstyle-parse v0.2.5
3502025-02-28T09:18:54.518Z Downloaded swrite v0.1.0
3512025-02-28T09:18:54.521Z Downloaded anstyle v1.0.10
3522025-02-28T09:18:54.521Z Downloaded is_terminal_polyfill v1.70.1
3532025-02-28T09:18:54.521Z Downloaded zerocopy-derive v0.7.35
3542025-02-28T09:18:54.524Z Downloaded scroll_derive v0.12.0
3552025-02-28T09:18:54.527Z Downloaded zerocopy v0.7.35
3562025-02-28T09:18:54.541Z Downloaded usdt-attr-macro v0.5.0
3572025-02-28T09:18:54.544Z Downloaded pretty-hex v0.4.1
3582025-02-28T09:18:54.544Z Downloaded winnow v0.7.3
3592025-02-28T09:18:54.551Z Downloaded usdt-macro v0.5.0
3602025-02-28T09:18:54.555Z Downloaded generic-array v0.14.7
3612025-02-28T09:18:54.555Z Downloaded fastrand v2.1.1
3622025-02-28T09:18:54.558Z Downloaded dof v0.3.0
3632025-02-28T09:18:54.558Z Downloaded cfg-if v1.0.0
3642025-02-28T09:18:54.558Z Downloaded cargo-platform v0.1.8
3652025-02-28T09:18:54.558Z Downloaded cpufeatures v0.2.14
3662025-02-28T09:18:54.561Z Downloaded heck v0.5.0
3672025-02-28T09:18:54.561Z Downloaded colorchoice v1.0.2
3682025-02-28T09:18:54.561Z Downloaded bitflags v1.3.2
3692025-02-28T09:18:54.564Z Downloaded camino v1.1.9
3702025-02-28T09:18:54.565Z Downloaded anstream v0.6.15
3712025-02-28T09:18:54.567Z Downloaded crypto-common v0.1.6
3722025-02-28T09:18:54.567Z Downloaded smawk v0.3.2
3732025-02-28T09:18:54.570Z Downloaded autocfg v1.4.0
3742025-02-28T09:18:54.570Z Downloaded thiserror-impl v1.0.69
3752025-02-28T09:18:54.573Z Downloaded proc-macro-error-attr v1.0.4
3762025-02-28T09:18:54.573Z Downloaded macaddr v1.0.1
3772025-02-28T09:18:54.573Z Downloaded dtrace-parser v0.2.0
3782025-02-28T09:18:54.576Z Downloaded digest v0.10.7
3792025-02-28T09:18:54.576Z Downloaded thiserror v1.0.69
3802025-02-28T09:18:54.581Z Downloaded strsim v0.11.1
3812025-02-28T09:18:54.587Z Downloaded camino-tempfile v1.1.1
3822025-02-28T09:18:54.591Z Downloaded thiserror-impl v2.0.11
3832025-02-28T09:18:54.591Z Downloaded pest_generator v2.7.14
3842025-02-28T09:18:54.591Z Downloaded thread-id v4.2.2
3852025-02-28T09:18:54.591Z Downloaded terminal_size v0.4.0
3862025-02-28T09:18:54.594Z Downloaded terminal_size v0.2.6
3872025-02-28T09:18:54.594Z Downloaded tabled_derive v0.7.0
3882025-02-28T09:18:54.594Z Downloaded unicode-linebreak v0.1.5
3892025-02-28T09:18:54.597Z Downloaded memmap v0.7.0
3902025-02-28T09:18:54.603Z Downloaded usdt v0.5.0
3912025-02-28T09:18:54.608Z Downloaded toml_datetime v0.6.8
3922025-02-28T09:18:54.608Z Downloaded serde_spanned v0.6.8
3932025-02-28T09:18:54.608Z Downloaded io-lifetimes v1.0.11
3942025-02-28T09:18:54.611Z Downloaded clap_lex v0.7.4
3952025-02-28T09:18:54.611Z Downloaded cargo_metadata v0.19.1
3962025-02-28T09:18:54.611Z Downloaded version_check v0.9.5
3972025-02-28T09:18:54.611Z Downloaded byteorder v1.5.0
3982025-02-28T09:18:54.615Z Downloaded utf8parse v0.2.2
3992025-02-28T09:18:54.615Z Downloaded fs-err v2.11.0
4002025-02-28T09:18:54.619Z Downloaded errno v0.3.9
4012025-02-28T09:18:54.619Z Downloaded clap_derive v4.5.28
4022025-02-28T09:18:54.619Z Downloaded bytecount v0.6.8
4032025-02-28T09:18:54.621Z Downloaded sha2 v0.10.8
4042025-02-28T09:18:54.621Z Downloaded plain v0.2.3
4052025-02-28T09:18:54.627Z Downloaded proc-macro-error v1.0.4
4062025-02-28T09:18:54.634Z Downloaded clap v4.5.31
4072025-02-28T09:18:54.637Z Downloaded thiserror v2.0.11
4082025-02-28T09:18:54.637Z Downloaded semver v1.0.25
4092025-02-28T09:18:54.640Z Downloaded scroll v0.12.0
4102025-02-28T09:18:54.640Z Downloaded serde_tokenstream v0.2.2
4112025-02-28T09:18:54.643Z Downloaded quote v1.0.38
4122025-02-28T09:18:54.643Z Downloaded once_cell v1.20.3
4132025-02-28T09:18:54.647Z Downloaded usdt-impl v0.5.0
4142025-02-28T09:18:54.650Z Downloaded bitflags v2.6.0
4152025-02-28T09:18:54.650Z Downloaded pest_derive v2.7.14
4162025-02-28T09:18:54.653Z Downloaded heck v0.4.1
4172025-02-28T09:18:54.658Z Downloaded cargo_toml v0.21.0
4182025-02-28T09:18:54.662Z Downloaded ryu v1.0.18
4192025-02-28T09:18:54.672Z Downloaded typenum v1.17.0
4202025-02-28T09:18:54.674Z Downloaded toml v0.8.20
4212025-02-28T09:18:54.677Z Downloaded unicode-ident v1.0.14
4222025-02-28T09:18:54.679Z Downloaded tempfile v3.13.0
4232025-02-28T09:18:54.682Z Downloaded anyhow v1.0.96
4242025-02-28T09:18:54.685Z Downloaded ucd-trie v0.1.7
4252025-02-28T09:18:54.688Z Downloaded textwrap v0.16.1
4262025-02-28T09:18:54.688Z Downloaded papergrid v0.11.0
4272025-02-28T09:18:54.691Z Downloaded serde_derive v1.0.218
4282025-02-28T09:18:54.694Z Downloaded proc-macro2 v1.0.93
4292025-02-28T09:18:54.696Z Downloaded pest_meta v2.7.14
4302025-02-28T09:18:54.699Z Downloaded log v0.4.22
4312025-02-28T09:18:54.701Z Downloaded indexmap v2.7.1
4322025-02-28T09:18:54.709Z Downloaded serde v1.0.218
4332025-02-28T09:18:54.735Z Downloaded toml_edit v0.22.24
4342025-02-28T09:18:54.756Z Downloaded memchr v2.7.4
4352025-02-28T09:18:54.759Z Downloaded hashbrown v0.15.1
4362025-02-28T09:18:54.764Z Downloaded pest v2.7.14
4372025-02-28T09:18:54.768Z Downloaded serde_json v1.0.139
4382025-02-28T09:18:54.797Z Downloaded clap_builder v4.5.31
4392025-02-28T09:18:54.804Z Downloaded goblin v0.8.2
4402025-02-28T09:18:54.808Z Downloaded tabled v0.15.0
4412025-02-28T09:18:54.822Z Downloaded syn v1.0.109
4422025-02-28T09:18:54.834Z Downloaded syn v2.0.98
4432025-02-28T09:18:54.843Z Downloaded unicode-width v0.1.14
4442025-02-28T09:18:54.849Z Downloaded rustix v0.37.28
4452025-02-28T09:18:54.865Z Downloaded rustix v0.38.37
4462025-02-28T09:18:54.894Z Downloaded libc v0.2.170
4472025-02-28T09:18:55.169Z Compiling proc-macro2 v1.0.93
4482025-02-28T09:18:55.170Z Compiling unicode-ident v1.0.14
4492025-02-28T09:18:55.170Z Compiling libc v0.2.170
4502025-02-28T09:18:55.172Z Compiling version_check v0.9.5
4512025-02-28T09:18:55.173Z Compiling serde v1.0.218
4522025-02-28T09:18:55.173Z Compiling memchr v2.7.4
4532025-02-28T09:18:55.204Z Compiling thiserror v1.0.69
4542025-02-28T09:18:55.209Z Compiling ucd-trie v0.1.7
4552025-02-28T09:18:55.432Z Compiling itoa v1.0.11
4562025-02-28T09:18:55.673Z Compiling ryu v1.0.18
4572025-02-28T09:18:55.860Z Compiling once_cell v1.20.3
4582025-02-28T09:18:55.931Z Compiling byteorder v1.5.0
4592025-02-28T09:18:56.161Z Compiling rustix v0.38.37
4602025-02-28T09:18:56.443Z Compiling serde_json v1.0.139
4612025-02-28T09:18:56.999Z Compiling bitflags v2.6.0
4622025-02-28T09:18:57.037Z Compiling usdt-impl v0.5.0
4632025-02-28T09:18:57.102Z Compiling proc-macro-error-attr v1.0.4
4642025-02-28T09:18:57.158Z Compiling io-lifetimes v1.0.11
4652025-02-28T09:18:57.337Z Compiling syn v1.0.109
4662025-02-28T09:18:57.360Z Compiling proc-macro-error v1.0.4
4672025-02-28T09:18:57.452Z Compiling utf8parse v0.2.2
4682025-02-28T09:18:57.570Z Compiling camino v1.1.9
4692025-02-28T09:18:57.624Z Compiling thread-id v4.2.2
4702025-02-28T09:18:57.647Z Compiling plain v0.2.3
4712025-02-28T09:18:57.689Z Compiling log v0.4.22
4722025-02-28T09:18:57.733Z Compiling rustix v0.37.28
4732025-02-28T09:18:57.792Z Compiling hashbrown v0.15.1
4742025-02-28T09:18:57.946Z Compiling equivalent v1.0.1
4752025-02-28T09:18:58.035Z Compiling quote v1.0.38
4762025-02-28T09:18:58.119Z Compiling anstyle-parse v0.2.5
4772025-02-28T09:18:58.145Z Compiling errno v0.3.9
4782025-02-28T09:18:58.375Z Compiling syn v2.0.98
4792025-02-28T09:18:58.602Z Compiling anstyle v1.0.10
4802025-02-28T09:18:58.642Z Compiling pretty-hex v0.4.1
4812025-02-28T09:18:58.817Z Compiling indexmap v2.7.1
4822025-02-28T09:18:58.840Z Compiling winnow v0.7.3
4832025-02-28T09:18:58.862Z Compiling anstyle-query v1.1.1
4842025-02-28T09:18:58.980Z Compiling is_terminal_polyfill v1.70.1
4852025-02-28T09:18:59.026Z Compiling bitflags v1.3.2
4862025-02-28T09:18:59.132Z Compiling semver v1.0.25
4872025-02-28T09:18:59.154Z Compiling unicode-width v0.1.14
4882025-02-28T09:18:59.589Z Compiling colorchoice v1.0.2
4892025-02-28T09:18:59.680Z Compiling autocfg v1.4.0
4902025-02-28T09:18:59.702Z Compiling thiserror v2.0.11
4912025-02-28T09:18:59.752Z Compiling anstream v0.6.15
4922025-02-28T09:19:00.384Z Compiling terminal_size v0.4.0
4932025-02-28T09:19:00.576Z Compiling fs-err v2.11.0
4942025-02-28T09:19:00.752Z Compiling cfg-if v1.0.0
4952025-02-28T09:19:00.776Z Compiling fnv v1.0.7
4962025-02-28T09:19:00.862Z Compiling anyhow v1.0.96
4972025-02-28T09:19:00.883Z Compiling strsim v0.11.1
4982025-02-28T09:19:00.921Z Compiling heck v0.4.1
4992025-02-28T09:19:01.314Z Compiling bytecount v0.6.8
5002025-02-28T09:19:01.383Z Compiling heck v0.5.0
5012025-02-28T09:19:01.458Z Compiling clap_lex v0.7.4
5022025-02-28T09:19:01.538Z Compiling fastrand v2.1.1
5032025-02-28T09:19:01.630Z Compiling papergrid v0.11.0
5042025-02-28T09:19:01.863Z Compiling clap_builder v4.5.31
5052025-02-28T09:19:01.900Z Compiling tempfile v3.13.0
5062025-02-28T09:19:02.043Z Compiling terminal_size v0.2.6
5072025-02-28T09:19:02.200Z Compiling memmap v0.7.0
5082025-02-28T09:19:02.230Z Compiling unicode-linebreak v0.1.5
5092025-02-28T09:19:02.252Z Compiling smawk v0.3.2
5102025-02-28T09:19:02.625Z Compiling textwrap v0.16.1
5112025-02-28T09:19:02.699Z Compiling swrite v0.1.0
5122025-02-28T09:19:03.258Z Compiling tabled_derive v0.7.0
5132025-02-28T09:19:04.584Z Compiling tabled v0.15.0
5142025-02-28T09:19:04.998Z Compiling serde_derive v1.0.218
5152025-02-28T09:19:04.998Z Compiling thiserror-impl v1.0.69
5162025-02-28T09:19:05.001Z Compiling zerocopy-derive v0.7.35
5172025-02-28T09:19:05.001Z Compiling scroll_derive v0.12.0
5182025-02-28T09:19:05.001Z Compiling thiserror-impl v2.0.11
5192025-02-28T09:19:05.001Z Compiling clap_derive v4.5.28
5202025-02-28T09:19:06.389Z Compiling scroll v0.12.0
5212025-02-28T09:19:06.923Z Compiling goblin v0.8.2
5222025-02-28T09:19:07.012Z Compiling zerocopy v0.7.35
5232025-02-28T09:19:08.139Z Compiling pest v2.7.14
5242025-02-28T09:19:09.212Z Compiling clap v4.5.31
5252025-02-28T09:19:10.249Z Compiling pest_meta v2.7.14
5262025-02-28T09:19:11.095Z Compiling pest_generator v2.7.14
5272025-02-28T09:19:12.444Z Compiling pest_derive v2.7.14
5282025-02-28T09:19:13.016Z Compiling dtrace-parser v0.2.0
5292025-02-28T09:19:13.798Z Compiling serde_spanned v0.6.8
5302025-02-28T09:19:13.801Z Compiling toml_datetime v0.6.8
5312025-02-28T09:19:13.801Z Compiling cargo-platform v0.1.8
5322025-02-28T09:19:14.077Z Compiling serde_tokenstream v0.2.2
5332025-02-28T09:19:14.080Z Compiling macaddr v1.0.1
5342025-02-28T09:19:14.246Z Compiling toml_edit v0.22.24
5352025-02-28T09:19:14.368Z Compiling camino-tempfile v1.1.1
5362025-02-28T09:19:15.082Z Compiling dof v0.3.0
5372025-02-28T09:19:15.082Z Compiling cargo_metadata v0.19.1
5382025-02-28T09:19:16.700Z Compiling usdt-macro v0.5.0
5392025-02-28T09:19:16.700Z Compiling usdt-attr-macro v0.5.0
5402025-02-28T09:19:16.823Z Compiling toml v0.8.20
5412025-02-28T09:19:17.736Z Compiling cargo_toml v0.21.0
5422025-02-28T09:19:17.880Z Compiling usdt v0.5.0
5432025-02-28T09:19:20.169Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5442025-02-28T09:19:23.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.75s
5452025-02-28T09:19:23.421Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5462025-02-28T09:19:23.964Z Downloading crates ...
5472025-02-28T09:19:24.075Z Downloaded addr2line v0.24.2
5482025-02-28T09:19:24.083Z Downloaded ciborium-ll v0.2.2
5492025-02-28T09:19:24.086Z Downloaded cfg_aliases v0.1.1
5502025-02-28T09:19:24.086Z Downloaded async-stream-impl v0.3.6
5512025-02-28T09:19:24.100Z Downloaded assert_matches v1.5.0
5522025-02-28T09:19:24.105Z Downloaded ciborium-io v0.2.2
5532025-02-28T09:19:24.112Z Downloaded http-body v1.0.1
5542025-02-28T09:19:24.115Z Downloaded crc v3.2.1
5552025-02-28T09:19:24.120Z Downloaded hex-literal v0.4.1
5562025-02-28T09:19:24.120Z Downloaded hex v0.4.3
5572025-02-28T09:19:24.125Z Downloaded ctr v0.9.2
5582025-02-28T09:19:24.125Z Downloaded cstr-argument v0.1.2
5592025-02-28T09:19:24.128Z Downloaded crunchy v0.2.2
5602025-02-28T09:19:24.128Z Downloaded crucible-workspace-hack v0.1.0
5612025-02-28T09:19:24.128Z Downloaded cfg_aliases v0.2.1
5622025-02-28T09:19:24.134Z Downloaded atty v0.2.14
5632025-02-28T09:19:24.134Z Downloaded castaway v0.2.3
5642025-02-28T09:19:24.140Z Downloaded atomicwrites v0.4.4
5652025-02-28T09:19:24.140Z Downloaded atomic-waker v1.1.2
5662025-02-28T09:19:24.140Z Downloaded hubpack_derive v0.1.1
5672025-02-28T09:19:24.144Z Downloaded async-recursion v1.1.1
5682025-02-28T09:19:24.144Z Downloaded instant v0.1.13
5692025-02-28T09:19:24.144Z Downloaded cexpr v0.6.0
5702025-02-28T09:19:24.147Z Downloaded convert_case v0.4.0
5712025-02-28T09:19:24.147Z Downloaded icu_provider_macros v1.5.0
5722025-02-28T09:19:24.151Z Downloaded md5 v0.7.0
5732025-02-28T09:19:24.151Z Downloaded bcrypt-pbkdf v0.10.0
5742025-02-28T09:19:24.151Z Downloaded cassowary v0.3.0
5752025-02-28T09:19:24.154Z Downloaded async-stream v0.3.6
5762025-02-28T09:19:24.157Z Downloaded is_ci v1.2.0
5772025-02-28T09:19:24.157Z Downloaded ident_case v1.0.1
5782025-02-28T09:19:24.157Z Downloaded bit-set v0.8.0
5792025-02-28T09:19:24.160Z Downloaded cobs v0.2.3
5802025-02-28T09:19:24.160Z Downloaded buf-list v1.0.3
5812025-02-28T09:19:24.164Z Downloaded cmake v0.1.51
5822025-02-28T09:19:24.167Z Downloaded match_cfg v0.1.0
5832025-02-28T09:19:24.167Z Downloaded cipher v0.4.4
5842025-02-28T09:19:24.169Z Downloaded base16ct v0.2.0
5852025-02-28T09:19:24.170Z Downloaded ascii-canvas v3.0.0
5862025-02-28T09:19:24.170Z Downloaded lazycell v1.3.0
5872025-02-28T09:19:24.173Z Downloaded array-init v0.0.4
5882025-02-28T09:19:24.173Z Downloaded hostname v0.3.1
5892025-02-28T09:19:24.176Z Downloaded adler2 v2.0.0
5902025-02-28T09:19:24.176Z Downloaded progenitor-client v0.8.0
5912025-02-28T09:19:24.180Z Downloaded crc-catalog v2.4.0
5922025-02-28T09:19:24.180Z Downloaded constant_time_eq v0.3.1
5932025-02-28T09:19:24.185Z Downloaded httpdate v1.0.3
5942025-02-28T09:19:24.185Z Downloaded hostname v0.4.0
5952025-02-28T09:19:24.188Z Downloaded aead v0.5.2
5962025-02-28T09:19:24.188Z Downloaded blowfish v0.9.1
5972025-02-28T09:19:24.188Z Downloaded bitfield v0.14.0
5982025-02-28T09:19:24.191Z Downloaded home v0.5.9
5992025-02-28T09:19:24.191Z Downloaded md-5 v0.10.6
6002025-02-28T09:19:24.194Z Downloaded managed v0.8.0
6012025-02-28T09:19:24.194Z Downloaded lru-cache v0.1.2
6022025-02-28T09:19:24.197Z Downloaded lru v0.12.5
6032025-02-28T09:19:24.197Z Downloaded multimap v0.10.0
6042025-02-28T09:19:24.200Z Downloaded linked-hash-map v0.5.6
6052025-02-28T09:19:24.202Z Downloaded keccak v0.1.5
6062025-02-28T09:19:24.202Z Downloaded cookie_store v0.21.1
6072025-02-28T09:19:24.206Z Downloaded backoff v0.4.0
6082025-02-28T09:19:24.209Z Downloaded maybe-uninit v2.0.0
6092025-02-28T09:19:24.212Z Downloaded mockall v0.13.1
6102025-02-28T09:19:24.212Z Downloaded cargo_metadata v0.18.1
6112025-02-28T09:19:24.215Z Downloaded memoffset v0.9.1
6122025-02-28T09:19:24.215Z Downloaded maplit v1.0.2
6132025-02-28T09:19:24.218Z Downloaded indoc v1.0.9
6142025-02-28T09:19:24.221Z Downloaded lockfree-object-pool v0.1.6
6152025-02-28T09:19:24.221Z Downloaded impl-trait-for-tuples v0.2.2
6162025-02-28T09:19:24.224Z Downloaded arrayvec v0.7.6
6172025-02-28T09:19:24.227Z Downloaded mime v0.3.17
6182025-02-28T09:19:24.230Z Downloaded sigpipe v0.1.3
6192025-02-28T09:19:24.230Z Downloaded base64ct v1.6.0
6202025-02-28T09:19:24.233Z Downloaded kstat-rs v0.2.4
6212025-02-28T09:19:24.236Z Downloaded termtree v0.4.1
6222025-02-28T09:19:24.239Z Downloaded take_mut v0.2.2
6232025-02-28T09:19:24.239Z Downloaded strip-ansi-escapes v0.2.0
6242025-02-28T09:19:24.242Z Downloaded progenitor v0.9.1
6252025-02-28T09:19:24.242Z Downloaded ciborium v0.2.2
6262025-02-28T09:19:24.245Z Downloaded progenitor v0.8.0
6272025-02-28T09:19:24.249Z Downloaded rpassword v7.3.1
6282025-02-28T09:19:24.249Z Downloaded hickory-client v0.24.4
6292025-02-28T09:19:24.252Z Downloaded cbc v0.1.2
6302025-02-28T09:19:24.255Z Downloaded cancel-safe-futures v0.1.5
6312025-02-28T09:19:24.259Z Downloaded console v0.15.10
6322025-02-28T09:19:24.262Z Downloaded bit-vec v0.8.0
6332025-02-28T09:19:24.262Z Downloaded idna_adapter v1.2.0
6342025-02-28T09:19:24.266Z Downloaded lock_api v0.4.12
6352025-02-28T09:19:24.266Z Downloaded async-trait v0.1.86
6362025-02-28T09:19:24.269Z Downloaded ipnet v2.11.0
6372025-02-28T09:19:24.272Z Downloaded rustc_version v0.4.1
6382025-02-28T09:19:24.275Z Downloaded libloading v0.8.5
6392025-02-28T09:19:24.278Z Downloaded darling_macro v0.20.10
6402025-02-28T09:19:24.278Z Downloaded libsw-core v0.3.1
6412025-02-28T09:19:24.278Z Downloaded zone_cfg_derive v0.3.0
6422025-02-28T09:19:24.281Z Downloaded memmap2 v0.9.5
6432025-02-28T09:19:24.283Z Downloaded rustfmt-wrapper v0.2.1
6442025-02-28T09:19:24.283Z Downloaded multer v3.1.0
6452025-02-28T09:19:24.287Z Downloaded semver v0.1.20
6462025-02-28T09:19:24.289Z Downloaded crossbeam-utils v0.8.20
6472025-02-28T09:19:24.292Z Downloaded clang-sys v1.8.1
6482025-02-28T09:19:24.295Z Downloaded termtree v0.5.1
6492025-02-28T09:19:24.299Z Downloaded mime_guess v2.0.5
6502025-02-28T09:19:24.302Z Downloaded termios v0.3.3
6512025-02-28T09:19:24.302Z Downloaded ahash v0.8.11
6522025-02-28T09:19:24.307Z Downloaded hmac v0.12.1
6532025-02-28T09:19:24.310Z Downloaded cookie v0.18.1
6542025-02-28T09:19:24.310Z Downloaded foreign-types-shared v0.1.1
6552025-02-28T09:19:24.310Z Downloaded slog-async v2.8.0
6562025-02-28T09:19:24.313Z Downloaded blake2 v0.10.6
6572025-02-28T09:19:24.316Z Downloaded thiserror-impl-no-std v2.0.2
6582025-02-28T09:19:24.319Z Downloaded num-iter v0.1.45
6592025-02-28T09:19:24.319Z Downloaded newtype_derive v0.1.6
6602025-02-28T09:19:24.319Z Downloaded thiserror-no-std v2.0.2
6612025-02-28T09:19:24.323Z Downloaded num-conv v0.1.0
6622025-02-28T09:19:24.326Z Downloaded tracing-attributes v0.1.27
6632025-02-28T09:19:24.329Z Downloaded icu_provider v1.5.0
6642025-02-28T09:19:24.332Z Downloaded wait-timeout v0.2.0
6652025-02-28T09:19:24.332Z Downloaded unicode-xid v0.2.6
6662025-02-28T09:19:24.335Z Downloaded peg-runtime v0.8.3
6672025-02-28T09:19:24.339Z Downloaded zeroize v1.8.1
6682025-02-28T09:19:24.339Z Downloaded zerofrom-derive v0.1.4
6692025-02-28T09:19:24.342Z Downloaded rand_core v0.9.2
6702025-02-28T09:19:24.342Z Downloaded litrs v0.4.1
6712025-02-28T09:19:24.346Z Downloaded indexmap v1.9.3
6722025-02-28T09:19:24.349Z Downloaded test-strategy v0.4.0
6732025-02-28T09:19:24.352Z Downloaded data-encoding v2.6.0
6742025-02-28T09:19:24.355Z Downloaded snafu-derive v0.8.5
6752025-02-28T09:19:24.358Z Downloaded icu_normalizer v1.5.0
6762025-02-28T09:19:24.362Z Downloaded foreign-types v0.5.0
6772025-02-28T09:19:24.365Z Downloaded deranged v0.3.11
6782025-02-28T09:19:24.365Z Downloaded nanorand v0.7.0
6792025-02-28T09:19:24.368Z Downloaded group v0.13.0
6802025-02-28T09:19:24.368Z Downloaded chacha20poly1305 v0.10.1
6812025-02-28T09:19:24.371Z Downloaded fragile v2.0.0
6822025-02-28T09:19:24.374Z Downloaded form_urlencoded v1.2.1
6832025-02-28T09:19:24.374Z Downloaded foreign-types-shared v0.3.1
6842025-02-28T09:19:24.377Z Downloaded const_format v0.2.34
6852025-02-28T09:19:24.381Z Downloaded strum v0.26.3
6862025-02-28T09:19:24.384Z Downloaded sha1 v0.10.6
6872025-02-28T09:19:24.384Z Downloaded foreign-types-macros v0.2.3
6882025-02-28T09:19:24.384Z Downloaded universal-hash v0.5.1
6892025-02-28T09:19:24.387Z Downloaded parking_lot_core v0.9.10
6902025-02-28T09:19:24.390Z Downloaded num-integer v0.1.46
6912025-02-28T09:19:24.390Z Downloaded ppv-lite86 v0.2.20
6922025-02-28T09:19:24.395Z Downloaded tinyvec_macros v0.1.1
6932025-02-28T09:19:24.395Z Downloaded try-lock v0.2.5
6942025-02-28T09:19:24.395Z Downloaded pkg-config v0.3.31
6952025-02-28T09:19:24.399Z Downloaded parse-display-derive v0.10.0
6962025-02-28T09:19:24.399Z Downloaded proc-macro-crate v1.3.1
6972025-02-28T09:19:24.402Z Downloaded primeorder v0.13.6
6982025-02-28T09:19:24.402Z Downloaded quick-error v1.2.3
6992025-02-28T09:19:24.402Z Downloaded walkdir v2.5.0
7002025-02-28T09:19:24.406Z Downloaded headers v0.4.0
7012025-02-28T09:19:24.410Z Downloaded socket2 v0.5.8
7022025-02-28T09:19:24.415Z Downloaded zerofrom v0.1.4
7032025-02-28T09:19:24.419Z Downloaded diesel_table_macro_syntax v0.2.0
7042025-02-28T09:19:24.420Z Downloaded derive_builder_macro v0.20.2
7052025-02-28T09:19:24.420Z Downloaded indicatif v0.17.11
7062025-02-28T09:19:24.426Z Downloaded scrypt v0.11.0
7072025-02-28T09:19:24.429Z Downloaded endian-type v0.1.2
7082025-02-28T09:19:24.429Z Downloaded difflib v0.4.0
7092025-02-28T09:19:24.429Z Downloaded scopeguard v1.2.0
7102025-02-28T09:19:24.429Z Downloaded rustc-hash v1.1.0
7112025-02-28T09:19:24.429Z Downloaded cc v1.2.15
7122025-02-28T09:19:24.433Z Downloaded opaque-debug v0.3.1
7132025-02-28T09:19:24.437Z Downloaded fxhash v0.2.1
7142025-02-28T09:19:24.437Z Downloaded rayon-core v1.12.1
7152025-02-28T09:19:24.442Z Downloaded strum_macros v0.24.3
7162025-02-28T09:19:24.445Z Downloaded sqlformat v0.2.6
7172025-02-28T09:19:24.445Z Downloaded strum_macros v0.25.3
7182025-02-28T09:19:24.448Z Downloaded openssl-macros v0.1.1
7192025-02-28T09:19:24.448Z Downloaded tls_codec v0.4.1
7202025-02-28T09:19:24.451Z Downloaded gethostname v0.5.0
7212025-02-28T09:19:24.451Z Downloaded serde-big-array v0.5.1
7222025-02-28T09:19:24.454Z Downloaded pin-project-lite v0.2.14
7232025-02-28T09:19:24.458Z Downloaded bytes v1.10.0
7242025-02-28T09:19:24.463Z Downloaded zeroize_derive v1.4.2
7252025-02-28T09:19:24.466Z Downloaded tui-tree-widget v0.23.0
7262025-02-28T09:19:24.466Z Downloaded yoke v0.7.4
7272025-02-28T09:19:24.471Z Downloaded tokio-macros v2.5.0
7282025-02-28T09:19:24.471Z Downloaded pem-rfc7468 v0.7.0
7292025-02-28T09:19:24.474Z Downloaded fallible-iterator v0.2.0
7302025-02-28T09:19:24.474Z Downloaded rustc-demangle v0.1.24
7312025-02-28T09:19:24.484Z Downloaded sync_wrapper v1.0.1
7322025-02-28T09:19:24.488Z Downloaded strum_macros v0.26.4
7332025-02-28T09:19:24.492Z Downloaded ghash v0.5.1
7342025-02-28T09:19:24.492Z Downloaded foldhash v0.1.3
7352025-02-28T09:19:24.492Z Downloaded float-ord v0.3.2
7362025-02-28T09:19:24.497Z Downloaded enum-as-inner v0.6.1
7372025-02-28T09:19:24.497Z Downloaded dirs-next v2.0.0
7382025-02-28T09:19:24.500Z Downloaded secrecy v0.8.0
7392025-02-28T09:19:24.500Z Downloaded write16 v1.0.0
7402025-02-28T09:19:24.500Z Downloaded num v0.4.3
7412025-02-28T09:19:24.500Z Downloaded crypto-bigint v0.5.5
7422025-02-28T09:19:24.506Z Downloaded phf_shared v0.11.2
7432025-02-28T09:19:24.510Z Downloaded vte v0.11.1
7442025-02-28T09:19:24.515Z Downloaded vsss-rs v3.3.4
7452025-02-28T09:19:24.515Z Downloaded olpc-cjson v0.1.4
7462025-02-28T09:19:24.518Z Downloaded snafu v0.8.5
7472025-02-28T09:19:24.521Z Downloaded foreign-types v0.3.2
7482025-02-28T09:19:24.525Z Downloaded progenitor-macro v0.8.0
7492025-02-28T09:19:24.525Z Downloaded downcast v0.11.0
7502025-02-28T09:19:24.525Z Downloaded schemars_derive v0.8.22
7512025-02-28T09:19:24.528Z Downloaded rand_chacha v0.9.0
7522025-02-28T09:19:24.528Z Downloaded rand_chacha v0.3.1
7532025-02-28T09:19:24.532Z Downloaded progenitor-macro v0.9.1
7542025-02-28T09:19:24.533Z Downloaded polyval v0.6.2
7552025-02-28T09:19:24.533Z Downloaded parse-size v1.1.0
7562025-02-28T09:19:24.536Z Downloaded twox-hash v2.1.0
7572025-02-28T09:19:24.536Z Downloaded num-traits v0.2.19
7582025-02-28T09:19:24.539Z Downloaded static_assertions v1.1.0
7592025-02-28T09:19:24.542Z Downloaded stable_deref_trait v1.2.0
7602025-02-28T09:19:24.542Z Downloaded daft-derive v0.1.1
7612025-02-28T09:19:24.547Z Downloaded getrandom v0.2.15
7622025-02-28T09:19:24.551Z Downloaded tracing-core v0.1.32
7632025-02-28T09:19:24.554Z Downloaded nu-ansi-term v0.50.1
7642025-02-28T09:19:24.554Z Downloaded minimal-lexical v0.2.1
7652025-02-28T09:19:24.560Z Downloaded typify-macro v0.2.0
7662025-02-28T09:19:24.563Z Downloaded vergen v8.3.2
7672025-02-28T09:19:24.566Z Downloaded http v1.2.0
7682025-02-28T09:19:24.569Z Downloaded document-features v0.2.10
7692025-02-28T09:19:24.572Z Downloaded topological-sort v0.2.2
7702025-02-28T09:19:24.572Z Downloaded tabled_derive v0.10.0
7712025-02-28T09:19:24.575Z Downloaded pkcs8 v0.10.2
7722025-02-28T09:19:24.578Z Downloaded diff v0.1.13
7732025-02-28T09:19:24.581Z Downloaded similar v2.6.0
7742025-02-28T09:19:24.584Z Downloaded tower-service v0.3.3
7752025-02-28T09:19:24.587Z Downloaded serde_derive_internals v0.29.1
7762025-02-28T09:19:24.590Z Downloaded utf16_iter v1.0.5
7772025-02-28T09:19:24.590Z Downloaded aes v0.8.4
7782025-02-28T09:19:24.593Z Downloaded untrusted v0.7.1
7792025-02-28T09:19:24.596Z Downloaded headers-core v0.3.0
7802025-02-28T09:19:24.596Z Downloaded num_enum_derive v0.5.11
7812025-02-28T09:19:24.596Z Downloaded num_enum v0.5.11
7822025-02-28T09:19:24.600Z Downloaded hash32 v0.2.1
7832025-02-28T09:19:24.604Z Downloaded glob v0.3.2
7842025-02-28T09:19:24.607Z Downloaded prettyplease v0.2.29
7852025-02-28T09:19:24.611Z Downloaded tokio-stream v0.1.17
7862025-02-28T09:19:24.615Z Downloaded rustls-pemfile v1.0.4
7872025-02-28T09:19:24.619Z Downloaded darling v0.20.10
7882025-02-28T09:19:24.622Z Downloaded qorb v0.2.1
7892025-02-28T09:19:24.625Z Downloaded packed_struct_codegen v0.10.1
7902025-02-28T09:19:24.628Z Downloaded radium v0.7.0
7912025-02-28T09:19:24.628Z Downloaded displaydoc v0.2.5
7922025-02-28T09:19:24.632Z Downloaded slog-scope v4.4.0
7932025-02-28T09:19:24.635Z Downloaded serde_plain v1.0.2
7942025-02-28T09:19:24.635Z Downloaded fs_extra v1.3.0
7952025-02-28T09:19:24.638Z Downloaded sync-ptr v0.1.1
7962025-02-28T09:19:24.638Z Downloaded env_logger v0.10.2
7972025-02-28T09:19:24.641Z Downloaded smf v0.2.3
7982025-02-28T09:19:24.644Z Downloaded smallvec v0.6.14
7992025-02-28T09:19:24.644Z Downloaded r2d2 v0.8.10
8002025-02-28T09:19:24.647Z Downloaded slab v0.4.9
8012025-02-28T09:19:24.647Z Downloaded rfc6979 v0.4.0
8022025-02-28T09:19:24.650Z Downloaded tiny-keccak v2.0.2
8032025-02-28T09:19:24.652Z Downloaded unicase v2.7.0
8042025-02-28T09:19:24.653Z Downloaded untrusted v0.9.0
8052025-02-28T09:19:24.655Z Downloaded omicron-zone-package v0.12.0
8062025-02-28T09:19:24.658Z Downloaded daft v0.1.1
8072025-02-28T09:19:24.662Z Downloaded utf8_iter v1.0.4
8082025-02-28T09:19:24.662Z Downloaded env_logger v0.11.5
8092025-02-28T09:19:24.665Z Downloaded postgres-types v0.2.9
8102025-02-28T09:19:24.668Z Downloaded typify-macro v0.3.0
8112025-02-28T09:19:24.668Z Downloaded funty v2.0.0
8122025-02-28T09:19:24.671Z Downloaded parking_lot_core v0.8.6
8132025-02-28T09:19:24.671Z Downloaded uzers v0.12.1
8142025-02-28T09:19:24.675Z Downloaded tungstenite v0.21.0
8152025-02-28T09:19:24.677Z Downloaded zerocopy v0.6.6
8162025-02-28T09:19:24.680Z Downloaded libm v0.2.8
8172025-02-28T09:19:24.689Z Downloaded proc-macro-error-attr2 v2.0.0
8182025-02-28T09:19:24.693Z Downloaded oxnet v0.1.1
8192025-02-28T09:19:24.693Z Downloaded password-hash v0.5.0
8202025-02-28T09:19:24.698Z Downloaded ron v0.8.1
8212025-02-28T09:19:24.701Z Downloaded packed_struct v0.10.1
8222025-02-28T09:19:24.704Z Downloaded flume v0.11.1
8232025-02-28T09:19:24.707Z Downloaded phf_shared v0.10.0
8242025-02-28T09:19:24.707Z Downloaded aes-gcm v0.10.3
8252025-02-28T09:19:24.710Z Downloaded unarray v0.1.4
8262025-02-28T09:19:24.713Z Downloaded rustls-pemfile v2.2.0
8272025-02-28T09:19:24.723Z Downloaded scheduled-thread-pool v0.2.7
8282025-02-28T09:19:24.723Z Downloaded same-file v1.0.6
8292025-02-28T09:19:24.727Z Downloaded ref-cast v1.0.23
8302025-02-28T09:19:24.727Z Downloaded parking_lot v0.12.3
8312025-02-28T09:19:24.727Z Downloaded subtle v2.6.1
8322025-02-28T09:19:24.727Z Downloaded tokio-rustls v0.26.0
8332025-02-28T09:19:24.730Z Downloaded tokio-rustls v0.25.0
8342025-02-28T09:19:24.730Z Downloaded vte_generate_state_changes v0.1.2
8352025-02-28T09:19:24.734Z Downloaded pretty-hex v0.2.1
8362025-02-28T09:19:24.734Z Downloaded oso-derive v0.27.3
8372025-02-28T09:19:24.735Z Downloaded darling_core v0.20.10
8382025-02-28T09:19:24.739Z Downloaded tracing v0.1.40
8392025-02-28T09:19:24.742Z Downloaded normalize-line-endings v0.3.0
8402025-02-28T09:19:24.744Z Downloaded quinn v0.11.5
8412025-02-28T09:19:24.747Z Downloaded pin-utils v0.1.0
8422025-02-28T09:19:24.751Z Downloaded heck v0.3.3
8432025-02-28T09:19:24.754Z Downloaded pbkdf2 v0.11.0
8442025-02-28T09:19:24.757Z Downloaded diesel_derives v2.2.3
8452025-02-28T09:19:24.761Z Downloaded rand_seeder v0.3.0
8462025-02-28T09:19:24.765Z Downloaded hkdf v0.12.4
8472025-02-28T09:19:24.765Z Downloaded env_filter v0.1.2
8482025-02-28T09:19:24.765Z Downloaded idna v1.0.3
8492025-02-28T09:19:24.769Z Downloaded tokio-tungstenite v0.21.0
8502025-02-28T09:19:24.773Z Downloaded tokio-rustls v0.24.1
8512025-02-28T09:19:24.777Z Downloaded string_cache v0.8.7
8522025-02-28T09:19:24.780Z Downloaded openssl-probe v0.1.5
8532025-02-28T09:19:24.780Z Downloaded filetime v0.2.25
8542025-02-28T09:19:24.780Z Downloaded phf_generator v0.11.2
8552025-02-28T09:19:24.784Z Downloaded nodrop v0.1.14
8562025-02-28T09:19:24.784Z Downloaded proc-macro-error2 v2.0.1
8572025-02-28T09:19:24.787Z Downloaded siphasher v0.3.11
8582025-02-28T09:19:24.787Z Downloaded signature v2.2.0
8592025-02-28T09:19:24.793Z Downloaded salsa20 v0.10.2
8602025-02-28T09:19:24.793Z Downloaded phf v0.11.2
8612025-02-28T09:19:24.796Z Downloaded which v4.4.2
8622025-02-28T09:19:24.796Z Downloaded unicode-truncate v1.1.0
8632025-02-28T09:19:24.796Z Downloaded serde_repr v0.1.19
8642025-02-28T09:19:24.799Z Downloaded schemars v0.8.22
8652025-02-28T09:19:24.812Z Downloaded signal-hook-tokio v0.3.1
8662025-02-28T09:19:24.815Z Downloaded newtype-uuid v1.2.1
8672025-02-28T09:19:24.815Z Downloaded hyper v1.6.0
8682025-02-28T09:19:24.819Z Downloaded futures v0.3.31
8692025-02-28T09:19:24.825Z Downloaded russh-cryptovec v0.7.3
8702025-02-28T09:19:24.827Z Downloaded newline-converter v0.3.0
8712025-02-28T09:19:24.827Z Downloaded shell-words v1.1.0
8722025-02-28T09:19:24.827Z Downloaded libxml v0.3.3
8732025-02-28T09:19:24.834Z Downloaded curve25519-dalek-derive v0.1.1
8742025-02-28T09:19:24.837Z Downloaded tokio-native-tls v0.3.1
8752025-02-28T09:19:24.837Z Downloaded ff v0.13.0
8762025-02-28T09:19:24.840Z Downloaded path-slash v0.1.5
8772025-02-28T09:19:24.845Z Downloaded xz2 v0.1.7
8782025-02-28T09:19:24.845Z Downloaded slog-envlogger v2.2.0
8792025-02-28T09:19:24.854Z Downloaded slog-dtrace v0.3.0
8802025-02-28T09:19:24.854Z Downloaded signal-hook v0.3.17
8812025-02-28T09:19:24.858Z Downloaded sqlparser_derive v0.2.2
8822025-02-28T09:19:24.859Z Downloaded xattr v1.3.1
8832025-02-28T09:19:24.859Z Downloaded phf_codegen v0.11.2
8842025-02-28T09:19:24.859Z Downloaded uuid v1.15.1
8852025-02-28T09:19:24.859Z Downloaded zone_cfg_derive v0.1.2
8862025-02-28T09:19:24.859Z Downloaded value-bag v1.9.0
8872025-02-28T09:19:24.863Z Downloaded subprocess v0.2.9
8882025-02-28T09:19:24.863Z Downloaded url v2.5.3
8892025-02-28T09:19:24.866Z Downloaded predicates v3.1.3
8902025-02-28T09:19:24.869Z Downloaded psl-types v2.0.11
8912025-02-28T09:19:24.872Z Downloaded papergrid v0.14.0
8922025-02-28T09:19:24.875Z Downloaded tap v1.0.1
8932025-02-28T09:19:24.877Z Downloaded powerfmt v0.2.0
8942025-02-28T09:19:24.877Z Downloaded futures-channel v0.3.31
8952025-02-28T09:19:24.880Z Downloaded whoami v1.5.2
8962025-02-28T09:19:24.883Z Downloaded dropshot_endpoint v0.16.0
8972025-02-28T09:19:24.886Z Downloaded number_prefix v0.4.0
8982025-02-28T09:19:24.889Z Downloaded wyz v0.5.1
8992025-02-28T09:19:24.889Z Downloaded term v0.7.0
9002025-02-28T09:19:24.892Z Downloaded rustc_version v0.1.7
9012025-02-28T09:19:24.892Z Downloaded tower-layer v0.3.3
9022025-02-28T09:19:24.895Z Downloaded display-error-chain v0.2.2
9032025-02-28T09:19:24.895Z Downloaded new_debug_unreachable v1.0.6
9042025-02-28T09:19:24.895Z Downloaded dirs-sys-next v0.1.2
9052025-02-28T09:19:24.897Z Downloaded tinystr v0.7.6
9062025-02-28T09:19:24.902Z Downloaded tokio-tungstenite v0.23.1
9072025-02-28T09:19:24.903Z Downloaded unsafe-libyaml v0.2.11
9082025-02-28T09:19:24.905Z Downloaded pbkdf2 v0.12.2
9092025-02-28T09:19:24.905Z Downloaded dsl_auto_type v0.1.2
9102025-02-28T09:19:24.909Z Downloaded dunce v1.0.5
9112025-02-28T09:19:24.909Z Downloaded dropshot_endpoint v0.12.0
9122025-02-28T09:19:24.912Z Downloaded yoke-derive v0.7.4
9132025-02-28T09:19:24.912Z Downloaded ssh-cipher v0.2.0
9142025-02-28T09:19:24.915Z Downloaded native-tls v0.2.12
9152025-02-28T09:19:24.918Z Downloaded peg v0.8.4
9162025-02-28T09:19:24.921Z Downloaded percent-encoding v2.3.1
9172025-02-28T09:19:24.921Z Downloaded pkcs1 v0.7.5
9182025-02-28T09:19:24.924Z Downloaded zip v0.6.6
9192025-02-28T09:19:24.927Z Downloaded time-core v0.1.2
9202025-02-28T09:19:24.930Z Downloaded ref-cast-impl v1.0.23
9212025-02-28T09:19:24.930Z Downloaded slog-json v2.6.1
9222025-02-28T09:19:24.933Z Downloaded predicates-core v1.0.8
9232025-02-28T09:19:24.933Z Downloaded time v0.3.36
9242025-02-28T09:19:24.939Z Downloaded futures-io v0.3.31
9252025-02-28T09:19:24.942Z Downloaded ssh-encoding v0.2.0
9262025-02-28T09:19:24.942Z Downloaded bitvec v1.0.1
9272025-02-28T09:19:24.956Z Downloaded flagset v0.4.6
9282025-02-28T09:19:24.959Z Downloaded num-complex v0.4.6
9292025-02-28T09:19:24.962Z Downloaded signal-hook-registry v1.4.2
9302025-02-28T09:19:24.962Z Downloaded tokio-tungstenite v0.24.0
9312025-02-28T09:19:24.965Z Downloaded zerovec v0.10.4
9322025-02-28T09:19:24.969Z Downloaded hash32 v0.3.1
9332025-02-28T09:19:24.972Z Downloaded itertools v0.13.0
9342025-02-28T09:19:24.977Z Downloaded stringprep v0.1.5
9352025-02-28T09:19:24.980Z Downloaded postgres-protocol v0.6.8
9362025-02-28T09:19:24.983Z Downloaded dyn-clone v1.0.18
9372025-02-28T09:19:24.983Z Downloaded typify v0.2.0
9382025-02-28T09:19:24.987Z Downloaded termcolor v1.4.1
9392025-02-28T09:19:24.990Z Downloaded tabwriter v1.4.0
9402025-02-28T09:19:24.990Z Downloaded signal-hook-mio v0.2.4
9412025-02-28T09:19:24.990Z Downloaded shlex v1.3.0
9422025-02-28T09:19:24.990Z Downloaded serde_urlencoded v0.7.1
9432025-02-28T09:19:24.994Z Downloaded rtoolbox v0.0.2
9442025-02-28T09:19:24.994Z Downloaded structmeta-derive v0.3.0
9452025-02-28T09:19:24.994Z Downloaded time-macros v0.2.18
9462025-02-28T09:19:24.997Z Downloaded quinn-proto v0.11.8
9472025-02-28T09:19:25.002Z Downloaded futures-task v0.3.31
9482025-02-28T09:19:25.005Z Downloaded yasna v0.5.2
9492025-02-28T09:19:25.008Z Downloaded futures-sink v0.3.31
9502025-02-28T09:19:25.008Z Downloaded futures-macro v0.3.31
9512025-02-28T09:19:25.008Z Downloaded futures-executor v0.3.31
9522025-02-28T09:19:25.011Z Downloaded ed25519 v2.2.3
9532025-02-28T09:19:25.011Z Downloaded zone v0.3.0
9542025-02-28T09:19:25.014Z Downloaded futures-core v0.3.31
9552025-02-28T09:19:25.014Z Downloaded fixedbitset v0.4.2
9562025-02-28T09:19:25.014Z Downloaded zip v2.1.3
9572025-02-28T09:19:25.018Z Downloaded heapless v0.7.17
9582025-02-28T09:19:25.021Z Downloaded samael v0.0.18
9592025-02-28T09:19:25.028Z Downloaded ecdsa v0.16.9
9602025-02-28T09:19:25.031Z Downloaded oso v0.27.3
9612025-02-28T09:19:25.033Z Downloaded pin-project-internal v1.1.6
9622025-02-28T09:19:25.033Z Downloaded zopfli v0.8.1
9632025-02-28T09:19:25.036Z Downloaded num-bigint v0.4.6
9642025-02-28T09:19:25.042Z Downloaded thread_local v1.1.8
9652025-02-28T09:19:25.045Z Downloaded elliptic-curve v0.13.8
9662025-02-28T09:19:25.048Z Downloaded publicsuffix v2.3.0
9672025-02-28T09:19:25.051Z Downloaded peg-macros v0.8.4
9682025-02-28T09:19:25.051Z Downloaded parse-zoneinfo v0.3.1
9692025-02-28T09:19:25.054Z Downloaded h2 v0.4.6
9702025-02-28T09:19:25.059Z Downloaded unicode-properties v0.1.3
9712025-02-28T09:19:25.063Z Downloaded unicode-segmentation v1.12.0
9722025-02-28T09:19:25.065Z Downloaded toml_edit v0.19.15
9732025-02-28T09:19:25.079Z Downloaded postcard v1.0.10
9742025-02-28T09:19:25.082Z Downloaded bindgen v0.71.1
9752025-02-28T09:19:25.089Z Downloaded bindgen v0.69.5
9762025-02-28T09:19:25.096Z Downloaded ed25519-dalek v2.1.1
9772025-02-28T09:19:25.100Z Downloaded openssl-sys v0.9.106
9782025-02-28T09:19:25.104Z Downloaded p521 v0.13.3
9792025-02-28T09:19:25.109Z Downloaded tokio-postgres v0.7.13
9802025-02-28T09:19:25.113Z Downloaded progenitor-impl v0.9.1
9812025-02-28T09:19:25.116Z Downloaded hashbrown v0.13.2
9822025-02-28T09:19:25.118Z Downloaded futures-util v0.3.31
9832025-02-28T09:19:25.129Z Downloaded reedline v0.38.0
9842025-02-28T09:19:25.136Z Downloaded tough v0.19.0
9852025-02-28T09:19:25.144Z Downloaded tar v0.4.44
9862025-02-28T09:19:25.147Z Downloaded rustls-webpki v0.102.8
9872025-02-28T09:19:25.165Z Downloaded typed-path v0.9.3
9882025-02-28T09:19:25.170Z Downloaded russh v0.45.0
9892025-02-28T09:19:25.174Z Downloaded winnow v0.6.20
9902025-02-28T09:19:25.183Z Downloaded p384 v0.13.0
9912025-02-28T09:19:25.189Z Downloaded rustyline v14.0.0
9922025-02-28T09:19:25.194Z Downloaded rayon v1.10.0
9932025-02-28T09:19:25.202Z Downloaded x509-cert v0.2.5
9942025-02-28T09:19:25.207Z Downloaded rustls v0.21.12
9952025-02-28T09:19:25.219Z Downloaded hashbrown v0.12.3
9962025-02-28T09:19:25.222Z Downloaded nom v7.1.3
9972025-02-28T09:19:25.227Z Downloaded flate2 v1.1.0
9982025-02-28T09:19:25.232Z Downloaded git2 v0.19.0
9992025-02-28T09:19:25.240Z Downloaded regex-syntax v0.6.29
10002025-02-28T09:19:25.248Z Downloaded zerocopy-derive v0.8.10
10012025-02-28T09:19:25.253Z Downloaded rustls v0.23.19
10022025-02-28T09:19:25.265Z Downloaded smoltcp v0.11.0
10032025-02-28T09:19:25.276Z Downloaded chrono-tz v0.10.1
10042025-02-28T09:19:25.283Z Downloaded bstr v1.10.0
10052025-02-28T09:19:25.294Z Downloaded unicode-width v0.2.0
10062025-02-28T09:19:25.299Z Downloaded gimli v0.31.1
10072025-02-28T09:19:25.308Z Downloaded rustls v0.22.4
10082025-02-28T09:19:25.321Z Downloaded object v0.36.5
10092025-02-28T09:19:25.332Z Downloaded proptest v1.6.0
10102025-02-28T09:19:25.340Z Downloaded unicode-normalization v0.1.24
10112025-02-28T09:19:25.344Z Downloaded tabled v0.18.0
10122025-02-28T09:19:25.360Z Downloaded portable-atomic v1.9.0
10132025-02-28T09:19:25.367Z Downloaded object v0.30.4
10142025-02-28T09:19:25.376Z Downloaded regress v0.10.1
10152025-02-28T09:19:25.384Z Downloaded dropshot v0.16.0
10162025-02-28T09:19:25.406Z Downloaded salty v0.3.0
10172025-02-28T09:19:25.410Z Downloaded hickory-proto v0.24.4
10182025-02-28T09:19:25.424Z Downloaded sled v0.34.7
10192025-02-28T09:19:25.435Z Downloaded typify-impl v0.3.0
10202025-02-28T09:19:25.450Z Downloaded smoltcp v0.9.1
10212025-02-28T09:19:25.460Z Downloaded nix v0.28.0
10222025-02-28T09:19:25.471Z Downloaded reqwest v0.12.12
10232025-02-28T09:19:25.479Z Downloaded dropshot v0.12.0
10242025-02-28T09:19:25.498Z Downloaded radix_trie v0.2.1
10252025-02-28T09:19:25.503Z Downloaded ratatui v0.29.0
10262025-02-28T09:19:25.522Z Downloaded bzip2-sys v0.1.11+1.0.8
10272025-02-28T09:19:25.534Z Downloaded curve25519-dalek v4.1.3
10282025-02-28T09:19:25.542Z Downloaded openapiv3 v2.0.0
10292025-02-28T09:19:25.553Z Downloaded regex-automata v0.4.8
10302025-02-28T09:19:25.569Z Downloaded regress v0.9.1
10312025-02-28T09:19:25.577Z Downloaded openssl v0.10.71
10322025-02-28T09:19:25.586Z Downloaded nix v0.29.0
10332025-02-28T09:19:25.598Z Downloaded zerocopy v0.8.10
10342025-02-28T09:19:25.689Z Downloaded diesel v2.2.7
10352025-02-28T09:19:25.701Z Downloaded polar-core v0.27.3
10362025-02-28T09:19:25.701Z Downloaded nix v0.27.1
10372025-02-28T09:19:25.701Z Downloaded sqlparser v0.45.0
10382025-02-28T09:19:25.701Z Downloaded regex-syntax v0.8.5
10392025-02-28T09:19:25.701Z Downloaded petname v2.0.2
10402025-02-28T09:19:25.701Z Downloaded csv v1.3.1
10412025-02-28T09:19:25.701Z Downloaded tower v0.5.2
10422025-02-28T09:19:25.708Z Downloaded regex v1.11.1
10432025-02-28T09:19:25.712Z Downloaded webpki-roots v0.26.6
10442025-02-28T09:19:25.715Z Downloaded winnow v0.5.40
10452025-02-28T09:19:25.724Z Downloaded zerocopy-derive v0.6.6
10462025-02-28T09:19:25.733Z Downloaded typify-impl v0.2.0
10472025-02-28T09:19:25.747Z Downloaded hashbrown v0.14.5
10482025-02-28T09:19:25.753Z Downloaded icu_properties_data v1.5.0
10492025-02-28T09:19:25.764Z Downloaded heapless v0.8.0
10502025-02-28T09:19:25.766Z Downloaded ssh-key v0.6.6
10512025-02-28T09:19:25.772Z Downloaded vcpkg v0.2.15
10522025-02-28T09:19:25.808Z Downloaded lalrpop v0.19.12
10532025-02-28T09:19:25.818Z Downloaded rustls-webpki v0.101.7
10542025-02-28T09:19:25.831Z Downloaded quick-xml v0.37.2
10552025-02-28T09:19:25.837Z Downloaded lzma-sys v0.1.20
10562025-02-28T09:19:25.864Z Downloaded steno v0.4.1
10572025-02-28T09:19:25.868Z Downloaded ron v0.7.1
10582025-02-28T09:19:25.872Z Downloaded pin-project v1.1.6
10592025-02-28T09:19:25.881Z Downloaded rustls-pki-types v1.10.0
10602025-02-28T09:19:25.884Z Downloaded petgraph v0.6.5
10612025-02-28T09:19:25.901Z Downloaded expectorate v1.1.0
10622025-02-28T09:19:25.904Z Downloaded num-bigint-dig v0.8.4
10632025-02-28T09:19:25.907Z Downloaded chrono v0.4.40
10642025-02-28T09:19:25.915Z Downloaded rand v0.9.0
10652025-02-28T09:19:25.917Z Downloaded tokio v1.43.0
10662025-02-28T09:19:25.952Z Downloaded tinyvec v1.8.0
10672025-02-28T09:19:25.955Z Downloaded sha3 v0.10.8
10682025-02-28T09:19:25.959Z Downloaded libz-sys v1.1.20
10692025-02-28T09:19:25.978Z Downloaded num_threads v0.1.7
10702025-02-28T09:19:25.983Z Downloaded rustc-hash v2.1.1
10712025-02-28T09:19:25.983Z Downloaded diesel-dtrace v0.4.2
10722025-02-28T09:19:25.985Z Downloaded zerovec-derive v0.10.3
10732025-02-28T09:19:25.985Z Downloaded slog-bunyan v2.5.0
10742025-02-28T09:19:25.985Z Downloaded derive_more v0.99.19
10752025-02-28T09:19:25.988Z Downloaded blake3 v1.5.4
10762025-02-28T09:19:25.995Z Downloaded aho-corasick v1.1.3
10772025-02-28T09:19:26.000Z Downloaded aws-lc-rs v1.12.4
10782025-02-28T09:19:26.010Z Downloaded derive-where v1.2.7
10792025-02-28T09:19:26.014Z Downloaded itertools v0.14.0
10802025-02-28T09:19:26.018Z Downloaded progenitor-client v0.9.1
10812025-02-28T09:19:26.021Z Downloaded precomputed-hash v0.1.1
10822025-02-28T09:19:26.021Z Downloaded rand_xorshift v0.3.0
10832025-02-28T09:19:26.021Z Downloaded paste v1.0.15
10842025-02-28T09:19:26.024Z Downloaded either v1.14.0
10852025-02-28T09:19:26.029Z Downloaded embedded-io v0.4.0
10862025-02-28T09:19:26.029Z Downloaded writeable v0.5.5
10872025-02-28T09:19:26.031Z Downloaded p256 v0.13.2
10882025-02-28T09:19:26.031Z Downloaded derive_builder v0.20.2
10892025-02-28T09:19:26.034Z Downloaded serde_with v3.11.0
10902025-02-28T09:19:26.042Z Downloaded smallvec v1.14.0
10912025-02-28T09:19:26.045Z Downloaded parking_lot v0.11.2
10922025-02-28T09:19:26.049Z Downloaded rsa v0.9.6
10932025-02-28T09:19:26.052Z Downloaded float-cmp v0.10.0
10942025-02-28T09:19:26.052Z Downloaded itertools v0.12.1
10952025-02-28T09:19:26.057Z Downloaded owo-colors v4.2.0
10962025-02-28T09:19:26.060Z Downloaded zone v0.1.8
10972025-02-28T09:19:26.063Z Downloaded des v0.8.1
10982025-02-28T09:19:26.063Z Downloaded tokio-util v0.7.13
10992025-02-28T09:19:26.068Z Downloaded derive_builder_core v0.20.2
11002025-02-28T09:19:26.071Z Downloaded progenitor-impl v0.8.0
11012025-02-28T09:19:26.074Z Downloaded slog-term v2.9.1
11022025-02-28T09:19:26.077Z Downloaded half v2.4.1
11032025-02-28T09:19:26.077Z Downloaded password-hash v0.4.2
11042025-02-28T09:19:26.080Z Downloaded mio v1.0.2
11052025-02-28T09:19:26.102Z Downloaded itertools v0.10.5
11062025-02-28T09:19:26.102Z Downloaded utf-8 v0.7.6
11072025-02-28T09:19:26.102Z Downloaded crossterm v0.28.1
11082025-02-28T09:19:26.109Z Downloaded tungstenite v0.24.0
11092025-02-28T09:19:26.113Z Downloaded resolv-conf v0.7.0
11102025-02-28T09:19:26.118Z Downloaded quinn-udp v0.5.5
11112025-02-28T09:19:26.118Z Downloaded encoding_rs v0.8.34
11122025-02-28T09:19:26.144Z Downloaded predicates-tree v1.0.11
11132025-02-28T09:19:26.147Z Downloaded der v0.7.9
11142025-02-28T09:19:26.151Z Downloaded pkcs5 v0.7.1
11152025-02-28T09:19:26.159Z Downloaded getrandom v0.3.1
11162025-02-28T09:19:26.163Z Downloaded icu_collections v1.5.0
11172025-02-28T09:19:26.167Z Downloaded sec1 v0.7.3
11182025-02-28T09:19:26.170Z Downloaded sct v0.7.1
11192025-02-28T09:19:26.173Z Downloaded rand_core v0.6.4
11202025-02-28T09:19:26.176Z Downloaded poly1305 v0.8.0
11212025-02-28T09:19:26.179Z Downloaded unicode_categories v0.1.1
11222025-02-28T09:19:26.179Z Downloaded synstructure v0.13.1
11232025-02-28T09:19:26.182Z Downloaded serde_path_to_error v0.1.16
11242025-02-28T09:19:26.182Z Downloaded serde-hex v0.1.0
11252025-02-28T09:19:26.186Z Downloaded ring v0.17.11
11262025-02-28T09:19:26.225Z Downloaded simd-adler32 v0.3.7
11272025-02-28T09:19:26.228Z Downloaded unicode-bidi v0.3.17
11282025-02-28T09:19:26.231Z Downloaded tungstenite v0.23.0
11292025-02-28T09:19:26.234Z Downloaded serde_yaml v0.9.34+deprecated
11302025-02-28T09:19:26.237Z Downloaded toolchain_find v0.4.0
11312025-02-28T09:19:26.240Z Downloaded hickory-resolver v0.24.4
11322025-02-28T09:19:26.243Z Downloaded libgit2-sys v0.17.0+1.8.1
11332025-02-28T09:19:26.294Z Downloaded fatfs v0.3.6
11342025-02-28T09:19:26.298Z Downloaded hickory-server v0.24.4
11352025-02-28T09:19:26.302Z Downloaded miniz_oxide v0.8.5
11362025-02-28T09:19:26.305Z Downloaded spin v0.9.8
11372025-02-28T09:19:26.309Z Downloaded rand v0.8.5
11382025-02-28T09:19:26.312Z Downloaded icu_properties v1.5.1
11392025-02-28T09:19:26.312Z Downloaded hyper-util v0.1.10
11402025-02-28T09:19:26.315Z Downloaded crossbeam-channel v0.5.13
11412025-02-28T09:19:26.319Z Downloaded num-rational v0.4.2
11422025-02-28T09:19:26.322Z Downloaded tls_codec_derive v0.4.1
11432025-02-28T09:19:26.325Z Downloaded num-derive v0.4.2
11442025-02-28T09:19:26.325Z Downloaded toml v0.7.8
11452025-02-28T09:19:26.330Z Downloaded spki v0.7.3
11462025-02-28T09:19:26.330Z Downloaded typify v0.3.0
11472025-02-28T09:19:26.332Z Downloaded slog-stdlog v4.1.1
11482025-02-28T09:19:26.332Z Downloaded rusty-fork v0.3.0
11492025-02-28T09:19:26.335Z Downloaded rustversion v1.0.17
11502025-02-28T09:19:26.335Z Downloaded der_derive v0.7.3
11512025-02-28T09:19:26.338Z Downloaded russh-keys v0.45.0
11522025-02-28T09:19:26.340Z Downloaded globset v0.4.15
11532025-02-28T09:19:26.340Z Downloaded rcgen v0.12.1
11542025-02-28T09:19:26.344Z Downloaded crossbeam-epoch v0.9.18
11552025-02-28T09:19:26.346Z Downloaded slog v2.7.0
11562025-02-28T09:19:26.349Z Downloaded mockall_derive v0.13.1
11572025-02-28T09:19:26.349Z Downloaded icu_locid v1.5.0
11582025-02-28T09:19:26.353Z Downloaded parse-display v0.10.0
11592025-02-28T09:19:26.356Z Downloaded pem v3.0.5
11602025-02-28T09:19:26.356Z Downloaded nibble_vec v0.1.0
11612025-02-28T09:19:26.359Z Downloaded base64 v0.21.7
11622025-02-28T09:19:26.363Z Downloaded fd-lock v4.0.2
11632025-02-28T09:19:26.363Z Downloaded ena v0.14.3
11642025-02-28T09:19:26.365Z Downloaded embedded-io v0.6.1
11652025-02-28T09:19:26.365Z Downloaded serde_with_macros v3.11.0
11662025-02-28T09:19:26.365Z Downloaded backtrace v0.3.74
11672025-02-28T09:19:26.370Z Downloaded allocator-api2 v0.2.18
11682025-02-28T09:19:26.372Z Downloaded defmt-parser v0.3.4
11692025-02-28T09:19:26.375Z Downloaded defmt v0.3.8
11702025-02-28T09:19:26.377Z Downloaded debug-ignore v1.0.5
11712025-02-28T09:19:26.377Z Downloaded defmt-macros v0.3.9
11722025-02-28T09:19:26.380Z Downloaded icu_locid_transform_data v1.5.0
11732025-02-28T09:19:26.382Z Downloaded icu_normalizer_data v1.5.0
11742025-02-28T09:19:26.384Z Downloaded hyper-staticfile v0.10.1
11752025-02-28T09:19:26.387Z Downloaded compact_str v0.8.0
11762025-02-28T09:19:26.389Z Downloaded bumpalo v3.16.0
11772025-02-28T09:19:26.392Z Downloaded base64 v0.22.1
11782025-02-28T09:19:26.394Z Downloaded supports-color v3.0.2
11792025-02-28T09:19:26.397Z Downloaded structmeta v0.3.0
11802025-02-28T09:19:26.397Z Downloaded base64 v0.13.1
11812025-02-28T09:19:26.401Z Downloaded arc-swap v1.7.1
11822025-02-28T09:19:26.404Z Downloaded highway v1.3.0
11832025-02-28T09:19:26.404Z Downloaded jobserver v0.1.32
11842025-02-28T09:19:26.407Z Downloaded httparse v1.9.5
11852025-02-28T09:19:26.407Z Downloaded crc-any v2.5.0
11862025-02-28T09:19:26.410Z Downloaded argon2 v0.5.3
11872025-02-28T09:19:26.413Z Downloaded litemap v0.7.3
11882025-02-28T09:19:26.413Z Downloaded hyper-rustls v0.27.3
11892025-02-28T09:19:26.415Z Downloaded colored v2.2.0
11902025-02-28T09:19:26.418Z Downloaded async-bb8-diesel v0.2.1
11912025-02-28T09:19:26.421Z Downloaded want v0.3.1
11922025-02-28T09:19:26.421Z Downloaded waitgroup v0.1.2
11932025-02-28T09:19:26.421Z Downloaded icu_locid_transform v1.5.0
11942025-02-28T09:19:26.423Z Downloaded iana-time-zone v0.1.61
11952025-02-28T09:19:26.426Z Downloaded lalrpop-util v0.19.12
11962025-02-28T09:19:26.426Z Downloaded ipnetwork v0.21.1
11972025-02-28T09:19:26.428Z Downloaded inout v0.1.3
11982025-02-28T09:19:26.428Z Downloaded crc32fast v1.4.2
11992025-02-28T09:19:26.432Z Downloaded const-oid v0.9.6
12002025-02-28T09:19:26.432Z Downloaded instability v0.3.2
12012025-02-28T09:19:26.434Z Downloaded csv-core v0.1.11
12022025-02-28T09:19:26.434Z Downloaded indent_write v2.2.0
12032025-02-28T09:19:26.434Z Downloaded chacha20 v0.9.1
12042025-02-28T09:19:26.438Z Downloaded libefi-sys v0.1.0
12052025-02-28T09:19:26.438Z Downloaded hyper-tls v0.6.0
12062025-02-28T09:19:26.440Z Downloaded chrono-tz-build v0.4.0
12072025-02-28T09:19:26.440Z Downloaded arrayref v0.3.9
12082025-02-28T09:19:26.440Z Downloaded is-terminal v0.4.13
12092025-02-28T09:19:26.443Z Downloaded indoc v2.0.5
12102025-02-28T09:19:26.445Z Downloaded humantime v2.1.0
12112025-02-28T09:19:26.445Z Downloaded http-body-util v0.1.2
12122025-02-28T09:19:26.448Z Downloaded const_format_proc_macros v0.2.34
12132025-02-28T09:19:26.452Z Downloaded lazy_static v1.5.0
12142025-02-28T09:19:26.452Z Downloaded bcs v0.1.6
12152025-02-28T09:19:26.455Z Downloaded linear-map v1.2.0
12162025-02-28T09:19:26.455Z Downloaded libsw v3.4.0
12172025-02-28T09:19:26.455Z Downloaded internet-checksum v0.2.1
12182025-02-28T09:19:26.455Z Downloaded hubpack v0.1.2
12192025-02-28T09:19:26.458Z Downloaded crossbeam-deque v0.8.5
12202025-02-28T09:19:26.458Z Downloaded bzip2 v0.4.4
12212025-02-28T09:19:26.460Z Downloaded bit-set v0.5.3
12222025-02-28T09:19:26.460Z Downloaded block-padding v0.3.3
12232025-02-28T09:19:26.460Z Downloaded bb8 v0.8.5
12242025-02-28T09:19:26.463Z Downloaded bitfield-struct v0.6.2
12252025-02-28T09:19:26.463Z Downloaded http-range v0.1.5
12262025-02-28T09:19:26.465Z Downloaded bit-vec v0.6.3
12272025-02-28T09:19:26.734Z Downloaded aws-lc-sys v0.26.0
12282025-02-28T09:19:27.040Z Compiling serde v1.0.218
12292025-02-28T09:19:27.042Z Compiling value-bag v1.9.0
12302025-02-28T09:19:27.042Z Compiling lock_api v0.4.12
12312025-02-28T09:19:27.042Z Compiling scopeguard v1.2.0
12322025-02-28T09:19:27.042Z Compiling typenum v1.17.0
12332025-02-28T09:19:27.195Z Compiling generic-array v0.14.7
12342025-02-28T09:19:27.239Z Compiling syn v2.0.98
12352025-02-28T09:19:27.252Z Compiling getrandom v0.2.15
12362025-02-28T09:19:27.364Z Compiling shlex v1.3.0
12372025-02-28T09:19:27.600Z Compiling log v0.4.22
12382025-02-28T09:19:27.676Z Compiling rand_core v0.6.4
12392025-02-28T09:19:27.733Z Compiling subtle v2.6.1
12402025-02-28T09:19:27.764Z Compiling jobserver v0.1.32
12412025-02-28T09:19:27.784Z Compiling smallvec v1.14.0
12422025-02-28T09:19:28.067Z Compiling const-oid v0.9.6
12432025-02-28T09:19:28.090Z Compiling pin-project-lite v0.2.14
12442025-02-28T09:19:28.170Z Compiling cc v1.2.15
12452025-02-28T09:19:28.212Z Compiling rustix v0.38.37
12462025-02-28T09:19:28.230Z Compiling parking_lot_core v0.9.10
12472025-02-28T09:19:28.387Z Compiling futures-core v0.3.31
12482025-02-28T09:19:28.555Z Compiling spin v0.9.8
12492025-02-28T09:19:28.629Z Compiling signal-hook-registry v1.4.2
12502025-02-28T09:19:28.960Z Compiling mio v1.0.2
12512025-02-28T09:19:29.066Z Compiling aho-corasick v1.1.3
12522025-02-28T09:19:29.303Z Compiling parking_lot v0.12.3
12532025-02-28T09:19:29.327Z Compiling futures-sink v0.3.31
12542025-02-28T09:19:29.479Z Compiling regex-syntax v0.8.5
12552025-02-28T09:19:29.603Z Compiling stable_deref_trait v1.2.0
12562025-02-28T09:19:29.722Z Compiling cpufeatures v0.2.14
12572025-02-28T09:19:29.831Z Compiling either v1.14.0
12582025-02-28T09:19:29.995Z Compiling socket2 v0.5.8
12592025-02-28T09:19:30.044Z Compiling slab v0.4.9
12602025-02-28T09:19:30.108Z Compiling glob v0.3.2
12612025-02-28T09:19:30.234Z Compiling prettyplease v0.2.29
12622025-02-28T09:19:30.598Z Compiling lazy_static v1.5.0
12632025-02-28T09:19:30.732Z Compiling minimal-lexical v0.2.1
12642025-02-28T09:19:30.777Z Compiling serde_json v1.0.139
12652025-02-28T09:19:30.849Z Compiling futures-channel v0.3.31
12662025-02-28T09:19:30.919Z Compiling clang-sys v1.8.1
12672025-02-28T09:19:31.218Z Compiling nom v7.1.3
12682025-02-28T09:19:31.276Z Compiling libloading v0.8.5
12692025-02-28T09:19:31.296Z Compiling pin-utils v0.1.0
12702025-02-28T09:19:31.401Z Compiling futures-io v0.3.31
12712025-02-28T09:19:31.649Z Compiling home v0.5.9
12722025-02-28T09:19:31.668Z Compiling bindgen v0.69.5
12732025-02-28T09:19:31.685Z Compiling futures-task v0.3.31
12742025-02-28T09:19:31.979Z Compiling itertools v0.12.1
12752025-02-28T09:19:32.062Z Compiling libm v0.2.8
12762025-02-28T09:19:32.424Z Compiling foldhash v0.1.3
12772025-02-28T09:19:32.564Z Compiling allocator-api2 v0.2.18
12782025-02-28T09:19:32.718Z Compiling rustc-hash v1.1.0
12792025-02-28T09:19:32.888Z Compiling lazycell v1.3.0
12802025-02-28T09:19:33.063Z Compiling regex-automata v0.4.8
12812025-02-28T09:19:33.341Z Compiling hashbrown v0.15.1
12822025-02-28T09:19:33.567Z Compiling cmake v0.1.51
12832025-02-28T09:19:34.418Z Compiling cexpr v0.6.0
12842025-02-28T09:19:34.473Z Compiling synstructure v0.13.1
12852025-02-28T09:19:34.837Z Compiling num-traits v0.2.19
12862025-02-28T09:19:35.143Z Compiling fs_extra v1.3.0
12872025-02-28T09:19:35.348Z Compiling dunce v1.0.5
12882025-02-28T09:19:35.491Z Compiling pkg-config v0.3.31
12892025-02-28T09:19:35.883Z Compiling writeable v0.5.5
12902025-02-28T09:19:35.900Z Compiling litemap v0.7.3
12912025-02-28T09:19:36.271Z Compiling getrandom v0.3.1
12922025-02-28T09:19:36.413Z Compiling ring v0.17.11
12932025-02-28T09:19:36.739Z Compiling base64ct v1.6.0
12942025-02-28T09:19:37.172Z Compiling paste v1.0.15
12952025-02-28T09:19:37.328Z Compiling pem-rfc7468 v0.7.0
12962025-02-28T09:19:37.710Z Compiling httparse v1.9.5
12972025-02-28T09:19:37.739Z Compiling flagset v0.4.6
12982025-02-28T09:19:37.913Z Compiling aws-lc-rs v1.12.4
12992025-02-28T09:19:37.954Z Compiling icu_locid_transform_data v1.5.0
13002025-02-28T09:19:38.312Z Compiling regex v1.11.1
13012025-02-28T09:19:38.399Z Compiling tracing-core v0.1.32
13022025-02-28T09:19:38.679Z Compiling percent-encoding v2.3.1
13032025-02-28T09:19:39.002Z Compiling crossbeam-utils v0.8.20
13042025-02-28T09:19:39.089Z Compiling rustls-pki-types v1.10.0
13052025-02-28T09:19:39.191Z Compiling icu_properties_data v1.5.0
13062025-02-28T09:19:39.382Z Compiling serde_derive v1.0.218
13072025-02-28T09:19:39.447Z Compiling zeroize_derive v1.4.2
13082025-02-28T09:19:39.466Z Compiling zerocopy-derive v0.7.35
13092025-02-28T09:19:39.500Z Compiling tokio-macros v2.5.0
13102025-02-28T09:19:39.945Z Compiling zerofrom-derive v0.1.4
13112025-02-28T09:19:40.736Z Compiling zeroize v1.8.1
13122025-02-28T09:19:40.850Z Compiling yoke-derive v0.7.4
13132025-02-28T09:19:41.243Z Compiling zerocopy v0.7.35
13142025-02-28T09:19:41.833Z Compiling zerovec-derive v0.10.3
13152025-02-28T09:19:42.369Z Compiling crypto-common v0.1.6
13162025-02-28T09:19:42.572Z Compiling block-buffer v0.10.4
13172025-02-28T09:19:42.616Z Compiling thiserror-impl v1.0.69
13182025-02-28T09:19:42.839Z Compiling digest v0.10.7
13192025-02-28T09:19:43.112Z Compiling futures-macro v0.3.31
13202025-02-28T09:19:43.264Z Compiling zerofrom v0.1.4
13212025-02-28T09:19:43.284Z Compiling hmac v0.12.1
13222025-02-28T09:19:43.336Z Compiling displaydoc v0.2.5
13232025-02-28T09:19:43.474Z Compiling yoke v0.7.4
13242025-02-28T09:19:43.515Z Compiling block-padding v0.3.3
13252025-02-28T09:19:43.756Z Compiling inout v0.1.3
13262025-02-28T09:19:43.824Z Compiling ppv-lite86 v0.2.20
13272025-02-28T09:19:44.008Z Compiling cipher v0.4.4
13282025-02-28T09:19:44.202Z Compiling zerovec v0.10.4
13292025-02-28T09:19:44.519Z Compiling sha2 v0.10.8
13302025-02-28T09:19:44.558Z Compiling icu_provider_macros v1.5.0
13312025-02-28T09:19:44.735Z Compiling futures-util v0.3.31
13322025-02-28T09:19:44.781Z Compiling der_derive v0.7.3
13332025-02-28T09:19:45.305Z Compiling thiserror v1.0.69
13342025-02-28T09:19:45.456Z Compiling tracing-attributes v0.1.27
13352025-02-28T09:19:45.569Z Compiling pest v2.7.14
13362025-02-28T09:19:46.019Z Compiling tinystr v0.7.6
13372025-02-28T09:19:46.416Z Compiling icu_locid v1.5.0
13382025-02-28T09:19:46.993Z Compiling der v0.7.9
13392025-02-28T09:19:48.042Z Compiling icu_provider v1.5.0
13402025-02-28T09:19:48.298Z Compiling icu_collections v1.5.0
13412025-02-28T09:19:48.314Z Compiling salsa20 v0.10.2
13422025-02-28T09:19:48.426Z Compiling tracing v0.1.40
13432025-02-28T09:19:48.506Z Compiling pbkdf2 v0.12.2
13442025-02-28T09:19:48.682Z Compiling icu_locid_transform v1.5.0
13452025-02-28T09:19:48.899Z Compiling spki v0.7.3
13462025-02-28T09:19:49.235Z Compiling untrusted v0.7.1
13472025-02-28T09:19:49.432Z Compiling num-conv v0.1.0
13482025-02-28T09:19:49.435Z Compiling untrusted v0.9.0
13492025-02-28T09:19:49.471Z Compiling time-core v0.1.2
13502025-02-28T09:19:49.566Z Compiling utf8_iter v1.0.4
13512025-02-28T09:19:49.618Z Compiling utf16_iter v1.0.5
13522025-02-28T09:19:49.640Z Compiling powerfmt v0.2.0
13532025-02-28T09:19:49.660Z Compiling vcpkg v0.2.15
13542025-02-28T09:19:49.678Z Compiling icu_normalizer_data v1.5.0
13552025-02-28T09:19:49.782Z Compiling write16 v1.0.0
13562025-02-28T09:19:49.802Z Compiling time-macros v0.2.18
13572025-02-28T09:19:49.841Z Compiling icu_properties v1.5.1
13582025-02-28T09:19:50.001Z Compiling deranged v0.3.11
13592025-02-28T09:19:50.909Z Compiling scrypt v0.11.0
13602025-02-28T09:19:51.072Z Compiling pest_meta v2.7.14
13612025-02-28T09:19:51.367Z Compiling bitflags v2.6.0
13622025-02-28T09:19:51.442Z Compiling bytes v1.10.0
13632025-02-28T09:19:51.573Z Compiling indexmap v2.7.1
13642025-02-28T09:19:52.823Z Compiling tokio v1.43.0
13652025-02-28T09:19:52.844Z Compiling semver v1.0.25
13662025-02-28T09:19:52.881Z Compiling http v1.2.0
13672025-02-28T09:19:53.494Z Compiling icu_normalizer v1.5.0
13682025-02-28T09:19:53.980Z Compiling rustc_version v0.4.1
13692025-02-28T09:19:54.210Z Compiling openssl-sys v0.9.106
13702025-02-28T09:19:54.352Z Compiling aes v0.8.4
13712025-02-28T09:19:54.631Z Compiling cbc v0.1.2
13722025-02-28T09:19:54.879Z Compiling scroll_derive v0.12.0
13732025-02-28T09:19:54.992Z Compiling tinyvec_macros v0.1.1
13742025-02-28T09:19:55.096Z Compiling atomic-waker v1.1.2
13752025-02-28T09:19:55.207Z Compiling num_threads v0.1.7
13762025-02-28T09:19:55.290Z Compiling pkcs5 v0.7.1
13772025-02-28T09:19:55.346Z Compiling which v4.4.2
13782025-02-28T09:19:55.346Z Compiling time v0.3.36
13792025-02-28T09:19:55.548Z Compiling tinyvec v1.8.0
13802025-02-28T09:19:56.266Z Compiling scroll v0.12.0
13812025-02-28T09:19:56.357Z Compiling idna_adapter v1.2.0
13822025-02-28T09:19:56.427Z Compiling http-body v1.0.1
13832025-02-28T09:19:56.590Z Compiling pest_generator v2.7.14
13842025-02-28T09:19:56.668Z Compiling rand_chacha v0.3.1
13852025-02-28T09:19:56.795Z Compiling form_urlencoded v1.2.1
13862025-02-28T09:19:56.997Z Compiling slog v2.7.0
13872025-02-28T09:19:57.067Z Compiling zerocopy v0.8.10
13882025-02-28T09:19:57.110Z Compiling try-lock v0.2.5
13892025-02-28T09:19:57.265Z Compiling goblin v0.8.2
13902025-02-28T09:19:57.576Z Compiling want v0.3.1
13912025-02-28T09:19:57.863Z Compiling rand v0.8.5
13922025-02-28T09:19:57.953Z Compiling idna v1.0.3
13932025-02-28T09:19:58.268Z Compiling pest_derive v2.7.14
13942025-02-28T09:19:58.993Z Compiling pkcs8 v0.10.2
13952025-02-28T09:19:59.065Z Compiling uuid v1.15.1
13962025-02-28T09:19:59.432Z Compiling zerocopy-derive v0.8.10
13972025-02-28T09:19:59.674Z Compiling iana-time-zone v0.1.61
13982025-02-28T09:19:59.864Z Compiling tower-service v0.3.3
13992025-02-28T09:19:59.887Z Compiling httpdate v1.0.3
14002025-02-28T09:20:00.001Z Compiling chrono v0.4.40
14012025-02-28T09:20:00.062Z Compiling dtrace-parser v0.2.0
14022025-02-28T09:20:00.581Z Compiling tokio-util v0.7.13
14032025-02-28T09:20:01.010Z Compiling toml_datetime v0.6.8
14042025-02-28T09:20:01.533Z Compiling h2 v0.4.6
14052025-02-28T09:20:01.849Z Compiling serde_spanned v0.6.8
14062025-02-28T09:20:01.869Z Compiling serde_tokenstream v0.2.2
14072025-02-28T09:20:02.093Z Compiling adler2 v2.0.0
14082025-02-28T09:20:02.308Z Compiling rustversion v1.0.17
14092025-02-28T09:20:02.414Z Compiling base64 v0.22.1
14102025-02-28T09:20:02.990Z Compiling dof v0.3.0
14112025-02-28T09:20:03.087Z Compiling match_cfg v0.1.0
14122025-02-28T09:20:03.189Z Compiling foreign-types-shared v0.1.1
14132025-02-28T09:20:03.261Z Compiling openssl v0.10.71
14142025-02-28T09:20:03.316Z Compiling foreign-types v0.3.2
14152025-02-28T09:20:03.420Z Compiling hostname v0.3.1
14162025-02-28T09:20:03.677Z Compiling miniz_oxide v0.8.5
14172025-02-28T09:20:03.701Z Compiling url v2.5.3
14182025-02-28T09:20:04.752Z Compiling usdt-impl v0.5.0
14192025-02-28T09:20:05.156Z Compiling rand_core v0.9.2
14202025-02-28T09:20:05.404Z Compiling async-trait v0.1.86
14212025-02-28T09:20:05.595Z Compiling openssl-macros v0.1.1
14222025-02-28T09:20:05.654Z Compiling serde_derive_internals v0.29.1
14232025-02-28T09:20:05.971Z Compiling dirs-sys-next v0.1.2
14242025-02-28T09:20:06.219Z Compiling native-tls v0.2.12
14252025-02-28T09:20:06.354Z Compiling data-encoding v2.6.0
14262025-02-28T09:20:06.403Z Compiling rustls v0.23.19
14272025-02-28T09:20:06.548Z Compiling rustls v0.22.4
14282025-02-28T09:20:06.578Z Compiling schemars v0.8.22
14292025-02-28T09:20:06.713Z Compiling syn v1.0.109
14302025-02-28T09:20:06.855Z Compiling siphasher v0.3.11
14312025-02-28T09:20:07.214Z Compiling dirs-next v2.0.0
14322025-02-28T09:20:07.390Z Compiling rand_chacha v0.9.0
14332025-02-28T09:20:07.802Z Compiling unicode-normalization v0.1.24
14342025-02-28T09:20:07.850Z Compiling schemars_derive v0.8.22
14352025-02-28T09:20:08.222Z Compiling http-body-util v0.1.2
14362025-02-28T09:20:08.620Z Compiling hyper v1.6.0
14372025-02-28T09:20:08.714Z Compiling heapless v0.7.17
14382025-02-28T09:20:08.823Z Compiling crossbeam-epoch v0.9.18
14392025-02-28T09:20:09.144Z Compiling sha1 v0.10.6
14402025-02-28T09:20:09.407Z Compiling signature v2.2.0
14412025-02-28T09:20:09.483Z Compiling bzip2-sys v0.1.11+1.0.8
14422025-02-28T09:20:09.576Z Compiling thread_local v1.1.8
14432025-02-28T09:20:09.701Z Compiling encoding_rs v0.8.34
14442025-02-28T09:20:09.990Z Compiling multer v3.1.0
14452025-02-28T09:20:10.060Z Compiling cookie v0.18.1
14462025-02-28T09:20:10.280Z Compiling mime v0.3.17
14472025-02-28T09:20:10.368Z Compiling slog-async v2.8.0
14482025-02-28T09:20:10.771Z Compiling unicode-bidi v0.3.17
14492025-02-28T09:20:10.790Z Compiling unicode-properties v0.1.3
14502025-02-28T09:20:10.872Z Compiling dyn-clone v1.0.18
14512025-02-28T09:20:11.084Z Compiling hyper-util v0.1.10
14522025-02-28T09:20:11.113Z Compiling openssl-probe v0.1.5
14532025-02-28T09:20:11.217Z Compiling ipnet v2.11.0
14542025-02-28T09:20:11.478Z Compiling signal-hook v0.3.17
14552025-02-28T09:20:11.775Z Compiling rayon-core v1.12.1
14562025-02-28T09:20:12.048Z Compiling gimli v0.31.1
14572025-02-28T09:20:12.135Z Compiling stringprep v0.1.5
14582025-02-28T09:20:12.337Z Compiling toml_edit v0.22.24
14592025-02-28T09:20:13.778Z Compiling crossbeam-deque v0.8.5
14602025-02-28T09:20:14.029Z Compiling rand v0.9.0
14612025-02-28T09:20:14.675Z Compiling term v0.7.0
14622025-02-28T09:20:15.205Z Compiling usdt-attr-macro v0.5.0
14632025-02-28T09:20:15.470Z Compiling usdt-macro v0.5.0
14642025-02-28T09:20:15.613Z Compiling slog-json v2.6.1
14652025-02-28T09:20:15.921Z Compiling serde_urlencoded v0.7.1
14662025-02-28T09:20:15.977Z Compiling addr2line v0.24.2
14672025-02-28T09:20:16.431Z Compiling curve25519-dalek v4.1.3
14682025-02-28T09:20:16.564Z Compiling crossbeam-channel v0.5.13
14692025-02-28T09:20:16.632Z Compiling enum-as-inner v0.6.1
14702025-02-28T09:20:16.710Z Compiling futures-executor v0.3.31
14712025-02-28T09:20:16.872Z Compiling md-5 v0.10.6
14722025-02-28T09:20:17.121Z Compiling rustls-pemfile v2.2.0
14732025-02-28T09:20:17.156Z Compiling async-stream-impl v0.3.6
14742025-02-28T09:20:17.188Z Compiling num-integer v0.1.46
14752025-02-28T09:20:17.421Z Compiling hash32 v0.2.1
14762025-02-28T09:20:17.544Z Compiling ff v0.13.0
14772025-02-28T09:20:17.621Z Compiling is-terminal v0.4.13
14782025-02-28T09:20:17.771Z Compiling object v0.36.5
14792025-02-28T09:20:17.795Z Compiling dropshot v0.12.0
14802025-02-28T09:20:17.810Z Compiling memoffset v0.9.1
14812025-02-28T09:20:17.901Z Compiling smoltcp v0.9.1
14822025-02-28T09:20:18.069Z Compiling linked-hash-map v0.5.6
14832025-02-28T09:20:18.103Z Compiling quick-error v1.2.3
14842025-02-28T09:20:18.257Z Compiling num-bigint-dig v0.8.4
14852025-02-28T09:20:18.382Z Compiling cfg_aliases v0.2.1
14862025-02-28T09:20:18.398Z Compiling litrs v0.4.1
14872025-02-28T09:20:18.490Z Compiling utf-8 v0.7.6
14882025-02-28T09:20:18.525Z Compiling psl-types v2.0.11
14892025-02-28T09:20:18.576Z Compiling anyhow v1.0.96
14902025-02-28T09:20:18.736Z Compiling fallible-iterator v0.2.0
14912025-02-28T09:20:18.785Z Compiling take_mut v0.2.2
14922025-02-28T09:20:18.956Z Compiling rustc-demangle v0.1.24
14932025-02-28T09:20:19.169Z Compiling portable-atomic v1.9.0
14942025-02-28T09:20:19.342Z Compiling base16ct v0.2.0
14952025-02-28T09:20:19.396Z Compiling postgres-protocol v0.6.8
14962025-02-28T09:20:19.450Z Compiling document-features v0.2.10
14972025-02-28T09:20:19.646Z Compiling sec1 v0.7.3
14982025-02-28T09:20:20.181Z Compiling publicsuffix v2.3.0
14992025-02-28T09:20:20.202Z Compiling tungstenite v0.24.0
15002025-02-28T09:20:20.517Z Compiling nix v0.29.0
15012025-02-28T09:20:20.536Z Compiling async-stream v0.3.6
15022025-02-28T09:20:20.554Z Compiling lru-cache v0.1.2
15032025-02-28T09:20:20.747Z Compiling resolv-conf v0.7.0
15042025-02-28T09:20:21.052Z Compiling usdt v0.5.0
15052025-02-28T09:20:21.213Z Compiling group v0.13.0
15062025-02-28T09:20:21.401Z Compiling slog-term v2.9.1
15072025-02-28T09:20:21.539Z Compiling num-iter v0.1.45
15082025-02-28T09:20:21.580Z Compiling hickory-proto v0.24.4
15092025-02-28T09:20:21.852Z Compiling futures v0.3.31
15102025-02-28T09:20:21.970Z Compiling slog-bunyan v2.5.0
15112025-02-28T09:20:22.145Z Compiling toml v0.8.20
15122025-02-28T09:20:23.437Z Compiling tokio-native-tls v0.3.1
15132025-02-28T09:20:23.613Z Compiling camino v1.1.9
15142025-02-28T09:20:23.688Z Compiling phf_shared v0.11.2
15152025-02-28T09:20:23.831Z Compiling dropshot_endpoint v0.12.0
15162025-02-28T09:20:24.056Z Compiling terminal_size v0.4.0
15172025-02-28T09:20:24.283Z Compiling backtrace v0.3.74
15182025-02-28T09:20:24.322Z Compiling waitgroup v0.1.2
15192025-02-28T09:20:24.404Z Compiling openapiv3 v2.0.0
15202025-02-28T09:20:24.535Z Compiling serde_path_to_error v0.1.16
15212025-02-28T09:20:24.720Z Compiling hkdf v0.12.4
15222025-02-28T09:20:24.984Z Compiling crypto-bigint v0.5.5
15232025-02-28T09:20:25.300Z Compiling webpki-roots v0.26.6
15242025-02-28T09:20:25.526Z Compiling zerocopy-derive v0.6.6
15252025-02-28T09:20:25.927Z Compiling hubpack_derive v0.1.1
15262025-02-28T09:20:26.813Z Compiling curve25519-dalek-derive v0.1.1
15272025-02-28T09:20:27.120Z Compiling sync_wrapper v1.0.1
15282025-02-28T09:20:27.290Z Compiling hostname v0.4.0
15292025-02-28T09:20:27.453Z Compiling crc32fast v1.4.2
15302025-02-28T09:20:27.510Z Compiling fs-err v2.11.0
15312025-02-28T09:20:27.784Z Compiling ahash v0.8.11
15322025-02-28T09:20:27.831Z Compiling tower-layer v0.3.3
15332025-02-28T09:20:27.881Z Compiling managed v0.8.0
15342025-02-28T09:20:28.128Z Compiling debug-ignore v1.0.5
15352025-02-28T09:20:28.148Z Compiling newtype-uuid v1.2.1
15362025-02-28T09:20:28.214Z Compiling winnow v0.5.40
15372025-02-28T09:20:28.283Z Compiling unicode-width v0.2.0
15382025-02-28T09:20:28.474Z Compiling clap_builder v4.5.31
15392025-02-28T09:20:28.791Z Compiling console v0.15.10
15402025-02-28T09:20:30.189Z Compiling tower v0.5.2
15412025-02-28T09:20:30.242Z Compiling strum_macros v0.25.3
15422025-02-28T09:20:30.270Z Compiling elliptic-curve v0.13.8
15432025-02-28T09:20:30.948Z Compiling flate2 v1.1.0
15442025-02-28T09:20:31.001Z Compiling zerocopy v0.6.6
15452025-02-28T09:20:31.032Z Compiling hickory-resolver v0.24.4
15462025-02-28T09:20:31.502Z Compiling toml_edit v0.19.15
15472025-02-28T09:20:31.778Z Compiling hubpack v0.1.2
15482025-02-28T09:20:32.203Z Compiling phf v0.11.2
15492025-02-28T09:20:32.483Z Compiling signal-hook-mio v0.2.4
15502025-02-28T09:20:32.589Z Compiling hyper-tls v0.6.0
15512025-02-28T09:20:32.654Z Compiling rayon v1.10.0
15522025-02-28T09:20:32.990Z Compiling cookie_store v0.21.1
15532025-02-28T09:20:33.816Z Compiling bzip2 v0.4.4
15542025-02-28T09:20:34.420Z Compiling tokio-tungstenite v0.24.0
15552025-02-28T09:20:36.120Z Compiling postgres-types v0.2.9
15562025-02-28T09:20:36.241Z Compiling ed25519 v2.2.3
15572025-02-28T09:20:36.281Z Compiling phf_shared v0.10.0
15582025-02-28T09:20:36.604Z Compiling tokio-stream v0.1.17
15592025-02-28T09:20:36.665Z Compiling pkcs1 v0.7.5
15602025-02-28T09:20:36.917Z Compiling serde-big-array v0.5.1
15612025-02-28T09:20:37.157Z Compiling clap_derive v4.5.28
15622025-02-28T09:20:37.406Z Compiling rfc6979 v0.4.0
15632025-02-28T09:20:37.558Z Compiling serde_repr v0.1.19
15642025-02-28T09:20:37.585Z Compiling derive-where v1.2.7
15652025-02-28T09:20:37.605Z Compiling float-cmp v0.10.0
15662025-02-28T09:20:37.840Z Compiling bstr v1.10.0
15672025-02-28T09:20:38.049Z Compiling bit-vec v0.6.3
15682025-02-28T09:20:38.234Z Compiling difflib v0.4.0
15692025-02-28T09:20:38.422Z Compiling number_prefix v0.4.0
15702025-02-28T09:20:38.644Z Compiling new_debug_unreachable v1.0.6
15712025-02-28T09:20:38.663Z Compiling normalize-line-endings v0.3.0
15722025-02-28T09:20:38.752Z Compiling fixedbitset v0.4.2
15732025-02-28T09:20:38.795Z Compiling precomputed-hash v0.1.1
15742025-02-28T09:20:38.922Z Compiling whoami v1.5.2
15752025-02-28T09:20:39.159Z Compiling unicode-segmentation v1.12.0
15762025-02-28T09:20:39.387Z Compiling static_assertions v1.1.0
15772025-02-28T09:20:39.449Z Compiling predicates-core v1.0.8
15782025-02-28T09:20:39.468Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15792025-02-28T09:20:39.489Z Compiling tokio-postgres v0.7.13
15802025-02-28T09:20:39.747Z Compiling predicates v3.1.3
15812025-02-28T09:20:40.006Z Compiling similar v2.6.0
15822025-02-28T09:20:40.675Z Compiling petgraph v0.6.5
15832025-02-28T09:20:41.241Z Compiling string_cache v0.8.7
15842025-02-28T09:20:41.531Z Compiling clap v4.5.31
15852025-02-28T09:20:41.661Z Compiling indicatif v0.17.11
15862025-02-28T09:20:41.686Z Compiling bit-set v0.5.3
15872025-02-28T09:20:41.970Z Compiling ecdsa v0.16.9
15882025-02-28T09:20:42.037Z Compiling rsa v0.9.6
15892025-02-28T09:20:42.819Z Compiling ed25519-dalek v2.1.1
15902025-02-28T09:20:44.083Z Compiling toml v0.7.8
15912025-02-28T09:20:44.283Z Compiling zip v0.6.6
15922025-02-28T09:20:45.087Z Compiling crossterm v0.28.1
15932025-02-28T09:20:45.673Z Compiling hex v0.4.3
15942025-02-28T09:20:45.884Z Compiling x509-cert v0.2.5
15952025-02-28T09:20:46.083Z Compiling itertools v0.10.5
15962025-02-28T09:20:46.246Z Compiling peg-runtime v0.8.3
15972025-02-28T09:20:46.279Z Compiling unicode-xid v0.2.6
15982025-02-28T09:20:46.480Z Compiling lalrpop-util v0.19.12
15992025-02-28T09:20:46.804Z Compiling strum_macros v0.26.4
16002025-02-28T09:20:46.834Z Compiling xattr v1.3.1
16012025-02-28T09:20:47.105Z Compiling filetime v0.2.25
16022025-02-28T09:20:47.395Z Compiling tar v0.4.44
16032025-02-28T09:20:51.234Z Compiling strum v0.26.3
16042025-02-28T09:20:54.102Z Compiling aws-lc-sys v0.26.0
16052025-02-28T09:21:27.749Z Compiling rustls-webpki v0.102.8
16062025-02-28T09:21:30.823Z Compiling tokio-rustls v0.25.0
16072025-02-28T09:21:32.377Z Compiling tokio-rustls v0.26.0
16082025-02-28T09:21:32.680Z Compiling hyper-rustls v0.27.3
16092025-02-28T09:21:32.982Z Compiling reqwest v0.12.12
16102025-02-28T09:21:34.292Z Compiling qorb v0.2.1
16112025-02-28T09:21:37.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16122025-02-28T09:21:37.397Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16132025-02-28T09:21:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16142025-02-28T09:21:41.813Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16152025-02-28T09:21:41.855ZFeb 28 09:21:41.142 INFO Starting download, target: Clickhouse
16162025-02-28T09:21:41.855ZFeb 28 09:21:41.142 INFO Starting download, target: Cockroach
16172025-02-28T09:21:41.855ZFeb 28 09:21:41.142 INFO Starting download, target: Console
16182025-02-28T09:21:41.855ZFeb 28 09:21:41.142 INFO Starting download, target: DendriteOpenapi
16192025-02-28T09:21:41.855ZFeb 28 09:21:41.142 INFO Starting download, target: DendriteStub
16202025-02-28T09:21:41.860ZFeb 28 09:21:41.142 INFO Starting download, target: MaghemiteMgd
16212025-02-28T09:21:41.860ZFeb 28 09:21:41.142 INFO Starting download, target: TransceiverControl
16222025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16232025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16242025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16252025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16262025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16272025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16282025-02-28T09:21:41.860ZFeb 28 09:21:41.143 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16292025-02-28T09:21:42.057ZFeb 28 09:21:41.352 INFO Download complete, target: DendriteOpenapi
16302025-02-28T09:21:42.282ZFeb 28 09:21:41.570 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16312025-02-28T09:21:42.417ZFeb 28 09:21:41.677 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16322025-02-28T09:21:42.701ZFeb 28 09:21:41.995 INFO Download complete, target: TransceiverControl
16332025-02-28T09:21:42.712ZFeb 28 09:21:42.003 INFO Download complete, target: Console
16342025-02-28T09:21:43.216ZFeb 28 09:21:42.513 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16352025-02-28T09:21:43.274ZFeb 28 09:21:42.571 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16362025-02-28T09:21:43.598ZFeb 28 09:21:42.899 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16372025-02-28T09:21:43.598ZFeb 28 09:21:42.899 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16382025-02-28T09:21:43.864ZFeb 28 09:21:43.164 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16392025-02-28T09:21:45.598ZFeb 28 09:21:44.898 INFO Download complete, target: DendriteStub
16402025-02-28T09:21:45.743ZFeb 28 09:21:45.029 INFO Download complete, target: MaghemiteMgd
16412025-02-28T09:21:50.047ZFeb 28 09:21:49.347 INFO Checking that binary works, target: Cockroach
16422025-02-28T09:21:50.272ZFeb 28 09:21:49.571 INFO Download complete, target: Cockroach
16432025-02-28T09:21:54.464ZFeb 28 09:21:53.761 INFO Checking that binary works, target: Clickhouse
16442025-02-28T09:21:54.960ZFeb 28 09:21:54.258 INFO Download complete, target: Clickhouse
16452025-02-28T09:21:55.013ZAll builder prerequisites installed successfully, and PATH looks valid
16462025-02-28T09:21:55.016Z
16472025-02-28T09:21:55.016Zreal 5:40.950750702
16482025-02-28T09:21:55.016Zuser 15:26.901645006
16492025-02-28T09:21:55.016Zsys 2:04.573741603
16502025-02-28T09:21:55.016Ztrap 0.551986689
16512025-02-28T09:21:55.016Ztflt 4.852796013
16522025-02-28T09:21:55.016Zdflt 5.954923842
16532025-02-28T09:21:55.016Zkflt 0.497262769
16542025-02-28T09:21:55.017Zlock 23:36.909713442
16552025-02-28T09:21:55.017Zslp 58:35.787444127
16562025-02-28T09:21:55.017Zlat 58.627402647
16572025-02-28T09:21:55.017Zstop 2:21.045798057
16582025-02-28T09:21:55.017Z+ banner hack-check
16592025-02-28T09:21:55.017Z
16602025-02-28T09:21:55.017Z # # ## #### # # #### # # ###### #### # #
16612025-02-28T09:21:55.017Z # # # # # # # # # # # # # # # # #
16622025-02-28T09:21:55.017Z ###### # # # #### ##### # ###### ##### # ####
16632025-02-28T09:21:55.017Z # # ###### # # # # # # # # # #
16642025-02-28T09:21:55.017Z # # # # # # # # # # # # # # # # #
16652025-02-28T09:21:55.017Z # # # # #### # # #### # # ###### #### # #
16662025-02-28T09:21:55.017Z
16672025-02-28T09:21:55.017Z+ export CARGO_INCREMENTAL=0
16682025-02-28T09:21:55.017Z+ CARGO_INCREMENTAL=0
16692025-02-28T09:21:55.017Z+ ptime -m timeout 2h cargo xtask check-features --ci
16702025-02-28T09:21:55.577Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16712025-02-28T09:21:58.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
16722025-02-28T09:21:58.380Z Running `target/debug/xtask check-features --ci`
16732025-02-28T09:21:58.401Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16742025-02-28T09:21:58.401Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16752025-02-28T09:21:58.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16762025-02-28T09:21:58.896Z Running `target/debug/xtask download cargo-hack`
16772025-02-28T09:21:59.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16782025-02-28T09:22:00.130Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16792025-02-28T09:22:03.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
16802025-02-28T09:22:03.773Z Running `target/debug/xtask-downloader cargo-hack`
16812025-02-28T09:22:03.808ZFeb 28 09:22:03.106 INFO Starting download, target: CargoHack
16822025-02-28T09:22:03.811ZFeb 28 09:22:03.106 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16832025-02-28T09:22:04.268ZFeb 28 09:22:03.566 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16842025-02-28T09:22:04.343ZFeb 28 09:22:03.640 INFO Download complete, target: CargoHack
16852025-02-28T09:22:04.346Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16862025-02-28T09:22:04.361Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16872025-02-28T09:22:04.528Zinfo: running `cargo check --bins` on api_identity (1/199)
16882025-02-28T09:22:05.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-02-28T09:22:05.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-02-28T09:22:05.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-02-28T09:22:05.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16922025-02-28T09:22:05.159Z
16932025-02-28T09:22:05.159Zinfo: running `cargo check --bins` on bootstore (2/199)
16942025-02-28T09:22:05.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-02-28T09:22:05.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-02-28T09:22:05.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-02-28T09:22:05.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16982025-02-28T09:22:05.821Z
16992025-02-28T09:22:05.821Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
17002025-02-28T09:22:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-02-28T09:22:06.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-02-28T09:22:06.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-02-28T09:22:06.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17042025-02-28T09:22:06.449Z
17052025-02-28T09:22:06.449Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
17062025-02-28T09:22:07.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-02-28T09:22:07.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-02-28T09:22:07.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-02-28T09:22:07.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17102025-02-28T09:22:07.080Z
17112025-02-28T09:22:07.080Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17122025-02-28T09:22:07.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-02-28T09:22:07.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-02-28T09:22:07.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-02-28T09:22:07.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17162025-02-28T09:22:07.523Z
17172025-02-28T09:22:07.523Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17182025-02-28T09:22:07.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-02-28T09:22:07.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-02-28T09:22:07.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-02-28T09:22:07.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17222025-02-28T09:22:07.973Z
17232025-02-28T09:22:07.973Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17242025-02-28T09:22:08.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-02-28T09:22:08.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-02-28T09:22:08.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-02-28T09:22:08.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17282025-02-28T09:22:08.416Z
17292025-02-28T09:22:08.416Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17302025-02-28T09:22:08.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-02-28T09:22:08.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-02-28T09:22:08.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-02-28T09:22:08.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17342025-02-28T09:22:08.862Z
17352025-02-28T09:22:08.862Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17362025-02-28T09:22:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-02-28T09:22:09.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-02-28T09:22:09.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-02-28T09:22:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17402025-02-28T09:22:09.305Z
17412025-02-28T09:22:09.305Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17422025-02-28T09:22:09.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-02-28T09:22:09.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-02-28T09:22:09.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-02-28T09:22:09.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17462025-02-28T09:22:09.748Z
17472025-02-28T09:22:09.748Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17482025-02-28T09:22:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-02-28T09:22:10.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-02-28T09:22:10.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-02-28T09:22:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17522025-02-28T09:22:10.191Z
17532025-02-28T09:22:10.191Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17542025-02-28T09:22:10.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-02-28T09:22:10.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-02-28T09:22:10.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-02-28T09:22:10.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17582025-02-28T09:22:10.634Z
17592025-02-28T09:22:10.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17602025-02-28T09:22:11.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-02-28T09:22:11.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-02-28T09:22:11.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-02-28T09:22:11.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17642025-02-28T09:22:11.077Z
17652025-02-28T09:22:11.077Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17662025-02-28T09:22:11.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-02-28T09:22:11.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-02-28T09:22:11.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-02-28T09:22:11.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17702025-02-28T09:22:11.523Z
17712025-02-28T09:22:11.524Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17722025-02-28T09:22:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-02-28T09:22:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-02-28T09:22:11.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-02-28T09:22:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17762025-02-28T09:22:11.972Z
17772025-02-28T09:22:11.972Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17782025-02-28T09:22:12.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-02-28T09:22:12.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-02-28T09:22:12.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-02-28T09:22:12.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17822025-02-28T09:22:12.420Z
17832025-02-28T09:22:12.420Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17842025-02-28T09:22:12.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-02-28T09:22:12.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-02-28T09:22:12.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-02-28T09:22:12.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17882025-02-28T09:22:12.868Z
17892025-02-28T09:22:12.868Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17902025-02-28T09:22:13.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-02-28T09:22:13.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-02-28T09:22:13.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-02-28T09:22:13.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17942025-02-28T09:22:13.318Z
17952025-02-28T09:22:13.318Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17962025-02-28T09:22:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-02-28T09:22:13.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-02-28T09:22:13.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-02-28T09:22:13.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18002025-02-28T09:22:13.769Z
18012025-02-28T09:22:13.769Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
18022025-02-28T09:22:14.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-02-28T09:22:14.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-02-28T09:22:14.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-02-28T09:22:14.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18062025-02-28T09:22:14.221Z
18072025-02-28T09:22:14.221Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18082025-02-28T09:22:14.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-02-28T09:22:14.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-02-28T09:22:14.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-02-28T09:22:14.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18122025-02-28T09:22:14.670Z
18132025-02-28T09:22:14.670Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18142025-02-28T09:22:15.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-02-28T09:22:15.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-02-28T09:22:15.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-02-28T09:22:15.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18182025-02-28T09:22:15.124Z
18192025-02-28T09:22:15.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18202025-02-28T09:22:15.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-02-28T09:22:15.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-02-28T09:22:15.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-02-28T09:22:15.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18242025-02-28T09:22:15.573Z
18252025-02-28T09:22:15.573Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18262025-02-28T09:22:15.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-02-28T09:22:15.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-02-28T09:22:15.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-02-28T09:22:15.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18302025-02-28T09:22:16.022Z
18312025-02-28T09:22:16.022Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18322025-02-28T09:22:16.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-02-28T09:22:16.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-02-28T09:22:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-02-28T09:22:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18362025-02-28T09:22:16.471Z
18372025-02-28T09:22:16.471Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18382025-02-28T09:22:16.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-02-28T09:22:16.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-02-28T09:22:16.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-02-28T09:22:16.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422025-02-28T09:22:16.919Z
18432025-02-28T09:22:16.919Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18442025-02-28T09:22:17.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-02-28T09:22:17.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-02-28T09:22:17.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-02-28T09:22:17.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482025-02-28T09:22:17.364Z
18492025-02-28T09:22:17.364Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18502025-02-28T09:22:17.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-02-28T09:22:17.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-02-28T09:22:17.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-02-28T09:22:17.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542025-02-28T09:22:17.813Z
18552025-02-28T09:22:17.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18562025-02-28T09:22:18.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-02-28T09:22:18.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-02-28T09:22:18.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-02-28T09:22:18.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18602025-02-28T09:22:18.259Z
18612025-02-28T09:22:18.259Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18622025-02-28T09:22:18.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-02-28T09:22:18.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-02-28T09:22:18.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-02-28T09:22:18.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662025-02-28T09:22:18.704Z
18672025-02-28T09:22:18.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18682025-02-28T09:22:19.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-02-28T09:22:19.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-02-28T09:22:19.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-02-28T09:22:19.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722025-02-28T09:22:19.151Z
18732025-02-28T09:22:19.151Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18742025-02-28T09:22:19.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-02-28T09:22:19.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-02-28T09:22:19.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-02-28T09:22:19.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782025-02-28T09:22:19.597Z
18792025-02-28T09:22:19.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18802025-02-28T09:22:19.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-02-28T09:22:20.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-02-28T09:22:20.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-02-28T09:22:20.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842025-02-28T09:22:20.044Z
18852025-02-28T09:22:20.044Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18862025-02-28T09:22:20.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-02-28T09:22:20.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-02-28T09:22:20.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-02-28T09:22:20.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902025-02-28T09:22:20.492Z
18912025-02-28T09:22:20.492Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18922025-02-28T09:22:20.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-02-28T09:22:20.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-02-28T09:22:20.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-02-28T09:22:20.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962025-02-28T09:22:20.936Z
18972025-02-28T09:22:20.937Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18982025-02-28T09:22:21.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-02-28T09:22:21.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-02-28T09:22:21.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-02-28T09:22:21.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022025-02-28T09:22:21.385Z
19032025-02-28T09:22:21.385Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
19042025-02-28T09:22:21.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-02-28T09:22:21.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-02-28T09:22:21.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-02-28T09:22:21.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082025-02-28T09:22:21.837Z
19092025-02-28T09:22:21.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19102025-02-28T09:22:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-02-28T09:22:22.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-02-28T09:22:22.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-02-28T09:22:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142025-02-28T09:22:22.287Z
19152025-02-28T09:22:22.287Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19162025-02-28T09:22:22.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-02-28T09:22:22.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-02-28T09:22:22.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-02-28T09:22:22.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202025-02-28T09:22:22.737Z
19212025-02-28T09:22:22.737Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19222025-02-28T09:22:23.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-02-28T09:22:23.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-02-28T09:22:23.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-02-28T09:22:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262025-02-28T09:22:23.185Z
19272025-02-28T09:22:23.185Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19282025-02-28T09:22:23.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-02-28T09:22:23.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-02-28T09:22:23.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-02-28T09:22:23.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322025-02-28T09:22:23.639Z
19332025-02-28T09:22:23.639Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19342025-02-28T09:22:24.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-02-28T09:22:24.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-02-28T09:22:24.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-02-28T09:22:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382025-02-28T09:22:24.090Z
19392025-02-28T09:22:24.090Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19402025-02-28T09:22:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-02-28T09:22:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-02-28T09:22:24.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-02-28T09:22:24.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442025-02-28T09:22:24.538Z
19452025-02-28T09:22:24.538Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19462025-02-28T09:22:24.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-02-28T09:22:24.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-02-28T09:22:24.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-02-28T09:22:24.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502025-02-28T09:22:24.988Z
19512025-02-28T09:22:24.988Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19522025-02-28T09:22:25.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-02-28T09:22:25.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-02-28T09:22:25.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-02-28T09:22:25.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19562025-02-28T09:22:25.634Z
19572025-02-28T09:22:25.634Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19582025-02-28T09:22:26.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-02-28T09:22:26.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-02-28T09:22:26.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612025-02-28T09:22:26.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19622025-02-28T09:22:26.284Z
19632025-02-28T09:22:26.284Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19642025-02-28T09:22:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652025-02-28T09:22:26.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662025-02-28T09:22:26.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672025-02-28T09:22:26.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19682025-02-28T09:22:26.931Z
19692025-02-28T09:22:26.931Zinfo: running `cargo check --bins` on oxlog (48/199)
19702025-02-28T09:22:27.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712025-02-28T09:22:27.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722025-02-28T09:22:27.555Z Checking cfg-if v1.0.0
19732025-02-28T09:22:27.558Z Checking libc v0.2.170
19742025-02-28T09:22:27.666Z Checking serde v1.0.218
19752025-02-28T09:22:27.669Z Checking zeroize v1.8.1
19762025-02-28T09:22:27.682Z Checking memchr v2.7.4
19772025-02-28T09:22:27.693Z Checking typenum v1.17.0
19782025-02-28T09:22:27.706Z Checking subtle v2.6.1
19792025-02-28T09:22:27.719Z Checking value-bag v1.9.0
19802025-02-28T09:22:27.733Z Checking scopeguard v1.2.0
19812025-02-28T09:22:27.879Z Checking smallvec v1.14.0
19822025-02-28T09:22:27.916Z Checking lock_api v0.4.12
19832025-02-28T09:22:27.960Z Checking const-oid v0.9.6
19842025-02-28T09:22:28.111Z Checking log v0.4.22
19852025-02-28T09:22:28.219Z Checking itoa v1.0.11
19862025-02-28T09:22:28.287Z Checking byteorder v1.5.0
19872025-02-28T09:22:28.423Z Checking pin-project-lite v0.2.14
19882025-02-28T09:22:28.481Z Checking futures-core v0.3.31
19892025-02-28T09:22:28.554Z Checking once_cell v1.20.3
19902025-02-28T09:22:28.601Z Checking futures-sink v0.3.31
19912025-02-28T09:22:28.653Z Checking getrandom v0.2.15
19922025-02-28T09:22:28.672Z Checking parking_lot_core v0.9.10
19932025-02-28T09:22:28.688Z Checking signal-hook-registry v1.4.2
19942025-02-28T09:22:28.743Z Checking mio v1.0.2
19952025-02-28T09:22:28.804Z Checking generic-array v0.14.7
19962025-02-28T09:22:28.843Z Checking cpufeatures v0.2.14
19972025-02-28T09:22:28.895Z Checking rand_core v0.6.4
19982025-02-28T09:22:28.924Z Checking stable_deref_trait v1.2.0
19992025-02-28T09:22:28.940Z Checking zerocopy v0.7.35
20002025-02-28T09:22:28.986Z Checking parking_lot v0.12.3
20012025-02-28T09:22:29.034Z Checking socket2 v0.5.8
20022025-02-28T09:22:29.191Z Checking zerofrom v0.1.4
20032025-02-28T09:22:29.295Z Checking slab v0.4.9
20042025-02-28T09:22:29.314Z Checking futures-channel v0.3.31
20052025-02-28T09:22:29.384Z Checking yoke v0.7.4
20062025-02-28T09:22:29.512Z Checking pin-utils v0.1.0
20072025-02-28T09:22:29.560Z Checking futures-task v0.3.31
20082025-02-28T09:22:29.613Z Checking futures-io v0.3.31
20092025-02-28T09:22:29.634Z Checking allocator-api2 v0.2.18
20102025-02-28T09:22:29.715Z Checking zerovec v0.10.4
20112025-02-28T09:22:29.755Z Checking foldhash v0.1.3
20122025-02-28T09:22:29.790Z Checking equivalent v1.0.1
20132025-02-28T09:22:29.807Z Checking futures-util v0.3.31
20142025-02-28T09:22:29.877Z Checking crypto-common v0.1.6
20152025-02-28T09:22:29.913Z Checking block-buffer v0.10.4
20162025-02-28T09:22:29.963Z Checking block-padding v0.3.3
20172025-02-28T09:22:30.073Z Checking ryu v1.0.18
20182025-02-28T09:22:30.132Z Checking digest v0.10.7
20192025-02-28T09:22:30.169Z Checking ppv-lite86 v0.2.20
20202025-02-28T09:22:30.185Z Checking inout v0.1.3
20212025-02-28T09:22:30.223Z Checking hashbrown v0.15.1
20222025-02-28T09:22:30.311Z Checking litemap v0.7.3
20232025-02-28T09:22:30.404Z Checking writeable v0.5.5
20242025-02-28T09:22:30.484Z Checking hmac v0.12.1
20252025-02-28T09:22:30.649Z Checking fnv v1.0.7
20262025-02-28T09:22:30.702Z Checking sha2 v0.10.8
20272025-02-28T09:22:30.705Z Checking cipher v0.4.4
20282025-02-28T09:22:30.787Z Checking libm v0.2.8
20292025-02-28T09:22:30.869Z Checking base64ct v1.6.0
20302025-02-28T09:22:31.094Z Checking getrandom v0.3.1
20312025-02-28T09:22:31.228Z Checking tinystr v0.7.6
20322025-02-28T09:22:31.248Z Checking flagset v0.4.6
20332025-02-28T09:22:31.252Z Checking icu_locid_transform_data v1.5.0
20342025-02-28T09:22:31.308Z Checking pem-rfc7468 v0.7.0
20352025-02-28T09:22:31.336Z Checking icu_collections v1.5.0
20362025-02-28T09:22:31.356Z Checking tracing-core v0.1.32
20372025-02-28T09:22:31.430Z Checking thiserror v1.0.69
20382025-02-28T09:22:31.552Z Checking icu_locid v1.5.0
20392025-02-28T09:22:31.570Z Checking der v0.7.9
20402025-02-28T09:22:31.584Z Checking icu_properties_data v1.5.0
20412025-02-28T09:22:31.662Z Checking num-traits v0.2.19
20422025-02-28T09:22:31.829Z Checking rustls-pki-types v1.10.0
20432025-02-28T09:22:31.962Z Checking percent-encoding v2.3.1
20442025-02-28T09:22:31.981Z Checking tracing v0.1.40
20452025-02-28T09:22:32.028Z Checking bytes v1.10.0
20462025-02-28T09:22:32.169Z Checking indexmap v2.7.1
20472025-02-28T09:22:32.312Z Checking serde_json v1.0.139
20482025-02-28T09:22:32.340Z Checking bitflags v2.6.0
20492025-02-28T09:22:32.531Z Checking icu_provider v1.5.0
20502025-02-28T09:22:32.632Z Checking salsa20 v0.10.2
20512025-02-28T09:22:32.853Z Checking pbkdf2 v0.12.2
20522025-02-28T09:22:33.003Z Checking tokio v1.43.0
20532025-02-28T09:22:33.015Z Checking http v1.2.0
20542025-02-28T09:22:33.129Z Checking icu_locid_transform v1.5.0
20552025-02-28T09:22:33.153Z Checking aws-lc-sys v0.26.0
20562025-02-28T09:22:33.220Z Checking spki v0.7.3
20572025-02-28T09:22:33.285Z Checking httparse v1.9.5
20582025-02-28T09:22:33.495Z Checking untrusted v0.9.0
20592025-02-28T09:22:33.666Z Checking untrusted v0.7.1
20602025-02-28T09:22:33.712Z Checking icu_normalizer_data v1.5.0
20612025-02-28T09:22:33.819Z Checking utf16_iter v1.0.5
20622025-02-28T09:22:33.834Z Checking utf8_iter v1.0.4
20632025-02-28T09:22:33.930Z Checking write16 v1.0.0
20642025-02-28T09:22:34.053Z Checking powerfmt v0.2.0
20652025-02-28T09:22:34.058Z Checking ring v0.17.11
20662025-02-28T09:22:34.062Z Checking scrypt v0.11.0
20672025-02-28T09:22:34.096Z Checking icu_properties v1.5.1
20682025-02-28T09:22:34.200Z Checking cbc v0.1.2
20692025-02-28T09:22:34.242Z Checking aes v0.8.4
20702025-02-28T09:22:34.258Z Checking deranged v0.3.11
20712025-02-28T09:22:34.281Z Checking crossbeam-utils v0.8.20
20722025-02-28T09:22:34.415Z Checking spin v0.9.8
20732025-02-28T09:22:34.745Z Checking num-conv v0.1.0
20742025-02-28T09:22:34.983Z Checking time-core v0.1.2
20752025-02-28T09:22:35.002Z Checking num_threads v0.1.7
20762025-02-28T09:22:35.118Z Checking tinyvec_macros v0.1.1
20772025-02-28T09:22:35.150Z Checking atomic-waker v1.1.2
20782025-02-28T09:22:35.165Z Checking pkcs5 v0.7.1
20792025-02-28T09:22:35.206Z Checking tinyvec v1.8.0
20802025-02-28T09:22:35.298Z Checking aws-lc-rs v1.12.4
20812025-02-28T09:22:35.311Z Checking http-body v1.0.1
20822025-02-28T09:22:35.507Z Checking form_urlencoded v1.2.1
20832025-02-28T09:22:35.544Z Checking time v0.3.36
20842025-02-28T09:22:35.622Z Checking rand_chacha v0.3.1
20852025-02-28T09:22:35.718Z Checking try-lock v0.2.5
20862025-02-28T09:22:35.861Z Checking want v0.3.1
20872025-02-28T09:22:36.039Z Checking rand v0.8.5
20882025-02-28T09:22:36.056Z Checking pkcs8 v0.10.2
20892025-02-28T09:22:36.232Z Checking uuid v1.15.1
20902025-02-28T09:22:36.375Z Checking tower-service v0.3.3
20912025-02-28T09:22:36.502Z Checking unicode-ident v1.0.14
20922025-02-28T09:22:36.519Z Checking httpdate v1.0.3
20932025-02-28T09:22:36.670Z Checking proc-macro2 v1.0.93
20942025-02-28T09:22:36.738Z Checking serde_spanned v0.6.8
20952025-02-28T09:22:36.871Z Checking toml_datetime v0.6.8
20962025-02-28T09:22:36.942Z Checking zerocopy v0.8.10
20972025-02-28T09:22:37.012Z Checking rustls-webpki v0.102.8
20982025-02-28T09:22:37.141Z Checking slog v2.7.0
20992025-02-28T09:22:37.258Z Checking icu_normalizer v1.5.0
21002025-02-28T09:22:37.274Z Checking scroll v0.12.0
21012025-02-28T09:22:37.324Z Checking plain v0.2.3
21022025-02-28T09:22:37.475Z Checking foreign-types-shared v0.1.1
21032025-02-28T09:22:37.588Z Checking ucd-trie v0.1.7
21042025-02-28T09:22:37.591Z Checking base64 v0.22.1
21052025-02-28T09:22:37.714Z Checking iana-time-zone v0.1.61
21062025-02-28T09:22:37.769Z Checking adler2 v2.0.0
21072025-02-28T09:22:37.783Z Checking match_cfg v0.1.0
21082025-02-28T09:22:37.799Z Checking pest v2.7.14
21092025-02-28T09:22:37.862Z Checking chrono v0.4.40
21102025-02-28T09:22:37.879Z Checking hostname v0.3.1
21112025-02-28T09:22:37.932Z Checking miniz_oxide v0.8.5
21122025-02-28T09:22:37.987Z Checking idna_adapter v1.2.0
21132025-02-28T09:22:38.012Z Checking goblin v0.8.2
21142025-02-28T09:22:38.079Z Checking foreign-types v0.3.2
21152025-02-28T09:22:38.169Z Checking idna v1.0.3
21162025-02-28T09:22:38.185Z Checking quote v1.0.38
21172025-02-28T09:22:38.533Z Checking openssl-sys v0.9.106
21182025-02-28T09:22:38.647Z Checking url v2.5.3
21192025-02-28T09:22:38.649Z Checking dirs-sys-next v0.1.2
21202025-02-28T09:22:38.857Z Checking errno v0.3.9
21212025-02-28T09:22:39.027Z Checking aho-corasick v1.1.3
21222025-02-28T09:22:39.419Z Checking pretty-hex v0.4.1
21232025-02-28T09:22:39.499Z Checking tokio-util v0.7.13
21242025-02-28T09:22:39.600Z Checking regex-syntax v0.8.5
21252025-02-28T09:22:39.631Z Checking rand_core v0.9.2
21262025-02-28T09:22:39.647Z Compiling newtype-uuid v1.2.1
21272025-02-28T09:22:39.821Z Checking siphasher v0.3.11
21282025-02-28T09:22:39.963Z Checking data-encoding v2.6.0
21292025-02-28T09:22:40.002Z Checking rand_chacha v0.9.0
21302025-02-28T09:22:40.125Z Checking openssl v0.10.71
21312025-02-28T09:22:40.308Z Checking h2 v0.4.6
21322025-02-28T09:22:40.331Z Checking dtrace-parser v0.2.0
21332025-02-28T09:22:40.352Z Checking rustix v0.38.37
21342025-02-28T09:22:40.511Z Checking dirs-next v2.0.0
21352025-02-28T09:22:40.561Z Checking syn v2.0.98
21362025-02-28T09:22:40.651Z Checking unicode-normalization v0.1.24
21372025-02-28T09:22:40.777Z Checking http-body-util v0.1.2
21382025-02-28T09:22:41.212Z Checking crossbeam-epoch v0.9.18
21392025-02-28T09:22:41.557Z Checking signature v2.2.0
21402025-02-28T09:22:41.640Z Checking sha1 v0.10.6
21412025-02-28T09:22:41.777Z Checking thread_local v1.1.8
21422025-02-28T09:22:41.945Z Checking thread-id v4.2.2
21432025-02-28T09:22:42.035Z Checking encoding_rs v0.8.34
21442025-02-28T09:22:42.063Z Checking openssl-probe v0.1.5
21452025-02-28T09:22:42.231Z Checking utf8parse v0.2.2
21462025-02-28T09:22:42.393Z Checking unicode-properties v0.1.3
21472025-02-28T09:22:42.700Z Checking dof v0.3.0
21482025-02-28T09:22:42.755Z Checking regex-automata v0.4.8
21492025-02-28T09:22:42.776Z Checking anstyle v1.0.10
21502025-02-28T09:22:43.125Z Checking either v1.14.0
21512025-02-28T09:22:43.274Z Checking unicode-bidi v0.3.17
21522025-02-28T09:22:43.470Z Checking mime v0.3.17
21532025-02-28T09:22:43.486Z Checking ipnet v2.11.0
21542025-02-28T09:22:43.765Z Checking winnow v0.7.3
21552025-02-28T09:22:43.894Z Checking gimli v0.31.1
21562025-02-28T09:22:43.940Z Checking stringprep v0.1.5
21572025-02-28T09:22:44.217Z Checking anstyle-parse v0.2.5
21582025-02-28T09:22:44.272Z Checking crossbeam-deque v0.8.5
21592025-02-28T09:22:44.483Z Checking term v0.7.0
21602025-02-28T09:22:44.574Z Checking rand v0.9.0
21612025-02-28T09:22:44.916Z Checking rustls v0.22.4
21622025-02-28T09:22:45.105Z Checking native-tls v0.2.12
21632025-02-28T09:22:45.417Z Checking rustls v0.23.19
21642025-02-28T09:22:45.623Z Checking slog-json v2.6.1
21652025-02-28T09:22:45.885Z Checking serde_urlencoded v0.7.1
21662025-02-28T09:22:46.318Z Checking crossbeam-channel v0.5.13
21672025-02-28T09:22:46.346Z Checking usdt-impl v0.5.0
21682025-02-28T09:22:46.364Z Checking hyper v1.6.0
21692025-02-28T09:22:46.506Z Checking toml_edit v0.22.24
21702025-02-28T09:22:46.890Z Checking futures-executor v0.3.31
21712025-02-28T09:22:47.005Z Checking num-integer v0.1.46
21722025-02-28T09:22:47.048Z Checking rustls-pemfile v2.2.0
21732025-02-28T09:22:47.120Z Checking semver v1.0.25
21742025-02-28T09:22:47.273Z Checking md-5 v0.10.6
21752025-02-28T09:22:47.480Z Checking ff v0.13.0
21762025-02-28T09:22:47.499Z Checking hash32 v0.2.1
21772025-02-28T09:22:47.536Z Checking is-terminal v0.4.13
21782025-02-28T09:22:47.635Z Checking addr2line v0.24.2
21792025-02-28T09:22:47.662Z Checking memmap v0.7.0
21802025-02-28T09:22:47.691Z Checking object v0.36.5
21812025-02-28T09:22:47.788Z Checking is_terminal_polyfill v1.70.1
21822025-02-28T09:22:47.874Z Checking utf-8 v0.7.6
21832025-02-28T09:22:47.920Z Checking quick-error v1.2.3
21842025-02-28T09:22:48.064Z Checking rustc-demangle v0.1.24
21852025-02-28T09:22:48.093Z Checking base16ct v0.2.0
21862025-02-28T09:22:48.125Z Checking psl-types v2.0.11
21872025-02-28T09:22:48.204Z Checking anstyle-query v1.1.1
21882025-02-28T09:22:48.269Z Checking hyper-util v0.1.10
21892025-02-28T09:22:48.288Z Checking dyn-clone v1.0.18
21902025-02-28T09:22:48.307Z Checking linked-hash-map v0.5.6
21912025-02-28T09:22:48.327Z Checking fallible-iterator v0.2.0
21922025-02-28T09:22:48.436Z Checking colorchoice v1.0.2
21932025-02-28T09:22:48.497Z Checking take_mut v0.2.2
21942025-02-28T09:22:48.579Z Checking anstream v0.6.15
21952025-02-28T09:22:48.612Z Checking lru-cache v0.1.2
21962025-02-28T09:22:48.651Z Checking slog-async v2.8.0
21972025-02-28T09:22:48.801Z Checking schemars v0.8.22
21982025-02-28T09:22:48.876Z Checking postgres-protocol v0.6.8
21992025-02-28T09:22:48.941Z Checking publicsuffix v2.3.0
22002025-02-28T09:22:48.957Z Checking sec1 v0.7.3
22012025-02-28T09:22:49.057Z Checking toml v0.8.20
22022025-02-28T09:22:49.208Z Checking tokio-rustls v0.25.0
22032025-02-28T09:22:49.316Z Checking tungstenite v0.24.0
22042025-02-28T09:22:49.517Z Checking resolv-conf v0.7.0
22052025-02-28T09:22:49.584Z Checking usdt v0.5.0
22062025-02-28T09:22:49.760Z Checking heapless v0.7.17
22072025-02-28T09:22:49.860Z Checking group v0.13.0
22082025-02-28T09:22:49.897Z Checking slog-term v2.9.1
22092025-02-28T09:22:50.121Z Checking num-iter v0.1.45
22102025-02-28T09:22:50.139Z Checking futures v0.3.31
22112025-02-28T09:22:50.212Z Checking slog-bunyan v2.5.0
22122025-02-28T09:22:50.245Z Checking tokio-native-tls v0.3.1
22132025-02-28T09:22:50.286Z Checking rayon-core v1.12.1
22142025-02-28T09:22:50.339Z Checking multer v3.1.0
22152025-02-28T09:22:50.367Z Checking hickory-proto v0.24.4
22162025-02-28T09:22:50.370Z Checking terminal_size v0.4.0
22172025-02-28T09:22:50.402Z Checking tokio-rustls v0.26.0
22182025-02-28T09:22:50.474Z Checking phf_shared v0.11.2
22192025-02-28T09:22:50.620Z Checking cookie v0.18.1
22202025-02-28T09:22:50.716Z Checking async-stream v0.3.6
22212025-02-28T09:22:50.738Z Checking bzip2-sys v0.1.11+1.0.8
22222025-02-28T09:22:50.790Z Checking camino v1.1.9
22232025-02-28T09:22:50.803Z Checking signal-hook v0.3.17
22242025-02-28T09:22:50.867Z Checking waitgroup v0.1.2
22252025-02-28T09:22:50.913Z Checking lazy_static v1.5.0
22262025-02-28T09:22:50.916Z Checking openapiv3 v2.0.0
22272025-02-28T09:22:51.014Z Checking webpki-roots v0.26.6
22282025-02-28T09:22:51.032Z Checking serde_path_to_error v0.1.16
22292025-02-28T09:22:51.052Z Checking hkdf v0.12.4
22302025-02-28T09:22:51.127Z Checking crypto-bigint v0.5.5
22312025-02-28T09:22:51.221Z Checking sync_wrapper v1.0.1
22322025-02-28T09:22:51.259Z Checking hostname v0.4.0
22332025-02-28T09:22:51.287Z Checking crc32fast v1.4.2
22342025-02-28T09:22:51.367Z Checking managed v0.8.0
22352025-02-28T09:22:51.396Z Checking debug-ignore v1.0.5
22362025-02-28T09:22:51.523Z Checking unicode-width v0.2.0
22372025-02-28T09:22:51.550Z Checking winnow v0.5.40
22382025-02-28T09:22:51.587Z Checking strsim v0.11.1
22392025-02-28T09:22:51.722Z Checking tower-layer v0.3.3
22402025-02-28T09:22:51.868Z Checking clap_lex v0.7.4
22412025-02-28T09:22:51.967Z Checking bitflags v1.3.2
22422025-02-28T09:22:51.990Z Checking console v0.15.10
22432025-02-28T09:22:52.071Z Checking smoltcp v0.9.1
22442025-02-28T09:22:52.122Z Checking clap_builder v4.5.31
22452025-02-28T09:22:52.541Z Checking tower v0.5.2
22462025-02-28T09:22:53.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22472025-02-28T09:22:53.400Z Checking flate2 v1.1.0
22482025-02-28T09:22:53.566Z Checking hyper-rustls v0.27.3
22492025-02-28T09:22:53.585Z Checking backtrace v0.3.74
22502025-02-28T09:22:53.725Z Checking elliptic-curve v0.13.8
22512025-02-28T09:22:53.908Z Checking signal-hook-mio v0.2.4
22522025-02-28T09:22:54.018Z Checking num-bigint-dig v0.8.4
22532025-02-28T09:22:54.038Z Checking dropshot v0.12.0
22542025-02-28T09:22:54.059Z Checking cookie_store v0.21.1
22552025-02-28T09:22:54.111Z Checking anyhow v1.0.96
22562025-02-28T09:22:54.255Z Checking toml_edit v0.19.15
22572025-02-28T09:22:54.325Z Checking rayon v1.10.0
22582025-02-28T09:22:54.497Z Checking bzip2 v0.4.4
22592025-02-28T09:22:54.733Z Checking phf v0.11.2
22602025-02-28T09:22:54.804Z Checking hyper-tls v0.6.0
22612025-02-28T09:22:54.807Z Checking hickory-resolver v0.24.4
22622025-02-28T09:22:54.948Z Checking tokio-tungstenite v0.24.0
22632025-02-28T09:22:54.995Z Checking postgres-types v0.2.9
22642025-02-28T09:22:55.092Z Checking regex v1.11.1
22652025-02-28T09:22:55.396Z Checking bstr v1.10.0
22662025-02-28T09:22:55.646Z Checking ed25519 v2.2.3
22672025-02-28T09:22:55.680Z Checking tokio-stream v0.1.17
22682025-02-28T09:22:55.962Z Checking phf_shared v0.10.0
22692025-02-28T09:22:56.010Z Checking zerocopy v0.6.6
22702025-02-28T09:22:56.228Z Checking curve25519-dalek v4.1.3
22712025-02-28T09:22:56.267Z Checking hubpack v0.1.2
22722025-02-28T09:22:56.360Z Checking memoffset v0.9.1
22732025-02-28T09:22:56.462Z Checking portable-atomic v1.9.0
22742025-02-28T09:22:56.478Z Checking pkcs1 v0.7.5
22752025-02-28T09:22:56.548Z Checking float-cmp v0.10.0
22762025-02-28T09:22:56.656Z Checking serde-big-array v0.5.1
22772025-02-28T09:22:56.674Z Checking rfc6979 v0.4.0
22782025-02-28T09:22:56.747Z Checking number_prefix v0.4.0
22792025-02-28T09:22:56.837Z Checking predicates-core v1.0.8
22802025-02-28T09:22:56.852Z Checking precomputed-hash v0.1.1
22812025-02-28T09:22:57.028Z Checking new_debug_unreachable v1.0.6
22822025-02-28T09:22:57.039Z Checking static_assertions v1.1.0
22832025-02-28T09:22:57.039Z Checking minimal-lexical v0.2.1
22842025-02-28T09:22:57.039Z Checking normalize-line-endings v0.3.0
22852025-02-28T09:22:57.039Z Checking fixedbitset v0.4.2
22862025-02-28T09:22:57.043Z Checking unicode-segmentation v1.12.0
22872025-02-28T09:22:57.104Z Checking bit-vec v0.6.3
22882025-02-28T09:22:57.281Z Checking difflib v0.4.0
22892025-02-28T09:22:57.361Z Checking whoami v1.5.2
22902025-02-28T09:22:57.410Z Checking bit-set v0.5.3
22912025-02-28T09:22:57.427Z Checking nom v7.1.3
22922025-02-28T09:22:57.442Z Checking qorb v0.2.1
22932025-02-28T09:22:57.599Z Checking predicates v3.1.3
22942025-02-28T09:22:57.643Z Checking petgraph v0.6.5
22952025-02-28T09:22:57.660Z Checking tokio-postgres v0.7.13
22962025-02-28T09:22:57.730Z Checking similar v2.6.0
22972025-02-28T09:22:57.763Z Checking indicatif v0.17.11
22982025-02-28T09:22:57.982Z Checking ed25519-dalek v2.1.1
22992025-02-28T09:22:58.177Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23002025-02-28T09:22:58.383Z Checking string_cache v0.8.7
23012025-02-28T09:22:58.503Z Checking ecdsa v0.16.9
23022025-02-28T09:22:58.534Z Checking rsa v0.9.6
23032025-02-28T09:22:58.672Z Checking toml v0.7.8
23042025-02-28T09:22:59.185Z Checking nix v0.29.0
23052025-02-28T09:22:59.336Z Checking reqwest v0.12.12
23062025-02-28T09:22:59.506Z Checking clap v4.5.31
23072025-02-28T09:22:59.620Z Checking zip v0.6.6
23082025-02-28T09:22:59.895Z Checking crossterm v0.28.1
23092025-02-28T09:23:00.050Z Checking itertools v0.12.1
23102025-02-28T09:23:00.270Z Checking itertools v0.10.5
23112025-02-28T09:23:00.432Z Checking ahash v0.8.11
23122025-02-28T09:23:00.500Z Checking fs-err v2.11.0
23132025-02-28T09:23:00.833Z Checking x509-cert v0.2.5
23142025-02-28T09:23:00.904Z Checking hex v0.4.3
23152025-02-28T09:23:01.030Z Checking peg-runtime v0.8.3
23162025-02-28T09:23:01.112Z Checking lalrpop-util v0.19.12
23172025-02-28T09:23:01.263Z Checking sigpipe v0.1.3
23182025-02-28T09:23:02.497Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23192025-02-28T09:23:02.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.86s
23202025-02-28T09:23:02.973Z
23212025-02-28T09:23:02.973Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23222025-02-28T09:23:03.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232025-02-28T09:23:03.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242025-02-28T09:23:03.644Z Compiling hashbrown v0.14.5
23252025-02-28T09:23:03.768Z Checking heck v0.5.0
23262025-02-28T09:23:03.781Z Compiling unsafe-libyaml v0.2.11
23272025-02-28T09:23:03.795Z Checking ipnetwork v0.21.1
23282025-02-28T09:23:03.800Z Compiling ident_case v1.0.1
23292025-02-28T09:23:03.824Z Checking progenitor-client v0.8.0
23302025-02-28T09:23:03.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312025-02-28T09:23:03.929Z Checking newtype-uuid v1.2.1
23322025-02-28T09:23:03.982Z Compiling darling_core v0.20.10
23332025-02-28T09:23:04.131Z Checking oxnet v0.1.1
23342025-02-28T09:23:04.151Z Compiling proc-macro-crate v1.3.1
23352025-02-28T09:23:04.174Z Compiling structmeta-derive v0.3.0
23362025-02-28T09:23:04.211Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23372025-02-28T09:23:04.496Z Compiling lzma-sys v0.1.20
23382025-02-28T09:23:04.542Z Compiling thiserror-impl v2.0.11
23392025-02-28T09:23:04.707Z Checking regress v0.10.1
23402025-02-28T09:23:05.016Z Compiling serde_yaml v0.9.34+deprecated
23412025-02-28T09:23:05.236Z Compiling num_enum_derive v0.5.11
23422025-02-28T09:23:05.524Z Compiling daft-derive v0.1.1
23432025-02-28T09:23:06.677Z Compiling structmeta v0.3.0
23442025-02-28T09:23:07.014Z Compiling foreign-types-macros v0.2.3
23452025-02-28T09:23:07.047Z Compiling dropshot v0.16.0
23462025-02-28T09:23:07.355Z Checking arc-swap v1.7.1
23472025-02-28T09:23:07.404Z Checking foreign-types-shared v0.3.1
23482025-02-28T09:23:07.532Z Checking num_enum v0.5.11
23492025-02-28T09:23:07.672Z Checking thiserror v2.0.11
23502025-02-28T09:23:07.749Z Compiling parse-display-derive v0.10.0
23512025-02-28T09:23:07.771Z Checking slog-scope v4.4.0
23522025-02-28T09:23:07.814Z Checking daft v0.1.1
23532025-02-28T09:23:08.137Z Checking typify-impl v0.2.0
23542025-02-28T09:23:08.168Z Compiling proc-macro-error v1.0.4
23552025-02-28T09:23:08.226Z Checking foreign-types v0.5.0
23562025-02-28T09:23:08.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23572025-02-28T09:23:08.331Z Checking tungstenite v0.21.0
23582025-02-28T09:23:08.378Z Compiling heck v0.3.3
23592025-02-28T09:23:08.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602025-02-28T09:23:08.757Z Compiling dropshot_endpoint v0.16.0
23612025-02-28T09:23:09.201Z Checking cstr-argument v0.1.2
23622025-02-28T09:23:09.255Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632025-02-28T09:23:09.382Z Checking instant v0.1.13
23642025-02-28T09:23:09.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23652025-02-28T09:23:09.507Z Checking base64 v0.21.7
23662025-02-28T09:23:09.636Z Compiling darling_macro v0.20.10
23672025-02-28T09:23:09.871Z Checking fastrand v2.1.1
23682025-02-28T09:23:10.028Z Checking pretty-hex v0.2.1
23692025-02-28T09:23:10.045Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702025-02-28T09:23:10.179Z Checking tempfile v3.13.0
23712025-02-28T09:23:10.202Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23722025-02-28T09:23:10.354Z Checking backoff v0.4.0
23732025-02-28T09:23:10.477Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742025-02-28T09:23:10.505Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752025-02-28T09:23:10.541Z Checking tokio-tungstenite v0.21.0
23762025-02-28T09:23:10.585Z Compiling darling v0.20.10
23772025-02-28T09:23:10.653Z Compiling zone_cfg_derive v0.1.2
23782025-02-28T09:23:10.657Z Checking strum v0.26.3
23792025-02-28T09:23:10.702Z Compiling serde_with_macros v3.11.0
23802025-02-28T09:23:10.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23812025-02-28T09:23:10.835Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23822025-02-28T09:23:11.174Z Checking slog-stdlog v4.1.1
23832025-02-28T09:23:11.190Z Checking regress v0.9.1
23842025-02-28T09:23:11.340Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23852025-02-28T09:23:11.448Z Checking parse-display v0.10.0
23862025-02-28T09:23:11.485Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23872025-02-28T09:23:11.502Z Checking progenitor-client v0.9.1
23882025-02-28T09:23:11.681Z Checking colored v2.2.0
23892025-02-28T09:23:11.778Z Checking macaddr v1.0.1
23902025-02-28T09:23:11.865Z Checking unicode-width v0.1.14
23912025-02-28T09:23:11.950Z Checking base64 v0.13.1
23922025-02-28T09:23:12.070Z Checking winnow v0.6.20
23932025-02-28T09:23:12.087Z Checking zone v0.1.8
23942025-02-28T09:23:12.329Z Checking tabwriter v1.4.0
23952025-02-28T09:23:12.350Z Checking ron v0.7.1
23962025-02-28T09:23:12.571Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23972025-02-28T09:23:12.733Z Checking slog-envlogger v2.2.0
23982025-02-28T09:23:12.950Z Checking xz2 v0.1.7
23992025-02-28T09:23:12.982Z Checking xattr v1.3.1
24002025-02-28T09:23:13.157Z Checking serde_with v3.11.0
24012025-02-28T09:23:13.173Z Checking pem v3.0.5
24022025-02-28T09:23:13.255Z Checking yasna v0.5.2
24032025-02-28T09:23:13.408Z Checking headers-core v0.3.0
24042025-02-28T09:23:13.444Z Checking smf v0.2.3
24052025-02-28T09:23:13.555Z Checking filetime v0.2.25
24062025-02-28T09:23:13.773Z Checking same-file v1.0.6
24072025-02-28T09:23:13.883Z Checking tar v0.4.44
24082025-02-28T09:23:13.956Z Checking walkdir v2.5.0
24092025-02-28T09:23:14.063Z Checking rcgen v0.12.1
24102025-02-28T09:23:14.244Z Checking headers v0.4.0
24112025-02-28T09:23:14.503Z Checking camino-tempfile v1.1.1
24122025-02-28T09:23:14.681Z Checking atomicwrites v0.4.4
24132025-02-28T09:23:14.698Z Checking subprocess v0.2.9
24142025-02-28T09:23:17.387Z Compiling typify-macro v0.2.0
24152025-02-28T09:23:18.806Z Compiling typify v0.2.0
24162025-02-28T09:23:18.874Z Compiling progenitor-impl v0.8.0
24172025-02-28T09:23:21.194Z Compiling progenitor-macro v0.8.0
24182025-02-28T09:23:24.603Z Checking progenitor v0.8.0
24192025-02-28T09:23:24.729Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24202025-02-28T09:23:24.729Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24212025-02-28T09:23:27.103Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24222025-02-28T09:23:27.441Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24232025-02-28T09:23:33.141Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24242025-02-28T09:23:34.581Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24252025-02-28T09:23:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.77s
24262025-02-28T09:23:35.937Z
24272025-02-28T09:23:35.937Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24282025-02-28T09:23:36.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292025-02-28T09:23:36.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302025-02-28T09:23:36.606Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24312025-02-28T09:23:37.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
24322025-02-28T09:23:38.136Z
24332025-02-28T09:23:38.136Zinfo: running `cargo check --bins` on nexus-config (51/199)
24342025-02-28T09:23:38.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352025-02-28T09:23:38.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362025-02-28T09:23:38.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372025-02-28T09:23:38.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24382025-02-28T09:23:38.785Z
24392025-02-28T09:23:38.785Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24402025-02-28T09:23:39.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412025-02-28T09:23:39.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422025-02-28T09:23:39.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432025-02-28T09:23:39.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24442025-02-28T09:23:39.413Z
24452025-02-28T09:23:39.413Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24462025-02-28T09:23:39.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472025-02-28T09:23:39.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482025-02-28T09:23:39.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492025-02-28T09:23:39.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24502025-02-28T09:23:40.044Z
24512025-02-28T09:23:40.045Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24522025-02-28T09:23:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532025-02-28T09:23:40.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542025-02-28T09:23:40.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552025-02-28T09:23:40.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24562025-02-28T09:23:40.689Z
24572025-02-28T09:23:40.689Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24582025-02-28T09:23:41.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592025-02-28T09:23:41.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602025-02-28T09:23:41.383Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24612025-02-28T09:23:41.498Z Compiling ipnetwork v0.21.1
24622025-02-28T09:23:41.499Z Compiling progenitor-client v0.8.0
24632025-02-28T09:23:41.502Z Compiling itertools v0.13.0
24642025-02-28T09:23:41.502Z Compiling heapless v0.8.0
24652025-02-28T09:23:41.502Z Compiling thiserror v2.0.11
24662025-02-28T09:23:41.502Z Checking hash32 v0.3.1
24672025-02-28T09:23:41.502Z Compiling instant v0.1.13
24682025-02-28T09:23:41.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24692025-02-28T09:23:41.715Z Compiling smoltcp v0.11.0
24702025-02-28T09:23:41.718Z Compiling dropshot v0.16.0
24712025-02-28T09:23:41.790Z Compiling backoff v0.4.0
24722025-02-28T09:23:41.974Z Compiling oxnet v0.1.1
24732025-02-28T09:23:42.134Z Compiling progenitor v0.8.0
24742025-02-28T09:23:42.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752025-02-28T09:23:42.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24762025-02-28T09:23:42.362Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24772025-02-28T09:23:42.365Z Compiling daft v0.1.1
24782025-02-28T09:23:42.403Z Compiling serde_with v3.11.0
24792025-02-28T09:23:42.662Z Compiling parse-display v0.10.0
24802025-02-28T09:23:42.819Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812025-02-28T09:23:43.172Z Checking num-rational v0.4.2
24822025-02-28T09:23:43.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24832025-02-28T09:23:43.300Z Compiling progenitor-client v0.9.1
24842025-02-28T09:23:43.806Z Compiling regress v0.9.1
24852025-02-28T09:23:43.828Z Compiling phf_generator v0.11.2
24862025-02-28T09:23:44.021Z Checking num-complex v0.4.6
24872025-02-28T09:23:44.258Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24882025-02-28T09:23:44.877Z Compiling macaddr v1.0.1
24892025-02-28T09:23:45.304Z Checking cobs v0.2.3
24902025-02-28T09:23:45.509Z Checking postcard v1.0.10
24912025-02-28T09:23:45.787Z Compiling num v0.4.3
24922025-02-28T09:23:45.899Z Compiling phf_codegen v0.11.2
24932025-02-28T09:23:46.033Z Compiling parse-zoneinfo v0.3.1
24942025-02-28T09:23:46.121Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24952025-02-28T09:23:46.441Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24962025-02-28T09:23:46.604Z Compiling float-ord v0.3.2
24972025-02-28T09:23:46.787Z Compiling convert_case v0.4.0
24982025-02-28T09:23:47.764Z Compiling derive_more v0.99.19
24992025-02-28T09:23:48.580Z Compiling chrono-tz-build v0.4.0
25002025-02-28T09:23:48.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25012025-02-28T09:23:49.467Z Compiling crucible-workspace-hack v0.1.0
25022025-02-28T09:23:49.684Z Checking newline-converter v0.3.0
25032025-02-28T09:23:49.770Z Compiling chrono-tz v0.10.1
25042025-02-28T09:23:49.836Z Checking itertools v0.14.0
25052025-02-28T09:23:49.882Z Checking prettyplease v0.2.29
25062025-02-28T09:23:50.494Z Compiling slog-dtrace v0.3.0
25072025-02-28T09:23:50.497Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25082025-02-28T09:23:50.679Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25092025-02-28T09:23:50.874Z Checking expectorate v1.1.0
25102025-02-28T09:23:51.040Z Compiling zone_cfg_derive v0.3.0
25112025-02-28T09:23:51.114Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25122025-02-28T09:23:51.335Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25132025-02-28T09:23:51.917Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25142025-02-28T09:23:52.186Z Compiling const_format_proc_macros v0.2.34
25152025-02-28T09:23:52.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25162025-02-28T09:23:52.268Z Compiling num-derive v0.4.2
25172025-02-28T09:23:52.327Z Checking highway v1.3.0
25182025-02-28T09:23:52.512Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25192025-02-28T09:23:52.781Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202025-02-28T09:23:53.134Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25212025-02-28T09:23:53.268Z Checking zone v0.3.0
25222025-02-28T09:23:53.383Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25232025-02-28T09:23:53.400Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25242025-02-28T09:23:53.999Z Checking const_format v0.2.34
25252025-02-28T09:23:54.119Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262025-02-28T09:23:54.378Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25272025-02-28T09:23:54.425Z Checking gethostname v0.5.0
25282025-02-28T09:23:54.444Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25292025-02-28T09:23:54.552Z Checking bcs v0.1.6
25302025-02-28T09:23:54.677Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25312025-02-28T09:23:54.902Z Checking nanorand v0.7.0
25322025-02-28T09:23:55.008Z Compiling async-recursion v1.1.1
25332025-02-28T09:23:55.277Z Checking termtree v0.5.1
25342025-02-28T09:23:55.430Z Checking flume v0.11.1
25352025-02-28T09:23:55.773Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25362025-02-28T09:23:55.773Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372025-02-28T09:23:56.353Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25382025-02-28T09:23:56.484Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25392025-02-28T09:24:02.175Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25402025-02-28T09:24:05.251Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25412025-02-28T09:24:07.564Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25422025-02-28T09:24:08.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.03s
25432025-02-28T09:24:08.909Z
25442025-02-28T09:24:08.909Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25452025-02-28T09:24:09.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462025-02-28T09:24:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472025-02-28T09:24:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482025-02-28T09:24:09.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25492025-02-28T09:24:09.551Z
25502025-02-28T09:24:09.551Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25512025-02-28T09:24:10.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-02-28T09:24:10.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-02-28T09:24:10.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542025-02-28T09:24:10.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25552025-02-28T09:24:10.216Z
25562025-02-28T09:24:10.217Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25572025-02-28T09:24:10.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-02-28T09:24:10.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-02-28T09:24:10.884Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-02-28T09:24:11.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
25612025-02-28T09:24:11.668Z
25622025-02-28T09:24:11.668Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25632025-02-28T09:24:12.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-02-28T09:24:12.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-02-28T09:24:12.343Z Compiling cfg_aliases v0.1.1
25662025-02-28T09:24:12.344Z Compiling vte_generate_state_changes v0.1.2
25672025-02-28T09:24:12.346Z Checking fd-lock v4.0.2
25682025-02-28T09:24:12.346Z Checking nibble_vec v0.1.0
25692025-02-28T09:24:12.346Z Checking endian-type v0.1.2
25702025-02-28T09:24:12.346Z Checking bytecount v0.6.8
25712025-02-28T09:24:12.465Z Compiling tabled_derive v0.7.0
25722025-02-28T09:24:12.486Z Compiling peg-macros v0.8.4
25732025-02-28T09:24:12.541Z Compiling nix v0.28.0
25742025-02-28T09:24:12.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25752025-02-28T09:24:12.647Z Compiling sqlparser_derive v0.2.2
25762025-02-28T09:24:12.668Z Checking radix_trie v0.2.1
25772025-02-28T09:24:12.668Z Checking papergrid v0.11.0
25782025-02-28T09:24:13.032Z Checking vte v0.11.1
25792025-02-28T09:24:13.060Z Checking home v0.5.9
25802025-02-28T09:24:13.190Z Checking nu-ansi-term v0.50.1
25812025-02-28T09:24:13.557Z Checking unicode_categories v0.1.1
25822025-02-28T09:24:13.652Z Checking sqlparser v0.45.0
25832025-02-28T09:24:13.668Z Checking display-error-chain v0.2.2
25842025-02-28T09:24:13.838Z Checking sqlformat v0.2.6
25852025-02-28T09:24:14.426Z Checking strip-ansi-escapes v0.2.0
25862025-02-28T09:24:14.502Z Checking tabled v0.15.0
25872025-02-28T09:24:14.558Z Checking reedline v0.38.0
25882025-02-28T09:24:14.869Z Checking peg v0.8.4
25892025-02-28T09:24:15.304Z Checking rustyline v14.0.0
25902025-02-28T09:24:23.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
25912025-02-28T09:24:23.653Z
25922025-02-28T09:24:23.653Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25932025-02-28T09:24:24.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942025-02-28T09:24:24.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952025-02-28T09:24:24.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25962025-02-28T09:24:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
25972025-02-28T09:24:29.331Z
25982025-02-28T09:24:29.331Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25992025-02-28T09:24:29.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002025-02-28T09:24:29.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012025-02-28T09:24:30.014Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26022025-02-28T09:24:33.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
26032025-02-28T09:24:33.525Z
26042025-02-28T09:24:33.525Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
26052025-02-28T09:24:34.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-02-28T09:24:34.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-02-28T09:24:34.212Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-02-28T09:24:38.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
26092025-02-28T09:24:38.970Z
26102025-02-28T09:24:38.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
26112025-02-28T09:24:39.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-02-28T09:24:39.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-02-28T09:24:39.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142025-02-28T09:24:44.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
26152025-02-28T09:24:44.476Z
26162025-02-28T09:24:44.476Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26172025-02-28T09:24:45.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-02-28T09:24:45.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-02-28T09:24:45.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202025-02-28T09:24:48.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
26212025-02-28T09:24:48.875Z
26222025-02-28T09:24:48.876Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26232025-02-28T09:24:49.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-02-28T09:24:49.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-02-28T09:24:49.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262025-02-28T09:24:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
26272025-02-28T09:24:53.358Z
26282025-02-28T09:24:53.358Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26292025-02-28T09:24:53.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-02-28T09:24:53.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-02-28T09:24:54.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26322025-02-28T09:24:58.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
26332025-02-28T09:24:59.019Z
26342025-02-28T09:24:59.019Zinfo: running `cargo check --bins` on oximeter (67/199)
26352025-02-28T09:24:59.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-02-28T09:24:59.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-02-28T09:24:59.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382025-02-28T09:24:59.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26392025-02-28T09:24:59.670Z
26402025-02-28T09:24:59.670Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26412025-02-28T09:25:00.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-02-28T09:25:00.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-02-28T09:25:00.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442025-02-28T09:25:00.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26452025-02-28T09:25:00.295Z
26462025-02-28T09:25:00.295Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26472025-02-28T09:25:00.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-02-28T09:25:00.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-02-28T09:25:00.959Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26502025-02-28T09:25:02.862Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26512025-02-28T09:25:03.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
26522025-02-28T09:25:03.954Z
26532025-02-28T09:25:03.954Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26542025-02-28T09:25:04.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-02-28T09:25:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-02-28T09:25:04.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-02-28T09:25:04.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26582025-02-28T09:25:04.608Z
26592025-02-28T09:25:04.608Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26602025-02-28T09:25:05.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-02-28T09:25:05.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-02-28T09:25:05.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-02-28T09:25:05.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26642025-02-28T09:25:05.252Z
26652025-02-28T09:25:05.252Zinfo: running `cargo check --bins` on oxql-types (72/199)
26662025-02-28T09:25:05.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-02-28T09:25:05.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-02-28T09:25:05.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-02-28T09:25:05.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26702025-02-28T09:25:05.904Z
26712025-02-28T09:25:05.904Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26722025-02-28T09:25:06.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-02-28T09:25:06.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-02-28T09:25:06.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-02-28T09:25:06.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26762025-02-28T09:25:06.580Z
26772025-02-28T09:25:06.580Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26782025-02-28T09:25:07.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-02-28T09:25:07.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-02-28T09:25:07.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-02-28T09:25:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26822025-02-28T09:25:07.233Z
26832025-02-28T09:25:07.233Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26842025-02-28T09:25:07.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-02-28T09:25:07.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-02-28T09:25:07.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-02-28T09:25:07.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26882025-02-28T09:25:07.891Z
26892025-02-28T09:25:07.891Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26902025-02-28T09:25:08.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-02-28T09:25:08.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-02-28T09:25:08.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-02-28T09:25:08.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26942025-02-28T09:25:08.546Z
26952025-02-28T09:25:08.546Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26962025-02-28T09:25:09.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-02-28T09:25:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-02-28T09:25:09.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-02-28T09:25:09.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27002025-02-28T09:25:09.200Z
27012025-02-28T09:25:09.200Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
27022025-02-28T09:25:09.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-02-28T09:25:09.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-02-28T09:25:09.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-02-28T09:25:09.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27062025-02-28T09:25:09.859Z
27072025-02-28T09:25:09.859Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
27082025-02-28T09:25:10.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-02-28T09:25:10.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-02-28T09:25:10.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-02-28T09:25:10.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27122025-02-28T09:25:10.490Z
27132025-02-28T09:25:10.490Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27142025-02-28T09:25:11.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-02-28T09:25:11.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-02-28T09:25:11.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-02-28T09:25:11.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27182025-02-28T09:25:11.147Z
27192025-02-28T09:25:11.147Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27202025-02-28T09:25:11.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-02-28T09:25:11.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-02-28T09:25:11.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-02-28T09:25:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27242025-02-28T09:25:11.792Z
27252025-02-28T09:25:11.792Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27262025-02-28T09:25:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-02-28T09:25:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-02-28T09:25:12.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-02-28T09:25:12.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27302025-02-28T09:25:12.441Z
27312025-02-28T09:25:12.441Zinfo: running `cargo check --bins` on dpd-client (83/199)
27322025-02-28T09:25:13.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-02-28T09:25:13.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-02-28T09:25:13.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-02-28T09:25:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27362025-02-28T09:25:13.080Z
27372025-02-28T09:25:13.080Zinfo: running `cargo check --bins` on gateway-client (84/199)
27382025-02-28T09:25:13.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-02-28T09:25:13.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-02-28T09:25:13.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-02-28T09:25:13.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27422025-02-28T09:25:13.726Z
27432025-02-28T09:25:13.726Zinfo: running `cargo check --bins` on installinator-client (85/199)
27442025-02-28T09:25:14.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-02-28T09:25:14.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-02-28T09:25:14.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-02-28T09:25:14.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27482025-02-28T09:25:14.391Z
27492025-02-28T09:25:14.391Zinfo: running `cargo check --bins` on installinator-common (86/199)
27502025-02-28T09:25:14.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-02-28T09:25:14.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-02-28T09:25:14.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-02-28T09:25:14.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27542025-02-28T09:25:15.057Z
27552025-02-28T09:25:15.057Zinfo: running `cargo check --bins` on update-engine (87/199)
27562025-02-28T09:25:15.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-02-28T09:25:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-02-28T09:25:15.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-02-28T09:25:15.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27602025-02-28T09:25:15.692Z
27612025-02-28T09:25:15.693Zinfo: running `cargo check --bins` on nexus-client (88/199)
27622025-02-28T09:25:16.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-02-28T09:25:16.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-02-28T09:25:16.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-02-28T09:25:16.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27662025-02-28T09:25:16.374Z
27672025-02-28T09:25:16.374Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27682025-02-28T09:25:16.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-02-28T09:25:16.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-02-28T09:25:16.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-02-28T09:25:16.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27722025-02-28T09:25:17.045Z
27732025-02-28T09:25:17.045Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27742025-02-28T09:25:17.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-02-28T09:25:17.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-02-28T09:25:17.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-02-28T09:25:17.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27782025-02-28T09:25:17.685Z
27792025-02-28T09:25:17.685Zinfo: running `cargo check --bins` on nexus-types (91/199)
27802025-02-28T09:25:18.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-02-28T09:25:18.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-02-28T09:25:18.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-02-28T09:25:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27842025-02-28T09:25:18.379Z
27852025-02-28T09:25:18.379Zinfo: running `cargo check --bins` on oxide-client (92/199)
27862025-02-28T09:25:18.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-02-28T09:25:18.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-02-28T09:25:18.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-02-28T09:25:18.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27902025-02-28T09:25:19.024Z
27912025-02-28T09:25:19.024Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27922025-02-28T09:25:19.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-02-28T09:25:19.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-02-28T09:25:19.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-02-28T09:25:19.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27962025-02-28T09:25:19.679Z
27972025-02-28T09:25:19.679Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27982025-02-28T09:25:20.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-02-28T09:25:20.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-02-28T09:25:20.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-02-28T09:25:20.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28022025-02-28T09:25:20.326Z
28032025-02-28T09:25:20.326Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
28042025-02-28T09:25:20.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-02-28T09:25:20.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-02-28T09:25:20.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-02-28T09:25:20.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28082025-02-28T09:25:21.007Z
28092025-02-28T09:25:21.007Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28102025-02-28T09:25:21.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-02-28T09:25:21.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-02-28T09:25:21.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-02-28T09:25:21.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142025-02-28T09:25:21.706Z
28152025-02-28T09:25:21.706Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28162025-02-28T09:25:22.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-02-28T09:25:22.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-02-28T09:25:22.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-02-28T09:25:22.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28202025-02-28T09:25:22.383Z
28212025-02-28T09:25:22.383Zinfo: running `cargo check --bins` on wicket-common (98/199)
28222025-02-28T09:25:22.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-02-28T09:25:22.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-02-28T09:25:22.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-02-28T09:25:22.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28262025-02-28T09:25:23.056Z
28272025-02-28T09:25:23.056Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28282025-02-28T09:25:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-02-28T09:25:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-02-28T09:25:23.732Z Checking csv-core v0.1.11
28312025-02-28T09:25:23.733Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28322025-02-28T09:25:23.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28332025-02-28T09:25:23.736Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28342025-02-28T09:25:24.029Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28352025-02-28T09:25:24.043Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28362025-02-28T09:25:24.075Z Checking csv v1.3.1
28372025-02-28T09:25:24.600Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28382025-02-28T09:25:24.949Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28392025-02-28T09:25:26.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
28402025-02-28T09:25:26.697Z
28412025-02-28T09:25:26.697Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28422025-02-28T09:25:27.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-02-28T09:25:27.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-02-28T09:25:27.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-02-28T09:25:27.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28462025-02-28T09:25:27.351Z
28472025-02-28T09:25:27.351Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28482025-02-28T09:25:27.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-02-28T09:25:27.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-02-28T09:25:27.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-02-28T09:25:27.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28522025-02-28T09:25:28.011Z
28532025-02-28T09:25:28.011Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28542025-02-28T09:25:28.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-02-28T09:25:28.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-02-28T09:25:28.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572025-02-28T09:25:28.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28582025-02-28T09:25:28.768Z
28592025-02-28T09:25:28.768Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28602025-02-28T09:25:29.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-02-28T09:25:29.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-02-28T09:25:29.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-02-28T09:25:29.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28642025-02-28T09:25:29.523Z
28652025-02-28T09:25:29.523Zinfo: running `cargo check --bins` on dns-server (104/199)
28662025-02-28T09:25:30.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-02-28T09:25:30.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-02-28T09:25:30.204Z Compiling typify-impl v0.3.0
28692025-02-28T09:25:30.316Z Compiling parking_lot_core v0.8.6
28702025-02-28T09:25:30.319Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28712025-02-28T09:25:30.328Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28722025-02-28T09:25:30.342Z Checking fxhash v0.2.1
28732025-02-28T09:25:30.365Z Checking hickory-client v0.24.4
28742025-02-28T09:25:30.376Z Checking hickory-server v0.24.4
28752025-02-28T09:25:31.057Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28762025-02-28T09:25:31.093Z Checking parking_lot v0.11.2
28772025-02-28T09:25:31.318Z Checking sled v0.34.7
28782025-02-28T09:25:35.270Z Compiling typify-macro v0.3.0
28792025-02-28T09:25:36.696Z Compiling typify v0.3.0
28802025-02-28T09:25:36.765Z Compiling progenitor-impl v0.9.1
28812025-02-28T09:25:39.025Z Compiling progenitor-macro v0.9.1
28822025-02-28T09:25:42.429Z Checking progenitor v0.9.1
28832025-02-28T09:25:42.555Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28842025-02-28T09:25:42.997Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28852025-02-28T09:25:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
28862025-02-28T09:25:44.374Z
28872025-02-28T09:25:44.374Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28882025-02-28T09:25:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892025-02-28T09:25:44.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902025-02-28T09:25:44.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912025-02-28T09:25:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28922025-02-28T09:25:45.036Z
28932025-02-28T09:25:45.036Zinfo: running `cargo check --bins` on openapi-manager-types (106/199)
28942025-02-28T09:25:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952025-02-28T09:25:45.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962025-02-28T09:25:45.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972025-02-28T09:25:45.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28982025-02-28T09:25:45.664Z
28992025-02-28T09:25:45.664Zinfo: running `cargo check --bins` on gateway-test-utils (107/199)
29002025-02-28T09:25:46.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012025-02-28T09:25:46.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022025-02-28T09:25:46.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032025-02-28T09:25:46.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29042025-02-28T09:25:46.368Z
29052025-02-28T09:25:46.368Zinfo: running `cargo check --bins` on gateway-types (108/199)
29062025-02-28T09:25:46.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072025-02-28T09:25:46.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082025-02-28T09:25:46.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092025-02-28T09:25:46.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29102025-02-28T09:25:47.022Z
29112025-02-28T09:25:47.022Zinfo: running `cargo check --bins` on ipcc (109/199)
29122025-02-28T09:25:47.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132025-02-28T09:25:47.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142025-02-28T09:25:47.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152025-02-28T09:25:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29162025-02-28T09:25:47.674Z
29172025-02-28T09:25:47.674Zinfo: running `cargo check --bins` on omicron-gateway (110/199)
29182025-02-28T09:25:48.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192025-02-28T09:25:48.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202025-02-28T09:25:48.396Z Compiling semver v0.1.20
29212025-02-28T09:25:48.396Z Compiling radium v0.7.0
29222025-02-28T09:25:48.516Z Compiling maybe-uninit v2.0.0
29232025-02-28T09:25:48.519Z Checking tap v1.0.1
29242025-02-28T09:25:48.535Z Checking password-hash v0.5.0
29252025-02-28T09:25:48.539Z Checking blake2 v0.10.6
29262025-02-28T09:25:48.539Z Compiling packed_struct v0.10.1
29272025-02-28T09:25:48.539Z Compiling owo-colors v4.2.0
29282025-02-28T09:25:48.676Z Checking wyz v0.5.1
29292025-02-28T09:25:48.976Z Compiling rustc_version v0.1.7
29302025-02-28T09:25:48.979Z Checking funty v2.0.0
29312025-02-28T09:25:49.012Z Compiling cancel-safe-futures v0.1.5
29322025-02-28T09:25:49.015Z Checking crc-catalog v2.4.0
29332025-02-28T09:25:49.118Z Checking argon2 v0.5.3
29342025-02-28T09:25:49.162Z Checking crc v3.2.1
29352025-02-28T09:25:49.199Z Compiling packed_struct_codegen v0.10.1
29362025-02-28T09:25:49.217Z Checking libsw-core v0.3.1
29372025-02-28T09:25:49.351Z Checking half v2.4.1
29382025-02-28T09:25:49.368Z Compiling newtype_derive v0.1.6
29392025-02-28T09:25:49.421Z Compiling indexmap v1.9.3
29402025-02-28T09:25:49.447Z Checking ciborium-io v0.2.2
29412025-02-28T09:25:49.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29422025-02-28T09:25:49.607Z Checking nodrop v0.1.14
29432025-02-28T09:25:49.742Z Checking bitvec v1.0.1
29442025-02-28T09:25:49.745Z Checking array-init v0.0.4
29452025-02-28T09:25:49.771Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29462025-02-28T09:25:49.776Z Checking libsw v3.4.0
29472025-02-28T09:25:49.803Z Checking ciborium-ll v0.2.2
29482025-02-28T09:25:50.012Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29492025-02-28T09:25:50.113Z Checking smallvec v0.6.14
29502025-02-28T09:25:50.130Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29512025-02-28T09:25:50.312Z Checking indent_write v2.2.0
29522025-02-28T09:25:50.475Z Checking termcolor v1.4.1
29532025-02-28T09:25:50.522Z Checking hashbrown v0.12.3
29542025-02-28T09:25:50.618Z Checking swrite v0.1.0
29552025-02-28T09:25:50.673Z Checking bitfield v0.14.0
29562025-02-28T09:25:50.752Z Checking linear-map v1.2.0
29572025-02-28T09:25:50.856Z Checking env_logger v0.10.2
29582025-02-28T09:25:50.962Z Checking ron v0.8.1
29592025-02-28T09:25:51.061Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29602025-02-28T09:25:51.105Z Checking serde-hex v0.1.0
29612025-02-28T09:25:51.256Z Checking ciborium v0.2.2
29622025-02-28T09:25:51.530Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29632025-02-28T09:25:51.650Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29642025-02-28T09:25:52.119Z Checking steno v0.4.1
29652025-02-28T09:25:52.171Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29662025-02-28T09:25:52.280Z Checking hashbrown v0.13.2
29672025-02-28T09:25:52.424Z Checking humantime v2.1.0
29682025-02-28T09:25:52.545Z Checking crc-any v2.5.0
29692025-02-28T09:25:52.711Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29702025-02-28T09:25:52.909Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29712025-02-28T09:25:53.002Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29722025-02-28T09:25:53.194Z Checking object v0.30.4
29732025-02-28T09:25:53.319Z Checking path-slash v0.1.5
29742025-02-28T09:25:53.489Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29752025-02-28T09:25:53.540Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29762025-02-28T09:25:54.175Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29772025-02-28T09:25:54.227Z Checking nix v0.27.1
29782025-02-28T09:25:54.303Z Checking tungstenite v0.23.0
29792025-02-28T09:25:54.434Z Checking kstat-rs v0.2.4
29802025-02-28T09:25:54.746Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29812025-02-28T09:25:54.746Z Checking signal-hook-tokio v0.3.1
29822025-02-28T09:25:55.186Z Checking tokio-tungstenite v0.23.1
29832025-02-28T09:25:55.649Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29842025-02-28T09:25:55.876Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29852025-02-28T09:25:55.999Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29862025-02-28T09:26:02.585Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29872025-02-28T09:26:03.858Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29882025-02-28T09:26:06.078Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29892025-02-28T09:26:11.068Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29902025-02-28T09:26:11.694Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29912025-02-28T09:26:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
29922025-02-28T09:26:14.401Z
29932025-02-28T09:26:14.401Zinfo: running `cargo check --bins` on gateway-api (111/199)
29942025-02-28T09:26:14.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-02-28T09:26:14.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-02-28T09:26:14.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-02-28T09:26:14.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29982025-02-28T09:26:15.045Z
29992025-02-28T09:26:15.045Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199)
30002025-02-28T09:26:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-02-28T09:26:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-02-28T09:26:15.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-02-28T09:26:15.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30042025-02-28T09:26:15.668Z
30052025-02-28T09:26:15.668Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199)
30062025-02-28T09:26:16.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-02-28T09:26:16.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-02-28T09:26:16.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092025-02-28T09:26:16.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30102025-02-28T09:26:16.306Z
30112025-02-28T09:26:16.306Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199)
30122025-02-28T09:26:16.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132025-02-28T09:26:16.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142025-02-28T09:26:16.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152025-02-28T09:26:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30162025-02-28T09:26:16.946Z
30172025-02-28T09:26:16.946Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199)
30182025-02-28T09:26:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-02-28T09:26:17.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-02-28T09:26:17.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212025-02-28T09:26:17.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30222025-02-28T09:26:17.585Z
30232025-02-28T09:26:17.585Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199)
30242025-02-28T09:26:18.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-02-28T09:26:18.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-02-28T09:26:18.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-02-28T09:26:18.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30282025-02-28T09:26:18.223Z
30292025-02-28T09:26:18.223Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199)
30302025-02-28T09:26:18.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-02-28T09:26:18.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-02-28T09:26:18.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-02-28T09:26:18.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30342025-02-28T09:26:18.866Z
30352025-02-28T09:26:18.866Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199)
30362025-02-28T09:26:19.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-02-28T09:26:19.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-02-28T09:26:19.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-02-28T09:26:19.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30402025-02-28T09:26:19.510Z
30412025-02-28T09:26:19.510Zinfo: running `cargo check --bins` on oximeter-producer (119/199)
30422025-02-28T09:26:20.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-02-28T09:26:20.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-02-28T09:26:20.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-02-28T09:26:20.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30462025-02-28T09:26:20.186Z
30472025-02-28T09:26:20.186Zinfo: running `cargo check --bins` on internal-dns-resolver (120/199)
30482025-02-28T09:26:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-02-28T09:26:20.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-02-28T09:26:20.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-02-28T09:26:20.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30522025-02-28T09:26:20.829Z
30532025-02-28T09:26:20.829Zinfo: running `cargo check --bins` on sp-sim (121/199)
30542025-02-28T09:26:21.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-02-28T09:26:21.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-02-28T09:26:21.482Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30572025-02-28T09:26:21.919Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30582025-02-28T09:26:23.495Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30592025-02-28T09:26:25.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
30602025-02-28T09:26:25.297Z
30612025-02-28T09:26:25.297Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199)
30622025-02-28T09:26:25.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-02-28T09:26:25.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-02-28T09:26:25.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652025-02-28T09:26:25.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30662025-02-28T09:26:25.986Z
30672025-02-28T09:26:25.986Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199)
30682025-02-28T09:26:26.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-02-28T09:26:26.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-02-28T09:26:26.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-02-28T09:26:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30722025-02-28T09:26:26.682Z
30732025-02-28T09:26:26.683Zinfo: running `cargo check --bins` on db-macros (124/199)
30742025-02-28T09:26:27.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-02-28T09:26:27.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-02-28T09:26:27.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-02-28T09:26:27.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30782025-02-28T09:26:27.307Z
30792025-02-28T09:26:27.307Zinfo: running `cargo check --bins` on nexus-macros-common (125/199)
30802025-02-28T09:26:27.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-02-28T09:26:27.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-02-28T09:26:27.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832025-02-28T09:26:27.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30842025-02-28T09:26:27.930Z
30852025-02-28T09:26:27.930Zinfo: running `cargo check --bins` on nexus-auth (126/199)
30862025-02-28T09:26:28.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872025-02-28T09:26:28.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882025-02-28T09:26:28.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892025-02-28T09:26:28.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30902025-02-28T09:26:28.614Z
30912025-02-28T09:26:28.614Zinfo: running `cargo check --bins` on authz-macros (127/199)
30922025-02-28T09:26:29.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932025-02-28T09:26:29.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942025-02-28T09:26:29.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952025-02-28T09:26:29.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30962025-02-28T09:26:29.242Z
30972025-02-28T09:26:29.242Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/199)
30982025-02-28T09:26:29.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992025-02-28T09:26:29.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002025-02-28T09:26:29.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012025-02-28T09:26:29.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31022025-02-28T09:26:29.927Z
31032025-02-28T09:26:29.927Zinfo: running `cargo check --bins` on nexus-db-model (129/199)
31042025-02-28T09:26:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052025-02-28T09:26:30.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062025-02-28T09:26:30.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072025-02-28T09:26:30.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31082025-02-28T09:26:30.605Z
31092025-02-28T09:26:30.606Zinfo: running `cargo check --bins` on nexus-defaults (130/199)
31102025-02-28T09:26:31.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112025-02-28T09:26:31.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122025-02-28T09:26:31.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132025-02-28T09:26:31.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142025-02-28T09:26:31.250Z
31152025-02-28T09:26:31.250Zinfo: running `cargo check --bins` on nexus-inventory (131/199)
31162025-02-28T09:26:31.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172025-02-28T09:26:31.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182025-02-28T09:26:31.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192025-02-28T09:26:31.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31202025-02-28T09:26:31.933Z
31212025-02-28T09:26:31.933Zinfo: running `cargo check --bins` on typed-rng (132/199)
31222025-02-28T09:26:32.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232025-02-28T09:26:32.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242025-02-28T09:26:32.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252025-02-28T09:26:32.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31262025-02-28T09:26:32.562Z
31272025-02-28T09:26:32.562Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199)
31282025-02-28T09:26:33.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292025-02-28T09:26:33.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302025-02-28T09:26:33.314Z Checking keccak v0.1.5
31312025-02-28T09:26:33.430Z Checking secrecy v0.8.0
31322025-02-28T09:26:33.433Z Compiling unicase v2.7.0
31332025-02-28T09:26:33.433Z Compiling same-file v1.0.6
31342025-02-28T09:26:33.449Z Compiling tempfile v3.13.0
31352025-02-28T09:26:33.469Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31362025-02-28T09:26:33.472Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31372025-02-28T09:26:33.472Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31382025-02-28T09:26:33.600Z Compiling walkdir v2.5.0
31392025-02-28T09:26:33.700Z Compiling thiserror-impl-no-std v2.0.2
31402025-02-28T09:26:33.734Z Checking universal-hash v0.5.1
31412025-02-28T09:26:33.737Z Checking sha3 v0.10.8
31422025-02-28T09:26:33.893Z Compiling blake3 v1.5.4
31432025-02-28T09:26:33.917Z Checking opaque-debug v0.3.1
31442025-02-28T09:26:33.942Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31452025-02-28T09:26:34.013Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31462025-02-28T09:26:34.030Z Checking poly1305 v0.8.0
31472025-02-28T09:26:34.124Z Checking chacha20 v0.9.1
31482025-02-28T09:26:34.156Z Checking aead v0.5.2
31492025-02-28T09:26:34.256Z Compiling memmap2 v0.9.5
31502025-02-28T09:26:34.274Z Compiling salty v0.3.0
31512025-02-28T09:26:34.383Z Compiling arrayvec v0.7.6
31522025-02-28T09:26:34.444Z Compiling arrayref v0.3.9
31532025-02-28T09:26:34.529Z Compiling constant_time_eq v0.3.1
31542025-02-28T09:26:34.566Z Compiling libefi-sys v0.1.0
31552025-02-28T09:26:34.629Z Checking chacha20poly1305 v0.10.1
31562025-02-28T09:26:34.723Z Compiling toolchain_find v0.4.0
31572025-02-28T09:26:34.765Z Compiling camino-tempfile v1.1.1
31582025-02-28T09:26:34.817Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31592025-02-28T09:26:34.903Z Compiling bitfield-struct v0.6.2
31602025-02-28T09:26:35.108Z Compiling topological-sort v0.2.2
31612025-02-28T09:26:35.188Z Compiling mime_guess v2.0.5
31622025-02-28T09:26:35.271Z Compiling rustfmt-wrapper v0.2.1
31632025-02-28T09:26:35.705Z Compiling progenitor v0.9.1
31642025-02-28T09:26:35.848Z Compiling omicron-zone-package v0.12.0
31652025-02-28T09:26:35.917Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662025-02-28T09:26:35.935Z Checking primeorder v0.13.6
31672025-02-28T09:26:36.238Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682025-02-28T09:26:36.238Z Checking env_filter v0.1.2
31692025-02-28T09:26:36.302Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702025-02-28T09:26:36.340Z Checking thiserror-no-std v2.0.2
31712025-02-28T09:26:36.404Z Checking p384 v0.13.0
31722025-02-28T09:26:36.428Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31732025-02-28T09:26:36.465Z Checking vsss-rs v3.3.4
31742025-02-28T09:26:36.481Z Checking env_logger v0.11.5
31752025-02-28T09:26:36.499Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31762025-02-28T09:26:36.595Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31772025-02-28T09:26:36.773Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31782025-02-28T09:26:36.851Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31792025-02-28T09:26:37.001Z Checking http-range v0.1.5
31802025-02-28T09:26:37.046Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31812025-02-28T09:26:37.070Z Checking simd-adler32 v0.3.7
31822025-02-28T09:26:37.184Z Compiling zip v2.1.3
31832025-02-28T09:26:37.220Z Checking bumpalo v3.16.0
31842025-02-28T09:26:37.353Z Checking lockfree-object-pool v0.1.6
31852025-02-28T09:26:37.448Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31862025-02-28T09:26:37.515Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31872025-02-28T09:26:37.549Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31882025-02-28T09:26:37.593Z Checking zopfli v0.8.1
31892025-02-28T09:26:37.796Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31902025-02-28T09:26:37.915Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31912025-02-28T09:26:38.245Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31922025-02-28T09:26:38.269Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31932025-02-28T09:26:38.348Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31942025-02-28T09:26:38.660Z Checking atty v0.2.14
31952025-02-28T09:26:38.760Z Checking glob v0.3.2
31962025-02-28T09:26:38.783Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31972025-02-28T09:26:38.801Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31982025-02-28T09:26:38.820Z Checking hyper-staticfile v0.10.1
31992025-02-28T09:26:39.114Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32002025-02-28T09:26:39.394Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32012025-02-28T09:26:40.003Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32022025-02-28T09:26:40.237Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32032025-02-28T09:26:40.312Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32042025-02-28T09:26:40.427Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32052025-02-28T09:26:40.715Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32062025-02-28T09:26:40.735Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32072025-02-28T09:26:41.150Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32082025-02-28T09:26:41.260Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32092025-02-28T09:26:41.288Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32102025-02-28T09:26:41.643Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112025-02-28T09:26:41.951Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122025-02-28T09:26:44.822Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32132025-02-28T09:26:44.822Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32142025-02-28T09:26:53.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152025-02-28T09:27:05.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
32162025-02-28T09:27:05.753Z
32172025-02-28T09:27:05.753Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199)
32182025-02-28T09:27:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-02-28T09:27:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-02-28T09:27:06.515Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212025-02-28T09:27:19.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
32222025-02-28T09:27:19.660Z
32232025-02-28T09:27:19.660Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199)
32242025-02-28T09:27:20.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-02-28T09:27:20.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-02-28T09:27:20.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272025-02-28T09:27:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
32282025-02-28T09:27:33.567Z
32292025-02-28T09:27:33.567Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199)
32302025-02-28T09:27:34.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312025-02-28T09:27:34.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322025-02-28T09:27:34.328Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32332025-02-28T09:27:47.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
32342025-02-28T09:27:47.667Z
32352025-02-28T09:27:47.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199)
32362025-02-28T09:27:48.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-02-28T09:27:48.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-02-28T09:27:48.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32392025-02-28T09:28:01.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
32402025-02-28T09:28:01.798Z
32412025-02-28T09:28:01.798Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199)
32422025-02-28T09:28:02.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-02-28T09:28:02.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-02-28T09:28:02.581Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32452025-02-28T09:28:15.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
32462025-02-28T09:28:15.922Z
32472025-02-28T09:28:15.922Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199)
32482025-02-28T09:28:16.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-02-28T09:28:16.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-02-28T09:28:16.691Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32512025-02-28T09:28:29.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
32522025-02-28T09:28:29.628Z
32532025-02-28T09:28:29.628Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199)
32542025-02-28T09:28:30.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-02-28T09:28:30.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-02-28T09:28:30.382Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32572025-02-28T09:28:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s
32582025-02-28T09:28:43.249Z
32592025-02-28T09:28:43.249Zinfo: running `cargo check --bins` on bootstrap-agent-api (141/199)
32602025-02-28T09:28:43.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-02-28T09:28:43.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-02-28T09:28:43.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-02-28T09:28:43.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32642025-02-28T09:28:43.923Z
32652025-02-28T09:28:43.923Zinfo: running `cargo check --bins` on key-manager (142/199)
32662025-02-28T09:28:44.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-02-28T09:28:44.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-02-28T09:28:44.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-02-28T09:28:44.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32702025-02-28T09:28:44.564Z
32712025-02-28T09:28:44.564Zinfo: running `cargo check --bins` on range-requests (143/199)
32722025-02-28T09:28:45.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-02-28T09:28:45.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-02-28T09:28:45.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-02-28T09:28:45.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32762025-02-28T09:28:45.202Z
32772025-02-28T09:28:45.202Zinfo: running `cargo check --bins` on repo-depot-api (144/199)
32782025-02-28T09:28:45.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-02-28T09:28:45.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-02-28T09:28:45.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-02-28T09:28:45.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32822025-02-28T09:28:45.840Z
32832025-02-28T09:28:45.841Zinfo: running `cargo check --bins` on sled-agent-api (145/199)
32842025-02-28T09:28:46.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-02-28T09:28:46.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-02-28T09:28:46.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-02-28T09:28:46.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32882025-02-28T09:28:46.509Z
32892025-02-28T09:28:46.509Zinfo: running `cargo check --bins` on sled-diagnostics (146/199)
32902025-02-28T09:28:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-02-28T09:28:47.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-02-28T09:28:47.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932025-02-28T09:28:47.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32942025-02-28T09:28:47.129Z
32952025-02-28T09:28:47.129Zinfo: running `cargo check --bins` on sled-hardware (147/199)
32962025-02-28T09:28:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-02-28T09:28:47.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-02-28T09:28:47.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992025-02-28T09:28:47.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33002025-02-28T09:28:47.784Z
33012025-02-28T09:28:47.784Zinfo: running `cargo check --bins --no-default-features` on sled-storage (148/199)
33022025-02-28T09:28:48.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-02-28T09:28:48.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-02-28T09:28:48.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052025-02-28T09:28:48.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33062025-02-28T09:28:48.444Z
33072025-02-28T09:28:48.444Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199)
33082025-02-28T09:28:49.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-02-28T09:28:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-02-28T09:28:49.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112025-02-28T09:28:49.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33122025-02-28T09:28:49.106Z
33132025-02-28T09:28:49.106Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199)
33142025-02-28T09:28:49.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-02-28T09:28:49.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-02-28T09:28:49.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172025-02-28T09:28:49.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33182025-02-28T09:28:49.778Z
33192025-02-28T09:28:49.778Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (151/199)
33202025-02-28T09:28:50.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-02-28T09:28:50.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-02-28T09:28:50.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232025-02-28T09:28:50.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33242025-02-28T09:28:50.452Z
33252025-02-28T09:28:50.452Zinfo: running `cargo check --bins` on nexus-test-interface (152/199)
33262025-02-28T09:28:51.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-02-28T09:28:51.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-02-28T09:28:51.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292025-02-28T09:28:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33302025-02-28T09:28:51.122Z
33312025-02-28T09:28:51.122Zinfo: running `cargo check --bins` on oximeter-collector (153/199)
33322025-02-28T09:28:51.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-02-28T09:28:51.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-02-28T09:28:51.945Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33352025-02-28T09:28:51.945Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33362025-02-28T09:28:52.796Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372025-02-28T09:28:54.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
33382025-02-28T09:28:54.841Z
33392025-02-28T09:28:54.841Zinfo: running `cargo check --bins` on oximeter-api (154/199)
33402025-02-28T09:28:55.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-02-28T09:28:55.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-02-28T09:28:55.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432025-02-28T09:28:55.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33442025-02-28T09:28:55.483Z
33452025-02-28T09:28:55.483Zinfo: running `cargo check --bins` on cert-dev (155/199)
33462025-02-28T09:28:56.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-02-28T09:28:56.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-02-28T09:28:56.114Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492025-02-28T09:28:56.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33502025-02-28T09:28:56.552Z
33512025-02-28T09:28:56.552Zinfo: running `cargo check --bins` on clickana (156/199)
33522025-02-28T09:28:57.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-02-28T09:28:57.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-02-28T09:28:57.212Z Checking itertools v0.13.0
33552025-02-28T09:28:57.212Z Checking castaway v0.2.3
33562025-02-28T09:28:57.212Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572025-02-28T09:28:57.212Z Checking lru v0.12.5
33582025-02-28T09:28:57.215Z Compiling instability v0.3.2
33592025-02-28T09:28:57.215Z Checking cassowary v0.3.0
33602025-02-28T09:28:57.215Z Compiling indoc v2.0.5
33612025-02-28T09:28:57.436Z Checking compact_str v0.8.0
33622025-02-28T09:28:58.927Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33632025-02-28T09:28:58.946Z Checking unicode-truncate v1.1.0
33642025-02-28T09:28:59.084Z Checking ratatui v0.29.0
33652025-02-28T09:29:00.879Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33662025-02-28T09:29:01.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33672025-02-28T09:29:01.866Z
33682025-02-28T09:29:01.867Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (157/199)
33692025-02-28T09:29:02.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-02-28T09:29:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-02-28T09:29:02.555Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33722025-02-28T09:29:02.555Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33732025-02-28T09:29:03.514Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33742025-02-28T09:29:03.956Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33752025-02-28T09:29:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
33762025-02-28T09:29:04.479Z
33772025-02-28T09:29:04.479Zinfo: running `cargo check --bins` on ch-dev (158/199)
33782025-02-28T09:29:05.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792025-02-28T09:29:05.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802025-02-28T09:29:05.154Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33812025-02-28T09:29:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33822025-02-28T09:29:06.040Z
33832025-02-28T09:29:06.040Zinfo: running `cargo check --bins` on crdb-seed (159/199)
33842025-02-28T09:29:06.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852025-02-28T09:29:06.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862025-02-28T09:29:06.706Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33872025-02-28T09:29:07.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33882025-02-28T09:29:07.236Z
33892025-02-28T09:29:07.236Zinfo: running `cargo check --bins` on db-dev (160/199)
33902025-02-28T09:29:07.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912025-02-28T09:29:07.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922025-02-28T09:29:07.907Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33932025-02-28T09:29:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33942025-02-28T09:29:08.810Z
33952025-02-28T09:29:08.810Zinfo: running `cargo check --bins` on omicron-dev-lib (161/199)
33962025-02-28T09:29:09.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-02-28T09:29:09.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-02-28T09:29:09.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992025-02-28T09:29:09.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34002025-02-28T09:29:09.469Z
34012025-02-28T09:29:09.469Zinfo: running `cargo check --bins` on xtask-downloader (162/199)
34022025-02-28T09:29:10.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-02-28T09:29:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-02-28T09:29:10.104Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34052025-02-28T09:29:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
34062025-02-28T09:29:11.083Z
34072025-02-28T09:29:11.083Zinfo: running `cargo check --bins` on omicron-ls-apis (163/199)
34082025-02-28T09:29:11.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-02-28T09:29:11.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-02-28T09:29:11.709Z Checking cargo-platform v0.1.8
34112025-02-28T09:29:11.978Z Checking cargo_metadata v0.19.1
34122025-02-28T09:29:12.909Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34132025-02-28T09:29:13.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
34142025-02-28T09:29:13.859Z
34152025-02-28T09:29:13.859Zinfo: running `cargo check --bins` on mgs-dev (164/199)
34162025-02-28T09:29:14.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172025-02-28T09:29:14.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182025-02-28T09:29:14.584Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34192025-02-28T09:29:15.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34202025-02-28T09:29:16.483Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34212025-02-28T09:29:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
34222025-02-28T09:29:17.200Z
34232025-02-28T09:29:17.200Zinfo: running `cargo check --bins` on omicron-omdb (165/199)
34242025-02-28T09:29:17.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252025-02-28T09:29:17.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262025-02-28T09:29:17.993Z Compiling crunchy v0.2.2
34272025-02-28T09:29:17.993Z Compiling tiny-keccak v2.0.2
34282025-02-28T09:29:17.993Z Compiling dsl_auto_type v0.1.2
34292025-02-28T09:29:17.995Z Checking scheduled-thread-pool v0.2.7
34302025-02-28T09:29:17.995Z Compiling diesel_table_macro_syntax v0.2.0
34312025-02-28T09:29:17.995Z Compiling ascii-canvas v3.0.0
34322025-02-28T09:29:17.995Z Compiling ena v0.14.3
34332025-02-28T09:29:18.114Z Compiling regex-syntax v0.6.29
34342025-02-28T09:29:18.305Z Checking r2d2 v0.8.10
34352025-02-28T09:29:18.457Z Compiling diff v0.1.13
34362025-02-28T09:29:18.476Z Compiling bindgen v0.71.1
34372025-02-28T09:29:18.556Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34382025-02-28T09:29:18.559Z Compiling ref-cast v1.0.23
34392025-02-28T09:29:18.637Z Compiling rustc-hash v2.1.1
34402025-02-28T09:29:18.829Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34412025-02-28T09:29:18.850Z Compiling derive_builder_core v0.20.2
34422025-02-28T09:29:18.939Z Compiling libxml v0.3.3
34432025-02-28T09:29:19.137Z Compiling ref-cast-impl v1.0.23
34442025-02-28T09:29:19.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34452025-02-28T09:29:19.385Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34462025-02-28T09:29:19.405Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34472025-02-28T09:29:19.444Z Compiling diesel_derives v2.2.3
34482025-02-28T09:29:19.631Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34492025-02-28T09:29:19.698Z Compiling strum_macros v0.24.3
34502025-02-28T09:29:20.025Z Compiling indoc v1.0.9
34512025-02-28T09:29:20.843Z Compiling derive_builder_macro v0.20.2
34522025-02-28T09:29:20.881Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34532025-02-28T09:29:21.207Z Compiling impl-trait-for-tuples v0.2.2
34542025-02-28T09:29:21.695Z Compiling lalrpop v0.19.12
34552025-02-28T09:29:21.796Z Checking derive_builder v0.20.2
34562025-02-28T09:29:21.948Z Compiling oso-derive v0.27.3
34572025-02-28T09:29:22.401Z Checking quick-xml v0.37.2
34582025-02-28T09:29:22.914Z Compiling diesel-dtrace v0.4.2
34592025-02-28T09:29:22.955Z Checking maplit v1.0.2
34602025-02-28T09:29:23.114Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34612025-02-28T09:29:23.283Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34622025-02-28T09:29:23.304Z Checking bb8 v0.8.5
34632025-02-28T09:29:23.621Z Checking io-lifetimes v1.0.11
34642025-02-28T09:29:23.788Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34652025-02-28T09:29:23.831Z Checking rustix v0.37.28
34662025-02-28T09:29:24.111Z Checking rand_seeder v0.3.0
34672025-02-28T09:29:24.378Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34682025-02-28T09:29:24.398Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34692025-02-28T09:29:24.580Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34702025-02-28T09:29:24.678Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34712025-02-28T09:29:24.832Z Checking terminal_size v0.2.6
34722025-02-28T09:29:25.011Z Checking smawk v0.3.2
34732025-02-28T09:29:25.040Z Checking unicode-linebreak v0.1.5
34742025-02-28T09:29:25.243Z Checking is_ci v1.2.0
34752025-02-28T09:29:25.400Z Checking supports-color v3.0.2
34762025-02-28T09:29:25.492Z Checking textwrap v0.16.1
34772025-02-28T09:29:25.641Z Checking multimap v0.10.0
34782025-02-28T09:29:26.572Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34792025-02-28T09:29:28.012Z Checking diesel v2.2.7
34802025-02-28T09:29:43.054Z Compiling samael v0.0.18
34812025-02-28T09:30:00.187Z Checking async-bb8-diesel v0.2.1
34822025-02-28T09:30:01.418Z Compiling polar-core v0.27.3
34832025-02-28T09:30:08.503Z Checking oso v0.27.3
34842025-02-28T09:31:08.668Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34852025-02-28T09:31:14.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34862025-02-28T09:31:15.188Z
34872025-02-28T09:31:15.189Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199)
34882025-02-28T09:31:15.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-02-28T09:31:15.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-02-28T09:31:15.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-02-28T09:31:15.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34922025-02-28T09:31:15.897Z
34932025-02-28T09:31:15.897Zinfo: running `cargo check --bins` on nexus-saga-recovery (167/199)
34942025-02-28T09:31:16.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-02-28T09:31:16.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-02-28T09:31:16.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-02-28T09:31:16.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34982025-02-28T09:31:16.599Z
34992025-02-28T09:31:16.599Zinfo: running `cargo check --bins` on nexus-test-utils-macros (168/199)
35002025-02-28T09:31:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-02-28T09:31:17.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-02-28T09:31:17.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-02-28T09:31:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35042025-02-28T09:31:17.241Z
35052025-02-28T09:31:17.241Zinfo: running `cargo check --bins` on omicron-nexus (169/199)
35062025-02-28T09:31:17.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-02-28T09:31:17.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-02-28T09:31:18.079Z Compiling libz-sys v1.1.20
35092025-02-28T09:31:18.082Z Compiling libgit2-sys v0.17.0+1.8.1
35102025-02-28T09:31:18.213Z Compiling vergen v8.3.2
35112025-02-28T09:31:18.224Z Compiling cargo-platform v0.1.8
35122025-02-28T09:31:18.225Z Compiling pin-project-internal v1.1.6
35132025-02-28T09:31:18.255Z Compiling snafu-derive v0.8.5
35142025-02-28T09:31:18.258Z Compiling rustls v0.21.12
35152025-02-28T09:31:18.258Z Compiling buf-list v1.0.3
35162025-02-28T09:31:18.584Z Compiling cargo_metadata v0.18.1
35172025-02-28T09:31:18.636Z Checking globset v0.4.15
35182025-02-28T09:31:18.677Z Checking olpc-cjson v0.1.4
35192025-02-28T09:31:18.896Z Checking sct v0.7.1
35202025-02-28T09:31:18.930Z Checking rustls-webpki v0.101.7
35212025-02-28T09:31:18.948Z Checking serde_plain v1.0.2
35222025-02-28T09:31:19.132Z Checking typed-path v0.9.3
35232025-02-28T09:31:19.187Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35242025-02-28T09:31:19.472Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35252025-02-28T09:31:19.498Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35262025-02-28T09:31:19.788Z Checking parse-size v1.1.0
35272025-02-28T09:31:19.917Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35282025-02-28T09:31:19.995Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35292025-02-28T09:31:20.827Z Checking pin-project v1.1.6
35302025-02-28T09:31:20.883Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35312025-02-28T09:31:20.973Z Checking rustls-pemfile v1.0.4
35322025-02-28T09:31:20.997Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35332025-02-28T09:31:21.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35342025-02-28T09:31:21.195Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35352025-02-28T09:31:21.315Z Checking twox-hash v2.1.0
35362025-02-28T09:31:21.511Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35372025-02-28T09:31:21.565Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35382025-02-28T09:31:21.889Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35392025-02-28T09:31:22.564Z Checking tokio-rustls v0.24.1
35402025-02-28T09:31:22.839Z Checking snafu v0.8.5
35412025-02-28T09:31:22.929Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35422025-02-28T09:31:23.285Z Checking tough v0.19.0
35432025-02-28T09:31:23.327Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35442025-02-28T09:31:23.371Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35452025-02-28T09:31:23.590Z Checking fatfs v0.3.6
35462025-02-28T09:31:23.613Z Checking assert_matches v1.5.0
35472025-02-28T09:31:27.307Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35482025-02-28T09:31:28.458Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35492025-02-28T09:31:29.630Z Compiling git2 v0.19.0
35502025-02-28T09:31:33.562Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35512025-02-28T09:32:30.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
35522025-02-28T09:32:30.497Z
35532025-02-28T09:32:30.497Zinfo: running `cargo check --bins` on nexus-external-api (170/199)
35542025-02-28T09:32:31.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-02-28T09:32:31.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-02-28T09:32:31.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572025-02-28T09:32:31.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35582025-02-28T09:32:31.201Z
35592025-02-28T09:32:31.201Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35602025-02-28T09:32:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612025-02-28T09:32:31.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622025-02-28T09:32:31.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632025-02-28T09:32:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35642025-02-28T09:32:31.871Z
35652025-02-28T09:32:31.871Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35662025-02-28T09:32:32.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672025-02-28T09:32:32.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682025-02-28T09:32:32.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692025-02-28T09:32:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35702025-02-28T09:32:32.554Z
35712025-02-28T09:32:32.554Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35722025-02-28T09:32:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732025-02-28T09:32:33.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742025-02-28T09:32:33.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752025-02-28T09:32:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35762025-02-28T09:32:33.249Z
35772025-02-28T09:32:33.249Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35782025-02-28T09:32:33.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-02-28T09:32:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-02-28T09:32:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812025-02-28T09:32:33.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35822025-02-28T09:32:33.948Z
35832025-02-28T09:32:33.948Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35842025-02-28T09:32:34.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-02-28T09:32:34.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-02-28T09:32:34.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-02-28T09:32:34.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35882025-02-28T09:32:34.642Z
35892025-02-28T09:32:34.642Zinfo: running `cargo check --bins` on update-common (176/199)
35902025-02-28T09:32:35.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-02-28T09:32:35.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-02-28T09:32:35.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932025-02-28T09:32:35.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35942025-02-28T09:32:35.318Z
35952025-02-28T09:32:35.318Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35962025-02-28T09:32:35.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-02-28T09:32:35.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-02-28T09:32:35.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992025-02-28T09:32:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36002025-02-28T09:32:35.997Z
36012025-02-28T09:32:35.997Zinfo: running `cargo check --bins` on tufaceous (178/199)
36022025-02-28T09:32:36.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-02-28T09:32:36.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-02-28T09:32:36.687Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36052025-02-28T09:32:36.969Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36062025-02-28T09:32:37.911Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36072025-02-28T09:32:38.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
36082025-02-28T09:32:38.864Z
36092025-02-28T09:32:38.864Zinfo: running `cargo check --bins` on omicron-dev (179/199)
36102025-02-28T09:32:39.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-02-28T09:32:39.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-02-28T09:32:39.725Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36132025-02-28T09:32:39.725Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36142025-02-28T09:32:39.867Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36152025-02-28T09:32:39.870Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36162025-02-28T09:32:40.847Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36172025-02-28T09:33:06.663Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36182025-02-28T09:33:06.663Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36192025-02-28T09:33:06.663Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36202025-02-28T09:33:06.668Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36212025-02-28T09:33:06.668Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36222025-02-28T09:33:06.668Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36232025-02-28T09:33:07.536Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36242025-02-28T09:33:08.699Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36252025-02-28T09:33:49.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
36262025-02-28T09:33:49.342Z
36272025-02-28T09:33:49.342Zinfo: running `cargo check --bins` on openapi-manager (180/199)
36282025-02-28T09:33:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-02-28T09:33:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-02-28T09:33:50.082Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36312025-02-28T09:33:50.082Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36322025-02-28T09:33:50.085Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36332025-02-28T09:33:50.214Z Compiling proc-macro-error-attr2 v2.0.0
36342025-02-28T09:33:50.225Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36352025-02-28T09:33:50.229Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36362025-02-28T09:33:50.253Z Checking papergrid v0.14.0
36372025-02-28T09:33:50.267Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36382025-02-28T09:33:50.455Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36392025-02-28T09:33:50.545Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36402025-02-28T09:33:50.822Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36412025-02-28T09:33:50.956Z Compiling proc-macro-error2 v2.0.1
36422025-02-28T09:33:51.794Z Compiling tabled_derive v0.10.0
36432025-02-28T09:33:51.877Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36442025-02-28T09:33:52.168Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36452025-02-28T09:33:52.197Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36462025-02-28T09:33:52.494Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36472025-02-28T09:33:53.024Z Checking heck v0.4.1
36482025-02-28T09:33:53.232Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492025-02-28T09:33:53.268Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36502025-02-28T09:33:53.512Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36512025-02-28T09:33:53.684Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36522025-02-28T09:33:54.253Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36532025-02-28T09:33:54.351Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36542025-02-28T09:33:54.430Z Checking tabled v0.18.0
36552025-02-28T09:33:54.616Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36562025-02-28T09:33:54.671Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36572025-02-28T09:33:54.713Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36582025-02-28T09:33:56.277Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592025-02-28T09:33:56.280Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36602025-02-28T09:33:59.203Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36612025-02-28T09:34:00.682Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36622025-02-28T09:34:05.262Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36632025-02-28T09:34:05.262Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36642025-02-28T09:34:06.473Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36652025-02-28T09:34:07.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.46s
36662025-02-28T09:34:08.030Z
36672025-02-28T09:34:08.030Zinfo: running `cargo check --bins` on installinator-api (181/199)
36682025-02-28T09:34:08.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-02-28T09:34:08.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-02-28T09:34:08.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-02-28T09:34:08.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36722025-02-28T09:34:08.700Z
36732025-02-28T09:34:08.701Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36742025-02-28T09:34:09.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-02-28T09:34:09.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-02-28T09:34:09.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772025-02-28T09:34:09.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36782025-02-28T09:34:09.379Z
36792025-02-28T09:34:09.379Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36802025-02-28T09:34:09.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812025-02-28T09:34:09.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822025-02-28T09:34:09.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832025-02-28T09:34:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36842025-02-28T09:34:10.026Z
36852025-02-28T09:34:10.026Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36862025-02-28T09:34:10.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-02-28T09:34:10.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-02-28T09:34:10.742Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36892025-02-28T09:34:10.742Z Compiling petname v2.0.2
36902025-02-28T09:34:10.742Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36912025-02-28T09:34:10.742Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36922025-02-28T09:34:10.745Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36932025-02-28T09:34:10.745Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36942025-02-28T09:34:10.855Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36952025-02-28T09:34:10.879Z Checking sync-ptr v0.1.1
36962025-02-28T09:34:15.711Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36972025-02-28T09:34:16.291Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36982025-02-28T09:34:17.456Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36992025-02-28T09:34:18.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
37002025-02-28T09:34:19.103Z
37012025-02-28T09:34:19.103Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
37022025-02-28T09:34:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-02-28T09:34:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-02-28T09:34:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-02-28T09:34:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
37062025-02-28T09:34:19.778Z
37072025-02-28T09:34:19.778Zinfo: running `cargo check --bins` on omicron-releng (186/199)
37082025-02-28T09:34:20.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-02-28T09:34:20.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-02-28T09:34:20.457Z Checking memmap2 v0.9.5
37112025-02-28T09:34:20.457Z Checking arrayref v0.3.9
37122025-02-28T09:34:20.457Z Checking arrayvec v0.7.6
37132025-02-28T09:34:20.460Z Checking constant_time_eq v0.3.1
37142025-02-28T09:34:20.460Z Checking topological-sort v0.2.2
37152025-02-28T09:34:20.460Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37162025-02-28T09:34:20.460Z Checking shell-words v1.1.0
37172025-02-28T09:34:20.835Z Checking blake3 v1.5.4
37182025-02-28T09:34:21.155Z Checking omicron-zone-package v0.12.0
37192025-02-28T09:34:22.226Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37202025-02-28T09:34:23.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
37212025-02-28T09:34:23.269Z
37222025-02-28T09:34:23.269Zinfo: running `cargo check --bins` on xtask (187/199)
37232025-02-28T09:34:23.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242025-02-28T09:34:23.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252025-02-28T09:34:23.717Z Checking bitflags v2.6.0
37262025-02-28T09:34:23.720Z Checking serde v1.0.218
37272025-02-28T09:34:23.720Z Checking thiserror v1.0.69
37282025-02-28T09:34:23.809Z Checking scroll v0.12.0
37292025-02-28T09:34:23.826Z Checking log v0.4.22
37302025-02-28T09:34:23.829Z Checking hashbrown v0.15.1
37312025-02-28T09:34:23.836Z Checking zerocopy v0.7.35
37322025-02-28T09:34:23.861Z Checking syn v2.0.98
37332025-02-28T09:34:23.920Z Checking pest v2.7.14
37342025-02-28T09:34:24.033Z Checking rustix v0.38.37
37352025-02-28T09:34:24.086Z Checking once_cell v1.20.3
37362025-02-28T09:34:24.249Z Checking goblin v0.8.2
37372025-02-28T09:34:24.395Z Checking thiserror v2.0.11
37382025-02-28T09:34:24.539Z Checking fs-err v2.11.0
37392025-02-28T09:34:24.762Z Checking indexmap v2.7.1
37402025-02-28T09:34:24.837Z Checking anyhow v1.0.96
37412025-02-28T09:34:24.961Z Checking tabled v0.15.0
37422025-02-28T09:34:25.788Z Checking terminal_size v0.4.0
37432025-02-28T09:34:25.788Z Checking tempfile v3.13.0
37442025-02-28T09:34:25.944Z Checking clap_builder v4.5.31
37452025-02-28T09:34:26.243Z Checking dtrace-parser v0.2.0
37462025-02-28T09:34:27.466Z Checking serde_json v1.0.139
37472025-02-28T09:34:27.466Z Checking toml_datetime v0.6.8
37482025-02-28T09:34:27.469Z Checking serde_spanned v0.6.8
37492025-02-28T09:34:27.469Z Checking camino v1.1.9
37502025-02-28T09:34:27.469Z Checking semver v1.0.25
37512025-02-28T09:34:27.719Z Checking cargo-platform v0.1.8
37522025-02-28T09:34:27.803Z Checking toml_edit v0.22.24
37532025-02-28T09:34:27.887Z Checking macaddr v1.0.1
37542025-02-28T09:34:28.027Z Checking camino-tempfile v1.1.1
37552025-02-28T09:34:28.436Z Checking clap v4.5.31
37562025-02-28T09:34:28.697Z Checking dof v0.3.0
37572025-02-28T09:34:28.697Z Checking cargo_metadata v0.19.1
37582025-02-28T09:34:29.076Z Checking usdt-impl v0.5.0
37592025-02-28T09:34:29.425Z Checking usdt v0.5.0
37602025-02-28T09:34:29.625Z Checking toml v0.8.20
37612025-02-28T09:34:30.044Z Checking cargo_toml v0.21.0
37622025-02-28T09:34:31.116Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37632025-02-28T09:34:31.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s
37642025-02-28T09:34:31.813Z
37652025-02-28T09:34:31.814Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37662025-02-28T09:34:32.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672025-02-28T09:34:32.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682025-02-28T09:34:32.583Z Checking polyval v0.6.2
37692025-02-28T09:34:32.701Z Checking ctr v0.9.2
37702025-02-28T09:34:32.712Z Checking ssh-encoding v0.2.0
37712025-02-28T09:34:32.715Z Checking blowfish v0.9.1
37722025-02-28T09:34:32.732Z Checking password-hash v0.4.2
37732025-02-28T09:34:32.747Z Checking p521 v0.13.3
37742025-02-28T09:34:32.747Z Checking p256 v0.13.2
37752025-02-28T09:34:32.775Z Checking russh-cryptovec v0.7.3
37762025-02-28T09:34:32.933Z Checking ghash v0.5.1
37772025-02-28T09:34:32.951Z Checking bcrypt-pbkdf v0.10.0
37782025-02-28T09:34:32.967Z Checking md5 v0.7.0
37792025-02-28T09:34:32.985Z Checking num-bigint v0.4.6
37802025-02-28T09:34:33.011Z Checking des v0.8.1
37812025-02-28T09:34:33.102Z Checking aes-gcm v0.10.3
37822025-02-28T09:34:33.121Z Checking pbkdf2 v0.11.0
37832025-02-28T09:34:33.190Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37842025-02-28T09:34:33.208Z Checking hex-literal v0.4.1
37852025-02-28T09:34:33.252Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37862025-02-28T09:34:33.280Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37872025-02-28T09:34:33.345Z Checking ssh-cipher v0.2.0
37882025-02-28T09:34:33.362Z Checking internet-checksum v0.2.1
37892025-02-28T09:34:33.624Z Checking ssh-key v0.6.6
37902025-02-28T09:34:33.812Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37912025-02-28T09:34:34.667Z Checking russh-keys v0.45.0
37922025-02-28T09:34:35.464Z Checking russh v0.45.0
37932025-02-28T09:34:52.469Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37942025-02-28T09:34:53.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.96s
37952025-02-28T09:34:53.987Z
37962025-02-28T09:34:53.987Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37972025-02-28T09:34:54.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982025-02-28T09:34:54.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992025-02-28T09:34:54.647Z Checking termios v0.3.3
38002025-02-28T09:34:54.866Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38012025-02-28T09:34:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
38022025-02-28T09:34:55.796Z
38032025-02-28T09:34:55.796Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
38042025-02-28T09:34:56.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-02-28T09:34:56.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-02-28T09:34:56.518Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38072025-02-28T09:34:56.519Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38082025-02-28T09:34:56.521Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38092025-02-28T09:34:56.521Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102025-02-28T09:34:57.496Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112025-02-28T09:34:58.656Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38122025-02-28T09:35:00.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
38132025-02-28T09:35:00.553Z
38142025-02-28T09:35:00.553Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
38152025-02-28T09:35:01.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162025-02-28T09:35:01.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172025-02-28T09:35:01.216Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38182025-02-28T09:35:01.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38192025-02-28T09:35:01.859Z
38202025-02-28T09:35:01.859Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
38212025-02-28T09:35:02.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222025-02-28T09:35:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232025-02-28T09:35:02.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242025-02-28T09:35:02.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38252025-02-28T09:35:02.494Z
38262025-02-28T09:35:02.494Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
38272025-02-28T09:35:03.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282025-02-28T09:35:03.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292025-02-28T09:35:03.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302025-02-28T09:35:03.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38312025-02-28T09:35:03.133Z
38322025-02-28T09:35:03.133Zinfo: running `cargo check --bins` on omicron-package (194/199)
38332025-02-28T09:35:03.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342025-02-28T09:35:03.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352025-02-28T09:35:03.813Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38362025-02-28T09:35:05.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
38372025-02-28T09:35:05.281Z
38382025-02-28T09:35:05.281Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38392025-02-28T09:35:05.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402025-02-28T09:35:05.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412025-02-28T09:35:06.015Z Checking rtoolbox v0.0.2
38422025-02-28T09:35:06.015Z Checking tui-tree-widget v0.23.0
38432025-02-28T09:35:06.017Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38442025-02-28T09:35:06.261Z Checking rpassword v7.3.1
38452025-02-28T09:35:10.626Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38462025-02-28T09:35:13.347Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38472025-02-28T09:35:14.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
38482025-02-28T09:35:14.640Z
38492025-02-28T09:35:14.640Zinfo: running `cargo check --bins` on wicket (196/199)
38502025-02-28T09:35:15.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-02-28T09:35:15.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-02-28T09:35:15.370Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38532025-02-28T09:35:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38542025-02-28T09:35:15.972Z
38552025-02-28T09:35:15.972Zinfo: running `cargo check --bins` on wicketd (197/199)
38562025-02-28T09:35:16.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-02-28T09:35:16.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-02-28T09:35:16.700Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38592025-02-28T09:35:16.700Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38602025-02-28T09:35:17.494Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38612025-02-28T09:35:21.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
38622025-02-28T09:35:21.378Z
38632025-02-28T09:35:21.378Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38642025-02-28T09:35:21.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652025-02-28T09:35:21.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662025-02-28T09:35:21.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672025-02-28T09:35:21.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38682025-02-28T09:35:22.007Z
38692025-02-28T09:35:22.007Zinfo: running `cargo check --bins` on zone-setup (199/199)
38702025-02-28T09:35:22.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712025-02-28T09:35:22.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722025-02-28T09:35:22.695Z Checking uzers v0.12.1
38732025-02-28T09:35:23.027Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38742025-02-28T09:35:23.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
38752025-02-28T09:35:24.139Z
38762025-02-28T09:35:24.139Zreal 13:28.982331326
38772025-02-28T09:35:24.139Zuser 27:21.093793438
38782025-02-28T09:35:24.139Zsys 4:13.826897594
38792025-02-28T09:35:24.139Ztrap 0.565283137
38802025-02-28T09:35:24.142Ztflt 0.539699902
38812025-02-28T09:35:24.142Zdflt 1.902357512
38822025-02-28T09:35:24.142Zkflt 0.001049489
38832025-02-28T09:35:24.142Zlock 46:00.685595444
38842025-02-28T09:35:24.142Zslp 2:10:44.580189116
38852025-02-28T09:35:24.142Zlat 1:08.130860642
38862025-02-28T09:35:24.142Zstop 3:48.022744838
38872025-02-28T09:35:24.142Zprocess exited: duration 1150222 ms, exit code 0
 
38882025-02-28T09:35:24.149Zfound 0 output files