01JJDTXNAJGWT5QN3Q59GND1GE: 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: 01JJDTY5VBYAZZSBMRH8FETRRR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-25T04:19:42.451Zjob assigned to worker 01JJDTYDKBQTA63GSRSDB2K77K [factory aws, i-00fec3fee171fb9fd] (queued for 51 s)
 
22025-01-25T04:19:50.057Zstarting task 0: "setup"
32025-01-25T04:19:50.069Z++ uname -s
42025-01-25T04:19:50.071Z+ kern=SunOS
52025-01-25T04:19:50.071Z+ case "$kern" in
62025-01-25T04:19:50.071Z+ groupadd -g 12345 build
72025-01-25T04:19:50.074Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-25T04:19:52.082Z+ zfs create -o mountpoint=/work rpool/work
92025-01-25T04:19:52.196Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-25T04:19:52.199Z+ home_fs=zfs
112025-01-25T04:19:52.199Z+ [[ zfs == autofs ]]
122025-01-25T04:19:52.199Z+ mkdir -p /home/build
132025-01-25T04:19:52.202Z+ chown build:build /home/build /work
142025-01-25T04:19:54.204Z+ chmod 0700 /home/build /work
152025-01-25T04:19:54.206Zprocess exited: duration 4147 ms, exit code 0
 
162025-01-25T04:19:54.214Zstarting task 1: "rust-toolchain"
172025-01-25T04:19:54.220Z+ printf ' * toolchain channel = "%s"
182025-01-25T04:19:54.220Z' 1.84.0
192025-01-25T04:19:54.220Z+ printf ' * toolchain profile = "%s"
202025-01-25T04:19:54.220Z * toolchain channel = "1.84.0"
212025-01-25T04:19:54.220Z' default
222025-01-25T04:19:54.220Z * toolchain profile = "default"
232025-01-25T04:19:54.223Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-25T04:19:54.223Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-25T04:19:54.337Zinfo: downloading installer
262025-01-25T04:19:55.910Zinfo: profile set to 'default'
272025-01-25T04:19:55.910Zinfo: default host triple is x86_64-unknown-illumos
282025-01-25T04:19:55.910Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-25T04:19:56.066Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-25T04:19:56.066Zinfo: downloading component 'cargo'
312025-01-25T04:19:56.956Zinfo: downloading component 'clippy'
322025-01-25T04:19:57.318Zinfo: downloading component 'rust-docs'
332025-01-25T04:19:58.521Zinfo: downloading component 'rust-std'
342025-01-25T04:20:00.316Zinfo: downloading component 'rustc'
352025-01-25T04:20:07.287Zinfo: downloading component 'rustfmt'
362025-01-25T04:20:07.477Zinfo: installing component 'cargo'
372025-01-25T04:20:08.401Zinfo: installing component 'clippy'
382025-01-25T04:20:08.689Zinfo: installing component 'rust-docs'
392025-01-25T04:20:10.355Zinfo: installing component 'rust-std'
402025-01-25T04:20:12.078Zinfo: installing component 'rustc'
412025-01-25T04:20:18.149Zinfo: installing component 'rustfmt'
422025-01-25T04:20:18.482Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-25T04:20:18.483Z
442025-01-25T04:20:18.872Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-25T04:20:18.872Z
462025-01-25T04:20:18.875Z
472025-01-25T04:20:18.875ZRust is installed now. Great!
482025-01-25T04:20:18.875Z
492025-01-25T04:20:18.875ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-25T04:20:18.875Zenvironment variable. This has not been done automatically.
512025-01-25T04:20:18.875Z
522025-01-25T04:20:18.875ZTo configure your current shell, you need to source
532025-01-25T04:20:18.875Zthe corresponding env file under $HOME/.cargo.
542025-01-25T04:20:18.875Z
552025-01-25T04:20:18.875ZThis is usually done by running one of the following (note the leading DOT):
562025-01-25T04:20:18.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-25T04:20:18.875Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-25T04:20:18.951Z+ rustc --version
592025-01-25T04:20:19.018Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-25T04:20:19.021Zprocess exited: duration 24802 ms, exit code 0
 
612025-01-25T04:20:19.027Zstarting task 2: "authentication"
622025-01-25T04:20:19.048Zprocess exited: duration 20 ms, exit code 0
 
632025-01-25T04:20:19.053Zstarting task 3: "clone repository"
642025-01-25T04:20:19.058Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-25T04:20:19.061Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-25T04:20:19.099ZCloning into '/work/oxidecomputer/omicron'...
672025-01-25T04:20:27.018Z+ cd /work/oxidecomputer/omicron
682025-01-25T04:20:27.018Z+ git fetch origin 8ed6a86c798112e97cb4c37cf6f822043709073e
692025-01-25T04:20:27.317ZFrom https://github.com/oxidecomputer/omicron
702025-01-25T04:20:27.317Z * branch 8ed6a86c798112e97cb4c37cf6f822043709073e -> FETCH_HEAD
712025-01-25T04:20:27.328Z+ [[ -n renovate/async-trait-0.x ]]
722025-01-25T04:20:27.331Z++ git branch --show-current
732025-01-25T04:20:27.333Z+ current=main
742025-01-25T04:20:27.333Z+ [[ main != renovate/async-trait-0.x ]]
752025-01-25T04:20:27.333Z+ git branch -f renovate/async-trait-0.x 8ed6a86c798112e97cb4c37cf6f822043709073e
762025-01-25T04:20:27.336Z+ git checkout -f renovate/async-trait-0.x
772025-01-25T04:20:27.516ZSwitched to branch 'renovate/async-trait-0.x'
782025-01-25T04:20:27.519Z+ git reset --hard 8ed6a86c798112e97cb4c37cf6f822043709073e
792025-01-25T04:20:27.696ZHEAD is now at 8ed6a86c7 Update Rust crate async-trait to 0.1.85
802025-01-25T04:20:27.698Zprocess exited: duration 8641 ms, exit code 0
 
812025-01-25T04:20:27.706Zstarting task 4: "build"
822025-01-25T04:20:27.709Z+ source .github/buildomat/ci-env.sh
832025-01-25T04:20:27.712Z++ export CARGO_TERM_COLOR=always
842025-01-25T04:20:27.712Z++ CARGO_TERM_COLOR=always
852025-01-25T04:20:27.712Z+ cargo --version
862025-01-25T04:20:27.771Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-25T04:20:27.773Z+ rustc --version
882025-01-25T04:20:27.834Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-25T04:20:27.837Z+ source ./env.sh
902025-01-25T04:20:27.840Z++ OLD_SHELL_OPTS=ehxB
912025-01-25T04:20:27.840Z++ set -o xtrace
922025-01-25T04:20:27.842Z++++ dirname ./env.sh
932025-01-25T04:20:27.842Z+++ readlink -f .
942025-01-25T04:20:27.845Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-25T04:20:27.845Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-25T04:20:27.845Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-25T04:20:27.845Z++ 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
982025-01-25T04:20:27.845Z++ 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
992025-01-25T04:20:27.845Z++ 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
1002025-01-25T04:20:27.845Z++ 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
1012025-01-25T04:20:27.845Z++ 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
1022025-01-25T04:20:27.845Z++ 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
1032025-01-25T04:20:27.845Z++ case $OLD_SHELL_OPTS in
1042025-01-25T04:20:27.845Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-25T04:20:27.845Z+ 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
1062025-01-25T04:20:27.845Z+ 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
1072025-01-25T04:20:27.845Z+ banner prerequisites
1082025-01-25T04:20:27.849Z
1092025-01-25T04:20:27.849Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-25T04:20:27.849Z # # # # # # # # # # # # # # #
1112025-01-25T04:20:27.849Z # # # # ##### # # ##### # # # # # #### #
1122025-01-25T04:20:27.849Z ##### ##### # ##### # # # # # # # # #
1132025-01-25T04:20:27.849Z # # # # # # # # # # # # # # #
1142025-01-25T04:20:27.849Z # # # ###### # # ###### ### # #### # #### #
1152025-01-25T04:20:27.849Z
1162025-01-25T04:20:27.850Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-25T04:20:29.462Zpkg list: illegal option -- F
1182025-01-25T04:20:29.462ZUsage:
1192025-01-25T04:20:29.464Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-25T04:20:29.464Z [pkg_fmri_pattern ...]
1212025-01-25T04:20:30.321Zpkg list: illegal option -- F
1222025-01-25T04:20:30.321ZUsage:
1232025-01-25T04:20:30.324Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-25T04:20:30.324Z [pkg_fmri_pattern ...]
1252025-01-25T04:20:37.784Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-25T04:20:41.847Z Startup: Caching catalogs ... Done
1272025-01-25T04:20:53.273ZPlanning: Solver setup ... Done (10.615s)
1282025-01-25T04:20:53.429ZPlanning: Running solver ... Done (0.149s)
1292025-01-25T04:20:53.531ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-25T04:20:53.544ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-25T04:20:53.782ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-25T04:20:53.892ZPlanning: Package planning ... Done (0.112s)
1332025-01-25T04:20:53.948ZPlanning: Merging actions ... Done (0.056s)
1342025-01-25T04:20:54.145ZPlanning: Checking for conflicting actions ... Done (0.196s)
1352025-01-25T04:20:56.217ZPlanning: Consolidating action changes ... Done (2.071s)
1362025-01-25T04:20:56.654ZPlanning: Evaluating mediators ... Done (0.437s)
1372025-01-25T04:20:56.737ZPlanning: Planning completed in 14.79 seconds
1382025-01-25T04:20:56.753Z Packages to install: 4
1392025-01-25T04:20:56.753Z Packages to update: 3
1402025-01-25T04:20:56.756Z Mediators to change: 2
1412025-01-25T04:20:56.756Z Services to change: 1
1422025-01-25T04:20:56.756Z Estimated space available: 155.61 GB
1432025-01-25T04:20:56.756ZEstimated space to be consumed: 1.64 GB
1442025-01-25T04:20:56.756Z Create boot environment: No
1452025-01-25T04:20:56.756ZCreate backup boot environment: Yes
1462025-01-25T04:20:56.756Z Rebuild boot archive: No
1472025-01-25T04:20:56.756Z
1482025-01-25T04:20:56.756ZChanged mediators:
1492025-01-25T04:20:56.756Z mediator clang:
1502025-01-25T04:20:56.756Z version: None -> 15 (system default)
1512025-01-25T04:20:56.756Z
1522025-01-25T04:20:56.756Z mediator llvm:
1532025-01-25T04:20:56.756Z version: 14 (system default) -> 15 (system default)
1542025-01-25T04:20:56.756Z
1552025-01-25T04:20:56.756ZChanged packages:
1562025-01-25T04:20:56.756Zhelios-dev
1572025-01-25T04:20:56.756Z developer/build-essential
1582025-01-25T04:20:56.756Z None -> 11-2.0
1592025-01-25T04:20:56.756Z library/libxmlsec1
1602025-01-25T04:20:56.756Z None -> 1.2.35-2.0
1612025-01-25T04:20:56.756Z ooce/developer/clang-15
1622025-01-25T04:20:56.756Z None -> 15.0.7-2.0
1632025-01-25T04:20:56.756Z ooce/developer/llvm-15
1642025-01-25T04:20:56.756Z None -> 15.0.7-2.0
1652025-01-25T04:20:56.757Z package/pkg
1662025-01-25T04:20:56.757Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-25T04:20:56.757Z system/library/g++-runtime
1682025-01-25T04:20:56.757Z 13-2.0 -> 14-2.0
1692025-01-25T04:20:56.757Z system/library/gcc-runtime
1702025-01-25T04:20:56.757Z 13-2.0 -> 14-2.0
1712025-01-25T04:20:56.757Z
1722025-01-25T04:20:56.757ZServices:
1732025-01-25T04:20:56.757Z restart_fmri:
1742025-01-25T04:20:56.757Z svc:/system/update-man-index:default
1752025-01-25T04:20:56.757Z
1762025-01-25T04:20:56.757ZEditable files to change:
1772025-01-25T04:20:56.757Z Update:
1782025-01-25T04:20:56.757Z usr/share/lib/pkg/web/config.shtml
1792025-01-25T04:20:56.836Z
1802025-01-25T04:20:56.836ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-25T04:21:01.838ZDownload: 1069/4301 items 19.6/225.4MB 8% complete (4.0M/s)
1822025-01-25T04:21:08.354ZDownload: 1196/4301 items 83.2/225.4MB 36% complete (10.9M/s)
1832025-01-25T04:21:13.358ZDownload: 1587/4301 items 117.6/225.4MB 52% complete (4.8M/s)
1842025-01-25T04:21:18.373ZDownload: 2072/4301 items 118.8/225.4MB 52% complete (3.7M/s)
1852025-01-25T04:21:23.376ZDownload: 2416/4301 items 120.1/225.4MB 53% complete (248k/s)
1862025-01-25T04:21:28.386ZDownload: 3174/4301 items 156.2/225.4MB 69% complete (3.7M/s)
1872025-01-25T04:21:33.508ZDownload: 3281/4301 items 209.8/225.4MB 93% complete (8.9M/s)
1882025-01-25T04:21:38.499ZDownload: 3977/4301 items 219.1/225.4MB 97% complete (6.7M/s)
1892025-01-25T04:21:51.850ZDownload: 4207/4301 items 220.6/225.4MB 97% complete
1902025-01-25T04:22:01.648ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
1912025-01-25T04:22:08.654ZDownload: 4293/4301 items 224.3/225.4MB 99% complete (3.3M/s)
1922025-01-25T04:22:15.058ZDownload: 4295/4301 items 224.4/225.4MB 99% complete
1932025-01-25T04:22:27.888ZDownload: 4298/4301 items 225.3/225.4MB 99% complete
1942025-01-25T04:22:28.303ZDownload: Completed 225.42 MB in 91.45 seconds (2.5M/s)
1952025-01-25T04:22:30.469Z Actions: 1/5122 actions (Removing old actions)
1962025-01-25T04:22:30.491Z Actions: 194/5122 actions (Installing new actions)
1972025-01-25T04:22:35.201Z Actions: 4267/5122 actions (Updating modified actions)
1982025-01-25T04:22:35.547Z Actions: Completed 5122 actions in 5.08 seconds.
1992025-01-25T04:22:35.961Z Done (0.406s)
2002025-01-25T04:22:35.968Z Done (0.001s)
2012025-01-25T04:22:36.555Z Done (0.589s)
2022025-01-25T04:22:41.036Z Done (4.254s)
2032025-01-25T04:22:41.147Z Done (0.018s)
2042025-01-25T04:22:41.158Z Done (0.000s)
2052025-01-25T04:22:41.314Z Done (0.000s)
2062025-01-25T04:22:42.089ZPlanning: Evaluating mediator changes ... Done
2072025-01-25T04:22:42.174ZPlanning: Checking for conflicting actions ... Done
2082025-01-25T04:22:42.177ZPlanning: Consolidating action changes ... Done
2092025-01-25T04:22:42.443ZPlanning: Evaluating mediators ... Done
2102025-01-25T04:22:42.448ZPlanning: Planning completed in 0.44 seconds
2112025-01-25T04:22:42.496Z Mediators to change: 2
2122025-01-25T04:22:42.531Z Create boot environment: No
2132025-01-25T04:22:42.532ZCreate backup boot environment: No
2142025-01-25T04:22:42.612Z Done
2152025-01-25T04:22:42.612Z Done
2162025-01-25T04:22:42.948Z Done
2172025-01-25T04:22:46.652Z Done
2182025-01-25T04:22:46.731Z Done
2192025-01-25T04:22:46.742Z Done
2202025-01-25T04:22:47.040Z Done
2212025-01-25T04:22:47.464ZPlanning: Evaluating mediator changes ... Done
2222025-01-25T04:22:47.478ZPlanning: Merging actions ... Done
2232025-01-25T04:22:47.669ZPlanning: Checking for conflicting actions ... Done
2242025-01-25T04:22:47.705ZPlanning: Consolidating action changes ... Done
2252025-01-25T04:22:47.935ZPlanning: Evaluating mediators ... Done
2262025-01-25T04:22:47.992ZPlanning: Planning completed in 0.77 seconds
2272025-01-25T04:22:48.048Z Packages to change: 1
2282025-01-25T04:22:48.048Z Mediators to change: 1
2292025-01-25T04:22:48.249Z Services to change: 1
2302025-01-25T04:22:48.249Z Create boot environment: No
2312025-01-25T04:22:48.249ZCreate backup boot environment: Yes
2322025-01-25T04:22:50.362Z Actions: 1/6 actions (Updating modified actions)
2332025-01-25T04:22:50.367Z Actions: Completed 6 actions in 0.00 seconds.
2342025-01-25T04:22:50.367Z Done
2352025-01-25T04:22:50.367Z Done
2362025-01-25T04:22:50.481Z Done
2372025-01-25T04:22:54.122Z Done
2382025-01-25T04:22:54.210Z Done
2392025-01-25T04:22:54.214Z Done
2402025-01-25T04:22:54.350Z Done
2412025-01-25T04:22:54.786ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422025-01-25T04:22:54.786Zclang system 15 system
2432025-01-25T04:22:54.786Zcsh system system illumos
2442025-01-25T04:22:54.787Zctags system system illumos
2452025-01-25T04:22:54.787Zgcc vendor 12 vendor
2462025-01-25T04:22:54.787Zgcc system 10 system
2472025-01-25T04:22:54.787Zgcc system 7 system
2482025-01-25T04:22:54.787Zgo system 1.20 system
2492025-01-25T04:22:54.787Zgo system 1.19 system
2502025-01-25T04:22:54.787Zllvm system 15 system
2512025-01-25T04:22:54.787Zllvm system 14 system
2522025-01-25T04:22:54.787Zmariadb system 10.6 system
2532025-01-25T04:22:54.787Zmta vendor vendor dma
2542025-01-25T04:22:54.787Zopenjdk system 17 system
2552025-01-25T04:22:54.787Zopenjdk system 11 system
2562025-01-25T04:22:54.787Zopenjdk system 1.8 system
2572025-01-25T04:22:54.787Zopenssl vendor 3 vendor
2582025-01-25T04:22:54.788Zperl system 5.36 system
2592025-01-25T04:22:54.788Zpostgresql system 15 system
2602025-01-25T04:22:54.788Zpostgresql system 13 system
2612025-01-25T04:22:54.788Zpython vendor 3 vendor
2622025-01-25T04:22:54.788Zpython system 2 system
2632025-01-25T04:22:54.788Zpython3 system 3.11 system
2642025-01-25T04:22:54.788Zruby system 3.0 system
2652025-01-25T04:22:54.788Zwords vendor vendor american-english
2662025-01-25T04:22:54.788Zwords system system australian-english
2672025-01-25T04:22:54.788Zwords system system british-english
2682025-01-25T04:22:54.788Zwords system system canadian-english
2692025-01-25T04:22:54.788Zwords system system french
2702025-01-25T04:22:54.788Zwords system system italian
2712025-01-25T04:22:54.788Zwords system system ngerman
2722025-01-25T04:22:54.788Zwords system system ogerman
2732025-01-25T04:22:54.788Zwords system system spanish
2742025-01-25T04:22:55.124ZPUBLISHER TYPE STATUS P LOCATION
2752025-01-25T04:22:55.124Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2762025-01-25T04:22:57.952ZFMRI IFO
2772025-01-25T04:22:57.952Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2782025-01-25T04:22:57.952Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2792025-01-25T04:22:57.952Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2802025-01-25T04:22:57.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2812025-01-25T04:22:57.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2822025-01-25T04:22:57.953Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2832025-01-25T04:22:57.954Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2842025-01-25T04:22:57.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2852025-01-25T04:22:57.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2862025-01-25T04:22:57.954Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2872025-01-25T04:22:57.954Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2882025-01-25T04:22:57.954Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2892025-01-25T04:22:57.954Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2902025-01-25T04:22:57.954Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2912025-01-25T04:22:57.954Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2922025-01-25T04:22:58.719Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2932025-01-25T04:22:59.054Z Updating crates.io index
2942025-01-25T04:22:59.116Z Updating git repository `https://github.com/oxidecomputer/diffus`
2952025-01-25T04:22:59.453Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962025-01-25T04:22:59.978Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2972025-01-25T04:23:00.316Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982025-01-25T04:23:00.508Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2992025-01-25T04:23:00.945Z Updating git repository `https://github.com/oxidecomputer/propolis`
3002025-01-25T04:23:01.704Z Updating git repository `https://github.com/oxidecomputer/crucible`
3012025-01-25T04:23:03.345Z Updating git repository `https://github.com/oxidecomputer/opte`
3022025-01-25T04:23:03.996Z Updating git repository `https://github.com/oxidecomputer/falcon`
3032025-01-25T04:23:04.870Z Updating git repository `https://github.com/oxidecomputer/clickward`
3042025-01-25T04:23:05.122Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3052025-01-25T04:23:05.439Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062025-01-25T04:23:06.039Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3072025-01-25T04:23:06.383Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082025-01-25T04:23:06.728Z Updating git repository `https://github.com/oxidecomputer/tofino`
3092025-01-25T04:23:06.975Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3102025-01-25T04:23:07.234Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3112025-01-25T04:23:07.509Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3122025-01-25T04:23:07.825Z Updating git repository `https://github.com/oxidecomputer/lldp`
3132025-01-25T04:23:08.228Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-01-25T04:23:08.536Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152025-01-25T04:23:08.918Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162025-01-25T04:23:09.217Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3172025-01-25T04:23:09.513Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3182025-01-25T04:23:10.175Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192025-01-25T04:23:10.269Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202025-01-25T04:23:10.607Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3212025-01-25T04:23:11.006Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3222025-01-25T04:23:11.474Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232025-01-25T04:23:11.600Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242025-01-25T04:23:12.051Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252025-01-25T04:23:13.496Z Downloading crates ...
3262025-01-25T04:23:13.669Z Downloaded anstyle-query v1.1.1
3272025-01-25T04:23:13.669Z Downloaded cargo_metadata v0.18.1
3282025-01-25T04:23:13.669Z Downloaded bitflags v2.6.0
3292025-01-25T04:23:13.670Z Downloaded colorchoice v1.0.2
3302025-01-25T04:23:13.670Z Downloaded anstyle-parse v0.2.5
3312025-01-25T04:23:13.670Z Downloaded dtrace-parser v0.2.0
3322025-01-25T04:23:13.670Z Downloaded usdt-attr-macro v0.5.0
3332025-01-25T04:23:13.670Z Downloaded scroll_derive v0.12.0
3342025-01-25T04:23:13.670Z Downloaded swrite v0.1.0
3352025-01-25T04:23:13.670Z Downloaded pretty-hex v0.4.1
3362025-01-25T04:23:13.670Z Downloaded usdt-macro v0.5.0
3372025-01-25T04:23:13.670Z Downloaded equivalent v1.0.1
3382025-01-25T04:23:13.670Z Downloaded byteorder v1.5.0
3392025-01-25T04:23:13.993Z Downloaded serde_spanned v0.6.8
3402025-01-25T04:23:13.993Z Downloaded toml_datetime v0.6.8
3412025-01-25T04:23:13.994Z Downloaded thread-id v4.2.2
3422025-01-25T04:23:13.994Z Downloaded terminal_size v0.4.0
3432025-01-25T04:23:13.994Z Downloaded proc-macro-error-attr v1.0.4
3442025-01-25T04:23:13.994Z Downloaded memmap v0.7.0
3452025-01-25T04:23:13.994Z Downloaded strsim v0.11.1
3462025-01-25T04:23:13.994Z Downloaded plain v0.2.3
3472025-01-25T04:23:13.994Z Downloaded itoa v1.0.11
3482025-01-25T04:23:13.995Z Downloaded heck v0.5.0
3492025-01-25T04:23:13.995Z Downloaded digest v0.10.7
3502025-01-25T04:23:13.995Z Downloaded cargo-platform v0.1.8
3512025-01-25T04:23:13.995Z Downloaded smawk v0.3.2
3522025-01-25T04:23:13.995Z Downloaded is_terminal_polyfill v1.70.1
3532025-01-25T04:23:13.995Z Downloaded macaddr v1.0.1
3542025-01-25T04:23:13.996Z Downloaded cfg-if v1.0.0
3552025-01-25T04:23:13.996Z Downloaded generic-array v0.14.7
3562025-01-25T04:23:13.996Z Downloaded crypto-common v0.1.6
3572025-01-25T04:23:13.996Z Downloaded unicode-linebreak v0.1.5
3582025-01-25T04:23:13.996Z Downloaded thiserror-impl v1.0.69
3592025-01-25T04:23:13.997Z Downloaded fs-err v2.11.0
3602025-01-25T04:23:13.997Z Downloaded bytecount v0.6.8
3612025-01-25T04:23:13.997Z Downloaded tabled_derive v0.7.0
3622025-01-25T04:23:13.997Z Downloaded fnv v1.0.7
3632025-01-25T04:23:13.997Z Downloaded cpufeatures v0.2.14
3642025-01-25T04:23:13.997Z Downloaded version_check v0.9.5
3652025-01-25T04:23:13.997Z Downloaded serde_tokenstream v0.2.2
3662025-01-25T04:23:13.997Z Downloaded fastrand v2.1.1
3672025-01-25T04:23:13.998Z Downloaded dof v0.3.0
3682025-01-25T04:23:13.998Z Downloaded camino v1.1.9
3692025-01-25T04:23:13.998Z Downloaded clap_lex v0.7.2
3702025-01-25T04:23:13.998Z Downloaded pest_generator v2.7.14
3712025-01-25T04:23:13.998Z Downloaded sha2 v0.10.8
3722025-01-25T04:23:13.998Z Downloaded heck v0.4.1
3732025-01-25T04:23:13.998Z Downloaded cargo_toml v0.20.5
3742025-01-25T04:23:13.998Z Downloaded quote v1.0.38
3752025-01-25T04:23:13.998Z Downloaded usdt-impl v0.5.0
3762025-01-25T04:23:13.999Z Downloaded zerocopy-derive v0.7.35
3772025-01-25T04:23:13.999Z Downloaded camino-tempfile v1.1.1
3782025-01-25T04:23:13.999Z Downloaded autocfg v1.4.0
3792025-01-25T04:23:13.999Z Downloaded scroll v0.12.0
3802025-01-25T04:23:13.999Z Downloaded usdt v0.5.0
3812025-01-25T04:23:13.999Z Downloaded pest_meta v2.7.14
3822025-01-25T04:23:13.999Z Downloaded pest_derive v2.7.14
3832025-01-25T04:23:13.999Z Downloaded clap_derive v4.5.18
3842025-01-25T04:23:13.999Z Downloaded errno v0.3.9
3852025-01-25T04:23:13.999Z Downloaded tempfile v3.13.0
3862025-01-25T04:23:13.999Z Downloaded utf8parse v0.2.2
3872025-01-25T04:23:13.999Z Downloaded typenum v1.17.0
3882025-01-25T04:23:13.999Z Downloaded proc-macro-error v1.0.4
3892025-01-25T04:23:14.000Z Downloaded ucd-trie v0.1.7
3902025-01-25T04:23:14.000Z Downloaded ryu v1.0.18
3912025-01-25T04:23:14.000Z Downloaded anstream v0.6.15
3922025-01-25T04:23:14.000Z Downloaded toml v0.8.19
3932025-01-25T04:23:14.000Z Downloaded unicode-ident v1.0.14
3942025-01-25T04:23:14.000Z Downloaded semver v1.0.24
3952025-01-25T04:23:14.000Z Downloaded papergrid v0.11.0
3962025-01-25T04:23:14.000Z Downloaded thiserror v1.0.69
3972025-01-25T04:23:14.000Z Downloaded clap v4.5.21
3982025-01-25T04:23:14.000Z Downloaded serde_derive v1.0.217
3992025-01-25T04:23:14.001Z Downloaded proc-macro2 v1.0.92
4002025-01-25T04:23:14.001Z Downloaded anyhow v1.0.95
4012025-01-25T04:23:14.001Z Downloaded anstyle v1.0.10
4022025-01-25T04:23:14.001Z Downloaded textwrap v0.16.1
4032025-01-25T04:23:14.001Z Downloaded serde v1.0.217
4042025-01-25T04:23:14.001Z Downloaded block-buffer v0.10.4
4052025-01-25T04:23:14.001Z Downloaded log v0.4.22
4062025-01-25T04:23:14.001Z Downloaded once_cell v1.20.2
4072025-01-25T04:23:14.121Z Downloaded memchr v2.7.4
4082025-01-25T04:23:14.122Z Downloaded indexmap v2.7.0
4092025-01-25T04:23:14.122Z Downloaded toml_edit v0.22.22
4102025-01-25T04:23:14.122Z Downloaded hashbrown v0.15.1
4112025-01-25T04:23:14.122Z Downloaded pest v2.7.14
4122025-01-25T04:23:14.122Z Downloaded serde_json v1.0.135
4132025-01-25T04:23:14.122Z Downloaded zerocopy v0.7.35
4142025-01-25T04:23:14.122Z Downloaded winnow v0.6.20
4152025-01-25T04:23:14.122Z Downloaded clap_builder v4.5.21
4162025-01-25T04:23:14.122Z Downloaded tabled v0.15.0
4172025-01-25T04:23:14.122Z Downloaded syn v1.0.109
4182025-01-25T04:23:14.122Z Downloaded goblin v0.8.2
4192025-01-25T04:23:14.122Z Downloaded unicode-width v0.1.14
4202025-01-25T04:23:14.122Z Downloaded syn v2.0.96
4212025-01-25T04:23:14.122Z Downloaded rustix v0.38.37
4222025-01-25T04:23:14.122Z Downloaded libc v0.2.169
4232025-01-25T04:23:14.242Z Compiling proc-macro2 v1.0.92
4242025-01-25T04:23:14.242Z Compiling unicode-ident v1.0.14
4252025-01-25T04:23:14.277Z Compiling version_check v0.9.5
4262025-01-25T04:23:14.278Z Compiling serde v1.0.217
4272025-01-25T04:23:14.278Z Compiling memchr v2.7.4
4282025-01-25T04:23:14.278Z Compiling thiserror v1.0.69
4292025-01-25T04:23:14.278Z Compiling libc v0.2.169
4302025-01-25T04:23:14.278Z Compiling ryu v1.0.18
4312025-01-25T04:23:14.573Z Compiling ucd-trie v0.1.7
4322025-01-25T04:23:14.760Z Compiling itoa v1.0.11
4332025-01-25T04:23:15.008Z Compiling once_cell v1.20.2
4342025-01-25T04:23:15.031Z Compiling byteorder v1.5.0
4352025-01-25T04:23:15.209Z Compiling serde_json v1.0.135
4362025-01-25T04:23:15.223Z Compiling rustix v0.38.37
4372025-01-25T04:23:15.475Z Compiling bitflags v2.6.0
4382025-01-25T04:23:15.503Z Compiling proc-macro-error-attr v1.0.4
4392025-01-25T04:23:15.816Z Compiling usdt-impl v0.5.0
4402025-01-25T04:23:15.844Z Compiling syn v1.0.109
4412025-01-25T04:23:15.927Z Compiling proc-macro-error v1.0.4
4422025-01-25T04:23:15.953Z Compiling log v0.4.22
4432025-01-25T04:23:16.005Z Compiling quote v1.0.38
4442025-01-25T04:23:16.327Z Compiling equivalent v1.0.1
4452025-01-25T04:23:16.337Z Compiling errno v0.3.9
4462025-01-25T04:23:16.337Z Compiling hashbrown v0.15.1
4472025-01-25T04:23:16.362Z Compiling syn v2.0.96
4482025-01-25T04:23:16.463Z Compiling utf8parse v0.2.2
4492025-01-25T04:23:16.544Z Compiling camino v1.1.9
4502025-01-25T04:23:16.622Z Compiling plain v0.2.3
4512025-01-25T04:23:16.631Z Compiling anstyle-parse v0.2.5
4522025-01-25T04:23:16.755Z Compiling thread-id v4.2.2
4532025-01-25T04:23:17.036Z Compiling semver v1.0.24
4542025-01-25T04:23:17.181Z Compiling anstyle-query v1.1.1
4552025-01-25T04:23:17.304Z Compiling indexmap v2.7.0
4562025-01-25T04:23:17.343Z Compiling anstyle v1.0.10
4572025-01-25T04:23:17.383Z Compiling unicode-width v0.1.14
4582025-01-25T04:23:17.584Z Compiling pretty-hex v0.4.1
4592025-01-25T04:23:17.596Z Compiling colorchoice v1.0.2
4602025-01-25T04:23:17.700Z Compiling winnow v0.6.20
4612025-01-25T04:23:17.735Z Compiling autocfg v1.4.0
4622025-01-25T04:23:17.799Z Compiling is_terminal_polyfill v1.70.1
4632025-01-25T04:23:17.941Z Compiling anstream v0.6.15
4642025-01-25T04:23:18.314Z Compiling cfg-if v1.0.0
4652025-01-25T04:23:18.450Z Compiling terminal_size v0.4.0
4662025-01-25T04:23:18.804Z Compiling fastrand v2.1.1
4672025-01-25T04:23:18.817Z Compiling strsim v0.11.1
4682025-01-25T04:23:18.817Z Compiling fnv v1.0.7
4692025-01-25T04:23:18.817Z Compiling fs-err v2.11.0
4702025-01-25T04:23:18.817Z Compiling heck v0.5.0
4712025-01-25T04:23:19.060Z Compiling heck v0.4.1
4722025-01-25T04:23:19.184Z Compiling anyhow v1.0.95
4732025-01-25T04:23:19.312Z Compiling bytecount v0.6.8
4742025-01-25T04:23:19.391Z Compiling clap_lex v0.7.2
4752025-01-25T04:23:19.443Z Compiling tempfile v3.13.0
4762025-01-25T04:23:19.556Z Compiling papergrid v0.11.0
4772025-01-25T04:23:19.808Z Compiling clap_builder v4.5.21
4782025-01-25T04:23:20.063Z Compiling memmap v0.7.0
4792025-01-25T04:23:20.150Z Compiling unicode-linebreak v0.1.5
4802025-01-25T04:23:20.215Z Compiling smawk v0.3.2
4812025-01-25T04:23:20.641Z Compiling textwrap v0.16.1
4822025-01-25T04:23:20.959Z Compiling swrite v0.1.0
4832025-01-25T04:23:21.647Z Compiling tabled_derive v0.7.0
4842025-01-25T04:23:23.037Z Compiling serde_derive v1.0.217
4852025-01-25T04:23:23.037Z Compiling thiserror-impl v1.0.69
4862025-01-25T04:23:23.041Z Compiling zerocopy-derive v0.7.35
4872025-01-25T04:23:23.041Z Compiling scroll_derive v0.12.0
4882025-01-25T04:23:23.041Z Compiling clap_derive v4.5.18
4892025-01-25T04:23:23.222Z Compiling tabled v0.15.0
4902025-01-25T04:23:24.439Z Compiling scroll v0.12.0
4912025-01-25T04:23:24.925Z Compiling goblin v0.8.2
4922025-01-25T04:23:25.013Z Compiling zerocopy v0.7.35
4932025-01-25T04:23:25.876Z Compiling pest v2.7.14
4942025-01-25T04:23:26.824Z Compiling clap v4.5.21
4952025-01-25T04:23:28.152Z Compiling pest_meta v2.7.14
4962025-01-25T04:23:29.013Z Compiling pest_generator v2.7.14
4972025-01-25T04:23:30.460Z Compiling pest_derive v2.7.14
4982025-01-25T04:23:31.056Z Compiling dtrace-parser v0.2.0
4992025-01-25T04:23:31.741Z Compiling toml_datetime v0.6.8
5002025-01-25T04:23:31.767Z Compiling serde_spanned v0.6.8
5012025-01-25T04:23:31.795Z Compiling serde_tokenstream v0.2.2
5022025-01-25T04:23:31.936Z Compiling cargo-platform v0.1.8
5032025-01-25T04:23:31.993Z Compiling macaddr v1.0.1
5042025-01-25T04:23:32.219Z Compiling toml_edit v0.22.22
5052025-01-25T04:23:32.423Z Compiling camino-tempfile v1.1.1
5062025-01-25T04:23:33.173Z Compiling dof v0.3.0
5072025-01-25T04:23:33.178Z Compiling cargo_metadata v0.18.1
5082025-01-25T04:23:34.387Z Compiling usdt-attr-macro v0.5.0
5092025-01-25T04:23:34.387Z Compiling usdt-macro v0.5.0
5102025-01-25T04:23:34.923Z Compiling toml v0.8.19
5112025-01-25T04:23:35.490Z Compiling usdt v0.5.0
5122025-01-25T04:23:35.648Z Compiling cargo_toml v0.20.5
5132025-01-25T04:23:38.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5142025-01-25T04:23:41.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.98s
5152025-01-25T04:23:41.751Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5162025-01-25T04:23:42.279Z Downloading crates ...
5172025-01-25T04:23:42.400Z Downloaded async-recursion v1.1.1
5182025-01-25T04:23:42.410Z Downloaded const_format v0.2.33
5192025-01-25T04:23:42.417Z Downloaded bitflags v1.3.2
5202025-01-25T04:23:42.427Z Downloaded crucible-workspace-hack v0.1.0
5212025-01-25T04:23:42.430Z Downloaded ciborium-io v0.2.2
5222025-01-25T04:23:42.430Z Downloaded cfg_aliases v0.1.1
5232025-01-25T04:23:42.430Z Downloaded atty v0.2.14
5242025-01-25T04:23:42.433Z Downloaded async-stream-impl v0.3.6
5252025-01-25T04:23:42.433Z Downloaded bit-set v0.5.3
5262025-01-25T04:23:42.440Z Downloaded hickory-resolver v0.24.2
5272025-01-25T04:23:42.445Z Downloaded cstr-argument v0.1.2
5282025-01-25T04:23:42.447Z Downloaded cfg_aliases v0.2.1
5292025-01-25T04:23:42.452Z Downloaded atomicwrites v0.4.4
5302025-01-25T04:23:42.453Z Downloaded http-body v1.0.1
5312025-01-25T04:23:42.460Z Downloaded http-range v0.1.5
5322025-01-25T04:23:42.460Z Downloaded hubpack_derive v0.1.1
5332025-01-25T04:23:42.460Z Downloaded convert_case v0.4.0
5342025-01-25T04:23:42.548Z Downloaded crunchy v0.2.2
5352025-01-25T04:23:42.557Z Downloaded ascii-canvas v3.0.0
5362025-01-25T04:23:42.557Z Downloaded crossbeam-deque v0.8.5
5372025-01-25T04:23:42.557Z Downloaded async-stream v0.3.6
5382025-01-25T04:23:42.557Z Downloaded bitfield v0.14.0
5392025-01-25T04:23:42.557Z Downloaded mirai-annotations v1.12.0
5402025-01-25T04:23:42.558Z Downloaded bit-vec v0.6.3
5412025-01-25T04:23:42.558Z Downloaded new_debug_unreachable v1.0.6
5422025-01-25T04:23:42.558Z Downloaded md5 v0.7.0
5432025-01-25T04:23:42.558Z Downloaded bitfield-struct v0.6.2
5442025-01-25T04:23:42.558Z Downloaded ident_case v1.0.1
5452025-01-25T04:23:42.558Z Downloaded array-init v0.0.4
5462025-01-25T04:23:42.558Z Downloaded const_format_proc_macros v0.2.33
5472025-01-25T04:23:42.558Z Downloaded buf-list v1.0.3
5482025-01-25T04:23:42.558Z Downloaded match_cfg v0.1.0
5492025-01-25T04:23:42.558Z Downloaded instant v0.1.13
5502025-01-25T04:23:42.558Z Downloaded ctr v0.9.2
5512025-01-25T04:23:42.558Z Downloaded crc-catalog v2.4.0
5522025-01-25T04:23:42.558Z Downloaded constant_time_eq v0.3.1
5532025-01-25T04:23:42.558Z Downloaded ciborium-ll v0.2.2
5542025-01-25T04:23:42.558Z Downloaded mime v0.3.17
5552025-01-25T04:23:42.558Z Downloaded block-padding v0.3.3
5562025-01-25T04:23:42.558Z Downloaded bb8 v0.8.5
5572025-01-25T04:23:42.558Z Downloaded humantime v2.1.0
5582025-01-25T04:23:42.558Z Downloaded cexpr v0.6.0
5592025-01-25T04:23:42.558Z Downloaded assert_matches v1.5.0
5602025-01-25T04:23:42.558Z Downloaded curve25519-dalek-derive v0.1.1
5612025-01-25T04:23:42.558Z Downloaded http-body-util v0.1.2
5622025-01-25T04:23:42.558Z Downloaded bcrypt-pbkdf v0.10.0
5632025-01-25T04:23:42.558Z Downloaded hostname v0.3.1
5642025-01-25T04:23:42.558Z Downloaded crc v3.2.1
5652025-01-25T04:23:42.558Z Downloaded adler2 v2.0.0
5662025-01-25T04:23:42.558Z Downloaded hyper-tls v0.6.0
5672025-01-25T04:23:42.558Z Downloaded instability v0.3.2
5682025-01-25T04:23:42.559Z Downloaded chrono-tz-build v0.4.0
5692025-01-25T04:23:42.559Z Downloaded managed v0.8.0
5702025-01-25T04:23:42.559Z Downloaded hubpack v0.1.2
5712025-01-25T04:23:42.559Z Downloaded hmac v0.12.1
5722025-01-25T04:23:42.559Z Downloaded cassowary v0.3.0
5732025-01-25T04:23:42.559Z Downloaded ciborium v0.2.2
5742025-01-25T04:23:42.559Z Downloaded lalrpop-util v0.19.12
5752025-01-25T04:23:42.559Z Downloaded inout v0.1.3
5762025-01-25T04:23:42.559Z Downloaded indent_write v2.2.0
5772025-01-25T04:23:42.559Z Downloaded icu_provider_macros v1.5.0
5782025-01-25T04:23:42.559Z Downloaded cipher v0.4.4
5792025-01-25T04:23:42.559Z Downloaded multimap v0.10.0
5802025-01-25T04:23:42.559Z Downloaded lru-cache v0.1.2
5812025-01-25T04:23:42.559Z Downloaded bzip2 v0.4.4
5822025-01-25T04:23:42.559Z Downloaded kstat-rs v0.2.4
5832025-01-25T04:23:42.559Z Downloaded quick-error v1.2.3
5842025-01-25T04:23:42.559Z Downloaded libsw v3.3.1
5852025-01-25T04:23:42.559Z Downloaded console v0.15.8
5862025-01-25T04:23:42.563Z Downloaded lazy_static v1.5.0
5872025-01-25T04:23:42.564Z Downloaded cookie_store v0.21.1
5882025-01-25T04:23:42.564Z Downloaded indoc v1.0.9
5892025-01-25T04:23:42.564Z Downloaded backoff v0.4.0
5902025-01-25T04:23:42.564Z Downloaded memoffset v0.9.1
5912025-01-25T04:23:42.564Z Downloaded lazycell v1.3.0
5922025-01-25T04:23:42.567Z Downloaded is-terminal v0.4.13
5932025-01-25T04:23:42.567Z Downloaded maplit v1.0.2
5942025-01-25T04:23:42.567Z Downloaded colored v2.1.0
5952025-01-25T04:23:42.569Z Downloaded lru v0.12.5
5962025-01-25T04:23:42.569Z Downloaded lockfree-object-pool v0.1.6
5972025-01-25T04:23:42.572Z Downloaded is_ci v1.2.0
5982025-01-25T04:23:42.575Z Downloaded async-trait v0.1.85
5992025-01-25T04:23:42.578Z Downloaded iana-time-zone v0.1.61
6002025-01-25T04:23:42.581Z Downloaded hickory-client v0.24.2
6012025-01-25T04:23:42.583Z Downloaded sync_wrapper v1.0.1
6022025-01-25T04:23:42.586Z Downloaded hyper-staticfile v0.10.1
6032025-01-25T04:23:42.586Z Downloaded ipnet v2.10.1
6042025-01-25T04:23:42.589Z Downloaded zone_cfg_derive v0.3.0
6052025-01-25T04:23:42.589Z Downloaded linear-map v1.2.0
6062025-01-25T04:23:42.594Z Downloaded sync-ptr v0.1.1
6072025-01-25T04:23:42.594Z Downloaded rand_chacha v0.3.1
6082025-01-25T04:23:42.597Z Downloaded radium v0.7.0
6092025-01-25T04:23:42.597Z Downloaded highway v1.2.0
6102025-01-25T04:23:42.597Z Downloaded shell-words v1.1.0
6112025-01-25T04:23:42.601Z Downloaded rustc-hash v1.1.0
6122025-01-25T04:23:42.601Z Downloaded rand_core v0.6.4
6132025-01-25T04:23:42.604Z Downloaded md-5 v0.10.6
6142025-01-25T04:23:42.604Z Downloaded strum v0.26.3
6152025-01-25T04:23:42.604Z Downloaded crossbeam-epoch v0.9.18
6162025-01-25T04:23:42.606Z Downloaded castaway v0.2.3
6172025-01-25T04:23:42.610Z Downloaded blake2 v0.10.6
6182025-01-25T04:23:42.612Z Downloaded crc-any v2.5.0
6192025-01-25T04:23:42.612Z Downloaded zone_cfg_derive v0.1.2
6202025-01-25T04:23:42.615Z Downloaded multer v3.1.0
6212025-01-25T04:23:42.617Z Downloaded native-tls v0.2.12
6222025-01-25T04:23:42.620Z Downloaded float-ord v0.3.2
6232025-01-25T04:23:42.620Z Downloaded tokio-macros v2.5.0
6242025-01-25T04:23:42.624Z Downloaded slog-bunyan v2.5.0
6252025-01-25T04:23:42.624Z Downloaded signal-hook-tokio v0.3.1
6262025-01-25T04:23:42.624Z Downloaded signal-hook-registry v1.4.2
6272025-01-25T04:23:42.639Z Downloaded ahash v0.8.11
6282025-01-25T04:23:42.639Z Downloaded allocator-api2 v0.2.18
6292025-01-25T04:23:42.639Z Downloaded serde_urlencoded v0.7.1
6302025-01-25T04:23:42.639Z Downloaded num-conv v0.1.0
6312025-01-25T04:23:42.639Z Downloaded downcast v0.11.0
6322025-01-25T04:23:42.639Z Downloaded zerofrom v0.1.4
6332025-01-25T04:23:42.639Z Downloaded nanorand v0.7.0
6342025-01-25T04:23:42.642Z Downloaded maybe-uninit v2.0.0
6352025-01-25T04:23:42.642Z Downloaded tokio-native-tls v0.3.1
6362025-01-25T04:23:42.642Z Downloaded scheduled-thread-pool v0.2.7
6372025-01-25T04:23:42.645Z Downloaded internet-checksum v0.2.1
6382025-01-25T04:23:42.645Z Downloaded chacha20poly1305 v0.10.1
6392025-01-25T04:23:42.647Z Downloaded oso-derive v0.27.3
6402025-01-25T04:23:42.647Z Downloaded arc-swap v1.7.1
6412025-01-25T04:23:42.650Z Downloaded memmap2 v0.9.5
6422025-01-25T04:23:42.653Z Downloaded litemap v0.7.3
6432025-01-25T04:23:42.656Z Downloaded deranged v0.3.11
6442025-01-25T04:23:42.659Z Downloaded icu_provider v1.5.0
6452025-01-25T04:23:42.662Z Downloaded indexmap v1.9.3
6462025-01-25T04:23:42.664Z Downloaded base64 v0.13.1
6472025-01-25T04:23:42.668Z Downloaded libloading v0.8.5
6482025-01-25T04:23:42.671Z Downloaded normalize-line-endings v0.3.0
6492025-01-25T04:23:42.671Z Downloaded zone v0.3.0
6502025-01-25T04:23:42.674Z Downloaded ssh-cipher v0.2.0
6512025-01-25T04:23:42.674Z Downloaded slog-scope v4.4.0
6522025-01-25T04:23:42.677Z Downloaded ed25519 v2.2.3
6532025-01-25T04:23:42.677Z Downloaded group v0.13.0
6542025-01-25T04:23:42.680Z Downloaded compact_str v0.8.0
6552025-01-25T04:23:42.683Z Downloaded pretty-hex v0.2.1
6562025-01-25T04:23:42.683Z Downloaded icu_locid_transform_data v1.5.0
6572025-01-25T04:23:42.686Z Downloaded sigpipe v0.1.3
6582025-01-25T04:23:42.688Z Downloaded bytes v1.9.0
6592025-01-25T04:23:42.691Z Downloaded utf8_iter v1.0.4
6602025-01-25T04:23:42.694Z Downloaded synstructure v0.13.1
6612025-01-25T04:23:42.694Z Downloaded mockall_derive v0.13.0
6622025-01-25T04:23:42.696Z Downloaded lock_api v0.4.12
6632025-01-25T04:23:42.696Z Downloaded icu_normalizer_data v1.5.0
6642025-01-25T04:23:42.699Z Downloaded typify v0.2.0
6652025-01-25T04:23:42.702Z Downloaded rfc6979 v0.4.0
6662025-01-25T04:23:42.704Z Downloaded phf_shared v0.10.0
6672025-01-25T04:23:42.705Z Downloaded tokio-rustls v0.24.1
6682025-01-25T04:23:42.707Z Downloaded toolchain_find v0.4.0
6692025-01-25T04:23:42.707Z Downloaded icu_locid v1.5.0
6702025-01-25T04:23:42.712Z Downloaded enum-as-inner v0.6.1
6712025-01-25T04:23:42.715Z Downloaded quinn-udp v0.5.5
6722025-01-25T04:23:42.717Z Downloaded predicates v3.1.2
6732025-01-25T04:23:42.720Z Downloaded packed_struct_codegen v0.10.1
6742025-01-25T04:23:42.720Z Downloaded httparse v1.9.5
6752025-01-25T04:23:42.723Z Downloaded rustc_version v0.4.1
6762025-01-25T04:23:42.726Z Downloaded cc v1.1.30
6772025-01-25T04:23:42.729Z Downloaded base64 v0.21.7
6782025-01-25T04:23:42.732Z Downloaded tinyvec_macros v0.1.1
6792025-01-25T04:23:42.735Z Downloaded icu_normalizer v1.5.0
6802025-01-25T04:23:42.737Z Downloaded ref-cast v1.0.23
6812025-01-25T04:23:42.741Z Downloaded phf_codegen v0.11.2
6822025-01-25T04:23:42.741Z Downloaded pem v3.0.4
6832025-01-25T04:23:42.744Z Downloaded whoami v1.5.2
6842025-01-25T04:23:42.746Z Downloaded write16 v1.0.0
6852025-01-25T04:23:42.746Z Downloaded rusty-fork v0.3.0
6862025-01-25T04:23:42.749Z Downloaded hex-literal v0.4.1
6872025-01-25T04:23:42.749Z Downloaded futures-task v0.3.31
6882025-01-25T04:23:42.752Z Downloaded thread_local v1.1.8
6892025-01-25T04:23:42.752Z Downloaded siphasher v0.3.11
6902025-01-25T04:23:42.754Z Downloaded salsa20 v0.10.2
6912025-01-25T04:23:42.754Z Downloaded predicates-tree v1.0.11
6922025-01-25T04:23:42.757Z Downloaded futures-sink v0.3.31
6932025-01-25T04:23:42.757Z Downloaded predicates-core v1.0.8
6942025-01-25T04:23:42.760Z Downloaded vsss-rs v3.3.4
6952025-01-25T04:23:42.760Z Downloaded phf_shared v0.11.2
6962025-01-25T04:23:42.763Z Downloaded typify v0.3.0
6972025-01-25T04:23:42.765Z Downloaded parse-size v1.1.0
6982025-01-25T04:23:42.769Z Downloaded string_cache v0.8.7
6992025-01-25T04:23:42.769Z Downloaded miniz_oxide v0.8.0
7002025-01-25T04:23:42.773Z Downloaded test-strategy v0.3.1
7012025-01-25T04:23:42.776Z Downloaded newline-converter v0.3.0
7022025-01-25T04:23:42.776Z Downloaded rustc_version v0.1.7
7032025-01-25T04:23:42.779Z Downloaded resolv-conf v0.7.0
7042025-01-25T04:23:42.779Z Downloaded phf v0.11.2
7052025-01-25T04:23:42.782Z Downloaded ron v0.8.1
7062025-01-25T04:23:42.786Z Downloaded env_logger v0.10.2
7072025-01-25T04:23:42.789Z Downloaded defmt-parser v0.3.4
7082025-01-25T04:23:42.791Z Downloaded defmt-macros v0.3.9
7092025-01-25T04:23:42.794Z Downloaded fallible-iterator v0.2.0
7102025-01-25T04:23:42.797Z Downloaded path-slash v0.1.5
7112025-01-25T04:23:42.797Z Downloaded flagset v0.4.6
7122025-01-25T04:23:42.799Z Downloaded filetime v0.2.25
7132025-01-25T04:23:42.799Z Downloaded litrs v0.4.1
7142025-01-25T04:23:42.803Z Downloaded fixedbitset v0.4.2
7152025-01-25T04:23:42.806Z Downloaded structmeta-derive v0.2.0
7162025-01-25T04:23:42.806Z Downloaded tls_codec v0.4.1
7172025-01-25T04:23:42.810Z Downloaded structmeta v0.3.0
7182025-01-25T04:23:42.810Z Downloaded structmeta v0.2.0
7192025-01-25T04:23:42.813Z Downloaded half v2.4.1
7202025-01-25T04:23:42.813Z Downloaded stringprep v0.1.5
7212025-01-25T04:23:42.816Z Downloaded env_filter v0.1.2
7222025-01-25T04:23:42.816Z Downloaded xattr v1.3.1
7232025-01-25T04:23:42.820Z Downloaded take_mut v0.2.2
7242025-01-25T04:23:42.820Z Downloaded strip-ansi-escapes v0.2.0
7252025-01-25T04:23:42.830Z Downloaded pkg-config v0.3.31
7262025-01-25T04:23:42.833Z Downloaded want v0.3.1
7272025-01-25T04:23:42.836Z Downloaded derive_builder v0.20.2
7282025-01-25T04:23:42.838Z Downloaded derive_builder_macro v0.20.2
7292025-01-25T04:23:42.841Z Downloaded rand_xorshift v0.3.0
7302025-01-25T04:23:42.841Z Downloaded xz2 v0.1.7
7312025-01-25T04:23:42.844Z Downloaded writeable v0.5.5
7322025-01-25T04:23:42.846Z Downloaded try-lock v0.2.5
7332025-01-25T04:23:42.846Z Downloaded newtype-uuid v1.2.1
7342025-01-25T04:23:42.849Z Downloaded derive_more v0.99.18
7352025-01-25T04:23:42.852Z Downloaded ghash v0.5.1
7362025-01-25T04:23:42.854Z Downloaded float-cmp v0.9.0
7372025-01-25T04:23:42.857Z Downloaded sec1 v0.7.3
7382025-01-25T04:23:42.857Z Downloaded der_derive v0.7.3
7392025-01-25T04:23:42.860Z Downloaded des v0.8.1
7402025-01-25T04:23:42.860Z Downloaded serde_with_macros v3.11.0
7412025-01-25T04:23:42.863Z Downloaded progenitor-client v0.8.0
7422025-01-25T04:23:42.866Z Downloaded tap v1.0.1
7432025-01-25T04:23:42.866Z Downloaded difflib v0.4.0
7442025-01-25T04:23:42.866Z Downloaded indicatif v0.17.9
7452025-01-25T04:23:42.871Z Downloaded progenitor-client v0.9.1
7462025-01-25T04:23:42.873Z Downloaded postgres-protocol v0.6.7
7472025-01-25T04:23:42.874Z Downloaded tokio-postgres v0.7.12
7482025-01-25T04:23:42.879Z Downloaded russh-cryptovec v0.7.3
7492025-01-25T04:23:42.882Z Downloaded fxhash v0.2.1
7502025-01-25T04:23:42.882Z Downloaded secrecy v0.8.0
7512025-01-25T04:23:42.884Z Downloaded progenitor-macro v0.9.1
7522025-01-25T04:23:42.884Z Downloaded progenitor-macro v0.8.0
7532025-01-25T04:23:42.884Z Downloaded paste v1.0.15
7542025-01-25T04:23:42.887Z Downloaded toml v0.7.8
7552025-01-25T04:23:42.891Z Downloaded stable_deref_trait v1.2.0
7562025-01-25T04:23:42.893Z Downloaded unicode-truncate v1.1.0
7572025-01-25T04:23:42.893Z Downloaded snafu-derive v0.8.5
7582025-01-25T04:23:42.896Z Downloaded sha1 v0.10.6
7592025-01-25T04:23:42.899Z Downloaded diesel_table_macro_syntax v0.2.0
7602025-01-25T04:23:42.899Z Downloaded foldhash v0.1.3
7612025-01-25T04:23:42.901Z Downloaded derive-where v1.2.7
7622025-01-25T04:23:42.904Z Downloaded ed25519-dalek v2.1.1
7632025-01-25T04:23:42.907Z Downloaded psl-types v2.0.11
7642025-01-25T04:23:42.909Z Downloaded diesel-dtrace v0.4.2
7652025-01-25T04:23:42.909Z Downloaded flume v0.11.1
7662025-01-25T04:23:42.913Z Downloaded foreign-types-shared v0.1.1
7672025-01-25T04:23:42.916Z Downloaded foreign-types v0.5.0
7682025-01-25T04:23:42.916Z Downloaded smf v0.2.3
7692025-01-25T04:23:42.919Z Downloaded pbkdf2 v0.12.2
7702025-01-25T04:23:42.919Z Downloaded similar v2.6.0
7712025-01-25T04:23:42.923Z Downloaded rand v0.8.5
7722025-01-25T04:23:42.928Z Downloaded openssl-probe v0.1.5
7732025-01-25T04:23:42.930Z Downloaded term v0.7.0
7742025-01-25T04:23:42.933Z Downloaded yoke-derive v0.7.4
7752025-01-25T04:23:42.933Z Downloaded termtree v0.4.1
7762025-01-25T04:23:42.936Z Downloaded tracing-attributes v0.1.27
7772025-01-25T04:23:42.939Z Downloaded waitgroup v0.1.2
7782025-01-25T04:23:42.939Z Downloaded utf-8 v0.7.6
7792025-01-25T04:23:42.943Z Downloaded aes v0.8.4
7802025-01-25T04:23:42.947Z Downloaded unicode-bidi v0.3.17
7812025-01-25T04:23:42.947Z Downloaded mio v1.0.2
7822025-01-25T04:23:42.952Z Downloaded universal-hash v0.5.1
7832025-01-25T04:23:42.956Z Downloaded supports-color v3.0.1
7842025-01-25T04:23:42.956Z Downloaded signature v2.2.0
7852025-01-25T04:23:42.959Z Downloaded openssl-macros v0.1.1
7862025-01-25T04:23:42.959Z Downloaded postgres-types v0.2.8
7872025-01-25T04:23:42.964Z Downloaded glob v0.3.1
7882025-01-25T04:23:42.964Z Downloaded gethostname v0.5.0
7892025-01-25T04:23:42.964Z Downloaded futures-macro v0.3.31
7902025-01-25T04:23:42.968Z Downloaded yasna v0.5.2
7912025-01-25T04:23:42.968Z Downloaded dunce v1.0.5
7922025-01-25T04:23:42.971Z Downloaded headers-core v0.3.0
7932025-01-25T04:23:42.971Z Downloaded unicode-properties v0.1.3
7942025-01-25T04:23:42.972Z Downloaded peg v0.8.4
7952025-01-25T04:23:42.975Z Downloaded tower-service v0.3.3
7962025-01-25T04:23:42.975Z Downloaded slab v0.4.9
7972025-01-25T04:23:42.978Z Downloaded prettyplease v0.2.25
7982025-01-25T04:23:42.981Z Downloaded pin-utils v0.1.0
7992025-01-25T04:23:42.983Z Downloaded pin-project-lite v0.2.14
8002025-01-25T04:23:42.986Z Downloaded termcolor v1.4.1
8012025-01-25T04:23:42.989Z Downloaded newtype_derive v0.1.6
8022025-01-25T04:23:42.992Z Downloaded spin v0.9.8
8032025-01-25T04:23:42.992Z Downloaded unicode-xid v0.2.6
8042025-01-25T04:23:42.995Z Downloaded walkdir v2.5.0
8052025-01-25T04:23:42.998Z Downloaded nodrop v0.1.14
8062025-01-25T04:23:42.998Z Downloaded tokio-tungstenite v0.24.0
8072025-01-25T04:23:43.001Z Downloaded postcard v1.0.10
8082025-01-25T04:23:43.004Z Downloaded ff v0.13.0
8092025-01-25T04:23:43.004Z Downloaded rustc-hash v2.0.0
8102025-01-25T04:23:43.004Z Downloaded progenitor v0.9.1
8112025-01-25T04:23:43.008Z Downloaded pbkdf2 v0.11.0
8122025-01-25T04:23:43.010Z Downloaded crossterm v0.28.1
8132025-01-25T04:23:43.014Z Downloaded vte_generate_state_changes v0.1.2
8142025-01-25T04:23:43.017Z Downloaded aes-gcm v0.10.3
8152025-01-25T04:23:43.020Z Downloaded signal-hook-mio v0.2.4
8162025-01-25T04:23:43.022Z Downloaded shlex v1.3.0
8172025-01-25T04:23:43.022Z Downloaded scopeguard v1.2.0
8182025-01-25T04:23:43.025Z Downloaded termtree v0.5.1
8192025-01-25T04:23:43.025Z Downloaded termios v0.3.3
8202025-01-25T04:23:43.028Z Downloaded same-file v1.0.6
8212025-01-25T04:23:43.030Z Downloaded futures-io v0.3.31
8222025-01-25T04:23:43.030Z Downloaded minimal-lexical v0.2.1
8232025-01-25T04:23:43.034Z Downloaded tui-tree-widget v0.22.0
8242025-01-25T04:23:43.036Z Downloaded tar v0.4.42
8252025-01-25T04:23:43.039Z Downloaded http v1.2.0
8262025-01-25T04:23:43.042Z Downloaded toml_edit v0.19.15
8272025-01-25T04:23:43.058Z Downloaded endian-type v0.1.2
8282025-01-25T04:23:43.061Z Downloaded foreign-types v0.3.2
8292025-01-25T04:23:43.061Z Downloaded heck v0.3.3
8302025-01-25T04:23:43.064Z Downloaded embedded-io v0.6.1
8312025-01-25T04:23:43.064Z Downloaded russh-keys v0.45.0
8322025-01-25T04:23:43.066Z Downloaded globset v0.4.15
8332025-01-25T04:23:43.069Z Downloaded percent-encoding v2.3.1
8342025-01-25T04:23:43.069Z Downloaded packed_struct v0.10.1
8352025-01-25T04:23:43.072Z Downloaded polyval v0.6.2
8362025-01-25T04:23:43.072Z Downloaded itertools v0.10.5
8372025-01-25T04:23:43.078Z Downloaded num v0.4.3
8382025-01-25T04:23:43.081Z Downloaded thiserror-impl-no-std v2.0.2
8392025-01-25T04:23:43.081Z Downloaded document-features v0.2.10
8402025-01-25T04:23:43.084Z Downloaded rand_seeder v0.3.0
8412025-01-25T04:23:43.084Z Downloaded der v0.7.9
8422025-01-25T04:23:43.089Z Downloaded serde_plain v1.0.2
8432025-01-25T04:23:43.092Z Downloaded p256 v0.13.2
8442025-01-25T04:23:43.094Z Downloaded openssl-sys v0.9.103
8452025-01-25T04:23:43.099Z Downloaded tinystr v0.7.6
8462025-01-25T04:23:43.101Z Downloaded slog-stdlog v4.1.1
8472025-01-25T04:23:43.104Z Downloaded value-bag v1.9.0
8482025-01-25T04:23:43.106Z Downloaded smallvec v0.6.14
8492025-01-25T04:23:43.109Z Downloaded display-error-chain v0.2.2
8502025-01-25T04:23:43.109Z Downloaded thiserror-no-std v2.0.2
8512025-01-25T04:23:43.112Z Downloaded unicase v2.7.0
8522025-01-25T04:23:43.114Z Downloaded diff v0.1.13
8532025-01-25T04:23:43.117Z Downloaded typed-path v0.9.3
8542025-01-25T04:23:43.124Z Downloaded precomputed-hash v0.1.1
8552025-01-25T04:23:43.126Z Downloaded peg-runtime v0.8.3
8562025-01-25T04:23:43.126Z Downloaded embedded-io v0.4.0
8572025-01-25T04:23:43.130Z Downloaded libm v0.2.8
8582025-01-25T04:23:43.135Z Downloaded pkcs8 v0.10.2
8592025-01-25T04:23:43.137Z Downloaded nu-ansi-term v0.50.1
8602025-01-25T04:23:43.140Z Downloaded pkcs1 v0.7.5
8612025-01-25T04:23:43.143Z Downloaded aws-lc-rs v1.10.0
8622025-01-25T04:23:43.152Z Downloaded scrypt v0.11.0
8632025-01-25T04:23:43.154Z Downloaded schemars_derive v0.8.21
8642025-01-25T04:23:43.157Z Downloaded libxml v0.3.3
8652025-01-25T04:23:43.161Z Downloaded number_prefix v0.4.0
8662025-01-25T04:23:43.163Z Downloaded rustls-pemfile v1.0.4
8672025-01-25T04:23:43.166Z Downloaded zerovec-derive v0.10.3
8682025-01-25T04:23:43.166Z Downloaded signal-hook v0.3.17
8692025-01-25T04:23:43.168Z Downloaded num-bigint v0.4.6
8702025-01-25T04:23:43.174Z Downloaded zeroize v1.8.1
8712025-01-25T04:23:43.176Z Downloaded progenitor-impl v0.9.1
8722025-01-25T04:23:43.179Z Downloaded slog-term v2.9.1
8732025-01-25T04:23:43.181Z Downloaded uzers v0.12.1
8742025-01-25T04:23:43.184Z Downloaded zeroize_derive v1.4.2
8752025-01-25T04:23:43.187Z Downloaded dyn-clone v1.0.17
8762025-01-25T04:23:43.187Z Downloaded dsl_auto_type v0.1.2
8772025-01-25T04:23:43.187Z Downloaded vte v0.11.1
8782025-01-25T04:23:43.189Z Downloaded rustyline v14.0.0
8792025-01-25T04:23:43.194Z Downloaded env_logger v0.11.5
8802025-01-25T04:23:43.197Z Downloaded parking_lot v0.12.3
8812025-01-25T04:23:43.200Z Downloaded unicode_categories v0.1.1
8822025-01-25T04:23:43.202Z Downloaded strum_macros v0.25.3
8832025-01-25T04:23:43.205Z Downloaded zopfli v0.8.1
8842025-01-25T04:23:43.209Z Downloaded pin-project-internal v1.1.6
8852025-01-25T04:23:43.211Z Downloaded zerocopy v0.6.6
8862025-01-25T04:23:43.211Z Downloaded diesel_derives v2.2.3
8872025-01-25T04:23:43.215Z Downloaded untrusted v0.9.0
8882025-01-25T04:23:43.218Z Downloaded ppv-lite86 v0.2.20
8892025-01-25T04:23:43.225Z Downloaded slog v2.7.0
8902025-01-25T04:23:43.228Z Downloaded dirs-next v2.0.0
8912025-01-25T04:23:43.228Z Downloaded thiserror-impl v2.0.11
8922025-01-25T04:23:43.228Z Downloaded rustls-pemfile v2.2.0
8932025-01-25T04:23:43.228Z Downloaded smallvec v1.13.2
8942025-01-25T04:23:43.230Z Downloaded winnow v0.5.40
8952025-01-25T04:23:43.237Z Downloaded fatfs v0.3.6
8962025-01-25T04:23:43.240Z Downloaded hyper v1.5.2
8972025-01-25T04:23:43.247Z Downloaded proc-macro-crate v1.3.1
8982025-01-25T04:23:43.250Z Downloaded primeorder v0.13.6
8992025-01-25T04:23:43.253Z Downloaded utf16_iter v1.0.5
9002025-01-25T04:23:43.253Z Downloaded untrusted v0.7.1
9012025-01-25T04:23:43.256Z Downloaded tokio-tungstenite v0.23.1
9022025-01-25T04:23:43.256Z Downloaded schemars v0.8.21
9032025-01-25T04:23:43.266Z Downloaded serde-big-array v0.5.1
9042025-01-25T04:23:43.269Z Downloaded tls_codec_derive v0.4.1
9052025-01-25T04:23:43.272Z Downloaded r2d2 v0.8.10
9062025-01-25T04:23:43.272Z Downloaded olpc-cjson v0.1.4
9072025-01-25T04:23:43.272Z Downloaded tinyvec v1.8.0
9082025-01-25T04:23:43.275Z Downloaded opaque-debug v0.3.1
9092025-01-25T04:23:43.278Z Downloaded either v1.13.0
9102025-01-25T04:23:43.278Z Downloaded ecdsa v0.16.9
9112025-01-25T04:23:43.280Z Downloaded dirs-sys-next v0.1.2
9122025-01-25T04:23:43.280Z Downloaded num-rational v0.4.2
9132025-01-25T04:23:43.283Z Downloaded derive_builder_core v0.20.2
9142025-01-25T04:23:43.286Z Downloaded darling_core v0.20.10
9152025-01-25T04:23:43.290Z Downloaded pin-project v1.1.6
9162025-01-25T04:23:43.299Z Downloaded slog-dtrace v0.3.0
9172025-01-25T04:23:43.302Z Downloaded slog-async v2.8.0
9182025-01-25T04:23:43.306Z Downloaded num_enum_derive v0.5.11
9192025-01-25T04:23:43.306Z Downloaded fallible-streaming-iterator v0.1.9
9202025-01-25T04:23:43.306Z Downloaded serde_repr v0.1.19
9212025-01-25T04:23:43.309Z Downloaded serde_path_to_error v0.1.16
9222025-01-25T04:23:43.309Z Downloaded unicode-segmentation v1.12.0
9232025-01-25T04:23:43.311Z Downloaded chrono v0.4.39
9242025-01-25T04:23:43.319Z Downloaded funty v2.0.0
9252025-01-25T04:23:43.322Z Downloaded bitvec v1.0.1
9262025-01-25T04:23:43.334Z Downloaded time-core v0.1.2
9272025-01-25T04:23:43.336Z Downloaded rustls-pki-types v1.10.0
9282025-01-25T04:23:43.339Z Downloaded unarray v0.1.4
9292025-01-25T04:23:43.339Z Downloaded structmeta-derive v0.3.0
9302025-01-25T04:23:43.341Z Downloaded form_urlencoded v1.2.1
9312025-01-25T04:23:43.341Z Downloaded defmt v0.3.8
9322025-01-25T04:23:43.344Z Downloaded darling_macro v0.20.10
9332025-01-25T04:23:43.347Z Downloaded twox-hash v1.6.3
9342025-01-25T04:23:43.347Z Downloaded h2 v0.4.6
9352025-01-25T04:23:43.353Z Downloaded sqlparser v0.45.0
9362025-01-25T04:23:43.358Z Downloaded foreign-types-shared v0.3.1
9372025-01-25T04:23:43.361Z Downloaded nibble_vec v0.1.0
9382025-01-25T04:23:43.361Z Downloaded dropshot_endpoint v0.15.1
9392025-01-25T04:23:43.364Z Downloaded hash32 v0.3.1
9402025-01-25T04:23:43.366Z Downloaded samael v0.0.17
9412025-01-25T04:23:43.370Z Downloaded zone v0.1.8
9422025-01-25T04:23:43.373Z Downloaded typify-macro v0.2.0
9432025-01-25T04:23:43.373Z Downloaded sqlformat v0.2.6
9442025-01-25T04:23:43.376Z Downloaded slog-json v2.6.1
9452025-01-25T04:23:43.376Z Downloaded static_assertions v1.1.0
9462025-01-25T04:23:43.379Z Downloaded strum_macros v0.24.3
9472025-01-25T04:23:43.379Z Downloaded hash32 v0.2.1
9482025-01-25T04:23:43.382Z Downloaded tokio-tungstenite v0.21.0
9492025-01-25T04:23:43.384Z Downloaded rpassword v7.3.1
9502025-01-25T04:23:43.384Z Downloaded ssh-encoding v0.2.0
9512025-01-25T04:23:43.387Z Downloaded ref-cast-impl v1.0.23
9522025-01-25T04:23:43.387Z Downloaded parse-display-derive v0.10.0
9532025-01-25T04:23:43.387Z Downloaded parse-display v0.10.0
9542025-01-25T04:23:43.390Z Downloaded qorb v0.2.1
9552025-01-25T04:23:43.392Z Downloaded heapless v0.7.17
9562025-01-25T04:23:43.396Z Downloaded rustfmt-wrapper v0.2.1
9572025-01-25T04:23:43.399Z Downloaded time-macros v0.2.18
9582025-01-25T04:23:43.401Z Downloaded futures v0.3.31
9592025-01-25T04:23:43.404Z Downloaded futures-executor v0.3.31
9602025-01-25T04:23:43.407Z Downloaded typify-macro v0.3.0
9612025-01-25T04:23:43.407Z Downloaded tokio-rustls v0.26.0
9622025-01-25T04:23:43.410Z Downloaded serde-hex v0.1.0
9632025-01-25T04:23:43.412Z Downloaded zerocopy-derive v0.8.10
9642025-01-25T04:23:43.416Z Downloaded omicron-zone-package v0.12.0
9652025-01-25T04:23:43.420Z Downloaded subtle v2.6.1
9662025-01-25T04:23:43.424Z Downloaded strum_macros v0.26.4
9672025-01-25T04:23:43.424Z Downloaded tough v0.19.0
9682025-01-25T04:23:43.431Z Downloaded debug-ignore v1.0.5
9692025-01-25T04:23:43.434Z Downloaded num-traits v0.2.19
9702025-01-25T04:23:43.438Z Downloaded hashbrown v0.14.5
9712025-01-25T04:23:43.442Z Downloaded tungstenite v0.24.0
9722025-01-25T04:23:43.444Z Downloaded nom v7.1.3
9732025-01-25T04:23:43.449Z Downloaded parking_lot_core v0.9.10
9742025-01-25T04:23:43.452Z Downloaded elliptic-curve v0.13.8
9752025-01-25T04:23:43.456Z Downloaded zip v0.6.6
9762025-01-25T04:23:43.459Z Downloaded rtoolbox v0.0.2
9772025-01-25T04:23:43.462Z Downloaded tungstenite v0.23.0
9782025-01-25T04:23:43.464Z Downloaded hashbrown v0.13.2
9792025-01-25T04:23:43.469Z Downloaded rustc-demangle v0.1.24
9802025-01-25T04:23:43.472Z Downloaded p521 v0.13.3
9812025-01-25T04:23:43.475Z Downloaded radix_trie v0.2.1
9822025-01-25T04:23:43.480Z Downloaded owo-colors v4.1.0
9832025-01-25T04:23:43.482Z Downloaded rsa v0.9.6
9842025-01-25T04:23:43.487Z Downloaded subprocess v0.2.9
9852025-01-25T04:23:43.490Z Downloaded rustls-webpki v0.101.7
9862025-01-25T04:23:43.503Z Downloaded expectorate v1.1.0
9872025-01-25T04:23:43.507Z Downloaded zip v2.1.3
9882025-01-25T04:23:43.510Z Downloaded publicsuffix v2.3.0
9892025-01-25T04:23:43.513Z Downloaded tungstenite v0.21.0
9902025-01-25T04:23:43.515Z Downloaded rustls-webpki v0.102.8
9912025-01-25T04:23:43.533Z Downloaded oso v0.27.3
9922025-01-25T04:23:43.536Z Downloaded hashbrown v0.12.3
9932025-01-25T04:23:43.540Z Downloaded smoltcp v0.9.1
9942025-01-25T04:23:43.550Z Downloaded rayon v1.10.0
9952025-01-25T04:23:43.559Z Downloaded object v0.30.4
9962025-01-25T04:23:43.569Z Downloaded rcgen v0.12.1
9972025-01-25T04:23:43.656Z Downloaded serde_with v3.11.0
9982025-01-25T04:23:43.666Z Downloaded p384 v0.13.0
9992025-01-25T04:23:43.666Z Downloaded portable-atomic v1.9.0
10002025-01-25T04:23:43.666Z Downloaded webpki-roots v0.26.6
10012025-01-25T04:23:43.666Z Downloaded salty v0.3.0
10022025-01-25T04:23:43.666Z Downloaded rustls v0.23.19
10032025-01-25T04:23:43.666Z Downloaded tokio-util v0.7.12
10042025-01-25T04:23:43.666Z Downloaded smoltcp v0.11.0
10052025-01-25T04:23:43.666Z Downloaded num-bigint-dig v0.8.4
10062025-01-25T04:23:43.666Z Downloaded futures-util v0.3.31
10072025-01-25T04:23:43.666Z Downloaded petname v2.0.2
10082025-01-25T04:23:43.666Z Downloaded lalrpop v0.19.12
10092025-01-25T04:23:43.670Z Downloaded icu_properties_data v1.5.0
10102025-01-25T04:23:43.677Z Downloaded bstr v1.10.0
10112025-01-25T04:23:43.687Z Downloaded object v0.36.5
10122025-01-25T04:23:43.698Z Downloaded rustls v0.22.4
10132025-01-25T04:23:43.712Z Downloaded rustls v0.21.12
10142025-01-25T04:23:43.722Z Downloaded openssl v0.10.66
10152025-01-25T04:23:43.731Z Downloaded zerovec v0.10.4
10162025-01-25T04:23:43.737Z Downloaded quick-xml v0.33.0
10172025-01-25T04:23:43.743Z Downloaded typify-impl v0.2.0
10182025-01-25T04:23:43.758Z Downloaded nix v0.28.0
10192025-01-25T04:23:43.770Z Downloaded nix v0.27.1
10202025-01-25T04:23:43.781Z Downloaded git2 v0.19.0
10212025-01-25T04:23:43.790Z Downloaded rusqlite v0.32.1
10222025-01-25T04:23:43.800Z Downloaded vcpkg v0.2.15
10232025-01-25T04:23:43.832Z Downloaded chrono-tz v0.10.1
10242025-01-25T04:23:43.840Z Downloaded bzip2-sys v0.1.11+1.0.8
10252025-01-25T04:23:43.851Z Downloaded quinn-proto v0.11.8
10262025-01-25T04:23:43.858Z Downloaded dropshot v0.12.0
10272025-01-25T04:23:43.877Z Downloaded ratatui v0.28.1
10282025-01-25T04:23:43.896Z Downloaded gimli v0.31.1
10292025-01-25T04:23:43.904Z Downloaded unicode-width v0.2.0
10302025-01-25T04:23:43.910Z Downloaded sled v0.34.7
10312025-01-25T04:23:43.920Z Downloaded regex v1.11.1
10322025-01-25T04:23:43.932Z Downloaded zerocopy v0.8.10
10332025-01-25T04:23:43.955Z Downloaded regex-syntax v0.6.29
10342025-01-25T04:23:43.962Z Downloaded hickory-proto v0.24.2
10352025-01-25T04:23:43.977Z Downloaded polar-core v0.27.3
10362025-01-25T04:23:43.986Z Downloaded diesel v2.2.6
10372025-01-25T04:23:44.004Z Downloaded curve25519-dalek v4.1.3
10382025-01-25T04:23:44.012Z Downloaded petgraph v0.6.5
10392025-01-25T04:23:44.029Z Downloaded regex-syntax v0.8.5
10402025-01-25T04:23:44.037Z Downloaded tokio v1.43.0
10412025-01-25T04:23:44.075Z Downloaded regress v0.9.1
10422025-01-25T04:23:44.083Z Downloaded csv v1.3.0
10432025-01-25T04:23:44.103Z Downloaded openapiv3 v2.0.0
10442025-01-25T04:23:44.115Z Downloaded nix v0.29.0
10452025-01-25T04:23:44.126Z Downloaded dropshot v0.15.1
10462025-01-25T04:23:44.147Z Downloaded regress v0.10.1
10472025-01-25T04:23:44.155Z Downloaded parking_lot_core v0.8.6
10482025-01-25T04:23:44.158Z Downloaded url v2.5.3
10492025-01-25T04:23:44.160Z Downloaded ron v0.7.1
10502025-01-25T04:23:44.164Z Downloaded typify-impl v0.3.0
10512025-01-25T04:23:44.179Z Downloaded quinn v0.11.5
10522025-01-25T04:23:44.182Z Downloaded hkdf v0.12.4
10532025-01-25T04:23:44.185Z Downloaded reqwest v0.12.9
10542025-01-25T04:23:44.193Z Downloaded peg-macros v0.8.4
10552025-01-25T04:23:44.195Z Downloaded futures-channel v0.3.31
10562025-01-25T04:23:44.198Z Downloaded pkcs5 v0.7.1
10572025-01-25T04:23:44.201Z Downloaded bindgen v0.69.5
10582025-01-25T04:23:44.206Z Downloaded semver v0.1.20
10592025-01-25T04:23:44.209Z Downloaded rayon-core v1.12.1
10602025-01-25T04:23:44.212Z Downloaded headers v0.4.0
10612025-01-25T04:23:44.216Z Downloaded ssh-key v0.6.6
10622025-01-25T04:23:44.222Z Downloaded itertools v0.13.0
10632025-01-25T04:23:44.229Z Downloaded data-encoding v2.6.0
10642025-01-25T04:23:44.232Z Downloaded num_enum v0.5.11
10652025-01-25T04:23:44.235Z Downloaded tiny-keccak v2.0.2
10662025-01-25T04:23:44.237Z Downloaded flate2 v1.0.35
10672025-01-25T04:23:44.241Z Downloaded proptest v1.5.0
10682025-01-25T04:23:44.250Z Downloaded fallible-iterator v0.3.0
10692025-01-25T04:23:44.279Z Downloaded futures-core v0.3.31
10702025-01-25T04:23:44.279Z Downloaded pem-rfc7468 v0.7.0
10712025-01-25T04:23:44.284Z Downloaded zerocopy-derive v0.6.6
10722025-01-25T04:23:44.284Z Downloaded dropshot_endpoint v0.12.0
10732025-01-25T04:23:44.288Z Downloaded regex-automata v0.4.8
10742025-01-25T04:23:44.302Z Downloaded parse-zoneinfo v0.3.1
10752025-01-25T04:23:44.305Z Downloaded time v0.3.36
10762025-01-25T04:23:44.312Z Downloaded displaydoc v0.2.5
10772025-01-25T04:23:44.316Z Downloaded tokio-stream v0.1.16
10782025-01-25T04:23:44.322Z Downloaded topological-sort v0.2.2
10792025-01-25T04:23:44.325Z Downloaded spki v0.7.3
10802025-01-25T04:23:44.328Z Downloaded unicode-normalization v0.1.24
10812025-01-25T04:23:44.331Z Downloaded x509-cert v0.2.5
10822025-01-25T04:23:44.336Z Downloaded uuid v1.12.0
10832025-01-25T04:23:44.341Z Downloaded powerfmt v0.2.0
10842025-01-25T04:23:44.345Z Downloaded serde_yaml v0.9.34+deprecated
10852025-01-25T04:23:44.347Z Downloaded reedline v0.35.0
10862025-01-25T04:23:44.357Z Downloaded lzma-sys v0.1.20
10872025-01-25T04:23:44.386Z Downloaded progenitor v0.8.0
10882025-01-25T04:23:44.389Z Downloaded libz-sys v1.1.20
10892025-01-25T04:23:44.407Z Downloaded idna v1.0.3
10902025-01-25T04:23:44.410Z Downloaded blake3 v1.5.4
10912025-01-25T04:23:44.417Z Downloaded russh v0.45.0
10922025-01-25T04:23:44.422Z Downloaded progenitor-impl v0.8.0
10932025-01-25T04:23:44.425Z Downloaded socket2 v0.5.7
10942025-01-25T04:23:44.428Z Downloaded snafu v0.8.5
10952025-01-25T04:23:44.431Z Downloaded poly1305 v0.8.0
10962025-01-25T04:23:44.434Z Downloaded num_threads v0.1.7
10972025-01-25T04:23:44.437Z Downloaded getrandom v0.2.15
10982025-01-25T04:23:44.439Z Downloaded aho-corasick v1.1.3
10992025-01-25T04:23:44.443Z Downloaded tracing-core v0.1.32
11002025-01-25T04:23:44.445Z Downloaded tracing v0.1.40
11012025-01-25T04:23:44.449Z Downloaded sha3 v0.10.8
11022025-01-25T04:23:44.453Z Downloaded wait-timeout v0.2.0
11032025-01-25T04:23:44.456Z Downloaded thiserror v2.0.11
11042025-01-25T04:23:44.459Z Downloaded itertools v0.12.1
11052025-01-25T04:23:44.466Z Downloaded steno v0.4.1
11062025-01-25T04:23:44.469Z Downloaded foreign-types-macros v0.2.3
11072025-01-25T04:23:44.472Z Downloaded fd-lock v4.0.2
11082025-01-25T04:23:44.475Z Downloaded which v4.4.2
11092025-01-25T04:23:44.475Z Downloaded tabwriter v1.4.0
11102025-01-25T04:23:44.477Z Downloaded slog-envlogger v2.2.0
11112025-01-25T04:23:44.477Z Downloaded hashlink v0.9.1
11122025-01-25T04:23:44.480Z Downloaded password-hash v0.5.0
11132025-01-25T04:23:44.480Z Downloaded password-hash v0.4.2
11142025-01-25T04:23:44.483Z Downloaded fs_extra v1.3.0
11152025-01-25T04:23:44.486Z Downloaded unsafe-libyaml v0.2.11
11162025-01-25T04:23:44.488Z Downloaded wyz v0.5.1
11172025-01-25T04:23:44.488Z Downloaded simd-adler32 v0.3.7
11182025-01-25T04:23:44.492Z Downloaded crossbeam-channel v0.5.13
11192025-01-25T04:23:44.496Z Downloaded icu_properties v1.5.1
11202025-01-25T04:23:44.499Z Downloaded hyper-util v0.1.10
11212025-01-25T04:23:44.501Z Downloaded hickory-server v0.24.2
11222025-01-25T04:23:44.505Z Downloaded ena v0.14.3
11232025-01-25T04:23:44.508Z Downloaded vergen v8.3.2
11242025-01-25T04:23:44.511Z Downloaded yoke v0.7.4
11252025-01-25T04:23:44.514Z Downloaded icu_collections v1.5.0
11262025-01-25T04:23:44.518Z Downloaded base64 v0.22.1
11272025-01-25T04:23:44.522Z Downloaded bumpalo v3.16.0
11282025-01-25T04:23:44.525Z Downloaded parking_lot v0.11.2
11292025-01-25T04:23:44.528Z Downloaded phf_generator v0.11.2
11302025-01-25T04:23:44.531Z Downloaded num-iter v0.1.45
11312025-01-25T04:23:44.531Z Downloaded num-integer v0.1.46
11322025-01-25T04:23:44.534Z Downloaded num-derive v0.4.2
11332025-01-25T04:23:44.534Z Downloaded num-complex v0.4.6
11342025-01-25T04:23:44.536Z Downloaded hex v0.4.3
11352025-01-25T04:23:44.536Z Downloaded fragile v2.0.0
11362025-01-25T04:23:44.539Z Downloaded rustversion v1.0.17
11372025-01-25T04:23:44.545Z Downloaded crypto-bigint v0.5.5
11382025-01-25T04:23:44.547Z Downloaded heapless v0.8.0
11392025-01-25T04:23:44.552Z Downloaded backtrace v0.3.74
11402025-01-25T04:23:44.556Z Downloaded tokio-rustls v0.25.0
11412025-01-25T04:23:44.560Z Downloaded serde_derive_internals v0.29.1
11422025-01-25T04:23:44.562Z Downloaded zerofrom-derive v0.1.4
11432025-01-25T04:23:44.562Z Downloaded sct v0.7.1
11442025-01-25T04:23:44.565Z Downloaded icu_locid_transform v1.5.0
11452025-01-25T04:23:44.568Z Downloaded keccak v0.1.5
11462025-01-25T04:23:44.568Z Downloaded jobserver v0.1.32
11472025-01-25T04:23:44.570Z Downloaded mockall v0.13.0
11482025-01-25T04:23:44.573Z Downloaded mime_guess v2.0.5
11492025-01-25T04:23:44.573Z Downloaded idna_adapter v1.2.0
11502025-01-25T04:23:44.575Z Downloaded crossbeam-utils v0.8.20
11512025-01-25T04:23:44.576Z Downloaded sqlparser_derive v0.2.2
11522025-01-25T04:23:44.578Z Downloaded linked-hash-map v0.5.6
11532025-01-25T04:23:44.578Z Downloaded libefi-sys v0.1.0
11542025-01-25T04:23:44.578Z Downloaded cancel-safe-futures v0.1.5
11552025-01-25T04:23:44.581Z Downloaded cookie v0.18.1
11562025-01-25T04:23:44.583Z Downloaded const-oid v0.9.6
11572025-01-25T04:23:44.586Z Downloaded darling v0.20.10
11582025-01-25T04:23:44.589Z Downloaded hyper-rustls v0.27.3
11592025-01-25T04:23:44.591Z Downloaded clang-sys v1.8.1
11602025-01-25T04:23:44.594Z Downloaded argon2 v0.5.3
11612025-01-25T04:23:44.597Z Downloaded bcs v0.1.6
11622025-01-25T04:23:44.599Z Downloaded csv-core v0.1.11
11632025-01-25T04:23:44.599Z Downloaded arrayvec v0.7.6
11642025-01-25T04:23:44.602Z Downloaded impl-trait-for-tuples v0.2.2
11652025-01-25T04:23:44.605Z Downloaded addr2line v0.24.2
11662025-01-25T04:23:44.608Z Downloaded ipnetwork v0.20.0
11672025-01-25T04:23:44.608Z Downloaded crc32fast v1.4.2
11682025-01-25T04:23:44.610Z Downloaded async-bb8-diesel v0.2.1
11692025-01-25T04:23:44.613Z Downloaded chacha20 v0.9.1
11702025-01-25T04:23:44.613Z Downloaded hostname v0.4.0
11712025-01-25T04:23:44.616Z Downloaded encoding_rs v0.8.34
11722025-01-25T04:23:44.633Z Downloaded httpdate v1.0.3
11732025-01-25T04:23:44.636Z Downloaded blowfish v0.9.1
11742025-01-25T04:23:44.636Z Downloaded cobs v0.2.3
11752025-01-25T04:23:44.639Z Downloaded base64ct v1.6.0
11762025-01-25T04:23:44.641Z Downloaded home v0.5.9
11772025-01-25T04:23:44.641Z Downloaded arrayref v0.3.9
11782025-01-25T04:23:44.641Z Downloaded aead v0.5.2
11792025-01-25T04:23:44.644Z Downloaded cbc v0.1.2
11802025-01-25T04:23:44.644Z Downloaded atomic-waker v1.1.2
11812025-01-25T04:23:44.644Z Downloaded cmake v0.1.51
11822025-01-25T04:23:44.647Z Downloaded base16ct v0.2.0
11832025-01-25T04:23:44.782Z Downloaded libgit2-sys v0.17.0+1.8.1
11842025-01-25T04:23:44.992Z Downloaded aws-lc-sys v0.22.0
11852025-01-25T04:23:45.379Z Downloaded ring v0.17.8
11862025-01-25T04:23:45.493Z Downloaded libsqlite3-sys v0.30.1
11872025-01-25T04:23:45.679Z Compiling serde v1.0.217
11882025-01-25T04:23:45.683Z Compiling lock_api v0.4.12
11892025-01-25T04:23:45.683Z Compiling scopeguard v1.2.0
11902025-01-25T04:23:45.683Z Compiling value-bag v1.9.0
11912025-01-25T04:23:45.683Z Compiling typenum v1.17.0
11922025-01-25T04:23:45.887Z Compiling generic-array v0.14.7
11932025-01-25T04:23:45.893Z Compiling syn v2.0.96
11942025-01-25T04:23:45.895Z Compiling getrandom v0.2.15
11952025-01-25T04:23:46.046Z Compiling subtle v2.6.1
11962025-01-25T04:23:46.178Z Compiling rand_core v0.6.4
11972025-01-25T04:23:46.318Z Compiling log v0.4.22
11982025-01-25T04:23:46.385Z Compiling shlex v1.3.0
11992025-01-25T04:23:46.402Z Compiling jobserver v0.1.32
12002025-01-25T04:23:46.436Z Compiling smallvec v1.13.2
12012025-01-25T04:23:46.722Z Compiling const-oid v0.9.6
12022025-01-25T04:23:46.765Z Compiling spin v0.9.8
12032025-01-25T04:23:46.767Z Compiling pin-project-lite v0.2.14
12042025-01-25T04:23:46.850Z Compiling cc v1.1.30
12052025-01-25T04:23:46.996Z Compiling rustix v0.38.37
12062025-01-25T04:23:47.124Z Compiling parking_lot_core v0.9.10
12072025-01-25T04:23:47.140Z Compiling futures-core v0.3.31
12082025-01-25T04:23:47.236Z Compiling signal-hook-registry v1.4.2
12092025-01-25T04:23:47.376Z Compiling mio v1.0.2
12102025-01-25T04:23:47.738Z Compiling aho-corasick v1.1.3
12112025-01-25T04:23:47.919Z Compiling parking_lot v0.12.3
12122025-01-25T04:23:48.110Z Compiling cpufeatures v0.2.14
12132025-01-25T04:23:48.114Z Compiling stable_deref_trait v1.2.0
12142025-01-25T04:23:48.199Z Compiling either v1.13.0
12152025-01-25T04:23:48.230Z Compiling regex-syntax v0.8.5
12162025-01-25T04:23:48.415Z Compiling lazy_static v1.5.0
12172025-01-25T04:23:48.541Z Compiling glob v0.3.1
12182025-01-25T04:23:48.609Z Compiling futures-sink v0.3.31
12192025-01-25T04:23:48.730Z Compiling socket2 v0.5.7
12202025-01-25T04:23:48.757Z Compiling slab v0.4.9
12212025-01-25T04:23:48.776Z Compiling prettyplease v0.2.25
12222025-01-25T04:23:49.116Z Compiling minimal-lexical v0.2.1
12232025-01-25T04:23:49.222Z Compiling serde_json v1.0.135
12242025-01-25T04:23:49.418Z Compiling clang-sys v1.8.1
12252025-01-25T04:23:49.630Z Compiling nom v7.1.3
12262025-01-25T04:23:49.701Z Compiling libloading v0.8.5
12272025-01-25T04:23:49.949Z Compiling home v0.5.9
12282025-01-25T04:23:50.094Z Compiling bindgen v0.69.5
12292025-01-25T04:23:50.208Z Compiling futures-channel v0.3.31
12302025-01-25T04:23:50.537Z Compiling itertools v0.12.1
12312025-01-25T04:23:50.619Z Compiling allocator-api2 v0.2.18
12322025-01-25T04:23:50.933Z Compiling foldhash v0.1.3
12332025-01-25T04:23:51.247Z Compiling libm v0.2.8
12342025-01-25T04:23:51.431Z Compiling futures-task v0.3.31
12352025-01-25T04:23:51.591Z Compiling lazycell v1.3.0
12362025-01-25T04:23:51.619Z Compiling pin-utils v0.1.0
12372025-01-25T04:23:51.722Z Compiling futures-io v0.3.31
12382025-01-25T04:23:51.772Z Compiling rustc-hash v1.1.0
12392025-01-25T04:23:51.939Z Compiling regex-automata v0.4.8
12402025-01-25T04:23:52.019Z Compiling hashbrown v0.15.1
12412025-01-25T04:23:52.536Z Compiling cmake v0.1.51
12422025-01-25T04:23:52.997Z Compiling synstructure v0.13.1
12432025-01-25T04:23:53.348Z Compiling cexpr v0.6.0
12442025-01-25T04:23:53.356Z Compiling num-traits v0.2.19
12452025-01-25T04:23:53.771Z Compiling fs_extra v1.3.0
12462025-01-25T04:23:54.180Z Compiling pkg-config v0.3.31
12472025-01-25T04:23:54.429Z Compiling dunce v1.0.5
12482025-01-25T04:23:54.691Z Compiling writeable v0.5.5
12492025-01-25T04:23:54.999Z Compiling litemap v0.7.3
12502025-01-25T04:23:55.240Z Compiling ring v0.17.8
12512025-01-25T04:23:55.374Z Compiling paste v1.0.15
12522025-01-25T04:23:55.869Z Compiling base64ct v1.6.0
12532025-01-25T04:23:56.013Z Compiling aws-lc-rs v1.10.0
12542025-01-25T04:23:56.025Z Compiling httparse v1.9.5
12552025-01-25T04:23:56.334Z Compiling pem-rfc7468 v0.7.0
12562025-01-25T04:23:56.377Z Compiling icu_locid_transform_data v1.5.0
12572025-01-25T04:23:56.488Z Compiling flagset v0.4.6
12582025-01-25T04:23:56.737Z Compiling tracing-core v0.1.32
12592025-01-25T04:23:56.958Z Compiling crossbeam-utils v0.8.20
12602025-01-25T04:23:57.222Z Compiling rustls-pki-types v1.10.0
12612025-01-25T04:23:57.463Z Compiling regex v1.11.1
12622025-01-25T04:23:57.742Z Compiling percent-encoding v2.3.1
12632025-01-25T04:23:57.823Z Compiling icu_properties_data v1.5.0
12642025-01-25T04:23:58.117Z Compiling untrusted v0.9.0
12652025-01-25T04:23:58.231Z Compiling mirai-annotations v1.12.0
12662025-01-25T04:23:58.296Z Compiling utf16_iter v1.0.5
12672025-01-25T04:23:58.346Z Compiling time-core v0.1.2
12682025-01-25T04:23:58.368Z Compiling num-conv v0.1.0
12692025-01-25T04:23:58.484Z Compiling serde_derive v1.0.217
12702025-01-25T04:23:58.508Z Compiling zeroize_derive v1.4.2
12712025-01-25T04:23:58.512Z Compiling zerocopy-derive v0.7.35
12722025-01-25T04:23:58.613Z Compiling tokio-macros v2.5.0
12732025-01-25T04:23:58.693Z Compiling zerofrom-derive v0.1.4
12742025-01-25T04:23:59.941Z Compiling zeroize v1.8.1
12752025-01-25T04:24:00.120Z Compiling yoke-derive v0.7.4
12762025-01-25T04:24:00.461Z Compiling zerovec-derive v0.10.3
12772025-01-25T04:24:00.496Z Compiling zerocopy v0.7.35
12782025-01-25T04:24:01.565Z Compiling crypto-common v0.1.6
12792025-01-25T04:24:01.732Z Compiling block-buffer v0.10.4
12802025-01-25T04:24:01.753Z Compiling thiserror-impl v1.0.69
12812025-01-25T04:24:01.780Z Compiling displaydoc v0.2.5
12822025-01-25T04:24:01.998Z Compiling digest v0.10.7
12832025-01-25T04:24:02.255Z Compiling zerofrom v0.1.4
12842025-01-25T04:24:02.450Z Compiling hmac v0.12.1
12852025-01-25T04:24:02.472Z Compiling futures-macro v0.3.31
12862025-01-25T04:24:02.701Z Compiling block-padding v0.3.3
12872025-01-25T04:24:02.822Z Compiling sha2 v0.10.8
12882025-01-25T04:24:02.844Z Compiling yoke v0.7.4
12892025-01-25T04:24:02.954Z Compiling inout v0.1.3
12902025-01-25T04:24:03.002Z Compiling icu_provider_macros v1.5.0
12912025-01-25T04:24:03.176Z Compiling zerovec v0.10.4
12922025-01-25T04:24:03.213Z Compiling cipher v0.4.4
12932025-01-25T04:24:03.321Z Compiling ppv-lite86 v0.2.20
12942025-01-25T04:24:03.782Z Compiling der_derive v0.7.3
12952025-01-25T04:24:04.048Z Compiling rand_chacha v0.3.1
12962025-01-25T04:24:04.067Z Compiling tracing-attributes v0.1.27
12972025-01-25T04:24:04.391Z Compiling futures-util v0.3.31
12982025-01-25T04:24:04.794Z Compiling thiserror v1.0.69
12992025-01-25T04:24:04.960Z Compiling tinystr v0.7.6
13002025-01-25T04:24:05.178Z Compiling icu_collections v1.5.0
13012025-01-25T04:24:05.348Z Compiling icu_locid v1.5.0
13022025-01-25T04:24:06.056Z Compiling der v0.7.9
13032025-01-25T04:24:06.362Z Compiling pest v2.7.14
13042025-01-25T04:24:06.407Z Compiling icu_provider v1.5.0
13052025-01-25T04:24:06.445Z Compiling rand v0.8.5
13062025-01-25T04:24:07.330Z Compiling icu_locid_transform v1.5.0
13072025-01-25T04:24:07.362Z Compiling tracing v0.1.40
13082025-01-25T04:24:07.381Z Compiling salsa20 v0.10.2
13092025-01-25T04:24:07.612Z Compiling pbkdf2 v0.12.2
13102025-01-25T04:24:07.790Z Compiling untrusted v0.7.1
13112025-01-25T04:24:07.871Z Compiling spki v0.7.3
13122025-01-25T04:24:07.994Z Compiling utf8_iter v1.0.4
13132025-01-25T04:24:08.240Z Compiling icu_normalizer_data v1.5.0
13142025-01-25T04:24:08.242Z Compiling powerfmt v0.2.0
13152025-01-25T04:24:08.372Z Compiling write16 v1.0.0
13162025-01-25T04:24:08.403Z Compiling vcpkg v0.2.15
13172025-01-25T04:24:08.513Z Compiling deranged v0.3.11
13182025-01-25T04:24:08.594Z Compiling icu_properties v1.5.1
13192025-01-25T04:24:08.905Z Compiling scrypt v0.11.0
13202025-01-25T04:24:09.421Z Compiling pest_meta v2.7.14
13212025-01-25T04:24:09.453Z Compiling aes v0.8.4
13222025-01-25T04:24:09.695Z Compiling cbc v0.1.2
13232025-01-25T04:24:09.939Z Compiling time-macros v0.2.18
13242025-01-25T04:24:09.957Z Compiling scroll_derive v0.12.0
13252025-01-25T04:24:10.197Z Compiling openssl-sys v0.9.103
13262025-01-25T04:24:11.252Z Compiling bitflags v2.6.0
13272025-01-25T04:24:11.383Z Compiling bytes v1.9.0
13282025-01-25T04:24:12.262Z Compiling tokio v1.43.0
13292025-01-25T04:24:12.649Z Compiling indexmap v2.7.0
13302025-01-25T04:24:12.889Z Compiling http v1.2.0
13312025-01-25T04:24:13.092Z Compiling semver v1.0.24
13322025-01-25T04:24:13.139Z Compiling icu_normalizer v1.5.0
13332025-01-25T04:24:13.762Z Compiling rustc_version v0.4.1
13342025-01-25T04:24:13.859Z Compiling atomic-waker v1.1.2
13352025-01-25T04:24:14.050Z Compiling tinyvec_macros v0.1.1
13362025-01-25T04:24:14.156Z Compiling num_threads v0.1.7
13372025-01-25T04:24:14.335Z Compiling time v0.3.36
13382025-01-25T04:24:14.367Z Compiling http-body v1.0.1
13392025-01-25T04:24:14.399Z Compiling tinyvec v1.8.0
13402025-01-25T04:24:14.607Z Compiling idna_adapter v1.2.0
13412025-01-25T04:24:14.881Z Compiling scroll v0.12.0
13422025-01-25T04:24:14.969Z Compiling pest_generator v2.7.14
13432025-01-25T04:24:15.056Z Compiling pkcs5 v0.7.1
13442025-01-25T04:24:15.108Z Compiling form_urlencoded v1.2.1
13452025-01-25T04:24:15.385Z Compiling which v4.4.2
13462025-01-25T04:24:15.414Z Compiling try-lock v0.2.5
13472025-01-25T04:24:15.570Z Compiling slog v2.7.0
13482025-01-25T04:24:15.983Z Compiling goblin v0.8.2
13492025-01-25T04:24:16.106Z Compiling pkcs8 v0.10.2
13502025-01-25T04:24:16.143Z Compiling want v0.3.1
13512025-01-25T04:24:16.399Z Compiling idna v1.0.3
13522025-01-25T04:24:16.425Z Compiling uuid v1.12.0
13532025-01-25T04:24:16.743Z Compiling pest_derive v2.7.14
13542025-01-25T04:24:16.772Z Compiling httpdate v1.0.3
13552025-01-25T04:24:17.216Z Compiling iana-time-zone v0.1.61
13562025-01-25T04:24:17.512Z Compiling dtrace-parser v0.2.0
13572025-01-25T04:24:17.625Z Compiling chrono v0.4.39
13582025-01-25T04:24:17.996Z Compiling serde_spanned v0.6.8
13592025-01-25T04:24:18.241Z Compiling toml_datetime v0.6.8
13602025-01-25T04:24:18.646Z Compiling serde_tokenstream v0.2.2
13612025-01-25T04:24:18.713Z Compiling rustversion v1.0.17
13622025-01-25T04:24:18.990Z Compiling base64 v0.22.1
13632025-01-25T04:24:19.309Z Compiling foreign-types-shared v0.1.1
13642025-01-25T04:24:19.364Z Compiling match_cfg v0.1.0
13652025-01-25T04:24:19.386Z Compiling tower-service v0.3.3
13662025-01-25T04:24:19.388Z Compiling openssl v0.10.66
13672025-01-25T04:24:19.458Z Compiling adler2 v2.0.0
13682025-01-25T04:24:19.537Z Compiling hostname v0.3.1
13692025-01-25T04:24:19.672Z Compiling miniz_oxide v0.8.0
13702025-01-25T04:24:19.760Z Compiling foreign-types v0.3.2
13712025-01-25T04:24:19.777Z Compiling url v2.5.3
13722025-01-25T04:24:19.870Z Compiling openssl-macros v0.1.1
13732025-01-25T04:24:20.603Z Compiling tokio-util v0.7.12
13742025-01-25T04:24:20.978Z Compiling async-trait v0.1.85
13752025-01-25T04:24:21.059Z Compiling serde_derive_internals v0.29.1
13762025-01-25T04:24:21.079Z Compiling dirs-sys-next v0.1.2
13772025-01-25T04:24:21.556Z Compiling h2 v0.4.6
13782025-01-25T04:24:21.632Z Compiling dof v0.3.0
13792025-01-25T04:24:21.848Z Compiling rustls v0.23.19
13802025-01-25T04:24:22.129Z Compiling data-encoding v2.6.0
13812025-01-25T04:24:23.404Z Compiling usdt-impl v0.5.0
13822025-01-25T04:24:23.465Z Compiling native-tls v0.2.12
13832025-01-25T04:24:23.486Z Compiling rustls v0.22.4
13842025-01-25T04:24:23.777Z Compiling syn v1.0.109
13852025-01-25T04:24:23.802Z Compiling siphasher v0.3.11
13862025-01-25T04:24:24.158Z Compiling schemars v0.8.21
13872025-01-25T04:24:24.238Z Compiling schemars_derive v0.8.21
13882025-01-25T04:24:24.400Z Compiling dirs-next v2.0.0
13892025-01-25T04:24:24.878Z Compiling unicode-normalization v0.1.24
13902025-01-25T04:24:24.973Z Compiling crossbeam-epoch v0.9.18
13912025-01-25T04:24:25.562Z Compiling http-body-util v0.1.2
13922025-01-25T04:24:25.650Z Compiling heapless v0.7.17
13932025-01-25T04:24:25.865Z Compiling sha1 v0.10.6
13942025-01-25T04:24:25.988Z Compiling signature v2.2.0
13952025-01-25T04:24:26.024Z Compiling bzip2-sys v0.1.11+1.0.8
13962025-01-25T04:24:26.083Z Compiling thread_local v1.1.8
13972025-01-25T04:24:26.223Z Compiling cookie v0.18.1
13982025-01-25T04:24:26.256Z Compiling encoding_rs v0.8.34
13992025-01-25T04:24:26.497Z Compiling multer v3.1.0
14002025-01-25T04:24:26.518Z Compiling ipnet v2.10.1
14012025-01-25T04:24:26.586Z Compiling unicode-properties v0.1.3
14022025-01-25T04:24:26.791Z Compiling unicode-bidi v0.3.17
14032025-01-25T04:24:27.095Z Compiling rayon-core v1.12.1
14042025-01-25T04:24:27.238Z Compiling gimli v0.31.1
14052025-01-25T04:24:27.308Z Compiling dyn-clone v1.0.17
14062025-01-25T04:24:27.533Z Compiling slog-async v2.8.0
14072025-01-25T04:24:27.574Z Compiling signal-hook v0.3.17
14082025-01-25T04:24:27.839Z Compiling mime v0.3.17
14092025-01-25T04:24:28.029Z Compiling openssl-probe v0.1.5
14102025-01-25T04:24:28.059Z Compiling toml_edit v0.22.22
14112025-01-25T04:24:28.375Z Compiling hyper v1.5.2
14122025-01-25T04:24:28.454Z Compiling stringprep v0.1.5
14132025-01-25T04:24:30.998Z Compiling hyper-util v0.1.10
14142025-01-25T04:24:31.536Z Compiling addr2line v0.24.2
14152025-01-25T04:24:32.139Z Compiling crossbeam-deque v0.8.5
14162025-01-25T04:24:32.160Z Compiling usdt-macro v0.5.0
14172025-01-25T04:24:32.233Z Compiling usdt-attr-macro v0.5.0
14182025-01-25T04:24:32.495Z Compiling term v0.7.0
14192025-01-25T04:24:33.480Z Compiling slog-json v2.6.1
14202025-01-25T04:24:33.511Z Compiling serde_urlencoded v0.7.1
14212025-01-25T04:24:33.748Z Compiling crossbeam-channel v0.5.13
14222025-01-25T04:24:33.761Z Compiling curve25519-dalek v4.1.3
14232025-01-25T04:24:33.813Z Compiling futures-executor v0.3.31
14242025-01-25T04:24:33.833Z Compiling enum-as-inner v0.6.1
14252025-01-25T04:24:33.988Z Compiling md-5 v0.10.6
14262025-01-25T04:24:34.293Z Compiling async-stream-impl v0.3.6
14272025-01-25T04:24:34.364Z Compiling rustls-pemfile v2.2.0
14282025-01-25T04:24:34.389Z Compiling num-integer v0.1.46
14292025-01-25T04:24:34.632Z Compiling hash32 v0.2.1
14302025-01-25T04:24:34.678Z Compiling ff v0.13.0
14312025-01-25T04:24:34.859Z Compiling is-terminal v0.4.13
14322025-01-25T04:24:34.930Z Compiling dropshot v0.12.0
14332025-01-25T04:24:34.976Z Compiling object v0.36.5
14342025-01-25T04:24:34.995Z Compiling litrs v0.4.1
14352025-01-25T04:24:35.133Z Compiling base16ct v0.2.0
14362025-01-25T04:24:35.226Z Compiling rustc-demangle v0.1.24
14372025-01-25T04:24:35.442Z Compiling utf-8 v0.7.6
14382025-01-25T04:24:35.521Z Compiling smoltcp v0.9.1
14392025-01-25T04:24:35.566Z Compiling psl-types v2.0.11
14402025-01-25T04:24:35.762Z Compiling anyhow v1.0.95
14412025-01-25T04:24:35.784Z Compiling linked-hash-map v0.5.6
14422025-01-25T04:24:36.083Z Compiling fallible-iterator v0.2.0
14432025-01-25T04:24:36.111Z Compiling take_mut v0.2.2
14442025-01-25T04:24:36.133Z Compiling num-bigint-dig v0.8.4
14452025-01-25T04:24:36.136Z Compiling portable-atomic v1.9.0
14462025-01-25T04:24:36.266Z Compiling quick-error v1.2.3
14472025-01-25T04:24:36.420Z Compiling resolv-conf v0.7.0
14482025-01-25T04:24:36.741Z Compiling postgres-protocol v0.6.7
14492025-01-25T04:24:36.793Z Compiling document-features v0.2.10
14502025-01-25T04:24:37.148Z Compiling lru-cache v0.1.2
14512025-01-25T04:24:37.196Z Compiling publicsuffix v2.3.0
14522025-01-25T04:24:37.344Z Compiling tungstenite v0.24.0
14532025-01-25T04:24:37.492Z Compiling async-stream v0.3.6
14542025-01-25T04:24:37.515Z Compiling sec1 v0.7.3
14552025-01-25T04:24:37.853Z Compiling slog-term v2.9.1
14562025-01-25T04:24:37.915Z Compiling group v0.13.0
14572025-01-25T04:24:38.037Z Compiling num-iter v0.1.45
14582025-01-25T04:24:38.238Z Compiling usdt v0.5.0
14592025-01-25T04:24:38.258Z Compiling hickory-proto v0.24.2
14602025-01-25T04:24:38.822Z Compiling futures v0.3.31
14612025-01-25T04:24:38.916Z Compiling slog-bunyan v2.5.0
14622025-01-25T04:24:39.401Z Compiling toml v0.8.19
14632025-01-25T04:24:40.131Z Compiling tokio-native-tls v0.3.1
14642025-01-25T04:24:40.418Z Compiling camino v1.1.9
14652025-01-25T04:24:40.545Z Compiling phf_shared v0.11.2
14662025-01-25T04:24:40.898Z Compiling dropshot_endpoint v0.12.0
14672025-01-25T04:24:40.919Z Compiling terminal_size v0.4.0
14682025-01-25T04:24:41.052Z Compiling waitgroup v0.1.2
14692025-01-25T04:24:41.139Z Compiling openapiv3 v2.0.0
14702025-01-25T04:24:41.234Z Compiling serde_path_to_error v0.1.16
14712025-01-25T04:24:41.275Z Compiling backtrace v0.3.74
14722025-01-25T04:24:41.907Z Compiling hkdf v0.12.4
14732025-01-25T04:24:41.981Z Compiling crypto-bigint v0.5.5
14742025-01-25T04:24:42.172Z Compiling curve25519-dalek-derive v0.1.1
14752025-01-25T04:24:43.594Z Compiling zerocopy-derive v0.6.6
14762025-01-25T04:24:44.295Z Compiling webpki-roots v0.26.6
14772025-01-25T04:24:44.513Z Compiling hostname v0.4.0
14782025-01-25T04:24:44.738Z Compiling ahash v0.8.11
14792025-01-25T04:24:45.073Z Compiling crc32fast v1.4.2
14802025-01-25T04:24:45.097Z Compiling fs-err v2.11.0
14812025-01-25T04:24:45.188Z Compiling bitflags v1.3.2
14822025-01-25T04:24:45.190Z Compiling hubpack_derive v0.1.1
14832025-01-25T04:24:45.293Z Compiling managed v0.8.0
14842025-01-25T04:24:45.395Z Compiling debug-ignore v1.0.5
14852025-01-25T04:24:45.416Z Compiling winnow v0.5.40
14862025-01-25T04:24:45.514Z Compiling newtype-uuid v1.2.1
14872025-01-25T04:24:45.554Z Compiling console v0.15.8
14882025-01-25T04:24:45.832Z Compiling clap_builder v4.5.21
14892025-01-25T04:24:46.054Z Compiling hubpack v0.1.2
14902025-01-25T04:24:46.461Z Compiling strum_macros v0.25.3
14912025-01-25T04:24:46.889Z Compiling zerocopy v0.6.6
14922025-01-25T04:24:47.545Z Compiling flate2 v1.0.35
14932025-01-25T04:24:47.682Z Compiling elliptic-curve v0.13.8
14942025-01-25T04:24:47.718Z Compiling hickory-resolver v0.24.2
14952025-01-25T04:24:48.470Z Compiling phf v0.11.2
14962025-01-25T04:24:48.759Z Compiling toml_edit v0.19.15
14972025-01-25T04:24:48.782Z Compiling signal-hook-mio v0.2.4
14982025-01-25T04:24:48.953Z Compiling hyper-tls v0.6.0
14992025-01-25T04:24:49.186Z Compiling rayon v1.10.0
15002025-01-25T04:24:49.383Z Compiling cookie_store v0.21.1
15012025-01-25T04:24:50.252Z Compiling bzip2 v0.4.4
15022025-01-25T04:24:50.669Z Compiling tokio-tungstenite v0.24.0
15032025-01-25T04:24:51.226Z Compiling postgres-types v0.2.8
15042025-01-25T04:24:53.379Z Compiling ed25519 v2.2.3
15052025-01-25T04:24:53.575Z Compiling phf_shared v0.10.0
15062025-01-25T04:24:53.789Z Compiling tokio-stream v0.1.16
15072025-01-25T04:24:53.948Z Compiling pkcs1 v0.7.5
15082025-01-25T04:24:54.088Z Compiling serde-big-array v0.5.1
15092025-01-25T04:24:54.328Z Compiling clap_derive v4.5.18
15102025-01-25T04:24:54.757Z Compiling rfc6979 v0.4.0
15112025-01-25T04:24:54.881Z Compiling serde_repr v0.1.19
15122025-01-25T04:24:54.950Z Compiling derive-where v1.2.7
15132025-01-25T04:24:55.263Z Compiling bstr v1.10.0
15142025-01-25T04:24:55.650Z Compiling float-cmp v0.9.0
15152025-01-25T04:24:55.873Z Compiling sync_wrapper v1.0.1
15162025-01-25T04:24:55.992Z Compiling precomputed-hash v0.1.1
15172025-01-25T04:24:55.997Z Compiling fixedbitset v0.4.2
15182025-01-25T04:24:56.036Z Compiling whoami v1.5.2
15192025-01-25T04:24:56.055Z Compiling unicode-segmentation v1.12.0
15202025-01-25T04:24:56.382Z Compiling predicates-core v1.0.8
15212025-01-25T04:24:56.609Z Compiling bit-vec v0.6.3
15222025-01-25T04:24:56.703Z Compiling new_debug_unreachable v1.0.6
15232025-01-25T04:24:56.811Z Compiling static_assertions v1.1.0
15242025-01-25T04:24:56.851Z Compiling unicode-width v0.2.0
15252025-01-25T04:24:56.926Z Compiling number_prefix v0.4.0
15262025-01-25T04:24:56.930Z Compiling normalize-line-endings v0.3.0
15272025-01-25T04:24:56.981Z Compiling difflib v0.4.0
15282025-01-25T04:24:57.102Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15292025-01-25T04:24:57.151Z Compiling bit-set v0.5.3
15302025-01-25T04:24:57.413Z Compiling predicates v3.1.2
15312025-01-25T04:24:57.433Z Compiling indicatif v0.17.9
15322025-01-25T04:24:58.205Z Compiling string_cache v0.8.7
15332025-01-25T04:24:58.285Z Compiling similar v2.6.0
15342025-01-25T04:24:58.556Z Compiling tokio-postgres v0.7.12
15352025-01-25T04:24:58.848Z Compiling petgraph v0.6.5
15362025-01-25T04:24:58.891Z Compiling clap v4.5.21
15372025-01-25T04:24:59.020Z Compiling ecdsa v0.16.9
15382025-01-25T04:24:59.345Z Compiling rsa v0.9.6
15392025-01-25T04:24:59.887Z Compiling ed25519-dalek v2.1.1
15402025-01-25T04:25:00.450Z Compiling toml v0.7.8
15412025-01-25T04:25:01.168Z Compiling zip v0.6.6
15422025-01-25T04:25:01.943Z Compiling crossterm v0.28.1
15432025-01-25T04:25:03.273Z Compiling hex v0.4.3
15442025-01-25T04:25:03.302Z Compiling x509-cert v0.2.5
15452025-01-25T04:25:03.336Z Compiling itertools v0.10.5
15462025-01-25T04:25:03.850Z Compiling lalrpop-util v0.19.12
15472025-01-25T04:25:04.203Z Compiling unicode-xid v0.2.6
15482025-01-25T04:25:04.224Z Compiling peg-runtime v0.8.3
15492025-01-25T04:25:04.426Z Compiling strum_macros v0.26.4
15502025-01-25T04:25:04.491Z Compiling xattr v1.3.1
15512025-01-25T04:25:04.761Z Compiling filetime v0.2.25
15522025-01-25T04:25:05.079Z Compiling tar v0.4.42
15532025-01-25T04:25:08.923Z Compiling strum v0.26.3
15542025-01-25T04:25:11.988Z Compiling aws-lc-sys v0.22.0
15552025-01-25T04:25:39.367Z Compiling rustls-webpki v0.102.8
15562025-01-25T04:25:42.498Z Compiling tokio-rustls v0.25.0
15572025-01-25T04:25:44.139Z Compiling tokio-rustls v0.26.0
15582025-01-25T04:25:44.476Z Compiling hyper-rustls v0.27.3
15592025-01-25T04:25:44.933Z Compiling reqwest v0.12.9
15602025-01-25T04:25:46.202Z Compiling qorb v0.2.1
15612025-01-25T04:25:49.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15622025-01-25T04:25:49.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15632025-01-25T04:25:53.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15642025-01-25T04:25:54.058Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15652025-01-25T04:25:54.101ZJan 25 04:25:53.211 INFO Starting download, target: Clickhouse
15662025-01-25T04:25:54.101ZJan 25 04:25:53.211 INFO Starting download, target: Cockroach
15672025-01-25T04:25:54.101ZJan 25 04:25:53.211 INFO Starting download, target: Console
15682025-01-25T04:25:54.105ZJan 25 04:25:53.211 INFO Starting download, target: DendriteOpenapi
15692025-01-25T04:25:54.105ZJan 25 04:25:53.211 INFO Starting download, target: DendriteStub
15702025-01-25T04:25:54.105ZJan 25 04:25:53.211 INFO Starting download, target: MaghemiteMgd
15712025-01-25T04:25:54.105ZJan 25 04:25:53.211 INFO Starting download, target: TransceiverControl
15722025-01-25T04:25:54.105ZJan 25 04:25:53.212 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15732025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15742025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15752025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15762025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15772025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15782025-01-25T04:25:54.106ZJan 25 04:25:53.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15792025-01-25T04:25:54.376ZJan 25 04:25:53.462 INFO Download complete, target: DendriteOpenapi
15802025-01-25T04:25:54.597ZJan 25 04:25:53.590 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15812025-01-25T04:25:54.708ZJan 25 04:25:53.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15822025-01-25T04:25:54.990ZJan 25 04:25:53.992 INFO Download complete, target: Console
15832025-01-25T04:25:55.144ZJan 25 04:25:54.243 INFO Download complete, target: TransceiverControl
15842025-01-25T04:25:55.477ZJan 25 04:25:54.584 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15852025-01-25T04:25:55.514ZJan 25 04:25:54.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15862025-01-25T04:25:56.133ZJan 25 04:25:55.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15872025-01-25T04:25:56.133ZJan 25 04:25:55.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15882025-01-25T04:25:56.499ZJan 25 04:25:55.608 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15892025-01-25T04:25:58.327ZJan 25 04:25:57.407 INFO Download complete, target: DendriteStub
15902025-01-25T04:25:58.335ZJan 25 04:25:57.431 INFO Download complete, target: MaghemiteMgd
15912025-01-25T04:26:03.515ZJan 25 04:26:02.611 INFO Checking that binary works, target: Cockroach
15922025-01-25T04:26:03.895ZJan 25 04:26:02.925 INFO Download complete, target: Cockroach
15932025-01-25T04:26:08.919ZJan 25 04:26:08.026 INFO Checking that binary works, target: Clickhouse
15942025-01-25T04:26:09.042ZJan 25 04:26:08.149 INFO Download complete, target: Clickhouse
15952025-01-25T04:26:09.066ZAll builder prerequisites installed successfully, and PATH looks valid
15962025-01-25T04:26:09.070Z
15972025-01-25T04:26:09.070Zreal 5:41.153787000
15982025-01-25T04:26:09.070Zuser 15:35.159156722
15992025-01-25T04:26:09.070Zsys 2:02.909595393
16002025-01-25T04:26:09.071Ztrap 0.543835440
16012025-01-25T04:26:09.071Ztflt 1.524363916
16022025-01-25T04:26:09.071Zdflt 1.995740509
16032025-01-25T04:26:09.071Zkflt 0.023273570
16042025-01-25T04:26:09.071Zlock 25:12.914030874
16052025-01-25T04:26:09.071Zslp 56:22.106561625
16062025-01-25T04:26:09.071Zlat 59.698966994
16072025-01-25T04:26:09.071Zstop 2:23.464130380
16082025-01-25T04:26:09.071Z+ banner hack-check
16092025-01-25T04:26:09.071Z
16102025-01-25T04:26:09.071Z # # ## #### # # #### # # ###### #### # #
16112025-01-25T04:26:09.071Z # # # # # # # # # # # # # # # # #
16122025-01-25T04:26:09.071Z ###### # # # #### ##### # ###### ##### # ####
16132025-01-25T04:26:09.071Z # # ###### # # # # # # # # # #
16142025-01-25T04:26:09.071Z # # # # # # # # # # # # # # # # #
16152025-01-25T04:26:09.071Z # # # # #### # # #### # # ###### #### # #
16162025-01-25T04:26:09.071Z
16172025-01-25T04:26:09.071Z+ export CARGO_INCREMENTAL=0
16182025-01-25T04:26:09.071Z+ CARGO_INCREMENTAL=0
16192025-01-25T04:26:09.071Z+ ptime -m timeout 2h cargo xtask check-features --ci
16202025-01-25T04:26:09.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16212025-01-25T04:26:12.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
16222025-01-25T04:26:12.543Z Running `target/debug/xtask check-features --ci`
16232025-01-25T04:26:12.570Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16242025-01-25T04:26:12.574Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16252025-01-25T04:26:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16262025-01-25T04:26:13.024Z Running `target/debug/xtask download cargo-hack`
16272025-01-25T04:26:13.890Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16282025-01-25T04:26:14.203Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16292025-01-25T04:26:17.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
16302025-01-25T04:26:17.986Z Running `target/debug/xtask-downloader cargo-hack`
16312025-01-25T04:26:18.022ZJan 25 04:26:17.128 INFO Starting download, target: CargoHack
16322025-01-25T04:26:18.025ZJan 25 04:26:17.129 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16332025-01-25T04:26:18.762ZJan 25 04:26:17.865 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16342025-01-25T04:26:18.851ZJan 25 04:26:17.957 INFO Download complete, target: CargoHack
16352025-01-25T04:26:18.855Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16362025-01-25T04:26:18.872Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16372025-01-25T04:26:19.045Zinfo: running `cargo check --bins` on api_identity (1/197)
16382025-01-25T04:26:19.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-25T04:26:19.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-25T04:26:19.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-25T04:26:19.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16422025-01-25T04:26:19.634Z
16432025-01-25T04:26:19.634Zinfo: running `cargo check --bins` on bootstore (2/197)
16442025-01-25T04:26:20.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-25T04:26:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-25T04:26:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-25T04:26:20.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16482025-01-25T04:26:20.262Z
16492025-01-25T04:26:20.262Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16502025-01-25T04:26:20.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-25T04:26:20.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-25T04:26:20.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-25T04:26:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16542025-01-25T04:26:20.865Z
16552025-01-25T04:26:20.865Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16562025-01-25T04:26:21.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-25T04:26:21.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-25T04:26:21.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-25T04:26:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16602025-01-25T04:26:21.478Z
16612025-01-25T04:26:21.478Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16622025-01-25T04:26:21.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-25T04:26:21.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-25T04:26:21.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-25T04:26:21.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662025-01-25T04:26:21.901Z
16672025-01-25T04:26:21.901Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16682025-01-25T04:26:22.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-25T04:26:22.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-25T04:26:22.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-25T04:26:22.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16722025-01-25T04:26:22.326Z
16732025-01-25T04:26:22.326Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16742025-01-25T04:26:22.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-25T04:26:22.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-25T04:26:22.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-25T04:26:22.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16782025-01-25T04:26:22.753Z
16792025-01-25T04:26:22.753Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16802025-01-25T04:26:23.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-25T04:26:23.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-25T04:26:23.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-25T04:26:23.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842025-01-25T04:26:23.170Z
16852025-01-25T04:26:23.170Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16862025-01-25T04:26:23.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-25T04:26:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-25T04:26:23.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-25T04:26:23.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902025-01-25T04:26:23.591Z
16912025-01-25T04:26:23.591Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16922025-01-25T04:26:24.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-25T04:26:24.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-25T04:26:24.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-25T04:26:24.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16962025-01-25T04:26:24.024Z
16972025-01-25T04:26:24.025Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16982025-01-25T04:26:24.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-25T04:26:24.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-25T04:26:24.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-25T04:26:24.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022025-01-25T04:26:24.429Z
17032025-01-25T04:26:24.429Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17042025-01-25T04:26:24.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-25T04:26:24.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-25T04:26:24.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-25T04:26:24.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082025-01-25T04:26:24.851Z
17092025-01-25T04:26:24.851Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17102025-01-25T04:26:25.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-25T04:26:25.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-25T04:26:25.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-25T04:26:25.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17142025-01-25T04:26:25.276Z
17152025-01-25T04:26:25.276Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17162025-01-25T04:26:25.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-25T04:26:25.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-25T04:26:25.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-25T04:26:25.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202025-01-25T04:26:25.697Z
17212025-01-25T04:26:25.698Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17222025-01-25T04:26:26.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-25T04:26:26.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-25T04:26:26.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-25T04:26:26.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262025-01-25T04:26:26.118Z
17272025-01-25T04:26:26.118Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17282025-01-25T04:26:26.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-25T04:26:26.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-25T04:26:26.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-25T04:26:26.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17322025-01-25T04:26:26.549Z
17332025-01-25T04:26:26.549Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17342025-01-25T04:26:26.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-25T04:26:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-25T04:26:26.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-25T04:26:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17382025-01-25T04:26:26.977Z
17392025-01-25T04:26:26.977Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17402025-01-25T04:26:27.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-25T04:26:27.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-25T04:26:27.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-25T04:26:27.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442025-01-25T04:26:27.402Z
17452025-01-25T04:26:27.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17462025-01-25T04:26:27.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-25T04:26:27.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-25T04:26:27.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-25T04:26:27.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17502025-01-25T04:26:27.825Z
17512025-01-25T04:26:27.825Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17522025-01-25T04:26:28.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-25T04:26:28.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-25T04:26:28.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-25T04:26:28.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562025-01-25T04:26:28.255Z
17572025-01-25T04:26:28.255Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17582025-01-25T04:26:28.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-25T04:26:28.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-25T04:26:28.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-25T04:26:28.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17622025-01-25T04:26:28.678Z
17632025-01-25T04:26:28.678Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17642025-01-25T04:26:29.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-25T04:26:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-25T04:26:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-25T04:26:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17682025-01-25T04:26:29.101Z
17692025-01-25T04:26:29.101Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17702025-01-25T04:26:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-25T04:26:29.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-25T04:26:29.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-25T04:26:29.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17742025-01-25T04:26:29.593Z
17752025-01-25T04:26:29.593Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17762025-01-25T04:26:29.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-25T04:26:29.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-25T04:26:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-01-25T04:26:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17802025-01-25T04:26:29.956Z
17812025-01-25T04:26:29.956Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17822025-01-25T04:26:30.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-01-25T04:26:30.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-01-25T04:26:30.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-01-25T04:26:30.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17862025-01-25T04:26:30.384Z
17872025-01-25T04:26:30.384Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17882025-01-25T04:26:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-01-25T04:26:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-01-25T04:26:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-01-25T04:26:30.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17922025-01-25T04:26:30.810Z
17932025-01-25T04:26:30.810Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17942025-01-25T04:26:31.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-01-25T04:26:31.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-01-25T04:26:31.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-01-25T04:26:31.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17982025-01-25T04:26:31.244Z
17992025-01-25T04:26:31.244Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18002025-01-25T04:26:31.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-01-25T04:26:31.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-01-25T04:26:31.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-01-25T04:26:31.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18042025-01-25T04:26:31.667Z
18052025-01-25T04:26:31.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18062025-01-25T04:26:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-01-25T04:26:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-01-25T04:26:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-01-25T04:26:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18102025-01-25T04:26:32.087Z
18112025-01-25T04:26:32.087Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18122025-01-25T04:26:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-01-25T04:26:32.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-01-25T04:26:32.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-01-25T04:26:32.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18162025-01-25T04:26:32.504Z
18172025-01-25T04:26:32.504Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18182025-01-25T04:26:32.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-01-25T04:26:32.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-01-25T04:26:32.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-01-25T04:26:32.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18222025-01-25T04:26:32.945Z
18232025-01-25T04:26:32.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18242025-01-25T04:26:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-01-25T04:26:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-01-25T04:26:33.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-01-25T04:26:33.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18282025-01-25T04:26:33.360Z
18292025-01-25T04:26:33.360Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18302025-01-25T04:26:33.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-01-25T04:26:33.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-01-25T04:26:33.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-01-25T04:26:33.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18342025-01-25T04:26:33.778Z
18352025-01-25T04:26:33.778Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18362025-01-25T04:26:34.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-01-25T04:26:34.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-01-25T04:26:34.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-01-25T04:26:34.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18402025-01-25T04:26:34.212Z
18412025-01-25T04:26:34.212Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18422025-01-25T04:26:34.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-01-25T04:26:34.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-01-25T04:26:34.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-01-25T04:26:34.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18462025-01-25T04:26:34.637Z
18472025-01-25T04:26:34.637Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18482025-01-25T04:26:35.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-01-25T04:26:35.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-01-25T04:26:35.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-01-25T04:26:35.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18522025-01-25T04:26:35.150Z
18532025-01-25T04:26:35.150Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18542025-01-25T04:26:35.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-01-25T04:26:35.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-01-25T04:26:35.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-01-25T04:26:35.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18582025-01-25T04:26:35.489Z
18592025-01-25T04:26:35.489Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18602025-01-25T04:26:35.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-01-25T04:26:35.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-01-25T04:26:35.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-01-25T04:26:35.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18642025-01-25T04:26:35.922Z
18652025-01-25T04:26:35.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18662025-01-25T04:26:36.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-01-25T04:26:36.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-01-25T04:26:36.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-01-25T04:26:36.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18702025-01-25T04:26:36.347Z
18712025-01-25T04:26:36.347Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18722025-01-25T04:26:36.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-01-25T04:26:36.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-01-25T04:26:36.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-01-25T04:26:36.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18762025-01-25T04:26:36.778Z
18772025-01-25T04:26:36.778Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18782025-01-25T04:26:37.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-01-25T04:26:37.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-01-25T04:26:37.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-01-25T04:26:37.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18822025-01-25T04:26:37.216Z
18832025-01-25T04:26:37.216Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18842025-01-25T04:26:37.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-01-25T04:26:37.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-01-25T04:26:37.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-01-25T04:26:37.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18882025-01-25T04:26:37.647Z
18892025-01-25T04:26:37.647Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18902025-01-25T04:26:38.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-01-25T04:26:38.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-01-25T04:26:38.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-01-25T04:26:38.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18942025-01-25T04:26:38.080Z
18952025-01-25T04:26:38.080Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18962025-01-25T04:26:38.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-01-25T04:26:38.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-01-25T04:26:38.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-01-25T04:26:38.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19002025-01-25T04:26:38.511Z
19012025-01-25T04:26:38.511Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19022025-01-25T04:26:39.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-01-25T04:26:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-01-25T04:26:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-01-25T04:26:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19062025-01-25T04:26:39.135Z
19072025-01-25T04:26:39.135Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19082025-01-25T04:26:39.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-01-25T04:26:39.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-01-25T04:26:39.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-01-25T04:26:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19122025-01-25T04:26:39.762Z
19132025-01-25T04:26:39.762Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19142025-01-25T04:26:40.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-01-25T04:26:40.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-01-25T04:26:40.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-01-25T04:26:40.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19182025-01-25T04:26:40.398Z
19192025-01-25T04:26:40.398Zinfo: running `cargo check --bins` on oxlog (48/197)
19202025-01-25T04:26:40.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-01-25T04:26:40.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-01-25T04:26:41.011Z Checking cfg-if v1.0.0
19232025-01-25T04:26:41.014Z Checking libc v0.2.169
19242025-01-25T04:26:41.123Z Checking serde v1.0.217
19252025-01-25T04:26:41.126Z Checking zeroize v1.8.1
19262025-01-25T04:26:41.143Z Checking memchr v2.7.4
19272025-01-25T04:26:41.146Z Checking typenum v1.17.0
19282025-01-25T04:26:41.164Z Checking scopeguard v1.2.0
19292025-01-25T04:26:41.179Z Checking subtle v2.6.1
19302025-01-25T04:26:41.193Z Checking value-bag v1.9.0
19312025-01-25T04:26:41.310Z Checking lock_api v0.4.12
19322025-01-25T04:26:41.367Z Checking smallvec v1.13.2
19332025-01-25T04:26:41.426Z Checking itoa v1.0.11
19342025-01-25T04:26:41.563Z Checking log v0.4.22
19352025-01-25T04:26:41.653Z Checking const-oid v0.9.6
19362025-01-25T04:26:41.692Z Checking pin-project-lite v0.2.14
19372025-01-25T04:26:41.717Z Checking byteorder v1.5.0
19382025-01-25T04:26:42.013Z Checking futures-core v0.3.31
19392025-01-25T04:26:42.065Z Checking once_cell v1.20.2
19402025-01-25T04:26:42.065Z Checking stable_deref_trait v1.2.0
19412025-01-25T04:26:42.071Z Checking cpufeatures v0.2.14
19422025-01-25T04:26:42.105Z Checking getrandom v0.2.15
19432025-01-25T04:26:42.120Z Checking parking_lot_core v0.9.10
19442025-01-25T04:26:42.123Z Checking signal-hook-registry v1.4.2
19452025-01-25T04:26:42.123Z Checking mio v1.0.2
19462025-01-25T04:26:42.197Z Checking generic-array v0.14.7
19472025-01-25T04:26:42.250Z Checking futures-sink v0.3.31
19482025-01-25T04:26:42.335Z Checking rand_core v0.6.4
19492025-01-25T04:26:42.379Z Checking socket2 v0.5.7
19502025-01-25T04:26:42.396Z Checking spin v0.9.8
19512025-01-25T04:26:42.433Z Checking parking_lot v0.12.3
19522025-01-25T04:26:42.620Z Checking zerocopy v0.7.35
19532025-01-25T04:26:42.673Z Checking zerofrom v0.1.4
19542025-01-25T04:26:42.735Z Checking slab v0.4.9
19552025-01-25T04:26:42.764Z Checking futures-channel v0.3.31
19562025-01-25T04:26:42.940Z Checking allocator-api2 v0.2.18
19572025-01-25T04:26:42.946Z Checking yoke v0.7.4
19582025-01-25T04:26:42.978Z Checking pin-utils v0.1.0
19592025-01-25T04:26:43.073Z Checking equivalent v1.0.1
19602025-01-25T04:26:43.092Z Checking foldhash v0.1.3
19612025-01-25T04:26:43.182Z Checking zerovec v0.10.4
19622025-01-25T04:26:43.197Z Checking futures-io v0.3.31
19632025-01-25T04:26:43.270Z Checking crypto-common v0.1.6
19642025-01-25T04:26:43.293Z Checking block-buffer v0.10.4
19652025-01-25T04:26:43.379Z Checking futures-task v0.3.31
19662025-01-25T04:26:43.467Z Checking block-padding v0.3.3
19672025-01-25T04:26:43.483Z Checking hashbrown v0.15.1
19682025-01-25T04:26:43.511Z Checking ryu v1.0.18
19692025-01-25T04:26:43.538Z Checking digest v0.10.7
19702025-01-25T04:26:43.603Z Checking futures-util v0.3.31
19712025-01-25T04:26:43.676Z Checking inout v0.1.3
19722025-01-25T04:26:43.742Z Checking writeable v0.5.5
19732025-01-25T04:26:43.814Z Checking litemap v0.7.3
19742025-01-25T04:26:43.886Z Checking fnv v1.0.7
19752025-01-25T04:26:43.904Z Checking hmac v0.12.1
19762025-01-25T04:26:44.066Z Checking sha2 v0.10.8
19772025-01-25T04:26:44.081Z Checking cipher v0.4.4
19782025-01-25T04:26:44.106Z Checking libm v0.2.8
19792025-01-25T04:26:44.129Z Checking base64ct v1.6.0
19802025-01-25T04:26:44.435Z Checking ppv-lite86 v0.2.20
19812025-01-25T04:26:44.477Z Checking icu_locid_transform_data v1.5.0
19822025-01-25T04:26:44.550Z Checking pem-rfc7468 v0.7.0
19832025-01-25T04:26:44.583Z Checking flagset v0.4.6
19842025-01-25T04:26:44.601Z Checking tracing-core v0.1.32
19852025-01-25T04:26:44.699Z Checking tinystr v0.7.6
19862025-01-25T04:26:44.771Z Checking icu_collections v1.5.0
19872025-01-25T04:26:44.811Z Checking der v0.7.9
19882025-01-25T04:26:44.995Z Checking num-traits v0.2.19
19892025-01-25T04:26:45.023Z Checking icu_locid v1.5.0
19902025-01-25T04:26:45.166Z Checking rand_chacha v0.3.1
19912025-01-25T04:26:45.195Z Checking thiserror v1.0.69
19922025-01-25T04:26:45.339Z Checking icu_properties_data v1.5.0
19932025-01-25T04:26:45.399Z Checking percent-encoding v2.3.1
19942025-01-25T04:26:45.511Z Checking rustls-pki-types v1.10.0
19952025-01-25T04:26:45.556Z Checking bytes v1.9.0
19962025-01-25T04:26:45.575Z Checking indexmap v2.7.0
19972025-01-25T04:26:45.604Z Checking serde_json v1.0.135
19982025-01-25T04:26:45.910Z Checking icu_provider v1.5.0
19992025-01-25T04:26:46.033Z Checking bitflags v2.6.0
20002025-01-25T04:26:46.331Z Checking tokio v1.43.0
20012025-01-25T04:26:46.331Z Checking http v1.2.0
20022025-01-25T04:26:46.484Z Checking rand v0.8.5
20032025-01-25T04:26:46.501Z Checking icu_locid_transform v1.5.0
20042025-01-25T04:26:46.504Z Checking spki v0.7.3
20052025-01-25T04:26:46.696Z Checking tracing v0.1.40
20062025-01-25T04:26:46.797Z Checking salsa20 v0.10.2
20072025-01-25T04:26:47.020Z Checking pbkdf2 v0.12.2
20082025-01-25T04:26:47.056Z Checking aws-lc-sys v0.22.0
20092025-01-25T04:26:47.185Z Checking httparse v1.9.5
20102025-01-25T04:26:47.250Z Checking untrusted v0.9.0
20112025-01-25T04:26:47.415Z Checking write16 v1.0.0
20122025-01-25T04:26:47.456Z Checking icu_properties v1.5.1
20132025-01-25T04:26:47.537Z Checking mirai-annotations v1.12.0
20142025-01-25T04:26:47.589Z Checking icu_normalizer_data v1.5.0
20152025-01-25T04:26:47.618Z Checking utf8_iter v1.0.4
20162025-01-25T04:26:47.647Z Checking utf16_iter v1.0.5
20172025-01-25T04:26:47.683Z Checking powerfmt v0.2.0
20182025-01-25T04:26:47.701Z Checking untrusted v0.7.1
20192025-01-25T04:26:47.801Z Checking ring v0.17.8
20202025-01-25T04:26:47.818Z Checking scrypt v0.11.0
20212025-01-25T04:26:47.867Z Checking cbc v0.1.2
20222025-01-25T04:26:47.951Z Checking deranged v0.3.11
20232025-01-25T04:26:47.969Z Checking aes v0.8.4
20242025-01-25T04:26:48.027Z Checking crossbeam-utils v0.8.20
20252025-01-25T04:26:48.057Z Checking num_threads v0.1.7
20262025-01-25T04:26:48.177Z Checking num-conv v0.1.0
20272025-01-25T04:26:48.501Z Checking time-core v0.1.2
20282025-01-25T04:26:48.580Z Checking tinyvec_macros v0.1.1
20292025-01-25T04:26:48.678Z Checking atomic-waker v1.1.2
20302025-01-25T04:26:48.757Z Checking tinyvec v1.8.0
20312025-01-25T04:26:48.823Z Checking http-body v1.0.1
20322025-01-25T04:26:48.858Z Checking pkcs5 v0.7.1
20332025-01-25T04:26:49.036Z Checking form_urlencoded v1.2.1
20342025-01-25T04:26:49.147Z Checking aws-lc-rs v1.10.0
20352025-01-25T04:26:49.227Z Checking try-lock v0.2.5
20362025-01-25T04:26:49.249Z Checking time v0.3.36
20372025-01-25T04:26:49.363Z Checking want v0.3.1
20382025-01-25T04:26:49.380Z Checking pkcs8 v0.10.2
20392025-01-25T04:26:49.619Z Checking uuid v1.12.0
20402025-01-25T04:26:49.630Z Checking httpdate v1.0.3
20412025-01-25T04:26:49.660Z Checking unicode-ident v1.0.14
20422025-01-25T04:26:49.805Z Checking serde_spanned v0.6.8
20432025-01-25T04:26:49.845Z Checking proc-macro2 v1.0.92
20442025-01-25T04:26:50.000Z Checking toml_datetime v0.6.8
20452025-01-25T04:26:50.016Z Checking slog v2.7.0
20462025-01-25T04:26:50.124Z Checking scroll v0.12.0
20472025-01-25T04:26:50.304Z Checking base64 v0.22.1
20482025-01-25T04:26:50.457Z Checking plain v0.2.3
20492025-01-25T04:26:50.477Z Checking tower-service v0.3.3
20502025-01-25T04:26:50.569Z Checking ucd-trie v0.1.7
20512025-01-25T04:26:50.593Z Checking foreign-types-shared v0.1.1
20522025-01-25T04:26:50.619Z Checking match_cfg v0.1.0
20532025-01-25T04:26:50.740Z Checking icu_normalizer v1.5.0
20542025-01-25T04:26:50.758Z Checking adler2 v2.0.0
20552025-01-25T04:26:50.758Z Checking iana-time-zone v0.1.61
20562025-01-25T04:26:50.774Z Checking pest v2.7.14
20572025-01-25T04:26:50.777Z Checking hostname v0.3.1
20582025-01-25T04:26:50.792Z Checking rustls-webpki v0.102.8
20592025-01-25T04:26:50.865Z Checking miniz_oxide v0.8.0
20602025-01-25T04:26:50.882Z Checking chrono v0.4.39
20612025-01-25T04:26:50.903Z Checking foreign-types v0.3.2
20622025-01-25T04:26:50.995Z Checking goblin v0.8.2
20632025-01-25T04:26:51.435Z Checking idna_adapter v1.2.0
20642025-01-25T04:26:51.561Z Checking quote v1.0.38
20652025-01-25T04:26:51.579Z Checking openssl-sys v0.9.103
20662025-01-25T04:26:51.604Z Checking errno v0.3.9
20672025-01-25T04:26:51.622Z Checking idna v1.0.3
20682025-01-25T04:26:51.849Z Checking dirs-sys-next v0.1.2
20692025-01-25T04:26:51.879Z Checking aho-corasick v1.1.3
20702025-01-25T04:26:51.940Z Checking pretty-hex v0.4.1
20712025-01-25T04:26:52.100Z Checking url v2.5.3
20722025-01-25T04:26:52.119Z Checking data-encoding v2.6.0
20732025-01-25T04:26:52.710Z Compiling newtype-uuid v1.2.1
20742025-01-25T04:26:52.728Z Checking siphasher v0.3.11
20752025-01-25T04:26:52.731Z Checking regex-syntax v0.8.5
20762025-01-25T04:26:52.985Z Checking openssl v0.10.66
20772025-01-25T04:26:53.003Z Checking tokio-util v0.7.12
20782025-01-25T04:26:53.006Z Checking dirs-next v2.0.0
20792025-01-25T04:26:53.013Z Checking syn v2.0.96
20802025-01-25T04:26:53.128Z Checking rustix v0.38.37
20812025-01-25T04:26:53.276Z Checking dtrace-parser v0.2.0
20822025-01-25T04:26:53.400Z Checking unicode-normalization v0.1.24
20832025-01-25T04:26:53.716Z Checking h2 v0.4.6
20842025-01-25T04:26:53.783Z Checking http-body-util v0.1.2
20852025-01-25T04:26:54.215Z Checking crossbeam-epoch v0.9.18
20862025-01-25T04:26:54.337Z Checking sha1 v0.10.6
20872025-01-25T04:26:54.674Z Checking signature v2.2.0
20882025-01-25T04:26:54.701Z Checking lazy_static v1.5.0
20892025-01-25T04:26:54.783Z Checking thread_local v1.1.8
20902025-01-25T04:26:54.846Z Checking thread-id v4.2.2
20912025-01-25T04:26:54.992Z Checking encoding_rs v0.8.34
20922025-01-25T04:26:55.058Z Checking unicode-bidi v0.3.17
20932025-01-25T04:26:55.708Z Checking ipnet v2.10.1
20942025-01-25T04:26:55.775Z Checking dof v0.3.0
20952025-01-25T04:26:56.114Z Checking regex-automata v0.4.8
20962025-01-25T04:26:56.147Z Checking winnow v0.6.20
20972025-01-25T04:26:56.182Z Checking openssl-probe v0.1.5
20982025-01-25T04:26:56.317Z Checking gimli v0.31.1
20992025-01-25T04:26:56.497Z Checking either v1.13.0
21002025-01-25T04:26:56.743Z Checking unicode-properties v0.1.3
21012025-01-25T04:26:57.106Z Checking anstyle v1.0.10
21022025-01-25T04:26:57.259Z Checking utf8parse v0.2.2
21032025-01-25T04:26:57.412Z Checking mime v0.3.17
21042025-01-25T04:26:57.436Z Checking anstyle-parse v0.2.5
21052025-01-25T04:26:57.714Z Checking stringprep v0.1.5
21062025-01-25T04:26:57.733Z Checking crossbeam-deque v0.8.5
21072025-01-25T04:26:57.856Z Checking native-tls v0.2.12
21082025-01-25T04:26:57.991Z Checking term v0.7.0
21092025-01-25T04:26:58.041Z Checking rustls v0.23.19
21102025-01-25T04:26:58.168Z Checking rustls v0.22.4
21112025-01-25T04:26:58.419Z Checking slog-json v2.6.1
21122025-01-25T04:26:58.728Z Checking serde_urlencoded v0.7.1
21132025-01-25T04:26:58.745Z Checking toml_edit v0.22.22
21142025-01-25T04:26:58.782Z Checking usdt-impl v0.5.0
21152025-01-25T04:26:59.088Z Checking crossbeam-channel v0.5.13
21162025-01-25T04:26:59.306Z Checking futures-executor v0.3.31
21172025-01-25T04:26:59.532Z Checking num-integer v0.1.46
21182025-01-25T04:26:59.674Z Checking hyper v1.5.2
21192025-01-25T04:26:59.721Z Checking rustls-pemfile v2.2.0
21202025-01-25T04:26:59.872Z Checking addr2line v0.24.2
21212025-01-25T04:26:59.930Z Checking md-5 v0.10.6
21222025-01-25T04:27:00.010Z Checking ff v0.13.0
21232025-01-25T04:27:00.148Z Checking hash32 v0.2.1
21242025-01-25T04:27:00.211Z Checking memmap v0.7.0
21252025-01-25T04:27:00.369Z Checking is-terminal v0.4.13
21262025-01-25T04:27:00.400Z Checking object v0.36.5
21272025-01-25T04:27:00.440Z Checking is_terminal_polyfill v1.70.1
21282025-01-25T04:27:00.453Z Checking dyn-clone v1.0.17
21292025-01-25T04:27:00.500Z Checking rustc-demangle v0.1.24
21302025-01-25T04:27:00.561Z Checking fallible-iterator v0.2.0
21312025-01-25T04:27:00.604Z Checking utf-8 v0.7.6
21322025-01-25T04:27:00.807Z Checking colorchoice v1.0.2
21332025-01-25T04:27:00.966Z Checking quick-error v1.2.3
21342025-01-25T04:27:00.970Z Checking linked-hash-map v0.5.6
21352025-01-25T04:27:01.090Z Checking base16ct v0.2.0
21362025-01-25T04:27:01.120Z Checking anstyle-query v1.1.1
21372025-01-25T04:27:01.244Z Checking psl-types v2.0.11
21382025-01-25T04:27:01.259Z Checking take_mut v0.2.2
21392025-01-25T04:27:01.287Z Checking toml v0.8.19
21402025-01-25T04:27:01.290Z Checking sec1 v0.7.3
21412025-01-25T04:27:01.405Z Checking slog-async v2.8.0
21422025-01-25T04:27:01.425Z Checking publicsuffix v2.3.0
21432025-01-25T04:27:01.485Z Checking tokio-rustls v0.25.0
21442025-01-25T04:27:01.559Z Checking hyper-util v0.1.10
21452025-01-25T04:27:01.656Z Checking lru-cache v0.1.2
21462025-01-25T04:27:01.672Z Checking anstream v0.6.15
21472025-01-25T04:27:01.693Z Checking postgres-protocol v0.6.7
21482025-01-25T04:27:01.840Z Checking resolv-conf v0.7.0
21492025-01-25T04:27:01.857Z Checking tungstenite v0.24.0
21502025-01-25T04:27:02.062Z Checking schemars v0.8.21
21512025-01-25T04:27:02.074Z Checking slog-term v2.9.1
21522025-01-25T04:27:02.176Z Checking heapless v0.7.17
21532025-01-25T04:27:02.345Z Checking usdt v0.5.0
21542025-01-25T04:27:02.535Z Checking group v0.13.0
21552025-01-25T04:27:02.603Z Checking num-iter v0.1.45
21562025-01-25T04:27:02.722Z Checking futures v0.3.31
21572025-01-25T04:27:02.780Z Checking slog-bunyan v2.5.0
21582025-01-25T04:27:02.780Z Checking tokio-native-tls v0.3.1
21592025-01-25T04:27:02.822Z Checking rayon-core v1.12.1
21602025-01-25T04:27:02.953Z Checking multer v3.1.0
21612025-01-25T04:27:03.050Z Checking terminal_size v0.4.0
21622025-01-25T04:27:03.190Z Checking hickory-proto v0.24.2
21632025-01-25T04:27:03.207Z Checking tokio-rustls v0.26.0
21642025-01-25T04:27:03.236Z Checking phf_shared v0.11.2
21652025-01-25T04:27:03.485Z Checking cookie v0.18.1
21662025-01-25T04:27:03.510Z Checking async-stream v0.3.6
21672025-01-25T04:27:03.529Z Checking bzip2-sys v0.1.11+1.0.8
21682025-01-25T04:27:03.558Z Checking waitgroup v0.1.2
21692025-01-25T04:27:03.578Z Checking signal-hook v0.3.17
21702025-01-25T04:27:03.602Z Checking camino v1.1.9
21712025-01-25T04:27:04.655Z Checking openapiv3 v2.0.0
21722025-01-25T04:27:04.659Z Checking webpki-roots v0.26.6
21732025-01-25T04:27:04.659Z Checking serde_path_to_error v0.1.16
21742025-01-25T04:27:04.659Z Checking hkdf v0.12.4
21752025-01-25T04:27:04.659Z Checking crypto-bigint v0.5.5
21762025-01-25T04:27:04.659Z Checking hostname v0.4.0
21772025-01-25T04:27:04.659Z Checking crc32fast v1.4.2
21782025-01-25T04:27:04.659Z Checking winnow v0.5.40
21792025-01-25T04:27:04.659Z Checking strsim v0.11.1
21802025-01-25T04:27:04.659Z Checking managed v0.8.0
21812025-01-25T04:27:04.659Z Checking debug-ignore v1.0.5
21822025-01-25T04:27:04.659Z Checking unicode-width v0.1.14
21832025-01-25T04:27:04.659Z Checking clap_lex v0.7.2
21842025-01-25T04:27:04.659Z Checking bitflags v1.3.2
21852025-01-25T04:27:04.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21862025-01-25T04:27:04.763Z Checking smoltcp v0.9.1
21872025-01-25T04:27:04.895Z Checking console v0.15.8
21882025-01-25T04:27:04.986Z Checking clap_builder v4.5.21
21892025-01-25T04:27:05.475Z Checking flate2 v1.0.35
21902025-01-25T04:27:06.068Z Checking cookie_store v0.21.1
21912025-01-25T04:27:06.179Z Checking hyper-rustls v0.27.3
21922025-01-25T04:27:06.236Z Checking backtrace v0.3.74
21932025-01-25T04:27:06.535Z Checking signal-hook-mio v0.2.4
21942025-01-25T04:27:06.542Z Checking elliptic-curve v0.13.8
21952025-01-25T04:27:06.654Z Checking bzip2 v0.4.4
21962025-01-25T04:27:06.733Z Checking phf v0.11.2
21972025-01-25T04:27:06.771Z Checking dropshot v0.12.0
21982025-01-25T04:27:06.791Z Checking anyhow v1.0.95
21992025-01-25T04:27:06.850Z Checking toml_edit v0.19.15
22002025-01-25T04:27:06.940Z Checking hyper-tls v0.6.0
22012025-01-25T04:27:06.985Z Checking rayon v1.10.0
22022025-01-25T04:27:07.149Z Checking num-bigint-dig v0.8.4
22032025-01-25T04:27:07.167Z Checking tokio-tungstenite v0.24.0
22042025-01-25T04:27:07.211Z Checking postgres-types v0.2.8
22052025-01-25T04:27:07.665Z Checking hickory-resolver v0.24.2
22062025-01-25T04:27:07.688Z Checking regex v1.11.1
22072025-01-25T04:27:07.877Z Checking bstr v1.10.0
22082025-01-25T04:27:07.880Z Checking ed25519 v2.2.3
22092025-01-25T04:27:08.182Z Checking tokio-stream v0.1.16
22102025-01-25T04:27:08.197Z Checking phf_shared v0.10.0
22112025-01-25T04:27:08.474Z Checking curve25519-dalek v4.1.3
22122025-01-25T04:27:08.790Z Checking zerocopy v0.6.6
22132025-01-25T04:27:08.989Z Checking hubpack v0.1.2
22142025-01-25T04:27:09.100Z Checking portable-atomic v1.9.0
22152025-01-25T04:27:09.124Z Checking pkcs1 v0.7.5
22162025-01-25T04:27:09.246Z Checking float-cmp v0.9.0
22172025-01-25T04:27:09.281Z Checking serde-big-array v0.5.1
22182025-01-25T04:27:09.416Z Checking rfc6979 v0.4.0
22192025-01-25T04:27:09.438Z Checking sync_wrapper v1.0.1
22202025-01-25T04:27:09.487Z Checking static_assertions v1.1.0
22212025-01-25T04:27:09.507Z Checking minimal-lexical v0.2.1
22222025-01-25T04:27:09.584Z Checking predicates-core v1.0.8
22232025-01-25T04:27:09.599Z Checking fixedbitset v0.4.2
22242025-01-25T04:27:09.602Z Checking normalize-line-endings v0.3.0
22252025-01-25T04:27:09.734Z Checking difflib v0.4.0
22262025-01-25T04:27:09.762Z Checking number_prefix v0.4.0
22272025-01-25T04:27:09.897Z Checking unicode-width v0.2.0
22282025-01-25T04:27:09.902Z Checking precomputed-hash v0.1.1
22292025-01-25T04:27:09.947Z Checking bit-vec v0.6.3
22302025-01-25T04:27:10.020Z Checking whoami v1.5.2
22312025-01-25T04:27:10.051Z Checking new_debug_unreachable v1.0.6
22322025-01-25T04:27:10.070Z Checking unicode-segmentation v1.12.0
22332025-01-25T04:27:10.122Z Checking qorb v0.2.1
22342025-01-25T04:27:10.140Z Checking string_cache v0.8.7
22352025-01-25T04:27:10.264Z Checking bit-set v0.5.3
22362025-01-25T04:27:10.283Z Checking ed25519-dalek v2.1.1
22372025-01-25T04:27:10.299Z Checking tokio-postgres v0.7.12
22382025-01-25T04:27:10.320Z Checking predicates v3.1.2
22392025-01-25T04:27:10.370Z Checking indicatif v0.17.9
22402025-01-25T04:27:10.414Z Checking nom v7.1.3
22412025-01-25T04:27:10.510Z Checking petgraph v0.6.5
22422025-01-25T04:27:10.667Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22432025-01-25T04:27:10.738Z Checking similar v2.6.0
22442025-01-25T04:27:10.995Z Checking ecdsa v0.16.9
22452025-01-25T04:27:11.088Z Checking reqwest v0.12.9
22462025-01-25T04:27:11.529Z Checking rsa v0.9.6
22472025-01-25T04:27:11.590Z Checking toml v0.7.8
22482025-01-25T04:27:12.277Z Checking clap v4.5.21
22492025-01-25T04:27:12.402Z Checking zip v0.6.6
22502025-01-25T04:27:12.513Z Checking crossterm v0.28.1
22512025-01-25T04:27:12.599Z Checking itertools v0.12.1
22522025-01-25T04:27:12.846Z Checking itertools v0.10.5
22532025-01-25T04:27:12.958Z Checking ahash v0.8.11
22542025-01-25T04:27:13.038Z Checking fs-err v2.11.0
22552025-01-25T04:27:13.277Z Checking x509-cert v0.2.5
22562025-01-25T04:27:13.438Z Checking semver v1.0.24
22572025-01-25T04:27:13.575Z Checking hex v0.4.3
22582025-01-25T04:27:13.593Z Checking peg-runtime v0.8.3
22592025-01-25T04:27:13.826Z Checking lalrpop-util v0.19.12
22602025-01-25T04:27:13.845Z Checking sigpipe v0.1.3
22612025-01-25T04:27:15.078Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22622025-01-25T04:27:15.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s
22632025-01-25T04:27:15.554Z
22642025-01-25T04:27:15.554Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22652025-01-25T04:27:16.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662025-01-25T04:27:16.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672025-01-25T04:27:16.208Z Compiling hashbrown v0.14.5
22682025-01-25T04:27:16.332Z Checking heck v0.5.0
22692025-01-25T04:27:16.343Z Compiling unsafe-libyaml v0.2.11
22702025-01-25T04:27:16.355Z Checking ipnetwork v0.20.0
22712025-01-25T04:27:16.370Z Compiling ident_case v1.0.1
22722025-01-25T04:27:16.382Z Checking progenitor-client v0.8.0
22732025-01-25T04:27:16.396Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22742025-01-25T04:27:16.581Z Checking newtype-uuid v1.2.1
22752025-01-25T04:27:16.589Z Compiling darling_core v0.20.10
22762025-01-25T04:27:16.684Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22772025-01-25T04:27:16.702Z Compiling proc-macro-crate v1.3.1
22782025-01-25T04:27:16.744Z Compiling structmeta-derive v0.3.0
22792025-01-25T04:27:16.772Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22802025-01-25T04:27:17.006Z Compiling thiserror v2.0.11
22812025-01-25T04:27:17.070Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22822025-01-25T04:27:17.297Z Compiling regress v0.10.1
22832025-01-25T04:27:17.688Z Compiling serde_yaml v0.9.34+deprecated
22842025-01-25T04:27:17.697Z Compiling num_enum_derive v0.5.11
22852025-01-25T04:27:18.250Z Compiling lzma-sys v0.1.20
22862025-01-25T04:27:18.527Z Compiling thiserror-impl v2.0.11
22872025-01-25T04:27:19.006Z Compiling foreign-types-macros v0.2.3
22882025-01-25T04:27:19.247Z Compiling structmeta v0.3.0
22892025-01-25T04:27:19.637Z Compiling dropshot v0.15.1
22902025-01-25T04:27:19.937Z Checking arc-swap v1.7.1
22912025-01-25T04:27:20.000Z Checking foreign-types-shared v0.3.1
22922025-01-25T04:27:20.129Z Checking num_enum v0.5.11
22932025-01-25T04:27:20.165Z Checking foreign-types v0.5.0
22942025-01-25T04:27:20.295Z Compiling parse-display-derive v0.10.0
22952025-01-25T04:27:20.328Z Checking slog-scope v4.4.0
22962025-01-25T04:27:20.386Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22972025-01-25T04:27:20.525Z Compiling proc-macro-error v1.0.4
22982025-01-25T04:27:20.909Z Checking typify-impl v0.2.0
22992025-01-25T04:27:21.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002025-01-25T04:27:21.307Z Checking tungstenite v0.21.0
23012025-01-25T04:27:21.373Z Compiling heck v0.3.3
23022025-01-25T04:27:21.744Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23032025-01-25T04:27:21.825Z Compiling dropshot_endpoint v0.15.1
23042025-01-25T04:27:22.006Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052025-01-25T04:27:22.170Z Checking cstr-argument v0.1.2
23062025-01-25T04:27:22.343Z Checking instant v0.1.13
23072025-01-25T04:27:22.459Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23082025-01-25T04:27:22.538Z Checking fastrand v2.1.1
23092025-01-25T04:27:22.563Z Compiling darling_macro v0.20.10
23102025-01-25T04:27:22.729Z Checking base64 v0.21.7
23112025-01-25T04:27:22.746Z Checking pretty-hex v0.2.1
23122025-01-25T04:27:22.913Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23132025-01-25T04:27:22.952Z Checking tempfile v3.13.0
23142025-01-25T04:27:23.260Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152025-01-25T04:27:23.277Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162025-01-25T04:27:23.325Z Checking backoff v0.4.0
23172025-01-25T04:27:23.342Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182025-01-25T04:27:23.344Z Checking tokio-tungstenite v0.21.0
23192025-01-25T04:27:23.373Z Checking strum v0.26.3
23202025-01-25T04:27:23.483Z Compiling darling v0.20.10
23212025-01-25T04:27:23.550Z Compiling zone_cfg_derive v0.1.2
23222025-01-25T04:27:23.600Z Compiling serde_with_macros v3.11.0
23232025-01-25T04:27:23.644Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242025-01-25T04:27:23.706Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23252025-01-25T04:27:23.882Z Checking slog-stdlog v4.1.1
23262025-01-25T04:27:24.055Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23272025-01-25T04:27:24.206Z Checking regress v0.9.1
23282025-01-25T04:27:24.223Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23292025-01-25T04:27:24.237Z Checking parse-display v0.10.0
23302025-01-25T04:27:24.373Z Checking progenitor-client v0.9.1
23312025-01-25T04:27:24.469Z Checking colored v2.1.0
23322025-01-25T04:27:24.495Z Checking macaddr v1.0.1
23332025-01-25T04:27:24.749Z Checking base64 v0.13.1
23342025-01-25T04:27:24.815Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23352025-01-25T04:27:24.906Z Checking zone v0.1.8
23362025-01-25T04:27:25.152Z Checking ron v0.7.1
23372025-01-25T04:27:25.271Z Checking xz2 v0.1.7
23382025-01-25T04:27:25.563Z Checking slog-envlogger v2.2.0
23392025-01-25T04:27:25.566Z Checking tabwriter v1.4.0
23402025-01-25T04:27:25.762Z Checking xattr v1.3.1
23412025-01-25T04:27:25.825Z Checking pem v3.0.4
23422025-01-25T04:27:25.959Z Checking yasna v0.5.2
23432025-01-25T04:27:26.099Z Checking headers-core v0.3.0
23442025-01-25T04:27:26.131Z Checking serde_with v3.11.0
23452025-01-25T04:27:26.194Z Checking smf v0.2.3
23462025-01-25T04:27:26.243Z Checking filetime v0.2.25
23472025-01-25T04:27:26.439Z Checking same-file v1.0.6
23482025-01-25T04:27:26.656Z Checking walkdir v2.5.0
23492025-01-25T04:27:26.659Z Checking tar v0.4.42
23502025-01-25T04:27:26.659Z Checking headers v0.4.0
23512025-01-25T04:27:26.774Z Checking rcgen v0.12.1
23522025-01-25T04:27:26.910Z Checking atomicwrites v0.4.4
23532025-01-25T04:27:27.114Z Checking camino-tempfile v1.1.1
23542025-01-25T04:27:27.390Z Checking subprocess v0.2.9
23552025-01-25T04:27:30.156Z Compiling typify-macro v0.2.0
23562025-01-25T04:27:31.604Z Compiling typify v0.2.0
23572025-01-25T04:27:31.671Z Compiling progenitor-impl v0.8.0
23582025-01-25T04:27:34.073Z Compiling progenitor-macro v0.8.0
23592025-01-25T04:27:37.738Z Checking progenitor v0.8.0
23602025-01-25T04:27:37.967Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23612025-01-25T04:27:38.022Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23622025-01-25T04:27:40.364Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23632025-01-25T04:27:40.657Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23642025-01-25T04:27:46.554Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23652025-01-25T04:27:48.014Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23662025-01-25T04:27:49.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s
23672025-01-25T04:27:49.343Z
23682025-01-25T04:27:49.344Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23692025-01-25T04:27:49.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-25T04:27:49.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-25T04:27:50.007Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23722025-01-25T04:27:51.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
23732025-01-25T04:27:51.516Z
23742025-01-25T04:27:51.516Zinfo: running `cargo check --bins` on nexus-config (51/197)
23752025-01-25T04:27:52.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762025-01-25T04:27:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772025-01-25T04:27:52.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782025-01-25T04:27:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23792025-01-25T04:27:52.148Z
23802025-01-25T04:27:52.148Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23812025-01-25T04:27:52.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822025-01-25T04:27:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832025-01-25T04:27:52.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842025-01-25T04:27:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23852025-01-25T04:27:52.755Z
23862025-01-25T04:27:52.755Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23872025-01-25T04:27:53.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-25T04:27:53.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-25T04:27:53.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902025-01-25T04:27:53.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23912025-01-25T04:27:53.376Z
23922025-01-25T04:27:53.377Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23932025-01-25T04:27:53.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-01-25T04:27:53.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-01-25T04:27:54.058Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23962025-01-25T04:27:54.162Z Compiling ipnetwork v0.20.0
23972025-01-25T04:27:54.162Z Compiling zerocopy v0.8.10
23982025-01-25T04:27:54.165Z Compiling progenitor-client v0.8.0
23992025-01-25T04:27:54.166Z Compiling itertools v0.13.0
24002025-01-25T04:27:54.166Z Compiling zerocopy-derive v0.8.10
24012025-01-25T04:27:54.166Z Compiling heapless v0.8.0
24022025-01-25T04:27:54.166Z Compiling thiserror v2.0.11
24032025-01-25T04:27:54.340Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24042025-01-25T04:27:54.462Z Checking hash32 v0.3.1
24052025-01-25T04:27:54.716Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24062025-01-25T04:27:54.725Z Compiling progenitor v0.8.0
24072025-01-25T04:27:54.851Z Compiling instant v0.1.13
24082025-01-25T04:27:54.901Z Compiling smoltcp v0.11.0
24092025-01-25T04:27:55.020Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24102025-01-25T04:27:55.038Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24112025-01-25T04:27:55.056Z Compiling backoff v0.4.0
24122025-01-25T04:27:55.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24132025-01-25T04:27:55.387Z Compiling dropshot v0.15.1
24142025-01-25T04:27:55.569Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24152025-01-25T04:27:55.930Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24162025-01-25T04:27:55.966Z Compiling serde_with v3.11.0
24172025-01-25T04:27:55.966Z Compiling parse-display v0.10.0
24182025-01-25T04:27:56.205Z Checking num-rational v0.4.2
24192025-01-25T04:27:56.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24202025-01-25T04:27:56.690Z Compiling progenitor-client v0.9.1
24212025-01-25T04:27:57.097Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24222025-01-25T04:27:57.175Z Compiling regress v0.9.1
24232025-01-25T04:27:58.326Z Compiling phf_generator v0.11.2
24242025-01-25T04:27:58.538Z Checking num-complex v0.4.6
24252025-01-25T04:27:59.383Z Compiling macaddr v1.0.1
24262025-01-25T04:27:59.450Z Checking cobs v0.2.3
24272025-01-25T04:27:59.631Z Checking postcard v1.0.10
24282025-01-25T04:27:59.818Z Checking num v0.4.3
24292025-01-25T04:27:59.933Z Compiling phf_codegen v0.11.2
24302025-01-25T04:28:00.150Z Compiling parse-zoneinfo v0.3.1
24312025-01-25T04:28:00.153Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24322025-01-25T04:28:00.467Z Compiling float-ord v0.3.2
24332025-01-25T04:28:00.651Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24342025-01-25T04:28:00.816Z Compiling convert_case v0.4.0
24352025-01-25T04:28:02.001Z Compiling derive_more v0.99.18
24362025-01-25T04:28:02.028Z Compiling chrono-tz-build v0.4.0
24372025-01-25T04:28:02.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24382025-01-25T04:28:02.915Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24392025-01-25T04:28:03.176Z Compiling crucible-workspace-hack v0.1.0
24402025-01-25T04:28:03.227Z Compiling chrono-tz v0.10.1
24412025-01-25T04:28:03.499Z Checking newline-converter v0.3.0
24422025-01-25T04:28:03.618Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24432025-01-25T04:28:03.718Z Checking prettyplease v0.2.25
24442025-01-25T04:28:03.918Z Compiling slog-dtrace v0.3.0
24452025-01-25T04:28:04.227Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24462025-01-25T04:28:04.251Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24472025-01-25T04:28:04.827Z Checking expectorate v1.1.0
24482025-01-25T04:28:04.929Z Compiling zone_cfg_derive v0.3.0
24492025-01-25T04:28:05.136Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24502025-01-25T04:28:05.692Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512025-01-25T04:28:05.977Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24522025-01-25T04:28:06.210Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24532025-01-25T04:28:06.293Z Compiling const_format_proc_macros v0.2.33
24542025-01-25T04:28:06.315Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24552025-01-25T04:28:06.331Z Compiling num-derive v0.4.2
24562025-01-25T04:28:06.715Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24572025-01-25T04:28:07.064Z Checking highway v1.2.0
24582025-01-25T04:28:07.419Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24592025-01-25T04:28:07.434Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24602025-01-25T04:28:07.449Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24612025-01-25T04:28:07.647Z Checking zone v0.3.0
24622025-01-25T04:28:08.220Z Checking const_format v0.2.33
24632025-01-25T04:28:08.368Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642025-01-25T04:28:08.396Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24652025-01-25T04:28:08.632Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24662025-01-25T04:28:08.745Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24672025-01-25T04:28:09.050Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24682025-01-25T04:28:09.080Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24692025-01-25T04:28:09.117Z Checking gethostname v0.5.0
24702025-01-25T04:28:09.292Z Checking bcs v0.1.6
24712025-01-25T04:28:09.415Z Compiling async-recursion v1.1.1
24722025-01-25T04:28:09.458Z Checking termtree v0.5.1
24732025-01-25T04:28:10.814Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742025-01-25T04:28:16.131Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24752025-01-25T04:28:19.388Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24762025-01-25T04:28:21.763Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24772025-01-25T04:28:22.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.44s
24782025-01-25T04:28:23.005Z
24792025-01-25T04:28:23.005Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24802025-01-25T04:28:23.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-25T04:28:23.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-25T04:28:23.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-25T04:28:23.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842025-01-25T04:28:23.648Z
24852025-01-25T04:28:23.648Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24862025-01-25T04:28:24.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-25T04:28:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-25T04:28:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892025-01-25T04:28:24.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902025-01-25T04:28:24.286Z
24912025-01-25T04:28:24.286Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24922025-01-25T04:28:24.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-25T04:28:24.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-25T04:28:24.924Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24952025-01-25T04:28:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
24962025-01-25T04:28:25.723Z
24972025-01-25T04:28:25.723Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24982025-01-25T04:28:26.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992025-01-25T04:28:26.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002025-01-25T04:28:26.421Z Compiling cfg_aliases v0.1.1
25012025-01-25T04:28:26.421Z Compiling vte_generate_state_changes v0.1.2
25022025-01-25T04:28:26.476Z Checking fd-lock v4.0.2
25032025-01-25T04:28:26.476Z Checking nibble_vec v0.1.0
25042025-01-25T04:28:26.476Z Checking endian-type v0.1.2
25052025-01-25T04:28:26.529Z Checking bytecount v0.6.8
25062025-01-25T04:28:26.584Z Compiling tabled_derive v0.7.0
25072025-01-25T04:28:26.584Z Compiling peg-macros v0.8.4
25082025-01-25T04:28:26.627Z Compiling nix v0.28.0
25092025-01-25T04:28:26.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25102025-01-25T04:28:26.691Z Compiling sqlparser_derive v0.2.2
25112025-01-25T04:28:26.714Z Checking radix_trie v0.2.1
25122025-01-25T04:28:26.721Z Checking papergrid v0.11.0
25132025-01-25T04:28:27.068Z Checking vte v0.11.1
25142025-01-25T04:28:27.086Z Checking nu-ansi-term v0.50.1
25152025-01-25T04:28:27.504Z Checking home v0.5.9
25162025-01-25T04:28:27.604Z Checking unicode_categories v0.1.1
25172025-01-25T04:28:27.708Z Checking display-error-chain v0.2.2
25182025-01-25T04:28:27.724Z Checking sqlparser v0.45.0
25192025-01-25T04:28:27.896Z Checking sqlformat v0.2.6
25202025-01-25T04:28:28.410Z Checking strip-ansi-escapes v0.2.0
25212025-01-25T04:28:28.610Z Checking reedline v0.35.0
25222025-01-25T04:28:28.617Z Checking tabled v0.15.0
25232025-01-25T04:28:29.016Z Checking peg v0.8.4
25242025-01-25T04:28:29.714Z Checking rustyline v14.0.0
25252025-01-25T04:28:37.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
25262025-01-25T04:28:38.047Z
25272025-01-25T04:28:38.047Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25282025-01-25T04:28:38.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-25T04:28:38.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-25T04:28:38.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312025-01-25T04:28:43.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
25322025-01-25T04:28:43.949Z
25332025-01-25T04:28:43.950Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25342025-01-25T04:28:44.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-25T04:28:44.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-25T04:28:44.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372025-01-25T04:28:48.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
25382025-01-25T04:28:48.234Z
25392025-01-25T04:28:48.234Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25402025-01-25T04:28:48.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-25T04:28:48.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-25T04:28:48.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-01-25T04:28:53.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
25442025-01-25T04:28:53.795Z
25452025-01-25T04:28:53.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25462025-01-25T04:28:54.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-25T04:28:54.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-25T04:28:54.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492025-01-25T04:28:59.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
25502025-01-25T04:28:59.373Z
25512025-01-25T04:28:59.373Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25522025-01-25T04:28:59.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-25T04:28:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-25T04:29:00.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552025-01-25T04:29:03.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
25562025-01-25T04:29:03.918Z
25572025-01-25T04:29:03.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25582025-01-25T04:29:04.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-25T04:29:04.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-25T04:29:04.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612025-01-25T04:29:08.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
25622025-01-25T04:29:08.320Z
25632025-01-25T04:29:08.320Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25642025-01-25T04:29:08.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-25T04:29:08.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-25T04:29:09.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-01-25T04:29:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
25682025-01-25T04:29:14.209Z
25692025-01-25T04:29:14.209Zinfo: running `cargo check --bins` on oximeter (66/197)
25702025-01-25T04:29:14.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-01-25T04:29:14.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-01-25T04:29:14.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732025-01-25T04:29:14.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25742025-01-25T04:29:14.829Z
25752025-01-25T04:29:14.829Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25762025-01-25T04:29:15.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-01-25T04:29:15.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-01-25T04:29:15.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792025-01-25T04:29:15.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25802025-01-25T04:29:15.421Z
25812025-01-25T04:29:15.421Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25822025-01-25T04:29:15.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-25T04:29:15.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-25T04:29:16.057Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25852025-01-25T04:29:18.040Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25862025-01-25T04:29:18.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
25872025-01-25T04:29:19.117Z
25882025-01-25T04:29:19.117Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25892025-01-25T04:29:19.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-01-25T04:29:19.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-01-25T04:29:19.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922025-01-25T04:29:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25932025-01-25T04:29:19.737Z
25942025-01-25T04:29:19.738Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25952025-01-25T04:29:20.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-01-25T04:29:20.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-01-25T04:29:20.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982025-01-25T04:29:20.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25992025-01-25T04:29:20.353Z
26002025-01-25T04:29:20.353Zinfo: running `cargo check --bins` on oxql-types (71/197)
26012025-01-25T04:29:20.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-01-25T04:29:20.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-01-25T04:29:20.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042025-01-25T04:29:20.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26052025-01-25T04:29:20.986Z
26062025-01-25T04:29:20.987Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26072025-01-25T04:29:21.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-01-25T04:29:21.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-01-25T04:29:21.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102025-01-25T04:29:21.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26112025-01-25T04:29:21.633Z
26122025-01-25T04:29:21.633Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26132025-01-25T04:29:22.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-01-25T04:29:22.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-01-25T04:29:22.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-01-25T04:29:22.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26172025-01-25T04:29:22.269Z
26182025-01-25T04:29:22.270Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26192025-01-25T04:29:22.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-01-25T04:29:22.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-01-25T04:29:22.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-01-25T04:29:22.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26232025-01-25T04:29:22.921Z
26242025-01-25T04:29:22.921Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26252025-01-25T04:29:23.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-01-25T04:29:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-01-25T04:29:23.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-01-25T04:29:23.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26292025-01-25T04:29:23.600Z
26302025-01-25T04:29:23.600Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26312025-01-25T04:29:24.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-01-25T04:29:24.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-01-25T04:29:24.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-01-25T04:29:24.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352025-01-25T04:29:24.311Z
26362025-01-25T04:29:24.311Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26372025-01-25T04:29:24.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-01-25T04:29:24.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-01-25T04:29:24.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-01-25T04:29:24.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26412025-01-25T04:29:24.824Z
26422025-01-25T04:29:24.824Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26432025-01-25T04:29:25.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-01-25T04:29:25.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-01-25T04:29:25.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-01-25T04:29:25.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26472025-01-25T04:29:25.457Z
26482025-01-25T04:29:25.458Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26492025-01-25T04:29:26.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-01-25T04:29:26.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-01-25T04:29:26.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-01-25T04:29:26.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26532025-01-25T04:29:26.108Z
26542025-01-25T04:29:26.108Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26552025-01-25T04:29:26.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-01-25T04:29:26.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-01-25T04:29:26.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-01-25T04:29:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26592025-01-25T04:29:26.749Z
26602025-01-25T04:29:26.749Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26612025-01-25T04:29:27.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-01-25T04:29:27.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-01-25T04:29:27.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-01-25T04:29:27.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26652025-01-25T04:29:27.371Z
26662025-01-25T04:29:27.371Zinfo: running `cargo check --bins` on dpd-client (82/197)
26672025-01-25T04:29:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-01-25T04:29:28.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-01-25T04:29:28.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-01-25T04:29:28.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26712025-01-25T04:29:28.019Z
26722025-01-25T04:29:28.019Zinfo: running `cargo check --bins` on gateway-client (83/197)
26732025-01-25T04:29:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-01-25T04:29:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-01-25T04:29:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-01-25T04:29:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26772025-01-25T04:29:28.609Z
26782025-01-25T04:29:28.609Zinfo: running `cargo check --bins` on installinator-client (84/197)
26792025-01-25T04:29:29.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-01-25T04:29:29.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-01-25T04:29:29.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-01-25T04:29:29.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26832025-01-25T04:29:29.261Z
26842025-01-25T04:29:29.261Zinfo: running `cargo check --bins` on installinator-common (85/197)
26852025-01-25T04:29:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-25T04:29:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-25T04:29:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-25T04:29:29.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26892025-01-25T04:29:29.906Z
26902025-01-25T04:29:29.906Zinfo: running `cargo check --bins` on update-engine (86/197)
26912025-01-25T04:29:30.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-25T04:29:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-25T04:29:30.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-25T04:29:30.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26952025-01-25T04:29:30.524Z
26962025-01-25T04:29:30.525Zinfo: running `cargo check --bins` on nexus-client (87/197)
26972025-01-25T04:29:31.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-25T04:29:31.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-25T04:29:31.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-25T04:29:31.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27012025-01-25T04:29:31.181Z
27022025-01-25T04:29:31.181Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27032025-01-25T04:29:31.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-25T04:29:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-25T04:29:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-25T04:29:31.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27072025-01-25T04:29:31.828Z
27082025-01-25T04:29:31.828Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27092025-01-25T04:29:32.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-25T04:29:32.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-25T04:29:32.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-01-25T04:29:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27132025-01-25T04:29:32.471Z
27142025-01-25T04:29:32.471Zinfo: running `cargo check --bins` on nexus-types (90/197)
27152025-01-25T04:29:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-01-25T04:29:33.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-01-25T04:29:33.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-01-25T04:29:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27192025-01-25T04:29:33.092Z
27202025-01-25T04:29:33.093Zinfo: running `cargo check --bins` on oxide-client (91/197)
27212025-01-25T04:29:33.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-01-25T04:29:33.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-01-25T04:29:33.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-01-25T04:29:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27252025-01-25T04:29:33.726Z
27262025-01-25T04:29:33.726Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27272025-01-25T04:29:34.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-01-25T04:29:34.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-01-25T04:29:34.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-01-25T04:29:34.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27312025-01-25T04:29:34.355Z
27322025-01-25T04:29:34.355Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27332025-01-25T04:29:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-01-25T04:29:34.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-01-25T04:29:34.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-01-25T04:29:34.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27372025-01-25T04:29:34.965Z
27382025-01-25T04:29:34.966Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27392025-01-25T04:29:35.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-01-25T04:29:35.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-01-25T04:29:35.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-01-25T04:29:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27432025-01-25T04:29:35.600Z
27442025-01-25T04:29:35.600Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27452025-01-25T04:29:36.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-01-25T04:29:36.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-01-25T04:29:36.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-01-25T04:29:36.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27492025-01-25T04:29:36.253Z
27502025-01-25T04:29:36.253Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27512025-01-25T04:29:36.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-01-25T04:29:36.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-01-25T04:29:36.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-01-25T04:29:36.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27552025-01-25T04:29:36.915Z
27562025-01-25T04:29:36.915Zinfo: running `cargo check --bins` on wicket-common (97/197)
27572025-01-25T04:29:37.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-01-25T04:29:37.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-01-25T04:29:37.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-01-25T04:29:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27612025-01-25T04:29:37.549Z
27622025-01-25T04:29:37.550Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27632025-01-25T04:29:38.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-01-25T04:29:38.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-01-25T04:29:38.206Z Checking csv-core v0.1.11
27662025-01-25T04:29:38.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27672025-01-25T04:29:38.208Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27682025-01-25T04:29:38.208Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692025-01-25T04:29:38.498Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27702025-01-25T04:29:38.530Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27712025-01-25T04:29:38.545Z Checking csv v1.3.0
27722025-01-25T04:29:39.172Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27732025-01-25T04:29:39.441Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742025-01-25T04:29:40.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
27752025-01-25T04:29:41.163Z
27762025-01-25T04:29:41.163Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27772025-01-25T04:29:41.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-25T04:29:41.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-25T04:29:41.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-25T04:29:41.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27812025-01-25T04:29:41.776Z
27822025-01-25T04:29:41.776Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27832025-01-25T04:29:42.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-25T04:29:42.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-25T04:29:42.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-01-25T04:29:42.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27872025-01-25T04:29:42.391Z
27882025-01-25T04:29:42.391Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27892025-01-25T04:29:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-25T04:29:43.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-25T04:29:43.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-25T04:29:43.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27932025-01-25T04:29:43.109Z
27942025-01-25T04:29:43.109Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27952025-01-25T04:29:43.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-25T04:29:43.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-25T04:29:43.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-01-25T04:29:43.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27992025-01-25T04:29:43.838Z
28002025-01-25T04:29:43.838Zinfo: running `cargo check --bins` on dns-server (103/197)
28012025-01-25T04:29:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-01-25T04:29:44.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-01-25T04:29:44.477Z Compiling typify-impl v0.3.0
28042025-01-25T04:29:44.585Z Compiling parking_lot_core v0.8.6
28052025-01-25T04:29:44.588Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28062025-01-25T04:29:44.595Z Checking fxhash v0.2.1
28072025-01-25T04:29:44.604Z Checking hickory-client v0.24.2
28082025-01-25T04:29:44.628Z Checking hickory-server v0.24.2
28092025-01-25T04:29:45.263Z Checking parking_lot v0.11.2
28102025-01-25T04:29:45.440Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112025-01-25T04:29:45.569Z Checking sled v0.34.7
28122025-01-25T04:29:50.001Z Compiling typify-macro v0.3.0
28132025-01-25T04:29:51.523Z Compiling typify v0.3.0
28142025-01-25T04:29:51.593Z Compiling progenitor-impl v0.9.1
28152025-01-25T04:29:54.019Z Compiling progenitor-macro v0.9.1
28162025-01-25T04:29:57.644Z Checking progenitor v0.9.1
28172025-01-25T04:29:57.772Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28182025-01-25T04:29:58.220Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28192025-01-25T04:29:59.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s
28202025-01-25T04:29:59.645Z
28212025-01-25T04:29:59.645Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28222025-01-25T04:30:00.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-01-25T04:30:00.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-01-25T04:30:00.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-01-25T04:30:00.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28262025-01-25T04:30:00.257Z
28272025-01-25T04:30:00.257Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28282025-01-25T04:30:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-01-25T04:30:00.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-01-25T04:30:00.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-01-25T04:30:00.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28322025-01-25T04:30:00.928Z
28332025-01-25T04:30:00.928Zinfo: running `cargo check --bins` on gateway-types (106/197)
28342025-01-25T04:30:01.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-01-25T04:30:01.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-01-25T04:30:01.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-01-25T04:30:01.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28382025-01-25T04:30:01.553Z
28392025-01-25T04:30:01.553Zinfo: running `cargo check --bins` on ipcc (107/197)
28402025-01-25T04:30:02.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-01-25T04:30:02.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-01-25T04:30:02.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-01-25T04:30:02.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28442025-01-25T04:30:02.176Z
28452025-01-25T04:30:02.176Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28462025-01-25T04:30:02.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-01-25T04:30:02.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-01-25T04:30:02.875Z Compiling semver v0.1.20
28492025-01-25T04:30:02.875Z Compiling radium v0.7.0
28502025-01-25T04:30:02.981Z Checking tap v1.0.1
28512025-01-25T04:30:02.990Z Compiling maybe-uninit v2.0.0
28522025-01-25T04:30:03.011Z Checking password-hash v0.5.0
28532025-01-25T04:30:03.014Z Checking blake2 v0.10.6
28542025-01-25T04:30:03.014Z Compiling cancel-safe-futures v0.1.5
28552025-01-25T04:30:03.014Z Checking crc-catalog v2.4.0
28562025-01-25T04:30:03.116Z Checking wyz v0.5.1
28572025-01-25T04:30:03.210Z Compiling packed_struct v0.10.1
28582025-01-25T04:30:03.324Z Compiling rustc_version v0.1.7
28592025-01-25T04:30:03.457Z Compiling owo-colors v4.1.0
28602025-01-25T04:30:03.460Z Checking funty v2.0.0
28612025-01-25T04:30:03.503Z Checking argon2 v0.5.3
28622025-01-25T04:30:03.560Z Checking crc v3.2.1
28632025-01-25T04:30:03.633Z Compiling packed_struct_codegen v0.10.1
28642025-01-25T04:30:03.752Z Checking half v2.4.1
28652025-01-25T04:30:03.763Z Compiling newtype_derive v0.1.6
28662025-01-25T04:30:03.770Z Compiling indexmap v1.9.3
28672025-01-25T04:30:03.776Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28682025-01-25T04:30:03.996Z Checking ciborium-io v0.2.2
28692025-01-25T04:30:04.059Z Checking nodrop v0.1.14
28702025-01-25T04:30:04.127Z Checking ciborium-ll v0.2.2
28712025-01-25T04:30:04.172Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28722025-01-25T04:30:04.189Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28732025-01-25T04:30:04.192Z Checking array-init v0.0.4
28742025-01-25T04:30:04.256Z Checking smallvec v0.6.14
28752025-01-25T04:30:04.274Z Checking bitvec v1.0.1
28762025-01-25T04:30:04.486Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28772025-01-25T04:30:04.620Z Checking libsw v3.3.1
28782025-01-25T04:30:04.858Z Compiling memoffset v0.9.1
28792025-01-25T04:30:04.864Z Checking termcolor v1.4.1
28802025-01-25T04:30:04.871Z Checking bitfield v0.14.0
28812025-01-25T04:30:05.072Z Checking linear-map v1.2.0
28822025-01-25T04:30:05.118Z Checking swrite v0.1.0
28832025-01-25T04:30:05.158Z Checking hashbrown v0.12.3
28842025-01-25T04:30:05.215Z Checking indent_write v2.2.0
28852025-01-25T04:30:05.250Z Checking ron v0.8.1
28862025-01-25T04:30:05.372Z Checking env_logger v0.10.2
28872025-01-25T04:30:05.426Z Checking serde-hex v0.1.0
28882025-01-25T04:30:05.531Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28892025-01-25T04:30:05.652Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28902025-01-25T04:30:05.799Z Checking ciborium v0.2.2
28912025-01-25T04:30:06.171Z Checking steno v0.4.1
28922025-01-25T04:30:06.486Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28932025-01-25T04:30:06.743Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28942025-01-25T04:30:06.945Z Checking hashbrown v0.13.2
28952025-01-25T04:30:07.103Z Checking humantime v2.1.0
28962025-01-25T04:30:07.121Z Checking crc-any v2.5.0
28972025-01-25T04:30:07.322Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28982025-01-25T04:30:07.382Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28992025-01-25T04:30:07.744Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29002025-01-25T04:30:07.851Z Checking object v0.30.4
29012025-01-25T04:30:07.940Z Checking path-slash v0.1.5
29022025-01-25T04:30:08.085Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29032025-01-25T04:30:08.101Z Checking nix v0.27.1
29042025-01-25T04:30:08.265Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29052025-01-25T04:30:08.450Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29062025-01-25T04:30:08.728Z Checking tungstenite v0.23.0
29072025-01-25T04:30:08.934Z Checking kstat-rs v0.2.4
29082025-01-25T04:30:09.202Z Checking signal-hook-tokio v0.3.1
29092025-01-25T04:30:09.324Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29102025-01-25T04:30:09.522Z Checking tokio-tungstenite v0.23.1
29112025-01-25T04:30:10.174Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29122025-01-25T04:30:10.469Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29132025-01-25T04:30:10.583Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29142025-01-25T04:30:17.291Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29152025-01-25T04:30:18.604Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29162025-01-25T04:30:20.472Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29172025-01-25T04:30:25.697Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29182025-01-25T04:30:26.347Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29192025-01-25T04:30:29.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.82s
29202025-01-25T04:30:29.188Z
29212025-01-25T04:30:29.188Zinfo: running `cargo check --bins` on gateway-api (109/197)
29222025-01-25T04:30:29.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-01-25T04:30:29.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-01-25T04:30:29.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-01-25T04:30:29.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29262025-01-25T04:30:29.809Z
29272025-01-25T04:30:29.809Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29282025-01-25T04:30:30.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-01-25T04:30:30.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-01-25T04:30:30.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312025-01-25T04:30:30.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29322025-01-25T04:30:30.415Z
29332025-01-25T04:30:30.415Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29342025-01-25T04:30:30.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352025-01-25T04:30:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362025-01-25T04:30:30.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372025-01-25T04:30:30.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29382025-01-25T04:30:31.028Z
29392025-01-25T04:30:31.028Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29402025-01-25T04:30:31.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412025-01-25T04:30:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422025-01-25T04:30:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432025-01-25T04:30:31.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29442025-01-25T04:30:31.661Z
29452025-01-25T04:30:31.661Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29462025-01-25T04:30:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472025-01-25T04:30:32.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482025-01-25T04:30:32.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492025-01-25T04:30:32.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29502025-01-25T04:30:32.263Z
29512025-01-25T04:30:32.263Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29522025-01-25T04:30:32.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532025-01-25T04:30:32.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542025-01-25T04:30:32.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552025-01-25T04:30:32.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29562025-01-25T04:30:32.873Z
29572025-01-25T04:30:32.873Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29582025-01-25T04:30:33.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592025-01-25T04:30:33.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602025-01-25T04:30:33.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612025-01-25T04:30:33.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29622025-01-25T04:30:33.494Z
29632025-01-25T04:30:33.494Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29642025-01-25T04:30:34.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652025-01-25T04:30:34.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662025-01-25T04:30:34.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672025-01-25T04:30:34.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29682025-01-25T04:30:34.111Z
29692025-01-25T04:30:34.111Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29702025-01-25T04:30:34.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712025-01-25T04:30:34.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722025-01-25T04:30:34.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732025-01-25T04:30:34.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29742025-01-25T04:30:34.763Z
29752025-01-25T04:30:34.763Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29762025-01-25T04:30:35.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772025-01-25T04:30:35.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782025-01-25T04:30:35.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792025-01-25T04:30:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29802025-01-25T04:30:35.374Z
29812025-01-25T04:30:35.374Zinfo: running `cargo check --bins` on sp-sim (119/197)
29822025-01-25T04:30:35.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832025-01-25T04:30:35.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842025-01-25T04:30:36.002Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29852025-01-25T04:30:36.442Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29862025-01-25T04:30:38.140Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29872025-01-25T04:30:39.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
29882025-01-25T04:30:39.922Z
29892025-01-25T04:30:39.922Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29902025-01-25T04:30:40.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-01-25T04:30:40.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-01-25T04:30:40.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-01-25T04:30:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29942025-01-25T04:30:40.587Z
29952025-01-25T04:30:40.587Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29962025-01-25T04:30:41.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-01-25T04:30:41.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-01-25T04:30:41.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-01-25T04:30:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30002025-01-25T04:30:41.255Z
30012025-01-25T04:30:41.255Zinfo: running `cargo check --bins` on db-macros (122/197)
30022025-01-25T04:30:41.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-01-25T04:30:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-01-25T04:30:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-01-25T04:30:41.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30062025-01-25T04:30:41.850Z
30072025-01-25T04:30:41.850Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30082025-01-25T04:30:42.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-01-25T04:30:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-01-25T04:30:42.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-01-25T04:30:42.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30122025-01-25T04:30:42.461Z
30132025-01-25T04:30:42.461Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30142025-01-25T04:30:43.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-01-25T04:30:43.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-01-25T04:30:43.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-01-25T04:30:43.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30182025-01-25T04:30:43.142Z
30192025-01-25T04:30:43.142Zinfo: running `cargo check --bins` on authz-macros (125/197)
30202025-01-25T04:30:43.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-01-25T04:30:43.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-01-25T04:30:43.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-01-25T04:30:43.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30242025-01-25T04:30:43.722Z
30252025-01-25T04:30:43.722Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30262025-01-25T04:30:44.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-01-25T04:30:44.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-01-25T04:30:44.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-01-25T04:30:44.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30302025-01-25T04:30:44.375Z
30312025-01-25T04:30:44.375Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30322025-01-25T04:30:44.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-01-25T04:30:44.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-01-25T04:30:44.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-01-25T04:30:44.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30362025-01-25T04:30:45.028Z
30372025-01-25T04:30:45.028Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30382025-01-25T04:30:45.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-01-25T04:30:45.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-01-25T04:30:45.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412025-01-25T04:30:45.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30422025-01-25T04:30:45.647Z
30432025-01-25T04:30:45.647Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30442025-01-25T04:30:46.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-01-25T04:30:46.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-01-25T04:30:46.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-01-25T04:30:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30482025-01-25T04:30:46.292Z
30492025-01-25T04:30:46.292Zinfo: running `cargo check --bins` on typed-rng (130/197)
30502025-01-25T04:30:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-01-25T04:30:46.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-01-25T04:30:46.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-01-25T04:30:46.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30542025-01-25T04:30:46.888Z
30552025-01-25T04:30:46.888Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30562025-01-25T04:30:47.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-01-25T04:30:47.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-01-25T04:30:47.620Z Checking keccak v0.1.5
30592025-01-25T04:30:47.731Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30602025-01-25T04:30:47.734Z Checking secrecy v0.8.0
30612025-01-25T04:30:47.734Z Compiling unicase v2.7.0
30622025-01-25T04:30:47.734Z Compiling same-file v1.0.6
30632025-01-25T04:30:47.752Z Compiling tempfile v3.13.0
30642025-01-25T04:30:47.791Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30652025-01-25T04:30:47.794Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662025-01-25T04:30:47.915Z Compiling thiserror-impl-no-std v2.0.2
30672025-01-25T04:30:48.003Z Checking sha3 v0.10.8
30682025-01-25T04:30:48.043Z Compiling walkdir v2.5.0
30692025-01-25T04:30:48.070Z Checking universal-hash v0.5.1
30702025-01-25T04:30:48.089Z Compiling blake3 v1.5.4
30712025-01-25T04:30:48.208Z Checking opaque-debug v0.3.1
30722025-01-25T04:30:48.271Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30732025-01-25T04:30:48.307Z Checking poly1305 v0.8.0
30742025-01-25T04:30:48.329Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30752025-01-25T04:30:48.373Z Checking chacha20 v0.9.1
30762025-01-25T04:30:48.545Z Checking aead v0.5.2
30772025-01-25T04:30:48.562Z Compiling memmap2 v0.9.5
30782025-01-25T04:30:48.715Z Compiling libefi-sys v0.1.0
30792025-01-25T04:30:48.734Z Compiling arrayref v0.3.9
30802025-01-25T04:30:48.765Z Compiling constant_time_eq v0.3.1
30812025-01-25T04:30:48.816Z Compiling salty v0.3.0
30822025-01-25T04:30:48.843Z Compiling arrayvec v0.7.6
30832025-01-25T04:30:48.944Z Checking chacha20poly1305 v0.10.1
30842025-01-25T04:30:49.001Z Compiling toolchain_find v0.4.0
30852025-01-25T04:30:49.108Z Compiling camino-tempfile v1.1.1
30862025-01-25T04:30:49.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30872025-01-25T04:30:49.234Z Compiling bitfield-struct v0.6.2
30882025-01-25T04:30:49.402Z Compiling topological-sort v0.2.2
30892025-01-25T04:30:49.530Z Compiling mime_guess v2.0.5
30902025-01-25T04:30:49.574Z Compiling rustfmt-wrapper v0.2.1
30912025-01-25T04:30:50.079Z Compiling omicron-zone-package v0.12.0
30922025-01-25T04:30:50.141Z Compiling progenitor v0.9.1
30932025-01-25T04:30:50.185Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942025-01-25T04:30:50.361Z Checking primeorder v0.13.6
30952025-01-25T04:30:50.443Z Checking env_filter v0.1.2
30962025-01-25T04:30:50.462Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30972025-01-25T04:30:50.612Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30982025-01-25T04:30:50.662Z Checking thiserror-no-std v2.0.2
30992025-01-25T04:30:50.681Z Checking env_logger v0.11.5
31002025-01-25T04:30:50.684Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31012025-01-25T04:30:50.729Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31022025-01-25T04:30:50.784Z Checking vsss-rs v3.3.4
31032025-01-25T04:30:50.787Z Checking p384 v0.13.0
31042025-01-25T04:30:50.814Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31052025-01-25T04:30:51.052Z Checking simd-adler32 v0.3.7
31062025-01-25T04:30:51.150Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31072025-01-25T04:30:51.254Z Checking lockfree-object-pool v0.1.6
31082025-01-25T04:30:51.274Z Checking http-range v0.1.5
31092025-01-25T04:30:51.384Z Checking bumpalo v3.16.0
31102025-01-25T04:30:51.456Z Compiling zip v2.1.3
31112025-01-25T04:30:51.506Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31122025-01-25T04:30:51.590Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31132025-01-25T04:30:51.722Z Checking zopfli v0.8.1
31142025-01-25T04:30:51.842Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152025-01-25T04:30:51.899Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31162025-01-25T04:30:52.183Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172025-01-25T04:30:52.418Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31182025-01-25T04:30:52.438Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31192025-01-25T04:30:52.565Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31202025-01-25T04:30:52.809Z Checking nanorand v0.7.0
31212025-01-25T04:30:52.880Z Checking atty v0.2.14
31222025-01-25T04:30:53.007Z Checking glob v0.3.1
31232025-01-25T04:30:53.026Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31242025-01-25T04:30:53.185Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31252025-01-25T04:30:53.213Z Checking flume v0.11.1
31262025-01-25T04:30:53.329Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31272025-01-25T04:30:53.612Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282025-01-25T04:30:53.668Z Checking hyper-staticfile v0.10.1
31292025-01-25T04:30:54.343Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31302025-01-25T04:30:54.370Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312025-01-25T04:30:54.756Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31322025-01-25T04:30:55.004Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332025-01-25T04:30:55.223Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31342025-01-25T04:30:55.311Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31352025-01-25T04:30:55.729Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31362025-01-25T04:30:55.749Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31372025-01-25T04:30:55.913Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31382025-01-25T04:30:56.154Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31392025-01-25T04:30:58.953Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31402025-01-25T04:30:58.953Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31412025-01-25T04:31:07.389Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31422025-01-25T04:31:20.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s
31432025-01-25T04:31:20.412Z
31442025-01-25T04:31:20.412Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31452025-01-25T04:31:21.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-01-25T04:31:21.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-01-25T04:31:21.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482025-01-25T04:31:34.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
31492025-01-25T04:31:34.207Z
31502025-01-25T04:31:34.207Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31512025-01-25T04:31:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-25T04:31:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-25T04:31:34.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31542025-01-25T04:31:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
31552025-01-25T04:31:47.959Z
31562025-01-25T04:31:47.959Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31572025-01-25T04:31:48.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-25T04:31:48.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-25T04:31:48.688Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31602025-01-25T04:32:01.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
31612025-01-25T04:32:01.863Z
31622025-01-25T04:32:01.863Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31632025-01-25T04:32:02.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-25T04:32:02.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-25T04:32:02.496Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31662025-01-25T04:32:15.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
31672025-01-25T04:32:15.570Z
31682025-01-25T04:32:15.570Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31692025-01-25T04:32:16.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-25T04:32:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-25T04:32:16.291Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31722025-01-25T04:32:29.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
31732025-01-25T04:32:29.448Z
31742025-01-25T04:32:29.448Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31752025-01-25T04:32:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-25T04:32:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-25T04:32:30.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31782025-01-25T04:32:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
31792025-01-25T04:32:43.313Z
31802025-01-25T04:32:43.313Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31812025-01-25T04:32:43.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-25T04:32:43.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-25T04:32:44.039Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31842025-01-25T04:32:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
31852025-01-25T04:32:57.113Z
31862025-01-25T04:32:57.113Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31872025-01-25T04:32:57.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-25T04:32:57.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-25T04:32:57.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-01-25T04:32:57.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31912025-01-25T04:32:57.769Z
31922025-01-25T04:32:57.769Zinfo: running `cargo check --bins` on key-manager (140/197)
31932025-01-25T04:32:58.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-25T04:32:58.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-25T04:32:58.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-01-25T04:32:58.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31972025-01-25T04:32:58.413Z
31982025-01-25T04:32:58.413Zinfo: running `cargo check --bins` on range-requests (141/197)
31992025-01-25T04:32:58.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-25T04:32:58.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-25T04:32:58.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-01-25T04:32:58.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32032025-01-25T04:32:58.994Z
32042025-01-25T04:32:58.994Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32052025-01-25T04:32:59.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-25T04:32:59.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-25T04:32:59.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-01-25T04:32:59.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32092025-01-25T04:32:59.609Z
32102025-01-25T04:32:59.609Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32112025-01-25T04:33:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-25T04:33:00.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-25T04:33:00.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-01-25T04:33:00.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32152025-01-25T04:33:00.331Z
32162025-01-25T04:33:00.331Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32172025-01-25T04:33:00.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-01-25T04:33:00.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-01-25T04:33:00.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-01-25T04:33:00.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32212025-01-25T04:33:00.852Z
32222025-01-25T04:33:00.852Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32232025-01-25T04:33:01.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-01-25T04:33:01.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-01-25T04:33:01.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-01-25T04:33:01.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32272025-01-25T04:33:01.504Z
32282025-01-25T04:33:01.504Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32292025-01-25T04:33:02.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-25T04:33:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-25T04:33:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-01-25T04:33:02.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32332025-01-25T04:33:02.143Z
32342025-01-25T04:33:02.143Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32352025-01-25T04:33:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-01-25T04:33:02.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-01-25T04:33:02.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-01-25T04:33:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32392025-01-25T04:33:02.770Z
32402025-01-25T04:33:02.770Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32412025-01-25T04:33:03.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-01-25T04:33:03.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-01-25T04:33:03.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-01-25T04:33:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32452025-01-25T04:33:03.414Z
32462025-01-25T04:33:03.414Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32472025-01-25T04:33:04.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-01-25T04:33:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-01-25T04:33:04.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-01-25T04:33:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32512025-01-25T04:33:04.057Z
32522025-01-25T04:33:04.057Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32532025-01-25T04:33:04.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-01-25T04:33:04.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-01-25T04:33:04.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-01-25T04:33:04.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32572025-01-25T04:33:04.693Z
32582025-01-25T04:33:04.693Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32592025-01-25T04:33:05.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-01-25T04:33:05.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-01-25T04:33:05.371Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32622025-01-25T04:33:05.371Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32632025-01-25T04:33:06.263Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32642025-01-25T04:33:08.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
32652025-01-25T04:33:08.327Z
32662025-01-25T04:33:08.327Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32672025-01-25T04:33:08.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-01-25T04:33:08.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-01-25T04:33:08.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-01-25T04:33:08.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32712025-01-25T04:33:08.953Z
32722025-01-25T04:33:08.953Zinfo: running `cargo check --bins` on cert-dev (153/197)
32732025-01-25T04:33:09.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-01-25T04:33:09.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-01-25T04:33:09.628Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32762025-01-25T04:33:09.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32772025-01-25T04:33:09.982Z
32782025-01-25T04:33:09.982Zinfo: running `cargo check --bins` on clickana (154/197)
32792025-01-25T04:33:10.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-01-25T04:33:10.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-01-25T04:33:10.621Z Checking castaway v0.2.3
32822025-01-25T04:33:10.621Z Checking unicode-truncate v1.1.0
32832025-01-25T04:33:10.624Z Checking lru v0.12.5
32842025-01-25T04:33:10.624Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852025-01-25T04:33:10.624Z Compiling instability v0.3.2
32862025-01-25T04:33:10.624Z Checking cassowary v0.3.0
32872025-01-25T04:33:10.853Z Checking compact_str v0.8.0
32882025-01-25T04:33:11.440Z Checking ratatui v0.28.1
32892025-01-25T04:33:12.242Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32902025-01-25T04:33:13.221Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32912025-01-25T04:33:14.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32922025-01-25T04:33:14.204Z
32932025-01-25T04:33:14.204Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32942025-01-25T04:33:14.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-01-25T04:33:14.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-01-25T04:33:14.874Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32972025-01-25T04:33:14.874Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32982025-01-25T04:33:15.851Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32992025-01-25T04:33:16.335Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33002025-01-25T04:33:16.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
33012025-01-25T04:33:16.816Z
33022025-01-25T04:33:16.816Zinfo: running `cargo check --bins` on ch-dev (156/197)
33032025-01-25T04:33:17.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-01-25T04:33:17.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-01-25T04:33:17.462Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33062025-01-25T04:33:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
33072025-01-25T04:33:18.331Z
33082025-01-25T04:33:18.331Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33092025-01-25T04:33:18.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-01-25T04:33:18.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-01-25T04:33:18.977Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33122025-01-25T04:33:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33132025-01-25T04:33:19.492Z
33142025-01-25T04:33:19.492Zinfo: running `cargo check --bins` on db-dev (158/197)
33152025-01-25T04:33:20.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-01-25T04:33:20.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-01-25T04:33:20.141Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33182025-01-25T04:33:20.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33192025-01-25T04:33:21.028Z
33202025-01-25T04:33:21.028Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33212025-01-25T04:33:21.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-01-25T04:33:21.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-01-25T04:33:21.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-01-25T04:33:21.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33252025-01-25T04:33:21.673Z
33262025-01-25T04:33:21.673Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33272025-01-25T04:33:22.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-01-25T04:33:22.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-01-25T04:33:22.280Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33302025-01-25T04:33:23.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
33312025-01-25T04:33:23.265Z
33322025-01-25T04:33:23.265Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33332025-01-25T04:33:23.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-01-25T04:33:23.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-01-25T04:33:23.874Z Checking cargo-platform v0.1.8
33362025-01-25T04:33:24.155Z Checking cargo_metadata v0.18.1
33372025-01-25T04:33:25.051Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33382025-01-25T04:33:25.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
33392025-01-25T04:33:26.028Z
33402025-01-25T04:33:26.028Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33412025-01-25T04:33:26.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-01-25T04:33:26.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-01-25T04:33:26.738Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33442025-01-25T04:33:28.151Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452025-01-25T04:33:28.748Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33462025-01-25T04:33:29.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
33472025-01-25T04:33:29.408Z
33482025-01-25T04:33:29.408Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33492025-01-25T04:33:30.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-25T04:33:30.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-25T04:33:30.193Z Compiling crunchy v0.2.2
33522025-01-25T04:33:30.196Z Compiling tiny-keccak v2.0.2
33532025-01-25T04:33:30.196Z Compiling dsl_auto_type v0.1.2
33542025-01-25T04:33:30.196Z Checking scheduled-thread-pool v0.2.7
33552025-01-25T04:33:30.196Z Compiling diesel_table_macro_syntax v0.2.0
33562025-01-25T04:33:30.343Z Compiling ascii-canvas v3.0.0
33572025-01-25T04:33:30.347Z Compiling ena v0.14.3
33582025-01-25T04:33:30.359Z Compiling diff v0.1.13
33592025-01-25T04:33:30.553Z Checking r2d2 v0.8.10
33602025-01-25T04:33:30.638Z Compiling regex-syntax v0.6.29
33612025-01-25T04:33:30.680Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33622025-01-25T04:33:30.787Z Compiling ref-cast v1.0.23
33632025-01-25T04:33:30.805Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33642025-01-25T04:33:30.852Z Compiling derive_builder_core v0.20.2
33652025-01-25T04:33:30.980Z Compiling libxml v0.3.3
33662025-01-25T04:33:30.997Z Compiling ref-cast-impl v1.0.23
33672025-01-25T04:33:31.081Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33682025-01-25T04:33:31.338Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33692025-01-25T04:33:31.364Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33702025-01-25T04:33:31.560Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33712025-01-25T04:33:31.578Z Compiling strum_macros v0.24.3
33722025-01-25T04:33:31.654Z Compiling diesel_derives v2.2.3
33732025-01-25T04:33:31.657Z Compiling samael v0.0.17
33742025-01-25T04:33:31.912Z Compiling indoc v1.0.9
33752025-01-25T04:33:32.786Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33762025-01-25T04:33:32.986Z Compiling derive_builder_macro v0.20.2
33772025-01-25T04:33:33.070Z Compiling impl-trait-for-tuples v0.2.2
33782025-01-25T04:33:33.761Z Compiling lalrpop v0.19.12
33792025-01-25T04:33:33.859Z Checking derive_builder v0.20.2
33802025-01-25T04:33:34.025Z Compiling oso-derive v0.27.3
33812025-01-25T04:33:34.507Z Checking quick-xml v0.33.0
33822025-01-25T04:33:34.802Z Compiling diesel-dtrace v0.4.2
33832025-01-25T04:33:34.973Z Checking maplit v1.0.2
33842025-01-25T04:33:35.156Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33852025-01-25T04:33:35.179Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862025-01-25T04:33:35.469Z Checking bb8 v0.8.5
33872025-01-25T04:33:35.574Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33882025-01-25T04:33:35.821Z Checking rand_seeder v0.3.0
33892025-01-25T04:33:35.907Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33902025-01-25T04:33:35.924Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33912025-01-25T04:33:36.072Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33922025-01-25T04:33:36.274Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33932025-01-25T04:33:36.568Z Checking unicode-linebreak v0.1.5
33942025-01-25T04:33:36.730Z Checking is_ci v1.2.0
33952025-01-25T04:33:36.887Z Checking smawk v0.3.2
33962025-01-25T04:33:37.018Z Checking supports-color v3.0.1
33972025-01-25T04:33:37.119Z Checking textwrap v0.16.1
33982025-01-25T04:33:37.249Z Checking multimap v0.10.0
33992025-01-25T04:33:37.685Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34002025-01-25T04:33:39.746Z Checking diesel v2.2.6
34012025-01-25T04:34:03.747Z Compiling polar-core v0.27.3
34022025-01-25T04:34:04.520Z Checking async-bb8-diesel v0.2.1
34032025-01-25T04:34:10.914Z Checking oso v0.27.3
34042025-01-25T04:35:11.629Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34052025-01-25T04:35:17.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
34062025-01-25T04:35:18.151Z
34072025-01-25T04:35:18.151Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34082025-01-25T04:35:18.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-01-25T04:35:18.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-01-25T04:35:18.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112025-01-25T04:35:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34122025-01-25T04:35:18.811Z
34132025-01-25T04:35:18.811Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34142025-01-25T04:35:19.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152025-01-25T04:35:19.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162025-01-25T04:35:19.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172025-01-25T04:35:19.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34182025-01-25T04:35:19.474Z
34192025-01-25T04:35:19.474Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34202025-01-25T04:35:20.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-01-25T04:35:20.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-01-25T04:35:20.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232025-01-25T04:35:20.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34242025-01-25T04:35:20.083Z
34252025-01-25T04:35:20.083Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34262025-01-25T04:35:20.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272025-01-25T04:35:20.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282025-01-25T04:35:20.905Z Compiling libz-sys v1.1.20
34292025-01-25T04:35:20.908Z Compiling libgit2-sys v0.17.0+1.8.1
34302025-01-25T04:35:21.034Z Compiling vergen v8.3.2
34312025-01-25T04:35:21.037Z Compiling cargo-platform v0.1.8
34322025-01-25T04:35:21.037Z Compiling pin-project-internal v1.1.6
34332025-01-25T04:35:21.073Z Compiling libsqlite3-sys v0.30.1
34342025-01-25T04:35:21.075Z Compiling snafu-derive v0.8.5
34352025-01-25T04:35:21.075Z Compiling cfg_aliases v0.2.1
34362025-01-25T04:35:21.223Z Compiling buf-list v1.0.3
34372025-01-25T04:35:21.320Z Compiling rustls v0.21.12
34382025-01-25T04:35:21.538Z Compiling cargo_metadata v0.18.1
34392025-01-25T04:35:21.632Z Compiling nix v0.29.0
34402025-01-25T04:35:21.638Z Checking globset v0.4.15
34412025-01-25T04:35:21.711Z Checking olpc-cjson v0.1.4
34422025-01-25T04:35:21.970Z Checking sct v0.7.1
34432025-01-25T04:35:21.978Z Checking rustls-webpki v0.101.7
34442025-01-25T04:35:22.150Z Checking serde_plain v1.0.2
34452025-01-25T04:35:22.170Z Checking typed-path v0.9.3
34462025-01-25T04:35:22.777Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34472025-01-25T04:35:22.908Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34482025-01-25T04:35:23.104Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34492025-01-25T04:35:23.190Z Checking hashlink v0.9.1
34502025-01-25T04:35:23.293Z Checking fallible-iterator v0.3.0
34512025-01-25T04:35:23.722Z Checking pin-project v1.1.6
34522025-01-25T04:35:23.742Z Checking fallible-streaming-iterator v0.1.9
34532025-01-25T04:35:23.812Z Checking parse-size v1.1.0
34542025-01-25T04:35:23.961Z Checking rusqlite v0.32.1
34552025-01-25T04:35:23.979Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34562025-01-25T04:35:24.014Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34572025-01-25T04:35:24.401Z Checking rustls-pemfile v1.0.4
34582025-01-25T04:35:24.605Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34592025-01-25T04:35:24.608Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34602025-01-25T04:35:24.835Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34612025-01-25T04:35:24.997Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34622025-01-25T04:35:25.135Z Checking twox-hash v1.6.3
34632025-01-25T04:35:25.155Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34642025-01-25T04:35:25.237Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34652025-01-25T04:35:25.459Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34662025-01-25T04:35:25.593Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34672025-01-25T04:35:25.615Z Checking tokio-rustls v0.24.1
34682025-01-25T04:35:25.801Z Checking snafu v0.8.5
34692025-01-25T04:35:26.197Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34702025-01-25T04:35:26.219Z Checking tough v0.19.0
34712025-01-25T04:35:26.683Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34722025-01-25T04:35:26.703Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34732025-01-25T04:35:27.094Z Checking fatfs v0.3.6
34742025-01-25T04:35:27.238Z Checking assert_matches v1.5.0
34752025-01-25T04:35:30.171Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34762025-01-25T04:35:31.486Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34772025-01-25T04:35:33.290Z Compiling git2 v0.19.0
34782025-01-25T04:35:37.334Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34792025-01-25T04:36:29.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34802025-01-25T04:36:30.001Z
34812025-01-25T04:36:30.001Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34822025-01-25T04:36:30.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-01-25T04:36:30.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-01-25T04:36:30.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852025-01-25T04:36:30.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34862025-01-25T04:36:30.694Z
34872025-01-25T04:36:30.694Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34882025-01-25T04:36:31.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-01-25T04:36:31.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-01-25T04:36:31.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-01-25T04:36:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34922025-01-25T04:36:31.298Z
34932025-01-25T04:36:31.298Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34942025-01-25T04:36:31.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-01-25T04:36:31.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-01-25T04:36:31.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-01-25T04:36:31.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34982025-01-25T04:36:31.952Z
34992025-01-25T04:36:31.952Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35002025-01-25T04:36:32.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-01-25T04:36:32.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-01-25T04:36:32.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-01-25T04:36:32.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35042025-01-25T04:36:32.655Z
35052025-01-25T04:36:32.655Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35062025-01-25T04:36:33.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-01-25T04:36:33.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-01-25T04:36:33.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-01-25T04:36:33.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35102025-01-25T04:36:33.284Z
35112025-01-25T04:36:33.284Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35122025-01-25T04:36:33.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-01-25T04:36:33.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-01-25T04:36:33.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-01-25T04:36:33.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35162025-01-25T04:36:33.960Z
35172025-01-25T04:36:33.960Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35182025-01-25T04:36:34.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-01-25T04:36:34.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-01-25T04:36:34.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212025-01-25T04:36:34.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35222025-01-25T04:36:34.622Z
35232025-01-25T04:36:34.623Zinfo: running `cargo check --bins` on update-common (175/197)
35242025-01-25T04:36:35.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252025-01-25T04:36:35.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262025-01-25T04:36:35.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272025-01-25T04:36:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282025-01-25T04:36:35.265Z
35292025-01-25T04:36:35.265Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35302025-01-25T04:36:35.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312025-01-25T04:36:35.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322025-01-25T04:36:35.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332025-01-25T04:36:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35342025-01-25T04:36:35.901Z
35352025-01-25T04:36:35.901Zinfo: running `cargo check --bins` on tufaceous (177/197)
35362025-01-25T04:36:36.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-01-25T04:36:36.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-01-25T04:36:36.565Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35392025-01-25T04:36:37.685Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35402025-01-25T04:36:38.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
35412025-01-25T04:36:38.670Z
35422025-01-25T04:36:38.670Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35432025-01-25T04:36:39.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442025-01-25T04:36:39.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452025-01-25T04:36:39.529Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35462025-01-25T04:36:39.531Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35472025-01-25T04:36:39.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35482025-01-25T04:36:39.672Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35492025-01-25T04:36:40.630Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35502025-01-25T04:37:06.606Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35512025-01-25T04:37:06.614Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35522025-01-25T04:37:06.614Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35532025-01-25T04:37:06.614Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35542025-01-25T04:37:06.615Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35552025-01-25T04:37:06.615Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35562025-01-25T04:37:07.419Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35572025-01-25T04:37:08.637Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35582025-01-25T04:37:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
35592025-01-25T04:37:47.185Z
35602025-01-25T04:37:47.185Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35612025-01-25T04:37:47.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622025-01-25T04:37:47.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632025-01-25T04:37:47.934Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35642025-01-25T04:37:47.934Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35652025-01-25T04:37:47.941Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35662025-01-25T04:37:48.017Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35672025-01-25T04:37:48.020Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35682025-01-25T04:37:48.040Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35692025-01-25T04:37:48.043Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35702025-01-25T04:37:48.054Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35712025-01-25T04:37:48.266Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35722025-01-25T04:37:48.312Z Checking heck v0.4.1
35732025-01-25T04:37:48.410Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35742025-01-25T04:37:48.545Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35752025-01-25T04:37:48.599Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35762025-01-25T04:37:48.644Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35772025-01-25T04:37:49.099Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35782025-01-25T04:37:49.347Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35792025-01-25T04:37:49.391Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35802025-01-25T04:37:50.492Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35812025-01-25T04:37:51.001Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35822025-01-25T04:37:51.436Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35832025-01-25T04:37:51.685Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35842025-01-25T04:37:53.380Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35852025-01-25T04:37:53.383Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35862025-01-25T04:37:54.968Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35872025-01-25T04:37:56.473Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35882025-01-25T04:38:01.624Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35892025-01-25T04:38:01.624Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35902025-01-25T04:38:02.819Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35912025-01-25T04:38:03.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s
35922025-01-25T04:38:04.007Z
35932025-01-25T04:38:04.007Zinfo: running `cargo check --bins` on installinator-api (180/197)
35942025-01-25T04:38:04.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952025-01-25T04:38:04.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962025-01-25T04:38:04.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972025-01-25T04:38:04.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35982025-01-25T04:38:04.648Z
35992025-01-25T04:38:04.648Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36002025-01-25T04:38:05.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012025-01-25T04:38:05.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022025-01-25T04:38:05.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032025-01-25T04:38:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36042025-01-25T04:38:05.305Z
36052025-01-25T04:38:05.305Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36062025-01-25T04:38:05.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072025-01-25T04:38:05.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082025-01-25T04:38:06.015Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36092025-01-25T04:38:06.015Z Compiling petname v2.0.2
36102025-01-25T04:38:06.018Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36112025-01-25T04:38:06.018Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36122025-01-25T04:38:06.018Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36132025-01-25T04:38:06.018Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36142025-01-25T04:38:06.122Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36152025-01-25T04:38:06.154Z Checking sync-ptr v0.1.1
36162025-01-25T04:38:11.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36172025-01-25T04:38:11.858Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36182025-01-25T04:38:12.949Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36192025-01-25T04:38:14.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
36202025-01-25T04:38:14.645Z
36212025-01-25T04:38:14.645Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36222025-01-25T04:38:15.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232025-01-25T04:38:15.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242025-01-25T04:38:15.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252025-01-25T04:38:15.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36262025-01-25T04:38:15.295Z
36272025-01-25T04:38:15.295Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36282025-01-25T04:38:15.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-01-25T04:38:15.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-01-25T04:38:15.949Z Checking memmap2 v0.9.5
36312025-01-25T04:38:15.949Z Checking arrayref v0.3.9
36322025-01-25T04:38:15.952Z Checking arrayvec v0.7.6
36332025-01-25T04:38:15.952Z Checking constant_time_eq v0.3.1
36342025-01-25T04:38:15.952Z Checking topological-sort v0.2.2
36352025-01-25T04:38:15.952Z Checking shell-words v1.1.0
36362025-01-25T04:38:16.310Z Checking blake3 v1.5.4
36372025-01-25T04:38:16.642Z Checking omicron-zone-package v0.12.0
36382025-01-25T04:38:17.804Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36392025-01-25T04:38:18.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
36402025-01-25T04:38:18.887Z
36412025-01-25T04:38:18.887Zinfo: running `cargo check --bins` on xtask (185/197)
36422025-01-25T04:38:19.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432025-01-25T04:38:19.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442025-01-25T04:38:19.315Z Checking bitflags v2.6.0
36452025-01-25T04:38:19.318Z Checking serde v1.0.217
36462025-01-25T04:38:19.318Z Checking thiserror v1.0.69
36472025-01-25T04:38:19.411Z Checking scroll v0.12.0
36482025-01-25T04:38:19.413Z Checking log v0.4.22
36492025-01-25T04:38:19.426Z Checking hashbrown v0.15.1
36502025-01-25T04:38:19.429Z Checking zerocopy v0.7.35
36512025-01-25T04:38:19.447Z Checking syn v2.0.96
36522025-01-25T04:38:19.516Z Checking pest v2.7.14
36532025-01-25T04:38:19.639Z Checking rustix v0.38.37
36542025-01-25T04:38:19.653Z Checking once_cell v1.20.2
36552025-01-25T04:38:19.852Z Checking goblin v0.8.2
36562025-01-25T04:38:19.955Z Checking fs-err v2.11.0
36572025-01-25T04:38:20.289Z Checking anyhow v1.0.95
36582025-01-25T04:38:20.333Z Checking indexmap v2.7.0
36592025-01-25T04:38:20.589Z Checking tabled v0.15.0
36602025-01-25T04:38:21.292Z Checking terminal_size v0.4.0
36612025-01-25T04:38:21.292Z Checking tempfile v3.13.0
36622025-01-25T04:38:21.562Z Checking clap_builder v4.5.21
36632025-01-25T04:38:21.926Z Checking dtrace-parser v0.2.0
36642025-01-25T04:38:23.101Z Checking serde_json v1.0.135
36652025-01-25T04:38:23.101Z Checking toml_datetime v0.6.8
36662025-01-25T04:38:23.104Z Checking serde_spanned v0.6.8
36672025-01-25T04:38:23.104Z Checking camino v1.1.9
36682025-01-25T04:38:23.104Z Checking cargo-platform v0.1.8
36692025-01-25T04:38:23.310Z Checking semver v1.0.24
36702025-01-25T04:38:23.416Z Checking macaddr v1.0.1
36712025-01-25T04:38:23.419Z Checking toml_edit v0.22.22
36722025-01-25T04:38:23.650Z Checking camino-tempfile v1.1.1
36732025-01-25T04:38:24.184Z Checking clap v4.5.21
36742025-01-25T04:38:24.298Z Checking dof v0.3.0
36752025-01-25T04:38:24.299Z Checking cargo_metadata v0.18.1
36762025-01-25T04:38:24.703Z Checking usdt-impl v0.5.0
36772025-01-25T04:38:25.073Z Checking usdt v0.5.0
36782025-01-25T04:38:25.274Z Checking toml v0.8.19
36792025-01-25T04:38:25.696Z Checking cargo_toml v0.20.5
36802025-01-25T04:38:26.807Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36812025-01-25T04:38:27.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
36822025-01-25T04:38:27.535Z
36832025-01-25T04:38:27.535Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36842025-01-25T04:38:28.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852025-01-25T04:38:28.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862025-01-25T04:38:28.294Z Checking polyval v0.6.2
36872025-01-25T04:38:28.407Z Checking ctr v0.9.2
36882025-01-25T04:38:28.421Z Checking ssh-encoding v0.2.0
36892025-01-25T04:38:28.423Z Checking blowfish v0.9.1
36902025-01-25T04:38:28.444Z Checking password-hash v0.4.2
36912025-01-25T04:38:28.458Z Checking p256 v0.13.2
36922025-01-25T04:38:28.458Z Checking p521 v0.13.3
36932025-01-25T04:38:28.491Z Checking russh-cryptovec v0.7.3
36942025-01-25T04:38:28.635Z Checking bcrypt-pbkdf v0.10.0
36952025-01-25T04:38:28.638Z Checking ghash v0.5.1
36962025-01-25T04:38:28.672Z Checking md5 v0.7.0
36972025-01-25T04:38:28.698Z Checking num-bigint v0.4.6
36982025-01-25T04:38:28.741Z Checking des v0.8.1
36992025-01-25T04:38:28.816Z Checking aes-gcm v0.10.3
37002025-01-25T04:38:28.880Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37012025-01-25T04:38:28.898Z Checking pbkdf2 v0.11.0
37022025-01-25T04:38:28.937Z Checking hex-literal v0.4.1
37032025-01-25T04:38:28.956Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37042025-01-25T04:38:29.002Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37052025-01-25T04:38:29.055Z Checking ssh-cipher v0.2.0
37062025-01-25T04:38:29.080Z Checking internet-checksum v0.2.1
37072025-01-25T04:38:29.413Z Checking ssh-key v0.6.6
37082025-01-25T04:38:29.497Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37092025-01-25T04:38:30.396Z Checking russh-keys v0.45.0
37102025-01-25T04:38:31.222Z Checking russh v0.45.0
37112025-01-25T04:38:48.284Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37122025-01-25T04:38:49.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s
37132025-01-25T04:38:49.839Z
37142025-01-25T04:38:49.839Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37152025-01-25T04:38:50.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-01-25T04:38:50.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-01-25T04:38:50.474Z Checking termios v0.3.3
37182025-01-25T04:38:50.695Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37192025-01-25T04:38:51.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
37202025-01-25T04:38:51.664Z
37212025-01-25T04:38:51.665Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37222025-01-25T04:38:52.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232025-01-25T04:38:52.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242025-01-25T04:38:52.358Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37252025-01-25T04:38:52.358Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37262025-01-25T04:38:52.361Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272025-01-25T04:38:52.361Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37282025-01-25T04:38:53.389Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37292025-01-25T04:38:54.576Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37302025-01-25T04:38:56.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
37312025-01-25T04:38:56.486Z
37322025-01-25T04:38:56.486Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37332025-01-25T04:38:57.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-01-25T04:38:57.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-01-25T04:38:57.121Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37362025-01-25T04:38:57.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37372025-01-25T04:38:57.762Z
37382025-01-25T04:38:57.762Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37392025-01-25T04:38:58.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-01-25T04:38:58.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-01-25T04:38:58.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422025-01-25T04:38:58.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37432025-01-25T04:38:58.364Z
37442025-01-25T04:38:58.364Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37452025-01-25T04:38:58.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-01-25T04:38:58.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-01-25T04:38:58.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482025-01-25T04:38:58.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37492025-01-25T04:38:58.962Z
37502025-01-25T04:38:58.962Zinfo: running `cargo check --bins` on omicron-package (192/197)
37512025-01-25T04:38:59.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522025-01-25T04:38:59.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532025-01-25T04:38:59.611Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37542025-01-25T04:39:00.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
37552025-01-25T04:39:01.122Z
37562025-01-25T04:39:01.122Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37572025-01-25T04:39:01.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582025-01-25T04:39:01.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592025-01-25T04:39:01.831Z Checking rtoolbox v0.0.2
37602025-01-25T04:39:01.833Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37612025-01-25T04:39:01.833Z Checking tui-tree-widget v0.22.0
37622025-01-25T04:39:02.066Z Checking rpassword v7.3.1
37632025-01-25T04:39:05.768Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37642025-01-25T04:39:08.526Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37652025-01-25T04:39:09.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
37662025-01-25T04:39:09.859Z
37672025-01-25T04:39:09.859Zinfo: running `cargo check --bins` on wicket (194/197)
37682025-01-25T04:39:10.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692025-01-25T04:39:10.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702025-01-25T04:39:10.557Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37712025-01-25T04:39:10.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37722025-01-25T04:39:11.212Z
37732025-01-25T04:39:11.212Zinfo: running `cargo check --bins` on wicketd (195/197)
37742025-01-25T04:39:11.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-01-25T04:39:11.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-01-25T04:39:11.856Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37772025-01-25T04:39:11.856Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37782025-01-25T04:39:12.649Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37792025-01-25T04:39:16.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
37802025-01-25T04:39:16.489Z
37812025-01-25T04:39:16.489Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37822025-01-25T04:39:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832025-01-25T04:39:17.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842025-01-25T04:39:17.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852025-01-25T04:39:17.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37862025-01-25T04:39:17.107Z
37872025-01-25T04:39:17.107Zinfo: running `cargo check --bins` on zone-setup (197/197)
37882025-01-25T04:39:17.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892025-01-25T04:39:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902025-01-25T04:39:17.922Z Checking uzers v0.12.1
37912025-01-25T04:39:18.184Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37922025-01-25T04:39:19.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
37932025-01-25T04:39:19.744Z
37942025-01-25T04:39:19.744Zreal 13:10.257724339
37952025-01-25T04:39:19.744Zuser 25:21.770323639
37962025-01-25T04:39:19.745Zsys 4:10.153177586
37972025-01-25T04:39:19.745Ztrap 0.512023435
37982025-01-25T04:39:19.745Ztflt 3.156939009
37992025-01-25T04:39:19.763Zdflt 2.110270903
38002025-01-25T04:39:19.763Zkflt 0.001040974
38012025-01-25T04:39:19.763Zlock 44:18.773191318
38022025-01-25T04:39:19.763Zslp 2:05:59.456629814
38032025-01-25T04:39:19.763Zlat 1:05.746326120
38042025-01-25T04:39:19.763Zstop 3:43.939237067
38052025-01-25T04:39:19.763Zprocess exited: duration 1131564 ms, exit code 0
 
38062025-01-25T04:39:19.769Zfound 0 output files