01JHSK19QFR3THQERMMFYV4JV4: 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: 01JHSK1QBBZ0XRW7BVP4G0A57J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T07:37:07.883Zjob assigned to worker 01JHSK1Y9CWK1VGMHERR9DWCPF [factory aws, i-053fea91ec34e8e66] (queued for 58 s)
 
22025-01-17T07:37:15.875Zstarting task 0: "setup"
32025-01-17T07:37:15.885Z++ uname -s
42025-01-17T07:37:15.888Z+ kern=SunOS
52025-01-17T07:37:15.888Z+ case "$kern" in
62025-01-17T07:37:15.888Z+ groupadd -g 12345 build
72025-01-17T07:37:15.891Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T07:37:17.898Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T07:37:18.007Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T07:37:18.010Z+ home_fs=zfs
112025-01-17T07:37:18.010Z+ [[ zfs == autofs ]]
122025-01-17T07:37:18.010Z+ mkdir -p /home/build
132025-01-17T07:37:18.013Z+ chown build:build /home/build /work
142025-01-17T07:37:20.013Z+ chmod 0700 /home/build /work
152025-01-17T07:37:20.016Zprocess exited: duration 4143 ms, exit code 0
 
162025-01-17T07:37:20.021Zstarting task 1: "rust-toolchain"
172025-01-17T07:37:20.027Z+ printf ' * toolchain channel = "%s"
182025-01-17T07:37:20.027Z * toolchain channel = "1.84.0"
192025-01-17T07:37:20.027Z' 1.84.0
202025-01-17T07:37:20.027Z * toolchain profile = "default"
212025-01-17T07:37:20.027Z+ printf ' * toolchain profile = "%s"
222025-01-17T07:37:20.027Z' default
232025-01-17T07:37:20.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T07:37:20.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T07:37:20.146Zinfo: downloading installer
262025-01-17T07:37:21.540Zinfo: profile set to 'default'
272025-01-17T07:37:21.540Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T07:37:21.542Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T07:37:21.697Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T07:37:21.698Zinfo: downloading component 'cargo'
312025-01-17T07:37:22.580Zinfo: downloading component 'clippy'
322025-01-17T07:37:22.919Zinfo: downloading component 'rust-docs'
332025-01-17T07:37:24.127Zinfo: downloading component 'rust-std'
342025-01-17T07:37:25.912Zinfo: downloading component 'rustc'
352025-01-17T07:37:32.790Zinfo: downloading component 'rustfmt'
362025-01-17T07:37:33.047Zinfo: installing component 'cargo'
372025-01-17T07:37:33.909Zinfo: installing component 'clippy'
382025-01-17T07:37:34.290Zinfo: installing component 'rust-docs'
392025-01-17T07:37:35.982Zinfo: installing component 'rust-std'
402025-01-17T07:37:37.727Zinfo: installing component 'rustc'
412025-01-17T07:37:43.857Zinfo: installing component 'rustfmt'
422025-01-17T07:37:44.193Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T07:37:44.195Z
442025-01-17T07:37:44.584Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T07:37:44.584Z
462025-01-17T07:37:44.587Z
472025-01-17T07:37:44.587ZRust is installed now. Great!
482025-01-17T07:37:44.587Z
492025-01-17T07:37:44.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T07:37:44.587Zenvironment variable. This has not been done automatically.
512025-01-17T07:37:44.587Z
522025-01-17T07:37:44.587ZTo configure your current shell, you need to source
532025-01-17T07:37:44.587Zthe corresponding env file under $HOME/.cargo.
542025-01-17T07:37:44.587Z
552025-01-17T07:37:44.587ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T07:37:44.587Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T07:37:44.587Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T07:37:44.667Z+ rustc --version
592025-01-17T07:37:44.735Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T07:37:44.738Zprocess exited: duration 24719 ms, exit code 0
 
612025-01-17T07:37:44.743Zstarting task 2: "authentication"
622025-01-17T07:37:44.764Zprocess exited: duration 20 ms, exit code 0
 
632025-01-17T07:37:44.771Zstarting task 3: "clone repository"
642025-01-17T07:37:44.776Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T07:37:44.779Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T07:37:44.815ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T07:37:52.554Z+ cd /work/oxidecomputer/omicron
682025-01-17T07:37:52.555Z+ git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98
692025-01-17T07:37:52.864ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T07:37:52.864Z * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD
712025-01-17T07:37:52.875Z+ [[ -n renovate/uuid-1.x ]]
722025-01-17T07:37:52.878Z++ git branch --show-current
732025-01-17T07:37:52.880Z+ current=main
742025-01-17T07:37:52.881Z+ [[ main != renovate/uuid-1.x ]]
752025-01-17T07:37:52.881Z+ git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98
762025-01-17T07:37:52.883Z+ git checkout -f renovate/uuid-1.x
772025-01-17T07:37:52.906ZSwitched to branch 'renovate/uuid-1.x'
782025-01-17T07:37:52.908Z+ git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98
792025-01-17T07:37:52.934ZHEAD is now at 1c7ecf479 fix newly-broken inferences
802025-01-17T07:37:52.937Zprocess exited: duration 8166 ms, exit code 0
 
812025-01-17T07:37:52.942Zstarting task 4: "build"
822025-01-17T07:37:52.948Z+ source .github/buildomat/ci-env.sh
832025-01-17T07:37:52.950Z++ export CARGO_TERM_COLOR=always
842025-01-17T07:37:52.951Z++ CARGO_TERM_COLOR=always
852025-01-17T07:37:52.951Z+ cargo --version
862025-01-17T07:37:53.010Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T07:37:53.013Z+ rustc --version
882025-01-17T07:37:53.077Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T07:37:53.079Z+ source ./env.sh
902025-01-17T07:37:53.083Z++ OLD_SHELL_OPTS=ehxB
912025-01-17T07:37:53.084Z++ set -o xtrace
922025-01-17T07:37:53.086Z++++ dirname ./env.sh
932025-01-17T07:37:53.086Z+++ readlink -f .
942025-01-17T07:37:53.089Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-17T07:37:53.089Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ 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-17T07:37:53.090Z++ case $OLD_SHELL_OPTS in
1042025-01-17T07:37:53.090Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-17T07:37:53.090Z+ 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-17T07:37:53.090Z+ 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-17T07:37:53.090Z+ banner prerequisites
1082025-01-17T07:37:53.093Z
1092025-01-17T07:37:53.093Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-17T07:37:53.094Z # # # # # # # # # # # # # # #
1112025-01-17T07:37:53.094Z # # # # ##### # # ##### # # # # # #### #
1122025-01-17T07:37:53.094Z ##### ##### # ##### # # # # # # # # #
1132025-01-17T07:37:53.094Z # # # # # # # # # # # # # # #
1142025-01-17T07:37:53.094Z # # # ###### # # ###### ### # #### # #### #
1152025-01-17T07:37:53.094Z
1162025-01-17T07:37:53.094Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-17T07:37:54.700Zpkg list: illegal option -- F
1182025-01-17T07:37:54.700ZUsage:
1192025-01-17T07:37:54.703Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-17T07:37:54.703Z [pkg_fmri_pattern ...]
1212025-01-17T07:37:55.599Zpkg list: illegal option -- F
1222025-01-17T07:37:55.599ZUsage:
1232025-01-17T07:37:55.602Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-17T07:37:55.602Z [pkg_fmri_pattern ...]
1252025-01-17T07:38:02.454Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-17T07:38:06.572Z Startup: Caching catalogs ... Done
1272025-01-17T07:38:18.038ZPlanning: Solver setup ... Done (10.639s)
1282025-01-17T07:38:18.187ZPlanning: Running solver ... Done (0.149s)
1292025-01-17T07:38:18.304ZPlanning: Finding local manifests ... Done (0.006s)
1302025-01-17T07:38:18.317ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-17T07:38:18.554ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-17T07:38:18.667ZPlanning: Package planning ... Done (0.114s)
1332025-01-17T07:38:18.724ZPlanning: Merging actions ... Done (0.057s)
1342025-01-17T07:38:18.931ZPlanning: Checking for conflicting actions ... Done (0.207s)
1352025-01-17T07:38:20.967ZPlanning: Consolidating action changes ... Done (2.036s)
1362025-01-17T07:38:21.397ZPlanning: Evaluating mediators ... Done (0.429s)
1372025-01-17T07:38:21.479ZPlanning: Planning completed in 14.81 seconds
1382025-01-17T07:38:21.495Z Packages to install: 4
1392025-01-17T07:38:21.495Z Packages to update: 3
1402025-01-17T07:38:21.495Z Mediators to change: 2
1412025-01-17T07:38:21.498Z Services to change: 1
1422025-01-17T07:38:21.499Z Estimated space available: 155.61 GB
1432025-01-17T07:38:21.499ZEstimated space to be consumed: 1.64 GB
1442025-01-17T07:38:21.499Z Create boot environment: No
1452025-01-17T07:38:21.499ZCreate backup boot environment: Yes
1462025-01-17T07:38:21.499Z Rebuild boot archive: No
1472025-01-17T07:38:21.499Z
1482025-01-17T07:38:21.499ZChanged mediators:
1492025-01-17T07:38:21.499Z mediator clang:
1502025-01-17T07:38:21.499Z version: None -> 15 (system default)
1512025-01-17T07:38:21.499Z
1522025-01-17T07:38:21.499Z mediator llvm:
1532025-01-17T07:38:21.499Z version: 14 (system default) -> 15 (system default)
1542025-01-17T07:38:21.499Z
1552025-01-17T07:38:21.499ZChanged packages:
1562025-01-17T07:38:21.499Zhelios-dev
1572025-01-17T07:38:21.499Z developer/build-essential
1582025-01-17T07:38:21.499Z None -> 11-2.0
1592025-01-17T07:38:21.499Z library/libxmlsec1
1602025-01-17T07:38:21.499Z None -> 1.2.35-2.0
1612025-01-17T07:38:21.499Z ooce/developer/clang-15
1622025-01-17T07:38:21.499Z None -> 15.0.7-2.0
1632025-01-17T07:38:21.499Z ooce/developer/llvm-15
1642025-01-17T07:38:21.500Z None -> 15.0.7-2.0
1652025-01-17T07:38:21.500Z package/pkg
1662025-01-17T07:38:21.500Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-17T07:38:21.500Z system/library/g++-runtime
1682025-01-17T07:38:21.500Z 13-2.0 -> 14-2.0
1692025-01-17T07:38:21.500Z system/library/gcc-runtime
1702025-01-17T07:38:21.500Z 13-2.0 -> 14-2.0
1712025-01-17T07:38:21.500Z
1722025-01-17T07:38:21.500ZServices:
1732025-01-17T07:38:21.500Z restart_fmri:
1742025-01-17T07:38:21.500Z svc:/system/update-man-index:default
1752025-01-17T07:38:21.500Z
1762025-01-17T07:38:21.500ZEditable files to change:
1772025-01-17T07:38:21.500Z Update:
1782025-01-17T07:38:21.500Z usr/share/lib/pkg/web/config.shtml
1792025-01-17T07:38:21.580Z
1802025-01-17T07:38:21.580ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-17T07:38:26.622ZDownload: 1188/4301 items 57.7/225.4MB 25% complete (11.7M/s)
1822025-01-17T07:38:55.615ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1832025-01-17T07:39:00.623ZDownload: 1571/4301 items 117.0/225.4MB 51% complete (7.0M/s)
1842025-01-17T07:39:05.623ZDownload: 2154/4301 items 119.0/225.4MB 52% complete (3.6M/s)
1852025-01-17T07:39:10.631ZDownload: 2793/4301 items 121.0/225.4MB 53% complete (412k/s)
1862025-01-17T07:39:15.628ZDownload: 3109/4301 items 160.9/225.4MB 71% complete (4.1M/s)
1872025-01-17T07:39:20.781ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s)
1882025-01-17T07:39:38.331ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
1892025-01-17T07:39:45.150ZDownload: 3288/4301 items 210.6/225.4MB 93% complete (1.9M/s)
1902025-01-17T07:39:51.572ZDownload: 3289/4301 items 212.0/225.4MB 94% complete (1.3M/s)
1912025-01-17T07:39:56.602ZDownload: 4204/4301 items 220.5/225.4MB 97% complete (1.8M/s)
1922025-01-17T07:39:59.997ZDownload: Completed 225.42 MB in 98.43 seconds (2.3M/s)
1932025-01-17T07:40:02.100Z Actions: 1/5122 actions (Removing old actions)
1942025-01-17T07:40:02.121Z Actions: 194/5122 actions (Installing new actions)
1952025-01-17T07:40:06.901Z Actions: 4267/5122 actions (Updating modified actions)
1962025-01-17T07:40:07.257Z Actions: Completed 5122 actions in 5.16 seconds.
1972025-01-17T07:40:07.671Z Done (0.406s)
1982025-01-17T07:40:07.674Z Done (0.001s)
1992025-01-17T07:40:08.253Z Done (0.579s)
2002025-01-17T07:40:12.870Z Done (4.381s)
2012025-01-17T07:40:12.962Z Done (0.017s)
2022025-01-17T07:40:12.965Z Done (0.000s)
2032025-01-17T07:40:13.131Z Done (0.000s)
2042025-01-17T07:40:13.854ZPlanning: Evaluating mediator changes ... Done
2052025-01-17T07:40:14.017ZPlanning: Checking for conflicting actions ... Done
2062025-01-17T07:40:14.019ZPlanning: Consolidating action changes ... Done
2072025-01-17T07:40:14.295ZPlanning: Evaluating mediators ... Done
2082025-01-17T07:40:14.298ZPlanning: Planning completed in 0.44 seconds
2092025-01-17T07:40:14.336Z Mediators to change: 2
2102025-01-17T07:40:14.336Z Create boot environment: No
2112025-01-17T07:40:14.336ZCreate backup boot environment: No
2122025-01-17T07:40:14.419Z Done
2132025-01-17T07:40:14.419Z Done
2142025-01-17T07:40:14.792Z Done
2152025-01-17T07:40:18.676Z Done
2162025-01-17T07:40:18.773Z Done
2172025-01-17T07:40:18.776Z Done
2182025-01-17T07:40:18.981Z Done
2192025-01-17T07:40:19.607ZPlanning: Evaluating mediator changes ... Done
2202025-01-17T07:40:19.611ZPlanning: Merging actions ... Done
2212025-01-17T07:40:19.800ZPlanning: Checking for conflicting actions ... Done
2222025-01-17T07:40:19.802ZPlanning: Consolidating action changes ... Done
2232025-01-17T07:40:20.071ZPlanning: Evaluating mediators ... Done
2242025-01-17T07:40:20.128ZPlanning: Planning completed in 0.77 seconds
2252025-01-17T07:40:20.169Z Packages to change: 1
2262025-01-17T07:40:20.170Z Mediators to change: 1
2272025-01-17T07:40:20.172Z Services to change: 1
2282025-01-17T07:40:20.172Z Create boot environment: No
2292025-01-17T07:40:20.172ZCreate backup boot environment: Yes
2302025-01-17T07:40:21.257Z Actions: 1/6 actions (Updating modified actions)
2312025-01-17T07:40:21.259Z Actions: Completed 6 actions in 0.00 seconds.
2322025-01-17T07:40:21.259Z Done
2332025-01-17T07:40:21.259Z Done
2342025-01-17T07:40:21.438Z Done
2352025-01-17T07:40:25.221Z Done
2362025-01-17T07:40:25.315Z Done
2372025-01-17T07:40:25.318Z Done
2382025-01-17T07:40:25.444Z Done
2392025-01-17T07:40:25.897ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402025-01-17T07:40:25.897Zclang system 15 system
2412025-01-17T07:40:25.897Zcsh system system illumos
2422025-01-17T07:40:25.897Zctags system system illumos
2432025-01-17T07:40:25.897Zgcc vendor 12 vendor
2442025-01-17T07:40:25.897Zgcc system 10 system
2452025-01-17T07:40:25.897Zgcc system 7 system
2462025-01-17T07:40:25.897Zgo system 1.20 system
2472025-01-17T07:40:25.897Zgo system 1.19 system
2482025-01-17T07:40:25.897Zllvm system 15 system
2492025-01-17T07:40:25.897Zllvm system 14 system
2502025-01-17T07:40:25.897Zmariadb system 10.6 system
2512025-01-17T07:40:25.897Zmta vendor vendor dma
2522025-01-17T07:40:25.897Zopenjdk system 17 system
2532025-01-17T07:40:25.897Zopenjdk system 11 system
2542025-01-17T07:40:25.897Zopenjdk system 1.8 system
2552025-01-17T07:40:25.897Zopenssl vendor 3 vendor
2562025-01-17T07:40:25.897Zperl system 5.36 system
2572025-01-17T07:40:25.898Zpostgresql system 15 system
2582025-01-17T07:40:25.898Zpostgresql system 13 system
2592025-01-17T07:40:25.898Zpython vendor 3 vendor
2602025-01-17T07:40:25.898Zpython system 2 system
2612025-01-17T07:40:25.898Zpython3 system 3.11 system
2622025-01-17T07:40:25.898Zruby system 3.0 system
2632025-01-17T07:40:25.898Zwords vendor vendor american-english
2642025-01-17T07:40:25.898Zwords system system australian-english
2652025-01-17T07:40:25.898Zwords system system british-english
2662025-01-17T07:40:25.898Zwords system system canadian-english
2672025-01-17T07:40:25.898Zwords system system french
2682025-01-17T07:40:25.898Zwords system system italian
2692025-01-17T07:40:25.898Zwords system system ngerman
2702025-01-17T07:40:25.898Zwords system system ogerman
2712025-01-17T07:40:25.898Zwords system system spanish
2722025-01-17T07:40:26.240ZPUBLISHER TYPE STATUS P LOCATION
2732025-01-17T07:40:26.240Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2742025-01-17T07:40:29.088ZFMRI IFO
2752025-01-17T07:40:29.088Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2762025-01-17T07:40:29.088Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2772025-01-17T07:40:29.088Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2782025-01-17T07:40:29.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2792025-01-17T07:40:29.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2802025-01-17T07:40:29.088Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812025-01-17T07:40:29.088Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2822025-01-17T07:40:29.088Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832025-01-17T07:40:29.088Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842025-01-17T07:40:29.088Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2852025-01-17T07:40:29.088Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2862025-01-17T07:40:29.088Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872025-01-17T07:40:29.088Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2882025-01-17T07:40:29.088Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2892025-01-17T07:40:29.088Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902025-01-17T07:40:29.873Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912025-01-17T07:40:30.147Z Updating crates.io index
2922025-01-17T07:40:30.151Z Updating git repository `https://github.com/oxidecomputer/diffus`
2932025-01-17T07:40:30.496Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942025-01-17T07:40:31.009Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2952025-01-17T07:40:31.248Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2962025-01-17T07:40:31.480Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2972025-01-17T07:40:31.744Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982025-01-17T07:40:32.676Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992025-01-17T07:40:34.343Z Updating git repository `https://github.com/oxidecomputer/opte`
3002025-01-17T07:40:34.991Z Updating git repository `https://github.com/oxidecomputer/falcon`
3012025-01-17T07:40:35.710Z Updating git repository `https://github.com/oxidecomputer/clickward`
3022025-01-17T07:40:35.951Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3032025-01-17T07:40:36.238Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3042025-01-17T07:40:36.793Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3052025-01-17T07:40:37.127Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062025-01-17T07:40:37.430Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072025-01-17T07:40:37.680Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082025-01-17T07:40:37.949Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092025-01-17T07:40:38.163Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102025-01-17T07:40:38.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3112025-01-17T07:40:38.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122025-01-17T07:40:39.008Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3132025-01-17T07:40:39.375Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142025-01-17T07:40:39.865Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152025-01-17T07:40:40.153Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3162025-01-17T07:40:40.492Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172025-01-17T07:40:40.853Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3182025-01-17T07:40:41.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192025-01-17T07:40:41.345Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202025-01-17T07:40:41.620Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212025-01-17T07:40:42.867Z Downloading crates ...
3222025-01-17T07:40:42.945Z Downloaded anstream v0.6.15
3232025-01-17T07:40:42.948Z Downloaded anstyle-parse v0.2.5
3242025-01-17T07:40:42.956Z Downloaded autocfg v1.4.0
3252025-01-17T07:40:42.959Z Downloaded equivalent v1.0.1
3262025-01-17T07:40:42.967Z Downloaded pretty-hex v0.4.1
3272025-01-17T07:40:42.985Z Downloaded swrite v0.1.0
3282025-01-17T07:40:42.993Z Downloaded clap_lex v0.7.2
3292025-01-17T07:40:42.996Z Downloaded cfg-if v1.0.0
3302025-01-17T07:40:42.998Z Downloaded fs-err v2.11.0
3312025-01-17T07:40:42.998Z Downloaded errno v0.3.9
3322025-01-17T07:40:43.003Z Downloaded byteorder v1.5.0
3332025-01-17T07:40:43.007Z Downloaded usdt-macro v0.5.0
3342025-01-17T07:40:43.007Z Downloaded usdt-attr-macro v0.5.0
3352025-01-17T07:40:43.007Z Downloaded scroll_derive v0.12.0
3362025-01-17T07:40:43.011Z Downloaded dtrace-parser v0.2.0
3372025-01-17T07:40:43.011Z Downloaded camino-tempfile v1.1.1
3382025-01-17T07:40:43.014Z Downloaded bytecount v0.6.8
3392025-01-17T07:40:43.018Z Downloaded fnv v1.0.7
3402025-01-17T07:40:43.018Z Downloaded fastrand v2.1.1
3412025-01-17T07:40:43.018Z Downloaded dof v0.3.0
3422025-01-17T07:40:43.018Z Downloaded digest v0.10.7
3432025-01-17T07:40:43.022Z Downloaded crypto-common v0.1.6
3442025-01-17T07:40:43.023Z Downloaded smawk v0.3.2
3452025-01-17T07:40:43.026Z Downloaded heck v0.4.1
3462025-01-17T07:40:43.026Z Downloaded serde_spanned v0.6.8
3472025-01-17T07:40:43.026Z Downloaded itoa v1.0.11
3482025-01-17T07:40:43.026Z Downloaded cpufeatures v0.2.14
3492025-01-17T07:40:43.026Z Downloaded colorchoice v1.0.2
3502025-01-17T07:40:43.029Z Downloaded block-buffer v0.10.4
3512025-01-17T07:40:43.029Z Downloaded thread-id v4.2.2
3522025-01-17T07:40:43.029Z Downloaded serde_tokenstream v0.2.2
3532025-01-17T07:40:43.032Z Downloaded anstyle v1.0.10
3542025-01-17T07:40:43.037Z Downloaded proc-macro-error-attr v1.0.4
3552025-01-17T07:40:43.039Z Downloaded generic-array v0.14.7
3562025-01-17T07:40:43.040Z Downloaded terminal_size v0.4.0
3572025-01-17T07:40:43.042Z Downloaded version_check v0.9.5
3582025-01-17T07:40:43.042Z Downloaded utf8parse v0.2.2
3592025-01-17T07:40:43.045Z Downloaded thiserror-impl v1.0.69
3602025-01-17T07:40:43.049Z Downloaded usdt v0.5.0
3612025-01-17T07:40:43.049Z Downloaded tabled_derive v0.7.0
3622025-01-17T07:40:43.052Z Downloaded strsim v0.11.1
3632025-01-17T07:40:43.052Z Downloaded macaddr v1.0.1
3642025-01-17T07:40:43.055Z Downloaded clap_derive v4.5.18
3652025-01-17T07:40:43.057Z Downloaded plain v0.2.3
3662025-01-17T07:40:43.060Z Downloaded camino v1.1.9
3672025-01-17T07:40:43.063Z Downloaded anstyle-query v1.1.1
3682025-01-17T07:40:43.063Z Downloaded pest_generator v2.7.14
3692025-01-17T07:40:43.063Z Downloaded memmap v0.7.0
3702025-01-17T07:40:43.065Z Downloaded heck v0.5.0
3712025-01-17T07:40:43.068Z Downloaded usdt-impl v0.5.0
3722025-01-17T07:40:43.071Z Downloaded is_terminal_polyfill v1.70.1
3732025-01-17T07:40:43.071Z Downloaded thiserror v1.0.69
3742025-01-17T07:40:43.077Z Downloaded toml_datetime v0.6.8
3752025-01-17T07:40:43.080Z Downloaded quote v1.0.38
3762025-01-17T07:40:43.082Z Downloaded tempfile v3.13.0
3772025-01-17T07:40:43.090Z Downloaded zerocopy-derive v0.7.35
3782025-01-17T07:40:43.098Z Downloaded sha2 v0.10.8
3792025-01-17T07:40:43.104Z Downloaded proc-macro-error v1.0.4
3802025-01-17T07:40:43.106Z Downloaded cargo-platform v0.1.8
3812025-01-17T07:40:43.106Z Downloaded bitflags v2.6.0
3822025-01-17T07:40:43.110Z Downloaded semver v1.0.24
3832025-01-17T07:40:43.112Z Downloaded typenum v1.17.0
3842025-01-17T07:40:43.115Z Downloaded unicode-linebreak v0.1.5
3852025-01-17T07:40:43.115Z Downloaded toml v0.8.19
3862025-01-17T07:40:43.117Z Downloaded log v0.4.22
3872025-01-17T07:40:43.120Z Downloaded textwrap v0.16.1
3882025-01-17T07:40:43.123Z Downloaded scroll v0.12.0
3892025-01-17T07:40:43.123Z Downloaded cargo_toml v0.20.5
3902025-01-17T07:40:43.126Z Downloaded pest_derive v2.7.14
3912025-01-17T07:40:43.129Z Downloaded cargo_metadata v0.18.1
3922025-01-17T07:40:43.129Z Downloaded anyhow v1.0.93
3932025-01-17T07:40:43.132Z Downloaded ryu v1.0.18
3942025-01-17T07:40:43.135Z Downloaded ucd-trie v0.1.7
3952025-01-17T07:40:43.138Z Downloaded clap v4.5.21
3962025-01-17T07:40:43.144Z Downloaded proc-macro2 v1.0.92
3972025-01-17T07:40:43.150Z Downloaded once_cell v1.20.2
3982025-01-17T07:40:43.152Z Downloaded serde_derive v1.0.217
3992025-01-17T07:40:43.152Z Downloaded unicode-ident v1.0.14
4002025-01-17T07:40:43.155Z Downloaded papergrid v0.11.0
4012025-01-17T07:40:43.158Z Downloaded pest_meta v2.7.14
4022025-01-17T07:40:43.177Z Downloaded serde v1.0.217
4032025-01-17T07:40:43.180Z Downloaded memchr v2.7.4
4042025-01-17T07:40:43.185Z Downloaded indexmap v2.7.0
4052025-01-17T07:40:43.200Z Downloaded toml_edit v0.22.22
4062025-01-17T07:40:43.230Z Downloaded pest v2.7.14
4072025-01-17T07:40:43.239Z Downloaded zerocopy v0.7.35
4082025-01-17T07:40:43.254Z Downloaded hashbrown v0.15.1
4092025-01-17T07:40:43.258Z Downloaded winnow v0.6.20
4102025-01-17T07:40:43.266Z Downloaded clap_builder v4.5.21
4112025-01-17T07:40:43.272Z Downloaded serde_json v1.0.135
4122025-01-17T07:40:43.279Z Downloaded tabled v0.15.0
4132025-01-17T07:40:43.293Z Downloaded syn v1.0.109
4142025-01-17T07:40:43.302Z Downloaded goblin v0.8.2
4152025-01-17T07:40:43.308Z Downloaded unicode-width v0.1.14
4162025-01-17T07:40:43.322Z Downloaded syn v2.0.96
4172025-01-17T07:40:43.333Z Downloaded rustix v0.38.37
4182025-01-17T07:40:43.371Z Downloaded libc v0.2.169
4192025-01-17T07:40:43.681Z Compiling proc-macro2 v1.0.92
4202025-01-17T07:40:43.682Z Compiling unicode-ident v1.0.14
4212025-01-17T07:40:43.685Z Compiling version_check v0.9.5
4222025-01-17T07:40:43.685Z Compiling serde v1.0.217
4232025-01-17T07:40:43.685Z Compiling thiserror v1.0.69
4242025-01-17T07:40:43.685Z Compiling memchr v2.7.4
4252025-01-17T07:40:43.685Z Compiling libc v0.2.169
4262025-01-17T07:40:43.720Z Compiling ucd-trie v0.1.7
4272025-01-17T07:40:43.960Z Compiling ryu v1.0.18
4282025-01-17T07:40:44.408Z Compiling itoa v1.0.11
4292025-01-17T07:40:44.410Z Compiling once_cell v1.20.2
4302025-01-17T07:40:44.485Z Compiling byteorder v1.5.0
4312025-01-17T07:40:44.659Z Compiling serde_json v1.0.135
4322025-01-17T07:40:44.791Z Compiling rustix v0.38.37
4332025-01-17T07:40:44.939Z Compiling bitflags v2.6.0
4342025-01-17T07:40:45.085Z Compiling proc-macro-error-attr v1.0.4
4352025-01-17T07:40:45.366Z Compiling usdt-impl v0.5.0
4362025-01-17T07:40:45.421Z Compiling syn v1.0.109
4372025-01-17T07:40:45.526Z Compiling quote v1.0.38
4382025-01-17T07:40:45.580Z Compiling proc-macro-error v1.0.4
4392025-01-17T07:40:45.705Z Compiling errno v0.3.9
4402025-01-17T07:40:45.882Z Compiling equivalent v1.0.1
4412025-01-17T07:40:45.911Z Compiling utf8parse v0.2.2
4422025-01-17T07:40:45.962Z Compiling syn v2.0.96
4432025-01-17T07:40:46.025Z Compiling camino v1.1.9
4442025-01-17T07:40:46.099Z Compiling thread-id v4.2.2
4452025-01-17T07:40:46.124Z Compiling plain v0.2.3
4462025-01-17T07:40:46.157Z Compiling log v0.4.22
4472025-01-17T07:40:46.195Z Compiling hashbrown v0.15.1
4482025-01-17T07:40:46.302Z Compiling anstyle-parse v0.2.5
4492025-01-17T07:40:46.699Z Compiling anstyle v1.0.10
4502025-01-17T07:40:46.727Z Compiling colorchoice v1.0.2
4512025-01-17T07:40:46.912Z Compiling unicode-width v0.1.14
4522025-01-17T07:40:46.994Z Compiling anstyle-query v1.1.1
4532025-01-17T07:40:47.024Z Compiling semver v1.0.24
4542025-01-17T07:40:47.162Z Compiling is_terminal_polyfill v1.70.1
4552025-01-17T07:40:47.192Z Compiling autocfg v1.4.0
4562025-01-17T07:40:47.313Z Compiling indexmap v2.7.0
4572025-01-17T07:40:47.338Z Compiling winnow v0.6.20
4582025-01-17T07:40:47.446Z Compiling pretty-hex v0.4.1
4592025-01-17T07:40:47.646Z Compiling anstream v0.6.15
4602025-01-17T07:40:47.859Z Compiling terminal_size v0.4.0
4612025-01-17T07:40:48.189Z Compiling fs-err v2.11.0
4622025-01-17T07:40:48.241Z Compiling cfg-if v1.0.0
4632025-01-17T07:40:48.324Z Compiling clap_lex v0.7.2
4642025-01-17T07:40:48.360Z Compiling strsim v0.11.1
4652025-01-17T07:40:48.448Z Compiling fastrand v2.1.1
4662025-01-17T07:40:48.491Z Compiling bytecount v0.6.8
4672025-01-17T07:40:48.738Z Compiling fnv v1.0.7
4682025-01-17T07:40:48.768Z Compiling heck v0.5.0
4692025-01-17T07:40:48.903Z Compiling heck v0.4.1
4702025-01-17T07:40:48.967Z Compiling anyhow v1.0.93
4712025-01-17T07:40:49.126Z Compiling papergrid v0.11.0
4722025-01-17T07:40:49.245Z Compiling tempfile v3.13.0
4732025-01-17T07:40:49.312Z Compiling clap_builder v4.5.21
4742025-01-17T07:40:49.787Z Compiling memmap v0.7.0
4752025-01-17T07:40:49.983Z Compiling smawk v0.3.2
4762025-01-17T07:40:50.043Z Compiling unicode-linebreak v0.1.5
4772025-01-17T07:40:50.598Z Compiling textwrap v0.16.1
4782025-01-17T07:40:50.755Z Compiling swrite v0.1.0
4792025-01-17T07:40:51.373Z Compiling tabled_derive v0.7.0
4802025-01-17T07:40:52.822Z Compiling tabled v0.15.0
4812025-01-17T07:40:52.982Z Compiling serde_derive v1.0.217
4822025-01-17T07:40:52.982Z Compiling thiserror-impl v1.0.69
4832025-01-17T07:40:52.985Z Compiling zerocopy-derive v0.7.35
4842025-01-17T07:40:52.985Z Compiling scroll_derive v0.12.0
4852025-01-17T07:40:52.985Z Compiling clap_derive v4.5.18
4862025-01-17T07:40:54.361Z Compiling scroll v0.12.0
4872025-01-17T07:40:54.874Z Compiling zerocopy v0.7.35
4882025-01-17T07:40:54.911Z Compiling goblin v0.8.2
4892025-01-17T07:40:56.141Z Compiling pest v2.7.14
4902025-01-17T07:40:56.778Z Compiling clap v4.5.21
4912025-01-17T07:40:58.262Z Compiling pest_meta v2.7.14
4922025-01-17T07:40:59.160Z Compiling pest_generator v2.7.14
4932025-01-17T07:41:00.666Z Compiling pest_derive v2.7.14
4942025-01-17T07:41:01.249Z Compiling dtrace-parser v0.2.0
4952025-01-17T07:41:01.801Z Compiling serde_spanned v0.6.8
4962025-01-17T07:41:01.916Z Compiling serde_tokenstream v0.2.2
4972025-01-17T07:41:02.068Z Compiling toml_datetime v0.6.8
4982025-01-17T07:41:02.095Z Compiling cargo-platform v0.1.8
4992025-01-17T07:41:02.207Z Compiling macaddr v1.0.1
5002025-01-17T07:41:02.496Z Compiling toml_edit v0.22.22
5012025-01-17T07:41:02.651Z Compiling camino-tempfile v1.1.1
5022025-01-17T07:41:03.232Z Compiling dof v0.3.0
5032025-01-17T07:41:03.233Z Compiling cargo_metadata v0.18.1
5042025-01-17T07:41:04.691Z Compiling usdt-macro v0.5.0
5052025-01-17T07:41:04.691Z Compiling usdt-attr-macro v0.5.0
5062025-01-17T07:41:05.314Z Compiling toml v0.8.19
5072025-01-17T07:41:05.867Z Compiling usdt v0.5.0
5082025-01-17T07:41:06.111Z Compiling cargo_toml v0.20.5
5092025-01-17T07:41:08.780Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5102025-01-17T07:41:12.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.44s
5112025-01-17T07:41:12.354Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5122025-01-17T07:41:12.901Z Downloading crates ...
5132025-01-17T07:41:13.025Z Downloaded async-stream-impl v0.3.6
5142025-01-17T07:41:13.028Z Downloaded cfg_aliases v0.1.1
5152025-01-17T07:41:13.038Z Downloaded cfg_aliases v0.2.1
5162025-01-17T07:41:13.040Z Downloaded atomicwrites v0.4.4
5172025-01-17T07:41:13.043Z Downloaded darling v0.20.10
5182025-01-17T07:41:13.048Z Downloaded assert_matches v1.5.0
5192025-01-17T07:41:13.051Z Downloaded ascii-canvas v3.0.0
5202025-01-17T07:41:13.054Z Downloaded atty v0.2.14
5212025-01-17T07:41:13.058Z Downloaded ciborium-io v0.2.2
5222025-01-17T07:41:13.061Z Downloaded crunchy v0.2.2
5232025-01-17T07:41:13.066Z Downloaded heapless v0.8.0
5242025-01-17T07:41:13.070Z Downloaded http-range v0.1.5
5252025-01-17T07:41:13.074Z Downloaded base16ct v0.2.0
5262025-01-17T07:41:13.078Z Downloaded ident_case v1.0.1
5272025-01-17T07:41:13.078Z Downloaded bitflags v1.3.2
5282025-01-17T07:41:13.080Z Downloaded http-body v1.0.1
5292025-01-17T07:41:13.080Z Downloaded cstr-argument v0.1.2
5302025-01-17T07:41:13.083Z Downloaded cassowary v0.3.0
5312025-01-17T07:41:13.083Z Downloaded block-padding v0.3.3
5322025-01-17T07:41:13.086Z Downloaded instant v0.1.13
5332025-01-17T07:41:13.089Z Downloaded crossbeam-deque v0.8.5
5342025-01-17T07:41:13.092Z Downloaded crc v3.2.1
5352025-01-17T07:41:13.094Z Downloaded convert_case v0.4.0
5362025-01-17T07:41:13.094Z Downloaded ctr v0.9.2
5372025-01-17T07:41:13.097Z Downloaded blowfish v0.9.1
5382025-01-17T07:41:13.100Z Downloaded argon2 v0.5.3
5392025-01-17T07:41:13.103Z Downloaded cexpr v0.6.0
5402025-01-17T07:41:13.103Z Downloaded matches v0.1.10
5412025-01-17T07:41:13.105Z Downloaded async-recursion v1.1.1
5422025-01-17T07:41:13.109Z Downloaded is_ci v1.2.0
5432025-01-17T07:41:13.112Z Downloaded ciborium-ll v0.2.2
5442025-01-17T07:41:13.112Z Downloaded constant_time_eq v0.3.1
5452025-01-17T07:41:13.115Z Downloaded bitfield v0.14.0
5462025-01-17T07:41:13.115Z Downloaded md5 v0.7.0
5472025-01-17T07:41:13.120Z Downloaded adler2 v2.0.0
5482025-01-17T07:41:13.123Z Downloaded match_cfg v0.1.0
5492025-01-17T07:41:13.123Z Downloaded home v0.5.9
5502025-01-17T07:41:13.123Z Downloaded cipher v0.4.4
5512025-01-17T07:41:13.123Z Downloaded curve25519-dalek-derive v0.1.1
5522025-01-17T07:41:13.125Z Downloaded icu_provider_macros v1.5.0
5532025-01-17T07:41:13.125Z Downloaded crc-catalog v2.4.0
5542025-01-17T07:41:13.128Z Downloaded idna_adapter v1.2.0
5552025-01-17T07:41:13.130Z Downloaded ipnetwork v0.20.0
5562025-01-17T07:41:13.134Z Downloaded bzip2 v0.4.4
5572025-01-17T07:41:13.136Z Downloaded async-trait v0.1.83
5582025-01-17T07:41:13.139Z Downloaded httpdate v1.0.3
5592025-01-17T07:41:13.142Z Downloaded csv-core v0.1.11
5602025-01-17T07:41:13.142Z Downloaded const_format_proc_macros v0.2.33
5612025-01-17T07:41:13.145Z Downloaded backoff v0.4.0
5622025-01-17T07:41:13.148Z Downloaded lockfree-object-pool v0.1.6
5632025-01-17T07:41:13.151Z Downloaded maplit v1.0.2
5642025-01-17T07:41:13.153Z Downloaded linked-hash-map v0.5.6
5652025-01-17T07:41:13.153Z Downloaded cancel-safe-futures v0.1.5
5662025-01-17T07:41:13.156Z Downloaded managed v0.8.0
5672025-01-17T07:41:13.161Z Downloaded linear-map v1.2.0
5682025-01-17T07:41:13.163Z Downloaded lazy_static v1.5.0
5692025-01-17T07:41:13.163Z Downloaded indent_write v2.2.0
5702025-01-17T07:41:13.166Z Downloaded impl-trait-for-tuples v0.2.2
5712025-01-17T07:41:13.169Z Downloaded strum v0.26.3
5722025-01-17T07:41:13.169Z Downloaded mime v0.3.17
5732025-01-17T07:41:13.173Z Downloaded libsw v3.3.1
5742025-01-17T07:41:13.176Z Downloaded progenitor v0.9.1
5752025-01-17T07:41:13.176Z Downloaded progenitor-macro v0.9.1
5762025-01-17T07:41:13.179Z Downloaded lalrpop-util v0.19.12
5772025-01-17T07:41:13.179Z Downloaded libefi-sys v0.1.0
5782025-01-17T07:41:13.182Z Downloaded lru v0.12.5
5792025-01-17T07:41:13.182Z Downloaded is-terminal v0.4.13
5802025-01-17T07:41:13.185Z Downloaded console v0.15.8
5812025-01-17T07:41:13.188Z Downloaded base64ct v1.6.0
5822025-01-17T07:41:13.191Z Downloaded maybe-uninit v2.0.0
5832025-01-17T07:41:13.194Z Downloaded hubpack v0.1.2
5842025-01-17T07:41:13.194Z Downloaded crossbeam-utils v0.8.20
5852025-01-17T07:41:13.197Z Downloaded darling_macro v0.20.10
5862025-01-17T07:41:13.201Z Downloaded hex v0.4.3
5872025-01-17T07:41:13.201Z Downloaded toolchain_find v0.4.0
5882025-01-17T07:41:13.204Z Downloaded httparse v1.9.5
5892025-01-17T07:41:13.207Z Downloaded rand_core v0.6.4
5902025-01-17T07:41:13.207Z Downloaded rand_chacha v0.3.1
5912025-01-17T07:41:13.210Z Downloaded crc32fast v1.4.2
5922025-01-17T07:41:13.210Z Downloaded rustc_version v0.4.1
5932025-01-17T07:41:13.212Z Downloaded r2d2 v0.8.10
5942025-01-17T07:41:13.215Z Downloaded memoffset v0.9.1
5952025-01-17T07:41:13.215Z Downloaded kstat-rs v0.2.4
5962025-01-17T07:41:13.218Z Downloaded crossbeam-epoch v0.9.18
5972025-01-17T07:41:13.221Z Downloaded time-core v0.1.2
5982025-01-17T07:41:13.224Z Downloaded lock_api v0.4.12
5992025-01-17T07:41:13.225Z Downloaded smallvec v0.6.14
6002025-01-17T07:41:13.228Z Downloaded strum_macros v0.24.3
6012025-01-17T07:41:13.228Z Downloaded structmeta-derive v0.3.0
6022025-01-17T07:41:13.231Z Downloaded float-ord v0.3.2
6032025-01-17T07:41:13.234Z Downloaded hyper-rustls v0.27.3
6042025-01-17T07:41:13.238Z Downloaded cookie_store v0.21.0
6052025-01-17T07:41:13.241Z Downloaded litemap v0.7.3
6062025-01-17T07:41:13.244Z Downloaded dhcproto-macros v0.1.0
6072025-01-17T07:41:13.244Z Downloaded allocator-api2 v0.2.18
6082025-01-17T07:41:13.246Z Downloaded yoke-derive v0.7.4
6092025-01-17T07:41:13.249Z Downloaded openssl-probe v0.1.5
6102025-01-17T07:41:13.249Z Downloaded new_debug_unreachable v1.0.6
6112025-01-17T07:41:13.251Z Downloaded icu_locid_transform v1.5.0
6122025-01-17T07:41:13.254Z Downloaded mime_guess v2.0.5
6132025-01-17T07:41:13.260Z Downloaded xattr v1.3.1
6142025-01-17T07:41:13.262Z Downloaded unicode-xid v0.2.6
6152025-01-17T07:41:13.262Z Downloaded data-encoding v2.6.0
6162025-01-17T07:41:13.262Z Downloaded debug-ignore v1.0.5
6172025-01-17T07:41:13.265Z Downloaded rustls-pemfile v1.0.4
6182025-01-17T07:41:13.270Z Downloaded hickory-client v0.24.1
6192025-01-17T07:41:13.273Z Downloaded num-conv v0.1.0
6202025-01-17T07:41:13.273Z Downloaded arc-swap v1.7.1
6212025-01-17T07:41:13.276Z Downloaded peg-runtime v0.8.3
6222025-01-17T07:41:13.280Z Downloaded crc-any v2.5.0
6232025-01-17T07:41:13.283Z Downloaded strum_macros v0.26.4
6242025-01-17T07:41:13.285Z Downloaded tui-tree-widget v0.22.0
6252025-01-17T07:41:13.285Z Downloaded stringprep v0.1.5
6262025-01-17T07:41:13.288Z Downloaded smallvec v1.13.2
6272025-01-17T07:41:13.291Z Downloaded form_urlencoded v1.2.1
6282025-01-17T07:41:13.294Z Downloaded backtrace v0.3.74
6292025-01-17T07:41:13.298Z Downloaded take_mut v0.2.2
6302025-01-17T07:41:13.301Z Downloaded tokio-tungstenite v0.21.0
6312025-01-17T07:41:13.304Z Downloaded libloading v0.8.5
6322025-01-17T07:41:13.308Z Downloaded icu_provider v1.5.0
6332025-01-17T07:41:13.313Z Downloaded icu_locid_transform_data v1.5.0
6342025-01-17T07:41:13.313Z Downloaded pin-utils v0.1.0
6352025-01-17T07:41:13.316Z Downloaded ref-cast v1.0.23
6362025-01-17T07:41:13.316Z Downloaded vsss-rs v3.3.4
6372025-01-17T07:41:13.319Z Downloaded des v0.8.1
6382025-01-17T07:41:13.324Z Downloaded yasna v0.5.2
6392025-01-17T07:41:13.327Z Downloaded rpassword v7.3.1
6402025-01-17T07:41:13.327Z Downloaded serde-big-array v0.5.1
6412025-01-17T07:41:13.330Z Downloaded cc v1.1.30
6422025-01-17T07:41:13.333Z Downloaded icu_locid v1.5.0
6432025-01-17T07:41:13.338Z Downloaded futures-core v0.3.31
6442025-01-17T07:41:13.340Z Downloaded sha1 v0.10.6
6452025-01-17T07:41:13.343Z Downloaded rustls-pemfile v2.2.0
6462025-01-17T07:41:13.346Z Downloaded hash32 v0.3.1
6472025-01-17T07:41:13.351Z Downloaded signal-hook-registry v1.4.2
6482025-01-17T07:41:13.355Z Downloaded const_format v0.2.33
6492025-01-17T07:41:13.357Z Downloaded zone_cfg_derive v0.3.0
6502025-01-17T07:41:13.357Z Downloaded untrusted v0.7.1
6512025-01-17T07:41:13.358Z Downloaded topological-sort v0.2.2
6522025-01-17T07:41:13.360Z Downloaded string_cache v0.8.7
6532025-01-17T07:41:13.363Z Downloaded untrusted v0.9.0
6542025-01-17T07:41:13.363Z Downloaded twox-hash v1.6.3
6552025-01-17T07:41:13.367Z Downloaded parse-display-derive v0.10.0
6562025-01-17T07:41:13.372Z Downloaded parse-display v0.10.0
6572025-01-17T07:41:13.372Z Downloaded powerfmt v0.2.0
6582025-01-17T07:41:13.372Z Downloaded zone_cfg_derive v0.1.2
6592025-01-17T07:41:13.375Z Downloaded quick-error v1.2.3
6602025-01-17T07:41:13.375Z Downloaded tap v1.0.1
6612025-01-17T07:41:13.375Z Downloaded strip-ansi-escapes v0.2.0
6622025-01-17T07:41:13.375Z Downloaded zone v0.3.0
6632025-01-17T07:41:13.378Z Downloaded psl-types v2.0.11
6642025-01-17T07:41:13.378Z Downloaded derive_more v0.99.18
6652025-01-17T07:41:13.387Z Downloaded ron v0.7.1
6662025-01-17T07:41:13.390Z Downloaded serde_yaml v0.9.34+deprecated
6672025-01-17T07:41:13.397Z Downloaded icu_normalizer_data v1.5.0
6682025-01-17T07:41:13.400Z Downloaded ena v0.14.3
6692025-01-17T07:41:13.403Z Downloaded fallible-streaming-iterator v0.1.9
6702025-01-17T07:41:13.403Z Downloaded fallible-iterator v0.3.0
6712025-01-17T07:41:13.403Z Downloaded indicatif v0.17.9
6722025-01-17T07:41:13.408Z Downloaded funty v2.0.0
6732025-01-17T07:41:13.411Z Downloaded difflib v0.4.0
6742025-01-17T07:41:13.411Z Downloaded phf_shared v0.10.0
6752025-01-17T07:41:13.415Z Downloaded nanorand v0.7.0
6762025-01-17T07:41:13.418Z Downloaded pretty-hex v0.2.1
6772025-01-17T07:41:13.418Z Downloaded parse-size v1.1.0
6782025-01-17T07:41:13.418Z Downloaded multimap v0.10.0
6792025-01-17T07:41:13.420Z Downloaded phf_generator v0.11.2
6802025-01-17T07:41:13.424Z Downloaded tabwriter v1.4.0
6812025-01-17T07:41:13.424Z Downloaded serde_urlencoded v0.7.1
6822025-01-17T07:41:13.436Z Downloaded termcolor v1.4.1
6832025-01-17T07:41:13.440Z Downloaded foreign-types-macros v0.2.3
6842025-01-17T07:41:13.443Z Downloaded dirs-sys-next v0.1.2
6852025-01-17T07:41:13.443Z Downloaded tower-service v0.3.3
6862025-01-17T07:41:13.443Z Downloaded termtree v0.4.1
6872025-01-17T07:41:13.446Z Downloaded dirs-next v2.0.0
6882025-01-17T07:41:13.446Z Downloaded writeable v0.5.5
6892025-01-17T07:41:13.451Z Downloaded want v0.3.1
6902025-01-17T07:41:13.451Z Downloaded utf-8 v0.7.6
6912025-01-17T07:41:13.451Z Downloaded termios v0.3.3
6922025-01-17T07:41:13.456Z Downloaded diesel_table_macro_syntax v0.2.0
6932025-01-17T07:41:13.456Z Downloaded futures-executor v0.3.31
6942025-01-17T07:41:13.459Z Downloaded ppv-lite86 v0.2.20
6952025-01-17T07:41:13.459Z Downloaded postgres-protocol v0.6.7
6962025-01-17T07:41:13.463Z Downloaded ref-cast-impl v1.0.23
6972025-01-17T07:41:13.463Z Downloaded crossbeam-channel v0.5.13
6982025-01-17T07:41:13.467Z Downloaded number_prefix v0.4.0
6992025-01-17T07:41:13.470Z Downloaded shlex v1.3.0
7002025-01-17T07:41:13.470Z Downloaded shell-words v1.1.0
7012025-01-17T07:41:13.473Z Downloaded sec1 v0.7.3
7022025-01-17T07:41:13.473Z Downloaded smf v0.2.3
7032025-01-17T07:41:13.476Z Downloaded rand_seeder v0.3.0
7042025-01-17T07:41:13.478Z Downloaded native-tls v0.2.12
7052025-01-17T07:41:13.482Z Downloaded globset v0.4.15
7062025-01-17T07:41:13.482Z Downloaded progenitor-client v0.9.1
7072025-01-17T07:41:13.485Z Downloaded progenitor-client v0.8.0
7082025-01-17T07:41:13.485Z Downloaded parking_lot_core v0.8.6
7092025-01-17T07:41:13.487Z Downloaded env_logger v0.10.2
7102025-01-17T07:41:13.491Z Downloaded num-iter v0.1.45
7112025-01-17T07:41:13.494Z Downloaded num-integer v0.1.46
7122025-01-17T07:41:13.494Z Downloaded dropshot_endpoint v0.15.1
7132025-01-17T07:41:13.498Z Downloaded unicode_categories v0.1.1
7142025-01-17T07:41:13.500Z Downloaded primeorder v0.13.6
7152025-01-17T07:41:13.503Z Downloaded spin v0.9.8
7162025-01-17T07:41:13.508Z Downloaded fallible-iterator v0.2.0
7172025-01-17T07:41:13.510Z Downloaded icu_normalizer v1.5.0
7182025-01-17T07:41:13.514Z Downloaded defmt-parser v0.3.4
7192025-01-17T07:41:13.514Z Downloaded wait-timeout v0.2.0
7202025-01-17T07:41:13.517Z Downloaded filetime v0.2.25
7212025-01-17T07:41:13.519Z Downloaded flagset v0.4.6
7222025-01-17T07:41:13.522Z Downloaded stable_deref_trait v1.2.0
7232025-01-17T07:41:13.522Z Downloaded fixedbitset v0.4.2
7242025-01-17T07:41:13.525Z Downloaded diesel-dtrace v0.4.2
7252025-01-17T07:41:13.529Z Downloaded futures-task v0.3.31
7262025-01-17T07:41:13.529Z Downloaded oso v0.27.3
7272025-01-17T07:41:13.531Z Downloaded typify-macro v0.3.0
7282025-01-17T07:41:13.536Z Downloaded parking_lot v0.12.3
7292025-01-17T07:41:13.538Z Downloaded tungstenite v0.24.0
7302025-01-17T07:41:13.542Z Downloaded tungstenite v0.21.0
7312025-01-17T07:41:13.547Z Downloaded hickory-server v0.24.1
7322025-01-17T07:41:13.551Z Downloaded rustc-hash v1.1.0
7332025-01-17T07:41:13.555Z Downloaded progenitor v0.8.0
7342025-01-17T07:41:13.556Z Downloaded proc-macro-crate v1.3.1
7352025-01-17T07:41:13.559Z Downloaded aes-gcm v0.10.3
7362025-01-17T07:41:13.559Z Downloaded icu_collections v1.5.0
7372025-01-17T07:41:13.567Z Downloaded slog-json v2.6.1
7382025-01-17T07:41:13.571Z Downloaded slog-envlogger v2.2.0
7392025-01-17T07:41:13.575Z Downloaded mirai-annotations v1.12.0
7402025-01-17T07:41:13.575Z Downloaded secrecy v0.8.0
7412025-01-17T07:41:13.579Z Downloaded which v4.4.2
7422025-01-17T07:41:13.579Z Downloaded env_logger v0.11.5
7432025-01-17T07:41:13.583Z Downloaded newline-converter v0.3.0
7442025-01-17T07:41:13.584Z Downloaded sct v0.7.1
7452025-01-17T07:41:13.590Z Downloaded tinystr v0.7.6
7462025-01-17T07:41:13.590Z Downloaded tiny-keccak v2.0.2
7472025-01-17T07:41:13.594Z Downloaded zerofrom v0.1.4
7482025-01-17T07:41:13.594Z Downloaded derive_builder_macro v0.20.2
7492025-01-17T07:41:13.594Z Downloaded packed_struct v0.10.1
7502025-01-17T07:41:13.599Z Downloaded newtype_derive v0.1.6
7512025-01-17T07:41:13.599Z Downloaded packed_struct_codegen v0.10.1
7522025-01-17T07:41:13.603Z Downloaded fragile v2.0.0
7532025-01-17T07:41:13.603Z Downloaded pin-project-internal v1.1.6
7542025-01-17T07:41:13.606Z Downloaded rustc-demangle v0.1.24
7552025-01-17T07:41:13.606Z Downloaded pin-project-lite v0.2.14
7562025-01-17T07:41:13.612Z Downloaded sync_wrapper v1.0.1
7572025-01-17T07:41:13.616Z Downloaded sync-ptr v0.1.1
7582025-01-17T07:41:13.616Z Downloaded signal-hook-tokio v0.3.1
7592025-01-17T07:41:13.620Z Downloaded rustc-hash v2.0.0
7602025-01-17T07:41:13.620Z Downloaded openssl-sys v0.9.103
7612025-01-17T07:41:13.624Z Downloaded normalize-line-endings v0.3.0
7622025-01-17T07:41:13.628Z Downloaded rcgen v0.12.1
7632025-01-17T07:41:13.633Z Downloaded phf_shared v0.11.2
7642025-01-17T07:41:13.633Z Downloaded pem v3.0.4
7652025-01-17T07:41:13.639Z Downloaded hickory-resolver v0.24.1
7662025-01-17T07:41:13.643Z Downloaded precomputed-hash v0.1.1
7672025-01-17T07:41:13.643Z Downloaded downcast v0.11.0
7682025-01-17T07:41:13.643Z Downloaded serde_plain v1.0.2
7692025-01-17T07:41:13.647Z Downloaded resolv-conf v0.7.0
7702025-01-17T07:41:13.647Z Downloaded tokio-tungstenite v0.24.0
7712025-01-17T07:41:13.651Z Downloaded zerovec-derive v0.10.3
7722025-01-17T07:41:13.651Z Downloaded utf8_iter v1.0.4
7732025-01-17T07:41:13.651Z Downloaded utf16_iter v1.0.5
7742025-01-17T07:41:13.655Z Downloaded defmt v0.3.8
7752025-01-17T07:41:13.661Z Downloaded path-slash v0.1.5
7762025-01-17T07:41:13.661Z Downloaded enum-as-inner v0.6.1
7772025-01-17T07:41:13.661Z Downloaded universal-hash v0.5.1
7782025-01-17T07:41:13.665Z Downloaded displaydoc v0.2.5
7792025-01-17T07:41:13.669Z Downloaded deranged v0.3.11
7802025-01-17T07:41:13.669Z Downloaded hashlink v0.9.1
7812025-01-17T07:41:13.673Z Downloaded zip v2.1.3
7822025-01-17T07:41:13.678Z Downloaded socket2 v0.5.7
7832025-01-17T07:41:13.682Z Downloaded der_derive v0.7.3
7842025-01-17T07:41:13.682Z Downloaded http v1.2.0
7852025-01-17T07:41:13.685Z Downloaded pem-rfc7468 v0.7.0
7862025-01-17T07:41:13.688Z Downloaded peg v0.8.4
7872025-01-17T07:41:13.691Z Downloaded foreign-types v0.5.0
7882025-01-17T07:41:13.694Z Downloaded num-rational v0.4.2
7892025-01-17T07:41:13.694Z Downloaded pkcs1 v0.7.5
7902025-01-17T07:41:13.697Z Downloaded serde_derive_internals v0.29.1
7912025-01-17T07:41:13.700Z Downloaded time v0.3.36
7922025-01-17T07:41:13.707Z Downloaded vte_generate_state_changes v0.1.2
7932025-01-17T07:41:13.710Z Downloaded tokio-native-tls v0.3.1
7942025-01-17T07:41:13.710Z Downloaded serde-hex v0.1.0
7952025-01-17T07:41:13.713Z Downloaded signal-hook v0.3.17
7962025-01-17T07:41:13.716Z Downloaded zerocopy-derive v0.8.10
7972025-01-17T07:41:13.723Z Downloaded structmeta v0.2.0
7982025-01-17T07:41:13.726Z Downloaded value-bag v1.9.0
7992025-01-17T07:41:13.729Z Downloaded env_filter v0.1.2
8002025-01-17T07:41:13.732Z Downloaded rsa v0.9.6
8012025-01-17T07:41:13.737Z Downloaded sqlparser_derive v0.2.2
8022025-01-17T07:41:13.741Z Downloaded publicsuffix v2.2.3
8032025-01-17T07:41:13.741Z Downloaded paste v1.0.15
8042025-01-17T07:41:13.744Z Downloaded zerofrom-derive v0.1.4
8052025-01-17T07:41:13.747Z Downloaded nu-ansi-term v0.50.1
8062025-01-17T07:41:13.751Z Downloaded derive_builder_core v0.20.2
8072025-01-17T07:41:13.754Z Downloaded multer v3.1.0
8082025-01-17T07:41:13.754Z Downloaded postcard v1.0.10
8092025-01-17T07:41:13.758Z Downloaded foreign-types-shared v0.3.1
8102025-01-17T07:41:13.761Z Downloaded foreign-types-shared v0.1.1
8112025-01-17T07:41:13.761Z Downloaded newtype-uuid v1.2.1
8122025-01-17T07:41:13.763Z Downloaded diesel_derives v2.2.3
8132025-01-17T07:41:13.766Z Downloaded progenitor-macro v0.8.0
8142025-01-17T07:41:13.769Z Downloaded predicates-tree v1.0.11
8152025-01-17T07:41:13.769Z Downloaded predicates-core v1.0.8
8162025-01-17T07:41:13.772Z Downloaded oso-derive v0.27.3
8172025-01-17T07:41:13.772Z Downloaded foreign-types v0.3.2
8182025-01-17T07:41:13.775Z Downloaded vergen v8.3.2
8192025-01-17T07:41:13.779Z Downloaded num-bigint v0.4.6
8202025-01-17T07:41:13.782Z Downloaded foldhash v0.1.3
8212025-01-17T07:41:13.785Z Downloaded embedded-io v0.4.0
8222025-01-17T07:41:13.788Z Downloaded tough v0.19.0
8232025-01-17T07:41:13.795Z Downloaded qorb v0.2.1
8242025-01-17T07:41:13.802Z Downloaded endian-type v0.1.2
8252025-01-17T07:41:13.805Z Downloaded aho-corasick v1.1.3
8262025-01-17T07:41:13.809Z Downloaded derive-where v1.2.7
8272025-01-17T07:41:13.813Z Downloaded zeroize_derive v1.4.2
8282025-01-17T07:41:13.817Z Downloaded tracing-attributes v0.1.27
8292025-01-17T07:41:13.820Z Downloaded polyval v0.6.2
8302025-01-17T07:41:13.820Z Downloaded pkg-config v0.3.31
8312025-01-17T07:41:13.823Z Downloaded rustls-pki-types v1.10.0
8322025-01-17T07:41:13.826Z Downloaded predicates v3.1.2
8332025-01-17T07:41:13.828Z Downloaded tokio-macros v2.5.0
8342025-01-17T07:41:13.831Z Downloaded scrypt v0.11.0
8352025-01-17T07:41:13.831Z Downloaded pbkdf2 v0.12.2
8362025-01-17T07:41:13.834Z Downloaded opaque-debug v0.3.1
8372025-01-17T07:41:13.837Z Downloaded spki v0.7.3
8382025-01-17T07:41:13.837Z Downloaded tinyvec_macros v0.1.1
8392025-01-17T07:41:13.839Z Downloaded omicron-zone-package v0.12.0
8402025-01-17T07:41:13.842Z Downloaded mockall_derive v0.13.0
8412025-01-17T07:41:13.845Z Downloaded thiserror-impl-no-std v2.0.2
8422025-01-17T07:41:13.847Z Downloaded thiserror-impl v2.0.11
8432025-01-17T07:41:13.847Z Downloaded hashbrown v0.12.3
8442025-01-17T07:41:13.852Z Downloaded try-lock v0.2.5
8452025-01-17T07:41:13.854Z Downloaded aws-lc-rs v1.10.0
8462025-01-17T07:41:13.863Z Downloaded siphasher v0.3.11
8472025-01-17T07:41:13.865Z Downloaded ed25519 v2.2.3
8482025-01-17T07:41:13.869Z Downloaded pkcs8 v0.10.2
8492025-01-17T07:41:13.869Z Downloaded slab v0.4.9
8502025-01-17T07:41:13.872Z Downloaded olpc-cjson v0.1.4
8512025-01-17T07:41:13.875Z Downloaded bindgen v0.69.5
8522025-01-17T07:41:13.883Z Downloaded pbkdf2 v0.11.0
8532025-01-17T07:41:13.885Z Downloaded itertools v0.12.1
8542025-01-17T07:41:13.891Z Downloaded write16 v1.0.0
8552025-01-17T07:41:13.894Z Downloaded sigpipe v0.1.3
8562025-01-17T07:41:13.894Z Downloaded rustc_version v0.1.7
8572025-01-17T07:41:13.897Z Downloaded radium v0.7.0
8582025-01-17T07:41:13.897Z Downloaded dropshot_endpoint v0.12.0
8592025-01-17T07:41:13.900Z Downloaded zip v0.6.6
8602025-01-17T07:41:13.903Z Downloaded glob v0.3.1
8612025-01-17T07:41:13.906Z Downloaded thiserror v2.0.11
8622025-01-17T07:41:13.912Z Downloaded fxhash v0.2.1
8632025-01-17T07:41:13.914Z Downloaded salsa20 v0.10.2
8642025-01-17T07:41:13.914Z Downloaded tokio-tungstenite v0.23.1
8652025-01-17T07:41:13.917Z Downloaded futures-sink v0.3.31
8662025-01-17T07:41:13.917Z Downloaded poly1305 v0.8.0
8672025-01-17T07:41:13.920Z Downloaded simd-adler32 v0.3.7
8682025-01-17T07:41:13.923Z Downloaded russh-cryptovec v0.7.3
8692025-01-17T07:41:13.923Z Downloaded semver v0.1.20
8702025-01-17T07:41:13.927Z Downloaded reedline v0.35.0
8712025-01-17T07:41:13.932Z Downloaded num_threads v0.1.7
8722025-01-17T07:41:13.935Z Downloaded enum-as-inner v0.5.1
8732025-01-17T07:41:13.938Z Downloaded num_enum_derive v0.5.11
8742025-01-17T07:41:13.938Z Downloaded fd-lock v4.0.2
8752025-01-17T07:41:13.941Z Downloaded tokio-rustls v0.26.0
8762025-01-17T07:41:13.944Z Downloaded unicase v2.7.0
8772025-01-17T07:41:13.944Z Downloaded russh-keys v0.45.0
8782025-01-17T07:41:13.947Z Downloaded parking_lot v0.11.2
8792025-01-17T07:41:13.950Z Downloaded owo-colors v4.1.0
8802025-01-17T07:41:13.953Z Downloaded subprocess v0.2.9
8812025-01-17T07:41:13.955Z Downloaded rand_xorshift v0.3.0
8822025-01-17T07:41:13.956Z Downloaded serde_repr v0.1.19
8832025-01-17T07:41:13.958Z Downloaded num_enum v0.5.11
8842025-01-17T07:41:13.963Z Downloaded ecdsa v0.16.9
8852025-01-17T07:41:13.967Z Downloaded wyz v0.5.1
8862025-01-17T07:41:13.968Z Downloaded ghash v0.5.1
8872025-01-17T07:41:13.970Z Downloaded tracing-core v0.1.32
8882025-01-17T07:41:13.973Z Downloaded synstructure v0.13.1
8892025-01-17T07:41:13.973Z Downloaded bitvec v1.0.1
8902025-01-17T07:41:13.990Z Downloaded same-file v1.0.6
8912025-01-17T07:41:13.993Z Downloaded uzers v0.12.1
8922025-01-17T07:41:13.996Z Downloaded rayon-core v1.12.1
8932025-01-17T07:41:13.998Z Downloaded whoami v1.5.2
8942025-01-17T07:41:14.001Z Downloaded nibble_vec v0.1.0
8952025-01-17T07:41:14.001Z Downloaded rusqlite v0.32.1
8962025-01-17T07:41:14.008Z Downloaded either v1.13.0
8972025-01-17T07:41:14.011Z Downloaded scheduled-thread-pool v0.2.7
8982025-01-17T07:41:14.014Z Downloaded tokio-postgres v0.7.12
8992025-01-17T07:41:14.017Z Downloaded similar v2.6.0
9002025-01-17T07:41:14.021Z Downloaded quinn v0.11.5
9012025-01-17T07:41:14.026Z Downloaded fatfs v0.3.6
9022025-01-17T07:41:14.029Z Downloaded hyper v1.5.2
9032025-01-17T07:41:14.036Z Downloaded tls_codec_derive v0.4.1
9042025-01-17T07:41:14.039Z Downloaded zerocopy v0.6.6
9052025-01-17T07:41:14.042Z Downloaded unicode-properties v0.1.3
9062025-01-17T07:41:14.044Z Downloaded fs_extra v1.3.0
9072025-01-17T07:41:14.047Z Downloaded tracing v0.1.40
9082025-01-17T07:41:14.050Z Downloaded half v2.4.1
9092025-01-17T07:41:14.053Z Downloaded schemars v0.8.21
9102025-01-17T07:41:14.068Z Downloaded mio v1.0.2
9112025-01-17T07:41:14.072Z Downloaded parse-zoneinfo v0.3.1
9122025-01-17T07:41:14.081Z Downloaded snafu v0.8.5
9132025-01-17T07:41:14.086Z Downloaded h2 v0.4.6
9142025-01-17T07:41:14.091Z Downloaded vte v0.11.1
9152025-01-17T07:41:14.093Z Downloaded hashbrown v0.13.2
9162025-01-17T07:41:14.096Z Downloaded tinyvec v1.8.0
9172025-01-17T07:41:14.099Z Downloaded petname v2.0.2
9182025-01-17T07:41:14.105Z Downloaded rand v0.8.5
9192025-01-17T07:41:14.109Z Downloaded snafu-derive v0.8.5
9202025-01-17T07:41:14.111Z Downloaded flate2 v1.0.34
9212025-01-17T07:41:14.116Z Downloaded ssh-key v0.6.6
9222025-01-17T07:41:14.124Z Downloaded tungstenite v0.23.0
9232025-01-17T07:41:14.129Z Downloaded regex v1.11.1
9242025-01-17T07:41:14.143Z Downloaded nom v7.1.3
9252025-01-17T07:41:14.149Z Downloaded tokio-util v0.7.12
9262025-01-17T07:41:14.156Z Downloaded ed25519-dalek v2.1.1
9272025-01-17T07:41:14.160Z Downloaded hashbrown v0.14.5
9282025-01-17T07:41:14.166Z Downloaded reqwest v0.12.9
9292025-01-17T07:41:14.176Z Downloaded x509-cert v0.2.5
9302025-01-17T07:41:14.182Z Downloaded unicode-bidi v0.3.17
9312025-01-17T07:41:14.185Z Downloaded lalrpop v0.19.12
9322025-01-17T07:41:14.198Z Downloaded elliptic-curve v0.13.8
9332025-01-17T07:41:14.202Z Downloaded rustls-webpki v0.101.7
9342025-01-17T07:41:14.217Z Downloaded portable-atomic v1.9.0
9352025-01-17T07:41:14.224Z Downloaded icu_properties_data v1.5.0
9362025-01-17T07:41:14.236Z Downloaded rustyline v14.0.0
9372025-01-17T07:41:14.242Z Downloaded p521 v0.13.3
9382025-01-17T07:41:14.246Z Downloaded git2 v0.19.0
9392025-01-17T07:41:14.255Z Downloaded rustls-webpki v0.102.8
9402025-01-17T07:41:14.276Z Downloaded zerovec v0.10.4
9412025-01-17T07:41:14.281Z Downloaded idna v0.5.0
9422025-01-17T07:41:14.289Z Downloaded p384 v0.13.0
9432025-01-17T07:41:14.295Z Downloaded regress v0.9.1
9442025-01-17T07:41:14.308Z Downloaded zerocopy v0.8.10
9452025-01-17T07:41:14.331Z Downloaded vcpkg v0.2.15
9462025-01-17T07:41:14.371Z Downloaded unicode-normalization v0.1.24
9472025-01-17T07:41:14.375Z Downloaded rustls v0.23.19
9482025-01-17T07:41:14.387Z Downloaded sqlparser v0.45.0
9492025-01-17T07:41:14.393Z Downloaded quick-xml v0.33.0
9502025-01-17T07:41:14.400Z Downloaded idna v0.4.0
9512025-01-17T07:41:14.408Z Downloaded diesel v2.2.6
9522025-01-17T07:41:14.428Z Downloaded idna v0.3.0
9532025-01-17T07:41:14.435Z Downloaded regex-syntax v0.6.29
9542025-01-17T07:41:14.442Z Downloaded nix v0.27.1
9552025-01-17T07:41:14.454Z Downloaded typify-impl v0.3.0
9562025-01-17T07:41:14.472Z Downloaded rayon v1.10.0
9572025-01-17T07:41:14.482Z Downloaded object v0.30.4
9582025-01-17T07:41:14.493Z Downloaded regex-syntax v0.8.5
9592025-01-17T07:41:14.502Z Downloaded idna v0.2.3
9602025-01-17T07:41:14.511Z Downloaded gimli v0.31.1
9612025-01-17T07:41:14.521Z Downloaded polar-core v0.27.3
9622025-01-17T07:41:14.531Z Downloaded salty v0.3.0
9632025-01-17T07:41:14.540Z Downloaded sled v0.34.7
9642025-01-17T07:41:14.551Z Downloaded bzip2-sys v0.1.11+1.0.8
9652025-01-17T07:41:14.565Z Downloaded zerocopy-derive v0.6.6
9662025-01-17T07:41:14.575Z Downloaded radix_trie v0.2.1
9672025-01-17T07:41:14.581Z Downloaded nix v0.28.0
9682025-01-17T07:41:14.593Z Downloaded trust-dns-proto v0.22.0
9692025-01-17T07:41:14.606Z Downloaded dropshot v0.12.0
9702025-01-17T07:41:14.627Z Downloaded hickory-proto v0.24.1
9712025-01-17T07:41:14.643Z Downloaded dropshot v0.15.1
9722025-01-17T07:41:14.665Z Downloaded smoltcp v0.11.0
9732025-01-17T07:41:14.678Z Downloaded petgraph v0.6.5
9742025-01-17T07:41:14.696Z Downloaded nix v0.29.0
9752025-01-17T07:41:14.708Z Downloaded object v0.36.5
9762025-01-17T07:41:14.721Z Downloaded openapiv3 v2.0.0
9772025-01-17T07:41:14.733Z Downloaded typify-impl v0.2.0
9782025-01-17T07:41:14.749Z Downloaded serde_with v3.11.0
9792025-01-17T07:41:14.757Z Downloaded regress v0.10.1
9802025-01-17T07:41:14.767Z Downloaded tokio v1.43.0
9812025-01-17T07:41:14.807Z Downloaded csv v1.3.0
9822025-01-17T07:41:14.826Z Downloaded ratatui v0.28.1
9832025-01-17T07:41:14.845Z Downloaded bstr v1.10.0
9842025-01-17T07:41:14.855Z Downloaded rustls v0.22.4
9852025-01-17T07:41:14.869Z Downloaded smoltcp v0.9.1
9862025-01-17T07:41:14.880Z Downloaded regex-automata v0.4.8
9872025-01-17T07:41:14.898Z Downloaded chrono-tz v0.10.0
9882025-01-17T07:41:14.905Z Downloaded openssl v0.10.66
9892025-01-17T07:41:14.915Z Downloaded webpki-roots v0.26.6
9902025-01-17T07:41:14.918Z Downloaded unicode-width v0.2.0
9912025-01-17T07:41:14.925Z Downloaded rustls v0.21.12
9922025-01-17T07:41:14.937Z Downloaded curve25519-dalek v4.1.3
9932025-01-17T07:41:14.946Z Downloaded futures-util v0.3.31
9942025-01-17T07:41:14.957Z Downloaded lzma-sys v0.1.20
9952025-01-17T07:41:14.987Z Downloaded quinn-proto v0.11.8
9962025-01-17T07:41:14.993Z Downloaded hkdf v0.12.4
9972025-01-17T07:41:14.996Z Downloaded ff v0.13.0
9982025-01-17T07:41:14.999Z Downloaded libz-sys v1.1.20
9992025-01-17T07:41:15.020Z Downloaded sha3 v0.10.8
10002025-01-17T07:41:15.025Z Downloaded supports-color v3.0.1
10012025-01-17T07:41:15.027Z Downloaded tls_codec v0.4.1
10022025-01-17T07:41:15.030Z Downloaded password-hash v0.5.0
10032025-01-17T07:41:15.033Z Downloaded headers v0.4.0
10042025-01-17T07:41:15.036Z Downloaded der v0.7.9
10052025-01-17T07:41:15.041Z Downloaded hash32 v0.2.1
10062025-01-17T07:41:15.044Z Downloaded flume v0.11.1
10072025-01-17T07:41:15.047Z Downloaded unarray v0.1.4
10082025-01-17T07:41:15.050Z Downloaded unicode-segmentation v1.12.0
10092025-01-17T07:41:15.054Z Downloaded num-bigint-dig v0.8.4
10102025-01-17T07:41:15.057Z Downloaded proptest v1.5.0
10112025-01-17T07:41:15.067Z Downloaded signature v2.2.0
10122025-01-17T07:41:15.070Z Downloaded itertools v0.13.0
10132025-01-17T07:41:15.075Z Downloaded idna v1.0.3
10142025-01-17T07:41:15.080Z Downloaded chrono v0.4.38
10152025-01-17T07:41:15.087Z Downloaded blake3 v1.5.4
10162025-01-17T07:41:15.095Z Downloaded miniz_oxide v0.8.0
10172025-01-17T07:41:15.100Z Downloaded tokio-rustls v0.24.1
10182025-01-17T07:41:15.104Z Downloaded schemars_derive v0.8.21
10192025-01-17T07:41:15.104Z Downloaded darling_core v0.20.10
10202025-01-17T07:41:15.108Z Downloaded uuid v1.12.0
10212025-01-17T07:41:15.110Z Downloaded quinn-udp v0.5.5
10222025-01-17T07:41:15.113Z Downloaded zeroize v1.8.1
10232025-01-17T07:41:15.113Z Downloaded futures-io v0.3.31
10242025-01-17T07:41:15.113Z Downloaded password-hash v0.4.2
10252025-01-17T07:41:15.116Z Downloaded embedded-io v0.6.1
10262025-01-17T07:41:15.116Z Downloaded encoding_rs v0.8.34
10272025-01-17T07:41:15.138Z Downloaded typify v0.2.0
10282025-01-17T07:41:15.142Z Downloaded pkcs5 v0.7.1
10292025-01-17T07:41:15.145Z Downloaded winnow v0.5.40
10302025-01-17T07:41:15.153Z Downloaded russh v0.45.0
10312025-01-17T07:41:15.158Z Downloaded p256 v0.13.2
10322025-01-17T07:41:15.161Z Downloaded zopfli v0.8.1
10332025-01-17T07:41:15.164Z Downloaded nodrop v0.1.14
10342025-01-17T07:41:15.167Z Downloaded num-traits v0.2.19
10352025-01-17T07:41:15.169Z Downloaded libm v0.2.8
10362025-01-17T07:41:15.175Z Downloaded itertools v0.10.5
10372025-01-17T07:41:15.181Z Downloaded subtle v2.6.1
10382025-01-17T07:41:15.184Z Downloaded sqlformat v0.2.6
10392025-01-17T07:41:15.187Z Downloaded progenitor-impl v0.9.1
10402025-01-17T07:41:15.190Z Downloaded progenitor-impl v0.8.0
10412025-01-17T07:41:15.190Z Downloaded futures-macro v0.3.31
10422025-01-17T07:41:15.193Z Downloaded test-strategy v0.3.1
10432025-01-17T07:41:15.195Z Downloaded futures v0.3.31
10442025-01-17T07:41:15.198Z Downloaded num v0.4.3
10452025-01-17T07:41:15.201Z Downloaded expectorate v1.1.0
10462025-01-17T07:41:15.204Z Downloaded static_assertions v1.1.0
10472025-01-17T07:41:15.204Z Downloaded ssh-cipher v0.2.0
10482025-01-17T07:41:15.209Z Downloaded derive_builder v0.20.2
10492025-01-17T07:41:15.212Z Downloaded pin-project v1.1.6
10502025-01-17T07:41:15.220Z Downloaded typed-path v0.9.3
10512025-01-17T07:41:15.226Z Downloaded libxml v0.3.3
10522025-01-17T07:41:15.232Z Downloaded time-macros v0.2.18
10532025-01-17T07:41:15.235Z Downloaded steno v0.4.1
10542025-01-17T07:41:15.238Z Downloaded crossterm v0.28.1
10552025-01-17T07:41:15.245Z Downloaded rfc6979 v0.4.0
10562025-01-17T07:41:15.247Z Downloaded minimal-lexical v0.2.1
10572025-01-17T07:41:15.250Z Downloaded structmeta-derive v0.2.0
10582025-01-17T07:41:15.254Z Downloaded structmeta v0.3.0
10592025-01-17T07:41:15.254Z Downloaded slog-async v2.8.0
10602025-01-17T07:41:15.256Z Downloaded defmt-macros v0.3.9
10612025-01-17T07:41:15.256Z Downloaded tokio-rustls v0.25.0
10622025-01-17T07:41:15.259Z Downloaded ssh-encoding v0.2.0
10632025-01-17T07:41:15.262Z Downloaded url v2.5.3
10642025-01-17T07:41:15.264Z Downloaded toml_edit v0.19.15
10652025-01-17T07:41:15.280Z Downloaded peg-macros v0.8.4
10662025-01-17T07:41:15.282Z Downloaded typify v0.3.0
10672025-01-17T07:41:15.286Z Downloaded toml v0.7.8
10682025-01-17T07:41:15.289Z Downloaded display-error-chain v0.2.2
10692025-01-17T07:41:15.291Z Downloaded unsafe-libyaml v0.2.11
10702025-01-17T07:41:15.294Z Downloaded libgit2-sys v0.17.0+1.8.1
10712025-01-17T07:41:15.373Z Downloaded tar v0.4.42
10722025-01-17T07:41:15.377Z Downloaded rusty-fork v0.3.0
10732025-01-17T07:41:15.380Z Downloaded rustversion v1.0.17
10742025-01-17T07:41:15.383Z Downloaded diff v0.1.13
10752025-01-17T07:41:15.387Z Downloaded tokio-stream v0.1.16
10762025-01-17T07:41:15.392Z Downloaded term v0.7.0
10772025-01-17T07:41:15.397Z Downloaded samael v0.0.17
10782025-01-17T07:41:15.405Z Downloaded ron v0.8.1
10792025-01-17T07:41:15.412Z Downloaded postgres-types v0.2.8
10802025-01-17T07:41:15.415Z Downloaded parking_lot_core v0.9.10
10812025-01-17T07:41:15.418Z Downloaded waitgroup v0.1.2
10822025-01-17T07:41:15.421Z Downloaded slog-dtrace v0.3.0
10832025-01-17T07:41:15.424Z Downloaded num-derive v0.4.2
10842025-01-17T07:41:15.424Z Downloaded num-complex v0.4.6
10852025-01-17T07:41:15.426Z Downloaded dhcproto v0.12.0
10862025-01-17T07:41:15.430Z Downloaded rtoolbox v0.0.2
10872025-01-17T07:41:15.432Z Downloaded phf_codegen v0.11.2
10882025-01-17T07:41:15.435Z Downloaded percent-encoding v2.3.1
10892025-01-17T07:41:15.435Z Downloaded group v0.13.0
10902025-01-17T07:41:15.438Z Downloaded openssl-macros v0.1.1
10912025-01-17T07:41:15.441Z Downloaded zone v0.1.8
10922025-01-17T07:41:15.441Z Downloaded float-cmp v0.9.0
10932025-01-17T07:41:15.445Z Downloaded icu_properties v1.5.1
10942025-01-17T07:41:15.448Z Downloaded hyper-util v0.1.10
10952025-01-17T07:41:15.452Z Downloaded base64 v0.22.1
10962025-01-17T07:41:15.457Z Downloaded yoke v0.7.4
10972025-01-17T07:41:15.459Z Downloaded walkdir v2.5.0
10982025-01-17T07:41:15.462Z Downloaded slog-bunyan v2.5.0
10992025-01-17T07:41:15.465Z Downloaded signal-hook-mio v0.2.4
11002025-01-17T07:41:15.465Z Downloaded bumpalo v3.16.0
11012025-01-17T07:41:15.467Z Downloaded scopeguard v1.2.0
11022025-01-17T07:41:15.467Z Downloaded mockall v0.13.0
11032025-01-17T07:41:15.470Z Downloaded getrandom v0.2.15
11042025-01-17T07:41:15.473Z Downloaded futures-channel v0.3.31
11052025-01-17T07:41:15.475Z Downloaded prettyplease v0.2.25
11062025-01-17T07:41:15.478Z Downloaded slog v2.7.0
11072025-01-17T07:41:15.481Z Downloaded dunce v1.0.5
11082025-01-17T07:41:15.481Z Downloaded crypto-bigint v0.5.5
11092025-01-17T07:41:15.486Z Downloaded dyn-clone v1.0.17
11102025-01-17T07:41:15.488Z Downloaded dsl_auto_type v0.1.2
11112025-01-17T07:41:15.491Z Downloaded indexmap v1.9.3
11122025-01-17T07:41:15.494Z Downloaded phf v0.11.2
11132025-01-17T07:41:15.494Z Downloaded base64 v0.21.7
11142025-01-17T07:41:15.497Z Downloaded slog-term v2.9.1
11152025-01-17T07:41:15.500Z Downloaded serde_with_macros v3.11.0
11162025-01-17T07:41:15.503Z Downloaded hmac v0.12.1
11172025-01-17T07:41:15.506Z Downloaded compact_str v0.8.0
11182025-01-17T07:41:15.509Z Downloaded xz2 v0.1.7
11192025-01-17T07:41:15.509Z Downloaded unicode-truncate v1.1.0
11202025-01-17T07:41:15.511Z Downloaded typify-macro v0.2.0
11212025-01-17T07:41:15.511Z Downloaded memmap2 v0.9.5
11222025-01-17T07:41:15.514Z Downloaded blake2 v0.10.6
11232025-01-17T07:41:15.514Z Downloaded gethostname v0.5.0
11242025-01-17T07:41:15.517Z Downloaded chacha20poly1305 v0.10.1
11252025-01-17T07:41:15.517Z Downloaded base64 v0.13.1
11262025-01-17T07:41:15.520Z Downloaded ipnet v2.10.1
11272025-01-17T07:41:15.523Z Downloaded const-oid v0.9.6
11282025-01-17T07:41:15.526Z Downloaded clang-sys v1.8.1
11292025-01-17T07:41:15.528Z Downloaded bytes v1.9.0
11302025-01-17T07:41:15.531Z Downloaded cookie v0.18.1
11312025-01-17T07:41:15.534Z Downloaded thread_local v1.1.8
11322025-01-17T07:41:15.537Z Downloaded thiserror-no-std v2.0.2
11332025-01-17T07:41:15.540Z Downloaded strum_macros v0.25.3
11342025-01-17T07:41:15.540Z Downloaded highway v1.2.0
11352025-01-17T07:41:15.546Z Downloaded slog-stdlog v4.1.1
11362025-01-17T07:41:15.552Z Downloaded slog-scope v4.4.0
11372025-01-17T07:41:15.552Z Downloaded serde_path_to_error v0.1.16
11382025-01-17T07:41:15.552Z Downloaded rustfmt-wrapper v0.2.1
11392025-01-17T07:41:15.552Z Downloaded jobserver v0.1.32
11402025-01-17T07:41:15.552Z Downloaded iana-time-zone v0.1.61
11412025-01-17T07:41:15.555Z Downloaded hyper-staticfile v0.10.1
11422025-01-17T07:41:15.555Z Downloaded bcs v0.1.6
11432025-01-17T07:41:15.558Z Downloaded ahash v0.8.11
11442025-01-17T07:41:15.558Z Downloaded internet-checksum v0.2.1
11452025-01-17T07:41:15.560Z Downloaded inout v0.1.3
11462025-01-17T07:41:15.560Z Downloaded keccak v0.1.5
11472025-01-17T07:41:15.563Z Downloaded indoc v1.0.9
11482025-01-17T07:41:15.566Z Downloaded hyper-tls v0.6.0
11492025-01-17T07:41:15.566Z Downloaded ciborium v0.2.2
11502025-01-17T07:41:15.569Z Downloaded lru-cache v0.1.2
11512025-01-17T07:41:15.569Z Downloaded lazycell v1.3.0
11522025-01-17T07:41:15.572Z Downloaded md-5 v0.10.6
11532025-01-17T07:41:15.572Z Downloaded humantime v2.1.0
11542025-01-17T07:41:15.572Z Downloaded instability v0.3.2
11552025-01-17T07:41:15.574Z Downloaded addr2line v0.24.2
11562025-01-17T07:41:15.577Z Downloaded hex-literal v0.4.1
11572025-01-17T07:41:15.577Z Downloaded heck v0.3.3
11582025-01-17T07:41:15.580Z Downloaded http-body-util v0.1.2
11592025-01-17T07:41:15.580Z Downloaded hostname v0.4.0
11602025-01-17T07:41:15.583Z Downloaded hostname v0.3.1
11612025-01-17T07:41:15.583Z Downloaded async-bb8-diesel v0.2.1
11622025-01-17T07:41:15.585Z Downloaded arrayvec v0.7.6
11632025-01-17T07:41:15.588Z Downloaded buf-list v1.0.3
11642025-01-17T07:41:15.591Z Downloaded bb8 v0.8.5
11652025-01-17T07:41:15.591Z Downloaded chacha20 v0.9.1
11662025-01-17T07:41:15.594Z Downloaded bcrypt-pbkdf v0.10.0
11672025-01-17T07:41:15.594Z Downloaded colored v2.1.0
11682025-01-17T07:41:15.594Z Downloaded cobs v0.2.3
11692025-01-17T07:41:15.597Z Downloaded castaway v0.2.3
11702025-01-17T07:41:15.597Z Downloaded atomic-waker v1.1.2
11712025-01-17T07:41:15.599Z Downloaded hubpack_derive v0.1.1
11722025-01-17T07:41:15.599Z Downloaded aes v0.8.4
11732025-01-17T07:41:15.602Z Downloaded chrono-tz-build v0.4.0
11742025-01-17T07:41:15.602Z Downloaded cbc v0.1.2
11752025-01-17T07:41:15.604Z Downloaded bitfield-struct v0.6.2
11762025-01-17T07:41:15.605Z Downloaded async-stream v0.3.6
11772025-01-17T07:41:15.607Z Downloaded bit-set v0.5.3
11782025-01-17T07:41:15.607Z Downloaded array-init v0.0.4
11792025-01-17T07:41:15.610Z Downloaded headers-core v0.3.0
11802025-01-17T07:41:15.610Z Downloaded crucible-workspace-hack v0.1.0
11812025-01-17T07:41:15.610Z Downloaded cmake v0.1.51
11822025-01-17T07:41:15.613Z Downloaded bit-vec v0.6.3
11832025-01-17T07:41:15.613Z Downloaded arrayref v0.3.9
11842025-01-17T07:41:15.613Z Downloaded aead v0.5.2
11852025-01-17T07:41:15.616Z Downloaded heapless v0.7.17
11862025-01-17T07:41:15.661Z Downloaded ring v0.17.8
11872025-01-17T07:41:15.784Z Downloaded libsqlite3-sys v0.30.1
11882025-01-17T07:41:15.982Z Downloaded aws-lc-sys v0.22.0
11892025-01-17T07:41:16.298Z Compiling serde v1.0.217
11902025-01-17T07:41:16.301Z Compiling lock_api v0.4.12
11912025-01-17T07:41:16.301Z Compiling scopeguard v1.2.0
11922025-01-17T07:41:16.301Z Compiling value-bag v1.9.0
11932025-01-17T07:41:16.461Z Compiling typenum v1.17.0
11942025-01-17T07:41:16.464Z Compiling generic-array v0.14.7
11952025-01-17T07:41:16.506Z Compiling syn v2.0.96
11962025-01-17T07:41:16.520Z Compiling getrandom v0.2.15
11972025-01-17T07:41:16.597Z Compiling subtle v2.6.1
11982025-01-17T07:41:16.826Z Compiling rand_core v0.6.4
11992025-01-17T07:41:16.955Z Compiling log v0.4.22
12002025-01-17T07:41:17.016Z Compiling shlex v1.3.0
12012025-01-17T07:41:17.035Z Compiling jobserver v0.1.32
12022025-01-17T07:41:17.064Z Compiling const-oid v0.9.6
12032025-01-17T07:41:17.372Z Compiling smallvec v1.13.2
12042025-01-17T07:41:17.403Z Compiling spin v0.9.8
12052025-01-17T07:41:17.403Z Compiling pin-project-lite v0.2.14
12062025-01-17T07:41:17.543Z Compiling cc v1.1.30
12072025-01-17T07:41:17.755Z Compiling rustix v0.38.37
12082025-01-17T07:41:17.757Z Compiling parking_lot_core v0.9.10
12092025-01-17T07:41:17.802Z Compiling futures-core v0.3.31
12102025-01-17T07:41:17.920Z Compiling signal-hook-registry v1.4.2
12112025-01-17T07:41:18.079Z Compiling mio v1.0.2
12122025-01-17T07:41:18.649Z Compiling parking_lot v0.12.3
12132025-01-17T07:41:18.669Z Compiling aho-corasick v1.1.3
12142025-01-17T07:41:18.848Z Compiling cpufeatures v0.2.14
12152025-01-17T07:41:18.901Z Compiling regex-syntax v0.8.5
12162025-01-17T07:41:18.967Z Compiling either v1.13.0
12172025-01-17T07:41:19.139Z Compiling lazy_static v1.5.0
12182025-01-17T07:41:19.197Z Compiling glob v0.3.1
12192025-01-17T07:41:19.276Z Compiling futures-sink v0.3.31
12202025-01-17T07:41:19.356Z Compiling stable_deref_trait v1.2.0
12212025-01-17T07:41:19.436Z Compiling socket2 v0.5.7
12222025-01-17T07:41:19.473Z Compiling slab v0.4.9
12232025-01-17T07:41:19.494Z Compiling prettyplease v0.2.25
12242025-01-17T07:41:19.853Z Compiling minimal-lexical v0.2.1
12252025-01-17T07:41:19.945Z Compiling serde_json v1.0.135
12262025-01-17T07:41:20.027Z Compiling clang-sys v1.8.1
12272025-01-17T07:41:20.289Z Compiling nom v7.1.3
12282025-01-17T07:41:20.367Z Compiling libloading v0.8.5
12292025-01-17T07:41:20.672Z Compiling home v0.5.9
12302025-01-17T07:41:20.794Z Compiling bindgen v0.69.5
12312025-01-17T07:41:20.941Z Compiling futures-channel v0.3.31
12322025-01-17T07:41:21.387Z Compiling itertools v0.12.1
12332025-01-17T07:41:21.410Z Compiling lazycell v1.3.0
12342025-01-17T07:41:21.588Z Compiling allocator-api2 v0.2.18
12352025-01-17T07:41:21.650Z Compiling pin-utils v0.1.0
12362025-01-17T07:41:21.760Z Compiling rustc-hash v1.1.0
12372025-01-17T07:41:21.931Z Compiling libm v0.2.8
12382025-01-17T07:41:22.293Z Compiling futures-io v0.3.31
12392025-01-17T07:41:22.366Z Compiling foldhash v0.1.3
12402025-01-17T07:41:22.579Z Compiling futures-task v0.3.31
12412025-01-17T07:41:22.687Z Compiling regex-automata v0.4.8
12422025-01-17T07:41:22.874Z Compiling hashbrown v0.15.1
12432025-01-17T07:41:23.415Z Compiling cexpr v0.6.0
12442025-01-17T07:41:23.724Z Compiling cmake v0.1.51
12452025-01-17T07:41:24.039Z Compiling synstructure v0.13.1
12462025-01-17T07:41:24.632Z Compiling num-traits v0.2.19
12472025-01-17T07:41:24.946Z Compiling tinyvec_macros v0.1.1
12482025-01-17T07:41:25.051Z Compiling fs_extra v1.3.0
12492025-01-17T07:41:25.093Z Compiling pkg-config v0.3.31
12502025-01-17T07:41:25.226Z Compiling dunce v1.0.5
12512025-01-17T07:41:25.413Z Compiling tinyvec v1.8.0
12522025-01-17T07:41:25.800Z Compiling ring v0.17.8
12532025-01-17T07:41:26.473Z Compiling writeable v0.5.5
12542025-01-17T07:41:26.925Z Compiling unicode-normalization v0.1.24
12552025-01-17T07:41:26.994Z Compiling base64ct v1.6.0
12562025-01-17T07:41:27.017Z Compiling unicode-bidi v0.3.17
12572025-01-17T07:41:27.060Z Compiling litemap v0.7.3
12582025-01-17T07:41:27.409Z Compiling paste v1.0.15
12592025-01-17T07:41:27.585Z Compiling pem-rfc7468 v0.7.0
12602025-01-17T07:41:28.001Z Compiling httparse v1.9.5
12612025-01-17T07:41:28.266Z Compiling regex v1.11.1
12622025-01-17T07:41:28.287Z Compiling aws-lc-rs v1.10.0
12632025-01-17T07:41:28.534Z Compiling flagset v0.4.6
12642025-01-17T07:41:28.734Z Compiling tracing-core v0.1.32
12652025-01-17T07:41:28.766Z Compiling crossbeam-utils v0.8.20
12662025-01-17T07:41:29.238Z Compiling percent-encoding v2.3.1
12672025-01-17T07:41:29.293Z Compiling rustls-pki-types v1.10.0
12682025-01-17T07:41:29.557Z Compiling icu_locid_transform_data v1.5.0
12692025-01-17T07:41:29.753Z Compiling time-core v0.1.2
12702025-01-17T07:41:29.779Z Compiling serde_derive v1.0.217
12712025-01-17T07:41:29.895Z Compiling zeroize_derive v1.4.2
12722025-01-17T07:41:29.941Z Compiling zerocopy-derive v0.7.35
12732025-01-17T07:41:30.220Z Compiling tokio-macros v2.5.0
12742025-01-17T07:41:30.417Z Compiling zerofrom-derive v0.1.4
12752025-01-17T07:41:31.326Z Compiling zeroize v1.8.1
12762025-01-17T07:41:31.562Z Compiling yoke-derive v0.7.4
12772025-01-17T07:41:31.669Z Compiling thiserror-impl v1.0.69
12782025-01-17T07:41:31.949Z Compiling zerocopy v0.7.35
12792025-01-17T07:41:33.007Z Compiling crypto-common v0.1.6
12802025-01-17T07:41:33.224Z Compiling block-buffer v0.10.4
12812025-01-17T07:41:33.313Z Compiling futures-macro v0.3.31
12822025-01-17T07:41:33.477Z Compiling digest v0.10.7
12832025-01-17T07:41:33.794Z Compiling zerovec-derive v0.10.3
12842025-01-17T07:41:33.939Z Compiling hmac v0.12.1
12852025-01-17T07:41:33.962Z Compiling block-padding v0.3.3
12862025-01-17T07:41:34.036Z Compiling zerofrom v0.1.4
12872025-01-17T07:41:34.204Z Compiling displaydoc v0.2.5
12882025-01-17T07:41:34.226Z Compiling inout v0.1.3
12892025-01-17T07:41:34.247Z Compiling yoke v0.7.4
12902025-01-17T07:41:34.268Z Compiling sha2 v0.10.8
12912025-01-17T07:41:34.515Z Compiling cipher v0.4.4
12922025-01-17T07:41:34.608Z Compiling ppv-lite86 v0.2.20
12932025-01-17T07:41:34.663Z Compiling thiserror v1.0.69
12942025-01-17T07:41:34.814Z Compiling der_derive v0.7.3
12952025-01-17T07:41:35.011Z Compiling icu_provider_macros v1.5.0
12962025-01-17T07:41:35.124Z Compiling futures-util v0.3.31
12972025-01-17T07:41:35.430Z Compiling rand_chacha v0.3.1
12982025-01-17T07:41:35.821Z Compiling tracing-attributes v0.1.27
12992025-01-17T07:41:36.127Z Compiling rand v0.8.5
13002025-01-17T07:41:36.370Z Compiling zerovec v0.10.4
13012025-01-17T07:41:37.069Z Compiling der v0.7.9
13022025-01-17T07:41:37.731Z Compiling salsa20 v0.10.2
13032025-01-17T07:41:37.868Z Compiling pest v2.7.14
13042025-01-17T07:41:38.007Z Compiling tinystr v0.7.6
13052025-01-17T07:41:38.044Z Compiling icu_collections v1.5.0
13062025-01-17T07:41:38.313Z Compiling pbkdf2 v0.12.2
13072025-01-17T07:41:38.412Z Compiling icu_locid v1.5.0
13082025-01-17T07:41:38.490Z Compiling vcpkg v0.2.15
13092025-01-17T07:41:39.251Z Compiling tracing v0.1.40
13102025-01-17T07:41:39.306Z Compiling spki v0.7.3
13112025-01-17T07:41:39.701Z Compiling icu_provider v1.5.0
13122025-01-17T07:41:39.772Z Compiling num-conv v0.1.0
13132025-01-17T07:41:40.067Z Compiling mirai-annotations v1.12.0
13142025-01-17T07:41:40.107Z Compiling untrusted v0.9.0
13152025-01-17T07:41:40.254Z Compiling untrusted v0.7.1
13162025-01-17T07:41:40.275Z Compiling icu_properties_data v1.5.0
13172025-01-17T07:41:40.300Z Compiling powerfmt v0.2.0
13182025-01-17T07:41:40.467Z Compiling icu_locid_transform v1.5.0
13192025-01-17T07:41:40.590Z Compiling pest_meta v2.7.14
13202025-01-17T07:41:40.683Z Compiling deranged v0.3.11
13212025-01-17T07:41:40.712Z Compiling openssl-sys v0.9.103
13222025-01-17T07:41:40.731Z Compiling time-macros v0.2.18
13232025-01-17T07:41:41.007Z Compiling scrypt v0.11.0
13242025-01-17T07:41:41.540Z Compiling aes v0.8.4
13252025-01-17T07:41:41.789Z Compiling icu_properties v1.5.1
13262025-01-17T07:41:42.117Z Compiling cbc v0.1.2
13272025-01-17T07:41:42.372Z Compiling scroll_derive v0.12.0
13282025-01-17T07:41:42.896Z Compiling bitflags v2.6.0
13292025-01-17T07:41:43.007Z Compiling bytes v1.9.0
13302025-01-17T07:41:43.850Z Compiling indexmap v2.7.0
13312025-01-17T07:41:43.992Z Compiling tokio v1.43.0
13322025-01-17T07:41:44.230Z Compiling http v1.2.0
13332025-01-17T07:41:44.290Z Compiling semver v1.0.24
13342025-01-17T07:41:45.027Z Compiling rustc_version v0.4.1
13352025-01-17T07:41:45.129Z Compiling num_threads v0.1.7
13362025-01-17T07:41:45.280Z Compiling atomic-waker v1.1.2
13372025-01-17T07:41:45.517Z Compiling utf8_iter v1.0.4
13382025-01-17T07:41:45.736Z Compiling utf16_iter v1.0.5
13392025-01-17T07:41:45.777Z Compiling icu_normalizer_data v1.5.0
13402025-01-17T07:41:45.905Z Compiling write16 v1.0.0
13412025-01-17T07:41:45.968Z Compiling http-body v1.0.1
13422025-01-17T07:41:46.068Z Compiling icu_normalizer v1.5.0
13432025-01-17T07:41:46.224Z Compiling time v0.3.36
13442025-01-17T07:41:46.287Z Compiling scroll v0.12.0
13452025-01-17T07:41:46.420Z Compiling pkcs5 v0.7.1
13462025-01-17T07:41:46.464Z Compiling pest_generator v2.7.14
13472025-01-17T07:41:46.687Z Compiling form_urlencoded v1.2.1
13482025-01-17T07:41:46.827Z Compiling try-lock v0.2.5
13492025-01-17T07:41:46.999Z Compiling which v4.4.2
13502025-01-17T07:41:47.020Z Compiling slog v2.7.0
13512025-01-17T07:41:47.590Z Compiling pkcs8 v0.10.2
13522025-01-17T07:41:47.611Z Compiling want v0.3.1
13532025-01-17T07:41:47.850Z Compiling idna_adapter v1.2.0
13542025-01-17T07:41:47.905Z Compiling goblin v0.8.2
13552025-01-17T07:41:48.066Z Compiling uuid v1.12.0
13562025-01-17T07:41:48.086Z Compiling httpdate v1.0.3
13572025-01-17T07:41:48.271Z Compiling iana-time-zone v0.1.61
13582025-01-17T07:41:48.322Z Compiling pest_derive v2.7.14
13592025-01-17T07:41:48.546Z Compiling chrono v0.4.38
13602025-01-17T07:41:48.682Z Compiling idna v1.0.3
13612025-01-17T07:41:49.143Z Compiling dtrace-parser v0.2.0
13622025-01-17T07:41:50.271Z Compiling toml_datetime v0.6.8
13632025-01-17T07:41:50.361Z Compiling serde_tokenstream v0.2.2
13642025-01-17T07:41:50.788Z Compiling serde_spanned v0.6.8
13652025-01-17T07:41:50.952Z Compiling base64 v0.22.1
13662025-01-17T07:41:50.975Z Compiling match_cfg v0.1.0
13672025-01-17T07:41:51.020Z Compiling adler2 v2.0.0
13682025-01-17T07:41:51.083Z Compiling foreign-types-shared v0.1.1
13692025-01-17T07:41:51.164Z Compiling openssl v0.10.66
13702025-01-17T07:41:51.217Z Compiling tower-service v0.3.3
13712025-01-17T07:41:51.245Z Compiling rustversion v1.0.17
13722025-01-17T07:41:51.365Z Compiling foreign-types v0.3.2
13732025-01-17T07:41:51.475Z Compiling miniz_oxide v0.8.0
13742025-01-17T07:41:51.600Z Compiling hostname v0.3.1
13752025-01-17T07:41:51.655Z Compiling url v2.5.3
13762025-01-17T07:41:51.969Z Compiling openssl-macros v0.1.1
13772025-01-17T07:41:52.002Z Compiling async-trait v0.1.83
13782025-01-17T07:41:52.704Z Compiling tokio-util v0.7.12
13792025-01-17T07:41:52.904Z Compiling serde_derive_internals v0.29.1
13802025-01-17T07:41:53.130Z Compiling dirs-sys-next v0.1.2
13812025-01-17T07:41:53.433Z Compiling data-encoding v2.6.0
13822025-01-17T07:41:53.701Z Compiling h2 v0.4.6
13832025-01-17T07:41:53.936Z Compiling dof v0.3.0
13842025-01-17T07:41:54.432Z Compiling schemars v0.8.21
13852025-01-17T07:41:54.779Z Compiling usdt-impl v0.5.0
13862025-01-17T07:41:55.278Z Compiling native-tls v0.2.12
13872025-01-17T07:41:55.502Z Compiling syn v1.0.109
13882025-01-17T07:41:55.802Z Compiling rustls v0.22.4
13892025-01-17T07:41:56.252Z Compiling rustls v0.23.19
13902025-01-17T07:41:56.253Z Compiling siphasher v0.3.11
13912025-01-17T07:41:56.253Z Compiling schemars_derive v0.8.21
13922025-01-17T07:41:56.253Z Compiling dirs-next v2.0.0
13932025-01-17T07:41:56.434Z Compiling http-body-util v0.1.2
13942025-01-17T07:41:56.922Z Compiling crossbeam-epoch v0.9.18
13952025-01-17T07:41:57.468Z Compiling heapless v0.7.17
13962025-01-17T07:41:57.588Z Compiling signature v2.2.0
13972025-01-17T07:41:57.610Z Compiling sha1 v0.10.6
13982025-01-17T07:41:57.634Z Compiling bzip2-sys v0.1.11+1.0.8
13992025-01-17T07:41:57.887Z Compiling thread_local v1.1.8
14002025-01-17T07:41:57.910Z Compiling cookie v0.18.1
14012025-01-17T07:41:58.029Z Compiling encoding_rs v0.8.34
14022025-01-17T07:41:58.113Z Compiling multer v3.1.0
14032025-01-17T07:41:58.193Z Compiling ipnet v2.10.1
14042025-01-17T07:41:58.361Z Compiling gimli v0.31.1
14052025-01-17T07:41:58.408Z Compiling rayon-core v1.12.1
14062025-01-17T07:41:58.695Z Compiling mime v0.3.17
14072025-01-17T07:41:59.191Z Compiling openssl-probe v0.1.5
14082025-01-17T07:41:59.244Z Compiling signal-hook v0.3.17
14092025-01-17T07:41:59.308Z Compiling dyn-clone v1.0.17
14102025-01-17T07:41:59.520Z Compiling unicode-properties v0.1.3
14112025-01-17T07:41:59.542Z Compiling slog-async v2.8.0
14122025-01-17T07:41:59.948Z Compiling stringprep v0.1.5
14132025-01-17T07:42:00.161Z Compiling toml_edit v0.22.22
14142025-01-17T07:42:01.139Z Compiling hyper v1.5.2
14152025-01-17T07:42:02.960Z Compiling addr2line v0.24.2
14162025-01-17T07:42:03.312Z Compiling usdt-attr-macro v0.5.0
14172025-01-17T07:42:03.633Z Compiling hyper-util v0.1.10
14182025-01-17T07:42:03.868Z Compiling usdt-macro v0.5.0
14192025-01-17T07:42:04.107Z Compiling crossbeam-deque v0.8.5
14202025-01-17T07:42:04.456Z Compiling term v0.7.0
14212025-01-17T07:42:04.809Z Compiling slog-json v2.6.1
14222025-01-17T07:42:04.833Z Compiling serde_urlencoded v0.7.1
14232025-01-17T07:42:05.184Z Compiling crossbeam-channel v0.5.13
14242025-01-17T07:42:05.235Z Compiling curve25519-dalek v4.1.3
14252025-01-17T07:42:05.341Z Compiling futures-executor v0.3.31
14262025-01-17T07:42:05.821Z Compiling enum-as-inner v0.6.1
14272025-01-17T07:42:05.933Z Compiling md-5 v0.10.6
14282025-01-17T07:42:05.956Z Compiling rustls-pemfile v2.2.0
14292025-01-17T07:42:06.183Z Compiling async-stream-impl v0.3.6
14302025-01-17T07:42:06.214Z Compiling num-integer v0.1.46
14312025-01-17T07:42:06.308Z Compiling idna v0.3.0
14322025-01-17T07:42:06.532Z Compiling idna v0.4.0
14332025-01-17T07:42:06.866Z Compiling hash32 v0.2.1
14342025-01-17T07:42:06.985Z Compiling ff v0.13.0
14352025-01-17T07:42:07.211Z Compiling is-terminal v0.4.13
14362025-01-17T07:42:07.231Z Compiling object v0.36.5
14372025-01-17T07:42:07.353Z Compiling dropshot v0.12.0
14382025-01-17T07:42:07.497Z Compiling linked-hash-map v0.5.6
14392025-01-17T07:42:07.653Z Compiling fallible-iterator v0.2.0
14402025-01-17T07:42:07.778Z Compiling psl-types v2.0.11
14412025-01-17T07:42:07.850Z Compiling rustc-demangle v0.1.24
14422025-01-17T07:42:07.870Z Compiling smoltcp v0.9.1
14432025-01-17T07:42:07.972Z Compiling num-bigint-dig v0.8.4
14442025-01-17T07:42:08.039Z Compiling quick-error v1.2.3
14452025-01-17T07:42:08.196Z Compiling base16ct v0.2.0
14462025-01-17T07:42:08.285Z Compiling take_mut v0.2.2
14472025-01-17T07:42:08.337Z Compiling utf-8 v0.7.6
14482025-01-17T07:42:08.459Z Compiling portable-atomic v1.9.0
14492025-01-17T07:42:08.519Z Compiling anyhow v1.0.93
14502025-01-17T07:42:08.572Z Compiling tungstenite v0.24.0
14512025-01-17T07:42:08.767Z Compiling sec1 v0.7.3
14522025-01-17T07:42:09.322Z Compiling postgres-protocol v0.6.7
14532025-01-17T07:42:09.501Z Compiling resolv-conf v0.7.0
14542025-01-17T07:42:09.526Z Compiling publicsuffix v2.2.3
14552025-01-17T07:42:09.723Z Compiling lru-cache v0.1.2
14562025-01-17T07:42:09.871Z Compiling async-stream v0.3.6
14572025-01-17T07:42:09.930Z Compiling hickory-proto v0.24.1
14582025-01-17T07:42:10.167Z Compiling slog-term v2.9.1
14592025-01-17T07:42:10.221Z Compiling usdt v0.5.0
14602025-01-17T07:42:10.572Z Compiling group v0.13.0
14612025-01-17T07:42:10.764Z Compiling num-iter v0.1.45
14622025-01-17T07:42:10.957Z Compiling futures v0.3.31
14632025-01-17T07:42:11.013Z Compiling slog-bunyan v2.5.0
14642025-01-17T07:42:11.260Z Compiling toml v0.8.19
14652025-01-17T07:42:12.402Z Compiling tokio-native-tls v0.3.1
14662025-01-17T07:42:12.789Z Compiling camino v1.1.9
14672025-01-17T07:42:12.814Z Compiling phf_shared v0.11.2
14682025-01-17T07:42:12.823Z Compiling dropshot_endpoint v0.12.0
14692025-01-17T07:42:13.185Z Compiling terminal_size v0.4.0
14702025-01-17T07:42:13.421Z Compiling openapiv3 v2.0.0
14712025-01-17T07:42:13.588Z Compiling waitgroup v0.1.2
14722025-01-17T07:42:13.623Z Compiling serde_path_to_error v0.1.16
14732025-01-17T07:42:13.812Z Compiling backtrace v0.3.74
14742025-01-17T07:42:14.386Z Compiling hkdf v0.12.4
14752025-01-17T07:42:14.389Z Compiling crypto-bigint v0.5.5
14762025-01-17T07:42:14.648Z Compiling webpki-roots v0.26.6
14772025-01-17T07:42:14.883Z Compiling zerocopy-derive v0.6.6
14782025-01-17T07:42:16.926Z Compiling curve25519-dalek-derive v0.1.1
14792025-01-17T07:42:16.929Z Compiling idna v0.5.0
14802025-01-17T07:42:17.130Z Compiling hostname v0.4.0
14812025-01-17T07:42:17.234Z Compiling hubpack_derive v0.1.1
14822025-01-17T07:42:17.363Z Compiling ahash v0.8.11
14832025-01-17T07:42:17.453Z Compiling fs-err v2.11.0
14842025-01-17T07:42:17.675Z Compiling crc32fast v1.4.2
14852025-01-17T07:42:17.740Z Compiling managed v0.8.0
14862025-01-17T07:42:18.010Z Compiling bitflags v1.3.2
14872025-01-17T07:42:18.082Z Compiling debug-ignore v1.0.5
14882025-01-17T07:42:18.122Z Compiling winnow v0.5.40
14892025-01-17T07:42:18.165Z Compiling newtype-uuid v1.2.1
14902025-01-17T07:42:18.250Z Compiling console v0.15.8
14912025-01-17T07:42:18.513Z Compiling hubpack v0.1.2
14922025-01-17T07:42:18.928Z Compiling flate2 v1.0.34
14932025-01-17T07:42:19.252Z Compiling cookie_store v0.21.0
14942025-01-17T07:42:19.653Z Compiling strum_macros v0.25.3
14952025-01-17T07:42:19.854Z Compiling clap_builder v4.5.21
14962025-01-17T07:42:20.600Z Compiling elliptic-curve v0.13.8
14972025-01-17T07:42:20.623Z Compiling zerocopy v0.6.6
14982025-01-17T07:42:20.704Z Compiling hickory-resolver v0.24.1
14992025-01-17T07:42:21.405Z Compiling toml_edit v0.19.15
15002025-01-17T07:42:21.661Z Compiling signal-hook-mio v0.2.4
15012025-01-17T07:42:21.839Z Compiling phf v0.11.2
15022025-01-17T07:42:22.132Z Compiling hyper-tls v0.6.0
15032025-01-17T07:42:22.243Z Compiling rayon v1.10.0
15042025-01-17T07:42:22.546Z Compiling bzip2 v0.4.4
15052025-01-17T07:42:23.435Z Compiling postgres-types v0.2.8
15062025-01-17T07:42:24.767Z Compiling tokio-tungstenite v0.24.0
15072025-01-17T07:42:26.567Z Compiling ed25519 v2.2.3
15082025-01-17T07:42:26.606Z Compiling phf_shared v0.10.0
15092025-01-17T07:42:26.627Z Compiling tokio-stream v0.1.16
15102025-01-17T07:42:26.732Z Compiling pkcs1 v0.7.5
15112025-01-17T07:42:26.967Z Compiling serde-big-array v0.5.1
15122025-01-17T07:42:27.218Z Compiling clap_derive v4.5.18
15132025-01-17T07:42:27.578Z Compiling rfc6979 v0.4.0
15142025-01-17T07:42:27.673Z Compiling derive-where v1.2.7
15152025-01-17T07:42:27.797Z Compiling serde_repr v0.1.19
15162025-01-17T07:42:28.264Z Compiling float-cmp v0.9.0
15172025-01-17T07:42:28.494Z Compiling bstr v1.10.0
15182025-01-17T07:42:28.515Z Compiling sync_wrapper v1.0.1
15192025-01-17T07:42:28.630Z Compiling predicates-core v1.0.8
15202025-01-17T07:42:28.686Z Compiling precomputed-hash v0.1.1
15212025-01-17T07:42:28.829Z Compiling new_debug_unreachable v1.0.6
15222025-01-17T07:42:28.916Z Compiling bit-vec v0.6.3
15232025-01-17T07:42:28.938Z Compiling static_assertions v1.1.0
15242025-01-17T07:42:28.966Z Compiling unicode-segmentation v1.12.0
15252025-01-17T07:42:29.050Z Compiling difflib v0.4.0
15262025-01-17T07:42:29.351Z Compiling whoami v1.5.2
15272025-01-17T07:42:29.868Z Compiling number_prefix v0.4.0
15282025-01-17T07:42:29.939Z Compiling fixedbitset v0.4.2
15292025-01-17T07:42:30.082Z Compiling unicode-width v0.2.0
15302025-01-17T07:42:30.103Z Compiling normalize-line-endings v0.3.0
15312025-01-17T07:42:30.247Z Compiling petgraph v0.6.5
15322025-01-17T07:42:30.420Z Compiling predicates v3.1.2
15332025-01-17T07:42:30.469Z Compiling tokio-postgres v0.7.12
15342025-01-17T07:42:30.628Z Compiling indicatif v0.17.9
15352025-01-17T07:42:30.968Z Compiling similar v2.6.0
15362025-01-17T07:42:31.893Z Compiling clap v4.5.21
15372025-01-17T07:42:31.935Z Compiling bit-set v0.5.3
15382025-01-17T07:42:32.026Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15392025-01-17T07:42:32.219Z Compiling string_cache v0.8.7
15402025-01-17T07:42:32.668Z Compiling ecdsa v0.16.9
15412025-01-17T07:42:32.689Z Compiling rsa v0.9.6
15422025-01-17T07:42:33.066Z Compiling ed25519-dalek v2.1.1
15432025-01-17T07:42:33.484Z Compiling toml v0.7.8
15442025-01-17T07:42:33.841Z Compiling zip v0.6.6
15452025-01-17T07:42:34.383Z Compiling crossterm v0.28.1
15462025-01-17T07:42:35.832Z Compiling hex v0.4.3
15472025-01-17T07:42:36.114Z Compiling x509-cert v0.2.5
15482025-01-17T07:42:36.201Z Compiling itertools v0.10.5
15492025-01-17T07:42:36.429Z Compiling peg-runtime v0.8.3
15502025-01-17T07:42:36.815Z Compiling unicode-xid v0.2.6
15512025-01-17T07:42:37.025Z Compiling lalrpop-util v0.19.12
15522025-01-17T07:42:37.028Z Compiling strum_macros v0.26.4
15532025-01-17T07:42:37.406Z Compiling xattr v1.3.1
15542025-01-17T07:42:37.687Z Compiling filetime v0.2.25
15552025-01-17T07:42:38.009Z Compiling tar v0.4.42
15562025-01-17T07:42:41.770Z Compiling strum v0.26.3
15572025-01-17T07:42:45.255Z Compiling aws-lc-sys v0.22.0
15582025-01-17T07:43:13.486Z Compiling rustls-webpki v0.102.8
15592025-01-17T07:43:16.816Z Compiling tokio-rustls v0.25.0
15602025-01-17T07:43:18.483Z Compiling tokio-rustls v0.26.0
15612025-01-17T07:43:18.775Z Compiling hyper-rustls v0.27.3
15622025-01-17T07:43:19.081Z Compiling reqwest v0.12.9
15632025-01-17T07:43:20.619Z Compiling qorb v0.2.1
15642025-01-17T07:43:23.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15652025-01-17T07:43:24.095Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15662025-01-17T07:43:28.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15672025-01-17T07:43:28.895Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15682025-01-17T07:43:28.947ZJan 17 07:43:28.457 INFO Starting download, target: Cockroach
15692025-01-17T07:43:28.947ZJan 17 07:43:28.457 INFO Starting download, target: Console
15702025-01-17T07:43:28.950ZJan 17 07:43:28.457 INFO Starting download, target: DendriteOpenapi
15712025-01-17T07:43:28.952ZJan 17 07:43:28.457 INFO Starting download, target: Clickhouse
15722025-01-17T07:43:28.952ZJan 17 07:43:28.457 INFO Starting download, target: DendriteStub
15732025-01-17T07:43:28.952ZJan 17 07:43:28.457 INFO Starting download, target: MaghemiteMgd
15742025-01-17T07:43:28.953ZJan 17 07:43:28.457 INFO Starting download, target: TransceiverControl
15752025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15762025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15772025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15782025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15792025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15802025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15812025-01-17T07:43:28.953ZJan 17 07:43:28.458 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15822025-01-17T07:43:29.134ZJan 17 07:43:28.635 INFO Download complete, target: DendriteOpenapi
15832025-01-17T07:43:29.340ZJan 17 07:43:28.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15842025-01-17T07:43:29.559ZJan 17 07:43:29.030 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15852025-01-17T07:43:29.879ZJan 17 07:43:29.384 INFO Download complete, target: Console
15862025-01-17T07:43:29.882ZJan 17 07:43:29.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15872025-01-17T07:43:29.888ZJan 17 07:43:29.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15882025-01-17T07:43:30.066ZJan 17 07:43:29.518 INFO Download complete, target: TransceiverControl
15892025-01-17T07:43:30.720ZJan 17 07:43:30.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15902025-01-17T07:43:30.720ZJan 17 07:43:30.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15912025-01-17T07:43:31.338ZJan 17 07:43:30.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15922025-01-17T07:43:32.910ZJan 17 07:43:32.411 INFO Download complete, target: DendriteStub
15932025-01-17T07:43:32.926ZJan 17 07:43:32.433 INFO Download complete, target: MaghemiteMgd
15942025-01-17T07:43:38.158ZJan 17 07:43:37.668 INFO Checking that binary works, target: Cockroach
15952025-01-17T07:43:38.330ZJan 17 07:43:37.840 INFO Download complete, target: Cockroach
15962025-01-17T07:43:43.645ZJan 17 07:43:43.157 INFO Checking that binary works, target: Clickhouse
15972025-01-17T07:43:43.797ZJan 17 07:43:43.308 INFO Download complete, target: Clickhouse
15982025-01-17T07:43:43.818ZAll builder prerequisites installed successfully, and PATH looks valid
15992025-01-17T07:43:43.821Z
16002025-01-17T07:43:43.821Zreal 5:50.769586222
16012025-01-17T07:43:43.821Zuser 15:58.796675787
16022025-01-17T07:43:43.821Zsys 2:07.548529630
16032025-01-17T07:43:43.821Ztrap 0.595926264
16042025-01-17T07:43:43.822Ztflt 1.637494096
16052025-01-17T07:43:43.822Zdflt 1.430620341
16062025-01-17T07:43:43.822Zkflt 0.025147072
16072025-01-17T07:43:43.822Zlock 25:33.684731170
16082025-01-17T07:43:43.822Zslp 57:53.305456503
16092025-01-17T07:43:43.822Zlat 1:00.168514595
16102025-01-17T07:43:43.822Zstop 2:29.097898190
16112025-01-17T07:43:43.822Z+ banner hack-check
16122025-01-17T07:43:43.825Z
16132025-01-17T07:43:43.825Z # # ## #### # # #### # # ###### #### # #
16142025-01-17T07:43:43.825Z # # # # # # # # # # # # # # # # #
16152025-01-17T07:43:43.825Z ###### # # # #### ##### # ###### ##### # ####
16162025-01-17T07:43:43.825Z # # ###### # # # # # # # # # #
16172025-01-17T07:43:43.825Z # # # # # # # # # # # # # # # # #
16182025-01-17T07:43:43.825Z # # # # #### # # #### # # ###### #### # #
16192025-01-17T07:43:43.825Z
16202025-01-17T07:43:43.825Z+ export CARGO_INCREMENTAL=0
16212025-01-17T07:43:43.825Z+ CARGO_INCREMENTAL=0
16222025-01-17T07:43:43.825Z+ ptime -m timeout 2h cargo xtask check-features --ci
16232025-01-17T07:43:44.352Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16242025-01-17T07:43:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
16252025-01-17T07:43:47.344Z Running `target/debug/xtask check-features --ci`
16262025-01-17T07:43:47.365Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16272025-01-17T07:43:47.365Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16282025-01-17T07:43:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16292025-01-17T07:43:47.843Z Running `target/debug/xtask download cargo-hack`
16302025-01-17T07:43:48.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16312025-01-17T07:43:49.034Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16322025-01-17T07:43:52.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
16332025-01-17T07:43:53.067Z Running `target/debug/xtask-downloader cargo-hack`
16342025-01-17T07:43:53.110ZJan 17 07:43:52.623 INFO Starting download, target: CargoHack
16352025-01-17T07:43:53.113ZJan 17 07:43:52.624 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16362025-01-17T07:43:53.688ZJan 17 07:43:53.201 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16372025-01-17T07:43:53.778ZJan 17 07:43:53.290 INFO Download complete, target: CargoHack
16382025-01-17T07:43:53.781Zrunning: "/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"
16392025-01-17T07:43:53.798Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16402025-01-17T07:43:53.985Zinfo: running `cargo check --bins` on api_identity (1/197)
16412025-01-17T07:43:54.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422025-01-17T07:43:54.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432025-01-17T07:43:54.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442025-01-17T07:43:54.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16452025-01-17T07:43:54.595Z
16462025-01-17T07:43:54.597Zinfo: running `cargo check --bins` on bootstore (2/197)
16472025-01-17T07:43:55.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482025-01-17T07:43:55.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492025-01-17T07:43:55.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502025-01-17T07:43:55.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16512025-01-17T07:43:55.250Z
16522025-01-17T07:43:55.250Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16532025-01-17T07:43:55.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542025-01-17T07:43:55.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552025-01-17T07:43:55.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562025-01-17T07:43:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16572025-01-17T07:43:55.872Z
16582025-01-17T07:43:55.873Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16592025-01-17T07:43:56.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602025-01-17T07:43:56.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612025-01-17T07:43:56.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622025-01-17T07:43:56.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16632025-01-17T07:43:56.503Z
16642025-01-17T07:43:56.503Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16652025-01-17T07:43:56.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662025-01-17T07:43:56.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672025-01-17T07:43:56.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682025-01-17T07:43:56.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16692025-01-17T07:43:56.929Z
16702025-01-17T07:43:56.929Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16712025-01-17T07:43:57.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-01-17T07:43:57.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-01-17T07:43:57.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-01-17T07:43:57.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16752025-01-17T07:43:57.365Z
16762025-01-17T07:43:57.365Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16772025-01-17T07:43:57.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-01-17T07:43:57.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-01-17T07:43:57.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-01-17T07:43:57.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16812025-01-17T07:43:57.790Z
16822025-01-17T07:43:57.790Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16832025-01-17T07:43:58.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-01-17T07:43:58.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-01-17T07:43:58.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-01-17T07:43:58.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16872025-01-17T07:43:58.212Z
16882025-01-17T07:43:58.212Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16892025-01-17T07:43:58.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-01-17T07:43:58.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-01-17T07:43:58.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-01-17T07:43:58.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16932025-01-17T07:43:58.659Z
16942025-01-17T07:43:58.659Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16952025-01-17T07:43:59.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-01-17T07:43:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-01-17T07:43:59.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-01-17T07:43:59.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16992025-01-17T07:43:59.087Z
17002025-01-17T07:43:59.087Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
17012025-01-17T07:43:59.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-01-17T07:43:59.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-01-17T07:43:59.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-01-17T07:43:59.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17052025-01-17T07:43:59.517Z
17062025-01-17T07:43:59.519Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17072025-01-17T07:43:59.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-01-17T07:43:59.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-01-17T07:43:59.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-01-17T07:43:59.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17112025-01-17T07:43:59.943Z
17122025-01-17T07:43:59.943Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17132025-01-17T07:44:00.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-01-17T07:44:00.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-01-17T07:44:00.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-01-17T07:44:00.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17172025-01-17T07:44:00.375Z
17182025-01-17T07:44:00.375Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17192025-01-17T07:44:00.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-01-17T07:44:00.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-01-17T07:44:00.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-01-17T07:44:00.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17232025-01-17T07:44:00.807Z
17242025-01-17T07:44:00.807Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17252025-01-17T07:44:01.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-01-17T07:44:01.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-01-17T07:44:01.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-01-17T07:44:01.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17292025-01-17T07:44:01.235Z
17302025-01-17T07:44:01.235Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17312025-01-17T07:44:01.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-01-17T07:44:01.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-01-17T07:44:01.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-01-17T07:44:01.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17352025-01-17T07:44:01.679Z
17362025-01-17T07:44:01.679Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17372025-01-17T07:44:02.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-01-17T07:44:02.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-01-17T07:44:02.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-01-17T07:44:02.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17412025-01-17T07:44:02.122Z
17422025-01-17T07:44:02.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17432025-01-17T07:44:02.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-01-17T07:44:02.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-01-17T07:44:02.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-01-17T07:44:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472025-01-17T07:44:02.555Z
17482025-01-17T07:44:02.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17492025-01-17T07:44:02.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-01-17T07:44:02.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-01-17T07:44:02.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-01-17T07:44:02.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17532025-01-17T07:44:02.988Z
17542025-01-17T07:44:02.988Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17552025-01-17T07:44:03.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-01-17T07:44:03.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-01-17T07:44:03.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-01-17T07:44:03.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17592025-01-17T07:44:03.434Z
17602025-01-17T07:44:03.434Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17612025-01-17T07:44:03.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-01-17T07:44:03.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-01-17T07:44:03.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-01-17T07:44:03.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17652025-01-17T07:44:03.877Z
17662025-01-17T07:44:03.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17672025-01-17T07:44:04.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-01-17T07:44:04.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-01-17T07:44:04.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-01-17T07:44:04.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17712025-01-17T07:44:04.313Z
17722025-01-17T07:44:04.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17732025-01-17T07:44:04.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-01-17T07:44:04.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-01-17T07:44:04.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-01-17T07:44:04.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17772025-01-17T07:44:04.741Z
17782025-01-17T07:44:04.741Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17792025-01-17T07:44:05.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-01-17T07:44:05.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-01-17T07:44:05.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-01-17T07:44:05.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17832025-01-17T07:44:05.174Z
17842025-01-17T07:44:05.174Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17852025-01-17T07:44:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-01-17T07:44:05.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-01-17T07:44:05.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-01-17T07:44:05.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17892025-01-17T07:44:05.611Z
17902025-01-17T07:44:05.611Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17912025-01-17T07:44:06.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-01-17T07:44:06.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-01-17T07:44:06.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-01-17T07:44:06.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17952025-01-17T07:44:06.049Z
17962025-01-17T07:44:06.049Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17972025-01-17T07:44:06.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-01-17T07:44:06.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-01-17T07:44:06.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-01-17T07:44:06.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18012025-01-17T07:44:06.477Z
18022025-01-17T07:44:06.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18032025-01-17T07:44:06.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-01-17T07:44:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-01-17T07:44:06.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-01-17T07:44:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18072025-01-17T07:44:06.908Z
18082025-01-17T07:44:06.908Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18092025-01-17T07:44:07.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-01-17T07:44:07.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-01-17T07:44:07.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-01-17T07:44:07.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18132025-01-17T07:44:07.336Z
18142025-01-17T07:44:07.336Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18152025-01-17T07:44:07.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-01-17T07:44:07.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-01-17T07:44:07.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-01-17T07:44:07.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18192025-01-17T07:44:07.767Z
18202025-01-17T07:44:07.767Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18212025-01-17T07:44:08.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-01-17T07:44:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-01-17T07:44:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-01-17T07:44:08.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18252025-01-17T07:44:08.219Z
18262025-01-17T07:44:08.219Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18272025-01-17T07:44:08.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-01-17T07:44:08.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-01-17T07:44:08.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-01-17T07:44:08.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18312025-01-17T07:44:08.658Z
18322025-01-17T07:44:08.659Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18332025-01-17T07:44:09.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-01-17T07:44:09.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-01-17T07:44:09.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-01-17T07:44:09.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18372025-01-17T07:44:09.084Z
18382025-01-17T07:44:09.084Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18392025-01-17T07:44:09.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-01-17T07:44:09.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-01-17T07:44:09.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-01-17T07:44:09.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18432025-01-17T07:44:09.510Z
18442025-01-17T07:44:09.510Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18452025-01-17T07:44:09.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-01-17T07:44:09.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-01-17T07:44:09.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-01-17T07:44:09.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18492025-01-17T07:44:09.938Z
18502025-01-17T07:44:09.938Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18512025-01-17T07:44:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-01-17T07:44:10.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-01-17T07:44:10.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-01-17T07:44:10.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18552025-01-17T07:44:10.372Z
18562025-01-17T07:44:10.372Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18572025-01-17T07:44:10.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-01-17T07:44:10.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-01-17T07:44:10.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-01-17T07:44:10.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18612025-01-17T07:44:10.810Z
18622025-01-17T07:44:10.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18632025-01-17T07:44:11.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-01-17T07:44:11.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-01-17T07:44:11.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-01-17T07:44:11.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18672025-01-17T07:44:11.249Z
18682025-01-17T07:44:11.249Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18692025-01-17T07:44:11.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-01-17T07:44:11.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-01-17T07:44:11.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-01-17T07:44:11.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18732025-01-17T07:44:11.687Z
18742025-01-17T07:44:11.687Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18752025-01-17T07:44:12.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-01-17T07:44:12.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-01-17T07:44:12.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-01-17T07:44:12.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18792025-01-17T07:44:12.122Z
18802025-01-17T07:44:12.122Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18812025-01-17T07:44:12.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-01-17T07:44:12.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-01-17T07:44:12.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-01-17T07:44:12.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18852025-01-17T07:44:12.555Z
18862025-01-17T07:44:12.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18872025-01-17T07:44:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-01-17T07:44:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-01-17T07:44:12.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-01-17T07:44:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912025-01-17T07:44:13.005Z
18922025-01-17T07:44:13.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18932025-01-17T07:44:13.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-01-17T07:44:13.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-01-17T07:44:13.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-01-17T07:44:13.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18972025-01-17T07:44:13.445Z
18982025-01-17T07:44:13.445Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18992025-01-17T07:44:13.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-01-17T07:44:13.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-01-17T07:44:13.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-01-17T07:44:13.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19032025-01-17T07:44:13.883Z
19042025-01-17T07:44:13.883Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19052025-01-17T07:44:14.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-01-17T07:44:14.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-01-17T07:44:14.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-01-17T07:44:14.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19092025-01-17T07:44:14.521Z
19102025-01-17T07:44:14.521Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19112025-01-17T07:44:15.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-01-17T07:44:15.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-01-17T07:44:15.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-01-17T07:44:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19152025-01-17T07:44:15.152Z
19162025-01-17T07:44:15.153Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19172025-01-17T07:44:15.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-01-17T07:44:15.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-01-17T07:44:15.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-01-17T07:44:15.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19212025-01-17T07:44:15.808Z
19222025-01-17T07:44:15.809Zinfo: running `cargo check --bins` on oxlog (48/197)
19232025-01-17T07:44:16.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-01-17T07:44:16.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-01-17T07:44:16.447Z Checking cfg-if v1.0.0
19262025-01-17T07:44:16.449Z Checking libc v0.2.169
19272025-01-17T07:44:16.558Z Checking serde v1.0.217
19282025-01-17T07:44:16.562Z Checking zeroize v1.8.1
19292025-01-17T07:44:16.580Z Checking memchr v2.7.4
19302025-01-17T07:44:16.582Z Checking typenum v1.17.0
19312025-01-17T07:44:16.593Z Checking scopeguard v1.2.0
19322025-01-17T07:44:16.618Z Checking subtle v2.6.1
19332025-01-17T07:44:16.632Z Checking value-bag v1.9.0
19342025-01-17T07:44:16.748Z Checking lock_api v0.4.12
19352025-01-17T07:44:16.825Z Checking itoa v1.0.11
19362025-01-17T07:44:16.863Z Checking smallvec v1.13.2
19372025-01-17T07:44:17.034Z Checking const-oid v0.9.6
19382025-01-17T07:44:17.050Z Checking log v0.4.22
19392025-01-17T07:44:17.126Z Checking pin-project-lite v0.2.14
19402025-01-17T07:44:17.186Z Checking byteorder v1.5.0
19412025-01-17T07:44:17.356Z Checking futures-core v0.3.31
19422025-01-17T07:44:17.426Z Checking once_cell v1.20.2
19432025-01-17T07:44:17.445Z Checking cpufeatures v0.2.14
19442025-01-17T07:44:17.545Z Checking futures-sink v0.3.31
19452025-01-17T07:44:17.545Z Checking stable_deref_trait v1.2.0
19462025-01-17T07:44:17.577Z Checking spin v0.9.8
19472025-01-17T07:44:17.594Z Checking getrandom v0.2.15
19482025-01-17T07:44:17.671Z Checking signal-hook-registry v1.4.2
19492025-01-17T07:44:17.687Z Checking generic-array v0.14.7
19502025-01-17T07:44:17.690Z Checking parking_lot_core v0.9.10
19512025-01-17T07:44:17.714Z Checking mio v1.0.2
19522025-01-17T07:44:17.825Z Checking rand_core v0.6.4
19532025-01-17T07:44:17.913Z Checking socket2 v0.5.7
19542025-01-17T07:44:17.929Z Checking zerocopy v0.7.35
19552025-01-17T07:44:18.026Z Checking parking_lot v0.12.3
19562025-01-17T07:44:18.133Z Checking zerofrom v0.1.4
19572025-01-17T07:44:18.289Z Checking slab v0.4.9
19582025-01-17T07:44:18.336Z Checking yoke v0.7.4
19592025-01-17T07:44:18.369Z Checking futures-channel v0.3.31
19602025-01-17T07:44:18.372Z Checking pin-utils v0.1.0
19612025-01-17T07:44:18.482Z Checking allocator-api2 v0.2.18
19622025-01-17T07:44:18.564Z Checking futures-io v0.3.31
19632025-01-17T07:44:18.655Z Checking futures-task v0.3.31
19642025-01-17T07:44:18.724Z Checking equivalent v1.0.1
19652025-01-17T07:44:18.759Z Checking crypto-common v0.1.6
19662025-01-17T07:44:18.775Z Checking block-buffer v0.10.4
19672025-01-17T07:44:18.845Z Checking foldhash v0.1.3
19682025-01-17T07:44:18.888Z Checking futures-util v0.3.31
19692025-01-17T07:44:18.927Z Checking block-padding v0.3.3
19702025-01-17T07:44:18.948Z Checking zerovec v0.10.4
19712025-01-17T07:44:18.997Z Checking digest v0.10.7
19722025-01-17T07:44:19.047Z Checking tinyvec_macros v0.1.1
19732025-01-17T07:44:19.069Z Checking hashbrown v0.15.1
19742025-01-17T07:44:19.127Z Checking ryu v1.0.18
19752025-01-17T07:44:19.130Z Checking inout v0.1.3
19762025-01-17T07:44:19.156Z Checking tinyvec v1.8.0
19772025-01-17T07:44:19.343Z Checking hmac v0.12.1
19782025-01-17T07:44:19.368Z Checking fnv v1.0.7
19792025-01-17T07:44:19.384Z Checking cipher v0.4.4
19802025-01-17T07:44:19.492Z Checking sha2 v0.10.8
19812025-01-17T07:44:19.546Z Checking libm v0.2.8
19822025-01-17T07:44:19.783Z Checking unicode-bidi v0.3.17
19832025-01-17T07:44:20.034Z Checking writeable v0.5.5
19842025-01-17T07:44:20.122Z Checking litemap v0.7.3
19852025-01-17T07:44:20.366Z Checking base64ct v1.6.0
19862025-01-17T07:44:20.413Z Checking ppv-lite86 v0.2.20
19872025-01-17T07:44:20.457Z Checking unicode-normalization v0.1.24
19882025-01-17T07:44:20.473Z Checking flagset v0.4.6
19892025-01-17T07:44:20.491Z Checking tinystr v0.7.6
19902025-01-17T07:44:20.493Z Checking num-traits v0.2.19
19912025-01-17T07:44:20.656Z Checking tracing-core v0.1.32
19922025-01-17T07:44:20.806Z Checking pem-rfc7468 v0.7.0
19932025-01-17T07:44:20.834Z Checking icu_locid v1.5.0
19942025-01-17T07:44:21.079Z Checking der v0.7.9
19952025-01-17T07:44:21.122Z Checking rand_chacha v0.3.1
19962025-01-17T07:44:21.157Z Checking bytes v1.9.0
19972025-01-17T07:44:21.241Z Checking indexmap v2.7.0
19982025-01-17T07:44:21.423Z Checking serde_json v1.0.135
19992025-01-17T07:44:21.518Z Checking bitflags v2.6.0
20002025-01-17T07:44:21.777Z Checking icu_provider v1.5.0
20012025-01-17T07:44:21.832Z Checking thiserror v1.0.69
20022025-01-17T07:44:21.931Z Checking tokio v1.43.0
20032025-01-17T07:44:21.961Z Checking http v1.2.0
20042025-01-17T07:44:21.977Z Checking icu_locid_transform_data v1.5.0
20052025-01-17T07:44:22.079Z Checking rustls-pki-types v1.10.0
20062025-01-17T07:44:22.390Z Checking percent-encoding v2.3.1
20072025-01-17T07:44:22.431Z Checking icu_locid_transform v1.5.0
20082025-01-17T07:44:22.628Z Checking rand v0.8.5
20092025-01-17T07:44:22.647Z Checking tracing v0.1.40
20102025-01-17T07:44:22.841Z Checking spki v0.7.3
20112025-01-17T07:44:23.006Z Checking icu_collections v1.5.0
20122025-01-17T07:44:23.048Z Checking salsa20 v0.10.2
20132025-01-17T07:44:23.106Z Checking pbkdf2 v0.12.2
20142025-01-17T07:44:23.251Z Checking aws-lc-sys v0.22.0
20152025-01-17T07:44:23.268Z Checking httparse v1.9.5
20162025-01-17T07:44:23.272Z Checking icu_properties_data v1.5.0
20172025-01-17T07:44:23.387Z Checking untrusted v0.9.0
20182025-01-17T07:44:23.416Z Checking powerfmt v0.2.0
20192025-01-17T07:44:23.514Z Checking mirai-annotations v1.12.0
20202025-01-17T07:44:23.544Z Checking untrusted v0.7.1
20212025-01-17T07:44:23.641Z Checking icu_properties v1.5.1
20222025-01-17T07:44:23.678Z Checking deranged v0.3.11
20232025-01-17T07:44:23.696Z Checking ring v0.17.8
20242025-01-17T07:44:23.714Z Checking scrypt v0.11.0
20252025-01-17T07:44:23.716Z Checking aes v0.8.4
20262025-01-17T07:44:23.813Z Checking cbc v0.1.2
20272025-01-17T07:44:23.932Z Checking crossbeam-utils v0.8.20
20282025-01-17T07:44:24.010Z Checking atomic-waker v1.1.2
20292025-01-17T07:44:24.150Z Checking num_threads v0.1.7
20302025-01-17T07:44:24.269Z Checking utf8_iter v1.0.4
20312025-01-17T07:44:24.487Z Checking num-conv v0.1.0
20322025-01-17T07:44:24.664Z Checking utf16_iter v1.0.5
20332025-01-17T07:44:24.686Z Checking icu_normalizer_data v1.5.0
20342025-01-17T07:44:24.727Z Checking write16 v1.0.0
20352025-01-17T07:44:24.809Z Checking time-core v0.1.2
20362025-01-17T07:44:24.859Z Checking pkcs5 v0.7.1
20372025-01-17T07:44:24.878Z Checking http-body v1.0.1
20382025-01-17T07:44:24.967Z Checking time v0.3.36
20392025-01-17T07:44:24.970Z Checking form_urlencoded v1.2.1
20402025-01-17T07:44:25.081Z Checking try-lock v0.2.5
20412025-01-17T07:44:25.191Z Checking uuid v1.12.0
20422025-01-17T07:44:25.229Z Checking want v0.3.1
20432025-01-17T07:44:25.339Z Checking aws-lc-rs v1.10.0
20442025-01-17T07:44:25.371Z Checking pkcs8 v0.10.2
20452025-01-17T07:44:25.410Z Checking httpdate v1.0.3
20462025-01-17T07:44:25.517Z Checking unicode-ident v1.0.14
20472025-01-17T07:44:25.659Z Checking serde_spanned v0.6.8
20482025-01-17T07:44:25.701Z Checking toml_datetime v0.6.8
20492025-01-17T07:44:25.716Z Checking proc-macro2 v1.0.92
20502025-01-17T07:44:25.792Z Checking slog v2.7.0
20512025-01-17T07:44:25.865Z Checking scroll v0.12.0
20522025-01-17T07:44:26.010Z Checking tower-service v0.3.3
20532025-01-17T07:44:26.140Z Checking base64 v0.22.1
20542025-01-17T07:44:26.268Z Checking plain v0.2.3
20552025-01-17T07:44:26.346Z Checking iana-time-zone v0.1.61
20562025-01-17T07:44:26.402Z Checking match_cfg v0.1.0
20572025-01-17T07:44:26.430Z Checking foreign-types-shared v0.1.1
20582025-01-17T07:44:26.501Z Checking ucd-trie v0.1.7
20592025-01-17T07:44:26.516Z Checking adler2 v2.0.0
20602025-01-17T07:44:26.546Z Checking foreign-types v0.3.2
20612025-01-17T07:44:26.609Z Checking chrono v0.4.38
20622025-01-17T07:44:26.642Z Checking hostname v0.3.1
20632025-01-17T07:44:26.676Z Checking miniz_oxide v0.8.0
20642025-01-17T07:44:26.715Z Checking pest v2.7.14
20652025-01-17T07:44:26.774Z Checking goblin v0.8.2
20662025-01-17T07:44:26.860Z Checking icu_normalizer v1.5.0
20672025-01-17T07:44:27.002Z Checking rustls-webpki v0.102.8
20682025-01-17T07:44:27.332Z Checking quote v1.0.38
20692025-01-17T07:44:27.428Z Checking openssl-sys v0.9.103
20702025-01-17T07:44:27.606Z Checking idna_adapter v1.2.0
20712025-01-17T07:44:27.668Z Checking errno v0.3.9
20722025-01-17T07:44:27.795Z Checking idna v1.0.3
20732025-01-17T07:44:27.797Z Checking dirs-sys-next v0.1.2
20742025-01-17T07:44:27.850Z Checking aho-corasick v1.1.3
20752025-01-17T07:44:27.988Z Checking data-encoding v2.6.0
20762025-01-17T07:44:28.277Z Checking url v2.5.3
20772025-01-17T07:44:28.549Z Checking regex-syntax v0.8.5
20782025-01-17T07:44:28.569Z Checking pretty-hex v0.4.1
20792025-01-17T07:44:28.597Z Checking siphasher v0.3.11
20802025-01-17T07:44:28.726Z Checking tokio-util v0.7.12
20812025-01-17T07:44:28.742Z Compiling newtype-uuid v1.2.1
20822025-01-17T07:44:28.920Z Checking openssl v0.10.66
20832025-01-17T07:44:29.034Z Checking dirs-next v2.0.0
20842025-01-17T07:44:29.079Z Checking rustix v0.38.37
20852025-01-17T07:44:29.162Z Checking syn v2.0.96
20862025-01-17T07:44:29.327Z Checking dtrace-parser v0.2.0
20872025-01-17T07:44:29.450Z Checking http-body-util v0.1.2
20882025-01-17T07:44:29.544Z Checking h2 v0.4.6
20892025-01-17T07:44:29.802Z Checking crossbeam-epoch v0.9.18
20902025-01-17T07:44:29.913Z Checking sha1 v0.10.6
20912025-01-17T07:44:30.200Z Checking signature v2.2.0
20922025-01-17T07:44:30.219Z Checking lazy_static v1.5.0
20932025-01-17T07:44:30.337Z Checking thread_local v1.1.8
20942025-01-17T07:44:30.387Z Checking thread-id v4.2.2
20952025-01-17T07:44:30.511Z Checking encoding_rs v0.8.34
20962025-01-17T07:44:30.615Z Checking either v1.13.0
20972025-01-17T07:44:30.998Z Checking gimli v0.31.1
20982025-01-17T07:44:31.646Z Checking dof v0.3.0
20992025-01-17T07:44:31.714Z Checking regex-automata v0.4.8
21002025-01-17T07:44:32.261Z Checking ipnet v2.10.1
21012025-01-17T07:44:32.426Z Checking unicode-properties v0.1.3
21022025-01-17T07:44:32.740Z Checking winnow v0.6.20
21032025-01-17T07:44:32.790Z Checking utf8parse v0.2.2
21042025-01-17T07:44:32.867Z Checking openssl-probe v0.1.5
21052025-01-17T07:44:32.957Z Checking anstyle v1.0.10
21062025-01-17T07:44:33.041Z Checking mime v0.3.17
21072025-01-17T07:44:33.320Z Checking anstyle-parse v0.2.5
21082025-01-17T07:44:33.372Z Checking stringprep v0.1.5
21092025-01-17T07:44:33.615Z Checking crossbeam-deque v0.8.5
21102025-01-17T07:44:33.656Z Checking term v0.7.0
21112025-01-17T07:44:33.937Z Checking rustls v0.22.4
21122025-01-17T07:44:34.094Z Checking native-tls v0.2.12
21132025-01-17T07:44:34.110Z Checking rustls v0.23.19
21142025-01-17T07:44:34.401Z Checking slog-json v2.6.1
21152025-01-17T07:44:34.648Z Checking serde_urlencoded v0.7.1
21162025-01-17T07:44:34.694Z Checking addr2line v0.24.2
21172025-01-17T07:44:35.083Z Checking crossbeam-channel v0.5.13
21182025-01-17T07:44:35.132Z Checking usdt-impl v0.5.0
21192025-01-17T07:44:35.236Z Checking futures-executor v0.3.31
21202025-01-17T07:44:35.465Z Checking rustls-pemfile v2.2.0
21212025-01-17T07:44:35.586Z Checking toml_edit v0.22.22
21222025-01-17T07:44:35.660Z Checking num-integer v0.1.46
21232025-01-17T07:44:35.682Z Checking idna v0.3.0
21242025-01-17T07:44:35.685Z Checking hyper v1.5.2
21252025-01-17T07:44:35.824Z Checking idna v0.4.0
21262025-01-17T07:44:36.115Z Checking md-5 v0.10.6
21272025-01-17T07:44:36.137Z Checking ff v0.13.0
21282025-01-17T07:44:36.346Z Checking memmap v0.7.0
21292025-01-17T07:44:36.362Z Checking is-terminal v0.4.13
21302025-01-17T07:44:36.495Z Checking hash32 v0.2.1
21312025-01-17T07:44:36.567Z Checking object v0.36.5
21322025-01-17T07:44:36.635Z Checking linked-hash-map v0.5.6
21332025-01-17T07:44:36.726Z Checking take_mut v0.2.2
21342025-01-17T07:44:36.771Z Checking colorchoice v1.0.2
21352025-01-17T07:44:36.881Z Checking anstyle-query v1.1.1
21362025-01-17T07:44:36.925Z Checking is_terminal_polyfill v1.70.1
21372025-01-17T07:44:36.942Z Checking dyn-clone v1.0.17
21382025-01-17T07:44:37.015Z Checking base16ct v0.2.0
21392025-01-17T07:44:37.053Z Checking fallible-iterator v0.2.0
21402025-01-17T07:44:37.110Z Checking utf-8 v0.7.6
21412025-01-17T07:44:37.235Z Checking rustc-demangle v0.1.24
21422025-01-17T07:44:37.237Z Checking quick-error v1.2.3
21432025-01-17T07:44:37.324Z Checking psl-types v2.0.11
21442025-01-17T07:44:37.397Z Checking resolv-conf v0.7.0
21452025-01-17T07:44:37.504Z Checking publicsuffix v2.2.3
21462025-01-17T07:44:37.609Z Checking postgres-protocol v0.6.7
21472025-01-17T07:44:37.652Z Checking hyper-util v0.1.10
21482025-01-17T07:44:37.690Z Checking tungstenite v0.24.0
21492025-01-17T07:44:37.738Z Checking tokio-rustls v0.25.0
21502025-01-17T07:44:37.754Z Checking sec1 v0.7.3
21512025-01-17T07:44:38.101Z Checking schemars v0.8.21
21522025-01-17T07:44:38.134Z Checking toml v0.8.19
21532025-01-17T07:44:38.152Z Checking anstream v0.6.15
21542025-01-17T07:44:38.247Z Checking lru-cache v0.1.2
21552025-01-17T07:44:38.428Z Checking slog-async v2.8.0
21562025-01-17T07:44:38.511Z Checking heapless v0.7.17
21572025-01-17T07:44:38.573Z Checking hickory-proto v0.24.1
21582025-01-17T07:44:38.738Z Checking usdt v0.5.0
21592025-01-17T07:44:38.840Z Checking slog-term v2.9.1
21602025-01-17T07:44:39.005Z Checking group v0.13.0
21612025-01-17T07:44:39.150Z Checking tokio-rustls v0.26.0
21622025-01-17T07:44:39.273Z Checking num-iter v0.1.45
21632025-01-17T07:44:39.330Z Checking futures v0.3.31
21642025-01-17T07:44:39.383Z Checking slog-bunyan v2.5.0
21652025-01-17T07:44:39.435Z Checking tokio-native-tls v0.3.1
21662025-01-17T07:44:39.454Z Checking rayon-core v1.12.1
21672025-01-17T07:44:39.512Z Checking multer v3.1.0
21682025-01-17T07:44:39.546Z Checking terminal_size v0.4.0
21692025-01-17T07:44:39.651Z Checking phf_shared v0.11.2
21702025-01-17T07:44:39.688Z Checking cookie v0.18.1
21712025-01-17T07:44:39.723Z Checking async-stream v0.3.6
21722025-01-17T07:44:39.891Z Checking bzip2-sys v0.1.11+1.0.8
21732025-01-17T07:44:39.913Z Checking signal-hook v0.3.17
21742025-01-17T07:44:39.928Z Checking camino v1.1.9
21752025-01-17T07:44:39.944Z Checking waitgroup v0.1.2
21762025-01-17T07:44:40.027Z Checking openapiv3 v2.0.0
21772025-01-17T07:44:40.093Z Checking webpki-roots v0.26.6
21782025-01-17T07:44:40.096Z Checking idna v0.5.0
21792025-01-17T07:44:40.155Z Checking serde_path_to_error v0.1.16
21802025-01-17T07:44:40.227Z Checking hkdf v0.12.4
21812025-01-17T07:44:40.318Z Checking crypto-bigint v0.5.5
21822025-01-17T07:44:40.448Z Checking hostname v0.4.0
21832025-01-17T07:44:40.465Z Checking crc32fast v1.4.2
21842025-01-17T07:44:40.587Z Checking winnow v0.5.40
21852025-01-17T07:44:40.724Z Checking clap_lex v0.7.2
21862025-01-17T07:44:40.727Z Checking strsim v0.11.1
21872025-01-17T07:44:40.983Z Checking unicode-width v0.1.14
21882025-01-17T07:44:41.002Z Checking bitflags v1.3.2
21892025-01-17T07:44:41.022Z Checking debug-ignore v1.0.5
21902025-01-17T07:44:41.107Z Checking managed v0.8.0
21912025-01-17T07:44:41.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21922025-01-17T07:44:41.467Z Checking cookie_store v0.21.0
21932025-01-17T07:44:41.482Z Checking console v0.15.8
21942025-01-17T07:44:41.503Z Checking smoltcp v0.9.1
21952025-01-17T07:44:42.029Z Checking clap_builder v4.5.21
21962025-01-17T07:44:42.120Z Checking flate2 v1.0.34
21972025-01-17T07:44:42.548Z Checking backtrace v0.3.74
21982025-01-17T07:44:42.760Z Checking hyper-rustls v0.27.3
21992025-01-17T07:44:42.900Z Checking signal-hook-mio v0.2.4
22002025-01-17T07:44:43.030Z Checking elliptic-curve v0.13.8
22012025-01-17T07:44:43.051Z Checking rayon v1.10.0
22022025-01-17T07:44:43.079Z Checking bzip2 v0.4.4
22032025-01-17T07:44:43.115Z Checking anyhow v1.0.93
22042025-01-17T07:44:43.178Z Checking hickory-resolver v0.24.1
22052025-01-17T07:44:43.288Z Checking dropshot v0.12.0
22062025-01-17T07:44:43.334Z Checking toml_edit v0.19.15
22072025-01-17T07:44:43.368Z Checking phf v0.11.2
22082025-01-17T07:44:43.493Z Checking hyper-tls v0.6.0
22092025-01-17T07:44:43.620Z Checking num-bigint-dig v0.8.4
22102025-01-17T07:44:43.640Z Checking tokio-tungstenite v0.24.0
22112025-01-17T07:44:43.778Z Checking postgres-types v0.2.8
22122025-01-17T07:44:44.127Z Checking bstr v1.10.0
22132025-01-17T07:44:44.417Z Checking regex v1.11.1
22142025-01-17T07:44:44.823Z Checking ed25519 v2.2.3
22152025-01-17T07:44:45.004Z Checking tokio-stream v0.1.16
22162025-01-17T07:44:45.022Z Checking phf_shared v0.10.0
22172025-01-17T07:44:45.036Z Checking curve25519-dalek v4.1.3
22182025-01-17T07:44:45.139Z Checking zerocopy v0.6.6
22192025-01-17T07:44:45.285Z Checking pkcs1 v0.7.5
22202025-01-17T07:44:45.617Z Checking hubpack v0.1.2
22212025-01-17T07:44:45.678Z Checking portable-atomic v1.9.0
22222025-01-17T07:44:45.780Z Checking float-cmp v0.9.0
22232025-01-17T07:44:45.799Z Checking serde-big-array v0.5.1
22242025-01-17T07:44:45.802Z Checking rfc6979 v0.4.0
22252025-01-17T07:44:45.905Z Checking sync_wrapper v1.0.1
22262025-01-17T07:44:45.980Z Checking minimal-lexical v0.2.1
22272025-01-17T07:44:45.996Z Checking bit-vec v0.6.3
22282025-01-17T07:44:46.028Z Checking whoami v1.5.2
22292025-01-17T07:44:46.062Z Checking number_prefix v0.4.0
22302025-01-17T07:44:46.263Z Checking static_assertions v1.1.0
22312025-01-17T07:44:46.313Z Checking unicode-segmentation v1.12.0
22322025-01-17T07:44:46.341Z Checking normalize-line-endings v0.3.0
22332025-01-17T07:44:46.364Z Checking unicode-width v0.2.0
22342025-01-17T07:44:46.380Z Checking fixedbitset v0.4.2
22352025-01-17T07:44:46.467Z Checking difflib v0.4.0
22362025-01-17T07:44:46.623Z Checking precomputed-hash v0.1.1
22372025-01-17T07:44:46.626Z Checking new_debug_unreachable v1.0.6
22382025-01-17T07:44:46.677Z Checking predicates-core v1.0.8
22392025-01-17T07:44:46.725Z Checking qorb v0.2.1
22402025-01-17T07:44:46.741Z Checking petgraph v0.6.5
22412025-01-17T07:44:46.756Z Checking string_cache v0.8.7
22422025-01-17T07:44:46.794Z Checking ed25519-dalek v2.1.1
22432025-01-17T07:44:46.811Z Checking nom v7.1.3
22442025-01-17T07:44:46.852Z Checking indicatif v0.17.9
22452025-01-17T07:44:46.868Z Checking predicates v3.1.2
22462025-01-17T07:44:46.975Z Checking similar v2.6.0
22472025-01-17T07:44:47.015Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22482025-01-17T07:44:47.210Z Checking tokio-postgres v0.7.12
22492025-01-17T07:44:47.468Z Checking bit-set v0.5.3
22502025-01-17T07:44:47.575Z Checking reqwest v0.12.9
22512025-01-17T07:44:47.733Z Checking ecdsa v0.16.9
22522025-01-17T07:44:47.793Z Checking toml v0.7.8
22532025-01-17T07:44:48.433Z Checking rsa v0.9.6
22542025-01-17T07:44:48.451Z Checking clap v4.5.21
22552025-01-17T07:44:48.577Z Checking zip v0.6.6
22562025-01-17T07:44:49.223Z Checking crossterm v0.28.1
22572025-01-17T07:44:49.297Z Checking itertools v0.12.1
22582025-01-17T07:44:49.420Z Checking itertools v0.10.5
22592025-01-17T07:44:49.445Z Checking fs-err v2.11.0
22602025-01-17T07:44:49.485Z Checking ahash v0.8.11
22612025-01-17T07:44:49.955Z Checking x509-cert v0.2.5
22622025-01-17T07:44:49.993Z Checking semver v1.0.24
22632025-01-17T07:44:50.010Z Checking hex v0.4.3
22642025-01-17T07:44:50.101Z Checking lalrpop-util v0.19.12
22652025-01-17T07:44:50.397Z Checking peg-runtime v0.8.3
22662025-01-17T07:44:50.397Z Checking sigpipe v0.1.3
22672025-01-17T07:44:51.662Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22682025-01-17T07:44:51.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.18s
22692025-01-17T07:44:52.154Z
22702025-01-17T07:44:52.154Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22712025-01-17T07:44:52.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722025-01-17T07:44:52.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732025-01-17T07:44:52.840Z Compiling hashbrown v0.14.5
22742025-01-17T07:44:52.963Z Checking heck v0.5.0
22752025-01-17T07:44:52.976Z Compiling unsafe-libyaml v0.2.11
22762025-01-17T07:44:52.989Z Checking ipnetwork v0.20.0
22772025-01-17T07:44:53.003Z Compiling ident_case v1.0.1
22782025-01-17T07:44:53.017Z Checking progenitor-client v0.8.0
22792025-01-17T07:44:53.034Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802025-01-17T07:44:53.144Z Checking newtype-uuid v1.2.1
22812025-01-17T07:44:53.179Z Compiling darling_core v0.20.10
22822025-01-17T07:44:53.314Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22832025-01-17T07:44:53.353Z Compiling proc-macro-crate v1.3.1
22842025-01-17T07:44:53.407Z Compiling structmeta-derive v0.3.0
22852025-01-17T07:44:53.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22862025-01-17T07:44:53.675Z Compiling thiserror v2.0.11
22872025-01-17T07:44:53.726Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22882025-01-17T07:44:53.955Z Checking regress v0.10.1
22892025-01-17T07:44:54.259Z Compiling serde_yaml v0.9.34+deprecated
22902025-01-17T07:44:54.344Z Compiling num_enum_derive v0.5.11
22912025-01-17T07:44:54.993Z Compiling lzma-sys v0.1.20
22922025-01-17T07:44:55.215Z Compiling foreign-types-macros v0.2.3
22932025-01-17T07:44:55.732Z Compiling thiserror-impl v2.0.11
22942025-01-17T07:44:56.091Z Compiling structmeta v0.3.0
22952025-01-17T07:44:56.494Z Compiling dropshot v0.15.1
22962025-01-17T07:44:56.508Z Checking foreign-types-shared v0.3.1
22972025-01-17T07:44:56.646Z Checking arc-swap v1.7.1
22982025-01-17T07:44:56.692Z Checking num_enum v0.5.11
22992025-01-17T07:44:56.860Z Checking foreign-types v0.5.0
23002025-01-17T07:44:56.878Z Compiling parse-display-derive v0.10.0
23012025-01-17T07:44:57.012Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23022025-01-17T07:44:57.060Z Checking slog-scope v4.4.0
23032025-01-17T07:44:57.272Z Compiling proc-macro-error v1.0.4
23042025-01-17T07:44:57.515Z Checking typify-impl v0.2.0
23052025-01-17T07:44:57.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062025-01-17T07:44:58.017Z Checking tungstenite v0.21.0
23072025-01-17T07:44:58.042Z Compiling heck v0.3.3
23082025-01-17T07:44:58.407Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092025-01-17T07:44:58.827Z Compiling dropshot_endpoint v0.15.1
23102025-01-17T07:44:58.919Z Checking cstr-argument v0.1.2
23112025-01-17T07:44:59.104Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23122025-01-17T07:44:59.161Z Checking instant v0.1.13
23132025-01-17T07:44:59.164Z Compiling darling_macro v0.20.10
23142025-01-17T07:44:59.247Z Checking pretty-hex v0.2.1
23152025-01-17T07:44:59.288Z Checking fastrand v2.1.1
23162025-01-17T07:44:59.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23172025-01-17T07:44:59.625Z Checking base64 v0.21.7
23182025-01-17T07:44:59.785Z Checking tempfile v3.13.0
23192025-01-17T07:44:59.906Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202025-01-17T07:45:00.038Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23212025-01-17T07:45:00.117Z Compiling darling v0.20.10
23222025-01-17T07:45:00.151Z Checking backoff v0.4.0
23232025-01-17T07:45:00.169Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242025-01-17T07:45:00.185Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252025-01-17T07:45:00.240Z Compiling serde_with_macros v3.11.0
23262025-01-17T07:45:00.306Z Checking tokio-tungstenite v0.21.0
23272025-01-17T07:45:00.323Z Checking strum v0.26.3
23282025-01-17T07:45:00.437Z Compiling zone_cfg_derive v0.1.2
23292025-01-17T07:45:00.490Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302025-01-17T07:45:00.505Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23312025-01-17T07:45:00.798Z Checking slog-stdlog v4.1.1
23322025-01-17T07:45:00.925Z Checking parse-display v0.10.0
23332025-01-17T07:45:00.951Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23342025-01-17T07:45:00.989Z Checking regress v0.9.1
23352025-01-17T07:45:01.116Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23362025-01-17T07:45:01.166Z Checking progenitor-client v0.9.1
23372025-01-17T07:45:01.228Z Checking colored v2.1.0
23382025-01-17T07:45:01.409Z Checking macaddr v1.0.1
23392025-01-17T07:45:01.533Z Checking base64 v0.13.1
23402025-01-17T07:45:01.767Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23412025-01-17T07:45:01.830Z Checking zone v0.1.8
23422025-01-17T07:45:01.939Z Checking ron v0.7.1
23432025-01-17T07:45:02.241Z Checking slog-envlogger v2.2.0
23442025-01-17T07:45:02.474Z Checking xz2 v0.1.7
23452025-01-17T07:45:02.492Z Checking tabwriter v1.4.0
23462025-01-17T07:45:02.733Z Checking xattr v1.3.1
23472025-01-17T07:45:02.777Z Checking pem v3.0.4
23482025-01-17T07:45:02.797Z Checking serde_with v3.11.0
23492025-01-17T07:45:02.922Z Checking yasna v0.5.2
23502025-01-17T07:45:03.043Z Checking headers-core v0.3.0
23512025-01-17T07:45:03.061Z Checking smf v0.2.3
23522025-01-17T07:45:03.189Z Checking filetime v0.2.25
23532025-01-17T07:45:03.409Z Checking same-file v1.0.6
23542025-01-17T07:45:03.465Z Checking tar v0.4.42
23552025-01-17T07:45:03.494Z Checking headers v0.4.0
23562025-01-17T07:45:03.602Z Checking walkdir v2.5.0
23572025-01-17T07:45:03.754Z Checking rcgen v0.12.1
23582025-01-17T07:45:03.905Z Checking atomicwrites v0.4.4
23592025-01-17T07:45:04.120Z Checking camino-tempfile v1.1.1
23602025-01-17T07:45:04.262Z Checking subprocess v0.2.9
23612025-01-17T07:45:07.103Z Compiling typify-macro v0.2.0
23622025-01-17T07:45:08.608Z Compiling typify v0.2.0
23632025-01-17T07:45:08.677Z Compiling progenitor-impl v0.8.0
23642025-01-17T07:45:11.156Z Compiling progenitor-macro v0.8.0
23652025-01-17T07:45:14.970Z Checking progenitor v0.8.0
23662025-01-17T07:45:15.102Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23672025-01-17T07:45:15.105Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23682025-01-17T07:45:17.675Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23692025-01-17T07:45:17.968Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23702025-01-17T07:45:24.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23712025-01-17T07:45:25.619Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23722025-01-17T07:45:26.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.69s
23732025-01-17T07:45:27.027Z
23742025-01-17T07:45:27.027Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23752025-01-17T07:45:27.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762025-01-17T07:45:27.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772025-01-17T07:45:27.694Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23782025-01-17T07:45:29.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
23792025-01-17T07:45:29.258Z
23802025-01-17T07:45:29.258Zinfo: running `cargo check --bins` on nexus-config (51/197)
23812025-01-17T07:45:29.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822025-01-17T07:45:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832025-01-17T07:45:29.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842025-01-17T07:45:29.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23852025-01-17T07:45:29.910Z
23862025-01-17T07:45:29.910Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23872025-01-17T07:45:30.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-17T07:45:30.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-17T07:45:30.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902025-01-17T07:45:30.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23912025-01-17T07:45:30.511Z
23922025-01-17T07:45:30.511Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23932025-01-17T07:45:31.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-01-17T07:45:31.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-01-17T07:45:31.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962025-01-17T07:45:31.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23972025-01-17T07:45:31.154Z
23982025-01-17T07:45:31.154Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23992025-01-17T07:45:31.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-17T07:45:31.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-17T07:45:31.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24022025-01-17T07:45:31.957Z Compiling ipnetwork v0.20.0
24032025-01-17T07:45:31.957Z Compiling zerocopy v0.8.10
24042025-01-17T07:45:31.960Z Compiling progenitor-client v0.8.0
24052025-01-17T07:45:31.960Z Compiling itertools v0.13.0
24062025-01-17T07:45:31.960Z Compiling zerocopy-derive v0.8.10
24072025-01-17T07:45:31.960Z Compiling heapless v0.8.0
24082025-01-17T07:45:31.960Z Compiling thiserror v2.0.11
24092025-01-17T07:45:32.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24102025-01-17T07:45:32.226Z Checking hash32 v0.3.1
24112025-01-17T07:45:32.410Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24122025-01-17T07:45:32.427Z Compiling progenitor v0.8.0
24132025-01-17T07:45:32.647Z Compiling instant v0.1.13
24142025-01-17T07:45:32.763Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24152025-01-17T07:45:32.808Z Compiling smoltcp v0.11.0
24162025-01-17T07:45:32.826Z Compiling backoff v0.4.0
24172025-01-17T07:45:32.858Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182025-01-17T07:45:33.071Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24192025-01-17T07:45:33.168Z Compiling dropshot v0.15.1
24202025-01-17T07:45:33.500Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24212025-01-17T07:45:33.624Z Compiling serde_with v3.11.0
24222025-01-17T07:45:33.683Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232025-01-17T07:45:33.876Z Compiling parse-display v0.10.0
24242025-01-17T07:45:33.951Z Checking num-rational v0.4.2
24252025-01-17T07:45:34.492Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24262025-01-17T07:45:34.539Z Compiling progenitor-client v0.9.1
24272025-01-17T07:45:34.850Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24282025-01-17T07:45:35.083Z Compiling regress v0.9.1
24292025-01-17T07:45:36.374Z Compiling phf_generator v0.11.2
24302025-01-17T07:45:36.576Z Checking num-complex v0.4.6
24312025-01-17T07:45:37.376Z Compiling macaddr v1.0.1
24322025-01-17T07:45:37.432Z Checking cobs v0.2.3
24332025-01-17T07:45:37.631Z Checking postcard v1.0.10
24342025-01-17T07:45:37.814Z Checking num v0.4.3
24352025-01-17T07:45:37.929Z Compiling phf_codegen v0.11.2
24362025-01-17T07:45:38.184Z Compiling parse-zoneinfo v0.3.1
24372025-01-17T07:45:38.251Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24382025-01-17T07:45:38.546Z Compiling convert_case v0.4.0
24392025-01-17T07:45:39.931Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24402025-01-17T07:45:39.995Z Checking float-ord v0.3.2
24412025-01-17T07:45:40.164Z Compiling derive_more v0.99.18
24422025-01-17T07:45:40.289Z Compiling chrono-tz-build v0.4.0
24432025-01-17T07:45:40.806Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24442025-01-17T07:45:40.991Z Compiling crucible-workspace-hack v0.1.0
24452025-01-17T07:45:41.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24462025-01-17T07:45:41.547Z Compiling chrono-tz v0.10.0
24472025-01-17T07:45:41.587Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24482025-01-17T07:45:41.634Z Checking newline-converter v0.3.0
24492025-01-17T07:45:41.806Z Checking prettyplease v0.2.25
24502025-01-17T07:45:42.217Z Compiling slog-dtrace v0.3.0
24512025-01-17T07:45:42.275Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24522025-01-17T07:45:42.438Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24532025-01-17T07:45:42.864Z Checking expectorate v1.1.0
24542025-01-17T07:45:43.036Z Compiling zone_cfg_derive v0.3.0
24552025-01-17T07:45:43.076Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562025-01-17T07:45:43.794Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572025-01-17T07:45:44.041Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24582025-01-17T07:45:44.352Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24592025-01-17T07:45:44.403Z Compiling const_format_proc_macros v0.2.33
24602025-01-17T07:45:44.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24612025-01-17T07:45:44.581Z Compiling num-derive v0.4.2
24622025-01-17T07:45:44.970Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24632025-01-17T07:45:45.265Z Checking highway v1.2.0
24642025-01-17T07:45:45.654Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24652025-01-17T07:45:45.695Z Checking zone v0.3.0
24662025-01-17T07:45:45.750Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24672025-01-17T07:45:45.917Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24682025-01-17T07:45:46.300Z Checking const_format v0.2.33
24692025-01-17T07:45:46.415Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24702025-01-17T07:45:46.473Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24712025-01-17T07:45:47.012Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24722025-01-17T07:45:47.162Z Checking gethostname v0.5.0
24732025-01-17T07:45:47.185Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24742025-01-17T07:45:47.292Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24752025-01-17T07:45:47.335Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24762025-01-17T07:45:47.440Z Checking bcs v0.1.6
24772025-01-17T07:45:47.455Z Compiling async-recursion v1.1.1
24782025-01-17T07:45:49.165Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24792025-01-17T07:45:54.435Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24802025-01-17T07:45:57.762Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24812025-01-17T07:46:00.323Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24822025-01-17T07:46:01.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.33s
24832025-01-17T07:46:01.671Z
24842025-01-17T07:46:01.672Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24852025-01-17T07:46:02.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862025-01-17T07:46:02.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872025-01-17T07:46:02.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882025-01-17T07:46:02.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892025-01-17T07:46:02.321Z
24902025-01-17T07:46:02.321Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24912025-01-17T07:46:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922025-01-17T07:46:02.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932025-01-17T07:46:02.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942025-01-17T07:46:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24952025-01-17T07:46:02.966Z
24962025-01-17T07:46:02.966Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24972025-01-17T07:46:03.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982025-01-17T07:46:03.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992025-01-17T07:46:03.625Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25002025-01-17T07:46:04.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
25012025-01-17T07:46:04.454Z
25022025-01-17T07:46:04.454Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25032025-01-17T07:46:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042025-01-17T07:46:05.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052025-01-17T07:46:05.132Z Compiling cfg_aliases v0.1.1
25062025-01-17T07:46:05.135Z Compiling vte_generate_state_changes v0.1.2
25072025-01-17T07:46:05.135Z Checking fd-lock v4.0.2
25082025-01-17T07:46:05.135Z Checking nibble_vec v0.1.0
25092025-01-17T07:46:05.135Z Checking endian-type v0.1.2
25102025-01-17T07:46:05.237Z Checking bytecount v0.6.8
25112025-01-17T07:46:05.259Z Compiling tabled_derive v0.7.0
25122025-01-17T07:46:05.311Z Compiling peg-macros v0.8.4
25132025-01-17T07:46:05.325Z Compiling nix v0.28.0
25142025-01-17T07:46:05.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25152025-01-17T07:46:05.423Z Compiling sqlparser_derive v0.2.2
25162025-01-17T07:46:05.437Z Checking radix_trie v0.2.1
25172025-01-17T07:46:05.453Z Checking papergrid v0.11.0
25182025-01-17T07:46:05.847Z Checking nu-ansi-term v0.50.1
25192025-01-17T07:46:05.871Z Checking vte v0.11.1
25202025-01-17T07:46:06.275Z Checking home v0.5.9
25212025-01-17T07:46:06.401Z Checking unicode_categories v0.1.1
25222025-01-17T07:46:06.439Z Checking sqlparser v0.45.0
25232025-01-17T07:46:06.462Z Checking display-error-chain v0.2.2
25242025-01-17T07:46:06.702Z Checking sqlformat v0.2.6
25252025-01-17T07:46:07.304Z Checking strip-ansi-escapes v0.2.0
25262025-01-17T07:46:07.340Z Checking tabled v0.15.0
25272025-01-17T07:46:07.443Z Checking reedline v0.35.0
25282025-01-17T07:46:07.851Z Checking peg v0.8.4
25292025-01-17T07:46:08.255Z Checking rustyline v14.0.0
25302025-01-17T07:46:16.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s
25312025-01-17T07:46:17.149Z
25322025-01-17T07:46:17.149Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25332025-01-17T07:46:17.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342025-01-17T07:46:17.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352025-01-17T07:46:17.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362025-01-17T07:46:22.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
25372025-01-17T07:46:22.872Z
25382025-01-17T07:46:22.872Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25392025-01-17T07:46:23.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402025-01-17T07:46:23.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412025-01-17T07:46:23.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422025-01-17T07:46:27.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
25432025-01-17T07:46:27.311Z
25442025-01-17T07:46:27.311Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25452025-01-17T07:46:27.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462025-01-17T07:46:27.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472025-01-17T07:46:27.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482025-01-17T07:46:32.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
25492025-01-17T07:46:32.737Z
25502025-01-17T07:46:32.737Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25512025-01-17T07:46:33.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-01-17T07:46:33.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-01-17T07:46:33.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25542025-01-17T07:46:38.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
25552025-01-17T07:46:38.267Z
25562025-01-17T07:46:38.267Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25572025-01-17T07:46:38.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-01-17T07:46:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-01-17T07:46:38.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-01-17T07:46:42.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
25612025-01-17T07:46:42.949Z
25622025-01-17T07:46:42.949Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25632025-01-17T07:46:43.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-01-17T07:46:43.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-01-17T07:46:43.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25662025-01-17T07:46:47.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
25672025-01-17T07:46:47.707Z
25682025-01-17T07:46:47.707Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25692025-01-17T07:46:48.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-01-17T07:46:48.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-01-17T07:46:48.378Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722025-01-17T07:46:53.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
25732025-01-17T07:46:53.391Z
25742025-01-17T07:46:53.391Zinfo: running `cargo check --bins` on oximeter (66/197)
25752025-01-17T07:46:53.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-01-17T07:46:53.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-01-17T07:46:53.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782025-01-17T07:46:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25792025-01-17T07:46:54.017Z
25802025-01-17T07:46:54.017Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25812025-01-17T07:46:54.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822025-01-17T07:46:54.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832025-01-17T07:46:54.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842025-01-17T07:46:54.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852025-01-17T07:46:54.635Z
25862025-01-17T07:46:54.635Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25872025-01-17T07:46:55.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882025-01-17T07:46:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892025-01-17T07:46:55.277Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25902025-01-17T07:46:57.422Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25912025-01-17T07:46:58.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
25922025-01-17T07:46:58.577Z
25932025-01-17T07:46:58.578Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25942025-01-17T07:46:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-01-17T07:46:59.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-01-17T07:46:59.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-01-17T07:46:59.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25982025-01-17T07:46:59.208Z
25992025-01-17T07:46:59.208Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
26002025-01-17T07:46:59.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-01-17T07:46:59.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-01-17T07:46:59.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-01-17T07:46:59.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26042025-01-17T07:46:59.856Z
26052025-01-17T07:46:59.856Zinfo: running `cargo check --bins` on oxql-types (71/197)
26062025-01-17T07:47:00.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-01-17T07:47:00.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-01-17T07:47:00.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092025-01-17T07:47:00.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26102025-01-17T07:47:00.495Z
26112025-01-17T07:47:00.496Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26122025-01-17T07:47:01.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-01-17T07:47:01.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-01-17T07:47:01.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-01-17T07:47:01.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26162025-01-17T07:47:01.180Z
26172025-01-17T07:47:01.180Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26182025-01-17T07:47:01.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-01-17T07:47:01.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-01-17T07:47:01.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-01-17T07:47:01.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26222025-01-17T07:47:01.825Z
26232025-01-17T07:47:01.825Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26242025-01-17T07:47:02.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-01-17T07:47:02.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-01-17T07:47:02.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-01-17T07:47:02.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26282025-01-17T07:47:02.490Z
26292025-01-17T07:47:02.490Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26302025-01-17T07:47:03.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-01-17T07:47:03.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-01-17T07:47:03.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-01-17T07:47:03.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342025-01-17T07:47:03.124Z
26352025-01-17T07:47:03.125Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26362025-01-17T07:47:03.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-01-17T07:47:03.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-01-17T07:47:03.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-01-17T07:47:03.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26402025-01-17T07:47:03.766Z
26412025-01-17T07:47:03.766Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26422025-01-17T07:47:04.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-01-17T07:47:04.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-01-17T07:47:04.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-01-17T07:47:04.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26462025-01-17T07:47:04.411Z
26472025-01-17T07:47:04.411Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26482025-01-17T07:47:04.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-17T07:47:04.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-17T07:47:04.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-17T07:47:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26522025-01-17T07:47:05.038Z
26532025-01-17T07:47:05.038Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26542025-01-17T07:47:05.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-17T07:47:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-17T07:47:05.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-17T07:47:05.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26582025-01-17T07:47:05.715Z
26592025-01-17T07:47:05.715Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26602025-01-17T07:47:06.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-17T07:47:06.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-17T07:47:06.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-17T07:47:06.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26642025-01-17T07:47:06.360Z
26652025-01-17T07:47:06.360Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26662025-01-17T07:47:06.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-17T07:47:06.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-17T07:47:06.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-17T07:47:06.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26702025-01-17T07:47:07.001Z
26712025-01-17T07:47:07.001Zinfo: running `cargo check --bins` on dpd-client (82/197)
26722025-01-17T07:47:07.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-17T07:47:07.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-17T07:47:07.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-01-17T07:47:07.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26762025-01-17T07:47:07.626Z
26772025-01-17T07:47:07.626Zinfo: running `cargo check --bins` on gateway-client (83/197)
26782025-01-17T07:47:08.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-01-17T07:47:08.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-01-17T07:47:08.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-01-17T07:47:08.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26822025-01-17T07:47:08.239Z
26832025-01-17T07:47:08.239Zinfo: running `cargo check --bins` on installinator-client (84/197)
26842025-01-17T07:47:08.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-01-17T07:47:08.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-01-17T07:47:08.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-01-17T07:47:08.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26882025-01-17T07:47:08.891Z
26892025-01-17T07:47:08.891Zinfo: running `cargo check --bins` on installinator-common (85/197)
26902025-01-17T07:47:09.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-01-17T07:47:09.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-01-17T07:47:09.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-01-17T07:47:09.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26942025-01-17T07:47:09.538Z
26952025-01-17T07:47:09.538Zinfo: running `cargo check --bins` on update-engine (86/197)
26962025-01-17T07:47:10.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-01-17T07:47:10.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-01-17T07:47:10.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-01-17T07:47:10.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27002025-01-17T07:47:10.171Z
27012025-01-17T07:47:10.171Zinfo: running `cargo check --bins` on nexus-client (87/197)
27022025-01-17T07:47:10.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-01-17T07:47:10.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-01-17T07:47:10.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-01-17T07:47:10.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27062025-01-17T07:47:10.850Z
27072025-01-17T07:47:10.850Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27082025-01-17T07:47:11.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-01-17T07:47:11.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-01-17T07:47:11.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-01-17T07:47:11.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27122025-01-17T07:47:11.512Z
27132025-01-17T07:47:11.512Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27142025-01-17T07:47:12.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-01-17T07:47:12.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-01-17T07:47:12.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-01-17T07:47:12.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27182025-01-17T07:47:12.135Z
27192025-01-17T07:47:12.135Zinfo: running `cargo check --bins` on nexus-types (90/197)
27202025-01-17T07:47:12.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-01-17T07:47:12.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-01-17T07:47:12.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-01-17T07:47:12.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27242025-01-17T07:47:12.802Z
27252025-01-17T07:47:12.802Zinfo: running `cargo check --bins` on oxide-client (91/197)
27262025-01-17T07:47:13.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-01-17T07:47:13.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-01-17T07:47:13.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-01-17T07:47:13.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27302025-01-17T07:47:13.419Z
27312025-01-17T07:47:13.419Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27322025-01-17T07:47:13.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-01-17T07:47:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-01-17T07:47:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-01-17T07:47:13.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27362025-01-17T07:47:14.053Z
27372025-01-17T07:47:14.053Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27382025-01-17T07:47:14.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-01-17T07:47:14.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-01-17T07:47:14.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-01-17T07:47:14.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27422025-01-17T07:47:14.674Z
27432025-01-17T07:47:14.674Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27442025-01-17T07:47:15.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-01-17T07:47:15.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-01-17T07:47:15.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-01-17T07:47:15.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27482025-01-17T07:47:15.345Z
27492025-01-17T07:47:15.345Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27502025-01-17T07:47:15.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-01-17T07:47:15.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-01-17T07:47:15.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-01-17T07:47:15.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27542025-01-17T07:47:16.011Z
27552025-01-17T07:47:16.011Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27562025-01-17T07:47:16.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-01-17T07:47:16.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-01-17T07:47:16.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-01-17T07:47:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27602025-01-17T07:47:16.668Z
27612025-01-17T07:47:16.668Zinfo: running `cargo check --bins` on wicket-common (97/197)
27622025-01-17T07:47:17.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-01-17T07:47:17.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-01-17T07:47:17.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-01-17T07:47:17.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27662025-01-17T07:47:17.323Z
27672025-01-17T07:47:17.323Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27682025-01-17T07:47:17.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-01-17T07:47:17.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-01-17T07:47:18.008Z Checking csv-core v0.1.11
27712025-01-17T07:47:18.008Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27722025-01-17T07:47:18.014Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27732025-01-17T07:47:18.014Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27742025-01-17T07:47:18.295Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27752025-01-17T07:47:18.313Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762025-01-17T07:47:18.351Z Checking csv v1.3.0
27772025-01-17T07:47:18.910Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27782025-01-17T07:47:19.255Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792025-01-17T07:47:20.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
27802025-01-17T07:47:21.146Z
27812025-01-17T07:47:21.146Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27822025-01-17T07:47:21.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-01-17T07:47:21.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-01-17T07:47:21.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-01-17T07:47:21.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27862025-01-17T07:47:21.793Z
27872025-01-17T07:47:21.793Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27882025-01-17T07:47:22.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-01-17T07:47:22.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-01-17T07:47:22.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-01-17T07:47:22.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27922025-01-17T07:47:22.428Z
27932025-01-17T07:47:22.429Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27942025-01-17T07:47:23.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-01-17T07:47:23.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-01-17T07:47:23.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-01-17T07:47:23.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27982025-01-17T07:47:23.172Z
27992025-01-17T07:47:23.172Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
28002025-01-17T07:47:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-01-17T07:47:23.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-01-17T07:47:23.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-01-17T07:47:23.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28042025-01-17T07:47:23.920Z
28052025-01-17T07:47:23.920Zinfo: running `cargo check --bins` on dns-server (103/197)
28062025-01-17T07:47:24.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-01-17T07:47:24.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-01-17T07:47:24.591Z Compiling typify-impl v0.3.0
28092025-01-17T07:47:24.700Z Compiling parking_lot_core v0.8.6
28102025-01-17T07:47:24.703Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28112025-01-17T07:47:24.723Z Checking fxhash v0.2.1
28122025-01-17T07:47:24.735Z Checking hickory-client v0.24.1
28132025-01-17T07:47:24.737Z Checking hickory-server v0.24.1
28142025-01-17T07:47:25.391Z Checking parking_lot v0.11.2
28152025-01-17T07:47:25.460Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28162025-01-17T07:47:25.658Z Checking sled v0.34.7
28172025-01-17T07:47:30.201Z Compiling typify-macro v0.3.0
28182025-01-17T07:47:31.777Z Compiling typify v0.3.0
28192025-01-17T07:47:31.847Z Compiling progenitor-impl v0.9.1
28202025-01-17T07:47:34.282Z Compiling progenitor-macro v0.9.1
28212025-01-17T07:47:38.059Z Checking progenitor v0.9.1
28222025-01-17T07:47:38.192Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28232025-01-17T07:47:38.684Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28242025-01-17T07:47:40.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s
28252025-01-17T07:47:40.185Z
28262025-01-17T07:47:40.185Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28272025-01-17T07:47:40.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-17T07:47:40.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-17T07:47:40.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-17T07:47:40.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28312025-01-17T07:47:40.815Z
28322025-01-17T07:47:40.815Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28332025-01-17T07:47:41.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-17T07:47:41.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-17T07:47:41.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-17T07:47:41.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28372025-01-17T07:47:41.511Z
28382025-01-17T07:47:41.511Zinfo: running `cargo check --bins` on gateway-types (106/197)
28392025-01-17T07:47:42.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-17T07:47:42.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-17T07:47:42.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-01-17T07:47:42.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28432025-01-17T07:47:42.149Z
28442025-01-17T07:47:42.149Zinfo: running `cargo check --bins` on ipcc (107/197)
28452025-01-17T07:47:42.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-01-17T07:47:42.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-01-17T07:47:42.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-01-17T07:47:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28492025-01-17T07:47:42.788Z
28502025-01-17T07:47:42.788Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28512025-01-17T07:47:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-01-17T07:47:43.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-01-17T07:47:43.521Z Compiling semver v0.1.20
28542025-01-17T07:47:43.524Z Compiling radium v0.7.0
28552025-01-17T07:47:43.642Z Checking tap v1.0.1
28562025-01-17T07:47:43.645Z Compiling maybe-uninit v2.0.0
28572025-01-17T07:47:43.664Z Checking password-hash v0.5.0
28582025-01-17T07:47:43.666Z Checking blake2 v0.10.6
28592025-01-17T07:47:43.666Z Compiling packed_struct v0.10.1
28602025-01-17T07:47:43.666Z Checking funty v2.0.0
28612025-01-17T07:47:43.785Z Checking wyz v0.5.1
28622025-01-17T07:47:44.064Z Compiling rustc_version v0.1.7
28632025-01-17T07:47:44.104Z Checking crc-catalog v2.4.0
28642025-01-17T07:47:44.138Z Compiling owo-colors v4.1.0
28652025-01-17T07:47:44.144Z Compiling cancel-safe-futures v0.1.5
28662025-01-17T07:47:44.204Z Checking argon2 v0.5.3
28672025-01-17T07:47:44.248Z Checking crc v3.2.1
28682025-01-17T07:47:44.332Z Compiling packed_struct_codegen v0.10.1
28692025-01-17T07:47:44.446Z Compiling indexmap v1.9.3
28702025-01-17T07:47:44.478Z Compiling newtype_derive v0.1.6
28712025-01-17T07:47:44.510Z Checking half v2.4.1
28722025-01-17T07:47:44.525Z Checking bitvec v1.0.1
28732025-01-17T07:47:44.540Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28742025-01-17T07:47:44.684Z Checking nodrop v0.1.14
28752025-01-17T07:47:44.758Z Checking ciborium-io v0.2.2
28762025-01-17T07:47:44.822Z Checking array-init v0.0.4
28772025-01-17T07:47:44.919Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28782025-01-17T07:47:44.953Z Checking ciborium-ll v0.2.2
28792025-01-17T07:47:44.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28802025-01-17T07:47:45.194Z Checking smallvec v0.6.14
28812025-01-17T07:47:45.250Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28822025-01-17T07:47:45.328Z Checking libsw v3.3.1
28832025-01-17T07:47:45.563Z Compiling memoffset v0.9.1
28842025-01-17T07:47:45.610Z Checking hashbrown v0.12.3
28852025-01-17T07:47:45.654Z Checking linear-map v1.2.0
28862025-01-17T07:47:45.671Z Checking swrite v0.1.0
28872025-01-17T07:47:45.798Z Checking termcolor v1.4.1
28882025-01-17T07:47:45.875Z Checking bitfield v0.14.0
28892025-01-17T07:47:45.979Z Checking indent_write v2.2.0
28902025-01-17T07:47:46.196Z Checking ron v0.8.1
28912025-01-17T07:47:46.215Z Checking env_logger v0.10.2
28922025-01-17T07:47:46.238Z Checking serde-hex v0.1.0
28932025-01-17T07:47:46.307Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28942025-01-17T07:47:46.486Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28952025-01-17T07:47:46.628Z Checking ciborium v0.2.2
28962025-01-17T07:47:46.930Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28972025-01-17T07:47:47.211Z Checking steno v0.4.1
28982025-01-17T07:47:47.573Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28992025-01-17T07:47:47.592Z Checking hashbrown v0.13.2
29002025-01-17T07:47:47.795Z Checking crc-any v2.5.0
29012025-01-17T07:47:47.841Z Checking humantime v2.1.0
29022025-01-17T07:47:48.146Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29032025-01-17T07:47:48.182Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29042025-01-17T07:47:48.532Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29052025-01-17T07:47:48.551Z Checking object v0.30.4
29062025-01-17T07:47:48.806Z Checking path-slash v0.1.5
29072025-01-17T07:47:48.921Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29082025-01-17T07:47:48.963Z Checking nix v0.27.1
29092025-01-17T07:47:49.300Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29102025-01-17T07:47:49.348Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29112025-01-17T07:47:49.623Z Checking tungstenite v0.23.0
29122025-01-17T07:47:49.994Z Checking kstat-rs v0.2.4
29132025-01-17T07:47:50.117Z Checking signal-hook-tokio v0.3.1
29142025-01-17T07:47:50.308Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29152025-01-17T07:47:50.529Z Checking tokio-tungstenite v0.23.1
29162025-01-17T07:47:50.594Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29172025-01-17T07:47:51.157Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29182025-01-17T07:47:51.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29192025-01-17T07:47:57.884Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29202025-01-17T07:47:59.252Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29212025-01-17T07:48:01.426Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29222025-01-17T07:48:06.831Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29232025-01-17T07:48:07.513Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29242025-01-17T07:48:10.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
29252025-01-17T07:48:10.463Z
29262025-01-17T07:48:10.463Zinfo: running `cargo check --bins` on gateway-api (109/197)
29272025-01-17T07:48:11.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-01-17T07:48:11.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-01-17T07:48:11.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-01-17T07:48:11.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29312025-01-17T07:48:11.101Z
29322025-01-17T07:48:11.101Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29332025-01-17T07:48:11.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-01-17T07:48:11.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-01-17T07:48:11.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-01-17T07:48:11.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29372025-01-17T07:48:11.713Z
29382025-01-17T07:48:11.714Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29392025-01-17T07:48:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-01-17T07:48:12.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-01-17T07:48:12.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-01-17T07:48:12.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29432025-01-17T07:48:12.364Z
29442025-01-17T07:48:12.364Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29452025-01-17T07:48:13.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-01-17T07:48:13.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-01-17T07:48:13.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-01-17T07:48:13.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29492025-01-17T07:48:13.075Z
29502025-01-17T07:48:13.075Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29512025-01-17T07:48:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-01-17T07:48:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-01-17T07:48:13.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-01-17T07:48:13.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29552025-01-17T07:48:13.635Z
29562025-01-17T07:48:13.635Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29572025-01-17T07:48:14.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-01-17T07:48:14.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-01-17T07:48:14.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-01-17T07:48:14.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29612025-01-17T07:48:14.279Z
29622025-01-17T07:48:14.279Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29632025-01-17T07:48:14.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-01-17T07:48:14.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-01-17T07:48:14.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-01-17T07:48:14.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29672025-01-17T07:48:14.924Z
29682025-01-17T07:48:14.924Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29692025-01-17T07:48:15.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-01-17T07:48:15.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-01-17T07:48:15.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-01-17T07:48:15.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29732025-01-17T07:48:15.561Z
29742025-01-17T07:48:15.561Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29752025-01-17T07:48:16.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-01-17T07:48:16.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-01-17T07:48:16.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-01-17T07:48:16.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29792025-01-17T07:48:16.208Z
29802025-01-17T07:48:16.208Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29812025-01-17T07:48:16.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-01-17T07:48:16.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-01-17T07:48:16.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842025-01-17T07:48:16.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29852025-01-17T07:48:16.839Z
29862025-01-17T07:48:16.839Zinfo: running `cargo check --bins` on sp-sim (119/197)
29872025-01-17T07:48:17.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-01-17T07:48:17.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-01-17T07:48:17.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29902025-01-17T07:48:17.950Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29912025-01-17T07:48:19.638Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29922025-01-17T07:48:21.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
29932025-01-17T07:48:21.517Z
29942025-01-17T07:48:21.518Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29952025-01-17T07:48:22.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-01-17T07:48:22.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-01-17T07:48:22.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-01-17T07:48:22.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29992025-01-17T07:48:22.222Z
30002025-01-17T07:48:22.222Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
30012025-01-17T07:48:22.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-01-17T07:48:22.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-01-17T07:48:22.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042025-01-17T07:48:22.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30052025-01-17T07:48:22.937Z
30062025-01-17T07:48:22.937Zinfo: running `cargo check --bins` on db-macros (122/197)
30072025-01-17T07:48:23.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-01-17T07:48:23.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-01-17T07:48:23.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102025-01-17T07:48:23.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30112025-01-17T07:48:23.548Z
30122025-01-17T07:48:23.548Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30132025-01-17T07:48:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-01-17T07:48:24.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-01-17T07:48:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-01-17T07:48:24.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30172025-01-17T07:48:24.163Z
30182025-01-17T07:48:24.163Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30192025-01-17T07:48:24.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-01-17T07:48:24.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-01-17T07:48:24.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-01-17T07:48:24.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30232025-01-17T07:48:24.835Z
30242025-01-17T07:48:24.835Zinfo: running `cargo check --bins` on authz-macros (125/197)
30252025-01-17T07:48:25.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-17T07:48:25.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-17T07:48:25.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-01-17T07:48:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30292025-01-17T07:48:25.446Z
30302025-01-17T07:48:25.446Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30312025-01-17T07:48:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-17T07:48:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-17T07:48:26.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-01-17T07:48:26.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30352025-01-17T07:48:26.107Z
30362025-01-17T07:48:26.107Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30372025-01-17T07:48:26.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-17T07:48:26.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-17T07:48:26.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-01-17T07:48:26.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30412025-01-17T07:48:26.778Z
30422025-01-17T07:48:26.779Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30432025-01-17T07:48:27.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-17T07:48:27.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-17T07:48:27.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-01-17T07:48:27.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30472025-01-17T07:48:27.416Z
30482025-01-17T07:48:27.416Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30492025-01-17T07:48:27.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-17T07:48:27.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-17T07:48:27.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-01-17T07:48:27.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532025-01-17T07:48:28.080Z
30542025-01-17T07:48:28.080Zinfo: running `cargo check --bins` on typed-rng (130/197)
30552025-01-17T07:48:28.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-01-17T07:48:28.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-01-17T07:48:28.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-01-17T07:48:28.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30592025-01-17T07:48:28.679Z
30602025-01-17T07:48:28.679Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30612025-01-17T07:48:29.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-01-17T07:48:29.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-01-17T07:48:29.430Z Checking keccak v0.1.5
30642025-01-17T07:48:29.542Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30652025-01-17T07:48:29.545Z Checking secrecy v0.8.0
30662025-01-17T07:48:29.545Z Compiling unicase v2.7.0
30672025-01-17T07:48:29.545Z Compiling same-file v1.0.6
30682025-01-17T07:48:29.578Z Compiling tempfile v3.13.0
30692025-01-17T07:48:29.611Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30702025-01-17T07:48:29.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30712025-01-17T07:48:29.721Z Compiling thiserror-impl-no-std v2.0.2
30722025-01-17T07:48:29.837Z Checking sha3 v0.10.8
30732025-01-17T07:48:29.870Z Compiling walkdir v2.5.0
30742025-01-17T07:48:29.912Z Checking universal-hash v0.5.1
30752025-01-17T07:48:29.931Z Compiling blake3 v1.5.4
30762025-01-17T07:48:30.042Z Checking opaque-debug v0.3.1
30772025-01-17T07:48:30.099Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30782025-01-17T07:48:30.175Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30792025-01-17T07:48:30.196Z Checking poly1305 v0.8.0
30802025-01-17T07:48:30.231Z Checking chacha20 v0.9.1
30812025-01-17T07:48:30.379Z Checking aead v0.5.2
30822025-01-17T07:48:30.398Z Compiling memmap2 v0.9.5
30832025-01-17T07:48:30.533Z Compiling arrayvec v0.7.6
30842025-01-17T07:48:30.586Z Compiling constant_time_eq v0.3.1
30852025-01-17T07:48:30.602Z Compiling salty v0.3.0
30862025-01-17T07:48:30.720Z Compiling arrayref v0.3.9
30872025-01-17T07:48:30.771Z Compiling libefi-sys v0.1.0
30882025-01-17T07:48:30.813Z Checking chacha20poly1305 v0.10.1
30892025-01-17T07:48:30.867Z Compiling toolchain_find v0.4.0
30902025-01-17T07:48:30.994Z Compiling camino-tempfile v1.1.1
30912025-01-17T07:48:31.018Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30922025-01-17T07:48:31.068Z Compiling bitfield-struct v0.6.2
30932025-01-17T07:48:31.282Z Compiling topological-sort v0.2.2
30942025-01-17T07:48:31.416Z Compiling mime_guess v2.0.5
30952025-01-17T07:48:31.485Z Compiling rustfmt-wrapper v0.2.1
30962025-01-17T07:48:31.881Z Compiling omicron-zone-package v0.12.0
30972025-01-17T07:48:32.061Z Compiling progenitor v0.9.1
30982025-01-17T07:48:32.140Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30992025-01-17T07:48:32.275Z Checking primeorder v0.13.6
31002025-01-17T07:48:32.353Z Checking env_filter v0.1.2
31012025-01-17T07:48:32.445Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-17T07:48:32.466Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31032025-01-17T07:48:32.483Z Checking thiserror-no-std v2.0.2
31042025-01-17T07:48:32.599Z Checking env_logger v0.11.5
31052025-01-17T07:48:32.617Z Checking vsss-rs v3.3.4
31062025-01-17T07:48:32.635Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31072025-01-17T07:48:32.668Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31082025-01-17T07:48:32.703Z Checking p384 v0.13.0
31092025-01-17T07:48:32.816Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31102025-01-17T07:48:32.980Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31112025-01-17T07:48:33.069Z Checking http-range v0.1.5
31122025-01-17T07:48:33.195Z Checking simd-adler32 v0.3.7
31132025-01-17T07:48:33.214Z Compiling zip v2.1.3
31142025-01-17T07:48:33.258Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31152025-01-17T07:48:33.449Z Checking bumpalo v3.16.0
31162025-01-17T07:48:33.518Z Checking lockfree-object-pool v0.1.6
31172025-01-17T07:48:33.603Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182025-01-17T07:48:33.752Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192025-01-17T07:48:33.779Z Checking zopfli v0.8.1
31202025-01-17T07:48:33.832Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31212025-01-17T07:48:34.125Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222025-01-17T07:48:34.355Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232025-01-17T07:48:34.392Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31242025-01-17T07:48:34.511Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31252025-01-17T07:48:34.798Z Checking nanorand v0.7.0
31262025-01-17T07:48:34.902Z Checking atty v0.2.14
31272025-01-17T07:48:35.047Z Checking glob v0.3.1
31282025-01-17T07:48:35.050Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31292025-01-17T07:48:35.050Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302025-01-17T07:48:35.150Z Checking flume v0.11.1
31312025-01-17T07:48:35.356Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31322025-01-17T07:48:35.609Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332025-01-17T07:48:36.326Z Checking hyper-staticfile v0.10.1
31342025-01-17T07:48:36.394Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31352025-01-17T07:48:36.725Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31362025-01-17T07:48:36.869Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31372025-01-17T07:48:37.019Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31382025-01-17T07:48:37.139Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31392025-01-17T07:48:37.403Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31402025-01-17T07:48:37.626Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31412025-01-17T07:48:37.711Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31422025-01-17T07:48:38.054Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31432025-01-17T07:48:38.119Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442025-01-17T07:48:41.127Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31452025-01-17T07:48:41.127Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31462025-01-17T07:48:49.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31472025-01-17T07:49:03.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.01s
31482025-01-17T07:49:03.880Z
31492025-01-17T07:49:03.880Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31502025-01-17T07:49:04.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512025-01-17T07:49:04.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522025-01-17T07:49:04.625Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31532025-01-17T07:49:18.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
31542025-01-17T07:49:18.791Z
31552025-01-17T07:49:18.791Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31562025-01-17T07:49:19.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-01-17T07:49:19.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-01-17T07:49:19.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31592025-01-17T07:49:33.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
31602025-01-17T07:49:33.589Z
31612025-01-17T07:49:33.589Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31622025-01-17T07:49:34.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632025-01-17T07:49:34.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642025-01-17T07:49:34.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31652025-01-17T07:49:48.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
31662025-01-17T07:49:48.408Z
31672025-01-17T07:49:48.408Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31682025-01-17T07:49:49.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-01-17T07:49:49.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-01-17T07:49:49.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31712025-01-17T07:50:03.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
31722025-01-17T07:50:03.293Z
31732025-01-17T07:50:03.293Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31742025-01-17T07:50:03.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-01-17T07:50:03.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-01-17T07:50:04.042Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31772025-01-17T07:50:18.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
31782025-01-17T07:50:18.283Z
31792025-01-17T07:50:18.283Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31802025-01-17T07:50:18.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812025-01-17T07:50:18.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822025-01-17T07:50:19.029Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31832025-01-17T07:50:32.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
31842025-01-17T07:50:33.157Z
31852025-01-17T07:50:33.157Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31862025-01-17T07:50:33.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-01-17T07:50:33.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-01-17T07:50:33.910Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31892025-01-17T07:50:47.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s
31902025-01-17T07:50:48.095Z
31912025-01-17T07:50:48.095Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31922025-01-17T07:50:48.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-01-17T07:50:48.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-01-17T07:50:48.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952025-01-17T07:50:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31962025-01-17T07:50:48.753Z
31972025-01-17T07:50:48.753Zinfo: running `cargo check --bins` on key-manager (140/197)
31982025-01-17T07:50:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-01-17T07:50:49.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-01-17T07:50:49.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012025-01-17T07:50:49.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32022025-01-17T07:50:49.391Z
32032025-01-17T07:50:49.392Zinfo: running `cargo check --bins` on range-requests (141/197)
32042025-01-17T07:50:49.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052025-01-17T07:50:49.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062025-01-17T07:50:49.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072025-01-17T07:50:49.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32082025-01-17T07:50:50.015Z
32092025-01-17T07:50:50.015Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32102025-01-17T07:50:50.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112025-01-17T07:50:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122025-01-17T07:50:50.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132025-01-17T07:50:50.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32142025-01-17T07:50:50.660Z
32152025-01-17T07:50:50.660Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32162025-01-17T07:50:51.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172025-01-17T07:50:51.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182025-01-17T07:50:51.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192025-01-17T07:50:51.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32202025-01-17T07:50:51.323Z
32212025-01-17T07:50:51.323Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32222025-01-17T07:50:51.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-01-17T07:50:51.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-01-17T07:50:51.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-01-17T07:50:51.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32262025-01-17T07:50:51.934Z
32272025-01-17T07:50:51.934Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32282025-01-17T07:50:52.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-01-17T07:50:52.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-01-17T07:50:52.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-01-17T07:50:52.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32322025-01-17T07:50:52.592Z
32332025-01-17T07:50:52.592Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32342025-01-17T07:50:53.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-01-17T07:50:53.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-01-17T07:50:53.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-01-17T07:50:53.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32382025-01-17T07:50:53.241Z
32392025-01-17T07:50:53.241Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32402025-01-17T07:50:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-01-17T07:50:53.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-01-17T07:50:53.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432025-01-17T07:50:53.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32442025-01-17T07:50:53.913Z
32452025-01-17T07:50:53.913Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32462025-01-17T07:50:54.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-01-17T07:50:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-01-17T07:50:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492025-01-17T07:50:54.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32502025-01-17T07:50:54.577Z
32512025-01-17T07:50:54.577Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32522025-01-17T07:50:55.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-01-17T07:50:55.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-01-17T07:50:55.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552025-01-17T07:50:55.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32562025-01-17T07:50:55.242Z
32572025-01-17T07:50:55.242Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32582025-01-17T07:50:55.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592025-01-17T07:50:55.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602025-01-17T07:50:55.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612025-01-17T07:50:55.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32622025-01-17T07:50:55.907Z
32632025-01-17T07:50:55.907Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32642025-01-17T07:50:56.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652025-01-17T07:50:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662025-01-17T07:50:56.618Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32672025-01-17T07:50:56.618Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32682025-01-17T07:50:57.498Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32692025-01-17T07:50:59.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
32702025-01-17T07:50:59.721Z
32712025-01-17T07:50:59.721Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32722025-01-17T07:51:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-17T07:51:00.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-17T07:51:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-17T07:51:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32762025-01-17T07:51:00.355Z
32772025-01-17T07:51:00.355Zinfo: running `cargo check --bins` on cert-dev (153/197)
32782025-01-17T07:51:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-17T07:51:00.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-17T07:51:00.982Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32812025-01-17T07:51:01.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
32822025-01-17T07:51:01.427Z
32832025-01-17T07:51:01.427Zinfo: running `cargo check --bins` on clickana (154/197)
32842025-01-17T07:51:02.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-01-17T07:51:02.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-01-17T07:51:02.105Z Checking castaway v0.2.3
32872025-01-17T07:51:02.105Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32882025-01-17T07:51:02.108Z Checking unicode-truncate v1.1.0
32892025-01-17T07:51:02.108Z Checking lru v0.12.5
32902025-01-17T07:51:02.108Z Compiling instability v0.3.2
32912025-01-17T07:51:02.108Z Checking cassowary v0.3.0
32922025-01-17T07:51:02.350Z Checking compact_str v0.8.0
32932025-01-17T07:51:02.926Z Checking ratatui v0.28.1
32942025-01-17T07:51:03.802Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32952025-01-17T07:51:04.812Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32962025-01-17T07:51:05.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32972025-01-17T07:51:05.824Z
32982025-01-17T07:51:05.824Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32992025-01-17T07:51:06.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-01-17T07:51:06.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-01-17T07:51:06.531Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33022025-01-17T07:51:06.531Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33032025-01-17T07:51:07.541Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33042025-01-17T07:51:08.034Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33052025-01-17T07:51:08.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
33062025-01-17T07:51:08.559Z
33072025-01-17T07:51:08.559Zinfo: running `cargo check --bins` on ch-dev (156/197)
33082025-01-17T07:51:09.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-01-17T07:51:09.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-01-17T07:51:09.236Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33112025-01-17T07:51:09.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33122025-01-17T07:51:10.144Z
33132025-01-17T07:51:10.144Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33142025-01-17T07:51:10.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-01-17T07:51:10.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-01-17T07:51:10.823Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33172025-01-17T07:51:11.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33182025-01-17T07:51:11.356Z
33192025-01-17T07:51:11.356Zinfo: running `cargo check --bins` on db-dev (158/197)
33202025-01-17T07:51:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-01-17T07:51:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-01-17T07:51:12.028Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33232025-01-17T07:51:12.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
33242025-01-17T07:51:12.954Z
33252025-01-17T07:51:12.954Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33262025-01-17T07:51:13.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-01-17T07:51:13.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-01-17T07:51:13.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292025-01-17T07:51:13.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33302025-01-17T07:51:13.620Z
33312025-01-17T07:51:13.620Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33322025-01-17T07:51:14.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-01-17T07:51:14.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-01-17T07:51:14.234Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33352025-01-17T07:51:15.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33362025-01-17T07:51:15.268Z
33372025-01-17T07:51:15.268Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33382025-01-17T07:51:15.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392025-01-17T07:51:15.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402025-01-17T07:51:15.893Z Checking cargo-platform v0.1.8
33412025-01-17T07:51:16.172Z Checking cargo_metadata v0.18.1
33422025-01-17T07:51:17.123Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33432025-01-17T07:51:17.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
33442025-01-17T07:51:18.150Z
33452025-01-17T07:51:18.150Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33462025-01-17T07:51:18.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-01-17T07:51:18.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-01-17T07:51:18.872Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33492025-01-17T07:51:20.307Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502025-01-17T07:51:20.880Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33512025-01-17T07:51:21.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
33522025-01-17T07:51:21.736Z
33532025-01-17T07:51:21.736Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33542025-01-17T07:51:22.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552025-01-17T07:51:22.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562025-01-17T07:51:22.406Z Compiling crunchy v0.2.2
33572025-01-17T07:51:22.406Z Compiling tiny-keccak v2.0.2
33582025-01-17T07:51:22.406Z Compiling dsl_auto_type v0.1.2
33592025-01-17T07:51:22.408Z Checking scheduled-thread-pool v0.2.7
33602025-01-17T07:51:22.408Z Compiling diesel_table_macro_syntax v0.2.0
33612025-01-17T07:51:22.408Z Compiling ascii-canvas v3.0.0
33622025-01-17T07:51:22.408Z Compiling ena v0.14.3
33632025-01-17T07:51:22.520Z Compiling regex-syntax v0.6.29
33642025-01-17T07:51:22.743Z Checking r2d2 v0.8.10
33652025-01-17T07:51:22.919Z Compiling diff v0.1.13
33662025-01-17T07:51:22.969Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33672025-01-17T07:51:22.972Z Compiling ref-cast v1.0.23
33682025-01-17T07:51:22.984Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33692025-01-17T07:51:23.054Z Compiling derive_builder_core v0.20.2
33702025-01-17T07:51:23.184Z Compiling libxml v0.3.3
33712025-01-17T07:51:23.288Z Compiling ref-cast-impl v1.0.23
33722025-01-17T07:51:23.460Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33732025-01-17T07:51:23.580Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33742025-01-17T07:51:23.602Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33752025-01-17T07:51:23.825Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33762025-01-17T07:51:23.872Z Compiling diesel_derives v2.2.3
33772025-01-17T07:51:23.893Z Compiling strum_macros v0.24.3
33782025-01-17T07:51:23.964Z Compiling samael v0.0.17
33792025-01-17T07:51:24.196Z Compiling indoc v1.0.9
33802025-01-17T07:51:25.123Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33812025-01-17T07:51:25.251Z Compiling derive_builder_macro v0.20.2
33822025-01-17T07:51:25.438Z Compiling oso-derive v0.27.3
33832025-01-17T07:51:25.882Z Compiling lalrpop v0.19.12
33842025-01-17T07:51:26.072Z Checking derive_builder v0.20.2
33852025-01-17T07:51:26.241Z Compiling impl-trait-for-tuples v0.2.2
33862025-01-17T07:51:26.425Z Checking quick-xml v0.33.0
33872025-01-17T07:51:26.697Z Compiling diesel-dtrace v0.4.2
33882025-01-17T07:51:27.003Z Checking maplit v1.0.2
33892025-01-17T07:51:27.199Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33902025-01-17T07:51:27.219Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912025-01-17T07:51:27.522Z Checking bb8 v0.8.5
33922025-01-17T07:51:28.028Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33932025-01-17T07:51:28.048Z Checking rand_seeder v0.3.0
33942025-01-17T07:51:28.180Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33952025-01-17T07:51:28.286Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33962025-01-17T07:51:28.353Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33972025-01-17T07:51:28.475Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33982025-01-17T07:51:28.713Z Checking smawk v0.3.2
33992025-01-17T07:51:28.778Z Checking unicode-linebreak v0.1.5
34002025-01-17T07:51:28.921Z Checking is_ci v1.2.0
34012025-01-17T07:51:29.079Z Checking supports-color v3.0.1
34022025-01-17T07:51:29.218Z Checking textwrap v0.16.1
34032025-01-17T07:51:29.328Z Checking multimap v0.10.0
34042025-01-17T07:51:30.038Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34052025-01-17T07:51:32.332Z Checking diesel v2.2.6
34062025-01-17T07:51:57.345Z Compiling polar-core v0.27.3
34072025-01-17T07:51:58.331Z Checking async-bb8-diesel v0.2.1
34082025-01-17T07:52:04.675Z Checking oso v0.27.3
34092025-01-17T07:53:08.431Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34102025-01-17T07:53:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
34112025-01-17T07:53:15.338Z
34122025-01-17T07:53:15.338Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34132025-01-17T07:53:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-01-17T07:53:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-01-17T07:53:15.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162025-01-17T07:53:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34172025-01-17T07:53:16.032Z
34182025-01-17T07:53:16.032Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34192025-01-17T07:53:16.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-01-17T07:53:16.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-01-17T07:53:16.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222025-01-17T07:53:16.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34232025-01-17T07:53:16.712Z
34242025-01-17T07:53:16.713Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34252025-01-17T07:53:17.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-01-17T07:53:17.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-01-17T07:53:17.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282025-01-17T07:53:17.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34292025-01-17T07:53:17.341Z
34302025-01-17T07:53:17.341Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34312025-01-17T07:53:17.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-01-17T07:53:17.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-01-17T07:53:18.165Z Compiling libz-sys v1.1.20
34342025-01-17T07:53:18.168Z Compiling libgit2-sys v0.17.0+1.8.1
34352025-01-17T07:53:18.295Z Compiling vergen v8.3.2
34362025-01-17T07:53:18.298Z Compiling cargo-platform v0.1.8
34372025-01-17T07:53:18.298Z Compiling pin-project-internal v1.1.6
34382025-01-17T07:53:18.339Z Compiling libsqlite3-sys v0.30.1
34392025-01-17T07:53:18.341Z Compiling snafu-derive v0.8.5
34402025-01-17T07:53:18.341Z Compiling cfg_aliases v0.2.1
34412025-01-17T07:53:18.490Z Compiling buf-list v1.0.3
34422025-01-17T07:53:18.599Z Compiling rustls v0.21.12
34432025-01-17T07:53:18.825Z Compiling cargo_metadata v0.18.1
34442025-01-17T07:53:18.904Z Compiling nix v0.29.0
34452025-01-17T07:53:18.936Z Checking globset v0.4.15
34462025-01-17T07:53:19.013Z Checking olpc-cjson v0.1.4
34472025-01-17T07:53:19.231Z Checking rustls-webpki v0.101.7
34482025-01-17T07:53:19.311Z Checking sct v0.7.1
34492025-01-17T07:53:19.449Z Checking serde_plain v1.0.2
34502025-01-17T07:53:19.520Z Checking typed-path v0.9.3
34512025-01-17T07:53:20.024Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34522025-01-17T07:53:20.276Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34532025-01-17T07:53:20.317Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34542025-01-17T07:53:20.550Z Checking hashlink v0.9.1
34552025-01-17T07:53:20.603Z Checking parse-size v1.1.0
34562025-01-17T07:53:20.791Z Checking fallible-iterator v0.3.0
34572025-01-17T07:53:21.041Z Checking pin-project v1.1.6
34582025-01-17T07:53:21.092Z Checking fallible-streaming-iterator v0.1.9
34592025-01-17T07:53:21.307Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34602025-01-17T07:53:21.357Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34612025-01-17T07:53:21.419Z Checking rusqlite v0.32.1
34622025-01-17T07:53:21.717Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34632025-01-17T07:53:22.024Z Checking rustls-pemfile v1.0.4
34642025-01-17T07:53:22.227Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34652025-01-17T07:53:22.247Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34662025-01-17T07:53:22.354Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34672025-01-17T07:53:22.406Z Checking twox-hash v1.6.3
34682025-01-17T07:53:22.496Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34692025-01-17T07:53:22.823Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34702025-01-17T07:53:22.877Z Checking tokio-rustls v0.24.1
34712025-01-17T07:53:23.214Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34722025-01-17T07:53:23.364Z Checking snafu v0.8.5
34732025-01-17T07:53:23.469Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34742025-01-17T07:53:23.596Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34752025-01-17T07:53:23.673Z Checking fatfs v0.3.6
34762025-01-17T07:53:23.796Z Checking tough v0.19.0
34772025-01-17T07:53:24.320Z Checking assert_matches v1.5.0
34782025-01-17T07:53:27.855Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34792025-01-17T07:53:29.133Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34802025-01-17T07:53:30.776Z Compiling git2 v0.19.0
34812025-01-17T07:53:34.976Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34822025-01-17T07:54:32.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
34832025-01-17T07:54:32.512Z
34842025-01-17T07:54:32.512Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34852025-01-17T07:54:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862025-01-17T07:54:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872025-01-17T07:54:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882025-01-17T07:54:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34892025-01-17T07:54:33.214Z
34902025-01-17T07:54:33.214Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34912025-01-17T07:54:33.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922025-01-17T07:54:33.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932025-01-17T07:54:33.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942025-01-17T07:54:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34952025-01-17T07:54:33.867Z
34962025-01-17T07:54:33.867Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34972025-01-17T07:54:34.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982025-01-17T07:54:34.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992025-01-17T07:54:34.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002025-01-17T07:54:34.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35012025-01-17T07:54:34.535Z
35022025-01-17T07:54:34.535Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35032025-01-17T07:54:35.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042025-01-17T07:54:35.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052025-01-17T07:54:35.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062025-01-17T07:54:35.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35072025-01-17T07:54:35.226Z
35082025-01-17T07:54:35.226Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35092025-01-17T07:54:35.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102025-01-17T07:54:35.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112025-01-17T07:54:35.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122025-01-17T07:54:35.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35132025-01-17T07:54:35.926Z
35142025-01-17T07:54:35.926Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35152025-01-17T07:54:36.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-01-17T07:54:36.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-01-17T07:54:36.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182025-01-17T07:54:36.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35192025-01-17T07:54:36.595Z
35202025-01-17T07:54:36.595Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35212025-01-17T07:54:37.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222025-01-17T07:54:37.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232025-01-17T07:54:37.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242025-01-17T07:54:37.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35252025-01-17T07:54:37.284Z
35262025-01-17T07:54:37.285Zinfo: running `cargo check --bins` on update-common (175/197)
35272025-01-17T07:54:37.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282025-01-17T07:54:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292025-01-17T07:54:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302025-01-17T07:54:37.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35312025-01-17T07:54:37.949Z
35322025-01-17T07:54:37.949Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35332025-01-17T07:54:38.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342025-01-17T07:54:38.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352025-01-17T07:54:38.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362025-01-17T07:54:38.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35372025-01-17T07:54:38.623Z
35382025-01-17T07:54:38.624Zinfo: running `cargo check --bins` on tufaceous (177/197)
35392025-01-17T07:54:39.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402025-01-17T07:54:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412025-01-17T07:54:39.312Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35422025-01-17T07:54:40.455Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35432025-01-17T07:54:41.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
35442025-01-17T07:54:41.461Z
35452025-01-17T07:54:41.461Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35462025-01-17T07:54:42.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472025-01-17T07:54:42.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482025-01-17T07:54:42.369Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35492025-01-17T07:54:42.372Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35502025-01-17T07:54:42.513Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35512025-01-17T07:54:42.517Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35522025-01-17T07:54:43.515Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35532025-01-17T07:55:11.605Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35542025-01-17T07:55:11.608Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35552025-01-17T07:55:11.608Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35562025-01-17T07:55:11.608Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35572025-01-17T07:55:11.608Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35582025-01-17T07:55:11.608Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35592025-01-17T07:55:12.503Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35602025-01-17T07:55:13.804Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35612025-01-17T07:55:55.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
35622025-01-17T07:55:56.046Z
35632025-01-17T07:55:56.046Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35642025-01-17T07:55:56.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-01-17T07:55:56.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-01-17T07:55:56.764Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35672025-01-17T07:55:56.767Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35682025-01-17T07:55:56.767Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35692025-01-17T07:55:56.898Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35702025-01-17T07:55:56.901Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35712025-01-17T07:55:56.929Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35722025-01-17T07:55:56.932Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35732025-01-17T07:55:56.947Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35742025-01-17T07:55:57.081Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35752025-01-17T07:55:57.129Z Checking heck v0.4.1
35762025-01-17T07:55:57.222Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35772025-01-17T07:55:57.356Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35782025-01-17T07:55:57.473Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35792025-01-17T07:55:57.783Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35802025-01-17T07:55:58.163Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35812025-01-17T07:55:58.346Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35822025-01-17T07:55:58.602Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35832025-01-17T07:55:59.516Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35842025-01-17T07:55:59.903Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35852025-01-17T07:56:00.517Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35862025-01-17T07:56:00.554Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35872025-01-17T07:56:02.346Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35882025-01-17T07:56:02.348Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35892025-01-17T07:56:04.045Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35902025-01-17T07:56:05.530Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35912025-01-17T07:56:10.863Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35922025-01-17T07:56:10.863Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35932025-01-17T07:56:12.080Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35942025-01-17T07:56:13.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
35952025-01-17T07:56:13.299Z
35962025-01-17T07:56:13.299Zinfo: running `cargo check --bins` on installinator-api (180/197)
35972025-01-17T07:56:13.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-17T07:56:13.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-17T07:56:13.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-17T07:56:13.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36012025-01-17T07:56:13.972Z
36022025-01-17T07:56:13.972Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36032025-01-17T07:56:14.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-17T07:56:14.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-17T07:56:14.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-01-17T07:56:14.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36072025-01-17T07:56:14.647Z
36082025-01-17T07:56:14.647Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36092025-01-17T07:56:15.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-01-17T07:56:15.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-01-17T07:56:15.345Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36122025-01-17T07:56:15.345Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36132025-01-17T07:56:15.347Z Compiling petname v2.0.2
36142025-01-17T07:56:15.347Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36152025-01-17T07:56:15.348Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36162025-01-17T07:56:15.348Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36172025-01-17T07:56:15.465Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36182025-01-17T07:56:15.499Z Checking sync-ptr v0.1.1
36192025-01-17T07:56:20.799Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36202025-01-17T07:56:21.420Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36212025-01-17T07:56:22.565Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36222025-01-17T07:56:24.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
36232025-01-17T07:56:24.340Z
36242025-01-17T07:56:24.340Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36252025-01-17T07:56:24.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262025-01-17T07:56:24.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272025-01-17T07:56:24.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282025-01-17T07:56:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36292025-01-17T07:56:25.014Z
36302025-01-17T07:56:25.014Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36312025-01-17T07:56:25.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322025-01-17T07:56:25.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332025-01-17T07:56:25.684Z Checking memmap2 v0.9.5
36342025-01-17T07:56:25.684Z Checking arrayref v0.3.9
36352025-01-17T07:56:25.687Z Checking constant_time_eq v0.3.1
36362025-01-17T07:56:25.687Z Checking arrayvec v0.7.6
36372025-01-17T07:56:25.687Z Checking topological-sort v0.2.2
36382025-01-17T07:56:25.687Z Checking shell-words v1.1.0
36392025-01-17T07:56:26.092Z Checking blake3 v1.5.4
36402025-01-17T07:56:26.439Z Checking omicron-zone-package v0.12.0
36412025-01-17T07:56:27.604Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36422025-01-17T07:56:28.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
36432025-01-17T07:56:28.716Z
36442025-01-17T07:56:28.716Zinfo: running `cargo check --bins` on xtask (185/197)
36452025-01-17T07:56:29.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462025-01-17T07:56:29.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472025-01-17T07:56:29.144Z Checking bitflags v2.6.0
36482025-01-17T07:56:29.146Z Checking serde v1.0.217
36492025-01-17T07:56:29.146Z Checking thiserror v1.0.69
36502025-01-17T07:56:29.147Z Checking scroll v0.12.0
36512025-01-17T07:56:29.240Z Checking log v0.4.22
36522025-01-17T07:56:29.248Z Checking hashbrown v0.15.1
36532025-01-17T07:56:29.259Z Checking zerocopy v0.7.35
36542025-01-17T07:56:29.282Z Checking syn v2.0.96
36552025-01-17T07:56:29.343Z Checking pest v2.7.14
36562025-01-17T07:56:29.459Z Checking rustix v0.38.37
36572025-01-17T07:56:29.508Z Checking once_cell v1.20.2
36582025-01-17T07:56:29.659Z Checking goblin v0.8.2
36592025-01-17T07:56:29.809Z Checking fs-err v2.11.0
36602025-01-17T07:56:30.134Z Checking anyhow v1.0.93
36612025-01-17T07:56:30.194Z Checking indexmap v2.7.0
36622025-01-17T07:56:30.452Z Checking tabled v0.15.0
36632025-01-17T07:56:31.269Z Checking terminal_size v0.4.0
36642025-01-17T07:56:31.271Z Checking tempfile v3.13.0
36652025-01-17T07:56:31.445Z Checking clap_builder v4.5.21
36662025-01-17T07:56:32.024Z Checking dtrace-parser v0.2.0
36672025-01-17T07:56:33.326Z Checking serde_json v1.0.135
36682025-01-17T07:56:33.326Z Checking toml_datetime v0.6.8
36692025-01-17T07:56:33.329Z Checking serde_spanned v0.6.8
36702025-01-17T07:56:33.329Z Checking camino v1.1.9
36712025-01-17T07:56:33.329Z Checking cargo-platform v0.1.8
36722025-01-17T07:56:33.329Z Checking semver v1.0.24
36732025-01-17T07:56:33.527Z Checking clap v4.5.21
36742025-01-17T07:56:33.557Z Checking macaddr v1.0.1
36752025-01-17T07:56:33.623Z Checking toml_edit v0.22.22
36762025-01-17T07:56:33.874Z Checking camino-tempfile v1.1.1
36772025-01-17T07:56:34.460Z Checking dof v0.3.0
36782025-01-17T07:56:34.461Z Checking cargo_metadata v0.18.1
36792025-01-17T07:56:34.861Z Checking usdt-impl v0.5.0
36802025-01-17T07:56:35.240Z Checking usdt v0.5.0
36812025-01-17T07:56:35.391Z Checking toml v0.8.19
36822025-01-17T07:56:35.835Z Checking cargo_toml v0.20.5
36832025-01-17T07:56:37.028Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36842025-01-17T07:56:37.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
36852025-01-17T07:56:37.789Z
36862025-01-17T07:56:37.789Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36872025-01-17T07:56:38.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882025-01-17T07:56:38.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892025-01-17T07:56:38.566Z Checking polyval v0.6.2
36902025-01-17T07:56:38.681Z Checking ctr v0.9.2
36912025-01-17T07:56:38.696Z Checking ssh-encoding v0.2.0
36922025-01-17T07:56:38.699Z Checking blowfish v0.9.1
36932025-01-17T07:56:38.722Z Checking password-hash v0.4.2
36942025-01-17T07:56:38.725Z Checking matches v0.1.10
36952025-01-17T07:56:38.755Z Checking p256 v0.13.2
36962025-01-17T07:56:38.758Z Checking p521 v0.13.3
36972025-01-17T07:56:38.833Z Checking idna v0.2.3
36982025-01-17T07:56:38.917Z Checking ghash v0.5.1
36992025-01-17T07:56:38.935Z Checking bcrypt-pbkdf v0.10.0
37002025-01-17T07:56:38.987Z Compiling enum-as-inner v0.5.1
37012025-01-17T07:56:39.014Z Checking russh-cryptovec v0.7.3
37022025-01-17T07:56:39.076Z Checking aes-gcm v0.10.3
37032025-01-17T07:56:39.129Z Checking pbkdf2 v0.11.0
37042025-01-17T07:56:39.184Z Checking md5 v0.7.0
37052025-01-17T07:56:39.219Z Checking num-bigint v0.4.6
37062025-01-17T07:56:39.256Z Checking des v0.8.1
37072025-01-17T07:56:39.320Z Checking ssh-cipher v0.2.0
37082025-01-17T07:56:39.419Z Checking hex-literal v0.4.1
37092025-01-17T07:56:39.457Z Compiling dhcproto-macros v0.1.0
37102025-01-17T07:56:39.535Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37112025-01-17T07:56:39.569Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37122025-01-17T07:56:39.605Z Checking ssh-key v0.6.6
37132025-01-17T07:56:39.735Z Checking internet-checksum v0.2.1
37142025-01-17T07:56:39.970Z Checking trust-dns-proto v0.22.0
37152025-01-17T07:56:40.841Z Checking russh-keys v0.45.0
37162025-01-17T07:56:41.730Z Checking russh v0.45.0
37172025-01-17T07:56:42.430Z Checking dhcproto v0.12.0
37182025-01-17T07:56:59.821Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37192025-01-17T07:57:01.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.43s
37202025-01-17T07:57:01.430Z
37212025-01-17T07:57:01.430Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37222025-01-17T07:57:02.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232025-01-17T07:57:02.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242025-01-17T07:57:02.100Z Checking termios v0.3.3
37252025-01-17T07:57:02.327Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37262025-01-17T07:57:03.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
37272025-01-17T07:57:03.327Z
37282025-01-17T07:57:03.327Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37292025-01-17T07:57:04.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302025-01-17T07:57:04.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312025-01-17T07:57:04.932Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37322025-01-17T07:57:04.932Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37332025-01-17T07:57:04.932Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37342025-01-17T07:57:04.932Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37352025-01-17T07:57:05.075Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37362025-01-17T07:57:06.353Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37372025-01-17T07:57:08.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
37382025-01-17T07:57:08.388Z
37392025-01-17T07:57:08.389Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37402025-01-17T07:57:08.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412025-01-17T07:57:08.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422025-01-17T07:57:09.058Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37432025-01-17T07:57:09.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37442025-01-17T07:57:09.725Z
37452025-01-17T07:57:09.725Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37462025-01-17T07:57:10.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-01-17T07:57:10.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-01-17T07:57:10.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492025-01-17T07:57:10.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37502025-01-17T07:57:10.382Z
37512025-01-17T07:57:10.382Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37522025-01-17T07:57:10.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-01-17T07:57:10.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-01-17T07:57:10.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552025-01-17T07:57:10.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37562025-01-17T07:57:11.049Z
37572025-01-17T07:57:11.049Zinfo: running `cargo check --bins` on omicron-package (192/197)
37582025-01-17T07:57:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592025-01-17T07:57:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602025-01-17T07:57:11.779Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37612025-01-17T07:57:13.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
37622025-01-17T07:57:13.373Z
37632025-01-17T07:57:13.373Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37642025-01-17T07:57:14.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652025-01-17T07:57:14.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662025-01-17T07:57:14.141Z Checking rtoolbox v0.0.2
37672025-01-17T07:57:14.144Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37682025-01-17T07:57:14.144Z Checking tui-tree-widget v0.22.0
37692025-01-17T07:57:14.383Z Checking rpassword v7.3.1
37702025-01-17T07:57:18.482Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37712025-01-17T07:57:21.476Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37722025-01-17T07:57:22.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
37732025-01-17T07:57:22.831Z
37742025-01-17T07:57:22.831Zinfo: running `cargo check --bins` on wicket (194/197)
37752025-01-17T07:57:23.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762025-01-17T07:57:23.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772025-01-17T07:57:23.541Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37782025-01-17T07:57:23.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37792025-01-17T07:57:24.155Z
37802025-01-17T07:57:24.156Zinfo: running `cargo check --bins` on wicketd (195/197)
37812025-01-17T07:57:24.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822025-01-17T07:57:24.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832025-01-17T07:57:24.887Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37842025-01-17T07:57:24.890Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37852025-01-17T07:57:25.739Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37862025-01-17T07:57:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
37872025-01-17T07:57:29.801Z
37882025-01-17T07:57:29.801Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37892025-01-17T07:57:30.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-01-17T07:57:30.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-01-17T07:57:30.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922025-01-17T07:57:30.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37932025-01-17T07:57:30.425Z
37942025-01-17T07:57:30.425Zinfo: running `cargo check --bins` on zone-setup (197/197)
37952025-01-17T07:57:31.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962025-01-17T07:57:31.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972025-01-17T07:57:31.179Z Checking uzers v0.12.1
37982025-01-17T07:57:31.526Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37992025-01-17T07:57:32.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
38002025-01-17T07:57:32.844Z
38012025-01-17T07:57:32.844Zreal 13:49.124224180
38022025-01-17T07:57:32.844Zuser 26:20.095442681
38032025-01-17T07:57:32.844Zsys 4:19.435917182
38042025-01-17T07:57:32.844Ztrap 0.551797411
38052025-01-17T07:57:32.844Ztflt 3.248470751
38062025-01-17T07:57:32.845Zdflt 2.189880084
38072025-01-17T07:57:32.845Zkflt 0.001077822
38082025-01-17T07:57:32.845Zlock 46:56.910020638
38092025-01-17T07:57:32.848Zslp 2:11:30.308056554
38102025-01-17T07:57:32.848Zlat 1:07.045183276
38112025-01-17T07:57:32.848Zstop 3:56.769492234
38122025-01-17T07:57:32.848Zprocess exited: duration 1180052 ms, exit code 0
 
38132025-01-17T07:57:32.854Zfound 0 output files