01JFK339MXC2E4VXATR1HN1FWW: 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: 01JFK34EZNVNXHM8PJTX40N0X1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:32:10.933Zjob assigned to worker 01JFK34X7MK2VYSHKJARKPNQ2M [factory aws, i-0215f1ef7bc54e628] (queued for 58 s)
 
22024-12-20T22:32:19.305Zstarting task 0: "setup"
32024-12-20T22:32:19.319Z++ uname -s
42024-12-20T22:32:19.319Z+ kern=SunOS
52024-12-20T22:32:19.319Z+ case "$kern" in
62024-12-20T22:32:19.319Z+ groupadd -g 12345 build
72024-12-20T22:32:19.319Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:32:21.271Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:32:21.397Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:32:21.399Z+ home_fs=zfs
112024-12-20T22:32:21.399Z+ [[ zfs == autofs ]]
122024-12-20T22:32:21.399Z+ mkdir -p /home/build
132024-12-20T22:32:21.403Z+ chown build:build /home/build /work
142024-12-20T22:32:23.402Z+ chmod 0700 /home/build /work
152024-12-20T22:32:23.405Zprocess exited: duration 4157 ms, exit code 0
 
162024-12-20T22:32:23.411Zstarting task 1: "rust-toolchain"
172024-12-20T22:32:23.416Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:32:23.416Z' 1.81.0
192024-12-20T22:32:23.416Z * toolchain channel = "1.81.0"
202024-12-20T22:32:23.418Z+ printf ' * toolchain profile = "%s"
212024-12-20T22:32:23.418Z * toolchain profile = "default"
222024-12-20T22:32:23.418Z' default
232024-12-20T22:32:23.419Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:32:23.419Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:32:23.538Zinfo: downloading installer
262024-12-20T22:32:24.702Zinfo: profile set to 'default'
272024-12-20T22:32:24.702Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:32:24.704Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:32:24.856Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:32:24.856Zinfo: downloading component 'cargo'
312024-12-20T22:32:25.707Zinfo: downloading component 'clippy'
322024-12-20T22:32:26.020Zinfo: downloading component 'rust-docs'
332024-12-20T22:32:27.195Zinfo: downloading component 'rust-std'
342024-12-20T22:32:29.044Zinfo: downloading component 'rustc'
352024-12-20T22:32:35.633Zinfo: downloading component 'rustfmt'
362024-12-20T22:32:35.879Zinfo: installing component 'cargo'
372024-12-20T22:32:36.673Zinfo: installing component 'clippy'
382024-12-20T22:32:37.032Zinfo: installing component 'rust-docs'
392024-12-20T22:32:38.635Zinfo: installing component 'rust-std'
402024-12-20T22:32:40.379Zinfo: installing component 'rustc'
412024-12-20T22:32:46.017Zinfo: installing component 'rustfmt'
422024-12-20T22:32:46.334Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:32:46.334Z
442024-12-20T22:32:46.700Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:32:46.700Z
462024-12-20T22:32:46.703Z
472024-12-20T22:32:46.703ZRust is installed now. Great!
482024-12-20T22:32:46.703Z
492024-12-20T22:32:46.703ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:32:46.703Zenvironment variable. This has not been done automatically.
512024-12-20T22:32:46.703Z
522024-12-20T22:32:46.703ZTo configure your current shell, you need to source
532024-12-20T22:32:46.703Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:32:46.703Z
552024-12-20T22:32:46.703ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:32:46.703Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:32:46.703Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:32:46.773Z+ rustc --version
592024-12-20T22:32:46.838Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:32:46.850Zprocess exited: duration 23428 ms, exit code 0
 
612024-12-20T22:32:46.855Zstarting task 2: "authentication"
622024-12-20T22:32:46.877Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T22:32:46.889Zstarting task 3: "clone repository"
642024-12-20T22:32:46.894Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:32:46.897Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:32:46.933ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:32:54.816Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:32:54.816Z+ git fetch origin 50917c7c01171c46ff066305594e819bed771774
692024-12-20T22:32:55.168ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:32:55.168Z * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD
712024-12-20T22:32:55.185Z+ [[ -n support-bundles-crdb ]]
722024-12-20T22:32:55.190Z++ git branch --show-current
732024-12-20T22:32:55.190Z+ current=main
742024-12-20T22:32:55.190Z+ [[ main != support-bundles-crdb ]]
752024-12-20T22:32:55.190Z+ git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774
762024-12-20T22:32:55.190Z+ git checkout -f support-bundles-crdb
772024-12-20T22:32:55.371ZSwitched to branch 'support-bundles-crdb'
782024-12-20T22:32:55.386Z+ git reset --hard 50917c7c01171c46ff066305594e819bed771774
792024-12-20T22:32:55.395ZHEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb
802024-12-20T22:32:55.395Zprocess exited: duration 8499 ms, exit code 0
 
812024-12-20T22:32:55.431Zstarting task 4: "build"
822024-12-20T22:32:55.447Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:32:55.447Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:32:55.447Z++ CARGO_TERM_COLOR=always
852024-12-20T22:32:55.448Z+ cargo --version
862024-12-20T22:32:55.486Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:32:55.499Z+ rustc --version
882024-12-20T22:32:55.554Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:32:55.562Z+ source ./env.sh
902024-12-20T22:32:55.562Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T22:32:55.562Z++ set -o xtrace
922024-12-20T22:32:55.562Z++++ dirname ./env.sh
932024-12-20T22:32:55.562Z+++ readlink -f .
942024-12-20T22:32:55.563Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T22:32:55.563Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-20T22:32:55.563Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T22:32:55.563Z++ 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
982024-12-20T22:32:55.563Z++ 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
992024-12-20T22:32:55.564Z++ 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
1002024-12-20T22:32:55.564Z++ 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
1012024-12-20T22:32:55.564Z++ 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
1022024-12-20T22:32:55.564Z++ 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
1032024-12-20T22:32:55.564Z++ case $OLD_SHELL_OPTS in
1042024-12-20T22:32:55.564Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T22:32:55.565Z+ 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
1062024-12-20T22:32:55.565Z+ 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
1072024-12-20T22:32:55.566Z+ banner prerequisites
1082024-12-20T22:32:55.566Z
1092024-12-20T22:32:55.566Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T22:32:55.566Z # # # # # # # # # # # # # # #
1112024-12-20T22:32:55.566Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T22:32:55.567Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T22:32:55.567Z # # # # # # # # # # # # # # #
1142024-12-20T22:32:55.567Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T22:32:55.567Z
1162024-12-20T22:32:55.567Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T22:33:06.622Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T22:33:10.505Z Startup: Caching catalogs ... Done
1192024-12-20T22:33:20.975ZPlanning: Solver setup ... Done (9.735s)
1202024-12-20T22:33:21.115ZPlanning: Running solver ... Done (0.133s)
1212024-12-20T22:33:21.259ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-20T22:33:34.020ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T22:33:36.988ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T22:33:36.989ZPlanning: Package planning ... Done (0.100s)
1252024-12-20T22:33:36.989ZPlanning: Merging actions ... Done (0.221s)
1262024-12-20T22:33:36.989ZPlanning: Checking for conflicting actions ... Done (0.190s)
1272024-12-20T22:33:38.270ZPlanning: Consolidating action changes ... Done (2.112s)
1282024-12-20T22:33:39.809ZPlanning: Evaluating mediators ... Done (0.446s)
1292024-12-20T22:33:39.811ZPlanning: Planning completed in 27.45 seconds
1302024-12-20T22:33:39.812Z Packages to install: 4
1312024-12-20T22:33:39.812Z Packages to update: 1
1322024-12-20T22:33:39.812Z Mediators to change: 2
1332024-12-20T22:33:39.812Z Services to change: 1
1342024-12-20T22:33:39.812Z Estimated space available: 155.63 GB
1352024-12-20T22:33:39.812ZEstimated space to be consumed: 1.62 GB
1362024-12-20T22:33:39.812Z Create boot environment: No
1372024-12-20T22:33:39.812ZCreate backup boot environment: Yes
1382024-12-20T22:33:39.812Z Rebuild boot archive: No
1392024-12-20T22:33:39.812Z
1402024-12-20T22:33:39.812ZChanged mediators:
1412024-12-20T22:33:39.812Z mediator clang:
1422024-12-20T22:33:39.812Z version: None -> 15 (system default)
1432024-12-20T22:33:39.813Z
1442024-12-20T22:33:39.813Z mediator llvm:
1452024-12-20T22:33:39.813Z version: 14 (system default) -> 15 (system default)
1462024-12-20T22:33:39.813Z
1472024-12-20T22:33:39.813ZChanged packages:
1482024-12-20T22:33:39.813Zhelios-dev
1492024-12-20T22:33:39.813Z developer/build-essential
1502024-12-20T22:33:39.813Z None -> 11-2.0
1512024-12-20T22:33:39.813Z library/libxmlsec1
1522024-12-20T22:33:39.813Z None -> 1.2.35-2.0
1532024-12-20T22:33:39.813Z ooce/developer/clang-15
1542024-12-20T22:33:39.813Z None -> 15.0.7-2.0
1552024-12-20T22:33:39.813Z ooce/developer/llvm-15
1562024-12-20T22:33:39.813Z None -> 15.0.7-2.0
1572024-12-20T22:33:39.814Z package/pkg
1582024-12-20T22:33:39.814Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T22:33:39.814Z
1602024-12-20T22:33:39.814ZServices:
1612024-12-20T22:33:39.814Z restart_fmri:
1622024-12-20T22:33:39.814Z svc:/system/update-man-index:default
1632024-12-20T22:33:39.814Z
1642024-12-20T22:33:39.814ZEditable files to change:
1652024-12-20T22:33:39.814Z Update:
1662024-12-20T22:33:39.814Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T22:33:39.815Z
1682024-12-20T22:33:39.815ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T22:33:43.483ZDownload: 204/4281 items 1.2/220.6MB 0% complete (212k/s)
1702024-12-20T22:33:48.514ZDownload: 301/4281 items 15.9/220.6MB 7% complete (1.7M/s)
1712024-12-20T22:33:53.463ZDownload: 521/4281 items 17.4/220.6MB 7% complete (1.6M/s)
1722024-12-20T22:33:58.441ZDownload: 690/4281 items 18.1/220.6MB 8% complete (780k/s)
1732024-12-20T22:34:03.412ZDownload: 825/4281 items 18.8/220.6MB 8% complete (175k/s)
1742024-12-20T22:34:08.203ZDownload: 1003/4281 items 19.3/220.6MB 8% complete (118k/s)
1752024-12-20T22:34:13.712ZDownload: 1185/4281 items 80.0/220.6MB 36% complete (6.1M/s)
1762024-12-20T22:34:22.504ZDownload: 1194/4281 items 82.6/220.6MB 37% complete (6.2M/s)
1772024-12-20T22:34:34.711ZDownload: 1195/4281 items 82.7/220.6MB 37% complete
1782024-12-20T22:34:39.717ZDownload: 1197/4281 items 83.3/220.6MB 37% complete (134k/s)
1792024-12-20T22:34:45.850ZDownload: 1200/4281 items 83.3/220.6MB 37% complete (129k/s)
1802024-12-20T22:34:50.915ZDownload: 1265/4281 items 112.2/220.6MB 50% complete (6.2M/s)
1812024-12-20T22:34:55.941ZDownload: 1394/4281 items 115.2/220.6MB 52% complete (3.4M/s)
1822024-12-20T22:35:01.218ZDownload: 1458/4281 items 115.5/220.6MB 52% complete (1.1M/s)
1832024-12-20T22:35:06.244ZDownload: 1516/4281 items 115.7/220.6MB 52% complete (287k/s)
1842024-12-20T22:35:11.501ZDownload: 1647/4281 items 116.9/220.6MB 53% complete (101k/s)
1852024-12-20T22:35:16.278ZDownload: 1774/4281 items 117.4/220.6MB 53% complete (164k/s)
1862024-12-20T22:35:21.282ZDownload: 1951/4281 items 117.7/220.6MB 53% complete (165k/s)
1872024-12-20T22:35:26.500ZDownload: 2106/4281 items 117.9/220.6MB 53% complete (69.6k/s)
1882024-12-20T22:35:32.251ZDownload: 2211/4281 items 118.2/220.6MB 53% complete (55.6k/s)
1892024-12-20T22:35:37.665ZDownload: 2214/4281 items 118.2/220.6MB 53% complete (53.8k/s)
1902024-12-20T22:35:50.358ZDownload: 2217/4281 items 118.2/220.6MB 53% complete
1912024-12-20T22:35:57.679ZDownload: 2218/4281 items 118.2/220.6MB 53% complete
1922024-12-20T22:36:02.686ZDownload: 2438/4281 items 120.2/220.6MB 54% complete (389k/s)
1932024-12-20T22:36:07.695ZDownload: 2901/4281 items 121.1/220.6MB 54% complete (299k/s)
1942024-12-20T22:36:12.703ZDownload: 3143/4281 items 179.1/220.6MB 81% complete (5.8M/s)
1952024-12-20T22:36:19.340ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1962024-12-20T22:36:28.082ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1972024-12-20T22:36:34.872ZDownload: 3286/4281 items 211.6/220.6MB 95% complete (3.5M/s)
1982024-12-20T22:36:41.283ZDownload: 3288/4281 items 212.3/220.6MB 96% complete (2.3M/s)
1992024-12-20T22:36:46.285ZDownload: 3879/4281 items 218.0/220.6MB 98% complete (1.1M/s)
2002024-12-20T22:37:09.197ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
2012024-12-20T22:37:09.301ZDownload: Completed 220.60 MB in 211.31 seconds (1.0M/s)
2022024-12-20T22:37:11.563Z Actions: 1/5063 actions (Removing old actions)
2032024-12-20T22:37:11.583Z Actions: 194/5063 actions (Installing new actions)
2042024-12-20T22:37:16.268Z Actions: 4226/5063 actions (Updating modified actions)
2052024-12-20T22:37:16.577Z Actions: Completed 5063 actions in 5.01 seconds.
2062024-12-20T22:37:16.990Z Done (0.406s)
2072024-12-20T22:37:16.993Z Done (0.000s)
2082024-12-20T22:37:17.567Z Done (0.575s)
2092024-12-20T22:37:21.928Z Done (4.133s)
2102024-12-20T22:37:22.015Z Done (0.017s)
2112024-12-20T22:37:22.018Z Done (0.000s)
2122024-12-20T22:37:22.187Z Done (0.000s)
2132024-12-20T22:37:22.880ZPlanning: Evaluating mediator changes ... Done
2142024-12-20T22:37:23.038ZPlanning: Checking for conflicting actions ... Done
2152024-12-20T22:37:23.041ZPlanning: Consolidating action changes ... Done
2162024-12-20T22:37:23.304ZPlanning: Evaluating mediators ... Done
2172024-12-20T22:37:23.307ZPlanning: Planning completed in 0.42 seconds
2182024-12-20T22:37:23.344Z Mediators to change: 2
2192024-12-20T22:37:23.347Z Create boot environment: No
2202024-12-20T22:37:23.347ZCreate backup boot environment: No
2212024-12-20T22:37:23.429Z Done
2222024-12-20T22:37:23.429Z Done
2232024-12-20T22:37:23.784Z Done
2242024-12-20T22:37:27.396Z Done
2252024-12-20T22:37:27.484Z Done
2262024-12-20T22:37:27.487Z Done
2272024-12-20T22:37:27.624Z Done
2282024-12-20T22:37:28.234ZPlanning: Evaluating mediator changes ... Done
2292024-12-20T22:37:28.236ZPlanning: Merging actions ... Done
2302024-12-20T22:37:28.421ZPlanning: Checking for conflicting actions ... Done
2312024-12-20T22:37:28.426ZPlanning: Consolidating action changes ... Done
2322024-12-20T22:37:28.686ZPlanning: Evaluating mediators ... Done
2332024-12-20T22:37:28.740ZPlanning: Planning completed in 0.75 seconds
2342024-12-20T22:37:28.780Z Packages to change: 1
2352024-12-20T22:37:28.780Z Mediators to change: 1
2362024-12-20T22:37:28.783Z Services to change: 1
2372024-12-20T22:37:28.783Z Create boot environment: No
2382024-12-20T22:37:28.783ZCreate backup boot environment: Yes
2392024-12-20T22:37:30.994Z Actions: 1/6 actions (Updating modified actions)
2402024-12-20T22:37:30.997Z Actions: Completed 6 actions in 0.00 seconds.
2412024-12-20T22:37:30.997Z Done
2422024-12-20T22:37:30.997Z Done
2432024-12-20T22:37:31.114Z Done
2442024-12-20T22:37:34.762Z Done
2452024-12-20T22:37:34.854Z Done
2462024-12-20T22:37:34.856Z Done
2472024-12-20T22:37:34.992Z Done
2482024-12-20T22:37:35.425ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2492024-12-20T22:37:35.425Zclang system 15 system
2502024-12-20T22:37:35.426Zcsh system system illumos
2512024-12-20T22:37:35.426Zctags system system illumos
2522024-12-20T22:37:35.426Zgcc vendor 12 vendor
2532024-12-20T22:37:35.426Zgcc system 10 system
2542024-12-20T22:37:35.426Zgcc system 7 system
2552024-12-20T22:37:35.426Zgo system 1.20 system
2562024-12-20T22:37:35.426Zgo system 1.19 system
2572024-12-20T22:37:35.426Zllvm system 15 system
2582024-12-20T22:37:35.426Zllvm system 14 system
2592024-12-20T22:37:35.426Zmariadb system 10.6 system
2602024-12-20T22:37:35.426Zmta vendor vendor dma
2612024-12-20T22:37:35.426Zopenjdk system 17 system
2622024-12-20T22:37:35.426Zopenjdk system 11 system
2632024-12-20T22:37:35.427Zopenjdk system 1.8 system
2642024-12-20T22:37:35.427Zopenssl vendor 3 vendor
2652024-12-20T22:37:35.427Zperl system 5.36 system
2662024-12-20T22:37:35.427Zpostgresql system 15 system
2672024-12-20T22:37:35.427Zpostgresql system 13 system
2682024-12-20T22:37:35.427Zpython vendor 3 vendor
2692024-12-20T22:37:35.427Zpython system 2 system
2702024-12-20T22:37:35.427Zpython3 system 3.11 system
2712024-12-20T22:37:35.427Zruby system 3.0 system
2722024-12-20T22:37:35.427Zwords vendor vendor american-english
2732024-12-20T22:37:35.427Zwords system system australian-english
2742024-12-20T22:37:35.427Zwords system system british-english
2752024-12-20T22:37:35.427Zwords system system canadian-english
2762024-12-20T22:37:35.427Zwords system system french
2772024-12-20T22:37:35.427Zwords system system italian
2782024-12-20T22:37:35.427Zwords system system ngerman
2792024-12-20T22:37:35.427Zwords system system ogerman
2802024-12-20T22:37:35.427Zwords system system spanish
2812024-12-20T22:37:35.758ZPUBLISHER TYPE STATUS P LOCATION
2822024-12-20T22:37:35.758Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2832024-12-20T22:37:38.489ZFMRI IFO
2842024-12-20T22:37:38.489Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2852024-12-20T22:37:38.489Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2862024-12-20T22:37:38.489Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2872024-12-20T22:37:38.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2882024-12-20T22:37:38.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2892024-12-20T22:37:38.489Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2902024-12-20T22:37:38.489Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2912024-12-20T22:37:38.489Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2922024-12-20T22:37:38.489Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2932024-12-20T22:37:38.489Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2942024-12-20T22:37:38.489Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2952024-12-20T22:37:38.489Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2962024-12-20T22:37:38.489Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2972024-12-20T22:37:38.489Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2982024-12-20T22:37:38.490Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2992024-12-20T22:37:39.256Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3002024-12-20T22:37:39.551Z Updating crates.io index
3012024-12-20T22:37:39.554Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3022024-12-20T22:37:40.097Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3032024-12-20T22:37:40.412Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3042024-12-20T22:37:40.643Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3052024-12-20T22:37:40.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
3062024-12-20T22:37:41.835Z Updating git repository `https://github.com/oxidecomputer/crucible`
3072024-12-20T22:37:43.387Z Updating git repository `https://github.com/oxidecomputer/opte`
3082024-12-20T22:37:44.033Z Updating git repository `https://github.com/oxidecomputer/falcon`
3092024-12-20T22:37:44.931Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102024-12-20T22:37:45.230Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112024-12-20T22:37:45.561Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3122024-12-20T22:37:46.179Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3132024-12-20T22:37:46.546Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3142024-12-20T22:37:46.875Z Updating git repository `https://github.com/oxidecomputer/tofino`
3152024-12-20T22:37:47.174Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162024-12-20T22:37:47.461Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172024-12-20T22:37:47.697Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182024-12-20T22:37:48.037Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3192024-12-20T22:37:48.372Z Updating git repository `https://github.com/oxidecomputer/ispf`
3202024-12-20T22:37:48.818Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3212024-12-20T22:37:49.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222024-12-20T22:37:49.595Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3232024-12-20T22:37:50.044Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3242024-12-20T22:37:50.445Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3252024-12-20T22:37:50.857Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3262024-12-20T22:37:51.178Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272024-12-20T22:37:51.483Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282024-12-20T22:37:51.793Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292024-12-20T22:37:53.216Z Downloading crates ...
3302024-12-20T22:37:53.286Z Downloaded pretty-hex v0.4.1
3312024-12-20T22:37:53.294Z Downloaded dtrace-parser v0.2.0
3322024-12-20T22:37:53.296Z Downloaded scroll_derive v0.12.0
3332024-12-20T22:37:53.301Z Downloaded equivalent v1.0.1
3342024-12-20T22:37:53.315Z Downloaded usdt-attr-macro v0.5.0
3352024-12-20T22:37:53.317Z Downloaded swrite v0.1.0
3362024-12-20T22:37:53.317Z Downloaded crypto-common v0.1.6
3372024-12-20T22:37:53.317Z Downloaded anyhow v1.0.93
3382024-12-20T22:37:53.320Z Downloaded usdt-macro v0.5.0
3392024-12-20T22:37:53.336Z Downloaded fnv v1.0.7
3402024-12-20T22:37:53.336Z Downloaded generic-array v0.14.7
3412024-12-20T22:37:53.336Z Downloaded macaddr v1.0.1
3422024-12-20T22:37:53.337Z Downloaded heck v0.5.0
3432024-12-20T22:37:53.337Z Downloaded fs-err v2.11.0
3442024-12-20T22:37:53.337Z Downloaded digest v0.10.7
3452024-12-20T22:37:53.337Z Downloaded cpufeatures v0.2.14
3462024-12-20T22:37:53.337Z Downloaded strsim v0.11.1
3472024-12-20T22:37:53.337Z Downloaded fastrand v2.1.1
3482024-12-20T22:37:53.337Z Downloaded itoa v1.0.11
3492024-12-20T22:37:53.337Z Downloaded errno v0.3.9
3502024-12-20T22:37:53.337Z Downloaded plain v0.2.3
3512024-12-20T22:37:53.337Z Downloaded dof v0.3.0
3522024-12-20T22:37:53.337Z Downloaded terminal_size v0.4.0
3532024-12-20T22:37:53.344Z Downloaded is_terminal_polyfill v1.70.1
3542024-12-20T22:37:53.344Z Downloaded thiserror v1.0.69
3552024-12-20T22:37:53.347Z Downloaded heck v0.4.1
3562024-12-20T22:37:53.347Z Downloaded usdt-impl v0.5.0
3572024-12-20T22:37:53.347Z Downloaded tabled_derive v0.7.0
3582024-12-20T22:37:53.347Z Downloaded anstyle-query v1.1.1
3592024-12-20T22:37:53.350Z Downloaded proc-macro-error-attr v1.0.4
3602024-12-20T22:37:53.350Z Downloaded memmap v0.7.0
3612024-12-20T22:37:53.353Z Downloaded thiserror-impl v1.0.69
3622024-12-20T22:37:53.353Z Downloaded toml_datetime v0.6.8
3632024-12-20T22:37:53.353Z Downloaded clap_lex v0.7.2
3642024-12-20T22:37:53.356Z Downloaded colorchoice v1.0.2
3652024-12-20T22:37:53.356Z Downloaded anstyle v1.0.10
3662024-12-20T22:37:53.358Z Downloaded autocfg v1.4.0
3672024-12-20T22:37:53.359Z Downloaded block-buffer v0.10.4
3682024-12-20T22:37:53.362Z Downloaded cargo-platform v0.1.8
3692024-12-20T22:37:53.362Z Downloaded byteorder v1.5.0
3702024-12-20T22:37:53.362Z Downloaded usdt v0.5.0
3712024-12-20T22:37:53.364Z Downloaded unicode-linebreak v0.1.5
3722024-12-20T22:37:53.364Z Downloaded clap v4.5.21
3732024-12-20T22:37:53.371Z Downloaded thread-id v4.2.2
3742024-12-20T22:37:53.373Z Downloaded smawk v0.3.2
3752024-12-20T22:37:53.376Z Downloaded utf8parse v0.2.2
3762024-12-20T22:37:53.376Z Downloaded clap_derive v4.5.18
3772024-12-20T22:37:53.378Z Downloaded cfg-if v1.0.0
3782024-12-20T22:37:53.378Z Downloaded cargo_toml v0.20.5
3792024-12-20T22:37:53.381Z Downloaded cargo_metadata v0.18.1
3802024-12-20T22:37:53.381Z Downloaded pest_derive v2.7.14
3812024-12-20T22:37:53.384Z Downloaded quote v1.0.37
3822024-12-20T22:37:53.386Z Downloaded bytecount v0.6.8
3832024-12-20T22:37:53.389Z Downloaded once_cell v1.20.2
3842024-12-20T22:37:53.389Z Downloaded version_check v0.9.5
3852024-12-20T22:37:53.392Z Downloaded proc-macro-error v1.0.4
3862024-12-20T22:37:53.394Z Downloaded serde_tokenstream v0.2.2
3872024-12-20T22:37:53.394Z Downloaded zerocopy-derive v0.7.35
3882024-12-20T22:37:53.398Z Downloaded semver v1.0.23
3892024-12-20T22:37:53.401Z Downloaded pest_generator v2.7.14
3902024-12-20T22:37:53.404Z Downloaded sha2 v0.10.8
3912024-12-20T22:37:53.404Z Downloaded scroll v0.12.0
3922024-12-20T22:37:53.406Z Downloaded bitflags v2.6.0
3932024-12-20T22:37:53.409Z Downloaded pest_meta v2.7.14
3942024-12-20T22:37:53.412Z Downloaded unicode-ident v1.0.13
3952024-12-20T22:37:53.415Z Downloaded tempfile v3.13.0
3962024-12-20T22:37:53.415Z Downloaded camino v1.1.9
3972024-12-20T22:37:53.418Z Downloaded ucd-trie v0.1.7
3982024-12-20T22:37:53.420Z Downloaded ryu v1.0.18
3992024-12-20T22:37:53.425Z Downloaded proc-macro2 v1.0.89
4002024-12-20T22:37:53.430Z Downloaded textwrap v0.16.1
4012024-12-20T22:37:53.430Z Downloaded papergrid v0.11.0
4022024-12-20T22:37:53.441Z Downloaded log v0.4.22
4032024-12-20T22:37:53.441Z Downloaded serde_derive v1.0.215
4042024-12-20T22:37:53.446Z Downloaded camino-tempfile v1.1.1
4052024-12-20T22:37:53.446Z Downloaded anstream v0.6.15
4062024-12-20T22:37:53.446Z Downloaded typenum v1.17.0
4072024-12-20T22:37:53.446Z Downloaded toml v0.8.19
4082024-12-20T22:37:53.446Z Downloaded anstyle-parse v0.2.5
4092024-12-20T22:37:53.450Z Downloaded indexmap v2.6.0
4102024-12-20T22:37:53.455Z Downloaded serde v1.0.215
4112024-12-20T22:37:53.456Z Downloaded serde_spanned v0.6.8
4122024-12-20T22:37:53.460Z Downloaded memchr v2.7.4
4132024-12-20T22:37:53.477Z Downloaded toml_edit v0.22.22
4142024-12-20T22:37:53.509Z Downloaded hashbrown v0.15.1
4152024-12-20T22:37:53.517Z Downloaded serde_json v1.0.132
4162024-12-20T22:37:53.525Z Downloaded zerocopy v0.7.35
4172024-12-20T22:37:53.539Z Downloaded clap_builder v4.5.21
4182024-12-20T22:37:53.548Z Downloaded goblin v0.8.2
4192024-12-20T22:37:53.551Z Downloaded winnow v0.6.20
4202024-12-20T22:37:53.561Z Downloaded tabled v0.15.0
4212024-12-20T22:37:53.573Z Downloaded pest v2.7.14
4222024-12-20T22:37:53.578Z Downloaded syn v1.0.109
4232024-12-20T22:37:53.587Z Downloaded syn v2.0.87
4242024-12-20T22:37:53.604Z Downloaded unicode-width v0.1.14
4252024-12-20T22:37:53.612Z Downloaded rustix v0.38.37
4262024-12-20T22:37:53.642Z Downloaded libc v0.2.162
4272024-12-20T22:37:53.952Z Compiling proc-macro2 v1.0.89
4282024-12-20T22:37:53.952Z Compiling unicode-ident v1.0.13
4292024-12-20T22:37:53.952Z Compiling version_check v0.9.5
4302024-12-20T22:37:53.955Z Compiling serde v1.0.215
4312024-12-20T22:37:53.956Z Compiling thiserror v1.0.69
4322024-12-20T22:37:53.956Z Compiling memchr v2.7.4
4332024-12-20T22:37:53.956Z Compiling libc v0.2.162
4342024-12-20T22:37:53.996Z Compiling ucd-trie v0.1.7
4352024-12-20T22:37:54.256Z Compiling itoa v1.0.11
4362024-12-20T22:37:54.493Z Compiling ryu v1.0.18
4372024-12-20T22:37:54.706Z Compiling once_cell v1.20.2
4382024-12-20T22:37:54.786Z Compiling byteorder v1.5.0
4392024-12-20T22:37:55.004Z Compiling serde_json v1.0.132
4402024-12-20T22:37:55.149Z Compiling rustix v0.38.37
4412024-12-20T22:37:55.283Z Compiling bitflags v2.6.0
4422024-12-20T22:37:55.413Z Compiling proc-macro-error-attr v1.0.4
4432024-12-20T22:37:55.714Z Compiling usdt-impl v0.5.0
4442024-12-20T22:37:55.762Z Compiling syn v1.0.109
4452024-12-20T22:37:55.812Z Compiling proc-macro-error v1.0.4
4462024-12-20T22:37:55.884Z Compiling quote v1.0.37
4472024-12-20T22:37:56.091Z Compiling utf8parse v0.2.2
4482024-12-20T22:37:56.123Z Compiling hashbrown v0.15.1
4492024-12-20T22:37:56.159Z Compiling camino v1.1.9
4502024-12-20T22:37:56.256Z Compiling syn v2.0.87
4512024-12-20T22:37:56.384Z Compiling errno v0.3.9
4522024-12-20T22:37:56.558Z Compiling thread-id v4.2.2
4532024-12-20T22:37:56.635Z Compiling equivalent v1.0.1
4542024-12-20T22:37:56.681Z Compiling plain v0.2.3
4552024-12-20T22:37:56.707Z Compiling log v0.4.22
4562024-12-20T22:37:56.839Z Compiling anstyle-parse v0.2.5
4572024-12-20T22:37:57.107Z Compiling anstyle v1.0.10
4582024-12-20T22:37:57.169Z Compiling colorchoice v1.0.2
4592024-12-20T22:37:57.345Z Compiling indexmap v2.6.0
4602024-12-20T22:37:57.372Z Compiling autocfg v1.4.0
4612024-12-20T22:37:57.373Z Compiling is_terminal_polyfill v1.70.1
4622024-12-20T22:37:57.524Z Compiling semver v1.0.23
4632024-12-20T22:37:57.588Z Compiling unicode-width v0.1.14
4642024-12-20T22:37:57.614Z Compiling winnow v0.6.20
4652024-12-20T22:37:58.066Z Compiling pretty-hex v0.4.1
4662024-12-20T22:37:58.144Z Compiling anstyle-query v1.1.1
4672024-12-20T22:37:58.278Z Compiling anstream v0.6.15
4682024-12-20T22:37:58.605Z Compiling fs-err v2.11.0
4692024-12-20T22:37:58.661Z Compiling terminal_size v0.4.0
4702024-12-20T22:37:58.701Z Compiling heck v0.5.0
4712024-12-20T22:37:58.889Z Compiling heck v0.4.1
4722024-12-20T22:37:59.060Z Compiling cfg-if v1.0.0
4732024-12-20T22:37:59.169Z Compiling clap_lex v0.7.2
4742024-12-20T22:37:59.204Z Compiling strsim v0.11.1
4752024-12-20T22:37:59.357Z Compiling bytecount v0.6.8
4762024-12-20T22:37:59.407Z Compiling fnv v1.0.7
4772024-12-20T22:37:59.459Z Compiling fastrand v2.1.1
4782024-12-20T22:37:59.552Z Compiling anyhow v1.0.93
4792024-12-20T22:37:59.704Z Compiling papergrid v0.11.0
4802024-12-20T22:38:00.093Z Compiling tempfile v3.13.0
4812024-12-20T22:38:00.135Z Compiling clap_builder v4.5.21
4822024-12-20T22:38:00.518Z Compiling memmap v0.7.0
4832024-12-20T22:38:00.597Z Compiling smawk v0.3.2
4842024-12-20T22:38:00.828Z Compiling unicode-linebreak v0.1.5
4852024-12-20T22:38:01.344Z Compiling textwrap v0.16.1
4862024-12-20T22:38:01.456Z Compiling swrite v0.1.0
4872024-12-20T22:38:02.511Z Compiling tabled_derive v0.7.0
4882024-12-20T22:38:04.059Z Compiling tabled v0.15.0
4892024-12-20T22:38:05.291Z Compiling serde_derive v1.0.215
4902024-12-20T22:38:05.293Z Compiling thiserror-impl v1.0.69
4912024-12-20T22:38:05.293Z Compiling zerocopy-derive v0.7.35
4922024-12-20T22:38:05.293Z Compiling scroll_derive v0.12.0
4932024-12-20T22:38:05.477Z Compiling clap_derive v4.5.18
4942024-12-20T22:38:06.828Z Compiling scroll v0.12.0
4952024-12-20T22:38:07.284Z Compiling zerocopy v0.7.35
4962024-12-20T22:38:07.331Z Compiling goblin v0.8.2
4972024-12-20T22:38:08.106Z Compiling pest v2.7.14
4982024-12-20T22:38:09.264Z Compiling clap v4.5.21
4992024-12-20T22:38:10.339Z Compiling pest_meta v2.7.14
5002024-12-20T22:38:11.194Z Compiling pest_generator v2.7.14
5012024-12-20T22:38:13.145Z Compiling pest_derive v2.7.14
5022024-12-20T22:38:13.813Z Compiling dtrace-parser v0.2.0
5032024-12-20T22:38:15.680Z Compiling toml_datetime v0.6.8
5042024-12-20T22:38:15.680Z Compiling serde_spanned v0.6.8
5052024-12-20T22:38:15.683Z Compiling cargo-platform v0.1.8
5062024-12-20T22:38:16.064Z Compiling serde_tokenstream v0.2.2
5072024-12-20T22:38:16.095Z Compiling toml_edit v0.22.22
5082024-12-20T22:38:16.240Z Compiling macaddr v1.0.1
5092024-12-20T22:38:16.331Z Compiling camino-tempfile v1.1.1
5102024-12-20T22:38:17.190Z Compiling dof v0.3.0
5112024-12-20T22:38:17.190Z Compiling cargo_metadata v0.18.1
5122024-12-20T22:38:18.729Z Compiling toml v0.8.19
5132024-12-20T22:38:19.452Z Compiling usdt-attr-macro v0.5.0
5142024-12-20T22:38:19.510Z Compiling usdt-macro v0.5.0
5152024-12-20T22:38:19.615Z Compiling cargo_toml v0.20.5
5162024-12-20T22:38:20.853Z Compiling usdt v0.5.0
5172024-12-20T22:38:23.254Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5182024-12-20T22:38:27.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.41s
5192024-12-20T22:38:27.699Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5202024-12-20T22:38:28.230Z Downloading crates ...
5212024-12-20T22:38:28.349Z Downloaded arrayref v0.3.9
5222024-12-20T22:38:28.352Z Downloaded array-init v0.0.4
5232024-12-20T22:38:28.357Z Downloaded atomicwrites v0.4.4
5242024-12-20T22:38:28.368Z Downloaded cfg_aliases v0.2.1
5252024-12-20T22:38:28.370Z Downloaded ciborium-io v0.2.2
5262024-12-20T22:38:28.372Z Downloaded cfg_aliases v0.1.1
5272024-12-20T22:38:28.375Z Downloaded cstr-argument v0.1.2
5282024-12-20T22:38:28.384Z Downloaded atty v0.2.14
5292024-12-20T22:38:28.386Z Downloaded crunchy v0.2.2
5302024-12-20T22:38:28.389Z Downloaded async-stream-impl v0.3.6
5312024-12-20T22:38:28.394Z Downloaded crucible-workspace-hack v0.1.0
5322024-12-20T22:38:28.396Z Downloaded aead v0.5.2
5332024-12-20T22:38:28.396Z Downloaded adler2 v2.0.0
5342024-12-20T22:38:28.399Z Downloaded atomic-waker v1.1.2
5352024-12-20T22:38:28.402Z Downloaded http-range v0.1.5
5362024-12-20T22:38:28.405Z Downloaded bit-vec v0.6.3
5372024-12-20T22:38:28.405Z Downloaded http-body v1.0.1
5382024-12-20T22:38:28.405Z Downloaded cmake v0.1.51
5392024-12-20T22:38:28.408Z Downloaded bit-set v0.5.3
5402024-12-20T22:38:28.410Z Downloaded async-stream v0.3.6
5412024-12-20T22:38:28.413Z Downloaded convert_case v0.4.0
5422024-12-20T22:38:28.413Z Downloaded hubpack_derive v0.1.1
5432024-12-20T22:38:28.413Z Downloaded ciborium-ll v0.2.2
5442024-12-20T22:38:28.415Z Downloaded chrono-tz-build v0.4.0
5452024-12-20T22:38:28.417Z Downloaded buf-list v1.0.3
5462024-12-20T22:38:28.420Z Downloaded crc v3.2.1
5472024-12-20T22:38:28.423Z Downloaded async-recursion v1.1.1
5482024-12-20T22:38:28.426Z Downloaded matches v0.1.10
5492024-12-20T22:38:28.428Z Downloaded ident_case v1.0.1
5502024-12-20T22:38:28.428Z Downloaded icu_provider_macros v1.5.0
5512024-12-20T22:38:28.431Z Downloaded crossbeam-deque v0.8.5
5522024-12-20T22:38:28.431Z Downloaded ctr v0.9.2
5532024-12-20T22:38:28.434Z Downloaded curve25519-dalek-derive v0.1.1
5542024-12-20T22:38:28.438Z Downloaded colored v2.1.0
5552024-12-20T22:38:28.440Z Downloaded match_cfg v0.1.0
5562024-12-20T22:38:28.440Z Downloaded is_ci v1.2.0
5572024-12-20T22:38:28.444Z Downloaded mirai-annotations v1.12.0
5582024-12-20T22:38:28.444Z Downloaded headers-core v0.3.0
5592024-12-20T22:38:28.444Z Downloaded castaway v0.2.3
5602024-12-20T22:38:28.448Z Downloaded instant v0.1.13
5612024-12-20T22:38:28.448Z Downloaded crc-catalog v2.4.0
5622024-12-20T22:38:28.450Z Downloaded md5 v0.7.0
5632024-12-20T22:38:28.450Z Downloaded block-padding v0.3.3
5642024-12-20T22:38:28.452Z Downloaded blowfish v0.9.1
5652024-12-20T22:38:28.452Z Downloaded cassowary v0.3.0
5662024-12-20T22:38:28.455Z Downloaded mime v0.3.17
5672024-12-20T22:38:28.457Z Downloaded argon2 v0.5.3
5682024-12-20T22:38:28.459Z Downloaded hostname v0.4.0
5692024-12-20T22:38:28.462Z Downloaded http-body-util v0.1.2
5702024-12-20T22:38:28.464Z Downloaded base16ct v0.2.0
5712024-12-20T22:38:28.464Z Downloaded httpdate v1.0.3
5722024-12-20T22:38:28.466Z Downloaded hyper-tls v0.6.0
5732024-12-20T22:38:28.470Z Downloaded arrayvec v0.7.6
5742024-12-20T22:38:28.472Z Downloaded lockfree-object-pool v0.1.6
5752024-12-20T22:38:28.475Z Downloaded bcs v0.1.6
5762024-12-20T22:38:28.477Z Downloaded lazycell v1.3.0
5772024-12-20T22:38:28.477Z Downloaded humantime v2.1.0
5782024-12-20T22:38:28.481Z Downloaded async-bb8-diesel v0.2.1
5792024-12-20T22:38:28.484Z Downloaded ipnetwork v0.20.0
5802024-12-20T22:38:28.484Z Downloaded is-terminal v0.4.13
5812024-12-20T22:38:28.486Z Downloaded chacha20 v0.9.1
5822024-12-20T22:38:28.489Z Downloaded maybe-uninit v2.0.0
5832024-12-20T22:38:28.489Z Downloaded managed v0.8.0
5842024-12-20T22:38:28.491Z Downloaded maplit v1.0.2
5852024-12-20T22:38:28.494Z Downloaded libsw v3.3.1
5862024-12-20T22:38:28.497Z Downloaded bitfield-struct v0.6.2
5872024-12-20T22:38:28.497Z Downloaded lru v0.12.5
5882024-12-20T22:38:28.500Z Downloaded kstat-rs v0.2.4
5892024-12-20T22:38:28.500Z Downloaded keccak v0.1.5
5902024-12-20T22:38:28.502Z Downloaded linear-map v1.2.0
5912024-12-20T22:38:28.504Z Downloaded bzip2 v0.4.4
5922024-12-20T22:38:28.507Z Downloaded indent_write v2.2.0
5932024-12-20T22:38:28.509Z Downloaded libefi-sys v0.1.0
5942024-12-20T22:38:28.509Z Downloaded cookie_store v0.21.0
5952024-12-20T22:38:28.511Z Downloaded lazy_static v1.5.0
5962024-12-20T22:38:28.514Z Downloaded lalrpop-util v0.19.12
5972024-12-20T22:38:28.515Z Downloaded internet-checksum v0.2.1
5982024-12-20T22:38:28.517Z Downloaded console v0.15.8
5992024-12-20T22:38:28.519Z Downloaded time-core v0.1.2
6002024-12-20T22:38:28.521Z Downloaded nanorand v0.7.0
6012024-12-20T22:38:28.523Z Downloaded want v0.3.1
6022024-12-20T22:38:28.528Z Downloaded rfc6979 v0.4.0
6032024-12-20T22:38:28.528Z Downloaded ref-cast-impl v1.0.23
6042024-12-20T22:38:28.531Z Downloaded rand_chacha v0.3.1
6052024-12-20T22:38:28.531Z Downloaded rand_core v0.6.4
6062024-12-20T22:38:28.534Z Downloaded strum v0.26.3
6072024-12-20T22:38:28.534Z Downloaded untrusted v0.7.1
6082024-12-20T22:38:28.534Z Downloaded crc32fast v1.4.2
6092024-12-20T22:38:28.537Z Downloaded rustversion v1.0.17
6102024-12-20T22:38:28.539Z Downloaded darling_macro v0.20.10
6112024-12-20T22:38:28.542Z Downloaded const-oid v0.9.6
6122024-12-20T22:38:28.545Z Downloaded multimap v0.10.0
6132024-12-20T22:38:28.545Z Downloaded csv-core v0.1.11
6142024-12-20T22:38:28.549Z Downloaded crossbeam-epoch v0.9.18
6152024-12-20T22:38:28.551Z Downloaded home v0.5.9
6162024-12-20T22:38:28.551Z Downloaded cookie v0.18.1
6172024-12-20T22:38:28.554Z Downloaded iana-time-zone v0.1.61
6182024-12-20T22:38:28.557Z Downloaded serde_path_to_error v0.1.16
6192024-12-20T22:38:28.563Z Downloaded sigpipe v0.1.3
6202024-12-20T22:38:28.563Z Downloaded icu_locid_transform v1.5.0
6212024-12-20T22:38:28.567Z Downloaded simd-adler32 v0.3.7
6222024-12-20T22:38:28.567Z Downloaded allocator-api2 v0.2.18
6232024-12-20T22:38:28.569Z Downloaded structmeta-derive v0.2.0
6242024-12-20T22:38:28.572Z Downloaded structmeta v0.3.0
6252024-12-20T22:38:28.576Z Downloaded structmeta v0.2.0
6262024-12-20T22:38:28.576Z Downloaded stable_deref_trait v1.2.0
6272024-12-20T22:38:28.578Z Downloaded memmap2 v0.9.5
6282024-12-20T22:38:28.579Z Downloaded phf_shared v0.10.0
6292024-12-20T22:38:28.579Z Downloaded path-slash v0.1.5
6302024-12-20T22:38:28.581Z Downloaded tiny-keccak v2.0.2
6312024-12-20T22:38:28.584Z Downloaded jobserver v0.1.32
6322024-12-20T22:38:28.587Z Downloaded universal-hash v0.5.1
6332024-12-20T22:38:28.590Z Downloaded zeroize v1.8.1
6342024-12-20T22:38:28.590Z Downloaded unicode-xid v0.2.6
6352024-12-20T22:38:28.593Z Downloaded native-tls v0.2.12
6362024-12-20T22:38:28.595Z Downloaded litemap v0.7.3
6372024-12-20T22:38:28.598Z Downloaded crossbeam-utils v0.8.20
6382024-12-20T22:38:28.602Z Downloaded arc-swap v1.7.1
6392024-12-20T22:38:28.605Z Downloaded foreign-types v0.3.2
6402024-12-20T22:38:28.607Z Downloaded new_debug_unreachable v1.0.6
6412024-12-20T22:38:28.612Z Downloaded structmeta-derive v0.3.0
6422024-12-20T22:38:28.612Z Downloaded oso-derive v0.27.3
6432024-12-20T22:38:28.612Z Downloaded crc-any v2.5.0
6442024-12-20T22:38:28.617Z Downloaded bytes v1.8.0
6452024-12-20T22:38:28.620Z Downloaded base64 v0.13.1
6462024-12-20T22:38:28.623Z Downloaded darling v0.20.10
6472024-12-20T22:38:28.626Z Downloaded russh-cryptovec v0.7.3
6482024-12-20T22:38:28.631Z Downloaded aes-gcm v0.10.3
6492024-12-20T22:38:28.634Z Downloaded enum-as-inner v0.6.1
6502024-12-20T22:38:28.634Z Downloaded sqlparser_derive v0.2.2
6512024-12-20T22:38:28.637Z Downloaded multer v3.1.0
6522024-12-20T22:38:28.641Z Downloaded hmac v0.12.1
6532024-12-20T22:38:28.644Z Downloaded httparse v1.9.5
6542024-12-20T22:38:28.644Z Downloaded num v0.4.3
6552024-12-20T22:38:28.648Z Downloaded glob v0.3.1
6562024-12-20T22:38:28.651Z Downloaded phf_generator v0.11.2
6572024-12-20T22:38:28.651Z Downloaded pbkdf2 v0.11.0
6582024-12-20T22:38:28.653Z Downloaded yoke v0.7.4
6592024-12-20T22:38:28.656Z Downloaded parse-display-derive v0.10.0
6602024-12-20T22:38:28.656Z Downloaded rustc-demangle v0.1.24
6612024-12-20T22:38:28.659Z Downloaded const_format v0.2.33
6622024-12-20T22:38:28.663Z Downloaded crypto-bigint v0.5.5
6632024-12-20T22:38:28.671Z Downloaded ed25519 v2.2.3
6642024-12-20T22:38:28.674Z Downloaded similar v2.6.0
6652024-12-20T22:38:28.680Z Downloaded foreign-types v0.5.0
6662024-12-20T22:38:28.683Z Downloaded rand_xorshift v0.3.0
6672024-12-20T22:38:28.685Z Downloaded rand_seeder v0.3.0
6682024-12-20T22:38:28.685Z Downloaded group v0.13.0
6692024-12-20T22:38:28.689Z Downloaded sync_wrapper v1.0.1
6702024-12-20T22:38:28.689Z Downloaded signal-hook-tokio v0.3.1
6712024-12-20T22:38:28.696Z Downloaded thiserror-impl-no-std v2.0.2
6722024-12-20T22:38:28.696Z Downloaded zerofrom v0.1.4
6732024-12-20T22:38:28.696Z Downloaded ssh-cipher v0.2.0
6742024-12-20T22:38:28.696Z Downloaded signal-hook-registry v1.4.2
6752024-12-20T22:38:28.700Z Downloaded newline-converter v0.3.0
6762024-12-20T22:38:28.700Z Downloaded serde_with_macros v3.11.0
6772024-12-20T22:38:28.702Z Downloaded sha1 v0.10.6
6782024-12-20T22:38:28.710Z Downloaded utf-8 v0.7.6
6792024-12-20T22:38:28.710Z Downloaded unicode-truncate v1.1.0
6802024-12-20T22:38:28.712Z Downloaded typify-macro v0.2.0
6812024-12-20T22:38:28.712Z Downloaded proc-macro-crate v1.3.1
6822024-12-20T22:38:28.712Z Downloaded powerfmt v0.2.0
6832024-12-20T22:38:28.712Z Downloaded pkg-config v0.3.31
6842024-12-20T22:38:28.717Z Downloaded same-file v1.0.6
6852024-12-20T22:38:28.718Z Downloaded displaydoc v0.2.5
6862024-12-20T22:38:28.722Z Downloaded crossbeam-channel v0.5.13
6872024-12-20T22:38:28.725Z Downloaded indicatif v0.17.9
6882024-12-20T22:38:28.729Z Downloaded untrusted v0.9.0
6892024-12-20T22:38:28.732Z Downloaded indexmap v1.9.3
6902024-12-20T22:38:28.736Z Downloaded defmt-parser v0.3.4
6912024-12-20T22:38:28.740Z Downloaded icu_locid_transform_data v1.5.0
6922024-12-20T22:38:28.743Z Downloaded icu_properties v1.5.1
6932024-12-20T22:38:28.743Z Downloaded serde-big-array v0.5.1
6942024-12-20T22:38:28.746Z Downloaded parse-size v1.1.0
6952024-12-20T22:38:28.747Z Downloaded filetime v0.2.25
6962024-12-20T22:38:28.749Z Downloaded semver v0.1.20
6972024-12-20T22:38:28.752Z Downloaded precomputed-hash v0.1.1
6982024-12-20T22:38:28.752Z Downloaded vte_generate_state_changes v0.1.2
6992024-12-20T22:38:28.760Z Downloaded try-lock v0.2.5
7002024-12-20T22:38:28.760Z Downloaded termtree v0.4.1
7012024-12-20T22:38:28.760Z Downloaded strum_macros v0.25.3
7022024-12-20T22:38:28.767Z Downloaded ghash v0.5.1
7032024-12-20T22:38:28.767Z Downloaded hex-literal v0.4.1
7042024-12-20T22:38:28.767Z Downloaded globset v0.4.15
7052024-12-20T22:38:28.775Z Downloaded futures-core v0.3.31
7062024-12-20T22:38:28.780Z Downloaded backtrace v0.3.74
7072024-12-20T22:38:28.786Z Downloaded pkcs8 v0.10.2
7082024-12-20T22:38:28.789Z Downloaded pin-utils v0.1.0
7092024-12-20T22:38:28.790Z Downloaded derive-where v1.2.7
7102024-12-20T22:38:28.793Z Downloaded polyval v0.6.2
7112024-12-20T22:38:28.793Z Downloaded diff v0.1.13
7122024-12-20T22:38:28.797Z Downloaded rtoolbox v0.0.2
7132024-12-20T22:38:28.802Z Downloaded ppv-lite86 v0.2.20
7142024-12-20T22:38:28.802Z Downloaded dhcproto v0.12.0
7152024-12-20T22:38:28.805Z Downloaded hkdf v0.12.4
7162024-12-20T22:38:28.809Z Downloaded openssl-probe v0.1.5
7172024-12-20T22:38:28.814Z Downloaded serde-hex v0.1.0
7182024-12-20T22:38:28.814Z Downloaded secrecy v0.8.0
7192024-12-20T22:38:28.814Z Downloaded tokio-rustls v0.25.0
7202024-12-20T22:38:28.819Z Downloaded derive_builder_macro v0.20.2
7212024-12-20T22:38:28.819Z Downloaded futures-channel v0.3.31
7222024-12-20T22:38:28.824Z Downloaded num-conv v0.1.0
7232024-12-20T22:38:28.824Z Downloaded newtype_derive v0.1.6
7242024-12-20T22:38:28.824Z Downloaded hickory-client v0.24.1
7252024-12-20T22:38:28.827Z Downloaded newtype-uuid v1.1.3
7262024-12-20T22:38:28.827Z Downloaded unsafe-libyaml v0.2.11
7272024-12-20T22:38:28.830Z Downloaded yoke-derive v0.7.4
7282024-12-20T22:38:28.838Z Downloaded ref-cast v1.0.23
7292024-12-20T22:38:28.841Z Downloaded serde_derive_internals v0.29.1
7302024-12-20T22:38:28.841Z Downloaded parking_lot_core v0.9.10
7312024-12-20T22:38:28.841Z Downloaded deranged v0.3.11
7322024-12-20T22:38:28.850Z Downloaded defmt-macros v0.3.9
7332024-12-20T22:38:28.859Z Downloaded futures-task v0.3.31
7342024-12-20T22:38:28.859Z Downloaded fallible-iterator v0.3.0
7352024-12-20T22:38:28.859Z Downloaded foldhash v0.1.3
7362024-12-20T22:38:28.859Z Downloaded fallible-iterator v0.2.0
7372024-12-20T22:38:28.859Z Downloaded hex v0.4.3
7382024-12-20T22:38:28.862Z Downloaded tinystr v0.7.6
7392024-12-20T22:38:28.862Z Downloaded thiserror-impl v2.0.3
7402024-12-20T22:38:28.862Z Downloaded zone_cfg_derive v0.3.0
7412024-12-20T22:38:28.863Z Downloaded wait-timeout v0.2.0
7422024-12-20T22:38:28.863Z Downloaded dropshot_endpoint v0.12.0
7432024-12-20T22:38:28.868Z Downloaded rustc-hash v2.0.0
7442024-12-20T22:38:28.868Z Downloaded phf_shared v0.11.2
7452024-12-20T22:38:28.873Z Downloaded icu_collections v1.5.0
7462024-12-20T22:38:28.877Z Downloaded tracing-core v0.1.32
7472024-12-20T22:38:28.883Z Downloaded serde_plain v1.0.2
7482024-12-20T22:38:28.892Z Downloaded qorb v0.2.1
7492024-12-20T22:38:28.900Z Downloaded unicode_categories v0.1.1
7502024-12-20T22:38:28.900Z Downloaded minimal-lexical v0.2.1
7512024-12-20T22:38:28.900Z Downloaded shell-words v1.1.0
7522024-12-20T22:38:28.913Z Downloaded ff v0.13.0
7532024-12-20T22:38:28.913Z Downloaded endian-type v0.1.2
7542024-12-20T22:38:28.913Z Downloaded slog-stdlog v4.1.1
7552024-12-20T22:38:28.913Z Downloaded slog-json v2.6.1
7562024-12-20T22:38:28.913Z Downloaded rustc_version v0.4.1
7572024-12-20T22:38:28.918Z Downloaded slog-scope v4.4.0
7582024-12-20T22:38:28.919Z Downloaded tokio-native-tls v0.3.1
7592024-12-20T22:38:28.919Z Downloaded smf v0.2.3
7602024-12-20T22:38:28.919Z Downloaded smallvec v0.6.14
7612024-12-20T22:38:28.919Z Downloaded sct v0.7.1
7622024-12-20T22:38:28.919Z Downloaded fallible-streaming-iterator v0.1.9
7632024-12-20T22:38:28.922Z Downloaded predicates v3.1.2
7642024-12-20T22:38:28.922Z Downloaded tower-service v0.3.3
7652024-12-20T22:38:28.926Z Downloaded futures v0.3.31
7662024-12-20T22:38:28.931Z Downloaded rustc_version v0.1.7
7672024-12-20T22:38:28.931Z Downloaded num-complex v0.4.6
7682024-12-20T22:38:28.934Z Downloaded der_derive v0.7.3
7692024-12-20T22:38:28.934Z Downloaded crossterm v0.28.1
7702024-12-20T22:38:28.943Z Downloaded zerocopy v0.6.6
7712024-12-20T22:38:28.947Z Downloaded scheduled-thread-pool v0.2.7
7722024-12-20T22:38:28.951Z Downloaded num-traits v0.2.19
7732024-12-20T22:38:28.951Z Downloaded rayon-core v1.12.1
7742024-12-20T22:38:28.955Z Downloaded openssl-macros v0.1.1
7752024-12-20T22:38:28.958Z Downloaded psl-types v2.0.11
7762024-12-20T22:38:28.959Z Downloaded aes v0.8.4
7772024-12-20T22:38:28.976Z Downloaded tinyvec_macros v0.1.1
7782024-12-20T22:38:28.976Z Downloaded thiserror v2.0.3
7792024-12-20T22:38:28.982Z Downloaded zone_cfg_derive v0.1.2
7802024-12-20T22:38:28.982Z Downloaded resolv-conf v0.7.0
7812024-12-20T22:38:28.982Z Downloaded ron v0.8.1
7822024-12-20T22:38:28.982Z Downloaded signal-hook-mio v0.2.4
7832024-12-20T22:38:28.982Z Downloaded typify v0.2.0
7842024-12-20T22:38:28.987Z Downloaded unarray v0.1.4
7852024-12-20T22:38:28.987Z Downloaded nodrop v0.1.14
7862024-12-20T22:38:28.991Z Downloaded env_filter v0.1.2
7872024-12-20T22:38:28.991Z Downloaded embedded-io v0.6.1
7882024-12-20T22:38:28.991Z Downloaded num_enum v0.5.11
7892024-12-20T22:38:28.995Z Downloaded percent-encoding v2.3.1
7902024-12-20T22:38:28.999Z Downloaded parking_lot v0.11.2
7912024-12-20T22:38:29.003Z Downloaded pem-rfc7468 v0.7.0
7922024-12-20T22:38:29.003Z Downloaded pkcs1 v0.7.5
7932024-12-20T22:38:29.008Z Downloaded pin-project-lite v0.2.14
7942024-12-20T22:38:29.012Z Downloaded snafu v0.8.5
7952024-12-20T22:38:29.022Z Downloaded pretty-hex v0.2.1
7962024-12-20T22:38:29.027Z Downloaded tls_codec_derive v0.4.1
7972024-12-20T22:38:29.027Z Downloaded slab v0.4.9
7982024-12-20T22:38:29.027Z Downloaded test-strategy v0.3.1
7992024-12-20T22:38:29.032Z Downloaded mio v1.0.2
8002024-12-20T22:38:29.037Z Downloaded termcolor v1.4.1
8012024-12-20T22:38:29.044Z Downloaded rsa v0.9.6
8022024-12-20T22:38:29.049Z Downloaded toolchain_find v0.4.0
8032024-12-20T22:38:29.049Z Downloaded whoami v1.5.2
8042024-12-20T22:38:29.049Z Downloaded termios v0.3.3
8052024-12-20T22:38:29.053Z Downloaded shlex v1.3.0
8062024-12-20T22:38:29.053Z Downloaded tinyvec v1.8.0
8072024-12-20T22:38:29.057Z Downloaded futures-executor v0.3.31
8082024-12-20T22:38:29.061Z Downloaded foreign-types-shared v0.3.1
8092024-12-20T22:38:29.062Z Downloaded debug-ignore v1.0.5
8102024-12-20T22:38:29.062Z Downloaded dhcproto-macros v0.1.0
8112024-12-20T22:38:29.066Z Downloaded zone v0.1.8
8122024-12-20T22:38:29.066Z Downloaded flagset v0.4.6
8132024-12-20T22:38:29.066Z Downloaded walkdir v2.5.0
8142024-12-20T22:38:29.070Z Downloaded funty v2.0.0
8152024-12-20T22:38:29.070Z Downloaded hash32 v0.3.1
8162024-12-20T22:38:29.070Z Downloaded time v0.3.36
8172024-12-20T22:38:29.079Z Downloaded static_assertions v1.1.0
8182024-12-20T22:38:29.084Z Downloaded aho-corasick v1.1.3
8192024-12-20T22:38:29.088Z Downloaded number_prefix v0.4.0
8202024-12-20T22:38:29.092Z Downloaded nu-ansi-term v0.50.1
8212024-12-20T22:38:29.092Z Downloaded ecdsa v0.16.9
8222024-12-20T22:38:29.097Z Downloaded progenitor-client v0.8.0
8232024-12-20T22:38:29.097Z Downloaded phf v0.11.2
8242024-12-20T22:38:29.100Z Downloaded flume v0.11.1
8252024-12-20T22:38:29.103Z Downloaded slog-async v2.8.0
8262024-12-20T22:38:29.103Z Downloaded tls_codec v0.4.1
8272024-12-20T22:38:29.108Z Downloaded russh v0.45.0
8282024-12-20T22:38:29.113Z Downloaded supports-color v3.0.1
8292024-12-20T22:38:29.122Z Downloaded itertools v0.10.5
8302024-12-20T22:38:29.126Z Downloaded signal-hook v0.3.17
8312024-12-20T22:38:29.126Z Downloaded diesel_table_macro_syntax v0.2.0
8322024-12-20T22:38:29.127Z Downloaded fixedbitset v0.4.2
8332024-12-20T22:38:29.134Z Downloaded env_logger v0.11.5
8342024-12-20T22:38:29.147Z Downloaded nibble_vec v0.1.0
8352024-12-20T22:38:29.147Z Downloaded form_urlencoded v1.2.1
8362024-12-20T22:38:29.147Z Downloaded password-hash v0.5.0
8372024-12-20T22:38:29.147Z Downloaded vte v0.11.1
8382024-12-20T22:38:29.155Z Downloaded tracing v0.1.40
8392024-12-20T22:38:29.155Z Downloaded derive_more v0.99.18
8402024-12-20T22:38:29.156Z Downloaded schemars_derive v0.8.21
8412024-12-20T22:38:29.159Z Downloaded topological-sort v0.2.2
8422024-12-20T22:38:29.159Z Downloaded postgres-protocol v0.6.7
8432024-12-20T22:38:29.159Z Downloaded postgres-types v0.2.8
8442024-12-20T22:38:29.159Z Downloaded postcard v1.0.10
8452024-12-20T22:38:29.170Z Downloaded ed25519-dalek v2.1.1
8462024-12-20T22:38:29.174Z Downloaded spin v0.5.2
8472024-12-20T22:38:29.175Z Downloaded slog-envlogger v2.2.0
8482024-12-20T22:38:29.175Z Downloaded rustfmt-wrapper v0.2.1
8492024-12-20T22:38:29.175Z Downloaded socket2 v0.5.7
8502024-12-20T22:38:29.175Z Downloaded pin-project v1.1.6
8512024-12-20T22:38:29.188Z Downloaded peg v0.8.4
8522024-12-20T22:38:29.196Z Downloaded downcast v0.11.0
8532024-12-20T22:38:29.196Z Downloaded write16 v1.0.0
8542024-12-20T22:38:29.196Z Downloaded peg-runtime v0.8.3
8552024-12-20T22:38:29.201Z Downloaded pem v3.0.4
8562024-12-20T22:38:29.201Z Downloaded hash32 v0.2.1
8572024-12-20T22:38:29.201Z Downloaded hyper v1.5.0
8582024-12-20T22:38:29.205Z Downloaded fxhash v0.2.1
8592024-12-20T22:38:29.212Z Downloaded libxml v0.3.3
8602024-12-20T22:38:29.216Z Downloaded foreign-types-macros v0.2.3
8612024-12-20T22:38:29.216Z Downloaded itertools v0.13.0
8622024-12-20T22:38:29.221Z Downloaded float-cmp v0.9.0
8632024-12-20T22:38:29.235Z Downloaded take_mut v0.2.2
8642024-12-20T22:38:29.235Z Downloaded spin v0.9.8
8652024-12-20T22:38:29.242Z Downloaded normalize-line-endings v0.3.0
8662024-12-20T22:38:29.242Z Downloaded foreign-types-shared v0.1.1
8672024-12-20T22:38:29.242Z Downloaded num_threads v0.1.7
8682024-12-20T22:38:29.242Z Downloaded aws-lc-rs v1.10.0
8692024-12-20T22:38:29.247Z Downloaded opaque-debug v0.3.1
8702024-12-20T22:38:29.248Z Downloaded sync-ptr v0.1.1
8712024-12-20T22:38:29.248Z Downloaded dirs-sys-next v0.1.2
8722024-12-20T22:38:29.248Z Downloaded dirs-next v2.0.0
8732024-12-20T22:38:29.248Z Downloaded which v4.4.2
8742024-12-20T22:38:29.252Z Downloaded elliptic-curve v0.13.8
8752024-12-20T22:38:29.257Z Downloaded strip-ansi-escapes v0.2.0
8762024-12-20T22:38:29.257Z Downloaded radium v0.7.0
8772024-12-20T22:38:29.257Z Downloaded r2d2 v0.8.10
8782024-12-20T22:38:29.265Z Downloaded utf8_iter v1.0.4
8792024-12-20T22:38:29.265Z Downloaded display-error-chain v0.2.2
8802024-12-20T22:38:29.265Z Downloaded schemars v0.8.21
8812024-12-20T22:38:29.271Z Downloaded rustls-pemfile v1.0.4
8822024-12-20T22:38:29.285Z Downloaded chrono v0.4.38
8832024-12-20T22:38:29.304Z Downloaded serde_urlencoded v0.7.1
8842024-12-20T22:38:29.304Z Downloaded scrypt v0.11.0
8852024-12-20T22:38:29.304Z Downloaded xz2 v0.1.7
8862024-12-20T22:38:29.304Z Downloaded subtle v2.6.1
8872024-12-20T22:38:29.304Z Downloaded serde_repr v0.1.19
8882024-12-20T22:38:29.304Z Downloaded packed_struct_codegen v0.10.1
8892024-12-20T22:38:29.304Z Downloaded xattr v1.3.1
8902024-12-20T22:38:29.321Z Downloaded unicase v2.7.0
8912024-12-20T22:38:29.321Z Downloaded poly1305 v0.8.0
8922024-12-20T22:38:29.322Z Downloaded env_logger v0.10.2
8932024-12-20T22:38:29.322Z Downloaded heck v0.3.3
8942024-12-20T22:38:29.322Z Downloaded float-ord v0.3.2
8952024-12-20T22:38:29.322Z Downloaded num_enum_derive v0.5.11
8962024-12-20T22:38:29.322Z Downloaded hashlink v0.9.1
8972024-12-20T22:38:29.322Z Downloaded slog-dtrace v0.3.0
8982024-12-20T22:38:29.345Z Downloaded fs_extra v1.3.0
8992024-12-20T22:38:29.346Z Downloaded tokio-rustls v0.24.1
9002024-12-20T22:38:29.346Z Downloaded tokio-stream v0.1.16
9012024-12-20T22:38:29.346Z Downloaded value-bag v1.9.0
9022024-12-20T22:38:29.346Z Downloaded peg-macros v0.8.4
9032024-12-20T22:38:29.346Z Downloaded half v2.4.1
9042024-12-20T22:38:29.364Z Downloaded hashbrown v0.12.3
9052024-12-20T22:38:29.364Z Downloaded parse-zoneinfo v0.3.1
9062024-12-20T22:38:29.364Z Downloaded fragile v2.0.0
9072024-12-20T22:38:29.364Z Downloaded tokio-macros v2.4.0
9082024-12-20T22:38:29.364Z Downloaded darling_core v0.20.10
9092024-12-20T22:38:29.364Z Downloaded term v0.7.0
9102024-12-20T22:38:29.364Z Downloaded omicron-zone-package v0.11.1
9112024-12-20T22:38:29.384Z Downloaded num-bigint-dig v0.8.4
9122024-12-20T22:38:29.384Z Downloaded rusty-fork v0.3.0
9132024-12-20T22:38:29.385Z Downloaded gethostname v0.5.0
9142024-12-20T22:38:29.385Z Downloaded slog-bunyan v2.5.0
9152024-12-20T22:38:29.385Z Downloaded phf_codegen v0.11.2
9162024-12-20T22:38:29.385Z Downloaded heapless v0.8.0
9172024-12-20T22:38:29.385Z Downloaded headers v0.4.0
9182024-12-20T22:38:29.408Z Downloaded expectorate v1.1.0
9192024-12-20T22:38:29.408Z Downloaded strum_macros v0.26.4
9202024-12-20T22:38:29.408Z Downloaded progenitor-impl v0.8.0
9212024-12-20T22:38:29.409Z Downloaded rustls-pki-types v1.10.0
9222024-12-20T22:38:29.409Z Downloaded h2 v0.4.6
9232024-12-20T22:38:29.458Z Downloaded rustls-pemfile v2.2.0
9242024-12-20T22:38:29.458Z Downloaded toml v0.7.8
9252024-12-20T22:38:29.458Z Downloaded vergen v8.3.2
9262024-12-20T22:38:29.459Z Downloaded uuid v1.11.0
9272024-12-20T22:38:29.459Z Downloaded toml_edit v0.19.15
9282024-12-20T22:38:29.459Z Downloaded getrandom v0.2.15
9292024-12-20T22:38:29.459Z Downloaded bindgen v0.69.5
9302024-12-20T22:38:29.529Z Downloaded subprocess v0.2.9
9312024-12-20T22:38:29.530Z Downloaded num-bigint v0.4.6
9322024-12-20T22:38:29.530Z Downloaded unicode-bidi v0.3.17
9332024-12-20T22:38:29.530Z Downloaded hashbrown v0.13.2
9342024-12-20T22:38:29.530Z Downloaded diesel_derives v2.2.3
9352024-12-20T22:38:29.533Z Downloaded ssh-key v0.6.6
9362024-12-20T22:38:29.533Z Downloaded nom v7.1.3
9372024-12-20T22:38:29.533Z Downloaded pkcs5 v0.7.1
9382024-12-20T22:38:29.533Z Downloaded sqlparser v0.45.0
9392024-12-20T22:38:29.533Z Downloaded rand v0.8.5
9402024-12-20T22:38:29.599Z Downloaded tough v0.19.0
9412024-12-20T22:38:29.600Z Downloaded reedline v0.35.0
9422024-12-20T22:38:29.600Z Downloaded flate2 v1.0.34
9432024-12-20T22:38:29.600Z Downloaded hashbrown v0.14.5
9442024-12-20T22:38:29.600Z Downloaded lalrpop v0.19.12
9452024-12-20T22:38:29.601Z Downloaded serde_with v3.11.0
9462024-12-20T22:38:29.601Z Downloaded reqwest v0.12.9
9472024-12-20T22:38:29.601Z Downloaded icu_properties_data v1.5.0
9482024-12-20T22:38:29.601Z Downloaded curve25519-dalek v4.1.3
9492024-12-20T22:38:29.644Z Downloaded portable-atomic v1.9.0
9502024-12-20T22:38:29.645Z Downloaded zerovec v0.10.4
9512024-12-20T22:38:29.645Z Downloaded steno v0.4.1
9522024-12-20T22:38:29.645Z Downloaded git2 v0.19.0
9532024-12-20T22:38:29.645Z Downloaded p521 v0.13.3
9542024-12-20T22:38:29.645Z Downloaded proptest v1.5.0
9552024-12-20T22:38:29.645Z Downloaded x509-cert v0.2.5
9562024-12-20T22:38:29.726Z Downloaded quinn-proto v0.11.8
9572024-12-20T22:38:29.726Z Downloaded idna v0.2.3
9582024-12-20T22:38:29.726Z Downloaded gimli v0.31.1
9592024-12-20T22:38:29.726Z Downloaded quick-xml v0.33.0
9602024-12-20T22:38:29.726Z Downloaded unicode-normalization v0.1.24
9612024-12-20T22:38:29.727Z Downloaded regress v0.9.1
9622024-12-20T22:38:29.727Z Downloaded winnow v0.5.40
9632024-12-20T22:38:29.727Z Downloaded rustls-webpki v0.101.7
9642024-12-20T22:38:29.795Z Downloaded smoltcp v0.9.1
9652024-12-20T22:38:29.795Z Downloaded zerocopy v0.8.10
9662024-12-20T22:38:29.795Z Downloaded rustls-webpki v0.102.8
9672024-12-20T22:38:29.797Z Downloaded dropshot v0.13.0
9682024-12-20T22:38:29.884Z Downloaded trust-dns-proto v0.22.0
9692024-12-20T22:38:29.884Z Downloaded openssl v0.10.66
9702024-12-20T22:38:29.884Z Downloaded vcpkg v0.2.15
9712024-12-20T22:38:29.976Z Downloaded regex v1.11.1
9722024-12-20T22:38:29.976Z Downloaded regress v0.10.1
9732024-12-20T22:38:29.976Z Downloaded radix_trie v0.2.1
9742024-12-20T22:38:29.976Z Downloaded regex-syntax v0.8.5
9752024-12-20T22:38:29.976Z Downloaded nix v0.27.1
9762024-12-20T22:38:29.976Z Downloaded regex-syntax v0.6.29
9772024-12-20T22:38:29.976Z Downloaded polar-core v0.27.3
9782024-12-20T22:38:29.976Z Downloaded rustls v0.21.12
9792024-12-20T22:38:30.055Z Downloaded nix v0.29.0
9802024-12-20T22:38:30.055Z Downloaded hickory-proto v0.24.1
9812024-12-20T22:38:30.055Z Downloaded rustls v0.23.19
9822024-12-20T22:38:30.055Z Downloaded rustls v0.22.4
9832024-12-20T22:38:30.055Z Downloaded typify-impl v0.2.0
9842024-12-20T22:38:30.055Z Downloaded openapiv3 v2.0.0
9852024-12-20T22:38:30.055Z Downloaded ratatui v0.28.1
9862024-12-20T22:38:30.097Z Downloaded smoltcp v0.11.0
9872024-12-20T22:38:30.097Z Downloaded bzip2-sys v0.1.11+1.0.8
9882024-12-20T22:38:30.097Z Downloaded sled v0.34.7
9892024-12-20T22:38:30.097Z Downloaded zerocopy-derive v0.6.6
9902024-12-20T22:38:30.097Z Downloaded dropshot v0.12.0
9912024-12-20T22:38:30.118Z Downloaded object v0.30.4
9922024-12-20T22:38:30.124Z Downloaded nix v0.28.0
9932024-12-20T22:38:30.125Z Downloaded webpki-roots v0.26.6
9942024-12-20T22:38:30.125Z Downloaded object v0.36.5
9952024-12-20T22:38:30.136Z Downloaded diesel v2.2.6
9962024-12-20T22:38:30.163Z Downloaded petname v2.0.2
9972024-12-20T22:38:30.176Z Downloaded bstr v1.10.0
9982024-12-20T22:38:30.176Z Downloaded idna v0.4.0
9992024-12-20T22:38:30.196Z Downloaded chrono-tz v0.10.0
10002024-12-20T22:38:30.196Z Downloaded futures-util v0.3.31
10012024-12-20T22:38:30.216Z Downloaded regex-automata v0.4.8
10022024-12-20T22:38:30.247Z Downloaded lzma-sys v0.1.20
10032024-12-20T22:38:30.264Z Downloaded csv v1.3.0
10042024-12-20T22:38:30.278Z Downloaded p384 v0.13.0
10052024-12-20T22:38:30.278Z Downloaded idna v0.5.0
10062024-12-20T22:38:30.289Z Downloaded petgraph v0.6.5
10072024-12-20T22:38:30.297Z Downloaded idna v0.3.0
10082024-12-20T22:38:30.305Z Downloaded libz-sys v1.1.20
10092024-12-20T22:38:30.316Z Downloaded unicode-width v0.2.0
10102024-12-20T22:38:30.323Z Downloaded rayon v1.10.0
10112024-12-20T22:38:30.333Z Downloaded tokio v1.40.0
10122024-12-20T22:38:30.382Z Downloaded sha3 v0.10.8
10132024-12-20T22:38:30.404Z Downloaded zip v2.1.3
10142024-12-20T22:38:30.404Z Downloaded publicsuffix v2.2.3
10152024-12-20T22:38:30.404Z Downloaded rusqlite v0.32.1
10162024-12-20T22:38:30.404Z Downloaded salty v0.3.0
10172024-12-20T22:38:30.404Z Downloaded scopeguard v1.2.0
10182024-12-20T22:38:30.404Z Downloaded openssl-sys v0.9.103
10192024-12-20T22:38:30.425Z Downloaded tokio-postgres v0.7.12
10202024-12-20T22:38:30.425Z Downloaded bitvec v1.0.1
10212024-12-20T22:38:30.444Z Downloaded blake3 v1.5.4
10222024-12-20T22:38:30.444Z Downloaded utf16_iter v1.0.5
10232024-12-20T22:38:30.444Z Downloaded spki v0.7.3
10242024-12-20T22:38:30.444Z Downloaded ssh-encoding v0.2.0
10252024-12-20T22:38:30.444Z Downloaded des v0.8.1
10262024-12-20T22:38:30.444Z Downloaded vsss-rs v3.3.4
10272024-12-20T22:38:30.445Z Downloaded tungstenite v0.21.0
10282024-12-20T22:38:30.445Z Downloaded paste v1.0.15
10292024-12-20T22:38:30.469Z Downloaded tar v0.4.42
10302024-12-20T22:38:30.469Z Downloaded zopfli v0.8.1
10312024-12-20T22:38:30.469Z Downloaded rcgen v0.12.1
10322024-12-20T22:38:30.469Z Downloaded typed-path v0.9.3
10332024-12-20T22:38:30.469Z Downloaded progenitor v0.8.0
10342024-12-20T22:38:30.469Z Downloaded uzers v0.12.1
10352024-12-20T22:38:30.470Z Downloaded idna v1.0.3
10362024-12-20T22:38:30.477Z Downloaded defmt v0.3.8
10372024-12-20T22:38:30.477Z Downloaded p256 v0.13.2
10382024-12-20T22:38:30.477Z Downloaded quinn v0.11.5
10392024-12-20T22:38:30.477Z Downloaded rustyline v14.0.0
10402024-12-20T22:38:30.478Z Downloaded itertools v0.12.1
10412024-12-20T22:38:30.500Z Downloaded zip v0.6.6
10422024-12-20T22:38:30.500Z Downloaded tungstenite v0.23.0
10432024-12-20T22:38:30.500Z Downloaded slog v2.7.0
10442024-12-20T22:38:30.500Z Downloaded zerocopy-derive v0.8.10
10452024-12-20T22:38:30.505Z Downloaded der v0.7.9
10462024-12-20T22:38:30.505Z Downloaded hickory-resolver v0.24.1
10472024-12-20T22:38:30.505Z Downloaded encoding_rs v0.8.34
10482024-12-20T22:38:30.526Z Downloaded parking_lot v0.12.3
10492024-12-20T22:38:30.528Z Downloaded unicode-segmentation v1.12.0
10502024-12-20T22:38:30.532Z Downloaded zone v0.3.0
10512024-12-20T22:38:30.540Z Downloaded libm v0.2.8
10522024-12-20T22:38:30.545Z Downloaded quick-error v1.2.3
10532024-12-20T22:38:30.545Z Downloaded progenitor-macro v0.8.0
10542024-12-20T22:38:30.545Z Downloaded tokio-util v0.7.12
10552024-12-20T22:38:30.549Z Downloaded pin-project-internal v1.1.6
10562024-12-20T22:38:30.559Z Downloaded parking_lot_core v0.8.6
10572024-12-20T22:38:30.559Z Downloaded ron v0.7.1
10582024-12-20T22:38:30.559Z Downloaded derive_builder_core v0.20.2
10592024-12-20T22:38:30.559Z Downloaded derive_builder v0.20.2
10602024-12-20T22:38:30.566Z Downloaded password-hash v0.4.2
10612024-12-20T22:38:30.574Z Downloaded either v1.13.0
10622024-12-20T22:38:30.574Z Downloaded zerovec-derive v0.10.3
10632024-12-20T22:38:30.574Z Downloaded wyz v0.5.1
10642024-12-20T22:38:30.574Z Downloaded embedded-io v0.4.0
10652024-12-20T22:38:30.583Z Downloaded ena v0.14.3
10662024-12-20T22:38:30.583Z Downloaded difflib v0.4.0
10672024-12-20T22:38:30.583Z Downloaded url v2.5.3
10682024-12-20T22:38:30.583Z Downloaded http v1.1.0
10692024-12-20T22:38:30.593Z Downloaded futures-io v0.3.31
10702024-12-20T22:38:30.593Z Downloaded rpassword v7.3.1
10712024-12-20T22:38:30.593Z Downloaded prettyplease v0.2.25
10722024-12-20T22:38:30.593Z Downloaded tokio-rustls v0.26.0
10732024-12-20T22:38:30.598Z Downloaded fatfs v0.3.6
10742024-12-20T22:38:30.598Z Downloaded samael v0.0.17
10752024-12-20T22:38:30.598Z Downloaded predicates-tree v1.0.11
10762024-12-20T22:38:30.604Z Downloaded predicates-core v1.0.8
10772024-12-20T22:38:30.604Z Downloaded libgit2-sys v0.17.0+1.8.1
10782024-12-20T22:38:30.664Z Downloaded parse-display v0.10.0
10792024-12-20T22:38:30.673Z Downloaded packed_struct v0.10.1
10802024-12-20T22:38:30.673Z Downloaded olpc-cjson v0.1.4
10812024-12-20T22:38:30.673Z Downloaded unicode-properties v0.1.3
10822024-12-20T22:38:30.673Z Downloaded oso v0.27.3
10832024-12-20T22:38:30.678Z Downloaded waitgroup v0.1.2
10842024-12-20T22:38:30.678Z Downloaded tui-tree-widget v0.22.0
10852024-12-20T22:38:30.678Z Downloaded tap v1.0.1
10862024-12-20T22:38:30.678Z Downloaded stringprep v0.1.5
10872024-12-20T22:38:30.678Z Downloaded string_cache v0.8.7
10882024-12-20T22:38:30.678Z Downloaded owo-colors v4.1.0
10892024-12-20T22:38:30.682Z Downloaded num-rational v0.4.2
10902024-12-20T22:38:30.682Z Downloaded dyn-clone v1.0.17
10912024-12-20T22:38:30.682Z Downloaded dunce v1.0.5
10922024-12-20T22:38:30.701Z Downloaded dsl_auto_type v0.1.2
10932024-12-20T22:38:30.701Z Downloaded diesel-dtrace v0.4.2
10942024-12-20T22:38:30.701Z Downloaded zerofrom-derive v0.1.4
10952024-12-20T22:38:30.701Z Downloaded tabwriter v1.4.0
10962024-12-20T22:38:30.709Z Downloaded synstructure v0.13.1
10972024-12-20T22:38:30.709Z Downloaded num-derive v0.4.2
10982024-12-20T22:38:30.709Z Downloaded tungstenite v0.24.0
10992024-12-20T22:38:30.709Z Downloaded tracing-attributes v0.1.27
11002024-12-20T22:38:30.709Z Downloaded siphasher v0.3.11
11012024-12-20T22:38:30.709Z Downloaded fd-lock v4.0.2
11022024-12-20T22:38:30.709Z Downloaded thread_local v1.1.8
11032024-12-20T22:38:30.709Z Downloaded thiserror-no-std v2.0.2
11042024-12-20T22:38:30.709Z Downloaded slog-term v2.9.1
11052024-12-20T22:38:30.715Z Downloaded dropshot_endpoint v0.13.0
11062024-12-20T22:38:30.715Z Downloaded serde_yaml v0.9.34+deprecated
11072024-12-20T22:38:30.724Z Downloaded heapless v0.7.17
11082024-12-20T22:38:30.724Z Downloaded hyper-util v0.1.10
11092024-12-20T22:38:30.731Z Downloaded mockall_derive v0.13.0
11102024-12-20T22:38:30.731Z Downloaded mime_guess v2.0.5
11112024-12-20T22:38:30.731Z Downloaded cc v1.1.30
11122024-12-20T22:38:30.735Z Downloaded pbkdf2 v0.12.2
11132024-12-20T22:38:30.735Z Downloaded salsa20 v0.10.2
11142024-12-20T22:38:30.735Z Downloaded primeorder v0.13.6
11152024-12-20T22:38:30.735Z Downloaded num-iter v0.1.45
11162024-12-20T22:38:30.735Z Downloaded num-integer v0.1.46
11172024-12-20T22:38:30.742Z Downloaded enum-as-inner v0.5.1
11182024-12-20T22:38:30.742Z Downloaded yasna v0.5.2
11192024-12-20T22:38:30.745Z Downloaded tokio-tungstenite v0.23.1
11202024-12-20T22:38:30.746Z Downloaded smallvec v1.13.2
11212024-12-20T22:38:30.746Z Downloaded bumpalo v3.16.0
11222024-12-20T22:38:30.752Z Downloaded russh-keys v0.45.0
11232024-12-20T22:38:30.760Z Downloaded hickory-server v0.24.1
11242024-12-20T22:38:30.760Z Downloaded compact_str v0.8.0
11252024-12-20T22:38:30.765Z Downloaded base64 v0.21.7
11262024-12-20T22:38:30.773Z Downloaded strum_macros v0.24.3
11272024-12-20T22:38:30.773Z Downloaded miniz_oxide v0.8.0
11282024-12-20T22:38:30.773Z Downloaded icu_normalizer_data v1.5.0
11292024-12-20T22:38:30.781Z Downloaded base64 v0.22.1
11302024-12-20T22:38:30.781Z Downloaded chacha20poly1305 v0.10.1
11312024-12-20T22:38:30.781Z Downloaded tokio-tungstenite v0.24.0
11322024-12-20T22:38:30.784Z Downloaded tokio-tungstenite v0.21.0
11332024-12-20T22:38:30.784Z Downloaded time-macros v0.2.18
11342024-12-20T22:38:30.784Z Downloaded futures-sink v0.3.31
11352024-12-20T22:38:30.784Z Downloaded futures-macro v0.3.31
11362024-12-20T22:38:30.784Z Downloaded icu_provider v1.5.0
11372024-12-20T22:38:30.787Z Downloaded icu_normalizer v1.5.0
11382024-12-20T22:38:30.792Z Downloaded icu_locid v1.5.0
11392024-12-20T22:38:30.801Z Downloaded hyper-rustls v0.27.3
11402024-12-20T22:38:30.810Z Downloaded data-encoding v2.6.0
11412024-12-20T22:38:30.811Z Downloaded zeroize_derive v1.4.2
11422024-12-20T22:38:30.811Z Downloaded writeable v0.5.5
11432024-12-20T22:38:30.811Z Downloaded twox-hash v1.6.3
11442024-12-20T22:38:30.811Z Downloaded addr2line v0.24.2
11452024-12-20T22:38:30.817Z Downloaded ciborium v0.2.2
11462024-12-20T22:38:30.817Z Downloaded memoffset v0.9.1
11472024-12-20T22:38:30.817Z Downloaded mockall v0.13.0
11482024-12-20T22:38:30.817Z Downloaded lock_api v0.4.12
11492024-12-20T22:38:30.817Z Downloaded ipnet v2.10.1
11502024-12-20T22:38:30.817Z Downloaded md-5 v0.10.6
11512024-12-20T22:38:30.824Z Downloaded libloading v0.8.5
11522024-12-20T22:38:30.824Z Downloaded instability v0.3.2
11532024-12-20T22:38:30.824Z Downloaded sqlformat v0.2.6
11542024-12-20T22:38:30.830Z Downloaded snafu-derive v0.8.5
11552024-12-20T22:38:30.830Z Downloaded signature v2.2.0
11562024-12-20T22:38:30.830Z Downloaded clang-sys v1.8.1
11572024-12-20T22:38:30.830Z Downloaded sec1 v0.7.3
11582024-12-20T22:38:30.836Z Downloaded ahash v0.8.11
11592024-12-20T22:38:30.836Z Downloaded hyper-staticfile v0.10.1
11602024-12-20T22:38:30.840Z Downloaded highway v1.2.0
11612024-12-20T22:38:30.840Z Downloaded blake2 v0.10.6
11622024-12-20T22:38:30.840Z Downloaded rustc-hash v1.1.0
11632024-12-20T22:38:30.845Z Downloaded quinn-udp v0.5.5
11642024-12-20T22:38:30.845Z Downloaded indoc v1.0.9
11652024-12-20T22:38:30.849Z Downloaded idna_adapter v1.2.0
11662024-12-20T22:38:30.850Z Downloaded lru-cache v0.1.2
11672024-12-20T22:38:30.850Z Downloaded linked-hash-map v0.5.6
11682024-12-20T22:38:30.850Z Downloaded const_format_proc_macros v0.2.33
11692024-12-20T22:38:30.854Z Downloaded cancel-safe-futures v0.1.5
11702024-12-20T22:38:30.854Z Downloaded async-trait v0.1.83
11712024-12-20T22:38:30.863Z Downloaded impl-trait-for-tuples v0.2.2
11722024-12-20T22:38:30.873Z Downloaded inout v0.1.3
11732024-12-20T22:38:30.873Z Downloaded constant_time_eq v0.3.1
11742024-12-20T22:38:30.873Z Downloaded base64ct v1.6.0
11752024-12-20T22:38:30.873Z Downloaded backoff v0.4.0
11762024-12-20T22:38:30.873Z Downloaded hostname v0.3.1
11772024-12-20T22:38:30.882Z Downloaded hubpack v0.1.2
11782024-12-20T22:38:30.882Z Downloaded ascii-canvas v3.0.0
11792024-12-20T22:38:30.882Z Downloaded bcrypt-pbkdf v0.10.0
11802024-12-20T22:38:30.882Z Downloaded cobs v0.2.3
11812024-12-20T22:38:30.883Z Downloaded cbc v0.1.2
11822024-12-20T22:38:30.883Z Downloaded cexpr v0.6.0
11832024-12-20T22:38:30.883Z Downloaded bitflags v1.3.2
11842024-12-20T22:38:30.886Z Downloaded bitfield v0.14.0
11852024-12-20T22:38:30.886Z Downloaded cipher v0.4.4
11862024-12-20T22:38:30.886Z Downloaded bb8 v0.8.5
11872024-12-20T22:38:30.886Z Downloaded assert_matches v1.5.0
11882024-12-20T22:38:31.018Z Downloaded libsqlite3-sys v0.30.1
11892024-12-20T22:38:31.175Z Downloaded ring v0.17.8
11902024-12-20T22:38:31.338Z Downloaded ring v0.16.20
11912024-12-20T22:38:31.582Z Downloaded aws-lc-sys v0.22.0
11922024-12-20T22:38:31.889Z Compiling serde v1.0.215
11932024-12-20T22:38:31.891Z Compiling lock_api v0.4.12
11942024-12-20T22:38:31.891Z Compiling scopeguard v1.2.0
11952024-12-20T22:38:31.891Z Compiling value-bag v1.9.0
11962024-12-20T22:38:31.891Z Compiling typenum v1.17.0
11972024-12-20T22:38:31.891Z Compiling generic-array v0.14.7
11982024-12-20T22:38:32.064Z Compiling syn v2.0.87
11992024-12-20T22:38:32.075Z Compiling getrandom v0.2.15
12002024-12-20T22:38:32.176Z Compiling shlex v1.3.0
12012024-12-20T22:38:32.388Z Compiling rand_core v0.6.4
12022024-12-20T22:38:32.515Z Compiling log v0.4.22
12032024-12-20T22:38:32.612Z Compiling subtle v2.6.1
12042024-12-20T22:38:32.627Z Compiling jobserver v0.1.32
12052024-12-20T22:38:32.661Z Compiling const-oid v0.9.6
12062024-12-20T22:38:32.909Z Compiling smallvec v1.13.2
12072024-12-20T22:38:32.948Z Compiling spin v0.9.8
12082024-12-20T22:38:32.967Z Compiling cc v1.1.30
12092024-12-20T22:38:33.337Z Compiling pin-project-lite v0.2.14
12102024-12-20T22:38:33.355Z Compiling rustix v0.38.37
12112024-12-20T22:38:33.373Z Compiling parking_lot_core v0.9.10
12122024-12-20T22:38:33.467Z Compiling futures-core v0.3.31
12132024-12-20T22:38:33.548Z Compiling signal-hook-registry v1.4.2
12142024-12-20T22:38:33.701Z Compiling mio v1.0.2
12152024-12-20T22:38:34.285Z Compiling parking_lot v0.12.3
12162024-12-20T22:38:34.365Z Compiling aho-corasick v1.1.3
12172024-12-20T22:38:34.461Z Compiling cpufeatures v0.2.14
12182024-12-20T22:38:34.562Z Compiling regex-syntax v0.8.5
12192024-12-20T22:38:34.606Z Compiling lazy_static v1.5.0
12202024-12-20T22:38:34.701Z Compiling glob v0.3.1
12212024-12-20T22:38:34.726Z Compiling stable_deref_trait v1.2.0
12222024-12-20T22:38:34.836Z Compiling either v1.13.0
12232024-12-20T22:38:34.868Z Compiling futures-sink v0.3.31
12242024-12-20T22:38:35.069Z Compiling socket2 v0.5.7
12252024-12-20T22:38:35.332Z Compiling slab v0.4.9
12262024-12-20T22:38:35.367Z Compiling prettyplease v0.2.25
12272024-12-20T22:38:35.725Z Compiling minimal-lexical v0.2.1
12282024-12-20T22:38:35.801Z Compiling clang-sys v1.8.1
12292024-12-20T22:38:36.090Z Compiling libloading v0.8.5
12302024-12-20T22:38:36.113Z Compiling serde_json v1.0.132
12312024-12-20T22:38:36.273Z Compiling nom v7.1.3
12322024-12-20T22:38:36.422Z Compiling home v0.5.9
12332024-12-20T22:38:36.515Z Compiling bindgen v0.69.5
12342024-12-20T22:38:36.705Z Compiling itertools v0.10.5
12352024-12-20T22:38:37.378Z Compiling futures-channel v0.3.31
12362024-12-20T22:38:37.494Z Compiling allocator-api2 v0.2.18
12372024-12-20T22:38:37.849Z Compiling futures-io v0.3.31
12382024-12-20T22:38:38.160Z Compiling foldhash v0.1.3
12392024-12-20T22:38:38.367Z Compiling regex-automata v0.4.8
12402024-12-20T22:38:38.460Z Compiling futures-task v0.3.31
12412024-12-20T22:38:38.752Z Compiling pin-utils v0.1.0
12422024-12-20T22:38:38.848Z Compiling rustc-hash v1.1.0
12432024-12-20T22:38:39.012Z Compiling lazycell v1.3.0
12442024-12-20T22:38:39.180Z Compiling hashbrown v0.15.1
12452024-12-20T22:38:39.545Z Compiling cmake v0.1.51
12462024-12-20T22:38:40.027Z Compiling synstructure v0.13.1
12472024-12-20T22:38:40.563Z Compiling cexpr v0.6.0
12482024-12-20T22:38:40.629Z Compiling dunce v1.0.5
12492024-12-20T22:38:40.764Z Compiling pkg-config v0.3.31
12502024-12-20T22:38:41.649Z Compiling libm v0.2.8
12512024-12-20T22:38:41.791Z Compiling fs_extra v1.3.0
12522024-12-20T22:38:41.979Z Compiling tinyvec_macros v0.1.1
12532024-12-20T22:38:42.078Z Compiling tinyvec v1.8.0
12542024-12-20T22:38:42.345Z Compiling num-traits v0.2.19
12552024-12-20T22:38:42.389Z Compiling ring v0.17.8
12562024-12-20T22:38:42.823Z Compiling writeable v0.5.5
12572024-12-20T22:38:43.405Z Compiling base64ct v1.6.0
12582024-12-20T22:38:43.469Z Compiling paste v1.0.15
12592024-12-20T22:38:43.531Z Compiling litemap v0.7.3
12602024-12-20T22:38:43.628Z Compiling unicode-normalization v0.1.24
12612024-12-20T22:38:43.726Z Compiling unicode-bidi v0.3.17
12622024-12-20T22:38:43.915Z Compiling regex v1.11.1
12632024-12-20T22:38:43.963Z Compiling pem-rfc7468 v0.7.0
12642024-12-20T22:38:44.718Z Compiling flagset v0.4.6
12652024-12-20T22:38:44.959Z Compiling httparse v1.9.5
12662024-12-20T22:38:45.008Z Compiling aws-lc-rs v1.10.0
12672024-12-20T22:38:45.452Z Compiling tracing-core v0.1.32
12682024-12-20T22:38:45.775Z Compiling icu_locid_transform_data v1.5.0
12692024-12-20T22:38:45.887Z Compiling percent-encoding v2.3.1
12702024-12-20T22:38:46.263Z Compiling rustls-pki-types v1.10.0
12712024-12-20T22:38:46.366Z Compiling crossbeam-utils v0.8.20
12722024-12-20T22:38:46.844Z Compiling serde_derive v1.0.215
12732024-12-20T22:38:46.861Z Compiling zeroize_derive v1.4.2
12742024-12-20T22:38:46.956Z Compiling zerocopy-derive v0.7.35
12752024-12-20T22:38:47.365Z Compiling tokio-macros v2.4.0
12762024-12-20T22:38:47.404Z Compiling zerofrom-derive v0.1.4
12772024-12-20T22:38:48.457Z Compiling zeroize v1.8.1
12782024-12-20T22:38:48.869Z Compiling yoke-derive v0.7.4
12792024-12-20T22:38:48.981Z Compiling thiserror-impl v1.0.69
12802024-12-20T22:38:49.316Z Compiling zerocopy v0.7.35
12812024-12-20T22:38:49.811Z Compiling zerovec-derive v0.10.3
12822024-12-20T22:38:50.263Z Compiling crypto-common v0.1.6
12832024-12-20T22:38:50.506Z Compiling block-buffer v0.10.4
12842024-12-20T22:38:50.774Z Compiling digest v0.10.7
12852024-12-20T22:38:51.065Z Compiling futures-macro v0.3.31
12862024-12-20T22:38:51.279Z Compiling hmac v0.12.1
12872024-12-20T22:38:51.314Z Compiling block-padding v0.3.3
12882024-12-20T22:38:51.513Z Compiling zerofrom v0.1.4
12892024-12-20T22:38:51.534Z Compiling displaydoc v0.2.5
12902024-12-20T22:38:51.560Z Compiling inout v0.1.3
12912024-12-20T22:38:51.747Z Compiling sha2 v0.10.8
12922024-12-20T22:38:51.852Z Compiling cipher v0.4.4
12932024-12-20T22:38:51.998Z Compiling yoke v0.7.4
12942024-12-20T22:38:52.383Z Compiling thiserror v1.0.69
12952024-12-20T22:38:52.399Z Compiling ppv-lite86 v0.2.20
12962024-12-20T22:38:52.419Z Compiling der_derive v0.7.3
12972024-12-20T22:38:52.517Z Compiling icu_provider_macros v1.5.0
12982024-12-20T22:38:52.562Z Compiling zerovec v0.10.4
12992024-12-20T22:38:53.040Z Compiling futures-util v0.3.31
13002024-12-20T22:38:53.220Z Compiling rand_chacha v0.3.1
13012024-12-20T22:38:53.258Z Compiling tracing-attributes v0.1.27
13022024-12-20T22:38:53.755Z Compiling rand v0.8.5
13032024-12-20T22:38:54.874Z Compiling tinystr v0.7.6
13042024-12-20T22:38:54.949Z Compiling der v0.7.9
13052024-12-20T22:38:55.373Z Compiling icu_locid v1.5.0
13062024-12-20T22:38:55.445Z Compiling icu_collections v1.5.0
13072024-12-20T22:38:55.599Z Compiling pest v2.7.14
13082024-12-20T22:38:56.025Z Compiling salsa20 v0.10.2
13092024-12-20T22:38:56.262Z Compiling pbkdf2 v0.12.2
13102024-12-20T22:38:56.457Z Compiling powerfmt v0.2.0
13112024-12-20T22:38:56.853Z Compiling icu_provider v1.5.0
13122024-12-20T22:38:56.913Z Compiling num-conv v0.1.0
13132024-12-20T22:38:57.157Z Compiling tracing v0.1.40
13142024-12-20T22:38:57.225Z Compiling spki v0.7.3
13152024-12-20T22:38:57.614Z Compiling icu_locid_transform v1.5.0
13162024-12-20T22:38:57.690Z Compiling vcpkg v0.2.15
13172024-12-20T22:38:57.926Z Compiling icu_properties_data v1.5.0
13182024-12-20T22:38:57.962Z Compiling mirai-annotations v1.12.0
13192024-12-20T22:38:58.160Z Compiling untrusted v0.9.0
13202024-12-20T22:38:58.195Z Compiling untrusted v0.7.1
13212024-12-20T22:38:58.335Z Compiling time-core v0.1.2
13222024-12-20T22:38:58.439Z Compiling pest_meta v2.7.14
13232024-12-20T22:38:58.522Z Compiling time-macros v0.2.18
13242024-12-20T22:38:58.665Z Compiling deranged v0.3.11
13252024-12-20T22:38:59.327Z Compiling icu_properties v1.5.1
13262024-12-20T22:38:59.884Z Compiling openssl-sys v0.9.103
13272024-12-20T22:39:00.616Z Compiling scrypt v0.11.0
13282024-12-20T22:39:01.025Z Compiling bitflags v2.6.0
13292024-12-20T22:39:01.185Z Compiling bytes v1.8.0
13302024-12-20T22:39:01.600Z Compiling indexmap v2.6.0
13312024-12-20T22:39:01.904Z Compiling semver v1.0.23
13322024-12-20T22:39:02.195Z Compiling tokio v1.40.0
13332024-12-20T22:39:02.577Z Compiling http v1.1.0
13342024-12-20T22:39:02.711Z Compiling rustc_version v0.4.1
13352024-12-20T22:39:03.011Z Compiling aes v0.8.4
13362024-12-20T22:39:03.488Z Compiling cbc v0.1.2
13372024-12-20T22:39:03.702Z Compiling scroll_derive v0.12.0
13382024-12-20T22:39:03.744Z Compiling atomic-waker v1.1.2
13392024-12-20T22:39:03.938Z Compiling utf16_iter v1.0.5
13402024-12-20T22:39:04.148Z Compiling num_threads v0.1.7
13412024-12-20T22:39:04.283Z Compiling utf8_iter v1.0.4
13422024-12-20T22:39:04.347Z Compiling write16 v1.0.0
13432024-12-20T22:39:04.464Z Compiling icu_normalizer_data v1.5.0
13442024-12-20T22:39:04.489Z Compiling time v0.3.36
13452024-12-20T22:39:04.522Z Compiling http-body v1.0.1
13462024-12-20T22:39:04.573Z Compiling icu_normalizer v1.5.0
13472024-12-20T22:39:04.775Z Compiling pkcs5 v0.7.1
13482024-12-20T22:39:05.216Z Compiling pest_generator v2.7.14
13492024-12-20T22:39:05.249Z Compiling scroll v0.12.0
13502024-12-20T22:39:05.837Z Compiling which v4.4.2
13512024-12-20T22:39:05.858Z Compiling form_urlencoded v1.2.1
13522024-12-20T22:39:06.032Z Compiling try-lock v0.2.5
13532024-12-20T22:39:06.206Z Compiling slog v2.7.0
13542024-12-20T22:39:06.474Z Compiling goblin v0.8.2
13552024-12-20T22:39:06.605Z Compiling want v0.3.1
13562024-12-20T22:39:06.852Z Compiling idna_adapter v1.2.0
13572024-12-20T22:39:06.926Z Compiling pkcs8 v0.10.2
13582024-12-20T22:39:06.926Z Compiling httpdate v1.0.3
13592024-12-20T22:39:07.077Z Compiling idna v1.0.3
13602024-12-20T22:39:07.251Z Compiling pest_derive v2.7.14
13612024-12-20T22:39:07.564Z Compiling serde_tokenstream v0.2.2
13622024-12-20T22:39:08.241Z Compiling dtrace-parser v0.2.0
13632024-12-20T22:39:08.264Z Compiling toml_datetime v0.6.8
13642024-12-20T22:39:08.264Z Compiling serde_spanned v0.6.8
13652024-12-20T22:39:08.463Z Compiling uuid v1.11.0
13662024-12-20T22:39:08.636Z Compiling tower-service v0.3.3
13672024-12-20T22:39:08.762Z Compiling match_cfg v0.1.0
13682024-12-20T22:39:08.867Z Compiling openssl v0.10.66
13692024-12-20T22:39:08.926Z Compiling iana-time-zone v0.1.61
13702024-12-20T22:39:09.315Z Compiling adler2 v2.0.0
13712024-12-20T22:39:09.392Z Compiling base64 v0.22.1
13722024-12-20T22:39:09.517Z Compiling rustversion v1.0.17
13732024-12-20T22:39:09.858Z Compiling foreign-types-shared v0.1.1
13742024-12-20T22:39:09.884Z Compiling miniz_oxide v0.8.0
13752024-12-20T22:39:10.016Z Compiling foreign-types v0.3.2
13762024-12-20T22:39:10.150Z Compiling chrono v0.4.38
13772024-12-20T22:39:10.181Z Compiling hostname v0.3.1
13782024-12-20T22:39:10.260Z Compiling url v2.5.3
13792024-12-20T22:39:10.446Z Compiling async-trait v0.1.83
13802024-12-20T22:39:11.475Z Compiling tokio-util v0.7.12
13812024-12-20T22:39:11.786Z Compiling openssl-macros v0.1.1
13822024-12-20T22:39:12.340Z Compiling dof v0.3.0
13832024-12-20T22:39:12.557Z Compiling h2 v0.4.6
13842024-12-20T22:39:12.911Z Compiling dirs-sys-next v0.1.2
13852024-12-20T22:39:13.193Z Compiling usdt-impl v0.5.0
13862024-12-20T22:39:13.581Z Compiling native-tls v0.2.12
13872024-12-20T22:39:13.910Z Compiling rustls v0.22.4
13882024-12-20T22:39:13.943Z Compiling syn v1.0.109
13892024-12-20T22:39:14.167Z Compiling siphasher v0.3.11
13902024-12-20T22:39:14.517Z Compiling rustls v0.23.19
13912024-12-20T22:39:14.566Z Compiling data-encoding v2.6.0
13922024-12-20T22:39:14.715Z Compiling dirs-next v2.0.0
13932024-12-20T22:39:14.966Z Compiling http-body-util v0.1.2
13942024-12-20T22:39:15.526Z Compiling heapless v0.7.17
13952024-12-20T22:39:15.974Z Compiling crossbeam-epoch v0.9.18
13962024-12-20T22:39:16.244Z Compiling sha1 v0.10.6
13972024-12-20T22:39:16.670Z Compiling signature v2.2.0
13982024-12-20T22:39:16.746Z Compiling bzip2-sys v0.1.11+1.0.8
13992024-12-20T22:39:16.907Z Compiling serde_derive_internals v0.29.1
14002024-12-20T22:39:16.970Z Compiling thread_local v1.1.8
14012024-12-20T22:39:17.037Z Compiling multer v3.1.0
14022024-12-20T22:39:17.226Z Compiling cookie v0.18.1
14032024-12-20T22:39:17.335Z Compiling encoding_rs v0.8.34
14042024-12-20T22:39:17.492Z Compiling gimli v0.31.1
14052024-12-20T22:39:17.539Z Compiling slog-async v2.8.0
14062024-12-20T22:39:17.969Z Compiling mime v0.3.17
14072024-12-20T22:39:18.037Z Compiling openssl-probe v0.1.5
14082024-12-20T22:39:18.404Z Compiling rayon-core v1.12.1
14092024-12-20T22:39:18.598Z Compiling signal-hook v0.3.17
14102024-12-20T22:39:18.670Z Compiling ipnet v2.10.1
14112024-12-20T22:39:18.873Z Compiling unicode-properties v0.1.3
14122024-12-20T22:39:19.304Z Compiling schemars v0.8.21
14132024-12-20T22:39:19.655Z Compiling hyper v1.5.0
14142024-12-20T22:39:19.715Z Compiling schemars_derive v0.8.21
14152024-12-20T22:39:20.012Z Compiling stringprep v0.1.5
14162024-12-20T22:39:21.927Z Compiling toml_edit v0.22.22
14172024-12-20T22:39:22.048Z Compiling addr2line v0.24.2
14182024-12-20T22:39:22.774Z Compiling hyper-util v0.1.10
14192024-12-20T22:39:23.112Z Compiling usdt-attr-macro v0.5.0
14202024-12-20T22:39:23.304Z Compiling usdt-macro v0.5.0
14212024-12-20T22:39:23.526Z Compiling crossbeam-deque v0.8.5
14222024-12-20T22:39:23.867Z Compiling term v0.7.0
14232024-12-20T22:39:24.314Z Compiling slog-json v2.6.1
14242024-12-20T22:39:24.693Z Compiling serde_urlencoded v0.7.1
14252024-12-20T22:39:24.735Z Compiling curve25519-dalek v4.1.3
14262024-12-20T22:39:24.785Z Compiling crossbeam-channel v0.5.13
14272024-12-20T22:39:25.294Z Compiling futures-executor v0.3.31
14282024-12-20T22:39:25.374Z Compiling enum-as-inner v0.6.1
14292024-12-20T22:39:25.396Z Compiling md-5 v0.10.6
14302024-12-20T22:39:25.660Z Compiling async-stream-impl v0.3.6
14312024-12-20T22:39:25.883Z Compiling rustls-pemfile v2.2.0
14322024-12-20T22:39:25.942Z Compiling num-integer v0.1.46
14332024-12-20T22:39:25.993Z Compiling idna v0.3.0
14342024-12-20T22:39:26.232Z Compiling idna v0.4.0
14352024-12-20T22:39:26.432Z Compiling hash32 v0.2.1
14362024-12-20T22:39:26.777Z Compiling ff v0.13.0
14372024-12-20T22:39:26.806Z Compiling is-terminal v0.4.13
14382024-12-20T22:39:26.945Z Compiling dropshot v0.12.0
14392024-12-20T22:39:27.018Z Compiling object v0.36.5
14402024-12-20T22:39:27.039Z Compiling smoltcp v0.9.1
14412024-12-20T22:39:27.229Z Compiling anyhow v1.0.93
14422024-12-20T22:39:27.648Z Compiling portable-atomic v1.9.0
14432024-12-20T22:39:27.770Z Compiling dyn-clone v1.0.17
14442024-12-20T22:39:27.872Z Compiling take_mut v0.2.2
14452024-12-20T22:39:27.893Z Compiling base16ct v0.2.0
14462024-12-20T22:39:27.996Z Compiling linked-hash-map v0.5.6
14472024-12-20T22:39:28.034Z Compiling quick-error v1.2.3
14482024-12-20T22:39:28.183Z Compiling utf-8 v0.7.6
14492024-12-20T22:39:28.214Z Compiling fallible-iterator v0.2.0
14502024-12-20T22:39:28.383Z Compiling rustc-demangle v0.1.24
14512024-12-20T22:39:28.522Z Compiling psl-types v2.0.11
14522024-12-20T22:39:28.737Z Compiling num-bigint-dig v0.8.4
14532024-12-20T22:39:28.829Z Compiling publicsuffix v2.2.3
14542024-12-20T22:39:28.907Z Compiling postgres-protocol v0.6.7
14552024-12-20T22:39:29.059Z Compiling tungstenite v0.24.0
14562024-12-20T22:39:29.103Z Compiling lru-cache v0.1.2
14572024-12-20T22:39:29.309Z Compiling resolv-conf v0.7.0
14582024-12-20T22:39:29.397Z Compiling sec1 v0.7.3
14592024-12-20T22:39:30.537Z Compiling hickory-proto v0.24.1
14602024-12-20T22:39:30.697Z Compiling async-stream v0.3.6
14612024-12-20T22:39:31.007Z Compiling group v0.13.0
14622024-12-20T22:39:31.310Z Compiling usdt v0.5.0
14632024-12-20T22:39:31.350Z Compiling slog-term v2.9.1
14642024-12-20T22:39:31.818Z Compiling num-iter v0.1.45
14652024-12-20T22:39:32.014Z Compiling futures v0.3.31
14662024-12-20T22:39:32.256Z Compiling toml v0.8.19
14672024-12-20T22:39:32.664Z Compiling slog-bunyan v2.5.0
14682024-12-20T22:39:34.013Z Compiling camino v1.1.9
14692024-12-20T22:39:34.674Z Compiling backtrace v0.3.74
14702024-12-20T22:39:35.027Z Compiling tokio-native-tls v0.3.1
14712024-12-20T22:39:35.079Z Compiling phf_shared v0.11.2
14722024-12-20T22:39:35.116Z Compiling dropshot_endpoint v0.12.0
14732024-12-20T22:39:35.245Z Compiling terminal_size v0.4.0
14742024-12-20T22:39:35.298Z Compiling waitgroup v0.1.2
14752024-12-20T22:39:35.469Z Compiling openapiv3 v2.0.0
14762024-12-20T22:39:35.486Z Compiling serde_path_to_error v0.1.16
14772024-12-20T22:39:35.518Z Compiling hkdf v0.12.4
14782024-12-20T22:39:35.766Z Compiling crypto-bigint v0.5.5
14792024-12-20T22:39:36.354Z Compiling zerocopy-derive v0.6.6
14802024-12-20T22:39:38.195Z Compiling hubpack_derive v0.1.1
14812024-12-20T22:39:38.530Z Compiling curve25519-dalek-derive v0.1.1
14822024-12-20T22:39:38.704Z Compiling webpki-roots v0.26.6
14832024-12-20T22:39:38.928Z Compiling idna v0.5.0
14842024-12-20T22:39:39.111Z Compiling hostname v0.4.0
14852024-12-20T22:39:39.384Z Compiling ahash v0.8.11
14862024-12-20T22:39:39.711Z Compiling fs-err v2.11.0
14872024-12-20T22:39:39.858Z Compiling crc32fast v1.4.2
14882024-12-20T22:39:40.021Z Compiling bitflags v1.3.2
14892024-12-20T22:39:40.024Z Compiling managed v0.8.0
14902024-12-20T22:39:40.136Z Compiling debug-ignore v1.0.5
14912024-12-20T22:39:40.171Z Compiling winnow v0.5.40
14922024-12-20T22:39:40.195Z Compiling console v0.15.8
14932024-12-20T22:39:40.610Z Compiling clap_builder v4.5.21
14942024-12-20T22:39:41.037Z Compiling flate2 v1.0.34
14952024-12-20T22:39:41.870Z Compiling strum_macros v0.25.3
14962024-12-20T22:39:42.050Z Compiling cookie_store v0.21.0
14972024-12-20T22:39:42.243Z Compiling hubpack v0.1.2
14982024-12-20T22:39:42.633Z Compiling elliptic-curve v0.13.8
14992024-12-20T22:39:42.722Z Compiling zerocopy v0.6.6
15002024-12-20T22:39:43.515Z Compiling hickory-resolver v0.24.1
15012024-12-20T22:39:43.661Z Compiling phf v0.11.2
15022024-12-20T22:39:43.967Z Compiling toml_edit v0.19.15
15032024-12-20T22:39:44.116Z Compiling hyper-tls v0.6.0
15042024-12-20T22:39:44.451Z Compiling signal-hook-mio v0.2.4
15052024-12-20T22:39:44.568Z Compiling rayon v1.10.0
15062024-12-20T22:39:44.619Z Compiling bzip2 v0.4.4
15072024-12-20T22:39:46.075Z Compiling tokio-tungstenite v0.24.0
15082024-12-20T22:39:46.646Z Compiling postgres-types v0.2.8
15092024-12-20T22:39:48.504Z Compiling ed25519 v2.2.3
15102024-12-20T22:39:49.467Z Compiling phf_shared v0.10.0
15112024-12-20T22:39:49.585Z Compiling tokio-stream v0.1.16
15122024-12-20T22:39:49.892Z Compiling pkcs1 v0.7.5
15132024-12-20T22:39:50.230Z Compiling serde-big-array v0.5.1
15142024-12-20T22:39:50.441Z Compiling clap_derive v4.5.18
15152024-12-20T22:39:50.466Z Compiling rfc6979 v0.4.0
15162024-12-20T22:39:50.483Z Compiling derive-where v1.2.7
15172024-12-20T22:39:50.663Z Compiling serde_repr v0.1.19
15182024-12-20T22:39:50.716Z Compiling float-cmp v0.9.0
15192024-12-20T22:39:50.959Z Compiling bstr v1.10.0
15202024-12-20T22:39:50.962Z Compiling sync_wrapper v1.0.1
15212024-12-20T22:39:51.127Z Compiling static_assertions v1.1.0
15222024-12-20T22:39:51.236Z Compiling precomputed-hash v0.1.1
15232024-12-20T22:39:51.361Z Compiling new_debug_unreachable v1.0.6
15242024-12-20T22:39:51.469Z Compiling normalize-line-endings v0.3.0
15252024-12-20T22:39:51.594Z Compiling difflib v0.4.0
15262024-12-20T22:39:51.865Z Compiling unicode-width v0.2.0
15272024-12-20T22:39:52.178Z Compiling whoami v1.5.2
15282024-12-20T22:39:52.423Z Compiling unicode-segmentation v1.12.0
15292024-12-20T22:39:52.781Z Compiling predicates-core v1.0.8
15302024-12-20T22:39:52.853Z Compiling fixedbitset v0.4.2
15312024-12-20T22:39:53.150Z Compiling bit-vec v0.6.3
15322024-12-20T22:39:53.237Z Compiling number_prefix v0.4.0
15332024-12-20T22:39:53.334Z Compiling petgraph v0.6.5
15342024-12-20T22:39:53.354Z Compiling similar v2.6.0
15352024-12-20T22:39:53.453Z Compiling indicatif v0.17.9
15362024-12-20T22:39:53.626Z Compiling bit-set v0.5.3
15372024-12-20T22:39:53.924Z Compiling predicates v3.1.2
15382024-12-20T22:39:54.161Z Compiling tokio-postgres v0.7.12
15392024-12-20T22:39:55.757Z Compiling clap v4.5.21
15402024-12-20T22:39:55.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15412024-12-20T22:39:55.829Z Compiling string_cache v0.8.7
15422024-12-20T22:39:55.843Z Compiling ecdsa v0.16.9
15432024-12-20T22:39:55.859Z Compiling rsa v0.9.6
15442024-12-20T22:39:56.291Z Compiling ed25519-dalek v2.1.1
15452024-12-20T22:39:56.705Z Compiling toml v0.7.8
15462024-12-20T22:39:57.516Z Compiling zip v0.6.6
15472024-12-20T22:39:57.578Z Compiling crossterm v0.28.1
15482024-12-20T22:39:59.161Z Compiling hex v0.4.3
15492024-12-20T22:39:59.718Z Compiling x509-cert v0.2.5
15502024-12-20T22:39:59.792Z Compiling unicode-xid v0.2.6
15512024-12-20T22:39:59.846Z Compiling lalrpop-util v0.19.12
15522024-12-20T22:39:59.993Z Compiling peg-runtime v0.8.3
15532024-12-20T22:40:00.106Z Compiling strum_macros v0.26.4
15542024-12-20T22:40:00.221Z Compiling xattr v1.3.1
15552024-12-20T22:40:00.496Z Compiling filetime v0.2.25
15562024-12-20T22:40:00.709Z Compiling tar v0.4.42
15572024-12-20T22:40:05.381Z Compiling strum v0.26.3
15582024-12-20T22:40:08.447Z Compiling aws-lc-sys v0.22.0
15592024-12-20T22:40:36.590Z Compiling rustls-webpki v0.102.8
15602024-12-20T22:40:40.136Z Compiling tokio-rustls v0.25.0
15612024-12-20T22:40:41.741Z Compiling tokio-rustls v0.26.0
15622024-12-20T22:40:42.182Z Compiling hyper-rustls v0.27.3
15632024-12-20T22:40:42.452Z Compiling reqwest v0.12.9
15642024-12-20T22:40:43.617Z Compiling qorb v0.2.1
15652024-12-20T22:40:48.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15662024-12-20T22:40:48.821Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15672024-12-20T22:40:54.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15682024-12-20T22:40:54.840Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15692024-12-20T22:40:54.905ZDec 20 22:40:53.624 INFO Starting download, target: Cockroach
15702024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: Console
15712024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: Clickhouse
15722024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: DendriteOpenapi
15732024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: DendriteStub
15742024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: MaghemiteMgd
15752024-12-20T22:40:54.906ZDec 20 22:40:53.624 INFO Starting download, target: TransceiverControl
15762024-12-20T22:40:54.907ZDec 20 22:40:53.625 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15772024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15782024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15792024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15802024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15812024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15822024-12-20T22:40:54.909ZDec 20 22:40:53.625 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15832024-12-20T22:40:55.533ZDec 20 22:40:54.063 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15842024-12-20T22:40:55.912ZDec 20 22:40:54.066 INFO Download complete, target: DendriteOpenapi
15852024-12-20T22:40:55.912ZDec 20 22:40:54.362 INFO Download complete, target: Console
15862024-12-20T22:40:55.912ZDec 20 22:40:54.410 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15872024-12-20T22:40:56.312ZDec 20 22:40:54.986 INFO Download complete, target: TransceiverControl
15882024-12-20T22:40:56.890ZDec 20 22:40:55.508 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15892024-12-20T22:40:57.047ZDec 20 22:40:55.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15902024-12-20T22:40:57.300ZDec 20 22:40:56.019 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15912024-12-20T22:40:59.637ZDec 20 22:40:58.322 INFO Download complete, target: DendriteStub
15922024-12-20T22:40:59.854ZDec 20 22:40:58.526 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15932024-12-20T22:40:59.854ZDec 20 22:40:58.526 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15942024-12-20T22:41:00.129ZDec 20 22:40:58.791 INFO Download complete, target: MaghemiteMgd
15952024-12-20T22:41:07.214ZDec 20 22:41:05.791 INFO Checking that binary works, target: Cockroach
15962024-12-20T22:41:07.433ZDec 20 22:41:05.947 INFO Download complete, target: Cockroach
15972024-12-20T22:41:09.636ZDec 20 22:41:08.057 INFO Checking that binary works, target: Clickhouse
15982024-12-20T22:41:09.636ZDec 20 22:41:08.204 INFO Download complete, target: Clickhouse
15992024-12-20T22:41:09.636ZAll builder prerequisites installed successfully, and PATH looks valid
16002024-12-20T22:41:09.636Z
16012024-12-20T22:41:09.636Zreal 8:13.883867650
16022024-12-20T22:41:09.636Zuser 16:37.283776875
16032024-12-20T22:41:09.636Zsys 3:16.093471254
16042024-12-20T22:41:09.636Ztrap 0.546921743
16052024-12-20T22:41:09.637Ztflt 1.504792250
16062024-12-20T22:41:09.637Zdflt 2.241364239
16072024-12-20T22:41:09.637Zkflt 0.024315264
16082024-12-20T22:41:09.637Zlock 30:26.427794793
16092024-12-20T22:41:09.637Zslp 1:08:21.554548413
16102024-12-20T22:41:09.637Zlat 58.407419187
16112024-12-20T22:41:09.637Zstop 2:23.028658764
16122024-12-20T22:41:09.637Z+ banner hack-check
16132024-12-20T22:41:09.637Z
16142024-12-20T22:41:09.637Z # # ## #### # # #### # # ###### #### # #
16152024-12-20T22:41:09.637Z # # # # # # # # # # # # # # # # #
16162024-12-20T22:41:09.637Z ###### # # # #### ##### # ###### ##### # ####
16172024-12-20T22:41:09.637Z # # ###### # # # # # # # # # #
16182024-12-20T22:41:09.637Z # # # # # # # # # # # # # # # # #
16192024-12-20T22:41:09.637Z # # # # #### # # #### # # ###### #### # #
16202024-12-20T22:41:09.637Z
16212024-12-20T22:41:09.638Z+ export CARGO_INCREMENTAL=0
16222024-12-20T22:41:09.638Z+ CARGO_INCREMENTAL=0
16232024-12-20T22:41:09.638Z+ ptime -m timeout 2h cargo xtask check-features --ci
16242024-12-20T22:41:10.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16252024-12-20T22:41:13.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
16262024-12-20T22:41:13.986Z Running `target/debug/xtask check-features --ci`
16272024-12-20T22:41:14.034Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16282024-12-20T22:41:14.057Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16292024-12-20T22:41:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16302024-12-20T22:41:14.482Z Running `target/debug/xtask download cargo-hack`
16312024-12-20T22:41:15.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16322024-12-20T22:41:15.687Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16332024-12-20T22:41:20.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
16342024-12-20T22:41:20.889Z Running `target/debug/xtask-downloader cargo-hack`
16352024-12-20T22:41:20.926ZDec 20 22:41:19.684 INFO Starting download, target: CargoHack
16362024-12-20T22:41:20.931ZDec 20 22:41:19.685 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16372024-12-20T22:41:21.387ZDec 20 22:41:20.143 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16382024-12-20T22:41:21.475ZDec 20 22:41:20.233 INFO Download complete, target: CargoHack
16392024-12-20T22:41:21.480Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16402024-12-20T22:41:21.494Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16412024-12-20T22:41:21.664Zinfo: running `cargo check --bins` on api_identity (1/175)
16422024-12-20T22:41:22.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-20T22:41:22.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-20T22:41:22.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-20T22:41:22.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16462024-12-20T22:41:22.270Z
16472024-12-20T22:41:22.270Zinfo: running `cargo check --bins` on bootstore (2/175)
16482024-12-20T22:41:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-20T22:41:22.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-20T22:41:22.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-20T22:41:22.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16522024-12-20T22:41:22.905Z
16532024-12-20T22:41:22.905Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16542024-12-20T22:41:23.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-20T22:41:23.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-20T22:41:23.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-20T22:41:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16582024-12-20T22:41:23.510Z
16592024-12-20T22:41:23.510Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16602024-12-20T22:41:24.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-20T22:41:24.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-20T22:41:24.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-20T22:41:24.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16642024-12-20T22:41:24.121Z
16652024-12-20T22:41:24.121Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16662024-12-20T22:41:24.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-20T22:41:24.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-20T22:41:24.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-20T22:41:24.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-12-20T22:41:24.583Z
16712024-12-20T22:41:24.583Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16722024-12-20T22:41:24.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-20T22:41:24.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-20T22:41:24.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-20T22:41:24.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16762024-12-20T22:41:24.974Z
16772024-12-20T22:41:24.974Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16782024-12-20T22:41:25.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-20T22:41:25.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-20T22:41:25.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-20T22:41:25.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16822024-12-20T22:41:25.434Z
16832024-12-20T22:41:25.434Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16842024-12-20T22:41:25.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-20T22:41:25.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-20T22:41:25.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-20T22:41:25.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882024-12-20T22:41:25.841Z
16892024-12-20T22:41:25.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16902024-12-20T22:41:26.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-20T22:41:26.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-20T22:41:26.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-20T22:41:26.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942024-12-20T22:41:26.259Z
16952024-12-20T22:41:26.260Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16962024-12-20T22:41:26.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-20T22:41:26.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-20T22:41:26.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-20T22:41:26.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-12-20T22:41:26.669Z
17012024-12-20T22:41:26.669Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
17022024-12-20T22:41:27.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-20T22:41:27.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-20T22:41:27.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-20T22:41:27.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-12-20T22:41:27.089Z
17072024-12-20T22:41:27.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
17082024-12-20T22:41:27.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-20T22:41:27.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-20T22:41:27.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-20T22:41:27.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17122024-12-20T22:41:27.520Z
17132024-12-20T22:41:27.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
17142024-12-20T22:41:27.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-20T22:41:27.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-20T22:41:27.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-20T22:41:27.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182024-12-20T22:41:27.947Z
17192024-12-20T22:41:27.947Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
17202024-12-20T22:41:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-20T22:41:28.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-20T22:41:28.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-20T22:41:28.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242024-12-20T22:41:28.373Z
17252024-12-20T22:41:28.373Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17262024-12-20T22:41:28.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-20T22:41:28.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-20T22:41:28.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-20T22:41:28.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302024-12-20T22:41:28.798Z
17312024-12-20T22:41:28.798Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17322024-12-20T22:41:29.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-20T22:41:29.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-20T22:41:29.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-20T22:41:29.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17362024-12-20T22:41:29.224Z
17372024-12-20T22:41:29.224Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17382024-12-20T22:41:29.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-20T22:41:29.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-20T22:41:29.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-20T22:41:29.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422024-12-20T22:41:29.644Z
17432024-12-20T22:41:29.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17442024-12-20T22:41:30.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-20T22:41:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-20T22:41:30.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-20T22:41:30.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482024-12-20T22:41:30.069Z
17492024-12-20T22:41:30.069Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17502024-12-20T22:41:30.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-20T22:41:30.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-20T22:41:30.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-20T22:41:30.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542024-12-20T22:41:30.495Z
17552024-12-20T22:41:30.495Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17562024-12-20T22:41:31.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-20T22:41:31.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-20T22:41:31.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-20T22:41:31.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602024-12-20T22:41:31.073Z
17612024-12-20T22:41:31.073Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17622024-12-20T22:41:31.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-20T22:41:31.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-20T22:41:31.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-20T22:41:31.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17662024-12-20T22:41:31.351Z
17672024-12-20T22:41:31.351Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17682024-12-20T22:41:31.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-20T22:41:31.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-20T22:41:31.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-20T22:41:31.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17722024-12-20T22:41:31.784Z
17732024-12-20T22:41:31.784Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17742024-12-20T22:41:32.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-20T22:41:32.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-20T22:41:32.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-12-20T22:41:32.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17782024-12-20T22:41:32.216Z
17792024-12-20T22:41:32.216Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17802024-12-20T22:41:32.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-12-20T22:41:32.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-12-20T22:41:32.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832024-12-20T22:41:32.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17842024-12-20T22:41:32.634Z
17852024-12-20T22:41:32.634Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17862024-12-20T22:41:33.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872024-12-20T22:41:33.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882024-12-20T22:41:33.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892024-12-20T22:41:33.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17902024-12-20T22:41:33.278Z
17912024-12-20T22:41:33.278Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17922024-12-20T22:41:33.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932024-12-20T22:41:33.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942024-12-20T22:41:33.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952024-12-20T22:41:33.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17962024-12-20T22:41:33.915Z
17972024-12-20T22:41:33.915Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17982024-12-20T22:41:34.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992024-12-20T22:41:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002024-12-20T22:41:34.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012024-12-20T22:41:34.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18022024-12-20T22:41:34.559Z
18032024-12-20T22:41:34.559Zinfo: running `cargo check --bins` on oxlog (28/175)
18042024-12-20T22:41:35.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052024-12-20T22:41:35.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062024-12-20T22:41:35.183Z Checking cfg-if v1.0.0
18072024-12-20T22:41:35.186Z Checking libc v0.2.162
18082024-12-20T22:41:35.298Z Checking serde v1.0.215
18092024-12-20T22:41:35.307Z Checking zeroize v1.8.1
18102024-12-20T22:41:35.331Z Checking memchr v2.7.4
18112024-12-20T22:41:35.331Z Checking typenum v1.17.0
18122024-12-20T22:41:35.397Z Checking scopeguard v1.2.0
18132024-12-20T22:41:35.397Z Checking subtle v2.6.1
18142024-12-20T22:41:35.412Z Checking value-bag v1.9.0
18152024-12-20T22:41:35.459Z Checking lock_api v0.4.12
18162024-12-20T22:41:35.533Z Checking const-oid v0.9.6
18172024-12-20T22:41:35.604Z Checking itoa v1.0.11
18182024-12-20T22:41:35.757Z Checking log v0.4.22
18192024-12-20T22:41:36.335Z Checking smallvec v1.13.2
18202024-12-20T22:41:36.411Z Checking pin-project-lite v0.2.14
18212024-12-20T22:41:36.411Z Checking byteorder v1.5.0
18222024-12-20T22:41:36.411Z Checking futures-core v0.3.31
18232024-12-20T22:41:36.412Z Checking once_cell v1.20.2
18242024-12-20T22:41:36.412Z Checking cpufeatures v0.2.14
18252024-12-20T22:41:36.412Z Checking stable_deref_trait v1.2.0
18262024-12-20T22:41:36.461Z Checking futures-sink v0.3.31
18272024-12-20T22:41:36.461Z Checking spin v0.9.8
18282024-12-20T22:41:36.495Z Checking zerocopy v0.7.35
18292024-12-20T22:41:36.495Z Checking getrandom v0.2.15
18302024-12-20T22:41:36.503Z Checking parking_lot_core v0.9.10
18312024-12-20T22:41:36.503Z Checking signal-hook-registry v1.4.2
18322024-12-20T22:41:37.003Z Checking generic-array v0.14.7
18332024-12-20T22:41:37.228Z Checking rand_core v0.6.4
18342024-12-20T22:41:37.228Z Checking mio v1.0.2
18352024-12-20T22:41:37.228Z Checking socket2 v0.5.7
18362024-12-20T22:41:37.229Z Checking parking_lot v0.12.3
18372024-12-20T22:41:37.229Z Checking zerofrom v0.1.4
18382024-12-20T22:41:37.511Z Checking slab v0.4.9
18392024-12-20T22:41:37.511Z Checking yoke v0.7.4
18402024-12-20T22:41:37.649Z Checking futures-channel v0.3.31
18412024-12-20T22:41:37.649Z Checking equivalent v1.0.1
18422024-12-20T22:41:37.649Z Checking allocator-api2 v0.2.18
18432024-12-20T22:41:37.649Z Checking foldhash v0.1.3
18442024-12-20T22:41:37.649Z Checking pin-utils v0.1.0
18452024-12-20T22:41:37.671Z Checking futures-io v0.3.31
18462024-12-20T22:41:37.671Z Checking futures-task v0.3.31
18472024-12-20T22:41:37.672Z Checking zerovec v0.10.4
18482024-12-20T22:41:37.672Z Checking ryu v1.0.18
18492024-12-20T22:41:37.746Z Checking tinyvec_macros v0.1.1
18502024-12-20T22:41:37.773Z Checking futures-util v0.3.31
18512024-12-20T22:41:37.784Z Checking tinyvec v1.8.0
18522024-12-20T22:41:37.791Z Checking crypto-common v0.1.6
18532024-12-20T22:41:37.870Z Checking block-buffer v0.10.4
18542024-12-20T22:41:37.878Z Checking block-padding v0.3.3
18552024-12-20T22:41:37.971Z Checking hashbrown v0.15.1
18562024-12-20T22:41:37.981Z Checking fnv v1.0.7
18572024-12-20T22:41:38.061Z Checking digest v0.10.7
18582024-12-20T22:41:38.080Z Checking inout v0.1.3
18592024-12-20T22:41:38.094Z Checking libm v0.2.8
18602024-12-20T22:41:38.297Z Checking cipher v0.4.4
18612024-12-20T22:41:38.449Z Checking hmac v0.12.1
18622024-12-20T22:41:38.744Z Checking sha2 v0.10.8
18632024-12-20T22:41:38.784Z Checking litemap v0.7.3
18642024-12-20T22:41:39.020Z Checking base64ct v1.6.0
18652024-12-20T22:41:39.036Z Checking unicode-bidi v0.3.17
18662024-12-20T22:41:39.123Z Checking unicode-normalization v0.1.24
18672024-12-20T22:41:39.157Z Checking writeable v0.5.5
18682024-12-20T22:41:39.228Z Checking num-traits v0.2.19
18692024-12-20T22:41:39.290Z Checking tinystr v0.7.6
18702024-12-20T22:41:39.470Z Checking pem-rfc7468 v0.7.0
18712024-12-20T22:41:39.483Z Checking ppv-lite86 v0.2.20
18722024-12-20T22:41:39.673Z Checking icu_locid v1.5.0
18732024-12-20T22:41:39.690Z Checking flagset v0.4.6
18742024-12-20T22:41:39.739Z Checking tracing-core v0.1.32
18752024-12-20T22:41:39.887Z Checking der v0.7.9
18762024-12-20T22:41:40.103Z Checking thiserror v1.0.69
18772024-12-20T22:41:40.228Z Checking icu_locid_transform_data v1.5.0
18782024-12-20T22:41:40.307Z Checking bytes v1.8.0
18792024-12-20T22:41:40.360Z Checking indexmap v2.6.0
18802024-12-20T22:41:40.360Z Checking serde_json v1.0.132
18812024-12-20T22:41:40.395Z Checking rand_chacha v0.3.1
18822024-12-20T22:41:40.784Z Checking icu_provider v1.5.0
18832024-12-20T22:41:40.921Z Checking bitflags v2.6.0
18842024-12-20T22:41:41.078Z Checking percent-encoding v2.3.1
18852024-12-20T22:41:41.172Z Checking tokio v1.40.0
18862024-12-20T22:41:45.462Z Checking http v1.1.0
18872024-12-20T22:41:45.515Z Checking rustls-pki-types v1.10.0
18882024-12-20T22:41:45.515Z Checking icu_locid_transform v1.5.0
18892024-12-20T22:41:45.517Z Checking rand v0.8.5
18902024-12-20T22:41:45.517Z Checking spki v0.7.3
18912024-12-20T22:41:45.517Z Checking tracing v0.1.40
18922024-12-20T22:41:45.517Z Checking icu_collections v1.5.0
18932024-12-20T22:41:45.517Z Checking salsa20 v0.10.2
18942024-12-20T22:41:45.517Z Checking pbkdf2 v0.12.2
18952024-12-20T22:41:45.517Z Checking aws-lc-sys v0.22.0
18962024-12-20T22:41:45.517Z Checking httparse v1.9.5
18972024-12-20T22:41:45.517Z Checking powerfmt v0.2.0
18982024-12-20T22:41:45.517Z Checking untrusted v0.7.1
18992024-12-20T22:41:45.517Z Checking untrusted v0.9.0
19002024-12-20T22:41:45.517Z Checking mirai-annotations v1.12.0
19012024-12-20T22:41:45.517Z Checking icu_properties_data v1.5.0
19022024-12-20T22:41:45.517Z Checking deranged v0.3.11
19032024-12-20T22:41:45.517Z Checking ring v0.17.8
19042024-12-20T22:41:45.517Z Checking scrypt v0.11.0
19052024-12-20T22:41:45.517Z Checking cbc v0.1.2
19062024-12-20T22:41:45.517Z Checking icu_properties v1.5.1
19072024-12-20T22:41:45.517Z Checking aes v0.8.4
19082024-12-20T22:41:45.517Z Checking crossbeam-utils v0.8.20
19092024-12-20T22:41:45.517Z Checking utf8_iter v1.0.4
19102024-12-20T22:41:45.517Z Checking num_threads v0.1.7
19112024-12-20T22:41:45.517Z Checking time-core v0.1.2
19122024-12-20T22:41:45.517Z Checking icu_normalizer_data v1.5.0
19132024-12-20T22:41:45.517Z Checking write16 v1.0.0
19142024-12-20T22:41:45.517Z Checking num-conv v0.1.0
19152024-12-20T22:41:45.517Z Checking atomic-waker v1.1.2
19162024-12-20T22:41:45.517Z Checking utf16_iter v1.0.5
19172024-12-20T22:41:45.517Z Checking pkcs5 v0.7.1
19182024-12-20T22:41:45.517Z Checking http-body v1.0.1
19192024-12-20T22:41:45.518Z Checking form_urlencoded v1.2.1
19202024-12-20T22:41:45.518Z Checking try-lock v0.2.5
19212024-12-20T22:41:45.518Z Checking httpdate v1.0.3
19222024-12-20T22:41:45.518Z Checking want v0.3.1
19232024-12-20T22:41:45.518Z Checking pkcs8 v0.10.2
19242024-12-20T22:41:45.518Z Checking unicode-ident v1.0.13
19252024-12-20T22:41:45.518Z Checking time v0.3.36
19262024-12-20T22:41:45.518Z Checking uuid v1.11.0
19272024-12-20T22:41:45.518Z Checking proc-macro2 v1.0.89
19282024-12-20T22:41:45.518Z Checking toml_datetime v0.6.8
19292024-12-20T22:41:45.518Z Checking serde_spanned v0.6.8
19302024-12-20T22:41:45.518Z Checking aws-lc-rs v1.10.0
19312024-12-20T22:41:45.518Z Checking slog v2.7.0
19322024-12-20T22:41:45.518Z Checking scroll v0.12.0
19332024-12-20T22:41:45.518Z Checking adler2 v2.0.0
19342024-12-20T22:41:45.518Z Checking base64 v0.22.1
19352024-12-20T22:41:45.518Z Checking tower-service v0.3.3
19362024-12-20T22:41:45.518Z Checking plain v0.2.3
19372024-12-20T22:41:45.518Z Checking match_cfg v0.1.0
19382024-12-20T22:41:45.518Z Checking iana-time-zone v0.1.61
19392024-12-20T22:41:45.633Z Checking foreign-types-shared v0.1.1
19402024-12-20T22:41:45.633Z Checking ucd-trie v0.1.7
19412024-12-20T22:41:45.657Z Checking foreign-types v0.3.2
19422024-12-20T22:41:45.657Z Checking chrono v0.4.38
19432024-12-20T22:41:45.699Z Checking goblin v0.8.2
19442024-12-20T22:41:45.725Z Checking pest v2.7.14
19452024-12-20T22:41:45.742Z Checking hostname v0.3.1
19462024-12-20T22:41:45.865Z Checking quote v1.0.37
19472024-12-20T22:41:46.234Z Checking miniz_oxide v0.8.0
19482024-12-20T22:41:46.343Z Checking icu_normalizer v1.5.0
19492024-12-20T22:41:46.596Z Checking rustls-webpki v0.102.8
19502024-12-20T22:41:46.980Z Checking openssl-sys v0.9.103
19512024-12-20T22:41:47.071Z Checking dirs-sys-next v0.1.2
19522024-12-20T22:41:47.140Z Checking idna_adapter v1.2.0
19532024-12-20T22:41:47.258Z Checking errno v0.3.9
19542024-12-20T22:41:47.350Z Checking idna v1.0.3
19552024-12-20T22:41:47.412Z Checking aho-corasick v1.1.3
19562024-12-20T22:41:47.431Z Checking siphasher v0.3.11
19572024-12-20T22:41:47.710Z Checking regex-syntax v0.8.5
19582024-12-20T22:41:47.749Z Checking data-encoding v2.6.0
19592024-12-20T22:41:47.820Z Checking url v2.5.3
19602024-12-20T22:41:48.223Z Checking pretty-hex v0.4.1
19612024-12-20T22:41:48.279Z Checking openssl v0.10.66
19622024-12-20T22:41:48.384Z Checking dtrace-parser v0.2.0
19632024-12-20T22:41:48.402Z Checking tokio-util v0.7.12
19642024-12-20T22:41:48.444Z Checking rustix v0.38.37
19652024-12-20T22:41:48.643Z Checking dirs-next v2.0.0
19662024-12-20T22:41:48.778Z Checking syn v2.0.87
19672024-12-20T22:41:48.846Z Checking http-body-util v0.1.2
19682024-12-20T22:41:49.047Z Checking crossbeam-epoch v0.9.18
19692024-12-20T22:41:49.302Z Checking h2 v0.4.6
19702024-12-20T22:41:49.316Z Checking sha1 v0.10.6
19712024-12-20T22:41:49.501Z Checking signature v2.2.0
19722024-12-20T22:41:49.597Z Checking lazy_static v1.5.0
19732024-12-20T22:41:49.706Z Checking thread_local v1.1.8
19742024-12-20T22:41:49.721Z Checking thread-id v4.2.2
19752024-12-20T22:41:49.836Z Checking encoding_rs v0.8.34
19762024-12-20T22:41:49.976Z Checking mime v0.3.17
19772024-12-20T22:41:50.267Z Checking winnow v0.6.20
19782024-12-20T22:41:50.732Z Checking dof v0.3.0
19792024-12-20T22:41:51.093Z Checking regex-automata v0.4.8
19802024-12-20T22:41:51.358Z Checking utf8parse v0.2.2
19812024-12-20T22:41:51.500Z Checking anstyle v1.0.10
19822024-12-20T22:41:51.852Z Checking openssl-probe v0.1.5
19832024-12-20T22:41:52.014Z Checking unicode-properties v0.1.3
19842024-12-20T22:41:52.031Z Checking gimli v0.31.1
19852024-12-20T22:41:52.099Z Checking ipnet v2.10.1
19862024-12-20T22:41:52.386Z Checking stringprep v0.1.5
19872024-12-20T22:41:52.562Z Checking anstyle-parse v0.2.5
19882024-12-20T22:41:52.653Z Checking crossbeam-deque v0.8.5
19892024-12-20T22:41:52.843Z Checking term v0.7.0
19902024-12-20T22:41:52.974Z Checking rustls v0.23.19
19912024-12-20T22:41:53.249Z Checking toml_edit v0.22.22
19922024-12-20T22:41:53.286Z Checking rustls v0.22.4
19932024-12-20T22:41:53.783Z Checking native-tls v0.2.12
19942024-12-20T22:41:54.098Z Checking slog-json v2.6.1
19952024-12-20T22:41:54.333Z Checking serde_urlencoded v0.7.1
19962024-12-20T22:41:54.770Z Checking crossbeam-channel v0.5.13
19972024-12-20T22:41:55.194Z Checking usdt-impl v0.5.0
19982024-12-20T22:41:55.437Z Checking hyper v1.5.0
19992024-12-20T22:41:55.530Z Checking futures-executor v0.3.31
20002024-12-20T22:41:55.736Z Checking rustls-pemfile v2.2.0
20012024-12-20T22:41:55.754Z Checking num-integer v0.1.46
20022024-12-20T22:41:55.793Z Checking idna v0.3.0
20032024-12-20T22:41:55.940Z Checking idna v0.4.0
20042024-12-20T22:41:55.987Z Checking md-5 v0.10.6
20052024-12-20T22:41:56.035Z Checking addr2line v0.24.2
20062024-12-20T22:41:56.194Z Checking ff v0.13.0
20072024-12-20T22:41:56.211Z Checking memmap v0.7.0
20082024-12-20T22:41:56.403Z Checking is-terminal v0.4.13
20092024-12-20T22:41:56.428Z Checking hash32 v0.2.1
20102024-12-20T22:41:56.520Z Checking object v0.36.5
20112024-12-20T22:41:56.536Z Checking base16ct v0.2.0
20122024-12-20T22:41:56.633Z Checking quick-error v1.2.3
20132024-12-20T22:41:56.727Z Checking anstyle-query v1.1.1
20142024-12-20T22:41:56.730Z Checking colorchoice v1.0.2
20152024-12-20T22:41:56.764Z Checking fallible-iterator v0.2.0
20162024-12-20T22:41:56.778Z Checking take_mut v0.2.2
20172024-12-20T22:41:56.855Z Checking linked-hash-map v0.5.6
20182024-12-20T22:41:56.870Z Checking utf-8 v0.7.6
20192024-12-20T22:41:56.895Z Checking rustc-demangle v0.1.24
20202024-12-20T22:41:56.914Z Checking psl-types v2.0.11
20212024-12-20T22:41:57.068Z Checking is_terminal_polyfill v1.70.1
20222024-12-20T22:41:57.096Z Checking either v1.13.0
20232024-12-20T22:41:57.189Z Checking dyn-clone v1.0.17
20242024-12-20T22:41:57.193Z Checking anstream v0.6.15
20252024-12-20T22:41:57.317Z Checking lru-cache v0.1.2
20262024-12-20T22:41:57.333Z Checking schemars v0.8.21
20272024-12-20T22:41:57.363Z Checking postgres-protocol v0.6.7
20282024-12-20T22:41:57.438Z Checking hyper-util v0.1.10
20292024-12-20T22:41:57.484Z Checking publicsuffix v2.2.3
20302024-12-20T22:41:57.484Z Checking tungstenite v0.24.0
20312024-12-20T22:41:57.562Z Checking slog-async v2.8.0
20322024-12-20T22:41:57.708Z Checking tokio-rustls v0.25.0
20332024-12-20T22:41:57.849Z Checking hickory-proto v0.24.1
20342024-12-20T22:41:58.032Z Checking resolv-conf v0.7.0
20352024-12-20T22:41:58.107Z Checking sec1 v0.7.3
20362024-12-20T22:41:58.368Z Checking heapless v0.7.17
20372024-12-20T22:41:58.412Z Checking slog-term v2.9.1
20382024-12-20T22:41:58.500Z Checking usdt v0.5.0
20392024-12-20T22:41:58.516Z Checking tokio-rustls v0.26.0
20402024-12-20T22:41:58.750Z Checking group v0.13.0
20412024-12-20T22:41:58.892Z Checking num-iter v0.1.45
20422024-12-20T22:41:58.924Z Checking toml v0.8.19
20432024-12-20T22:41:58.950Z Checking futures v0.3.31
20442024-12-20T22:41:59.001Z Checking slog-bunyan v2.5.0
20452024-12-20T22:41:59.060Z Checking tokio-native-tls v0.3.1
20462024-12-20T22:41:59.076Z Checking rayon-core v1.12.1
20472024-12-20T22:41:59.170Z Checking multer v3.1.0
20482024-12-20T22:41:59.318Z Checking terminal_size v0.4.0
20492024-12-20T22:41:59.404Z Checking phf_shared v0.11.2
20502024-12-20T22:41:59.475Z Checking cookie v0.18.1
20512024-12-20T22:41:59.492Z Checking async-stream v0.3.6
20522024-12-20T22:41:59.583Z Checking bzip2-sys v0.1.11+1.0.8
20532024-12-20T22:41:59.677Z Checking signal-hook v0.3.17
20542024-12-20T22:41:59.691Z Checking camino v1.1.9
20552024-12-20T22:41:59.706Z Checking waitgroup v0.1.2
20562024-12-20T22:41:59.709Z Checking openapiv3 v2.0.0
20572024-12-20T22:41:59.753Z Checking webpki-roots v0.26.6
20582024-12-20T22:41:59.838Z Checking serde_path_to_error v0.1.16
20592024-12-20T22:41:59.928Z Checking idna v0.5.0
20602024-12-20T22:41:59.952Z Checking hkdf v0.12.4
20612024-12-20T22:42:00.020Z Checking crypto-bigint v0.5.5
20622024-12-20T22:42:00.157Z Checking hostname v0.4.0
20632024-12-20T22:42:00.254Z Checking crc32fast v1.4.2
20642024-12-20T22:42:00.297Z Checking managed v0.8.0
20652024-12-20T22:42:00.461Z Checking debug-ignore v1.0.5
20662024-12-20T22:42:00.487Z Checking bitflags v1.3.2
20672024-12-20T22:42:00.579Z Checking unicode-width v0.1.14
20682024-12-20T22:42:00.591Z Checking winnow v0.5.40
20692024-12-20T22:42:00.676Z Checking strsim v0.11.1
20702024-12-20T22:42:00.793Z Checking clap_lex v0.7.2
20712024-12-20T22:42:00.954Z Checking cookie_store v0.21.0
20722024-12-20T22:42:01.047Z Checking clap_builder v4.5.21
20732024-12-20T22:42:01.071Z Checking console v0.15.8
20742024-12-20T22:42:01.660Z Checking smoltcp v0.9.1
20752024-12-20T22:42:01.663Z Checking flate2 v1.0.34
20762024-12-20T22:42:02.318Z Checking signal-hook-mio v0.2.4
20772024-12-20T22:42:02.468Z Checking hyper-rustls v0.27.3
20782024-12-20T22:42:02.661Z Checking hickory-resolver v0.24.1
20792024-12-20T22:42:02.797Z Checking rayon v1.10.0
20802024-12-20T22:42:02.816Z Checking elliptic-curve v0.13.8
20812024-12-20T22:42:03.084Z Checking backtrace v0.3.74
20822024-12-20T22:42:03.172Z Checking bzip2 v0.4.4
20832024-12-20T22:42:03.205Z Checking dropshot v0.12.0
20842024-12-20T22:42:03.458Z Checking phf v0.11.2
20852024-12-20T22:42:03.472Z Checking hyper-tls v0.6.0
20862024-12-20T22:42:03.615Z Checking toml_edit v0.19.15
20872024-12-20T22:42:03.663Z Checking anyhow v1.0.93
20882024-12-20T22:42:03.728Z Checking num-bigint-dig v0.8.4
20892024-12-20T22:42:03.769Z Checking tokio-tungstenite v0.24.0
20902024-12-20T22:42:04.024Z Checking postgres-types v0.2.8
20912024-12-20T22:42:04.102Z Checking regex v1.11.1
20922024-12-20T22:42:04.228Z Checking bstr v1.10.0
20932024-12-20T22:42:04.242Z Checking ed25519 v2.2.3
20942024-12-20T22:42:04.547Z Checking tokio-stream v0.1.16
20952024-12-20T22:42:04.755Z Checking phf_shared v0.10.0
20962024-12-20T22:42:04.773Z Checking zerocopy v0.6.6
20972024-12-20T22:42:05.047Z Checking curve25519-dalek v4.1.3
20982024-12-20T22:42:05.163Z Checking pkcs1 v0.7.5
20992024-12-20T22:42:05.450Z Checking hubpack v0.1.2
21002024-12-20T22:42:05.545Z Checking portable-atomic v1.9.0
21012024-12-20T22:42:05.561Z Checking float-cmp v0.9.0
21022024-12-20T22:42:05.733Z Checking serde-big-array v0.5.1
21032024-12-20T22:42:05.766Z Checking rfc6979 v0.4.0
21042024-12-20T22:42:05.885Z Checking sync_wrapper v1.0.1
21052024-12-20T22:42:05.936Z Checking bit-vec v0.6.3
21062024-12-20T22:42:05.949Z Checking number_prefix v0.4.0
21072024-12-20T22:42:06.018Z Checking predicates-core v1.0.8
21082024-12-20T22:42:06.131Z Checking unicode-segmentation v1.12.0
21092024-12-20T22:42:06.146Z Checking precomputed-hash v0.1.1
21102024-12-20T22:42:06.204Z Checking normalize-line-endings v0.3.0
21112024-12-20T22:42:06.245Z Checking unicode-width v0.2.0
21122024-12-20T22:42:06.258Z Checking difflib v0.4.0
21132024-12-20T22:42:06.325Z Checking new_debug_unreachable v1.0.6
21142024-12-20T22:42:06.415Z Checking fixedbitset v0.4.2
21152024-12-20T22:42:06.535Z Checking whoami v1.5.2
21162024-12-20T22:42:06.562Z Checking minimal-lexical v0.2.1
21172024-12-20T22:42:06.657Z Checking static_assertions v1.1.0
21182024-12-20T22:42:06.678Z Checking petgraph v0.6.5
21192024-12-20T22:42:06.720Z Checking indicatif v0.17.9
21202024-12-20T22:42:06.751Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21212024-12-20T22:42:06.802Z Checking similar v2.6.0
21222024-12-20T22:42:06.839Z Checking tokio-postgres v0.7.12
21232024-12-20T22:42:06.925Z Checking ed25519-dalek v2.1.1
21242024-12-20T22:42:06.953Z Checking qorb v0.2.1
21252024-12-20T22:42:06.966Z Checking nom v7.1.3
21262024-12-20T22:42:07.310Z Checking predicates v3.1.2
21272024-12-20T22:42:07.501Z Checking string_cache v0.8.7
21282024-12-20T22:42:07.645Z Checking bit-set v0.5.3
21292024-12-20T22:42:07.792Z Checking toml v0.7.8
21302024-12-20T22:42:07.905Z Checking reqwest v0.12.9
21312024-12-20T22:42:07.952Z Checking ecdsa v0.16.9
21322024-12-20T22:42:08.520Z Checking rsa v0.9.6
21332024-12-20T22:42:08.691Z Checking clap v4.5.21
21342024-12-20T22:42:08.816Z Checking zip v0.6.6
21352024-12-20T22:42:09.522Z Checking crossterm v0.28.1
21362024-12-20T22:42:09.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21372024-12-20T22:42:09.549Z Checking itertools v0.10.5
21382024-12-20T22:42:09.566Z Checking fs-err v2.11.0
21392024-12-20T22:42:09.798Z Checking ahash v0.8.11
21402024-12-20T22:42:09.862Z Checking x509-cert v0.2.5
21412024-12-20T22:42:09.997Z Checking hex v0.4.3
21422024-12-20T22:42:10.064Z Checking semver v1.0.23
21432024-12-20T22:42:10.127Z Checking heck v0.4.1
21442024-12-20T22:42:10.335Z Checking peg-runtime v0.8.3
21452024-12-20T22:42:10.358Z Checking lalrpop-util v0.19.12
21462024-12-20T22:42:10.480Z Checking sigpipe v0.1.3
21472024-12-20T22:42:11.639Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21482024-12-20T22:42:11.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
21492024-12-20T22:42:12.108Z
21502024-12-20T22:42:12.108Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21512024-12-20T22:42:12.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522024-12-20T22:42:12.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532024-12-20T22:42:12.773Z Compiling hashbrown v0.14.5
21542024-12-20T22:42:12.894Z Checking heck v0.5.0
21552024-12-20T22:42:12.905Z Compiling unsafe-libyaml v0.2.11
21562024-12-20T22:42:12.919Z Compiling ident_case v1.0.1
21572024-12-20T22:42:12.928Z Checking progenitor-client v0.8.0
21582024-12-20T22:42:12.940Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21592024-12-20T22:42:12.953Z Compiling proc-macro-crate v1.3.1
21602024-12-20T22:42:13.058Z Compiling darling_core v0.20.10
21612024-12-20T22:42:13.078Z Checking ipnetwork v0.20.0
21622024-12-20T22:42:13.268Z Compiling structmeta-derive v0.3.0
21632024-12-20T22:42:13.288Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21642024-12-20T22:42:13.447Z Compiling newtype-uuid v1.1.3
21652024-12-20T22:42:13.601Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21662024-12-20T22:42:13.742Z Compiling lzma-sys v0.1.20
21672024-12-20T22:42:13.940Z Compiling foreign-types-macros v0.2.3
21682024-12-20T22:42:14.001Z Compiling num_enum_derive v0.5.11
21692024-12-20T22:42:14.041Z Checking regress v0.10.1
21702024-12-20T22:42:14.543Z Compiling serde_yaml v0.9.34+deprecated
21712024-12-20T22:42:14.772Z Compiling dropshot v0.13.0
21722024-12-20T22:42:15.046Z Checking arc-swap v1.7.1
21732024-12-20T22:42:15.239Z Checking foreign-types-shared v0.3.1
21742024-12-20T22:42:15.354Z Checking foreign-types v0.5.0
21752024-12-20T22:42:15.479Z Checking slog-scope v4.4.0
21762024-12-20T22:42:15.566Z Compiling proc-macro-error v1.0.4
21772024-12-20T22:42:16.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21782024-12-20T22:42:16.247Z Checking tungstenite v0.21.0
21792024-12-20T22:42:16.319Z Compiling structmeta v0.3.0
21802024-12-20T22:42:16.337Z Compiling heck v0.3.3
21812024-12-20T22:42:16.603Z Checking num_enum v0.5.11
21822024-12-20T22:42:16.743Z Compiling parse-display-derive v0.10.0
21832024-12-20T22:42:16.760Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21842024-12-20T22:42:16.761Z Compiling dropshot_endpoint v0.13.0
21852024-12-20T22:42:17.190Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862024-12-20T22:42:17.600Z Checking cstr-argument v0.1.2
21872024-12-20T22:42:17.617Z Checking typify-impl v0.2.0
21882024-12-20T22:42:17.775Z Checking instant v0.1.13
21892024-12-20T22:42:17.892Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21902024-12-20T22:42:18.426Z Checking fastrand v2.1.1
21912024-12-20T22:42:18.493Z Checking pretty-hex v0.2.1
21922024-12-20T22:42:18.663Z Checking base64 v0.21.7
21932024-12-20T22:42:18.804Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21942024-12-20T22:42:19.092Z Checking tempfile v3.13.0
21952024-12-20T22:42:19.187Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962024-12-20T22:42:19.331Z Checking backoff v0.4.0
21972024-12-20T22:42:19.334Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21982024-12-20T22:42:19.501Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21992024-12-20T22:42:19.657Z Checking tokio-tungstenite v0.21.0
22002024-12-20T22:42:19.695Z Checking strum v0.26.3
22012024-12-20T22:42:19.711Z Compiling zone_cfg_derive v0.1.2
22022024-12-20T22:42:19.859Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22032024-12-20T22:42:20.131Z Compiling darling_macro v0.20.10
22042024-12-20T22:42:20.160Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22052024-12-20T22:42:20.177Z Checking slog-stdlog v4.1.1
22062024-12-20T22:42:20.400Z Checking regress v0.9.1
22072024-12-20T22:42:20.506Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22082024-12-20T22:42:20.611Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22092024-12-20T22:42:20.651Z Checking colored v2.1.0
22102024-12-20T22:42:20.876Z Checking macaddr v1.0.1
22112024-12-20T22:42:20.957Z Checking base64 v0.13.1
22122024-12-20T22:42:21.061Z Compiling darling v0.20.10
22132024-12-20T22:42:21.179Z Compiling serde_with_macros v3.11.0
22142024-12-20T22:42:21.195Z Checking zone v0.1.8
22152024-12-20T22:42:21.332Z Checking ron v0.7.1
22162024-12-20T22:42:21.427Z Checking parse-display v0.10.0
22172024-12-20T22:42:21.661Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-12-20T22:42:21.856Z Checking xz2 v0.1.7
22192024-12-20T22:42:22.125Z Checking slog-envlogger v2.2.0
22202024-12-20T22:42:22.146Z Checking tabwriter v1.4.0
22212024-12-20T22:42:22.334Z Checking xattr v1.3.1
22222024-12-20T22:42:22.372Z Checking pem v3.0.4
22232024-12-20T22:42:22.511Z Checking yasna v0.5.2
22242024-12-20T22:42:22.527Z Checking headers-core v0.3.0
22252024-12-20T22:42:22.625Z Checking smf v0.2.3
22262024-12-20T22:42:22.666Z Checking filetime v0.2.25
22272024-12-20T22:42:22.877Z Checking same-file v1.0.6
22282024-12-20T22:42:23.056Z Checking walkdir v2.5.0
22292024-12-20T22:42:23.092Z Checking tar v0.4.42
22302024-12-20T22:42:23.196Z Checking headers v0.4.0
22312024-12-20T22:42:23.331Z Checking camino-tempfile v1.1.1
22322024-12-20T22:42:23.402Z Checking rcgen v0.12.1
22332024-12-20T22:42:23.594Z Checking atomicwrites v0.4.4
22342024-12-20T22:42:23.774Z Checking subprocess v0.2.9
22352024-12-20T22:42:24.099Z Checking serde_with v3.11.0
22362024-12-20T22:42:28.006Z Compiling typify-macro v0.2.0
22372024-12-20T22:42:29.849Z Compiling typify v0.2.0
22382024-12-20T22:42:29.922Z Compiling progenitor-impl v0.8.0
22392024-12-20T22:42:33.141Z Compiling progenitor-macro v0.8.0
22402024-12-20T22:42:37.974Z Checking progenitor v0.8.0
22412024-12-20T22:42:38.125Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22422024-12-20T22:42:38.131Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22432024-12-20T22:42:40.866Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22442024-12-20T22:42:41.197Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22452024-12-20T22:42:47.621Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22462024-12-20T22:42:49.181Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22472024-12-20T22:42:50.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.33s
22482024-12-20T22:42:50.621Z
22492024-12-20T22:42:50.621Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22502024-12-20T22:42:51.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-12-20T22:42:51.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-12-20T22:42:51.279Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22532024-12-20T22:42:52.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
22542024-12-20T22:42:52.870Z
22552024-12-20T22:42:52.870Zinfo: running `cargo check --bins` on nexus-config (31/175)
22562024-12-20T22:42:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-12-20T22:42:53.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-12-20T22:42:53.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-12-20T22:42:53.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22602024-12-20T22:42:53.500Z
22612024-12-20T22:42:53.500Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22622024-12-20T22:42:54.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-12-20T22:42:54.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-12-20T22:42:54.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-12-20T22:42:54.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22662024-12-20T22:42:54.111Z
22672024-12-20T22:42:54.111Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22682024-12-20T22:42:54.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-12-20T22:42:54.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-12-20T22:42:54.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-12-20T22:42:54.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22722024-12-20T22:42:54.745Z
22732024-12-20T22:42:54.745Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22742024-12-20T22:42:55.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-12-20T22:42:55.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-12-20T22:42:55.423Z Compiling zerocopy v0.8.10
22772024-12-20T22:42:55.423Z Compiling progenitor-client v0.8.0
22782024-12-20T22:42:55.423Z Compiling itertools v0.13.0
22792024-12-20T22:42:55.426Z Compiling zerocopy-derive v0.8.10
22802024-12-20T22:42:55.426Z Compiling heapless v0.8.0
22812024-12-20T22:42:55.426Z Compiling newtype-uuid v1.1.3
22822024-12-20T22:42:55.426Z Compiling ipnetwork v0.20.0
22832024-12-20T22:42:55.426Z Checking hash32 v0.3.1
22842024-12-20T22:42:55.709Z Compiling instant v0.1.13
22852024-12-20T22:42:55.855Z Compiling smoltcp v0.11.0
22862024-12-20T22:42:55.898Z Compiling backoff v0.4.0
22872024-12-20T22:42:56.039Z Compiling progenitor v0.8.0
22882024-12-20T22:42:56.259Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22892024-12-20T22:42:56.295Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22902024-12-20T22:42:56.442Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22912024-12-20T22:42:56.475Z Compiling serde_with v3.11.0
22922024-12-20T22:42:56.620Z Compiling dropshot v0.13.0
22932024-12-20T22:42:56.820Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942024-12-20T22:42:57.001Z Compiling parse-display v0.10.0
22952024-12-20T22:42:57.068Z Checking num-rational v0.4.2
22962024-12-20T22:42:57.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22972024-12-20T22:42:57.698Z Compiling regress v0.9.1
22982024-12-20T22:42:57.730Z Compiling phf_generator v0.11.2
22992024-12-20T22:42:57.917Z Checking num-complex v0.4.6
23002024-12-20T22:42:58.633Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-20T22:42:59.263Z Compiling macaddr v1.0.1
23022024-12-20T22:42:59.723Z Checking cobs v0.2.3
23032024-12-20T22:42:59.912Z Checking postcard v1.0.10
23042024-12-20T22:42:59.952Z Compiling num v0.4.3
23052024-12-20T22:43:00.179Z Compiling phf_codegen v0.11.2
23062024-12-20T22:43:00.519Z Compiling parse-zoneinfo v0.3.1
23072024-12-20T22:43:00.610Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23082024-12-20T22:43:00.889Z Compiling float-ord v0.3.2
23092024-12-20T22:43:01.207Z Compiling convert_case v0.4.0
23102024-12-20T22:43:01.795Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-12-20T22:43:02.189Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23122024-12-20T22:43:02.342Z Compiling derive_more v0.99.18
23132024-12-20T22:43:02.544Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142024-12-20T22:43:02.859Z Compiling chrono-tz-build v0.4.0
23152024-12-20T22:43:03.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162024-12-20T22:43:04.366Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23172024-12-20T22:43:04.416Z Compiling crucible-workspace-hack v0.1.0
23182024-12-20T22:43:04.547Z Compiling thiserror v2.0.3
23192024-12-20T22:43:04.667Z Compiling chrono-tz v0.10.0
23202024-12-20T22:43:04.736Z Checking newline-converter v0.3.0
23212024-12-20T22:43:05.304Z Checking prettyplease v0.2.25
23222024-12-20T22:43:05.870Z Compiling thiserror-impl v2.0.3
23232024-12-20T22:43:06.046Z Compiling slog-dtrace v0.3.0
23242024-12-20T22:43:06.063Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23252024-12-20T22:43:06.352Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23262024-12-20T22:43:06.369Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23272024-12-20T22:43:06.820Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23282024-12-20T22:43:07.393Z Checking expectorate v1.1.0
23292024-12-20T22:43:07.560Z Compiling zone_cfg_derive v0.3.0
23302024-12-20T22:43:07.665Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23312024-12-20T22:43:07.746Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23322024-12-20T22:43:08.031Z Compiling const_format_proc_macros v0.2.33
23332024-12-20T22:43:08.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23342024-12-20T22:43:08.942Z Compiling num-derive v0.4.2
23352024-12-20T22:43:09.065Z Checking highway v1.2.0
23362024-12-20T22:43:09.104Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23372024-12-20T22:43:09.484Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382024-12-20T22:43:09.515Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23392024-12-20T22:43:09.647Z Checking zone v0.3.0
23402024-12-20T22:43:09.804Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23412024-12-20T22:43:10.188Z Checking const_format v0.2.33
23422024-12-20T22:43:10.371Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23432024-12-20T22:43:10.421Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23442024-12-20T22:43:10.645Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23452024-12-20T22:43:10.969Z Checking gethostname v0.5.0
23462024-12-20T22:43:11.064Z Checking bcs v0.1.6
23472024-12-20T22:43:11.104Z Compiling async-recursion v1.1.1
23482024-12-20T22:43:11.334Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23492024-12-20T22:43:12.304Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23502024-12-20T22:43:12.679Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23512024-12-20T22:43:18.614Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23522024-12-20T22:43:21.990Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23532024-12-20T22:43:24.641Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23542024-12-20T22:43:25.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.10s
23552024-12-20T22:43:26.041Z
23562024-12-20T22:43:26.041Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23572024-12-20T22:43:26.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-12-20T22:43:26.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-12-20T22:43:26.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-12-20T22:43:26.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23612024-12-20T22:43:26.681Z
23622024-12-20T22:43:26.681Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23632024-12-20T22:43:27.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-12-20T22:43:27.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-12-20T22:43:27.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-12-20T22:43:27.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23672024-12-20T22:43:27.322Z
23682024-12-20T22:43:27.322Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23692024-12-20T22:43:27.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-12-20T22:43:27.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-12-20T22:43:27.980Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23722024-12-20T22:43:28.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23732024-12-20T22:43:28.803Z
23742024-12-20T22:43:28.803Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23752024-12-20T22:43:29.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-12-20T22:43:29.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-12-20T22:43:29.479Z Compiling cfg_aliases v0.1.1
23782024-12-20T22:43:29.482Z Compiling vte_generate_state_changes v0.1.2
23792024-12-20T22:43:29.482Z Checking fd-lock v4.0.2
23802024-12-20T22:43:29.482Z Checking nibble_vec v0.1.0
23812024-12-20T22:43:29.582Z Checking endian-type v0.1.2
23822024-12-20T22:43:29.585Z Checking bytecount v0.6.8
23832024-12-20T22:43:29.593Z Compiling tabled_derive v0.7.0
23842024-12-20T22:43:29.615Z Checking itertools v0.12.1
23852024-12-20T22:43:29.670Z Compiling nix v0.28.0
23862024-12-20T22:43:29.731Z Compiling peg-macros v0.8.4
23872024-12-20T22:43:29.752Z Checking papergrid v0.11.0
23882024-12-20T22:43:29.788Z Checking radix_trie v0.2.1
23892024-12-20T22:43:29.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-12-20T22:43:30.202Z Compiling sqlparser_derive v0.2.2
23912024-12-20T22:43:30.205Z Checking vte v0.11.1
23922024-12-20T22:43:30.970Z Checking home v0.5.9
23932024-12-20T22:43:31.116Z Checking nu-ansi-term v0.50.1
23942024-12-20T22:43:31.208Z Checking unicode_categories v0.1.1
23952024-12-20T22:43:31.276Z Checking sqlparser v0.45.0
23962024-12-20T22:43:31.494Z Checking sqlformat v0.2.6
23972024-12-20T22:43:31.576Z Checking display-error-chain v0.2.2
23982024-12-20T22:43:31.592Z Checking strip-ansi-escapes v0.2.0
23992024-12-20T22:43:32.115Z Checking tabled v0.15.0
24002024-12-20T22:43:32.220Z Checking reedline v0.35.0
24012024-12-20T22:43:32.936Z Checking rustyline v14.0.0
24022024-12-20T22:43:32.953Z Checking peg v0.8.4
24032024-12-20T22:43:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
24042024-12-20T22:43:41.946Z
24052024-12-20T22:43:41.946Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
24062024-12-20T22:43:42.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-20T22:43:42.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-20T22:43:42.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-20T22:43:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
24102024-12-20T22:43:47.828Z
24112024-12-20T22:43:47.828Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
24122024-12-20T22:43:48.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-20T22:43:48.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-20T22:43:48.490Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-20T22:43:52.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
24162024-12-20T22:43:52.449Z
24172024-12-20T22:43:52.449Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
24182024-12-20T22:43:53.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-20T22:43:53.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-20T22:43:53.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-20T22:43:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
24222024-12-20T22:43:58.077Z
24232024-12-20T22:43:58.077Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24242024-12-20T22:43:58.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-20T22:43:58.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-20T22:43:58.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24272024-12-20T22:44:03.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
24282024-12-20T22:44:03.726Z
24292024-12-20T22:44:03.726Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24302024-12-20T22:44:04.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-20T22:44:04.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-20T22:44:04.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24332024-12-20T22:44:08.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
24342024-12-20T22:44:08.520Z
24352024-12-20T22:44:08.520Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24362024-12-20T22:44:09.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-20T22:44:09.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-20T22:44:09.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24392024-12-20T22:44:13.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
24402024-12-20T22:44:13.413Z
24412024-12-20T22:44:13.413Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24422024-12-20T22:44:13.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-20T22:44:13.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-20T22:44:14.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24452024-12-20T22:44:19.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
24462024-12-20T22:44:19.270Z
24472024-12-20T22:44:19.270Zinfo: running `cargo check --bins` on oximeter (46/175)
24482024-12-20T22:44:19.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-20T22:44:19.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-20T22:44:19.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-20T22:44:19.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24522024-12-20T22:44:19.922Z
24532024-12-20T22:44:19.922Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24542024-12-20T22:44:20.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-20T22:44:20.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-20T22:44:20.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-20T22:44:20.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24582024-12-20T22:44:20.534Z
24592024-12-20T22:44:20.534Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24602024-12-20T22:44:21.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-20T22:44:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-20T22:44:21.175Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632024-12-20T22:44:21.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24642024-12-20T22:44:21.785Z
24652024-12-20T22:44:21.785Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24662024-12-20T22:44:22.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-20T22:44:22.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-20T22:44:22.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-20T22:44:22.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702024-12-20T22:44:22.416Z
24712024-12-20T22:44:22.416Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24722024-12-20T22:44:22.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-20T22:44:22.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-20T22:44:22.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-20T22:44:22.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762024-12-20T22:44:23.042Z
24772024-12-20T22:44:23.043Zinfo: running `cargo check --bins` on oxql-types (51/175)
24782024-12-20T22:44:23.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-20T22:44:23.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-20T22:44:23.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-20T22:44:23.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24822024-12-20T22:44:23.680Z
24832024-12-20T22:44:23.680Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24842024-12-20T22:44:24.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-20T22:44:24.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-20T22:44:24.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-20T22:44:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24882024-12-20T22:44:24.337Z
24892024-12-20T22:44:24.337Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24902024-12-20T22:44:24.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-20T22:44:24.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-20T22:44:24.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-20T22:44:24.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24942024-12-20T22:44:24.978Z
24952024-12-20T22:44:24.978Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24962024-12-20T22:44:25.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-20T22:44:25.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-20T22:44:25.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-20T22:44:25.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25002024-12-20T22:44:25.618Z
25012024-12-20T22:44:25.619Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
25022024-12-20T22:44:26.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-20T22:44:26.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-20T22:44:26.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-20T22:44:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25062024-12-20T22:44:26.245Z
25072024-12-20T22:44:26.245Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
25082024-12-20T22:44:26.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-20T22:44:26.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-20T22:44:26.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-20T22:44:26.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25122024-12-20T22:44:26.877Z
25132024-12-20T22:44:26.877Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
25142024-12-20T22:44:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-20T22:44:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-20T22:44:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-20T22:44:27.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25182024-12-20T22:44:27.506Z
25192024-12-20T22:44:27.506Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
25202024-12-20T22:44:28.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-20T22:44:28.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-20T22:44:28.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-20T22:44:28.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25242024-12-20T22:44:28.123Z
25252024-12-20T22:44:28.123Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25262024-12-20T22:44:28.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-20T22:44:28.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-20T22:44:28.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-20T22:44:28.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25302024-12-20T22:44:28.771Z
25312024-12-20T22:44:28.771Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25322024-12-20T22:44:29.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-20T22:44:29.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-20T22:44:29.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-20T22:44:29.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25362024-12-20T22:44:29.411Z
25372024-12-20T22:44:29.411Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25382024-12-20T22:44:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-20T22:44:29.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-20T22:44:29.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-20T22:44:29.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25422024-12-20T22:44:30.036Z
25432024-12-20T22:44:30.037Zinfo: running `cargo check --bins` on dpd-client (62/175)
25442024-12-20T22:44:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-20T22:44:30.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-20T22:44:30.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-20T22:44:30.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25482024-12-20T22:44:30.663Z
25492024-12-20T22:44:30.664Zinfo: running `cargo check --bins` on gateway-client (63/175)
25502024-12-20T22:44:31.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-20T22:44:31.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-20T22:44:31.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-20T22:44:31.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25542024-12-20T22:44:31.276Z
25552024-12-20T22:44:31.276Zinfo: running `cargo check --bins` on installinator-client (64/175)
25562024-12-20T22:44:31.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-20T22:44:31.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-20T22:44:31.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-20T22:44:31.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25602024-12-20T22:44:31.924Z
25612024-12-20T22:44:31.924Zinfo: running `cargo check --bins` on installinator-common (65/175)
25622024-12-20T22:44:32.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-20T22:44:32.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-20T22:44:32.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-20T22:44:32.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25662024-12-20T22:44:32.575Z
25672024-12-20T22:44:32.575Zinfo: running `cargo check --bins` on update-engine (66/175)
25682024-12-20T22:44:33.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-20T22:44:33.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-20T22:44:33.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-20T22:44:33.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25722024-12-20T22:44:33.194Z
25732024-12-20T22:44:33.194Zinfo: running `cargo check --bins` on nexus-client (67/175)
25742024-12-20T22:44:33.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-20T22:44:33.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-20T22:44:33.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-20T22:44:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25782024-12-20T22:44:33.858Z
25792024-12-20T22:44:33.858Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25802024-12-20T22:44:34.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-20T22:44:34.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-20T22:44:34.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-20T22:44:34.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25842024-12-20T22:44:34.507Z
25852024-12-20T22:44:34.508Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25862024-12-20T22:44:35.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-20T22:44:35.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-20T22:44:35.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-20T22:44:35.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25902024-12-20T22:44:35.125Z
25912024-12-20T22:44:35.125Zinfo: running `cargo check --bins` on nexus-types (70/175)
25922024-12-20T22:44:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-20T22:44:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-20T22:44:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-20T22:44:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25962024-12-20T22:44:35.784Z
25972024-12-20T22:44:35.784Zinfo: running `cargo check --bins` on oxide-client (71/175)
25982024-12-20T22:44:36.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-20T22:44:36.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-20T22:44:36.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-20T22:44:36.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022024-12-20T22:44:36.393Z
26032024-12-20T22:44:36.393Zinfo: running `cargo check --bins` on oximeter-client (72/175)
26042024-12-20T22:44:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-20T22:44:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-20T22:44:36.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-20T22:44:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082024-12-20T22:44:37.021Z
26092024-12-20T22:44:37.021Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
26102024-12-20T22:44:37.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-20T22:44:37.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-20T22:44:37.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-20T22:44:37.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26142024-12-20T22:44:37.638Z
26152024-12-20T22:44:37.638Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
26162024-12-20T22:44:38.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-20T22:44:38.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-20T22:44:38.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-12-20T22:44:38.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26202024-12-20T22:44:38.286Z
26212024-12-20T22:44:38.286Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26222024-12-20T22:44:38.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-12-20T22:44:38.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-12-20T22:44:38.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-12-20T22:44:38.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26262024-12-20T22:44:38.958Z
26272024-12-20T22:44:38.958Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26282024-12-20T22:44:39.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-20T22:44:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-20T22:44:39.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-20T22:44:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26322024-12-20T22:44:39.627Z
26332024-12-20T22:44:39.627Zinfo: running `cargo check --bins` on wicket-common (77/175)
26342024-12-20T22:44:40.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-20T22:44:40.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-20T22:44:40.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-20T22:44:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26382024-12-20T22:44:40.281Z
26392024-12-20T22:44:40.281Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26402024-12-20T22:44:40.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-20T22:44:40.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-20T22:44:40.947Z Checking csv-core v0.1.11
26432024-12-20T22:44:40.947Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26442024-12-20T22:44:40.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26452024-12-20T22:44:41.268Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26462024-12-20T22:44:41.271Z Checking csv v1.3.0
26472024-12-20T22:44:41.839Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26482024-12-20T22:44:42.180Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26492024-12-20T22:44:43.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
26502024-12-20T22:44:43.641Z
26512024-12-20T22:44:43.641Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26522024-12-20T22:44:44.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-20T22:44:44.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-20T22:44:44.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-12-20T22:44:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26562024-12-20T22:44:44.275Z
26572024-12-20T22:44:44.275Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26582024-12-20T22:44:44.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-12-20T22:44:44.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-12-20T22:44:44.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-12-20T22:44:44.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26622024-12-20T22:44:44.910Z
26632024-12-20T22:44:44.911Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26642024-12-20T22:44:45.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-12-20T22:44:45.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-12-20T22:44:45.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-12-20T22:44:45.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26682024-12-20T22:44:45.643Z
26692024-12-20T22:44:45.643Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26702024-12-20T22:44:46.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-20T22:44:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-20T22:44:46.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-20T22:44:46.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26742024-12-20T22:44:46.371Z
26752024-12-20T22:44:46.371Zinfo: running `cargo check --bins` on dns-server (83/175)
26762024-12-20T22:44:46.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-20T22:44:46.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-20T22:44:47.022Z Compiling parking_lot_core v0.8.6
26792024-12-20T22:44:47.024Z Checking fxhash v0.2.1
26802024-12-20T22:44:47.024Z Checking hickory-server v0.24.1
26812024-12-20T22:44:47.024Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26822024-12-20T22:44:47.124Z Checking hickory-client v0.24.1
26832024-12-20T22:44:47.695Z Checking parking_lot v0.11.2
26842024-12-20T22:44:47.841Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26852024-12-20T22:44:47.844Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26862024-12-20T22:44:47.939Z Checking sled v0.34.7
26872024-12-20T22:44:49.730Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26882024-12-20T22:44:51.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
26892024-12-20T22:44:51.174Z
26902024-12-20T22:44:51.174Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26912024-12-20T22:44:51.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-20T22:44:51.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-20T22:44:51.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-12-20T22:44:51.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26952024-12-20T22:44:51.805Z
26962024-12-20T22:44:51.805Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26972024-12-20T22:44:52.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-12-20T22:44:52.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-12-20T22:44:52.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-12-20T22:44:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27012024-12-20T22:44:52.600Z
27022024-12-20T22:44:52.600Zinfo: running `cargo check --bins` on gateway-types (86/175)
27032024-12-20T22:44:53.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-12-20T22:44:53.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-12-20T22:44:53.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062024-12-20T22:44:53.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27072024-12-20T22:44:53.123Z
27082024-12-20T22:44:53.123Zinfo: running `cargo check --bins` on ipcc (87/175)
27092024-12-20T22:44:53.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-12-20T22:44:53.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-12-20T22:44:53.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-12-20T22:44:53.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27132024-12-20T22:44:53.751Z
27142024-12-20T22:44:53.751Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
27152024-12-20T22:44:54.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-12-20T22:44:54.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-12-20T22:44:54.456Z Compiling semver v0.1.20
27182024-12-20T22:44:54.456Z Compiling radium v0.7.0
27192024-12-20T22:44:54.572Z Checking tap v1.0.1
27202024-12-20T22:44:54.575Z Compiling maybe-uninit v2.0.0
27212024-12-20T22:44:54.594Z Checking password-hash v0.5.0
27222024-12-20T22:44:54.597Z Checking blake2 v0.10.6
27232024-12-20T22:44:54.597Z Compiling cancel-safe-futures v0.1.5
27242024-12-20T22:44:54.597Z Checking crc-catalog v2.4.0
27252024-12-20T22:44:54.714Z Checking wyz v0.5.1
27262024-12-20T22:44:54.765Z Compiling packed_struct v0.10.1
27272024-12-20T22:44:54.925Z Compiling rustc_version v0.1.7
27282024-12-20T22:44:55.035Z Compiling owo-colors v4.1.0
27292024-12-20T22:44:55.037Z Checking funty v2.0.0
27302024-12-20T22:44:55.111Z Checking argon2 v0.5.3
27312024-12-20T22:44:55.190Z Checking crc v3.2.1
27322024-12-20T22:44:55.229Z Compiling packed_struct_codegen v0.10.1
27332024-12-20T22:44:55.246Z Compiling indexmap v1.9.3
27342024-12-20T22:44:55.341Z Checking half v2.4.1
27352024-12-20T22:44:55.408Z Compiling newtype_derive v0.1.6
27362024-12-20T22:44:55.425Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27372024-12-20T22:44:55.539Z Checking nodrop v0.1.14
27382024-12-20T22:44:55.643Z Checking ciborium-io v0.2.2
27392024-12-20T22:44:55.660Z Checking array-init v0.0.4
27402024-12-20T22:44:55.783Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27412024-12-20T22:44:55.785Z Checking smallvec v0.6.14
27422024-12-20T22:44:55.812Z Checking ciborium-ll v0.2.2
27432024-12-20T22:44:55.870Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27442024-12-20T22:44:55.951Z Checking bitvec v1.0.1
27452024-12-20T22:44:56.107Z Checking libsw v3.3.1
27462024-12-20T22:44:56.215Z Compiling memoffset v0.9.1
27472024-12-20T22:44:56.385Z Checking linear-map v1.2.0
27482024-12-20T22:44:56.516Z Checking swrite v0.1.0
27492024-12-20T22:44:56.532Z Checking termcolor v1.4.1
27502024-12-20T22:44:56.572Z Checking hashbrown v0.12.3
27512024-12-20T22:44:56.630Z Checking bitfield v0.14.0
27522024-12-20T22:44:56.657Z Checking indent_write v2.2.0
27532024-12-20T22:44:56.726Z Checking ron v0.8.1
27542024-12-20T22:44:56.860Z Checking serde-hex v0.1.0
27552024-12-20T22:44:56.919Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27562024-12-20T22:44:56.967Z Checking env_logger v0.10.2
27572024-12-20T22:44:57.544Z Checking ciborium v0.2.2
27582024-12-20T22:44:57.559Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27592024-12-20T22:44:57.951Z Checking steno v0.4.1
27602024-12-20T22:44:58.236Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27612024-12-20T22:44:58.291Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27622024-12-20T22:44:58.491Z Checking hashbrown v0.13.2
27632024-12-20T22:44:58.539Z Checking humantime v2.1.0
27642024-12-20T22:44:58.556Z Checking crc-any v2.5.0
27652024-12-20T22:44:58.851Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27662024-12-20T22:44:58.915Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27672024-12-20T22:44:59.275Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27682024-12-20T22:44:59.454Z Checking path-slash v0.1.5
27692024-12-20T22:44:59.526Z Checking object v0.30.4
27702024-12-20T22:44:59.601Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27712024-12-20T22:44:59.640Z Checking nix v0.27.1
27722024-12-20T22:45:00.286Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27732024-12-20T22:45:00.637Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27742024-12-20T22:45:00.897Z Checking tungstenite v0.23.0
27752024-12-20T22:45:00.913Z Checking kstat-rs v0.2.4
27762024-12-20T22:45:00.981Z Checking signal-hook-tokio v0.3.1
27772024-12-20T22:45:01.259Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27782024-12-20T22:45:01.728Z Checking tokio-tungstenite v0.23.1
27792024-12-20T22:45:02.365Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27802024-12-20T22:45:02.451Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27812024-12-20T22:45:02.544Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27822024-12-20T22:45:09.470Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27832024-12-20T22:45:10.764Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27842024-12-20T22:45:13.479Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27852024-12-20T22:45:19.283Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27862024-12-20T22:45:19.986Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27872024-12-20T22:45:22.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.06s
27882024-12-20T22:45:23.002Z
27892024-12-20T22:45:23.002Zinfo: running `cargo check --bins` on gateway-api (89/175)
27902024-12-20T22:45:23.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-20T22:45:23.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-20T22:45:23.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-20T22:45:23.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27942024-12-20T22:45:23.635Z
27952024-12-20T22:45:23.635Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27962024-12-20T22:45:24.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-20T22:45:24.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-20T22:45:24.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-20T22:45:24.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28002024-12-20T22:45:24.245Z
28012024-12-20T22:45:24.245Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
28022024-12-20T22:45:24.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-20T22:45:24.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-20T22:45:24.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-20T22:45:24.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28062024-12-20T22:45:24.880Z
28072024-12-20T22:45:24.880Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
28082024-12-20T22:45:25.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-20T22:45:25.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-20T22:45:25.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-20T22:45:25.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28122024-12-20T22:45:25.517Z
28132024-12-20T22:45:25.517Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
28142024-12-20T22:45:26.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-20T22:45:26.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-20T22:45:26.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-20T22:45:26.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28182024-12-20T22:45:26.147Z
28192024-12-20T22:45:26.147Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
28202024-12-20T22:45:26.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-20T22:45:26.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-20T22:45:26.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-20T22:45:26.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28242024-12-20T22:45:26.777Z
28252024-12-20T22:45:26.777Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28262024-12-20T22:45:27.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-20T22:45:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-20T22:45:27.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-12-20T22:45:27.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28302024-12-20T22:45:27.410Z
28312024-12-20T22:45:27.410Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28322024-12-20T22:45:28.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-20T22:45:28.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-20T22:45:28.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-20T22:45:28.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28362024-12-20T22:45:28.300Z
28372024-12-20T22:45:28.300Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28382024-12-20T22:45:28.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-20T22:45:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-20T22:45:28.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-20T22:45:28.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28422024-12-20T22:45:28.700Z
28432024-12-20T22:45:28.700Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28442024-12-20T22:45:29.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-20T22:45:29.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-20T22:45:29.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-20T22:45:29.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28482024-12-20T22:45:29.331Z
28492024-12-20T22:45:29.332Zinfo: running `cargo check --bins` on sp-sim (99/175)
28502024-12-20T22:45:29.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-20T22:45:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-20T22:45:29.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28532024-12-20T22:45:31.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28542024-12-20T22:45:32.000Z
28552024-12-20T22:45:32.000Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28562024-12-20T22:45:32.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-20T22:45:32.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-20T22:45:32.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-20T22:45:32.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28602024-12-20T22:45:32.684Z
28612024-12-20T22:45:32.684Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28622024-12-20T22:45:33.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-20T22:45:33.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-20T22:45:33.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-20T22:45:33.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28662024-12-20T22:45:33.366Z
28672024-12-20T22:45:33.366Zinfo: running `cargo check --bins` on db-macros (102/175)
28682024-12-20T22:45:33.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-20T22:45:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-20T22:45:33.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-20T22:45:33.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28722024-12-20T22:45:33.981Z
28732024-12-20T22:45:33.982Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28742024-12-20T22:45:34.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-20T22:45:34.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-20T22:45:34.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-20T22:45:34.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28782024-12-20T22:45:34.598Z
28792024-12-20T22:45:34.598Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28802024-12-20T22:45:35.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-20T22:45:35.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-20T22:45:35.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-20T22:45:35.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28842024-12-20T22:45:35.268Z
28852024-12-20T22:45:35.268Zinfo: running `cargo check --bins` on authz-macros (105/175)
28862024-12-20T22:45:35.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-20T22:45:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-20T22:45:35.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-20T22:45:35.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902024-12-20T22:45:35.890Z
28912024-12-20T22:45:35.890Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28922024-12-20T22:45:36.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-20T22:45:36.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-20T22:45:36.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-20T22:45:36.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28962024-12-20T22:45:36.560Z
28972024-12-20T22:45:36.560Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28982024-12-20T22:45:37.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-20T22:45:37.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-20T22:45:37.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-12-20T22:45:37.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29022024-12-20T22:45:37.231Z
29032024-12-20T22:45:37.231Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
29042024-12-20T22:45:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-12-20T22:45:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-12-20T22:45:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-12-20T22:45:37.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29082024-12-20T22:45:37.859Z
29092024-12-20T22:45:37.859Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
29102024-12-20T22:45:38.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-12-20T22:45:38.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-12-20T22:45:38.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-12-20T22:45:38.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29142024-12-20T22:45:38.515Z
29152024-12-20T22:45:38.515Zinfo: running `cargo check --bins` on typed-rng (110/175)
29162024-12-20T22:45:39.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-12-20T22:45:39.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-12-20T22:45:39.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-12-20T22:45:39.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29202024-12-20T22:45:39.125Z
29212024-12-20T22:45:39.126Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29222024-12-20T22:45:39.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-12-20T22:45:39.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-12-20T22:45:39.868Z Checking keccak v0.1.5
29252024-12-20T22:45:39.978Z Checking secrecy v0.8.0
29262024-12-20T22:45:39.981Z Compiling unicase v2.7.0
29272024-12-20T22:45:39.981Z Compiling same-file v1.0.6
29282024-12-20T22:45:40.008Z Compiling tempfile v3.13.0
29292024-12-20T22:45:40.021Z Compiling thiserror-impl-no-std v2.0.2
29302024-12-20T22:45:40.024Z Checking universal-hash v0.5.1
29312024-12-20T22:45:40.024Z Compiling blake3 v1.5.4
29322024-12-20T22:45:40.170Z Compiling walkdir v2.5.0
29332024-12-20T22:45:40.193Z Compiling ring v0.16.20
29342024-12-20T22:45:40.247Z Checking sha3 v0.10.8
29352024-12-20T22:45:40.282Z Checking opaque-debug v0.3.1
29362024-12-20T22:45:40.373Z Checking poly1305 v0.8.0
29372024-12-20T22:45:40.405Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29382024-12-20T22:45:40.641Z Checking chacha20 v0.9.1
29392024-12-20T22:45:40.722Z Checking aead v0.5.2
29402024-12-20T22:45:40.879Z Compiling memmap2 v0.9.5
29412024-12-20T22:45:40.920Z Compiling salty v0.3.0
29422024-12-20T22:45:40.920Z Compiling libefi-sys v0.1.0
29432024-12-20T22:45:40.950Z Compiling constant_time_eq v0.3.1
29442024-12-20T22:45:40.994Z Compiling arrayvec v0.7.6
29452024-12-20T22:45:41.126Z Compiling spin v0.5.2
29462024-12-20T22:45:41.167Z Compiling arrayref v0.3.9
29472024-12-20T22:45:41.306Z Checking chacha20poly1305 v0.10.1
29482024-12-20T22:45:41.335Z Compiling toolchain_find v0.4.0
29492024-12-20T22:45:41.391Z Compiling camino-tempfile v1.1.1
29502024-12-20T22:45:41.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29512024-12-20T22:45:41.489Z Compiling bitfield-struct v0.6.2
29522024-12-20T22:45:41.758Z Compiling topological-sort v0.2.2
29532024-12-20T22:45:41.838Z Compiling mime_guess v2.0.5
29542024-12-20T22:45:41.918Z Compiling rustfmt-wrapper v0.2.1
29552024-12-20T22:45:42.421Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29562024-12-20T22:45:42.496Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29572024-12-20T22:45:42.530Z Checking primeorder v0.13.6
29582024-12-20T22:45:42.634Z Checking env_filter v0.1.2
29592024-12-20T22:45:42.785Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29602024-12-20T22:45:42.853Z Checking env_logger v0.11.5
29612024-12-20T22:45:42.924Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29622024-12-20T22:45:42.986Z Checking p384 v0.13.0
29632024-12-20T22:45:43.149Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29642024-12-20T22:45:43.165Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29652024-12-20T22:45:43.183Z Checking thiserror-no-std v2.0.2
29662024-12-20T22:45:43.286Z Checking vsss-rs v3.3.4
29672024-12-20T22:45:43.390Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29682024-12-20T22:45:43.460Z Compiling zip v2.1.3
29692024-12-20T22:45:43.478Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29702024-12-20T22:45:43.747Z Checking lockfree-object-pool v0.1.6
29712024-12-20T22:45:43.768Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29722024-12-20T22:45:43.794Z Checking simd-adler32 v0.3.7
29732024-12-20T22:45:43.911Z Checking http-range v0.1.5
29742024-12-20T22:45:43.978Z Checking bumpalo v3.16.0
29752024-12-20T22:45:44.071Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29762024-12-20T22:45:44.092Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29772024-12-20T22:45:44.145Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29782024-12-20T22:45:44.305Z Checking zopfli v0.8.1
29792024-12-20T22:45:44.400Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29802024-12-20T22:45:44.819Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29812024-12-20T22:45:44.855Z Checking nanorand v0.7.0
29822024-12-20T22:45:45.008Z Checking atty v0.2.14
29832024-12-20T22:45:45.022Z Checking glob v0.3.1
29842024-12-20T22:45:45.128Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29852024-12-20T22:45:45.242Z Checking flume v0.11.1
29862024-12-20T22:45:45.336Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29872024-12-20T22:45:45.621Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29882024-12-20T22:45:45.760Z Compiling omicron-zone-package v0.11.1
29892024-12-20T22:45:46.029Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29902024-12-20T22:45:46.919Z Checking hyper-staticfile v0.10.1
29912024-12-20T22:45:47.491Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29922024-12-20T22:45:47.650Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29932024-12-20T22:45:47.916Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29942024-12-20T22:45:47.918Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29952024-12-20T22:45:47.989Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29962024-12-20T22:45:48.122Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29972024-12-20T22:45:48.694Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29982024-12-20T22:45:48.969Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29992024-12-20T22:45:49.292Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002024-12-20T22:45:50.390Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30012024-12-20T22:45:52.223Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30022024-12-20T22:45:52.226Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30032024-12-20T22:46:02.261Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-20T22:46:16.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.89s
30052024-12-20T22:46:16.202Z
30062024-12-20T22:46:16.202Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
30072024-12-20T22:46:16.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-20T22:46:16.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-20T22:46:16.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-20T22:46:30.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
30112024-12-20T22:46:31.084Z
30122024-12-20T22:46:31.084Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
30132024-12-20T22:46:31.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-20T22:46:31.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-20T22:46:31.825Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-20T22:46:45.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
30172024-12-20T22:46:45.756Z
30182024-12-20T22:46:45.756Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
30192024-12-20T22:46:46.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-20T22:46:46.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-20T22:46:46.499Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222024-12-20T22:47:00.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
30232024-12-20T22:47:00.432Z
30242024-12-20T22:47:00.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30252024-12-20T22:47:01.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-20T22:47:01.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-20T22:47:01.176Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30282024-12-20T22:47:15.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
30292024-12-20T22:47:15.288Z
30302024-12-20T22:47:15.288Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30312024-12-20T22:47:15.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-20T22:47:15.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-20T22:47:16.031Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30342024-12-20T22:47:29.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
30352024-12-20T22:47:30.050Z
30362024-12-20T22:47:30.051Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30372024-12-20T22:47:30.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-20T22:47:30.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-20T22:47:30.805Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30402024-12-20T22:47:44.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
30412024-12-20T22:47:44.692Z
30422024-12-20T22:47:44.692Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30432024-12-20T22:47:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-20T22:47:45.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-20T22:47:45.442Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30462024-12-20T22:47:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.55s
30472024-12-20T22:47:59.441Z
30482024-12-20T22:47:59.441Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30492024-12-20T22:48:00.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-20T22:48:00.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-20T22:48:00.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-20T22:48:00.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30532024-12-20T22:48:00.105Z
30542024-12-20T22:48:00.105Zinfo: running `cargo check --bins` on key-manager (120/175)
30552024-12-20T22:48:00.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-20T22:48:00.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-20T22:48:00.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-20T22:48:00.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30592024-12-20T22:48:00.737Z
30602024-12-20T22:48:00.737Zinfo: running `cargo check --bins` on range-requests (121/175)
30612024-12-20T22:48:01.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-20T22:48:01.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-20T22:48:01.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-20T22:48:01.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30652024-12-20T22:48:01.351Z
30662024-12-20T22:48:01.351Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30672024-12-20T22:48:01.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-20T22:48:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-20T22:48:01.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-20T22:48:01.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712024-12-20T22:48:01.982Z
30722024-12-20T22:48:01.982Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30732024-12-20T22:48:02.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-20T22:48:02.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-20T22:48:02.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-20T22:48:02.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30772024-12-20T22:48:02.642Z
30782024-12-20T22:48:02.642Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30792024-12-20T22:48:03.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-20T22:48:03.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-20T22:48:03.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822024-12-20T22:48:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30832024-12-20T22:48:03.258Z
30842024-12-20T22:48:03.258Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30852024-12-20T22:48:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-20T22:48:03.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-20T22:48:03.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882024-12-20T22:48:03.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30892024-12-20T22:48:03.906Z
30902024-12-20T22:48:03.906Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30912024-12-20T22:48:04.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-12-20T22:48:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-12-20T22:48:04.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942024-12-20T22:48:04.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30952024-12-20T22:48:04.548Z
30962024-12-20T22:48:04.548Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30972024-12-20T22:48:05.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-12-20T22:48:05.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-12-20T22:48:05.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002024-12-20T22:48:05.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31012024-12-20T22:48:05.199Z
31022024-12-20T22:48:05.199Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
31032024-12-20T22:48:05.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-12-20T22:48:05.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-12-20T22:48:05.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062024-12-20T22:48:05.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31072024-12-20T22:48:05.858Z
31082024-12-20T22:48:05.858Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
31092024-12-20T22:48:06.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-20T22:48:06.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-20T22:48:06.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-12-20T22:48:06.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31132024-12-20T22:48:06.512Z
31142024-12-20T22:48:06.512Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
31152024-12-20T22:48:07.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-20T22:48:07.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-20T22:48:07.211Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31182024-12-20T22:48:07.211Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31192024-12-20T22:48:08.082Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31202024-12-20T22:48:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
31212024-12-20T22:48:10.309Z
31222024-12-20T22:48:10.309Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31232024-12-20T22:48:10.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-12-20T22:48:10.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-12-20T22:48:10.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262024-12-20T22:48:10.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31272024-12-20T22:48:10.948Z
31282024-12-20T22:48:10.948Zinfo: running `cargo check --bins` on cert-dev (132/175)
31292024-12-20T22:48:11.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-12-20T22:48:11.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-12-20T22:48:11.572Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31322024-12-20T22:48:11.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
31332024-12-20T22:48:12.009Z
31342024-12-20T22:48:12.009Zinfo: running `cargo check --bins` on clickana (133/175)
31352024-12-20T22:48:12.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-20T22:48:12.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-20T22:48:12.665Z Checking castaway v0.2.3
31382024-12-20T22:48:12.668Z Checking unicode-truncate v1.1.0
31392024-12-20T22:48:12.668Z Checking lru v0.12.5
31402024-12-20T22:48:12.668Z Compiling instability v0.3.2
31412024-12-20T22:48:12.668Z Checking cassowary v0.3.0
31422024-12-20T22:48:12.668Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31432024-12-20T22:48:12.904Z Checking compact_str v0.8.0
31442024-12-20T22:48:13.510Z Checking ratatui v0.28.1
31452024-12-20T22:48:15.384Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31462024-12-20T22:48:16.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
31472024-12-20T22:48:16.392Z
31482024-12-20T22:48:16.392Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31492024-12-20T22:48:16.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-12-20T22:48:16.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-12-20T22:48:17.078Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31522024-12-20T22:48:17.078Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31532024-12-20T22:48:17.667Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31542024-12-20T22:48:18.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31552024-12-20T22:48:18.211Z
31562024-12-20T22:48:18.211Zinfo: running `cargo check --bins` on ch-dev (135/175)
31572024-12-20T22:48:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-20T22:48:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-20T22:48:18.880Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31602024-12-20T22:48:19.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31612024-12-20T22:48:19.783Z
31622024-12-20T22:48:19.783Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31632024-12-20T22:48:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-12-20T22:48:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-12-20T22:48:20.452Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31662024-12-20T22:48:20.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31672024-12-20T22:48:20.996Z
31682024-12-20T22:48:20.996Zinfo: running `cargo check --bins` on db-dev (137/175)
31692024-12-20T22:48:21.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-12-20T22:48:21.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-12-20T22:48:21.660Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31722024-12-20T22:48:22.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31732024-12-20T22:48:22.570Z
31742024-12-20T22:48:22.570Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31752024-12-20T22:48:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-12-20T22:48:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-12-20T22:48:23.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-12-20T22:48:23.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31792024-12-20T22:48:23.220Z
31802024-12-20T22:48:23.220Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31812024-12-20T22:48:23.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-12-20T22:48:23.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-12-20T22:48:23.839Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31842024-12-20T22:48:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
31852024-12-20T22:48:24.895Z
31862024-12-20T22:48:24.895Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31872024-12-20T22:48:25.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-12-20T22:48:25.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-12-20T22:48:25.515Z Checking cargo-platform v0.1.8
31902024-12-20T22:48:25.786Z Checking cargo_metadata v0.18.1
31912024-12-20T22:48:26.763Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31922024-12-20T22:48:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
31932024-12-20T22:48:27.765Z
31942024-12-20T22:48:27.765Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31952024-12-20T22:48:28.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-12-20T22:48:28.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-12-20T22:48:28.489Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31982024-12-20T22:48:29.223Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31992024-12-20T22:48:29.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
32002024-12-20T22:48:29.973Z
32012024-12-20T22:48:29.973Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
32022024-12-20T22:48:30.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-12-20T22:48:30.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-12-20T22:48:30.763Z Compiling crunchy v0.2.2
32052024-12-20T22:48:30.763Z Compiling tiny-keccak v2.0.2
32062024-12-20T22:48:30.763Z Compiling dsl_auto_type v0.1.2
32072024-12-20T22:48:30.766Z Checking scheduled-thread-pool v0.2.7
32082024-12-20T22:48:30.767Z Compiling diesel_table_macro_syntax v0.2.0
32092024-12-20T22:48:30.767Z Compiling ascii-canvas v3.0.0
32102024-12-20T22:48:30.767Z Compiling ena v0.14.3
32112024-12-20T22:48:30.767Z Compiling diff v0.1.13
32122024-12-20T22:48:31.059Z Checking r2d2 v0.8.10
32132024-12-20T22:48:31.241Z Compiling regex-syntax v0.6.29
32142024-12-20T22:48:31.316Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32152024-12-20T22:48:31.354Z Compiling ref-cast v1.0.23
32162024-12-20T22:48:31.386Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32172024-12-20T22:48:31.389Z Compiling derive_builder_core v0.20.2
32182024-12-20T22:48:31.538Z Compiling libxml v0.3.3
32192024-12-20T22:48:31.624Z Compiling ref-cast-impl v1.0.23
32202024-12-20T22:48:31.699Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32212024-12-20T22:48:31.948Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32222024-12-20T22:48:31.971Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32232024-12-20T22:48:32.219Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32242024-12-20T22:48:32.251Z Compiling strum_macros v0.24.3
32252024-12-20T22:48:32.268Z Compiling samael v0.0.17
32262024-12-20T22:48:32.526Z Compiling diesel_derives v2.2.3
32272024-12-20T22:48:32.633Z Compiling indoc v1.0.9
32282024-12-20T22:48:33.616Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32292024-12-20T22:48:33.828Z Compiling derive_builder_macro v0.20.2
32302024-12-20T22:48:33.906Z Compiling impl-trait-for-tuples v0.2.2
32312024-12-20T22:48:34.743Z Compiling lalrpop v0.19.12
32322024-12-20T22:48:34.762Z Checking derive_builder v0.20.2
32332024-12-20T22:48:34.919Z Compiling oso-derive v0.27.3
32342024-12-20T22:48:35.355Z Checking quick-xml v0.33.0
32352024-12-20T22:48:35.979Z Compiling diesel-dtrace v0.4.2
32362024-12-20T22:48:35.999Z Checking maplit v1.0.2
32372024-12-20T22:48:36.158Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32382024-12-20T22:48:36.352Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32392024-12-20T22:48:36.433Z Checking bb8 v0.8.5
32402024-12-20T22:48:36.669Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32412024-12-20T22:48:36.914Z Checking rand_seeder v0.3.0
32422024-12-20T22:48:36.977Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32432024-12-20T22:48:37.156Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32442024-12-20T22:48:37.267Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32452024-12-20T22:48:37.356Z Checking unicode-linebreak v0.1.5
32462024-12-20T22:48:37.544Z Checking is_ci v1.2.0
32472024-12-20T22:48:37.685Z Checking smawk v0.3.2
32482024-12-20T22:48:37.762Z Checking supports-color v3.0.1
32492024-12-20T22:48:37.910Z Checking multimap v0.10.0
32502024-12-20T22:48:38.053Z Checking textwrap v0.16.1
32512024-12-20T22:48:38.842Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522024-12-20T22:48:41.261Z Checking diesel v2.2.6
32532024-12-20T22:49:08.160Z Compiling polar-core v0.27.3
32542024-12-20T22:49:10.692Z Checking async-bb8-diesel v0.2.1
32552024-12-20T22:49:15.660Z Checking oso v0.27.3
32562024-12-20T22:50:26.198Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32572024-12-20T22:50:32.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
32582024-12-20T22:50:32.656Z
32592024-12-20T22:50:32.656Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32602024-12-20T22:50:33.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-12-20T22:50:33.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-12-20T22:50:33.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632024-12-20T22:50:33.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32642024-12-20T22:50:33.336Z
32652024-12-20T22:50:33.336Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32662024-12-20T22:50:33.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672024-12-20T22:50:33.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682024-12-20T22:50:33.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692024-12-20T22:50:33.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32702024-12-20T22:50:34.012Z
32712024-12-20T22:50:34.012Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32722024-12-20T22:50:34.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732024-12-20T22:50:34.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742024-12-20T22:50:34.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752024-12-20T22:50:34.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32762024-12-20T22:50:34.631Z
32772024-12-20T22:50:34.631Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32782024-12-20T22:50:35.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792024-12-20T22:50:35.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802024-12-20T22:50:35.446Z Compiling libz-sys v1.1.20
32812024-12-20T22:50:35.555Z Compiling libgit2-sys v0.17.0+1.8.1
32822024-12-20T22:50:35.567Z Compiling vergen v8.3.2
32832024-12-20T22:50:35.570Z Compiling cargo-platform v0.1.8
32842024-12-20T22:50:35.570Z Compiling pin-project-internal v1.1.6
32852024-12-20T22:50:35.603Z Compiling snafu-derive v0.8.5
32862024-12-20T22:50:35.606Z Compiling libsqlite3-sys v0.30.1
32872024-12-20T22:50:35.606Z Compiling buf-list v1.0.3
32882024-12-20T22:50:35.851Z Compiling rustls v0.21.12
32892024-12-20T22:50:36.134Z Compiling cargo_metadata v0.18.1
32902024-12-20T22:50:36.143Z Compiling cfg_aliases v0.2.1
32912024-12-20T22:50:36.246Z Compiling nix v0.29.0
32922024-12-20T22:50:36.307Z Checking globset v0.4.15
32932024-12-20T22:50:36.324Z Checking olpc-cjson v0.1.4
32942024-12-20T22:50:36.513Z Checking rustls-webpki v0.101.7
32952024-12-20T22:50:36.546Z Checking sct v0.7.1
32962024-12-20T22:50:36.734Z Checking serde_plain v1.0.2
32972024-12-20T22:50:36.814Z Checking typed-path v0.9.3
32982024-12-20T22:50:37.298Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32992024-12-20T22:50:37.552Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33002024-12-20T22:50:37.569Z Checking hashlink v0.9.1
33012024-12-20T22:50:37.806Z Checking fallible-iterator v0.3.0
33022024-12-20T22:50:38.144Z Checking parse-size v1.1.0
33032024-12-20T22:50:38.332Z Checking fallible-streaming-iterator v0.1.9
33042024-12-20T22:50:38.556Z Checking rusqlite v0.32.1
33052024-12-20T22:50:38.597Z Checking pin-project v1.1.6
33062024-12-20T22:50:38.729Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33072024-12-20T22:50:38.818Z Checking rustls-pemfile v1.0.4
33082024-12-20T22:50:38.996Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33092024-12-20T22:50:39.015Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33102024-12-20T22:50:39.302Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33112024-12-20T22:50:39.679Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33122024-12-20T22:50:39.792Z Checking twox-hash v1.6.3
33132024-12-20T22:50:39.814Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33142024-12-20T22:50:40.245Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33152024-12-20T22:50:40.266Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33162024-12-20T22:50:40.571Z Checking tokio-rustls v0.24.1
33172024-12-20T22:50:40.799Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33182024-12-20T22:50:40.818Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33192024-12-20T22:50:40.910Z Checking fatfs v0.3.6
33202024-12-20T22:50:41.164Z Checking snafu v0.8.5
33212024-12-20T22:50:41.637Z Checking tough v0.19.0
33222024-12-20T22:50:41.860Z Checking assert_matches v1.5.0
33232024-12-20T22:50:45.780Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33242024-12-20T22:50:47.157Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252024-12-20T22:50:47.893Z Compiling git2 v0.19.0
33262024-12-20T22:50:52.663Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33272024-12-20T22:51:46.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
33282024-12-20T22:51:46.972Z
33292024-12-20T22:51:46.972Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33302024-12-20T22:51:47.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-20T22:51:47.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-20T22:51:47.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-20T22:51:47.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33342024-12-20T22:51:47.664Z
33352024-12-20T22:51:47.664Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33362024-12-20T22:51:48.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-20T22:51:48.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-20T22:51:48.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-12-20T22:51:48.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33402024-12-20T22:51:48.361Z
33412024-12-20T22:51:48.361Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33422024-12-20T22:51:48.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-20T22:51:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-20T22:51:48.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-12-20T22:51:48.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33462024-12-20T22:51:48.947Z
33472024-12-20T22:51:48.947Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33482024-12-20T22:51:49.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-12-20T22:51:49.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-12-20T22:51:49.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-12-20T22:51:49.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33522024-12-20T22:51:49.632Z
33532024-12-20T22:51:49.632Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33542024-12-20T22:51:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-12-20T22:51:50.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-12-20T22:51:50.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572024-12-20T22:51:50.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33582024-12-20T22:51:50.319Z
33592024-12-20T22:51:50.320Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33602024-12-20T22:51:50.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-12-20T22:51:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-12-20T22:51:50.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632024-12-20T22:51:50.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33642024-12-20T22:51:50.999Z
33652024-12-20T22:51:50.999Zinfo: running `cargo check --bins` on update-common (153/175)
33662024-12-20T22:51:51.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-12-20T22:51:51.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-12-20T22:51:51.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-12-20T22:51:51.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33702024-12-20T22:51:51.659Z
33712024-12-20T22:51:51.659Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33722024-12-20T22:51:52.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-20T22:51:52.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-20T22:51:52.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752024-12-20T22:51:52.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33762024-12-20T22:51:52.322Z
33772024-12-20T22:51:52.322Zinfo: running `cargo check --bins` on tufaceous (155/175)
33782024-12-20T22:51:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-20T22:51:52.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-20T22:51:53.000Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33812024-12-20T22:51:54.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33822024-12-20T22:51:54.178Z
33832024-12-20T22:51:54.178Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33842024-12-20T22:51:54.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-20T22:51:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-20T22:51:55.037Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33872024-12-20T22:51:55.163Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33882024-12-20T22:51:55.165Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33892024-12-20T22:51:55.165Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33902024-12-20T22:52:22.034Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33912024-12-20T22:52:22.036Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33922024-12-20T22:52:22.036Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33932024-12-20T22:52:22.036Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33942024-12-20T22:52:22.036Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952024-12-20T22:52:22.966Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962024-12-20T22:52:24.216Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33972024-12-20T22:53:03.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
33982024-12-20T22:53:03.550Z
33992024-12-20T22:53:03.550Zinfo: running `cargo check --bins` on openapi-manager (157/175)
34002024-12-20T22:53:04.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-20T22:53:04.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-20T22:53:04.273Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34032024-12-20T22:53:04.275Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34042024-12-20T22:53:04.275Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34052024-12-20T22:53:05.975Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34062024-12-20T22:53:06.868Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34072024-12-20T22:53:07.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
34082024-12-20T22:53:08.166Z
34092024-12-20T22:53:08.166Zinfo: running `cargo check --bins` on installinator-api (158/175)
34102024-12-20T22:53:08.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-20T22:53:08.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-20T22:53:08.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132024-12-20T22:53:08.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34142024-12-20T22:53:08.831Z
34152024-12-20T22:53:08.831Zinfo: running `cargo check --bins` on wicketd-api (159/175)
34162024-12-20T22:53:09.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-12-20T22:53:09.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-12-20T22:53:09.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192024-12-20T22:53:09.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34202024-12-20T22:53:09.499Z
34212024-12-20T22:53:09.499Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34222024-12-20T22:53:10.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-12-20T22:53:10.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-12-20T22:53:10.201Z Compiling petname v2.0.2
34252024-12-20T22:53:10.203Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34262024-12-20T22:53:10.204Z Checking sync-ptr v0.1.1
34272024-12-20T22:53:11.626Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34282024-12-20T22:53:13.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
34292024-12-20T22:53:13.400Z
34302024-12-20T22:53:13.400Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34312024-12-20T22:53:13.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322024-12-20T22:53:13.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332024-12-20T22:53:13.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342024-12-20T22:53:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34352024-12-20T22:53:14.069Z
34362024-12-20T22:53:14.069Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34372024-12-20T22:53:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382024-12-20T22:53:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392024-12-20T22:53:14.749Z Checking memmap2 v0.9.5
34402024-12-20T22:53:14.749Z Checking arrayref v0.3.9
34412024-12-20T22:53:14.749Z Checking arrayvec v0.7.6
34422024-12-20T22:53:14.751Z Checking spin v0.5.2
34432024-12-20T22:53:14.751Z Checking constant_time_eq v0.3.1
34442024-12-20T22:53:14.751Z Checking topological-sort v0.2.2
34452024-12-20T22:53:14.864Z Checking shell-words v1.1.0
34462024-12-20T22:53:15.025Z Checking ring v0.16.20
34472024-12-20T22:53:15.123Z Checking blake3 v1.5.4
34482024-12-20T22:53:16.166Z Checking omicron-zone-package v0.11.1
34492024-12-20T22:53:17.270Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34502024-12-20T22:53:18.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
34512024-12-20T22:53:18.382Z
34522024-12-20T22:53:18.382Zinfo: running `cargo check --bins` on xtask (163/175)
34532024-12-20T22:53:18.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542024-12-20T22:53:18.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552024-12-20T22:53:18.819Z Checking bitflags v2.6.0
34562024-12-20T22:53:18.821Z Checking serde v1.0.215
34572024-12-20T22:53:18.821Z Checking thiserror v1.0.69
34582024-12-20T22:53:18.915Z Checking scroll v0.12.0
34592024-12-20T22:53:18.917Z Checking hashbrown v0.15.1
34602024-12-20T22:53:18.925Z Checking log v0.4.22
34612024-12-20T22:53:18.934Z Checking zerocopy v0.7.35
34622024-12-20T22:53:18.955Z Checking syn v2.0.87
34632024-12-20T22:53:19.020Z Checking pest v2.7.14
34642024-12-20T22:53:19.134Z Checking rustix v0.38.37
34652024-12-20T22:53:19.185Z Checking once_cell v1.20.2
34662024-12-20T22:53:19.365Z Checking goblin v0.8.2
34672024-12-20T22:53:19.494Z Checking fs-err v2.11.0
34682024-12-20T22:53:19.783Z Checking tabled v0.15.0
34692024-12-20T22:53:20.026Z Checking indexmap v2.6.0
34702024-12-20T22:53:20.408Z Checking anyhow v1.0.93
34712024-12-20T22:53:21.197Z Checking terminal_size v0.4.0
34722024-12-20T22:53:21.197Z Checking tempfile v3.13.0
34732024-12-20T22:53:21.337Z Checking clap_builder v4.5.21
34742024-12-20T22:53:21.466Z Checking dtrace-parser v0.2.0
34752024-12-20T22:53:23.403Z Checking serde_json v1.0.132
34762024-12-20T22:53:23.403Z Checking serde_spanned v0.6.8
34772024-12-20T22:53:23.434Z Checking toml_datetime v0.6.8
34782024-12-20T22:53:23.435Z Checking camino v1.1.9
34792024-12-20T22:53:23.435Z Checking cargo-platform v0.1.8
34802024-12-20T22:53:23.435Z Checking semver v1.0.23
34812024-12-20T22:53:23.530Z Checking macaddr v1.0.1
34822024-12-20T22:53:23.601Z Checking toml_edit v0.22.22
34832024-12-20T22:53:23.872Z Checking camino-tempfile v1.1.1
34842024-12-20T22:53:23.969Z Checking clap v4.5.21
34852024-12-20T22:53:24.489Z Checking dof v0.3.0
34862024-12-20T22:53:24.489Z Checking cargo_metadata v0.18.1
34872024-12-20T22:53:24.922Z Checking usdt-impl v0.5.0
34882024-12-20T22:53:25.281Z Checking usdt v0.5.0
34892024-12-20T22:53:25.401Z Checking toml v0.8.19
34902024-12-20T22:53:25.875Z Checking cargo_toml v0.20.5
34912024-12-20T22:53:27.105Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34922024-12-20T22:53:27.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
34932024-12-20T22:53:27.815Z
34942024-12-20T22:53:27.816Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34952024-12-20T22:53:28.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962024-12-20T22:53:28.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972024-12-20T22:53:28.593Z Checking polyval v0.6.2
34982024-12-20T22:53:28.706Z Checking ctr v0.9.2
34992024-12-20T22:53:28.719Z Checking ssh-encoding v0.2.0
35002024-12-20T22:53:28.719Z Checking blowfish v0.9.1
35012024-12-20T22:53:28.744Z Checking password-hash v0.4.2
35022024-12-20T22:53:28.746Z Checking matches v0.1.10
35032024-12-20T22:53:28.777Z Checking p256 v0.13.2
35042024-12-20T22:53:28.777Z Checking p521 v0.13.3
35052024-12-20T22:53:28.854Z Checking idna v0.2.3
35062024-12-20T22:53:28.927Z Checking ghash v0.5.1
35072024-12-20T22:53:28.949Z Compiling enum-as-inner v0.5.1
35082024-12-20T22:53:28.968Z Checking bcrypt-pbkdf v0.10.0
35092024-12-20T22:53:29.015Z Checking russh-cryptovec v0.7.3
35102024-12-20T22:53:29.082Z Checking aes-gcm v0.10.3
35112024-12-20T22:53:29.134Z Checking pbkdf2 v0.11.0
35122024-12-20T22:53:29.210Z Checking md5 v0.7.0
35132024-12-20T22:53:29.231Z Checking num-bigint v0.4.6
35142024-12-20T22:53:29.262Z Checking des v0.8.1
35152024-12-20T22:53:29.315Z Checking ssh-cipher v0.2.0
35162024-12-20T22:53:29.421Z Compiling dhcproto-macros v0.1.0
35172024-12-20T22:53:29.491Z Checking hex-literal v0.4.1
35182024-12-20T22:53:29.521Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35192024-12-20T22:53:29.620Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35202024-12-20T22:53:29.639Z Checking ssh-key v0.6.6
35212024-12-20T22:53:29.729Z Checking internet-checksum v0.2.1
35222024-12-20T22:53:30.008Z Checking trust-dns-proto v0.22.0
35232024-12-20T22:53:31.037Z Checking russh-keys v0.45.0
35242024-12-20T22:53:31.971Z Checking russh v0.45.0
35252024-12-20T22:53:32.544Z Checking dhcproto v0.12.0
35262024-12-20T22:53:50.060Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35272024-12-20T22:53:51.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.66s
35282024-12-20T22:53:51.680Z
35292024-12-20T22:53:51.680Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35302024-12-20T22:53:52.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-20T22:53:52.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-20T22:53:52.336Z Checking termios v0.3.3
35332024-12-20T22:53:52.552Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35342024-12-20T22:53:53.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35352024-12-20T22:53:53.506Z
35362024-12-20T22:53:53.506Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35372024-12-20T22:53:54.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-12-20T22:53:54.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-12-20T22:53:54.217Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35402024-12-20T22:53:56.280Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35412024-12-20T22:53:58.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
35422024-12-20T22:53:58.377Z
35432024-12-20T22:53:58.377Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35442024-12-20T22:53:58.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452024-12-20T22:53:58.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462024-12-20T22:53:59.030Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35472024-12-20T22:53:59.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35482024-12-20T22:53:59.688Z
35492024-12-20T22:53:59.688Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35502024-12-20T22:54:00.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512024-12-20T22:54:00.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522024-12-20T22:54:00.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532024-12-20T22:54:00.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542024-12-20T22:54:00.316Z
35552024-12-20T22:54:00.316Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35562024-12-20T22:54:00.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572024-12-20T22:54:00.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582024-12-20T22:54:00.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592024-12-20T22:54:00.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602024-12-20T22:54:00.942Z
35612024-12-20T22:54:00.942Zinfo: running `cargo check --bins` on omicron-package (170/175)
35622024-12-20T22:54:01.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632024-12-20T22:54:01.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642024-12-20T22:54:01.628Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35652024-12-20T22:54:02.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
35662024-12-20T22:54:03.142Z
35672024-12-20T22:54:03.142Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35682024-12-20T22:54:03.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692024-12-20T22:54:03.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702024-12-20T22:54:03.863Z Checking rtoolbox v0.0.2
35712024-12-20T22:54:03.866Z Checking tui-tree-widget v0.22.0
35722024-12-20T22:54:03.866Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35732024-12-20T22:54:04.088Z Checking rpassword v7.3.1
35742024-12-20T22:54:08.195Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35752024-12-20T22:54:11.278Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35762024-12-20T22:54:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s
35772024-12-20T22:54:12.725Z
35782024-12-20T22:54:12.725Zinfo: running `cargo check --bins` on wicket (172/175)
35792024-12-20T22:54:13.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802024-12-20T22:54:13.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812024-12-20T22:54:13.441Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35822024-12-20T22:54:13.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35832024-12-20T22:54:14.076Z
35842024-12-20T22:54:14.076Zinfo: running `cargo check --bins` on wicketd (173/175)
35852024-12-20T22:54:14.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862024-12-20T22:54:14.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872024-12-20T22:54:14.808Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35882024-12-20T22:54:18.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
35892024-12-20T22:54:19.039Z
35902024-12-20T22:54:19.039Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35912024-12-20T22:54:19.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922024-12-20T22:54:19.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932024-12-20T22:54:19.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942024-12-20T22:54:19.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952024-12-20T22:54:19.668Z
35962024-12-20T22:54:19.668Zinfo: running `cargo check --bins` on zone-setup (175/175)
35972024-12-20T22:54:20.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982024-12-20T22:54:20.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992024-12-20T22:54:20.421Z Checking uzers v0.12.1
36002024-12-20T22:54:20.766Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36012024-12-20T22:54:21.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
36022024-12-20T22:54:22.146Z
36032024-12-20T22:54:22.149Zreal 13:12.619614725
36042024-12-20T22:54:22.149Zuser 24:30.583235162
36052024-12-20T22:54:22.149Zsys 5:29.307998587
36062024-12-20T22:54:22.149Ztrap 0.479037727
36072024-12-20T22:54:22.149Ztflt 2.217608736
36082024-12-20T22:54:22.149Zdflt 3.458805908
36092024-12-20T22:54:22.149Zkflt 0.000910763
36102024-12-20T22:54:22.149Zlock 46:44.565836924
36112024-12-20T22:54:22.149Zslp 2:07:59.250890659
36122024-12-20T22:54:22.149Zlat 1:01.674681734
36132024-12-20T22:54:22.149Zstop 3:20.773731088
36142024-12-20T22:54:22.149Zprocess exited: duration 1286652 ms, exit code 0
 
36152024-12-20T22:54:22.155Zfound 0 output files