01JKRGFCZEEME666SRJT10H9HW: 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: 01JKRGFRTZNPXPEGKD6D3R4GVY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T18:04:29.156Zjob assigned to worker 01JKRGFYGDF4YRYW2TDFKB4F6V [factory aws, i-047044f6076bab8fa] (queued for 55 s)
 
22025-02-10T18:04:37.028Zstarting task 0: "setup"
32025-02-10T18:04:37.035Z++ uname -s
42025-02-10T18:04:37.038Z+ kern=SunOS
52025-02-10T18:04:37.038Z+ build_user=build
62025-02-10T18:04:37.038Z+ build_uid=12345
72025-02-10T18:04:37.038Z+ work_dir=/work
82025-02-10T18:04:37.038Z+ input_dir=/input
92025-02-10T18:04:37.038Z+ [[ 0 == 12345 ]]
102025-02-10T18:04:37.038Z+ case "$kern" in
112025-02-10T18:04:37.038Z+ groupadd -g 12345 build
122025-02-10T18:04:37.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T18:04:39.049Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T18:04:39.184Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T18:04:39.187Z+ home_fs=zfs
162025-02-10T18:04:39.187Z+ [[ zfs == autofs ]]
172025-02-10T18:04:39.187Z+ mkdir -p /home/build
182025-02-10T18:04:39.189Z+ chown build:build /home/build /work
192025-02-10T18:04:41.191Z+ chmod 0700 /home/build /work
202025-02-10T18:04:41.194Zprocess exited: duration 4165 ms, exit code 0
 
212025-02-10T18:04:41.201Zstarting task 1: "rust-toolchain"
222025-02-10T18:04:41.205Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-10T18:04:41.205Z * rust toolchain channel = "1.84.1"
242025-02-10T18:04:41.205Z * rust toolchain profile = "default"
252025-02-10T18:04:41.205Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-10T18:04:41.205Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T18:04:41.205Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T18:04:41.207Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T18:04:41.207Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-10T18:04:41.322Zinfo: downloading installer
312025-02-10T18:04:42.474Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T18:04:42.474Zwarning: /opt/ooce/bin
332025-02-10T18:04:42.474Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T18:04:42.474Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T18:04:42.474Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T18:04:42.474Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T18:04:42.474Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T18:04:42.474Zerror: cannot install while Rust is installed
392025-02-10T18:04:42.474Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T18:04:42.510Zinfo: profile set to 'default'
412025-02-10T18:04:42.510Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T18:04:42.512Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-10T18:04:42.681Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-10T18:04:42.681Zinfo: downloading component 'cargo'
452025-02-10T18:04:43.691Zinfo: downloading component 'clippy'
462025-02-10T18:04:44.077Zinfo: downloading component 'rust-docs'
472025-02-10T18:04:45.461Zinfo: downloading component 'rust-std'
482025-02-10T18:04:47.695Zinfo: downloading component 'rustc'
492025-02-10T18:04:55.578Zinfo: downloading component 'rustfmt'
502025-02-10T18:04:55.873Zinfo: installing component 'cargo'
512025-02-10T18:04:56.725Zinfo: installing component 'clippy'
522025-02-10T18:04:57.129Zinfo: installing component 'rust-docs'
532025-02-10T18:04:58.808Zinfo: installing component 'rust-std'
542025-02-10T18:05:00.757Zinfo: installing component 'rustc'
552025-02-10T18:05:06.957Zinfo: installing component 'rustfmt'
562025-02-10T18:05:07.290Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-10T18:05:07.290Z
582025-02-10T18:05:07.677Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-10T18:05:07.677Z
602025-02-10T18:05:07.679Z
612025-02-10T18:05:07.679ZRust is installed now. Great!
622025-02-10T18:05:07.679Z
632025-02-10T18:05:07.679ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T18:05:07.679Zenvironment variable. This has not been done automatically.
652025-02-10T18:05:07.679Z
662025-02-10T18:05:07.679ZTo configure your current shell, you need to source
672025-02-10T18:05:07.679Zthe corresponding env file under $HOME/.cargo.
682025-02-10T18:05:07.680Z
692025-02-10T18:05:07.680ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T18:05:07.680Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T18:05:07.680Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T18:05:07.757Z+ rustup --version
732025-02-10T18:05:07.765Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T18:05:07.765Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T18:05:07.845Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-10T18:05:07.849Z+ cargo --version
772025-02-10T18:05:07.907Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-10T18:05:07.909Z+ rustc --version
792025-02-10T18:05:07.971Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T18:05:07.974Zprocess exited: duration 26775 ms, exit code 0
 
812025-02-10T18:05:07.979Zstarting task 2: "authentication"
822025-02-10T18:05:08.001Zprocess exited: duration 22 ms, exit code 0
 
832025-02-10T18:05:08.009Zstarting task 3: "clone repository"
842025-02-10T18:05:08.012Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-10T18:05:08.014Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-10T18:05:08.059ZCloning into '/work/oxidecomputer/omicron'...
872025-02-10T18:05:14.297Z+ cd /work/oxidecomputer/omicron
882025-02-10T18:05:14.297Z+ git fetch origin 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
892025-02-10T18:05:14.638ZFrom https://github.com/oxidecomputer/omicron
902025-02-10T18:05:14.641Z * branch 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd -> FETCH_HEAD
912025-02-10T18:05:14.648Z+ [[ -n '' ]]
922025-02-10T18:05:14.648Z+ git reset --hard 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
932025-02-10T18:05:14.828ZHEAD is now at 584d88c7e Bump hickory-proto from 0.24.2 to 0.24.3
942025-02-10T18:05:14.830Zprocess exited: duration 6823 ms, exit code 0
 
952025-02-10T18:05:14.836Zstarting task 4: "build"
962025-02-10T18:05:14.841Z+ source .github/buildomat/ci-env.sh
972025-02-10T18:05:14.843Z++ export CARGO_TERM_COLOR=always
982025-02-10T18:05:14.843Z++ CARGO_TERM_COLOR=always
992025-02-10T18:05:14.843Z+ cargo --version
1002025-02-10T18:05:14.890Zcargo 1.84.1 (66221abde 2024-11-19)
1012025-02-10T18:05:14.893Z+ rustc --version
1022025-02-10T18:05:14.953Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1032025-02-10T18:05:14.956Z+ source ./env.sh
1042025-02-10T18:05:14.956Z++ OLD_SHELL_OPTS=ehxB
1052025-02-10T18:05:14.956Z++ set -o xtrace
1062025-02-10T18:05:14.958Z++++ dirname ./env.sh
1072025-02-10T18:05:14.961Z+++ readlink -f .
1082025-02-10T18:05:14.963Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-02-10T18:05:14.966Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-02-10T18:05:14.966Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-02-10T18:05:14.966Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122025-02-10T18:05:14.966Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132025-02-10T18:05:14.966Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142025-02-10T18:05:14.966Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152025-02-10T18:05:14.966Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-10T18:05:14.966Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-10T18:05:14.966Z++ case $OLD_SHELL_OPTS in
1182025-02-10T18:05:14.966Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-02-10T18:05:14.966Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1202025-02-10T18:05:14.966Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212025-02-10T18:05:14.966Z+ banner prerequisites
1222025-02-10T18:05:14.969Z
1232025-02-10T18:05:14.969Z ##### ##### ###### ##### ###### #### # # # #### #
1242025-02-10T18:05:14.969Z # # # # # # # # # # # # # # #
1252025-02-10T18:05:14.969Z # # # # ##### # # ##### # # # # # #### #
1262025-02-10T18:05:14.969Z ##### ##### # ##### # # # # # # # # #
1272025-02-10T18:05:14.969Z # # # # # # # # # # # # # # #
1282025-02-10T18:05:14.969Z # # # ###### # # ###### ### # #### # #### #
1292025-02-10T18:05:14.969Z
1302025-02-10T18:05:14.969Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1312025-02-10T18:05:16.650Zpkg list: illegal option -- F
1322025-02-10T18:05:16.650ZUsage:
1332025-02-10T18:05:16.653Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1342025-02-10T18:05:16.653Z [pkg_fmri_pattern ...]
1352025-02-10T18:05:17.490Zpkg list: illegal option -- F
1362025-02-10T18:05:17.490ZUsage:
1372025-02-10T18:05:17.493Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1382025-02-10T18:05:17.493Z [pkg_fmri_pattern ...]
1392025-02-10T18:05:28.255Z Startup: Refreshing catalog 'helios-dev' ... Done
1402025-02-10T18:05:32.566Z Startup: Caching catalogs ... Done
1412025-02-10T18:05:44.609ZPlanning: Solver setup ... Done (11.099s)
1422025-02-10T18:05:44.758ZPlanning: Running solver ... Done (0.149s)
1432025-02-10T18:05:44.878ZPlanning: Finding local manifests ... Done (0.007s)
1442025-02-10T18:05:44.930ZPlanning: Fetching manifests: 0/7 0% complete
1452025-02-10T18:05:45.366ZPlanning: Fetching manifests: 7/7 100% complete
1462025-02-10T18:05:45.483ZPlanning: Package planning ... Done (0.117s)
1472025-02-10T18:05:45.540ZPlanning: Merging actions ... Done (0.056s)
1482025-02-10T18:05:45.738ZPlanning: Checking for conflicting actions ... Done (0.198s)
1492025-02-10T18:05:47.780ZPlanning: Consolidating action changes ... Done (2.043s)
1502025-02-10T18:05:48.232ZPlanning: Evaluating mediators ... Done (0.452s)
1512025-02-10T18:05:48.314ZPlanning: Planning completed in 15.65 seconds
1522025-02-10T18:05:48.379Z Packages to install: 4
1532025-02-10T18:05:48.379Z Packages to update: 3
1542025-02-10T18:05:48.382Z Mediators to change: 2
1552025-02-10T18:05:48.382Z Services to change: 1
1562025-02-10T18:05:48.382Z Estimated space available: 155.61 GB
1572025-02-10T18:05:48.382ZEstimated space to be consumed: 1.65 GB
1582025-02-10T18:05:48.382Z Create boot environment: No
1592025-02-10T18:05:48.382ZCreate backup boot environment: Yes
1602025-02-10T18:05:48.382Z Rebuild boot archive: No
1612025-02-10T18:05:48.382Z
1622025-02-10T18:05:48.382ZChanged mediators:
1632025-02-10T18:05:48.382Z mediator clang:
1642025-02-10T18:05:48.382Z version: None -> 15 (system default)
1652025-02-10T18:05:48.383Z
1662025-02-10T18:05:48.383Z mediator llvm:
1672025-02-10T18:05:48.383Z version: 14 (system default) -> 15 (system default)
1682025-02-10T18:05:48.383Z
1692025-02-10T18:05:48.383ZChanged packages:
1702025-02-10T18:05:48.383Zhelios-dev
1712025-02-10T18:05:48.383Z developer/build-essential
1722025-02-10T18:05:48.383Z None -> 11-2.0
1732025-02-10T18:05:48.383Z library/libxmlsec1
1742025-02-10T18:05:48.383Z None -> 1.2.35-2.0
1752025-02-10T18:05:48.383Z ooce/developer/clang-15
1762025-02-10T18:05:48.383Z None -> 15.0.7-2.0
1772025-02-10T18:05:48.383Z ooce/developer/llvm-15
1782025-02-10T18:05:48.383Z None -> 15.0.7-2.0
1792025-02-10T18:05:48.383Z package/pkg
1802025-02-10T18:05:48.383Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1812025-02-10T18:05:48.383Z system/library/g++-runtime
1822025-02-10T18:05:48.383Z 13-2.0 -> 14-2.0
1832025-02-10T18:05:48.383Z system/library/gcc-runtime
1842025-02-10T18:05:48.383Z 13-2.0 -> 14-2.0
1852025-02-10T18:05:48.383Z
1862025-02-10T18:05:48.383ZServices:
1872025-02-10T18:05:48.383Z restart_fmri:
1882025-02-10T18:05:48.383Z svc:/system/update-man-index:default
1892025-02-10T18:05:48.383Z
1902025-02-10T18:05:48.383ZEditable files to change:
1912025-02-10T18:05:48.383Z Update:
1922025-02-10T18:05:48.383Z usr/share/lib/pkg/web/config.shtml
1932025-02-10T18:05:48.460Z
1942025-02-10T18:05:48.460ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1952025-02-10T18:05:55.039ZDownload: 213/4301 items 1.3/225.4MB 0% complete (752k/s)
1962025-02-10T18:06:00.039ZDownload: 769/4301 items 18.2/225.4MB 8% complete (1.7M/s)
1972025-02-10T18:06:07.592ZDownload: 1197/4301 items 83.4/225.4MB 37% complete (8.5M/s)
1982025-02-10T18:06:12.595ZDownload: 2003/4301 items 118.7/225.4MB 52% complete (9.1M/s)
1992025-02-10T18:06:17.659ZDownload: 3133/4301 items 134.9/225.4MB 59% complete (5.1M/s)
2002025-02-10T18:06:22.663ZDownload: 3287/4301 items 212.2/225.4MB 94% complete (9.3M/s)
2012025-02-10T18:06:32.221ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (9.1M/s)
2022025-02-10T18:06:37.221ZDownload: 3860/4301 items 217.8/225.4MB 96% complete (1.0M/s)
2032025-02-10T18:06:42.759ZDownload: 4294/4301 items 224.6/225.4MB 99% complete (1.2M/s)
2042025-02-10T18:06:42.779ZDownload: Completed 225.42 MB in 54.32 seconds (4.2M/s)
2052025-02-10T18:06:44.772Z Actions: 1/5122 actions (Removing old actions)
2062025-02-10T18:06:44.793Z Actions: 194/5122 actions (Installing new actions)
2072025-02-10T18:06:49.525Z Actions: 4267/5122 actions (Updating modified actions)
2082025-02-10T18:06:49.881Z Actions: Completed 5122 actions in 5.11 seconds.
2092025-02-10T18:06:50.314Z Done (0.425s)
2102025-02-10T18:06:50.316Z Done (0.002s)
2112025-02-10T18:06:50.908Z Done (0.592s)
2122025-02-10T18:06:55.320Z Done (4.179s)
2132025-02-10T18:06:55.405Z Done (0.019s)
2142025-02-10T18:06:55.407Z Done (0.000s)
2152025-02-10T18:06:55.586Z Done (0.000s)
2162025-02-10T18:06:56.289ZPlanning: Evaluating mediator changes ... Done
2172025-02-10T18:06:56.452ZPlanning: Checking for conflicting actions ... Done
2182025-02-10T18:06:56.455ZPlanning: Consolidating action changes ... Done
2192025-02-10T18:06:56.733ZPlanning: Evaluating mediators ... Done
2202025-02-10T18:06:56.736ZPlanning: Planning completed in 0.44 seconds
2212025-02-10T18:06:56.775Z Mediators to change: 2
2222025-02-10T18:06:56.777Z Create boot environment: No
2232025-02-10T18:06:56.777ZCreate backup boot environment: No
2242025-02-10T18:06:56.926Z Done
2252025-02-10T18:06:56.926Z Done
2262025-02-10T18:06:57.303Z Done
2272025-02-10T18:07:00.921Z Done
2282025-02-10T18:07:01.005Z Done
2292025-02-10T18:07:01.008Z Done
2302025-02-10T18:07:01.123Z Done
2312025-02-10T18:07:01.743ZPlanning: Evaluating mediator changes ... Done
2322025-02-10T18:07:01.747ZPlanning: Merging actions ... Done
2332025-02-10T18:07:01.933ZPlanning: Checking for conflicting actions ... Done
2342025-02-10T18:07:01.937ZPlanning: Consolidating action changes ... Done
2352025-02-10T18:07:02.197ZPlanning: Evaluating mediators ... Done
2362025-02-10T18:07:02.251ZPlanning: Planning completed in 0.75 seconds
2372025-02-10T18:07:02.293Z Packages to change: 1
2382025-02-10T18:07:02.293Z Mediators to change: 1
2392025-02-10T18:07:02.303Z Services to change: 1
2402025-02-10T18:07:02.303Z Create boot environment: No
2412025-02-10T18:07:02.303ZCreate backup boot environment: Yes
2422025-02-10T18:07:04.582Z Actions: 1/6 actions (Updating modified actions)
2432025-02-10T18:07:04.586Z Actions: Completed 6 actions in 0.00 seconds.
2442025-02-10T18:07:04.586Z Done
2452025-02-10T18:07:04.586Z Done
2462025-02-10T18:07:04.705Z Done
2472025-02-10T18:07:08.338Z Done
2482025-02-10T18:07:08.455Z Done
2492025-02-10T18:07:08.458Z Done
2502025-02-10T18:07:08.569Z Done
2512025-02-10T18:07:09.017ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2522025-02-10T18:07:09.017Zclang system 15 system
2532025-02-10T18:07:09.017Zcsh system system illumos
2542025-02-10T18:07:09.017Zctags system system illumos
2552025-02-10T18:07:09.017Zgcc vendor 12 vendor
2562025-02-10T18:07:09.018Zgcc system 10 system
2572025-02-10T18:07:09.018Zgcc system 7 system
2582025-02-10T18:07:09.018Zgo system 1.20 system
2592025-02-10T18:07:09.018Zgo system 1.19 system
2602025-02-10T18:07:09.018Zllvm system 15 system
2612025-02-10T18:07:09.018Zllvm system 14 system
2622025-02-10T18:07:09.018Zmariadb system 10.6 system
2632025-02-10T18:07:09.018Zmta vendor vendor dma
2642025-02-10T18:07:09.018Zopenjdk system 17 system
2652025-02-10T18:07:09.018Zopenjdk system 11 system
2662025-02-10T18:07:09.018Zopenjdk system 1.8 system
2672025-02-10T18:07:09.018Zopenssl vendor 3 vendor
2682025-02-10T18:07:09.018Zperl system 5.36 system
2692025-02-10T18:07:09.018Zpostgresql system 15 system
2702025-02-10T18:07:09.018Zpostgresql system 13 system
2712025-02-10T18:07:09.018Zpython vendor 3 vendor
2722025-02-10T18:07:09.018Zpython system 2 system
2732025-02-10T18:07:09.018Zpython3 system 3.11 system
2742025-02-10T18:07:09.018Zruby system 3.0 system
2752025-02-10T18:07:09.018Zwords vendor vendor american-english
2762025-02-10T18:07:09.018Zwords system system australian-english
2772025-02-10T18:07:09.018Zwords system system british-english
2782025-02-10T18:07:09.018Zwords system system canadian-english
2792025-02-10T18:07:09.018Zwords system system french
2802025-02-10T18:07:09.018Zwords system system italian
2812025-02-10T18:07:09.018Zwords system system ngerman
2822025-02-10T18:07:09.018Zwords system system ogerman
2832025-02-10T18:07:09.018Zwords system system spanish
2842025-02-10T18:07:09.353ZPUBLISHER TYPE STATUS P LOCATION
2852025-02-10T18:07:09.353Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2862025-02-10T18:07:12.240ZFMRI IFO
2872025-02-10T18:07:12.240Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2882025-02-10T18:07:12.240Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2892025-02-10T18:07:12.240Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2902025-02-10T18:07:12.240Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2912025-02-10T18:07:12.240Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2922025-02-10T18:07:12.240Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2932025-02-10T18:07:12.241Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2942025-02-10T18:07:12.241Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2952025-02-10T18:07:12.241Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2962025-02-10T18:07:12.241Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2972025-02-10T18:07:12.241Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2982025-02-10T18:07:12.241Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2992025-02-10T18:07:12.241Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3002025-02-10T18:07:12.241Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3012025-02-10T18:07:12.241Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3022025-02-10T18:07:13.005Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3032025-02-10T18:07:13.292Z Updating crates.io index
3042025-02-10T18:07:13.295Z Updating git repository `https://github.com/oxidecomputer/daft`
3052025-02-10T18:07:13.609Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-02-10T18:07:14.075Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3072025-02-10T18:07:14.357Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082025-02-10T18:07:14.627Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3092025-02-10T18:07:14.863Z Updating git repository `https://github.com/oxidecomputer/propolis`
3102025-02-10T18:07:15.866Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112025-02-10T18:07:17.745Z Updating git repository `https://github.com/oxidecomputer/opte`
3122025-02-10T18:07:18.395Z Updating git repository `https://github.com/oxidecomputer/falcon`
3132025-02-10T18:07:19.230Z Updating git repository `https://github.com/oxidecomputer/clickward`
3142025-02-10T18:07:19.539Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152025-02-10T18:07:19.885Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-02-10T18:07:20.399Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3172025-02-10T18:07:21.051Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3182025-02-10T18:07:21.336Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-02-10T18:07:21.735Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-02-10T18:07:22.019Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-02-10T18:07:22.273Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-02-10T18:07:22.535Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-02-10T18:07:22.887Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-02-10T18:07:23.240Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-02-10T18:07:23.533Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-02-10T18:07:23.878Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-02-10T18:07:24.276Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-02-10T18:07:24.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-02-10T18:07:25.137Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-02-10T18:07:25.426Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-02-10T18:07:25.873Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-02-10T18:07:26.367Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-02-10T18:07:26.696Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-02-10T18:07:26.971Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-02-10T18:07:27.280Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-02-10T18:07:28.608Z Downloading crates ...
3372025-02-10T18:07:28.695Z Downloaded cfg-if v1.0.0
3382025-02-10T18:07:28.698Z Downloaded digest v0.10.7
3392025-02-10T18:07:28.700Z Downloaded crypto-common v0.1.6
3402025-02-10T18:07:28.704Z Downloaded heck v0.5.0
3412025-02-10T18:07:28.712Z Downloaded serde v1.0.217
3422025-02-10T18:07:28.715Z Downloaded serde_derive v1.0.217
3432025-02-10T18:07:28.718Z Downloaded sha2 v0.10.8
3442025-02-10T18:07:28.734Z Downloaded syn v1.0.109
3452025-02-10T18:07:28.756Z Downloaded syn v2.0.96
3462025-02-10T18:07:28.767Z Downloaded typenum v1.17.0
3472025-02-10T18:07:28.769Z Downloaded cargo_metadata v0.18.1
3482025-02-10T18:07:28.771Z Downloaded toml v0.8.19
3492025-02-10T18:07:28.774Z Downloaded clap v4.5.27
3502025-02-10T18:07:28.781Z Downloaded fs-err v2.11.0
3512025-02-10T18:07:28.784Z Downloaded dtrace-parser v0.2.0
3522025-02-10T18:07:28.787Z Downloaded dof v0.3.0
3532025-02-10T18:07:28.787Z Downloaded cargo_toml v0.20.5
3542025-02-10T18:07:28.791Z Downloaded cargo-platform v0.1.8
3552025-02-10T18:07:28.795Z Downloaded anstyle-query v1.1.1
3562025-02-10T18:07:28.797Z Downloaded block-buffer v0.10.4
3572025-02-10T18:07:28.800Z Downloaded colorchoice v1.0.2
3582025-02-10T18:07:28.800Z Downloaded byteorder v1.5.0
3592025-02-10T18:07:28.802Z Downloaded errno v0.3.9
3602025-02-10T18:07:28.802Z Downloaded itoa v1.0.11
3612025-02-10T18:07:28.805Z Downloaded proc-macro-error-attr v1.0.4
3622025-02-10T18:07:28.805Z Downloaded is_terminal_polyfill v1.70.1
3632025-02-10T18:07:28.809Z Downloaded serde_spanned v0.6.8
3642025-02-10T18:07:28.809Z Downloaded heck v0.4.1
3652025-02-10T18:07:28.812Z Downloaded swrite v0.1.0
3662025-02-10T18:07:28.812Z Downloaded strsim v0.11.1
3672025-02-10T18:07:28.812Z Downloaded equivalent v1.0.1
3682025-02-10T18:07:28.813Z Downloaded toml_datetime v0.6.8
3692025-02-10T18:07:28.813Z Downloaded tempfile v3.13.0
3702025-02-10T18:07:28.820Z Downloaded toml_edit v0.22.22
3712025-02-10T18:07:28.842Z Downloaded zerocopy v0.7.35
3722025-02-10T18:07:28.872Z Downloaded anstream v0.6.15
3732025-02-10T18:07:28.877Z Downloaded anstyle v1.0.10
3742025-02-10T18:07:28.880Z Downloaded bytecount v0.6.8
3752025-02-10T18:07:28.880Z Downloaded bitflags v2.6.0
3762025-02-10T18:07:28.882Z Downloaded clap_lex v0.7.4
3772025-02-10T18:07:28.885Z Downloaded anstyle-parse v0.2.5
3782025-02-10T18:07:28.885Z Downloaded camino-tempfile v1.1.1
3792025-02-10T18:07:28.887Z Downloaded autocfg v1.4.0
3802025-02-10T18:07:28.890Z Downloaded cpufeatures v0.2.14
3812025-02-10T18:07:28.890Z Downloaded generic-array v0.14.7
3822025-02-10T18:07:28.892Z Downloaded fnv v1.0.7
3832025-02-10T18:07:28.893Z Downloaded clap_derive v4.5.24
3842025-02-10T18:07:28.895Z Downloaded fastrand v2.1.1
3852025-02-10T18:07:28.895Z Downloaded anyhow v1.0.95
3862025-02-10T18:07:28.899Z Downloaded proc-macro-error v1.0.4
3872025-02-10T18:07:28.902Z Downloaded once_cell v1.20.2
3882025-02-10T18:07:28.904Z Downloaded quote v1.0.38
3892025-02-10T18:07:28.907Z Downloaded memchr v2.7.4
3902025-02-10T18:07:28.911Z Downloaded ryu v1.0.18
3912025-02-10T18:07:28.914Z Downloaded proc-macro2 v1.0.92
3922025-02-10T18:07:28.917Z Downloaded thiserror v1.0.69
3932025-02-10T18:07:28.921Z Downloaded log v0.4.22
3942025-02-10T18:07:28.924Z Downloaded thiserror-impl v1.0.69
3952025-02-10T18:07:28.927Z Downloaded indexmap v2.7.1
3962025-02-10T18:07:28.953Z Downloaded serde_json v1.0.135
3972025-02-10T18:07:28.960Z Downloaded textwrap v0.16.1
3982025-02-10T18:07:28.963Z Downloaded camino v1.1.9
3992025-02-10T18:07:28.972Z Downloaded clap_builder v4.5.27
4002025-02-10T18:07:28.997Z Downloaded ucd-trie v0.1.7
4012025-02-10T18:07:29.000Z Downloaded unicode-ident v1.0.14
4022025-02-10T18:07:29.010Z Downloaded winnow v0.6.20
4032025-02-10T18:07:29.018Z Downloaded version_check v0.9.5
4042025-02-10T18:07:29.021Z Downloaded utf8parse v0.2.2
4052025-02-10T18:07:29.038Z Downloaded plain v0.2.3
4062025-02-10T18:07:29.043Z Downloaded pest_derive v2.7.14
4072025-02-10T18:07:29.046Z Downloaded pest_meta v2.7.14
4082025-02-10T18:07:29.048Z Downloaded scroll v0.12.0
4092025-02-10T18:07:29.051Z Downloaded smawk v0.3.2
4102025-02-10T18:07:29.057Z Downloaded pest v2.7.14
4112025-02-10T18:07:29.062Z Downloaded semver v1.0.24
4122025-02-10T18:07:29.064Z Downloaded zerocopy-derive v0.7.35
4132025-02-10T18:07:29.067Z Downloaded unicode-linebreak v0.1.5
4142025-02-10T18:07:29.072Z Downloaded goblin v0.8.2
4152025-02-10T18:07:29.074Z Downloaded pest_generator v2.7.14
4162025-02-10T18:07:29.083Z Downloaded usdt v0.5.0
4172025-02-10T18:07:29.086Z Downloaded tabled_derive v0.7.0
4182025-02-10T18:07:29.086Z Downloaded tabled v0.15.0
4192025-02-10T18:07:29.099Z Downloaded serde_tokenstream v0.2.2
4202025-02-10T18:07:29.102Z Downloaded scroll_derive v0.12.0
4212025-02-10T18:07:29.102Z Downloaded rustix v0.38.37
4222025-02-10T18:07:29.121Z Downloaded usdt-macro v0.5.0
4232025-02-10T18:07:29.123Z Downloaded usdt-impl v0.5.0
4242025-02-10T18:07:29.123Z Downloaded usdt-attr-macro v0.5.0
4252025-02-10T18:07:29.126Z Downloaded pretty-hex v0.4.1
4262025-02-10T18:07:29.126Z Downloaded papergrid v0.11.0
4272025-02-10T18:07:29.129Z Downloaded memmap v0.7.0
4282025-02-10T18:07:29.132Z Downloaded macaddr v1.0.1
4292025-02-10T18:07:29.132Z Downloaded libc v0.2.169
4302025-02-10T18:07:29.153Z Downloaded hashbrown v0.15.1
4312025-02-10T18:07:29.157Z Downloaded unicode-width v0.1.14
4322025-02-10T18:07:29.164Z Downloaded thread-id v4.2.2
4332025-02-10T18:07:29.167Z Downloaded terminal_size v0.4.0
4342025-02-10T18:07:29.451Z Compiling proc-macro2 v1.0.92
4352025-02-10T18:07:29.451Z Compiling unicode-ident v1.0.14
4362025-02-10T18:07:29.454Z Compiling version_check v0.9.5
4372025-02-10T18:07:29.454Z Compiling serde v1.0.217
4382025-02-10T18:07:29.454Z Compiling thiserror v1.0.69
4392025-02-10T18:07:29.454Z Compiling memchr v2.7.4
4402025-02-10T18:07:29.487Z Compiling libc v0.2.169
4412025-02-10T18:07:29.489Z Compiling itoa v1.0.11
4422025-02-10T18:07:29.741Z Compiling ryu v1.0.18
4432025-02-10T18:07:29.845Z Compiling ucd-trie v0.1.7
4442025-02-10T18:07:30.114Z Compiling once_cell v1.20.2
4452025-02-10T18:07:30.261Z Compiling byteorder v1.5.0
4462025-02-10T18:07:30.355Z Compiling rustix v0.38.37
4472025-02-10T18:07:30.503Z Compiling serde_json v1.0.135
4482025-02-10T18:07:30.686Z Compiling bitflags v2.6.0
4492025-02-10T18:07:30.876Z Compiling proc-macro-error-attr v1.0.4
4502025-02-10T18:07:31.080Z Compiling usdt-impl v0.5.0
4512025-02-10T18:07:31.135Z Compiling syn v1.0.109
4522025-02-10T18:07:31.180Z Compiling proc-macro-error v1.0.4
4532025-02-10T18:07:31.232Z Compiling plain v0.2.3
4542025-02-10T18:07:31.234Z Compiling camino v1.1.9
4552025-02-10T18:07:31.397Z Compiling quote v1.0.38
4562025-02-10T18:07:31.420Z Compiling errno v0.3.9
4572025-02-10T18:07:31.511Z Compiling log v0.4.22
4582025-02-10T18:07:31.672Z Compiling hashbrown v0.15.1
4592025-02-10T18:07:31.747Z Compiling utf8parse v0.2.2
4602025-02-10T18:07:31.843Z Compiling syn v2.0.96
4612025-02-10T18:07:31.871Z Compiling thread-id v4.2.2
4622025-02-10T18:07:31.919Z Compiling equivalent v1.0.1
4632025-02-10T18:07:31.942Z Compiling anstyle-parse v0.2.5
4642025-02-10T18:07:32.213Z Compiling anstyle v1.0.10
4652025-02-10T18:07:32.265Z Compiling anstyle-query v1.1.1
4662025-02-10T18:07:32.428Z Compiling unicode-width v0.1.14
4672025-02-10T18:07:32.431Z Compiling winnow v0.6.20
4682025-02-10T18:07:32.623Z Compiling autocfg v1.4.0
4692025-02-10T18:07:32.766Z Compiling indexmap v2.7.1
4702025-02-10T18:07:32.793Z Compiling semver v1.0.24
4712025-02-10T18:07:32.932Z Compiling pretty-hex v0.4.1
4722025-02-10T18:07:33.166Z Compiling colorchoice v1.0.2
4732025-02-10T18:07:33.275Z Compiling is_terminal_polyfill v1.70.1
4742025-02-10T18:07:33.428Z Compiling anstream v0.6.15
4752025-02-10T18:07:33.660Z Compiling fs-err v2.11.0
4762025-02-10T18:07:33.685Z Compiling terminal_size v0.4.0
4772025-02-10T18:07:33.978Z Compiling clap_lex v0.7.4
4782025-02-10T18:07:34.070Z Compiling fastrand v2.1.1
4792025-02-10T18:07:34.123Z Compiling bytecount v0.6.8
4802025-02-10T18:07:34.311Z Compiling cfg-if v1.0.0
4812025-02-10T18:07:34.344Z Compiling heck v0.5.0
4822025-02-10T18:07:34.423Z Compiling anyhow v1.0.95
4832025-02-10T18:07:34.450Z Compiling heck v0.4.1
4842025-02-10T18:07:34.503Z Compiling fnv v1.0.7
4852025-02-10T18:07:34.608Z Compiling strsim v0.11.1
4862025-02-10T18:07:34.667Z Compiling papergrid v0.11.0
4872025-02-10T18:07:34.895Z Compiling tempfile v3.13.0
4882025-02-10T18:07:35.492Z Compiling clap_builder v4.5.27
4892025-02-10T18:07:35.668Z Compiling memmap v0.7.0
4902025-02-10T18:07:35.729Z Compiling smawk v0.3.2
4912025-02-10T18:07:35.776Z Compiling unicode-linebreak v0.1.5
4922025-02-10T18:07:35.994Z Compiling swrite v0.1.0
4932025-02-10T18:07:36.298Z Compiling textwrap v0.16.1
4942025-02-10T18:07:36.925Z Compiling tabled_derive v0.7.0
4952025-02-10T18:07:38.217Z Compiling tabled v0.15.0
4962025-02-10T18:07:38.726Z Compiling serde_derive v1.0.217
4972025-02-10T18:07:38.726Z Compiling thiserror-impl v1.0.69
4982025-02-10T18:07:38.728Z Compiling zerocopy-derive v0.7.35
4992025-02-10T18:07:38.728Z Compiling scroll_derive v0.12.0
5002025-02-10T18:07:38.728Z Compiling clap_derive v4.5.24
5012025-02-10T18:07:40.135Z Compiling scroll v0.12.0
5022025-02-10T18:07:40.657Z Compiling zerocopy v0.7.35
5032025-02-10T18:07:40.684Z Compiling goblin v0.8.2
5042025-02-10T18:07:41.858Z Compiling pest v2.7.14
5052025-02-10T18:07:42.559Z Compiling clap v4.5.27
5062025-02-10T18:07:43.936Z Compiling pest_meta v2.7.14
5072025-02-10T18:07:44.834Z Compiling pest_generator v2.7.14
5082025-02-10T18:07:46.256Z Compiling pest_derive v2.7.14
5092025-02-10T18:07:46.846Z Compiling dtrace-parser v0.2.0
5102025-02-10T18:07:47.355Z Compiling serde_tokenstream v0.2.2
5112025-02-10T18:07:47.489Z Compiling serde_spanned v0.6.8
5122025-02-10T18:07:47.610Z Compiling toml_datetime v0.6.8
5132025-02-10T18:07:47.784Z Compiling cargo-platform v0.1.8
5142025-02-10T18:07:47.842Z Compiling macaddr v1.0.1
5152025-02-10T18:07:47.935Z Compiling toml_edit v0.22.22
5162025-02-10T18:07:48.260Z Compiling camino-tempfile v1.1.1
5172025-02-10T18:07:48.839Z Compiling dof v0.3.0
5182025-02-10T18:07:49.030Z Compiling cargo_metadata v0.18.1
5192025-02-10T18:07:50.195Z Compiling usdt-macro v0.5.0
5202025-02-10T18:07:50.198Z Compiling usdt-attr-macro v0.5.0
5212025-02-10T18:07:50.925Z Compiling toml v0.8.19
5222025-02-10T18:07:51.241Z Compiling usdt v0.5.0
5232025-02-10T18:07:51.671Z Compiling cargo_toml v0.20.5
5242025-02-10T18:07:54.253Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252025-02-10T18:07:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.63s
5262025-02-10T18:07:57.700Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5272025-02-10T18:07:58.235Z Downloading crates ...
5282025-02-10T18:07:58.361Z Downloaded adler2 v2.0.0
5292025-02-10T18:07:58.371Z Downloaded ahash v0.8.11
5302025-02-10T18:07:58.374Z Downloaded async-trait v0.1.86
5312025-02-10T18:07:58.379Z Downloaded darling v0.20.10
5322025-02-10T18:07:58.384Z Downloaded bitflags v1.3.2
5332025-02-10T18:07:58.387Z Downloaded hyper-rustls v0.27.3
5342025-02-10T18:07:58.390Z Downloaded hyper-tls v0.6.0
5352025-02-10T18:07:58.392Z Downloaded argon2 v0.5.3
5362025-02-10T18:07:58.395Z Downloaded ident_case v1.0.1
5372025-02-10T18:07:58.397Z Downloaded async-bb8-diesel v0.2.1
5382025-02-10T18:07:58.400Z Downloaded assert_matches v1.5.0
5392025-02-10T18:07:58.402Z Downloaded is-terminal v0.4.13
5402025-02-10T18:07:58.402Z Downloaded async-stream-impl v0.3.6
5412025-02-10T18:07:58.405Z Downloaded instant v0.1.13
5422025-02-10T18:07:58.408Z Downloaded indexmap v1.9.3
5432025-02-10T18:07:58.411Z Downloaded itertools v0.10.5
5442025-02-10T18:07:58.416Z Downloaded lazy_static v1.5.0
5452025-02-10T18:07:58.418Z Downloaded itertools v0.13.0
5462025-02-10T18:07:58.426Z Downloaded hex-literal v0.4.1
5472025-02-10T18:07:58.428Z Downloaded hickory-client v0.24.2
5482025-02-10T18:07:58.431Z Downloaded aho-corasick v1.1.3
5492025-02-10T18:07:58.437Z Downloaded bit-set v0.5.3
5502025-02-10T18:07:58.440Z Downloaded base64ct v1.6.0
5512025-02-10T18:07:58.442Z Downloaded bit-vec v0.6.3
5522025-02-10T18:07:58.445Z Downloaded bb8 v0.8.5
5532025-02-10T18:07:58.447Z Downloaded hickory-proto v0.24.3
5542025-02-10T18:07:58.472Z Downloaded const-oid v0.9.6
5552025-02-10T18:07:58.475Z Downloaded hostname v0.3.1
5562025-02-10T18:07:58.477Z Downloaded ciborium-io v0.2.2
5572025-02-10T18:07:58.480Z Downloaded http-body v1.0.1
5582025-02-10T18:07:58.482Z Downloaded idna_adapter v1.2.0
5592025-02-10T18:07:58.485Z Downloaded memmap2 v0.9.5
5602025-02-10T18:07:58.488Z Downloaded keccak v0.1.5
5612025-02-10T18:07:58.490Z Downloaded icu_provider_macros v1.5.0
5622025-02-10T18:07:58.492Z Downloaded http-body-util v0.1.2
5632025-02-10T18:07:58.495Z Downloaded home v0.5.9
5642025-02-10T18:07:58.495Z Downloaded cfg_aliases v0.1.1
5652025-02-10T18:07:58.497Z Downloaded bumpalo v3.16.0
5662025-02-10T18:07:58.500Z Downloaded base64 v0.21.7
5672025-02-10T18:07:58.503Z Downloaded base64 v0.13.1
5682025-02-10T18:07:58.506Z Downloaded convert_case v0.4.0
5692025-02-10T18:07:58.509Z Downloaded bstr v1.10.0
5702025-02-10T18:07:58.519Z Downloaded httpdate v1.0.3
5712025-02-10T18:07:58.521Z Downloaded hmac v0.12.1
5722025-02-10T18:07:58.524Z Downloaded hex v0.4.3
5732025-02-10T18:07:58.527Z Downloaded http v1.2.0
5742025-02-10T18:07:58.529Z Downloaded icu_locid_transform v1.5.0
5752025-02-10T18:07:58.532Z Downloaded httparse v1.9.5
5762025-02-10T18:07:58.534Z Downloaded heck v0.3.3
5772025-02-10T18:07:58.537Z Downloaded hkdf v0.12.4
5782025-02-10T18:07:58.539Z Downloaded base16ct v0.2.0
5792025-02-10T18:07:58.540Z Downloaded async-stream v0.3.6
5802025-02-10T18:07:58.542Z Downloaded icu_locid v1.5.0
5812025-02-10T18:07:58.546Z Downloaded icu_locid_transform_data v1.5.0
5822025-02-10T18:07:58.548Z Downloaded inout v0.1.3
5832025-02-10T18:07:58.551Z Downloaded icu_provider v1.5.0
5842025-02-10T18:07:58.554Z Downloaded icu_normalizer_data v1.5.0
5852025-02-10T18:07:58.556Z Downloaded icu_normalizer v1.5.0
5862025-02-10T18:07:58.559Z Downloaded jobserver v0.1.32
5872025-02-10T18:07:58.562Z Downloaded icu_collections v1.5.0
5882025-02-10T18:07:58.567Z Downloaded idna v1.0.3
5892025-02-10T18:07:58.571Z Downloaded icu_properties v1.5.1
5902025-02-10T18:07:58.575Z Downloaded atty v0.2.14
5912025-02-10T18:07:58.579Z Downloaded atomic-waker v1.1.2
5922025-02-10T18:07:58.579Z Downloaded arc-swap v1.7.1
5932025-02-10T18:07:58.581Z Downloaded arrayvec v0.7.6
5942025-02-10T18:07:58.584Z Downloaded icu_properties_data v1.5.0
5952025-02-10T18:07:58.594Z Downloaded md5 v0.7.0
5962025-02-10T18:07:58.597Z Downloaded itertools v0.12.1
5972025-02-10T18:07:58.604Z Downloaded mime_guess v2.0.5
5982025-02-10T18:07:58.608Z Downloaded mime v0.3.17
5992025-02-10T18:07:58.608Z Downloaded memoffset v0.9.1
6002025-02-10T18:07:58.611Z Downloaded lock_api v0.4.12
6012025-02-10T18:07:58.614Z Downloaded minimal-lexical v0.2.1
6022025-02-10T18:07:58.617Z Downloaded addr2line v0.24.2
6032025-02-10T18:07:58.619Z Downloaded libm v0.2.8
6042025-02-10T18:07:58.627Z Downloaded mio v1.0.2
6052025-02-10T18:07:58.633Z Downloaded crossbeam-channel v0.5.13
6062025-02-10T18:07:58.638Z Downloaded aes v0.8.4
6072025-02-10T18:07:58.642Z Downloaded aead v0.5.2
6082025-02-10T18:07:58.644Z Downloaded aes-gcm v0.10.3
6092025-02-10T18:07:58.647Z Downloaded async-recursion v1.1.1
6102025-02-10T18:07:58.650Z Downloaded litrs v0.4.1
6112025-02-10T18:07:58.653Z Downloaded backtrace v0.3.74
6122025-02-10T18:07:58.658Z Downloaded blake2 v0.10.6
6132025-02-10T18:07:58.661Z Downloaded lru v0.12.5
6142025-02-10T18:07:58.664Z Downloaded ciborium v0.2.2
6152025-02-10T18:07:58.667Z Downloaded md-5 v0.10.6
6162025-02-10T18:07:58.669Z Downloaded ciborium-ll v0.2.2
6172025-02-10T18:07:58.669Z Downloaded linked-hash-map v0.5.6
6182025-02-10T18:07:58.672Z Downloaded lazycell v1.3.0
6192025-02-10T18:07:58.672Z Downloaded bytes v1.9.0
6202025-02-10T18:07:58.675Z Downloaded match_cfg v0.1.0
6212025-02-10T18:07:58.677Z Downloaded maplit v1.0.2
6222025-02-10T18:07:58.677Z Downloaded ipnet v2.10.1
6232025-02-10T18:07:58.681Z Downloaded lalrpop-util v0.19.12
6242025-02-10T18:07:58.681Z Downloaded ascii-canvas v3.0.0
6252025-02-10T18:07:58.683Z Downloaded arrayref v0.3.9
6262025-02-10T18:07:58.683Z Downloaded miniz_oxide v0.8.0
6272025-02-10T18:07:58.685Z Downloaded colored v2.1.0
6282025-02-10T18:07:58.688Z Downloaded cexpr v0.6.0
6292025-02-10T18:07:58.690Z Downloaded clang-sys v1.8.1
6302025-02-10T18:07:58.693Z Downloaded hyper v1.5.2
6312025-02-10T18:07:58.697Z Downloaded cipher v0.4.4
6322025-02-10T18:07:58.700Z Downloaded allocator-api2 v0.2.18
6332025-02-10T18:07:58.702Z Downloaded bitvec v1.0.1
6342025-02-10T18:07:58.717Z Downloaded iana-time-zone v0.1.61
6352025-02-10T18:07:58.721Z Downloaded hyper-util v0.1.10
6362025-02-10T18:07:58.724Z Downloaded humantime v2.1.0
6372025-02-10T18:07:58.726Z Downloaded crc32fast v1.4.2
6382025-02-10T18:07:58.726Z Downloaded cfg_aliases v0.2.1
6392025-02-10T18:07:58.729Z Downloaded base64 v0.22.1
6402025-02-10T18:07:58.736Z Downloaded const_format v0.2.34
6412025-02-10T18:07:58.741Z Downloaded crunchy v0.2.2
6422025-02-10T18:07:58.744Z Downloaded const_format_proc_macros v0.2.34
6432025-02-10T18:07:58.749Z Downloaded regex-syntax v0.8.5
6442025-02-10T18:07:58.757Z Downloaded chrono v0.4.39
6452025-02-10T18:07:58.765Z Downloaded multimap v0.10.0
6462025-02-10T18:07:58.768Z Downloaded lru-cache v0.1.2
6472025-02-10T18:07:58.768Z Downloaded hostname v0.4.0
6482025-02-10T18:07:58.781Z Downloaded shlex v1.3.0
6492025-02-10T18:07:58.784Z Downloaded lalrpop v0.19.12
6502025-02-10T18:07:58.793Z Downloaded shell-words v1.1.0
6512025-02-10T18:07:58.796Z Downloaded rustls-pemfile v1.0.4
6522025-02-10T18:07:58.798Z Downloaded cc v1.1.30
6532025-02-10T18:07:58.801Z Downloaded rustls-pki-types v1.10.0
6542025-02-10T18:07:58.803Z Downloaded console v0.15.10
6552025-02-10T18:07:58.806Z Downloaded constant_time_eq v0.3.1
6562025-02-10T18:07:58.809Z Downloaded blowfish v0.9.1
6572025-02-10T18:07:58.809Z Downloaded bcs v0.1.6
6582025-02-10T18:07:58.811Z Downloaded backoff v0.4.0
6592025-02-10T18:07:58.814Z Downloaded kstat-rs v0.2.4
6602025-02-10T18:07:58.816Z Downloaded crossbeam-deque v0.8.5
6612025-02-10T18:07:58.816Z Downloaded rustls-pemfile v2.2.0
6622025-02-10T18:07:58.819Z Downloaded stringprep v0.1.5
6632025-02-10T18:07:58.821Z Downloaded termtree v0.5.1
6642025-02-10T18:07:58.823Z Downloaded synstructure v0.13.1
6652025-02-10T18:07:58.824Z Downloaded bindgen v0.69.5
6662025-02-10T18:07:58.832Z Downloaded string_cache v0.8.7
6672025-02-10T18:07:58.834Z Downloaded rand v0.8.5
6682025-02-10T18:07:58.837Z Downloaded highway v1.2.0
6692025-02-10T18:07:58.840Z Downloaded hickory-server v0.24.2
6702025-02-10T18:07:58.845Z Downloaded utf16_iter v1.0.5
6712025-02-10T18:07:58.848Z Downloaded ctr v0.9.2
6722025-02-10T18:07:58.850Z Downloaded universal-hash v0.5.1
6732025-02-10T18:07:58.850Z Downloaded csv-core v0.1.11
6742025-02-10T18:07:58.853Z Downloaded bcrypt-pbkdf v0.10.0
6752025-02-10T18:07:58.853Z Downloaded tracing v0.1.40
6762025-02-10T18:07:58.857Z Downloaded vcpkg v0.2.15
6772025-02-10T18:07:58.898Z Downloaded xz2 v0.1.7
6782025-02-10T18:07:58.901Z Downloaded libloading v0.8.5
6792025-02-10T18:07:58.904Z Downloaded libefi-sys v0.1.0
6802025-02-10T18:07:58.907Z Downloaded xattr v1.3.1
6812025-02-10T18:07:58.907Z Downloaded crypto-bigint v0.5.5
6822025-02-10T18:07:58.913Z Downloaded curve25519-dalek-derive v0.1.1
6832025-02-10T18:07:58.916Z Downloaded hickory-resolver v0.24.2
6842025-02-10T18:07:58.919Z Downloaded lockfree-object-pool v0.1.6
6852025-02-10T18:07:58.921Z Downloaded libsw v3.3.1
6862025-02-10T18:07:58.924Z Downloaded derive_more v0.99.18
6872025-02-10T18:07:58.929Z Downloaded display-error-chain v0.2.2
6882025-02-10T18:07:58.931Z Downloaded is_ci v1.2.0
6892025-02-10T18:07:58.934Z Downloaded ipnetwork v0.20.0
6902025-02-10T18:07:58.936Z Downloaded internet-checksum v0.2.1
6912025-02-10T18:07:58.936Z Downloaded instability v0.3.2
6922025-02-10T18:07:58.939Z Downloaded indoc v1.0.9
6932025-02-10T18:07:58.941Z Downloaded indicatif v0.17.11
6942025-02-10T18:07:58.944Z Downloaded ed25519 v2.2.3
6952025-02-10T18:07:58.947Z Downloaded indent_write v2.2.0
6962025-02-10T18:07:58.950Z Downloaded impl-trait-for-tuples v0.2.2
6972025-02-10T18:07:58.952Z Downloaded hyper-staticfile v0.10.1
6982025-02-10T18:07:58.955Z Downloaded hubpack_derive v0.1.1
6992025-02-10T18:07:58.955Z Downloaded hubpack v0.1.2
7002025-02-10T18:07:58.958Z Downloaded http-range v0.1.5
7012025-02-10T18:07:58.958Z Downloaded crossbeam-utils v0.8.20
7022025-02-10T18:07:58.960Z Downloaded crossbeam-epoch v0.9.18
7032025-02-10T18:07:58.965Z Downloaded rand_xorshift v0.3.0
7042025-02-10T18:07:58.978Z Downloaded env_logger v0.11.5
7052025-02-10T18:07:58.980Z Downloaded multer v3.1.0
7062025-02-10T18:07:58.984Z Downloaded mockall_derive v0.13.0
7072025-02-10T18:07:58.986Z Downloaded mockall v0.13.0
7082025-02-10T18:07:58.989Z Downloaded maybe-uninit v2.0.0
7092025-02-10T18:07:58.991Z Downloaded managed v0.8.0
7102025-02-10T18:07:58.991Z Downloaded litemap v0.7.3
7112025-02-10T18:07:58.995Z Downloaded linear-map v1.2.0
7122025-02-10T18:07:58.997Z Downloaded fd-lock v4.0.2
7132025-02-10T18:07:59.001Z Downloaded foreign-types-shared v0.1.1
7142025-02-10T18:07:59.001Z Downloaded regex-syntax v0.6.29
7152025-02-10T18:07:59.008Z Downloaded glob v0.3.2
7162025-02-10T18:07:59.010Z Downloaded futures-channel v0.3.31
7172025-02-10T18:07:59.013Z Downloaded futures v0.3.31
7182025-02-10T18:07:59.018Z Downloaded hashbrown v0.14.5
7192025-02-10T18:07:59.025Z Downloaded new_debug_unreachable v1.0.6
7202025-02-10T18:07:59.027Z Downloaded native-tls v0.2.12
7212025-02-10T18:07:59.030Z Downloaded heapless v0.8.0
7222025-02-10T18:07:59.033Z Downloaded num-bigint-dig v0.8.4
7232025-02-10T18:07:59.038Z Downloaded array-init v0.0.4
7242025-02-10T18:07:59.041Z Downloaded rustc_version v0.4.1
7252025-02-10T18:07:59.041Z Downloaded sec1 v0.7.3
7262025-02-10T18:07:59.044Z Downloaded sha1 v0.10.6
7272025-02-10T18:07:59.048Z Downloaded russh-keys v0.45.0
7282025-02-10T18:07:59.051Z Downloaded cbc v0.1.2
7292025-02-10T18:07:59.051Z Downloaded smallvec v1.13.2
7302025-02-10T18:07:59.055Z Downloaded static_assertions v1.1.0
7312025-02-10T18:07:59.055Z Downloaded castaway v0.2.3
7322025-02-10T18:07:59.058Z Downloaded cassowary v0.3.0
7332025-02-10T18:07:59.058Z Downloaded bzip2 v0.4.4
7342025-02-10T18:07:59.060Z Downloaded buf-list v1.0.3
7352025-02-10T18:07:59.063Z Downloaded block-padding v0.3.3
7362025-02-10T18:07:59.063Z Downloaded blake3 v1.5.4
7372025-02-10T18:07:59.071Z Downloaded parking_lot v0.11.2
7382025-02-10T18:07:59.073Z Downloaded tiny-keccak v2.0.2
7392025-02-10T18:07:59.076Z Downloaded percent-encoding v2.3.1
7402025-02-10T18:07:59.079Z Downloaded tinyvec v1.8.0
7412025-02-10T18:07:59.082Z Downloaded tokio-stream v0.1.16
7422025-02-10T18:07:59.085Z Downloaded toml v0.7.8
7432025-02-10T18:07:59.088Z Downloaded tinystr v0.7.6
7442025-02-10T18:07:59.091Z Downloaded mirai-annotations v1.12.0
7452025-02-10T18:07:59.093Z Downloaded atomicwrites v0.4.4
7462025-02-10T18:07:59.093Z Downloaded num-traits v0.2.19
7472025-02-10T18:07:59.096Z Downloaded num-rational v0.4.2
7482025-02-10T18:07:59.098Z Downloaded num-iter v0.1.45
7492025-02-10T18:07:59.101Z Downloaded crc-catalog v2.4.0
7502025-02-10T18:07:59.101Z Downloaded crc-any v2.5.0
7512025-02-10T18:07:59.103Z Downloaded tungstenite v0.21.0
7522025-02-10T18:07:59.106Z Downloaded crc v3.2.1
7532025-02-10T18:07:59.108Z Downloaded cookie_store v0.21.1
7542025-02-10T18:07:59.111Z Downloaded cookie v0.18.1
7552025-02-10T18:07:59.113Z Downloaded rustc-hash v1.1.0
7562025-02-10T18:07:59.115Z Downloaded regex v1.11.1
7572025-02-10T18:07:59.131Z Downloaded signal-hook-mio v0.2.4
7582025-02-10T18:07:59.133Z Downloaded tabwriter v1.4.0
7592025-02-10T18:07:59.136Z Downloaded rustls-webpki v0.102.8
7602025-02-10T18:07:59.154Z Downloaded primeorder v0.13.6
7612025-02-10T18:07:59.157Z Downloaded vte v0.11.1
7622025-02-10T18:07:59.160Z Downloaded vsss-rs v3.3.4
7632025-02-10T18:07:59.164Z Downloaded vergen v8.3.2
7642025-02-10T18:07:59.167Z Downloaded lzma-sys v0.1.20
7652025-02-10T18:07:59.197Z Downloaded rustls-webpki v0.101.7
7662025-02-10T18:07:59.213Z Downloaded tinyvec_macros v0.1.1
7672025-02-10T18:07:59.215Z Downloaded crucible-workspace-hack v0.1.0
7682025-02-10T18:07:59.215Z Downloaded aws-lc-rs v1.10.0
7692025-02-10T18:07:59.224Z Downloaded time v0.3.36
7702025-02-10T18:07:59.233Z Downloaded want v0.3.1
7712025-02-10T18:07:59.235Z Downloaded walkdir v2.5.0
7722025-02-10T18:07:59.237Z Downloaded thiserror-impl v2.0.11
7732025-02-10T18:07:59.240Z Downloaded spin v0.9.8
7742025-02-10T18:07:59.243Z Downloaded thiserror v2.0.11
7752025-02-10T18:07:59.248Z Downloaded whoami v1.5.2
7762025-02-10T18:07:59.250Z Downloaded zerovec-derive v0.10.3
7772025-02-10T18:07:59.253Z Downloaded which v4.4.2
7782025-02-10T18:07:59.256Z Downloaded webpki-roots v0.26.6
7792025-02-10T18:07:59.259Z Downloaded term v0.7.0
7802025-02-10T18:07:59.262Z Downloaded termcolor v1.4.1
7812025-02-10T18:07:59.264Z Downloaded time-macros v0.2.18
7822025-02-10T18:07:59.267Z Downloaded derive_builder v0.20.2
7832025-02-10T18:07:59.272Z Downloaded quinn-proto v0.11.8
7842025-02-10T18:07:59.279Z Downloaded csv v1.3.1
7852025-02-10T18:07:59.302Z Downloaded time-core v0.1.2
7862025-02-10T18:07:59.304Z Downloaded thread_local v1.1.8
7872025-02-10T18:07:59.304Z Downloaded serde_repr v0.1.19
7882025-02-10T18:07:59.307Z Downloaded des v0.8.1
7892025-02-10T18:07:59.310Z Downloaded defmt-parser v0.3.4
7902025-02-10T18:07:59.310Z Downloaded defmt-macros v0.3.9
7912025-02-10T18:07:59.312Z Downloaded publicsuffix v2.3.0
7922025-02-10T18:07:59.316Z Downloaded tap v1.0.1
7932025-02-10T18:07:59.318Z Downloaded getrandom v0.2.15
7942025-02-10T18:07:59.322Z Downloaded subtle v2.6.1
7952025-02-10T18:07:59.324Z Downloaded fatfs v0.3.6
7962025-02-10T18:07:59.327Z Downloaded hashbrown v0.13.2
7972025-02-10T18:07:59.330Z Downloaded downcast v0.11.0
7982025-02-10T18:07:59.332Z Downloaded num-conv v0.1.0
7992025-02-10T18:07:59.336Z Downloaded num-derive v0.4.2
8002025-02-10T18:07:59.338Z Downloaded nanorand v0.7.0
8012025-02-10T18:07:59.338Z Downloaded gethostname v0.5.0
8022025-02-10T18:07:59.341Z Downloaded flume v0.11.1
8032025-02-10T18:07:59.344Z Downloaded num-complex v0.4.6
8042025-02-10T18:07:59.346Z Downloaded fixedbitset v0.4.2
8052025-02-10T18:07:59.349Z Downloaded form_urlencoded v1.2.1
8062025-02-10T18:07:59.349Z Downloaded hash32 v0.3.1
8072025-02-10T18:07:59.351Z Downloaded phf_generator v0.11.2
8082025-02-10T18:07:59.354Z Downloaded hashbrown v0.12.3
8092025-02-10T18:07:59.358Z Downloaded phf_shared v0.10.0
8102025-02-10T18:07:59.361Z Downloaded document-features v0.2.10
8112025-02-10T18:07:59.361Z Downloaded displaydoc v0.2.5
8122025-02-10T18:07:59.363Z Downloaded deranged v0.3.11
8132025-02-10T18:07:59.366Z Downloaded progenitor-impl v0.9.1
8142025-02-10T18:07:59.366Z Downloaded ref-cast-impl v1.0.23
8152025-02-10T18:07:59.368Z Downloaded rayon v1.10.0
8162025-02-10T18:07:59.378Z Downloaded scopeguard v1.2.0
8172025-02-10T18:07:59.380Z Downloaded regress v0.9.1
8182025-02-10T18:07:59.390Z Downloaded serde_derive_internals v0.29.1
8192025-02-10T18:07:59.392Z Downloaded regex-automata v0.4.8
8202025-02-10T18:07:59.411Z Downloaded untrusted v0.9.0
8212025-02-10T18:07:59.415Z Downloaded utf8_iter v1.0.4
8222025-02-10T18:07:59.419Z Downloaded progenitor-macro v0.9.1
8232025-02-10T18:07:59.419Z Downloaded progenitor-macro v0.8.0
8242025-02-10T18:07:59.419Z Downloaded progenitor-impl v0.8.0
8252025-02-10T18:07:59.422Z Downloaded stable_deref_trait v1.2.0
8262025-02-10T18:07:59.422Z Downloaded strum v0.26.3
8272025-02-10T18:07:59.422Z Downloaded tokio-native-tls v0.3.1
8282025-02-10T18:07:59.424Z Downloaded tokio-macros v2.5.0
8292025-02-10T18:07:59.424Z Downloaded utf-8 v0.7.6
8302025-02-10T18:07:59.427Z Downloaded untrusted v0.7.1
8312025-02-10T18:07:59.429Z Downloaded strum_macros v0.24.3
8322025-02-10T18:07:59.429Z Downloaded typed-path v0.9.3
8332025-02-10T18:07:59.436Z Downloaded unsafe-libyaml v0.2.11
8342025-02-10T18:07:59.439Z Downloaded tower-service v0.3.3
8352025-02-10T18:07:59.442Z Downloaded twox-hash v2.1.0
8362025-02-10T18:07:59.444Z Downloaded tungstenite v0.24.0
8372025-02-10T18:07:59.447Z Downloaded dirs-sys-next v0.1.2
8382025-02-10T18:07:59.449Z Downloaded either v1.13.0
8392025-02-10T18:07:59.452Z Downloaded fallible-streaming-iterator v0.1.9
8402025-02-10T18:07:59.452Z Downloaded endian-type v0.1.2
8412025-02-10T18:07:59.455Z Downloaded unicode_categories v0.1.1
8422025-02-10T18:07:59.458Z Downloaded signal-hook v0.3.17
8432025-02-10T18:07:59.461Z Downloaded wait-timeout v0.2.0
8442025-02-10T18:07:59.461Z Downloaded vte_generate_state_changes v0.1.2
8452025-02-10T18:07:59.463Z Downloaded tungstenite v0.23.0
8462025-02-10T18:07:59.466Z Downloaded thiserror-no-std v2.0.2
8472025-02-10T18:07:59.469Z Downloaded ssh-cipher v0.2.0
8482025-02-10T18:07:59.472Z Downloaded futures-sink v0.3.31
8492025-02-10T18:07:59.474Z Downloaded futures-io v0.3.31
8502025-02-10T18:07:59.474Z Downloaded futures-task v0.3.31
8512025-02-10T18:07:59.477Z Downloaded tls_codec v0.4.1
8522025-02-10T18:07:59.479Z Downloaded half v2.4.1
8532025-02-10T18:07:59.482Z Downloaded hashlink v0.9.1
8542025-02-10T18:07:59.484Z Downloaded hash32 v0.2.1
8552025-02-10T18:07:59.484Z Downloaded thiserror-impl-no-std v2.0.2
8562025-02-10T18:07:59.487Z Downloaded fxhash v0.2.1
8572025-02-10T18:07:59.487Z Downloaded futures-util v0.3.31
8582025-02-10T18:07:59.501Z Downloaded pkcs8 v0.10.2
8592025-02-10T18:07:59.504Z Downloaded h2 v0.4.6
8602025-02-10T18:07:59.512Z Downloaded rustc-demangle v0.1.24
8612025-02-10T18:07:59.515Z Downloaded rustc-hash v2.0.0
8622025-02-10T18:07:59.518Z Downloaded group v0.13.0
8632025-02-10T18:07:59.520Z Downloaded globset v0.4.15
8642025-02-10T18:07:59.520Z Downloaded gimli v0.31.1
8652025-02-10T18:07:59.528Z Downloaded siphasher v0.3.11
8662025-02-10T18:07:59.531Z Downloaded futures-macro v0.3.31
8672025-02-10T18:07:59.533Z Downloaded toml_edit v0.19.15
8682025-02-10T18:07:59.549Z Downloaded writeable v0.5.5
8692025-02-10T18:07:59.552Z Downloaded peg v0.8.4
8702025-02-10T18:07:59.554Z Downloaded ghash v0.5.1
8712025-02-10T18:07:59.557Z Downloaded encoding_rs v0.8.34
8722025-02-10T18:07:59.580Z Downloaded proptest v1.5.0
8732025-02-10T18:07:59.590Z Downloaded der v0.7.9
8742025-02-10T18:07:59.596Z Downloaded derive_builder_macro v0.20.2
8752025-02-10T18:07:59.599Z Downloaded derive_builder_core v0.20.2
8762025-02-10T18:07:59.601Z Downloaded debug-ignore v1.0.5
8772025-02-10T18:07:59.601Z Downloaded tokio-util v0.7.12
8782025-02-10T18:07:59.608Z Downloaded pkcs1 v0.7.5
8792025-02-10T18:07:59.611Z Downloaded nibble_vec v0.1.0
8802025-02-10T18:07:59.613Z Downloaded pin-utils v0.1.0
8812025-02-10T18:07:59.616Z Downloaded pem v3.0.4
8822025-02-10T18:07:59.616Z Downloaded foldhash v0.1.3
8832025-02-10T18:07:59.618Z Downloaded dropshot_endpoint v0.15.1
8842025-02-10T18:07:59.620Z Downloaded dropshot_endpoint v0.12.0
8852025-02-10T18:07:59.623Z Downloaded derive-where v1.2.7
8862025-02-10T18:07:59.627Z Downloaded number_prefix v0.4.0
8872025-02-10T18:07:59.630Z Downloaded num_threads v0.1.7
8882025-02-10T18:07:59.630Z Downloaded num-integer v0.1.46
8892025-02-10T18:07:59.632Z Downloaded zip v2.1.3
8902025-02-10T18:07:59.637Z Downloaded zip v0.6.6
8912025-02-10T18:07:59.642Z Downloaded tar v0.4.42
8922025-02-10T18:07:59.647Z Downloaded test-strategy v0.3.1
8932025-02-10T18:07:59.649Z Downloaded termtree v0.4.1
8942025-02-10T18:07:59.653Z Downloaded termios v0.3.3
8952025-02-10T18:07:59.655Z Downloaded dropshot v0.15.1
8962025-02-10T18:07:59.676Z Downloaded phf_codegen v0.11.2
8972025-02-10T18:07:59.679Z Downloaded progenitor v0.9.1
8982025-02-10T18:07:59.679Z Downloaded poly1305 v0.8.0
8992025-02-10T18:07:59.682Z Downloaded phf v0.11.2
9002025-02-10T18:07:59.684Z Downloaded slog-stdlog v4.1.1
9012025-02-10T18:07:59.684Z Downloaded serde-hex v0.1.0
9022025-02-10T18:07:59.687Z Downloaded scrypt v0.11.0
9032025-02-10T18:07:59.690Z Downloaded slog-term v2.9.1
9042025-02-10T18:07:59.692Z Downloaded slog-json v2.6.1
9052025-02-10T18:07:59.692Z Downloaded slog-scope v4.4.0
9062025-02-10T18:07:59.695Z Downloaded schemars_derive v0.8.21
9072025-02-10T18:07:59.698Z Downloaded quinn v0.11.5
9082025-02-10T18:07:59.700Z Downloaded samael v0.0.17
9092025-02-10T18:07:59.706Z Downloaded sqlparser_derive v0.2.2
9102025-02-10T18:07:59.708Z Downloaded steno v0.4.1
9112025-02-10T18:07:59.712Z Downloaded smoltcp v0.9.1
9122025-02-10T18:07:59.725Z Downloaded data-encoding v2.6.0
9132025-02-10T18:07:59.728Z Downloaded fs_extra v1.3.0
9142025-02-10T18:07:59.730Z Downloaded darling_macro v0.20.10
9152025-02-10T18:07:59.730Z Downloaded funty v2.0.0
9162025-02-10T18:07:59.730Z Downloaded url v2.5.3
9172025-02-10T18:07:59.734Z Downloaded rustfmt-wrapper v0.2.1
9182025-02-10T18:07:59.736Z Downloaded parse-zoneinfo v0.3.1
9192025-02-10T18:07:59.739Z Downloaded packed_struct v0.10.1
9202025-02-10T18:07:59.741Z Downloaded oso v0.27.3
9212025-02-10T18:07:59.744Z Downloaded ratatui v0.28.1
9222025-02-10T18:07:59.766Z Downloaded rustversion v1.0.17
9232025-02-10T18:07:59.769Z Downloaded float-cmp v0.9.0
9242025-02-10T18:07:59.772Z Downloaded value-bag v1.9.0
9252025-02-10T18:07:59.774Z Downloaded uzers v0.12.1
9262025-02-10T18:07:59.777Z Downloaded topological-sort v0.2.2
9272025-02-10T18:07:59.777Z Downloaded tokio-rustls v0.26.0
9282025-02-10T18:07:59.779Z Downloaded uuid v1.12.0
9292025-02-10T18:07:59.782Z Downloaded sled v0.34.7
9302025-02-10T18:07:59.794Z Downloaded unicode-xid v0.2.6
9312025-02-10T18:07:59.796Z Downloaded unicode-normalization v0.1.24
9322025-02-10T18:07:59.800Z Downloaded winnow v0.5.40
9332025-02-10T18:07:59.811Z Downloaded darling_core v0.20.10
9342025-02-10T18:07:59.815Z Downloaded pkcs5 v0.7.1
9352025-02-10T18:07:59.820Z Downloaded embedded-io v0.6.1
9362025-02-10T18:07:59.823Z Downloaded rustls v0.23.19
9372025-02-10T18:07:59.834Z Downloaded futures-core v0.3.31
9382025-02-10T18:07:59.838Z Downloaded fragile v2.0.0
9392025-02-10T18:07:59.841Z Downloaded futures-executor v0.3.31
9402025-02-10T18:07:59.841Z Downloaded peg-runtime v0.8.3
9412025-02-10T18:07:59.841Z Downloaded git2 v0.19.0
9422025-02-10T18:07:59.849Z Downloaded rsa v0.9.6
9432025-02-10T18:07:59.855Z Downloaded normalize-line-endings v0.3.0
9442025-02-10T18:07:59.857Z Downloaded nom v7.1.3
9452025-02-10T18:07:59.862Z Downloaded newtype-uuid v1.2.1
9462025-02-10T18:07:59.864Z Downloaded newline-converter v0.3.0
9472025-02-10T18:07:59.866Z Downloaded headers v0.4.0
9482025-02-10T18:07:59.870Z Downloaded dyn-clone v1.0.17
9492025-02-10T18:07:59.873Z Downloaded nix v0.29.0
9502025-02-10T18:07:59.885Z Downloaded zeroize v1.8.1
9512025-02-10T18:07:59.888Z Downloaded slab v0.4.9
9522025-02-10T18:07:59.890Z Downloaded simd-adler32 v0.3.7
9532025-02-10T18:07:59.892Z Downloaded serde_yaml v0.9.34+deprecated
9542025-02-10T18:07:59.899Z Downloaded dunce v1.0.5
9552025-02-10T18:07:59.899Z Downloaded phf_shared v0.11.2
9562025-02-10T18:07:59.899Z Downloaded dsl_auto_type v0.1.2
9572025-02-10T18:07:59.899Z Downloaded similar v2.6.0
9582025-02-10T18:07:59.903Z Downloaded precomputed-hash v0.1.1
9592025-02-10T18:07:59.907Z Downloaded pin-project v1.1.6
9602025-02-10T18:07:59.918Z Downloaded ena v0.14.3
9612025-02-10T18:07:59.920Z Downloaded object v0.36.5
9622025-02-10T18:07:59.932Z Downloaded difflib v0.4.0
9632025-02-10T18:07:59.934Z Downloaded zerovec v0.10.4
9642025-02-10T18:07:59.940Z Downloaded parking_lot_core v0.9.10
9652025-02-10T18:07:59.943Z Downloaded paste v1.0.15
9662025-02-10T18:07:59.946Z Downloaded diesel_derives v2.2.3
9672025-02-10T18:07:59.950Z Downloaded write16 v1.0.0
9682025-02-10T18:07:59.953Z Downloaded unarray v0.1.4
9692025-02-10T18:07:59.953Z Downloaded ron v0.8.1
9702025-02-10T18:07:59.960Z Downloaded unicase v2.7.0
9712025-02-10T18:07:59.964Z Downloaded unicode-truncate v1.1.0
9722025-02-10T18:07:59.964Z Downloaded unicode-segmentation v1.12.0
9732025-02-10T18:07:59.967Z Downloaded quinn-udp v0.5.5
9742025-02-10T18:07:59.971Z Downloaded diesel_table_macro_syntax v0.2.0
9752025-02-10T18:07:59.974Z Downloaded signature v2.2.0
9762025-02-10T18:07:59.974Z Downloaded der_derive v0.7.3
9772025-02-10T18:07:59.974Z Downloaded rfc6979 v0.4.0
9782025-02-10T18:07:59.977Z Downloaded russh-cryptovec v0.7.3
9792025-02-10T18:07:59.977Z Downloaded defmt v0.3.8
9802025-02-10T18:07:59.981Z Downloaded openssl-sys v0.9.105
9812025-02-10T18:07:59.985Z Downloaded tokio-rustls v0.25.0
9822025-02-10T18:07:59.988Z Downloaded env_filter v0.1.2
9832025-02-10T18:07:59.990Z Downloaded tokio-rustls v0.24.1
9842025-02-10T18:07:59.993Z Downloaded env_logger v0.10.2
9852025-02-10T18:07:59.995Z Downloaded sha3 v0.10.8
9862025-02-10T18:08:00.001Z Downloaded take_mut v0.2.2
9872025-02-10T18:08:00.004Z Downloaded ref-cast v1.0.23
9882025-02-10T18:08:00.007Z Downloaded predicates-core v1.0.8
9892025-02-10T18:08:00.007Z Downloaded petname v2.0.2
9902025-02-10T18:08:00.012Z Downloaded sigpipe v0.1.3
9912025-02-10T18:08:00.015Z Downloaded typify-impl v0.2.0
9922025-02-10T18:08:00.031Z Downloaded unicode-properties v0.1.3
9932025-02-10T18:08:00.034Z Downloaded unicode-bidi v0.3.17
9942025-02-10T18:08:00.037Z Downloaded foreign-types v0.5.0
9952025-02-10T18:08:00.037Z Downloaded tokio v1.43.0
9962025-02-10T18:08:00.077Z Downloaded pin-project-lite v0.2.14
9972025-02-10T18:08:00.082Z Downloaded waitgroup v0.1.2
9982025-02-10T18:08:00.085Z Downloaded tough v0.19.0
9992025-02-10T18:08:00.091Z Downloaded sqlparser v0.45.0
10002025-02-10T18:08:00.097Z Downloaded try-lock v0.2.5
10012025-02-10T18:08:00.100Z Downloaded tracing-core v0.1.32
10022025-02-10T18:08:00.103Z Downloaded wyz v0.5.1
10032025-02-10T18:08:00.105Z Downloaded parking_lot_core v0.8.6
10042025-02-10T18:08:00.108Z Downloaded tracing-attributes v0.1.27
10052025-02-10T18:08:00.110Z Downloaded rtoolbox v0.0.2
10062025-02-10T18:08:00.110Z Downloaded foreign-types v0.3.2
10072025-02-10T18:08:00.113Z Downloaded object v0.30.4
10082025-02-10T18:08:00.121Z Downloaded polar-core v0.27.3
10092025-02-10T18:08:00.131Z Downloaded dirs-next v2.0.0
10102025-02-10T18:08:00.133Z Downloaded snafu-derive v0.8.5
10112025-02-10T18:08:00.136Z Downloaded radix_trie v0.2.1
10122025-02-10T18:08:00.139Z Downloaded openssl-probe v0.1.5
10132025-02-10T18:08:00.142Z Downloaded openssl-macros v0.1.1
10142025-02-10T18:08:00.142Z Downloaded zerocopy v0.6.6
10152025-02-10T18:08:00.144Z Downloaded yoke-derive v0.7.4
10162025-02-10T18:08:00.147Z Downloaded tokio-tungstenite v0.23.1
10172025-02-10T18:08:00.149Z Downloaded tokio-tungstenite v0.21.0
10182025-02-10T18:08:00.152Z Downloaded heapless v0.7.17
10192025-02-10T18:08:00.155Z Downloaded strum_macros v0.26.4
10202025-02-10T18:08:00.157Z Downloaded sync_wrapper v1.0.1
10212025-02-10T18:08:00.160Z Downloaded slog-async v2.8.0
10222025-02-10T18:08:00.160Z Downloaded nix v0.27.1
10232025-02-10T18:08:00.172Z Downloaded foreign-types-shared v0.3.1
10242025-02-10T18:08:00.174Z Downloaded opaque-debug v0.3.1
10252025-02-10T18:08:00.174Z Downloaded rand_seeder v0.3.0
10262025-02-10T18:08:00.177Z Downloaded rustls v0.22.4
10272025-02-10T18:08:00.190Z Downloaded flate2 v1.0.35
10282025-02-10T18:08:00.195Z Downloaded powerfmt v0.2.0
10292025-02-10T18:08:00.198Z Downloaded signal-hook-tokio v0.3.1
10302025-02-10T18:08:00.198Z Downloaded rustls v0.21.12
10312025-02-10T18:08:00.211Z Downloaded rand_core v0.6.4
10322025-02-10T18:08:00.213Z Downloaded peg-macros v0.8.4
10332025-02-10T18:08:00.216Z Downloaded proc-macro-crate v1.3.1
10342025-02-10T18:08:00.216Z Downloaded path-slash v0.1.5
10352025-02-10T18:08:00.218Z Downloaded p256 v0.13.2
10362025-02-10T18:08:00.220Z Downloaded tui-tree-widget v0.22.0
10372025-02-10T18:08:00.223Z Downloaded pretty-hex v0.2.1
10382025-02-10T18:08:00.223Z Downloaded predicates-tree v1.0.11
10392025-02-10T18:08:00.226Z Downloaded p521 v0.13.3
10402025-02-10T18:08:00.228Z Downloaded petgraph v0.6.5
10412025-02-10T18:08:00.247Z Downloaded p384 v0.13.0
10422025-02-10T18:08:00.253Z Downloaded rusqlite v0.32.1
10432025-02-10T18:08:00.259Z Downloaded yasna v0.5.2
10442025-02-10T18:08:00.262Z Downloaded reqwest v0.12.9
10452025-02-10T18:08:00.270Z Downloaded diesel-dtrace v0.4.2
10462025-02-10T18:08:00.272Z Downloaded zopfli v0.8.1
10472025-02-10T18:08:00.275Z Downloaded zone_cfg_derive v0.1.2
10482025-02-10T18:08:00.275Z Downloaded zeroize_derive v1.4.2
10492025-02-10T18:08:00.278Z Downloaded libgit2-sys v0.17.0+1.8.1
10502025-02-10T18:08:00.334Z Downloaded elliptic-curve v0.13.8
10512025-02-10T18:08:00.338Z Downloaded oso-derive v0.27.3
10522025-02-10T18:08:00.341Z Downloaded subprocess v0.2.9
10532025-02-10T18:08:00.343Z Downloaded ssh-key v0.6.6
10542025-02-10T18:08:00.348Z Downloaded rpassword v7.3.1
10552025-02-10T18:08:00.350Z Downloaded ppv-lite86 v0.2.20
10562025-02-10T18:08:00.352Z Downloaded fallible-iterator v0.3.0
10572025-02-10T18:08:00.352Z Downloaded nix v0.28.0
10582025-02-10T18:08:00.363Z Downloaded enum-as-inner v0.6.1
10592025-02-10T18:08:00.366Z Downloaded rand_chacha v0.3.1
10602025-02-10T18:08:00.368Z Downloaded ff v0.13.0
10612025-02-10T18:08:00.368Z Downloaded foreign-types-macros v0.2.3
10622025-02-10T18:08:00.370Z Downloaded filetime v0.2.25
10632025-02-10T18:08:00.371Z Downloaded tls_codec_derive v0.4.1
10642025-02-10T18:08:00.373Z Downloaded ssh-encoding v0.2.0
10652025-02-10T18:08:00.375Z Downloaded ed25519-dalek v2.1.1
10662025-02-10T18:08:00.380Z Downloaded num v0.4.3
10672025-02-10T18:08:00.380Z Downloaded structmeta v0.3.0
10682025-02-10T18:08:00.382Z Downloaded polyval v0.6.2
10692025-02-10T18:08:00.382Z Downloaded float-ord v0.3.2
10702025-02-10T18:08:00.382Z Downloaded parse-display v0.10.0
10712025-02-10T18:08:00.385Z Downloaded serde_plain v1.0.2
10722025-02-10T18:08:00.387Z Downloaded salty v0.3.0
10732025-02-10T18:08:00.393Z Downloaded openssl v0.10.70
10742025-02-10T18:08:00.404Z Downloaded zerocopy-derive v0.8.10
10752025-02-10T18:08:00.409Z Downloaded rustyline v14.0.0
10762025-02-10T18:08:00.414Z Downloaded slog-dtrace v0.3.0
10772025-02-10T18:08:00.416Z Downloaded postgres-types v0.2.8
10782025-02-10T18:08:00.419Z Downloaded unicode-width v0.2.0
10792025-02-10T18:08:00.425Z Downloaded sync-ptr v0.1.1
10802025-02-10T18:08:00.427Z Downloaded supports-color v3.0.1
10812025-02-10T18:08:00.427Z Downloaded typify-macro v0.3.0
10822025-02-10T18:08:00.430Z Downloaded typify-macro v0.2.0
10832025-02-10T18:08:00.430Z Downloaded slog v2.7.0
10842025-02-10T18:08:00.433Z Downloaded rustc_version v0.1.7
10852025-02-10T18:08:00.433Z Downloaded password-hash v0.5.0
10862025-02-10T18:08:00.435Z Downloaded parse-size v1.1.0
10872025-02-10T18:08:00.435Z Downloaded parse-display-derive v0.10.0
10882025-02-10T18:08:00.438Z Downloaded headers-core v0.3.0
10892025-02-10T18:08:00.438Z Downloaded zone_cfg_derive v0.3.0
10902025-02-10T18:08:00.438Z Downloaded slog-envlogger v2.2.0
10912025-02-10T18:08:00.440Z Downloaded zerocopy v0.8.10
10922025-02-10T18:08:00.464Z Downloaded zerofrom v0.1.4
10932025-02-10T18:08:00.466Z Downloaded yoke v0.7.4
10942025-02-10T18:08:00.466Z Downloaded x509-cert v0.2.5
10952025-02-10T18:08:00.472Z Downloaded nu-ansi-term v0.50.1
10962025-02-10T18:08:00.474Z Downloaded r2d2 v0.8.10
10972025-02-10T18:08:00.476Z Downloaded qorb v0.2.1
10982025-02-10T18:08:00.480Z Downloaded psl-types v2.0.11
10992025-02-10T18:08:00.482Z Downloaded structmeta v0.2.0
11002025-02-10T18:08:00.482Z Downloaded strip-ansi-escapes v0.2.0
11012025-02-10T18:08:00.484Z Downloaded flagset v0.4.6
11022025-02-10T18:08:00.484Z Downloaded owo-colors v4.1.0
11032025-02-10T18:08:00.487Z Downloaded expectorate v1.1.0
11042025-02-10T18:08:00.489Z Downloaded zerofrom-derive v0.1.4
11052025-02-10T18:08:00.492Z Downloaded russh v0.45.0
11062025-02-10T18:08:00.495Z Downloaded reedline v0.35.0
11072025-02-10T18:08:00.502Z Downloaded prettyplease v0.2.25
11082025-02-10T18:08:00.505Z Downloaded olpc-cjson v0.1.4
11092025-02-10T18:08:00.509Z Downloaded ron v0.7.1
11102025-02-10T18:08:00.511Z Downloaded openapiv3 v2.0.0
11112025-02-10T18:08:00.524Z Downloaded typify-impl v0.3.0
11122025-02-10T18:08:00.540Z Downloaded omicron-zone-package v0.12.0
11132025-02-10T18:08:00.542Z Downloaded tokio-postgres v0.7.12
11142025-02-10T18:08:00.547Z Downloaded postgres-protocol v0.6.7
11152025-02-10T18:08:00.549Z Downloaded zerocopy-derive v0.6.6
11162025-02-10T18:08:00.558Z Downloaded regress v0.10.1
11172025-02-10T18:08:00.566Z Downloaded smoltcp v0.11.0
11182025-02-10T18:08:00.579Z Downloaded diesel v2.2.6
11192025-02-10T18:08:00.597Z Downloaded strum_macros v0.25.3
11202025-02-10T18:08:00.600Z Downloaded portable-atomic v1.9.0
11212025-02-10T18:08:00.606Z Downloaded embedded-io v0.4.0
11222025-02-10T18:08:00.609Z Downloaded structmeta-derive v0.2.0
11232025-02-10T18:08:00.609Z Downloaded progenitor-client v0.8.0
11242025-02-10T18:08:00.614Z Downloaded progenitor v0.8.0
11252025-02-10T18:08:00.614Z Downloaded ecdsa v0.16.9
11262025-02-10T18:08:00.614Z Downloaded rcgen v0.12.1
11272025-02-10T18:08:00.618Z Downloaded quick-xml v0.33.0
11282025-02-10T18:08:00.622Z Downloaded nodrop v0.1.14
11292025-02-10T18:08:00.622Z Downloaded newtype_derive v0.1.6
11302025-02-10T18:08:00.626Z Downloaded fallible-iterator v0.2.0
11312025-02-10T18:08:00.626Z Downloaded snafu v0.8.5
11322025-02-10T18:08:00.631Z Downloaded dropshot v0.12.0
11332025-02-10T18:08:00.654Z Downloaded toolchain_find v0.4.0
11342025-02-10T18:08:00.657Z Downloaded tokio-tungstenite v0.24.0
11352025-02-10T18:08:00.657Z Downloaded serde_with_macros v3.11.0
11362025-02-10T18:08:00.659Z Downloaded serde_with v3.11.0
11372025-02-10T18:08:00.665Z Downloaded signal-hook-registry v1.4.2
11382025-02-10T18:08:00.668Z Downloaded serde_urlencoded v0.7.1
11392025-02-10T18:08:00.668Z Downloaded serde_path_to_error v0.1.16
11402025-02-10T18:08:00.670Z Downloaded salsa20 v0.10.2
11412025-02-10T18:08:00.670Z Downloaded rayon-core v1.12.1
11422025-02-10T18:08:00.673Z Downloaded diff v0.1.13
11432025-02-10T18:08:00.676Z Downloaded sqlformat v0.2.6
11442025-02-10T18:08:00.678Z Downloaded spki v0.7.3
11452025-02-10T18:08:00.681Z Downloaded socket2 v0.5.7
11462025-02-10T18:08:00.682Z Downloaded typify v0.3.0
11472025-02-10T18:08:00.686Z Downloaded typify v0.2.0
11482025-02-10T18:08:00.689Z Downloaded smf v0.2.3
11492025-02-10T18:08:00.689Z Downloaded chrono-tz v0.10.1
11502025-02-10T18:08:00.697Z Downloaded structmeta-derive v0.3.0
11512025-02-10T18:08:00.702Z Downloaded pbkdf2 v0.11.0
11522025-02-10T18:08:00.702Z Downloaded parking_lot v0.12.3
11532025-02-10T18:08:00.707Z Downloaded num-bigint v0.4.6
11542025-02-10T18:08:00.711Z Downloaded serde-big-array v0.5.1
11552025-02-10T18:08:00.711Z Downloaded scheduled-thread-pool v0.2.7
11562025-02-10T18:08:00.711Z Downloaded progenitor-client v0.9.1
11572025-02-10T18:08:00.715Z Downloaded postcard v1.0.10
11582025-02-10T18:08:00.715Z Downloaded pin-project-internal v1.1.6
11592025-02-10T18:08:00.718Z Downloaded password-hash v0.4.2
11602025-02-10T18:08:00.718Z Downloaded packed_struct_codegen v0.10.1
11612025-02-10T18:08:00.718Z Downloaded zone v0.3.0
11622025-02-10T18:08:00.721Z Downloaded zone v0.1.8
11632025-02-10T18:08:00.721Z Downloaded sct v0.7.1
11642025-02-10T18:08:00.726Z Downloaded same-file v1.0.6
11652025-02-10T18:08:00.726Z Downloaded rusty-fork v0.3.0
11662025-02-10T18:08:00.728Z Downloaded resolv-conf v0.7.0
11672025-02-10T18:08:00.728Z Downloaded radium v0.7.0
11682025-02-10T18:08:00.728Z Downloaded quick-error v1.2.3
11692025-02-10T18:08:00.730Z Downloaded pbkdf2 v0.12.2
11702025-02-10T18:08:00.733Z Downloaded num_enum_derive v0.5.11
11712025-02-10T18:08:00.735Z Downloaded num_enum v0.5.11
11722025-02-10T18:08:00.737Z Downloaded smallvec v0.6.14
11732025-02-10T18:08:00.740Z Downloaded slog-bunyan v2.5.0
11742025-02-10T18:08:00.742Z Downloaded semver v0.1.20
11752025-02-10T18:08:00.742Z Downloaded secrecy v0.8.0
11762025-02-10T18:08:00.744Z Downloaded schemars v0.8.21
11772025-02-10T18:08:00.754Z Downloaded libz-sys v1.1.20
11782025-02-10T18:08:00.775Z Downloaded chacha20 v0.9.1
11792025-02-10T18:08:00.778Z Downloaded cancel-safe-futures v0.1.5
11802025-02-10T18:08:00.782Z Downloaded predicates v3.1.2
11812025-02-10T18:08:00.786Z Downloaded pkg-config v0.3.31
11822025-02-10T18:08:00.786Z Downloaded pem-rfc7468 v0.7.0
11832025-02-10T18:08:00.789Z Downloaded cstr-argument v0.1.2
11842025-02-10T18:08:00.789Z Downloaded crossterm v0.28.1
11852025-02-10T18:08:00.792Z Downloaded bzip2-sys v0.1.11+1.0.8
11862025-02-10T18:08:00.804Z Downloaded curve25519-dalek v4.1.3
11872025-02-10T18:08:00.812Z Downloaded compact_str v0.8.0
11882025-02-10T18:08:00.816Z Downloaded cobs v0.2.3
11892025-02-10T18:08:00.820Z Downloaded cmake v0.1.51
11902025-02-10T18:08:00.820Z Downloaded chrono-tz-build v0.4.0
11912025-02-10T18:08:00.824Z Downloaded chacha20poly1305 v0.10.1
11922025-02-10T18:08:00.824Z Downloaded bitfield-struct v0.6.2
11932025-02-10T18:08:00.824Z Downloaded bitfield v0.14.0
11942025-02-10T18:08:00.828Z Downloaded libxml v0.3.3
11952025-02-10T18:08:00.867Z Downloaded libsqlite3-sys v0.30.1
11962025-02-10T18:08:01.083Z Downloaded ring v0.17.8
11972025-02-10T18:08:01.500Z Downloaded aws-lc-sys v0.22.0
11982025-02-10T18:08:01.812Z Compiling serde v1.0.217
11992025-02-10T18:08:01.815Z Compiling lock_api v0.4.12
12002025-02-10T18:08:01.815Z Compiling value-bag v1.9.0
12012025-02-10T18:08:01.815Z Compiling scopeguard v1.2.0
12022025-02-10T18:08:01.815Z Compiling typenum v1.17.0
12032025-02-10T18:08:01.955Z Compiling generic-array v0.14.7
12042025-02-10T18:08:01.994Z Compiling syn v2.0.96
12052025-02-10T18:08:02.008Z Compiling getrandom v0.2.15
12062025-02-10T18:08:02.095Z Compiling shlex v1.3.0
12072025-02-10T18:08:02.297Z Compiling rand_core v0.6.4
12082025-02-10T18:08:02.409Z Compiling log v0.4.22
12092025-02-10T18:08:02.461Z Compiling subtle v2.6.1
12102025-02-10T18:08:02.508Z Compiling jobserver v0.1.32
12112025-02-10T18:08:02.557Z Compiling smallvec v1.13.2
12122025-02-10T18:08:02.787Z Compiling const-oid v0.9.6
12132025-02-10T18:08:02.802Z Compiling pin-project-lite v0.2.14
12142025-02-10T18:08:02.825Z Compiling rustix v0.38.37
12152025-02-10T18:08:02.926Z Compiling cc v1.1.30
12162025-02-10T18:08:02.945Z Compiling spin v0.9.8
12172025-02-10T18:08:03.151Z Compiling parking_lot_core v0.9.10
12182025-02-10T18:08:03.314Z Compiling futures-core v0.3.31
12192025-02-10T18:08:03.333Z Compiling signal-hook-registry v1.4.2
12202025-02-10T18:08:03.745Z Compiling mio v1.0.2
12212025-02-10T18:08:03.766Z Compiling aho-corasick v1.1.3
12222025-02-10T18:08:04.165Z Compiling regex-syntax v0.8.5
12232025-02-10T18:08:04.355Z Compiling parking_lot v0.12.3
12242025-02-10T18:08:04.388Z Compiling stable_deref_trait v1.2.0
12252025-02-10T18:08:04.508Z Compiling either v1.13.0
12262025-02-10T18:08:04.857Z Compiling cpufeatures v0.2.14
12272025-02-10T18:08:04.860Z Compiling glob v0.3.2
12282025-02-10T18:08:04.929Z Compiling futures-sink v0.3.31
12292025-02-10T18:08:04.965Z Compiling socket2 v0.5.7
12302025-02-10T18:08:05.094Z Compiling slab v0.4.9
12312025-02-10T18:08:05.231Z Compiling prettyplease v0.2.25
12322025-02-10T18:08:05.571Z Compiling lazy_static v1.5.0
12332025-02-10T18:08:05.600Z Compiling serde_json v1.0.135
12342025-02-10T18:08:05.716Z Compiling minimal-lexical v0.2.1
12352025-02-10T18:08:05.746Z Compiling clang-sys v1.8.1
12362025-02-10T18:08:05.957Z Compiling libloading v0.8.5
12372025-02-10T18:08:06.195Z Compiling nom v7.1.3
12382025-02-10T18:08:06.244Z Compiling home v0.5.9
12392025-02-10T18:08:06.342Z Compiling bindgen v0.69.5
12402025-02-10T18:08:06.501Z Compiling futures-channel v0.3.31
12412025-02-10T18:08:06.891Z Compiling itertools v0.12.1
12422025-02-10T18:08:06.923Z Compiling lazycell v1.3.0
12432025-02-10T18:08:07.112Z Compiling pin-utils v0.1.0
12442025-02-10T18:08:07.195Z Compiling rustc-hash v1.1.0
12452025-02-10T18:08:07.216Z Compiling foldhash v0.1.3
12462025-02-10T18:08:07.353Z Compiling libm v0.2.8
12472025-02-10T18:08:07.519Z Compiling futures-task v0.3.31
12482025-02-10T18:08:07.687Z Compiling allocator-api2 v0.2.18
12492025-02-10T18:08:07.810Z Compiling futures-io v0.3.31
12502025-02-10T18:08:08.088Z Compiling regex-automata v0.4.8
12512025-02-10T18:08:08.412Z Compiling hashbrown v0.15.1
12522025-02-10T18:08:08.702Z Compiling cmake v0.1.51
12532025-02-10T18:08:09.538Z Compiling synstructure v0.13.1
12542025-02-10T18:08:09.622Z Compiling cexpr v0.6.0
12552025-02-10T18:08:09.833Z Compiling num-traits v0.2.19
12562025-02-10T18:08:10.086Z Compiling dunce v1.0.5
12572025-02-10T18:08:10.227Z Compiling pkg-config v0.3.31
12582025-02-10T18:08:10.529Z Compiling fs_extra v1.3.0
12592025-02-10T18:08:11.186Z Compiling litemap v0.7.3
12602025-02-10T18:08:11.232Z Compiling writeable v0.5.5
12612025-02-10T18:08:11.539Z Compiling ring v0.17.8
12622025-02-10T18:08:11.561Z Compiling paste v1.0.15
12632025-02-10T18:08:11.788Z Compiling base64ct v1.6.0
12642025-02-10T18:08:12.364Z Compiling pem-rfc7468 v0.7.0
12652025-02-10T18:08:12.405Z Compiling icu_locid_transform_data v1.5.0
12662025-02-10T18:08:12.449Z Compiling aws-lc-rs v1.10.0
12672025-02-10T18:08:12.519Z Compiling flagset v0.4.6
12682025-02-10T18:08:12.728Z Compiling httparse v1.9.5
12692025-02-10T18:08:12.998Z Compiling tracing-core v0.1.32
12702025-02-10T18:08:13.391Z Compiling regex v1.11.1
12712025-02-10T18:08:13.794Z Compiling icu_properties_data v1.5.0
12722025-02-10T18:08:13.913Z Compiling rustls-pki-types v1.10.0
12732025-02-10T18:08:14.045Z Compiling crossbeam-utils v0.8.20
12742025-02-10T18:08:14.207Z Compiling percent-encoding v2.3.1
12752025-02-10T18:08:14.493Z Compiling num-conv v0.1.0
12762025-02-10T18:08:14.567Z Compiling utf16_iter v1.0.5
12772025-02-10T18:08:14.747Z Compiling write16 v1.0.0
12782025-02-10T18:08:14.778Z Compiling powerfmt v0.2.0
12792025-02-10T18:08:14.858Z Compiling untrusted v0.7.1
12802025-02-10T18:08:14.878Z Compiling utf8_iter v1.0.4
12812025-02-10T18:08:14.941Z Compiling serde_derive v1.0.217
12822025-02-10T18:08:14.977Z Compiling zeroize_derive v1.4.2
12832025-02-10T18:08:15.027Z Compiling zerocopy-derive v0.7.35
12842025-02-10T18:08:15.101Z Compiling tokio-macros v2.5.0
12852025-02-10T18:08:15.117Z Compiling zerofrom-derive v0.1.4
12862025-02-10T18:08:16.396Z Compiling zeroize v1.8.1
12872025-02-10T18:08:16.571Z Compiling yoke-derive v0.7.4
12882025-02-10T18:08:16.989Z Compiling zerocopy v0.7.35
12892025-02-10T18:08:17.192Z Compiling zerovec-derive v0.10.3
12902025-02-10T18:08:17.967Z Compiling crypto-common v0.1.6
12912025-02-10T18:08:18.194Z Compiling block-buffer v0.10.4
12922025-02-10T18:08:18.363Z Compiling thiserror-impl v1.0.69
12932025-02-10T18:08:18.522Z Compiling digest v0.10.7
12942025-02-10T18:08:18.549Z Compiling displaydoc v0.2.5
12952025-02-10T18:08:18.624Z Compiling zerofrom v0.1.4
12962025-02-10T18:08:18.865Z Compiling futures-macro v0.3.31
12972025-02-10T18:08:19.002Z Compiling hmac v0.12.1
12982025-02-10T18:08:19.099Z Compiling block-padding v0.3.3
12992025-02-10T18:08:19.257Z Compiling sha2 v0.10.8
13002025-02-10T18:08:19.354Z Compiling inout v0.1.3
13012025-02-10T18:08:19.372Z Compiling yoke v0.7.4
13022025-02-10T18:08:19.546Z Compiling icu_provider_macros v1.5.0
13032025-02-10T18:08:19.610Z Compiling cipher v0.4.4
13042025-02-10T18:08:19.727Z Compiling zerovec v0.10.4
13052025-02-10T18:08:20.115Z Compiling ppv-lite86 v0.2.20
13062025-02-10T18:08:20.118Z Compiling der_derive v0.7.3
13072025-02-10T18:08:20.601Z Compiling tracing-attributes v0.1.27
13082025-02-10T18:08:20.679Z Compiling futures-util v0.3.31
13092025-02-10T18:08:20.867Z Compiling rand_chacha v0.3.1
13102025-02-10T18:08:21.450Z Compiling thiserror v1.0.69
13112025-02-10T18:08:21.604Z Compiling tinystr v0.7.6
13122025-02-10T18:08:21.672Z Compiling icu_collections v1.5.0
13132025-02-10T18:08:21.987Z Compiling icu_locid v1.5.0
13142025-02-10T18:08:22.460Z Compiling der v0.7.9
13152025-02-10T18:08:22.808Z Compiling pest v2.7.14
13162025-02-10T18:08:22.978Z Compiling rand v0.8.5
13172025-02-10T18:08:23.124Z Compiling icu_provider v1.5.0
13182025-02-10T18:08:23.917Z Compiling icu_locid_transform v1.5.0
13192025-02-10T18:08:24.079Z Compiling tracing v0.1.40
13202025-02-10T18:08:24.155Z Compiling salsa20 v0.10.2
13212025-02-10T18:08:24.386Z Compiling pbkdf2 v0.12.2
13222025-02-10T18:08:24.570Z Compiling spki v0.7.3
13232025-02-10T18:08:24.588Z Compiling icu_normalizer_data v1.5.0
13242025-02-10T18:08:24.692Z Compiling mirai-annotations v1.12.0
13252025-02-10T18:08:24.889Z Compiling time-core v0.1.2
13262025-02-10T18:08:24.922Z Compiling vcpkg v0.2.15
13272025-02-10T18:08:25.074Z Compiling untrusted v0.9.0
13282025-02-10T18:08:25.092Z Compiling time-macros v0.2.18
13292025-02-10T18:08:25.254Z Compiling icu_properties v1.5.1
13302025-02-10T18:08:25.515Z Compiling pest_meta v2.7.14
13312025-02-10T18:08:26.009Z Compiling scrypt v0.11.0
13322025-02-10T18:08:26.259Z Compiling aes v0.8.4
13332025-02-10T18:08:26.521Z Compiling cbc v0.1.2
13342025-02-10T18:08:26.719Z Compiling openssl-sys v0.9.105
13352025-02-10T18:08:26.758Z Compiling deranged v0.3.11
13362025-02-10T18:08:27.792Z Compiling bitflags v2.6.0
13372025-02-10T18:08:28.088Z Compiling bytes v1.9.0
13382025-02-10T18:08:28.193Z Compiling indexmap v2.7.1
13392025-02-10T18:08:28.993Z Compiling tokio v1.43.0
13402025-02-10T18:08:29.312Z Compiling http v1.2.0
13412025-02-10T18:08:29.380Z Compiling semver v1.0.24
13422025-02-10T18:08:29.561Z Compiling icu_normalizer v1.5.0
13432025-02-10T18:08:30.011Z Compiling rustc_version v0.4.1
13442025-02-10T18:08:30.030Z Compiling scroll_derive v0.12.0
13452025-02-10T18:08:30.695Z Compiling atomic-waker v1.1.2
13462025-02-10T18:08:30.895Z Compiling tinyvec_macros v0.1.1
13472025-02-10T18:08:31.002Z Compiling num_threads v0.1.7
13482025-02-10T18:08:31.021Z Compiling tinyvec v1.8.0
13492025-02-10T18:08:31.140Z Compiling time v0.3.36
13502025-02-10T18:08:31.214Z Compiling http-body v1.0.1
13512025-02-10T18:08:31.397Z Compiling idna_adapter v1.2.0
13522025-02-10T18:08:31.428Z Compiling scroll v0.12.0
13532025-02-10T18:08:31.486Z Compiling pkcs5 v0.7.1
13542025-02-10T18:08:31.572Z Compiling pest_generator v2.7.14
13552025-02-10T18:08:31.632Z Compiling form_urlencoded v1.2.1
13562025-02-10T18:08:31.916Z Compiling which v4.4.2
13572025-02-10T18:08:31.977Z Compiling try-lock v0.2.5
13582025-02-10T18:08:32.144Z Compiling slog v2.7.0
13592025-02-10T18:08:32.456Z Compiling goblin v0.8.2
13602025-02-10T18:08:32.593Z Compiling want v0.3.1
13612025-02-10T18:08:32.711Z Compiling pkcs8 v0.10.2
13622025-02-10T18:08:32.829Z Compiling idna v1.0.3
13632025-02-10T18:08:32.858Z Compiling uuid v1.12.0
13642025-02-10T18:08:33.376Z Compiling iana-time-zone v0.1.61
13652025-02-10T18:08:33.431Z Compiling pest_derive v2.7.14
13662025-02-10T18:08:33.797Z Compiling httpdate v1.0.3
13672025-02-10T18:08:34.257Z Compiling chrono v0.4.39
13682025-02-10T18:08:34.278Z Compiling dtrace-parser v0.2.0
13692025-02-10T18:08:34.489Z Compiling serde_tokenstream v0.2.2
13702025-02-10T18:08:35.082Z Compiling serde_spanned v0.6.8
13712025-02-10T18:08:35.102Z Compiling toml_datetime v0.6.8
13722025-02-10T18:08:35.327Z Compiling match_cfg v0.1.0
13732025-02-10T18:08:35.434Z Compiling rustversion v1.0.17
13742025-02-10T18:08:35.589Z Compiling tower-service v0.3.3
13752025-02-10T18:08:35.739Z Compiling adler2 v2.0.0
13762025-02-10T18:08:35.842Z Compiling foreign-types-shared v0.1.1
13772025-02-10T18:08:35.953Z Compiling base64 v0.22.1
13782025-02-10T18:08:35.975Z Compiling openssl v0.10.70
13792025-02-10T18:08:36.158Z Compiling foreign-types v0.3.2
13802025-02-10T18:08:36.180Z Compiling miniz_oxide v0.8.0
13812025-02-10T18:08:36.259Z Compiling hostname v0.3.1
13822025-02-10T18:08:36.405Z Compiling url v2.5.3
13832025-02-10T18:08:36.628Z Compiling openssl-macros v0.1.1
13842025-02-10T18:08:37.374Z Compiling tokio-util v0.7.12
13852025-02-10T18:08:37.562Z Compiling async-trait v0.1.86
13862025-02-10T18:08:37.609Z Compiling serde_derive_internals v0.29.1
13872025-02-10T18:08:37.714Z Compiling dirs-sys-next v0.1.2
13882025-02-10T18:08:38.217Z Compiling dof v0.3.0
13892025-02-10T18:08:38.274Z Compiling h2 v0.4.6
13902025-02-10T18:08:38.636Z Compiling native-tls v0.2.12
13912025-02-10T18:08:38.980Z Compiling rustls v0.22.4
13922025-02-10T18:08:39.260Z Compiling usdt-impl v0.5.0
13932025-02-10T18:08:39.945Z Compiling data-encoding v2.6.0
13942025-02-10T18:08:40.107Z Compiling siphasher v0.3.11
13952025-02-10T18:08:40.190Z Compiling schemars v0.8.21
13962025-02-10T18:08:40.486Z Compiling syn v1.0.109
13972025-02-10T18:08:40.519Z Compiling rustls v0.23.19
13982025-02-10T18:08:40.665Z Compiling schemars_derive v0.8.21
13992025-02-10T18:08:40.853Z Compiling dirs-next v2.0.0
14002025-02-10T18:08:41.804Z Compiling unicode-normalization v0.1.24
14012025-02-10T18:08:41.998Z Compiling http-body-util v0.1.2
14022025-02-10T18:08:42.356Z Compiling crossbeam-epoch v0.9.18
14032025-02-10T18:08:42.438Z Compiling heapless v0.7.17
14042025-02-10T18:08:42.474Z Compiling sha1 v0.10.6
14052025-02-10T18:08:42.853Z Compiling signature v2.2.0
14062025-02-10T18:08:42.873Z Compiling bzip2-sys v0.1.11+1.0.8
14072025-02-10T18:08:42.907Z Compiling thread_local v1.1.8
14082025-02-10T18:08:43.038Z Compiling encoding_rs v0.8.34
14092025-02-10T18:08:43.139Z Compiling multer v3.1.0
14102025-02-10T18:08:43.344Z Compiling cookie v0.18.1
14112025-02-10T18:08:43.391Z Compiling unicode-bidi v0.3.17
14122025-02-10T18:08:43.444Z Compiling openssl-probe v0.1.5
14132025-02-10T18:08:43.655Z Compiling rayon-core v1.12.1
14142025-02-10T18:08:43.684Z Compiling signal-hook v0.3.17
14152025-02-10T18:08:43.787Z Compiling mime v0.3.17
14162025-02-10T18:08:43.932Z Compiling slog-async v2.8.0
14172025-02-10T18:08:43.954Z Compiling dyn-clone v1.0.17
14182025-02-10T18:08:44.186Z Compiling gimli v0.31.1
14192025-02-10T18:08:44.294Z Compiling ipnet v2.10.1
14202025-02-10T18:08:44.426Z Compiling unicode-properties v0.1.3
14212025-02-10T18:08:44.616Z Compiling toml_edit v0.22.22
14222025-02-10T18:08:44.842Z Compiling stringprep v0.1.5
14232025-02-10T18:08:45.416Z Compiling hyper v1.5.2
14242025-02-10T18:08:47.810Z Compiling hyper-util v0.1.10
14252025-02-10T18:08:48.455Z Compiling addr2line v0.24.2
14262025-02-10T18:08:49.062Z Compiling crossbeam-deque v0.8.5
14272025-02-10T18:08:49.132Z Compiling usdt-attr-macro v0.5.0
14282025-02-10T18:08:49.151Z Compiling usdt-macro v0.5.0
14292025-02-10T18:08:49.382Z Compiling term v0.7.0
14302025-02-10T18:08:50.523Z Compiling slog-json v2.6.1
14312025-02-10T18:08:50.591Z Compiling serde_urlencoded v0.7.1
14322025-02-10T18:08:50.644Z Compiling crossbeam-channel v0.5.13
14332025-02-10T18:08:50.648Z Compiling curve25519-dalek v4.1.3
14342025-02-10T18:08:50.678Z Compiling futures-executor v0.3.31
14352025-02-10T18:08:50.879Z Compiling md-5 v0.10.6
14362025-02-10T18:08:51.076Z Compiling enum-as-inner v0.6.1
14372025-02-10T18:08:51.159Z Compiling async-stream-impl v0.3.6
14382025-02-10T18:08:51.186Z Compiling rustls-pemfile v2.2.0
14392025-02-10T18:08:51.323Z Compiling num-integer v0.1.46
14402025-02-10T18:08:51.524Z Compiling hash32 v0.2.1
14412025-02-10T18:08:51.619Z Compiling ff v0.13.0
14422025-02-10T18:08:51.861Z Compiling is-terminal v0.4.13
14432025-02-10T18:08:51.889Z Compiling dropshot v0.12.0
14442025-02-10T18:08:51.984Z Compiling object v0.36.5
14452025-02-10T18:08:52.004Z Compiling smoltcp v0.9.1
14462025-02-10T18:08:52.077Z Compiling anyhow v1.0.95
14472025-02-10T18:08:52.100Z Compiling quick-error v1.2.3
14482025-02-10T18:08:52.168Z Compiling portable-atomic v1.9.0
14492025-02-10T18:08:52.248Z Compiling fallible-iterator v0.2.0
14502025-02-10T18:08:52.406Z Compiling num-bigint-dig v0.8.4
14512025-02-10T18:08:52.638Z Compiling linked-hash-map v0.5.6
14522025-02-10T18:08:52.673Z Compiling litrs v0.4.1
14532025-02-10T18:08:52.723Z Compiling base16ct v0.2.0
14542025-02-10T18:08:52.877Z Compiling psl-types v2.0.11
14552025-02-10T18:08:52.961Z Compiling rustc-demangle v0.1.24
14562025-02-10T18:08:53.060Z Compiling utf-8 v0.7.6
14572025-02-10T18:08:53.077Z Compiling take_mut v0.2.2
14582025-02-10T18:08:53.184Z Compiling publicsuffix v2.3.0
14592025-02-10T18:08:53.362Z Compiling tungstenite v0.24.0
14602025-02-10T18:08:53.536Z Compiling lru-cache v0.1.2
14612025-02-10T18:08:53.746Z Compiling sec1 v0.7.3
14622025-02-10T18:08:53.845Z Compiling document-features v0.2.10
14632025-02-10T18:08:53.910Z Compiling postgres-protocol v0.6.7
14642025-02-10T18:08:54.352Z Compiling async-stream v0.3.6
14652025-02-10T18:08:54.645Z Compiling resolv-conf v0.7.0
14662025-02-10T18:08:54.761Z Compiling hickory-proto v0.24.3
14672025-02-10T18:08:55.020Z Compiling slog-term v2.9.1
14682025-02-10T18:08:55.131Z Compiling usdt v0.5.0
14692025-02-10T18:08:55.307Z Compiling group v0.13.0
14702025-02-10T18:08:55.515Z Compiling num-iter v0.1.45
14712025-02-10T18:08:55.713Z Compiling futures v0.3.31
14722025-02-10T18:08:55.741Z Compiling slog-bunyan v2.5.0
14732025-02-10T18:08:56.973Z Compiling toml v0.8.19
14742025-02-10T18:08:57.178Z Compiling tokio-native-tls v0.3.1
14752025-02-10T18:08:57.461Z Compiling camino v1.1.9
14762025-02-10T18:08:57.464Z Compiling phf_shared v0.11.2
14772025-02-10T18:08:57.594Z Compiling dropshot_endpoint v0.12.0
14782025-02-10T18:08:57.838Z Compiling terminal_size v0.4.0
14792025-02-10T18:08:58.065Z Compiling waitgroup v0.1.2
14802025-02-10T18:08:58.288Z Compiling openapiv3 v2.0.0
14812025-02-10T18:08:58.308Z Compiling serde_path_to_error v0.1.16
14822025-02-10T18:08:58.459Z Compiling hkdf v0.12.4
14832025-02-10T18:08:58.752Z Compiling backtrace v0.3.74
14842025-02-10T18:08:59.098Z Compiling crypto-bigint v0.5.5
14852025-02-10T18:08:59.176Z Compiling curve25519-dalek-derive v0.1.1
14862025-02-10T18:09:00.623Z Compiling zerocopy-derive v0.6.6
14872025-02-10T18:09:01.804Z Compiling webpki-roots v0.26.6
14882025-02-10T18:09:01.824Z Compiling hostname v0.4.0
14892025-02-10T18:09:01.863Z Compiling hubpack_derive v0.1.1
14902025-02-10T18:09:02.006Z Compiling fs-err v2.11.0
14912025-02-10T18:09:02.051Z Compiling ahash v0.8.11
14922025-02-10T18:09:02.305Z Compiling crc32fast v1.4.2
14932025-02-10T18:09:02.325Z Compiling winnow v0.5.40
14942025-02-10T18:09:02.385Z Compiling newtype-uuid v1.2.1
14952025-02-10T18:09:02.592Z Compiling debug-ignore v1.0.5
14962025-02-10T18:09:02.635Z Compiling managed v0.8.0
14972025-02-10T18:09:02.672Z Compiling unicode-width v0.2.0
14982025-02-10T18:09:02.719Z Compiling bitflags v1.3.2
14992025-02-10T18:09:02.738Z Compiling strum_macros v0.25.3
15002025-02-10T18:09:02.823Z Compiling hubpack v0.1.2
15012025-02-10T18:09:03.205Z Compiling console v0.15.10
15022025-02-10T18:09:03.252Z Compiling clap_builder v4.5.27
15032025-02-10T18:09:03.998Z Compiling zerocopy v0.6.6
15042025-02-10T18:09:04.557Z Compiling flate2 v1.0.35
15052025-02-10T18:09:04.931Z Compiling elliptic-curve v0.13.8
15062025-02-10T18:09:05.090Z Compiling hickory-resolver v0.24.2
15072025-02-10T18:09:05.737Z Compiling toml_edit v0.19.15
15082025-02-10T18:09:05.808Z Compiling phf v0.11.2
15092025-02-10T18:09:06.093Z Compiling hyper-tls v0.6.0
15102025-02-10T18:09:06.225Z Compiling signal-hook-mio v0.2.4
15112025-02-10T18:09:06.398Z Compiling rayon v1.10.0
15122025-02-10T18:09:06.478Z Compiling cookie_store v0.21.1
15132025-02-10T18:09:06.523Z Compiling bzip2 v0.4.4
15142025-02-10T18:09:07.967Z Compiling postgres-types v0.2.8
15152025-02-10T18:09:09.321Z Compiling tokio-tungstenite v0.24.0
15162025-02-10T18:09:10.709Z Compiling ed25519 v2.2.3
15172025-02-10T18:09:10.952Z Compiling phf_shared v0.10.0
15182025-02-10T18:09:11.132Z Compiling tokio-stream v0.1.16
15192025-02-10T18:09:11.334Z Compiling pkcs1 v0.7.5
15202025-02-10T18:09:11.485Z Compiling serde-big-array v0.5.1
15212025-02-10T18:09:11.716Z Compiling rfc6979 v0.4.0
15222025-02-10T18:09:11.923Z Compiling derive-where v1.2.7
15232025-02-10T18:09:12.060Z Compiling clap_derive v4.5.24
15242025-02-10T18:09:12.282Z Compiling serde_repr v0.1.19
15252025-02-10T18:09:12.614Z Compiling float-cmp v0.9.0
15262025-02-10T18:09:12.851Z Compiling bstr v1.10.0
15272025-02-10T18:09:12.966Z Compiling sync_wrapper v1.0.1
15282025-02-10T18:09:13.035Z Compiling whoami v1.5.2
15292025-02-10T18:09:13.131Z Compiling unicode-segmentation v1.12.0
15302025-02-10T18:09:13.394Z Compiling number_prefix v0.4.0
15312025-02-10T18:09:13.593Z Compiling new_debug_unreachable v1.0.6
15322025-02-10T18:09:13.628Z Compiling fixedbitset v0.4.2
15332025-02-10T18:09:13.728Z Compiling bit-vec v0.6.3
15342025-02-10T18:09:14.046Z Compiling difflib v0.4.0
15352025-02-10T18:09:14.094Z Compiling predicates-core v1.0.8
15362025-02-10T18:09:14.142Z Compiling precomputed-hash v0.1.1
15372025-02-10T18:09:14.274Z Compiling static_assertions v1.1.0
15382025-02-10T18:09:14.388Z Compiling normalize-line-endings v0.3.0
15392025-02-10T18:09:14.408Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15402025-02-10T18:09:14.503Z Compiling predicates v3.1.2
15412025-02-10T18:09:14.529Z Compiling string_cache v0.8.7
15422025-02-10T18:09:14.912Z Compiling bit-set v0.5.3
15432025-02-10T18:09:15.165Z Compiling petgraph v0.6.5
15442025-02-10T18:09:15.193Z Compiling similar v2.6.0
15452025-02-10T18:09:15.429Z Compiling indicatif v0.17.11
15462025-02-10T18:09:16.014Z Compiling tokio-postgres v0.7.12
15472025-02-10T18:09:16.664Z Compiling clap v4.5.27
15482025-02-10T18:09:16.793Z Compiling ecdsa v0.16.9
15492025-02-10T18:09:17.329Z Compiling rsa v0.9.6
15502025-02-10T18:09:17.492Z Compiling ed25519-dalek v2.1.1
15512025-02-10T18:09:17.629Z Compiling toml v0.7.8
15522025-02-10T18:09:18.755Z Compiling zip v0.6.6
15532025-02-10T18:09:18.787Z Compiling crossterm v0.28.1
15542025-02-10T18:09:20.380Z Compiling hex v0.4.3
15552025-02-10T18:09:20.472Z Compiling x509-cert v0.2.5
15562025-02-10T18:09:20.535Z Compiling itertools v0.10.5
15572025-02-10T18:09:20.642Z Compiling lalrpop-util v0.19.12
15582025-02-10T18:09:20.973Z Compiling peg-runtime v0.8.3
15592025-02-10T18:09:20.993Z Compiling unicode-xid v0.2.6
15602025-02-10T18:09:21.191Z Compiling strum_macros v0.26.4
15612025-02-10T18:09:21.561Z Compiling xattr v1.3.1
15622025-02-10T18:09:21.616Z Compiling filetime v0.2.25
15632025-02-10T18:09:21.835Z Compiling tar v0.4.42
15642025-02-10T18:09:25.854Z Compiling strum v0.26.3
15652025-02-10T18:09:29.345Z Compiling aws-lc-sys v0.22.0
15662025-02-10T18:09:56.732Z Compiling rustls-webpki v0.102.8
15672025-02-10T18:09:59.917Z Compiling tokio-rustls v0.25.0
15682025-02-10T18:10:01.638Z Compiling tokio-rustls v0.26.0
15692025-02-10T18:10:01.884Z Compiling hyper-rustls v0.27.3
15702025-02-10T18:10:02.226Z Compiling reqwest v0.12.9
15712025-02-10T18:10:03.546Z Compiling qorb v0.2.1
15722025-02-10T18:10:06.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15732025-02-10T18:10:06.870Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15742025-02-10T18:10:11.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15752025-02-10T18:10:11.473Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15762025-02-10T18:10:11.521ZFeb 10 18:10:10.577 INFO Starting download, target: Clickhouse
15772025-02-10T18:10:11.521ZFeb 10 18:10:10.578 INFO Starting download, target: Cockroach
15782025-02-10T18:10:11.521ZFeb 10 18:10:10.578 INFO Starting download, target: Console
15792025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Starting download, target: DendriteOpenapi
15802025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Starting download, target: DendriteStub
15812025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Starting download, target: MaghemiteMgd
15822025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Starting download, target: TransceiverControl
15832025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15842025-02-10T18:10:11.524ZFeb 10 18:10:10.578 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
15852025-02-10T18:10:11.524ZFeb 10 18:10:10.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15862025-02-10T18:10:11.524ZFeb 10 18:10:10.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15872025-02-10T18:10:11.524ZFeb 10 18:10:10.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15882025-02-10T18:10:11.524ZFeb 10 18:10:10.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15892025-02-10T18:10:11.524ZFeb 10 18:10:10.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15902025-02-10T18:10:11.741ZFeb 10 18:10:10.797 INFO Download complete, target: DendriteOpenapi
15912025-02-10T18:10:11.822ZFeb 10 18:10:10.878 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15922025-02-10T18:10:12.157ZFeb 10 18:10:11.212 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15932025-02-10T18:10:12.299ZFeb 10 18:10:11.350 INFO Download complete, target: TransceiverControl
15942025-02-10T18:10:12.450ZFeb 10 18:10:11.503 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15952025-02-10T18:10:12.538ZFeb 10 18:10:11.583 INFO Download complete, target: Console
15962025-02-10T18:10:12.696ZFeb 10 18:10:11.747 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15972025-02-10T18:10:13.089ZFeb 10 18:10:12.146 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15982025-02-10T18:10:13.089ZFeb 10 18:10:12.146 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15992025-02-10T18:10:14.241ZFeb 10 18:10:13.298 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16002025-02-10T18:10:15.641ZFeb 10 18:10:14.697 INFO Download complete, target: DendriteStub
16012025-02-10T18:10:15.753ZFeb 10 18:10:14.809 INFO Download complete, target: MaghemiteMgd
16022025-02-10T18:10:20.698ZFeb 10 18:10:19.754 INFO Checking that binary works, target: Cockroach
16032025-02-10T18:10:20.858ZFeb 10 18:10:19.914 INFO Download complete, target: Cockroach
16042025-02-10T18:10:26.831ZFeb 10 18:10:25.888 INFO Checking that binary works, target: Clickhouse
16052025-02-10T18:10:26.969ZFeb 10 18:10:26.026 INFO Download complete, target: Clickhouse
16062025-02-10T18:10:26.990ZAll builder prerequisites installed successfully, and PATH looks valid
16072025-02-10T18:10:26.993Z
16082025-02-10T18:10:26.993Zreal 5:12.026395658
16092025-02-10T18:10:26.993Zuser 15:48.547855549
16102025-02-10T18:10:26.993Zsys 2:04.161417817
16112025-02-10T18:10:26.993Ztrap 0.580360909
16122025-02-10T18:10:26.993Ztflt 1.813379561
16132025-02-10T18:10:26.993Zdflt 1.774051164
16142025-02-10T18:10:26.993Zkflt 0.030727968
16152025-02-10T18:10:26.993Zlock 24:41.950454149
16162025-02-10T18:10:26.993Zslp 56:02.447598407
16172025-02-10T18:10:26.994Zlat 59.525419047
16182025-02-10T18:10:26.994Zstop 2:19.380998511
16192025-02-10T18:10:26.994Z+ banner hack-check
16202025-02-10T18:10:26.996Z
16212025-02-10T18:10:26.996Z # # ## #### # # #### # # ###### #### # #
16222025-02-10T18:10:26.996Z # # # # # # # # # # # # # # # # #
16232025-02-10T18:10:26.996Z ###### # # # #### ##### # ###### ##### # ####
16242025-02-10T18:10:26.996Z # # ###### # # # # # # # # # #
16252025-02-10T18:10:26.996Z # # # # # # # # # # # # # # # # #
16262025-02-10T18:10:26.996Z # # # # #### # # #### # # ###### #### # #
16272025-02-10T18:10:26.996Z
16282025-02-10T18:10:26.997Z+ export CARGO_INCREMENTAL=0
16292025-02-10T18:10:26.997Z+ CARGO_INCREMENTAL=0
16302025-02-10T18:10:26.997Z+ ptime -m timeout 2h cargo xtask check-features --ci
16312025-02-10T18:10:27.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16322025-02-10T18:10:30.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
16332025-02-10T18:10:30.523Z Running `target/debug/xtask check-features --ci`
16342025-02-10T18:10:30.545Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16352025-02-10T18:10:30.547Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16362025-02-10T18:10:30.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16372025-02-10T18:10:31.011Z Running `target/debug/xtask download cargo-hack`
16382025-02-10T18:10:31.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16392025-02-10T18:10:32.209Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16402025-02-10T18:10:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
16412025-02-10T18:10:36.078Z Running `target/debug/xtask-downloader cargo-hack`
16422025-02-10T18:10:36.114ZFeb 10 18:10:35.171 INFO Starting download, target: CargoHack
16432025-02-10T18:10:36.117ZFeb 10 18:10:35.172 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16442025-02-10T18:10:36.698ZFeb 10 18:10:35.755 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16452025-02-10T18:10:36.791ZFeb 10 18:10:35.848 INFO Download complete, target: CargoHack
16462025-02-10T18:10:36.794Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16472025-02-10T18:10:36.811Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16482025-02-10T18:10:36.984Zinfo: running `cargo check --bins` on api_identity (1/199)
16492025-02-10T18:10:37.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502025-02-10T18:10:37.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512025-02-10T18:10:37.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522025-02-10T18:10:37.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16532025-02-10T18:10:37.574Z
16542025-02-10T18:10:37.574Zinfo: running `cargo check --bins` on bootstore (2/199)
16552025-02-10T18:10:38.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562025-02-10T18:10:38.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572025-02-10T18:10:38.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582025-02-10T18:10:38.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16592025-02-10T18:10:38.222Z
16602025-02-10T18:10:38.223Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16612025-02-10T18:10:38.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622025-02-10T18:10:38.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632025-02-10T18:10:38.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642025-02-10T18:10:38.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16652025-02-10T18:10:38.832Z
16662025-02-10T18:10:38.832Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16672025-02-10T18:10:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682025-02-10T18:10:39.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692025-02-10T18:10:39.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702025-02-10T18:10:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16712025-02-10T18:10:39.447Z
16722025-02-10T18:10:39.447Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16732025-02-10T18:10:39.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742025-02-10T18:10:39.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752025-02-10T18:10:39.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762025-02-10T18:10:39.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772025-02-10T18:10:39.868Z
16782025-02-10T18:10:39.868Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16792025-02-10T18:10:40.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802025-02-10T18:10:40.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812025-02-10T18:10:40.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822025-02-10T18:10:40.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16832025-02-10T18:10:40.296Z
16842025-02-10T18:10:40.296Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16852025-02-10T18:10:40.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862025-02-10T18:10:40.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872025-02-10T18:10:40.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882025-02-10T18:10:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892025-02-10T18:10:40.720Z
16902025-02-10T18:10:40.720Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
16912025-02-10T18:10:41.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922025-02-10T18:10:41.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932025-02-10T18:10:41.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942025-02-10T18:10:41.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952025-02-10T18:10:41.142Z
16962025-02-10T18:10:41.142Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
16972025-02-10T18:10:41.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982025-02-10T18:10:41.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992025-02-10T18:10:41.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002025-02-10T18:10:41.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012025-02-10T18:10:41.562Z
17022025-02-10T18:10:41.562Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17032025-02-10T18:10:41.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042025-02-10T18:10:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052025-02-10T18:10:41.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062025-02-10T18:10:41.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072025-02-10T18:10:41.983Z
17082025-02-10T18:10:41.983Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17092025-02-10T18:10:42.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102025-02-10T18:10:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112025-02-10T18:10:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122025-02-10T18:10:42.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132025-02-10T18:10:42.405Z
17142025-02-10T18:10:42.405Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17152025-02-10T18:10:42.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162025-02-10T18:10:42.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172025-02-10T18:10:42.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182025-02-10T18:10:42.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192025-02-10T18:10:42.825Z
17202025-02-10T18:10:42.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17212025-02-10T18:10:43.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222025-02-10T18:10:43.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232025-02-10T18:10:43.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242025-02-10T18:10:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252025-02-10T18:10:43.253Z
17262025-02-10T18:10:43.253Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17272025-02-10T18:10:43.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282025-02-10T18:10:43.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292025-02-10T18:10:43.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302025-02-10T18:10:43.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17312025-02-10T18:10:43.684Z
17322025-02-10T18:10:43.684Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17332025-02-10T18:10:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342025-02-10T18:10:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352025-02-10T18:10:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362025-02-10T18:10:44.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372025-02-10T18:10:44.114Z
17382025-02-10T18:10:44.114Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17392025-02-10T18:10:44.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-02-10T18:10:44.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-02-10T18:10:44.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-02-10T18:10:44.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432025-02-10T18:10:44.542Z
17442025-02-10T18:10:44.542Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17452025-02-10T18:10:44.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-02-10T18:10:44.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-02-10T18:10:44.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-02-10T18:10:44.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492025-02-10T18:10:44.976Z
17502025-02-10T18:10:44.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17512025-02-10T18:10:45.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-02-10T18:10:45.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-02-10T18:10:45.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-02-10T18:10:45.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552025-02-10T18:10:45.403Z
17562025-02-10T18:10:45.403Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17572025-02-10T18:10:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-02-10T18:10:45.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-02-10T18:10:45.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-02-10T18:10:45.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17612025-02-10T18:10:45.826Z
17622025-02-10T18:10:45.826Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17632025-02-10T18:10:46.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-02-10T18:10:46.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-02-10T18:10:46.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-02-10T18:10:46.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17672025-02-10T18:10:46.249Z
17682025-02-10T18:10:46.249Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17692025-02-10T18:10:46.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-02-10T18:10:46.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-02-10T18:10:46.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-02-10T18:10:46.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17732025-02-10T18:10:46.677Z
17742025-02-10T18:10:46.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17752025-02-10T18:10:47.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-02-10T18:10:47.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-02-10T18:10:47.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-02-10T18:10:47.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17792025-02-10T18:10:47.104Z
17802025-02-10T18:10:47.104Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17812025-02-10T18:10:47.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-02-10T18:10:47.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-02-10T18:10:47.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-02-10T18:10:47.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17852025-02-10T18:10:47.533Z
17862025-02-10T18:10:47.533Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
17872025-02-10T18:10:47.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-02-10T18:10:47.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-02-10T18:10:47.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-02-10T18:10:47.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17912025-02-10T18:10:47.962Z
17922025-02-10T18:10:47.962Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
17932025-02-10T18:10:48.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-02-10T18:10:48.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-02-10T18:10:48.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-02-10T18:10:48.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17972025-02-10T18:10:48.391Z
17982025-02-10T18:10:48.391Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
17992025-02-10T18:10:48.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-02-10T18:10:48.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-02-10T18:10:48.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-02-10T18:10:48.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18032025-02-10T18:10:48.820Z
18042025-02-10T18:10:48.820Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18052025-02-10T18:10:49.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-02-10T18:10:49.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-02-10T18:10:49.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082025-02-10T18:10:49.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18092025-02-10T18:10:49.246Z
18102025-02-10T18:10:49.246Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18112025-02-10T18:10:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122025-02-10T18:10:49.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132025-02-10T18:10:49.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142025-02-10T18:10:49.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18152025-02-10T18:10:49.675Z
18162025-02-10T18:10:49.675Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18172025-02-10T18:10:50.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182025-02-10T18:10:50.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192025-02-10T18:10:50.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202025-02-10T18:10:50.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18212025-02-10T18:10:50.098Z
18222025-02-10T18:10:50.098Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18232025-02-10T18:10:50.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242025-02-10T18:10:50.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252025-02-10T18:10:50.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262025-02-10T18:10:50.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18272025-02-10T18:10:50.523Z
18282025-02-10T18:10:50.523Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18292025-02-10T18:10:50.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302025-02-10T18:10:50.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312025-02-10T18:10:50.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322025-02-10T18:10:50.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18332025-02-10T18:10:50.944Z
18342025-02-10T18:10:50.944Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18352025-02-10T18:10:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362025-02-10T18:10:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372025-02-10T18:10:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382025-02-10T18:10:51.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18392025-02-10T18:10:51.367Z
18402025-02-10T18:10:51.367Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18412025-02-10T18:10:51.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422025-02-10T18:10:51.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432025-02-10T18:10:51.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442025-02-10T18:10:51.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18452025-02-10T18:10:51.791Z
18462025-02-10T18:10:51.791Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18472025-02-10T18:10:52.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482025-02-10T18:10:52.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492025-02-10T18:10:52.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502025-02-10T18:10:52.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18512025-02-10T18:10:52.215Z
18522025-02-10T18:10:52.215Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18532025-02-10T18:10:52.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542025-02-10T18:10:52.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552025-02-10T18:10:52.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562025-02-10T18:10:52.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18572025-02-10T18:10:52.644Z
18582025-02-10T18:10:52.644Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18592025-02-10T18:10:53.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602025-02-10T18:10:53.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612025-02-10T18:10:53.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622025-02-10T18:10:53.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18632025-02-10T18:10:53.084Z
18642025-02-10T18:10:53.084Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18652025-02-10T18:10:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662025-02-10T18:10:53.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672025-02-10T18:10:53.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682025-02-10T18:10:53.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18692025-02-10T18:10:53.514Z
18702025-02-10T18:10:53.514Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18712025-02-10T18:10:53.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722025-02-10T18:10:53.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732025-02-10T18:10:53.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742025-02-10T18:10:53.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18752025-02-10T18:10:53.950Z
18762025-02-10T18:10:53.950Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18772025-02-10T18:10:54.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782025-02-10T18:10:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792025-02-10T18:10:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802025-02-10T18:10:54.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18812025-02-10T18:10:54.376Z
18822025-02-10T18:10:54.376Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18832025-02-10T18:10:54.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842025-02-10T18:10:54.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852025-02-10T18:10:54.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862025-02-10T18:10:54.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18872025-02-10T18:10:54.814Z
18882025-02-10T18:10:54.814Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
18892025-02-10T18:10:55.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902025-02-10T18:10:55.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912025-02-10T18:10:55.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922025-02-10T18:10:55.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18932025-02-10T18:10:55.253Z
18942025-02-10T18:10:55.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
18952025-02-10T18:10:55.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962025-02-10T18:10:55.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972025-02-10T18:10:55.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982025-02-10T18:10:55.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18992025-02-10T18:10:55.692Z
19002025-02-10T18:10:55.692Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19012025-02-10T18:10:56.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022025-02-10T18:10:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032025-02-10T18:10:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042025-02-10T18:10:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19052025-02-10T18:10:56.127Z
19062025-02-10T18:10:56.127Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19072025-02-10T18:10:56.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082025-02-10T18:10:56.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092025-02-10T18:10:56.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102025-02-10T18:10:56.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19112025-02-10T18:10:56.560Z
19122025-02-10T18:10:56.560Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19132025-02-10T18:10:57.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142025-02-10T18:10:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152025-02-10T18:10:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162025-02-10T18:10:57.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19172025-02-10T18:10:57.202Z
19182025-02-10T18:10:57.202Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19192025-02-10T18:10:57.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202025-02-10T18:10:57.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212025-02-10T18:10:57.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222025-02-10T18:10:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19232025-02-10T18:10:57.840Z
19242025-02-10T18:10:57.840Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19252025-02-10T18:10:58.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262025-02-10T18:10:58.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272025-02-10T18:10:58.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282025-02-10T18:10:58.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19292025-02-10T18:10:58.479Z
19302025-02-10T18:10:58.479Zinfo: running `cargo check --bins` on oxlog (48/199)
19312025-02-10T18:10:59.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322025-02-10T18:10:59.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332025-02-10T18:10:59.100Z Checking cfg-if v1.0.0
19342025-02-10T18:10:59.103Z Checking libc v0.2.169
19352025-02-10T18:10:59.212Z Checking serde v1.0.217
19362025-02-10T18:10:59.215Z Checking zeroize v1.8.1
19372025-02-10T18:10:59.231Z Checking memchr v2.7.4
19382025-02-10T18:10:59.243Z Checking typenum v1.17.0
19392025-02-10T18:10:59.245Z Checking subtle v2.6.1
19402025-02-10T18:10:59.256Z Checking scopeguard v1.2.0
19412025-02-10T18:10:59.281Z Checking value-bag v1.9.0
19422025-02-10T18:10:59.413Z Checking lock_api v0.4.12
19432025-02-10T18:10:59.446Z Checking smallvec v1.13.2
19442025-02-10T18:10:59.501Z Checking const-oid v0.9.6
19452025-02-10T18:10:59.651Z Checking log v0.4.22
19462025-02-10T18:10:59.769Z Checking itoa v1.0.11
19472025-02-10T18:10:59.790Z Checking pin-project-lite v0.2.14
19482025-02-10T18:10:59.948Z Checking byteorder v1.5.0
19492025-02-10T18:11:00.037Z Checking once_cell v1.20.2
19502025-02-10T18:11:00.067Z Checking futures-core v0.3.31
19512025-02-10T18:11:00.127Z Checking stable_deref_trait v1.2.0
19522025-02-10T18:11:00.246Z Checking getrandom v0.2.15
19532025-02-10T18:11:00.246Z Checking parking_lot_core v0.9.10
19542025-02-10T18:11:00.253Z Checking signal-hook-registry v1.4.2
19552025-02-10T18:11:00.301Z Checking generic-array v0.14.7
19562025-02-10T18:11:00.317Z Checking mio v1.0.2
19572025-02-10T18:11:00.320Z Checking cpufeatures v0.2.14
19582025-02-10T18:11:00.422Z Checking futures-sink v0.3.31
19592025-02-10T18:11:00.482Z Checking rand_core v0.6.4
19602025-02-10T18:11:00.498Z Checking socket2 v0.5.7
19612025-02-10T18:11:00.570Z Checking zerocopy v0.7.35
19622025-02-10T18:11:00.610Z Checking parking_lot v0.12.3
19632025-02-10T18:11:00.784Z Checking zerofrom v0.1.4
19642025-02-10T18:11:00.876Z Checking spin v0.9.8
19652025-02-10T18:11:00.946Z Checking slab v0.4.9
19662025-02-10T18:11:00.965Z Checking futures-channel v0.3.31
19672025-02-10T18:11:00.999Z Checking yoke v0.7.4
19682025-02-10T18:11:01.197Z Checking futures-task v0.3.31
19692025-02-10T18:11:01.200Z Checking pin-utils v0.1.0
19702025-02-10T18:11:01.304Z Checking zerovec v0.10.4
19712025-02-10T18:11:01.322Z Checking futures-io v0.3.31
19722025-02-10T18:11:01.325Z Checking allocator-api2 v0.2.18
19732025-02-10T18:11:01.351Z Checking crypto-common v0.1.6
19742025-02-10T18:11:01.385Z Checking block-buffer v0.10.4
19752025-02-10T18:11:01.421Z Checking foldhash v0.1.3
19762025-02-10T18:11:01.496Z Checking equivalent v1.0.1
19772025-02-10T18:11:01.530Z Checking futures-util v0.3.31
19782025-02-10T18:11:01.609Z Checking block-padding v0.3.3
19792025-02-10T18:11:01.625Z Checking digest v0.10.7
19802025-02-10T18:11:01.640Z Checking ryu v1.0.18
19812025-02-10T18:11:01.778Z Checking fnv v1.0.7
19822025-02-10T18:11:01.815Z Checking inout v0.1.3
19832025-02-10T18:11:01.874Z Checking writeable v0.5.5
19842025-02-10T18:11:01.912Z Checking litemap v0.7.3
19852025-02-10T18:11:01.915Z Checking hashbrown v0.15.1
19862025-02-10T18:11:01.990Z Checking hmac v0.12.1
19872025-02-10T18:11:02.038Z Checking cipher v0.4.4
19882025-02-10T18:11:02.191Z Checking sha2 v0.10.8
19892025-02-10T18:11:02.210Z Checking libm v0.2.8
19902025-02-10T18:11:02.234Z Checking base64ct v1.6.0
19912025-02-10T18:11:02.425Z Checking ppv-lite86 v0.2.20
19922025-02-10T18:11:02.661Z Checking pem-rfc7468 v0.7.0
19932025-02-10T18:11:02.759Z Checking flagset v0.4.6
19942025-02-10T18:11:02.849Z Checking tinystr v0.7.6
19952025-02-10T18:11:02.920Z Checking icu_locid_transform_data v1.5.0
19962025-02-10T18:11:02.937Z Checking icu_collections v1.5.0
19972025-02-10T18:11:02.952Z Checking der v0.7.9
19982025-02-10T18:11:03.034Z Checking tracing-core v0.1.32
19992025-02-10T18:11:03.106Z Checking num-traits v0.2.19
20002025-02-10T18:11:03.121Z Checking rand_chacha v0.3.1
20012025-02-10T18:11:03.190Z Checking icu_locid v1.5.0
20022025-02-10T18:11:03.541Z Checking thiserror v1.0.69
20032025-02-10T18:11:03.592Z Checking percent-encoding v2.3.1
20042025-02-10T18:11:03.649Z Checking icu_properties_data v1.5.0
20052025-02-10T18:11:03.675Z Checking rustls-pki-types v1.10.0
20062025-02-10T18:11:03.762Z Checking bytes v1.9.0
20072025-02-10T18:11:03.822Z Checking indexmap v2.7.1
20082025-02-10T18:11:03.898Z Checking serde_json v1.0.135
20092025-02-10T18:11:04.108Z Checking icu_provider v1.5.0
20102025-02-10T18:11:04.237Z Checking bitflags v2.6.0
20112025-02-10T18:11:04.535Z Checking tracing v0.1.40
20122025-02-10T18:11:04.574Z Checking tokio v1.43.0
20132025-02-10T18:11:04.612Z Checking http v1.2.0
20142025-02-10T18:11:04.629Z Checking spki v0.7.3
20152025-02-10T18:11:04.724Z Checking icu_locid_transform v1.5.0
20162025-02-10T18:11:04.866Z Checking rand v0.8.5
20172025-02-10T18:11:04.899Z Checking salsa20 v0.10.2
20182025-02-10T18:11:04.987Z Checking pbkdf2 v0.12.2
20192025-02-10T18:11:05.116Z Checking aws-lc-sys v0.22.0
20202025-02-10T18:11:05.148Z Checking httparse v1.9.5
20212025-02-10T18:11:05.546Z Checking powerfmt v0.2.0
20222025-02-10T18:11:05.589Z Checking untrusted v0.7.1
20232025-02-10T18:11:05.689Z Checking icu_properties v1.5.1
20242025-02-10T18:11:05.760Z Checking icu_normalizer_data v1.5.0
20252025-02-10T18:11:05.823Z Checking utf16_iter v1.0.5
20262025-02-10T18:11:05.861Z Checking mirai-annotations v1.12.0
20272025-02-10T18:11:05.887Z Checking write16 v1.0.0
20282025-02-10T18:11:05.994Z Checking untrusted v0.9.0
20292025-02-10T18:11:05.996Z Checking utf8_iter v1.0.4
20302025-02-10T18:11:06.023Z Checking deranged v0.3.11
20312025-02-10T18:11:06.023Z Checking scrypt v0.11.0
20322025-02-10T18:11:06.050Z Checking cbc v0.1.2
20332025-02-10T18:11:06.146Z Checking ring v0.17.8
20342025-02-10T18:11:06.190Z Checking aes v0.8.4
20352025-02-10T18:11:06.246Z Checking crossbeam-utils v0.8.20
20362025-02-10T18:11:06.264Z Checking tinyvec_macros v0.1.1
20372025-02-10T18:11:06.351Z Checking num_threads v0.1.7
20382025-02-10T18:11:06.478Z Checking time-core v0.1.2
20392025-02-10T18:11:06.648Z Checking num-conv v0.1.0
20402025-02-10T18:11:06.896Z Checking atomic-waker v1.1.2
20412025-02-10T18:11:06.964Z Checking tinyvec v1.8.0
20422025-02-10T18:11:07.046Z Checking http-body v1.0.1
20432025-02-10T18:11:07.064Z Checking pkcs5 v0.7.1
20442025-02-10T18:11:07.125Z Checking aws-lc-rs v1.10.0
20452025-02-10T18:11:07.247Z Checking form_urlencoded v1.2.1
20462025-02-10T18:11:07.282Z Checking time v0.3.36
20472025-02-10T18:11:07.462Z Checking try-lock v0.2.5
20482025-02-10T18:11:07.569Z Checking pkcs8 v0.10.2
20492025-02-10T18:11:07.615Z Checking want v0.3.1
20502025-02-10T18:11:07.806Z Checking uuid v1.12.0
20512025-02-10T18:11:07.882Z Checking httpdate v1.0.3
20522025-02-10T18:11:07.902Z Checking unicode-ident v1.0.14
20532025-02-10T18:11:08.086Z Checking proc-macro2 v1.0.92
20542025-02-10T18:11:08.146Z Checking toml_datetime v0.6.8
20552025-02-10T18:11:08.294Z Checking serde_spanned v0.6.8
20562025-02-10T18:11:08.433Z Checking slog v2.7.0
20572025-02-10T18:11:08.451Z Checking scroll v0.12.0
20582025-02-10T18:11:08.500Z Checking base64 v0.22.1
20592025-02-10T18:11:08.771Z Checking iana-time-zone v0.1.61
20602025-02-10T18:11:08.804Z Checking rustls-webpki v0.102.8
20612025-02-10T18:11:08.872Z Checking foreign-types-shared v0.1.1
20622025-02-10T18:11:08.888Z Checking tower-service v0.3.3
20632025-02-10T18:11:08.936Z Checking match_cfg v0.1.0
20642025-02-10T18:11:08.954Z Checking icu_normalizer v1.5.0
20652025-02-10T18:11:08.970Z Checking plain v0.2.3
20662025-02-10T18:11:08.987Z Checking adler2 v2.0.0
20672025-02-10T18:11:09.008Z Checking ucd-trie v0.1.7
20682025-02-10T18:11:09.029Z Checking hostname v0.3.1
20692025-02-10T18:11:09.122Z Checking goblin v0.8.2
20702025-02-10T18:11:09.142Z Checking miniz_oxide v0.8.0
20712025-02-10T18:11:09.158Z Checking foreign-types v0.3.2
20722025-02-10T18:11:09.219Z Checking pest v2.7.14
20732025-02-10T18:11:09.255Z Checking chrono v0.4.39
20742025-02-10T18:11:09.557Z Checking quote v1.0.38
20752025-02-10T18:11:09.636Z Checking openssl-sys v0.9.105
20762025-02-10T18:11:09.726Z Checking idna_adapter v1.2.0
20772025-02-10T18:11:09.828Z Checking errno v0.3.9
20782025-02-10T18:11:09.876Z Checking dirs-sys-next v0.1.2
20792025-02-10T18:11:09.935Z Checking idna v1.0.3
20802025-02-10T18:11:09.998Z Checking aho-corasick v1.1.3
20812025-02-10T18:11:10.068Z Checking pretty-hex v0.4.1
20822025-02-10T18:11:10.252Z Checking data-encoding v2.6.0
20832025-02-10T18:11:10.424Z Checking url v2.5.3
20842025-02-10T18:11:10.779Z Checking siphasher v0.3.11
20852025-02-10T18:11:10.807Z Checking regex-syntax v0.8.5
20862025-02-10T18:11:11.080Z Compiling newtype-uuid v1.2.1
20872025-02-10T18:11:11.126Z Checking openssl v0.10.70
20882025-02-10T18:11:11.212Z Checking dirs-next v2.0.0
20892025-02-10T18:11:11.264Z Checking tokio-util v0.7.12
20902025-02-10T18:11:11.344Z Checking rustix v0.38.37
20912025-02-10T18:11:11.385Z Checking syn v2.0.96
20922025-02-10T18:11:11.633Z Checking unicode-normalization v0.1.24
20932025-02-10T18:11:11.741Z Checking dtrace-parser v0.2.0
20942025-02-10T18:11:12.102Z Checking h2 v0.4.6
20952025-02-10T18:11:12.189Z Checking http-body-util v0.1.2
20962025-02-10T18:11:12.542Z Checking crossbeam-epoch v0.9.18
20972025-02-10T18:11:12.632Z Checking sha1 v0.10.6
20982025-02-10T18:11:12.934Z Checking signature v2.2.0
20992025-02-10T18:11:12.953Z Checking thread_local v1.1.8
21002025-02-10T18:11:13.148Z Checking thread-id v4.2.2
21012025-02-10T18:11:13.232Z Checking encoding_rs v0.8.34
21022025-02-10T18:11:13.268Z Checking winnow v0.6.20
21032025-02-10T18:11:14.024Z Checking dof v0.3.0
21042025-02-10T18:11:14.080Z Checking regex-automata v0.4.8
21052025-02-10T18:11:14.391Z Checking gimli v0.31.1
21062025-02-10T18:11:14.570Z Checking ipnet v2.10.1
21072025-02-10T18:11:15.039Z Checking unicode-properties v0.1.3
21082025-02-10T18:11:15.425Z Checking utf8parse v0.2.2
21092025-02-10T18:11:15.544Z Checking mime v0.3.17
21102025-02-10T18:11:15.584Z Checking anstyle v1.0.10
21112025-02-10T18:11:15.870Z Checking either v1.13.0
21122025-02-10T18:11:15.933Z Checking openssl-probe v0.1.5
21132025-02-10T18:11:15.950Z Checking unicode-bidi v0.3.17
21142025-02-10T18:11:16.102Z Checking toml_edit v0.22.22
21152025-02-10T18:11:16.221Z Checking anstyle-parse v0.2.5
21162025-02-10T18:11:16.241Z Checking native-tls v0.2.12
21172025-02-10T18:11:16.504Z Checking crossbeam-deque v0.8.5
21182025-02-10T18:11:16.556Z Checking term v0.7.0
21192025-02-10T18:11:16.573Z Checking stringprep v0.1.5
21202025-02-10T18:11:16.823Z Checking slog-json v2.6.1
21212025-02-10T18:11:16.863Z Checking rustls v0.23.19
21222025-02-10T18:11:16.960Z Checking rustls v0.22.4
21232025-02-10T18:11:17.094Z Checking serde_urlencoded v0.7.1
21242025-02-10T18:11:17.258Z Checking usdt-impl v0.5.0
21252025-02-10T18:11:17.491Z Checking crossbeam-channel v0.5.13
21262025-02-10T18:11:17.809Z Checking futures-executor v0.3.31
21272025-02-10T18:11:18.071Z Checking num-integer v0.1.46
21282025-02-10T18:11:18.107Z Checking addr2line v0.24.2
21292025-02-10T18:11:18.162Z Checking rustls-pemfile v2.2.0
21302025-02-10T18:11:18.215Z Checking hyper v1.5.2
21312025-02-10T18:11:18.354Z Checking md-5 v0.10.6
21322025-02-10T18:11:18.383Z Checking ff v0.13.0
21332025-02-10T18:11:18.552Z Checking hash32 v0.2.1
21342025-02-10T18:11:18.588Z Checking memmap v0.7.0
21352025-02-10T18:11:18.603Z Checking is-terminal v0.4.13
21362025-02-10T18:11:18.619Z Checking object v0.36.5
21372025-02-10T18:11:18.658Z Checking linked-hash-map v0.5.6
21382025-02-10T18:11:18.728Z Checking dyn-clone v1.0.17
21392025-02-10T18:11:18.796Z Checking anstyle-query v1.1.1
21402025-02-10T18:11:18.825Z Checking utf-8 v0.7.6
21412025-02-10T18:11:18.874Z Checking is_terminal_polyfill v1.70.1
21422025-02-10T18:11:18.935Z Checking rustc-demangle v0.1.24
21432025-02-10T18:11:18.954Z Checking fallible-iterator v0.2.0
21442025-02-10T18:11:18.997Z Checking colorchoice v1.0.2
21452025-02-10T18:11:19.032Z Checking base16ct v0.2.0
21462025-02-10T18:11:19.144Z Checking psl-types v2.0.11
21472025-02-10T18:11:19.248Z Checking quick-error v1.2.3
21482025-02-10T18:11:19.341Z Checking take_mut v0.2.2
21492025-02-10T18:11:19.356Z Checking publicsuffix v2.3.0
21502025-02-10T18:11:19.396Z Checking resolv-conf v0.7.0
21512025-02-10T18:11:19.482Z Checking slog-async v2.8.0
21522025-02-10T18:11:19.522Z Checking postgres-protocol v0.6.7
21532025-02-10T18:11:19.626Z Checking sec1 v0.7.3
21542025-02-10T18:11:19.726Z Checking anstream v0.6.15
21552025-02-10T18:11:19.778Z Checking tungstenite v0.24.0
21562025-02-10T18:11:19.990Z Checking lru-cache v0.1.2
21572025-02-10T18:11:20.077Z Checking hyper-util v0.1.10
21582025-02-10T18:11:20.107Z Checking schemars v0.8.21
21592025-02-10T18:11:20.159Z Checking heapless v0.7.17
21602025-02-10T18:11:20.175Z Checking usdt v0.5.0
21612025-02-10T18:11:20.266Z Checking tokio-rustls v0.25.0
21622025-02-10T18:11:20.425Z Checking slog-term v2.9.1
21632025-02-10T18:11:20.635Z Checking toml v0.8.19
21642025-02-10T18:11:20.639Z Checking group v0.13.0
21652025-02-10T18:11:20.902Z Checking num-iter v0.1.45
21662025-02-10T18:11:20.919Z Checking futures v0.3.31
21672025-02-10T18:11:21.029Z Checking slog-bunyan v2.5.0
21682025-02-10T18:11:21.066Z Checking rayon-core v1.12.1
21692025-02-10T18:11:21.086Z Checking tokio-native-tls v0.3.1
21702025-02-10T18:11:21.187Z Checking multer v3.1.0
21712025-02-10T18:11:21.313Z Checking hickory-proto v0.24.3
21722025-02-10T18:11:21.348Z Checking terminal_size v0.4.0
21732025-02-10T18:11:21.573Z Checking phf_shared v0.11.2
21742025-02-10T18:11:21.625Z Checking cookie v0.18.1
21752025-02-10T18:11:21.724Z Checking async-stream v0.3.6
21762025-02-10T18:11:21.773Z Checking bzip2-sys v0.1.11+1.0.8
21772025-02-10T18:11:21.846Z Checking waitgroup v0.1.2
21782025-02-10T18:11:21.900Z Checking tokio-rustls v0.26.0
21792025-02-10T18:11:21.917Z Checking signal-hook v0.3.17
21802025-02-10T18:11:21.932Z Checking camino v1.1.9
21812025-02-10T18:11:21.983Z Checking openapiv3 v2.0.0
21822025-02-10T18:11:21.999Z Checking webpki-roots v0.26.6
21832025-02-10T18:11:22.051Z Checking serde_path_to_error v0.1.16
21842025-02-10T18:11:22.208Z Checking hkdf v0.12.4
21852025-02-10T18:11:22.268Z Checking crypto-bigint v0.5.5
21862025-02-10T18:11:22.270Z Checking lazy_static v1.5.0
21872025-02-10T18:11:22.392Z Checking hostname v0.4.0
21882025-02-10T18:11:22.415Z Checking crc32fast v1.4.2
21892025-02-10T18:11:22.431Z Checking clap_lex v0.7.4
21902025-02-10T18:11:22.542Z Checking winnow v0.5.40
21912025-02-10T18:11:22.651Z Checking debug-ignore v1.0.5
21922025-02-10T18:11:22.653Z Checking strsim v0.11.1
21932025-02-10T18:11:22.683Z Checking bitflags v1.3.2
21942025-02-10T18:11:22.786Z Checking unicode-width v0.2.0
21952025-02-10T18:11:22.803Z Checking managed v0.8.0
21962025-02-10T18:11:22.947Z Checking clap_builder v4.5.27
21972025-02-10T18:11:23.183Z Checking smoltcp v0.9.1
21982025-02-10T18:11:23.316Z Checking console v0.15.10
21992025-02-10T18:11:23.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22002025-02-10T18:11:24.160Z Checking flate2 v1.0.35
22012025-02-10T18:11:24.563Z Checking backtrace v0.3.74
22022025-02-10T18:11:24.606Z Checking num-bigint-dig v0.8.4
22032025-02-10T18:11:24.768Z Checking signal-hook-mio v0.2.4
22042025-02-10T18:11:24.921Z Checking hyper-rustls v0.27.3
22052025-02-10T18:11:24.979Z Checking elliptic-curve v0.13.8
22062025-02-10T18:11:25.114Z Checking dropshot v0.12.0
22072025-02-10T18:11:25.137Z Checking anyhow v1.0.95
22082025-02-10T18:11:25.208Z Checking toml_edit v0.19.15
22092025-02-10T18:11:25.242Z Checking cookie_store v0.21.1
22102025-02-10T18:11:25.515Z Checking hyper-tls v0.6.0
22112025-02-10T18:11:25.569Z Checking bzip2 v0.4.4
22122025-02-10T18:11:25.781Z Checking phf v0.11.2
22132025-02-10T18:11:25.828Z Checking hickory-resolver v0.24.2
22142025-02-10T18:11:25.868Z Checking rayon v1.10.0
22152025-02-10T18:11:25.885Z Checking tokio-tungstenite v0.24.0
22162025-02-10T18:11:25.902Z Checking postgres-types v0.2.8
22172025-02-10T18:11:26.033Z Checking regex v1.11.1
22182025-02-10T18:11:26.322Z Checking bstr v1.10.0
22192025-02-10T18:11:26.539Z Checking ed25519 v2.2.3
22202025-02-10T18:11:26.607Z Checking tokio-stream v0.1.16
22212025-02-10T18:11:26.609Z Checking phf_shared v0.10.0
22222025-02-10T18:11:26.862Z Checking curve25519-dalek v4.1.3
22232025-02-10T18:11:26.878Z Checking zerocopy v0.6.6
22242025-02-10T18:11:27.195Z Checking hubpack v0.1.2
22252025-02-10T18:11:27.368Z Checking portable-atomic v1.9.0
22262025-02-10T18:11:27.384Z Checking pkcs1 v0.7.5
22272025-02-10T18:11:27.503Z Checking float-cmp v0.9.0
22282025-02-10T18:11:27.547Z Checking serde-big-array v0.5.1
22292025-02-10T18:11:27.623Z Checking rfc6979 v0.4.0
22302025-02-10T18:11:27.698Z Checking sync_wrapper v1.0.1
22312025-02-10T18:11:27.769Z Checking whoami v1.5.2
22322025-02-10T18:11:27.785Z Checking minimal-lexical v0.2.1
22332025-02-10T18:11:27.799Z Checking bit-vec v0.6.3
22342025-02-10T18:11:27.850Z Checking number_prefix v0.4.0
22352025-02-10T18:11:28.057Z Checking predicates-core v1.0.8
22362025-02-10T18:11:28.082Z Checking static_assertions v1.1.0
22372025-02-10T18:11:28.143Z Checking new_debug_unreachable v1.0.6
22382025-02-10T18:11:28.185Z Checking unicode-segmentation v1.12.0
22392025-02-10T18:11:28.202Z Checking precomputed-hash v0.1.1
22402025-02-10T18:11:28.243Z Checking normalize-line-endings v0.3.0
22412025-02-10T18:11:28.258Z Checking fixedbitset v0.4.2
22422025-02-10T18:11:28.315Z Checking difflib v0.4.0
22432025-02-10T18:11:28.360Z Checking string_cache v0.8.7
22442025-02-10T18:11:28.374Z Checking nom v7.1.3
22452025-02-10T18:11:28.511Z Checking petgraph v0.6.5
22462025-02-10T18:11:28.543Z Checking qorb v0.2.1
22472025-02-10T18:11:28.616Z Checking ed25519-dalek v2.1.1
22482025-02-10T18:11:28.633Z Checking predicates v3.1.2
22492025-02-10T18:11:28.636Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22502025-02-10T18:11:28.858Z Checking similar v2.6.0
22512025-02-10T18:11:29.030Z Checking bit-set v0.5.3
22522025-02-10T18:11:29.230Z Checking tokio-postgres v0.7.12
22532025-02-10T18:11:29.291Z Checking reqwest v0.12.9
22542025-02-10T18:11:29.319Z Checking indicatif v0.17.11
22552025-02-10T18:11:29.669Z Checking ecdsa v0.16.9
22562025-02-10T18:11:30.068Z Checking rsa v0.9.6
22572025-02-10T18:11:30.389Z Checking toml v0.7.8
22582025-02-10T18:11:30.947Z Checking clap v4.5.27
22592025-02-10T18:11:30.995Z Checking zip v0.6.6
22602025-02-10T18:11:31.053Z Checking crossterm v0.28.1
22612025-02-10T18:11:31.086Z Checking itertools v0.12.1
22622025-02-10T18:11:31.086Z Checking itertools v0.10.5
22632025-02-10T18:11:31.324Z Checking fs-err v2.11.0
22642025-02-10T18:11:31.435Z Checking ahash v0.8.11
22652025-02-10T18:11:31.674Z Checking x509-cert v0.2.5
22662025-02-10T18:11:31.868Z Checking semver v1.0.24
22672025-02-10T18:11:31.893Z Checking hex v0.4.3
22682025-02-10T18:11:32.032Z Checking lalrpop-util v0.19.12
22692025-02-10T18:11:32.271Z Checking peg-runtime v0.8.3
22702025-02-10T18:11:32.329Z Checking sigpipe v0.1.3
22712025-02-10T18:11:33.259Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22722025-02-10T18:11:33.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s
22732025-02-10T18:11:33.740Z
22742025-02-10T18:11:33.740Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22752025-02-10T18:11:34.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762025-02-10T18:11:34.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772025-02-10T18:11:34.398Z Compiling hashbrown v0.14.5
22782025-02-10T18:11:34.519Z Checking heck v0.5.0
22792025-02-10T18:11:34.531Z Compiling unsafe-libyaml v0.2.11
22802025-02-10T18:11:34.544Z Checking ipnetwork v0.20.0
22812025-02-10T18:11:34.555Z Compiling ident_case v1.0.1
22822025-02-10T18:11:34.570Z Checking progenitor-client v0.8.0
22832025-02-10T18:11:34.584Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842025-02-10T18:11:34.684Z Compiling darling_core v0.20.10
22852025-02-10T18:11:34.728Z Checking newtype-uuid v1.2.1
22862025-02-10T18:11:34.876Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22872025-02-10T18:11:34.902Z Compiling proc-macro-crate v1.3.1
22882025-02-10T18:11:34.965Z Compiling structmeta-derive v0.3.0
22892025-02-10T18:11:34.983Z Compiling thiserror v2.0.11
22902025-02-10T18:11:35.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22912025-02-10T18:11:35.483Z Checking regress v0.10.1
22922025-02-10T18:11:35.611Z Compiling lzma-sys v0.1.20
22932025-02-10T18:11:35.814Z Compiling serde_yaml v0.9.34+deprecated
22942025-02-10T18:11:35.915Z Compiling num_enum_derive v0.5.11
22952025-02-10T18:11:36.306Z Compiling thiserror-impl v2.0.11
22962025-02-10T18:11:36.344Z Compiling foreign-types-macros v0.2.3
22972025-02-10T18:11:37.616Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22982025-02-10T18:11:37.632Z Compiling structmeta v0.3.0
22992025-02-10T18:11:38.034Z Compiling dropshot v0.15.1
23002025-02-10T18:11:38.274Z Checking foreign-types-shared v0.3.1
23012025-02-10T18:11:38.358Z Checking arc-swap v1.7.1
23022025-02-10T18:11:38.407Z Checking foreign-types v0.5.0
23032025-02-10T18:11:38.595Z Checking num_enum v0.5.11
23042025-02-10T18:11:38.764Z Compiling parse-display-derive v0.10.0
23052025-02-10T18:11:38.780Z Checking slog-scope v4.4.0
23062025-02-10T18:11:38.799Z Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23072025-02-10T18:11:39.013Z Compiling proc-macro-error v1.0.4
23082025-02-10T18:11:39.039Z Checking typify-impl v0.2.0
23092025-02-10T18:11:39.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102025-02-10T18:11:39.612Z Checking tungstenite v0.21.0
23112025-02-10T18:11:39.675Z Compiling heck v0.3.3
23122025-02-10T18:11:39.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132025-02-10T18:11:40.053Z Compiling dropshot_endpoint v0.15.1
23142025-02-10T18:11:40.242Z Checking cstr-argument v0.1.2
23152025-02-10T18:11:40.437Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162025-02-10T18:11:40.505Z Checking instant v0.1.13
23172025-02-10T18:11:40.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23182025-02-10T18:11:40.640Z Checking pretty-hex v0.2.1
23192025-02-10T18:11:40.688Z Compiling darling_macro v0.20.10
23202025-02-10T18:11:40.805Z Checking fastrand v2.1.1
23212025-02-10T18:11:40.822Z Checking base64 v0.21.7
23222025-02-10T18:11:41.135Z Checking tempfile v3.13.0
23232025-02-10T18:11:41.192Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23242025-02-10T18:11:41.277Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23252025-02-10T18:11:41.459Z Checking backoff v0.4.0
23262025-02-10T18:11:41.481Z Checking tokio-tungstenite v0.21.0
23272025-02-10T18:11:41.498Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282025-02-10T18:11:41.545Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292025-02-10T18:11:41.586Z Compiling darling v0.20.10
23302025-02-10T18:11:41.640Z Compiling zone_cfg_derive v0.1.2
23312025-02-10T18:11:41.711Z Compiling serde_with_macros v3.11.0
23322025-02-10T18:11:41.730Z Checking strum v0.26.3
23332025-02-10T18:11:41.840Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342025-02-10T18:11:41.900Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23352025-02-10T18:11:42.115Z Checking slog-stdlog v4.1.1
23362025-02-10T18:11:42.238Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23372025-02-10T18:11:42.293Z Checking regress v0.9.1
23382025-02-10T18:11:42.402Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23392025-02-10T18:11:42.560Z Checking progenitor-client v0.9.1
23402025-02-10T18:11:42.679Z Checking colored v2.1.0
23412025-02-10T18:11:42.713Z Checking parse-display v0.10.0
23422025-02-10T18:11:42.946Z Checking macaddr v1.0.1
23432025-02-10T18:11:42.962Z Checking unicode-width v0.1.14
23442025-02-10T18:11:42.976Z Checking base64 v0.13.1
23452025-02-10T18:11:43.007Z Checking zone v0.1.8
23462025-02-10T18:11:43.411Z Checking ron v0.7.1
23472025-02-10T18:11:43.557Z Checking tabwriter v1.4.0
23482025-02-10T18:11:43.773Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23492025-02-10T18:11:43.798Z Checking slog-envlogger v2.2.0
23502025-02-10T18:11:44.011Z Checking xz2 v0.1.7
23512025-02-10T18:11:44.259Z Checking xattr v1.3.1
23522025-02-10T18:11:44.288Z Checking pem v3.0.4
23532025-02-10T18:11:44.313Z Checking serde_with v3.11.0
23542025-02-10T18:11:44.457Z Checking yasna v0.5.2
23552025-02-10T18:11:44.497Z Checking headers-core v0.3.0
23562025-02-10T18:11:44.554Z Checking smf v0.2.3
23572025-02-10T18:11:44.646Z Checking filetime v0.2.25
23582025-02-10T18:11:44.865Z Checking same-file v1.0.6
23592025-02-10T18:11:44.981Z Checking tar v0.4.42
23602025-02-10T18:11:45.038Z Checking walkdir v2.5.0
23612025-02-10T18:11:45.292Z Checking headers v0.4.0
23622025-02-10T18:11:45.319Z Checking atomicwrites v0.4.4
23632025-02-10T18:11:45.343Z Checking rcgen v0.12.1
23642025-02-10T18:11:45.523Z Checking camino-tempfile v1.1.1
23652025-02-10T18:11:45.744Z Checking subprocess v0.2.9
23662025-02-10T18:11:48.422Z Compiling typify-macro v0.2.0
23672025-02-10T18:11:49.928Z Compiling typify v0.2.0
23682025-02-10T18:11:49.999Z Compiling progenitor-impl v0.8.0
23692025-02-10T18:11:52.390Z Compiling progenitor-macro v0.8.0
23702025-02-10T18:11:56.053Z Checking progenitor v0.8.0
23712025-02-10T18:11:56.180Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23722025-02-10T18:11:56.183Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23732025-02-10T18:11:58.659Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23742025-02-10T18:11:58.987Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23752025-02-10T18:12:04.824Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23762025-02-10T18:12:06.293Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23772025-02-10T18:12:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.75s
23782025-02-10T18:12:07.669Z
23792025-02-10T18:12:07.670Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23802025-02-10T18:12:08.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812025-02-10T18:12:08.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822025-02-10T18:12:08.335Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23832025-02-10T18:12:09.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
23842025-02-10T18:12:09.852Z
23852025-02-10T18:12:09.852Zinfo: running `cargo check --bins` on nexus-config (51/199)
23862025-02-10T18:12:10.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872025-02-10T18:12:10.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882025-02-10T18:12:10.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892025-02-10T18:12:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23902025-02-10T18:12:10.469Z
23912025-02-10T18:12:10.469Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
23922025-02-10T18:12:10.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932025-02-10T18:12:10.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942025-02-10T18:12:10.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952025-02-10T18:12:10.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23962025-02-10T18:12:11.069Z
23972025-02-10T18:12:11.069Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
23982025-02-10T18:12:11.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992025-02-10T18:12:11.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002025-02-10T18:12:11.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012025-02-10T18:12:11.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24022025-02-10T18:12:11.675Z
24032025-02-10T18:12:11.675Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24042025-02-10T18:12:12.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052025-02-10T18:12:12.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062025-02-10T18:12:12.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072025-02-10T18:12:12.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24082025-02-10T18:12:12.300Z
24092025-02-10T18:12:12.300Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24102025-02-10T18:12:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112025-02-10T18:12:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122025-02-10T18:12:12.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24132025-02-10T18:12:13.091Z Compiling ipnetwork v0.20.0
24142025-02-10T18:12:13.094Z Compiling zerocopy v0.8.10
24152025-02-10T18:12:13.094Z Compiling progenitor-client v0.8.0
24162025-02-10T18:12:13.094Z Compiling itertools v0.13.0
24172025-02-10T18:12:13.094Z Compiling zerocopy-derive v0.8.10
24182025-02-10T18:12:13.094Z Compiling heapless v0.8.0
24192025-02-10T18:12:13.094Z Compiling thiserror v2.0.11
24202025-02-10T18:12:13.278Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24212025-02-10T18:12:13.341Z Checking hash32 v0.3.1
24222025-02-10T18:12:13.534Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24232025-02-10T18:12:13.537Z Compiling progenitor v0.8.0
24242025-02-10T18:12:13.751Z Compiling instant v0.1.13
24252025-02-10T18:12:13.869Z Compiling smoltcp v0.11.0
24262025-02-10T18:12:13.909Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24272025-02-10T18:12:13.943Z Compiling backoff v0.4.0
24282025-02-10T18:12:13.991Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24292025-02-10T18:12:14.216Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24302025-02-10T18:12:14.234Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24312025-02-10T18:12:14.283Z Compiling dropshot v0.15.1
24322025-02-10T18:12:14.531Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332025-02-10T18:12:14.685Z Compiling serde_with v3.11.0
24342025-02-10T18:12:14.727Z Compiling parse-display v0.10.0
24352025-02-10T18:12:14.750Z Checking num-rational v0.4.2
24362025-02-10T18:12:15.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24372025-02-10T18:12:15.365Z Compiling progenitor-client v0.9.1
24382025-02-10T18:12:15.876Z Compiling regress v0.9.1
24392025-02-10T18:12:16.012Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24402025-02-10T18:12:17.040Z Compiling phf_generator v0.11.2
24412025-02-10T18:12:17.244Z Checking num-complex v0.4.6
24422025-02-10T18:12:18.121Z Compiling macaddr v1.0.1
24432025-02-10T18:12:18.591Z Checking cobs v0.2.3
24442025-02-10T18:12:18.609Z Checking num v0.4.3
24452025-02-10T18:12:18.718Z Compiling phf_codegen v0.11.2
24462025-02-10T18:12:18.784Z Checking postcard v1.0.10
24472025-02-10T18:12:19.183Z Compiling parse-zoneinfo v0.3.1
24482025-02-10T18:12:19.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24492025-02-10T18:12:20.685Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24502025-02-10T18:12:20.853Z Compiling float-ord v0.3.2
24512025-02-10T18:12:20.956Z Compiling convert_case v0.4.0
24522025-02-10T18:12:21.224Z Compiling chrono-tz-build v0.4.0
24532025-02-10T18:12:21.758Z Compiling derive_more v0.99.18
24542025-02-10T18:12:21.788Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24552025-02-10T18:12:21.854Z Compiling crucible-workspace-hack v0.1.0
24562025-02-10T18:12:22.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24572025-02-10T18:12:22.444Z Compiling chrono-tz v0.10.1
24582025-02-10T18:12:22.496Z Checking newline-converter v0.3.0
24592025-02-10T18:12:22.609Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24602025-02-10T18:12:22.671Z Checking prettyplease v0.2.25
24612025-02-10T18:12:23.161Z Compiling slog-dtrace v0.3.0
24622025-02-10T18:12:23.304Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24632025-02-10T18:12:23.321Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24642025-02-10T18:12:23.556Z Checking expectorate v1.1.0
24652025-02-10T18:12:23.755Z Compiling zone_cfg_derive v0.3.0
24662025-02-10T18:12:24.149Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24672025-02-10T18:12:24.781Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24682025-02-10T18:12:25.051Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24692025-02-10T18:12:25.169Z Compiling const_format_proc_macros v0.2.34
24702025-02-10T18:12:25.315Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24712025-02-10T18:12:25.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722025-02-10T18:12:25.622Z Compiling num-derive v0.4.2
24732025-02-10T18:12:25.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24742025-02-10T18:12:26.158Z Checking highway v1.2.0
24752025-02-10T18:12:26.487Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24762025-02-10T18:12:26.583Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24772025-02-10T18:12:26.585Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24782025-02-10T18:12:26.740Z Checking zone v0.3.0
24792025-02-10T18:12:27.144Z Checking const_format v0.2.34
24802025-02-10T18:12:27.465Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24812025-02-10T18:12:27.490Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24822025-02-10T18:12:27.963Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24832025-02-10T18:12:27.981Z Checking gethostname v0.5.0
24842025-02-10T18:12:28.124Z Checking bcs v0.1.6
24852025-02-10T18:12:28.257Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24862025-02-10T18:12:28.425Z Checking nanorand v0.7.0
24872025-02-10T18:12:28.525Z Compiling async-recursion v1.1.1
24882025-02-10T18:12:28.568Z Checking termtree v0.5.1
24892025-02-10T18:12:28.756Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24902025-02-10T18:12:28.782Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24912025-02-10T18:12:28.801Z Checking flume v0.11.1
24922025-02-10T18:12:30.858Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24932025-02-10T18:12:34.690Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24942025-02-10T18:12:37.932Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24952025-02-10T18:12:40.375Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24962025-02-10T18:12:41.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.30s
24972025-02-10T18:12:41.804Z
24982025-02-10T18:12:41.804Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
24992025-02-10T18:12:42.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002025-02-10T18:12:42.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012025-02-10T18:12:42.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022025-02-10T18:12:42.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25032025-02-10T18:12:42.433Z
25042025-02-10T18:12:42.433Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25052025-02-10T18:12:42.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062025-02-10T18:12:42.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072025-02-10T18:12:42.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082025-02-10T18:12:42.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092025-02-10T18:12:43.059Z
25102025-02-10T18:12:43.059Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25112025-02-10T18:12:43.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122025-02-10T18:12:43.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132025-02-10T18:12:43.706Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25142025-02-10T18:12:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
25152025-02-10T18:12:44.501Z
25162025-02-10T18:12:44.501Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25172025-02-10T18:12:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182025-02-10T18:12:45.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192025-02-10T18:12:45.157Z Compiling cfg_aliases v0.1.1
25202025-02-10T18:12:45.159Z Compiling vte_generate_state_changes v0.1.2
25212025-02-10T18:12:45.159Z Checking fd-lock v4.0.2
25222025-02-10T18:12:45.159Z Checking nibble_vec v0.1.0
25232025-02-10T18:12:45.159Z Checking bytecount v0.6.8
25242025-02-10T18:12:45.159Z Checking endian-type v0.1.2
25252025-02-10T18:12:45.271Z Compiling tabled_derive v0.7.0
25262025-02-10T18:12:45.308Z Compiling peg-macros v0.8.4
25272025-02-10T18:12:45.336Z Compiling nix v0.28.0
25282025-02-10T18:12:45.420Z Checking papergrid v0.11.0
25292025-02-10T18:12:45.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302025-02-10T18:12:45.459Z Compiling sqlparser_derive v0.2.2
25312025-02-10T18:12:45.489Z Checking radix_trie v0.2.1
25322025-02-10T18:12:45.845Z Checking vte v0.11.1
25332025-02-10T18:12:45.873Z Checking nu-ansi-term v0.50.1
25342025-02-10T18:12:46.237Z Checking home v0.5.9
25352025-02-10T18:12:46.385Z Checking unicode_categories v0.1.1
25362025-02-10T18:12:46.478Z Checking sqlparser v0.45.0
25372025-02-10T18:12:46.494Z Checking display-error-chain v0.2.2
25382025-02-10T18:12:46.683Z Checking sqlformat v0.2.6
25392025-02-10T18:12:47.240Z Checking strip-ansi-escapes v0.2.0
25402025-02-10T18:12:47.396Z Checking reedline v0.35.0
25412025-02-10T18:12:47.443Z Checking tabled v0.15.0
25422025-02-10T18:12:47.797Z Checking peg v0.8.4
25432025-02-10T18:12:48.146Z Checking rustyline v14.0.0
25442025-02-10T18:12:56.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
25452025-02-10T18:12:56.864Z
25462025-02-10T18:12:56.864Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25472025-02-10T18:12:57.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-02-10T18:12:57.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-02-10T18:12:57.527Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-02-10T18:13:02.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
25512025-02-10T18:13:02.746Z
25522025-02-10T18:13:02.746Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25532025-02-10T18:13:03.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-02-10T18:13:03.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-02-10T18:13:03.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562025-02-10T18:13:06.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
25572025-02-10T18:13:07.023Z
25582025-02-10T18:13:07.024Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25592025-02-10T18:13:07.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-02-10T18:13:07.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-02-10T18:13:07.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622025-02-10T18:13:12.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
25632025-02-10T18:13:12.589Z
25642025-02-10T18:13:12.590Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25652025-02-10T18:13:13.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-02-10T18:13:13.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-02-10T18:13:13.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682025-02-10T18:13:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
25692025-02-10T18:13:18.225Z
25702025-02-10T18:13:18.225Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25712025-02-10T18:13:18.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-02-10T18:13:18.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-02-10T18:13:18.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25742025-02-10T18:13:22.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
25752025-02-10T18:13:22.702Z
25762025-02-10T18:13:22.702Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25772025-02-10T18:13:23.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-02-10T18:13:23.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-02-10T18:13:23.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25802025-02-10T18:13:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
25812025-02-10T18:13:27.266Z
25822025-02-10T18:13:27.266Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25832025-02-10T18:13:27.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-02-10T18:13:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-02-10T18:13:27.935Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25862025-02-10T18:13:32.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
25872025-02-10T18:13:33.060Z
25882025-02-10T18:13:33.060Zinfo: running `cargo check --bins` on oximeter (67/199)
25892025-02-10T18:13:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-02-10T18:13:33.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-02-10T18:13:33.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922025-02-10T18:13:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25932025-02-10T18:13:33.678Z
25942025-02-10T18:13:33.678Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
25952025-02-10T18:13:34.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-02-10T18:13:34.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-02-10T18:13:34.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982025-02-10T18:13:34.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25992025-02-10T18:13:34.283Z
26002025-02-10T18:13:34.283Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26012025-02-10T18:13:34.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-02-10T18:13:34.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-02-10T18:13:34.911Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26042025-02-10T18:13:36.882Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26052025-02-10T18:13:37.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
26062025-02-10T18:13:37.980Z
26072025-02-10T18:13:37.980Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26082025-02-10T18:13:38.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-02-10T18:13:38.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-02-10T18:13:38.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-02-10T18:13:38.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26122025-02-10T18:13:38.606Z
26132025-02-10T18:13:38.606Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26142025-02-10T18:13:39.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-02-10T18:13:39.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-02-10T18:13:39.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-02-10T18:13:39.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26182025-02-10T18:13:39.229Z
26192025-02-10T18:13:39.229Zinfo: running `cargo check --bins` on oxql-types (72/199)
26202025-02-10T18:13:39.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-02-10T18:13:39.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-02-10T18:13:39.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-02-10T18:13:39.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26242025-02-10T18:13:39.843Z
26252025-02-10T18:13:39.843Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26262025-02-10T18:13:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-02-10T18:13:40.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-02-10T18:13:40.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-02-10T18:13:40.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26302025-02-10T18:13:40.483Z
26312025-02-10T18:13:40.483Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26322025-02-10T18:13:41.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-02-10T18:13:41.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-02-10T18:13:41.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-02-10T18:13:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26362025-02-10T18:13:41.111Z
26372025-02-10T18:13:41.111Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26382025-02-10T18:13:41.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-02-10T18:13:41.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-02-10T18:13:41.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-02-10T18:13:41.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26422025-02-10T18:13:41.751Z
26432025-02-10T18:13:41.751Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26442025-02-10T18:13:42.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-02-10T18:13:42.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-02-10T18:13:42.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-02-10T18:13:42.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26482025-02-10T18:13:42.376Z
26492025-02-10T18:13:42.376Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26502025-02-10T18:13:42.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-02-10T18:13:42.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-02-10T18:13:42.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-02-10T18:13:42.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542025-02-10T18:13:43.004Z
26552025-02-10T18:13:43.004Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26562025-02-10T18:13:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-02-10T18:13:43.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-02-10T18:13:43.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-02-10T18:13:43.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26602025-02-10T18:13:43.629Z
26612025-02-10T18:13:43.629Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26622025-02-10T18:13:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-02-10T18:13:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-02-10T18:13:44.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-02-10T18:13:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26662025-02-10T18:13:44.237Z
26672025-02-10T18:13:44.237Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26682025-02-10T18:13:44.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-02-10T18:13:44.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-02-10T18:13:44.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-02-10T18:13:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26722025-02-10T18:13:44.862Z
26732025-02-10T18:13:44.862Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26742025-02-10T18:13:45.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-02-10T18:13:45.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-02-10T18:13:45.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-02-10T18:13:45.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26782025-02-10T18:13:45.482Z
26792025-02-10T18:13:45.482Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26802025-02-10T18:13:46.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-02-10T18:13:46.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-02-10T18:13:46.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-02-10T18:13:46.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26842025-02-10T18:13:46.099Z
26852025-02-10T18:13:46.100Zinfo: running `cargo check --bins` on dpd-client (83/199)
26862025-02-10T18:13:46.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-02-10T18:13:46.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-02-10T18:13:46.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-02-10T18:13:46.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26902025-02-10T18:13:46.712Z
26912025-02-10T18:13:46.713Zinfo: running `cargo check --bins` on gateway-client (84/199)
26922025-02-10T18:13:47.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-02-10T18:13:47.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-02-10T18:13:47.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-02-10T18:13:47.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26962025-02-10T18:13:47.324Z
26972025-02-10T18:13:47.324Zinfo: running `cargo check --bins` on installinator-client (85/199)
26982025-02-10T18:13:47.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-02-10T18:13:47.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-02-10T18:13:47.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-02-10T18:13:47.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27022025-02-10T18:13:47.959Z
27032025-02-10T18:13:47.959Zinfo: running `cargo check --bins` on installinator-common (86/199)
27042025-02-10T18:13:48.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-02-10T18:13:48.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-02-10T18:13:48.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-02-10T18:13:48.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27082025-02-10T18:13:48.594Z
27092025-02-10T18:13:48.594Zinfo: running `cargo check --bins` on update-engine (87/199)
27102025-02-10T18:13:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-02-10T18:13:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-02-10T18:13:49.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-02-10T18:13:49.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27142025-02-10T18:13:49.212Z
27152025-02-10T18:13:49.212Zinfo: running `cargo check --bins` on nexus-client (88/199)
27162025-02-10T18:13:49.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-02-10T18:13:49.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-02-10T18:13:49.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-02-10T18:13:49.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27202025-02-10T18:13:49.861Z
27212025-02-10T18:13:49.861Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27222025-02-10T18:13:50.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-02-10T18:13:50.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-02-10T18:13:50.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-02-10T18:13:50.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27262025-02-10T18:13:50.489Z
27272025-02-10T18:13:50.489Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27282025-02-10T18:13:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-02-10T18:13:51.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-02-10T18:13:51.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-02-10T18:13:51.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27322025-02-10T18:13:51.100Z
27332025-02-10T18:13:51.100Zinfo: running `cargo check --bins` on nexus-types (91/199)
27342025-02-10T18:13:51.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-02-10T18:13:51.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-02-10T18:13:51.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-02-10T18:13:51.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27382025-02-10T18:13:51.752Z
27392025-02-10T18:13:51.752Zinfo: running `cargo check --bins` on oxide-client (92/199)
27402025-02-10T18:13:52.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-02-10T18:13:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-02-10T18:13:52.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-02-10T18:13:52.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27442025-02-10T18:13:52.362Z
27452025-02-10T18:13:52.362Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27462025-02-10T18:13:52.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-02-10T18:13:52.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-02-10T18:13:52.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-02-10T18:13:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27502025-02-10T18:13:52.987Z
27512025-02-10T18:13:52.987Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27522025-02-10T18:13:53.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-02-10T18:13:53.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-02-10T18:13:53.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-02-10T18:13:53.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27562025-02-10T18:13:53.594Z
27572025-02-10T18:13:53.594Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27582025-02-10T18:13:54.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-02-10T18:13:54.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-02-10T18:13:54.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-02-10T18:13:54.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27622025-02-10T18:13:54.240Z
27632025-02-10T18:13:54.240Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27642025-02-10T18:13:54.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-02-10T18:13:54.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-02-10T18:13:54.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-02-10T18:13:54.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27682025-02-10T18:13:54.903Z
27692025-02-10T18:13:54.903Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27702025-02-10T18:13:55.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-02-10T18:13:55.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-02-10T18:13:55.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-02-10T18:13:55.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27742025-02-10T18:13:55.554Z
27752025-02-10T18:13:55.554Zinfo: running `cargo check --bins` on wicket-common (98/199)
27762025-02-10T18:13:56.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-02-10T18:13:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-02-10T18:13:56.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-02-10T18:13:56.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27802025-02-10T18:13:56.199Z
27812025-02-10T18:13:56.199Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27822025-02-10T18:13:56.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-02-10T18:13:56.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-02-10T18:13:56.852Z Checking csv-core v0.1.11
27852025-02-10T18:13:56.852Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27862025-02-10T18:13:56.854Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27872025-02-10T18:13:56.854Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27882025-02-10T18:13:57.122Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27892025-02-10T18:13:57.164Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27902025-02-10T18:13:57.201Z Checking csv v1.3.1
27912025-02-10T18:13:57.740Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27922025-02-10T18:13:58.088Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27932025-02-10T18:13:59.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
27942025-02-10T18:13:59.832Z
27952025-02-10T18:13:59.832Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
27962025-02-10T18:14:00.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-02-10T18:14:00.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-02-10T18:14:00.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992025-02-10T18:14:00.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28002025-02-10T18:14:00.461Z
28012025-02-10T18:14:00.461Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28022025-02-10T18:14:01.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032025-02-10T18:14:01.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042025-02-10T18:14:01.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052025-02-10T18:14:01.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28062025-02-10T18:14:01.084Z
28072025-02-10T18:14:01.084Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28082025-02-10T18:14:01.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092025-02-10T18:14:01.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102025-02-10T18:14:01.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112025-02-10T18:14:01.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28122025-02-10T18:14:01.821Z
28132025-02-10T18:14:01.821Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28142025-02-10T18:14:02.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152025-02-10T18:14:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162025-02-10T18:14:02.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172025-02-10T18:14:02.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28182025-02-10T18:14:02.542Z
28192025-02-10T18:14:02.543Zinfo: running `cargo check --bins` on dns-server (104/199)
28202025-02-10T18:14:03.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212025-02-10T18:14:03.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222025-02-10T18:14:03.186Z Compiling typify-impl v0.3.0
28232025-02-10T18:14:03.293Z Compiling parking_lot_core v0.8.6
28242025-02-10T18:14:03.303Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28252025-02-10T18:14:03.312Z Checking fxhash v0.2.1
28262025-02-10T18:14:03.322Z Checking hickory-client v0.24.2
28272025-02-10T18:14:03.334Z Checking hickory-server v0.24.2
28282025-02-10T18:14:03.966Z Checking parking_lot v0.11.2
28292025-02-10T18:14:04.056Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28302025-02-10T18:14:04.242Z Checking sled v0.34.7
28312025-02-10T18:14:08.799Z Compiling typify-macro v0.3.0
28322025-02-10T18:14:10.318Z Compiling typify v0.3.0
28332025-02-10T18:14:10.392Z Compiling progenitor-impl v0.9.1
28342025-02-10T18:14:12.816Z Compiling progenitor-macro v0.9.1
28352025-02-10T18:14:16.513Z Checking progenitor v0.9.1
28362025-02-10T18:14:16.644Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372025-02-10T18:14:17.097Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28382025-02-10T18:14:18.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s
28392025-02-10T18:14:18.530Z
28402025-02-10T18:14:18.530Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28412025-02-10T18:14:19.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-02-10T18:14:19.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-02-10T18:14:19.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442025-02-10T18:14:19.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28452025-02-10T18:14:19.159Z
28462025-02-10T18:14:19.159Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28472025-02-10T18:14:19.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-02-10T18:14:19.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-02-10T18:14:19.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502025-02-10T18:14:19.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28512025-02-10T18:14:19.847Z
28522025-02-10T18:14:19.847Zinfo: running `cargo check --bins` on gateway-types (107/199)
28532025-02-10T18:14:20.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-02-10T18:14:20.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-02-10T18:14:20.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562025-02-10T18:14:20.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28572025-02-10T18:14:20.475Z
28582025-02-10T18:14:20.475Zinfo: running `cargo check --bins` on ipcc (108/199)
28592025-02-10T18:14:21.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-02-10T18:14:21.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-02-10T18:14:21.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622025-02-10T18:14:21.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632025-02-10T18:14:21.096Z
28642025-02-10T18:14:21.096Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28652025-02-10T18:14:21.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662025-02-10T18:14:21.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672025-02-10T18:14:21.796Z Compiling semver v0.1.20
28682025-02-10T18:14:21.796Z Compiling radium v0.7.0
28692025-02-10T18:14:21.913Z Checking tap v1.0.1
28702025-02-10T18:14:21.915Z Compiling maybe-uninit v2.0.0
28712025-02-10T18:14:21.933Z Checking password-hash v0.5.0
28722025-02-10T18:14:21.935Z Checking blake2 v0.10.6
28732025-02-10T18:14:21.935Z Checking crc-catalog v2.4.0
28742025-02-10T18:14:21.935Z Checking funty v2.0.0
28752025-02-10T18:14:22.059Z Checking wyz v0.5.1
28762025-02-10T18:14:22.107Z Compiling owo-colors v4.1.0
28772025-02-10T18:14:22.336Z Compiling rustc_version v0.1.7
28782025-02-10T18:14:22.369Z Compiling packed_struct v0.10.1
28792025-02-10T18:14:22.402Z Compiling cancel-safe-futures v0.1.5
28802025-02-10T18:14:22.455Z Checking argon2 v0.5.3
28812025-02-10T18:14:22.487Z Checking crc v3.2.1
28822025-02-10T18:14:22.566Z Compiling packed_struct_codegen v0.10.1
28832025-02-10T18:14:22.709Z Checking half v2.4.1
28842025-02-10T18:14:22.754Z Compiling indexmap v1.9.3
28852025-02-10T18:14:22.772Z Compiling newtype_derive v0.1.6
28862025-02-10T18:14:22.803Z Checking bitvec v1.0.1
28872025-02-10T18:14:22.827Z Checking ciborium-io v0.2.2
28882025-02-10T18:14:22.906Z Checking nodrop v0.1.14
28892025-02-10T18:14:22.956Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28902025-02-10T18:14:23.044Z Checking array-init v0.0.4
28912025-02-10T18:14:23.125Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28922025-02-10T18:14:23.164Z Checking ciborium-ll v0.2.2
28932025-02-10T18:14:23.252Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28942025-02-10T18:14:23.293Z Checking smallvec v0.6.14
28952025-02-10T18:14:23.457Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28962025-02-10T18:14:23.532Z Checking libsw v3.3.1
28972025-02-10T18:14:23.659Z Compiling memoffset v0.9.1
28982025-02-10T18:14:23.813Z Checking bitfield v0.14.0
28992025-02-10T18:14:23.928Z Checking hashbrown v0.12.3
29002025-02-10T18:14:23.958Z Checking indent_write v2.2.0
29012025-02-10T18:14:23.990Z Checking swrite v0.1.0
29022025-02-10T18:14:24.069Z Checking linear-map v1.2.0
29032025-02-10T18:14:24.114Z Checking termcolor v1.4.1
29042025-02-10T18:14:24.334Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29052025-02-10T18:14:24.389Z Checking serde-hex v0.1.0
29062025-02-10T18:14:24.431Z Checking ron v0.8.1
29072025-02-10T18:14:24.519Z Checking env_logger v0.10.2
29082025-02-10T18:14:24.849Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29092025-02-10T18:14:24.929Z Checking ciborium v0.2.2
29102025-02-10T18:14:25.299Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29112025-02-10T18:14:25.494Z Checking steno v0.4.1
29122025-02-10T18:14:25.599Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29132025-02-10T18:14:25.773Z Checking hashbrown v0.13.2
29142025-02-10T18:14:25.874Z Checking humantime v2.1.0
29152025-02-10T18:14:25.893Z Checking crc-any v2.5.0
29162025-02-10T18:14:26.174Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29172025-02-10T18:14:26.278Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29182025-02-10T18:14:26.675Z Checking object v0.30.4
29192025-02-10T18:14:26.693Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29202025-02-10T18:14:26.745Z Checking path-slash v0.1.5
29212025-02-10T18:14:26.910Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29222025-02-10T18:14:27.076Z Checking nix v0.27.1
29232025-02-10T18:14:27.569Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29242025-02-10T18:14:27.714Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29252025-02-10T18:14:27.987Z Checking tungstenite v0.23.0
29262025-02-10T18:14:28.124Z Checking kstat-rs v0.2.4
29272025-02-10T18:14:28.226Z Checking signal-hook-tokio v0.3.1
29282025-02-10T18:14:28.454Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29292025-02-10T18:14:28.659Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29302025-02-10T18:14:28.880Z Checking tokio-tungstenite v0.23.1
29312025-02-10T18:14:29.301Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29322025-02-10T18:14:29.624Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29332025-02-10T18:14:35.586Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29342025-02-10T18:14:36.902Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29352025-02-10T18:14:39.595Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362025-02-10T18:14:44.712Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29372025-02-10T18:14:45.356Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29382025-02-10T18:14:47.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.88s
29392025-02-10T18:14:48.176Z
29402025-02-10T18:14:48.176Zinfo: running `cargo check --bins` on gateway-api (110/199)
29412025-02-10T18:14:48.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422025-02-10T18:14:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432025-02-10T18:14:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442025-02-10T18:14:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29452025-02-10T18:14:48.800Z
29462025-02-10T18:14:48.800Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29472025-02-10T18:14:49.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482025-02-10T18:14:49.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492025-02-10T18:14:49.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502025-02-10T18:14:49.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29512025-02-10T18:14:49.401Z
29522025-02-10T18:14:49.401Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29532025-02-10T18:14:49.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542025-02-10T18:14:49.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552025-02-10T18:14:49.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562025-02-10T18:14:49.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29572025-02-10T18:14:50.018Z
29582025-02-10T18:14:50.018Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29592025-02-10T18:14:50.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-02-10T18:14:50.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-02-10T18:14:50.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622025-02-10T18:14:50.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29632025-02-10T18:14:50.634Z
29642025-02-10T18:14:50.634Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29652025-02-10T18:14:51.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662025-02-10T18:14:51.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672025-02-10T18:14:51.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682025-02-10T18:14:51.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29692025-02-10T18:14:51.252Z
29702025-02-10T18:14:51.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
29712025-02-10T18:14:51.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722025-02-10T18:14:51.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732025-02-10T18:14:51.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742025-02-10T18:14:51.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29752025-02-10T18:14:51.867Z
29762025-02-10T18:14:51.867Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
29772025-02-10T18:14:52.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782025-02-10T18:14:52.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792025-02-10T18:14:52.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802025-02-10T18:14:52.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29812025-02-10T18:14:52.481Z
29822025-02-10T18:14:52.481Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
29832025-02-10T18:14:53.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842025-02-10T18:14:53.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852025-02-10T18:14:53.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862025-02-10T18:14:53.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29872025-02-10T18:14:53.097Z
29882025-02-10T18:14:53.098Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
29892025-02-10T18:14:53.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902025-02-10T18:14:53.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912025-02-10T18:14:53.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922025-02-10T18:14:53.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29932025-02-10T18:14:53.740Z
29942025-02-10T18:14:53.740Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
29952025-02-10T18:14:54.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-02-10T18:14:54.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-02-10T18:14:54.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-02-10T18:14:54.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29992025-02-10T18:14:54.355Z
30002025-02-10T18:14:54.355Zinfo: running `cargo check --bins` on sp-sim (120/199)
30012025-02-10T18:14:54.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-02-10T18:14:54.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-02-10T18:14:54.982Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30042025-02-10T18:14:55.421Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30052025-02-10T18:14:57.083Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30062025-02-10T18:14:58.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
30072025-02-10T18:14:58.847Z
30082025-02-10T18:14:58.847Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30092025-02-10T18:14:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-02-10T18:14:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-02-10T18:14:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122025-02-10T18:14:59.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30132025-02-10T18:14:59.520Z
30142025-02-10T18:14:59.520Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30152025-02-10T18:15:00.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-02-10T18:15:00.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-02-10T18:15:00.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182025-02-10T18:15:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30192025-02-10T18:15:00.194Z
30202025-02-10T18:15:00.194Zinfo: running `cargo check --bins` on db-macros (123/199)
30212025-02-10T18:15:00.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-02-10T18:15:00.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-02-10T18:15:00.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242025-02-10T18:15:00.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30252025-02-10T18:15:00.793Z
30262025-02-10T18:15:00.794Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30272025-02-10T18:15:01.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-02-10T18:15:01.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-02-10T18:15:01.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302025-02-10T18:15:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30312025-02-10T18:15:01.393Z
30322025-02-10T18:15:01.393Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30332025-02-10T18:15:01.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-02-10T18:15:01.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-02-10T18:15:01.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362025-02-10T18:15:01.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30372025-02-10T18:15:02.058Z
30382025-02-10T18:15:02.058Zinfo: running `cargo check --bins` on authz-macros (126/199)
30392025-02-10T18:15:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-02-10T18:15:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-02-10T18:15:02.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422025-02-10T18:15:02.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30432025-02-10T18:15:02.657Z
30442025-02-10T18:15:02.657Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30452025-02-10T18:15:03.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-02-10T18:15:03.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-02-10T18:15:03.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-02-10T18:15:03.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30492025-02-10T18:15:03.318Z
30502025-02-10T18:15:03.318Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30512025-02-10T18:15:03.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-02-10T18:15:03.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-02-10T18:15:03.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-02-10T18:15:03.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552025-02-10T18:15:03.970Z
30562025-02-10T18:15:03.970Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30572025-02-10T18:15:04.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-02-10T18:15:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-02-10T18:15:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-02-10T18:15:04.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30612025-02-10T18:15:04.583Z
30622025-02-10T18:15:04.584Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30632025-02-10T18:15:05.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-02-10T18:15:05.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-02-10T18:15:05.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-02-10T18:15:05.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672025-02-10T18:15:05.235Z
30682025-02-10T18:15:05.235Zinfo: running `cargo check --bins` on typed-rng (131/199)
30692025-02-10T18:15:05.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-02-10T18:15:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-02-10T18:15:05.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-02-10T18:15:05.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30732025-02-10T18:15:05.835Z
30742025-02-10T18:15:05.835Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
30752025-02-10T18:15:06.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-02-10T18:15:06.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-02-10T18:15:06.565Z Checking keccak v0.1.5
30782025-02-10T18:15:06.677Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30792025-02-10T18:15:06.680Z Checking secrecy v0.8.0
30802025-02-10T18:15:06.680Z Compiling unicase v2.7.0
30812025-02-10T18:15:06.687Z Compiling same-file v1.0.6
30822025-02-10T18:15:06.709Z Compiling tempfile v3.13.0
30832025-02-10T18:15:06.733Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
30842025-02-10T18:15:06.735Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30852025-02-10T18:15:06.854Z Compiling thiserror-impl-no-std v2.0.2
30862025-02-10T18:15:06.959Z Checking sha3 v0.10.8
30872025-02-10T18:15:06.978Z Compiling walkdir v2.5.0
30882025-02-10T18:15:07.014Z Checking universal-hash v0.5.1
30892025-02-10T18:15:07.035Z Compiling blake3 v1.5.4
30902025-02-10T18:15:07.191Z Checking opaque-debug v0.3.1
30912025-02-10T18:15:07.210Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30922025-02-10T18:15:07.265Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30932025-02-10T18:15:07.305Z Checking poly1305 v0.8.0
30942025-02-10T18:15:07.350Z Checking chacha20 v0.9.1
30952025-02-10T18:15:07.495Z Checking aead v0.5.2
30962025-02-10T18:15:07.542Z Compiling memmap2 v0.9.5
30972025-02-10T18:15:07.624Z Compiling salty v0.3.0
30982025-02-10T18:15:07.703Z Compiling arrayref v0.3.9
30992025-02-10T18:15:07.729Z Compiling arrayvec v0.7.6
31002025-02-10T18:15:07.788Z Compiling constant_time_eq v0.3.1
31012025-02-10T18:15:07.812Z Compiling libefi-sys v0.1.0
31022025-02-10T18:15:07.977Z Checking chacha20poly1305 v0.10.1
31032025-02-10T18:15:08.038Z Compiling toolchain_find v0.4.0
31042025-02-10T18:15:08.095Z Compiling camino-tempfile v1.1.1
31052025-02-10T18:15:08.139Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31062025-02-10T18:15:08.157Z Compiling bitfield-struct v0.6.2
31072025-02-10T18:15:08.443Z Compiling topological-sort v0.2.2
31082025-02-10T18:15:08.525Z Compiling mime_guess v2.0.5
31092025-02-10T18:15:08.640Z Compiling rustfmt-wrapper v0.2.1
31102025-02-10T18:15:09.026Z Compiling omicron-zone-package v0.12.0
31112025-02-10T18:15:09.213Z Compiling progenitor v0.9.1
31122025-02-10T18:15:09.229Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31132025-02-10T18:15:09.415Z Checking primeorder v0.13.6
31142025-02-10T18:15:09.439Z Checking env_filter v0.1.2
31152025-02-10T18:15:09.523Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31162025-02-10T18:15:09.544Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31172025-02-10T18:15:09.642Z Checking thiserror-no-std v2.0.2
31182025-02-10T18:15:09.661Z Checking env_logger v0.11.5
31192025-02-10T18:15:09.710Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31202025-02-10T18:15:09.741Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31212025-02-10T18:15:09.761Z Checking vsss-rs v3.3.4
31222025-02-10T18:15:09.836Z Checking p384 v0.13.0
31232025-02-10T18:15:09.939Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31242025-02-10T18:15:10.041Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31252025-02-10T18:15:10.202Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
31262025-02-10T18:15:10.262Z Checking simd-adler32 v0.3.7
31272025-02-10T18:15:10.281Z Checking lockfree-object-pool v0.1.6
31282025-02-10T18:15:10.511Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31292025-02-10T18:15:10.534Z Checking bumpalo v3.16.0
31302025-02-10T18:15:10.624Z Checking http-range v0.1.5
31312025-02-10T18:15:10.816Z Compiling zip v2.1.3
31322025-02-10T18:15:10.859Z Checking zopfli v0.8.1
31332025-02-10T18:15:10.879Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31342025-02-10T18:15:10.935Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31352025-02-10T18:15:11.239Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31362025-02-10T18:15:11.527Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31372025-02-10T18:15:11.840Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31382025-02-10T18:15:11.888Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
31392025-02-10T18:15:11.969Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31402025-02-10T18:15:12.215Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31412025-02-10T18:15:12.263Z Checking atty v0.2.14
31422025-02-10T18:15:12.306Z Checking glob v0.3.2
31432025-02-10T18:15:12.404Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31442025-02-10T18:15:12.641Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31452025-02-10T18:15:12.710Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462025-02-10T18:15:13.100Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31472025-02-10T18:15:13.414Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482025-02-10T18:15:13.817Z Checking hyper-staticfile v0.10.1
31492025-02-10T18:15:14.513Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31502025-02-10T18:15:14.669Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31512025-02-10T18:15:14.753Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31522025-02-10T18:15:14.840Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31532025-02-10T18:15:14.979Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31542025-02-10T18:15:15.005Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31552025-02-10T18:15:15.034Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
31562025-02-10T18:15:15.113Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31572025-02-10T18:15:15.493Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31582025-02-10T18:15:15.953Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31592025-02-10T18:15:18.316Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602025-02-10T18:15:18.316Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612025-02-10T18:15:27.094Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31622025-02-10T18:15:40.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.34s
31632025-02-10T18:15:40.366Z
31642025-02-10T18:15:40.366Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31652025-02-10T18:15:40.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-02-10T18:15:40.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-02-10T18:15:41.104Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31682025-02-10T18:15:54.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
31692025-02-10T18:15:54.323Z
31702025-02-10T18:15:54.323Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
31712025-02-10T18:15:54.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-02-10T18:15:54.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-02-10T18:15:55.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31742025-02-10T18:16:08.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
31752025-02-10T18:16:08.236Z
31762025-02-10T18:16:08.236Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
31772025-02-10T18:16:08.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-02-10T18:16:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-02-10T18:16:08.976Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31802025-02-10T18:16:21.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
31812025-02-10T18:16:22.135Z
31822025-02-10T18:16:22.136Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
31832025-02-10T18:16:22.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-02-10T18:16:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-02-10T18:16:22.870Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31862025-02-10T18:16:35.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
31872025-02-10T18:16:35.974Z
31882025-02-10T18:16:35.974Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
31892025-02-10T18:16:36.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-02-10T18:16:36.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-02-10T18:16:36.714Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31922025-02-10T18:16:49.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
31932025-02-10T18:16:49.954Z
31942025-02-10T18:16:49.954Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
31952025-02-10T18:16:50.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-02-10T18:16:50.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-02-10T18:16:50.692Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982025-02-10T18:17:03.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
31992025-02-10T18:17:03.823Z
32002025-02-10T18:17:03.823Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32012025-02-10T18:17:04.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-02-10T18:17:04.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-02-10T18:17:04.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042025-02-10T18:17:17.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
32052025-02-10T18:17:17.856Z
32062025-02-10T18:17:17.856Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32072025-02-10T18:17:18.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-02-10T18:17:18.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-02-10T18:17:18.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102025-02-10T18:17:18.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112025-02-10T18:17:18.516Z
32122025-02-10T18:17:18.516Zinfo: running `cargo check --bins` on key-manager (141/199)
32132025-02-10T18:17:19.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-02-10T18:17:19.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-02-10T18:17:19.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162025-02-10T18:17:19.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32172025-02-10T18:17:19.136Z
32182025-02-10T18:17:19.136Zinfo: running `cargo check --bins` on range-requests (142/199)
32192025-02-10T18:17:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-02-10T18:17:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-02-10T18:17:19.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222025-02-10T18:17:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32232025-02-10T18:17:19.745Z
32242025-02-10T18:17:19.745Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32252025-02-10T18:17:20.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-02-10T18:17:20.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-02-10T18:17:20.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282025-02-10T18:17:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32292025-02-10T18:17:20.371Z
32302025-02-10T18:17:20.371Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32312025-02-10T18:17:20.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322025-02-10T18:17:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332025-02-10T18:17:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342025-02-10T18:17:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32352025-02-10T18:17:21.027Z
32362025-02-10T18:17:21.027Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32372025-02-10T18:17:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-02-10T18:17:21.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-02-10T18:17:21.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402025-02-10T18:17:21.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32412025-02-10T18:17:21.623Z
32422025-02-10T18:17:21.623Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32432025-02-10T18:17:22.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442025-02-10T18:17:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452025-02-10T18:17:22.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462025-02-10T18:17:22.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32472025-02-10T18:17:22.258Z
32482025-02-10T18:17:22.258Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32492025-02-10T18:17:22.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-02-10T18:17:22.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-02-10T18:17:22.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522025-02-10T18:17:22.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32532025-02-10T18:17:22.888Z
32542025-02-10T18:17:22.888Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32552025-02-10T18:17:23.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-02-10T18:17:23.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-02-10T18:17:23.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582025-02-10T18:17:23.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32592025-02-10T18:17:23.529Z
32602025-02-10T18:17:23.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32612025-02-10T18:17:24.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-02-10T18:17:24.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-02-10T18:17:24.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-02-10T18:17:24.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32652025-02-10T18:17:24.183Z
32662025-02-10T18:17:24.183Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32672025-02-10T18:17:24.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-02-10T18:17:24.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-02-10T18:17:24.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-02-10T18:17:24.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32712025-02-10T18:17:24.835Z
32722025-02-10T18:17:24.835Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
32732025-02-10T18:17:25.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-02-10T18:17:25.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-02-10T18:17:25.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762025-02-10T18:17:25.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32772025-02-10T18:17:25.475Z
32782025-02-10T18:17:25.475Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
32792025-02-10T18:17:26.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-02-10T18:17:26.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-02-10T18:17:26.167Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32822025-02-10T18:17:26.167Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32832025-02-10T18:17:27.023Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32842025-02-10T18:17:29.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
32852025-02-10T18:17:29.185Z
32862025-02-10T18:17:29.186Zinfo: running `cargo check --bins` on oximeter-api (153/199)
32872025-02-10T18:17:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-02-10T18:17:29.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-02-10T18:17:29.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902025-02-10T18:17:29.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32912025-02-10T18:17:29.803Z
32922025-02-10T18:17:29.804Zinfo: running `cargo check --bins` on cert-dev (154/199)
32932025-02-10T18:17:30.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942025-02-10T18:17:30.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952025-02-10T18:17:30.411Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32962025-02-10T18:17:30.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
32972025-02-10T18:17:30.852Z
32982025-02-10T18:17:30.852Zinfo: running `cargo check --bins` on clickana (155/199)
32992025-02-10T18:17:31.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-02-10T18:17:31.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-02-10T18:17:31.484Z Checking castaway v0.2.3
33022025-02-10T18:17:31.491Z Checking lru v0.12.5
33032025-02-10T18:17:31.491Z Compiling instability v0.3.2
33042025-02-10T18:17:31.491Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052025-02-10T18:17:31.491Z Checking unicode-truncate v1.1.0
33062025-02-10T18:17:31.491Z Checking cassowary v0.3.0
33072025-02-10T18:17:31.716Z Checking compact_str v0.8.0
33082025-02-10T18:17:32.269Z Checking ratatui v0.28.1
33092025-02-10T18:17:33.202Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33102025-02-10T18:17:34.332Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33112025-02-10T18:17:35.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
33122025-02-10T18:17:35.314Z
33132025-02-10T18:17:35.314Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33142025-02-10T18:17:35.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-02-10T18:17:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-02-10T18:17:35.984Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33172025-02-10T18:17:35.984Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33182025-02-10T18:17:36.975Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33192025-02-10T18:17:37.425Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33202025-02-10T18:17:37.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
33212025-02-10T18:17:37.950Z
33222025-02-10T18:17:37.950Zinfo: running `cargo check --bins` on ch-dev (157/199)
33232025-02-10T18:17:38.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-02-10T18:17:38.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-02-10T18:17:38.609Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33262025-02-10T18:17:39.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
33272025-02-10T18:17:39.494Z
33282025-02-10T18:17:39.494Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33292025-02-10T18:17:40.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302025-02-10T18:17:40.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312025-02-10T18:17:40.159Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33322025-02-10T18:17:40.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33332025-02-10T18:17:40.690Z
33342025-02-10T18:17:40.690Zinfo: running `cargo check --bins` on db-dev (159/199)
33352025-02-10T18:17:41.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-02-10T18:17:41.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-02-10T18:17:41.334Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33382025-02-10T18:17:42.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33392025-02-10T18:17:42.222Z
33402025-02-10T18:17:42.222Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33412025-02-10T18:17:42.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-02-10T18:17:42.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-02-10T18:17:42.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442025-02-10T18:17:42.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33452025-02-10T18:17:42.854Z
33462025-02-10T18:17:42.854Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33472025-02-10T18:17:43.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-02-10T18:17:43.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-02-10T18:17:43.458Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33502025-02-10T18:17:48.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
33512025-02-10T18:17:48.222Z
33522025-02-10T18:17:48.222Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33532025-02-10T18:17:48.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-02-10T18:17:48.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-02-10T18:17:48.223Z Checking cargo-platform v0.1.8
33562025-02-10T18:17:48.223Z Checking cargo_metadata v0.18.1
33572025-02-10T18:17:48.223Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33582025-02-10T18:17:48.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
33592025-02-10T18:17:48.240Z
33602025-02-10T18:17:48.240Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33612025-02-10T18:17:48.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-02-10T18:17:48.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-02-10T18:17:48.241Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33642025-02-10T18:17:49.271Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652025-02-10T18:17:49.840Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33662025-02-10T18:17:50.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
33672025-02-10T18:17:50.549Z
33682025-02-10T18:17:50.549Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
33692025-02-10T18:17:51.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-02-10T18:17:51.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-02-10T18:17:51.325Z Compiling crunchy v0.2.2
33722025-02-10T18:17:51.325Z Compiling tiny-keccak v2.0.2
33732025-02-10T18:17:51.327Z Compiling dsl_auto_type v0.1.2
33742025-02-10T18:17:51.327Z Checking scheduled-thread-pool v0.2.7
33752025-02-10T18:17:51.327Z Compiling diesel_table_macro_syntax v0.2.0
33762025-02-10T18:17:51.458Z Compiling ascii-canvas v3.0.0
33772025-02-10T18:17:51.471Z Compiling ena v0.14.3
33782025-02-10T18:17:51.484Z Compiling diff v0.1.13
33792025-02-10T18:17:51.658Z Checking r2d2 v0.8.10
33802025-02-10T18:17:51.722Z Compiling regex-syntax v0.6.29
33812025-02-10T18:17:51.877Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33822025-02-10T18:17:51.902Z Compiling ref-cast v1.0.23
33832025-02-10T18:17:51.943Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33842025-02-10T18:17:51.943Z Compiling derive_builder_core v0.20.2
33852025-02-10T18:17:52.071Z Compiling libxml v0.3.3
33862025-02-10T18:17:52.092Z Compiling ref-cast-impl v1.0.23
33872025-02-10T18:17:52.277Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33882025-02-10T18:17:52.478Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33892025-02-10T18:17:52.499Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33902025-02-10T18:17:52.758Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33912025-02-10T18:17:52.779Z Compiling strum_macros v0.24.3
33922025-02-10T18:17:52.795Z Compiling samael v0.0.17
33932025-02-10T18:17:52.810Z Compiling diesel_derives v2.2.3
33942025-02-10T18:17:53.139Z Compiling indoc v1.0.9
33952025-02-10T18:17:53.991Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33962025-02-10T18:17:54.179Z Compiling derive_builder_macro v0.20.2
33972025-02-10T18:17:54.294Z Compiling oso-derive v0.27.3
33982025-02-10T18:17:54.831Z Compiling impl-trait-for-tuples v0.2.2
33992025-02-10T18:17:55.044Z Compiling lalrpop v0.19.12
34002025-02-10T18:17:55.271Z Checking derive_builder v0.20.2
34012025-02-10T18:17:55.446Z Checking quick-xml v0.33.0
34022025-02-10T18:17:55.578Z Compiling diesel-dtrace v0.4.2
34032025-02-10T18:17:55.883Z Checking maplit v1.0.2
34042025-02-10T18:17:56.086Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34052025-02-10T18:17:56.118Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34062025-02-10T18:17:56.400Z Checking bb8 v0.8.5
34072025-02-10T18:17:56.614Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34082025-02-10T18:17:56.883Z Checking rand_seeder v0.3.0
34092025-02-10T18:17:56.956Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34102025-02-10T18:17:57.129Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34112025-02-10T18:17:57.149Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34122025-02-10T18:17:57.333Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34132025-02-10T18:17:57.626Z Checking unicode-linebreak v0.1.5
34142025-02-10T18:17:57.654Z Checking smawk v0.3.2
34152025-02-10T18:17:57.863Z Checking is_ci v1.2.0
34162025-02-10T18:17:58.093Z Checking supports-color v3.0.1
34172025-02-10T18:17:58.143Z Checking textwrap v0.16.1
34182025-02-10T18:17:58.342Z Checking multimap v0.10.0
34192025-02-10T18:17:59.173Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34202025-02-10T18:18:01.112Z Checking diesel v2.2.6
34212025-02-10T18:18:25.690Z Compiling polar-core v0.27.3
34222025-02-10T18:18:26.444Z Checking async-bb8-diesel v0.2.1
34232025-02-10T18:18:32.906Z Checking oso v0.27.3
34242025-02-10T18:19:33.447Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34252025-02-10T18:19:39.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
34262025-02-10T18:19:40.043Z
34272025-02-10T18:19:40.043Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34282025-02-10T18:19:40.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292025-02-10T18:19:40.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302025-02-10T18:19:40.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312025-02-10T18:19:40.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34322025-02-10T18:19:40.718Z
34332025-02-10T18:19:40.718Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34342025-02-10T18:19:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352025-02-10T18:19:41.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362025-02-10T18:19:41.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372025-02-10T18:19:41.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34382025-02-10T18:19:41.384Z
34392025-02-10T18:19:41.384Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34402025-02-10T18:19:41.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412025-02-10T18:19:41.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422025-02-10T18:19:41.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432025-02-10T18:19:41.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34442025-02-10T18:19:41.983Z
34452025-02-10T18:19:41.983Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34462025-02-10T18:19:42.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-02-10T18:19:42.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-02-10T18:19:42.784Z Compiling libz-sys v1.1.20
34492025-02-10T18:19:42.901Z Compiling libgit2-sys v0.17.0+1.8.1
34502025-02-10T18:19:42.913Z Compiling vergen v8.3.2
34512025-02-10T18:19:42.915Z Compiling cargo-platform v0.1.8
34522025-02-10T18:19:42.915Z Compiling pin-project-internal v1.1.6
34532025-02-10T18:19:42.950Z Compiling libsqlite3-sys v0.30.1
34542025-02-10T18:19:42.953Z Compiling snafu-derive v0.8.5
34552025-02-10T18:19:42.953Z Compiling buf-list v1.0.3
34562025-02-10T18:19:43.218Z Compiling rustls v0.21.12
34572025-02-10T18:19:43.431Z Compiling cargo_metadata v0.18.1
34582025-02-10T18:19:43.449Z Compiling cfg_aliases v0.2.1
34592025-02-10T18:19:43.596Z Compiling nix v0.29.0
34602025-02-10T18:19:43.615Z Checking globset v0.4.15
34612025-02-10T18:19:43.639Z Checking olpc-cjson v0.1.4
34622025-02-10T18:19:43.659Z Checking sct v0.7.1
34632025-02-10T18:19:43.872Z Checking rustls-webpki v0.101.7
34642025-02-10T18:19:44.026Z Checking serde_plain v1.0.2
34652025-02-10T18:19:44.076Z Checking typed-path v0.9.3
34662025-02-10T18:19:44.603Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34672025-02-10T18:19:44.817Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34682025-02-10T18:19:44.908Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34692025-02-10T18:19:45.094Z Checking hashlink v0.9.1
34702025-02-10T18:19:45.206Z Checking parse-size v1.1.0
34712025-02-10T18:19:45.406Z Checking fallible-iterator v0.3.0
34722025-02-10T18:19:45.626Z Checking fallible-streaming-iterator v0.1.9
34732025-02-10T18:19:45.650Z Checking pin-project v1.1.6
34742025-02-10T18:19:45.862Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34752025-02-10T18:19:45.901Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34762025-02-10T18:19:45.971Z Checking rusqlite v0.32.1
34772025-02-10T18:19:46.288Z Checking rustls-pemfile v1.0.4
34782025-02-10T18:19:46.498Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34792025-02-10T18:19:46.518Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802025-02-10T18:19:46.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34812025-02-10T18:19:46.872Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34822025-02-10T18:19:47.023Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34832025-02-10T18:19:47.043Z Checking twox-hash v2.1.0
34842025-02-10T18:19:47.133Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34852025-02-10T18:19:47.344Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34862025-02-10T18:19:47.374Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34872025-02-10T18:19:47.394Z Checking tokio-rustls v0.24.1
34882025-02-10T18:19:47.836Z Checking snafu v0.8.5
34892025-02-10T18:19:48.298Z Checking tough v0.19.0
34902025-02-10T18:19:48.537Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34912025-02-10T18:19:48.564Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34922025-02-10T18:19:49.003Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34932025-02-10T18:19:49.085Z Checking fatfs v0.3.6
34942025-02-10T18:19:49.175Z Checking assert_matches v1.5.0
34952025-02-10T18:19:52.349Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34962025-02-10T18:19:53.619Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34972025-02-10T18:19:55.259Z Compiling git2 v0.19.0
34982025-02-10T18:19:59.250Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34992025-02-10T18:20:54.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
35002025-02-10T18:20:54.592Z
35012025-02-10T18:20:54.592Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35022025-02-10T18:20:55.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032025-02-10T18:20:55.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042025-02-10T18:20:55.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052025-02-10T18:20:55.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35062025-02-10T18:20:55.279Z
35072025-02-10T18:20:55.279Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35082025-02-10T18:20:55.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092025-02-10T18:20:55.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102025-02-10T18:20:55.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112025-02-10T18:20:55.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35122025-02-10T18:20:55.884Z
35132025-02-10T18:20:55.884Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35142025-02-10T18:20:56.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152025-02-10T18:20:56.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162025-02-10T18:20:56.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172025-02-10T18:20:56.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35182025-02-10T18:20:56.532Z
35192025-02-10T18:20:56.532Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35202025-02-10T18:20:57.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212025-02-10T18:20:57.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222025-02-10T18:20:57.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232025-02-10T18:20:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35242025-02-10T18:20:57.201Z
35252025-02-10T18:20:57.201Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35262025-02-10T18:20:57.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272025-02-10T18:20:57.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282025-02-10T18:20:57.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292025-02-10T18:20:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35302025-02-10T18:20:57.882Z
35312025-02-10T18:20:57.882Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35322025-02-10T18:20:58.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-02-10T18:20:58.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-02-10T18:20:58.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352025-02-10T18:20:58.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35362025-02-10T18:20:58.563Z
35372025-02-10T18:20:58.563Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35382025-02-10T18:20:59.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-02-10T18:20:59.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-02-10T18:20:59.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412025-02-10T18:20:59.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35422025-02-10T18:20:59.236Z
35432025-02-10T18:20:59.236Zinfo: running `cargo check --bins` on update-common (176/199)
35442025-02-10T18:20:59.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-02-10T18:20:59.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-02-10T18:20:59.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472025-02-10T18:20:59.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35482025-02-10T18:20:59.883Z
35492025-02-10T18:20:59.883Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35502025-02-10T18:21:00.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-02-10T18:21:00.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-02-10T18:21:00.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-02-10T18:21:00.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35542025-02-10T18:21:00.539Z
35552025-02-10T18:21:00.539Zinfo: running `cargo check --bins` on tufaceous (178/199)
35562025-02-10T18:21:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-02-10T18:21:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-02-10T18:21:01.202Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35592025-02-10T18:21:01.493Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35602025-02-10T18:21:02.476Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35612025-02-10T18:21:03.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
35622025-02-10T18:21:03.454Z
35632025-02-10T18:21:03.455Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35642025-02-10T18:21:04.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-02-10T18:21:04.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-02-10T18:21:04.315Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35672025-02-10T18:21:04.318Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35682025-02-10T18:21:04.458Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35692025-02-10T18:21:04.460Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35702025-02-10T18:21:05.458Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35712025-02-10T18:21:31.193Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35722025-02-10T18:21:31.195Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35732025-02-10T18:21:31.195Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35742025-02-10T18:21:31.196Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35752025-02-10T18:21:31.196Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35762025-02-10T18:21:31.196Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35772025-02-10T18:21:32.116Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35782025-02-10T18:21:33.327Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35792025-02-10T18:22:13.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
35802025-02-10T18:22:13.393Z
35812025-02-10T18:22:13.393Zinfo: running `cargo check --bins` on openapi-manager (180/199)
35822025-02-10T18:22:13.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-02-10T18:22:13.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-02-10T18:22:14.092Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35852025-02-10T18:22:14.095Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35862025-02-10T18:22:14.095Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35872025-02-10T18:22:14.221Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35882025-02-10T18:22:14.223Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35892025-02-10T18:22:14.249Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35902025-02-10T18:22:14.252Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35912025-02-10T18:22:14.280Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35922025-02-10T18:22:14.460Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35932025-02-10T18:22:14.521Z Checking heck v0.4.1
35942025-02-10T18:22:14.606Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35952025-02-10T18:22:14.731Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35962025-02-10T18:22:14.765Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35972025-02-10T18:22:14.848Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35982025-02-10T18:22:15.242Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35992025-02-10T18:22:15.537Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36002025-02-10T18:22:15.580Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36012025-02-10T18:22:16.717Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36022025-02-10T18:22:17.396Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36032025-02-10T18:22:17.655Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36042025-02-10T18:22:18.055Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36052025-02-10T18:22:19.720Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36062025-02-10T18:22:19.720Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36072025-02-10T18:22:21.104Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36082025-02-10T18:22:22.536Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36092025-02-10T18:22:28.385Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36102025-02-10T18:22:28.385Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36112025-02-10T18:22:29.542Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36122025-02-10T18:22:30.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
36132025-02-10T18:22:30.719Z
36142025-02-10T18:22:30.719Zinfo: running `cargo check --bins` on installinator-api (181/199)
36152025-02-10T18:22:31.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-02-10T18:22:31.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-02-10T18:22:31.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182025-02-10T18:22:31.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36192025-02-10T18:22:31.359Z
36202025-02-10T18:22:31.359Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36212025-02-10T18:22:31.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-02-10T18:22:31.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-02-10T18:22:31.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242025-02-10T18:22:31.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36252025-02-10T18:22:32.008Z
36262025-02-10T18:22:32.008Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36272025-02-10T18:22:32.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-02-10T18:22:32.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-02-10T18:22:32.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302025-02-10T18:22:32.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36312025-02-10T18:22:32.617Z
36322025-02-10T18:22:32.618Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36332025-02-10T18:22:33.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-02-10T18:22:33.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-02-10T18:22:33.306Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36362025-02-10T18:22:33.307Z Compiling petname v2.0.2
36372025-02-10T18:22:33.310Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36382025-02-10T18:22:33.310Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36392025-02-10T18:22:33.310Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36402025-02-10T18:22:33.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36412025-02-10T18:22:33.415Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36422025-02-10T18:22:33.434Z Checking sync-ptr v0.1.1
36432025-02-10T18:22:38.437Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36442025-02-10T18:22:39.045Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36452025-02-10T18:22:40.225Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36462025-02-10T18:22:41.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
36472025-02-10T18:22:41.920Z
36482025-02-10T18:22:41.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36492025-02-10T18:22:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502025-02-10T18:22:42.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512025-02-10T18:22:42.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522025-02-10T18:22:42.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36532025-02-10T18:22:42.583Z
36542025-02-10T18:22:42.583Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36552025-02-10T18:22:43.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562025-02-10T18:22:43.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572025-02-10T18:22:43.250Z Checking memmap2 v0.9.5
36582025-02-10T18:22:43.251Z Checking constant_time_eq v0.3.1
36592025-02-10T18:22:43.253Z Checking arrayvec v0.7.6
36602025-02-10T18:22:43.253Z Checking arrayref v0.3.9
36612025-02-10T18:22:43.253Z Checking topological-sort v0.2.2
36622025-02-10T18:22:43.254Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
36632025-02-10T18:22:43.254Z Checking shell-words v1.1.0
36642025-02-10T18:22:43.627Z Checking blake3 v1.5.4
36652025-02-10T18:22:43.961Z Checking omicron-zone-package v0.12.0
36662025-02-10T18:22:45.065Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36672025-02-10T18:22:45.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
36682025-02-10T18:22:46.149Z
36692025-02-10T18:22:46.149Zinfo: running `cargo check --bins` on xtask (187/199)
36702025-02-10T18:22:46.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712025-02-10T18:22:46.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722025-02-10T18:22:46.579Z Checking bitflags v2.6.0
36732025-02-10T18:22:46.582Z Checking serde v1.0.217
36742025-02-10T18:22:46.659Z Checking thiserror v1.0.69
36752025-02-10T18:22:46.674Z Checking scroll v0.12.0
36762025-02-10T18:22:46.682Z Checking hashbrown v0.15.1
36772025-02-10T18:22:46.684Z Checking log v0.4.22
36782025-02-10T18:22:46.684Z Checking zerocopy v0.7.35
36792025-02-10T18:22:46.716Z Checking syn v2.0.96
36802025-02-10T18:22:46.780Z Checking pest v2.7.14
36812025-02-10T18:22:46.902Z Checking rustix v0.38.37
36822025-02-10T18:22:46.938Z Checking once_cell v1.20.2
36832025-02-10T18:22:47.088Z Checking goblin v0.8.2
36842025-02-10T18:22:47.241Z Checking fs-err v2.11.0
36852025-02-10T18:22:47.552Z Checking anyhow v1.0.95
36862025-02-10T18:22:47.624Z Checking indexmap v2.7.1
36872025-02-10T18:22:47.859Z Checking tabled v0.15.0
36882025-02-10T18:22:48.499Z Checking terminal_size v0.4.0
36892025-02-10T18:22:48.502Z Checking tempfile v3.13.0
36902025-02-10T18:22:48.654Z Checking clap_builder v4.5.27
36912025-02-10T18:22:49.209Z Checking dtrace-parser v0.2.0
36922025-02-10T18:22:50.685Z Checking serde_json v1.0.135
36932025-02-10T18:22:50.685Z Checking serde_spanned v0.6.8
36942025-02-10T18:22:50.688Z Checking toml_datetime v0.6.8
36952025-02-10T18:22:50.688Z Checking camino v1.1.9
36962025-02-10T18:22:50.688Z Checking cargo-platform v0.1.8
36972025-02-10T18:22:50.787Z Checking semver v1.0.24
36982025-02-10T18:22:50.898Z Checking macaddr v1.0.1
36992025-02-10T18:22:50.965Z Checking clap v4.5.27
37002025-02-10T18:22:50.998Z Checking toml_edit v0.22.22
37012025-02-10T18:22:51.238Z Checking camino-tempfile v1.1.1
37022025-02-10T18:22:51.760Z Checking dof v0.3.0
37032025-02-10T18:22:51.760Z Checking cargo_metadata v0.18.1
37042025-02-10T18:22:52.150Z Checking usdt-impl v0.5.0
37052025-02-10T18:22:52.533Z Checking usdt v0.5.0
37062025-02-10T18:22:52.704Z Checking toml v0.8.19
37072025-02-10T18:22:53.137Z Checking cargo_toml v0.20.5
37082025-02-10T18:22:54.266Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37092025-02-10T18:22:54.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.72s
37102025-02-10T18:22:54.982Z
37112025-02-10T18:22:54.982Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37122025-02-10T18:22:55.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132025-02-10T18:22:55.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142025-02-10T18:22:55.742Z Checking polyval v0.6.2
37152025-02-10T18:22:55.857Z Checking ctr v0.9.2
37162025-02-10T18:22:55.868Z Checking ssh-encoding v0.2.0
37172025-02-10T18:22:55.871Z Checking blowfish v0.9.1
37182025-02-10T18:22:55.890Z Checking password-hash v0.4.2
37192025-02-10T18:22:55.907Z Checking p521 v0.13.3
37202025-02-10T18:22:55.907Z Checking p256 v0.13.2
37212025-02-10T18:22:55.938Z Checking russh-cryptovec v0.7.3
37222025-02-10T18:22:56.092Z Checking ghash v0.5.1
37232025-02-10T18:22:56.111Z Checking bcrypt-pbkdf v0.10.0
37242025-02-10T18:22:56.114Z Checking md5 v0.7.0
37252025-02-10T18:22:56.146Z Checking num-bigint v0.4.6
37262025-02-10T18:22:56.161Z Checking des v0.8.1
37272025-02-10T18:22:56.264Z Checking aes-gcm v0.10.3
37282025-02-10T18:22:56.289Z Checking pbkdf2 v0.11.0
37292025-02-10T18:22:56.353Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37302025-02-10T18:22:56.373Z Checking hex-literal v0.4.1
37312025-02-10T18:22:56.399Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37322025-02-10T18:22:56.462Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37332025-02-10T18:22:56.495Z Checking ssh-cipher v0.2.0
37342025-02-10T18:22:56.515Z Checking internet-checksum v0.2.1
37352025-02-10T18:22:56.776Z Checking ssh-key v0.6.6
37362025-02-10T18:22:57.037Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37372025-02-10T18:22:57.937Z Checking russh-keys v0.45.0
37382025-02-10T18:22:58.766Z Checking russh v0.45.0
37392025-02-10T18:23:16.260Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37402025-02-10T18:23:17.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s
37412025-02-10T18:23:17.818Z
37422025-02-10T18:23:17.818Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37432025-02-10T18:23:18.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442025-02-10T18:23:18.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452025-02-10T18:23:18.464Z Checking termios v0.3.3
37462025-02-10T18:23:18.686Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37472025-02-10T18:23:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
37482025-02-10T18:23:19.649Z
37492025-02-10T18:23:19.649Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37502025-02-10T18:23:20.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-02-10T18:23:20.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-02-10T18:23:20.349Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532025-02-10T18:23:20.349Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37542025-02-10T18:23:20.351Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37552025-02-10T18:23:20.351Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37562025-02-10T18:23:21.372Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37572025-02-10T18:23:22.593Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37582025-02-10T18:23:24.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
37592025-02-10T18:23:24.513Z
37602025-02-10T18:23:24.513Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
37612025-02-10T18:23:25.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622025-02-10T18:23:25.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632025-02-10T18:23:25.153Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37642025-02-10T18:23:25.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37652025-02-10T18:23:25.793Z
37662025-02-10T18:23:25.793Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
37672025-02-10T18:23:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682025-02-10T18:23:26.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692025-02-10T18:23:26.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702025-02-10T18:23:26.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37712025-02-10T18:23:26.396Z
37722025-02-10T18:23:26.396Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
37732025-02-10T18:23:26.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-02-10T18:23:26.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-02-10T18:23:26.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762025-02-10T18:23:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37772025-02-10T18:23:27.004Z
37782025-02-10T18:23:27.004Zinfo: running `cargo check --bins` on omicron-package (194/199)
37792025-02-10T18:23:27.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-02-10T18:23:27.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-02-10T18:23:27.672Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37822025-02-10T18:23:29.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
37832025-02-10T18:23:29.197Z
37842025-02-10T18:23:29.197Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
37852025-02-10T18:23:29.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-02-10T18:23:29.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-02-10T18:23:29.911Z Checking rtoolbox v0.0.2
37882025-02-10T18:23:29.913Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37892025-02-10T18:23:29.913Z Checking tui-tree-widget v0.22.0
37902025-02-10T18:23:30.144Z Checking rpassword v7.3.1
37912025-02-10T18:23:33.874Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37922025-02-10T18:23:36.664Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37932025-02-10T18:23:37.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
37942025-02-10T18:23:37.997Z
37952025-02-10T18:23:37.997Zinfo: running `cargo check --bins` on wicket (196/199)
37962025-02-10T18:23:38.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-02-10T18:23:38.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-02-10T18:23:38.701Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37992025-02-10T18:23:39.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
38002025-02-10T18:23:39.304Z
38012025-02-10T18:23:39.304Zinfo: running `cargo check --bins` on wicketd (197/199)
38022025-02-10T18:23:39.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-02-10T18:23:39.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-02-10T18:23:40.021Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38052025-02-10T18:23:40.024Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38062025-02-10T18:23:40.844Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38072025-02-10T18:23:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
38082025-02-10T18:23:44.787Z
38092025-02-10T18:23:44.787Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38102025-02-10T18:23:45.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112025-02-10T18:23:45.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122025-02-10T18:23:45.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132025-02-10T18:23:45.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38142025-02-10T18:23:45.398Z
38152025-02-10T18:23:45.398Zinfo: running `cargo check --bins` on zone-setup (199/199)
38162025-02-10T18:23:45.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172025-02-10T18:23:46.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182025-02-10T18:23:46.127Z Checking uzers v0.12.1
38192025-02-10T18:23:46.472Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38202025-02-10T18:23:47.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
38212025-02-10T18:23:47.765Z
38222025-02-10T18:23:47.765Zreal 13:20.781696443
38232025-02-10T18:23:47.765Zuser 25:42.271998035
38242025-02-10T18:23:47.765Zsys 4:15.535342051
38252025-02-10T18:23:47.765Ztrap 0.517163176
38262025-02-10T18:23:47.765Ztflt 3.596780484
38272025-02-10T18:23:47.768Zdflt 2.232364170
38282025-02-10T18:23:47.768Zkflt 0.000973714
38292025-02-10T18:23:47.768Zlock 45:16.449614454
38302025-02-10T18:23:47.768Zslp 2:07:51.702225928
38312025-02-10T18:23:47.768Zlat 1:07.425937322
38322025-02-10T18:23:47.768Zstop 3:46.849759770
38332025-02-10T18:23:47.768Zprocess exited: duration 1112948 ms, exit code 0
 
38342025-02-10T18:23:47.775Zfound 0 output files