01JN5PEBK01CWJW56NRV9W4FJW: 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: 01JN5PFDJ6EQ78HBZD3WJCBR8D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T07:29:32.743Zjob assigned to worker 01JN5QA4QXV511GVAD05BWF79P [factory aws, i-0ebdebb0fc0455ac2] (queued for 15 m 29 s)
 
22025-02-28T07:29:40.627Zstarting task 0: "setup"
32025-02-28T07:29:40.634Z++ uname -s
42025-02-28T07:29:40.638Z+ kern=SunOS
52025-02-28T07:29:40.638Z+ build_user=build
62025-02-28T07:29:40.638Z+ build_uid=12345
72025-02-28T07:29:40.638Z+ work_dir=/work
82025-02-28T07:29:40.638Z+ input_dir=/input
92025-02-28T07:29:40.638Z+ [[ 0 == 12345 ]]
102025-02-28T07:29:40.638Z+ case "$kern" in
112025-02-28T07:29:40.639Z+ groupadd -g 12345 build
122025-02-28T07:29:40.642Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T07:29:42.646Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T07:29:42.779Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T07:29:42.782Z+ home_fs=zfs
162025-02-28T07:29:42.782Z+ [[ zfs == autofs ]]
172025-02-28T07:29:42.782Z+ mkdir -p /home/build
182025-02-28T07:29:42.786Z+ chown build:build /home/build /work
192025-02-28T07:29:44.787Z+ chmod 0700 /home/build /work
202025-02-28T07:29:44.791Zprocess exited: duration 4162 ms, exit code 0
 
212025-02-28T07:29:44.798Zstarting task 1: "rust-toolchain"
222025-02-28T07:29:44.803Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T07:29:44.803Z * rust toolchain channel = "1.85.0"
242025-02-28T07:29:44.803Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-28T07:29:44.803Z * rust toolchain profile = "default"
262025-02-28T07:29:44.803Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T07:29:44.803Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T07:29:44.806Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T07:29:44.806Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T07:29:44.925Zinfo: downloading installer
312025-02-28T07:29:46.266Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T07:29:46.267Zwarning: /opt/ooce/bin
332025-02-28T07:29:46.267Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T07:29:46.267Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T07:29:46.267Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T07:29:46.267Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T07:29:46.267Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T07:29:46.267Zerror: cannot install while Rust is installed
392025-02-28T07:29:46.267Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T07:29:46.278Zinfo: profile set to 'default'
412025-02-28T07:29:46.278Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T07:29:46.281Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T07:29:46.421Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T07:29:46.421Zinfo: downloading component 'cargo'
452025-02-28T07:29:47.132Zinfo: downloading component 'clippy'
462025-02-28T07:29:47.406Zinfo: downloading component 'rust-docs'
472025-02-28T07:29:48.487Zinfo: downloading component 'rust-std'
482025-02-28T07:29:50.089Zinfo: downloading component 'rustc'
492025-02-28T07:29:55.567Zinfo: downloading component 'rustfmt'
502025-02-28T07:29:55.775Zinfo: installing component 'cargo'
512025-02-28T07:29:56.587Zinfo: installing component 'clippy'
522025-02-28T07:29:56.971Zinfo: installing component 'rust-docs'
532025-02-28T07:29:58.749Zinfo: installing component 'rust-std'
542025-02-28T07:30:00.603Zinfo: installing component 'rustc'
552025-02-28T07:30:06.476Zinfo: installing component 'rustfmt'
562025-02-28T07:30:06.815Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T07:30:06.815Z
582025-02-28T07:30:07.194Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T07:30:07.194Z
602025-02-28T07:30:07.197Z
612025-02-28T07:30:07.198ZRust is installed now. Great!
622025-02-28T07:30:07.198Z
632025-02-28T07:30:07.198ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T07:30:07.198Zenvironment variable. This has not been done automatically.
652025-02-28T07:30:07.198Z
662025-02-28T07:30:07.198ZTo configure your current shell, you need to source
672025-02-28T07:30:07.198Zthe corresponding env file under $HOME/.cargo.
682025-02-28T07:30:07.198Z
692025-02-28T07:30:07.198ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T07:30:07.198Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T07:30:07.198Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T07:30:07.272Z+ rustup --version
732025-02-28T07:30:07.277Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T07:30:07.277Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T07:30:07.363Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T07:30:07.366Z+ cargo --version
772025-02-28T07:30:07.420Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T07:30:07.423Z+ rustc --version
792025-02-28T07:30:07.488Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T07:30:07.491Zprocess exited: duration 22691 ms, exit code 0
 
812025-02-28T07:30:07.497Zstarting task 2: "authentication"
822025-02-28T07:30:07.518Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T07:30:07.525Zstarting task 3: "clone repository"
842025-02-28T07:30:07.530Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T07:30:07.533Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T07:30:07.651ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T07:30:15.666Z+ cd /work/oxidecomputer/omicron
882025-02-28T07:30:15.670Z+ git fetch origin 58de55e1b4f41bb160513f1d568213dcf6770a8f
892025-02-28T07:30:15.962ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T07:30:15.962Z * branch 58de55e1b4f41bb160513f1d568213dcf6770a8f -> FETCH_HEAD
912025-02-28T07:30:15.975Z+ [[ -n renovate/rand_seeder-0.x ]]
922025-02-28T07:30:15.980Z++ git branch --show-current
932025-02-28T07:30:15.982Z+ current=main
942025-02-28T07:30:15.983Z+ [[ main != renovate/rand_seeder-0.x ]]
952025-02-28T07:30:15.983Z+ git branch -f renovate/rand_seeder-0.x 58de55e1b4f41bb160513f1d568213dcf6770a8f
962025-02-28T07:30:15.985Z+ git checkout -f renovate/rand_seeder-0.x
972025-02-28T07:30:16.177ZSwitched to branch 'renovate/rand_seeder-0.x'
982025-02-28T07:30:16.180Z+ git reset --hard 58de55e1b4f41bb160513f1d568213dcf6770a8f
992025-02-28T07:30:16.195ZHEAD is now at 58de55e1b Update Rust crate rand_seeder to 0.4.0
1002025-02-28T07:30:16.198Zprocess exited: duration 8671 ms, exit code 0
 
1012025-02-28T07:30:16.206Zstarting task 4: "build"
1022025-02-28T07:30:16.211Z+ source .github/buildomat/ci-env.sh
1032025-02-28T07:30:16.211Z++ export CARGO_TERM_COLOR=always
1042025-02-28T07:30:16.211Z++ CARGO_TERM_COLOR=always
1052025-02-28T07:30:16.211Z+ cargo --version
1062025-02-28T07:30:16.262Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T07:30:16.265Z+ rustc --version
1082025-02-28T07:30:16.339Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T07:30:16.342Z+ source ./env.sh
1102025-02-28T07:30:16.342Z++ OLD_SHELL_OPTS=ehxB
1112025-02-28T07:30:16.342Z++ set -o xtrace
1122025-02-28T07:30:16.345Z++++ dirname ./env.sh
1132025-02-28T07:30:16.347Z+++ readlink -f .
1142025-02-28T07:30:16.350Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ 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-28T07:30:16.350Z++ case $OLD_SHELL_OPTS in
1242025-02-28T07:30:16.350Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-28T07:30:16.350Z+ 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-28T07:30:16.350Z+ 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-28T07:30:16.350Z+ banner prerequisites
1282025-02-28T07:30:16.353Z
1292025-02-28T07:30:16.353Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-28T07:30:16.353Z # # # # # # # # # # # # # # #
1312025-02-28T07:30:16.353Z # # # # ##### # # ##### # # # # # #### #
1322025-02-28T07:30:16.353Z ##### ##### # ##### # # # # # # # # #
1332025-02-28T07:30:16.353Z # # # # # # # # # # # # # # #
1342025-02-28T07:30:16.353Z # # # ###### # # ###### ### # #### # #### #
1352025-02-28T07:30:16.353Z
1362025-02-28T07:30:16.353Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-28T07:30:17.939Zpkg list: illegal option -- F
1382025-02-28T07:30:17.939ZUsage:
1392025-02-28T07:30:17.942Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-28T07:30:17.942Z [pkg_fmri_pattern ...]
1412025-02-28T07:30:18.807Zpkg list: illegal option -- F
1422025-02-28T07:30:18.807ZUsage:
1432025-02-28T07:30:18.807Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-28T07:30:18.807Z [pkg_fmri_pattern ...]
1452025-02-28T07:30:24.999Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-28T07:30:29.578Z Startup: Caching catalogs ... Done
1472025-02-28T07:30:42.699ZPlanning: Solver setup ... Done (12.202s)
1482025-02-28T07:30:42.852ZPlanning: Running solver ... Done (0.153s)
1492025-02-28T07:30:43.188ZPlanning: Finding local manifests ... Done (0.221s)
1502025-02-28T07:30:43.201ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-28T07:30:43.530ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-28T07:30:44.117ZPlanning: Package planning ... Done (0.587s)
1532025-02-28T07:30:44.175ZPlanning: Merging actions ... Done (0.058s)
1542025-02-28T07:30:44.828ZPlanning: Checking for conflicting actions ... Done (0.653s)
1552025-02-28T07:30:49.780ZPlanning: Consolidating action changes ... Done (4.952s)
1562025-02-28T07:30:50.192ZPlanning: Evaluating mediators ... Done (0.411s)
1572025-02-28T07:30:50.275ZPlanning: Planning completed in 20.62 seconds
1582025-02-28T07:30:50.291Z Packages to install: 4
1592025-02-28T07:30:50.291Z Packages to update: 3
1602025-02-28T07:30:50.295Z Mediators to change: 2
1612025-02-28T07:30:50.295Z Services to change: 1
1622025-02-28T07:30:50.295Z Estimated space available: 155.61 GB
1632025-02-28T07:30:50.295ZEstimated space to be consumed: 1.66 GB
1642025-02-28T07:30:50.295Z Create boot environment: No
1652025-02-28T07:30:50.295ZCreate backup boot environment: Yes
1662025-02-28T07:30:50.295Z Rebuild boot archive: No
1672025-02-28T07:30:50.295Z
1682025-02-28T07:30:50.295ZChanged mediators:
1692025-02-28T07:30:50.295Z mediator clang:
1702025-02-28T07:30:50.296Z version: None -> 15 (system default)
1712025-02-28T07:30:50.296Z
1722025-02-28T07:30:50.296Z mediator llvm:
1732025-02-28T07:30:50.296Z version: 14 (system default) -> 15 (system default)
1742025-02-28T07:30:50.296Z
1752025-02-28T07:30:50.296ZChanged packages:
1762025-02-28T07:30:50.296Zhelios-dev
1772025-02-28T07:30:50.296Z developer/build-essential
1782025-02-28T07:30:50.296Z None -> 11-2.0
1792025-02-28T07:30:50.296Z library/libxmlsec1
1802025-02-28T07:30:50.296Z None -> 1.2.35-2.0
1812025-02-28T07:30:50.296Z ooce/developer/clang-15
1822025-02-28T07:30:50.296Z None -> 15.0.7-2.0
1832025-02-28T07:30:50.296Z ooce/developer/llvm-15
1842025-02-28T07:30:50.297Z None -> 15.0.7-2.0
1852025-02-28T07:30:50.297Z package/pkg
1862025-02-28T07:30:50.297Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-28T07:30:50.297Z system/library/g++-runtime
1882025-02-28T07:30:50.297Z 13-2.0 -> 14-2.0
1892025-02-28T07:30:50.297Z system/library/gcc-runtime
1902025-02-28T07:30:50.297Z 13-2.0 -> 14-2.0
1912025-02-28T07:30:50.297Z
1922025-02-28T07:30:50.297ZServices:
1932025-02-28T07:30:50.297Z restart_fmri:
1942025-02-28T07:30:50.297Z svc:/system/update-man-index:default
1952025-02-28T07:30:50.297Z
1962025-02-28T07:30:50.297ZEditable files to change:
1972025-02-28T07:30:50.297Z Update:
1982025-02-28T07:30:50.297Z usr/share/lib/pkg/web/config.shtml
1992025-02-28T07:30:50.580Z
2002025-02-28T07:30:50.580ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-28T07:30:55.582ZDownload: 1316/4301 items 109.3/225.4MB 48% complete (22.2M/s)
2022025-02-28T07:31:01.196ZDownload: 2224/4301 items 119.1/225.4MB 52% complete (14.1M/s)
2032025-02-28T07:31:06.197ZDownload: 3144/4301 items 146.0/225.4MB 64% complete (3.0M/s)
2042025-02-28T07:31:11.197ZDownload: 3566/4301 items 214.6/225.4MB 95% complete (9.6M/s)
2052025-02-28T07:31:13.835ZDownload: Completed 225.42 MB in 23.25 seconds (9.7M/s)
2062025-02-28T07:31:15.869Z Actions: 1/5122 actions (Removing old actions)
2072025-02-28T07:31:15.887Z Actions: 194/5122 actions (Installing new actions)
2082025-02-28T07:31:20.636Z Actions: 4267/5122 actions (Updating modified actions)
2092025-02-28T07:31:20.985Z Actions: Completed 5122 actions in 5.12 seconds.
2102025-02-28T07:31:21.405Z Done (0.411s)
2112025-02-28T07:31:21.408Z Done (0.001s)
2122025-02-28T07:31:22.017Z Done (0.609s)
2132025-02-28T07:31:27.915Z Done (5.651s)
2142025-02-28T07:31:28.144Z Done (0.160s)
2152025-02-28T07:31:28.147Z Done (0.000s)
2162025-02-28T07:31:28.330Z Done (0.000s)
2172025-02-28T07:31:29.054ZPlanning: Evaluating mediator changes ... Done
2182025-02-28T07:31:29.217ZPlanning: Checking for conflicting actions ... Done
2192025-02-28T07:31:29.220ZPlanning: Consolidating action changes ... Done
2202025-02-28T07:31:29.494ZPlanning: Evaluating mediators ... Done
2212025-02-28T07:31:29.497ZPlanning: Planning completed in 0.44 seconds
2222025-02-28T07:31:29.534Z Mediators to change: 2
2232025-02-28T07:31:29.534Z Create boot environment: No
2242025-02-28T07:31:29.537ZCreate backup boot environment: No
2252025-02-28T07:31:29.625Z Done
2262025-02-28T07:31:29.625Z Done
2272025-02-28T07:31:30.080Z Done
2282025-02-28T07:31:33.764Z Done
2292025-02-28T07:31:33.857Z Done
2302025-02-28T07:31:33.862Z Done
2312025-02-28T07:31:33.991Z Done
2322025-02-28T07:31:34.969ZPlanning: Evaluating mediator changes ... Done
2332025-02-28T07:31:34.976ZPlanning: Merging actions ... Done
2342025-02-28T07:31:34.976ZPlanning: Checking for conflicting actions ... Done
2352025-02-28T07:31:34.976ZPlanning: Consolidating action changes ... Done
2362025-02-28T07:31:35.075ZPlanning: Evaluating mediators ... Done
2372025-02-28T07:31:35.130ZPlanning: Planning completed in 0.77 seconds
2382025-02-28T07:31:35.170Z Packages to change: 1
2392025-02-28T07:31:35.170Z Mediators to change: 1
2402025-02-28T07:31:35.172Z Services to change: 1
2412025-02-28T07:31:35.172Z Create boot environment: No
2422025-02-28T07:31:35.173ZCreate backup boot environment: Yes
2432025-02-28T07:31:37.533Z Actions: 1/6 actions (Updating modified actions)
2442025-02-28T07:31:37.538Z Actions: Completed 6 actions in 0.00 seconds.
2452025-02-28T07:31:37.538Z Done
2462025-02-28T07:31:37.538Z Done
2472025-02-28T07:31:37.661Z Done
2482025-02-28T07:31:41.561Z Done
2492025-02-28T07:31:41.654Z Done
2502025-02-28T07:31:41.656Z Done
2512025-02-28T07:31:41.787Z Done
2522025-02-28T07:31:42.223ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-02-28T07:31:42.223Zclang system 15 system
2542025-02-28T07:31:42.223Zcsh system system illumos
2552025-02-28T07:31:42.223Zctags system system illumos
2562025-02-28T07:31:42.223Zgcc vendor 12 vendor
2572025-02-28T07:31:42.223Zgcc system 10 system
2582025-02-28T07:31:42.224Zgcc system 7 system
2592025-02-28T07:31:42.224Zgo system 1.20 system
2602025-02-28T07:31:42.224Zgo system 1.19 system
2612025-02-28T07:31:42.224Zllvm system 15 system
2622025-02-28T07:31:42.224Zllvm system 14 system
2632025-02-28T07:31:42.224Zmariadb system 10.6 system
2642025-02-28T07:31:42.224Zmta vendor vendor dma
2652025-02-28T07:31:42.224Zopenjdk system 17 system
2662025-02-28T07:31:42.224Zopenjdk system 11 system
2672025-02-28T07:31:42.224Zopenjdk system 1.8 system
2682025-02-28T07:31:42.224Zopenssl vendor 3 vendor
2692025-02-28T07:31:42.224Zperl system 5.36 system
2702025-02-28T07:31:42.224Zpostgresql system 15 system
2712025-02-28T07:31:42.224Zpostgresql system 13 system
2722025-02-28T07:31:42.224Zpython vendor 3 vendor
2732025-02-28T07:31:42.224Zpython system 2 system
2742025-02-28T07:31:42.224Zpython3 system 3.11 system
2752025-02-28T07:31:42.224Zruby system 3.0 system
2762025-02-28T07:31:42.224Zwords vendor vendor american-english
2772025-02-28T07:31:42.224Zwords system system australian-english
2782025-02-28T07:31:42.225Zwords system system british-english
2792025-02-28T07:31:42.225Zwords system system canadian-english
2802025-02-28T07:31:42.225Zwords system system french
2812025-02-28T07:31:42.225Zwords system system italian
2822025-02-28T07:31:42.225Zwords system system ngerman
2832025-02-28T07:31:42.225Zwords system system ogerman
2842025-02-28T07:31:42.225Zwords system system spanish
2852025-02-28T07:31:42.567ZPUBLISHER TYPE STATUS P LOCATION
2862025-02-28T07:31:42.567Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-02-28T07:31:45.615ZFMRI IFO
2882025-02-28T07:31:45.615Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-02-28T07:31:45.615Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-02-28T07:31:45.615Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-02-28T07:31:45.615Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-02-28T07:31:45.615Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-02-28T07:31:45.615Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-02-28T07:31:45.615Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-02-28T07:31:45.615Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-02-28T07:31:45.615Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-02-28T07:31:45.615Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-02-28T07:31:45.615Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-02-28T07:31:45.615Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-02-28T07:31:45.615Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-02-28T07:31:45.615Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-02-28T07:31:45.616Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-02-28T07:31:46.405Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-02-28T07:31:46.710Z Updating crates.io index
3052025-02-28T07:31:46.771Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-02-28T07:31:47.334Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-02-28T07:31:47.626Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-02-28T07:31:47.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-02-28T07:31:48.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-02-28T07:31:50.749Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-02-28T07:31:51.417Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-02-28T07:31:52.192Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-02-28T07:31:52.480Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-02-28T07:31:52.734Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-02-28T07:31:53.570Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-02-28T07:31:54.136Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172025-02-28T07:31:54.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-02-28T07:31:54.917Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-02-28T07:31:55.236Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-02-28T07:31:55.515Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-02-28T07:31:56.164Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-02-28T07:31:56.400Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-02-28T07:31:56.663Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-02-28T07:31:57.003Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-02-28T07:31:57.272Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-02-28T07:31:57.581Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-02-28T07:31:57.896Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-02-28T07:31:58.186Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-02-28T07:31:58.744Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-02-28T07:31:59.016Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-02-28T07:31:59.410Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-02-28T07:31:59.808Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-02-28T07:32:00.099Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-02-28T07:32:00.380Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-02-28T07:32:00.658Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-02-28T07:32:01.969Z Downloading crates ...
3372025-02-28T07:32:02.038Z Downloaded bitflags v1.3.2
3382025-02-28T07:32:02.042Z Downloaded byteorder v1.5.0
3392025-02-28T07:32:02.045Z Downloaded block-buffer v0.10.4
3402025-02-28T07:32:02.047Z Downloaded bytecount v0.6.8
3412025-02-28T07:32:02.050Z Downloaded anstream v0.6.15
3422025-02-28T07:32:02.052Z Downloaded zerocopy-derive v0.7.35
3432025-02-28T07:32:02.055Z Downloaded bitflags v2.6.0
3442025-02-28T07:32:02.058Z Downloaded scroll_derive v0.12.0
3452025-02-28T07:32:02.060Z Downloaded pretty-hex v0.4.1
3462025-02-28T07:32:02.061Z Downloaded anstyle-query v1.1.1
3472025-02-28T07:32:02.064Z Downloaded equivalent v1.0.1
3482025-02-28T07:32:02.071Z Downloaded zerocopy v0.7.35
3492025-02-28T07:32:02.086Z Downloaded winnow v0.7.3
3502025-02-28T07:32:02.095Z Downloaded usdt-macro v0.5.0
3512025-02-28T07:32:02.097Z Downloaded anstyle v1.0.10
3522025-02-28T07:32:02.097Z Downloaded usdt-attr-macro v0.5.0
3532025-02-28T07:32:02.097Z Downloaded swrite v0.1.0
3542025-02-28T07:32:02.100Z Downloaded proc-macro-error-attr v1.0.4
3552025-02-28T07:32:02.100Z Downloaded dtrace-parser v0.2.0
3562025-02-28T07:32:02.103Z Downloaded colorchoice v1.0.2
3572025-02-28T07:32:02.112Z Downloaded clap_lex v0.7.4
3582025-02-28T07:32:02.112Z Downloaded thiserror v1.0.69
3592025-02-28T07:32:02.114Z Downloaded dof v0.3.0
3602025-02-28T07:32:02.114Z Downloaded thiserror-impl v1.0.69
3612025-02-28T07:32:02.119Z Downloaded memmap v0.7.0
3622025-02-28T07:32:02.121Z Downloaded thread-id v4.2.2
3632025-02-28T07:32:02.122Z Downloaded thiserror-impl v2.0.11
3642025-02-28T07:32:02.124Z Downloaded terminal_size v0.4.0
3652025-02-28T07:32:02.124Z Downloaded terminal_size v0.2.6
3662025-02-28T07:32:02.127Z Downloaded serde_tokenstream v0.2.2
3672025-02-28T07:32:02.127Z Downloaded serde_spanned v0.6.8
3682025-02-28T07:32:02.129Z Downloaded itoa v1.0.11
3692025-02-28T07:32:02.129Z Downloaded strsim v0.11.1
3702025-02-28T07:32:02.132Z Downloaded autocfg v1.4.0
3712025-02-28T07:32:02.132Z Downloaded fnv v1.0.7
3722025-02-28T07:32:02.135Z Downloaded cargo-platform v0.1.8
3732025-02-28T07:32:02.135Z Downloaded fs-err v2.11.0
3742025-02-28T07:32:02.137Z Downloaded crypto-common v0.1.6
3752025-02-28T07:32:02.137Z Downloaded is_terminal_polyfill v1.70.1
3762025-02-28T07:32:02.137Z Downloaded version_check v0.9.5
3772025-02-28T07:32:02.140Z Downloaded utf8parse v0.2.2
3782025-02-28T07:32:02.140Z Downloaded pest_generator v2.7.14
3792025-02-28T07:32:02.140Z Downloaded macaddr v1.0.1
3802025-02-28T07:32:02.142Z Downloaded toml_datetime v0.6.8
3812025-02-28T07:32:02.142Z Downloaded generic-array v0.14.7
3822025-02-28T07:32:02.146Z Downloaded errno v0.3.9
3832025-02-28T07:32:02.146Z Downloaded cfg-if v1.0.0
3842025-02-28T07:32:02.149Z Downloaded usdt v0.5.0
3852025-02-28T07:32:02.149Z Downloaded cpufeatures v0.2.14
3862025-02-28T07:32:02.149Z Downloaded tabled_derive v0.7.0
3872025-02-28T07:32:02.154Z Downloaded unicode-linebreak v0.1.5
3882025-02-28T07:32:02.156Z Downloaded camino-tempfile v1.1.1
3892025-02-28T07:32:02.156Z Downloaded camino v1.1.9
3902025-02-28T07:32:02.159Z Downloaded anstyle-parse v0.2.5
3912025-02-28T07:32:02.162Z Downloaded smawk v0.3.2
3922025-02-28T07:32:02.162Z Downloaded scroll v0.12.0
3932025-02-28T07:32:02.165Z Downloaded heck v0.4.1
3942025-02-28T07:32:02.165Z Downloaded pest_derive v2.7.14
3952025-02-28T07:32:02.171Z Downloaded semver v1.0.25
3962025-02-28T07:32:02.173Z Downloaded io-lifetimes v1.0.11
3972025-02-28T07:32:02.176Z Downloaded heck v0.5.0
3982025-02-28T07:32:02.180Z Downloaded plain v0.2.3
3992025-02-28T07:32:02.182Z Downloaded clap_derive v4.5.28
4002025-02-28T07:32:02.188Z Downloaded fastrand v2.1.1
4012025-02-28T07:32:02.190Z Downloaded quote v1.0.38
4022025-02-28T07:32:02.193Z Downloaded proc-macro-error v1.0.4
4032025-02-28T07:32:02.195Z Downloaded once_cell v1.20.3
4042025-02-28T07:32:02.198Z Downloaded digest v0.10.7
4052025-02-28T07:32:02.200Z Downloaded usdt-impl v0.5.0
4062025-02-28T07:32:02.200Z Downloaded cargo_metadata v0.19.1
4072025-02-28T07:32:02.203Z Downloaded tempfile v3.13.0
4082025-02-28T07:32:02.205Z Downloaded sha2 v0.10.8
4092025-02-28T07:32:02.205Z Downloaded proc-macro2 v1.0.93
4102025-02-28T07:32:02.208Z Downloaded unicode-ident v1.0.14
4112025-02-28T07:32:02.211Z Downloaded textwrap v0.16.1
4122025-02-28T07:32:02.214Z Downloaded ryu v1.0.18
4132025-02-28T07:32:02.216Z Downloaded typenum v1.17.0
4142025-02-28T07:32:02.220Z Downloaded thiserror v2.0.11
4152025-02-28T07:32:02.222Z Downloaded toml v0.8.20
4162025-02-28T07:32:02.225Z Downloaded ucd-trie v0.1.7
4172025-02-28T07:32:02.229Z Downloaded anyhow v1.0.96
4182025-02-28T07:32:02.231Z Downloaded serde_derive v1.0.218
4192025-02-28T07:32:02.235Z Downloaded papergrid v0.11.0
4202025-02-28T07:32:02.240Z Downloaded log v0.4.22
4212025-02-28T07:32:02.242Z Downloaded clap v4.5.31
4222025-02-28T07:32:02.247Z Downloaded pest_meta v2.7.14
4232025-02-28T07:32:02.249Z Downloaded cargo_toml v0.21.0
4242025-02-28T07:32:02.252Z Downloaded indexmap v2.7.1
4252025-02-28T07:32:02.262Z Downloaded serde v1.0.218
4262025-02-28T07:32:02.265Z Downloaded memchr v2.7.4
4272025-02-28T07:32:02.282Z Downloaded toml_edit v0.22.24
4282025-02-28T07:32:02.302Z Downloaded pest v2.7.14
4292025-02-28T07:32:02.310Z Downloaded hashbrown v0.15.1
4302025-02-28T07:32:02.315Z Downloaded serde_json v1.0.139
4312025-02-28T07:32:02.329Z Downloaded clap_builder v4.5.31
4322025-02-28T07:32:02.337Z Downloaded goblin v0.8.2
4332025-02-28T07:32:02.346Z Downloaded tabled v0.15.0
4342025-02-28T07:32:02.360Z Downloaded syn v1.0.109
4352025-02-28T07:32:02.381Z Downloaded unicode-width v0.1.14
4362025-02-28T07:32:02.390Z Downloaded syn v2.0.98
4372025-02-28T07:32:02.398Z Downloaded rustix v0.37.28
4382025-02-28T07:32:02.415Z Downloaded rustix v0.38.37
4392025-02-28T07:32:02.452Z Downloaded libc v0.2.170
4402025-02-28T07:32:02.740Z Compiling proc-macro2 v1.0.93
4412025-02-28T07:32:02.740Z Compiling unicode-ident v1.0.14
4422025-02-28T07:32:02.743Z Compiling serde v1.0.218
4432025-02-28T07:32:02.743Z Compiling version_check v0.9.5
4442025-02-28T07:32:02.743Z Compiling libc v0.2.170
4452025-02-28T07:32:02.743Z Compiling memchr v2.7.4
4462025-02-28T07:32:02.775Z Compiling thiserror v1.0.69
4472025-02-28T07:32:02.778Z Compiling ucd-trie v0.1.7
4482025-02-28T07:32:03.015Z Compiling ryu v1.0.18
4492025-02-28T07:32:03.326Z Compiling itoa v1.0.11
4502025-02-28T07:32:03.369Z Compiling once_cell v1.20.3
4512025-02-28T07:32:03.536Z Compiling byteorder v1.5.0
4522025-02-28T07:32:03.735Z Compiling rustix v0.38.37
4532025-02-28T07:32:03.941Z Compiling serde_json v1.0.139
4542025-02-28T07:32:03.987Z Compiling bitflags v2.6.0
4552025-02-28T07:32:04.223Z Compiling usdt-impl v0.5.0
4562025-02-28T07:32:04.339Z Compiling proc-macro-error-attr v1.0.4
4572025-02-28T07:32:04.362Z Compiling io-lifetimes v1.0.11
4582025-02-28T07:32:04.402Z Compiling syn v1.0.109
4592025-02-28T07:32:04.553Z Compiling proc-macro-error v1.0.4
4602025-02-28T07:32:04.714Z Compiling equivalent v1.0.1
4612025-02-28T07:32:04.756Z Compiling quote v1.0.38
4622025-02-28T07:32:04.847Z Compiling errno v0.3.9
4632025-02-28T07:32:04.872Z Compiling plain v0.2.3
4642025-02-28T07:32:05.000Z Compiling utf8parse v0.2.2
4652025-02-28T07:32:05.053Z Compiling camino v1.1.9
4662025-02-28T07:32:05.077Z Compiling log v0.4.22
4672025-02-28T07:32:05.174Z Compiling syn v2.0.98
4682025-02-28T07:32:05.198Z Compiling thread-id v4.2.2
4692025-02-28T07:32:05.330Z Compiling hashbrown v0.15.1
4702025-02-28T07:32:05.354Z Compiling rustix v0.37.28
4712025-02-28T07:32:05.403Z Compiling anstyle-parse v0.2.5
4722025-02-28T07:32:05.895Z Compiling is_terminal_polyfill v1.70.1
4732025-02-28T07:32:06.035Z Compiling autocfg v1.4.0
4742025-02-28T07:32:06.101Z Compiling winnow v0.7.3
4752025-02-28T07:32:06.124Z Compiling anstyle v1.0.10
4762025-02-28T07:32:06.217Z Compiling thiserror v2.0.11
4772025-02-28T07:32:06.467Z Compiling indexmap v2.7.1
4782025-02-28T07:32:06.579Z Compiling colorchoice v1.0.2
4792025-02-28T07:32:06.836Z Compiling bitflags v1.3.2
4802025-02-28T07:32:06.860Z Compiling unicode-width v0.1.14
4812025-02-28T07:32:06.960Z Compiling semver v1.0.25
4822025-02-28T07:32:07.026Z Compiling pretty-hex v0.4.1
4832025-02-28T07:32:07.256Z Compiling anstyle-query v1.1.1
4842025-02-28T07:32:07.400Z Compiling anstream v0.6.15
4852025-02-28T07:32:07.422Z Compiling terminal_size v0.4.0
4862025-02-28T07:32:07.584Z Compiling fs-err v2.11.0
4872025-02-28T07:32:08.016Z Compiling bytecount v0.6.8
4882025-02-28T07:32:08.041Z Compiling clap_lex v0.7.4
4892025-02-28T07:32:08.065Z Compiling strsim v0.11.1
4902025-02-28T07:32:08.089Z Compiling heck v0.4.1
4912025-02-28T07:32:08.232Z Compiling heck v0.5.0
4922025-02-28T07:32:08.519Z Compiling cfg-if v1.0.0
4932025-02-28T07:32:08.625Z Compiling fnv v1.0.7
4942025-02-28T07:32:08.694Z Compiling anyhow v1.0.96
4952025-02-28T07:32:08.777Z Compiling fastrand v2.1.1
4962025-02-28T07:32:08.924Z Compiling papergrid v0.11.0
4972025-02-28T07:32:09.079Z Compiling terminal_size v0.2.6
4982025-02-28T07:32:09.189Z Compiling tempfile v3.13.0
4992025-02-28T07:32:09.267Z Compiling clap_builder v4.5.31
5002025-02-28T07:32:09.449Z Compiling memmap v0.7.0
5012025-02-28T07:32:09.592Z Compiling unicode-linebreak v0.1.5
5022025-02-28T07:32:09.707Z Compiling smawk v0.3.2
5032025-02-28T07:32:09.931Z Compiling swrite v0.1.0
5042025-02-28T07:32:10.072Z Compiling textwrap v0.16.1
5052025-02-28T07:32:10.546Z Compiling tabled_derive v0.7.0
5062025-02-28T07:32:12.139Z Compiling tabled v0.15.0
5072025-02-28T07:32:12.208Z Compiling serde_derive v1.0.218
5082025-02-28T07:32:12.208Z Compiling thiserror-impl v1.0.69
5092025-02-28T07:32:12.211Z Compiling zerocopy-derive v0.7.35
5102025-02-28T07:32:12.211Z Compiling scroll_derive v0.12.0
5112025-02-28T07:32:12.211Z Compiling thiserror-impl v2.0.11
5122025-02-28T07:32:12.211Z Compiling clap_derive v4.5.28
5132025-02-28T07:32:13.655Z Compiling scroll v0.12.0
5142025-02-28T07:32:14.210Z Compiling zerocopy v0.7.35
5152025-02-28T07:32:14.235Z Compiling goblin v0.8.2
5162025-02-28T07:32:15.362Z Compiling pest v2.7.14
5172025-02-28T07:32:16.620Z Compiling clap v4.5.31
5182025-02-28T07:32:17.638Z Compiling pest_meta v2.7.14
5192025-02-28T07:32:18.503Z Compiling pest_generator v2.7.14
5202025-02-28T07:32:19.902Z Compiling pest_derive v2.7.14
5212025-02-28T07:32:20.484Z Compiling dtrace-parser v0.2.0
5222025-02-28T07:32:21.259Z Compiling serde_tokenstream v0.2.2
5232025-02-28T07:32:21.479Z Compiling toml_datetime v0.6.8
5242025-02-28T07:32:21.479Z Compiling serde_spanned v0.6.8
5252025-02-28T07:32:21.780Z Compiling cargo-platform v0.1.8
5262025-02-28T07:32:21.808Z Compiling macaddr v1.0.1
5272025-02-28T07:32:21.858Z Compiling toml_edit v0.22.24
5282025-02-28T07:32:22.526Z Compiling camino-tempfile v1.1.1
5292025-02-28T07:32:22.675Z Compiling dof v0.3.0
5302025-02-28T07:32:22.991Z Compiling cargo_metadata v0.19.1
5312025-02-28T07:32:24.021Z Compiling usdt-macro v0.5.0
5322025-02-28T07:32:24.024Z Compiling usdt-attr-macro v0.5.0
5332025-02-28T07:32:24.613Z Compiling toml v0.8.20
5342025-02-28T07:32:25.077Z Compiling usdt v0.5.0
5352025-02-28T07:32:25.452Z Compiling cargo_toml v0.21.0
5362025-02-28T07:32:28.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5372025-02-28T07:32:31.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.97s
5382025-02-28T07:32:31.407Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5392025-02-28T07:32:32.001Z Downloading crates ...
5402025-02-28T07:32:32.123Z Downloaded addr2line v0.24.2
5412025-02-28T07:32:32.134Z Downloaded ascii-canvas v3.0.0
5422025-02-28T07:32:32.140Z Downloaded async-stream-impl v0.3.6
5432025-02-28T07:32:32.149Z Downloaded cfg_aliases v0.1.1
5442025-02-28T07:32:32.152Z Downloaded cfg_aliases v0.2.1
5452025-02-28T07:32:32.160Z Downloaded atomicwrites v0.4.4
5462025-02-28T07:32:32.168Z Downloaded ciborium-io v0.2.2
5472025-02-28T07:32:32.171Z Downloaded crunchy v0.2.2
5482025-02-28T07:32:32.171Z Downloaded crucible-workspace-hack v0.1.0
5492025-02-28T07:32:32.175Z Downloaded cstr-argument v0.1.2
5502025-02-28T07:32:32.178Z Downloaded home v0.5.9
5512025-02-28T07:32:32.181Z Downloaded hostname v0.3.1
5522025-02-28T07:32:32.183Z Downloaded hostname v0.4.0
5532025-02-28T07:32:32.186Z Downloaded async-recursion v1.1.1
5542025-02-28T07:32:32.189Z Downloaded assert_matches v1.5.0
5552025-02-28T07:32:32.189Z Downloaded highway v1.3.0
5562025-02-28T07:32:32.192Z Downloaded arrayref v0.3.9
5572025-02-28T07:32:32.194Z Downloaded hmac v0.12.1
5582025-02-28T07:32:32.194Z Downloaded atty v0.2.14
5592025-02-28T07:32:32.197Z Downloaded async-stream v0.3.6
5602025-02-28T07:32:32.197Z Downloaded hickory-client v0.24.4
5612025-02-28T07:32:32.200Z Downloaded array-init v0.0.4
5622025-02-28T07:32:32.203Z Downloaded ctr v0.9.2
5632025-02-28T07:32:32.207Z Downloaded cbc v0.1.2
5642025-02-28T07:32:32.207Z Downloaded hickory-resolver v0.24.4
5652025-02-28T07:32:32.210Z Downloaded http v1.2.0
5662025-02-28T07:32:32.214Z Downloaded http-body-util v0.1.2
5672025-02-28T07:32:32.216Z Downloaded hkdf v0.12.4
5682025-02-28T07:32:32.219Z Downloaded http-range v0.1.5
5692025-02-28T07:32:32.222Z Downloaded crc-catalog v2.4.0
5702025-02-28T07:32:32.222Z Downloaded crossbeam-deque v0.8.5
5712025-02-28T07:32:32.224Z Downloaded httparse v1.9.5
5722025-02-28T07:32:32.227Z Downloaded hyper v1.6.0
5732025-02-28T07:32:32.232Z Downloaded hyper-rustls v0.27.3
5742025-02-28T07:32:32.235Z Downloaded icu_normalizer v1.5.0
5752025-02-28T07:32:32.239Z Downloaded icu_normalizer_data v1.5.0
5762025-02-28T07:32:32.242Z Downloaded hyper-tls v0.6.0
5772025-02-28T07:32:32.244Z Downloaded hubpack v0.1.2
5782025-02-28T07:32:32.244Z Downloaded progenitor v0.8.0
5792025-02-28T07:32:32.247Z Downloaded icu_locid_transform v1.5.0
5802025-02-28T07:32:32.250Z Downloaded hyper-staticfile v0.10.1
5812025-02-28T07:32:32.253Z Downloaded humantime v2.1.0
5822025-02-28T07:32:32.254Z Downloaded buf-list v1.0.3
5832025-02-28T07:32:32.257Z Downloaded convert_case v0.4.0
5842025-02-28T07:32:32.257Z Downloaded arrayvec v0.7.6
5852025-02-28T07:32:32.259Z Downloaded ident_case v1.0.1
5862025-02-28T07:32:32.259Z Downloaded icu_provider_macros v1.5.0
5872025-02-28T07:32:32.262Z Downloaded instant v0.1.13
5882025-02-28T07:32:32.262Z Downloaded async-bb8-diesel v0.2.1
5892025-02-28T07:32:32.265Z Downloaded ciborium-ll v0.2.2
5902025-02-28T07:32:32.268Z Downloaded iana-time-zone v0.1.61
5912025-02-28T07:32:32.271Z Downloaded hubpack_derive v0.1.1
5922025-02-28T07:32:32.271Z Downloaded icu_collections v1.5.0
5932025-02-28T07:32:32.276Z Downloaded is_ci v1.2.0
5942025-02-28T07:32:32.279Z Downloaded hyper-util v0.1.10
5952025-02-28T07:32:32.282Z Downloaded cookie_store v0.21.1
5962025-02-28T07:32:32.284Z Downloaded bitfield v0.14.0
5972025-02-28T07:32:32.287Z Downloaded base16ct v0.2.0
5982025-02-28T07:32:32.290Z Downloaded ciborium v0.2.2
5992025-02-28T07:32:32.293Z Downloaded cargo_metadata v0.18.1
6002025-02-28T07:32:32.293Z Downloaded impl-trait-for-tuples v0.2.2
6012025-02-28T07:32:32.296Z Downloaded bzip2 v0.4.4
6022025-02-28T07:32:32.298Z Downloaded lazy_static v1.5.0
6032025-02-28T07:32:32.301Z Downloaded cobs v0.2.3
6042025-02-28T07:32:32.301Z Downloaded ipnetwork v0.21.1
6052025-02-28T07:32:32.304Z Downloaded md5 v0.7.0
6062025-02-28T07:32:32.304Z Downloaded match_cfg v0.1.0
6072025-02-28T07:32:32.306Z Downloaded base64ct v1.6.0
6082025-02-28T07:32:32.310Z Downloaded bb8 v0.8.5
6092025-02-28T07:32:32.310Z Downloaded cancel-safe-futures v0.1.5
6102025-02-28T07:32:32.313Z Downloaded serde-big-array v0.5.1
6112025-02-28T07:32:32.313Z Downloaded csv-core v0.1.11
6122025-02-28T07:32:32.316Z Downloaded const_format_proc_macros v0.2.34
6132025-02-28T07:32:32.318Z Downloaded console v0.15.10
6142025-02-28T07:32:32.321Z Downloaded internet-checksum v0.2.1
6152025-02-28T07:32:32.321Z Downloaded ahash v0.8.11
6162025-02-28T07:32:32.324Z Downloaded take_mut v0.2.2
6172025-02-28T07:32:32.327Z Downloaded rand_core v0.9.2
6182025-02-28T07:32:32.327Z Downloaded kstat-rs v0.2.4
6192025-02-28T07:32:32.330Z Downloaded libefi-sys v0.1.0
6202025-02-28T07:32:32.330Z Downloaded is-terminal v0.4.13
6212025-02-28T07:32:32.332Z Downloaded tabwriter v1.4.0
6222025-02-28T07:32:32.332Z Downloaded derive_builder_macro v0.20.2
6232025-02-28T07:32:32.335Z Downloaded zone_cfg_derive v0.1.2
6242025-02-28T07:32:32.335Z Downloaded write16 v1.0.0
6252025-02-28T07:32:32.335Z Downloaded linked-hash-map v0.5.6
6262025-02-28T07:32:32.337Z Downloaded maplit v1.0.2
6272025-02-28T07:32:32.337Z Downloaded lru-cache v0.1.2
6282025-02-28T07:32:32.340Z Downloaded lockfree-object-pool v0.1.6
6292025-02-28T07:32:32.342Z Downloaded async-trait v0.1.86
6302025-02-28T07:32:32.345Z Downloaded rusty-fork v0.3.0
6312025-02-28T07:32:32.348Z Downloaded lru v0.12.5
6322025-02-28T07:32:32.348Z Downloaded hex v0.4.3
6332025-02-28T07:32:32.350Z Downloaded managed v0.8.0
6342025-02-28T07:32:32.354Z Downloaded blake2 v0.10.6
6352025-02-28T07:32:32.354Z Downloaded ipnet v2.11.0
6362025-02-28T07:32:32.356Z Downloaded zone_cfg_derive v0.3.0
6372025-02-28T07:32:32.356Z Downloaded instability v0.3.2
6382025-02-28T07:32:32.359Z Downloaded memoffset v0.9.1
6392025-02-28T07:32:32.359Z Downloaded md-5 v0.10.6
6402025-02-28T07:32:32.361Z Downloaded heck v0.3.3
6412025-02-28T07:32:32.364Z Downloaded libsw-core v0.3.1
6422025-02-28T07:32:32.364Z Downloaded maybe-uninit v2.0.0
6432025-02-28T07:32:32.366Z Downloaded crossbeam-epoch v0.9.18
6442025-02-28T07:32:32.368Z Downloaded slab v0.4.9
6452025-02-28T07:32:32.371Z Downloaded serde-hex v0.1.0
6462025-02-28T07:32:32.371Z Downloaded form_urlencoded v1.2.1
6472025-02-28T07:32:32.374Z Downloaded fxhash v0.2.1
6482025-02-28T07:32:32.374Z Downloaded scopeguard v1.2.0
6492025-02-28T07:32:32.374Z Downloaded rustc-hash v2.1.1
6502025-02-28T07:32:32.376Z Downloaded foreign-types-shared v0.3.1
6512025-02-28T07:32:32.376Z Downloaded strip-ansi-escapes v0.2.0
6522025-02-28T07:32:32.379Z Downloaded stringprep v0.1.5
6532025-02-28T07:32:32.381Z Downloaded crossbeam-utils v0.8.20
6542025-02-28T07:32:32.384Z Downloaded unarray v0.1.4
6552025-02-28T07:32:32.384Z Downloaded foreign-types-shared v0.1.1
6562025-02-28T07:32:32.387Z Downloaded allocator-api2 v0.2.18
6572025-02-28T07:32:32.389Z Downloaded typify-macro v0.3.0
6582025-02-28T07:32:32.389Z Downloaded slog-scope v4.4.0
6592025-02-28T07:32:32.392Z Downloaded tap v1.0.1
6602025-02-28T07:32:32.392Z Downloaded tabled_derive v0.10.0
6612025-02-28T07:32:32.395Z Downloaded litemap v0.7.3
6622025-02-28T07:32:32.395Z Downloaded libloading v0.8.5
6632025-02-28T07:32:32.397Z Downloaded openssl-probe v0.1.5
6642025-02-28T07:32:32.400Z Downloaded normalize-line-endings v0.3.0
6652025-02-28T07:32:32.400Z Downloaded hash32 v0.3.1
6662025-02-28T07:32:32.402Z Downloaded num v0.4.3
6672025-02-28T07:32:32.406Z Downloaded wyz v0.5.1
6682025-02-28T07:32:32.406Z Downloaded lock_api v0.4.12
6692025-02-28T07:32:32.409Z Downloaded utf8_iter v1.0.4
6702025-02-28T07:32:32.409Z Downloaded pretty-hex v0.2.1
6712025-02-28T07:32:32.409Z Downloaded icu_provider v1.5.0
6722025-02-28T07:32:32.412Z Downloaded icu_locid_transform_data v1.5.0
6732025-02-28T07:32:32.415Z Downloaded typify-macro v0.2.0
6742025-02-28T07:32:32.415Z Downloaded openssl-macros v0.1.1
6752025-02-28T07:32:32.415Z Downloaded zone v0.3.0
6762025-02-28T07:32:32.417Z Downloaded ena v0.14.3
6772025-02-28T07:32:32.417Z Downloaded linear-map v1.2.0
6782025-02-28T07:32:32.420Z Downloaded multer v3.1.0
6792025-02-28T07:32:32.427Z Downloaded mime_guess v2.0.5
6802025-02-28T07:32:32.427Z Downloaded mockall v0.13.1
6812025-02-28T07:32:32.431Z Downloaded memmap2 v0.9.5
6822025-02-28T07:32:32.432Z Downloaded chacha20poly1305 v0.10.1
6832025-02-28T07:32:32.432Z Downloaded base64 v0.13.1
6842025-02-28T07:32:32.434Z Downloaded jobserver v0.1.32
6852025-02-28T07:32:32.434Z Downloaded sqlformat v0.2.6
6862025-02-28T07:32:32.437Z Downloaded term v0.7.0
6872025-02-28T07:32:32.440Z Downloaded indexmap v1.9.3
6882025-02-28T07:32:32.442Z Downloaded compact_str v0.8.0
6892025-02-28T07:32:32.447Z Downloaded fd-lock v4.0.2
6902025-02-28T07:32:32.450Z Downloaded xattr v1.3.1
6912025-02-28T07:32:32.453Z Downloaded uzers v0.12.1
6922025-02-28T07:32:32.455Z Downloaded tinyvec_macros v0.1.1
6932025-02-28T07:32:32.455Z Downloaded icu_locid v1.5.0
6942025-02-28T07:32:32.459Z Downloaded icu_properties v1.5.1
6952025-02-28T07:32:32.462Z Downloaded peg v0.8.4
6962025-02-28T07:32:32.480Z Downloaded waitgroup v0.1.2
6972025-02-28T07:32:32.482Z Downloaded want v0.3.1
6982025-02-28T07:32:32.483Z Downloaded ppv-lite86 v0.2.20
6992025-02-28T07:32:32.483Z Downloaded mockall_derive v0.13.1
7002025-02-28T07:32:32.483Z Downloaded pbkdf2 v0.12.2
7012025-02-28T07:32:32.486Z Downloaded ff v0.13.0
7022025-02-28T07:32:32.486Z Downloaded rand_xorshift v0.3.0
7032025-02-28T07:32:32.489Z Downloaded ron v0.7.1
7042025-02-28T07:32:32.492Z Downloaded rustc_version v0.1.7
7052025-02-28T07:32:32.492Z Downloaded quick-error v1.2.3
7062025-02-28T07:32:32.494Z Downloaded base64 v0.22.1
7072025-02-28T07:32:32.497Z Downloaded scrypt v0.11.0
7082025-02-28T07:32:32.500Z Downloaded indicatif v0.17.11
7092025-02-28T07:32:32.503Z Downloaded slog-stdlog v4.1.1
7102025-02-28T07:32:32.506Z Downloaded slog-dtrace v0.3.0
7112025-02-28T07:32:32.509Z Downloaded bytes v1.10.0
7122025-02-28T07:32:32.512Z Downloaded schemars_derive v0.8.22
7132025-02-28T07:32:32.515Z Downloaded bumpalo v3.16.0
7142025-02-28T07:32:32.517Z Downloaded opaque-debug v0.3.1
7152025-02-28T07:32:32.517Z Downloaded backtrace v0.3.74
7162025-02-28T07:32:32.522Z Downloaded ref-cast-impl v1.0.23
7172025-02-28T07:32:32.524Z Downloaded tinystr v0.7.6
7182025-02-28T07:32:32.527Z Downloaded thread_local v1.1.8
7192025-02-28T07:32:32.527Z Downloaded subtle v2.6.1
7202025-02-28T07:32:32.530Z Downloaded aes v0.8.4
7212025-02-28T07:32:32.532Z Downloaded structmeta v0.3.0
7222025-02-28T07:32:32.532Z Downloaded strum_macros v0.26.4
7232025-02-28T07:32:32.535Z Downloaded ssh-encoding v0.2.0
7242025-02-28T07:32:32.538Z Downloaded futures-task v0.3.31
7252025-02-28T07:32:32.538Z Downloaded primeorder v0.13.6
7262025-02-28T07:32:32.540Z Downloaded utf16_iter v1.0.5
7272025-02-28T07:32:32.540Z Downloaded universal-hash v0.5.1
7282025-02-28T07:32:32.543Z Downloaded peg-macros v0.8.4
7292025-02-28T07:32:32.543Z Downloaded dirs-next v2.0.0
7302025-02-28T07:32:32.547Z Downloaded utf-8 v0.7.6
7312025-02-28T07:32:32.547Z Downloaded dirs-sys-next v0.1.2
7322025-02-28T07:32:32.550Z Downloaded which v4.4.2
7332025-02-28T07:32:32.551Z Downloaded defmt-parser v0.3.4
7342025-02-28T07:32:32.551Z Downloaded xz2 v0.1.7
7352025-02-28T07:32:32.554Z Downloaded cc v1.2.15
7362025-02-28T07:32:32.559Z Downloaded displaydoc v0.2.5
7372025-02-28T07:32:32.562Z Downloaded display-error-chain v0.2.2
7382025-02-28T07:32:32.562Z Downloaded miniz_oxide v0.8.5
7392025-02-28T07:32:32.570Z Downloaded difflib v0.4.0
7402025-02-28T07:32:32.570Z Downloaded rustls-pemfile v2.2.0
7412025-02-28T07:32:32.574Z Downloaded slog-envlogger v2.2.0
7422025-02-28T07:32:32.574Z Downloaded headers v0.4.0
7432025-02-28T07:32:32.578Z Downloaded multimap v0.10.0
7442025-02-28T07:32:32.578Z Downloaded num-iter v0.1.45
7452025-02-28T07:32:32.578Z Downloaded tracing-core v0.1.32
7462025-02-28T07:32:32.580Z Downloaded flagset v0.4.6
7472025-02-28T07:32:32.580Z Downloaded signal-hook v0.3.17
7482025-02-28T07:32:32.583Z Downloaded serde_yaml v0.9.34+deprecated
7492025-02-28T07:32:32.587Z Downloaded num-integer v0.1.46
7502025-02-28T07:32:32.589Z Downloaded packed_struct_codegen v0.10.1
7512025-02-28T07:32:32.592Z Downloaded packed_struct v0.10.1
7522025-02-28T07:32:32.592Z Downloaded r2d2 v0.8.10
7532025-02-28T07:32:32.595Z Downloaded percent-encoding v2.3.1
7542025-02-28T07:32:32.595Z Downloaded fixedbitset v0.4.2
7552025-02-28T07:32:32.598Z Downloaded tungstenite v0.24.0
7562025-02-28T07:32:32.601Z Downloaded progenitor-macro v0.9.1
7572025-02-28T07:32:32.601Z Downloaded polyval v0.6.2
7582025-02-28T07:32:32.604Z Downloaded zeroize_derive v1.4.2
7592025-02-28T07:32:32.604Z Downloaded tracing-attributes v0.1.27
7602025-02-28T07:32:32.607Z Downloaded tokio-tungstenite v0.21.0
7612025-02-28T07:32:32.609Z Downloaded zopfli v0.8.1
7622025-02-28T07:32:32.613Z Downloaded rand_seeder v0.4.0
7632025-02-28T07:32:32.613Z Downloaded walkdir v2.5.0
7642025-02-28T07:32:32.615Z Downloaded slog-async v2.8.0
7652025-02-28T07:32:32.618Z Downloaded peg-runtime v0.8.3
7662025-02-28T07:32:32.618Z Downloaded downcast v0.11.0
7672025-02-28T07:32:32.621Z Downloaded path-slash v0.1.5
7682025-02-28T07:32:32.621Z Downloaded num_threads v0.1.7
7692025-02-28T07:32:32.623Z Downloaded scheduled-thread-pool v0.2.7
7702025-02-28T07:32:32.623Z Downloaded pkcs5 v0.7.1
7712025-02-28T07:32:32.626Z Downloaded signal-hook-registry v1.4.2
7722025-02-28T07:32:32.629Z Downloaded derive_builder v0.20.2
7732025-02-28T07:32:32.633Z Downloaded whoami v1.5.2
7742025-02-28T07:32:32.636Z Downloaded rustls-pki-types v1.10.0
7752025-02-28T07:32:32.639Z Downloaded number_prefix v0.4.0
7762025-02-28T07:32:32.642Z Downloaded slog-bunyan v2.5.0
7772025-02-28T07:32:32.642Z Downloaded const_format v0.2.34
7782025-02-28T07:32:32.645Z Downloaded nanorand v0.7.0
7792025-02-28T07:32:32.648Z Downloaded snafu v0.8.5
7802025-02-28T07:32:32.654Z Downloaded parking_lot v0.11.2
7812025-02-28T07:32:32.657Z Downloaded sec1 v0.7.3
7822025-02-28T07:32:32.660Z Downloaded globset v0.4.15
7832025-02-28T07:32:32.663Z Downloaded untrusted v0.9.0
7842025-02-28T07:32:32.663Z Downloaded untrusted v0.7.1
7852025-02-28T07:32:32.666Z Downloaded defmt v0.3.8
7862025-02-28T07:32:32.670Z Downloaded embedded-io v0.6.1
7872025-02-28T07:32:32.670Z Downloaded subprocess v0.2.9
7882025-02-28T07:32:32.673Z Downloaded tinyvec v1.8.0
7892025-02-28T07:32:32.675Z Downloaded oso v0.27.3
7902025-02-28T07:32:32.678Z Downloaded tower-layer v0.3.3
7912025-02-28T07:32:32.680Z Downloaded float-ord v0.3.2
7922025-02-28T07:32:32.680Z Downloaded tokio-native-tls v0.3.1
7932025-02-28T07:32:32.683Z Downloaded curve25519-dalek-derive v0.1.1
7942025-02-28T07:32:32.683Z Downloaded pbkdf2 v0.11.0
7952025-02-28T07:32:32.685Z Downloaded fatfs v0.3.6
7962025-02-28T07:32:32.688Z Downloaded foldhash v0.1.3
7972025-02-28T07:32:32.690Z Downloaded try-lock v0.2.5
7982025-02-28T07:32:32.691Z Downloaded tower-service v0.3.3
7992025-02-28T07:32:32.693Z Downloaded diesel-dtrace v0.4.2
8002025-02-28T07:32:32.696Z Downloaded mio v1.0.2
8012025-02-28T07:32:32.699Z Downloaded sct v0.7.1
8022025-02-28T07:32:32.702Z Downloaded ed25519-dalek v2.1.1
8032025-02-28T07:32:32.705Z Downloaded termios v0.3.3
8042025-02-28T07:32:32.708Z Downloaded smallvec v0.6.14
8052025-02-28T07:32:32.712Z Downloaded rfc6979 v0.4.0
8062025-02-28T07:32:32.712Z Downloaded proc-macro-crate v1.3.1
8072025-02-28T07:32:32.712Z Downloaded newtype_derive v0.1.6
8082025-02-28T07:32:32.716Z Downloaded olpc-cjson v0.1.4
8092025-02-28T07:32:32.716Z Downloaded time-macros v0.2.18
8102025-02-28T07:32:32.719Z Downloaded termcolor v1.4.1
8112025-02-28T07:32:32.719Z Downloaded schemars v0.8.22
8122025-02-28T07:32:32.729Z Downloaded termtree v0.5.1
8132025-02-28T07:32:32.733Z Downloaded shell-words v1.1.0
8142025-02-28T07:32:32.733Z Downloaded postcard v1.0.10
8152025-02-28T07:32:32.736Z Downloaded slog v2.7.0
8162025-02-28T07:32:32.739Z Downloaded openssl-sys v0.9.106
8172025-02-28T07:32:32.742Z Downloaded vte_generate_state_changes v0.1.2
8182025-02-28T07:32:32.745Z Downloaded ref-cast v1.0.23
8192025-02-28T07:32:32.748Z Downloaded document-features v0.2.10
8202025-02-28T07:32:32.748Z Downloaded tokio-rustls v0.24.1
8212025-02-28T07:32:32.751Z Downloaded thiserror-impl-no-std v2.0.2
8222025-02-28T07:32:32.754Z Downloaded strum_macros v0.25.3
8232025-02-28T07:32:32.754Z Downloaded prettyplease v0.2.29
8242025-02-28T07:32:32.757Z Downloaded futures-io v0.3.31
8252025-02-28T07:32:32.761Z Downloaded tui-tree-widget v0.23.0
8262025-02-28T07:32:32.763Z Downloaded minimal-lexical v0.2.1
8272025-02-28T07:32:32.766Z Downloaded darling_macro v0.20.10
8282025-02-28T07:32:32.766Z Downloaded fragile v2.0.0
8292025-02-28T07:32:32.769Z Downloaded foreign-types-macros v0.2.3
8302025-02-28T07:32:32.769Z Downloaded foreign-types v0.5.0
8312025-02-28T07:32:32.771Z Downloaded defmt-macros v0.3.9
8322025-02-28T07:32:32.774Z Downloaded diesel_table_macro_syntax v0.2.0
8332025-02-28T07:32:32.774Z Downloaded group v0.13.0
8342025-02-28T07:32:32.777Z Downloaded predicates v3.1.3
8352025-02-28T07:32:32.781Z Downloaded pem v3.0.5
8362025-02-28T07:32:32.786Z Downloaded paste v1.0.15
8372025-02-28T07:32:32.787Z Downloaded gethostname v0.5.0
8382025-02-28T07:32:32.789Z Downloaded futures-sink v0.3.31
8392025-02-28T07:32:32.790Z Downloaded precomputed-hash v0.1.1
8402025-02-28T07:32:32.790Z Downloaded aes-gcm v0.10.3
8412025-02-28T07:32:32.793Z Downloaded pin-utils v0.1.0
8422025-02-28T07:32:32.793Z Downloaded serde_urlencoded v0.7.1
8432025-02-28T07:32:32.795Z Downloaded rustc-demangle v0.1.24
8442025-02-28T07:32:32.795Z Downloaded shlex v1.3.0
8452025-02-28T07:32:32.798Z Downloaded serde_path_to_error v0.1.16
8462025-02-28T07:32:32.798Z Downloaded hashbrown v0.12.3
8472025-02-28T07:32:32.803Z Downloaded zerofrom v0.1.4
8482025-02-28T07:32:32.806Z Downloaded parse-zoneinfo v0.3.1
8492025-02-28T07:32:32.808Z Downloaded ssh-cipher v0.2.0
8502025-02-28T07:32:32.809Z Downloaded sigpipe v0.1.3
8512025-02-28T07:32:32.811Z Downloaded serde_repr v0.1.19
8522025-02-28T07:32:32.814Z Downloaded tokio-macros v2.5.0
8532025-02-28T07:32:32.814Z Downloaded tls_codec_derive v0.4.1
8542025-02-28T07:32:32.816Z Downloaded static_assertions v1.1.0
8552025-02-28T07:32:32.817Z Downloaded stable_deref_trait v1.2.0
8562025-02-28T07:32:32.819Z Downloaded wait-timeout v0.2.0
8572025-02-28T07:32:32.820Z Downloaded spin v0.9.8
8582025-02-28T07:32:32.823Z Downloaded dropshot_endpoint v0.12.0
8592025-02-28T07:32:32.826Z Downloaded yoke v0.7.4
8602025-02-28T07:32:32.829Z Downloaded foreign-types v0.3.2
8612025-02-28T07:32:32.829Z Downloaded unicode-truncate v1.1.0
8622025-02-28T07:32:32.831Z Downloaded heapless v0.8.0
8632025-02-28T07:32:32.834Z Downloaded new_debug_unreachable v1.0.6
8642025-02-28T07:32:32.834Z Downloaded qorb v0.2.1
8652025-02-28T07:32:32.839Z Downloaded futures-macro v0.3.31
8662025-02-28T07:32:32.842Z Downloaded env_filter v0.1.2
8672025-02-28T07:32:32.844Z Downloaded strum v0.26.3
8682025-02-28T07:32:32.844Z Downloaded idna v1.0.3
8692025-02-28T07:32:32.847Z Downloaded radium v0.7.0
8702025-02-28T07:32:32.850Z Downloaded itertools v0.12.1
8712025-02-28T07:32:32.861Z Downloaded toolchain_find v0.4.0
8722025-02-28T07:32:32.865Z Downloaded pin-project-lite v0.2.14
8732025-02-28T07:32:32.866Z Downloaded endian-type v0.1.2
8742025-02-28T07:32:32.866Z Downloaded signature v2.2.0
8752025-02-28T07:32:32.866Z Downloaded proc-macro-error-attr2 v2.0.0
8762025-02-28T07:32:32.868Z Downloaded libxml v0.3.3
8772025-02-28T07:32:32.872Z Downloaded poly1305 v0.8.0
8782025-02-28T07:32:32.875Z Downloaded rustls-pemfile v1.0.4
8792025-02-28T07:32:32.878Z Downloaded tokio-util v0.7.13
8802025-02-28T07:32:32.884Z Downloaded spki v0.7.3
8812025-02-28T07:32:32.887Z Downloaded url v2.5.3
8822025-02-28T07:32:32.889Z Downloaded unicase v2.7.0
8832025-02-28T07:32:32.892Z Downloaded socket2 v0.5.8
8842025-02-28T07:32:32.895Z Downloaded flume v0.11.1
8852025-02-28T07:32:32.898Z Downloaded rpassword v7.3.1
8862025-02-28T07:32:32.901Z Downloaded float-cmp v0.10.0
8872025-02-28T07:32:32.901Z Downloaded progenitor-client v0.8.0
8882025-02-28T07:32:32.901Z Downloaded rustyline v14.0.0
8892025-02-28T07:32:32.906Z Downloaded strum_macros v0.24.3
8902025-02-28T07:32:32.909Z Downloaded time-core v0.1.2
8912025-02-28T07:32:32.912Z Downloaded progenitor-client v0.9.1
8922025-02-28T07:32:32.912Z Downloaded parking_lot_core v0.9.10
8932025-02-28T07:32:32.915Z Downloaded env_logger v0.10.2
8942025-02-28T07:32:32.917Z Downloaded newline-converter v0.3.0
8952025-02-28T07:32:32.918Z Downloaded itertools v0.14.0
8962025-02-28T07:32:32.925Z Downloaded termtree v0.4.1
8972025-02-28T07:32:32.928Z Downloaded sync_wrapper v1.0.1
8982025-02-28T07:32:32.928Z Downloaded sync-ptr v0.1.1
8992025-02-28T07:32:32.928Z Downloaded progenitor-macro v0.8.0
9002025-02-28T07:32:32.930Z Downloaded progenitor v0.9.1
9012025-02-28T07:32:32.930Z Downloaded resolv-conf v0.7.0
9022025-02-28T07:32:32.933Z Downloaded nodrop v0.1.14
9032025-02-28T07:32:32.933Z Downloaded owo-colors v4.2.0
9042025-02-28T07:32:32.936Z Downloaded phf v0.11.2
9052025-02-28T07:32:32.939Z Downloaded newtype-uuid v1.2.1
9062025-02-28T07:32:32.939Z Downloaded itertools v0.13.0
9072025-02-28T07:32:32.946Z Downloaded parking_lot v0.12.3
9082025-02-28T07:32:32.949Z Downloaded snafu-derive v0.8.5
9092025-02-28T07:32:32.952Z Downloaded samael v0.0.18
9102025-02-28T07:32:32.958Z Downloaded fs_extra v1.3.0
9112025-02-28T07:32:32.960Z Downloaded salsa20 v0.10.2
9122025-02-28T07:32:32.960Z Downloaded funty v2.0.0
9132025-02-28T07:32:32.960Z Downloaded oso-derive v0.27.3
9142025-02-28T07:32:32.964Z Downloaded sqlparser_derive v0.2.2
9152025-02-28T07:32:32.964Z Downloaded russh-cryptovec v0.7.3
9162025-02-28T07:32:32.964Z Downloaded either v1.14.0
9172025-02-28T07:32:32.967Z Downloaded thiserror-no-std v2.0.2
9182025-02-28T07:32:32.969Z Downloaded signal-hook-tokio v0.3.1
9192025-02-28T07:32:32.972Z Downloaded rand_chacha v0.9.0
9202025-02-28T07:32:32.972Z Downloaded rsa v0.9.6
9212025-02-28T07:32:32.976Z Downloaded blake3 v1.5.4
9222025-02-28T07:32:32.985Z Downloaded parse-size v1.1.0
9232025-02-28T07:32:32.988Z Downloaded powerfmt v0.2.0
9242025-02-28T07:32:32.988Z Downloaded phf_shared v0.10.0
9252025-02-28T07:32:32.988Z Downloaded topological-sort v0.2.2
9262025-02-28T07:32:32.991Z Downloaded supports-color v3.0.2
9272025-02-28T07:32:32.991Z Downloaded pem-rfc7468 v0.7.0
9282025-02-28T07:32:32.994Z Downloaded headers-core v0.3.0
9292025-02-28T07:32:32.994Z Downloaded oxnet v0.1.1
9302025-02-28T07:32:32.997Z Downloaded yoke-derive v0.7.4
9312025-02-28T07:32:32.997Z Downloaded rayon v1.10.0
9322025-02-28T07:32:33.006Z Downloaded vsss-rs v3.3.4
9332025-02-28T07:32:33.009Z Downloaded tls_codec v0.4.1
9342025-02-28T07:32:33.012Z Downloaded structmeta-derive v0.3.0
9352025-02-28T07:32:33.012Z Downloaded env_logger v0.11.5
9362025-02-28T07:32:33.014Z Downloaded typed-path v0.9.3
9372025-02-28T07:32:33.020Z Downloaded dyn-clone v1.0.18
9382025-02-28T07:32:33.023Z Downloaded typify v0.3.0
9392025-02-28T07:32:33.026Z Downloaded tracing v0.1.40
9402025-02-28T07:32:33.030Z Downloaded dunce v1.0.5
9412025-02-28T07:32:33.033Z Downloaded dsl_auto_type v0.1.2
9422025-02-28T07:32:33.033Z Downloaded deranged v0.3.11
9432025-02-28T07:32:33.035Z Downloaded daft v0.1.1
9442025-02-28T07:32:33.038Z Downloaded tough v0.19.0
9452025-02-28T07:32:33.044Z Downloaded smf v0.2.3
9462025-02-28T07:32:33.047Z Downloaded aws-lc-rs v1.12.4
9472025-02-28T07:32:33.055Z Downloaded phf_shared v0.11.2
9482025-02-28T07:32:33.057Z Downloaded num-rational v0.4.2
9492025-02-28T07:32:33.057Z Downloaded futures-channel v0.3.31
9502025-02-28T07:32:33.060Z Downloaded futures-core v0.3.31
9512025-02-28T07:32:33.063Z Downloaded password-hash v0.4.2
9522025-02-28T07:32:33.063Z Downloaded getrandom v0.2.15
9532025-02-28T07:32:33.067Z Downloaded flate2 v1.1.0
9542025-02-28T07:32:33.070Z Downloaded dropshot_endpoint v0.16.0
9552025-02-28T07:32:33.074Z Downloaded derive-where v1.2.7
9562025-02-28T07:32:33.077Z Downloaded same-file v1.0.6
9572025-02-28T07:32:33.083Z Downloaded vergen v8.3.2
9582025-02-28T07:32:33.085Z Downloaded rand v0.9.0
9592025-02-28T07:32:33.088Z Downloaded phf_generator v0.11.2
9602025-02-28T07:32:33.088Z Downloaded phf_codegen v0.11.2
9612025-02-28T07:32:33.088Z Downloaded unicode-bidi v0.3.17
9622025-02-28T07:32:33.091Z Downloaded semver v0.1.20
9632025-02-28T07:32:33.094Z Downloaded diff v0.1.13
9642025-02-28T07:32:33.098Z Downloaded der_derive v0.7.3
9652025-02-28T07:32:33.098Z Downloaded nom v7.1.3
9662025-02-28T07:32:33.102Z Downloaded secrecy v0.8.0
9672025-02-28T07:32:33.105Z Downloaded num_enum_derive v0.5.11
9682025-02-28T07:32:33.105Z Downloaded diesel_derives v2.2.3
9692025-02-28T07:32:33.109Z Downloaded rustversion v1.0.17
9702025-02-28T07:32:33.111Z Downloaded rustc-hash v1.1.0
9712025-02-28T07:32:33.114Z Downloaded pin-project-internal v1.1.6
9722025-02-28T07:32:33.114Z Downloaded vte v0.11.1
9732025-02-28T07:32:33.117Z Downloaded postgres-types v0.2.9
9742025-02-28T07:32:33.119Z Downloaded zone v0.1.8
9752025-02-28T07:32:33.120Z Downloaded darling v0.20.10
9762025-02-28T07:32:33.123Z Downloaded similar v2.6.0
9772025-02-28T07:32:33.128Z Downloaded serde_derive_internals v0.29.1
9782025-02-28T07:32:33.131Z Downloaded tower v0.5.2
9792025-02-28T07:32:33.139Z Downloaded elliptic-curve v0.13.8
9802025-02-28T07:32:33.143Z Downloaded ron v0.8.1
9812025-02-28T07:32:33.148Z Downloaded tungstenite v0.21.0
9822025-02-28T07:32:33.152Z Downloaded num-complex v0.4.6
9832025-02-28T07:32:33.156Z Downloaded simd-adler32 v0.3.7
9842025-02-28T07:32:33.159Z Downloaded rcgen v0.12.1
9852025-02-28T07:32:33.159Z Downloaded unicode-properties v0.1.3
9862025-02-28T07:32:33.161Z Downloaded futures v0.3.31
9872025-02-28T07:32:33.165Z Downloaded siphasher v0.3.11
9882025-02-28T07:32:33.167Z Downloaded data-encoding v2.6.0
9892025-02-28T07:32:33.168Z Downloaded p256 v0.13.2
9902025-02-28T07:32:33.171Z Downloaded twox-hash v2.1.0
9912025-02-28T07:32:33.174Z Downloaded bitvec v1.0.1
9922025-02-28T07:32:33.188Z Downloaded zerocopy v0.6.6
9932025-02-28T07:32:33.191Z Downloaded smallvec v1.14.0
9942025-02-28T07:32:33.193Z Downloaded darling_core v0.20.10
9952025-02-28T07:32:33.197Z Downloaded half v2.4.1
9962025-02-28T07:32:33.201Z Downloaded tungstenite v0.23.0
9972025-02-28T07:32:33.204Z Downloaded winnow v0.6.20
9982025-02-28T07:32:33.212Z Downloaded native-tls v0.2.12
9992025-02-28T07:32:33.214Z Downloaded chrono v0.4.40
10002025-02-28T07:32:33.221Z Downloaded quick-xml v0.37.2
10012025-02-28T07:32:33.228Z Downloaded icu_properties_data v1.5.0
10022025-02-28T07:32:33.238Z Downloaded winnow v0.5.40
10032025-02-28T07:32:33.247Z Downloaded portable-atomic v1.9.0
10042025-02-28T07:32:33.254Z Downloaded steno v0.4.1
10052025-02-28T07:32:33.258Z Downloaded ssh-key v0.6.6
10062025-02-28T07:32:33.265Z Downloaded bindgen v0.71.1
10072025-02-28T07:32:33.272Z Downloaded p521 v0.13.3
10082025-02-28T07:32:33.276Z Downloaded expectorate v1.1.0
10092025-02-28T07:32:33.279Z Downloaded toml_edit v0.19.15
10102025-02-28T07:32:33.295Z Downloaded der v0.7.9
10112025-02-28T07:32:33.300Z Downloaded num-bigint v0.4.6
10122025-02-28T07:32:33.304Z Downloaded zip v2.1.3
10132025-02-28T07:32:33.308Z Downloaded zerovec v0.10.4
10142025-02-28T07:32:33.314Z Downloaded salty v0.3.0
10152025-02-28T07:32:33.321Z Downloaded serde_with v3.11.0
10162025-02-28T07:32:33.329Z Downloaded unicode_categories v0.1.1
10172025-02-28T07:32:33.332Z Downloaded reedline v0.35.0
10182025-02-28T07:32:33.338Z Downloaded tabled v0.18.0
10192025-02-28T07:32:33.355Z Downloaded unicode-normalization v0.1.24
10202025-02-28T07:32:33.358Z Downloaded h2 v0.4.6
10212025-02-28T07:32:33.365Z Downloaded num-bigint-dig v0.8.4
10222025-02-28T07:32:33.370Z Downloaded time v0.3.36
10232025-02-28T07:32:33.376Z Downloaded rustls-webpki v0.101.7
10242025-02-28T07:32:33.390Z Downloaded russh v0.45.0
10252025-02-28T07:32:33.395Z Downloaded webpki-roots v0.26.6
10262025-02-28T07:32:33.399Z Downloaded petname v2.0.2
10272025-02-28T07:32:33.405Z Downloaded object v0.30.4
10282025-02-28T07:32:33.415Z Downloaded dropshot v0.12.0
10292025-02-28T07:32:33.434Z Downloaded hashbrown v0.14.5
10302025-02-28T07:32:33.439Z Downloaded openssl v0.10.71
10312025-02-28T07:32:33.449Z Downloaded curve25519-dalek v4.1.3
10322025-02-28T07:32:33.458Z Downloaded rustls-webpki v0.102.8
10332025-02-28T07:32:33.476Z Downloaded zerocopy v0.8.10
10342025-02-28T07:32:33.499Z Downloaded proptest v1.6.0
10352025-02-28T07:32:33.509Z Downloaded chrono-tz v0.10.1
10362025-02-28T07:32:33.516Z Downloaded reqwest v0.12.12
10372025-02-28T07:32:33.525Z Downloaded p384 v0.13.0
10382025-02-28T07:32:33.531Z Downloaded polar-core v0.27.3
10392025-02-28T07:32:33.540Z Downloaded nix v0.27.1
10402025-02-28T07:32:33.552Z Downloaded radix_trie v0.2.1
10412025-02-28T07:32:33.556Z Downloaded smoltcp v0.9.1
10422025-02-28T07:32:33.569Z Downloaded regress v0.9.1
10432025-02-28T07:32:33.580Z Downloaded nix v0.29.0
10442025-02-28T07:32:33.587Z Downloaded unicode-width v0.2.0
10452025-02-28T07:32:33.593Z Downloaded nix v0.28.0
10462025-02-28T07:32:33.604Z Downloaded regex-syntax v0.8.5
10472025-02-28T07:32:33.614Z Downloaded smoltcp v0.11.0
10482025-02-28T07:32:33.625Z Downloaded typify-impl v0.3.0
10492025-02-28T07:32:33.640Z Downloaded typify-impl v0.2.0
10502025-02-28T07:32:33.657Z Downloaded diesel v2.2.7
10512025-02-28T07:32:33.675Z Downloaded object v0.36.5
10522025-02-28T07:32:33.686Z Downloaded rustls v0.23.19
10532025-02-28T07:32:33.697Z Downloaded sled v0.34.7
10542025-02-28T07:32:33.708Z Downloaded openapiv3 v2.0.0
10552025-02-28T07:32:33.719Z Downloaded hickory-proto v0.24.4
10562025-02-28T07:32:33.733Z Downloaded bstr v1.10.0
10572025-02-28T07:32:33.743Z Downloaded zerocopy-derive v0.6.6
10582025-02-28T07:32:33.753Z Downloaded bzip2-sys v0.1.11+1.0.8
10592025-02-28T07:32:33.765Z Downloaded regex-automata v0.4.8
10602025-02-28T07:32:33.782Z Downloaded ratatui v0.29.0
10612025-02-28T07:32:33.801Z Downloaded vcpkg v0.2.15
10622025-02-28T07:32:33.838Z Downloaded gimli v0.31.1
10632025-02-28T07:32:33.846Z Downloaded dropshot v0.16.0
10642025-02-28T07:32:33.867Z Downloaded regex-syntax v0.6.29
10652025-02-28T07:32:33.874Z Downloaded rustls v0.22.4
10662025-02-28T07:32:33.886Z Downloaded lzma-sys v0.1.20
10672025-02-28T07:32:33.914Z Downloaded regress v0.10.1
10682025-02-28T07:32:33.923Z Downloaded petgraph v0.6.5
10692025-02-28T07:32:33.939Z Downloaded git2 v0.19.0
10702025-02-28T07:32:33.947Z Downloaded sha3 v0.10.8
10712025-02-28T07:32:33.952Z Downloaded regex v1.11.1
10722025-02-28T07:32:33.964Z Downloaded lalrpop v0.19.12
10732025-02-28T07:32:33.975Z Downloaded libz-sys v1.1.20
10742025-02-28T07:32:33.995Z Downloaded csv v1.3.1
10752025-02-28T07:32:34.014Z Downloaded hashbrown v0.13.2
10762025-02-28T07:32:34.018Z Downloaded tokio v1.43.0
10772025-02-28T07:32:34.055Z Downloaded rustls v0.21.12
10782025-02-28T07:32:34.066Z Downloaded zerocopy-derive v0.8.10
10792025-02-28T07:32:34.072Z Downloaded unicode-segmentation v1.12.0
10802025-02-28T07:32:34.075Z Downloaded bindgen v0.69.5
10812025-02-28T07:32:34.082Z Downloaded quinn-proto v0.11.8
10822025-02-28T07:32:34.088Z Downloaded daft-derive v0.1.1
10832025-02-28T07:32:34.092Z Downloaded progenitor-impl v0.8.0
10842025-02-28T07:32:34.095Z Downloaded quinn v0.11.5
10852025-02-28T07:32:34.097Z Downloaded futures-util v0.3.31
10862025-02-28T07:32:34.109Z Downloaded parking_lot_core v0.8.6
10872025-02-28T07:32:34.113Z Downloaded sqlparser v0.45.0
10882025-02-28T07:32:34.117Z Downloaded glob v0.3.2
10892025-02-28T07:32:34.120Z Downloaded futures-executor v0.3.31
10902025-02-28T07:32:34.120Z Downloaded password-hash v0.5.0
10912025-02-28T07:32:34.123Z Downloaded zeroize v1.8.1
10922025-02-28T07:32:34.123Z Downloaded zerofrom-derive v0.1.4
10932025-02-28T07:32:34.123Z Downloaded unicode-xid v0.2.6
10942025-02-28T07:32:34.125Z Downloaded tiny-keccak v2.0.2
10952025-02-28T07:32:34.128Z Downloaded aho-corasick v1.1.3
10962025-02-28T07:32:34.131Z Downloaded tokio-postgres v0.7.13
10972025-02-28T07:32:34.136Z Downloaded zip v0.6.6
10982025-02-28T07:32:34.140Z Downloaded proc-macro-error2 v2.0.1
10992025-02-28T07:32:34.143Z Downloaded num-traits v0.2.19
11002025-02-28T07:32:34.145Z Downloaded yasna v0.5.2
11012025-02-28T07:32:34.150Z Downloaded test-strategy v0.4.0
11022025-02-28T07:32:34.152Z Downloaded unsafe-libyaml v0.2.11
11032025-02-28T07:32:34.155Z Downloaded quinn-udp v0.5.5
11042025-02-28T07:32:34.158Z Downloaded psl-types v2.0.11
11052025-02-28T07:32:34.158Z Downloaded parse-display-derive v0.10.0
11062025-02-28T07:32:34.158Z Downloaded parse-display v0.10.0
11072025-02-28T07:32:34.161Z Downloaded libm v0.2.8
11082025-02-28T07:32:34.165Z Downloaded enum-as-inner v0.6.1
11092025-02-28T07:32:34.168Z Downloaded pkg-config v0.3.31
11102025-02-28T07:32:34.171Z Downloaded pkcs8 v0.10.2
11112025-02-28T07:32:34.171Z Downloaded encoding_rs v0.8.34
11122025-02-28T07:32:34.191Z Downloaded ed25519 v2.2.3
11132025-02-28T07:32:34.194Z Downloaded russh-keys v0.45.0
11142025-02-28T07:32:34.197Z Downloaded papergrid v0.14.0
11152025-02-28T07:32:34.199Z Downloaded crossterm v0.28.1
11162025-02-28T07:32:34.205Z Downloaded ecdsa v0.16.9
11172025-02-28T07:32:34.208Z Downloaded derive_builder_core v0.20.2
11182025-02-28T07:32:34.211Z Downloaded serde_plain v1.0.2
11192025-02-28T07:32:34.211Z Downloaded zerovec-derive v0.10.3
11202025-02-28T07:32:34.214Z Downloaded num_enum v0.5.11
11212025-02-28T07:32:34.216Z Downloaded num-conv v0.1.0
11222025-02-28T07:32:34.219Z Downloaded pkcs1 v0.7.5
11232025-02-28T07:32:34.219Z Downloaded toml v0.7.8
11242025-02-28T07:32:34.223Z Downloaded tokio-stream v0.1.17
11252025-02-28T07:32:34.226Z Downloaded tokio-rustls v0.25.0
11262025-02-28T07:32:34.228Z Downloaded ring v0.17.11
11272025-02-28T07:32:34.269Z Downloaded heapless v0.7.17
11282025-02-28T07:32:34.273Z Downloaded ghash v0.5.1
11292025-02-28T07:32:34.275Z Downloaded value-bag v1.9.0
11302025-02-28T07:32:34.278Z Downloaded itertools v0.10.5
11312025-02-28T07:32:34.282Z Downloaded rand_chacha v0.3.1
11322025-02-28T07:32:34.286Z Downloaded omicron-zone-package v0.12.0
11332025-02-28T07:32:34.288Z Downloaded x509-cert v0.2.5
11342025-02-28T07:32:34.295Z Downloaded predicates-tree v1.0.11
11352025-02-28T07:32:34.298Z Downloaded predicates-core v1.0.8
11362025-02-28T07:32:34.298Z Downloaded slog-term v2.9.1
11372025-02-28T07:32:34.298Z Downloaded num-derive v0.4.2
11382025-02-28T07:32:34.298Z Downloaded tokio-rustls v0.26.0
11392025-02-28T07:32:34.301Z Downloaded libgit2-sys v0.17.0+1.8.1
11402025-02-28T07:32:34.355Z Downloaded getrandom v0.3.1
11412025-02-28T07:32:34.358Z Downloaded typify v0.2.0
11422025-02-28T07:32:34.361Z Downloaded embedded-io v0.4.0
11432025-02-28T07:32:34.363Z Downloaded tar v0.4.44
11442025-02-28T07:32:34.366Z Downloaded debug-ignore v1.0.5
11452025-02-28T07:32:34.368Z Downloaded postgres-protocol v0.6.8
11462025-02-28T07:32:34.368Z Downloaded fallible-iterator v0.2.0
11472025-02-28T07:32:34.371Z Downloaded rayon-core v1.12.1
11482025-02-28T07:32:34.374Z Downloaded rand v0.8.5
11492025-02-28T07:32:34.377Z Downloaded publicsuffix v2.3.0
11502025-02-28T07:32:34.381Z Downloaded rustfmt-wrapper v0.2.1
11512025-02-28T07:32:34.381Z Downloaded rustc_version v0.4.1
11522025-02-28T07:32:34.384Z Downloaded filetime v0.2.25
11532025-02-28T07:32:34.384Z Downloaded derive_more v0.99.19
11542025-02-28T07:32:34.387Z Downloaded pin-project v1.1.6
11552025-02-28T07:32:34.396Z Downloaded rand_core v0.6.4
11562025-02-28T07:32:34.399Z Downloaded uuid v1.15.1
11572025-02-28T07:32:34.401Z Downloaded serde_with_macros v3.11.0
11582025-02-28T07:32:34.404Z Downloaded sha1 v0.10.6
11592025-02-28T07:32:34.405Z Downloaded crossbeam-channel v0.5.13
11602025-02-28T07:32:34.409Z Downloaded base64 v0.21.7
11612025-02-28T07:32:34.412Z Downloaded crypto-bigint v0.5.5
11622025-02-28T07:32:34.417Z Downloaded nu-ansi-term v0.50.1
11632025-02-28T07:32:34.419Z Downloaded nibble_vec v0.1.0
11642025-02-28T07:32:34.422Z Downloaded des v0.8.1
11652025-02-28T07:32:34.425Z Downloaded hash32 v0.2.1
11662025-02-28T07:32:34.426Z Downloaded writeable v0.5.5
11672025-02-28T07:32:34.429Z Downloaded tokio-tungstenite v0.24.0
11682025-02-28T07:32:34.429Z Downloaded tokio-tungstenite v0.23.1
11692025-02-28T07:32:34.431Z Downloaded synstructure v0.13.1
11702025-02-28T07:32:34.431Z Downloaded string_cache v0.8.7
11712025-02-28T07:32:34.434Z Downloaded signal-hook-mio v0.2.4
11722025-02-28T07:32:34.434Z Downloaded progenitor-impl v0.9.1
11732025-02-28T07:32:34.437Z Downloaded litrs v0.4.1
11742025-02-28T07:32:34.439Z Downloaded slog-json v2.6.1
11752025-02-28T07:32:34.439Z Downloaded lazycell v1.3.0
11762025-02-28T07:32:34.442Z Downloaded arc-swap v1.7.1
11772025-02-28T07:32:34.445Z Downloaded cookie v0.18.1
11782025-02-28T07:32:34.448Z Downloaded rtoolbox v0.0.2
11792025-02-28T07:32:34.448Z Downloaded mime v0.3.17
11802025-02-28T07:32:34.451Z Downloaded const-oid v0.9.6
11812025-02-28T07:32:34.451Z Downloaded clang-sys v1.8.1
11822025-02-28T07:32:34.454Z Downloaded crc-any v2.5.0
11832025-02-28T07:32:34.454Z Downloaded hex-literal v0.4.1
11842025-02-28T07:32:34.457Z Downloaded lalrpop-util v0.19.12
11852025-02-28T07:32:34.457Z Downloaded libsw v3.4.0
11862025-02-28T07:32:34.457Z Downloaded keccak v0.1.5
11872025-02-28T07:32:34.460Z Downloaded indoc v1.0.9
11882025-02-28T07:32:34.460Z Downloaded indent_write v2.2.0
11892025-02-28T07:32:34.463Z Downloaded colored v2.2.0
11902025-02-28T07:32:34.466Z Downloaded inout v0.1.3
11912025-02-28T07:32:34.466Z Downloaded indoc v2.0.5
11922025-02-28T07:32:34.468Z Downloaded idna_adapter v1.2.0
11932025-02-28T07:32:34.468Z Downloaded bcs v0.1.6
11942025-02-28T07:32:34.471Z Downloaded backoff v0.4.0
11952025-02-28T07:32:34.471Z Downloaded cexpr v0.6.0
11962025-02-28T07:32:34.474Z Downloaded crc32fast v1.4.2
11972025-02-28T07:32:34.474Z Downloaded argon2 v0.5.3
11982025-02-28T07:32:34.476Z Downloaded adler2 v2.0.0
11992025-02-28T07:32:34.477Z Downloaded httpdate v1.0.3
12002025-02-28T07:32:34.479Z Downloaded constant_time_eq v0.3.1
12012025-02-28T07:32:34.479Z Downloaded cipher v0.4.4
12022025-02-28T07:32:34.482Z Downloaded cassowary v0.3.0
12032025-02-28T07:32:34.482Z Downloaded bit-set v0.8.0
12042025-02-28T07:32:34.484Z Downloaded http-body v1.0.1
12052025-02-28T07:32:34.485Z Downloaded cmake v0.1.51
12062025-02-28T07:32:34.485Z Downloaded chrono-tz-build v0.4.0
12072025-02-28T07:32:34.487Z Downloaded bit-set v0.5.3
12082025-02-28T07:32:34.487Z Downloaded bitfield-struct v0.6.2
12092025-02-28T07:32:34.487Z Downloaded bit-vec v0.8.0
12102025-02-28T07:32:34.490Z Downloaded crc v3.2.1
12112025-02-28T07:32:34.495Z Downloaded castaway v0.2.3
12122025-02-28T07:32:34.495Z Downloaded blowfish v0.9.1
12132025-02-28T07:32:34.495Z Downloaded block-padding v0.3.3
12142025-02-28T07:32:34.495Z Downloaded bcrypt-pbkdf v0.10.0
12152025-02-28T07:32:34.495Z Downloaded atomic-waker v1.1.2
12162025-02-28T07:32:34.497Z Downloaded chacha20 v0.9.1
12172025-02-28T07:32:34.498Z Downloaded hickory-server v0.24.4
12182025-02-28T07:32:34.502Z Downloaded bit-vec v0.6.3
12192025-02-28T07:32:34.505Z Downloaded aead v0.5.2
12202025-02-28T07:32:34.860Z Downloaded aws-lc-sys v0.26.0
12212025-02-28T07:32:35.177Z Compiling serde v1.0.218
12222025-02-28T07:32:35.180Z Compiling value-bag v1.9.0
12232025-02-28T07:32:35.180Z Compiling lock_api v0.4.12
12242025-02-28T07:32:35.180Z Compiling scopeguard v1.2.0
12252025-02-28T07:32:35.180Z Compiling typenum v1.17.0
12262025-02-28T07:32:35.180Z Compiling generic-array v0.14.7
12272025-02-28T07:32:35.376Z Compiling syn v2.0.98
12282025-02-28T07:32:35.379Z Compiling getrandom v0.2.15
12292025-02-28T07:32:35.498Z Compiling subtle v2.6.1
12302025-02-28T07:32:35.734Z Compiling log v0.4.22
12312025-02-28T07:32:35.809Z Compiling rand_core v0.6.4
12322025-02-28T07:32:35.847Z Compiling shlex v1.3.0
12332025-02-28T07:32:35.866Z Compiling jobserver v0.1.32
12342025-02-28T07:32:35.897Z Compiling smallvec v1.14.0
12352025-02-28T07:32:36.183Z Compiling const-oid v0.9.6
12362025-02-28T07:32:36.204Z Compiling pin-project-lite v0.2.14
12372025-02-28T07:32:36.284Z Compiling cc v1.2.15
12382025-02-28T07:32:36.310Z Compiling parking_lot_core v0.9.10
12392025-02-28T07:32:36.351Z Compiling rustix v0.38.37
12402025-02-28T07:32:36.482Z Compiling futures-core v0.3.31
12412025-02-28T07:32:36.642Z Compiling spin v0.9.8
12422025-02-28T07:32:36.890Z Compiling signal-hook-registry v1.4.2
12432025-02-28T07:32:37.169Z Compiling mio v1.0.2
12442025-02-28T07:32:37.292Z Compiling parking_lot v0.12.3
12452025-02-28T07:32:37.475Z Compiling aho-corasick v1.1.3
12462025-02-28T07:32:37.613Z Compiling either v1.14.0
12472025-02-28T07:32:37.953Z Compiling regex-syntax v0.8.5
12482025-02-28T07:32:38.049Z Compiling cpufeatures v0.2.14
12492025-02-28T07:32:38.143Z Compiling futures-sink v0.3.31
12502025-02-28T07:32:38.169Z Compiling stable_deref_trait v1.2.0
12512025-02-28T07:32:38.263Z Compiling socket2 v0.5.8
12522025-02-28T07:32:38.297Z Compiling slab v0.4.9
12532025-02-28T07:32:38.317Z Compiling glob v0.3.2
12542025-02-28T07:32:38.335Z Compiling prettyplease v0.2.29
12552025-02-28T07:32:38.702Z Compiling lazy_static v1.5.0
12562025-02-28T07:32:38.855Z Compiling minimal-lexical v0.2.1
12572025-02-28T07:32:39.139Z Compiling serde_json v1.0.139
12582025-02-28T07:32:39.159Z Compiling futures-channel v0.3.31
12592025-02-28T07:32:39.236Z Compiling clang-sys v1.8.1
12602025-02-28T07:32:39.404Z Compiling nom v7.1.3
12612025-02-28T07:32:39.504Z Compiling libloading v0.8.5
12622025-02-28T07:32:39.565Z Compiling futures-io v0.3.31
12632025-02-28T07:32:39.839Z Compiling home v0.5.9
12642025-02-28T07:32:39.890Z Compiling bindgen v0.69.5
12652025-02-28T07:32:39.999Z Compiling futures-task v0.3.31
12662025-02-28T07:32:40.058Z Compiling pin-utils v0.1.0
12672025-02-28T07:32:40.303Z Compiling itertools v0.12.1
12682025-02-28T07:32:40.350Z Compiling foldhash v0.1.3
12692025-02-28T07:32:40.652Z Compiling rustc-hash v1.1.0
12702025-02-28T07:32:40.811Z Compiling libm v0.2.8
12712025-02-28T07:32:40.832Z Compiling allocator-api2 v0.2.18
12722025-02-28T07:32:41.172Z Compiling lazycell v1.3.0
12732025-02-28T07:32:41.375Z Compiling cmake v0.1.51
12742025-02-28T07:32:41.591Z Compiling hashbrown v0.15.1
12752025-02-28T07:32:42.236Z Compiling regex-automata v0.4.8
12762025-02-28T07:32:42.262Z Compiling num-traits v0.2.19
12772025-02-28T07:32:42.588Z Compiling cexpr v0.6.0
12782025-02-28T07:32:42.793Z Compiling dunce v1.0.5
12792025-02-28T07:32:42.814Z Compiling synstructure v0.13.1
12802025-02-28T07:32:43.208Z Compiling pkg-config v0.3.31
12812025-02-28T07:32:44.068Z Compiling fs_extra v1.3.0
12822025-02-28T07:32:44.418Z Compiling writeable v0.5.5
12832025-02-28T07:32:44.494Z Compiling litemap v0.7.3
12842025-02-28T07:32:44.608Z Compiling getrandom v0.3.1
12852025-02-28T07:32:44.883Z Compiling ring v0.17.11
12862025-02-28T07:32:44.960Z Compiling paste v1.0.15
12872025-02-28T07:32:45.475Z Compiling base64ct v1.6.0
12882025-02-28T07:32:45.711Z Compiling icu_locid_transform_data v1.5.0
12892025-02-28T07:32:45.830Z Compiling httparse v1.9.5
12902025-02-28T07:32:45.994Z Compiling pem-rfc7468 v0.7.0
12912025-02-28T07:32:46.044Z Compiling aws-lc-rs v1.12.4
12922025-02-28T07:32:46.487Z Compiling flagset v0.4.6
12932025-02-28T07:32:46.657Z Compiling tracing-core v0.1.32
12942025-02-28T07:32:46.697Z Compiling crossbeam-utils v0.8.20
12952025-02-28T07:32:47.058Z Compiling rustls-pki-types v1.10.0
12962025-02-28T07:32:47.242Z Compiling icu_properties_data v1.5.0
12972025-02-28T07:32:47.476Z Compiling regex v1.11.1
12982025-02-28T07:32:47.661Z Compiling percent-encoding v2.3.1
12992025-02-28T07:32:47.797Z Compiling serde_derive v1.0.218
13002025-02-28T07:32:47.812Z Compiling zeroize_derive v1.4.2
13012025-02-28T07:32:47.968Z Compiling zerocopy-derive v0.7.35
13022025-02-28T07:32:47.988Z Compiling tokio-macros v2.5.0
13032025-02-28T07:32:48.424Z Compiling zerofrom-derive v0.1.4
13042025-02-28T07:32:49.177Z Compiling zeroize v1.8.1
13052025-02-28T07:32:49.391Z Compiling yoke-derive v0.7.4
13062025-02-28T07:32:49.924Z Compiling zerocopy v0.7.35
13072025-02-28T07:32:50.546Z Compiling thiserror-impl v1.0.69
13082025-02-28T07:32:50.829Z Compiling crypto-common v0.1.6
13092025-02-28T07:32:51.068Z Compiling block-buffer v0.10.4
13102025-02-28T07:32:51.225Z Compiling zerovec-derive v0.10.3
13112025-02-28T07:32:51.339Z Compiling digest v0.10.7
13122025-02-28T07:32:51.827Z Compiling zerofrom v0.1.4
13132025-02-28T07:32:51.850Z Compiling futures-macro v0.3.31
13142025-02-28T07:32:51.869Z Compiling hmac v0.12.1
13152025-02-28T07:32:52.011Z Compiling displaydoc v0.2.5
13162025-02-28T07:32:52.069Z Compiling yoke v0.7.4
13172025-02-28T07:32:52.139Z Compiling block-padding v0.3.3
13182025-02-28T07:32:52.414Z Compiling inout v0.1.3
13192025-02-28T07:32:52.460Z Compiling ppv-lite86 v0.2.20
13202025-02-28T07:32:52.487Z Compiling sha2 v0.10.8
13212025-02-28T07:32:52.696Z Compiling cipher v0.4.4
13222025-02-28T07:32:53.213Z Compiling icu_provider_macros v1.5.0
13232025-02-28T07:32:53.232Z Compiling der_derive v0.7.3
13242025-02-28T07:32:53.440Z Compiling thiserror v1.0.69
13252025-02-28T07:32:53.514Z Compiling tracing-attributes v0.1.27
13262025-02-28T07:32:53.587Z Compiling pest v2.7.14
13272025-02-28T07:32:53.698Z Compiling futures-util v0.3.31
13282025-02-28T07:32:53.717Z Compiling zerovec v0.10.4
13292025-02-28T07:32:54.256Z Compiling salsa20 v0.10.2
13302025-02-28T07:32:54.469Z Compiling pbkdf2 v0.12.2
13312025-02-28T07:32:55.324Z Compiling untrusted v0.7.1
13322025-02-28T07:32:55.435Z Compiling tinystr v0.7.6
13332025-02-28T07:32:55.503Z Compiling der v0.7.9
13342025-02-28T07:32:55.744Z Compiling icu_collections v1.5.0
13352025-02-28T07:32:55.815Z Compiling icu_locid v1.5.0
13362025-02-28T07:32:56.104Z Compiling num-conv v0.1.0
13372025-02-28T07:32:56.397Z Compiling vcpkg v0.2.15
13382025-02-28T07:32:56.510Z Compiling time-core v0.1.2
13392025-02-28T07:32:56.710Z Compiling tracing v0.1.40
13402025-02-28T07:32:56.778Z Compiling untrusted v0.9.0
13412025-02-28T07:32:56.978Z Compiling icu_provider v1.5.0
13422025-02-28T07:32:57.068Z Compiling utf16_iter v1.0.5
13432025-02-28T07:32:57.249Z Compiling powerfmt v0.2.0
13442025-02-28T07:32:57.298Z Compiling icu_normalizer_data v1.5.0
13452025-02-28T07:32:57.423Z Compiling write16 v1.0.0
13462025-02-28T07:32:57.580Z Compiling spki v0.7.3
13472025-02-28T07:32:57.644Z Compiling utf8_iter v1.0.4
13482025-02-28T07:32:57.820Z Compiling icu_locid_transform v1.5.0
13492025-02-28T07:32:57.898Z Compiling deranged v0.3.11
13502025-02-28T07:32:57.965Z Compiling time-macros v0.2.18
13512025-02-28T07:32:58.180Z Compiling openssl-sys v0.9.106
13522025-02-28T07:32:58.445Z Compiling pest_meta v2.7.14
13532025-02-28T07:32:59.209Z Compiling icu_properties v1.5.1
13542025-02-28T07:32:59.277Z Compiling scrypt v0.11.0
13552025-02-28T07:32:59.792Z Compiling aes v0.8.4
13562025-02-28T07:33:00.024Z Compiling cbc v0.1.2
13572025-02-28T07:33:00.129Z Compiling scroll_derive v0.12.0
13582025-02-28T07:33:00.272Z Compiling bitflags v2.6.0
13592025-02-28T07:33:00.586Z Compiling bytes v1.10.0
13602025-02-28T07:33:01.552Z Compiling semver v1.0.25
13612025-02-28T07:33:02.082Z Compiling tokio v1.43.0
13622025-02-28T07:33:02.292Z Compiling indexmap v2.7.1
13632025-02-28T07:33:02.325Z Compiling http v1.2.0
13642025-02-28T07:33:02.620Z Compiling rustc_version v0.4.1
13652025-02-28T07:33:02.716Z Compiling num_threads v0.1.7
13662025-02-28T07:33:02.865Z Compiling tinyvec_macros v0.1.1
13672025-02-28T07:33:02.965Z Compiling icu_normalizer v1.5.0
13682025-02-28T07:33:03.289Z Compiling atomic-waker v1.1.2
13692025-02-28T07:33:03.497Z Compiling tinyvec v1.8.0
13702025-02-28T07:33:03.609Z Compiling time v0.3.36
13712025-02-28T07:33:03.803Z Compiling http-body v1.0.1
13722025-02-28T07:33:03.920Z Compiling idna_adapter v1.2.0
13732025-02-28T07:33:04.058Z Compiling scroll v0.12.0
13742025-02-28T07:33:04.148Z Compiling pkcs5 v0.7.1
13752025-02-28T07:33:04.483Z Compiling which v4.4.2
13762025-02-28T07:33:04.609Z Compiling pest_generator v2.7.14
13772025-02-28T07:33:04.761Z Compiling rand_chacha v0.3.1
13782025-02-28T07:33:05.052Z Compiling form_urlencoded v1.2.1
13792025-02-28T07:33:05.218Z Compiling slog v2.7.0
13802025-02-28T07:33:05.360Z Compiling zerocopy v0.8.10
13812025-02-28T07:33:05.395Z Compiling try-lock v0.2.5
13822025-02-28T07:33:05.563Z Compiling want v0.3.1
13832025-02-28T07:33:05.795Z Compiling goblin v0.8.2
13842025-02-28T07:33:05.871Z Compiling rand v0.8.5
13852025-02-28T07:33:06.227Z Compiling pkcs8 v0.10.2
13862025-02-28T07:33:06.336Z Compiling pest_derive v2.7.14
13872025-02-28T07:33:06.864Z Compiling idna v1.0.3
13882025-02-28T07:33:07.175Z Compiling uuid v1.15.1
13892025-02-28T07:33:07.196Z Compiling zerocopy-derive v0.8.10
13902025-02-28T07:33:07.965Z Compiling httpdate v1.0.3
13912025-02-28T07:33:08.233Z Compiling tower-service v0.3.3
13922025-02-28T07:33:08.384Z Compiling iana-time-zone v0.1.61
13932025-02-28T07:33:08.406Z Compiling dtrace-parser v0.2.0
13942025-02-28T07:33:08.753Z Compiling chrono v0.4.40
13952025-02-28T07:33:08.787Z Compiling serde_spanned v0.6.8
13962025-02-28T07:33:09.038Z Compiling serde_tokenstream v0.2.2
13972025-02-28T07:33:09.150Z Compiling toml_datetime v0.6.8
13982025-02-28T07:33:10.076Z Compiling foreign-types-shared v0.1.1
13992025-02-28T07:33:10.106Z Compiling match_cfg v0.1.0
14002025-02-28T07:33:10.106Z Compiling rustversion v1.0.17
14012025-02-28T07:33:10.106Z Compiling base64 v0.22.1
14022025-02-28T07:33:10.221Z Compiling tokio-util v0.7.13
14032025-02-28T07:33:10.403Z Compiling openssl v0.10.71
14042025-02-28T07:33:10.446Z Compiling adler2 v2.0.0
14052025-02-28T07:33:10.665Z Compiling miniz_oxide v0.8.5
14062025-02-28T07:33:10.961Z Compiling hostname v0.3.1
14072025-02-28T07:33:11.180Z Compiling h2 v0.4.6
14082025-02-28T07:33:11.461Z Compiling foreign-types v0.3.2
14092025-02-28T07:33:11.578Z Compiling dof v0.3.0
14102025-02-28T07:33:12.008Z Compiling url v2.5.3
14112025-02-28T07:33:13.089Z Compiling rand_core v0.9.2
14122025-02-28T07:33:13.376Z Compiling usdt-impl v0.5.0
14132025-02-28T07:33:13.437Z Compiling openssl-macros v0.1.1
14142025-02-28T07:33:13.529Z Compiling async-trait v0.1.86
14152025-02-28T07:33:13.764Z Compiling serde_derive_internals v0.29.1
14162025-02-28T07:33:14.203Z Compiling dirs-sys-next v0.1.2
14172025-02-28T07:33:14.753Z Compiling rustls v0.22.4
14182025-02-28T07:33:14.782Z Compiling native-tls v0.2.12
14192025-02-28T07:33:15.008Z Compiling schemars v0.8.22
14202025-02-28T07:33:15.064Z Compiling rustls v0.23.19
14212025-02-28T07:33:15.119Z Compiling data-encoding v2.6.0
14222025-02-28T07:33:15.156Z Compiling siphasher v0.3.11
14232025-02-28T07:33:15.369Z Compiling syn v1.0.109
14242025-02-28T07:33:15.490Z Compiling dirs-next v2.0.0
14252025-02-28T07:33:15.696Z Compiling rand_chacha v0.9.0
14262025-02-28T07:33:16.036Z Compiling schemars_derive v0.8.22
14272025-02-28T07:33:16.093Z Compiling unicode-normalization v0.1.24
14282025-02-28T07:33:17.080Z Compiling http-body-util v0.1.2
14292025-02-28T07:33:17.178Z Compiling heapless v0.7.17
14302025-02-28T07:33:17.269Z Compiling crossbeam-epoch v0.9.18
14312025-02-28T07:33:17.557Z Compiling signature v2.2.0
14322025-02-28T07:33:17.657Z Compiling sha1 v0.10.6
14332025-02-28T07:33:17.844Z Compiling bzip2-sys v0.1.11+1.0.8
14342025-02-28T07:33:17.866Z Compiling thread_local v1.1.8
14352025-02-28T07:33:17.976Z Compiling encoding_rs v0.8.34
14362025-02-28T07:33:18.094Z Compiling multer v3.1.0
14372025-02-28T07:33:18.341Z Compiling cookie v0.18.1
14382025-02-28T07:33:18.361Z Compiling gimli v0.31.1
14392025-02-28T07:33:18.406Z Compiling dyn-clone v1.0.18
14402025-02-28T07:33:18.620Z Compiling hyper v1.6.0
14412025-02-28T07:33:18.652Z Compiling ipnet v2.11.0
14422025-02-28T07:33:19.085Z Compiling unicode-bidi v0.3.17
14432025-02-28T07:33:19.647Z Compiling openssl-probe v0.1.5
14442025-02-28T07:33:19.973Z Compiling rayon-core v1.12.1
14452025-02-28T07:33:20.290Z Compiling mime v0.3.17
14462025-02-28T07:33:20.333Z Compiling slog-async v2.8.0
14472025-02-28T07:33:20.808Z Compiling unicode-properties v0.1.3
14482025-02-28T07:33:20.842Z Compiling signal-hook v0.3.17
14492025-02-28T07:33:21.149Z Compiling hyper-util v0.1.10
14502025-02-28T07:33:21.237Z Compiling stringprep v0.1.5
14512025-02-28T07:33:22.011Z Compiling toml_edit v0.22.24
14522025-02-28T07:33:22.363Z Compiling crossbeam-deque v0.8.5
14532025-02-28T07:33:22.725Z Compiling addr2line v0.24.2
14542025-02-28T07:33:23.153Z Compiling rand v0.9.0
14552025-02-28T07:33:23.381Z Compiling term v0.7.0
14562025-02-28T07:33:23.799Z Compiling usdt-attr-macro v0.5.0
14572025-02-28T07:33:24.100Z Compiling usdt-macro v0.5.0
14582025-02-28T07:33:24.616Z Compiling slog-json v2.6.1
14592025-02-28T07:33:24.776Z Compiling serde_urlencoded v0.7.1
14602025-02-28T07:33:24.969Z Compiling curve25519-dalek v4.1.3
14612025-02-28T07:33:25.214Z Compiling crossbeam-channel v0.5.13
14622025-02-28T07:33:25.289Z Compiling futures-executor v0.3.31
14632025-02-28T07:33:25.425Z Compiling enum-as-inner v0.6.1
14642025-02-28T07:33:25.530Z Compiling md-5 v0.10.6
14652025-02-28T07:33:25.645Z Compiling async-stream-impl v0.3.6
14662025-02-28T07:33:25.776Z Compiling rustls-pemfile v2.2.0
14672025-02-28T07:33:25.798Z Compiling num-integer v0.1.46
14682025-02-28T07:33:26.114Z Compiling hash32 v0.2.1
14692025-02-28T07:33:26.220Z Compiling ff v0.13.0
14702025-02-28T07:33:26.468Z Compiling is-terminal v0.4.13
14712025-02-28T07:33:26.487Z Compiling object v0.36.5
14722025-02-28T07:33:26.507Z Compiling memoffset v0.9.1
14732025-02-28T07:33:26.527Z Compiling dropshot v0.12.0
14742025-02-28T07:33:26.603Z Compiling rustc-demangle v0.1.24
14752025-02-28T07:33:26.858Z Compiling portable-atomic v1.9.0
14762025-02-28T07:33:26.879Z Compiling cfg_aliases v0.2.1
14772025-02-28T07:33:26.920Z Compiling take_mut v0.2.2
14782025-02-28T07:33:26.988Z Compiling smoltcp v0.9.1
14792025-02-28T07:33:27.099Z Compiling utf-8 v0.7.6
14802025-02-28T07:33:27.420Z Compiling fallible-iterator v0.2.0
14812025-02-28T07:33:27.583Z Compiling linked-hash-map v0.5.6
14822025-02-28T07:33:27.655Z Compiling litrs v0.4.1
14832025-02-28T07:33:27.811Z Compiling psl-types v2.0.11
14842025-02-28T07:33:27.906Z Compiling quick-error v1.2.3
14852025-02-28T07:33:28.032Z Compiling anyhow v1.0.96
14862025-02-28T07:33:28.077Z Compiling base16ct v0.2.0
14872025-02-28T07:33:28.097Z Compiling num-bigint-dig v0.8.4
14882025-02-28T07:33:28.413Z Compiling sec1 v0.7.3
14892025-02-28T07:33:28.464Z Compiling resolv-conf v0.7.0
14902025-02-28T07:33:28.682Z Compiling document-features v0.2.10
14912025-02-28T07:33:29.009Z Compiling postgres-protocol v0.6.8
14922025-02-28T07:33:29.034Z Compiling publicsuffix v2.3.0
14932025-02-28T07:33:29.055Z Compiling lru-cache v0.1.2
14942025-02-28T07:33:29.254Z Compiling tungstenite v0.24.0
14952025-02-28T07:33:29.315Z Compiling nix v0.29.0
14962025-02-28T07:33:29.803Z Compiling async-stream v0.3.6
14972025-02-28T07:33:30.199Z Compiling slog-term v2.9.1
14982025-02-28T07:33:30.261Z Compiling usdt v0.5.0
14992025-02-28T07:33:30.280Z Compiling hickory-proto v0.24.4
15002025-02-28T07:33:30.300Z Compiling group v0.13.0
15012025-02-28T07:33:30.729Z Compiling num-iter v0.1.45
15022025-02-28T07:33:31.064Z Compiling futures v0.3.31
15032025-02-28T07:33:31.138Z Compiling toml v0.8.20
15042025-02-28T07:33:31.182Z Compiling slog-bunyan v2.5.0
15052025-02-28T07:33:32.484Z Compiling camino v1.1.9
15062025-02-28T07:33:32.607Z Compiling tokio-native-tls v0.3.1
15072025-02-28T07:33:32.888Z Compiling phf_shared v0.11.2
15082025-02-28T07:33:33.020Z Compiling dropshot_endpoint v0.12.0
15092025-02-28T07:33:33.269Z Compiling backtrace v0.3.74
15102025-02-28T07:33:33.308Z Compiling terminal_size v0.4.0
15112025-02-28T07:33:33.548Z Compiling openapiv3 v2.0.0
15122025-02-28T07:33:33.570Z Compiling waitgroup v0.1.2
15132025-02-28T07:33:33.678Z Compiling serde_path_to_error v0.1.16
15142025-02-28T07:33:33.803Z Compiling hkdf v0.12.4
15152025-02-28T07:33:34.079Z Compiling crypto-bigint v0.5.5
15162025-02-28T07:33:34.462Z Compiling curve25519-dalek-derive v0.1.1
15172025-02-28T07:33:35.205Z Compiling hubpack_derive v0.1.1
15182025-02-28T07:33:35.915Z Compiling zerocopy-derive v0.6.6
15192025-02-28T07:33:36.110Z Compiling webpki-roots v0.26.6
15202025-02-28T07:33:36.141Z Compiling sync_wrapper v1.0.1
15212025-02-28T07:33:36.312Z Compiling hostname v0.4.0
15222025-02-28T07:33:36.340Z Compiling fs-err v2.11.0
15232025-02-28T07:33:36.527Z Compiling crc32fast v1.4.2
15242025-02-28T07:33:36.695Z Compiling ahash v0.8.11
15252025-02-28T07:33:36.903Z Compiling winnow v0.5.40
15262025-02-28T07:33:37.073Z Compiling tower-layer v0.3.3
15272025-02-28T07:33:37.076Z Compiling debug-ignore v1.0.5
15282025-02-28T07:33:37.274Z Compiling unicode-width v0.2.0
15292025-02-28T07:33:37.368Z Compiling managed v0.8.0
15302025-02-28T07:33:37.607Z Compiling newtype-uuid v1.2.1
15312025-02-28T07:33:37.793Z Compiling clap_builder v4.5.31
15322025-02-28T07:33:37.892Z Compiling zerocopy v0.6.6
15332025-02-28T07:33:37.966Z Compiling console v0.15.10
15342025-02-28T07:33:38.661Z Compiling tower v0.5.2
15352025-02-28T07:33:39.274Z Compiling strum_macros v0.25.3
15362025-02-28T07:33:39.379Z Compiling elliptic-curve v0.13.8
15372025-02-28T07:33:39.509Z Compiling flate2 v1.1.0
15382025-02-28T07:33:39.905Z Compiling hubpack v0.1.2
15392025-02-28T07:33:40.152Z Compiling toml_edit v0.19.15
15402025-02-28T07:33:40.332Z Compiling hickory-resolver v0.24.4
15412025-02-28T07:33:40.420Z Compiling phf v0.11.2
15422025-02-28T07:33:40.698Z Compiling signal-hook-mio v0.2.4
15432025-02-28T07:33:40.889Z Compiling hyper-tls v0.6.0
15442025-02-28T07:33:41.135Z Compiling rayon v1.10.0
15452025-02-28T07:33:41.306Z Compiling cookie_store v0.21.1
15462025-02-28T07:33:42.774Z Compiling bzip2 v0.4.4
15472025-02-28T07:33:43.307Z Compiling tokio-tungstenite v0.24.0
15482025-02-28T07:33:43.920Z Compiling postgres-types v0.2.9
15492025-02-28T07:33:45.548Z Compiling ed25519 v2.2.3
15502025-02-28T07:33:45.774Z Compiling phf_shared v0.10.0
15512025-02-28T07:33:45.969Z Compiling tokio-stream v0.1.17
15522025-02-28T07:33:46.148Z Compiling pkcs1 v0.7.5
15532025-02-28T07:33:46.556Z Compiling serde-big-array v0.5.1
15542025-02-28T07:33:46.821Z Compiling clap_derive v4.5.28
15552025-02-28T07:33:46.920Z Compiling rfc6979 v0.4.0
15562025-02-28T07:33:47.075Z Compiling serde_repr v0.1.19
15572025-02-28T07:33:47.126Z Compiling derive-where v1.2.7
15582025-02-28T07:33:47.167Z Compiling bstr v1.10.0
15592025-02-28T07:33:47.388Z Compiling float-cmp v0.10.0
15602025-02-28T07:33:47.646Z Compiling normalize-line-endings v0.3.0
15612025-02-28T07:33:47.799Z Compiling predicates-core v1.0.8
15622025-02-28T07:33:47.874Z Compiling number_prefix v0.4.0
15632025-02-28T07:33:48.116Z Compiling precomputed-hash v0.1.1
15642025-02-28T07:33:48.140Z Compiling bit-vec v0.6.3
15652025-02-28T07:33:48.217Z Compiling fixedbitset v0.4.2
15662025-02-28T07:33:48.245Z Compiling unicode-segmentation v1.12.0
15672025-02-28T07:33:48.514Z Compiling static_assertions v1.1.0
15682025-02-28T07:33:48.625Z Compiling difflib v0.4.0
15692025-02-28T07:33:48.657Z Compiling whoami v1.5.2
15702025-02-28T07:33:48.743Z Compiling new_debug_unreachable v1.0.6
15712025-02-28T07:33:48.855Z Compiling string_cache v0.8.7
15722025-02-28T07:33:49.092Z Compiling predicates v3.1.3
15732025-02-28T07:33:49.216Z Compiling tokio-postgres v0.7.13
15742025-02-28T07:33:49.280Z Compiling similar v2.6.0
15752025-02-28T07:33:49.939Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15762025-02-28T07:33:50.280Z Compiling petgraph v0.6.5
15772025-02-28T07:33:50.599Z Compiling bit-set v0.5.3
15782025-02-28T07:33:50.866Z Compiling indicatif v0.17.11
15792025-02-28T07:33:51.282Z Compiling clap v4.5.31
15802025-02-28T07:33:51.389Z Compiling ecdsa v0.16.9
15812025-02-28T07:33:51.412Z Compiling rsa v0.9.6
15822025-02-28T07:33:52.243Z Compiling ed25519-dalek v2.1.1
15832025-02-28T07:33:53.550Z Compiling toml v0.7.8
15842025-02-28T07:33:53.881Z Compiling zip v0.6.6
15852025-02-28T07:33:54.855Z Compiling crossterm v0.28.1
15862025-02-28T07:33:55.489Z Compiling hex v0.4.3
15872025-02-28T07:33:55.510Z Compiling x509-cert v0.2.5
15882025-02-28T07:33:55.707Z Compiling itertools v0.10.5
15892025-02-28T07:33:56.102Z Compiling lalrpop-util v0.19.12
15902025-02-28T07:33:56.216Z Compiling peg-runtime v0.8.3
15912025-02-28T07:33:56.468Z Compiling unicode-xid v0.2.6
15922025-02-28T07:33:56.671Z Compiling strum_macros v0.26.4
15932025-02-28T07:33:56.816Z Compiling xattr v1.3.1
15942025-02-28T07:33:57.050Z Compiling filetime v0.2.25
15952025-02-28T07:33:57.592Z Compiling tar v0.4.44
15962025-02-28T07:34:01.232Z Compiling strum v0.26.3
15972025-02-28T07:34:04.024Z Compiling aws-lc-sys v0.26.0
15982025-02-28T07:34:33.921Z Compiling rustls-webpki v0.102.8
15992025-02-28T07:34:37.120Z Compiling tokio-rustls v0.25.0
16002025-02-28T07:34:38.819Z Compiling tokio-rustls v0.26.0
16012025-02-28T07:34:39.154Z Compiling hyper-rustls v0.27.3
16022025-02-28T07:34:39.504Z Compiling reqwest v0.12.12
16032025-02-28T07:34:40.769Z Compiling qorb v0.2.1
16042025-02-28T07:34:43.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052025-02-28T07:34:44.036Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062025-02-28T07:34:48.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16072025-02-28T07:34:48.727Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16082025-02-28T07:34:48.780ZFeb 28 07:34:47.944 INFO Starting download, target: Clickhouse
16092025-02-28T07:34:48.780ZFeb 28 07:34:47.944 INFO Starting download, target: Console
16102025-02-28T07:34:48.780ZFeb 28 07:34:47.944 INFO Starting download, target: Cockroach
16112025-02-28T07:34:48.780ZFeb 28 07:34:47.944 INFO Starting download, target: DendriteOpenapi
16122025-02-28T07:34:48.784ZFeb 28 07:34:47.944 INFO Starting download, target: DendriteStub
16132025-02-28T07:34:48.784ZFeb 28 07:34:47.944 INFO Starting download, target: MaghemiteMgd
16142025-02-28T07:34:48.784ZFeb 28 07:34:47.944 INFO Starting download, target: TransceiverControl
16152025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16162025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16172025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16182025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16192025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16202025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16212025-02-28T07:34:48.784ZFeb 28 07:34:47.945 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16222025-02-28T07:34:49.062ZFeb 28 07:34:48.226 INFO Download complete, target: DendriteOpenapi
16232025-02-28T07:34:49.150ZFeb 28 07:34:48.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16242025-02-28T07:34:49.428ZFeb 28 07:34:48.577 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16252025-02-28T07:34:49.593ZFeb 28 07:34:48.738 INFO Download complete, target: TransceiverControl
16262025-02-28T07:34:49.769ZFeb 28 07:34:48.933 INFO Download complete, target: Console
16272025-02-28T07:34:49.944ZFeb 28 07:34:49.109 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16282025-02-28T07:34:49.966ZFeb 28 07:34:49.131 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16292025-02-28T07:34:50.652ZFeb 28 07:34:49.818 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16302025-02-28T07:34:50.652ZFeb 28 07:34:49.818 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16312025-02-28T07:34:50.803ZFeb 28 07:34:49.967 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16322025-02-28T07:34:52.505ZFeb 28 07:34:51.664 INFO Download complete, target: DendriteStub
16332025-02-28T07:34:52.535ZFeb 28 07:34:51.700 INFO Download complete, target: MaghemiteMgd
16342025-02-28T07:34:57.295ZFeb 28 07:34:56.460 INFO Checking that binary works, target: Cockroach
16352025-02-28T07:34:57.530ZFeb 28 07:34:56.695 INFO Download complete, target: Cockroach
16362025-02-28T07:35:01.733ZFeb 28 07:35:00.895 INFO Checking that binary works, target: Clickhouse
16372025-02-28T07:35:01.844ZFeb 28 07:35:01.008 INFO Download complete, target: Clickhouse
16382025-02-28T07:35:01.866ZAll builder prerequisites installed successfully, and PATH looks valid
16392025-02-28T07:35:01.870Z
16402025-02-28T07:35:01.870Zreal 4:45.482933645
16412025-02-28T07:35:01.870Zuser 15:51.466223719
16422025-02-28T07:35:01.870Zsys 2:10.465681953
16432025-02-28T07:35:01.870Ztrap 0.595313809
16442025-02-28T07:35:01.870Ztflt 1.038679624
16452025-02-28T07:35:01.870Zdflt 1.948497315
16462025-02-28T07:35:01.870Zkflt 0.027751506
16472025-02-28T07:35:01.870Zlock 24:12.592364934
16482025-02-28T07:35:01.870Zslp 56:33.114287534
16492025-02-28T07:35:01.870Zlat 1:04.826512655
16502025-02-28T07:35:01.871Zstop 2:29.628316450
16512025-02-28T07:35:01.872Z+ banner hack-check
16522025-02-28T07:35:01.872Z
16532025-02-28T07:35:01.872Z # # ## #### # # #### # # ###### #### # #
16542025-02-28T07:35:01.872Z # # # # # # # # # # # # # # # # #
16552025-02-28T07:35:01.872Z ###### # # # #### ##### # ###### ##### # ####
16562025-02-28T07:35:01.872Z # # ###### # # # # # # # # # #
16572025-02-28T07:35:01.872Z # # # # # # # # # # # # # # # # #
16582025-02-28T07:35:01.872Z # # # # #### # # #### # # ###### #### # #
16592025-02-28T07:35:01.872Z
16602025-02-28T07:35:01.872Z+ export CARGO_INCREMENTAL=0
16612025-02-28T07:35:01.872Z+ CARGO_INCREMENTAL=0
16622025-02-28T07:35:01.872Z+ ptime -m timeout 2h cargo xtask check-features --ci
16632025-02-28T07:35:02.510Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16642025-02-28T07:35:05.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
16652025-02-28T07:35:05.493Z Running `target/debug/xtask check-features --ci`
16662025-02-28T07:35:05.517Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16672025-02-28T07:35:05.520Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16682025-02-28T07:35:06.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16692025-02-28T07:35:06.026Z Running `target/debug/xtask download cargo-hack`
16702025-02-28T07:35:06.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16712025-02-28T07:35:07.285Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16722025-02-28T07:35:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
16732025-02-28T07:35:11.152Z Running `target/debug/xtask-downloader cargo-hack`
16742025-02-28T07:35:11.192ZFeb 28 07:35:10.355 INFO Starting download, target: CargoHack
16752025-02-28T07:35:11.195ZFeb 28 07:35:10.356 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16762025-02-28T07:35:11.774ZFeb 28 07:35:10.937 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16772025-02-28T07:35:11.850ZFeb 28 07:35:11.014 INFO Download complete, target: CargoHack
16782025-02-28T07:35:11.854Zrunning: "/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"
16792025-02-28T07:35:11.870Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16802025-02-28T07:35:12.060Zinfo: running `cargo check --bins` on api_identity (1/199)
16812025-02-28T07:35:12.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-02-28T07:35:12.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-02-28T07:35:12.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-02-28T07:35:12.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16852025-02-28T07:35:12.728Z
16862025-02-28T07:35:12.728Zinfo: running `cargo check --bins` on bootstore (2/199)
16872025-02-28T07:35:13.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-02-28T07:35:13.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-02-28T07:35:13.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-02-28T07:35:13.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16912025-02-28T07:35:13.414Z
16922025-02-28T07:35:13.414Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16932025-02-28T07:35:13.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-02-28T07:35:13.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-02-28T07:35:14.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-02-28T07:35:14.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16972025-02-28T07:35:14.080Z
16982025-02-28T07:35:14.080Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16992025-02-28T07:35:14.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-02-28T07:35:14.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-02-28T07:35:14.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-02-28T07:35:14.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17032025-02-28T07:35:14.755Z
17042025-02-28T07:35:14.755Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17052025-02-28T07:35:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-02-28T07:35:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-02-28T07:35:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-02-28T07:35:15.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17092025-02-28T07:35:15.221Z
17102025-02-28T07:35:15.221Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17112025-02-28T07:35:15.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-02-28T07:35:15.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-02-28T07:35:15.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-02-28T07:35:15.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17152025-02-28T07:35:15.690Z
17162025-02-28T07:35:15.690Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17172025-02-28T07:35:16.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-02-28T07:35:16.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-02-28T07:35:16.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-02-28T07:35:16.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17212025-02-28T07:35:16.155Z
17222025-02-28T07:35:16.155Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17232025-02-28T07:35:16.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-02-28T07:35:16.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-02-28T07:35:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-02-28T07:35:16.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17272025-02-28T07:35:16.627Z
17282025-02-28T07:35:16.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17292025-02-28T07:35:17.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-02-28T07:35:17.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-02-28T07:35:17.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-02-28T07:35:17.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17332025-02-28T07:35:17.097Z
17342025-02-28T07:35:17.097Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17352025-02-28T07:35:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-02-28T07:35:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-02-28T07:35:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-02-28T07:35:17.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17392025-02-28T07:35:17.567Z
17402025-02-28T07:35:17.567Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17412025-02-28T07:35:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-02-28T07:35:17.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-02-28T07:35:17.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-02-28T07:35:17.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17452025-02-28T07:35:18.041Z
17462025-02-28T07:35:18.041Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17472025-02-28T07:35:18.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-02-28T07:35:18.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-02-28T07:35:18.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-02-28T07:35:18.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17512025-02-28T07:35:18.508Z
17522025-02-28T07:35:18.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17532025-02-28T07:35:18.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-02-28T07:35:18.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-02-28T07:35:18.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-02-28T07:35:18.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17572025-02-28T07:35:18.980Z
17582025-02-28T07:35:18.980Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17592025-02-28T07:35:19.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-02-28T07:35:19.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-02-28T07:35:19.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-02-28T07:35:19.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17632025-02-28T07:35:19.452Z
17642025-02-28T07:35:19.452Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17652025-02-28T07:35:19.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-02-28T07:35:19.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-02-28T07:35:19.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-02-28T07:35:19.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17692025-02-28T07:35:19.940Z
17702025-02-28T07:35:19.940Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17712025-02-28T07:35:20.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-02-28T07:35:20.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-02-28T07:35:20.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-02-28T07:35:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17752025-02-28T07:35:20.420Z
17762025-02-28T07:35:20.420Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17772025-02-28T07:35:20.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-02-28T07:35:20.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-02-28T07:35:20.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-02-28T07:35:20.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17812025-02-28T07:35:20.915Z
17822025-02-28T07:35:20.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17832025-02-28T07:35:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-02-28T07:35:21.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-02-28T07:35:21.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-02-28T07:35:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17872025-02-28T07:35:21.422Z
17882025-02-28T07:35:21.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17892025-02-28T07:35:21.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-02-28T07:35:21.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-02-28T07:35:21.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-02-28T07:35:21.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17932025-02-28T07:35:21.916Z
17942025-02-28T07:35:21.916Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17952025-02-28T07:35:22.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-02-28T07:35:22.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-02-28T07:35:22.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-02-28T07:35:22.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17992025-02-28T07:35:22.405Z
18002025-02-28T07:35:22.405Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18012025-02-28T07:35:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-02-28T07:35:22.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-02-28T07:35:22.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-02-28T07:35:22.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18052025-02-28T07:35:22.879Z
18062025-02-28T07:35:22.879Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18072025-02-28T07:35:23.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-02-28T07:35:23.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-02-28T07:35:23.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-02-28T07:35:23.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112025-02-28T07:35:23.363Z
18122025-02-28T07:35:23.363Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18132025-02-28T07:35:23.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-02-28T07:35:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-02-28T07:35:23.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-02-28T07:35:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172025-02-28T07:35:23.835Z
18182025-02-28T07:35:23.835Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18192025-02-28T07:35:24.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-02-28T07:35:24.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-02-28T07:35:24.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-02-28T07:35:24.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18232025-02-28T07:35:24.314Z
18242025-02-28T07:35:24.315Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18252025-02-28T07:35:24.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-02-28T07:35:24.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-02-28T07:35:24.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-02-28T07:35:24.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292025-02-28T07:35:24.808Z
18302025-02-28T07:35:24.808Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18312025-02-28T07:35:25.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-02-28T07:35:25.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-02-28T07:35:25.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-02-28T07:35:25.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18352025-02-28T07:35:25.280Z
18362025-02-28T07:35:25.280Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18372025-02-28T07:35:25.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-02-28T07:35:25.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-02-28T07:35:25.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-02-28T07:35:25.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18412025-02-28T07:35:25.758Z
18422025-02-28T07:35:25.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18432025-02-28T07:35:26.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-02-28T07:35:26.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-02-28T07:35:26.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-02-28T07:35:26.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18472025-02-28T07:35:26.230Z
18482025-02-28T07:35:26.230Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18492025-02-28T07:35:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-02-28T07:35:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-02-28T07:35:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-02-28T07:35:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18532025-02-28T07:35:26.706Z
18542025-02-28T07:35:26.706Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18552025-02-28T07:35:27.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-02-28T07:35:27.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-02-28T07:35:27.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-02-28T07:35:27.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18592025-02-28T07:35:27.183Z
18602025-02-28T07:35:27.183Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18612025-02-28T07:35:27.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-02-28T07:35:27.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-02-28T07:35:27.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-02-28T07:35:27.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18652025-02-28T07:35:27.656Z
18662025-02-28T07:35:27.656Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18672025-02-28T07:35:28.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-02-28T07:35:28.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-02-28T07:35:28.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-02-28T07:35:28.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18712025-02-28T07:35:28.129Z
18722025-02-28T07:35:28.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18732025-02-28T07:35:28.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-02-28T07:35:28.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-02-28T07:35:28.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-02-28T07:35:28.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772025-02-28T07:35:28.593Z
18782025-02-28T07:35:28.593Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18792025-02-28T07:35:29.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-02-28T07:35:29.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-02-28T07:35:29.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-02-28T07:35:29.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832025-02-28T07:35:29.064Z
18842025-02-28T07:35:29.064Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18852025-02-28T07:35:29.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-02-28T07:35:29.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-02-28T07:35:29.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-02-28T07:35:29.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892025-02-28T07:35:29.528Z
18902025-02-28T07:35:29.529Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18912025-02-28T07:35:29.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-02-28T07:35:29.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-02-28T07:35:29.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-02-28T07:35:29.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952025-02-28T07:35:29.999Z
18962025-02-28T07:35:29.999Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18972025-02-28T07:35:30.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-02-28T07:35:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-02-28T07:35:30.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-02-28T07:35:30.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19012025-02-28T07:35:30.473Z
19022025-02-28T07:35:30.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19032025-02-28T07:35:30.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-02-28T07:35:30.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-02-28T07:35:30.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-02-28T07:35:30.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19072025-02-28T07:35:30.942Z
19082025-02-28T07:35:30.943Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19092025-02-28T07:35:31.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-02-28T07:35:31.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-02-28T07:35:31.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-02-28T07:35:31.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19132025-02-28T07:35:31.428Z
19142025-02-28T07:35:31.428Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19152025-02-28T07:35:31.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-02-28T07:35:31.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-02-28T07:35:31.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182025-02-28T07:35:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19192025-02-28T07:35:31.905Z
19202025-02-28T07:35:31.905Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19212025-02-28T07:35:32.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222025-02-28T07:35:32.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232025-02-28T07:35:32.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242025-02-28T07:35:32.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19252025-02-28T07:35:32.735Z
19262025-02-28T07:35:32.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19272025-02-28T07:35:32.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282025-02-28T07:35:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292025-02-28T07:35:32.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302025-02-28T07:35:32.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19312025-02-28T07:35:32.872Z
19322025-02-28T07:35:32.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19332025-02-28T07:35:33.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342025-02-28T07:35:33.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352025-02-28T07:35:33.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362025-02-28T07:35:33.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19372025-02-28T07:35:33.353Z
19382025-02-28T07:35:33.353Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19392025-02-28T07:35:33.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402025-02-28T07:35:33.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412025-02-28T07:35:33.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422025-02-28T07:35:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19432025-02-28T07:35:33.834Z
19442025-02-28T07:35:33.834Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19452025-02-28T07:35:34.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462025-02-28T07:35:34.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472025-02-28T07:35:34.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482025-02-28T07:35:34.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19492025-02-28T07:35:34.526Z
19502025-02-28T07:35:34.526Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19512025-02-28T07:35:35.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522025-02-28T07:35:35.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532025-02-28T07:35:35.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542025-02-28T07:35:35.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19552025-02-28T07:35:35.216Z
19562025-02-28T07:35:35.216Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19572025-02-28T07:35:35.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582025-02-28T07:35:35.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592025-02-28T07:35:35.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602025-02-28T07:35:35.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19612025-02-28T07:35:35.912Z
19622025-02-28T07:35:35.912Zinfo: running `cargo check --bins` on oxlog (48/199)
19632025-02-28T07:35:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642025-02-28T07:35:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652025-02-28T07:35:36.576Z Checking cfg-if v1.0.0
19662025-02-28T07:35:36.579Z Checking libc v0.2.170
19672025-02-28T07:35:36.696Z Checking serde v1.0.218
19682025-02-28T07:35:36.700Z Checking zeroize v1.8.1
19692025-02-28T07:35:36.719Z Checking memchr v2.7.4
19702025-02-28T07:35:36.732Z Checking typenum v1.17.0
19712025-02-28T07:35:36.747Z Checking subtle v2.6.1
19722025-02-28T07:35:36.761Z Checking value-bag v1.9.0
19732025-02-28T07:35:36.776Z Checking scopeguard v1.2.0
19742025-02-28T07:35:36.933Z Checking smallvec v1.14.0
19752025-02-28T07:35:36.947Z Checking lock_api v0.4.12
19762025-02-28T07:35:37.011Z Checking itoa v1.0.11
19772025-02-28T07:35:37.180Z Checking log v0.4.22
19782025-02-28T07:35:37.251Z Checking const-oid v0.9.6
19792025-02-28T07:35:37.292Z Checking byteorder v1.5.0
19802025-02-28T07:35:37.331Z Checking pin-project-lite v0.2.14
19812025-02-28T07:35:37.461Z Checking futures-core v0.3.31
19822025-02-28T07:35:37.540Z Checking once_cell v1.20.3
19832025-02-28T07:35:37.666Z Checking futures-sink v0.3.31
19842025-02-28T07:35:37.669Z Checking cpufeatures v0.2.14
19852025-02-28T07:35:37.692Z Checking stable_deref_trait v1.2.0
19862025-02-28T07:35:37.732Z Checking getrandom v0.2.15
19872025-02-28T07:35:37.774Z Checking parking_lot_core v0.9.10
19882025-02-28T07:35:37.798Z Checking signal-hook-registry v1.4.2
19892025-02-28T07:35:37.819Z Checking mio v1.0.2
19902025-02-28T07:35:37.822Z Checking socket2 v0.5.8
19912025-02-28T07:35:37.844Z Checking generic-array v0.14.7
19922025-02-28T07:35:37.983Z Checking rand_core v0.6.4
19932025-02-28T07:35:38.043Z Checking zerocopy v0.7.35
19942025-02-28T07:35:38.096Z Checking parking_lot v0.12.3
19952025-02-28T07:35:38.300Z Checking slab v0.4.9
19962025-02-28T07:35:38.316Z Checking zerofrom v0.1.4
19972025-02-28T07:35:38.411Z Checking futures-channel v0.3.31
19982025-02-28T07:35:38.442Z Checking futures-io v0.3.31
19992025-02-28T07:35:38.510Z Checking yoke v0.7.4
20002025-02-28T07:35:38.562Z Checking futures-task v0.3.31
20012025-02-28T07:35:38.630Z Checking pin-utils v0.1.0
20022025-02-28T07:35:38.735Z Checking equivalent v1.0.1
20032025-02-28T07:35:38.750Z Checking foldhash v0.1.3
20042025-02-28T07:35:38.811Z Checking futures-util v0.3.31
20052025-02-28T07:35:38.835Z Checking zerovec v0.10.4
20062025-02-28T07:35:38.858Z Checking allocator-api2 v0.2.18
20072025-02-28T07:35:38.930Z Checking crypto-common v0.1.6
20082025-02-28T07:35:38.947Z Checking block-buffer v0.10.4
20092025-02-28T07:35:39.116Z Checking block-padding v0.3.3
20102025-02-28T07:35:39.134Z Checking ryu v1.0.18
20112025-02-28T07:35:39.162Z Checking digest v0.10.7
20122025-02-28T07:35:39.259Z Checking ppv-lite86 v0.2.20
20132025-02-28T07:35:39.325Z Checking inout v0.1.3
20142025-02-28T07:35:39.386Z Checking fnv v1.0.7
20152025-02-28T07:35:39.470Z Checking hashbrown v0.15.1
20162025-02-28T07:35:39.513Z Checking hmac v0.12.1
20172025-02-28T07:35:39.530Z Checking writeable v0.5.5
20182025-02-28T07:35:39.555Z Checking litemap v0.7.3
20192025-02-28T07:35:39.737Z Checking cipher v0.4.4
20202025-02-28T07:35:39.854Z Checking sha2 v0.10.8
20212025-02-28T07:35:39.898Z Checking libm v0.2.8
20222025-02-28T07:35:39.962Z Checking base64ct v1.6.0
20232025-02-28T07:35:40.131Z Checking getrandom v0.3.1
20242025-02-28T07:35:40.381Z Checking flagset v0.4.6
20252025-02-28T07:35:40.399Z Checking tinystr v0.7.6
20262025-02-28T07:35:40.415Z Checking pem-rfc7468 v0.7.0
20272025-02-28T07:35:40.431Z Checking icu_locid_transform_data v1.5.0
20282025-02-28T07:35:40.508Z Checking icu_collections v1.5.0
20292025-02-28T07:35:40.525Z Checking tracing-core v0.1.32
20302025-02-28T07:35:40.590Z Checking thiserror v1.0.69
20312025-02-28T07:35:40.676Z Checking der v0.7.9
20322025-02-28T07:35:40.727Z Checking icu_locid v1.5.0
20332025-02-28T07:35:40.731Z Checking rustls-pki-types v1.10.0
20342025-02-28T07:35:40.812Z Checking num-traits v0.2.19
20352025-02-28T07:35:41.147Z Checking percent-encoding v2.3.1
20362025-02-28T07:35:41.172Z Checking icu_properties_data v1.5.0
20372025-02-28T07:35:41.240Z Checking bytes v1.10.0
20382025-02-28T07:35:41.258Z Checking indexmap v2.7.1
20392025-02-28T07:35:41.358Z Checking serde_json v1.0.139
20402025-02-28T07:35:41.432Z Checking bitflags v2.6.0
20412025-02-28T07:35:41.697Z Checking icu_provider v1.5.0
20422025-02-28T07:35:41.747Z Checking tracing v0.1.40
20432025-02-28T07:35:42.140Z Checking salsa20 v0.10.2
20442025-02-28T07:35:42.262Z Checking tokio v1.43.0
20452025-02-28T07:35:42.341Z Checking http v1.2.0
20462025-02-28T07:35:42.369Z Checking icu_locid_transform v1.5.0
20472025-02-28T07:35:42.387Z Checking pbkdf2 v0.12.2
20482025-02-28T07:35:42.444Z Checking aws-lc-sys v0.26.0
20492025-02-28T07:35:42.465Z Checking spki v0.7.3
20502025-02-28T07:35:42.569Z Checking httparse v1.9.5
20512025-02-28T07:35:42.750Z Checking utf8_iter v1.0.4
20522025-02-28T07:35:42.972Z Checking write16 v1.0.0
20532025-02-28T07:35:43.011Z Checking powerfmt v0.2.0
20542025-02-28T07:35:43.033Z Checking untrusted v0.7.1
20552025-02-28T07:35:43.103Z Checking utf16_iter v1.0.5
20562025-02-28T07:35:43.223Z Checking untrusted v0.9.0
20572025-02-28T07:35:43.275Z Checking icu_normalizer_data v1.5.0
20582025-02-28T07:35:43.294Z Checking deranged v0.3.11
20592025-02-28T07:35:43.358Z Checking scrypt v0.11.0
20602025-02-28T07:35:43.376Z Checking aes v0.8.4
20612025-02-28T07:35:43.392Z Checking icu_properties v1.5.1
20622025-02-28T07:35:43.395Z Checking ring v0.17.11
20632025-02-28T07:35:43.545Z Checking cbc v0.1.2
20642025-02-28T07:35:43.585Z Checking crossbeam-utils v0.8.20
20652025-02-28T07:35:43.750Z Checking spin v0.9.8
20662025-02-28T07:35:44.090Z Checking time-core v0.1.2
20672025-02-28T07:35:44.265Z Checking atomic-waker v1.1.2
20682025-02-28T07:35:44.285Z Checking num_threads v0.1.7
20692025-02-28T07:35:44.301Z Checking tinyvec_macros v0.1.1
20702025-02-28T07:35:44.394Z Checking num-conv v0.1.0
20712025-02-28T07:35:44.427Z Checking tinyvec v1.8.0
20722025-02-28T07:35:44.439Z Checking pkcs5 v0.7.1
20732025-02-28T07:35:44.587Z Checking http-body v1.0.1
20742025-02-28T07:35:44.636Z Checking aws-lc-rs v1.12.4
20752025-02-28T07:35:44.672Z Checking time v0.3.36
20762025-02-28T07:35:44.804Z Checking form_urlencoded v1.2.1
20772025-02-28T07:35:44.932Z Checking rand_chacha v0.3.1
20782025-02-28T07:35:45.006Z Checking try-lock v0.2.5
20792025-02-28T07:35:45.131Z Checking want v0.3.1
20802025-02-28T07:35:45.309Z Checking rand v0.8.5
20812025-02-28T07:35:45.331Z Checking pkcs8 v0.10.2
20822025-02-28T07:35:45.656Z Checking uuid v1.15.1
20832025-02-28T07:35:45.678Z Checking tower-service v0.3.3
20842025-02-28T07:35:45.722Z Checking httpdate v1.0.3
20852025-02-28T07:35:45.815Z Checking unicode-ident v1.0.14
20862025-02-28T07:35:45.992Z Checking serde_spanned v0.6.8
20872025-02-28T07:35:46.013Z Checking proc-macro2 v1.0.93
20882025-02-28T07:35:46.203Z Checking toml_datetime v0.6.8
20892025-02-28T07:35:46.301Z Checking zerocopy v0.8.10
20902025-02-28T07:35:46.393Z Checking rustls-webpki v0.102.8
20912025-02-28T07:35:46.495Z Checking slog v2.7.0
20922025-02-28T07:35:46.555Z Checking scroll v0.12.0
20932025-02-28T07:35:46.649Z Checking icu_normalizer v1.5.0
20942025-02-28T07:35:46.685Z Checking adler2 v2.0.0
20952025-02-28T07:35:46.865Z Checking foreign-types-shared v0.1.1
20962025-02-28T07:35:46.927Z Checking ucd-trie v0.1.7
20972025-02-28T07:35:46.996Z Checking base64 v0.22.1
20982025-02-28T07:35:47.041Z Checking iana-time-zone v0.1.61
20992025-02-28T07:35:47.046Z Checking match_cfg v0.1.0
21002025-02-28T07:35:47.139Z Checking plain v0.2.3
21012025-02-28T07:35:47.175Z Checking pest v2.7.14
21022025-02-28T07:35:47.193Z Checking chrono v0.4.40
21032025-02-28T07:35:47.202Z Checking hostname v0.3.1
21042025-02-28T07:35:47.304Z Checking goblin v0.8.2
21052025-02-28T07:35:47.347Z Checking foreign-types v0.3.2
21062025-02-28T07:35:47.430Z Checking idna_adapter v1.2.0
21072025-02-28T07:35:47.451Z Checking miniz_oxide v0.8.5
21082025-02-28T07:35:47.468Z Checking quote v1.0.38
21092025-02-28T07:35:47.617Z Checking idna v1.0.3
21102025-02-28T07:35:47.806Z Checking openssl-sys v0.9.106
21112025-02-28T07:35:48.121Z Checking url v2.5.3
21122025-02-28T07:35:48.195Z Checking dirs-sys-next v0.1.2
21132025-02-28T07:35:48.376Z Checking errno v0.3.9
21142025-02-28T07:35:48.575Z Checking aho-corasick v1.1.3
21152025-02-28T07:35:48.935Z Checking tokio-util v0.7.13
21162025-02-28T07:35:48.988Z Checking regex-syntax v0.8.5
21172025-02-28T07:35:49.011Z Checking pretty-hex v0.4.1
21182025-02-28T07:35:49.071Z Checking rand_core v0.9.2
21192025-02-28T07:35:49.128Z Checking data-encoding v2.6.0
21202025-02-28T07:35:49.188Z Compiling newtype-uuid v1.2.1
21212025-02-28T07:35:49.442Z Checking siphasher v0.3.11
21222025-02-28T07:35:49.534Z Checking rand_chacha v0.9.0
21232025-02-28T07:35:49.703Z Checking dtrace-parser v0.2.0
21242025-02-28T07:35:49.720Z Checking openssl v0.10.71
21252025-02-28T07:35:49.755Z Checking h2 v0.4.6
21262025-02-28T07:35:49.759Z Checking rustix v0.38.37
21272025-02-28T07:35:49.921Z Checking dirs-next v2.0.0
21282025-02-28T07:35:50.054Z Checking syn v2.0.98
21292025-02-28T07:35:50.073Z Checking unicode-normalization v0.1.24
21302025-02-28T07:35:50.190Z Checking http-body-util v0.1.2
21312025-02-28T07:35:50.630Z Checking crossbeam-epoch v0.9.18
21322025-02-28T07:35:51.025Z Checking signature v2.2.0
21332025-02-28T07:35:51.051Z Checking sha1 v0.10.6
21342025-02-28T07:35:51.244Z Checking thread_local v1.1.8
21352025-02-28T07:35:51.331Z Checking thread-id v4.2.2
21362025-02-28T07:35:51.456Z Checking encoding_rs v0.8.34
21372025-02-28T07:35:51.537Z Checking openssl-probe v0.1.5
21382025-02-28T07:35:51.704Z Checking ipnet v2.11.0
21392025-02-28T07:35:52.150Z Checking gimli v0.31.1
21402025-02-28T07:35:52.180Z Checking regex-automata v0.4.8
21412025-02-28T07:35:52.224Z Checking dof v0.3.0
21422025-02-28T07:35:52.897Z Checking unicode-properties v0.1.3
21432025-02-28T07:35:53.019Z Checking mime v0.3.17
21442025-02-28T07:35:53.242Z Checking anstyle v1.0.10
21452025-02-28T07:35:53.313Z Checking winnow v0.7.3
21462025-02-28T07:35:53.592Z Checking utf8parse v0.2.2
21472025-02-28T07:35:53.739Z Checking either v1.14.0
21482025-02-28T07:35:53.756Z Checking unicode-bidi v0.3.17
21492025-02-28T07:35:54.125Z Checking anstyle-parse v0.2.5
21502025-02-28T07:35:54.402Z Checking stringprep v0.1.5
21512025-02-28T07:35:54.420Z Checking crossbeam-deque v0.8.5
21522025-02-28T07:35:54.712Z Checking term v0.7.0
21532025-02-28T07:35:54.744Z Checking rand v0.9.0
21542025-02-28T07:35:54.930Z Checking native-tls v0.2.12
21552025-02-28T07:35:55.165Z Checking rustls v0.22.4
21562025-02-28T07:35:55.261Z Checking rustls v0.23.19
21572025-02-28T07:35:55.858Z Checking slog-json v2.6.1
21582025-02-28T07:35:55.896Z Checking hyper v1.6.0
21592025-02-28T07:35:55.945Z Checking addr2line v0.24.2
21602025-02-28T07:35:56.039Z Checking usdt-impl v0.5.0
21612025-02-28T07:35:56.067Z Checking serde_urlencoded v0.7.1
21622025-02-28T07:35:56.119Z Checking toml_edit v0.22.24
21632025-02-28T07:35:56.447Z Checking crossbeam-channel v0.5.13
21642025-02-28T07:35:56.497Z Checking futures-executor v0.3.31
21652025-02-28T07:35:56.598Z Checking num-integer v0.1.46
21662025-02-28T07:35:56.620Z Checking rustls-pemfile v2.2.0
21672025-02-28T07:35:56.740Z Checking semver v1.0.25
21682025-02-28T07:35:56.836Z Checking md-5 v0.10.6
21692025-02-28T07:35:57.069Z Checking ff v0.13.0
21702025-02-28T07:35:57.089Z Checking memmap v0.7.0
21712025-02-28T07:35:57.145Z Checking is-terminal v0.4.13
21722025-02-28T07:35:57.185Z Checking hash32 v0.2.1
21732025-02-28T07:35:57.286Z Checking object v0.36.5
21742025-02-28T07:35:57.304Z Checking rustc-demangle v0.1.24
21752025-02-28T07:35:57.320Z Checking base16ct v0.2.0
21762025-02-28T07:35:57.500Z Checking utf-8 v0.7.6
21772025-02-28T07:35:57.531Z Checking linked-hash-map v0.5.6
21782025-02-28T07:35:57.718Z Checking colorchoice v1.0.2
21792025-02-28T07:35:57.763Z Checking psl-types v2.0.11
21802025-02-28T07:35:57.838Z Checking hyper-util v0.1.10
21812025-02-28T07:35:57.855Z Checking take_mut v0.2.2
21822025-02-28T07:35:57.872Z Checking quick-error v1.2.3
21832025-02-28T07:35:57.954Z Checking anstyle-query v1.1.1
21842025-02-28T07:35:58.003Z Checking is_terminal_polyfill v1.70.1
21852025-02-28T07:35:58.021Z Checking fallible-iterator v0.2.0
21862025-02-28T07:35:58.085Z Checking dyn-clone v1.0.18
21872025-02-28T07:35:58.133Z Checking anstream v0.6.15
21882025-02-28T07:35:58.247Z Checking schemars v0.8.22
21892025-02-28T07:35:58.481Z Checking tokio-rustls v0.25.0
21902025-02-28T07:35:58.515Z Checking resolv-conf v0.7.0
21912025-02-28T07:35:58.584Z Checking postgres-protocol v0.6.8
21922025-02-28T07:35:58.742Z Checking toml v0.8.20
21932025-02-28T07:35:58.845Z Checking slog-async v2.8.0
21942025-02-28T07:35:58.858Z Checking publicsuffix v2.3.0
21952025-02-28T07:35:59.135Z Checking lru-cache v0.1.2
21962025-02-28T07:35:59.152Z Checking tungstenite v0.24.0
21972025-02-28T07:35:59.250Z Checking sec1 v0.7.3
21982025-02-28T07:35:59.333Z Checking heapless v0.7.17
21992025-02-28T07:35:59.452Z Checking group v0.13.0
22002025-02-28T07:35:59.636Z Checking usdt v0.5.0
22012025-02-28T07:35:59.710Z Checking slog-term v2.9.1
22022025-02-28T07:35:59.813Z Checking num-iter v0.1.45
22032025-02-28T07:35:59.848Z Checking futures v0.3.31
22042025-02-28T07:35:59.907Z Checking slog-bunyan v2.5.0
22052025-02-28T07:35:59.994Z Checking tokio-native-tls v0.3.1
22062025-02-28T07:36:00.039Z Checking rayon-core v1.12.1
22072025-02-28T07:36:00.091Z Checking multer v3.1.0
22082025-02-28T07:36:00.137Z Checking terminal_size v0.4.0
22092025-02-28T07:36:00.228Z Checking hickory-proto v0.24.4
22102025-02-28T07:36:00.299Z Checking phf_shared v0.11.2
22112025-02-28T07:36:00.347Z Checking cookie v0.18.1
22122025-02-28T07:36:00.417Z Checking async-stream v0.3.6
22132025-02-28T07:36:00.494Z Checking tokio-rustls v0.26.0
22142025-02-28T07:36:00.519Z Checking bzip2-sys v0.1.11+1.0.8
22152025-02-28T07:36:00.542Z Checking camino v1.1.9
22162025-02-28T07:36:00.630Z Checking signal-hook v0.3.17
22172025-02-28T07:36:00.649Z Checking waitgroup v0.1.2
22182025-02-28T07:36:00.669Z Checking lazy_static v1.5.0
22192025-02-28T07:36:00.701Z Checking openapiv3 v2.0.0
22202025-02-28T07:36:00.795Z Checking webpki-roots v0.26.6
22212025-02-28T07:36:00.799Z Checking serde_path_to_error v0.1.16
22222025-02-28T07:36:00.875Z Checking hkdf v0.12.4
22232025-02-28T07:36:00.977Z Checking crypto-bigint v0.5.5
22242025-02-28T07:36:01.001Z Checking hostname v0.4.0
22252025-02-28T07:36:01.030Z Checking sync_wrapper v1.0.1
22262025-02-28T07:36:01.084Z Checking crc32fast v1.4.2
22272025-02-28T07:36:01.155Z Checking debug-ignore v1.0.5
22282025-02-28T07:36:01.193Z Checking unicode-width v0.2.0
22292025-02-28T07:36:01.295Z Checking clap_lex v0.7.4
22302025-02-28T07:36:01.332Z Checking bitflags v1.3.2
22312025-02-28T07:36:01.400Z Checking tower-layer v0.3.3
22322025-02-28T07:36:01.434Z Checking winnow v0.5.40
22332025-02-28T07:36:01.566Z Checking managed v0.8.0
22342025-02-28T07:36:01.657Z Checking strsim v0.11.1
22352025-02-28T07:36:01.674Z Checking console v0.15.10
22362025-02-28T07:36:01.942Z Checking smoltcp v0.9.1
22372025-02-28T07:36:01.960Z Checking clap_builder v4.5.31
22382025-02-28T07:36:02.217Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22392025-02-28T07:36:02.536Z Checking tower v0.5.2
22402025-02-28T07:36:03.089Z Checking backtrace v0.3.74
22412025-02-28T07:36:03.262Z Checking flate2 v1.1.0
22422025-02-28T07:36:03.349Z Checking hyper-rustls v0.27.3
22432025-02-28T07:36:03.668Z Checking anyhow v1.0.96
22442025-02-28T07:36:03.705Z Checking signal-hook-mio v0.2.4
22452025-02-28T07:36:03.752Z Checking elliptic-curve v0.13.8
22462025-02-28T07:36:03.818Z Checking dropshot v0.12.0
22472025-02-28T07:36:03.845Z Checking num-bigint-dig v0.8.4
22482025-02-28T07:36:03.878Z Checking cookie_store v0.21.1
22492025-02-28T07:36:04.056Z Checking rayon v1.10.0
22502025-02-28T07:36:04.183Z Checking toml_edit v0.19.15
22512025-02-28T07:36:04.364Z Checking bzip2 v0.4.4
22522025-02-28T07:36:04.582Z Checking phf v0.11.2
22532025-02-28T07:36:04.654Z Checking hyper-tls v0.6.0
22542025-02-28T07:36:04.855Z Checking tokio-tungstenite v0.24.0
22552025-02-28T07:36:04.875Z Checking hickory-resolver v0.24.4
22562025-02-28T07:36:04.922Z Checking postgres-types v0.2.9
22572025-02-28T07:36:04.939Z Checking bstr v1.10.0
22582025-02-28T07:36:05.334Z Checking regex v1.11.1
22592025-02-28T07:36:05.581Z Checking ed25519 v2.2.3
22602025-02-28T07:36:05.797Z Checking phf_shared v0.10.0
22612025-02-28T07:36:05.827Z Checking tokio-stream v0.1.17
22622025-02-28T07:36:05.886Z Checking curve25519-dalek v4.1.3
22632025-02-28T07:36:05.945Z Checking zerocopy v0.6.6
22642025-02-28T07:36:06.074Z Checking hubpack v0.1.2
22652025-02-28T07:36:06.376Z Checking memoffset v0.9.1
22662025-02-28T07:36:06.420Z Checking portable-atomic v1.9.0
22672025-02-28T07:36:06.498Z Checking pkcs1 v0.7.5
22682025-02-28T07:36:06.580Z Checking float-cmp v0.10.0
22692025-02-28T07:36:06.605Z Checking serde-big-array v0.5.1
22702025-02-28T07:36:06.631Z Checking rfc6979 v0.4.0
22712025-02-28T07:36:06.775Z Checking whoami v1.5.2
22722025-02-28T07:36:06.810Z Checking unicode-segmentation v1.12.0
22732025-02-28T07:36:06.826Z Checking bit-vec v0.6.3
22742025-02-28T07:36:06.906Z Checking normalize-line-endings v0.3.0
22752025-02-28T07:36:07.074Z Checking static_assertions v1.1.0
22762025-02-28T07:36:07.092Z Checking fixedbitset v0.4.2
22772025-02-28T07:36:07.156Z Checking minimal-lexical v0.2.1
22782025-02-28T07:36:07.171Z Checking predicates-core v1.0.8
22792025-02-28T07:36:07.349Z Checking difflib v0.4.0
22802025-02-28T07:36:07.366Z Checking new_debug_unreachable v1.0.6
22812025-02-28T07:36:07.370Z Checking number_prefix v0.4.0
22822025-02-28T07:36:07.424Z Checking precomputed-hash v0.1.1
22832025-02-28T07:36:07.476Z Checking qorb v0.2.1
22842025-02-28T07:36:07.535Z Checking similar v2.6.0
22852025-02-28T07:36:07.535Z Checking nom v7.1.3
22862025-02-28T07:36:07.566Z Checking petgraph v0.6.5
22872025-02-28T07:36:07.571Z Checking string_cache v0.8.7
22882025-02-28T07:36:07.596Z Checking indicatif v0.17.11
22892025-02-28T07:36:07.649Z Checking predicates v3.1.3
22902025-02-28T07:36:07.697Z Checking ed25519-dalek v2.1.1
22912025-02-28T07:36:07.831Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22922025-02-28T07:36:08.091Z Checking bit-set v0.5.3
22932025-02-28T07:36:08.272Z Checking tokio-postgres v0.7.13
22942025-02-28T07:36:08.342Z Checking rsa v0.9.6
22952025-02-28T07:36:08.359Z Checking ecdsa v0.16.9
22962025-02-28T07:36:08.369Z Checking toml v0.7.8
22972025-02-28T07:36:09.059Z Checking nix v0.29.0
22982025-02-28T07:36:09.106Z Checking reqwest v0.12.12
22992025-02-28T07:36:09.347Z Checking clap v4.5.31
23002025-02-28T07:36:09.472Z Checking zip v0.6.6
23012025-02-28T07:36:09.878Z Checking crossterm v0.28.1
23022025-02-28T07:36:10.106Z Checking itertools v0.12.1
23032025-02-28T07:36:10.148Z Checking itertools v0.10.5
23042025-02-28T07:36:10.524Z Checking fs-err v2.11.0
23052025-02-28T07:36:10.547Z Checking ahash v0.8.11
23062025-02-28T07:36:11.057Z Checking x509-cert v0.2.5
23072025-02-28T07:36:11.074Z Checking hex v0.4.3
23082025-02-28T07:36:11.160Z Checking lalrpop-util v0.19.12
23092025-02-28T07:36:11.160Z Checking peg-runtime v0.8.3
23102025-02-28T07:36:11.422Z Checking sigpipe v0.1.3
23112025-02-28T07:36:12.432Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23122025-02-28T07:36:12.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.84s
23132025-02-28T07:36:12.942Z
23142025-02-28T07:36:12.942Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23152025-02-28T07:36:13.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162025-02-28T07:36:13.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172025-02-28T07:36:13.647Z Compiling hashbrown v0.14.5
23182025-02-28T07:36:13.777Z Checking heck v0.5.0
23192025-02-28T07:36:13.789Z Compiling unsafe-libyaml v0.2.11
23202025-02-28T07:36:13.805Z Checking ipnetwork v0.21.1
23212025-02-28T07:36:13.808Z Compiling ident_case v1.0.1
23222025-02-28T07:36:13.835Z Checking progenitor-client v0.8.0
23232025-02-28T07:36:13.851Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242025-02-28T07:36:13.948Z Checking newtype-uuid v1.2.1
23252025-02-28T07:36:14.005Z Compiling darling_core v0.20.10
23262025-02-28T07:36:14.149Z Checking oxnet v0.1.1
23272025-02-28T07:36:14.169Z Compiling proc-macro-crate v1.3.1
23282025-02-28T07:36:14.224Z Compiling structmeta-derive v0.3.0
23292025-02-28T07:36:14.247Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23302025-02-28T07:36:14.545Z Compiling lzma-sys v0.1.20
23312025-02-28T07:36:14.593Z Compiling foreign-types-macros v0.2.3
23322025-02-28T07:36:14.743Z Compiling regress v0.10.1
23332025-02-28T07:36:15.060Z Compiling serde_yaml v0.9.34+deprecated
23342025-02-28T07:36:15.264Z Compiling num_enum_derive v0.5.11
23352025-02-28T07:36:15.570Z Compiling thiserror-impl v2.0.11
23362025-02-28T07:36:15.848Z Compiling daft-derive v0.1.1
23372025-02-28T07:36:16.832Z Compiling structmeta v0.3.0
23382025-02-28T07:36:17.249Z Compiling dropshot v0.16.0
23392025-02-28T07:36:17.329Z Checking arc-swap v1.7.1
23402025-02-28T07:36:17.545Z Checking foreign-types-shared v0.3.1
23412025-02-28T07:36:17.656Z Checking num_enum v0.5.11
23422025-02-28T07:36:17.673Z Checking foreign-types v0.5.0
23432025-02-28T07:36:17.770Z Checking slog-scope v4.4.0
23442025-02-28T07:36:17.789Z Checking daft v0.1.1
23452025-02-28T07:36:17.826Z Compiling parse-display-derive v0.10.0
23462025-02-28T07:36:18.192Z Compiling proc-macro-error v1.0.4
23472025-02-28T07:36:18.328Z Checking typify-impl v0.2.0
23482025-02-28T07:36:18.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492025-02-28T07:36:18.581Z Checking tungstenite v0.21.0
23502025-02-28T07:36:18.707Z Checking thiserror v2.0.11
23512025-02-28T07:36:18.819Z Compiling heck v0.3.3
23522025-02-28T07:36:18.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532025-02-28T07:36:19.143Z Compiling dropshot_endpoint v0.16.0
23542025-02-28T07:36:19.452Z Checking cstr-argument v0.1.2
23552025-02-28T07:36:19.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562025-02-28T07:36:19.661Z Checking instant v0.1.13
23572025-02-28T07:36:19.681Z Checking pretty-hex v0.2.1
23582025-02-28T07:36:20.284Z Compiling darling_macro v0.20.10
23592025-02-28T07:36:20.345Z Checking fastrand v2.1.1
23602025-02-28T07:36:20.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23612025-02-28T07:36:20.345Z Checking base64 v0.21.7
23622025-02-28T07:36:20.345Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632025-02-28T07:36:20.345Z Checking tempfile v3.13.0
23642025-02-28T07:36:20.360Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23652025-02-28T07:36:20.558Z Checking backoff v0.4.0
23662025-02-28T07:36:20.617Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672025-02-28T07:36:20.622Z Compiling darling v0.20.10
23682025-02-28T07:36:20.650Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692025-02-28T07:36:20.748Z Compiling serde_with_macros v3.11.0
23702025-02-28T07:36:20.780Z Checking tokio-tungstenite v0.21.0
23712025-02-28T07:36:20.823Z Compiling zone_cfg_derive v0.1.2
23722025-02-28T07:36:20.852Z Checking strum v0.26.3
23732025-02-28T07:36:20.954Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742025-02-28T07:36:21.026Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23752025-02-28T07:36:21.380Z Checking slog-stdlog v4.1.1
23762025-02-28T07:36:21.430Z Checking regress v0.9.1
23772025-02-28T07:36:21.531Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23782025-02-28T07:36:21.676Z Checking parse-display v0.10.0
23792025-02-28T07:36:21.692Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23802025-02-28T07:36:21.723Z Checking progenitor-client v0.9.1
23812025-02-28T07:36:21.901Z Checking colored v2.2.0
23822025-02-28T07:36:21.987Z Checking macaddr v1.0.1
23832025-02-28T07:36:22.168Z Checking unicode-width v0.1.14
23842025-02-28T07:36:22.226Z Checking base64 v0.13.1
23852025-02-28T07:36:22.333Z Checking winnow v0.6.20
23862025-02-28T07:36:22.373Z Checking zone v0.1.8
23872025-02-28T07:36:22.649Z Checking ron v0.7.1
23882025-02-28T07:36:22.652Z Checking tabwriter v1.4.0
23892025-02-28T07:36:22.903Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23902025-02-28T07:36:23.051Z Checking slog-envlogger v2.2.0
23912025-02-28T07:36:23.269Z Checking serde_with v3.11.0
23922025-02-28T07:36:23.333Z Checking xz2 v0.1.7
23932025-02-28T07:36:23.419Z Checking xattr v1.3.1
23942025-02-28T07:36:23.587Z Checking pem v3.0.5
23952025-02-28T07:36:23.611Z Checking yasna v0.5.2
23962025-02-28T07:36:23.728Z Checking headers-core v0.3.0
23972025-02-28T07:36:23.848Z Checking smf v0.2.3
23982025-02-28T07:36:23.894Z Checking filetime v0.2.25
23992025-02-28T07:36:24.121Z Checking same-file v1.0.6
24002025-02-28T07:36:24.312Z Checking tar v0.4.44
24012025-02-28T07:36:24.461Z Checking walkdir v2.5.0
24022025-02-28T07:36:24.483Z Checking rcgen v0.12.1
24032025-02-28T07:36:24.593Z Checking headers v0.4.0
24042025-02-28T07:36:24.984Z Checking camino-tempfile v1.1.1
24052025-02-28T07:36:25.049Z Checking atomicwrites v0.4.4
24062025-02-28T07:36:25.183Z Checking subprocess v0.2.9
24072025-02-28T07:36:27.863Z Compiling typify-macro v0.2.0
24082025-02-28T07:36:33.203Z Compiling typify v0.2.0
24092025-02-28T07:36:33.275Z Compiling progenitor-impl v0.8.0
24102025-02-28T07:36:33.275Z Compiling progenitor-macro v0.8.0
24112025-02-28T07:36:35.567Z Checking progenitor v0.8.0
24122025-02-28T07:36:35.756Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24132025-02-28T07:36:35.756Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24142025-02-28T07:36:38.197Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24152025-02-28T07:36:38.569Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24162025-02-28T07:36:44.667Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24172025-02-28T07:36:46.174Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24182025-02-28T07:36:47.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.47s
24192025-02-28T07:36:47.617Z
24202025-02-28T07:36:47.617Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24212025-02-28T07:36:48.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-02-28T07:36:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-02-28T07:36:48.319Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24242025-02-28T07:36:49.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
24252025-02-28T07:36:49.886Z
24262025-02-28T07:36:49.886Zinfo: running `cargo check --bins` on nexus-config (51/199)
24272025-02-28T07:36:50.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-02-28T07:36:50.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-02-28T07:36:50.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302025-02-28T07:36:50.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24312025-02-28T07:36:50.571Z
24322025-02-28T07:36:50.587Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24332025-02-28T07:36:51.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-02-28T07:36:51.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-02-28T07:36:51.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-02-28T07:36:51.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24372025-02-28T07:36:51.216Z
24382025-02-28T07:36:51.216Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24392025-02-28T07:36:51.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-02-28T07:36:51.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-02-28T07:36:51.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-02-28T07:36:51.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24432025-02-28T07:36:51.888Z
24442025-02-28T07:36:51.888Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24452025-02-28T07:36:52.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-02-28T07:36:52.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-02-28T07:36:52.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482025-02-28T07:36:52.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24492025-02-28T07:36:52.577Z
24502025-02-28T07:36:52.577Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24512025-02-28T07:36:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-02-28T07:36:53.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-02-28T07:36:53.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542025-02-28T07:36:53.429Z Compiling ipnetwork v0.21.1
24552025-02-28T07:36:53.429Z Compiling progenitor-client v0.8.0
24562025-02-28T07:36:53.429Z Compiling itertools v0.13.0
24572025-02-28T07:36:53.467Z Compiling heapless v0.8.0
24582025-02-28T07:36:53.467Z Compiling thiserror v2.0.11
24592025-02-28T07:36:53.467Z Checking hash32 v0.3.1
24602025-02-28T07:36:53.467Z Compiling instant v0.1.13
24612025-02-28T07:36:53.625Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24622025-02-28T07:36:53.648Z Compiling smoltcp v0.11.0
24632025-02-28T07:36:53.648Z Compiling dropshot v0.16.0
24642025-02-28T07:36:53.774Z Compiling progenitor v0.8.0
24652025-02-28T07:36:53.851Z Compiling oxnet v0.1.1
24662025-02-28T07:36:53.998Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24672025-02-28T07:36:54.189Z Compiling backoff v0.4.0
24682025-02-28T07:36:54.262Z Compiling daft v0.1.1
24692025-02-28T07:36:54.368Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24702025-02-28T07:36:54.549Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712025-02-28T07:36:54.599Z Compiling serde_with v3.11.0
24722025-02-28T07:36:54.721Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732025-02-28T07:36:54.745Z Compiling parse-display v0.10.0
24742025-02-28T07:36:55.167Z Checking num-rational v0.4.2
24752025-02-28T07:36:55.210Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24762025-02-28T07:36:55.300Z Compiling progenitor-client v0.9.1
24772025-02-28T07:36:55.786Z Compiling regress v0.9.1
24782025-02-28T07:36:55.828Z Compiling phf_generator v0.11.2
24792025-02-28T07:36:55.999Z Checking num-complex v0.4.6
24802025-02-28T07:36:56.336Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24812025-02-28T07:36:56.916Z Compiling macaddr v1.0.1
24822025-02-28T07:36:57.378Z Checking cobs v0.2.3
24832025-02-28T07:36:57.600Z Checking postcard v1.0.10
24842025-02-28T07:36:57.887Z Compiling num v0.4.3
24852025-02-28T07:36:58.012Z Compiling phf_codegen v0.11.2
24862025-02-28T07:36:58.207Z Compiling parse-zoneinfo v0.3.1
24872025-02-28T07:36:58.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24882025-02-28T07:36:58.589Z Compiling float-ord v0.3.2
24892025-02-28T07:36:58.765Z Compiling convert_case v0.4.0
24902025-02-28T07:36:59.963Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24912025-02-28T07:37:00.148Z Compiling derive_more v0.99.19
24922025-02-28T07:37:00.512Z Compiling chrono-tz-build v0.4.0
24932025-02-28T07:37:01.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24942025-02-28T07:37:01.246Z Compiling crucible-workspace-hack v0.1.0
24952025-02-28T07:37:01.593Z Checking newline-converter v0.3.0
24962025-02-28T07:37:01.692Z Compiling chrono-tz v0.10.1
24972025-02-28T07:37:01.763Z Checking itertools v0.14.0
24982025-02-28T07:37:01.973Z Checking prettyplease v0.2.29
24992025-02-28T07:37:02.376Z Compiling slog-dtrace v0.3.0
25002025-02-28T07:37:02.402Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25012025-02-28T07:37:02.766Z Checking expectorate v1.1.0
25022025-02-28T07:37:02.940Z Compiling zone_cfg_derive v0.3.0
25032025-02-28T07:37:02.966Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25042025-02-28T07:37:03.265Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25052025-02-28T07:37:03.628Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25062025-02-28T07:37:03.802Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25072025-02-28T07:37:04.118Z Compiling const_format_proc_macros v0.2.34
25082025-02-28T07:37:04.195Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25092025-02-28T07:37:04.219Z Compiling num-derive v0.4.2
25102025-02-28T07:37:04.315Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25112025-02-28T07:37:04.643Z Checking highway v1.3.0
25122025-02-28T07:37:04.686Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132025-02-28T07:37:05.135Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142025-02-28T07:37:05.275Z Checking zone v0.3.0
25152025-02-28T07:37:05.399Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25162025-02-28T07:37:05.647Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25172025-02-28T07:37:06.087Z Checking const_format v0.2.34
25182025-02-28T07:37:06.429Z Checking gethostname v0.5.0
25192025-02-28T07:37:06.446Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25202025-02-28T07:37:06.540Z Checking bcs v0.1.6
25212025-02-28T07:37:06.593Z Checking nanorand v0.7.0
25222025-02-28T07:37:06.677Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25232025-02-28T07:37:06.913Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25242025-02-28T07:37:06.929Z Compiling async-recursion v1.1.1
25252025-02-28T07:37:06.962Z Checking termtree v0.5.1
25262025-02-28T07:37:06.995Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25272025-02-28T07:37:08.185Z Checking flume v0.11.1
25282025-02-28T07:37:12.225Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292025-02-28T07:37:12.226Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302025-02-28T07:37:12.407Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25312025-02-28T07:37:12.408Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25322025-02-28T07:37:14.750Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332025-02-28T07:37:18.039Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342025-02-28T07:37:20.504Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25352025-02-28T07:37:21.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.18s
25362025-02-28T07:37:21.964Z
25372025-02-28T07:37:21.964Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25382025-02-28T07:37:22.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-02-28T07:37:22.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-02-28T07:37:22.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-02-28T07:37:22.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25422025-02-28T07:37:22.738Z
25432025-02-28T07:37:22.738Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25442025-02-28T07:37:23.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-02-28T07:37:23.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-02-28T07:37:23.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-02-28T07:37:23.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25482025-02-28T07:37:23.396Z
25492025-02-28T07:37:23.396Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25502025-02-28T07:37:24.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-02-28T07:37:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-02-28T07:37:24.108Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25532025-02-28T07:37:24.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
25542025-02-28T07:37:24.961Z
25552025-02-28T07:37:24.962Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25562025-02-28T07:37:25.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-02-28T07:37:25.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-02-28T07:37:25.681Z Compiling cfg_aliases v0.1.1
25592025-02-28T07:37:25.681Z Compiling vte_generate_state_changes v0.1.2
25602025-02-28T07:37:25.681Z Checking fd-lock v4.0.2
25612025-02-28T07:37:25.681Z Checking nibble_vec v0.1.0
25622025-02-28T07:37:25.681Z Checking bytecount v0.6.8
25632025-02-28T07:37:25.681Z Checking endian-type v0.1.2
25642025-02-28T07:37:25.868Z Compiling tabled_derive v0.7.0
25652025-02-28T07:37:25.886Z Compiling peg-macros v0.8.4
25662025-02-28T07:37:25.893Z Compiling nix v0.28.0
25672025-02-28T07:37:25.928Z Checking papergrid v0.11.0
25682025-02-28T07:37:26.010Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692025-02-28T07:37:26.013Z Checking radix_trie v0.2.1
25702025-02-28T07:37:26.026Z Compiling sqlparser_derive v0.2.2
25712025-02-28T07:37:26.387Z Checking vte v0.11.1
25722025-02-28T07:37:26.464Z Checking unicode_categories v0.1.1
25732025-02-28T07:37:26.775Z Checking nu-ansi-term v0.50.1
25742025-02-28T07:37:26.991Z Checking home v0.5.9
25752025-02-28T07:37:27.131Z Checking sqlparser v0.45.0
25762025-02-28T07:37:27.193Z Checking sqlformat v0.2.6
25772025-02-28T07:37:27.211Z Checking display-error-chain v0.2.2
25782025-02-28T07:37:27.748Z Checking strip-ansi-escapes v0.2.0
25792025-02-28T07:37:27.910Z Checking reedline v0.35.0
25802025-02-28T07:37:27.987Z Checking tabled v0.15.0
25812025-02-28T07:37:28.327Z Checking peg v0.8.4
25822025-02-28T07:37:28.764Z Checking rustyline v14.0.0
25832025-02-28T07:37:37.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
25842025-02-28T07:37:37.827Z
25852025-02-28T07:37:37.827Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25862025-02-28T07:37:38.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-02-28T07:37:38.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-02-28T07:37:38.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892025-02-28T07:37:43.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
25902025-02-28T07:37:43.962Z
25912025-02-28T07:37:43.962Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25922025-02-28T07:37:44.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-02-28T07:37:44.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-02-28T07:37:44.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25952025-02-28T07:37:48.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
25962025-02-28T07:37:48.448Z
25972025-02-28T07:37:48.448Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25982025-02-28T07:37:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-02-28T07:37:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-02-28T07:37:49.172Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26012025-02-28T07:37:54.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
26022025-02-28T07:37:54.241Z
26032025-02-28T07:37:54.241Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
26042025-02-28T07:37:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-02-28T07:37:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-02-28T07:37:54.964Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26072025-02-28T07:38:00.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
26082025-02-28T07:38:00.221Z
26092025-02-28T07:38:00.222Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26102025-02-28T07:38:00.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-02-28T07:38:00.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-02-28T07:38:00.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26132025-02-28T07:38:04.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
26142025-02-28T07:38:04.674Z
26152025-02-28T07:38:04.674Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26162025-02-28T07:38:05.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-02-28T07:38:05.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-02-28T07:38:05.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26192025-02-28T07:38:09.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
26202025-02-28T07:38:09.372Z
26212025-02-28T07:38:09.372Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26222025-02-28T07:38:09.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-02-28T07:38:09.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-02-28T07:38:10.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26252025-02-28T07:38:15.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
26262025-02-28T07:38:15.380Z
26272025-02-28T07:38:15.380Zinfo: running `cargo check --bins` on oximeter (67/199)
26282025-02-28T07:38:15.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-02-28T07:38:15.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-02-28T07:38:15.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-02-28T07:38:15.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26322025-02-28T07:38:16.055Z
26332025-02-28T07:38:16.056Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26342025-02-28T07:38:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-02-28T07:38:16.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-02-28T07:38:16.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-02-28T07:38:16.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26382025-02-28T07:38:16.704Z
26392025-02-28T07:38:16.704Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26402025-02-28T07:38:17.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-02-28T07:38:17.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-02-28T07:38:17.387Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26432025-02-28T07:38:19.430Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26442025-02-28T07:38:20.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
26452025-02-28T07:38:20.585Z
26462025-02-28T07:38:20.585Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26472025-02-28T07:38:21.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-02-28T07:38:21.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-02-28T07:38:21.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-02-28T07:38:21.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26512025-02-28T07:38:21.259Z
26522025-02-28T07:38:21.259Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26532025-02-28T07:38:21.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-02-28T07:38:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-02-28T07:38:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-02-28T07:38:21.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26572025-02-28T07:38:21.929Z
26582025-02-28T07:38:21.929Zinfo: running `cargo check --bins` on oxql-types (72/199)
26592025-02-28T07:38:22.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-02-28T07:38:22.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-02-28T07:38:22.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622025-02-28T07:38:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26632025-02-28T07:38:22.620Z
26642025-02-28T07:38:22.620Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26652025-02-28T07:38:23.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662025-02-28T07:38:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672025-02-28T07:38:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682025-02-28T07:38:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26692025-02-28T07:38:23.316Z
26702025-02-28T07:38:23.316Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26712025-02-28T07:38:23.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-02-28T07:38:23.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-02-28T07:38:23.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-02-28T07:38:23.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26752025-02-28T07:38:23.994Z
26762025-02-28T07:38:23.994Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26772025-02-28T07:38:24.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-02-28T07:38:24.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-02-28T07:38:24.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-02-28T07:38:24.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26812025-02-28T07:38:24.702Z
26822025-02-28T07:38:24.702Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26832025-02-28T07:38:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-02-28T07:38:25.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-02-28T07:38:25.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-02-28T07:38:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26872025-02-28T07:38:25.370Z
26882025-02-28T07:38:25.370Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26892025-02-28T07:38:25.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-02-28T07:38:25.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-02-28T07:38:25.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-02-28T07:38:25.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26932025-02-28T07:38:26.059Z
26942025-02-28T07:38:26.059Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26952025-02-28T07:38:26.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-02-28T07:38:26.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-02-28T07:38:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-02-28T07:38:26.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26992025-02-28T07:38:26.741Z
27002025-02-28T07:38:26.741Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
27012025-02-28T07:38:27.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-02-28T07:38:27.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-02-28T07:38:27.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-02-28T07:38:27.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27052025-02-28T07:38:27.420Z
27062025-02-28T07:38:27.420Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27072025-02-28T07:38:28.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-02-28T07:38:28.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-02-28T07:38:28.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-02-28T07:38:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27112025-02-28T07:38:28.117Z
27122025-02-28T07:38:28.117Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27132025-02-28T07:38:28.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-02-28T07:38:28.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-02-28T07:38:28.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-02-28T07:38:28.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27172025-02-28T07:38:28.793Z
27182025-02-28T07:38:28.793Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27192025-02-28T07:38:29.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-02-28T07:38:29.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-02-28T07:38:29.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-02-28T07:38:29.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27232025-02-28T07:38:29.479Z
27242025-02-28T07:38:29.479Zinfo: running `cargo check --bins` on dpd-client (83/199)
27252025-02-28T07:38:30.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-02-28T07:38:30.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-02-28T07:38:30.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282025-02-28T07:38:30.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27292025-02-28T07:38:30.153Z
27302025-02-28T07:38:30.153Zinfo: running `cargo check --bins` on gateway-client (84/199)
27312025-02-28T07:38:30.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-02-28T07:38:30.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-02-28T07:38:30.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342025-02-28T07:38:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27352025-02-28T07:38:30.817Z
27362025-02-28T07:38:30.817Zinfo: running `cargo check --bins` on installinator-client (85/199)
27372025-02-28T07:38:31.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-02-28T07:38:31.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-02-28T07:38:31.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402025-02-28T07:38:31.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27412025-02-28T07:38:31.531Z
27422025-02-28T07:38:31.531Zinfo: running `cargo check --bins` on installinator-common (86/199)
27432025-02-28T07:38:32.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442025-02-28T07:38:32.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452025-02-28T07:38:32.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462025-02-28T07:38:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27472025-02-28T07:38:32.236Z
27482025-02-28T07:38:32.236Zinfo: running `cargo check --bins` on update-engine (87/199)
27492025-02-28T07:38:32.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502025-02-28T07:38:32.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512025-02-28T07:38:32.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522025-02-28T07:38:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27532025-02-28T07:38:32.905Z
27542025-02-28T07:38:32.905Zinfo: running `cargo check --bins` on nexus-client (88/199)
27552025-02-28T07:38:33.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562025-02-28T07:38:33.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572025-02-28T07:38:33.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582025-02-28T07:38:33.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27592025-02-28T07:38:33.606Z
27602025-02-28T07:38:33.606Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27612025-02-28T07:38:34.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622025-02-28T07:38:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632025-02-28T07:38:34.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642025-02-28T07:38:34.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27652025-02-28T07:38:34.292Z
27662025-02-28T07:38:34.292Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27672025-02-28T07:38:34.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682025-02-28T07:38:34.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692025-02-28T07:38:34.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702025-02-28T07:38:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27712025-02-28T07:38:34.970Z
27722025-02-28T07:38:34.970Zinfo: running `cargo check --bins` on nexus-types (91/199)
27732025-02-28T07:38:35.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742025-02-28T07:38:35.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752025-02-28T07:38:35.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762025-02-28T07:38:35.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27772025-02-28T07:38:35.665Z
27782025-02-28T07:38:35.666Zinfo: running `cargo check --bins` on oxide-client (92/199)
27792025-02-28T07:38:36.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802025-02-28T07:38:36.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812025-02-28T07:38:36.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822025-02-28T07:38:36.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27832025-02-28T07:38:36.327Z
27842025-02-28T07:38:36.327Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27852025-02-28T07:38:36.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-02-28T07:38:36.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-02-28T07:38:36.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-02-28T07:38:36.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27892025-02-28T07:38:37.009Z
27902025-02-28T07:38:37.009Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27912025-02-28T07:38:37.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-02-28T07:38:37.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-02-28T07:38:37.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-02-28T07:38:37.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27952025-02-28T07:38:37.670Z
27962025-02-28T07:38:37.670Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27972025-02-28T07:38:38.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-02-28T07:38:38.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-02-28T07:38:38.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-02-28T07:38:38.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28012025-02-28T07:38:38.373Z
28022025-02-28T07:38:38.373Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28032025-02-28T07:38:38.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-02-28T07:38:38.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-02-28T07:38:38.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-02-28T07:38:38.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28072025-02-28T07:38:39.081Z
28082025-02-28T07:38:39.081Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28092025-02-28T07:38:39.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-02-28T07:38:39.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-02-28T07:38:39.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-02-28T07:38:39.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28132025-02-28T07:38:39.785Z
28142025-02-28T07:38:39.785Zinfo: running `cargo check --bins` on wicket-common (98/199)
28152025-02-28T07:38:40.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-02-28T07:38:40.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-02-28T07:38:40.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-02-28T07:38:40.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28192025-02-28T07:38:40.489Z
28202025-02-28T07:38:40.489Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28212025-02-28T07:38:41.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-02-28T07:38:41.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-02-28T07:38:41.192Z Checking csv-core v0.1.11
28242025-02-28T07:38:41.192Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28252025-02-28T07:38:41.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28262025-02-28T07:38:41.197Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28272025-02-28T07:38:41.509Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28282025-02-28T07:38:41.512Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28292025-02-28T07:38:41.559Z Checking csv v1.3.1
28302025-02-28T07:38:42.118Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28312025-02-28T07:38:42.464Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322025-02-28T07:38:44.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
28332025-02-28T07:38:44.270Z
28342025-02-28T07:38:44.270Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28352025-02-28T07:38:44.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-02-28T07:38:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-02-28T07:38:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-02-28T07:38:44.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28392025-02-28T07:38:44.952Z
28402025-02-28T07:38:44.952Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28412025-02-28T07:38:45.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-02-28T07:38:45.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-02-28T07:38:45.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442025-02-28T07:38:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28452025-02-28T07:38:45.626Z
28462025-02-28T07:38:45.626Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28472025-02-28T07:38:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-02-28T07:38:46.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-02-28T07:38:46.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502025-02-28T07:38:46.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28512025-02-28T07:38:46.408Z
28522025-02-28T07:38:46.408Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28532025-02-28T07:38:47.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-02-28T07:38:47.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-02-28T07:38:47.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562025-02-28T07:38:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28572025-02-28T07:38:48.167Z
28582025-02-28T07:38:48.167Zinfo: running `cargo check --bins` on dns-server (104/199)
28592025-02-28T07:38:48.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-02-28T07:38:48.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-02-28T07:38:48.198Z Compiling typify-impl v0.3.0
28622025-02-28T07:38:48.198Z Compiling parking_lot_core v0.8.6
28632025-02-28T07:38:48.198Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28642025-02-28T07:38:48.199Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28652025-02-28T07:38:48.199Z Checking fxhash v0.2.1
28662025-02-28T07:38:48.199Z Checking hickory-client v0.24.4
28672025-02-28T07:38:48.199Z Checking hickory-server v0.24.4
28682025-02-28T07:38:48.686Z Checking parking_lot v0.11.2
28692025-02-28T07:38:48.810Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28702025-02-28T07:38:48.977Z Checking sled v0.34.7
28712025-02-28T07:38:53.319Z Compiling typify-macro v0.3.0
28722025-02-28T07:38:54.857Z Compiling typify v0.3.0
28732025-02-28T07:38:54.931Z Compiling progenitor-impl v0.9.1
28742025-02-28T07:38:57.359Z Compiling progenitor-macro v0.9.1
28752025-02-28T07:39:00.965Z Checking progenitor v0.9.1
28762025-02-28T07:39:01.098Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28772025-02-28T07:39:01.563Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782025-02-28T07:39:02.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
28792025-02-28T07:39:03.045Z
28802025-02-28T07:39:03.046Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28812025-02-28T07:39:03.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-02-28T07:39:03.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-02-28T07:39:03.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-02-28T07:39:03.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28852025-02-28T07:39:03.727Z
28862025-02-28T07:39:03.727Zinfo: running `cargo check --bins` on openapi-manager-types (106/199)
28872025-02-28T07:39:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-02-28T07:39:04.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-02-28T07:39:04.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-02-28T07:39:04.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28912025-02-28T07:39:04.382Z
28922025-02-28T07:39:04.382Zinfo: running `cargo check --bins` on gateway-test-utils (107/199)
28932025-02-28T07:39:05.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-02-28T07:39:05.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-02-28T07:39:05.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-02-28T07:39:05.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28972025-02-28T07:39:05.126Z
28982025-02-28T07:39:05.126Zinfo: running `cargo check --bins` on gateway-types (108/199)
28992025-02-28T07:39:05.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-02-28T07:39:05.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-02-28T07:39:05.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022025-02-28T07:39:05.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29032025-02-28T07:39:05.806Z
29042025-02-28T07:39:05.806Zinfo: running `cargo check --bins` on ipcc (109/199)
29052025-02-28T07:39:06.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062025-02-28T07:39:06.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072025-02-28T07:39:06.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082025-02-28T07:39:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29092025-02-28T07:39:06.493Z
29102025-02-28T07:39:06.493Zinfo: running `cargo check --bins` on omicron-gateway (110/199)
29112025-02-28T07:39:07.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122025-02-28T07:39:07.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132025-02-28T07:39:07.250Z Compiling radium v0.7.0
29142025-02-28T07:39:07.251Z Compiling semver v0.1.20
29152025-02-28T07:39:07.376Z Compiling maybe-uninit v2.0.0
29162025-02-28T07:39:07.378Z Checking tap v1.0.1
29172025-02-28T07:39:07.396Z Checking password-hash v0.5.0
29182025-02-28T07:39:07.399Z Checking blake2 v0.10.6
29192025-02-28T07:39:07.399Z Checking funty v2.0.0
29202025-02-28T07:39:07.401Z Compiling owo-colors v4.2.0
29212025-02-28T07:39:07.536Z Checking wyz v0.5.1
29222025-02-28T07:39:07.815Z Compiling rustc_version v0.1.7
29232025-02-28T07:39:07.865Z Compiling packed_struct v0.10.1
29242025-02-28T07:39:07.868Z Checking crc-catalog v2.4.0
29252025-02-28T07:39:07.937Z Compiling cancel-safe-futures v0.1.5
29262025-02-28T07:39:08.035Z Checking crc v3.2.1
29272025-02-28T07:39:08.055Z Checking argon2 v0.5.3
29282025-02-28T07:39:08.076Z Compiling packed_struct_codegen v0.10.1
29292025-02-28T07:39:08.215Z Checking libsw-core v0.3.1
29302025-02-28T07:39:08.233Z Compiling newtype_derive v0.1.6
29312025-02-28T07:39:08.265Z Checking bitvec v1.0.1
29322025-02-28T07:39:08.328Z Checking half v2.4.1
29332025-02-28T07:39:08.375Z Compiling indexmap v1.9.3
29342025-02-28T07:39:08.457Z Checking nodrop v0.1.14
29352025-02-28T07:39:08.476Z Checking ciborium-io v0.2.2
29362025-02-28T07:39:08.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29372025-02-28T07:39:08.612Z Checking array-init v0.0.4
29382025-02-28T07:39:08.709Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29392025-02-28T07:39:08.729Z Checking libsw v3.4.0
29402025-02-28T07:39:08.779Z Checking ciborium-ll v0.2.2
29412025-02-28T07:39:08.932Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29422025-02-28T07:39:09.031Z Checking smallvec v0.6.14
29432025-02-28T07:39:09.076Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29442025-02-28T07:39:09.198Z Checking termcolor v1.4.1
29452025-02-28T07:39:09.418Z Checking linear-map v1.2.0
29462025-02-28T07:39:09.488Z Checking swrite v0.1.0
29472025-02-28T07:39:09.614Z Checking bitfield v0.14.0
29482025-02-28T07:39:09.627Z Checking indent_write v2.2.0
29492025-02-28T07:39:09.631Z Checking hashbrown v0.12.3
29502025-02-28T07:39:09.754Z Checking ron v0.8.1
29512025-02-28T07:39:09.834Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29522025-02-28T07:39:09.902Z Checking env_logger v0.10.2
29532025-02-28T07:39:10.063Z Checking serde-hex v0.1.0
29542025-02-28T07:39:10.315Z Checking ciborium v0.2.2
29552025-02-28T07:39:10.536Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29562025-02-28T07:39:10.562Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29572025-02-28T07:39:11.158Z Checking steno v0.4.1
29582025-02-28T07:39:11.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29592025-02-28T07:39:11.285Z Checking hashbrown v0.13.2
29602025-02-28T07:39:11.414Z Checking crc-any v2.5.0
29612025-02-28T07:39:11.540Z Checking humantime v2.1.0
29622025-02-28T07:39:11.786Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29632025-02-28T07:39:11.873Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29642025-02-28T07:39:12.113Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29652025-02-28T07:39:12.257Z Checking object v0.30.4
29662025-02-28T07:39:12.473Z Checking path-slash v0.1.5
29672025-02-28T07:39:12.539Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29682025-02-28T07:39:12.716Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29692025-02-28T07:39:13.310Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29702025-02-28T07:39:13.447Z Checking nix v0.27.1
29712025-02-28T07:39:13.466Z Checking tungstenite v0.23.0
29722025-02-28T07:39:13.592Z Checking kstat-rs v0.2.4
29732025-02-28T07:39:13.818Z Checking signal-hook-tokio v0.3.1
29742025-02-28T07:39:13.930Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29752025-02-28T07:39:14.314Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29762025-02-28T07:39:14.357Z Checking tokio-tungstenite v0.23.1
29772025-02-28T07:39:14.785Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29782025-02-28T07:39:15.318Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29792025-02-28T07:39:21.870Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29802025-02-28T07:39:23.226Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29812025-02-28T07:39:25.636Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29822025-02-28T07:39:31.058Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29832025-02-28T07:39:31.732Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29842025-02-28T07:39:34.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.94s
29852025-02-28T07:39:34.661Z
29862025-02-28T07:39:34.661Zinfo: running `cargo check --bins` on gateway-api (111/199)
29872025-02-28T07:39:35.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-02-28T07:39:35.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-02-28T07:39:35.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902025-02-28T07:39:35.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29912025-02-28T07:39:35.634Z
29922025-02-28T07:39:35.634Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199)
29932025-02-28T07:39:35.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-02-28T07:39:35.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-02-28T07:39:35.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-02-28T07:39:35.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29972025-02-28T07:39:36.001Z
29982025-02-28T07:39:36.001Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199)
29992025-02-28T07:39:36.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-02-28T07:39:36.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-02-28T07:39:36.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-02-28T07:39:36.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30032025-02-28T07:39:36.685Z
30042025-02-28T07:39:36.685Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199)
30052025-02-28T07:39:37.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-02-28T07:39:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-02-28T07:39:37.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-02-28T07:39:37.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30092025-02-28T07:39:37.369Z
30102025-02-28T07:39:37.369Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199)
30112025-02-28T07:39:37.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-02-28T07:39:37.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-02-28T07:39:37.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-02-28T07:39:37.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30152025-02-28T07:39:38.063Z
30162025-02-28T07:39:38.063Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199)
30172025-02-28T07:39:38.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-02-28T07:39:38.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-02-28T07:39:38.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-02-28T07:39:38.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30212025-02-28T07:39:38.745Z
30222025-02-28T07:39:38.745Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199)
30232025-02-28T07:39:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-02-28T07:39:39.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-02-28T07:39:39.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-02-28T07:39:39.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30272025-02-28T07:39:39.424Z
30282025-02-28T07:39:39.424Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199)
30292025-02-28T07:39:40.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-02-28T07:39:40.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-02-28T07:39:40.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-02-28T07:39:40.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30332025-02-28T07:39:40.108Z
30342025-02-28T07:39:40.108Zinfo: running `cargo check --bins` on oximeter-producer (119/199)
30352025-02-28T07:39:40.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-02-28T07:39:40.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-02-28T07:39:40.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-02-28T07:39:40.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30392025-02-28T07:39:40.816Z
30402025-02-28T07:39:40.816Zinfo: running `cargo check --bins` on internal-dns-resolver (120/199)
30412025-02-28T07:39:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-02-28T07:39:41.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-02-28T07:39:41.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-02-28T07:39:41.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30452025-02-28T07:39:41.501Z
30462025-02-28T07:39:41.501Zinfo: running `cargo check --bins` on sp-sim (121/199)
30472025-02-28T07:39:42.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-02-28T07:39:42.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-02-28T07:39:42.201Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30502025-02-28T07:39:42.652Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30512025-02-28T07:39:44.327Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30522025-02-28T07:39:46.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
30532025-02-28T07:39:46.241Z
30542025-02-28T07:39:46.241Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199)
30552025-02-28T07:39:46.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-02-28T07:39:46.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-02-28T07:39:46.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-02-28T07:39:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30592025-02-28T07:39:46.992Z
30602025-02-28T07:39:46.992Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199)
30612025-02-28T07:39:47.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-02-28T07:39:47.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-02-28T07:39:47.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-02-28T07:39:47.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30652025-02-28T07:39:47.743Z
30662025-02-28T07:39:47.743Zinfo: running `cargo check --bins` on db-macros (124/199)
30672025-02-28T07:39:48.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-02-28T07:39:48.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-02-28T07:39:48.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-02-28T07:39:48.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30712025-02-28T07:39:48.413Z
30722025-02-28T07:39:48.414Zinfo: running `cargo check --bins` on nexus-macros-common (125/199)
30732025-02-28T07:39:49.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-02-28T07:39:49.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-02-28T07:39:49.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-02-28T07:39:49.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30772025-02-28T07:39:49.087Z
30782025-02-28T07:39:49.088Zinfo: running `cargo check --bins` on nexus-auth (126/199)
30792025-02-28T07:39:49.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-02-28T07:39:49.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-02-28T07:39:49.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822025-02-28T07:39:49.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30832025-02-28T07:39:49.816Z
30842025-02-28T07:39:49.816Zinfo: running `cargo check --bins` on authz-macros (127/199)
30852025-02-28T07:39:50.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-02-28T07:39:50.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-02-28T07:39:50.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-02-28T07:39:50.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30892025-02-28T07:39:50.487Z
30902025-02-28T07:39:50.487Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/199)
30912025-02-28T07:39:51.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-02-28T07:39:51.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-02-28T07:39:51.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-02-28T07:39:51.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30952025-02-28T07:39:51.203Z
30962025-02-28T07:39:51.203Zinfo: running `cargo check --bins` on nexus-db-model (129/199)
30972025-02-28T07:39:51.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-02-28T07:39:51.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-02-28T07:39:51.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-02-28T07:39:51.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31012025-02-28T07:39:51.920Z
31022025-02-28T07:39:51.920Zinfo: running `cargo check --bins` on nexus-defaults (130/199)
31032025-02-28T07:39:52.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-02-28T07:39:52.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-02-28T07:39:52.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-02-28T07:39:52.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31072025-02-28T07:39:52.601Z
31082025-02-28T07:39:52.602Zinfo: running `cargo check --bins` on nexus-inventory (131/199)
31092025-02-28T07:39:53.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-02-28T07:39:53.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-02-28T07:39:53.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-02-28T07:39:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31132025-02-28T07:39:53.318Z
31142025-02-28T07:39:53.318Zinfo: running `cargo check --bins` on typed-rng (132/199)
31152025-02-28T07:39:53.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-02-28T07:39:53.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-02-28T07:39:53.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-02-28T07:39:53.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31192025-02-28T07:39:53.981Z
31202025-02-28T07:39:53.981Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199)
31212025-02-28T07:39:54.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-02-28T07:39:54.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-02-28T07:39:54.783Z Checking keccak v0.1.5
31242025-02-28T07:39:54.900Z Checking secrecy v0.8.0
31252025-02-28T07:39:54.903Z Compiling unicase v2.7.0
31262025-02-28T07:39:54.912Z Compiling same-file v1.0.6
31272025-02-28T07:39:54.923Z Compiling tempfile v3.13.0
31282025-02-28T07:39:54.953Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31292025-02-28T07:39:54.956Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31302025-02-28T07:39:54.957Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31312025-02-28T07:39:55.085Z Compiling walkdir v2.5.0
31322025-02-28T07:39:55.180Z Compiling thiserror-impl-no-std v2.0.2
31332025-02-28T07:39:55.201Z Checking sha3 v0.10.8
31342025-02-28T07:39:55.239Z Checking universal-hash v0.5.1
31352025-02-28T07:39:55.394Z Compiling blake3 v1.5.4
31362025-02-28T07:39:55.420Z Checking opaque-debug v0.3.1
31372025-02-28T07:39:55.471Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382025-02-28T07:39:55.500Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31392025-02-28T07:39:55.521Z Checking poly1305 v0.8.0
31402025-02-28T07:39:55.620Z Checking chacha20 v0.9.1
31412025-02-28T07:39:55.699Z Checking aead v0.5.2
31422025-02-28T07:39:55.739Z Compiling memmap2 v0.9.5
31432025-02-28T07:39:55.795Z Compiling constant_time_eq v0.3.1
31442025-02-28T07:39:55.943Z Compiling arrayvec v0.7.6
31452025-02-28T07:39:55.970Z Compiling salty v0.3.0
31462025-02-28T07:39:56.011Z Compiling libefi-sys v0.1.0
31472025-02-28T07:39:56.031Z Compiling arrayref v0.3.9
31482025-02-28T07:39:56.127Z Checking chacha20poly1305 v0.10.1
31492025-02-28T07:39:56.319Z Compiling toolchain_find v0.4.0
31502025-02-28T07:39:56.339Z Compiling camino-tempfile v1.1.1
31512025-02-28T07:39:56.397Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31522025-02-28T07:39:56.426Z Compiling bitfield-struct v0.6.2
31532025-02-28T07:39:56.531Z Compiling topological-sort v0.2.2
31542025-02-28T07:39:56.783Z Compiling rustfmt-wrapper v0.2.1
31552025-02-28T07:39:56.803Z Compiling mime_guess v2.0.5
31562025-02-28T07:39:57.361Z Compiling omicron-zone-package v0.12.0
31572025-02-28T07:39:57.396Z Compiling progenitor v0.9.1
31582025-02-28T07:39:57.481Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592025-02-28T07:39:57.613Z Checking primeorder v0.13.6
31602025-02-28T07:39:57.764Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31612025-02-28T07:39:57.786Z Checking env_filter v0.1.2
31622025-02-28T07:39:57.800Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31632025-02-28T07:39:57.819Z Checking thiserror-no-std v2.0.2
31642025-02-28T07:39:57.949Z Checking vsss-rs v3.3.4
31652025-02-28T07:39:58.008Z Checking env_logger v0.11.5
31662025-02-28T07:39:58.035Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31672025-02-28T07:39:58.060Z Checking p384 v0.13.0
31682025-02-28T07:39:58.084Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31692025-02-28T07:39:58.165Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31702025-02-28T07:39:58.308Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31712025-02-28T07:39:58.415Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31722025-02-28T07:39:58.599Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31732025-02-28T07:39:58.599Z Checking lockfree-object-pool v0.1.6
31742025-02-28T07:39:58.638Z Checking bumpalo v3.16.0
31752025-02-28T07:39:58.753Z Compiling zip v2.1.3
31762025-02-28T07:39:58.864Z Checking simd-adler32 v0.3.7
31772025-02-28T07:39:58.941Z Checking http-range v0.1.5
31782025-02-28T07:39:59.012Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31792025-02-28T07:39:59.130Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31802025-02-28T07:39:59.197Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31812025-02-28T07:39:59.216Z Checking zopfli v0.8.1
31822025-02-28T07:39:59.501Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31832025-02-28T07:39:59.540Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31842025-02-28T07:39:59.896Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31852025-02-28T07:39:59.915Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31862025-02-28T07:40:00.071Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31872025-02-28T07:40:00.317Z Checking atty v0.2.14
31882025-02-28T07:40:00.383Z Checking glob v0.3.2
31892025-02-28T07:40:00.445Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902025-02-28T07:40:00.469Z Checking hyper-staticfile v0.10.1
31912025-02-28T07:40:00.489Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31922025-02-28T07:40:00.716Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31932025-02-28T07:40:01.073Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31942025-02-28T07:40:01.733Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31952025-02-28T07:40:01.890Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31962025-02-28T07:40:02.083Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31972025-02-28T07:40:02.104Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31982025-02-28T07:40:02.358Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31992025-02-28T07:40:02.483Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32002025-02-28T07:40:02.751Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32012025-02-28T07:40:02.911Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32022025-02-28T07:40:03.280Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32032025-02-28T07:40:03.300Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32042025-02-28T07:40:03.415Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32052025-02-28T07:40:06.448Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32062025-02-28T07:40:06.448Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32072025-02-28T07:40:15.184Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082025-02-28T07:40:28.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.48s
32092025-02-28T07:40:28.674Z
32102025-02-28T07:40:28.674Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199)
32112025-02-28T07:40:29.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-02-28T07:40:29.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-02-28T07:40:29.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142025-02-28T07:40:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
32152025-02-28T07:40:43.399Z
32162025-02-28T07:40:43.399Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199)
32172025-02-28T07:40:44.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-02-28T07:40:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-02-28T07:40:44.193Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202025-02-28T07:40:57.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
32212025-02-28T07:40:57.951Z
32222025-02-28T07:40:57.951Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199)
32232025-02-28T07:40:58.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-02-28T07:40:58.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-02-28T07:40:58.750Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262025-02-28T07:41:12.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
32272025-02-28T07:41:12.574Z
32282025-02-28T07:41:12.574Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199)
32292025-02-28T07:41:13.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-02-28T07:41:13.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-02-28T07:41:13.379Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32322025-02-28T07:41:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
32332025-02-28T07:41:27.143Z
32342025-02-28T07:41:27.143Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199)
32352025-02-28T07:41:27.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-02-28T07:41:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-02-28T07:41:27.938Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32382025-02-28T07:41:41.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
32392025-02-28T07:41:41.646Z
32402025-02-28T07:41:41.646Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199)
32412025-02-28T07:41:42.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-02-28T07:41:42.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-02-28T07:41:42.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32442025-02-28T07:41:55.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
32452025-02-28T07:41:56.155Z
32462025-02-28T07:41:56.155Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199)
32472025-02-28T07:41:56.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-02-28T07:41:56.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-02-28T07:41:56.937Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32502025-02-28T07:42:10.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
32512025-02-28T07:42:10.830Z
32522025-02-28T07:42:10.831Zinfo: running `cargo check --bins` on bootstrap-agent-api (141/199)
32532025-02-28T07:42:11.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-02-28T07:42:11.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-02-28T07:42:11.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-02-28T07:42:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32572025-02-28T07:42:11.539Z
32582025-02-28T07:42:11.539Zinfo: running `cargo check --bins` on key-manager (142/199)
32592025-02-28T07:42:12.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-02-28T07:42:12.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-02-28T07:42:12.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622025-02-28T07:42:12.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32632025-02-28T07:42:12.223Z
32642025-02-28T07:42:12.223Zinfo: running `cargo check --bins` on range-requests (143/199)
32652025-02-28T07:42:12.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-02-28T07:42:12.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-02-28T07:42:12.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682025-02-28T07:42:12.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32692025-02-28T07:42:12.880Z
32702025-02-28T07:42:12.880Zinfo: running `cargo check --bins` on repo-depot-api (144/199)
32712025-02-28T07:42:13.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-02-28T07:42:13.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-02-28T07:42:13.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742025-02-28T07:42:13.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32752025-02-28T07:42:13.564Z
32762025-02-28T07:42:13.564Zinfo: running `cargo check --bins` on sled-agent-api (145/199)
32772025-02-28T07:42:14.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-02-28T07:42:14.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-02-28T07:42:14.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802025-02-28T07:42:14.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32812025-02-28T07:42:14.289Z
32822025-02-28T07:42:14.289Zinfo: running `cargo check --bins` on sled-diagnostics (146/199)
32832025-02-28T07:42:14.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-02-28T07:42:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-02-28T07:42:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862025-02-28T07:42:14.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32872025-02-28T07:42:14.963Z
32882025-02-28T07:42:14.963Zinfo: running `cargo check --bins` on sled-hardware (147/199)
32892025-02-28T07:42:15.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-02-28T07:42:15.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-02-28T07:42:15.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-02-28T07:42:15.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32932025-02-28T07:42:15.682Z
32942025-02-28T07:42:15.682Zinfo: running `cargo check --bins --no-default-features` on sled-storage (148/199)
32952025-02-28T07:42:16.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-02-28T07:42:16.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-02-28T07:42:16.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-02-28T07:42:16.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32992025-02-28T07:42:16.402Z
33002025-02-28T07:42:16.402Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199)
33012025-02-28T07:42:17.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-02-28T07:42:17.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-02-28T07:42:17.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-02-28T07:42:17.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33052025-02-28T07:42:17.121Z
33062025-02-28T07:42:17.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199)
33072025-02-28T07:42:17.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-02-28T07:42:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-02-28T07:42:17.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-02-28T07:42:17.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33112025-02-28T07:42:17.849Z
33122025-02-28T07:42:17.850Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (151/199)
33132025-02-28T07:42:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-02-28T07:42:18.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-02-28T07:42:18.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-02-28T07:42:18.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
33172025-02-28T07:42:18.581Z
33182025-02-28T07:42:18.581Zinfo: running `cargo check --bins` on nexus-test-interface (152/199)
33192025-02-28T07:42:19.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-02-28T07:42:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-02-28T07:42:19.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-02-28T07:42:19.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33232025-02-28T07:42:19.302Z
33242025-02-28T07:42:19.302Zinfo: running `cargo check --bins` on oximeter-collector (153/199)
33252025-02-28T07:42:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-02-28T07:42:19.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-02-28T07:42:20.063Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33282025-02-28T07:42:20.063Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33292025-02-28T07:42:20.933Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33302025-02-28T07:42:22.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
33312025-02-28T07:42:23.116Z
33322025-02-28T07:42:23.116Zinfo: running `cargo check --bins` on oximeter-api (154/199)
33332025-02-28T07:42:23.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-02-28T07:42:23.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-02-28T07:42:23.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-02-28T07:42:23.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33372025-02-28T07:42:23.798Z
33382025-02-28T07:42:23.798Zinfo: running `cargo check --bins` on cert-dev (155/199)
33392025-02-28T07:42:24.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-02-28T07:42:24.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-02-28T07:42:24.483Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33422025-02-28T07:42:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33432025-02-28T07:42:24.946Z
33442025-02-28T07:42:24.946Zinfo: running `cargo check --bins` on clickana (156/199)
33452025-02-28T07:42:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-02-28T07:42:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-02-28T07:42:25.660Z Checking itertools v0.13.0
33482025-02-28T07:42:25.660Z Checking castaway v0.2.3
33492025-02-28T07:42:25.663Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33502025-02-28T07:42:25.663Z Checking lru v0.12.5
33512025-02-28T07:42:25.663Z Compiling instability v0.3.2
33522025-02-28T07:42:25.663Z Checking cassowary v0.3.0
33532025-02-28T07:42:25.770Z Compiling indoc v2.0.5
33542025-02-28T07:42:25.891Z Checking compact_str v0.8.0
33552025-02-28T07:42:27.474Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33562025-02-28T07:42:27.575Z Checking unicode-truncate v1.1.0
33572025-02-28T07:42:27.726Z Checking ratatui v0.29.0
33582025-02-28T07:42:29.593Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33592025-02-28T07:42:30.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
33602025-02-28T07:42:30.628Z
33612025-02-28T07:42:30.628Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (157/199)
33622025-02-28T07:42:31.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632025-02-28T07:42:31.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642025-02-28T07:42:31.399Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33652025-02-28T07:42:31.399Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33662025-02-28T07:42:32.431Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33672025-02-28T07:42:32.889Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33682025-02-28T07:42:33.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
33692025-02-28T07:42:33.442Z
33702025-02-28T07:42:33.442Zinfo: running `cargo check --bins` on ch-dev (158/199)
33712025-02-28T07:42:34.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-02-28T07:42:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-02-28T07:42:34.147Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33742025-02-28T07:42:34.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33752025-02-28T07:42:35.076Z
33762025-02-28T07:42:35.076Zinfo: running `cargo check --bins` on crdb-seed (159/199)
33772025-02-28T07:42:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-02-28T07:42:35.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-02-28T07:42:35.782Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33802025-02-28T07:42:36.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
33812025-02-28T07:42:36.329Z
33822025-02-28T07:42:36.329Zinfo: running `cargo check --bins` on db-dev (160/199)
33832025-02-28T07:42:36.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842025-02-28T07:42:36.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852025-02-28T07:42:37.038Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33862025-02-28T07:42:37.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
33872025-02-28T07:42:37.982Z
33882025-02-28T07:42:37.982Zinfo: running `cargo check --bins` on omicron-dev-lib (161/199)
33892025-02-28T07:42:38.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902025-02-28T07:42:38.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912025-02-28T07:42:38.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922025-02-28T07:42:38.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33932025-02-28T07:42:38.669Z
33942025-02-28T07:42:38.669Zinfo: running `cargo check --bins` on xtask-downloader (162/199)
33952025-02-28T07:42:39.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962025-02-28T07:42:39.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972025-02-28T07:42:39.327Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33982025-02-28T07:42:40.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
33992025-02-28T07:42:40.374Z
34002025-02-28T07:42:40.374Zinfo: running `cargo check --bins` on omicron-ls-apis (163/199)
34012025-02-28T07:42:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022025-02-28T07:42:40.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032025-02-28T07:42:41.054Z Checking cargo-platform v0.1.8
34042025-02-28T07:42:41.335Z Checking cargo_metadata v0.19.1
34052025-02-28T07:42:42.355Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34062025-02-28T07:42:43.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
34072025-02-28T07:42:43.382Z
34082025-02-28T07:42:43.382Zinfo: running `cargo check --bins` on mgs-dev (164/199)
34092025-02-28T07:42:44.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-02-28T07:42:44.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-02-28T07:42:44.146Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34122025-02-28T07:42:45.799Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34132025-02-28T07:42:46.196Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34142025-02-28T07:42:46.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
34152025-02-28T07:42:46.922Z
34162025-02-28T07:42:46.922Zinfo: running `cargo check --bins` on omicron-omdb (165/199)
34172025-02-28T07:42:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-02-28T07:42:47.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-02-28T07:42:47.777Z Compiling crunchy v0.2.2
34202025-02-28T07:42:47.778Z Compiling tiny-keccak v2.0.2
34212025-02-28T07:42:47.787Z Compiling dsl_auto_type v0.1.2
34222025-02-28T07:42:47.787Z Checking scheduled-thread-pool v0.2.7
34232025-02-28T07:42:47.787Z Compiling diesel_table_macro_syntax v0.2.0
34242025-02-28T07:42:47.945Z Compiling ascii-canvas v3.0.0
34252025-02-28T07:42:47.953Z Compiling ena v0.14.3
34262025-02-28T07:42:47.953Z Compiling regex-syntax v0.6.29
34272025-02-28T07:42:48.140Z Checking r2d2 v0.8.10
34282025-02-28T07:42:48.224Z Compiling bindgen v0.71.1
34292025-02-28T07:42:48.284Z Compiling diff v0.1.13
34302025-02-28T07:42:48.397Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34312025-02-28T07:42:48.402Z Compiling ref-cast v1.0.23
34322025-02-28T07:42:48.452Z Compiling rustc-hash v2.1.1
34332025-02-28T07:42:48.618Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34342025-02-28T07:42:48.661Z Compiling derive_builder_core v0.20.2
34352025-02-28T07:42:48.835Z Compiling libxml v0.3.3
34362025-02-28T07:42:48.928Z Compiling ref-cast-impl v1.0.23
34372025-02-28T07:42:48.962Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34382025-02-28T07:42:49.240Z Compiling diesel_derives v2.2.3
34392025-02-28T07:42:49.258Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34402025-02-28T07:42:49.278Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34412025-02-28T07:42:49.433Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34422025-02-28T07:42:49.593Z Compiling strum_macros v0.24.3
34432025-02-28T07:42:49.826Z Compiling indoc v1.0.9
34442025-02-28T07:42:50.713Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34452025-02-28T07:42:50.732Z Compiling derive_builder_macro v0.20.2
34462025-02-28T07:42:51.007Z Compiling impl-trait-for-tuples v0.2.2
34472025-02-28T07:42:51.655Z Compiling lalrpop v0.19.12
34482025-02-28T07:42:51.697Z Checking derive_builder v0.20.2
34492025-02-28T07:42:51.872Z Compiling oso-derive v0.27.3
34502025-02-28T07:42:52.389Z Checking quick-xml v0.37.2
34512025-02-28T07:42:52.833Z Compiling diesel-dtrace v0.4.2
34522025-02-28T07:42:52.904Z Checking maplit v1.0.2
34532025-02-28T07:42:53.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34542025-02-28T07:42:53.231Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34552025-02-28T07:42:53.260Z Checking bb8 v0.8.5
34562025-02-28T07:42:53.601Z Checking io-lifetimes v1.0.11
34572025-02-28T07:42:53.730Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34582025-02-28T07:42:53.816Z Checking rustix v0.37.28
34592025-02-28T07:42:54.059Z Checking rand_seeder v0.4.0
34602025-02-28T07:42:54.300Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34612025-02-28T07:42:54.512Zerror[E0599]: no method named `make_rng` found for struct `Seeder` in the current scope
34622025-02-28T07:42:54.512Z --> typed-rng/src/lib.rs:85:12
34632025-02-28T07:42:54.512Z |
34642025-02-28T07:42:54.512Z85 | seeder.make_rng::<R>()
34652025-02-28T07:42:54.512Z | ^^^^^^^^ method not found in `Seeder`
34662025-02-28T07:42:54.512Z
34672025-02-28T07:42:54.531Zerror[E0599]: no method named `make_rng` found for struct `Seeder` in the current scope
34682025-02-28T07:42:54.531Z --> typed-rng/src/lib.rs:98:12
34692025-02-28T07:42:54.531Z |
34702025-02-28T07:42:54.531Z98 | seeder.make_rng::<R>()
34712025-02-28T07:42:54.532Z | ^^^^^^^^ method not found in `Seeder`
34722025-02-28T07:42:54.532Z
34732025-02-28T07:42:54.544Zerror[E0599]: no method named `make_rng` found for struct `Seeder` in the current scope
34742025-02-28T07:42:54.544Z --> typed-rng/src/lib.rs:165:26
34752025-02-28T07:42:54.544Z |
34762025-02-28T07:42:54.544Z165 | Self::new(seeder.make_rng::<R>())
34772025-02-28T07:42:54.544Z | ^^^^^^^^ method not found in `Seeder`
34782025-02-28T07:42:54.544Z
34792025-02-28T07:42:54.548Zerror[E0599]: no method named `make_rng` found for struct `Seeder` in the current scope
34802025-02-28T07:42:54.548Z --> typed-rng/src/lib.rs:179:27
34812025-02-28T07:42:54.548Z |
34822025-02-28T07:42:54.549Z179 | self.rng = seeder.make_rng::<R>();
34832025-02-28T07:42:54.549Z | ^^^^^^^^ method not found in `Seeder`
34842025-02-28T07:42:54.549Z
34852025-02-28T07:42:54.549Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34862025-02-28T07:42:54.595Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34872025-02-28T07:42:54.746ZFor more information about this error, try `rustc --explain E0599`.
34882025-02-28T07:42:54.774Zerror: could not compile `typed-rng` (lib) due to 4 previous errors
34892025-02-28T07:42:54.774Zwarning: build failed, waiting for other jobs to finish...
34902025-02-28T07:43:27.175Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
34912025-02-28T07:43:27.179ZError: cargo-hack install failed: exit status: 1
34922025-02-28T07:43:27.184Z
34932025-02-28T07:43:27.184Zreal 8:25.259439653
34942025-02-28T07:43:27.184Zuser 20:07.515580554
34952025-02-28T07:43:27.184Zsys 3:14.303923064
34962025-02-28T07:43:27.184Ztrap 0.465173459
34972025-02-28T07:43:27.184Ztflt 0.377456941
34982025-02-28T07:43:27.184Zdflt 1.535284606
34992025-02-28T07:43:27.184Zkflt 0.000868911
35002025-02-28T07:43:27.184Zlock 27:42.463607133
35012025-02-28T07:43:27.184Zslp 1:26:45.484307112
35022025-02-28T07:43:27.185Zlat 55.358594571
35032025-02-28T07:43:27.185Zstop 3:23.537934988
35042025-02-28T07:43:27.185Zprocess exited: duration 790900 ms, exit code 1
 
35052025-02-28T07:43:27.193Zfound 0 output files