01JKFV4PWH0W9RFRY30THWZ1CA: 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: 01JKFV51V15ZQ8A7TN7JFN5T4W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-07T09:17:40.963Zjob assigned to worker 01JKFV53H4CP37GXKZQP649AJ4 [factory aws, i-0ae28f116e5a25621] (queued for 54 s)
 
22025-02-07T09:17:49.394Zstarting task 0: "setup"
32025-02-07T09:17:49.402Z++ uname -s
42025-02-07T09:17:49.404Z+ kern=SunOS
52025-02-07T09:17:49.404Z+ build_user=build
62025-02-07T09:17:49.404Z+ build_uid=12345
72025-02-07T09:17:49.404Z+ work_dir=/work
82025-02-07T09:17:49.404Z+ input_dir=/input
92025-02-07T09:17:49.404Z+ [[ 0 == 12345 ]]
102025-02-07T09:17:49.404Z+ case "$kern" in
112025-02-07T09:17:49.404Z+ groupadd -g 12345 build
122025-02-07T09:17:49.407Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-07T09:17:51.416Z+ zfs create -o mountpoint=/work rpool/work
142025-02-07T09:17:51.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-07T09:17:51.554Z+ home_fs=zfs
162025-02-07T09:17:51.554Z+ [[ zfs == autofs ]]
172025-02-07T09:17:51.554Z+ mkdir -p /home/build
182025-02-07T09:17:51.556Z+ chown build:build /home/build /work
192025-02-07T09:17:53.558Z+ chmod 0700 /home/build /work
202025-02-07T09:17:53.560Zprocess exited: duration 4165 ms, exit code 0
 
212025-02-07T09:17:53.566Zstarting task 1: "rust-toolchain"
222025-02-07T09:17:53.571Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-07T09:17:53.571Z * rust toolchain channel = "1.84.1"
242025-02-07T09:17:53.571Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-07T09:17:53.571Z * rust toolchain profile = "default"
262025-02-07T09:17:53.571Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-07T09:17:53.571Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-07T09:17:53.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-07T09:17:53.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-07T09:17:53.695Zinfo: downloading installer
312025-02-07T09:17:54.851Zwarning: it looks like you have an existing installation of Rust at:
322025-02-07T09:17:54.851Zwarning: /opt/ooce/bin
332025-02-07T09:17:54.851Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-07T09:17:54.851Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-07T09:17:54.851Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-07T09:17:54.851Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-07T09:17:54.851Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-07T09:17:54.851Zerror: cannot install while Rust is installed
392025-02-07T09:17:54.851Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-07T09:17:54.867Zinfo: profile set to 'default'
412025-02-07T09:17:54.867Zinfo: default host triple is x86_64-unknown-illumos
422025-02-07T09:17:54.870Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-07T09:17:55.002Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-07T09:17:55.002Zinfo: downloading component 'cargo'
452025-02-07T09:17:55.729Zinfo: downloading component 'clippy'
462025-02-07T09:17:56.005Zinfo: downloading component 'rust-docs'
472025-02-07T09:17:56.998Zinfo: downloading component 'rust-std'
482025-02-07T09:17:58.611Zinfo: downloading component 'rustc'
492025-02-07T09:18:04.307Zinfo: downloading component 'rustfmt'
502025-02-07T09:18:04.520Zinfo: installing component 'cargo'
512025-02-07T09:18:05.336Zinfo: installing component 'clippy'
522025-02-07T09:18:05.717Zinfo: installing component 'rust-docs'
532025-02-07T09:18:07.368Zinfo: installing component 'rust-std'
542025-02-07T09:18:09.216Zinfo: installing component 'rustc'
552025-02-07T09:18:15.164Zinfo: installing component 'rustfmt'
562025-02-07T09:18:15.532Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-07T09:18:15.532Z
582025-02-07T09:18:15.930Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-07T09:18:15.930Z
602025-02-07T09:18:15.933Z
612025-02-07T09:18:15.933ZRust is installed now. Great!
622025-02-07T09:18:15.933Z
632025-02-07T09:18:15.933ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-07T09:18:15.933Zenvironment variable. This has not been done automatically.
652025-02-07T09:18:15.933Z
662025-02-07T09:18:15.933ZTo configure your current shell, you need to source
672025-02-07T09:18:15.933Zthe corresponding env file under $HOME/.cargo.
682025-02-07T09:18:15.933Z
692025-02-07T09:18:15.933ZThis is usually done by running one of the following (note the leading DOT):
702025-02-07T09:18:15.933Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-07T09:18:15.933Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-07T09:18:16.009Z+ rustup --version
732025-02-07T09:18:16.017Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-07T09:18:16.017Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-07T09:18:16.094Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-07T09:18:16.098Z+ cargo --version
772025-02-07T09:18:16.156Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-07T09:18:16.159Z+ rustc --version
792025-02-07T09:18:16.221Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-07T09:18:16.224Zprocess exited: duration 22655 ms, exit code 0
 
812025-02-07T09:18:16.230Zstarting task 2: "authentication"
822025-02-07T09:18:16.251Zprocess exited: duration 21 ms, exit code 0
 
832025-02-07T09:18:16.256Zstarting task 3: "clone repository"
842025-02-07T09:18:16.262Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-07T09:18:16.264Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-07T09:18:16.299ZCloning into '/work/oxidecomputer/omicron'...
872025-02-07T09:18:23.024Z+ cd /work/oxidecomputer/omicron
882025-02-07T09:18:23.024Z+ git fetch origin e5add313d964279423d70a502bba4b41af8478dd
892025-02-07T09:18:23.321ZFrom https://github.com/oxidecomputer/omicron
902025-02-07T09:18:23.321Z * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD
912025-02-07T09:18:23.331Z+ [[ -n dont_deploy_expunged_datasets ]]
922025-02-07T09:18:23.333Z++ git branch --show-current
932025-02-07T09:18:23.336Z+ current=main
942025-02-07T09:18:23.336Z+ [[ main != dont_deploy_expunged_datasets ]]
952025-02-07T09:18:23.336Z+ git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd
962025-02-07T09:18:23.339Z+ git checkout -f dont_deploy_expunged_datasets
972025-02-07T09:18:23.521ZSwitched to branch 'dont_deploy_expunged_datasets'
982025-02-07T09:18:23.524Z+ git reset --hard e5add313d964279423d70a502bba4b41af8478dd
992025-02-07T09:18:23.535ZHEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets
1002025-02-07T09:18:23.538Zprocess exited: duration 7279 ms, exit code 0
 
1012025-02-07T09:18:23.543Zstarting task 4: "build"
1022025-02-07T09:18:23.549Z+ source .github/buildomat/ci-env.sh
1032025-02-07T09:18:23.549Z++ export CARGO_TERM_COLOR=always
1042025-02-07T09:18:23.549Z++ CARGO_TERM_COLOR=always
1052025-02-07T09:18:23.551Z+ cargo --version
1062025-02-07T09:18:23.599Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-07T09:18:23.602Z+ rustc --version
1082025-02-07T09:18:23.662Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-07T09:18:23.666Z+ source ./env.sh
1102025-02-07T09:18:23.666Z++ OLD_SHELL_OPTS=ehxB
1112025-02-07T09:18:23.666Z++ set -o xtrace
1122025-02-07T09:18:23.668Z++++ dirname ./env.sh
1132025-02-07T09:18:23.673Z+++ readlink -f .
1142025-02-07T09:18:23.676Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-07T09:18:23.676Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-07T09:18:23.676Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-07T09:18:23.676Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-02-07T09:18:23.676Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-02-07T09:18:23.676Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-02-07T09:18:23.676Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-02-07T09:18:23.676Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-02-07T09:18:23.676Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-02-07T09:18:23.676Z++ case $OLD_SHELL_OPTS in
1242025-02-07T09:18:23.676Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-07T09:18:23.676Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262025-02-07T09:18:23.676Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-02-07T09:18:23.676Z+ banner prerequisites
1282025-02-07T09:18:23.681Z
1292025-02-07T09:18:23.681Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-07T09:18:23.681Z # # # # # # # # # # # # # # #
1312025-02-07T09:18:23.681Z # # # # ##### # # ##### # # # # # #### #
1322025-02-07T09:18:23.681Z ##### ##### # ##### # # # # # # # # #
1332025-02-07T09:18:23.681Z # # # # # # # # # # # # # # #
1342025-02-07T09:18:23.681Z # # # ###### # # ###### ### # #### # #### #
1352025-02-07T09:18:23.681Z
1362025-02-07T09:18:23.681Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-07T09:18:25.305Zpkg list: illegal option -- F
1382025-02-07T09:18:25.308ZUsage:
1392025-02-07T09:18:25.308Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-07T09:18:25.308Z [pkg_fmri_pattern ...]
1412025-02-07T09:18:26.162Zpkg list: illegal option -- F
1422025-02-07T09:18:26.162ZUsage:
1432025-02-07T09:18:26.162Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-07T09:18:26.162Z [pkg_fmri_pattern ...]
1452025-02-07T09:18:34.807Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-07T09:18:38.981Z Startup: Caching catalogs ... Done
1472025-02-07T09:18:51.075ZPlanning: Solver setup ... Done (11.163s)
1482025-02-07T09:18:51.226ZPlanning: Running solver ... Done (0.150s)
1492025-02-07T09:18:51.340ZPlanning: Finding local manifests ... Done (0.006s)
1502025-02-07T09:18:51.355ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-07T09:18:51.661ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-07T09:18:51.941ZPlanning: Package planning ... Done (0.279s)
1532025-02-07T09:18:51.997ZPlanning: Merging actions ... Done (0.056s)
1542025-02-07T09:18:52.190ZPlanning: Checking for conflicting actions ... Done (0.193s)
1552025-02-07T09:18:54.330ZPlanning: Consolidating action changes ... Done (2.139s)
1562025-02-07T09:18:54.765ZPlanning: Evaluating mediators ... Done (0.435s)
1572025-02-07T09:18:54.845ZPlanning: Planning completed in 15.76 seconds
1582025-02-07T09:18:54.861Z Packages to install: 4
1592025-02-07T09:18:54.861Z Packages to update: 3
1602025-02-07T09:18:54.864Z Mediators to change: 2
1612025-02-07T09:18:54.864Z Services to change: 1
1622025-02-07T09:18:54.864Z Estimated space available: 155.61 GB
1632025-02-07T09:18:54.864ZEstimated space to be consumed: 1.65 GB
1642025-02-07T09:18:54.864Z Create boot environment: No
1652025-02-07T09:18:54.864ZCreate backup boot environment: Yes
1662025-02-07T09:18:54.864Z Rebuild boot archive: No
1672025-02-07T09:18:54.864Z
1682025-02-07T09:18:54.864ZChanged mediators:
1692025-02-07T09:18:54.864Z mediator clang:
1702025-02-07T09:18:54.864Z version: None -> 15 (system default)
1712025-02-07T09:18:54.864Z
1722025-02-07T09:18:54.864Z mediator llvm:
1732025-02-07T09:18:54.865Z version: 14 (system default) -> 15 (system default)
1742025-02-07T09:18:54.865Z
1752025-02-07T09:18:54.865ZChanged packages:
1762025-02-07T09:18:54.865Zhelios-dev
1772025-02-07T09:18:54.865Z developer/build-essential
1782025-02-07T09:18:54.865Z None -> 11-2.0
1792025-02-07T09:18:54.865Z library/libxmlsec1
1802025-02-07T09:18:54.865Z None -> 1.2.35-2.0
1812025-02-07T09:18:54.865Z ooce/developer/clang-15
1822025-02-07T09:18:54.865Z None -> 15.0.7-2.0
1832025-02-07T09:18:54.865Z ooce/developer/llvm-15
1842025-02-07T09:18:54.865Z None -> 15.0.7-2.0
1852025-02-07T09:18:54.865Z package/pkg
1862025-02-07T09:18:54.865Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-07T09:18:54.865Z system/library/g++-runtime
1882025-02-07T09:18:54.865Z 13-2.0 -> 14-2.0
1892025-02-07T09:18:54.865Z system/library/gcc-runtime
1902025-02-07T09:18:54.865Z 13-2.0 -> 14-2.0
1912025-02-07T09:18:54.865Z
1922025-02-07T09:18:54.865ZServices:
1932025-02-07T09:18:54.865Z restart_fmri:
1942025-02-07T09:18:54.865Z svc:/system/update-man-index:default
1952025-02-07T09:18:54.865Z
1962025-02-07T09:18:54.865ZEditable files to change:
1972025-02-07T09:18:54.865Z Update:
1982025-02-07T09:18:54.865Z usr/share/lib/pkg/web/config.shtml
1992025-02-07T09:18:54.946Z
2002025-02-07T09:18:54.946ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-07T09:18:59.947ZDownload: 1177/4301 items 50.2/225.4MB 22% complete (10.0M/s)
2022025-02-07T09:19:04.952ZDownload: 1680/4301 items 118.0/225.4MB 52% complete (12.2M/s)
2032025-02-07T09:19:09.961ZDownload: 2528/4301 items 120.3/225.4MB 53% complete (7.5M/s)
2042025-02-07T09:19:14.968ZDownload: 3231/4301 items 198.6/225.4MB 88% complete (8.0M/s)
2052025-02-07T09:19:22.117ZDownload: 3281/4301 items 210.8/225.4MB 93% complete (9.0M/s)
2062025-02-07T09:19:27.121ZDownload: 3608/4301 items 216.2/225.4MB 95% complete (1.5M/s)
2072025-02-07T09:19:32.705ZDownload: 4293/4301 items 224.8/225.4MB 99% complete (1.6M/s)
2082025-02-07T09:19:35.920ZDownload: Completed 225.42 MB in 40.97 seconds (5.5M/s)
2092025-02-07T09:19:38.210Z Actions: 1/5122 actions (Removing old actions)
2102025-02-07T09:19:38.231Z Actions: 194/5122 actions (Installing new actions)
2112025-02-07T09:19:42.935Z Actions: 4267/5122 actions (Updating modified actions)
2122025-02-07T09:19:43.293Z Actions: Completed 5122 actions in 5.08 seconds.
2132025-02-07T09:19:43.721Z Done (0.420s)
2142025-02-07T09:19:43.723Z Done (0.002s)
2152025-02-07T09:19:44.321Z Done (0.598s)
2162025-02-07T09:19:48.606Z Done (4.051s)
2172025-02-07T09:19:48.692Z Done (0.017s)
2182025-02-07T09:19:48.695Z Done (0.000s)
2192025-02-07T09:19:48.861Z Done (0.000s)
2202025-02-07T09:19:49.560ZPlanning: Evaluating mediator changes ... Done
2212025-02-07T09:19:49.721ZPlanning: Checking for conflicting actions ... Done
2222025-02-07T09:19:49.723ZPlanning: Consolidating action changes ... Done
2232025-02-07T09:19:49.990ZPlanning: Evaluating mediators ... Done
2242025-02-07T09:19:50.004ZPlanning: Planning completed in 0.43 seconds
2252025-02-07T09:19:50.038Z Mediators to change: 2
2262025-02-07T09:19:50.038Z Create boot environment: No
2272025-02-07T09:19:50.076ZCreate backup boot environment: No
2282025-02-07T09:19:50.111Z Done
2292025-02-07T09:19:50.111Z Done
2302025-02-07T09:19:50.477Z Done
2312025-02-07T09:19:54.040Z Done
2322025-02-07T09:19:54.116Z Done
2332025-02-07T09:19:54.119Z Done
2342025-02-07T09:19:54.241Z Done
2352025-02-07T09:19:54.853ZPlanning: Evaluating mediator changes ... Done
2362025-02-07T09:19:54.857ZPlanning: Merging actions ... Done
2372025-02-07T09:19:55.042ZPlanning: Checking for conflicting actions ... Done
2382025-02-07T09:19:55.049ZPlanning: Consolidating action changes ... Done
2392025-02-07T09:19:55.315ZPlanning: Evaluating mediators ... Done
2402025-02-07T09:19:55.370ZPlanning: Planning completed in 0.76 seconds
2412025-02-07T09:19:55.412Z Packages to change: 1
2422025-02-07T09:19:55.412Z Mediators to change: 1
2432025-02-07T09:19:55.413Z Services to change: 1
2442025-02-07T09:19:55.413Z Create boot environment: No
2452025-02-07T09:19:55.419ZCreate backup boot environment: Yes
2462025-02-07T09:19:57.698Z Actions: 1/6 actions (Updating modified actions)
2472025-02-07T09:19:57.701Z Actions: Completed 6 actions in 0.00 seconds.
2482025-02-07T09:19:57.701Z Done
2492025-02-07T09:19:57.701Z Done
2502025-02-07T09:19:57.820Z Done
2512025-02-07T09:20:01.394Z Done
2522025-02-07T09:20:01.481Z Done
2532025-02-07T09:20:01.483Z Done
2542025-02-07T09:20:01.630Z Done
2552025-02-07T09:20:02.068ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2562025-02-07T09:20:02.068Zclang system 15 system
2572025-02-07T09:20:02.068Zcsh system system illumos
2582025-02-07T09:20:02.068Zctags system system illumos
2592025-02-07T09:20:02.068Zgcc vendor 12 vendor
2602025-02-07T09:20:02.068Zgcc system 10 system
2612025-02-07T09:20:02.068Zgcc system 7 system
2622025-02-07T09:20:02.068Zgo system 1.20 system
2632025-02-07T09:20:02.068Zgo system 1.19 system
2642025-02-07T09:20:02.068Zllvm system 15 system
2652025-02-07T09:20:02.068Zllvm system 14 system
2662025-02-07T09:20:02.068Zmariadb system 10.6 system
2672025-02-07T09:20:02.068Zmta vendor vendor dma
2682025-02-07T09:20:02.069Zopenjdk system 17 system
2692025-02-07T09:20:02.069Zopenjdk system 11 system
2702025-02-07T09:20:02.069Zopenjdk system 1.8 system
2712025-02-07T09:20:02.069Zopenssl vendor 3 vendor
2722025-02-07T09:20:02.069Zperl system 5.36 system
2732025-02-07T09:20:02.069Zpostgresql system 15 system
2742025-02-07T09:20:02.069Zpostgresql system 13 system
2752025-02-07T09:20:02.069Zpython vendor 3 vendor
2762025-02-07T09:20:02.069Zpython system 2 system
2772025-02-07T09:20:02.069Zpython3 system 3.11 system
2782025-02-07T09:20:02.069Zruby system 3.0 system
2792025-02-07T09:20:02.069Zwords vendor vendor american-english
2802025-02-07T09:20:02.069Zwords system system australian-english
2812025-02-07T09:20:02.069Zwords system system british-english
2822025-02-07T09:20:02.069Zwords system system canadian-english
2832025-02-07T09:20:02.069Zwords system system french
2842025-02-07T09:20:02.069Zwords system system italian
2852025-02-07T09:20:02.069Zwords system system ngerman
2862025-02-07T09:20:02.069Zwords system system ogerman
2872025-02-07T09:20:02.069Zwords system system spanish
2882025-02-07T09:20:02.403ZPUBLISHER TYPE STATUS P LOCATION
2892025-02-07T09:20:02.403Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2902025-02-07T09:20:05.277ZFMRI IFO
2912025-02-07T09:20:05.277Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2922025-02-07T09:20:05.277Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2932025-02-07T09:20:05.277Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2942025-02-07T09:20:05.277Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2952025-02-07T09:20:05.277Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2962025-02-07T09:20:05.277Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2972025-02-07T09:20:05.277Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2982025-02-07T09:20:05.277Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2992025-02-07T09:20:05.277Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3002025-02-07T09:20:05.277Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3012025-02-07T09:20:05.277Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3022025-02-07T09:20:05.277Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3032025-02-07T09:20:05.277Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3042025-02-07T09:20:05.277Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3052025-02-07T09:20:05.277Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3062025-02-07T09:20:06.036Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3072025-02-07T09:20:06.296Z Updating crates.io index
3082025-02-07T09:20:06.299Z Updating git repository `https://github.com/oxidecomputer/daft`
3092025-02-07T09:20:06.646Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102025-02-07T09:20:07.141Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3112025-02-07T09:20:07.411Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122025-02-07T09:20:07.750Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3132025-02-07T09:20:08.024Z Updating git repository `https://github.com/oxidecomputer/propolis`
3142025-02-07T09:20:08.976Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152025-02-07T09:20:10.638Z Updating git repository `https://github.com/oxidecomputer/opte`
3162025-02-07T09:20:11.300Z Updating git repository `https://github.com/oxidecomputer/falcon`
3172025-02-07T09:20:12.067Z Updating git repository `https://github.com/oxidecomputer/clickward`
3182025-02-07T09:20:12.430Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3192025-02-07T09:20:12.733Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3202025-02-07T09:20:13.340Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3212025-02-07T09:20:13.862Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3222025-02-07T09:20:14.259Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232025-02-07T09:20:14.563Z Updating git repository `https://github.com/oxidecomputer/tofino`
3242025-02-07T09:20:14.808Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3252025-02-07T09:20:15.068Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3262025-02-07T09:20:15.380Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3272025-02-07T09:20:15.653Z Updating git repository `https://github.com/oxidecomputer/lldp`
3282025-02-07T09:20:16.018Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3292025-02-07T09:20:16.344Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-02-07T09:20:16.663Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-02-07T09:20:16.944Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322025-02-07T09:20:17.307Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332025-02-07T09:20:17.837Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3342025-02-07T09:20:18.156Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3352025-02-07T09:20:18.529Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3362025-02-07T09:20:18.959Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3372025-02-07T09:20:19.350Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382025-02-07T09:20:19.641Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392025-02-07T09:20:19.936Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3402025-02-07T09:20:21.106Z Downloading crates ...
3412025-02-07T09:20:21.174Z Downloaded autocfg v1.4.0
3422025-02-07T09:20:21.177Z Downloaded anstream v0.6.15
3432025-02-07T09:20:21.180Z Downloaded equivalent v1.0.1
3442025-02-07T09:20:21.182Z Downloaded dtrace-parser v0.2.0
3452025-02-07T09:20:21.194Z Downloaded swrite v0.1.0
3462025-02-07T09:20:21.199Z Downloaded scroll_derive v0.12.0
3472025-02-07T09:20:21.202Z Downloaded pretty-hex v0.4.1
3482025-02-07T09:20:21.205Z Downloaded anstyle v1.0.10
3492025-02-07T09:20:21.208Z Downloaded anstyle-query v1.1.1
3502025-02-07T09:20:21.211Z Downloaded usdt-macro v0.5.0
3512025-02-07T09:20:21.216Z Downloaded usdt-attr-macro v0.5.0
3522025-02-07T09:20:21.218Z Downloaded colorchoice v1.0.2
3532025-02-07T09:20:21.218Z Downloaded errno v0.3.9
3542025-02-07T09:20:21.221Z Downloaded anstyle-parse v0.2.5
3552025-02-07T09:20:21.221Z Downloaded dof v0.3.0
3562025-02-07T09:20:21.224Z Downloaded clap_lex v0.7.4
3572025-02-07T09:20:21.224Z Downloaded heck v0.5.0
3582025-02-07T09:20:21.227Z Downloaded crypto-common v0.1.6
3592025-02-07T09:20:21.227Z Downloaded toml_datetime v0.6.8
3602025-02-07T09:20:21.227Z Downloaded pest_generator v2.7.14
3612025-02-07T09:20:21.229Z Downloaded usdt v0.5.0
3622025-02-07T09:20:21.229Z Downloaded heck v0.4.1
3632025-02-07T09:20:21.232Z Downloaded cargo-platform v0.1.8
3642025-02-07T09:20:21.232Z Downloaded byteorder v1.5.0
3652025-02-07T09:20:21.235Z Downloaded terminal_size v0.4.0
3662025-02-07T09:20:21.235Z Downloaded proc-macro-error-attr v1.0.4
3672025-02-07T09:20:21.235Z Downloaded itoa v1.0.11
3682025-02-07T09:20:21.237Z Downloaded bytecount v0.6.8
3692025-02-07T09:20:21.240Z Downloaded plain v0.2.3
3702025-02-07T09:20:21.240Z Downloaded fastrand v2.1.1
3712025-02-07T09:20:21.240Z Downloaded serde_spanned v0.6.8
3722025-02-07T09:20:21.243Z Downloaded block-buffer v0.10.4
3732025-02-07T09:20:21.245Z Downloaded utf8parse v0.2.2
3742025-02-07T09:20:21.245Z Downloaded macaddr v1.0.1
3752025-02-07T09:20:21.248Z Downloaded tabled_derive v0.7.0
3762025-02-07T09:20:21.251Z Downloaded version_check v0.9.5
3772025-02-07T09:20:21.254Z Downloaded smawk v0.3.2
3782025-02-07T09:20:21.256Z Downloaded thiserror v1.0.69
3792025-02-07T09:20:21.259Z Downloaded thiserror-impl v1.0.69
3802025-02-07T09:20:21.261Z Downloaded strsim v0.11.1
3812025-02-07T09:20:21.261Z Downloaded thread-id v4.2.2
3822025-02-07T09:20:21.264Z Downloaded cpufeatures v0.2.14
3832025-02-07T09:20:21.264Z Downloaded cargo_metadata v0.18.1
3842025-02-07T09:20:21.266Z Downloaded unicode-linebreak v0.1.5
3852025-02-07T09:20:21.269Z Downloaded fnv v1.0.7
3862025-02-07T09:20:21.269Z Downloaded cfg-if v1.0.0
3872025-02-07T09:20:21.269Z Downloaded scroll v0.12.0
3882025-02-07T09:20:21.272Z Downloaded fs-err v2.11.0
3892025-02-07T09:20:21.272Z Downloaded camino v1.1.9
3902025-02-07T09:20:21.275Z Downloaded memmap v0.7.0
3912025-02-07T09:20:21.278Z Downloaded is_terminal_polyfill v1.70.1
3922025-02-07T09:20:21.280Z Downloaded quote v1.0.38
3932025-02-07T09:20:21.283Z Downloaded bitflags v2.6.0
3942025-02-07T09:20:21.286Z Downloaded pest_derive v2.7.14
3952025-02-07T09:20:21.293Z Downloaded anyhow v1.0.95
3962025-02-07T09:20:21.296Z Downloaded usdt-impl v0.5.0
3972025-02-07T09:20:21.296Z Downloaded tempfile v3.13.0
3982025-02-07T09:20:21.296Z Downloaded proc-macro-error v1.0.4
3992025-02-07T09:20:21.299Z Downloaded clap v4.5.27
4002025-02-07T09:20:21.306Z Downloaded unicode-ident v1.0.14
4012025-02-07T09:20:21.309Z Downloaded typenum v1.17.0
4022025-02-07T09:20:21.312Z Downloaded proc-macro2 v1.0.92
4032025-02-07T09:20:21.315Z Downloaded pest_meta v2.7.14
4042025-02-07T09:20:21.317Z Downloaded papergrid v0.11.0
4052025-02-07T09:20:21.320Z Downloaded zerocopy-derive v0.7.35
4062025-02-07T09:20:21.324Z Downloaded sha2 v0.10.8
4072025-02-07T09:20:21.327Z Downloaded serde_tokenstream v0.2.2
4082025-02-07T09:20:21.329Z Downloaded camino-tempfile v1.1.1
4092025-02-07T09:20:21.332Z Downloaded generic-array v0.14.7
4102025-02-07T09:20:21.332Z Downloaded log v0.4.22
4112025-02-07T09:20:21.335Z Downloaded ryu v1.0.18
4122025-02-07T09:20:21.337Z Downloaded cargo_toml v0.20.5
4132025-02-07T09:20:21.338Z Downloaded serde_derive v1.0.217
4142025-02-07T09:20:21.340Z Downloaded ucd-trie v0.1.7
4152025-02-07T09:20:21.343Z Downloaded toml v0.8.19
4162025-02-07T09:20:21.345Z Downloaded serde v1.0.217
4172025-02-07T09:20:21.348Z Downloaded clap_derive v4.5.24
4182025-02-07T09:20:21.351Z Downloaded digest v0.10.7
4192025-02-07T09:20:21.353Z Downloaded indexmap v2.7.1
4202025-02-07T09:20:21.356Z Downloaded textwrap v0.16.1
4212025-02-07T09:20:21.358Z Downloaded once_cell v1.20.2
4222025-02-07T09:20:21.361Z Downloaded semver v1.0.24
4232025-02-07T09:20:21.366Z Downloaded memchr v2.7.4
4242025-02-07T09:20:21.375Z Downloaded toml_edit v0.22.22
4252025-02-07T09:20:21.418Z Downloaded zerocopy v0.7.35
4262025-02-07T09:20:21.432Z Downloaded winnow v0.6.20
4272025-02-07T09:20:21.441Z Downloaded serde_json v1.0.135
4282025-02-07T09:20:21.447Z Downloaded tabled v0.15.0
4292025-02-07T09:20:21.461Z Downloaded goblin v0.8.2
4302025-02-07T09:20:21.467Z Downloaded clap_builder v4.5.27
4312025-02-07T09:20:21.473Z Downloaded unicode-width v0.1.14
4322025-02-07T09:20:21.478Z Downloaded syn v1.0.109
4332025-02-07T09:20:21.487Z Downloaded pest v2.7.14
4342025-02-07T09:20:21.492Z Downloaded syn v2.0.96
4352025-02-07T09:20:21.502Z Downloaded hashbrown v0.15.1
4362025-02-07T09:20:21.507Z Downloaded rustix v0.38.37
4372025-02-07T09:20:21.555Z Downloaded libc v0.2.169
4382025-02-07T09:20:21.873Z Compiling proc-macro2 v1.0.92
4392025-02-07T09:20:21.873Z Compiling unicode-ident v1.0.14
4402025-02-07T09:20:21.875Z Compiling serde v1.0.217
4412025-02-07T09:20:21.875Z Compiling version_check v0.9.5
4422025-02-07T09:20:21.875Z Compiling thiserror v1.0.69
4432025-02-07T09:20:21.876Z Compiling memchr v2.7.4
4442025-02-07T09:20:21.909Z Compiling libc v0.2.169
4452025-02-07T09:20:21.912Z Compiling ucd-trie v0.1.7
4462025-02-07T09:20:22.161Z Compiling ryu v1.0.18
4472025-02-07T09:20:22.506Z Compiling itoa v1.0.11
4482025-02-07T09:20:22.648Z Compiling once_cell v1.20.2
4492025-02-07T09:20:22.676Z Compiling byteorder v1.5.0
4502025-02-07T09:20:22.728Z Compiling rustix v0.38.37
4512025-02-07T09:20:22.851Z Compiling serde_json v1.0.135
4522025-02-07T09:20:23.172Z Compiling bitflags v2.6.0
4532025-02-07T09:20:23.229Z Compiling usdt-impl v0.5.0
4542025-02-07T09:20:23.467Z Compiling proc-macro-error-attr v1.0.4
4552025-02-07T09:20:23.512Z Compiling syn v1.0.109
4562025-02-07T09:20:23.545Z Compiling proc-macro-error v1.0.4
4572025-02-07T09:20:23.604Z Compiling equivalent v1.0.1
4582025-02-07T09:20:23.671Z Compiling quote v1.0.38
4592025-02-07T09:20:23.747Z Compiling camino v1.1.9
4602025-02-07T09:20:23.803Z Compiling errno v0.3.9
4612025-02-07T09:20:23.826Z Compiling log v0.4.22
4622025-02-07T09:20:24.042Z Compiling syn v2.0.96
4632025-02-07T09:20:24.146Z Compiling hashbrown v0.15.1
4642025-02-07T09:20:24.203Z Compiling utf8parse v0.2.2
4652025-02-07T09:20:24.283Z Compiling plain v0.2.3
4662025-02-07T09:20:24.394Z Compiling thread-id v4.2.2
4672025-02-07T09:20:24.420Z Compiling anstyle-parse v0.2.5
4682025-02-07T09:20:24.637Z Compiling anstyle-query v1.1.1
4692025-02-07T09:20:24.737Z Compiling anstyle v1.0.10
4702025-02-07T09:20:24.792Z Compiling colorchoice v1.0.2
4712025-02-07T09:20:24.855Z Compiling semver v1.0.24
4722025-02-07T09:20:24.953Z Compiling winnow v0.6.20
4732025-02-07T09:20:25.136Z Compiling autocfg v1.4.0
4742025-02-07T09:20:25.164Z Compiling indexmap v2.7.1
4752025-02-07T09:20:25.241Z Compiling is_terminal_polyfill v1.70.1
4762025-02-07T09:20:25.310Z Compiling pretty-hex v0.4.1
4772025-02-07T09:20:25.389Z Compiling unicode-width v0.1.14
4782025-02-07T09:20:25.546Z Compiling anstream v0.6.15
4792025-02-07T09:20:25.948Z Compiling terminal_size v0.4.0
4802025-02-07T09:20:26.123Z Compiling fs-err v2.11.0
4812025-02-07T09:20:26.304Z Compiling fastrand v2.1.1
4822025-02-07T09:20:26.330Z Compiling anyhow v1.0.95
4832025-02-07T09:20:26.401Z Compiling strsim v0.11.1
4842025-02-07T09:20:26.617Z Compiling heck v0.5.0
4852025-02-07T09:20:26.864Z Compiling clap_lex v0.7.4
4862025-02-07T09:20:26.890Z Compiling bytecount v0.6.8
4872025-02-07T09:20:26.980Z Compiling fnv v1.0.7
4882025-02-07T09:20:27.147Z Compiling cfg-if v1.0.0
4892025-02-07T09:20:27.150Z Compiling heck v0.4.1
4902025-02-07T09:20:27.197Z Compiling clap_builder v4.5.27
4912025-02-07T09:20:27.255Z Compiling tempfile v3.13.0
4922025-02-07T09:20:27.286Z Compiling papergrid v0.11.0
4932025-02-07T09:20:27.916Z Compiling memmap v0.7.0
4942025-02-07T09:20:27.992Z Compiling unicode-linebreak v0.1.5
4952025-02-07T09:20:28.065Z Compiling smawk v0.3.2
4962025-02-07T09:20:28.353Z Compiling swrite v0.1.0
4972025-02-07T09:20:28.474Z Compiling textwrap v0.16.1
4982025-02-07T09:20:29.313Z Compiling tabled_derive v0.7.0
4992025-02-07T09:20:30.820Z Compiling tabled v0.15.0
5002025-02-07T09:20:30.823Z Compiling serde_derive v1.0.217
5012025-02-07T09:20:30.823Z Compiling thiserror-impl v1.0.69
5022025-02-07T09:20:30.823Z Compiling zerocopy-derive v0.7.35
5032025-02-07T09:20:30.823Z Compiling scroll_derive v0.12.0
5042025-02-07T09:20:31.089Z Compiling clap_derive v4.5.24
5052025-02-07T09:20:32.346Z Compiling scroll v0.12.0
5062025-02-07T09:20:32.813Z Compiling zerocopy v0.7.35
5072025-02-07T09:20:32.884Z Compiling goblin v0.8.2
5082025-02-07T09:20:33.653Z Compiling pest v2.7.14
5092025-02-07T09:20:34.377Z Compiling clap v4.5.27
5102025-02-07T09:20:35.815Z Compiling pest_meta v2.7.14
5112025-02-07T09:20:36.724Z Compiling pest_generator v2.7.14
5122025-02-07T09:20:38.127Z Compiling pest_derive v2.7.14
5132025-02-07T09:20:38.743Z Compiling dtrace-parser v0.2.0
5142025-02-07T09:20:39.602Z Compiling serde_spanned v0.6.8
5152025-02-07T09:20:39.604Z Compiling toml_datetime v0.6.8
5162025-02-07T09:20:39.604Z Compiling cargo-platform v0.1.8
5172025-02-07T09:20:39.902Z Compiling serde_tokenstream v0.2.2
5182025-02-07T09:20:39.930Z Compiling macaddr v1.0.1
5192025-02-07T09:20:40.090Z Compiling toml_edit v0.22.22
5202025-02-07T09:20:40.267Z Compiling camino-tempfile v1.1.1
5212025-02-07T09:20:40.946Z Compiling dof v0.3.0
5222025-02-07T09:20:40.946Z Compiling cargo_metadata v0.18.1
5232025-02-07T09:20:42.498Z Compiling usdt-attr-macro v0.5.0
5242025-02-07T09:20:42.498Z Compiling usdt-macro v0.5.0
5252025-02-07T09:20:42.808Z Compiling toml v0.8.19
5262025-02-07T09:20:43.613Z Compiling cargo_toml v0.20.5
5272025-02-07T09:20:43.640Z Compiling usdt v0.5.0
5282025-02-07T09:20:46.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5292025-02-07T09:20:49.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.49s
5302025-02-07T09:20:49.583Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5312025-02-07T09:20:50.104Z Downloading crates ...
5322025-02-07T09:20:50.224Z Downloaded adler2 v2.0.0
5332025-02-07T09:20:50.227Z Downloaded aead v0.5.2
5342025-02-07T09:20:50.229Z Downloaded addr2line v0.24.2
5352025-02-07T09:20:50.234Z Downloaded atty v0.2.14
5362025-02-07T09:20:50.238Z Downloaded http-body v1.0.1
5372025-02-07T09:20:50.241Z Downloaded cfg_aliases v0.2.1
5382025-02-07T09:20:50.244Z Downloaded hex v0.4.3
5392025-02-07T09:20:50.246Z Downloaded darling v0.20.10
5402025-02-07T09:20:50.251Z Downloaded hubpack_derive v0.1.1
5412025-02-07T09:20:50.254Z Downloaded cfg_aliases v0.1.1
5422025-02-07T09:20:50.256Z Downloaded http-range v0.1.5
5432025-02-07T09:20:50.259Z Downloaded icu_provider_macros v1.5.0
5442025-02-07T09:20:50.261Z Downloaded crunchy v0.2.2
5452025-02-07T09:20:50.264Z Downloaded match_cfg v0.1.0
5462025-02-07T09:20:50.268Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/curve25519-dalek/4.1.3/download` (146.75.42.137), got 502
5472025-02-07T09:20:50.268Zbody:
5482025-02-07T09:20:50.268ZI/O error
5492025-02-07T09:20:50.271Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/ahash/0.8.11/download` (146.75.42.137), got 502
5502025-02-07T09:20:50.271Zbody:
5512025-02-07T09:20:50.271ZI/O error
5522025-02-07T09:20:50.271Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/crossterm/0.28.1/download` (146.75.42.137), got 502
5532025-02-07T09:20:50.271Zbody:
5542025-02-07T09:20:50.271ZI/O error
5552025-02-07T09:20:50.273Z Downloaded is_ci v1.2.0
5562025-02-07T09:20:50.276Z Downloaded cstr-argument v0.1.2
5572025-02-07T09:20:50.276Z Downloaded assert_matches v1.5.0
5582025-02-07T09:20:50.279Z Downloaded instant v0.1.13
5592025-02-07T09:20:50.279Z Downloaded progenitor-client v0.9.1
5602025-02-07T09:20:50.281Z Downloaded md5 v0.7.0
5612025-02-07T09:20:50.281Z Downloaded mirai-annotations v1.12.0
5622025-02-07T09:20:50.284Z Downloaded array-init v0.0.4
5632025-02-07T09:20:50.284Z Downloaded async-recursion v1.1.1
5642025-02-07T09:20:50.287Z Downloaded ident_case v1.0.1
5652025-02-07T09:20:50.290Z Downloaded bcrypt-pbkdf v0.10.0
5662025-02-07T09:20:50.290Z Downloaded atomicwrites v0.4.4
5672025-02-07T09:20:50.292Z Downloaded crucible-workspace-hack v0.1.0
5682025-02-07T09:20:50.292Z Downloaded ciborium-ll v0.2.2
5692025-02-07T09:20:50.295Z Downloaded bb8 v0.8.5
5702025-02-07T09:20:50.295Z Downloaded bitflags v1.3.2
5712025-02-07T09:20:50.300Z Downloaded humantime v2.1.0
5722025-02-07T09:20:50.303Z Downloaded hyper-tls v0.6.0
5732025-02-07T09:20:50.305Z Downloaded heck v0.3.3
5742025-02-07T09:20:50.308Z Downloaded crossbeam-deque v0.8.5
5752025-02-07T09:20:50.308Z Downloaded internet-checksum v0.2.1
5762025-02-07T09:20:50.310Z Downloaded impl-trait-for-tuples v0.2.2
5772025-02-07T09:20:50.313Z Downloaded md-5 v0.10.6
5782025-02-07T09:20:50.316Z Downloaded ctr v0.9.2
5792025-02-07T09:20:50.318Z Downloaded lazy_static v1.5.0
5802025-02-07T09:20:50.320Z Downloaded cipher v0.4.4
5812025-02-07T09:20:50.320Z Downloaded chacha20 v0.9.1
5822025-02-07T09:20:50.323Z Downloaded lockfree-object-pool v0.1.6
5832025-02-07T09:20:50.326Z Downloaded lazycell v1.3.0
5842025-02-07T09:20:50.328Z Downloaded crc v3.2.1
5852025-02-07T09:20:50.331Z Downloaded maplit v1.0.2
5862025-02-07T09:20:50.333Z Downloaded keccak v0.1.5
5872025-02-07T09:20:50.336Z Downloaded libefi-sys v0.1.0
5882025-02-07T09:20:50.336Z Downloaded managed v0.8.0
5892025-02-07T09:20:50.339Z Downloaded memoffset v0.9.1
5902025-02-07T09:20:50.339Z Downloaded mockall v0.13.0
5912025-02-07T09:20:50.342Z Downloaded mime v0.3.17
5922025-02-07T09:20:50.344Z Downloaded maybe-uninit v2.0.0
5932025-02-07T09:20:50.344Z Downloaded idna_adapter v1.2.0
5942025-02-07T09:20:50.347Z Downloaded highway v1.2.0
5952025-02-07T09:20:50.349Z Downloaded serde-big-array v0.5.1
5962025-02-07T09:20:50.349Z Downloaded inout v0.1.3
5972025-02-07T09:20:50.352Z Downloaded ciborium-io v0.2.2
5982025-02-07T09:20:50.352Z Downloaded async-stream-impl v0.3.6
5992025-02-07T09:20:50.352Z Downloaded bitfield v0.14.0
6002025-02-07T09:20:50.355Z Downloaded rand_seeder v0.3.0
6012025-02-07T09:20:50.357Z Downloaded strum v0.26.3
6022025-02-07T09:20:50.357Z Downloaded colored v2.1.0
6032025-02-07T09:20:50.360Z Downloaded bitfield-struct v0.6.2
6042025-02-07T09:20:50.360Z Downloaded backoff v0.4.0
6052025-02-07T09:20:50.362Z Downloaded lock_api v0.4.12
6062025-02-07T09:20:50.365Z Downloaded litemap v0.7.3
6072025-02-07T09:20:50.368Z Downloaded bcs v0.1.6
6082025-02-07T09:20:50.370Z Downloaded iana-time-zone v0.1.61
6092025-02-07T09:20:50.373Z Downloaded httparse v1.9.5
6102025-02-07T09:20:50.375Z Downloaded libloading v0.8.5
6112025-02-07T09:20:50.378Z Downloaded hickory-client v0.24.2
6122025-02-07T09:20:50.380Z Downloaded kstat-rs v0.2.4
6132025-02-07T09:20:50.383Z Downloaded csv-core v0.1.11
6142025-02-07T09:20:50.385Z Downloaded multer v3.1.0
6152025-02-07T09:20:50.388Z Downloaded mime_guess v2.0.5
6162025-02-07T09:20:50.388Z Downloaded ipnet v2.10.1
6172025-02-07T09:20:50.390Z Downloaded take_mut v0.2.2
6182025-02-07T09:20:50.391Z Downloaded tower-service v0.3.3
6192025-02-07T09:20:50.393Z Downloaded tinyvec_macros v0.1.1
6202025-02-07T09:20:50.393Z Downloaded memmap2 v0.9.5
6212025-02-07T09:20:50.396Z Downloaded hmac v0.12.1
6222025-02-07T09:20:50.398Z Downloaded curve25519-dalek-derive v0.1.1
6232025-02-07T09:20:50.398Z Downloaded progenitor-macro v0.9.1
6242025-02-07T09:20:50.401Z Downloaded async-trait v0.1.86
6252025-02-07T09:20:50.404Z Downloaded want v0.3.1
6262025-02-07T09:20:50.404Z Downloaded radium v0.7.0
6272025-02-07T09:20:50.406Z Downloaded crc32fast v1.4.2
6282025-02-07T09:20:50.406Z Downloaded foreign-types-shared v0.1.1
6292025-02-07T09:20:50.410Z Downloaded opaque-debug v0.3.1
6302025-02-07T09:20:50.410Z Downloaded foreign-types-macros v0.2.3
6312025-02-07T09:20:50.412Z Downloaded atomic-waker v1.1.2
6322025-02-07T09:20:50.412Z Downloaded const_format_proc_macros v0.2.34
6332025-02-07T09:20:50.415Z Downloaded shlex v1.3.0
6342025-02-07T09:20:50.415Z Downloaded spki v0.7.3
6352025-02-07T09:20:50.417Z Downloaded slog-stdlog v4.1.1
6362025-02-07T09:20:50.420Z Downloaded endian-type v0.1.2
6372025-02-07T09:20:50.420Z Downloaded derive_builder_macro v0.20.2
6382025-02-07T09:20:50.420Z Downloaded slab v0.4.9
6392025-02-07T09:20:50.423Z Downloaded schemars_derive v0.8.21
6402025-02-07T09:20:50.423Z Downloaded salsa20 v0.10.2
6412025-02-07T09:20:50.425Z Downloaded headers-core v0.3.0
6422025-02-07T09:20:50.425Z Downloaded foreign-types v0.3.2
6432025-02-07T09:20:50.428Z Downloaded icu_locid_transform_data v1.5.0
6442025-02-07T09:20:50.430Z Downloaded jobserver v0.1.32
6452025-02-07T09:20:50.431Z Downloaded icu_normalizer v1.5.0
6462025-02-07T09:20:50.434Z Downloaded indexmap v1.9.3
6472025-02-07T09:20:50.438Z Downloaded miniz_oxide v0.8.0
6482025-02-07T09:20:50.440Z Downloaded litrs v0.4.1
6492025-02-07T09:20:50.443Z Downloaded tinystr v0.7.6
6502025-02-07T09:20:50.445Z Downloaded slog-scope v4.4.0
6512025-02-07T09:20:50.448Z Downloaded crc-any v2.5.0
6522025-02-07T09:20:50.451Z Downloaded const-oid v0.9.6
6532025-02-07T09:20:50.454Z Downloaded stringprep v0.1.5
6542025-02-07T09:20:50.454Z Downloaded russh-cryptovec v0.7.3
6552025-02-07T09:20:50.454Z Downloaded progenitor-client v0.8.0
6562025-02-07T09:20:50.457Z Downloaded icu_locid v1.5.0
6572025-02-07T09:20:50.459Z Downloaded zone v0.1.8
6582025-02-07T09:20:50.462Z Downloaded which v4.4.2
6592025-02-07T09:20:50.462Z Downloaded tap v1.0.1
6602025-02-07T09:20:50.465Z Downloaded structmeta-derive v0.3.0
6612025-02-07T09:20:50.465Z Downloaded globset v0.4.15
6622025-02-07T09:20:50.467Z Downloaded dyn-clone v1.0.17
6632025-02-07T09:20:50.470Z Downloaded arrayvec v0.7.6
6642025-02-07T09:20:50.470Z Downloaded cookie_store v0.21.1
6652025-02-07T09:20:50.472Z Downloaded nanorand v0.7.0
6662025-02-07T09:20:50.475Z Downloaded multimap v0.10.0
6672025-02-07T09:20:50.477Z Downloaded typify-macro v0.2.0
6682025-02-07T09:20:50.477Z Downloaded hash32 v0.3.1
6692025-02-07T09:20:50.480Z Downloaded form_urlencoded v1.2.1
6702025-02-07T09:20:50.480Z Downloaded defmt v0.3.8
6712025-02-07T09:20:50.483Z Downloaded enum-as-inner v0.6.1
6722025-02-07T09:20:50.487Z Downloaded icu_provider v1.5.0
6732025-02-07T09:20:50.489Z Downloaded env_filter v0.1.2
6742025-02-07T09:20:50.489Z Downloaded sigpipe v0.1.3
6752025-02-07T09:20:50.492Z Downloaded mockall_derive v0.13.0
6762025-02-07T09:20:50.492Z Downloaded indicatif v0.17.11
6772025-02-07T09:20:50.497Z Downloaded thiserror-impl-no-std v2.0.2
6782025-02-07T09:20:50.499Z Downloaded time-macros v0.2.18
6792025-02-07T09:20:50.502Z Downloaded chacha20poly1305 v0.10.1
6802025-02-07T09:20:50.505Z Downloaded zone_cfg_derive v0.3.0
6812025-02-07T09:20:50.505Z Downloaded heapless v0.8.0
6822025-02-07T09:20:50.507Z Downloaded parse-display-derive v0.10.0
6832025-02-07T09:20:50.510Z Downloaded tls_codec v0.4.1
6842025-02-07T09:20:50.513Z Downloaded zone_cfg_derive v0.1.2
6852025-02-07T09:20:50.513Z Downloaded toolchain_find v0.4.0
6862025-02-07T09:20:50.513Z Downloaded rand_core v0.6.4
6872025-02-07T09:20:50.516Z Downloaded rand_chacha v0.3.1
6882025-02-07T09:20:50.516Z Downloaded unicode-xid v0.2.6
6892025-02-07T09:20:50.518Z Downloaded uzers v0.12.1
6902025-02-07T09:20:50.521Z Downloaded parse-display v0.10.0
6912025-02-07T09:20:50.521Z Downloaded rpassword v7.3.1
6922025-02-07T09:20:50.523Z Downloaded diesel-dtrace v0.4.2
6932025-02-07T09:20:50.526Z Downloaded progenitor v0.9.1
6942025-02-07T09:20:50.526Z Downloaded rusty-fork v0.3.0
6952025-02-07T09:20:50.529Z Downloaded hyper-util v0.1.10
6962025-02-07T09:20:50.531Z Downloaded rustversion v1.0.17
6972025-02-07T09:20:50.534Z Downloaded serde_plain v1.0.2
6982025-02-07T09:20:50.537Z Downloaded ecdsa v0.16.9
6992025-02-07T09:20:50.540Z Downloaded num-complex v0.4.6
7002025-02-07T09:20:50.540Z Downloaded shell-words v1.1.0
7012025-02-07T09:20:50.544Z Downloaded walkdir v2.5.0
7022025-02-07T09:20:50.544Z Downloaded num v0.4.3
7032025-02-07T09:20:50.544Z Downloaded ron v0.7.1
7042025-02-07T09:20:50.549Z Downloaded env_logger v0.10.2
7052025-02-07T09:20:50.555Z Downloaded oso-derive v0.27.3
7062025-02-07T09:20:50.555Z Downloaded des v0.8.1
7072025-02-07T09:20:50.555Z Downloaded icu_collections v1.5.0
7082025-02-07T09:20:50.560Z Downloaded phf_shared v0.10.0
7092025-02-07T09:20:50.564Z Downloaded peg-runtime v0.8.3
7102025-02-07T09:20:50.564Z Downloaded smf v0.2.3
7112025-02-07T09:20:50.564Z Downloaded simd-adler32 v0.3.7
7122025-02-07T09:20:50.568Z Downloaded universal-hash v0.5.1
7132025-02-07T09:20:50.568Z Downloaded bytes v1.9.0
7142025-02-07T09:20:50.571Z Downloaded zone v0.3.0
7152025-02-07T09:20:50.573Z Downloaded pkcs1 v0.7.5
7162025-02-07T09:20:50.577Z Downloaded postgres-types v0.2.8
7172025-02-07T09:20:50.581Z Downloaded uuid v1.12.0
7182025-02-07T09:20:50.581Z Downloaded float-ord v0.3.2
7192025-02-07T09:20:50.584Z Downloaded fallible-streaming-iterator v0.1.9
7202025-02-07T09:20:50.584Z Downloaded peg v0.8.4
7212025-02-07T09:20:50.587Z Downloaded try-lock v0.2.5
7222025-02-07T09:20:50.589Z Downloaded waitgroup v0.1.2
7232025-02-07T09:20:50.589Z Downloaded ena v0.14.3
7242025-02-07T09:20:50.591Z Downloaded serde_path_to_error v0.1.16
7252025-02-07T09:20:50.593Z Downloaded writeable v0.5.5
7262025-02-07T09:20:50.595Z Downloaded nibble_vec v0.1.0
7272025-02-07T09:20:50.597Z Downloaded wyz v0.5.1
7282025-02-07T09:20:50.597Z Downloaded futures-sink v0.3.31
7292025-02-07T09:20:50.599Z Downloaded tokio-rustls v0.26.0
7302025-02-07T09:20:50.601Z Downloaded thiserror v2.0.11
7312025-02-07T09:20:50.605Z Downloaded rcgen v0.12.1
7322025-02-07T09:20:50.608Z Downloaded schemars v0.8.21
7332025-02-07T09:20:50.619Z Downloaded number_prefix v0.4.0
7342025-02-07T09:20:50.622Z Downloaded futures-executor v0.3.31
7352025-02-07T09:20:50.624Z Downloaded proc-macro-crate v1.3.1
7362025-02-07T09:20:50.624Z Downloaded phf_generator v0.11.2
7372025-02-07T09:20:50.628Z Downloaded futures-core v0.3.31
7382025-02-07T09:20:50.628Z Downloaded embedded-io v0.6.1
7392025-02-07T09:20:50.628Z Downloaded futures-io v0.3.31
7402025-02-07T09:20:50.631Z Downloaded derive_more v0.99.18
7412025-02-07T09:20:50.634Z Downloaded slog-bunyan v2.5.0
7422025-02-07T09:20:50.637Z Downloaded ron v0.8.1
7432025-02-07T09:20:50.644Z Downloaded futures-macro v0.3.31
7442025-02-07T09:20:50.644Z Downloaded hickory-server v0.24.2
7452025-02-07T09:20:50.658Z Downloaded num_threads v0.1.7
7462025-02-07T09:20:50.660Z Downloaded aes-gcm v0.10.3
7472025-02-07T09:20:50.663Z Downloaded newline-converter v0.3.0
7482025-02-07T09:20:50.663Z Downloaded new_debug_unreachable v1.0.6
7492025-02-07T09:20:50.666Z Downloaded mio v1.0.2
7502025-02-07T09:20:50.670Z Downloaded num_enum_derive v0.5.11
7512025-02-07T09:20:50.673Z Downloaded newtype-uuid v1.2.1
7522025-02-07T09:20:50.673Z Downloaded tokio-macros v2.5.0
7532025-02-07T09:20:50.676Z Downloaded flagset v0.4.6
7542025-02-07T09:20:50.676Z Downloaded derive_builder_core v0.20.2
7552025-02-07T09:20:50.678Z Downloaded aes v0.8.4
7562025-02-07T09:20:50.681Z Downloaded group v0.13.0
7572025-02-07T09:20:50.683Z Downloaded embedded-io v0.4.0
7582025-02-07T09:20:50.685Z Downloaded russh-keys v0.45.0
7592025-02-07T09:20:50.687Z Downloaded paste v1.0.15
7602025-02-07T09:20:50.690Z Downloaded const_format v0.2.34
7612025-02-07T09:20:50.695Z Downloaded dirs-next v2.0.0
7622025-02-07T09:20:50.697Z Downloaded difflib v0.4.0
7632025-02-07T09:20:50.698Z Downloaded zerofrom-derive v0.1.4
7642025-02-07T09:20:50.698Z Downloaded futures-channel v0.3.31
7652025-02-07T09:20:50.700Z Downloaded serde_derive_internals v0.29.1
7662025-02-07T09:20:50.702Z Downloaded ref-cast v1.0.23
7672025-02-07T09:20:50.705Z Downloaded rfc6979 v0.4.0
7682025-02-07T09:20:50.706Z Downloaded compact_str v0.8.0
7692025-02-07T09:20:50.709Z Downloaded whoami v1.5.2
7702025-02-07T09:20:50.712Z Downloaded num-iter v0.1.45
7712025-02-07T09:20:50.714Z Downloaded float-cmp v0.9.0
7722025-02-07T09:20:50.717Z Downloaded primeorder v0.13.6
7732025-02-07T09:20:50.717Z Downloaded subtle v2.6.1
7742025-02-07T09:20:50.719Z Downloaded libxml v0.3.3
7752025-02-07T09:20:50.723Z Downloaded psl-types v2.0.11
7762025-02-07T09:20:50.725Z Downloaded path-slash v0.1.5
7772025-02-07T09:20:50.728Z Downloaded num-conv v0.1.0
7782025-02-07T09:20:50.728Z Downloaded tokio-native-tls v0.3.1
7792025-02-07T09:20:50.730Z Downloaded rand_xorshift v0.3.0
7802025-02-07T09:20:50.730Z Downloaded powerfmt v0.2.0
7812025-02-07T09:20:50.732Z Downloaded strum_macros v0.26.4
7822025-02-07T09:20:50.735Z Downloaded supports-color v3.0.1
7832025-02-07T09:20:50.735Z Downloaded sqlparser_derive v0.2.2
7842025-02-07T09:20:50.737Z Downloaded serde_urlencoded v0.7.1
7852025-02-07T09:20:50.737Z Downloaded dropshot_endpoint v0.15.1
7862025-02-07T09:20:50.740Z Downloaded tui-tree-widget v0.22.0
7872025-02-07T09:20:50.743Z Downloaded topological-sort v0.2.2
7882025-02-07T09:20:50.745Z Downloaded termios v0.3.3
7892025-02-07T09:20:50.745Z Downloaded termcolor v1.4.1
7902025-02-07T09:20:50.747Z Downloaded serde_with_macros v3.11.0
7912025-02-07T09:20:50.750Z Downloaded either v1.13.0
7922025-02-07T09:20:50.752Z Downloaded progenitor-impl v0.8.0
7932025-02-07T09:20:50.754Z Downloaded zerocopy-derive v0.8.10
7942025-02-07T09:20:50.759Z Downloaded xz2 v0.1.7
7952025-02-07T09:20:50.761Z Downloaded termtree v0.4.1
7962025-02-07T09:20:50.764Z Downloaded http v1.2.0
7972025-02-07T09:20:50.769Z Downloaded sync_wrapper v1.0.1
7982025-02-07T09:20:50.769Z Downloaded sync-ptr v0.1.1
7992025-02-07T09:20:50.769Z Downloaded fatfs v0.3.6
8002025-02-07T09:20:50.772Z Downloaded num-integer v0.1.46
8012025-02-07T09:20:50.772Z Downloaded deranged v0.3.11
8022025-02-07T09:20:50.775Z Downloaded num-derive v0.4.2
8032025-02-07T09:20:50.777Z Downloaded unicode-properties v0.1.3
8042025-02-07T09:20:50.780Z Downloaded idna v1.0.3
8052025-02-07T09:20:50.782Z Downloaded omicron-zone-package v0.12.0
8062025-02-07T09:20:50.786Z Downloaded openssl-probe v0.1.5
8072025-02-07T09:20:50.788Z Downloaded openssl-macros v0.1.1
8082025-02-07T09:20:50.788Z Downloaded ghash v0.5.1
8092025-02-07T09:20:50.791Z Downloaded p256 v0.13.2
8102025-02-07T09:20:50.793Z Downloaded pkg-config v0.3.31
8112025-02-07T09:20:50.795Z Downloaded subprocess v0.2.9
8122025-02-07T09:20:50.797Z Downloaded itertools v0.12.1
8132025-02-07T09:20:50.803Z Downloaded scrypt v0.11.0
8142025-02-07T09:20:50.806Z Downloaded scopeguard v1.2.0
8152025-02-07T09:20:50.806Z Downloaded scheduled-thread-pool v0.2.7
8162025-02-07T09:20:50.809Z Downloaded signal-hook-tokio v0.3.1
8172025-02-07T09:20:50.809Z Downloaded zerovec-derive v0.10.3
8182025-02-07T09:20:50.811Z Downloaded futures v0.3.31
8192025-02-07T09:20:50.815Z Downloaded pretty-hex v0.2.1
8202025-02-07T09:20:50.818Z Downloaded slog-envlogger v2.2.0
8212025-02-07T09:20:50.818Z Downloaded slog-dtrace v0.3.0
8222025-02-07T09:20:50.820Z Downloaded env_logger v0.11.5
8232025-02-07T09:20:50.822Z Downloaded zip v2.1.3
8242025-02-07T09:20:50.827Z Downloaded time-core v0.1.2
8252025-02-07T09:20:50.830Z Downloaded vte_generate_state_changes v0.1.2
8262025-02-07T09:20:50.830Z Downloaded strum_macros v0.25.3
8272025-02-07T09:20:50.833Z Downloaded tls_codec_derive v0.4.1
8282025-02-07T09:20:50.836Z Downloaded thiserror-no-std v2.0.2
8292025-02-07T09:20:50.840Z Downloaded structmeta-derive v0.2.0
8302025-02-07T09:20:50.840Z Downloaded hyper v1.5.2
8312025-02-07T09:20:50.845Z Downloaded downcast v0.11.0
8322025-02-07T09:20:50.847Z Downloaded tabwriter v1.4.0
8332025-02-07T09:20:50.847Z Downloaded synstructure v0.13.1
8342025-02-07T09:20:50.850Z Downloaded derive_builder v0.20.2
8352025-02-07T09:20:50.853Z Downloaded fragile v2.0.0
8362025-02-07T09:20:50.856Z Downloaded untrusted v0.9.0
8372025-02-07T09:20:50.859Z Downloaded fixedbitset v0.4.2
8382025-02-07T09:20:50.859Z Downloaded pkcs8 v0.10.2
8392025-02-07T09:20:50.862Z Downloaded diesel_table_macro_syntax v0.2.0
8402025-02-07T09:20:50.864Z Downloaded yoke-derive v0.7.4
8412025-02-07T09:20:50.864Z Downloaded foldhash v0.1.3
8422025-02-07T09:20:50.864Z Downloaded zip v0.6.6
8432025-02-07T09:20:50.868Z Downloaded pem v3.0.4
8442025-02-07T09:20:50.871Z Downloaded utf-8 v0.7.6
8452025-02-07T09:20:50.871Z Downloaded nu-ansi-term v0.50.1
8462025-02-07T09:20:50.874Z Downloaded pkcs5 v0.7.1
8472025-02-07T09:20:50.877Z Downloaded tracing-core v0.1.32
8482025-02-07T09:20:50.880Z Downloaded unicode_categories v0.1.1
8492025-02-07T09:20:50.883Z Downloaded x509-cert v0.2.5
8502025-02-07T09:20:50.888Z Downloaded signal-hook-registry v1.4.2
8512025-02-07T09:20:50.891Z Downloaded signal-hook-mio v0.2.4
8522025-02-07T09:20:50.893Z Downloaded wait-timeout v0.2.0
8532025-02-07T09:20:50.893Z Downloaded fallible-iterator v0.2.0
8542025-02-07T09:20:50.896Z Downloaded displaydoc v0.2.5
8552025-02-07T09:20:50.899Z Downloaded termtree v0.5.1
8562025-02-07T09:20:50.899Z Downloaded tokio-postgres v0.7.12
8572025-02-07T09:20:50.904Z Downloaded dirs-sys-next v0.1.2
8582025-02-07T09:20:50.906Z Downloaded document-features v0.2.10
8592025-02-07T09:20:50.906Z Downloaded darling_macro v0.20.10
8602025-02-07T09:20:50.909Z Downloaded zerofrom v0.1.4
8612025-02-07T09:20:50.909Z Downloaded display-error-chain v0.2.2
8622025-02-07T09:20:50.909Z Downloaded derive-where v1.2.7
8632025-02-07T09:20:50.913Z Downloaded rustfmt-wrapper v0.2.1
8642025-02-07T09:20:50.915Z Downloaded untrusted v0.7.1
8652025-02-07T09:20:50.915Z Downloaded rustls-pemfile v1.0.4
8662025-02-07T09:20:50.918Z Downloaded predicates-tree v1.0.11
8672025-02-07T09:20:50.921Z Downloaded predicates-core v1.0.8
8682025-02-07T09:20:50.921Z Downloaded slog v2.7.0
8692025-02-07T09:20:50.924Z Downloaded olpc-cjson v0.1.4
8702025-02-07T09:20:50.924Z Downloaded r2d2 v0.8.10
8712025-02-07T09:20:50.926Z Downloaded poly1305 v0.8.0
8722025-02-07T09:20:50.929Z Downloaded hashlink v0.9.1
8732025-02-07T09:20:50.933Z Downloaded glob v0.3.2
8742025-02-07T09:20:50.933Z Downloaded tungstenite v0.24.0
8752025-02-07T09:20:50.935Z Downloaded tungstenite v0.23.0
8762025-02-07T09:20:50.939Z Downloaded defmt-parser v0.3.4
8772025-02-07T09:20:50.941Z Downloaded rayon-core v1.12.1
8782025-02-07T09:20:50.944Z Downloaded tungstenite v0.21.0
8792025-02-07T09:20:50.947Z Downloaded elliptic-curve v0.13.8
8802025-02-07T09:20:50.950Z Downloaded tar v0.4.42
8812025-02-07T09:20:50.953Z Downloaded diesel_derives v2.2.3
8822025-02-07T09:20:50.957Z Downloaded hkdf v0.12.4
8832025-02-07T09:20:50.959Z Downloaded funty v2.0.0
8842025-02-07T09:20:50.962Z Downloaded parse-size v1.1.0
8852025-02-07T09:20:50.962Z Downloaded parking_lot_core v0.9.10
8862025-02-07T09:20:50.964Z Downloaded parking_lot_core v0.8.6
8872025-02-07T09:20:50.967Z Downloaded steno v0.4.1
8882025-02-07T09:20:50.969Z Downloaded serde_with v3.11.0
8892025-02-07T09:20:50.978Z Downloaded precomputed-hash v0.1.1
8902025-02-07T09:20:50.981Z Downloaded write16 v1.0.0
8912025-02-07T09:20:50.981Z Downloaded same-file v1.0.6
8922025-02-07T09:20:50.984Z Downloaded tokio-rustls v0.25.0
8932025-02-07T09:20:50.984Z Downloaded pin-project-lite v0.2.14
8942025-02-07T09:20:50.987Z Downloaded toml_edit v0.19.15
8952025-02-07T09:20:51.002Z Downloaded newtype_derive v0.1.6
8962025-02-07T09:20:51.005Z Downloaded rtoolbox v0.0.2
8972025-02-07T09:20:51.005Z Downloaded ff v0.13.0
8982025-02-07T09:20:51.007Z Downloaded fd-lock v4.0.2
8992025-02-07T09:20:51.010Z Downloaded fallible-iterator v0.3.0
9002025-02-07T09:20:51.010Z Downloaded ed25519-dalek v2.1.1
9012025-02-07T09:20:51.013Z Downloaded unicase v2.7.0
9022025-02-07T09:20:51.015Z Downloaded progenitor-impl v0.9.1
9032025-02-07T09:20:51.018Z Downloaded semver v0.1.20
9042025-02-07T09:20:51.018Z Downloaded rustc_version v0.4.1
9052025-02-07T09:20:51.020Z Downloaded rustc_version v0.1.7
9062025-02-07T09:20:51.020Z Downloaded dunce v1.0.5
9072025-02-07T09:20:51.020Z Downloaded tokio-rustls v0.24.1
9082025-02-07T09:20:51.023Z Downloaded typify v0.2.0
9092025-02-07T09:20:51.025Z Downloaded password-hash v0.5.0
9102025-02-07T09:20:51.031Z Downloaded typed-path v0.9.3
9112025-02-07T09:20:51.033Z Downloaded fxhash v0.2.1
9122025-02-07T09:20:51.033Z Downloaded aho-corasick v1.1.3
9132025-02-07T09:20:51.039Z Downloaded utf8_iter v1.0.4
9142025-02-07T09:20:51.042Z Downloaded utf16_iter v1.0.5
9152025-02-07T09:20:51.042Z Downloaded vte v0.11.1
9162025-02-07T09:20:51.045Z Downloaded unicode-segmentation v1.12.0
9172025-02-07T09:20:51.047Z Downloaded rustls-pemfile v2.2.0
9182025-02-07T09:20:51.050Z Downloaded strip-ansi-escapes v0.2.0
9192025-02-07T09:20:51.050Z Downloaded secrecy v0.8.0
9202025-02-07T09:20:51.052Z Downloaded yoke v0.7.4
9212025-02-07T09:20:51.055Z Downloaded yasna v0.5.2
9222025-02-07T09:20:51.055Z Downloaded tokio-tungstenite v0.24.0
9232025-02-07T09:20:51.057Z Downloaded polyval v0.6.2
9242025-02-07T09:20:51.060Z Downloaded defmt-macros v0.3.9
9252025-02-07T09:20:51.062Z Downloaded data-encoding v2.6.0
9262025-02-07T09:20:51.062Z Downloaded similar v2.6.0
9272025-02-07T09:20:51.066Z Downloaded gethostname v0.5.0
9282025-02-07T09:20:51.069Z Downloaded serde_repr v0.1.19
9292025-02-07T09:20:51.072Z Downloaded fs_extra v1.3.0
9302025-02-07T09:20:51.072Z Downloaded ssh-encoding v0.2.0
9312025-02-07T09:20:51.074Z Downloaded slog-term v2.9.1
9322025-02-07T09:20:51.077Z Downloaded diff v0.1.13
9332025-02-07T09:20:51.079Z Downloaded unicode-normalization v0.1.24
9342025-02-07T09:20:51.082Z Downloaded prettyplease v0.2.25
9352025-02-07T09:20:51.085Z Downloaded unicode-truncate v1.1.0
9362025-02-07T09:20:51.088Z Downloaded password-hash v0.4.2
9372025-02-07T09:20:51.090Z Downloaded ssh-cipher v0.2.0
9382025-02-07T09:20:51.090Z Downloaded qorb v0.2.1
9392025-02-07T09:20:51.094Z Downloaded serde-hex v0.1.0
9402025-02-07T09:20:51.097Z Downloaded rustc-hash v1.1.0
9412025-02-07T09:20:51.097Z Downloaded toml v0.7.8
9422025-02-07T09:20:51.099Z Downloaded flate2 v1.0.35
9432025-02-07T09:20:51.104Z Downloaded hash32 v0.2.1
9442025-02-07T09:20:51.106Z Downloaded percent-encoding v2.3.1
9452025-02-07T09:20:51.106Z Downloaded string_cache v0.8.7
9462025-02-07T09:20:51.109Z Downloaded pin-project-internal v1.1.6
9472025-02-07T09:20:51.112Z Downloaded pem-rfc7468 v0.7.0
9482025-02-07T09:20:51.112Z Downloaded quinn v0.11.5
9492025-02-07T09:20:51.114Z Downloaded stable_deref_trait v1.2.0
9502025-02-07T09:20:51.117Z Downloaded vergen v8.3.2
9512025-02-07T09:20:51.120Z Downloaded pin-project v1.1.6
9522025-02-07T09:20:51.128Z Downloaded tokio-tungstenite v0.23.1
9532025-02-07T09:20:51.131Z Downloaded tokio-stream v0.1.16
9542025-02-07T09:20:51.134Z Downloaded rustls-webpki v0.101.7
9552025-02-07T09:20:51.147Z Downloaded nom v7.1.3
9562025-02-07T09:20:51.152Z Downloaded native-tls v0.2.12
9572025-02-07T09:20:51.155Z Downloaded lalrpop v0.19.12
9582025-02-07T09:20:51.165Z Downloaded signal-hook v0.3.17
9592025-02-07T09:20:51.168Z Downloaded smallvec v1.13.2
9602025-02-07T09:20:51.171Z Downloaded tough v0.19.0
9612025-02-07T09:20:51.177Z Downloaded half v2.4.1
9622025-02-07T09:20:51.180Z Downloaded quick-xml v0.33.0
9632025-02-07T09:20:51.186Z Downloaded aws-lc-rs v1.10.0
9642025-02-07T09:20:51.194Z Downloaded parse-zoneinfo v0.3.1
9652025-02-07T09:20:51.197Z Downloaded headers v0.4.0
9662025-02-07T09:20:51.202Z Downloaded oso v0.27.3
9672025-02-07T09:20:51.205Z Downloaded bitvec v1.0.1
9682025-02-07T09:20:51.221Z Downloaded unicode-bidi v0.3.17
9692025-02-07T09:20:51.224Z Downloaded der v0.7.9
9702025-02-07T09:20:51.229Z Downloaded time v0.3.36
9712025-02-07T09:20:51.236Z Downloaded unsafe-libyaml v0.2.11
9722025-02-07T09:20:51.240Z Downloaded reedline v0.35.0
9732025-02-07T09:20:51.249Z Downloaded icu_properties_data v1.5.0
9742025-02-07T09:20:51.260Z Downloaded hashbrown v0.14.5
9752025-02-07T09:20:51.265Z Downloaded chrono v0.4.39
9762025-02-07T09:20:51.273Z Downloaded bindgen v0.69.5
9772025-02-07T09:20:51.281Z Downloaded expectorate v1.1.0
9782025-02-07T09:20:51.284Z Downloaded rustyline v14.0.0
9792025-02-07T09:20:51.290Z Downloaded portable-atomic v1.9.0
9802025-02-07T09:20:51.297Z Downloaded url v2.5.3
9812025-02-07T09:20:51.301Z Downloaded sqlparser v0.45.0
9822025-02-07T09:20:51.307Z Downloaded webpki-roots v0.26.6
9832025-02-07T09:20:51.311Z Downloaded tokio-util v0.7.12
9842025-02-07T09:20:51.318Z Downloaded p521 v0.13.3
9852025-02-07T09:20:51.323Z Downloaded zerovec v0.10.4
9862025-02-07T09:20:51.329Z Downloaded rustls v0.21.12
9872025-02-07T09:20:51.342Z Downloaded vcpkg v0.2.15
9882025-02-07T09:20:51.381Z Downloaded russh v0.45.0
9892025-02-07T09:20:51.386Z Downloaded quinn-proto v0.11.8
9902025-02-07T09:20:51.393Z Downloaded radix_trie v0.2.1
9912025-02-07T09:20:51.399Z Downloaded futures-util v0.3.31
9922025-02-07T09:20:51.411Z Downloaded winnow v0.5.40
9932025-02-07T09:20:51.420Z Downloaded rusqlite v0.32.1
9942025-02-07T09:20:51.427Z Downloaded openssl v0.10.70
9952025-02-07T09:20:51.438Z Downloaded zerocopy v0.8.10
9962025-02-07T09:20:51.462Z Downloaded salty v0.3.0
9972025-02-07T09:20:51.468Z Downloaded object v0.30.4
9982025-02-07T09:20:51.479Z Downloaded h2 v0.4.6
9992025-02-07T09:20:51.486Z Downloaded proptest v1.5.0
10002025-02-07T09:20:51.497Z Downloaded git2 v0.19.0
10012025-02-07T09:20:51.505Z Downloaded hickory-proto v0.24.2
10022025-02-07T09:20:51.524Z Downloaded nix v0.27.1
10032025-02-07T09:20:51.541Z Downloaded regress v0.10.1
10042025-02-07T09:20:51.550Z Downloaded smoltcp v0.11.0
10052025-02-07T09:20:51.567Z Downloaded regress v0.9.1
10062025-02-07T09:20:51.578Z Downloaded gimli v0.31.1
10072025-02-07T09:20:51.589Z Downloaded dropshot v0.12.0
10082025-02-07T09:20:51.610Z Downloaded unicode-width v0.2.0
10092025-02-07T09:20:51.615Z Downloaded nix v0.28.0
10102025-02-07T09:20:51.626Z Downloaded nix v0.29.0
10112025-02-07T09:20:51.638Z Downloaded object v0.36.5
10122025-02-07T09:20:51.649Z Downloaded polar-core v0.27.3
10132025-02-07T09:20:51.657Z Downloaded rustls v0.23.19
10142025-02-07T09:20:51.669Z Downloaded typify-impl v0.2.0
10152025-02-07T09:20:51.683Z Downloaded rustls v0.22.4
10162025-02-07T09:20:51.697Z Downloaded ratatui v0.28.1
10172025-02-07T09:20:51.716Z Downloaded zerocopy-derive v0.6.6
10182025-02-07T09:20:51.724Z Downloaded curve25519-dalek v4.1.3
10192025-02-07T09:20:51.733Z Downloaded sled v0.34.7
10202025-02-07T09:20:51.743Z Downloaded typify-impl v0.3.0
10212025-02-07T09:20:51.758Z Downloaded bzip2-sys v0.1.11+1.0.8
10222025-02-07T09:20:51.770Z Downloaded dropshot v0.15.1
10232025-02-07T09:20:51.791Z Downloaded crossterm v0.28.1
10242025-02-07T09:20:51.798Z Downloaded regex-automata v0.4.8
10252025-02-07T09:20:51.813Z Downloaded ahash v0.8.11
10262025-02-07T09:20:51.816Z Downloaded regex-syntax v0.8.5
10272025-02-07T09:20:51.824Z Downloaded openapiv3 v2.0.0
10282025-02-07T09:20:51.836Z Downloaded diesel v2.2.6
10292025-02-07T09:20:51.855Z Downloaded regex-syntax v0.6.29
10302025-02-07T09:20:51.861Z Downloaded bstr v1.10.0
10312025-02-07T09:20:51.872Z Downloaded petgraph v0.6.5
10322025-02-07T09:20:51.887Z Downloaded lzma-sys v0.1.20
10332025-02-07T09:20:51.915Z Downloaded chrono-tz v0.10.1
10342025-02-07T09:20:51.921Z Downloaded rustls-webpki v0.102.8
10352025-02-07T09:20:51.939Z Downloaded smoltcp v0.9.1
10362025-02-07T09:20:51.949Z Downloaded csv v1.3.1
10372025-02-07T09:20:51.968Z Downloaded libz-sys v1.1.20
10382025-02-07T09:20:51.987Z Downloaded rayon v1.10.0
10392025-02-07T09:20:51.995Z Downloaded petname v2.0.2
10402025-02-07T09:20:52.001Z Downloaded p384 v0.13.0
10412025-02-07T09:20:52.005Z Downloaded regex v1.11.1
10422025-02-07T09:20:52.018Z Downloaded sha3 v0.10.8
10432025-02-07T09:20:52.022Z Downloaded hashbrown v0.12.3
10442025-02-07T09:20:52.025Z Downloaded parking_lot v0.12.3
10452025-02-07T09:20:52.028Z Downloaded getrandom v0.2.15
10462025-02-07T09:20:52.031Z Downloaded tokio v1.43.0
10472025-02-07T09:20:52.067Z Downloaded smallvec v0.6.14
10482025-02-07T09:20:52.070Z Downloaded samael v0.0.17
10492025-02-07T09:20:52.074Z Downloaded rsa v0.9.6
10502025-02-07T09:20:52.078Z Downloaded phf_shared v0.11.2
10512025-02-07T09:20:52.084Z Downloaded parking_lot v0.11.2
10522025-02-07T09:20:52.084Z Downloaded value-bag v1.9.0
10532025-02-07T09:20:52.088Z Downloaded rustls-pki-types v1.10.0
10542025-02-07T09:20:52.088Z Downloaded zerocopy v0.6.6
10552025-02-07T09:20:52.090Z Downloaded openssl-sys v0.9.105
10562025-02-07T09:20:52.093Z Downloaded reqwest v0.12.9
10572025-02-07T09:20:52.102Z Downloaded publicsuffix v2.3.0
10582025-02-07T09:20:52.105Z Downloaded futures-task v0.3.31
10592025-02-07T09:20:52.105Z Downloaded filetime v0.2.25
10602025-02-07T09:20:52.109Z Downloaded der_derive v0.7.3
10612025-02-07T09:20:52.109Z Downloaded typify v0.3.0
10622025-02-07T09:20:52.112Z Downloaded hashbrown v0.13.2
10632025-02-07T09:20:52.115Z Downloaded ssh-key v0.6.6
10642025-02-07T09:20:52.121Z Downloaded predicates v3.1.2
10652025-02-07T09:20:52.124Z Downloaded blake3 v1.5.4
10662025-02-07T09:20:52.132Z Downloaded normalize-line-endings v0.3.0
10672025-02-07T09:20:52.135Z Downloaded nodrop v0.1.14
10682025-02-07T09:20:52.135Z Downloaded encoding_rs v0.8.34
10692025-02-07T09:20:52.155Z Downloaded packed_struct_codegen v0.10.1
10702025-02-07T09:20:52.160Z Downloaded packed_struct v0.10.1
10712025-02-07T09:20:52.160Z Downloaded zeroize_derive v1.4.2
10722025-02-07T09:20:52.160Z Downloaded zeroize v1.8.1
10732025-02-07T09:20:52.163Z Downloaded flume v0.11.1
10742025-02-07T09:20:52.166Z Downloaded num-bigint-dig v0.8.4
10752025-02-07T09:20:52.168Z Downloaded strum_macros v0.24.3
10762025-02-07T09:20:52.171Z Downloaded progenitor-macro v0.8.0
10772025-02-07T09:20:52.171Z Downloaded itertools v0.13.0
10782025-02-07T09:20:52.178Z Downloaded darling_core v0.20.10
10792025-02-07T09:20:52.183Z Downloaded zopfli v0.8.1
10802025-02-07T09:20:52.186Z Downloaded serde_yaml v0.9.34+deprecated
10812025-02-07T09:20:52.189Z Downloaded structmeta v0.3.0
10822025-02-07T09:20:52.192Z Downloaded structmeta v0.2.0
10832025-02-07T09:20:52.192Z Downloaded sqlformat v0.2.6
10842025-02-07T09:20:52.192Z Downloaded num-traits v0.2.19
10852025-02-07T09:20:52.195Z Downloaded snafu v0.8.5
10862025-02-07T09:20:52.201Z Downloaded ed25519 v2.2.3
10872025-02-07T09:20:52.204Z Downloaded num-bigint v0.4.6
10882025-02-07T09:20:52.207Z Downloaded rand v0.8.5
10892025-02-07T09:20:52.211Z Downloaded quinn-udp v0.5.5
10902025-02-07T09:20:52.214Z Downloaded quick-error v1.2.3
10912025-02-07T09:20:52.217Z Downloaded pbkdf2 v0.11.0
10922025-02-07T09:20:52.217Z Downloaded tokio-tungstenite v0.21.0
10932025-02-07T09:20:52.222Z Downloaded libm v0.2.8
10942025-02-07T09:20:52.227Z Downloaded ppv-lite86 v0.2.20
10952025-02-07T09:20:52.230Z Downloaded crossbeam-channel v0.5.13
10962025-02-07T09:20:52.233Z Downloaded dropshot_endpoint v0.12.0
10972025-02-07T09:20:52.236Z Downloaded itertools v0.10.5
10982025-02-07T09:20:52.242Z Downloaded owo-colors v4.1.0
10992025-02-07T09:20:52.244Z Downloaded num-rational v0.4.2
11002025-02-07T09:20:52.247Z Downloaded heapless v0.7.17
11012025-02-07T09:20:52.250Z Downloaded libgit2-sys v0.17.0+1.8.1
11022025-02-07T09:20:52.309Z Downloaded tracing v0.1.40
11032025-02-07T09:20:52.315Z Downloaded dsl_auto_type v0.1.2
11042025-02-07T09:20:52.318Z Downloaded thread_local v1.1.8
11052025-02-07T09:20:52.319Z Downloaded static_assertions v1.1.0
11062025-02-07T09:20:52.319Z Downloaded sha1 v0.10.6
11072025-02-07T09:20:52.321Z Downloaded sec1 v0.7.3
11082025-02-07T09:20:52.321Z Downloaded ref-cast-impl v1.0.23
11092025-02-07T09:20:52.324Z Downloaded phf_codegen v0.11.2
11102025-02-07T09:20:52.324Z Downloaded phf v0.11.2
11112025-02-07T09:20:52.324Z Downloaded twox-hash v2.1.0
11122025-02-07T09:20:52.328Z Downloaded test-strategy v0.3.1
11132025-02-07T09:20:52.333Z Downloaded spin v0.9.8
11142025-02-07T09:20:52.333Z Downloaded socket2 v0.5.7
11152025-02-07T09:20:52.336Z Downloaded minimal-lexical v0.2.1
11162025-02-07T09:20:52.339Z Downloaded bumpalo v3.16.0
11172025-02-07T09:20:52.342Z Downloaded slog-async v2.8.0
11182025-02-07T09:20:52.345Z Downloaded resolv-conf v0.7.0
11192025-02-07T09:20:52.348Z Downloaded num_enum v0.5.11
11202025-02-07T09:20:52.350Z Downloaded vsss-rs v3.3.4
11212025-02-07T09:20:52.353Z Downloaded term v0.7.0
11222025-02-07T09:20:52.357Z Downloaded tinyvec v1.8.0
11232025-02-07T09:20:52.360Z Downloaded snafu-derive v0.8.5
11242025-02-07T09:20:52.360Z Downloaded crypto-bigint v0.5.5
11252025-02-07T09:20:52.367Z Downloaded cc v1.1.30
11262025-02-07T09:20:52.370Z Downloaded sct v0.7.1
11272025-02-07T09:20:52.373Z Downloaded rustc-demangle v0.1.24
11282025-02-07T09:20:52.376Z Downloaded postgres-protocol v0.6.7
11292025-02-07T09:20:52.380Z Downloaded postcard v1.0.10
11302025-02-07T09:20:52.380Z Downloaded peg-macros v0.8.4
11312025-02-07T09:20:52.383Z Downloaded base64 v0.21.7
11322025-02-07T09:20:52.385Z Downloaded base64 v0.22.1
11332025-02-07T09:20:52.389Z Downloaded signature v2.2.0
11342025-02-07T09:20:52.391Z Downloaded hickory-resolver v0.24.2
11352025-02-07T09:20:52.395Z Downloaded backtrace v0.3.74
11362025-02-07T09:20:52.401Z Downloaded cookie v0.18.1
11372025-02-07T09:20:52.403Z Downloaded thiserror-impl v2.0.11
11382025-02-07T09:20:52.406Z Downloaded crossbeam-epoch v0.9.18
11392025-02-07T09:20:52.412Z Downloaded progenitor v0.8.0
11402025-02-07T09:20:52.415Z Downloaded pin-utils v0.1.0
11412025-02-07T09:20:52.415Z Downloaded pbkdf2 v0.12.2
11422025-02-07T09:20:52.415Z Downloaded tracing-attributes v0.1.27
11432025-02-07T09:20:52.415Z Downloaded xattr v1.3.1
11442025-02-07T09:20:52.418Z Downloaded arc-swap v1.7.1
11452025-02-07T09:20:52.421Z Downloaded allocator-api2 v0.2.18
11462025-02-07T09:20:52.423Z Downloaded base64 v0.13.1
11472025-02-07T09:20:52.426Z Downloaded icu_properties v1.5.1
11482025-02-07T09:20:52.429Z Downloaded icu_normalizer_data v1.5.0
11492025-02-07T09:20:52.432Z Downloaded debug-ignore v1.0.5
11502025-02-07T09:20:52.432Z Downloaded foreign-types-shared v0.3.1
11512025-02-07T09:20:52.435Z Downloaded foreign-types v0.5.0
11522025-02-07T09:20:52.435Z Downloaded typify-macro v0.3.0
11532025-02-07T09:20:52.435Z Downloaded crossbeam-utils v0.8.20
11542025-02-07T09:20:52.439Z Downloaded unarray v0.1.4
11552025-02-07T09:20:52.439Z Downloaded tiny-keccak v2.0.2
11562025-02-07T09:20:52.442Z Downloaded slog-json v2.6.1
11572025-02-07T09:20:52.446Z Downloaded siphasher v0.3.11
11582025-02-07T09:20:52.446Z Downloaded clang-sys v1.8.1
11592025-02-07T09:20:52.449Z Downloaded ciborium v0.2.2
11602025-02-07T09:20:52.449Z Downloaded blake2 v0.10.6
11612025-02-07T09:20:52.452Z Downloaded rustc-hash v2.0.0
11622025-02-07T09:20:52.454Z Downloaded cmake v0.1.51
11632025-02-07T09:20:52.454Z Downloaded console v0.15.10
11642025-02-07T09:20:52.458Z Downloaded cbc v0.1.2
11652025-02-07T09:20:52.461Z Downloaded icu_locid_transform v1.5.0
11662025-02-07T09:20:52.464Z Downloaded async-bb8-diesel v0.2.1
11672025-02-07T09:20:52.464Z Downloaded cancel-safe-futures v0.1.5
11682025-02-07T09:20:52.467Z Downloaded bzip2 v0.4.4
11692025-02-07T09:20:52.470Z Downloaded buf-list v1.0.3
11702025-02-07T09:20:52.473Z Downloaded argon2 v0.5.3
11712025-02-07T09:20:52.473Z Downloaded hyper-staticfile v0.10.1
11722025-02-07T09:20:52.476Z Downloaded hyper-rustls v0.27.3
11732025-02-07T09:20:52.476Z Downloaded base64ct v1.6.0
11742025-02-07T09:20:52.479Z Downloaded lru-cache v0.1.2
11752025-02-07T09:20:52.482Z Downloaded ascii-canvas v3.0.0
11762025-02-07T09:20:52.482Z Downloaded arrayref v0.3.9
11772025-02-07T09:20:52.482Z Downloaded libsw v3.3.1
11782025-02-07T09:20:52.485Z Downloaded lalrpop-util v0.19.12
11792025-02-07T09:20:52.485Z Downloaded blowfish v0.9.1
11802025-02-07T09:20:52.485Z Downloaded lru v0.12.5
11812025-02-07T09:20:52.488Z Downloaded linear-map v1.2.0
11822025-02-07T09:20:52.488Z Downloaded is-terminal v0.4.13
11832025-02-07T09:20:52.491Z Downloaded bit-vec v0.6.3
11842025-02-07T09:20:52.491Z Downloaded cassowary v0.3.0
11852025-02-07T09:20:52.491Z Downloaded block-padding v0.3.3
11862025-02-07T09:20:52.496Z Downloaded bit-set v0.5.3
11872025-02-07T09:20:52.496Z Downloaded async-stream v0.3.6
11882025-02-07T09:20:52.499Z Downloaded ipnetwork v0.20.0
11892025-02-07T09:20:52.499Z Downloaded instability v0.3.2
11902025-02-07T09:20:52.499Z Downloaded crc-catalog v2.4.0
11912025-02-07T09:20:52.502Z Downloaded chrono-tz-build v0.4.0
11922025-02-07T09:20:52.504Z Downloaded cexpr v0.6.0
11932025-02-07T09:20:52.504Z Downloaded indent_write v2.2.0
11942025-02-07T09:20:52.507Z Downloaded constant_time_eq v0.3.1
11952025-02-07T09:20:52.507Z Downloaded linked-hash-map v0.5.6
11962025-02-07T09:20:52.510Z Downloaded indoc v1.0.9
11972025-02-07T09:20:52.510Z Downloaded base16ct v0.2.0
11982025-02-07T09:20:52.513Z Downloaded convert_case v0.4.0
11992025-02-07T09:20:52.513Z Downloaded cobs v0.2.3
12002025-02-07T09:20:52.513Z Downloaded castaway v0.2.3
12012025-02-07T09:20:52.517Z Downloaded hubpack v0.1.2
12022025-02-07T09:20:52.517Z Downloaded httpdate v1.0.3
12032025-02-07T09:20:52.520Z Downloaded http-body-util v0.1.2
12042025-02-07T09:20:52.520Z Downloaded hostname v0.4.0
12052025-02-07T09:20:52.520Z Downloaded hostname v0.3.1
12062025-02-07T09:20:52.525Z Downloaded home v0.5.9
12072025-02-07T09:20:52.525Z Downloaded hex-literal v0.4.1
12082025-02-07T09:20:52.627Z Downloaded ring v0.17.8
12092025-02-07T09:20:52.746Z Downloaded libsqlite3-sys v0.30.1
12102025-02-07T09:20:52.972Z Downloaded aws-lc-sys v0.22.0
12112025-02-07T09:20:53.281Z Compiling serde v1.0.217
12122025-02-07T09:20:53.283Z Compiling lock_api v0.4.12
12132025-02-07T09:20:53.283Z Compiling value-bag v1.9.0
12142025-02-07T09:20:53.283Z Compiling scopeguard v1.2.0
12152025-02-07T09:20:53.283Z Compiling typenum v1.17.0
12162025-02-07T09:20:53.284Z Compiling generic-array v0.14.7
12172025-02-07T09:20:53.455Z Compiling syn v2.0.96
12182025-02-07T09:20:53.467Z Compiling getrandom v0.2.15
12192025-02-07T09:20:53.605Z Compiling shlex v1.3.0
12202025-02-07T09:20:53.793Z Compiling rand_core v0.6.4
12212025-02-07T09:20:53.914Z Compiling log v0.4.22
12222025-02-07T09:20:53.966Z Compiling subtle v2.6.1
12232025-02-07T09:20:54.003Z Compiling jobserver v0.1.32
12242025-02-07T09:20:54.049Z Compiling smallvec v1.13.2
12252025-02-07T09:20:54.274Z Compiling const-oid v0.9.6
12262025-02-07T09:20:54.296Z Compiling pin-project-lite v0.2.14
12272025-02-07T09:20:54.316Z Compiling rustix v0.38.37
12282025-02-07T09:20:54.405Z Compiling cc v1.1.30
12292025-02-07T09:20:54.432Z Compiling spin v0.9.8
12302025-02-07T09:20:54.657Z Compiling parking_lot_core v0.9.10
12312025-02-07T09:20:54.830Z Compiling futures-core v0.3.31
12322025-02-07T09:20:54.849Z Compiling signal-hook-registry v1.4.2
12332025-02-07T09:20:55.064Z Compiling mio v1.0.2
12342025-02-07T09:20:55.122Z Compiling aho-corasick v1.1.3
12352025-02-07T09:20:55.520Z Compiling parking_lot v0.12.3
12362025-02-07T09:20:55.710Z Compiling stable_deref_trait v1.2.0
12372025-02-07T09:20:55.746Z Compiling either v1.13.0
12382025-02-07T09:20:55.831Z Compiling cpufeatures v0.2.14
12392025-02-07T09:20:55.942Z Compiling regex-syntax v0.8.5
12402025-02-07T09:20:56.146Z Compiling futures-sink v0.3.31
12412025-02-07T09:20:56.149Z Compiling glob v0.3.2
12422025-02-07T09:20:56.261Z Compiling socket2 v0.5.7
12432025-02-07T09:20:56.300Z Compiling slab v0.4.9
12442025-02-07T09:20:56.319Z Compiling prettyplease v0.2.25
12452025-02-07T09:20:56.770Z Compiling lazy_static v1.5.0
12462025-02-07T09:20:56.871Z Compiling serde_json v1.0.135
12472025-02-07T09:20:56.904Z Compiling minimal-lexical v0.2.1
12482025-02-07T09:20:57.070Z Compiling clang-sys v1.8.1
12492025-02-07T09:20:57.259Z Compiling libloading v0.8.5
12502025-02-07T09:20:57.432Z Compiling nom v7.1.3
12512025-02-07T09:20:57.540Z Compiling bindgen v0.69.5
12522025-02-07T09:20:57.640Z Compiling home v0.5.9
12532025-02-07T09:20:57.906Z Compiling futures-channel v0.3.31
12542025-02-07T09:20:58.024Z Compiling itertools v0.12.1
12552025-02-07T09:20:58.327Z Compiling libm v0.2.8
12562025-02-07T09:20:58.409Z Compiling futures-io v0.3.31
12572025-02-07T09:20:58.672Z Compiling lazycell v1.3.0
12582025-02-07T09:20:58.701Z Compiling futures-task v0.3.31
12592025-02-07T09:20:58.858Z Compiling rustc-hash v1.1.0
12602025-02-07T09:20:59.000Z Compiling pin-utils v0.1.0
12612025-02-07T09:20:59.035Z Compiling foldhash v0.1.3
12622025-02-07T09:20:59.108Z Compiling allocator-api2 v0.2.18
12632025-02-07T09:20:59.376Z Compiling cmake v0.1.51
12642025-02-07T09:20:59.826Z Compiling regex-automata v0.4.8
12652025-02-07T09:20:59.948Z Compiling hashbrown v0.15.1
12662025-02-07T09:21:00.305Z Compiling num-traits v0.2.19
12672025-02-07T09:21:00.608Z Compiling synstructure v0.13.1
12682025-02-07T09:21:00.928Z Compiling cexpr v0.6.0
12692025-02-07T09:21:01.177Z Compiling pkg-config v0.3.31
12702025-02-07T09:21:02.079Z Compiling fs_extra v1.3.0
12712025-02-07T09:21:02.200Z Compiling dunce v1.0.5
12722025-02-07T09:21:02.558Z Compiling litemap v0.7.3
12732025-02-07T09:21:02.577Z Compiling writeable v0.5.5
12742025-02-07T09:21:02.612Z Compiling ring v0.17.8
12752025-02-07T09:21:02.936Z Compiling base64ct v1.6.0
12762025-02-07T09:21:03.106Z Compiling paste v1.0.15
12772025-02-07T09:21:03.504Z Compiling pem-rfc7468 v0.7.0
12782025-02-07T09:21:03.663Z Compiling aws-lc-rs v1.10.0
12792025-02-07T09:21:03.811Z Compiling icu_locid_transform_data v1.5.0
12802025-02-07T09:21:03.921Z Compiling httparse v1.9.5
12812025-02-07T09:21:04.082Z Compiling flagset v0.4.6
12822025-02-07T09:21:04.289Z Compiling tracing-core v0.1.32
12832025-02-07T09:21:04.676Z Compiling rustls-pki-types v1.10.0
12842025-02-07T09:21:04.995Z Compiling icu_properties_data v1.5.0
12852025-02-07T09:21:05.241Z Compiling regex v1.11.1
12862025-02-07T09:21:05.260Z Compiling percent-encoding v2.3.1
12872025-02-07T09:21:05.448Z Compiling crossbeam-utils v0.8.20
12882025-02-07T09:21:05.641Z Compiling time-core v0.1.2
12892025-02-07T09:21:05.824Z Compiling icu_normalizer_data v1.5.0
12902025-02-07T09:21:05.929Z Compiling num-conv v0.1.0
12912025-02-07T09:21:05.979Z Compiling utf8_iter v1.0.4
12922025-02-07T09:21:06.101Z Compiling serde_derive v1.0.217
12932025-02-07T09:21:06.197Z Compiling zeroize_derive v1.4.2
12942025-02-07T09:21:06.201Z Compiling zerocopy-derive v0.7.35
12952025-02-07T09:21:06.201Z Compiling tokio-macros v2.5.0
12962025-02-07T09:21:06.201Z Compiling zerofrom-derive v0.1.4
12972025-02-07T09:21:07.632Z Compiling zeroize v1.8.1
12982025-02-07T09:21:07.718Z Compiling yoke-derive v0.7.4
12992025-02-07T09:21:08.261Z Compiling zerocopy v0.7.35
13002025-02-07T09:21:08.404Z Compiling thiserror-impl v1.0.69
13012025-02-07T09:21:09.265Z Compiling crypto-common v0.1.6
13022025-02-07T09:21:09.451Z Compiling block-buffer v0.10.4
13032025-02-07T09:21:09.522Z Compiling zerovec-derive v0.10.3
13042025-02-07T09:21:09.525Z Compiling displaydoc v0.2.5
13052025-02-07T09:21:09.705Z Compiling digest v0.10.7
13062025-02-07T09:21:09.730Z Compiling zerofrom v0.1.4
13072025-02-07T09:21:09.963Z Compiling futures-macro v0.3.31
13082025-02-07T09:21:10.182Z Compiling hmac v0.12.1
13092025-02-07T09:21:10.202Z Compiling yoke v0.7.4
13102025-02-07T09:21:10.442Z Compiling block-padding v0.3.3
13112025-02-07T09:21:10.565Z Compiling sha2 v0.10.8
13122025-02-07T09:21:10.651Z Compiling icu_provider_macros v1.5.0
13132025-02-07T09:21:10.694Z Compiling inout v0.1.3
13142025-02-07T09:21:10.972Z Compiling cipher v0.4.4
13152025-02-07T09:21:11.043Z Compiling ppv-lite86 v0.2.20
13162025-02-07T09:21:11.393Z Compiling thiserror v1.0.69
13172025-02-07T09:21:11.464Z Compiling der_derive v0.7.3
13182025-02-07T09:21:11.615Z Compiling tracing-attributes v0.1.27
13192025-02-07T09:21:11.807Z Compiling rand_chacha v0.3.1
13202025-02-07T09:21:11.847Z Compiling pest v2.7.14
13212025-02-07T09:21:11.867Z Compiling futures-util v0.3.31
13222025-02-07T09:21:12.093Z Compiling zerovec v0.10.4
13232025-02-07T09:21:13.819Z Compiling tinystr v0.7.6
13242025-02-07T09:21:13.979Z Compiling der v0.7.9
13252025-02-07T09:21:14.001Z Compiling icu_collections v1.5.0
13262025-02-07T09:21:14.093Z Compiling rand v0.8.5
13272025-02-07T09:21:14.218Z Compiling icu_locid v1.5.0
13282025-02-07T09:21:14.924Z Compiling tracing v0.1.40
13292025-02-07T09:21:14.927Z Compiling salsa20 v0.10.2
13302025-02-07T09:21:15.186Z Compiling pbkdf2 v0.12.2
13312025-02-07T09:21:15.313Z Compiling icu_provider v1.5.0
13322025-02-07T09:21:15.358Z Compiling untrusted v0.9.0
13332025-02-07T09:21:15.450Z Compiling vcpkg v0.2.15
13342025-02-07T09:21:15.552Z Compiling untrusted v0.7.1
13352025-02-07T09:21:15.754Z Compiling mirai-annotations v1.12.0
13362025-02-07T09:21:15.950Z Compiling spki v0.7.3
13372025-02-07T09:21:16.136Z Compiling icu_locid_transform v1.5.0
13382025-02-07T09:21:16.258Z Compiling powerfmt v0.2.0
13392025-02-07T09:21:16.279Z Compiling utf16_iter v1.0.5
13402025-02-07T09:21:16.310Z Compiling write16 v1.0.0
13412025-02-07T09:21:16.492Z Compiling scrypt v0.11.0
13422025-02-07T09:21:16.691Z Compiling deranged v0.3.11
13432025-02-07T09:21:16.949Z Compiling pest_meta v2.7.14
13442025-02-07T09:21:17.094Z Compiling cbc v0.1.2
13452025-02-07T09:21:17.215Z Compiling aes v0.8.4
13462025-02-07T09:21:17.273Z Compiling openssl-sys v0.9.105
13472025-02-07T09:21:17.335Z Compiling time-macros v0.2.18
13482025-02-07T09:21:18.066Z Compiling icu_properties v1.5.1
13492025-02-07T09:21:18.322Z Compiling scroll_derive v0.12.0
13502025-02-07T09:21:19.126Z Compiling bitflags v2.6.0
13512025-02-07T09:21:19.559Z Compiling bytes v1.9.0
13522025-02-07T09:21:19.834Z Compiling indexmap v2.7.1
13532025-02-07T09:21:19.913Z Compiling semver v1.0.24
13542025-02-07T09:21:20.439Z Compiling tokio v1.43.0
13552025-02-07T09:21:20.616Z Compiling http v1.2.0
13562025-02-07T09:21:20.706Z Compiling rustc_version v0.4.1
13572025-02-07T09:21:21.184Z Compiling num_threads v0.1.7
13582025-02-07T09:21:21.245Z Compiling atomic-waker v1.1.2
13592025-02-07T09:21:21.326Z Compiling tinyvec_macros v0.1.1
13602025-02-07T09:21:21.414Z Compiling tinyvec v1.8.0
13612025-02-07T09:21:21.436Z Compiling time v0.3.36
13622025-02-07T09:21:21.456Z Compiling scroll v0.12.0
13632025-02-07T09:21:22.017Z Compiling icu_normalizer v1.5.0
13642025-02-07T09:21:22.486Z Compiling http-body v1.0.1
13652025-02-07T09:21:22.730Z Compiling pest_generator v2.7.14
13662025-02-07T09:21:22.751Z Compiling pkcs5 v0.7.1
13672025-02-07T09:21:22.777Z Compiling form_urlencoded v1.2.1
13682025-02-07T09:21:22.884Z Compiling try-lock v0.2.5
13692025-02-07T09:21:23.045Z Compiling idna_adapter v1.2.0
13702025-02-07T09:21:23.075Z Compiling slog v2.7.0
13712025-02-07T09:21:23.280Z Compiling which v4.4.2
13722025-02-07T09:21:23.574Z Compiling goblin v0.8.2
13732025-02-07T09:21:23.871Z Compiling pkcs8 v0.10.2
13742025-02-07T09:21:23.902Z Compiling idna v1.0.3
13752025-02-07T09:21:24.294Z Compiling want v0.3.1
13762025-02-07T09:21:24.543Z Compiling uuid v1.12.0
13772025-02-07T09:21:24.560Z Compiling pest_derive v2.7.14
13782025-02-07T09:21:24.579Z Compiling httpdate v1.0.3
13792025-02-07T09:21:25.004Z Compiling iana-time-zone v0.1.61
13802025-02-07T09:21:25.351Z Compiling dtrace-parser v0.2.0
13812025-02-07T09:21:25.420Z Compiling chrono v0.4.39
13822025-02-07T09:21:26.041Z Compiling serde_tokenstream v0.2.2
13832025-02-07T09:21:26.141Z Compiling serde_spanned v0.6.8
13842025-02-07T09:21:26.278Z Compiling toml_datetime v0.6.8
13852025-02-07T09:21:26.388Z Compiling adler2 v2.0.0
13862025-02-07T09:21:26.612Z Compiling foreign-types-shared v0.1.1
13872025-02-07T09:21:26.641Z Compiling openssl v0.10.70
13882025-02-07T09:21:26.747Z Compiling base64 v0.22.1
13892025-02-07T09:21:26.768Z Compiling tower-service v0.3.3
13902025-02-07T09:21:26.911Z Compiling rustversion v1.0.17
13912025-02-07T09:21:27.054Z Compiling match_cfg v0.1.0
13922025-02-07T09:21:27.162Z Compiling hostname v0.3.1
13932025-02-07T09:21:27.280Z Compiling foreign-types v0.3.2
13942025-02-07T09:21:27.378Z Compiling miniz_oxide v0.8.0
13952025-02-07T09:21:27.397Z Compiling url v2.5.3
13962025-02-07T09:21:27.635Z Compiling async-trait v0.1.86
13972025-02-07T09:21:28.670Z Compiling tokio-util v0.7.12
13982025-02-07T09:21:28.724Z Compiling openssl-macros v0.1.1
13992025-02-07T09:21:28.821Z Compiling serde_derive_internals v0.29.1
14002025-02-07T09:21:29.143Z Compiling dof v0.3.0
14012025-02-07T09:21:29.465Z Compiling dirs-sys-next v0.1.2
14022025-02-07T09:21:29.842Z Compiling h2 v0.4.6
14032025-02-07T09:21:30.020Z Compiling usdt-impl v0.5.0
14042025-02-07T09:21:30.090Z Compiling rustls v0.23.19
14052025-02-07T09:21:30.371Z Compiling siphasher v0.3.11
14062025-02-07T09:21:30.754Z Compiling data-encoding v2.6.0
14072025-02-07T09:21:30.978Z Compiling native-tls v0.2.12
14082025-02-07T09:21:31.111Z Compiling rustls v0.22.4
14092025-02-07T09:21:31.311Z Compiling syn v1.0.109
14102025-02-07T09:21:31.378Z Compiling schemars v0.8.21
14112025-02-07T09:21:31.461Z Compiling schemars_derive v0.8.21
14122025-02-07T09:21:31.796Z Compiling dirs-next v2.0.0
14132025-02-07T09:21:32.712Z Compiling unicode-normalization v0.1.24
14142025-02-07T09:21:32.839Z Compiling http-body-util v0.1.2
14152025-02-07T09:21:33.276Z Compiling heapless v0.7.17
14162025-02-07T09:21:33.279Z Compiling crossbeam-epoch v0.9.18
14172025-02-07T09:21:33.698Z Compiling sha1 v0.10.6
14182025-02-07T09:21:33.756Z Compiling signature v2.2.0
14192025-02-07T09:21:33.779Z Compiling bzip2-sys v0.1.11+1.0.8
14202025-02-07T09:21:33.979Z Compiling thread_local v1.1.8
14212025-02-07T09:21:34.048Z Compiling encoding_rs v0.8.34
14222025-02-07T09:21:34.120Z Compiling cookie v0.18.1
14232025-02-07T09:21:34.224Z Compiling multer v3.1.0
14242025-02-07T09:21:34.413Z Compiling openssl-probe v0.1.5
14252025-02-07T09:21:34.462Z Compiling slog-async v2.8.0
14262025-02-07T09:21:34.510Z Compiling unicode-bidi v0.3.17
14272025-02-07T09:21:34.575Z Compiling signal-hook v0.3.17
14282025-02-07T09:21:34.703Z Compiling unicode-properties v0.1.3
14292025-02-07T09:21:34.849Z Compiling gimli v0.31.1
14302025-02-07T09:21:34.952Z Compiling rayon-core v1.12.1
14312025-02-07T09:21:35.109Z Compiling dyn-clone v1.0.17
14322025-02-07T09:21:35.243Z Compiling ipnet v2.10.1
14332025-02-07T09:21:35.334Z Compiling mime v0.3.17
14342025-02-07T09:21:35.888Z Compiling stringprep v0.1.5
14352025-02-07T09:21:36.344Z Compiling toml_edit v0.22.22
14362025-02-07T09:21:37.004Z Compiling hyper v1.5.2
14372025-02-07T09:21:39.012Z Compiling addr2line v0.24.2
14382025-02-07T09:21:39.587Z Compiling hyper-util v0.1.10
14392025-02-07T09:21:39.700Z Compiling crossbeam-deque v0.8.5
14402025-02-07T09:21:39.793Z Compiling usdt-macro v0.5.0
14412025-02-07T09:21:39.813Z Compiling usdt-attr-macro v0.5.0
14422025-02-07T09:21:40.509Z Compiling term v0.7.0
14432025-02-07T09:21:40.572Z Compiling slog-json v2.6.1
14442025-02-07T09:21:40.929Z Compiling serde_urlencoded v0.7.1
14452025-02-07T09:21:41.151Z Compiling curve25519-dalek v4.1.3
14462025-02-07T09:21:41.276Z Compiling crossbeam-channel v0.5.13
14472025-02-07T09:21:41.452Z Compiling futures-executor v0.3.31
14482025-02-07T09:21:41.839Z Compiling md-5 v0.10.6
14492025-02-07T09:21:41.858Z Compiling enum-as-inner v0.6.1
14502025-02-07T09:21:42.015Z Compiling async-stream-impl v0.3.6
14512025-02-07T09:21:42.103Z Compiling rustls-pemfile v2.2.0
14522025-02-07T09:21:42.324Z Compiling num-integer v0.1.46
14532025-02-07T09:21:42.347Z Compiling hash32 v0.2.1
14542025-02-07T09:21:42.449Z Compiling ff v0.13.0
14552025-02-07T09:21:42.689Z Compiling is-terminal v0.4.13
14562025-02-07T09:21:42.717Z Compiling dropshot v0.12.0
14572025-02-07T09:21:42.835Z Compiling object v0.36.5
14582025-02-07T09:21:42.891Z Compiling anyhow v1.0.95
14592025-02-07T09:21:43.019Z Compiling utf-8 v0.7.6
14602025-02-07T09:21:43.044Z Compiling num-bigint-dig v0.8.4
14612025-02-07T09:21:43.246Z Compiling rustc-demangle v0.1.24
14622025-02-07T09:21:43.314Z Compiling quick-error v1.2.3
14632025-02-07T09:21:43.335Z Compiling fallible-iterator v0.2.0
14642025-02-07T09:21:43.478Z Compiling base16ct v0.2.0
14652025-02-07T09:21:43.521Z Compiling litrs v0.4.1
14662025-02-07T09:21:43.784Z Compiling smoltcp v0.9.1
14672025-02-07T09:21:43.834Z Compiling portable-atomic v1.9.0
14682025-02-07T09:21:43.974Z Compiling psl-types v2.0.11
14692025-02-07T09:21:44.154Z Compiling linked-hash-map v0.5.6
14702025-02-07T09:21:44.180Z Compiling take_mut v0.2.2
14712025-02-07T09:21:44.431Z Compiling publicsuffix v2.3.0
14722025-02-07T09:21:44.483Z Compiling lru-cache v0.1.2
14732025-02-07T09:21:44.595Z Compiling document-features v0.2.10
14742025-02-07T09:21:44.677Z Compiling postgres-protocol v0.6.7
14752025-02-07T09:21:44.700Z Compiling sec1 v0.7.3
14762025-02-07T09:21:45.249Z Compiling resolv-conf v0.7.0
14772025-02-07T09:21:45.324Z Compiling async-stream v0.3.6
14782025-02-07T09:21:45.406Z Compiling tungstenite v0.24.0
14792025-02-07T09:21:45.692Z Compiling hickory-proto v0.24.2
14802025-02-07T09:21:45.734Z Compiling num-iter v0.1.45
14812025-02-07T09:21:45.904Z Compiling slog-term v2.9.1
14822025-02-07T09:21:45.924Z Compiling usdt v0.5.0
14832025-02-07T09:21:45.972Z Compiling group v0.13.0
14842025-02-07T09:21:46.513Z Compiling futures v0.3.31
14852025-02-07T09:21:46.646Z Compiling slog-bunyan v2.5.0
14862025-02-07T09:21:47.120Z Compiling toml v0.8.19
14872025-02-07T09:21:48.482Z Compiling camino v1.1.9
14882025-02-07T09:21:48.571Z Compiling tokio-native-tls v0.3.1
14892025-02-07T09:21:48.591Z Compiling phf_shared v0.11.2
14902025-02-07T09:21:48.856Z Compiling dropshot_endpoint v0.12.0
14912025-02-07T09:21:48.963Z Compiling terminal_size v0.4.0
14922025-02-07T09:21:49.176Z Compiling backtrace v0.3.74
14932025-02-07T09:21:49.196Z Compiling openapiv3 v2.0.0
14942025-02-07T09:21:49.270Z Compiling waitgroup v0.1.2
14952025-02-07T09:21:49.501Z Compiling serde_path_to_error v0.1.16
14962025-02-07T09:21:49.747Z Compiling hkdf v0.12.4
14972025-02-07T09:21:50.015Z Compiling crypto-bigint v0.5.5
14982025-02-07T09:21:50.263Z Compiling curve25519-dalek-derive v0.1.1
14992025-02-07T09:21:51.720Z Compiling zerocopy-derive v0.6.6
15002025-02-07T09:21:52.207Z Compiling webpki-roots v0.26.6
15012025-02-07T09:21:52.434Z Compiling hostname v0.4.0
15022025-02-07T09:21:52.538Z Compiling hubpack_derive v0.1.1
15032025-02-07T09:21:52.649Z Compiling ahash v0.8.11
15042025-02-07T09:21:52.988Z Compiling fs-err v2.11.0
15052025-02-07T09:21:53.098Z Compiling crc32fast v1.4.2
15062025-02-07T09:21:53.234Z Compiling unicode-width v0.2.0
15072025-02-07T09:21:53.300Z Compiling debug-ignore v1.0.5
15082025-02-07T09:21:53.379Z Compiling bitflags v1.3.2
15092025-02-07T09:21:53.449Z Compiling managed v0.8.0
15102025-02-07T09:21:53.451Z Compiling winnow v0.5.40
15112025-02-07T09:21:53.496Z Compiling newtype-uuid v1.2.1
15122025-02-07T09:21:53.625Z Compiling clap_builder v4.5.27
15132025-02-07T09:21:53.772Z Compiling console v0.15.10
15142025-02-07T09:21:53.821Z Compiling strum_macros v0.25.3
15152025-02-07T09:21:54.706Z Compiling zerocopy v0.6.6
15162025-02-07T09:21:55.141Z Compiling hubpack v0.1.2
15172025-02-07T09:21:55.463Z Compiling flate2 v1.0.35
15182025-02-07T09:21:55.797Z Compiling elliptic-curve v0.13.8
15192025-02-07T09:21:55.868Z Compiling hickory-resolver v0.24.2
15202025-02-07T09:21:56.660Z Compiling toml_edit v0.19.15
15212025-02-07T09:21:56.874Z Compiling phf v0.11.2
15222025-02-07T09:21:57.155Z Compiling hyper-tls v0.6.0
15232025-02-07T09:21:57.177Z Compiling signal-hook-mio v0.2.4
15242025-02-07T09:21:57.355Z Compiling cookie_store v0.21.1
15252025-02-07T09:21:57.563Z Compiling rayon v1.10.0
15262025-02-07T09:21:57.649Z Compiling bzip2 v0.4.4
15272025-02-07T09:21:58.036Z Compiling tokio-tungstenite v0.24.0
15282025-02-07T09:21:58.833Z Compiling postgres-types v0.2.8
15292025-02-07T09:22:01.402Z Compiling ed25519 v2.2.3
15302025-02-07T09:22:01.624Z Compiling phf_shared v0.10.0
15312025-02-07T09:22:01.686Z Compiling tokio-stream v0.1.16
15322025-02-07T09:22:01.918Z Compiling pkcs1 v0.7.5
15332025-02-07T09:22:02.002Z Compiling serde-big-array v0.5.1
15342025-02-07T09:22:02.245Z Compiling rfc6979 v0.4.0
15352025-02-07T09:22:02.440Z Compiling clap_derive v4.5.24
15362025-02-07T09:22:02.597Z Compiling derive-where v1.2.7
15372025-02-07T09:22:02.843Z Compiling serde_repr v0.1.19
15382025-02-07T09:22:03.276Z Compiling bstr v1.10.0
15392025-02-07T09:22:03.676Z Compiling float-cmp v0.9.0
15402025-02-07T09:22:03.844Z Compiling sync_wrapper v1.0.1
15412025-02-07T09:22:03.914Z Compiling static_assertions v1.1.0
15422025-02-07T09:22:03.950Z Compiling predicates-core v1.0.8
15432025-02-07T09:22:04.007Z Compiling number_prefix v0.4.0
15442025-02-07T09:22:04.029Z Compiling precomputed-hash v0.1.1
15452025-02-07T09:22:04.161Z Compiling new_debug_unreachable v1.0.6
15462025-02-07T09:22:04.246Z Compiling whoami v1.5.2
15472025-02-07T09:22:04.269Z Compiling bit-vec v0.6.3
15482025-02-07T09:22:04.289Z Compiling normalize-line-endings v0.3.0
15492025-02-07T09:22:04.429Z Compiling difflib v0.4.0
15502025-02-07T09:22:04.669Z Compiling fixedbitset v0.4.2
15512025-02-07T09:22:04.809Z Compiling unicode-segmentation v1.12.0
15522025-02-07T09:22:04.838Z Compiling bit-set v0.5.3
15532025-02-07T09:22:05.131Z Compiling petgraph v0.6.5
15542025-02-07T09:22:05.151Z Compiling predicates v3.1.2
15552025-02-07T09:22:05.671Z Compiling similar v2.6.0
15562025-02-07T09:22:05.789Z Compiling tokio-postgres v0.7.12
15572025-02-07T09:22:05.858Z Compiling string_cache v0.8.7
15582025-02-07T09:22:06.284Z Compiling indicatif v0.17.11
15592025-02-07T09:22:06.600Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15602025-02-07T09:22:07.025Z Compiling clap v4.5.27
15612025-02-07T09:22:07.158Z Compiling ecdsa v0.16.9
15622025-02-07T09:22:07.776Z Compiling rsa v0.9.6
15632025-02-07T09:22:07.989Z Compiling ed25519-dalek v2.1.1
15642025-02-07T09:22:08.404Z Compiling toml v0.7.8
15652025-02-07T09:22:08.689Z Compiling zip v0.6.6
15662025-02-07T09:22:09.293Z Compiling crossterm v0.28.1
15672025-02-07T09:22:10.757Z Compiling hex v0.4.3
15682025-02-07T09:22:10.822Z Compiling x509-cert v0.2.5
15692025-02-07T09:22:11.315Z Compiling itertools v0.10.5
15702025-02-07T09:22:11.336Z Compiling lalrpop-util v0.19.12
15712025-02-07T09:22:11.703Z Compiling unicode-xid v0.2.6
15722025-02-07T09:22:11.910Z Compiling peg-runtime v0.8.3
15732025-02-07T09:22:12.252Z Compiling strum_macros v0.26.4
15742025-02-07T09:22:12.502Z Compiling xattr v1.3.1
15752025-02-07T09:22:12.634Z Compiling filetime v0.2.25
15762025-02-07T09:22:12.912Z Compiling tar v0.4.42
15772025-02-07T09:22:16.822Z Compiling strum v0.26.3
15782025-02-07T09:22:20.023Z Compiling aws-lc-sys v0.22.0
15792025-02-07T09:22:47.244Z Compiling rustls-webpki v0.102.8
15802025-02-07T09:22:50.344Z Compiling tokio-rustls v0.25.0
15812025-02-07T09:22:52.025Z Compiling tokio-rustls v0.26.0
15822025-02-07T09:22:52.272Z Compiling hyper-rustls v0.27.3
15832025-02-07T09:22:52.604Z Compiling reqwest v0.12.9
15842025-02-07T09:22:54.054Z Compiling qorb v0.2.1
15852025-02-07T09:22:57.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15862025-02-07T09:22:57.453Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15872025-02-07T09:23:01.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15882025-02-07T09:23:01.950Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15892025-02-07T09:23:02.003ZFeb 07 09:23:00.755 INFO Starting download, target: Clickhouse
15902025-02-07T09:23:02.003ZFeb 07 09:23:00.756 INFO Starting download, target: Cockroach
15912025-02-07T09:23:02.003ZFeb 07 09:23:00.756 INFO Starting download, target: Console
15922025-02-07T09:23:02.006ZFeb 07 09:23:00.756 INFO Starting download, target: DendriteOpenapi
15932025-02-07T09:23:02.006ZFeb 07 09:23:00.756 INFO Starting download, target: DendriteStub
15942025-02-07T09:23:02.006ZFeb 07 09:23:00.756 INFO Starting download, target: MaghemiteMgd
15952025-02-07T09:23:02.006ZFeb 07 09:23:00.756 INFO Starting download, target: TransceiverControl
15962025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15972025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
15982025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15992025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16002025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16012025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16022025-02-07T09:23:02.006ZFeb 07 09:23:00.757 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16032025-02-07T09:23:02.122ZFeb 07 09:23:00.874 INFO Download complete, target: DendriteOpenapi
16042025-02-07T09:23:02.330ZFeb 07 09:23:01.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16052025-02-07T09:23:02.555ZFeb 07 09:23:01.302 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16062025-02-07T09:23:02.844ZFeb 07 09:23:01.596 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16072025-02-07T09:23:02.870ZFeb 07 09:23:01.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16082025-02-07T09:23:02.876ZFeb 07 09:23:01.626 INFO Download complete, target: TransceiverControl
16092025-02-07T09:23:02.928ZFeb 07 09:23:01.679 INFO Download complete, target: Console
16102025-02-07T09:23:03.357ZFeb 07 09:23:02.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16112025-02-07T09:23:03.357ZFeb 07 09:23:02.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16122025-02-07T09:23:04.058ZFeb 07 09:23:02.811 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16132025-02-07T09:23:05.750ZFeb 07 09:23:04.481 INFO Download complete, target: DendriteStub
16142025-02-07T09:23:05.859ZFeb 07 09:23:04.557 INFO Download complete, target: MaghemiteMgd
16152025-02-07T09:23:10.892ZFeb 07 09:23:09.644 INFO Checking that binary works, target: Cockroach
16162025-02-07T09:23:11.201ZFeb 07 09:23:09.953 INFO Download complete, target: Cockroach
16172025-02-07T09:23:16.734ZFeb 07 09:23:15.485 INFO Checking that binary works, target: Clickhouse
16182025-02-07T09:23:16.847ZFeb 07 09:23:15.598 INFO Download complete, target: Clickhouse
16192025-02-07T09:23:16.867ZAll builder prerequisites installed successfully, and PATH looks valid
16202025-02-07T09:23:16.870Z
16212025-02-07T09:23:16.870Zreal 4:53.153543436
16222025-02-07T09:23:16.870Zuser 15:39.316015486
16232025-02-07T09:23:16.870Zsys 2:02.695900514
16242025-02-07T09:23:16.870Ztrap 0.552381839
16252025-02-07T09:23:16.870Ztflt 1.719932316
16262025-02-07T09:23:16.870Zdflt 1.773745234
16272025-02-07T09:23:16.870Zkflt 0.024299147
16282025-02-07T09:23:16.870Zlock 24:26.221469902
16292025-02-07T09:23:16.870Zslp 54:43.905268651
16302025-02-07T09:23:16.870Zlat 59.581380331
16312025-02-07T09:23:16.870Zstop 2:23.488775630
16322025-02-07T09:23:16.870Z+ banner hack-check
16332025-02-07T09:23:16.873Z
16342025-02-07T09:23:16.873Z # # ## #### # # #### # # ###### #### # #
16352025-02-07T09:23:16.873Z # # # # # # # # # # # # # # # # #
16362025-02-07T09:23:16.873Z ###### # # # #### ##### # ###### ##### # ####
16372025-02-07T09:23:16.874Z # # ###### # # # # # # # # # #
16382025-02-07T09:23:16.874Z # # # # # # # # # # # # # # # # #
16392025-02-07T09:23:16.874Z # # # # #### # # #### # # ###### #### # #
16402025-02-07T09:23:16.874Z
16412025-02-07T09:23:16.874Z+ export CARGO_INCREMENTAL=0
16422025-02-07T09:23:16.874Z+ CARGO_INCREMENTAL=0
16432025-02-07T09:23:16.874Z+ ptime -m timeout 2h cargo xtask check-features --ci
16442025-02-07T09:23:17.402Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16452025-02-07T09:23:20.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
16462025-02-07T09:23:20.243Z Running `target/debug/xtask check-features --ci`
16472025-02-07T09:23:20.264Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16482025-02-07T09:23:20.266Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16492025-02-07T09:23:20.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16502025-02-07T09:23:20.717Z Running `target/debug/xtask download cargo-hack`
16512025-02-07T09:23:21.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16522025-02-07T09:23:21.883Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16532025-02-07T09:23:25.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
16542025-02-07T09:23:25.645Z Running `target/debug/xtask-downloader cargo-hack`
16552025-02-07T09:23:25.680ZFeb 07 09:23:24.430 INFO Starting download, target: CargoHack
16562025-02-07T09:23:25.682ZFeb 07 09:23:24.431 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16572025-02-07T09:23:26.378ZFeb 07 09:23:25.128 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16582025-02-07T09:23:26.468ZFeb 07 09:23:25.219 INFO Download complete, target: CargoHack
16592025-02-07T09:23:26.473Zrunning: "/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"
16602025-02-07T09:23:26.488Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16612025-02-07T09:23:26.660Zinfo: running `cargo check --bins` on api_identity (1/199)
16622025-02-07T09:23:27.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-02-07T09:23:27.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-02-07T09:23:27.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-02-07T09:23:27.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16662025-02-07T09:23:27.246Z
16672025-02-07T09:23:27.246Zinfo: running `cargo check --bins` on bootstore (2/199)
16682025-02-07T09:23:27.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-02-07T09:23:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-02-07T09:23:27.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-02-07T09:23:27.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16722025-02-07T09:23:27.873Z
16732025-02-07T09:23:27.873Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16742025-02-07T09:23:28.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-02-07T09:23:28.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-02-07T09:23:28.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-02-07T09:23:28.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16782025-02-07T09:23:28.474Z
16792025-02-07T09:23:28.474Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16802025-02-07T09:23:29.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-02-07T09:23:29.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-02-07T09:23:29.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-02-07T09:23:29.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16842025-02-07T09:23:29.076Z
16852025-02-07T09:23:29.076Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16862025-02-07T09:23:29.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-02-07T09:23:29.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-02-07T09:23:29.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-02-07T09:23:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902025-02-07T09:23:29.494Z
16912025-02-07T09:23:29.494Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16922025-02-07T09:23:29.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-02-07T09:23:29.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-02-07T09:23:29.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-02-07T09:23:29.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16962025-02-07T09:23:29.911Z
16972025-02-07T09:23:29.911Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16982025-02-07T09:23:30.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-02-07T09:23:30.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-02-07T09:23:30.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-02-07T09:23:30.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022025-02-07T09:23:30.328Z
17032025-02-07T09:23:30.328Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17042025-02-07T09:23:30.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-02-07T09:23:30.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-02-07T09:23:30.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-02-07T09:23:30.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082025-02-07T09:23:30.748Z
17092025-02-07T09:23:30.748Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17102025-02-07T09:23:31.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-02-07T09:23:31.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-02-07T09:23:31.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-02-07T09:23:31.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17142025-02-07T09:23:31.168Z
17152025-02-07T09:23:31.168Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17162025-02-07T09:23:31.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-02-07T09:23:31.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-02-07T09:23:31.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-02-07T09:23:31.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202025-02-07T09:23:31.586Z
17212025-02-07T09:23:31.586Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17222025-02-07T09:23:31.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-02-07T09:23:31.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-02-07T09:23:31.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-02-07T09:23:31.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262025-02-07T09:23:32.003Z
17272025-02-07T09:23:32.003Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17282025-02-07T09:23:32.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-02-07T09:23:32.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-02-07T09:23:32.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-02-07T09:23:32.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322025-02-07T09:23:32.420Z
17332025-02-07T09:23:32.420Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17342025-02-07T09:23:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-02-07T09:23:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-02-07T09:23:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-02-07T09:23:32.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17382025-02-07T09:23:32.835Z
17392025-02-07T09:23:32.835Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17402025-02-07T09:23:33.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-02-07T09:23:33.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-02-07T09:23:33.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-02-07T09:23:33.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442025-02-07T09:23:33.252Z
17452025-02-07T09:23:33.252Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17462025-02-07T09:23:33.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-02-07T09:23:33.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-02-07T09:23:33.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-02-07T09:23:33.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17502025-02-07T09:23:33.673Z
17512025-02-07T09:23:33.673Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17522025-02-07T09:23:34.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-02-07T09:23:34.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-02-07T09:23:34.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-02-07T09:23:34.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17562025-02-07T09:23:34.093Z
17572025-02-07T09:23:34.093Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17582025-02-07T09:23:34.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-02-07T09:23:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-02-07T09:23:34.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-02-07T09:23:34.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17622025-02-07T09:23:34.522Z
17632025-02-07T09:23:34.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17642025-02-07T09:23:34.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-02-07T09:23:34.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-02-07T09:23:34.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-02-07T09:23:34.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17682025-02-07T09:23:34.941Z
17692025-02-07T09:23:34.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17702025-02-07T09:23:35.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-02-07T09:23:35.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-02-07T09:23:35.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-02-07T09:23:35.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17742025-02-07T09:23:35.363Z
17752025-02-07T09:23:35.363Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17762025-02-07T09:23:35.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-02-07T09:23:35.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-02-07T09:23:35.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-02-07T09:23:35.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17802025-02-07T09:23:35.784Z
17812025-02-07T09:23:35.784Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17822025-02-07T09:23:36.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-02-07T09:23:36.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-02-07T09:23:36.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-02-07T09:23:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17862025-02-07T09:23:36.208Z
17872025-02-07T09:23:36.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17882025-02-07T09:23:36.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-02-07T09:23:36.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-02-07T09:23:36.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-02-07T09:23:36.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17922025-02-07T09:23:36.630Z
17932025-02-07T09:23:36.630Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17942025-02-07T09:23:37.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-02-07T09:23:37.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-02-07T09:23:37.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-02-07T09:23:37.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17982025-02-07T09:23:37.050Z
17992025-02-07T09:23:37.050Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18002025-02-07T09:23:37.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-02-07T09:23:37.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-02-07T09:23:37.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-02-07T09:23:37.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18042025-02-07T09:23:37.472Z
18052025-02-07T09:23:37.472Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18062025-02-07T09:23:37.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-02-07T09:23:37.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-02-07T09:23:37.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-02-07T09:23:37.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18102025-02-07T09:23:37.890Z
18112025-02-07T09:23:37.890Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18122025-02-07T09:23:38.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-02-07T09:23:38.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-02-07T09:23:38.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-02-07T09:23:38.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18162025-02-07T09:23:38.310Z
18172025-02-07T09:23:38.310Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18182025-02-07T09:23:38.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-02-07T09:23:38.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-02-07T09:23:38.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-02-07T09:23:38.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18222025-02-07T09:23:38.727Z
18232025-02-07T09:23:38.727Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18242025-02-07T09:23:39.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-02-07T09:23:39.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-02-07T09:23:39.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-02-07T09:23:39.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18282025-02-07T09:23:39.143Z
18292025-02-07T09:23:39.143Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18302025-02-07T09:23:39.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-02-07T09:23:39.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-02-07T09:23:39.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-02-07T09:23:39.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18342025-02-07T09:23:39.559Z
18352025-02-07T09:23:39.559Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18362025-02-07T09:23:39.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-02-07T09:23:39.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-02-07T09:23:39.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-02-07T09:23:39.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18402025-02-07T09:23:39.976Z
18412025-02-07T09:23:39.976Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18422025-02-07T09:23:40.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-02-07T09:23:40.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-02-07T09:23:40.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-02-07T09:23:40.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18462025-02-07T09:23:40.387Z
18472025-02-07T09:23:40.387Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18482025-02-07T09:23:40.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-02-07T09:23:40.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-02-07T09:23:40.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-02-07T09:23:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18522025-02-07T09:23:40.801Z
18532025-02-07T09:23:40.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18542025-02-07T09:23:41.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-02-07T09:23:41.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-02-07T09:23:41.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-02-07T09:23:41.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18582025-02-07T09:23:41.218Z
18592025-02-07T09:23:41.218Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18602025-02-07T09:23:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-02-07T09:23:41.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-02-07T09:23:41.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-02-07T09:23:41.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18642025-02-07T09:23:41.636Z
18652025-02-07T09:23:41.636Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18662025-02-07T09:23:42.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-02-07T09:23:42.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-02-07T09:23:42.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-02-07T09:23:42.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18702025-02-07T09:23:42.053Z
18712025-02-07T09:23:42.053Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18722025-02-07T09:23:42.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-02-07T09:23:42.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-02-07T09:23:42.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-02-07T09:23:42.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18762025-02-07T09:23:42.474Z
18772025-02-07T09:23:42.474Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18782025-02-07T09:23:42.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-02-07T09:23:42.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-02-07T09:23:42.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-02-07T09:23:42.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18822025-02-07T09:23:42.894Z
18832025-02-07T09:23:42.894Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18842025-02-07T09:23:43.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-02-07T09:23:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-02-07T09:23:43.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-02-07T09:23:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18882025-02-07T09:23:43.320Z
18892025-02-07T09:23:43.320Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18902025-02-07T09:23:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-02-07T09:23:43.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-02-07T09:23:43.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-02-07T09:23:43.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18942025-02-07T09:23:43.743Z
18952025-02-07T09:23:43.743Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18962025-02-07T09:23:44.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-02-07T09:23:44.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-02-07T09:23:44.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-02-07T09:23:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19002025-02-07T09:23:44.170Z
19012025-02-07T09:23:44.170Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19022025-02-07T09:23:44.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-02-07T09:23:44.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-02-07T09:23:44.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-02-07T09:23:44.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19062025-02-07T09:23:44.589Z
19072025-02-07T09:23:44.589Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19082025-02-07T09:23:44.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-02-07T09:23:44.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-02-07T09:23:44.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-02-07T09:23:44.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19122025-02-07T09:23:45.014Z
19132025-02-07T09:23:45.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19142025-02-07T09:23:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-02-07T09:23:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-02-07T09:23:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-02-07T09:23:45.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19182025-02-07T09:23:45.439Z
19192025-02-07T09:23:45.439Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19202025-02-07T09:23:45.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-02-07T09:23:45.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-02-07T09:23:45.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-02-07T09:23:45.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19242025-02-07T09:23:45.864Z
19252025-02-07T09:23:45.864Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19262025-02-07T09:23:46.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-02-07T09:23:46.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-02-07T09:23:46.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-02-07T09:23:46.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19302025-02-07T09:23:46.486Z
19312025-02-07T09:23:46.486Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19322025-02-07T09:23:47.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-02-07T09:23:47.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-02-07T09:23:47.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-02-07T09:23:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19362025-02-07T09:23:47.105Z
19372025-02-07T09:23:47.105Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19382025-02-07T09:23:47.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-02-07T09:23:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-02-07T09:23:47.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-02-07T09:23:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19422025-02-07T09:23:47.731Z
19432025-02-07T09:23:47.731Zinfo: running `cargo check --bins` on oxlog (48/199)
19442025-02-07T09:23:48.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-02-07T09:23:48.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-02-07T09:23:48.331Z Checking cfg-if v1.0.0
19472025-02-07T09:23:48.335Z Checking libc v0.2.169
19482025-02-07T09:23:48.443Z Checking serde v1.0.217
19492025-02-07T09:23:48.446Z Checking zeroize v1.8.1
19502025-02-07T09:23:48.461Z Checking memchr v2.7.4
19512025-02-07T09:23:48.473Z Checking typenum v1.17.0
19522025-02-07T09:23:48.476Z Checking subtle v2.6.1
19532025-02-07T09:23:48.476Z Checking scopeguard v1.2.0
19542025-02-07T09:23:48.515Z Checking value-bag v1.9.0
19552025-02-07T09:23:48.637Z Checking lock_api v0.4.12
19562025-02-07T09:23:48.664Z Checking smallvec v1.13.2
19572025-02-07T09:23:48.730Z Checking const-oid v0.9.6
19582025-02-07T09:23:48.909Z Checking log v0.4.22
19592025-02-07T09:23:48.994Z Checking itoa v1.0.11
19602025-02-07T09:23:49.029Z Checking pin-project-lite v0.2.14
19612025-02-07T09:23:49.150Z Checking byteorder v1.5.0
19622025-02-07T09:23:49.222Z Checking once_cell v1.20.2
19632025-02-07T09:23:49.302Z Checking futures-core v0.3.31
19642025-02-07T09:23:49.397Z Checking getrandom v0.2.15
19652025-02-07T09:23:49.423Z Checking signal-hook-registry v1.4.2
19662025-02-07T09:23:49.497Z Checking parking_lot_core v0.9.10
19672025-02-07T09:23:49.513Z Checking generic-array v0.14.7
19682025-02-07T09:23:49.516Z Checking mio v1.0.2
19692025-02-07T09:23:49.542Z Checking stable_deref_trait v1.2.0
19702025-02-07T09:23:49.633Z Checking rand_core v0.6.4
19712025-02-07T09:23:49.647Z Checking cpufeatures v0.2.14
19722025-02-07T09:23:49.668Z Checking futures-sink v0.3.31
19732025-02-07T09:23:49.745Z Checking socket2 v0.5.7
19742025-02-07T09:23:49.807Z Checking parking_lot v0.12.3
19752025-02-07T09:23:49.823Z Checking zerocopy v0.7.35
19762025-02-07T09:23:49.930Z Checking zerofrom v0.1.4
19772025-02-07T09:23:50.096Z Checking spin v0.9.8
19782025-02-07T09:23:50.148Z Checking yoke v0.7.4
19792025-02-07T09:23:50.163Z Checking slab v0.4.9
19802025-02-07T09:23:50.211Z Checking futures-channel v0.3.31
19812025-02-07T09:23:50.418Z Checking allocator-api2 v0.2.18
19822025-02-07T09:23:50.421Z Checking futures-io v0.3.31
19832025-02-07T09:23:50.468Z Checking zerovec v0.10.4
19842025-02-07T09:23:50.536Z Checking crypto-common v0.1.6
19852025-02-07T09:23:50.565Z Checking block-buffer v0.10.4
19862025-02-07T09:23:50.589Z Checking equivalent v1.0.1
19872025-02-07T09:23:50.609Z Checking foldhash v0.1.3
19882025-02-07T09:23:50.699Z Checking futures-task v0.3.31
19892025-02-07T09:23:50.721Z Checking pin-utils v0.1.0
19902025-02-07T09:23:50.772Z Checking digest v0.10.7
19912025-02-07T09:23:50.817Z Checking block-padding v0.3.3
19922025-02-07T09:23:50.834Z Checking ryu v1.0.18
19932025-02-07T09:23:50.935Z Checking futures-util v0.3.31
19942025-02-07T09:23:51.018Z Checking hashbrown v0.15.1
19952025-02-07T09:23:51.036Z Checking inout v0.1.3
19962025-02-07T09:23:51.051Z Checking fnv v1.0.7
19972025-02-07T09:23:51.076Z Checking litemap v0.7.3
19982025-02-07T09:23:51.140Z Checking hmac v0.12.1
19992025-02-07T09:23:51.183Z Checking writeable v0.5.5
20002025-02-07T09:23:51.243Z Checking cipher v0.4.4
20012025-02-07T09:23:51.349Z Checking sha2 v0.10.8
20022025-02-07T09:23:51.411Z Checking libm v0.2.8
20032025-02-07T09:23:51.493Z Checking base64ct v1.6.0
20042025-02-07T09:23:51.643Z Checking ppv-lite86 v0.2.20
20052025-02-07T09:23:51.892Z Checking flagset v0.4.6
20062025-02-07T09:23:51.909Z Checking pem-rfc7468 v0.7.0
20072025-02-07T09:23:51.988Z Checking tinystr v0.7.6
20082025-02-07T09:23:52.042Z Checking icu_locid_transform_data v1.5.0
20092025-02-07T09:23:52.080Z Checking icu_collections v1.5.0
20102025-02-07T09:23:52.139Z Checking tracing-core v0.1.32
20112025-02-07T09:23:52.177Z Checking der v0.7.9
20122025-02-07T09:23:52.286Z Checking icu_locid v1.5.0
20132025-02-07T09:23:52.320Z Checking rand_chacha v0.3.1
20142025-02-07T09:23:52.357Z Checking num-traits v0.2.19
20152025-02-07T09:23:52.717Z Checking thiserror v1.0.69
20162025-02-07T09:23:52.738Z Checking rustls-pki-types v1.10.0
20172025-02-07T09:23:52.753Z Checking percent-encoding v2.3.1
20182025-02-07T09:23:52.848Z Checking icu_properties_data v1.5.0
20192025-02-07T09:23:52.936Z Checking bytes v1.9.0
20202025-02-07T09:23:52.973Z Checking indexmap v2.7.1
20212025-02-07T09:23:53.100Z Checking serde_json v1.0.135
20222025-02-07T09:23:53.219Z Checking icu_provider v1.5.0
20232025-02-07T09:23:53.297Z Checking bitflags v2.6.0
20242025-02-07T09:23:53.592Z Checking tracing v0.1.40
20252025-02-07T09:23:53.727Z Checking tokio v1.43.0
20262025-02-07T09:23:53.799Z Checking http v1.2.0
20272025-02-07T09:23:53.822Z Checking icu_locid_transform v1.5.0
20282025-02-07T09:23:53.836Z Checking spki v0.7.3
20292025-02-07T09:23:53.927Z Checking rand v0.8.5
20302025-02-07T09:23:54.105Z Checking salsa20 v0.10.2
20312025-02-07T09:23:54.160Z Checking pbkdf2 v0.12.2
20322025-02-07T09:23:54.324Z Checking aws-lc-sys v0.22.0
20332025-02-07T09:23:54.326Z Checking httparse v1.9.5
20342025-02-07T09:23:54.722Z Checking mirai-annotations v1.12.0
20352025-02-07T09:23:54.767Z Checking utf16_iter v1.0.5
20362025-02-07T09:23:54.769Z Checking icu_properties v1.5.1
20372025-02-07T09:23:54.902Z Checking untrusted v0.9.0
20382025-02-07T09:23:54.927Z Checking icu_normalizer_data v1.5.0
20392025-02-07T09:23:55.018Z Checking untrusted v0.7.1
20402025-02-07T09:23:55.034Z Checking write16 v1.0.0
20412025-02-07T09:23:55.066Z Checking powerfmt v0.2.0
20422025-02-07T09:23:55.096Z Checking utf8_iter v1.0.4
20432025-02-07T09:23:55.152Z Checking ring v0.17.8
20442025-02-07T09:23:55.194Z Checking scrypt v0.11.0
20452025-02-07T09:23:55.285Z Checking cbc v0.1.2
20462025-02-07T09:23:55.326Z Checking deranged v0.3.11
20472025-02-07T09:23:55.343Z Checking aes v0.8.4
20482025-02-07T09:23:55.425Z Checking crossbeam-utils v0.8.20
20492025-02-07T09:23:55.480Z Checking time-core v0.1.2
20502025-02-07T09:23:55.636Z Checking atomic-waker v1.1.2
20512025-02-07T09:23:55.790Z Checking num_threads v0.1.7
20522025-02-07T09:23:55.914Z Checking tinyvec_macros v0.1.1
20532025-02-07T09:23:56.012Z Checking num-conv v0.1.0
20542025-02-07T09:23:56.173Z Checking tinyvec v1.8.0
20552025-02-07T09:23:56.254Z Checking pkcs5 v0.7.1
20562025-02-07T09:23:56.270Z Checking http-body v1.0.1
20572025-02-07T09:23:56.428Z Checking aws-lc-rs v1.10.0
20582025-02-07T09:23:56.478Z Checking form_urlencoded v1.2.1
20592025-02-07T09:23:56.663Z Checking time v0.3.36
20602025-02-07T09:23:56.686Z Checking try-lock v0.2.5
20612025-02-07T09:23:56.744Z Checking pkcs8 v0.10.2
20622025-02-07T09:23:56.821Z Checking want v0.3.1
20632025-02-07T09:23:56.920Z Checking uuid v1.12.0
20642025-02-07T09:23:57.001Z Checking httpdate v1.0.3
20652025-02-07T09:23:57.042Z Checking unicode-ident v1.0.14
20662025-02-07T09:23:57.223Z Checking proc-macro2 v1.0.92
20672025-02-07T09:23:57.245Z Checking toml_datetime v0.6.8
20682025-02-07T09:23:57.481Z Checking serde_spanned v0.6.8
20692025-02-07T09:23:57.519Z Checking slog v2.7.0
20702025-02-07T09:23:57.547Z Checking scroll v0.12.0
20712025-02-07T09:23:57.683Z Checking base64 v0.22.1
20722025-02-07T09:23:57.859Z Checking foreign-types-shared v0.1.1
20732025-02-07T09:23:57.966Z Checking match_cfg v0.1.0
20742025-02-07T09:23:57.983Z Checking plain v0.2.3
20752025-02-07T09:23:58.002Z Checking iana-time-zone v0.1.61
20762025-02-07T09:23:58.034Z Checking icu_normalizer v1.5.0
20772025-02-07T09:23:58.058Z Checking tower-service v0.3.3
20782025-02-07T09:23:58.119Z Checking rustls-webpki v0.102.8
20792025-02-07T09:23:58.136Z Checking adler2 v2.0.0
20802025-02-07T09:23:58.152Z Checking ucd-trie v0.1.7
20812025-02-07T09:23:58.155Z Checking chrono v0.4.39
20822025-02-07T09:23:58.180Z Checking goblin v0.8.2
20832025-02-07T09:23:58.289Z Checking miniz_oxide v0.8.0
20842025-02-07T09:23:58.354Z Checking pest v2.7.14
20852025-02-07T09:23:58.767Z Checking idna_adapter v1.2.0
20862025-02-07T09:23:58.865Z Checking hostname v0.3.1
20872025-02-07T09:23:58.952Z Checking idna v1.0.3
20882025-02-07T09:23:58.995Z Checking foreign-types v0.3.2
20892025-02-07T09:23:59.011Z Checking quote v1.0.38
20902025-02-07T09:23:59.027Z Checking openssl-sys v0.9.105
20912025-02-07T09:23:59.087Z Checking dirs-sys-next v0.1.2
20922025-02-07T09:23:59.256Z Checking errno v0.3.9
20932025-02-07T09:23:59.319Z Checking aho-corasick v1.1.3
20942025-02-07T09:23:59.443Z Checking siphasher v0.3.11
20952025-02-07T09:23:59.457Z Checking url v2.5.3
20962025-02-07T09:23:59.719Z Checking data-encoding v2.6.0
20972025-02-07T09:24:00.151Z Checking regex-syntax v0.8.5
20982025-02-07T09:24:00.188Z Checking pretty-hex v0.4.1
20992025-02-07T09:24:00.207Z Compiling newtype-uuid v1.2.1
21002025-02-07T09:24:00.265Z Checking openssl v0.10.70
21012025-02-07T09:24:00.285Z Checking tokio-util v0.7.12
21022025-02-07T09:24:00.361Z Checking rustix v0.38.37
21032025-02-07T09:24:00.539Z Checking syn v2.0.96
21042025-02-07T09:24:00.900Z Checking dirs-next v2.0.0
21052025-02-07T09:24:00.933Z Checking dtrace-parser v0.2.0
21062025-02-07T09:24:01.025Z Checking unicode-normalization v0.1.24
21072025-02-07T09:24:01.126Z Checking h2 v0.4.6
21082025-02-07T09:24:01.393Z Checking http-body-util v0.1.2
21092025-02-07T09:24:01.792Z Checking crossbeam-epoch v0.9.18
21102025-02-07T09:24:01.984Z Checking sha1 v0.10.6
21112025-02-07T09:24:02.226Z Checking signature v2.2.0
21122025-02-07T09:24:02.252Z Checking thread_local v1.1.8
21132025-02-07T09:24:02.432Z Checking thread-id v4.2.2
21142025-02-07T09:24:02.509Z Checking encoding_rs v0.8.34
21152025-02-07T09:24:02.551Z Checking gimli v0.31.1
21162025-02-07T09:24:02.946Z Checking dof v0.3.0
21172025-02-07T09:24:03.264Z Checking regex-automata v0.4.8
21182025-02-07T09:24:03.456Z Checking mime v0.3.17
21192025-02-07T09:24:03.555Z Checking either v1.13.0
21202025-02-07T09:24:03.778Z Checking utf8parse v0.2.2
21212025-02-07T09:24:03.924Z Checking winnow v0.6.20
21222025-02-07T09:24:03.940Z Checking ipnet v2.10.1
21232025-02-07T09:24:04.371Z Checking openssl-probe v0.1.5
21242025-02-07T09:24:04.537Z Checking unicode-bidi v0.3.17
21252025-02-07T09:24:04.837Z Checking unicode-properties v0.1.3
21262025-02-07T09:24:05.175Z Checking anstyle v1.0.10
21272025-02-07T09:24:05.192Z Checking stringprep v0.1.5
21282025-02-07T09:24:05.287Z Checking native-tls v0.2.12
21292025-02-07T09:24:05.470Z Checking anstyle-parse v0.2.5
21302025-02-07T09:24:05.519Z Checking crossbeam-deque v0.8.5
21312025-02-07T09:24:05.594Z Checking term v0.7.0
21322025-02-07T09:24:05.735Z Checking slog-json v2.6.1
21332025-02-07T09:24:05.848Z Checking rustls v0.23.19
21342025-02-07T09:24:06.004Z Checking rustls v0.22.4
21352025-02-07T09:24:06.026Z Checking serde_urlencoded v0.7.1
21362025-02-07T09:24:06.190Z Checking addr2line v0.24.2
21372025-02-07T09:24:06.417Z Checking crossbeam-channel v0.5.13
21382025-02-07T09:24:06.440Z Checking usdt-impl v0.5.0
21392025-02-07T09:24:06.581Z Checking toml_edit v0.22.22
21402025-02-07T09:24:06.700Z Checking futures-executor v0.3.31
21412025-02-07T09:24:06.929Z Checking num-integer v0.1.46
21422025-02-07T09:24:06.958Z Checking rustls-pemfile v2.2.0
21432025-02-07T09:24:07.113Z Checking md-5 v0.10.6
21442025-02-07T09:24:07.177Z Checking ff v0.13.0
21452025-02-07T09:24:07.350Z Checking hash32 v0.2.1
21462025-02-07T09:24:07.369Z Checking is-terminal v0.4.13
21472025-02-07T09:24:07.371Z Checking hyper v1.5.2
21482025-02-07T09:24:07.399Z Checking memmap v0.7.0
21492025-02-07T09:24:07.506Z Checking object v0.36.5
21502025-02-07T09:24:07.545Z Checking take_mut v0.2.2
21512025-02-07T09:24:07.605Z Checking linked-hash-map v0.5.6
21522025-02-07T09:24:07.628Z Checking is_terminal_polyfill v1.70.1
21532025-02-07T09:24:07.692Z Checking fallible-iterator v0.2.0
21542025-02-07T09:24:07.747Z Checking colorchoice v1.0.2
21552025-02-07T09:24:07.897Z Checking utf-8 v0.7.6
21562025-02-07T09:24:07.913Z Checking base16ct v0.2.0
21572025-02-07T09:24:08.113Z Checking anstyle-query v1.1.1
21582025-02-07T09:24:08.130Z Checking rustc-demangle v0.1.24
21592025-02-07T09:24:08.250Z Checking dyn-clone v1.0.17
21602025-02-07T09:24:08.267Z Checking psl-types v2.0.11
21612025-02-07T09:24:08.408Z Checking quick-error v1.2.3
21622025-02-07T09:24:08.453Z Checking publicsuffix v2.3.0
21632025-02-07T09:24:08.556Z Checking resolv-conf v0.7.0
21642025-02-07T09:24:08.574Z Checking schemars v0.8.21
21652025-02-07T09:24:08.735Z Checking postgres-protocol v0.6.7
21662025-02-07T09:24:08.909Z Checking anstream v0.6.15
21672025-02-07T09:24:09.034Z Checking toml v0.8.19
21682025-02-07T09:24:09.266Z Checking sec1 v0.7.3
21692025-02-07T09:24:09.290Z Checking tokio-rustls v0.25.0
21702025-02-07T09:24:09.307Z Checking hyper-util v0.1.10
21712025-02-07T09:24:09.334Z Checking tungstenite v0.24.0
21722025-02-07T09:24:09.667Z Checking lru-cache v0.1.2
21732025-02-07T09:24:09.683Z Checking slog-async v2.8.0
21742025-02-07T09:24:09.736Z Checking heapless v0.7.17
21752025-02-07T09:24:09.842Z Checking usdt v0.5.0
21762025-02-07T09:24:09.968Z Checking slog-term v2.9.1
21772025-02-07T09:24:10.084Z Checking group v0.13.0
21782025-02-07T09:24:10.086Z Checking num-iter v0.1.45
21792025-02-07T09:24:10.175Z Checking futures v0.3.31
21802025-02-07T09:24:10.269Z Checking slog-bunyan v2.5.0
21812025-02-07T09:24:10.286Z Checking rayon-core v1.12.1
21822025-02-07T09:24:10.330Z Checking tokio-native-tls v0.3.1
21832025-02-07T09:24:10.439Z Checking multer v3.1.0
21842025-02-07T09:24:10.440Z Checking hickory-proto v0.24.2
21852025-02-07T09:24:10.573Z Checking terminal_size v0.4.0
21862025-02-07T09:24:10.756Z Checking phf_shared v0.11.2
21872025-02-07T09:24:10.832Z Checking cookie v0.18.1
21882025-02-07T09:24:10.849Z Checking tokio-rustls v0.26.0
21892025-02-07T09:24:10.866Z Checking async-stream v0.3.6
21902025-02-07T09:24:10.966Z Checking bzip2-sys v0.1.11+1.0.8
21912025-02-07T09:24:11.010Z Checking signal-hook v0.3.17
21922025-02-07T09:24:11.057Z Checking camino v1.1.9
21932025-02-07T09:24:11.093Z Checking waitgroup v0.1.2
21942025-02-07T09:24:11.230Z Checking openapiv3 v2.0.0
21952025-02-07T09:24:11.245Z Checking webpki-roots v0.26.6
21962025-02-07T09:24:11.261Z Checking serde_path_to_error v0.1.16
21972025-02-07T09:24:11.274Z Checking hkdf v0.12.4
21982025-02-07T09:24:11.324Z Checking crypto-bigint v0.5.5
21992025-02-07T09:24:11.457Z Checking lazy_static v1.5.0
22002025-02-07T09:24:11.480Z Checking hostname v0.4.0
22012025-02-07T09:24:11.551Z Checking crc32fast v1.4.2
22022025-02-07T09:24:11.586Z Checking debug-ignore v1.0.5
22032025-02-07T09:24:11.623Z Checking managed v0.8.0
22042025-02-07T09:24:11.729Z Checking winnow v0.5.40
22052025-02-07T09:24:11.800Z Checking strsim v0.11.1
22062025-02-07T09:24:11.836Z Checking unicode-width v0.2.0
22072025-02-07T09:24:11.991Z Checking bitflags v1.3.2
22082025-02-07T09:24:12.067Z Checking clap_lex v0.7.4
22092025-02-07T09:24:12.096Z Checking smoltcp v0.9.1
22102025-02-07T09:24:12.327Z Checking clap_builder v4.5.27
22112025-02-07T09:24:12.350Z Checking console v0.15.10
22122025-02-07T09:24:12.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22132025-02-07T09:24:13.202Z Checking flate2 v1.0.35
22142025-02-07T09:24:13.375Z Checking backtrace v0.3.74
22152025-02-07T09:24:13.439Z Checking num-bigint-dig v0.8.4
22162025-02-07T09:24:13.802Z Checking hyper-rustls v0.27.3
22172025-02-07T09:24:13.938Z Checking anyhow v1.0.95
22182025-02-07T09:24:13.956Z Checking elliptic-curve v0.13.8
22192025-02-07T09:24:14.139Z Checking signal-hook-mio v0.2.4
22202025-02-07T09:24:14.274Z Checking cookie_store v0.21.1
22212025-02-07T09:24:14.299Z Checking dropshot v0.12.0
22222025-02-07T09:24:14.316Z Checking hyper-tls v0.6.0
22232025-02-07T09:24:14.440Z Checking toml_edit v0.19.15
22242025-02-07T09:24:14.546Z Checking bzip2 v0.4.4
22252025-02-07T09:24:14.603Z Checking phf v0.11.2
22262025-02-07T09:24:14.814Z Checking rayon v1.10.0
22272025-02-07T09:24:14.869Z Checking tokio-tungstenite v0.24.0
22282025-02-07T09:24:14.947Z Checking postgres-types v0.2.8
22292025-02-07T09:24:14.988Z Checking hickory-resolver v0.24.2
22302025-02-07T09:24:15.230Z Checking regex v1.11.1
22312025-02-07T09:24:15.315Z Checking bstr v1.10.0
22322025-02-07T09:24:15.490Z Checking ed25519 v2.2.3
22332025-02-07T09:24:15.589Z Checking tokio-stream v0.1.16
22342025-02-07T09:24:15.786Z Checking phf_shared v0.10.0
22352025-02-07T09:24:15.806Z Checking curve25519-dalek v4.1.3
22362025-02-07T09:24:16.062Z Checking zerocopy v0.6.6
22372025-02-07T09:24:16.207Z Checking hubpack v0.1.2
22382025-02-07T09:24:16.381Z Checking portable-atomic v1.9.0
22392025-02-07T09:24:16.493Z Checking pkcs1 v0.7.5
22402025-02-07T09:24:16.556Z Checking float-cmp v0.9.0
22412025-02-07T09:24:16.724Z Checking serde-big-array v0.5.1
22422025-02-07T09:24:16.748Z Checking rfc6979 v0.4.0
22432025-02-07T09:24:16.882Z Checking sync_wrapper v1.0.1
22442025-02-07T09:24:16.898Z Checking new_debug_unreachable v1.0.6
22452025-02-07T09:24:16.928Z Checking number_prefix v0.4.0
22462025-02-07T09:24:16.946Z Checking static_assertions v1.1.0
22472025-02-07T09:24:16.996Z Checking bit-vec v0.6.3
22482025-02-07T09:24:17.023Z Checking precomputed-hash v0.1.1
22492025-02-07T09:24:17.040Z Checking whoami v1.5.2
22502025-02-07T09:24:17.116Z Checking fixedbitset v0.4.2
22512025-02-07T09:24:17.142Z Checking normalize-line-endings v0.3.0
22522025-02-07T09:24:17.271Z Checking difflib v0.4.0
22532025-02-07T09:24:17.313Z Checking minimal-lexical v0.2.1
22542025-02-07T09:24:17.330Z Checking unicode-segmentation v1.12.0
22552025-02-07T09:24:17.333Z Checking predicates-core v1.0.8
22562025-02-07T09:24:17.373Z Checking petgraph v0.6.5
22572025-02-07T09:24:17.519Z Checking tokio-postgres v0.7.12
22582025-02-07T09:24:17.555Z Checking ed25519-dalek v2.1.1
22592025-02-07T09:24:17.592Z Checking predicates v3.1.2
22602025-02-07T09:24:17.694Z Checking nom v7.1.3
22612025-02-07T09:24:17.751Z Checking qorb v0.2.1
22622025-02-07T09:24:17.957Z Checking bit-set v0.5.3
22632025-02-07T09:24:18.026Z Checking similar v2.6.0
22642025-02-07T09:24:18.176Z Checking string_cache v0.8.7
22652025-02-07T09:24:18.202Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22662025-02-07T09:24:18.285Z Checking indicatif v0.17.11
22672025-02-07T09:24:18.460Z Checking reqwest v0.12.9
22682025-02-07T09:24:18.829Z Checking ecdsa v0.16.9
22692025-02-07T09:24:18.994Z Checking rsa v0.9.6
22702025-02-07T09:24:19.505Z Checking toml v0.7.8
22712025-02-07T09:24:19.992Z Checking clap v4.5.27
22722025-02-07T09:24:20.116Z Checking zip v0.6.6
22732025-02-07T09:24:20.164Z Checking crossterm v0.28.1
22742025-02-07T09:24:20.194Z Checking itertools v0.10.5
22752025-02-07T09:24:20.214Z Checking itertools v0.12.1
22762025-02-07T09:24:20.294Z Checking ahash v0.8.11
22772025-02-07T09:24:20.330Z Checking fs-err v2.11.0
22782025-02-07T09:24:20.488Z Checking x509-cert v0.2.5
22792025-02-07T09:24:20.762Z Checking hex v0.4.3
22802025-02-07T09:24:20.778Z Checking semver v1.0.24
22812025-02-07T09:24:20.865Z Checking peg-runtime v0.8.3
22822025-02-07T09:24:21.108Z Checking lalrpop-util v0.19.12
22832025-02-07T09:24:21.176Z Checking sigpipe v0.1.3
22842025-02-07T09:24:22.450Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22852025-02-07T09:24:22.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.02s
22862025-02-07T09:24:22.926Z
22872025-02-07T09:24:22.926Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22882025-02-07T09:24:23.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892025-02-07T09:24:23.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902025-02-07T09:24:23.568Z Compiling hashbrown v0.14.5
22912025-02-07T09:24:23.688Z Checking heck v0.5.0
22922025-02-07T09:24:23.701Z Compiling unsafe-libyaml v0.2.11
22932025-02-07T09:24:23.712Z Checking ipnetwork v0.20.0
22942025-02-07T09:24:23.716Z Compiling ident_case v1.0.1
22952025-02-07T09:24:23.736Z Checking progenitor-client v0.8.0
22962025-02-07T09:24:23.748Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22972025-02-07T09:24:23.849Z Checking newtype-uuid v1.2.1
22982025-02-07T09:24:23.889Z Compiling darling_core v0.20.10
22992025-02-07T09:24:24.038Z Compiling proc-macro-crate v1.3.1
23002025-02-07T09:24:24.056Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
23012025-02-07T09:24:24.087Z Compiling structmeta-derive v0.3.0
23022025-02-07T09:24:24.105Z Compiling thiserror v2.0.11
23032025-02-07T09:24:24.411Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23042025-02-07T09:24:24.655Z Checking regress v0.10.1
23052025-02-07T09:24:24.813Z Compiling lzma-sys v0.1.20
23062025-02-07T09:24:24.939Z Compiling serde_yaml v0.9.34+deprecated
23072025-02-07T09:24:25.054Z Compiling num_enum_derive v0.5.11
23082025-02-07T09:24:25.510Z Compiling thiserror-impl v2.0.11
23092025-02-07T09:24:25.513Z Compiling foreign-types-macros v0.2.3
23102025-02-07T09:24:26.713Z Compiling structmeta v0.3.0
23112025-02-07T09:24:26.808Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23122025-02-07T09:24:27.086Z Compiling dropshot v0.15.1
23132025-02-07T09:24:27.343Z Checking foreign-types-shared v0.3.1
23142025-02-07T09:24:27.400Z Checking arc-swap v1.7.1
23152025-02-07T09:24:27.463Z Checking foreign-types v0.5.0
23162025-02-07T09:24:27.637Z Checking num_enum v0.5.11
23172025-02-07T09:24:27.800Z Compiling parse-display-derive v0.10.0
23182025-02-07T09:24:27.816Z Checking slog-scope v4.4.0
23192025-02-07T09:24:27.954Z Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
23202025-02-07T09:24:28.056Z Compiling proc-macro-error v1.0.4
23212025-02-07T09:24:28.177Z Checking typify-impl v0.2.0
23222025-02-07T09:24:28.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232025-02-07T09:24:28.650Z Checking tungstenite v0.21.0
23242025-02-07T09:24:28.760Z Compiling heck v0.3.3
23252025-02-07T09:24:28.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262025-02-07T09:24:29.128Z Compiling dropshot_endpoint v0.15.1
23272025-02-07T09:24:29.481Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282025-02-07T09:24:29.526Z Checking cstr-argument v0.1.2
23292025-02-07T09:24:29.705Z Checking instant v0.1.13
23302025-02-07T09:24:29.721Z Checking pretty-hex v0.2.1
23312025-02-07T09:24:29.820Z Checking fastrand v2.1.1
23322025-02-07T09:24:29.870Z Compiling darling_macro v0.20.10
23332025-02-07T09:24:29.899Z Checking base64 v0.21.7
23342025-02-07T09:24:30.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23352025-02-07T09:24:30.315Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23362025-02-07T09:24:30.351Z Checking tempfile v3.13.0
23372025-02-07T09:24:30.436Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23382025-02-07T09:24:30.465Z Checking backoff v0.4.0
23392025-02-07T09:24:30.618Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402025-02-07T09:24:30.710Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412025-02-07T09:24:30.728Z Checking tokio-tungstenite v0.21.0
23422025-02-07T09:24:30.747Z Compiling zone_cfg_derive v0.1.2
23432025-02-07T09:24:30.769Z Compiling darling v0.20.10
23442025-02-07T09:24:30.915Z Compiling serde_with_macros v3.11.0
23452025-02-07T09:24:30.938Z Checking strum v0.26.3
23462025-02-07T09:24:30.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23472025-02-07T09:24:31.097Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23482025-02-07T09:24:31.419Z Checking slog-stdlog v4.1.1
23492025-02-07T09:24:31.438Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23502025-02-07T09:24:31.590Z Checking regress v0.9.1
23512025-02-07T09:24:31.592Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23522025-02-07T09:24:31.704Z Checking progenitor-client v0.9.1
23532025-02-07T09:24:31.730Z Checking parse-display v0.10.0
23542025-02-07T09:24:31.871Z Checking colored v2.1.0
23552025-02-07T09:24:31.976Z Checking macaddr v1.0.1
23562025-02-07T09:24:32.103Z Checking unicode-width v0.1.14
23572025-02-07T09:24:32.106Z Checking base64 v0.13.1
23582025-02-07T09:24:32.305Z Checking zone v0.1.8
23592025-02-07T09:24:32.519Z Checking ron v0.7.1
23602025-02-07T09:24:32.595Z Checking tabwriter v1.4.0
23612025-02-07T09:24:32.840Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23622025-02-07T09:24:32.945Z Checking slog-envlogger v2.2.0
23632025-02-07T09:24:33.170Z Checking xz2 v0.1.7
23642025-02-07T09:24:33.304Z Checking xattr v1.3.1
23652025-02-07T09:24:33.470Z Checking pem v3.0.4
23662025-02-07T09:24:33.473Z Checking serde_with v3.11.0
23672025-02-07T09:24:33.503Z Checking yasna v0.5.2
23682025-02-07T09:24:33.574Z Checking headers-core v0.3.0
23692025-02-07T09:24:33.726Z Checking smf v0.2.3
23702025-02-07T09:24:33.742Z Checking filetime v0.2.25
23712025-02-07T09:24:33.942Z Checking same-file v1.0.6
23722025-02-07T09:24:34.004Z Checking tar v0.4.42
23732025-02-07T09:24:34.111Z Checking walkdir v2.5.0
23742025-02-07T09:24:34.142Z Checking headers v0.4.0
23752025-02-07T09:24:34.329Z Checking rcgen v0.12.1
23762025-02-07T09:24:34.386Z Checking atomicwrites v0.4.4
23772025-02-07T09:24:34.595Z Checking camino-tempfile v1.1.1
23782025-02-07T09:24:34.829Z Checking subprocess v0.2.9
23792025-02-07T09:24:37.485Z Compiling typify-macro v0.2.0
23802025-02-07T09:24:38.965Z Compiling typify v0.2.0
23812025-02-07T09:24:39.038Z Compiling progenitor-impl v0.8.0
23822025-02-07T09:24:41.401Z Compiling progenitor-macro v0.8.0
23832025-02-07T09:24:44.993Z Checking progenitor v0.8.0
23842025-02-07T09:24:45.124Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23852025-02-07T09:24:45.124Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23862025-02-07T09:24:47.594Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23872025-02-07T09:24:47.879Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882025-02-07T09:24:53.706Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23892025-02-07T09:24:55.180Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23902025-02-07T09:24:56.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s
23912025-02-07T09:24:56.530Z
23922025-02-07T09:24:56.530Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23932025-02-07T09:24:57.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-02-07T09:24:57.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-02-07T09:24:57.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23962025-02-07T09:24:58.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
23972025-02-07T09:24:58.637Z
23982025-02-07T09:24:58.637Zinfo: running `cargo check --bins` on nexus-config (51/199)
23992025-02-07T09:24:59.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-02-07T09:24:59.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-02-07T09:24:59.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022025-02-07T09:24:59.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24032025-02-07T09:24:59.243Z
24042025-02-07T09:24:59.243Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24052025-02-07T09:24:59.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-02-07T09:24:59.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-02-07T09:24:59.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082025-02-07T09:24:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24092025-02-07T09:24:59.834Z
24102025-02-07T09:24:59.834Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24112025-02-07T09:25:00.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-02-07T09:25:00.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-02-07T09:25:00.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142025-02-07T09:25:00.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24152025-02-07T09:25:00.423Z
24162025-02-07T09:25:00.423Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24172025-02-07T09:25:00.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-02-07T09:25:00.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-02-07T09:25:00.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202025-02-07T09:25:00.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24212025-02-07T09:25:01.029Z
24222025-02-07T09:25:01.029Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24232025-02-07T09:25:01.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-02-07T09:25:01.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-02-07T09:25:01.698Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24262025-02-07T09:25:01.810Z Compiling ipnetwork v0.20.0
24272025-02-07T09:25:01.814Z Compiling zerocopy v0.8.10
24282025-02-07T09:25:01.814Z Compiling progenitor-client v0.8.0
24292025-02-07T09:25:01.814Z Compiling itertools v0.13.0
24302025-02-07T09:25:01.814Z Compiling zerocopy-derive v0.8.10
24312025-02-07T09:25:01.814Z Compiling heapless v0.8.0
24322025-02-07T09:25:01.814Z Compiling thiserror v2.0.11
24332025-02-07T09:25:01.993Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342025-02-07T09:25:02.124Z Checking hash32 v0.3.1
24352025-02-07T09:25:02.243Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24362025-02-07T09:25:02.305Z Compiling progenitor v0.8.0
24372025-02-07T09:25:02.517Z Compiling instant v0.1.13
24382025-02-07T09:25:02.597Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24392025-02-07T09:25:02.633Z Compiling smoltcp v0.11.0
24402025-02-07T09:25:02.664Z Compiling backoff v0.4.0
24412025-02-07T09:25:02.697Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24422025-02-07T09:25:02.893Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24432025-02-07T09:25:02.896Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24442025-02-07T09:25:02.986Z Compiling dropshot v0.15.1
24452025-02-07T09:25:03.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462025-02-07T09:25:03.316Z Compiling serde_with v3.11.0
24472025-02-07T09:25:03.425Z Compiling parse-display v0.10.0
24482025-02-07T09:25:03.464Z Checking num-rational v0.4.2
24492025-02-07T09:25:04.026Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24502025-02-07T09:25:04.105Z Compiling progenitor-client v0.9.1
24512025-02-07T09:25:04.595Z Compiling regress v0.9.1
24522025-02-07T09:25:04.631Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24532025-02-07T09:25:05.726Z Compiling phf_generator v0.11.2
24542025-02-07T09:25:05.947Z Checking num-complex v0.4.6
24552025-02-07T09:25:06.780Z Compiling macaddr v1.0.1
24562025-02-07T09:25:07.222Z Checking cobs v0.2.3
24572025-02-07T09:25:07.249Z Checking num v0.4.3
24582025-02-07T09:25:07.363Z Compiling phf_codegen v0.11.2
24592025-02-07T09:25:07.415Z Checking postcard v1.0.10
24602025-02-07T09:25:07.683Z Compiling parse-zoneinfo v0.3.1
24612025-02-07T09:25:07.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24622025-02-07T09:25:08.273Z Checking float-ord v0.3.2
24632025-02-07T09:25:09.452Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24642025-02-07T09:25:09.477Z Compiling convert_case v0.4.0
24652025-02-07T09:25:09.793Z Compiling chrono-tz-build v0.4.0
24662025-02-07T09:25:10.302Z Compiling derive_more v0.99.18
24672025-02-07T09:25:10.381Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24682025-02-07T09:25:10.468Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24692025-02-07T09:25:10.751Z Compiling crucible-workspace-hack v0.1.0
24702025-02-07T09:25:11.029Z Compiling chrono-tz v0.10.1
24712025-02-07T09:25:11.101Z Checking newline-converter v0.3.0
24722025-02-07T09:25:11.275Z Checking prettyplease v0.2.25
24732025-02-07T09:25:11.354Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24742025-02-07T09:25:11.669Z Compiling slog-dtrace v0.3.0
24752025-02-07T09:25:11.964Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24762025-02-07T09:25:12.020Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24772025-02-07T09:25:12.185Z Checking expectorate v1.1.0
24782025-02-07T09:25:12.357Z Compiling zone_cfg_derive v0.3.0
24792025-02-07T09:25:12.638Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24802025-02-07T09:25:13.346Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24812025-02-07T09:25:13.646Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24822025-02-07T09:25:13.736Z Compiling const_format_proc_macros v0.2.34
24832025-02-07T09:25:13.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842025-02-07T09:25:14.009Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24852025-02-07T09:25:14.144Z Compiling num-derive v0.4.2
24862025-02-07T09:25:14.339Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24872025-02-07T09:25:14.627Z Checking highway v1.2.0
24882025-02-07T09:25:15.028Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24892025-02-07T09:25:15.050Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24902025-02-07T09:25:15.271Z Checking zone v0.3.0
24912025-02-07T09:25:15.334Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24922025-02-07T09:25:15.668Z Checking const_format v0.2.34
24932025-02-07T09:25:15.828Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24942025-02-07T09:25:16.037Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24952025-02-07T09:25:16.444Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24962025-02-07T09:25:16.630Z Checking gethostname v0.5.0
24972025-02-07T09:25:16.759Z Checking bcs v0.1.6
24982025-02-07T09:25:16.850Z Compiling async-recursion v1.1.1
24992025-02-07T09:25:16.869Z Checking nanorand v0.7.0
25002025-02-07T09:25:17.022Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
25012025-02-07T09:25:17.069Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
25022025-02-07T09:25:17.197Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032025-02-07T09:25:17.228Z Checking termtree v0.5.1
25042025-02-07T09:25:17.387Z Checking flume v0.11.1
25052025-02-07T09:25:19.038Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25062025-02-07T09:25:23.376Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25072025-02-07T09:25:26.529Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25082025-02-07T09:25:28.922Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25092025-02-07T09:25:30.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
25102025-02-07T09:25:30.290Z
25112025-02-07T09:25:30.290Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25122025-02-07T09:25:30.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-02-07T09:25:30.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-02-07T09:25:30.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-02-07T09:25:30.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25162025-02-07T09:25:30.934Z
25172025-02-07T09:25:30.934Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25182025-02-07T09:25:31.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-02-07T09:25:31.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-02-07T09:25:31.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-02-07T09:25:31.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25222025-02-07T09:25:31.567Z
25232025-02-07T09:25:31.567Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25242025-02-07T09:25:32.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-02-07T09:25:32.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-02-07T09:25:32.207Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272025-02-07T09:25:32.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
25282025-02-07T09:25:32.992Z
25292025-02-07T09:25:32.992Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25302025-02-07T09:25:33.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-02-07T09:25:33.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-02-07T09:25:33.653Z Compiling cfg_aliases v0.1.1
25332025-02-07T09:25:33.656Z Compiling vte_generate_state_changes v0.1.2
25342025-02-07T09:25:33.656Z Checking fd-lock v4.0.2
25352025-02-07T09:25:33.656Z Checking nibble_vec v0.1.0
25362025-02-07T09:25:33.656Z Checking endian-type v0.1.2
25372025-02-07T09:25:33.656Z Checking bytecount v0.6.8
25382025-02-07T09:25:33.656Z Compiling tabled_derive v0.7.0
25392025-02-07T09:25:33.767Z Compiling peg-macros v0.8.4
25402025-02-07T09:25:33.843Z Compiling nix v0.28.0
25412025-02-07T09:25:33.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422025-02-07T09:25:33.925Z Compiling sqlparser_derive v0.2.2
25432025-02-07T09:25:33.954Z Checking radix_trie v0.2.1
25442025-02-07T09:25:33.969Z Checking papergrid v0.11.0
25452025-02-07T09:25:34.333Z Checking unicode_categories v0.1.1
25462025-02-07T09:25:34.377Z Checking vte v0.11.1
25472025-02-07T09:25:34.641Z Checking home v0.5.9
25482025-02-07T09:25:34.784Z Checking nu-ansi-term v0.50.1
25492025-02-07T09:25:34.934Z Checking sqlformat v0.2.6
25502025-02-07T09:25:34.958Z Checking sqlparser v0.45.0
25512025-02-07T09:25:35.160Z Checking display-error-chain v0.2.2
25522025-02-07T09:25:35.769Z Checking strip-ansi-escapes v0.2.0
25532025-02-07T09:25:35.921Z Checking reedline v0.35.0
25542025-02-07T09:25:36.001Z Checking tabled v0.15.0
25552025-02-07T09:25:36.264Z Checking peg v0.8.4
25562025-02-07T09:25:36.742Z Checking rustyline v14.0.0
25572025-02-07T09:25:45.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
25582025-02-07T09:25:45.293Z
25592025-02-07T09:25:45.294Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25602025-02-07T09:25:45.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-02-07T09:25:45.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-02-07T09:25:45.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25632025-02-07T09:25:50.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
25642025-02-07T09:25:51.105Z
25652025-02-07T09:25:51.106Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25662025-02-07T09:25:51.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-02-07T09:25:51.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-02-07T09:25:51.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692025-02-07T09:25:55.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
25702025-02-07T09:25:55.376Z
25712025-02-07T09:25:55.376Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25722025-02-07T09:25:55.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-02-07T09:25:55.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-02-07T09:25:56.028Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25752025-02-07T09:26:00.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
25762025-02-07T09:26:00.857Z
25772025-02-07T09:26:00.858Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25782025-02-07T09:26:01.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-02-07T09:26:01.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-02-07T09:26:01.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25812025-02-07T09:26:06.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
25822025-02-07T09:26:06.463Z
25832025-02-07T09:26:06.463Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25842025-02-07T09:26:07.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-02-07T09:26:07.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-02-07T09:26:07.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25872025-02-07T09:26:10.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
25882025-02-07T09:26:10.877Z
25892025-02-07T09:26:10.877Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25902025-02-07T09:26:11.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-02-07T09:26:11.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-02-07T09:26:11.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25932025-02-07T09:26:15.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
25942025-02-07T09:26:15.324Z
25952025-02-07T09:26:15.324Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25962025-02-07T09:26:15.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-02-07T09:26:15.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-02-07T09:26:15.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25992025-02-07T09:26:20.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
26002025-02-07T09:26:21.036Z
26012025-02-07T09:26:21.036Zinfo: running `cargo check --bins` on oximeter (67/199)
26022025-02-07T09:26:21.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-02-07T09:26:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-02-07T09:26:21.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-02-07T09:26:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26062025-02-07T09:26:21.644Z
26072025-02-07T09:26:21.644Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26082025-02-07T09:26:22.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-02-07T09:26:22.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-02-07T09:26:22.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-02-07T09:26:22.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26122025-02-07T09:26:22.231Z
26132025-02-07T09:26:22.231Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26142025-02-07T09:26:22.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-02-07T09:26:22.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-02-07T09:26:22.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26172025-02-07T09:26:24.827Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26182025-02-07T09:26:25.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
26192025-02-07T09:26:25.932Z
26202025-02-07T09:26:25.932Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26212025-02-07T09:26:26.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222025-02-07T09:26:26.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232025-02-07T09:26:26.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242025-02-07T09:26:26.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26252025-02-07T09:26:26.551Z
26262025-02-07T09:26:26.551Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26272025-02-07T09:26:27.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282025-02-07T09:26:27.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292025-02-07T09:26:27.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302025-02-07T09:26:27.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26312025-02-07T09:26:27.162Z
26322025-02-07T09:26:27.162Zinfo: running `cargo check --bins` on oxql-types (72/199)
26332025-02-07T09:26:27.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342025-02-07T09:26:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352025-02-07T09:26:27.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362025-02-07T09:26:27.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26372025-02-07T09:26:27.778Z
26382025-02-07T09:26:27.778Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26392025-02-07T09:26:28.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402025-02-07T09:26:28.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412025-02-07T09:26:28.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422025-02-07T09:26:28.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26432025-02-07T09:26:28.417Z
26442025-02-07T09:26:28.417Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26452025-02-07T09:26:28.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462025-02-07T09:26:28.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472025-02-07T09:26:28.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482025-02-07T09:26:28.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26492025-02-07T09:26:29.035Z
26502025-02-07T09:26:29.035Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26512025-02-07T09:26:29.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522025-02-07T09:26:29.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532025-02-07T09:26:29.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542025-02-07T09:26:29.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26552025-02-07T09:26:29.668Z
26562025-02-07T09:26:29.668Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26572025-02-07T09:26:30.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582025-02-07T09:26:30.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592025-02-07T09:26:30.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602025-02-07T09:26:30.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26612025-02-07T09:26:30.285Z
26622025-02-07T09:26:30.285Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26632025-02-07T09:26:30.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642025-02-07T09:26:30.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652025-02-07T09:26:30.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662025-02-07T09:26:30.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26672025-02-07T09:26:30.904Z
26682025-02-07T09:26:30.905Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26692025-02-07T09:26:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702025-02-07T09:26:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712025-02-07T09:26:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722025-02-07T09:26:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26732025-02-07T09:26:31.522Z
26742025-02-07T09:26:31.522Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26752025-02-07T09:26:32.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762025-02-07T09:26:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772025-02-07T09:26:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782025-02-07T09:26:32.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26792025-02-07T09:26:32.120Z
26802025-02-07T09:26:32.120Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26812025-02-07T09:26:32.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822025-02-07T09:26:32.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832025-02-07T09:26:32.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842025-02-07T09:26:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26852025-02-07T09:26:32.739Z
26862025-02-07T09:26:32.739Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26872025-02-07T09:26:33.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-02-07T09:26:33.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-02-07T09:26:33.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-02-07T09:26:33.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26912025-02-07T09:26:33.349Z
26922025-02-07T09:26:33.349Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26932025-02-07T09:26:33.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-02-07T09:26:33.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-02-07T09:26:33.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-02-07T09:26:33.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26972025-02-07T09:26:33.951Z
26982025-02-07T09:26:33.951Zinfo: running `cargo check --bins` on dpd-client (83/199)
26992025-02-07T09:26:34.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-02-07T09:26:34.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-02-07T09:26:34.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-02-07T09:26:34.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27032025-02-07T09:26:34.556Z
27042025-02-07T09:26:34.556Zinfo: running `cargo check --bins` on gateway-client (84/199)
27052025-02-07T09:26:35.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-02-07T09:26:35.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-02-07T09:26:35.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082025-02-07T09:26:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27092025-02-07T09:26:35.157Z
27102025-02-07T09:26:35.157Zinfo: running `cargo check --bins` on installinator-client (85/199)
27112025-02-07T09:26:35.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122025-02-07T09:26:35.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132025-02-07T09:26:35.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142025-02-07T09:26:35.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27152025-02-07T09:26:35.787Z
27162025-02-07T09:26:35.788Zinfo: running `cargo check --bins` on installinator-common (86/199)
27172025-02-07T09:26:36.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182025-02-07T09:26:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192025-02-07T09:26:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202025-02-07T09:26:36.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27212025-02-07T09:26:36.415Z
27222025-02-07T09:26:36.415Zinfo: running `cargo check --bins` on update-engine (87/199)
27232025-02-07T09:26:36.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242025-02-07T09:26:36.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252025-02-07T09:26:36.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262025-02-07T09:26:36.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27272025-02-07T09:26:37.011Z
27282025-02-07T09:26:37.011Zinfo: running `cargo check --bins` on nexus-client (88/199)
27292025-02-07T09:26:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302025-02-07T09:26:37.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312025-02-07T09:26:37.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322025-02-07T09:26:37.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27332025-02-07T09:26:37.647Z
27342025-02-07T09:26:37.647Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27352025-02-07T09:26:38.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362025-02-07T09:26:38.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372025-02-07T09:26:38.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382025-02-07T09:26:38.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27392025-02-07T09:26:38.272Z
27402025-02-07T09:26:38.272Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27412025-02-07T09:26:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422025-02-07T09:26:38.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432025-02-07T09:26:38.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442025-02-07T09:26:38.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27452025-02-07T09:26:38.872Z
27462025-02-07T09:26:38.872Zinfo: running `cargo check --bins` on nexus-types (91/199)
27472025-02-07T09:26:39.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482025-02-07T09:26:39.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492025-02-07T09:26:39.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502025-02-07T09:26:39.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27512025-02-07T09:26:39.509Z
27522025-02-07T09:26:39.509Zinfo: running `cargo check --bins` on oxide-client (92/199)
27532025-02-07T09:26:40.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542025-02-07T09:26:40.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552025-02-07T09:26:40.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562025-02-07T09:26:40.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27572025-02-07T09:26:40.106Z
27582025-02-07T09:26:40.106Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27592025-02-07T09:26:40.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602025-02-07T09:26:40.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612025-02-07T09:26:40.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622025-02-07T09:26:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27632025-02-07T09:26:40.715Z
27642025-02-07T09:26:40.715Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27652025-02-07T09:26:41.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-02-07T09:26:41.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-02-07T09:26:41.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-02-07T09:26:41.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27692025-02-07T09:26:41.317Z
27702025-02-07T09:26:41.317Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27712025-02-07T09:26:41.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-02-07T09:26:41.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-02-07T09:26:41.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-02-07T09:26:41.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27752025-02-07T09:26:41.942Z
27762025-02-07T09:26:41.942Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27772025-02-07T09:26:42.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-02-07T09:26:42.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-02-07T09:26:42.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-02-07T09:26:42.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27812025-02-07T09:26:42.596Z
27822025-02-07T09:26:42.596Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27832025-02-07T09:26:43.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-02-07T09:26:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-02-07T09:26:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-02-07T09:26:43.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27872025-02-07T09:26:43.233Z
27882025-02-07T09:26:43.233Zinfo: running `cargo check --bins` on wicket-common (98/199)
27892025-02-07T09:26:43.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-02-07T09:26:43.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-02-07T09:26:43.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-02-07T09:26:43.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27932025-02-07T09:26:43.867Z
27942025-02-07T09:26:43.867Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27952025-02-07T09:26:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-02-07T09:26:44.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-02-07T09:26:44.519Z Checking csv-core v0.1.11
27982025-02-07T09:26:44.522Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27992025-02-07T09:26:44.522Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28002025-02-07T09:26:44.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28012025-02-07T09:26:44.812Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28022025-02-07T09:26:44.825Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28032025-02-07T09:26:44.844Z Checking csv v1.3.1
28042025-02-07T09:26:45.392Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28052025-02-07T09:26:45.751Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28062025-02-07T09:26:47.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
28072025-02-07T09:26:47.469Z
28082025-02-07T09:26:47.469Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28092025-02-07T09:26:48.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-02-07T09:26:48.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-02-07T09:26:48.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-02-07T09:26:48.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28132025-02-07T09:26:48.082Z
28142025-02-07T09:26:48.082Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28152025-02-07T09:26:48.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-02-07T09:26:48.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-02-07T09:26:48.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-02-07T09:26:48.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28192025-02-07T09:26:48.692Z
28202025-02-07T09:26:48.692Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28212025-02-07T09:26:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-02-07T09:26:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-02-07T09:26:49.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-02-07T09:26:49.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28252025-02-07T09:26:49.406Z
28262025-02-07T09:26:49.406Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28272025-02-07T09:26:50.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-02-07T09:26:50.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-02-07T09:26:50.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-02-07T09:26:50.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28312025-02-07T09:26:50.119Z
28322025-02-07T09:26:50.119Zinfo: running `cargo check --bins` on dns-server (104/199)
28332025-02-07T09:26:50.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-02-07T09:26:50.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-02-07T09:26:50.749Z Compiling typify-impl v0.3.0
28362025-02-07T09:26:50.857Z Compiling parking_lot_core v0.8.6
28372025-02-07T09:26:50.869Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28382025-02-07T09:26:50.880Z Checking fxhash v0.2.1
28392025-02-07T09:26:50.882Z Checking hickory-client v0.24.2
28402025-02-07T09:26:50.906Z Checking hickory-server v0.24.2
28412025-02-07T09:26:51.601Z Checking parking_lot v0.11.2
28422025-02-07T09:26:51.616Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28432025-02-07T09:26:51.947Z Checking sled v0.34.7
28442025-02-07T09:26:56.325Z Compiling typify-macro v0.3.0
28452025-02-07T09:26:57.833Z Compiling typify v0.3.0
28462025-02-07T09:26:57.901Z Compiling progenitor-impl v0.9.1
28472025-02-07T09:27:00.226Z Compiling progenitor-macro v0.9.1
28482025-02-07T09:27:03.878Z Checking progenitor v0.9.1
28492025-02-07T09:27:04.005Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28502025-02-07T09:27:04.449Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28512025-02-07T09:27:05.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s
28522025-02-07T09:27:05.841Z
28532025-02-07T09:27:05.841Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28542025-02-07T09:27:06.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-02-07T09:27:06.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-02-07T09:27:06.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572025-02-07T09:27:06.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28582025-02-07T09:27:06.468Z
28592025-02-07T09:27:06.468Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28602025-02-07T09:27:07.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-02-07T09:27:07.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-02-07T09:27:07.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-02-07T09:27:07.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28642025-02-07T09:27:07.134Z
28652025-02-07T09:27:07.134Zinfo: running `cargo check --bins` on gateway-types (107/199)
28662025-02-07T09:27:07.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-02-07T09:27:07.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-02-07T09:27:07.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692025-02-07T09:27:07.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28702025-02-07T09:27:07.750Z
28712025-02-07T09:27:07.750Zinfo: running `cargo check --bins` on ipcc (108/199)
28722025-02-07T09:27:08.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732025-02-07T09:27:08.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742025-02-07T09:27:08.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752025-02-07T09:27:08.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28762025-02-07T09:27:08.378Z
28772025-02-07T09:27:08.378Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28782025-02-07T09:27:08.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-02-07T09:27:08.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-02-07T09:27:09.075Z Compiling semver v0.1.20
28812025-02-07T09:27:09.075Z Compiling radium v0.7.0
28822025-02-07T09:27:09.192Z Checking tap v1.0.1
28832025-02-07T09:27:09.196Z Compiling maybe-uninit v2.0.0
28842025-02-07T09:27:09.213Z Checking password-hash v0.5.0
28852025-02-07T09:27:09.215Z Checking blake2 v0.10.6
28862025-02-07T09:27:09.215Z Checking crc-catalog v2.4.0
28872025-02-07T09:27:09.215Z Compiling cancel-safe-futures v0.1.5
28882025-02-07T09:27:09.325Z Checking wyz v0.5.1
28892025-02-07T09:27:09.363Z Compiling packed_struct v0.10.1
28902025-02-07T09:27:09.559Z Compiling rustc_version v0.1.7
28912025-02-07T09:27:09.635Z Checking funty v2.0.0
28922025-02-07T09:27:09.657Z Compiling owo-colors v4.1.0
28932025-02-07T09:27:09.704Z Checking argon2 v0.5.3
28942025-02-07T09:27:09.777Z Checking crc v3.2.1
28952025-02-07T09:27:09.798Z Compiling packed_struct_codegen v0.10.1
28962025-02-07T09:27:09.832Z Compiling indexmap v1.9.3
28972025-02-07T09:27:09.931Z Checking half v2.4.1
28982025-02-07T09:27:09.972Z Compiling newtype_derive v0.1.6
28992025-02-07T09:27:10.066Z Checking nodrop v0.1.14
29002025-02-07T09:27:10.123Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29012025-02-07T09:27:10.198Z Checking ciborium-io v0.2.2
29022025-02-07T09:27:10.217Z Checking array-init v0.0.4
29032025-02-07T09:27:10.373Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29042025-02-07T09:27:10.391Z Checking ciborium-ll v0.2.2
29052025-02-07T09:27:10.421Z Checking smallvec v0.6.14
29062025-02-07T09:27:10.438Z Checking bitvec v1.0.1
29072025-02-07T09:27:10.454Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29082025-02-07T09:27:10.688Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29092025-02-07T09:27:10.792Z Checking libsw v3.3.1
29102025-02-07T09:27:11.045Z Compiling memoffset v0.9.1
29112025-02-07T09:27:11.079Z Checking hashbrown v0.12.3
29122025-02-07T09:27:11.097Z Checking bitfield v0.14.0
29132025-02-07T09:27:11.147Z Checking indent_write v2.2.0
29142025-02-07T09:27:11.352Z Checking swrite v0.1.0
29152025-02-07T09:27:11.370Z Checking linear-map v1.2.0
29162025-02-07T09:27:11.386Z Checking termcolor v1.4.1
29172025-02-07T09:27:11.631Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29182025-02-07T09:27:11.660Z Checking ron v0.8.1
29192025-02-07T09:27:11.676Z Checking serde-hex v0.1.0
29202025-02-07T09:27:11.803Z Checking env_logger v0.10.2
29212025-02-07T09:27:11.820Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29222025-02-07T09:27:12.207Z Checking ciborium v0.2.2
29232025-02-07T09:27:12.267Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29242025-02-07T09:27:12.841Z Checking steno v0.4.1
29252025-02-07T09:27:12.859Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29262025-02-07T09:27:13.099Z Checking hashbrown v0.13.2
29272025-02-07T09:27:13.116Z Checking humantime v2.1.0
29282025-02-07T09:27:13.116Z Checking crc-any v2.5.0
29292025-02-07T09:27:13.425Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29302025-02-07T09:27:13.495Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29312025-02-07T09:27:13.898Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29322025-02-07T09:27:13.962Z Checking object v0.30.4
29332025-02-07T09:27:14.016Z Checking path-slash v0.1.5
29342025-02-07T09:27:14.176Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29352025-02-07T09:27:14.284Z Checking nix v0.27.1
29362025-02-07T09:27:14.562Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29372025-02-07T09:27:14.961Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29382025-02-07T09:27:15.237Z Checking tungstenite v0.23.0
29392025-02-07T09:27:15.251Z Checking kstat-rs v0.2.4
29402025-02-07T09:27:15.450Z Checking signal-hook-tokio v0.3.1
29412025-02-07T09:27:15.574Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29422025-02-07T09:27:16.056Z Checking tokio-tungstenite v0.23.1
29432025-02-07T09:27:16.384Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29442025-02-07T09:27:16.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29452025-02-07T09:27:16.746Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29462025-02-07T09:27:23.154Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29472025-02-07T09:27:24.479Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29482025-02-07T09:27:26.589Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29492025-02-07T09:27:31.673Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29502025-02-07T09:27:32.323Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29512025-02-07T09:27:34.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s
29522025-02-07T09:27:35.093Z
29532025-02-07T09:27:35.093Zinfo: running `cargo check --bins` on gateway-api (110/199)
29542025-02-07T09:27:35.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552025-02-07T09:27:35.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562025-02-07T09:27:35.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572025-02-07T09:27:35.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29582025-02-07T09:27:35.709Z
29592025-02-07T09:27:35.709Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29602025-02-07T09:27:36.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612025-02-07T09:27:36.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622025-02-07T09:27:36.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632025-02-07T09:27:36.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29642025-02-07T09:27:36.303Z
29652025-02-07T09:27:36.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29662025-02-07T09:27:36.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672025-02-07T09:27:36.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682025-02-07T09:27:36.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692025-02-07T09:27:36.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29702025-02-07T09:27:36.922Z
29712025-02-07T09:27:36.922Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29722025-02-07T09:27:37.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732025-02-07T09:27:37.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742025-02-07T09:27:37.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752025-02-07T09:27:37.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29762025-02-07T09:27:37.539Z
29772025-02-07T09:27:37.539Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29782025-02-07T09:27:38.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792025-02-07T09:27:38.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802025-02-07T09:27:38.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812025-02-07T09:27:38.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29822025-02-07T09:27:38.152Z
29832025-02-07T09:27:38.152Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
29842025-02-07T09:27:38.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-02-07T09:27:38.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-02-07T09:27:38.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-02-07T09:27:38.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29882025-02-07T09:27:38.775Z
29892025-02-07T09:27:38.775Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
29902025-02-07T09:27:39.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-02-07T09:27:39.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-02-07T09:27:39.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-02-07T09:27:39.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29942025-02-07T09:27:39.394Z
29952025-02-07T09:27:39.394Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
29962025-02-07T09:27:39.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-02-07T09:27:39.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-02-07T09:27:39.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-02-07T09:27:39.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30002025-02-07T09:27:40.006Z
30012025-02-07T09:27:40.006Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
30022025-02-07T09:27:40.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-02-07T09:27:40.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-02-07T09:27:40.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-02-07T09:27:40.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30062025-02-07T09:27:40.650Z
30072025-02-07T09:27:40.650Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30082025-02-07T09:27:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-02-07T09:27:41.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-02-07T09:27:41.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-02-07T09:27:41.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30122025-02-07T09:27:41.271Z
30132025-02-07T09:27:41.271Zinfo: running `cargo check --bins` on sp-sim (120/199)
30142025-02-07T09:27:41.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-02-07T09:27:41.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-02-07T09:27:41.900Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30172025-02-07T09:27:42.335Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30182025-02-07T09:27:43.962Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30192025-02-07T09:27:45.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
30202025-02-07T09:27:45.748Z
30212025-02-07T09:27:45.748Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30222025-02-07T09:27:46.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-02-07T09:27:46.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-02-07T09:27:46.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-02-07T09:27:46.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30262025-02-07T09:27:46.410Z
30272025-02-07T09:27:46.410Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30282025-02-07T09:27:46.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-02-07T09:27:46.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-02-07T09:27:46.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-02-07T09:27:47.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30322025-02-07T09:27:47.078Z
30332025-02-07T09:27:47.078Zinfo: running `cargo check --bins` on db-macros (123/199)
30342025-02-07T09:27:47.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-02-07T09:27:47.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-02-07T09:27:47.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-02-07T09:27:47.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30382025-02-07T09:27:47.678Z
30392025-02-07T09:27:47.678Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30402025-02-07T09:27:48.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-02-07T09:27:48.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-02-07T09:27:48.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-02-07T09:27:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442025-02-07T09:27:48.264Z
30452025-02-07T09:27:48.264Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30462025-02-07T09:27:48.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-02-07T09:27:48.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-02-07T09:27:48.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-02-07T09:27:48.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30502025-02-07T09:27:48.917Z
30512025-02-07T09:27:48.917Zinfo: running `cargo check --bins` on authz-macros (126/199)
30522025-02-07T09:27:49.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-02-07T09:27:49.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-02-07T09:27:49.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-02-07T09:27:49.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562025-02-07T09:27:49.508Z
30572025-02-07T09:27:49.508Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30582025-02-07T09:27:50.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-02-07T09:27:50.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-02-07T09:27:50.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-02-07T09:27:50.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30622025-02-07T09:27:50.150Z
30632025-02-07T09:27:50.150Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30642025-02-07T09:27:50.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-02-07T09:27:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-02-07T09:27:50.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672025-02-07T09:27:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30682025-02-07T09:27:50.790Z
30692025-02-07T09:27:50.790Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30702025-02-07T09:27:51.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712025-02-07T09:27:51.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722025-02-07T09:27:51.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732025-02-07T09:27:51.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742025-02-07T09:27:51.398Z
30752025-02-07T09:27:51.398Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30762025-02-07T09:27:51.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772025-02-07T09:27:51.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782025-02-07T09:27:51.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792025-02-07T09:27:51.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30802025-02-07T09:27:52.037Z
30812025-02-07T09:27:52.037Zinfo: running `cargo check --bins` on typed-rng (131/199)
30822025-02-07T09:27:52.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832025-02-07T09:27:52.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842025-02-07T09:27:52.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852025-02-07T09:27:52.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862025-02-07T09:27:52.628Z
30872025-02-07T09:27:52.628Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
30882025-02-07T09:27:53.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892025-02-07T09:27:53.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902025-02-07T09:27:53.347Z Checking keccak v0.1.5
30912025-02-07T09:27:53.458Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30922025-02-07T09:27:53.461Z Checking secrecy v0.8.0
30932025-02-07T09:27:53.461Z Compiling unicase v2.7.0
30942025-02-07T09:27:53.479Z Compiling same-file v1.0.6
30952025-02-07T09:27:53.481Z Compiling tempfile v3.13.0
30962025-02-07T09:27:53.523Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
30972025-02-07T09:27:53.526Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30982025-02-07T09:27:53.626Z Compiling thiserror-impl-no-std v2.0.2
30992025-02-07T09:27:53.733Z Checking sha3 v0.10.8
31002025-02-07T09:27:53.760Z Compiling walkdir v2.5.0
31012025-02-07T09:27:53.797Z Checking universal-hash v0.5.1
31022025-02-07T09:27:53.820Z Compiling blake3 v1.5.4
31032025-02-07T09:27:53.954Z Checking opaque-debug v0.3.1
31042025-02-07T09:27:53.988Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052025-02-07T09:27:54.053Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31062025-02-07T09:27:54.070Z Checking poly1305 v0.8.0
31072025-02-07T09:27:54.105Z Checking chacha20 v0.9.1
31082025-02-07T09:27:54.243Z Checking aead v0.5.2
31092025-02-07T09:27:54.277Z Compiling memmap2 v0.9.5
31102025-02-07T09:27:54.406Z Compiling arrayref v0.3.9
31112025-02-07T09:27:54.457Z Compiling constant_time_eq v0.3.1
31122025-02-07T09:27:54.457Z Compiling arrayvec v0.7.6
31132025-02-07T09:27:54.504Z Compiling salty v0.3.0
31142025-02-07T09:27:54.553Z Compiling libefi-sys v0.1.0
31152025-02-07T09:27:54.662Z Checking chacha20poly1305 v0.10.1
31162025-02-07T09:27:54.718Z Compiling toolchain_find v0.4.0
31172025-02-07T09:27:54.843Z Compiling camino-tempfile v1.1.1
31182025-02-07T09:27:54.874Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31192025-02-07T09:27:54.910Z Compiling bitfield-struct v0.6.2
31202025-02-07T09:27:55.212Z Compiling topological-sort v0.2.2
31212025-02-07T09:27:55.280Z Compiling mime_guess v2.0.5
31222025-02-07T09:27:55.297Z Compiling rustfmt-wrapper v0.2.1
31232025-02-07T09:27:55.802Z Compiling omicron-zone-package v0.12.0
31242025-02-07T09:27:55.869Z Compiling progenitor v0.9.1
31252025-02-07T09:27:55.920Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31262025-02-07T09:27:56.089Z Checking primeorder v0.13.6
31272025-02-07T09:27:56.211Z Checking env_filter v0.1.2
31282025-02-07T09:27:56.238Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31292025-02-07T09:27:56.307Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31302025-02-07T09:27:56.382Z Checking thiserror-no-std v2.0.2
31312025-02-07T09:27:56.458Z Checking env_logger v0.11.5
31322025-02-07T09:27:56.507Z Checking vsss-rs v3.3.4
31332025-02-07T09:27:56.524Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31342025-02-07T09:27:56.541Z Checking p384 v0.13.0
31352025-02-07T09:27:56.543Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31362025-02-07T09:27:56.576Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31372025-02-07T09:27:56.806Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
31382025-02-07T09:27:56.852Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31392025-02-07T09:27:57.058Z Checking bumpalo v3.16.0
31402025-02-07T09:27:57.075Z Checking simd-adler32 v0.3.7
31412025-02-07T09:27:57.287Z Compiling zip v2.1.3
31422025-02-07T09:27:57.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31432025-02-07T09:27:57.418Z Checking http-range v0.1.5
31442025-02-07T09:27:57.573Z Checking lockfree-object-pool v0.1.6
31452025-02-07T09:27:57.630Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31462025-02-07T09:27:57.648Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31472025-02-07T09:27:57.799Z Checking zopfli v0.8.1
31482025-02-07T09:27:57.943Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31492025-02-07T09:27:58.477Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
31502025-02-07T09:27:58.504Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31512025-02-07T09:27:58.521Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31522025-02-07T09:27:58.556Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31532025-02-07T09:27:58.875Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31542025-02-07T09:27:59.064Z Checking atty v0.2.14
31552025-02-07T09:27:59.206Z Checking glob v0.3.2
31562025-02-07T09:27:59.221Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31572025-02-07T09:27:59.372Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582025-02-07T09:27:59.527Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31592025-02-07T09:27:59.700Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31602025-02-07T09:28:00.078Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612025-02-07T09:28:00.351Z Checking hyper-staticfile v0.10.1
31622025-02-07T09:28:01.017Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31632025-02-07T09:28:01.350Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31642025-02-07T09:28:01.493Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31652025-02-07T09:28:01.549Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31662025-02-07T09:28:01.584Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31672025-02-07T09:28:01.754Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682025-02-07T09:28:01.757Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
31692025-02-07T09:28:01.992Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31702025-02-07T09:28:02.186Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31712025-02-07T09:28:02.572Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31722025-02-07T09:28:05.153Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31732025-02-07T09:28:05.153Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31742025-02-07T09:28:13.683Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-02-07T09:28:26.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
31762025-02-07T09:28:26.436Z
31772025-02-07T09:28:26.436Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31782025-02-07T09:28:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-02-07T09:28:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-02-07T09:28:27.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-02-07T09:28:40.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
31822025-02-07T09:28:40.198Z
31832025-02-07T09:28:40.198Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
31842025-02-07T09:28:40.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-02-07T09:28:40.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-02-07T09:28:40.919Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-02-07T09:28:53.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
31882025-02-07T09:28:53.969Z
31892025-02-07T09:28:53.969Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
31902025-02-07T09:28:54.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-02-07T09:28:54.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-02-07T09:28:54.697Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31932025-02-07T09:29:07.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
31942025-02-07T09:29:07.705Z
31952025-02-07T09:29:07.705Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
31962025-02-07T09:29:08.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-02-07T09:29:08.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-02-07T09:29:08.423Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31992025-02-07T09:29:21.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
32002025-02-07T09:29:21.533Z
32012025-02-07T09:29:21.534Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
32022025-02-07T09:29:22.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-02-07T09:29:22.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-02-07T09:29:22.255Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052025-02-07T09:29:35.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
32062025-02-07T09:29:35.267Z
32072025-02-07T09:29:35.267Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
32082025-02-07T09:29:35.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-02-07T09:29:35.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-02-07T09:29:36.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112025-02-07T09:29:48.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
32122025-02-07T09:29:48.921Z
32132025-02-07T09:29:48.921Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32142025-02-07T09:29:49.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-02-07T09:29:49.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-02-07T09:29:49.642Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172025-02-07T09:30:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
32182025-02-07T09:30:02.703Z
32192025-02-07T09:30:02.703Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32202025-02-07T09:30:03.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-02-07T09:30:03.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-02-07T09:30:03.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-02-07T09:30:03.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32242025-02-07T09:30:03.347Z
32252025-02-07T09:30:03.347Zinfo: running `cargo check --bins` on key-manager (141/199)
32262025-02-07T09:30:03.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-02-07T09:30:03.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-02-07T09:30:03.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-02-07T09:30:03.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32302025-02-07T09:30:03.963Z
32312025-02-07T09:30:03.963Zinfo: running `cargo check --bins` on range-requests (142/199)
32322025-02-07T09:30:04.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-02-07T09:30:04.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-02-07T09:30:04.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-02-07T09:30:04.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32362025-02-07T09:30:04.572Z
32372025-02-07T09:30:04.572Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32382025-02-07T09:30:05.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-02-07T09:30:05.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-02-07T09:30:05.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-02-07T09:30:05.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32422025-02-07T09:30:05.191Z
32432025-02-07T09:30:05.191Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32442025-02-07T09:30:05.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-02-07T09:30:05.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-02-07T09:30:05.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-02-07T09:30:05.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32482025-02-07T09:30:05.844Z
32492025-02-07T09:30:05.844Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32502025-02-07T09:30:06.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-02-07T09:30:06.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-02-07T09:30:06.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-02-07T09:30:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32542025-02-07T09:30:06.438Z
32552025-02-07T09:30:06.438Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32562025-02-07T09:30:06.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-02-07T09:30:06.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-02-07T09:30:06.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-02-07T09:30:06.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32602025-02-07T09:30:07.069Z
32612025-02-07T09:30:07.069Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32622025-02-07T09:30:07.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-02-07T09:30:07.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-02-07T09:30:07.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-02-07T09:30:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32662025-02-07T09:30:07.706Z
32672025-02-07T09:30:07.706Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32682025-02-07T09:30:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-02-07T09:30:08.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-02-07T09:30:08.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712025-02-07T09:30:08.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32722025-02-07T09:30:08.342Z
32732025-02-07T09:30:08.342Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32742025-02-07T09:30:08.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-02-07T09:30:08.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-02-07T09:30:08.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772025-02-07T09:30:08.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32782025-02-07T09:30:08.995Z
32792025-02-07T09:30:08.995Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32802025-02-07T09:30:09.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-02-07T09:30:09.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-02-07T09:30:09.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832025-02-07T09:30:09.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32842025-02-07T09:30:09.649Z
32852025-02-07T09:30:09.649Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
32862025-02-07T09:30:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-02-07T09:30:10.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-02-07T09:30:10.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892025-02-07T09:30:10.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32902025-02-07T09:30:10.293Z
32912025-02-07T09:30:10.293Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
32922025-02-07T09:30:10.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-02-07T09:30:10.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-02-07T09:30:10.974Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32952025-02-07T09:30:10.974Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962025-02-07T09:30:11.813Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32972025-02-07T09:30:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32982025-02-07T09:30:13.888Z
32992025-02-07T09:30:13.888Zinfo: running `cargo check --bins` on oximeter-api (153/199)
33002025-02-07T09:30:14.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-02-07T09:30:14.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-02-07T09:30:14.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032025-02-07T09:30:14.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33042025-02-07T09:30:14.506Z
33052025-02-07T09:30:14.506Zinfo: running `cargo check --bins` on cert-dev (154/199)
33062025-02-07T09:30:15.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-02-07T09:30:15.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-02-07T09:30:15.108Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33092025-02-07T09:30:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
33102025-02-07T09:30:15.545Z
33112025-02-07T09:30:15.545Zinfo: running `cargo check --bins` on clickana (155/199)
33122025-02-07T09:30:16.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-02-07T09:30:16.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-02-07T09:30:16.185Z Checking castaway v0.2.3
33152025-02-07T09:30:16.188Z Checking lru v0.12.5
33162025-02-07T09:30:16.188Z Compiling instability v0.3.2
33172025-02-07T09:30:16.188Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33182025-02-07T09:30:16.188Z Checking unicode-truncate v1.1.0
33192025-02-07T09:30:16.188Z Checking cassowary v0.3.0
33202025-02-07T09:30:16.414Z Checking compact_str v0.8.0
33212025-02-07T09:30:16.984Z Checking ratatui v0.28.1
33222025-02-07T09:30:17.832Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33232025-02-07T09:30:18.930Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33242025-02-07T09:30:19.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
33252025-02-07T09:30:19.890Z
33262025-02-07T09:30:19.890Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33272025-02-07T09:30:20.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-02-07T09:30:20.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-02-07T09:30:20.550Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33302025-02-07T09:30:20.550Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33312025-02-07T09:30:21.521Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33322025-02-07T09:30:21.957Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33332025-02-07T09:30:22.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
33342025-02-07T09:30:22.482Z
33352025-02-07T09:30:22.482Zinfo: running `cargo check --bins` on ch-dev (157/199)
33362025-02-07T09:30:23.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-02-07T09:30:23.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-02-07T09:30:23.130Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33392025-02-07T09:30:23.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
33402025-02-07T09:30:23.989Z
33412025-02-07T09:30:23.989Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33422025-02-07T09:30:24.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-02-07T09:30:24.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-02-07T09:30:24.629Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33452025-02-07T09:30:24.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
33462025-02-07T09:30:25.143Z
33472025-02-07T09:30:25.143Zinfo: running `cargo check --bins` on db-dev (159/199)
33482025-02-07T09:30:25.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492025-02-07T09:30:25.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502025-02-07T09:30:25.791Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33512025-02-07T09:30:26.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33522025-02-07T09:30:26.671Z
33532025-02-07T09:30:26.671Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33542025-02-07T09:30:27.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552025-02-07T09:30:27.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562025-02-07T09:30:27.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572025-02-07T09:30:27.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33582025-02-07T09:30:27.299Z
33592025-02-07T09:30:27.299Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33602025-02-07T09:30:27.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612025-02-07T09:30:27.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622025-02-07T09:30:27.904Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33632025-02-07T09:30:28.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
33642025-02-07T09:30:28.896Z
33652025-02-07T09:30:28.896Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33662025-02-07T09:30:29.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672025-02-07T09:30:29.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682025-02-07T09:30:29.503Z Checking cargo-platform v0.1.8
33692025-02-07T09:30:29.773Z Checking cargo_metadata v0.18.1
33702025-02-07T09:30:30.699Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33712025-02-07T09:30:31.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
33722025-02-07T09:30:31.657Z
33732025-02-07T09:30:31.657Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33742025-02-07T09:30:32.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752025-02-07T09:30:32.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762025-02-07T09:30:32.353Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33772025-02-07T09:30:33.718Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33782025-02-07T09:30:34.252Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33792025-02-07T09:30:34.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
33802025-02-07T09:30:34.951Z
33812025-02-07T09:30:34.951Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
33822025-02-07T09:30:35.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-02-07T09:30:35.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-02-07T09:30:35.723Z Compiling crunchy v0.2.2
33852025-02-07T09:30:35.723Z Compiling tiny-keccak v2.0.2
33862025-02-07T09:30:35.726Z Compiling dsl_auto_type v0.1.2
33872025-02-07T09:30:35.726Z Checking scheduled-thread-pool v0.2.7
33882025-02-07T09:30:35.726Z Compiling diesel_table_macro_syntax v0.2.0
33892025-02-07T09:30:35.873Z Compiling ascii-canvas v3.0.0
33902025-02-07T09:30:35.876Z Compiling ena v0.14.3
33912025-02-07T09:30:35.887Z Compiling regex-syntax v0.6.29
33922025-02-07T09:30:36.048Z Checking r2d2 v0.8.10
33932025-02-07T09:30:36.127Z Compiling diff v0.1.13
33942025-02-07T09:30:36.270Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33952025-02-07T09:30:36.288Z Compiling ref-cast v1.0.23
33962025-02-07T09:30:36.357Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33972025-02-07T09:30:36.360Z Compiling derive_builder_core v0.20.2
33982025-02-07T09:30:36.522Z Compiling libxml v0.3.3
33992025-02-07T09:30:36.634Z Compiling ref-cast-impl v1.0.23
34002025-02-07T09:30:36.653Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34012025-02-07T09:30:36.901Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34022025-02-07T09:30:36.920Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34032025-02-07T09:30:37.119Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34042025-02-07T09:30:37.141Z Compiling strum_macros v0.24.3
34052025-02-07T09:30:37.188Z Compiling samael v0.0.17
34062025-02-07T09:30:37.209Z Compiling diesel_derives v2.2.3
34072025-02-07T09:30:37.471Z Compiling indoc v1.0.9
34082025-02-07T09:30:38.352Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34092025-02-07T09:30:38.530Z Compiling derive_builder_macro v0.20.2
34102025-02-07T09:30:38.640Z Compiling oso-derive v0.27.3
34112025-02-07T09:30:39.377Z Compiling lalrpop v0.19.12
34122025-02-07T09:30:39.413Z Checking derive_builder v0.20.2
34132025-02-07T09:30:39.573Z Compiling impl-trait-for-tuples v0.2.2
34142025-02-07T09:30:39.593Z Checking quick-xml v0.33.0
34152025-02-07T09:30:40.011Z Compiling diesel-dtrace v0.4.2
34162025-02-07T09:30:40.325Z Checking maplit v1.0.2
34172025-02-07T09:30:40.450Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34182025-02-07T09:30:40.469Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34192025-02-07T09:30:40.751Z Checking bb8 v0.8.5
34202025-02-07T09:30:40.954Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34212025-02-07T09:30:41.251Z Checking rand_seeder v0.3.0
34222025-02-07T09:30:41.289Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34232025-02-07T09:30:41.316Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34242025-02-07T09:30:41.506Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34252025-02-07T09:30:41.708Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34262025-02-07T09:30:42.027Z Checking is_ci v1.2.0
34272025-02-07T09:30:42.047Z Checking smawk v0.3.2
34282025-02-07T09:30:42.178Z Checking unicode-linebreak v0.1.5
34292025-02-07T09:30:42.266Z Checking supports-color v3.0.1
34302025-02-07T09:30:42.507Z Checking multimap v0.10.0
34312025-02-07T09:30:42.630Z Checking textwrap v0.16.1
34322025-02-07T09:30:43.432Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34332025-02-07T09:30:45.447Z Checking diesel v2.2.6
34342025-02-07T09:31:09.471Z Compiling polar-core v0.27.3
34352025-02-07T09:31:10.243Z Checking async-bb8-diesel v0.2.1
34362025-02-07T09:31:16.676Z Checking oso v0.27.3
34372025-02-07T09:32:15.577Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34382025-02-07T09:32:21.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
34392025-02-07T09:32:22.003Z
34402025-02-07T09:32:22.003Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34412025-02-07T09:32:22.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422025-02-07T09:32:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432025-02-07T09:32:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442025-02-07T09:32:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34452025-02-07T09:32:22.668Z
34462025-02-07T09:32:22.668Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34472025-02-07T09:32:23.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482025-02-07T09:32:23.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492025-02-07T09:32:23.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502025-02-07T09:32:23.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34512025-02-07T09:32:23.327Z
34522025-02-07T09:32:23.327Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34532025-02-07T09:32:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542025-02-07T09:32:23.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552025-02-07T09:32:23.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562025-02-07T09:32:23.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34572025-02-07T09:32:23.930Z
34582025-02-07T09:32:23.930Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34592025-02-07T09:32:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602025-02-07T09:32:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612025-02-07T09:32:24.730Z Compiling libz-sys v1.1.20
34622025-02-07T09:32:24.732Z Compiling libgit2-sys v0.17.0+1.8.1
34632025-02-07T09:32:24.859Z Compiling vergen v8.3.2
34642025-02-07T09:32:24.861Z Compiling cargo-platform v0.1.8
34652025-02-07T09:32:24.862Z Compiling pin-project-internal v1.1.6
34662025-02-07T09:32:24.894Z Compiling libsqlite3-sys v0.30.1
34672025-02-07T09:32:24.897Z Compiling snafu-derive v0.8.5
34682025-02-07T09:32:24.897Z Compiling cfg_aliases v0.2.1
34692025-02-07T09:32:25.034Z Compiling rustls v0.21.12
34702025-02-07T09:32:25.158Z Compiling cargo_metadata v0.18.1
34712025-02-07T09:32:25.298Z Compiling buf-list v1.0.3
34722025-02-07T09:32:25.402Z Compiling nix v0.29.0
34732025-02-07T09:32:25.407Z Checking globset v0.4.15
34742025-02-07T09:32:25.543Z Checking olpc-cjson v0.1.4
34752025-02-07T09:32:25.773Z Checking rustls-webpki v0.101.7
34762025-02-07T09:32:25.919Z Checking sct v0.7.1
34772025-02-07T09:32:25.939Z Checking serde_plain v1.0.2
34782025-02-07T09:32:26.131Z Checking typed-path v0.9.3
34792025-02-07T09:32:26.506Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34802025-02-07T09:32:26.708Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34812025-02-07T09:32:26.787Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34822025-02-07T09:32:26.983Z Checking hashlink v0.9.1
34832025-02-07T09:32:27.049Z Checking fallible-streaming-iterator v0.1.9
34842025-02-07T09:32:27.284Z Checking fallible-iterator v0.3.0
34852025-02-07T09:32:27.541Z Checking parse-size v1.1.0
34862025-02-07T09:32:27.613Z Checking pin-project v1.1.6
34872025-02-07T09:32:27.801Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34882025-02-07T09:32:27.843Z Checking rusqlite v0.32.1
34892025-02-07T09:32:27.938Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34902025-02-07T09:32:28.226Z Checking rustls-pemfile v1.0.4
34912025-02-07T09:32:28.229Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34922025-02-07T09:32:28.436Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34932025-02-07T09:32:28.753Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34942025-02-07T09:32:28.791Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34952025-02-07T09:32:28.928Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34962025-02-07T09:32:28.943Z Checking twox-hash v2.1.0
34972025-02-07T09:32:29.055Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34982025-02-07T09:32:29.238Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34992025-02-07T09:32:29.358Z Checking tokio-rustls v0.24.1
35002025-02-07T09:32:29.512Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35012025-02-07T09:32:29.736Z Checking snafu v0.8.5
35022025-02-07T09:32:30.051Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35032025-02-07T09:32:30.176Z Checking tough v0.19.0
35042025-02-07T09:32:30.435Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35052025-02-07T09:32:30.491Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
35062025-02-07T09:32:30.883Z Checking fatfs v0.3.6
35072025-02-07T09:32:31.000Z Checking assert_matches v1.5.0
35082025-02-07T09:32:34.191Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35092025-02-07T09:32:35.352Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35102025-02-07T09:32:37.041Z Compiling git2 v0.19.0
35112025-02-07T09:32:41.070Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
35122025-02-07T09:33:34.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
35132025-02-07T09:33:35.182Z
35142025-02-07T09:33:35.182Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35152025-02-07T09:33:35.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-02-07T09:33:35.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-02-07T09:33:35.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182025-02-07T09:33:35.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35192025-02-07T09:33:35.874Z
35202025-02-07T09:33:35.874Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35212025-02-07T09:33:36.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222025-02-07T09:33:36.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232025-02-07T09:33:36.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242025-02-07T09:33:36.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252025-02-07T09:33:36.466Z
35262025-02-07T09:33:36.466Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35272025-02-07T09:33:37.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282025-02-07T09:33:37.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292025-02-07T09:33:37.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302025-02-07T09:33:37.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35312025-02-07T09:33:37.116Z
35322025-02-07T09:33:37.116Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35332025-02-07T09:33:37.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342025-02-07T09:33:37.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352025-02-07T09:33:37.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362025-02-07T09:33:37.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35372025-02-07T09:33:37.788Z
35382025-02-07T09:33:37.788Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35392025-02-07T09:33:38.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402025-02-07T09:33:38.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412025-02-07T09:33:38.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422025-02-07T09:33:38.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35432025-02-07T09:33:38.461Z
35442025-02-07T09:33:38.461Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35452025-02-07T09:33:39.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462025-02-07T09:33:39.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472025-02-07T09:33:39.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482025-02-07T09:33:39.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35492025-02-07T09:33:39.125Z
35502025-02-07T09:33:39.125Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35512025-02-07T09:33:39.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522025-02-07T09:33:39.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532025-02-07T09:33:39.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542025-02-07T09:33:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35552025-02-07T09:33:39.800Z
35562025-02-07T09:33:39.800Zinfo: running `cargo check --bins` on update-common (176/199)
35572025-02-07T09:33:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582025-02-07T09:33:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592025-02-07T09:33:40.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602025-02-07T09:33:40.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612025-02-07T09:33:40.432Z
35622025-02-07T09:33:40.432Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35632025-02-07T09:33:40.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642025-02-07T09:33:40.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652025-02-07T09:33:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662025-02-07T09:33:40.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35672025-02-07T09:33:41.061Z
35682025-02-07T09:33:41.061Zinfo: running `cargo check --bins` on tufaceous (178/199)
35692025-02-07T09:33:41.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702025-02-07T09:33:41.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712025-02-07T09:33:41.718Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35722025-02-07T09:33:42.000Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35732025-02-07T09:33:42.965Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35742025-02-07T09:33:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
35752025-02-07T09:33:43.926Z
35762025-02-07T09:33:43.926Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35772025-02-07T09:33:44.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782025-02-07T09:33:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792025-02-07T09:33:44.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35802025-02-07T09:33:44.772Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35812025-02-07T09:33:44.911Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35822025-02-07T09:33:44.914Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35832025-02-07T09:33:45.888Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35842025-02-07T09:34:11.463Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35852025-02-07T09:34:11.466Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35862025-02-07T09:34:11.466Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35872025-02-07T09:34:11.466Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35882025-02-07T09:34:11.466Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35892025-02-07T09:34:11.466Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35902025-02-07T09:34:12.330Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35912025-02-07T09:34:13.493Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35922025-02-07T09:34:52.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
35932025-02-07T09:34:53.051Z
35942025-02-07T09:34:53.051Zinfo: running `cargo check --bins` on openapi-manager (180/199)
35952025-02-07T09:34:53.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-02-07T09:34:53.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-02-07T09:34:53.738Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35982025-02-07T09:34:53.741Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35992025-02-07T09:34:53.741Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36002025-02-07T09:34:53.867Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36012025-02-07T09:34:53.870Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36022025-02-07T09:34:53.894Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36032025-02-07T09:34:53.897Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36042025-02-07T09:34:53.910Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36052025-02-07T09:34:54.061Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36062025-02-07T09:34:54.091Z Checking heck v0.4.1
36072025-02-07T09:34:54.173Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36082025-02-07T09:34:54.325Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36092025-02-07T09:34:54.474Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36102025-02-07T09:34:54.715Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36112025-02-07T09:34:55.135Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36122025-02-07T09:34:55.325Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36132025-02-07T09:34:55.586Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36142025-02-07T09:34:56.538Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36152025-02-07T09:34:56.733Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36162025-02-07T09:34:57.346Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36172025-02-07T09:34:57.667Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36182025-02-07T09:34:59.055Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36192025-02-07T09:34:59.055Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36202025-02-07T09:35:00.943Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36212025-02-07T09:35:02.364Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36222025-02-07T09:35:07.768Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36232025-02-07T09:35:07.768Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36242025-02-07T09:35:08.939Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36252025-02-07T09:35:09.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s
36262025-02-07T09:35:10.093Z
36272025-02-07T09:35:10.093Zinfo: running `cargo check --bins` on installinator-api (181/199)
36282025-02-07T09:35:10.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-02-07T09:35:10.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-02-07T09:35:10.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312025-02-07T09:35:10.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36322025-02-07T09:35:10.731Z
36332025-02-07T09:35:10.731Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36342025-02-07T09:35:11.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-02-07T09:35:11.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-02-07T09:35:11.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372025-02-07T09:35:11.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36382025-02-07T09:35:11.378Z
36392025-02-07T09:35:11.379Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36402025-02-07T09:35:11.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-02-07T09:35:11.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-02-07T09:35:11.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432025-02-07T09:35:11.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442025-02-07T09:35:11.978Z
36452025-02-07T09:35:11.978Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36462025-02-07T09:35:12.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472025-02-07T09:35:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482025-02-07T09:35:12.662Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36492025-02-07T09:35:12.662Z Compiling petname v2.0.2
36502025-02-07T09:35:12.664Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36512025-02-07T09:35:12.665Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36522025-02-07T09:35:12.665Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36532025-02-07T09:35:12.665Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36542025-02-07T09:35:12.665Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36552025-02-07T09:35:12.794Z Checking sync-ptr v0.1.1
36562025-02-07T09:35:17.747Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36572025-02-07T09:35:18.343Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36582025-02-07T09:35:19.503Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36592025-02-07T09:35:20.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s
36602025-02-07T09:35:21.161Z
36612025-02-07T09:35:21.161Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36622025-02-07T09:35:21.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632025-02-07T09:35:21.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642025-02-07T09:35:21.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652025-02-07T09:35:21.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36662025-02-07T09:35:21.815Z
36672025-02-07T09:35:21.815Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36682025-02-07T09:35:22.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-02-07T09:35:22.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-02-07T09:35:22.476Z Checking memmap2 v0.9.5
36712025-02-07T09:35:22.476Z Checking arrayref v0.3.9
36722025-02-07T09:35:22.479Z Checking arrayvec v0.7.6
36732025-02-07T09:35:22.479Z Checking constant_time_eq v0.3.1
36742025-02-07T09:35:22.479Z Checking topological-sort v0.2.2
36752025-02-07T09:35:22.592Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
36762025-02-07T09:35:22.595Z Checking shell-words v1.1.0
36772025-02-07T09:35:22.844Z Checking blake3 v1.5.4
36782025-02-07T09:35:23.172Z Checking omicron-zone-package v0.12.0
36792025-02-07T09:35:24.277Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36802025-02-07T09:35:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
36812025-02-07T09:35:25.354Z
36822025-02-07T09:35:25.354Zinfo: running `cargo check --bins` on xtask (187/199)
36832025-02-07T09:35:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842025-02-07T09:35:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852025-02-07T09:35:25.782Z Checking bitflags v2.6.0
36862025-02-07T09:35:25.785Z Checking serde v1.0.217
36872025-02-07T09:35:25.785Z Checking thiserror v1.0.69
36882025-02-07T09:35:25.876Z Checking scroll v0.12.0
36892025-02-07T09:35:25.885Z Checking log v0.4.22
36902025-02-07T09:35:25.888Z Checking hashbrown v0.15.1
36912025-02-07T09:35:25.888Z Checking zerocopy v0.7.35
36922025-02-07T09:35:25.922Z Checking syn v2.0.96
36932025-02-07T09:35:25.973Z Checking pest v2.7.14
36942025-02-07T09:35:26.104Z Checking rustix v0.38.37
36952025-02-07T09:35:26.127Z Checking once_cell v1.20.2
36962025-02-07T09:35:26.297Z Checking goblin v0.8.2
36972025-02-07T09:35:26.424Z Checking fs-err v2.11.0
36982025-02-07T09:35:26.713Z Checking tabled v0.15.0
36992025-02-07T09:35:26.882Z Checking indexmap v2.7.1
37002025-02-07T09:35:27.103Z Checking anyhow v1.0.95
37012025-02-07T09:35:27.880Z Checking terminal_size v0.4.0
37022025-02-07T09:35:27.883Z Checking tempfile v3.13.0
37032025-02-07T09:35:28.055Z Checking clap_builder v4.5.27
37042025-02-07T09:35:28.305Z Checking dtrace-parser v0.2.0
37052025-02-07T09:35:29.783Z Checking serde_json v1.0.135
37062025-02-07T09:35:29.783Z Checking toml_datetime v0.6.8
37072025-02-07T09:35:29.785Z Checking serde_spanned v0.6.8
37082025-02-07T09:35:29.785Z Checking camino v1.1.9
37092025-02-07T09:35:29.785Z Checking semver v1.0.24
37102025-02-07T09:35:29.943Z Checking cargo-platform v0.1.8
37112025-02-07T09:35:30.009Z Checking macaddr v1.0.1
37122025-02-07T09:35:30.105Z Checking toml_edit v0.22.22
37132025-02-07T09:35:30.176Z Checking clap v4.5.27
37142025-02-07T09:35:30.279Z Checking camino-tempfile v1.1.1
37152025-02-07T09:35:30.940Z Checking dof v0.3.0
37162025-02-07T09:35:30.940Z Checking cargo_metadata v0.18.1
37172025-02-07T09:35:31.326Z Checking usdt-impl v0.5.0
37182025-02-07T09:35:31.679Z Checking usdt v0.5.0
37192025-02-07T09:35:31.806Z Checking toml v0.8.19
37202025-02-07T09:35:32.230Z Checking cargo_toml v0.20.5
37212025-02-07T09:35:33.328Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37222025-02-07T09:35:33.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s
37232025-02-07T09:35:34.030Z
37242025-02-07T09:35:34.030Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37252025-02-07T09:35:34.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262025-02-07T09:35:34.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272025-02-07T09:35:34.783Z Checking polyval v0.6.2
37282025-02-07T09:35:34.897Z Checking ctr v0.9.2
37292025-02-07T09:35:34.910Z Checking ssh-encoding v0.2.0
37302025-02-07T09:35:34.913Z Checking blowfish v0.9.1
37312025-02-07T09:35:34.936Z Checking password-hash v0.4.2
37322025-02-07T09:35:34.951Z Checking p521 v0.13.3
37332025-02-07T09:35:34.954Z Checking p256 v0.13.2
37342025-02-07T09:35:34.985Z Checking russh-cryptovec v0.7.3
37352025-02-07T09:35:35.118Z Checking bcrypt-pbkdf v0.10.0
37362025-02-07T09:35:35.137Z Checking ghash v0.5.1
37372025-02-07T09:35:35.155Z Checking md5 v0.7.0
37382025-02-07T09:35:35.184Z Checking num-bigint v0.4.6
37392025-02-07T09:35:35.226Z Checking des v0.8.1
37402025-02-07T09:35:35.294Z Checking aes-gcm v0.10.3
37412025-02-07T09:35:35.332Z Checking pbkdf2 v0.11.0
37422025-02-07T09:35:35.388Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37432025-02-07T09:35:35.406Z Checking hex-literal v0.4.1
37442025-02-07T09:35:35.446Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37452025-02-07T09:35:35.466Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37462025-02-07T09:35:35.525Z Checking ssh-cipher v0.2.0
37472025-02-07T09:35:35.544Z Checking internet-checksum v0.2.1
37482025-02-07T09:35:35.804Z Checking ssh-key v0.6.6
37492025-02-07T09:35:36.055Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37502025-02-07T09:35:36.867Z Checking russh-keys v0.45.0
37512025-02-07T09:35:37.678Z Checking russh v0.45.0
37522025-02-07T09:35:54.355Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37532025-02-07T09:35:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.62s
37542025-02-07T09:35:55.857Z
37552025-02-07T09:35:55.858Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37562025-02-07T09:35:56.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-02-07T09:35:56.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-02-07T09:35:56.495Z Checking termios v0.3.3
37592025-02-07T09:35:56.712Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37602025-02-07T09:35:57.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
37612025-02-07T09:35:57.669Z
37622025-02-07T09:35:57.669Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37632025-02-07T09:35:58.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642025-02-07T09:35:58.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652025-02-07T09:35:58.361Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37662025-02-07T09:35:58.361Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37672025-02-07T09:35:58.363Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37682025-02-07T09:35:58.363Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37692025-02-07T09:35:59.356Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37702025-02-07T09:36:00.563Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37712025-02-07T09:36:02.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
37722025-02-07T09:36:02.460Z
37732025-02-07T09:36:02.460Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
37742025-02-07T09:36:03.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-02-07T09:36:03.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-02-07T09:36:03.092Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37772025-02-07T09:36:03.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37782025-02-07T09:36:03.719Z
37792025-02-07T09:36:03.720Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
37802025-02-07T09:36:04.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-02-07T09:36:04.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-02-07T09:36:04.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832025-02-07T09:36:04.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37842025-02-07T09:36:04.322Z
37852025-02-07T09:36:04.322Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
37862025-02-07T09:36:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-02-07T09:36:04.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-02-07T09:36:04.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892025-02-07T09:36:04.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37902025-02-07T09:36:04.926Z
37912025-02-07T09:36:04.926Zinfo: running `cargo check --bins` on omicron-package (194/199)
37922025-02-07T09:36:05.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932025-02-07T09:36:05.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942025-02-07T09:36:05.587Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37952025-02-07T09:36:06.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
37962025-02-07T09:36:07.094Z
37972025-02-07T09:36:07.094Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
37982025-02-07T09:36:07.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992025-02-07T09:36:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002025-02-07T09:36:07.789Z Checking rtoolbox v0.0.2
38012025-02-07T09:36:07.792Z Checking tui-tree-widget v0.22.0
38022025-02-07T09:36:07.792Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38032025-02-07T09:36:08.018Z Checking rpassword v7.3.1
38042025-02-07T09:36:11.698Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38052025-02-07T09:36:14.402Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38062025-02-07T09:36:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s
38072025-02-07T09:36:15.693Z
38082025-02-07T09:36:15.693Zinfo: running `cargo check --bins` on wicket (196/199)
38092025-02-07T09:36:16.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102025-02-07T09:36:16.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112025-02-07T09:36:16.382Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38122025-02-07T09:36:16.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
38132025-02-07T09:36:16.969Z
38142025-02-07T09:36:16.969Zinfo: running `cargo check --bins` on wicketd (197/199)
38152025-02-07T09:36:17.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162025-02-07T09:36:17.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172025-02-07T09:36:17.688Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38182025-02-07T09:36:17.688Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38192025-02-07T09:36:18.506Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38202025-02-07T09:36:22.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
38212025-02-07T09:36:22.340Z
38222025-02-07T09:36:22.340Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38232025-02-07T09:36:22.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242025-02-07T09:36:22.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252025-02-07T09:36:22.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262025-02-07T09:36:22.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272025-02-07T09:36:22.945Z
38282025-02-07T09:36:22.945Zinfo: running `cargo check --bins` on zone-setup (199/199)
38292025-02-07T09:36:23.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302025-02-07T09:36:23.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312025-02-07T09:36:23.669Z Checking uzers v0.12.1
38322025-02-07T09:36:24.005Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38332025-02-07T09:36:25.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
38342025-02-07T09:36:25.275Z
38352025-02-07T09:36:25.275Zreal 13:08.307814256
38362025-02-07T09:36:25.275Zuser 25:30.210411070
38372025-02-07T09:36:25.275Zsys 4:07.499981510
38382025-02-07T09:36:25.278Ztrap 0.514926867
38392025-02-07T09:36:25.278Ztflt 3.423444741
38402025-02-07T09:36:25.278Zdflt 2.128399486
38412025-02-07T09:36:25.278Zkflt 0.001514801
38422025-02-07T09:36:25.278Zlock 44:57.402027181
38432025-02-07T09:36:25.278Zslp 2:06:15.983527698
38442025-02-07T09:36:25.278Zlat 1:06.241815999
38452025-02-07T09:36:25.278Zstop 3:37.787690669
38462025-02-07T09:36:25.278Zprocess exited: duration 1081603 ms, exit code 0
 
38472025-02-07T09:36:25.284Zfound 0 output files