01JDR3VZPWXQZ3G6095GYKHCAX: 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: 01JDR3X5YA62P4966MEKMA9SXH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-28T00:50:29.388Zjob assigned to worker 01JDR3XEK5BKSRJPXTN1NVPB81 [factory aws, i-093173d7f93dbe64b] (queued for 58 s)
 
22024-11-28T00:50:37.868Zstarting task 0: "setup"
32024-11-28T00:50:37.876Z++ uname -s
42024-11-28T00:50:37.878Z+ kern=SunOS
52024-11-28T00:50:37.878Z+ case "$kern" in
62024-11-28T00:50:37.879Z+ groupadd -g 12345 build
72024-11-28T00:50:37.881Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-28T00:50:39.887Z+ zfs create -o mountpoint=/work rpool/work
92024-11-28T00:50:39.999Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-28T00:50:40.002Z+ home_fs=zfs
112024-11-28T00:50:40.002Z+ [[ zfs == autofs ]]
122024-11-28T00:50:40.002Z+ mkdir -p /home/build
132024-11-28T00:50:40.004Z+ chown build:build /home/build /work
142024-11-28T00:50:42.006Z+ chmod 0700 /home/build /work
152024-11-28T00:50:42.008Zprocess exited: duration 4141 ms, exit code 0
 
162024-11-28T00:50:42.014Zstarting task 1: "rust-toolchain"
172024-11-28T00:50:42.019Z+ printf ' * toolchain channel = "%s"
182024-11-28T00:50:42.019Z' 1.81.0
192024-11-28T00:50:42.019Z * toolchain channel = "1.81.0"
202024-11-28T00:50:42.019Z+ printf ' * toolchain profile = "%s"
212024-11-28T00:50:42.019Z' default
222024-11-28T00:50:42.019Z * toolchain profile = "default"
232024-11-28T00:50:42.022Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-28T00:50:42.022Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-28T00:50:42.116Zinfo: downloading installer
262024-11-28T00:50:43.588Zinfo: profile set to 'default'
272024-11-28T00:50:43.589Zinfo: default host triple is x86_64-unknown-illumos
282024-11-28T00:50:43.589Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-28T00:50:43.725Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-28T00:50:43.725Zinfo: downloading component 'cargo'
312024-11-28T00:50:44.448Zinfo: downloading component 'clippy'
322024-11-28T00:50:44.716Zinfo: downloading component 'rust-docs'
332024-11-28T00:50:45.720Zinfo: downloading component 'rust-std'
342024-11-28T00:50:47.286Zinfo: downloading component 'rustc'
352024-11-28T00:50:52.918Zinfo: downloading component 'rustfmt'
362024-11-28T00:50:53.131Zinfo: installing component 'cargo'
372024-11-28T00:50:53.920Zinfo: installing component 'clippy'
382024-11-28T00:50:54.275Zinfo: installing component 'rust-docs'
392024-11-28T00:50:55.865Zinfo: installing component 'rust-std'
402024-11-28T00:50:57.580Zinfo: installing component 'rustc'
412024-11-28T00:51:03.265Zinfo: installing component 'rustfmt'
422024-11-28T00:51:03.585Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-28T00:51:03.585Z
442024-11-28T00:51:03.952Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-28T00:51:03.952Z
462024-11-28T00:51:03.954Z
472024-11-28T00:51:03.954ZRust is installed now. Great!
482024-11-28T00:51:03.954Z
492024-11-28T00:51:03.954ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-28T00:51:03.954Zenvironment variable. This has not been done automatically.
512024-11-28T00:51:03.954Z
522024-11-28T00:51:03.954ZTo configure your current shell, you need to source
532024-11-28T00:51:03.954Zthe corresponding env file under $HOME/.cargo.
542024-11-28T00:51:03.954Z
552024-11-28T00:51:03.954ZThis is usually done by running one of the following (note the leading DOT):
562024-11-28T00:51:03.954Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-28T00:51:03.954Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-28T00:51:04.025Z+ rustc --version
592024-11-28T00:51:04.095Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-28T00:51:04.098Zprocess exited: duration 22079 ms, exit code 0
 
612024-11-28T00:51:04.103Zstarting task 2: "authentication"
622024-11-28T00:51:04.124Zprocess exited: duration 20 ms, exit code 0
 
632024-11-28T00:51:04.129Zstarting task 3: "clone repository"
642024-11-28T00:51:04.134Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-28T00:51:04.137Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-28T00:51:04.427ZCloning into '/work/oxidecomputer/omicron'...
672024-11-28T00:51:11.701Z+ cd /work/oxidecomputer/omicron
682024-11-28T00:51:11.704Z+ git fetch origin 2b42d0e9eba874261cfe04e8dada79942d9b9633
692024-11-28T00:51:11.979ZFrom https://github.com/oxidecomputer/omicron
702024-11-28T00:51:11.979Z * branch 2b42d0e9eba874261cfe04e8dada79942d9b9633 -> FETCH_HEAD
712024-11-28T00:51:11.990Z+ [[ -n nexus-support-bundles-api ]]
722024-11-28T00:51:11.993Z++ git branch --show-current
732024-11-28T00:51:11.996Z+ current=main
742024-11-28T00:51:11.996Z+ [[ main != nexus-support-bundles-api ]]
752024-11-28T00:51:11.996Z+ git branch -f nexus-support-bundles-api 2b42d0e9eba874261cfe04e8dada79942d9b9633
762024-11-28T00:51:11.998Z+ git checkout -f nexus-support-bundles-api
772024-11-28T00:51:12.174ZSwitched to branch 'nexus-support-bundles-api'
782024-11-28T00:51:12.177Z+ git reset --hard 2b42d0e9eba874261cfe04e8dada79942d9b9633
792024-11-28T00:51:12.199ZHEAD is now at 2b42d0e9e API updates pulled from 7187 as I built it
802024-11-28T00:51:12.202Zprocess exited: duration 8070 ms, exit code 0
 
812024-11-28T00:51:12.208Zstarting task 4: "build"
822024-11-28T00:51:12.214Z+ source .github/buildomat/ci-env.sh
832024-11-28T00:51:12.214Z++ export CARGO_TERM_COLOR=always
842024-11-28T00:51:12.214Z++ CARGO_TERM_COLOR=always
852024-11-28T00:51:12.216Z+ cargo --version
862024-11-28T00:51:12.273Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-28T00:51:12.275Z+ rustc --version
882024-11-28T00:51:12.338Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-28T00:51:12.342Z+ source ./env.sh
902024-11-28T00:51:12.342Z++ OLD_SHELL_OPTS=ehxB
912024-11-28T00:51:12.342Z++ set -o xtrace
922024-11-28T00:51:12.344Z++++ dirname ./env.sh
932024-11-28T00:51:12.346Z+++ readlink -f .
942024-11-28T00:51:12.395Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ 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-11-28T00:51:12.398Z++ case $OLD_SHELL_OPTS in
1042024-11-28T00:51:12.398Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-28T00:51:12.398Z+ 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-11-28T00:51:12.398Z+ 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-11-28T00:51:12.398Z+ banner prerequisites
1082024-11-28T00:51:12.446Z
1092024-11-28T00:51:12.446Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-28T00:51:12.446Z # # # # # # # # # # # # # # #
1112024-11-28T00:51:12.446Z # # # # ##### # # ##### # # # # # #### #
1122024-11-28T00:51:12.446Z ##### ##### # ##### # # # # # # # # #
1132024-11-28T00:51:12.446Z # # # # # # # # # # # # # # #
1142024-11-28T00:51:12.446Z # # # ###### # # ###### ### # #### # #### #
1152024-11-28T00:51:12.446Z
1162024-11-28T00:51:12.449Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-28T00:51:31.355Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-28T00:51:35.231Z Startup: Caching catalogs ... Done
1192024-11-28T00:51:44.541ZPlanning: Solver setup ... Done (8.440s)
1202024-11-28T00:51:44.658ZPlanning: Running solver ... Done (0.118s)
1212024-11-28T00:51:44.837ZPlanning: Finding local manifests ... Done (0.089s)
1222024-11-28T00:51:44.870ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-28T00:51:46.402ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-28T00:51:46.592ZPlanning: Package planning ... Done (0.190s)
1252024-11-28T00:51:46.807ZPlanning: Merging actions ... Done (0.214s)
1262024-11-28T00:51:47.376ZPlanning: Checking for conflicting actions ... Done (0.568s)
1272024-11-28T00:51:51.538ZPlanning: Consolidating action changes ... Done (4.161s)
1282024-11-28T00:51:51.965ZPlanning: Evaluating mediators ... Done (0.427s)
1292024-11-28T00:51:52.120ZPlanning: Planning completed in 16.79 seconds
1302024-11-28T00:51:52.134Z Packages to install: 4
1312024-11-28T00:51:52.134Z Packages to update: 1
1322024-11-28T00:51:52.137Z Mediators to change: 2
1332024-11-28T00:51:52.137Z Services to change: 1
1342024-11-28T00:51:52.137Z Estimated space available: 155.64 GB
1352024-11-28T00:51:52.137ZEstimated space to be consumed: 1.60 GB
1362024-11-28T00:51:52.137Z Create boot environment: No
1372024-11-28T00:51:52.137ZCreate backup boot environment: Yes
1382024-11-28T00:51:52.137Z Rebuild boot archive: No
1392024-11-28T00:51:52.137Z
1402024-11-28T00:51:52.137ZChanged mediators:
1412024-11-28T00:51:52.137Z mediator clang:
1422024-11-28T00:51:52.137Z version: None -> 15 (system default)
1432024-11-28T00:51:52.137Z
1442024-11-28T00:51:52.137Z mediator llvm:
1452024-11-28T00:51:52.137Z version: 14 (system default) -> 15 (system default)
1462024-11-28T00:51:52.137Z
1472024-11-28T00:51:52.137ZChanged packages:
1482024-11-28T00:51:52.137Zhelios-dev
1492024-11-28T00:51:52.137Z developer/build-essential
1502024-11-28T00:51:52.137Z None -> 11-2.0
1512024-11-28T00:51:52.138Z library/libxmlsec1
1522024-11-28T00:51:52.138Z None -> 1.2.35-2.0
1532024-11-28T00:51:52.138Z ooce/developer/clang-15
1542024-11-28T00:51:52.138Z None -> 15.0.7-2.0
1552024-11-28T00:51:52.138Z ooce/developer/llvm-15
1562024-11-28T00:51:52.138Z None -> 15.0.7-2.0
1572024-11-28T00:51:52.138Z package/pkg
1582024-11-28T00:51:52.138Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-28T00:51:52.138Z
1602024-11-28T00:51:52.138ZServices:
1612024-11-28T00:51:52.138Z restart_fmri:
1622024-11-28T00:51:52.138Z svc:/system/update-man-index:default
1632024-11-28T00:51:52.138Z
1642024-11-28T00:51:52.138ZEditable files to change:
1652024-11-28T00:51:52.138Z Update:
1662024-11-28T00:51:52.138Z usr/share/lib/pkg/web/config.shtml
1672024-11-28T00:51:52.417Z
1682024-11-28T00:51:52.417ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-28T00:51:57.947ZDownload: 208/4281 items 1.3/220.6MB 0% complete (304k/s)
1702024-11-28T00:52:06.292ZDownload: 211/4281 items 1.3/220.6MB 0% complete (289k/s)
1712024-11-28T00:52:18.727ZDownload: 212/4281 items 1.3/220.6MB 0% complete
1722024-11-28T00:52:25.126ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1732024-11-28T00:52:30.142ZDownload: 519/4281 items 17.4/220.6MB 7% complete (3.2M/s)
1742024-11-28T00:52:35.187ZDownload: 755/4281 items 18.3/220.6MB 8% complete (1.9M/s)
1752024-11-28T00:52:40.196ZDownload: 947/4281 items 19.1/220.6MB 8% complete (183k/s)
1762024-11-28T00:52:45.200ZDownload: 1077/4281 items 19.7/220.6MB 8% complete (157k/s)
1772024-11-28T00:52:50.715ZDownload: 1193/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1782024-11-28T00:52:57.379ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (6.3M/s)
1792024-11-28T00:53:08.311ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
1802024-11-28T00:53:13.315ZDownload: 1619/4281 items 117.7/220.6MB 53% complete (7.3M/s)
1812024-11-28T00:53:18.317ZDownload: 1946/4281 items 118.7/220.6MB 53% complete (3.6M/s)
1822024-11-28T00:53:23.329ZDownload: 2212/4281 items 119.2/220.6MB 54% complete (160k/s)
1832024-11-28T00:53:31.772ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (144k/s)
1842024-11-28T00:53:36.775ZDownload: 2246/4281 items 119.4/220.6MB 54% complete (6.4k/s)
1852024-11-28T00:53:41.781ZDownload: 2443/4281 items 119.9/220.6MB 54% complete (67.4k/s)
1862024-11-28T00:53:46.905ZDownload: 2703/4281 items 120.5/220.6MB 54% complete (126k/s)
1872024-11-28T00:53:51.963ZDownload: 2914/4281 items 120.9/220.6MB 54% complete (107k/s)
1882024-11-28T00:53:56.964ZDownload: 3205/4281 items 189.7/220.6MB 86% complete (6.9M/s)
1892024-11-28T00:54:02.419ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1902024-11-28T00:54:11.894ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1912024-11-28T00:54:18.202ZDownload: 3286/4281 items 211.7/220.6MB 95% complete (5.6M/s)
1922024-11-28T00:54:23.204ZDownload: 3778/4281 items 217.0/220.6MB 98% complete (662k/s)
1932024-11-28T00:54:31.521ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (958k/s)
1942024-11-28T00:54:31.623ZDownload: Completed 220.60 MB in 159.19 seconds (1.4M/s)
1952024-11-28T00:54:33.910Z Actions: 1/5063 actions (Removing old actions)
1962024-11-28T00:54:33.930Z Actions: 194/5063 actions (Installing new actions)
1972024-11-28T00:54:38.962Z Actions: 4084/5063 actions (Installing new actions)
1982024-11-28T00:54:39.147Z Actions: 4226/5063 actions (Updating modified actions)
1992024-11-28T00:54:39.491Z Actions: Completed 5063 actions in 5.58 seconds.
2002024-11-28T00:54:39.894Z Done (0.396s)
2012024-11-28T00:54:39.898Z Done (0.000s)
2022024-11-28T00:54:40.435Z Done (0.538s)
2032024-11-28T00:54:45.968Z Done (5.317s)
2042024-11-28T00:54:46.272Z Done (0.229s)
2052024-11-28T00:54:46.274Z Done (0.000s)
2062024-11-28T00:54:46.444Z Done (0.000s)
2072024-11-28T00:54:47.118ZPlanning: Evaluating mediator changes ... Done
2082024-11-28T00:54:47.277ZPlanning: Checking for conflicting actions ... Done
2092024-11-28T00:54:47.279ZPlanning: Consolidating action changes ... Done
2102024-11-28T00:54:47.549ZPlanning: Evaluating mediators ... Done
2112024-11-28T00:54:47.552ZPlanning: Planning completed in 0.43 seconds
2122024-11-28T00:54:47.588Z Mediators to change: 2
2132024-11-28T00:54:47.590Z Create boot environment: No
2142024-11-28T00:54:47.590ZCreate backup boot environment: No
2152024-11-28T00:54:47.670Z Done
2162024-11-28T00:54:47.670Z Done
2172024-11-28T00:54:48.009Z Done
2182024-11-28T00:54:51.921Z Done
2192024-11-28T00:54:52.040Z Done
2202024-11-28T00:54:52.050Z Done
2212024-11-28T00:54:52.154Z Done
2222024-11-28T00:54:52.761ZPlanning: Evaluating mediator changes ... Done
2232024-11-28T00:54:52.769ZPlanning: Merging actions ... Done
2242024-11-28T00:54:52.995ZPlanning: Checking for conflicting actions ... Done
2252024-11-28T00:54:53.008ZPlanning: Consolidating action changes ... Done
2262024-11-28T00:54:53.220ZPlanning: Evaluating mediators ... Done
2272024-11-28T00:54:53.274ZPlanning: Planning completed in 0.76 seconds
2282024-11-28T00:54:53.313Z Packages to change: 1
2292024-11-28T00:54:53.313Z Mediators to change: 1
2302024-11-28T00:54:53.316Z Services to change: 1
2312024-11-28T00:54:53.316Z Create boot environment: No
2322024-11-28T00:54:53.316ZCreate backup boot environment: Yes
2332024-11-28T00:54:55.364Z Actions: 1/6 actions (Updating modified actions)
2342024-11-28T00:54:55.415Z Actions: Completed 6 actions in 0.05 seconds.
2352024-11-28T00:54:55.419Z Done
2362024-11-28T00:54:55.419Z Done
2372024-11-28T00:54:55.524Z Done
2382024-11-28T00:54:59.231Z Done
2392024-11-28T00:54:59.325Z Done
2402024-11-28T00:54:59.328Z Done
2412024-11-28T00:54:59.469Z Done
2422024-11-28T00:54:59.899ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432024-11-28T00:54:59.900Zclang system 15 system
2442024-11-28T00:54:59.900Zcsh system system illumos
2452024-11-28T00:54:59.900Zctags system system illumos
2462024-11-28T00:54:59.900Zgcc vendor 12 vendor
2472024-11-28T00:54:59.900Zgcc system 10 system
2482024-11-28T00:54:59.900Zgcc system 7 system
2492024-11-28T00:54:59.900Zgo system 1.20 system
2502024-11-28T00:54:59.900Zgo system 1.19 system
2512024-11-28T00:54:59.900Zllvm system 15 system
2522024-11-28T00:54:59.900Zllvm system 14 system
2532024-11-28T00:54:59.900Zmariadb system 10.6 system
2542024-11-28T00:54:59.900Zmta vendor vendor dma
2552024-11-28T00:54:59.900Zopenjdk system 17 system
2562024-11-28T00:54:59.900Zopenjdk system 11 system
2572024-11-28T00:54:59.900Zopenjdk system 1.8 system
2582024-11-28T00:54:59.900Zopenssl vendor 3 vendor
2592024-11-28T00:54:59.900Zperl system 5.36 system
2602024-11-28T00:54:59.900Zpostgresql system 15 system
2612024-11-28T00:54:59.900Zpostgresql system 13 system
2622024-11-28T00:54:59.900Zpython vendor 3 vendor
2632024-11-28T00:54:59.900Zpython system 2 system
2642024-11-28T00:54:59.900Zpython3 system 3.11 system
2652024-11-28T00:54:59.900Zruby system 3.0 system
2662024-11-28T00:54:59.900Zwords vendor vendor american-english
2672024-11-28T00:54:59.900Zwords system system australian-english
2682024-11-28T00:54:59.900Zwords system system british-english
2692024-11-28T00:54:59.900Zwords system system canadian-english
2702024-11-28T00:54:59.900Zwords system system french
2712024-11-28T00:54:59.900Zwords system system italian
2722024-11-28T00:54:59.900Zwords system system ngerman
2732024-11-28T00:54:59.900Zwords system system ogerman
2742024-11-28T00:54:59.900Zwords system system spanish
2752024-11-28T00:55:00.235ZPUBLISHER TYPE STATUS P LOCATION
2762024-11-28T00:55:00.235Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772024-11-28T00:55:02.906ZFMRI IFO
2782024-11-28T00:55:02.906Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792024-11-28T00:55:02.906Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802024-11-28T00:55:02.906Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812024-11-28T00:55:02.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822024-11-28T00:55:02.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832024-11-28T00:55:02.907Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2842024-11-28T00:55:02.907Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2852024-11-28T00:55:02.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2862024-11-28T00:55:02.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2872024-11-28T00:55:02.907Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2882024-11-28T00:55:02.907Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2892024-11-28T00:55:02.907Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2902024-11-28T00:55:02.907Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2912024-11-28T00:55:02.907Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2922024-11-28T00:55:02.907Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2932024-11-28T00:55:03.647Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2942024-11-28T00:55:03.919Z Updating crates.io index
2952024-11-28T00:55:04.004Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962024-11-28T00:55:04.481Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2972024-11-28T00:55:04.732Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982024-11-28T00:55:05.004Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2992024-11-28T00:55:05.229Z Updating git repository `https://github.com/oxidecomputer/propolis`
3002024-11-28T00:55:06.111Z Updating git repository `https://github.com/oxidecomputer/crucible`
3012024-11-28T00:55:08.509Z Updating git repository `https://github.com/oxidecomputer/opte`
3022024-11-28T00:55:09.645Z Updating git repository `https://github.com/oxidecomputer/falcon`
3032024-11-28T00:55:10.376Z Updating git repository `https://github.com/oxidecomputer/clickward`
3042024-11-28T00:55:10.604Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3052024-11-28T00:55:10.869Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062024-11-28T00:55:11.398Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3072024-11-28T00:55:11.684Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082024-11-28T00:55:11.924Z Updating git repository `https://github.com/oxidecomputer/tofino`
3092024-11-28T00:55:12.156Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3102024-11-28T00:55:12.386Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3112024-11-28T00:55:12.587Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3122024-11-28T00:55:12.861Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3132024-11-28T00:55:13.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142024-11-28T00:55:13.476Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3152024-11-28T00:55:13.690Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162024-11-28T00:55:14.126Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172024-11-28T00:55:14.409Z Updating git repository `https://github.com/oxidecomputer/crucible`
3182024-11-28T00:55:14.989Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192024-11-28T00:55:15.300Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202024-11-28T00:55:15.706Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3212024-11-28T00:55:15.955Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222024-11-28T00:55:16.163Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232024-11-28T00:55:16.476Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242024-11-28T00:55:17.617Z Downloading crates ...
3252024-11-28T00:55:17.701Z Downloaded bytecount v0.6.8
3262024-11-28T00:55:17.708Z Downloaded anyhow v1.0.93
3272024-11-28T00:55:17.713Z Downloaded autocfg v1.4.0
3282024-11-28T00:55:17.716Z Downloaded anstream v0.6.15
3292024-11-28T00:55:17.716Z Downloaded anstyle-parse v0.2.5
3302024-11-28T00:55:17.721Z Downloaded block-buffer v0.10.4
3312024-11-28T00:55:17.721Z Downloaded anstyle v1.0.10
3322024-11-28T00:55:17.726Z Downloaded anstyle-query v1.1.1
3332024-11-28T00:55:17.726Z Downloaded bitflags v2.6.0
3342024-11-28T00:55:17.799Z Downloaded cargo_toml v0.20.5
3352024-11-28T00:55:17.835Z Downloaded pretty-hex v0.4.1
3362024-11-28T00:55:17.856Z Downloaded is_terminal_polyfill v1.70.1
3372024-11-28T00:55:17.860Z Downloaded usdt-attr-macro v0.5.0
3382024-11-28T00:55:17.860Z Downloaded usdt-macro v0.5.0
3392024-11-28T00:55:17.860Z Downloaded colorchoice v1.0.2
3402024-11-28T00:55:17.860Z Downloaded cfg-if v1.0.0
3412024-11-28T00:55:17.865Z Downloaded cargo-platform v0.1.8
3422024-11-28T00:55:17.865Z Downloaded equivalent v1.0.1
3432024-11-28T00:55:17.865Z Downloaded dtrace-parser v0.2.0
3442024-11-28T00:55:17.869Z Downloaded swrite v0.1.0
3452024-11-28T00:55:17.883Z Downloaded pest_generator v2.7.14
3462024-11-28T00:55:17.891Z Downloaded plain v0.2.3
3472024-11-28T00:55:17.894Z Downloaded serde_spanned v0.6.8
3482024-11-28T00:55:17.894Z Downloaded macaddr v1.0.1
3492024-11-28T00:55:17.901Z Downloaded heck v0.4.1
3502024-11-28T00:55:17.901Z Downloaded generic-array v0.14.7
3512024-11-28T00:55:17.904Z Downloaded fs-err v2.11.0
3522024-11-28T00:55:17.904Z Downloaded heck v0.5.0
3532024-11-28T00:55:17.904Z Downloaded fnv v1.0.7
3542024-11-28T00:55:17.904Z Downloaded camino v1.1.9
3552024-11-28T00:55:17.912Z Downloaded fastrand v2.1.1
3562024-11-28T00:55:17.912Z Downloaded dof v0.3.0
3572024-11-28T00:55:17.912Z Downloaded digest v0.10.7
3582024-11-28T00:55:17.916Z Downloaded utf8parse v0.2.2
3592024-11-28T00:55:17.916Z Downloaded strsim v0.11.1
3602024-11-28T00:55:17.916Z Downloaded scroll_derive v0.12.0
3612024-11-28T00:55:17.916Z Downloaded crypto-common v0.1.6
3622024-11-28T00:55:17.916Z Downloaded cpufeatures v0.2.14
3632024-11-28T00:55:17.916Z Downloaded cargo_metadata v0.18.1
3642024-11-28T00:55:17.920Z Downloaded usdt v0.5.0
3652024-11-28T00:55:17.920Z Downloaded clap_lex v0.7.2
3662024-11-28T00:55:17.920Z Downloaded version_check v0.9.5
3672024-11-28T00:55:17.920Z Downloaded thread-id v4.2.2
3682024-11-28T00:55:17.923Z Downloaded unicode-linebreak v0.1.5
3692024-11-28T00:55:17.923Z Downloaded thiserror-impl v1.0.69
3702024-11-28T00:55:17.923Z Downloaded tabled_derive v0.7.0
3712024-11-28T00:55:17.923Z Downloaded byteorder v1.5.0
3722024-11-28T00:55:17.930Z Downloaded terminal_size v0.4.0
3732024-11-28T00:55:17.934Z Downloaded smawk v0.3.2
3742024-11-28T00:55:17.937Z Downloaded serde_tokenstream v0.2.2
3752024-11-28T00:55:17.940Z Downloaded memmap v0.7.0
3762024-11-28T00:55:17.943Z Downloaded semver v1.0.23
3772024-11-28T00:55:17.946Z Downloaded quote v1.0.37
3782024-11-28T00:55:17.949Z Downloaded proc-macro-error-attr v1.0.4
3792024-11-28T00:55:17.955Z Downloaded proc-macro-error v1.0.4
3802024-11-28T00:55:17.955Z Downloaded pest_derive v2.7.14
3812024-11-28T00:55:17.957Z Downloaded once_cell v1.20.2
3822024-11-28T00:55:17.958Z Downloaded usdt-impl v0.5.0
3832024-11-28T00:55:17.958Z Downloaded camino-tempfile v1.1.1
3842024-11-28T00:55:17.960Z Downloaded itoa v1.0.11
3852024-11-28T00:55:17.961Z Downloaded errno v0.3.9
3862024-11-28T00:55:17.963Z Downloaded clap_derive v4.5.18
3872024-11-28T00:55:17.967Z Downloaded thiserror v1.0.69
3882024-11-28T00:55:17.979Z Downloaded tempfile v3.13.0
3892024-11-28T00:55:17.988Z Downloaded toml_datetime v0.6.8
3902024-11-28T00:55:17.989Z Downloaded scroll v0.12.0
3912024-11-28T00:55:17.989Z Downloaded sha2 v0.10.8
3922024-11-28T00:55:17.996Z Downloaded zerocopy-derive v0.7.35
3932024-11-28T00:55:17.996Z Downloaded log v0.4.22
3942024-11-28T00:55:17.996Z Downloaded ryu v1.0.18
3952024-11-28T00:55:17.996Z Downloaded ucd-trie v0.1.7
3962024-11-28T00:55:18.001Z Downloaded toml v0.8.19
3972024-11-28T00:55:18.005Z Downloaded unicode-ident v1.0.13
3982024-11-28T00:55:18.005Z Downloaded typenum v1.17.0
3992024-11-28T00:55:18.008Z Downloaded papergrid v0.11.0
4002024-11-28T00:55:18.013Z Downloaded serde_derive v1.0.215
4012024-11-28T00:55:18.016Z Downloaded pest_meta v2.7.14
4022024-11-28T00:55:18.020Z Downloaded textwrap v0.16.1
4032024-11-28T00:55:18.024Z Downloaded proc-macro2 v1.0.89
4042024-11-28T00:55:18.028Z Downloaded indexmap v2.6.0
4052024-11-28T00:55:18.033Z Downloaded clap v4.5.21
4062024-11-28T00:55:18.055Z Downloaded serde v1.0.215
4072024-11-28T00:55:18.063Z Downloaded memchr v2.7.4
4082024-11-28T00:55:18.068Z Downloaded toml_edit v0.22.22
4092024-11-28T00:55:18.088Z Downloaded pest v2.7.14
4102024-11-28T00:55:18.102Z Downloaded hashbrown v0.15.0
4112024-11-28T00:55:18.113Z Downloaded clap_builder v4.5.21
4122024-11-28T00:55:18.120Z Downloaded serde_json v1.0.132
4132024-11-28T00:55:18.128Z Downloaded zerocopy v0.7.35
4142024-11-28T00:55:18.142Z Downloaded winnow v0.6.20
4152024-11-28T00:55:18.150Z Downloaded goblin v0.8.2
4162024-11-28T00:55:18.160Z Downloaded tabled v0.15.0
4172024-11-28T00:55:18.177Z Downloaded syn v1.0.109
4182024-11-28T00:55:18.187Z Downloaded unicode-width v0.1.14
4192024-11-28T00:55:18.195Z Downloaded syn v2.0.87
4202024-11-28T00:55:18.204Z Downloaded rustix v0.38.37
4212024-11-28T00:55:18.235Z Downloaded libc v0.2.162
4222024-11-28T00:55:18.544Z Compiling proc-macro2 v1.0.89
4232024-11-28T00:55:18.544Z Compiling unicode-ident v1.0.13
4242024-11-28T00:55:18.544Z Compiling version_check v0.9.5
4252024-11-28T00:55:18.548Z Compiling serde v1.0.215
4262024-11-28T00:55:18.548Z Compiling memchr v2.7.4
4272024-11-28T00:55:18.548Z Compiling thiserror v1.0.69
4282024-11-28T00:55:18.548Z Compiling libc v0.2.162
4292024-11-28T00:55:18.577Z Compiling ucd-trie v0.1.7
4302024-11-28T00:55:18.803Z Compiling ryu v1.0.18
4312024-11-28T00:55:19.143Z Compiling itoa v1.0.11
4322024-11-28T00:55:19.337Z Compiling once_cell v1.20.2
4332024-11-28T00:55:19.376Z Compiling byteorder v1.5.0
4342024-11-28T00:55:19.866Z Compiling serde_json v1.0.132
4352024-11-28T00:55:19.893Z Compiling rustix v0.38.37
4362024-11-28T00:55:20.030Z Compiling bitflags v2.6.0
4372024-11-28T00:55:20.199Z Compiling usdt-impl v0.5.0
4382024-11-28T00:55:20.226Z Compiling proc-macro-error-attr v1.0.4
4392024-11-28T00:55:20.289Z Compiling syn v1.0.109
4402024-11-28T00:55:20.456Z Compiling proc-macro-error v1.0.4
4412024-11-28T00:55:20.576Z Compiling plain v0.2.3
4422024-11-28T00:55:20.679Z Compiling log v0.4.22
4432024-11-28T00:55:20.729Z Compiling equivalent v1.0.1
4442024-11-28T00:55:20.729Z Compiling camino v1.1.9
4452024-11-28T00:55:20.778Z Compiling utf8parse v0.2.2
4462024-11-28T00:55:20.846Z Compiling hashbrown v0.15.0
4472024-11-28T00:55:20.892Z Compiling quote v1.0.37
4482024-11-28T00:55:21.024Z Compiling anstyle-parse v0.2.5
4492024-11-28T00:55:21.203Z Compiling errno v0.3.9
4502024-11-28T00:55:21.361Z Compiling syn v2.0.87
4512024-11-28T00:55:21.389Z Compiling thread-id v4.2.2
4522024-11-28T00:55:21.535Z Compiling unicode-width v0.1.14
4532024-11-28T00:55:21.609Z Compiling anstyle v1.0.10
4542024-11-28T00:55:21.846Z Compiling is_terminal_polyfill v1.70.1
4552024-11-28T00:55:21.977Z Compiling colorchoice v1.0.2
4562024-11-28T00:55:22.066Z Compiling indexmap v2.6.0
4572024-11-28T00:55:22.094Z Compiling pretty-hex v0.4.1
4582024-11-28T00:55:22.120Z Compiling winnow v0.6.20
4592024-11-28T00:55:22.145Z Compiling anstyle-query v1.1.1
4602024-11-28T00:55:22.298Z Compiling semver v1.0.23
4612024-11-28T00:55:22.328Z Compiling autocfg v1.4.0
4622024-11-28T00:55:22.920Z Compiling anstream v0.6.15
4632024-11-28T00:55:23.236Z Compiling bytecount v0.6.8
4642024-11-28T00:55:23.508Z Compiling strsim v0.11.1
4652024-11-28T00:55:23.533Z Compiling fs-err v2.11.0
4662024-11-28T00:55:23.672Z Compiling terminal_size v0.4.0
4672024-11-28T00:55:23.834Z Compiling fastrand v2.1.1
4682024-11-28T00:55:23.896Z Compiling clap_lex v0.7.2
4692024-11-28T00:55:23.943Z Compiling heck v0.4.1
4702024-11-28T00:55:24.448Z Compiling heck v0.5.0
4712024-11-28T00:55:24.475Z Compiling anyhow v1.0.93
4722024-11-28T00:55:24.502Z Compiling cfg-if v1.0.0
4732024-11-28T00:55:24.523Z Compiling fnv v1.0.7
4742024-11-28T00:55:24.606Z Compiling tempfile v3.13.0
4752024-11-28T00:55:24.678Z Compiling papergrid v0.11.0
4762024-11-28T00:55:24.973Z Compiling clap_builder v4.5.21
4772024-11-28T00:55:25.301Z Compiling memmap v0.7.0
4782024-11-28T00:55:25.477Z Compiling unicode-linebreak v0.1.5
4792024-11-28T00:55:25.518Z Compiling smawk v0.3.2
4802024-11-28T00:55:25.838Z Compiling swrite v0.1.0
4812024-11-28T00:55:25.979Z Compiling textwrap v0.16.1
4822024-11-28T00:55:27.098Z Compiling tabled_derive v0.7.0
4832024-11-28T00:55:28.645Z Compiling tabled v0.15.0
4842024-11-28T00:55:30.371Z Compiling serde_derive v1.0.215
4852024-11-28T00:55:30.371Z Compiling thiserror-impl v1.0.69
4862024-11-28T00:55:30.373Z Compiling zerocopy-derive v0.7.35
4872024-11-28T00:55:30.373Z Compiling scroll_derive v0.12.0
4882024-11-28T00:55:30.482Z Compiling clap_derive v4.5.18
4892024-11-28T00:55:31.706Z Compiling scroll v0.12.0
4902024-11-28T00:55:32.206Z Compiling goblin v0.8.2
4912024-11-28T00:55:32.299Z Compiling zerocopy v0.7.35
4922024-11-28T00:55:32.881Z Compiling pest v2.7.14
4932024-11-28T00:55:34.518Z Compiling clap v4.5.21
4942024-11-28T00:55:35.142Z Compiling pest_meta v2.7.14
4952024-11-28T00:55:36.022Z Compiling pest_generator v2.7.14
4962024-11-28T00:55:37.863Z Compiling pest_derive v2.7.14
4972024-11-28T00:55:38.534Z Compiling dtrace-parser v0.2.0
4982024-11-28T00:55:40.590Z Compiling serde_tokenstream v0.2.2
4992024-11-28T00:55:40.727Z Compiling toml_datetime v0.6.8
5002024-11-28T00:55:40.729Z Compiling serde_spanned v0.6.8
5012024-11-28T00:55:41.020Z Compiling cargo-platform v0.1.8
5022024-11-28T00:55:41.118Z Compiling toml_edit v0.22.22
5032024-11-28T00:55:41.196Z Compiling macaddr v1.0.1
5042024-11-28T00:55:41.530Z Compiling camino-tempfile v1.1.1
5052024-11-28T00:55:42.085Z Compiling dof v0.3.0
5062024-11-28T00:55:42.197Z Compiling cargo_metadata v0.18.1
5072024-11-28T00:55:43.829Z Compiling usdt-attr-macro v0.5.0
5082024-11-28T00:55:43.829Z Compiling usdt-macro v0.5.0
5092024-11-28T00:55:43.899Z Compiling toml v0.8.19
5102024-11-28T00:55:44.773Z Compiling cargo_toml v0.20.5
5112024-11-28T00:55:45.309Z Compiling usdt v0.5.0
5122024-11-28T00:55:48.221Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5132024-11-28T00:55:52.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.94s
5142024-11-28T00:55:52.634Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5152024-11-28T00:55:53.182Z Downloading crates ...
5162024-11-28T00:55:53.321Z Downloaded headers-core v0.3.0
5172024-11-28T00:55:53.324Z Downloaded httpdate v1.0.3
5182024-11-28T00:55:53.349Z Downloaded ident_case v1.0.1
5192024-11-28T00:55:53.365Z Downloaded addr2line v0.24.2
5202024-11-28T00:55:53.381Z Downloaded aes v0.8.4
5212024-11-28T00:55:53.393Z Downloaded lzma-sys v0.1.20
5222024-11-28T00:55:53.423Z Downloaded ascii-canvas v3.0.0
5232024-11-28T00:55:53.426Z Downloaded highway v1.2.0
5242024-11-28T00:55:53.429Z Downloaded hex v0.4.3
5252024-11-28T00:55:53.429Z Downloaded heapless v0.8.0
5262024-11-28T00:55:53.432Z Downloaded assert_matches v1.5.0
5272024-11-28T00:55:53.435Z Downloaded hkdf v0.12.4
5282024-11-28T00:55:53.438Z Downloaded arrayvec v0.7.6
5292024-11-28T00:55:53.441Z Downloaded aead v0.5.2
5302024-11-28T00:55:53.441Z Downloaded heapless v0.7.17
5312024-11-28T00:55:53.444Z Downloaded http-body-util v0.1.2
5322024-11-28T00:55:53.447Z Downloaded aho-corasick v1.1.3
5332024-11-28T00:55:53.454Z Downloaded http-body v1.0.1
5342024-11-28T00:55:53.458Z Downloaded hickory-resolver v0.24.1
5352024-11-28T00:55:53.460Z Downloaded base16ct v0.2.0
5362024-11-28T00:55:53.465Z Downloaded http-range v0.1.5
5372024-11-28T00:55:53.465Z Downloaded hubpack v0.1.2
5382024-11-28T00:55:53.469Z Downloaded hostname v0.3.1
5392024-11-28T00:55:53.469Z Downloaded atomic-waker v1.1.2
5402024-11-28T00:55:53.469Z Downloaded home v0.5.9
5412024-11-28T00:55:53.471Z Downloaded atomicwrites v0.4.4
5422024-11-28T00:55:53.471Z Downloaded httparse v1.9.5
5432024-11-28T00:55:53.473Z Downloaded hostname v0.4.0
5442024-11-28T00:55:53.482Z Downloaded hmac v0.12.1
5452024-11-28T00:55:53.482Z Downloaded hickory-client v0.24.1
5462024-11-28T00:55:53.485Z Downloaded atty v0.2.14
5472024-11-28T00:55:53.485Z Downloaded http v1.1.0
5482024-11-28T00:55:53.489Z Downloaded crunchy v0.2.2
5492024-11-28T00:55:53.492Z Downloaded instant v0.1.13
5502024-11-28T00:55:53.492Z Downloaded hubpack_derive v0.1.1
5512024-11-28T00:55:53.495Z Downloaded hickory-server v0.24.1
5522024-11-28T00:55:53.500Z Downloaded is_ci v1.2.0
5532024-11-28T00:55:53.503Z Downloaded icu_provider_macros v1.5.0
5542024-11-28T00:55:53.503Z Downloaded crucible-workspace-hack v0.1.0
5552024-11-28T00:55:53.503Z Downloaded castaway v0.2.3
5562024-11-28T00:55:53.506Z Downloaded backtrace v0.3.74
5572024-11-28T00:55:53.511Z Downloaded block-padding v0.3.3
5582024-11-28T00:55:53.513Z Downloaded bitflags v1.3.2
5592024-11-28T00:55:53.515Z Downloaded ciborium-io v0.2.2
5602024-11-28T00:55:53.518Z Downloaded matches v0.1.10
5612024-11-28T00:55:53.519Z Downloaded match_cfg v0.1.0
5622024-11-28T00:55:53.523Z Downloaded bb8 v0.8.5
5632024-11-28T00:55:53.524Z Downloaded async-stream v0.3.6
5642024-11-28T00:55:53.524Z Downloaded hex-literal v0.4.1
5652024-11-28T00:55:53.528Z Downloaded cfg_aliases v0.1.1
5662024-11-28T00:55:53.528Z Downloaded heck v0.3.3
5672024-11-28T00:55:53.528Z Downloaded tinyvec_macros v0.1.1
5682024-11-28T00:55:53.532Z Downloaded russh-cryptovec v0.7.3
5692024-11-28T00:55:53.532Z Downloaded lru-cache v0.1.2
5702024-11-28T00:55:53.532Z Downloaded async-stream-impl v0.3.6
5712024-11-28T00:55:53.532Z Downloaded arc-swap v1.7.1
5722024-11-28T00:55:53.537Z Downloaded ciborium-ll v0.2.2
5732024-11-28T00:55:53.540Z Downloaded cfg_aliases v0.2.1
5742024-11-28T00:55:53.540Z Downloaded ahash v0.8.11
5752024-11-28T00:55:53.544Z Downloaded constant_time_eq v0.3.1
5762024-11-28T00:55:53.544Z Downloaded curve25519-dalek-derive v0.1.1
5772024-11-28T00:55:53.547Z Downloaded indoc v1.0.9
5782024-11-28T00:55:53.547Z Downloaded humantime v2.1.0
5792024-11-28T00:55:53.549Z Downloaded indent_write v2.2.0
5802024-11-28T00:55:53.552Z Downloaded cbc v0.1.2
5812024-11-28T00:55:53.555Z Downloaded rpassword v7.3.1
5822024-11-28T00:55:53.555Z Downloaded is-terminal v0.4.13
5832024-11-28T00:55:53.555Z Downloaded ipnetwork v0.20.0
5842024-11-28T00:55:53.558Z Downloaded idna_adapter v1.2.0
5852024-11-28T00:55:53.562Z Downloaded internet-checksum v0.2.1
5862024-11-28T00:55:53.562Z Downloaded serde-big-array v0.5.1
5872024-11-28T00:55:53.567Z Downloaded crossbeam-deque v0.8.5
5882024-11-28T00:55:53.567Z Downloaded lru v0.12.5
5892024-11-28T00:55:53.567Z Downloaded linear-map v1.2.0
5902024-11-28T00:55:53.571Z Downloaded keccak v0.1.5
5912024-11-28T00:55:53.571Z Downloaded crc-catalog v2.4.0
5922024-11-28T00:55:53.576Z Downloaded async-recursion v1.1.1
5932024-11-28T00:55:53.578Z Downloaded mime v0.3.17
5942024-11-28T00:55:53.578Z Downloaded bcs v0.1.6
5952024-11-28T00:55:53.579Z Downloaded siphasher v0.3.11
5962024-11-28T00:55:53.581Z Downloaded libsw v3.3.1
5972024-11-28T00:55:53.584Z Downloaded maybe-uninit v2.0.0
5982024-11-28T00:55:53.587Z Downloaded maplit v1.0.2
5992024-11-28T00:55:53.587Z Downloaded buf-list v1.0.3
6002024-11-28T00:55:53.589Z Downloaded const_format_proc_macros v0.2.33
6012024-11-28T00:55:53.592Z Downloaded toolchain_find v0.4.0
6022024-11-28T00:55:53.594Z Downloaded termtree v0.4.1
6032024-11-28T00:55:53.594Z Downloaded rtoolbox v0.0.2
6042024-11-28T00:55:53.597Z Downloaded cipher v0.4.4
6052024-11-28T00:55:53.600Z Downloaded cookie_store v0.21.0
6062024-11-28T00:55:53.604Z Downloaded want v0.3.1
6072024-11-28T00:55:53.604Z Downloaded ctr v0.9.2
6082024-11-28T00:55:53.607Z Downloaded icu_locid_transform v1.5.0
6092024-11-28T00:55:53.607Z Downloaded cstr-argument v0.1.2
6102024-11-28T00:55:53.610Z Downloaded aws-lc-rs v1.10.0
6112024-11-28T00:55:53.619Z Downloaded zerofrom v0.1.4
6122024-11-28T00:55:53.623Z Downloaded waitgroup v0.1.2
6132024-11-28T00:55:53.623Z Downloaded slog-async v2.8.0
6142024-11-28T00:55:53.625Z Downloaded slab v0.4.9
6152024-11-28T00:55:53.625Z Downloaded crc32fast v1.4.2
6162024-11-28T00:55:53.628Z Downloaded jobserver v0.1.32
6172024-11-28T00:55:53.631Z Downloaded ipnet v2.10.1
6182024-11-28T00:55:53.633Z Downloaded serde_urlencoded v0.7.1
6192024-11-28T00:55:53.636Z Downloaded difflib v0.4.0
6202024-11-28T00:55:53.636Z Downloaded blake2 v0.10.6
6212024-11-28T00:55:53.638Z Downloaded float-ord v0.3.2
6222024-11-28T00:55:53.640Z Downloaded mime_guess v2.0.5
6232024-11-28T00:55:53.642Z Downloaded tinystr v0.7.6
6242024-11-28T00:55:53.644Z Downloaded tap v1.0.1
6252024-11-28T00:55:53.647Z Downloaded progenitor-impl v0.8.0
6262024-11-28T00:55:53.651Z Downloaded litemap v0.7.3
6272024-11-28T00:55:53.654Z Downloaded static_assertions v1.1.0
6282024-11-28T00:55:53.654Z Downloaded bzip2 v0.4.4
6292024-11-28T00:55:53.656Z Downloaded parse-size v1.1.0
6302024-11-28T00:55:53.658Z Downloaded normalize-line-endings v0.3.0
6312024-11-28T00:55:53.658Z Downloaded walkdir v2.5.0
6322024-11-28T00:55:53.662Z Downloaded enum-as-inner v0.5.1
6332024-11-28T00:55:53.666Z Downloaded icu_locid_transform_data v1.5.0
6342024-11-28T00:55:53.666Z Downloaded universal-hash v0.5.1
6352024-11-28T00:55:53.670Z Downloaded utf16_iter v1.0.5
6362024-11-28T00:55:53.670Z Downloaded utf-8 v0.7.6
6372024-11-28T00:55:53.670Z Downloaded quinn-udp v0.5.5
6382024-11-28T00:55:53.680Z Downloaded openssl-macros v0.1.1
6392024-11-28T00:55:53.680Z Downloaded icu_normalizer v1.5.0
6402024-11-28T00:55:53.683Z Downloaded opaque-debug v0.3.1
6412024-11-28T00:55:53.683Z Downloaded number_prefix v0.4.0
6422024-11-28T00:55:53.683Z Downloaded cookie v0.18.1
6432024-11-28T00:55:53.683Z Downloaded crossbeam-utils v0.8.20
6442024-11-28T00:55:53.685Z Downloaded indexmap v1.9.3
6452024-11-28T00:55:53.690Z Downloaded icu_provider v1.5.0
6462024-11-28T00:55:53.693Z Downloaded crossbeam-epoch v0.9.18
6472024-11-28T00:55:53.696Z Downloaded const-oid v0.9.6
6482024-11-28T00:55:53.698Z Downloaded form_urlencoded v1.2.1
6492024-11-28T00:55:53.701Z Downloaded float-cmp v0.9.0
6502024-11-28T00:55:53.713Z Downloaded parse-display v0.10.0
6512024-11-28T00:55:53.718Z Downloaded console v0.15.8
6522024-11-28T00:55:53.720Z Downloaded sync-ptr v0.1.1
6532024-11-28T00:55:53.720Z Downloaded base64 v0.13.1
6542024-11-28T00:55:53.723Z Downloaded hash32 v0.2.1
6552024-11-28T00:55:53.726Z Downloaded multimap v0.10.0
6562024-11-28T00:55:53.726Z Downloaded ron v0.7.1
6572024-11-28T00:55:53.730Z Downloaded fragile v2.0.0
6582024-11-28T00:55:53.733Z Downloaded time-core v0.1.2
6592024-11-28T00:55:53.735Z Downloaded phf v0.11.2
6602024-11-28T00:55:53.735Z Downloaded base64 v0.21.7
6612024-11-28T00:55:53.739Z Downloaded icu_locid v1.5.0
6622024-11-28T00:55:53.745Z Downloaded untrusted v0.7.1
6632024-11-28T00:55:53.749Z Downloaded num-integer v0.1.46
6642024-11-28T00:55:53.751Z Downloaded nanorand v0.7.0
6652024-11-28T00:55:53.754Z Downloaded derive_builder v0.20.2
6662024-11-28T00:55:53.757Z Downloaded semver v0.1.20
6672024-11-28T00:55:53.759Z Downloaded rustls-pemfile v1.0.4
6682024-11-28T00:55:53.763Z Downloaded toml v0.7.8
6692024-11-28T00:55:53.765Z Downloaded chacha20poly1305 v0.10.1
6702024-11-28T00:55:53.768Z Downloaded bytes v1.8.0
6712024-11-28T00:55:53.771Z Downloaded slog-scope v4.4.0
6722024-11-28T00:55:53.774Z Downloaded slog-envlogger v2.2.0
6732024-11-28T00:55:53.777Z Downloaded indicatif v0.17.9
6742024-11-28T00:55:53.780Z Downloaded packed_struct_codegen v0.10.1
6752024-11-28T00:55:53.783Z Downloaded new_debug_unreachable v1.0.6
6762024-11-28T00:55:53.783Z Downloaded slog-stdlog v4.1.1
6772024-11-28T00:55:53.790Z Downloaded pkg-config v0.3.31
6782024-11-28T00:55:53.795Z Downloaded compact_str v0.8.0
6792024-11-28T00:55:53.795Z Downloaded supports-color v3.0.1
6802024-11-28T00:55:53.795Z Downloaded base64 v0.22.1
6812024-11-28T00:55:53.800Z Downloaded num_threads v0.1.7
6822024-11-28T00:55:53.800Z Downloaded psl-types v2.0.11
6832024-11-28T00:55:53.803Z Downloaded progenitor-macro v0.8.0
6842024-11-28T00:55:53.803Z Downloaded proc-macro-crate v1.3.1
6852024-11-28T00:55:53.803Z Downloaded powerfmt v0.2.0
6862024-11-28T00:55:53.803Z Downloaded prettyplease v0.2.25
6872024-11-28T00:55:53.808Z Downloaded gethostname v0.5.0
6882024-11-28T00:55:53.812Z Downloaded untrusted v0.9.0
6892024-11-28T00:55:53.812Z Downloaded utf8_iter v1.0.4
6902024-11-28T00:55:53.818Z Downloaded termios v0.3.3
6912024-11-28T00:55:53.818Z Downloaded ssh-encoding v0.2.0
6922024-11-28T00:55:53.823Z Downloaded fallible-streaming-iterator v0.1.9
6932024-11-28T00:55:53.824Z Downloaded fallible-iterator v0.2.0
6942024-11-28T00:55:53.824Z Downloaded embedded-io v0.4.0
6952024-11-28T00:55:53.824Z Downloaded fallible-iterator v0.3.0
6962024-11-28T00:55:53.830Z Downloaded sigpipe v0.1.3
6972024-11-28T00:55:53.830Z Downloaded displaydoc v0.2.5
6982024-11-28T00:55:53.835Z Downloaded ghash v0.5.1
6992024-11-28T00:55:53.835Z Downloaded filetime v0.2.25
7002024-11-28T00:55:53.835Z Downloaded derive-where v1.2.7
7012024-11-28T00:55:53.838Z Downloaded signal-hook-tokio v0.3.1
7022024-11-28T00:55:53.838Z Downloaded hyper-util v0.1.10
7032024-11-28T00:55:53.842Z Downloaded cc v1.1.30
7042024-11-28T00:55:53.845Z Downloaded fd-lock v4.0.2
7052024-11-28T00:55:53.848Z Downloaded bumpalo v3.16.0
7062024-11-28T00:55:53.851Z Downloaded rustls-pemfile v2.2.0
7072024-11-28T00:55:53.853Z Downloaded packed_struct v0.10.1
7082024-11-28T00:55:53.855Z Downloaded poly1305 v0.8.0
7092024-11-28T00:55:53.858Z Downloaded unicode-truncate v1.1.0
7102024-11-28T00:55:53.860Z Downloaded zone_cfg_derive v0.3.0
7112024-11-28T00:55:53.864Z Downloaded progenitor v0.8.0
7122024-11-28T00:55:53.868Z Downloaded darling_macro v0.20.10
7132024-11-28T00:55:53.868Z Downloaded salsa20 v0.10.2
7142024-11-28T00:55:53.869Z Downloaded rustc_version v0.1.7
7152024-11-28T00:55:53.869Z Downloaded rustc-hash v2.0.0
7162024-11-28T00:55:53.872Z Downloaded progenitor-client v0.8.0
7172024-11-28T00:55:53.872Z Downloaded twox-hash v1.6.3
7182024-11-28T00:55:53.874Z Downloaded phf_shared v0.11.2
7192024-11-28T00:55:53.874Z Downloaded percent-encoding v2.3.1
7202024-11-28T00:55:53.874Z Downloaded num_enum_derive v0.5.11
7212024-11-28T00:55:53.877Z Downloaded num_enum v0.5.11
7222024-11-28T00:55:53.881Z Downloaded num-conv v0.1.0
7232024-11-28T00:55:53.885Z Downloaded foreign-types v0.5.0
7242024-11-28T00:55:53.885Z Downloaded foreign-types v0.3.2
7252024-11-28T00:55:53.890Z Downloaded pin-project v1.1.6
7262024-11-28T00:55:53.897Z Downloaded tabwriter v1.4.0
7272024-11-28T00:55:53.900Z Downloaded tiny-keccak v2.0.2
7282024-11-28T00:55:53.903Z Downloaded slog-dtrace v0.3.0
7292024-11-28T00:55:53.907Z Downloaded icu_collections v1.5.0
7302024-11-28T00:55:53.910Z Downloaded path-slash v0.1.5
7312024-11-28T00:55:53.915Z Downloaded tls_codec v0.4.1
7322024-11-28T00:55:53.919Z Downloaded synstructure v0.13.1
7332024-11-28T00:55:53.919Z Downloaded parking_lot v0.11.2
7342024-11-28T00:55:53.919Z Downloaded tui-tree-widget v0.22.0
7352024-11-28T00:55:53.923Z Downloaded pkcs5 v0.7.1
7362024-11-28T00:55:53.926Z Downloaded minimal-lexical v0.2.1
7372024-11-28T00:55:53.930Z Downloaded xz2 v0.1.7
7382024-11-28T00:55:53.932Z Downloaded getrandom v0.2.15
7392024-11-28T00:55:53.935Z Downloaded vte_generate_state_changes v0.1.2
7402024-11-28T00:55:53.938Z Downloaded pin-project-internal v1.1.6
7412024-11-28T00:55:53.941Z Downloaded scopeguard v1.2.0
7422024-11-28T00:55:53.942Z Downloaded native-tls v0.2.12
7432024-11-28T00:55:53.947Z Downloaded uuid v1.11.0
7442024-11-28T00:55:53.951Z Downloaded futures-task v0.3.31
7452024-11-28T00:55:53.951Z Downloaded unicode-properties v0.1.3
7462024-11-28T00:55:53.951Z Downloaded nu-ansi-term v0.50.1
7472024-11-28T00:55:53.955Z Downloaded tungstenite v0.24.0
7482024-11-28T00:55:53.960Z Downloaded foreign-types-shared v0.3.1
7492024-11-28T00:55:53.963Z Downloaded sct v0.7.1
7502024-11-28T00:55:53.963Z Downloaded vergen v8.3.2
7512024-11-28T00:55:53.970Z Downloaded newtype_derive v0.1.6
7522024-11-28T00:55:53.974Z Downloaded pbkdf2 v0.12.2
7532024-11-28T00:55:53.974Z Downloaded pbkdf2 v0.11.0
7542024-11-28T00:55:53.974Z Downloaded tokio-tungstenite v0.24.0
7552024-11-28T00:55:53.978Z Downloaded nodrop v0.1.14
7562024-11-28T00:55:53.978Z Downloaded num-iter v0.1.45
7572024-11-28T00:55:53.978Z Downloaded parking_lot v0.12.3
7582024-11-28T00:55:53.982Z Downloaded tungstenite v0.23.0
7592024-11-28T00:55:53.986Z Downloaded secrecy v0.8.0
7602024-11-28T00:55:53.986Z Downloaded fatfs v0.3.6
7612024-11-28T00:55:53.990Z Downloaded diesel_derives v2.2.3
7622024-11-28T00:55:53.993Z Downloaded zone_cfg_derive v0.1.2
7632024-11-28T00:55:53.997Z Downloaded tokio-native-tls v0.3.1
7642024-11-28T00:55:54.002Z Downloaded serde_path_to_error v0.1.16
7652024-11-28T00:55:54.002Z Downloaded hashlink v0.9.1
7662024-11-28T00:55:54.005Z Downloaded zone v0.3.0
7672024-11-28T00:55:54.005Z Downloaded zone v0.1.8
7682024-11-28T00:55:54.005Z Downloaded which v4.4.2
7692024-11-28T00:55:54.009Z Downloaded tls_codec_derive v0.4.1
7702024-11-28T00:55:54.009Z Downloaded serde_plain v1.0.2
7712024-11-28T00:55:54.009Z Downloaded elliptic-curve v0.13.8
7722024-11-28T00:55:54.014Z Downloaded oso-derive v0.27.3
7732024-11-28T00:55:54.017Z Downloaded dsl_auto_type v0.1.2
7742024-11-28T00:55:54.017Z Downloaded derive_builder_macro v0.20.2
7752024-11-28T00:55:54.017Z Downloaded dhcproto-macros v0.1.0
7762024-11-28T00:55:54.021Z Downloaded num-complex v0.4.6
7772024-11-28T00:55:54.021Z Downloaded crossterm v0.28.1
7782024-11-28T00:55:54.027Z Downloaded flagset v0.4.6
7792024-11-28T00:55:54.029Z Downloaded primeorder v0.13.6
7802024-11-28T00:55:54.033Z Downloaded defmt-parser v0.3.4
7812024-11-28T00:55:54.033Z Downloaded defmt v0.3.8
7822024-11-28T00:55:54.036Z Downloaded debug-ignore v1.0.5
7832024-11-28T00:55:54.040Z Downloaded itertools v0.10.5
7842024-11-28T00:55:54.045Z Downloaded nibble_vec v0.1.0
7852024-11-28T00:55:54.047Z Downloaded data-encoding v2.6.0
7862024-11-28T00:55:54.050Z Downloaded diesel_table_macro_syntax v0.2.0
7872024-11-28T00:55:54.050Z Downloaded libm v0.2.8
7882024-11-28T00:55:54.059Z Downloaded thread_local v1.1.8
7892024-11-28T00:55:54.063Z Downloaded predicates-tree v1.0.11
7902024-11-28T00:55:54.063Z Downloaded predicates-core v1.0.8
7912024-11-28T00:55:54.068Z Downloaded futures-sink v0.3.31
7922024-11-28T00:55:54.069Z Downloaded serde_with_macros v3.11.0
7932024-11-28T00:55:54.069Z Downloaded serde_derive_internals v0.29.1
7942024-11-28T00:55:54.072Z Downloaded smf v0.2.3
7952024-11-28T00:55:54.072Z Downloaded rand_xorshift v0.3.0
7962024-11-28T00:55:54.072Z Downloaded smallvec v0.6.14
7972024-11-28T00:55:54.076Z Downloaded rand_core v0.6.4
7982024-11-28T00:55:54.076Z Downloaded topological-sort v0.2.2
7992024-11-28T00:55:54.080Z Downloaded zopfli v0.8.1
8002024-11-28T00:55:54.086Z Downloaded peg-macros v0.8.4
8012024-11-28T00:55:54.086Z Downloaded pretty-hex v0.2.1
8022024-11-28T00:55:54.086Z Downloaded precomputed-hash v0.1.1
8032024-11-28T00:55:54.090Z Downloaded rand_seeder v0.3.0
8042024-11-28T00:55:54.090Z Downloaded url v2.5.3
8052024-11-28T00:55:54.090Z Downloaded try-lock v0.2.5
8062024-11-28T00:55:54.094Z Downloaded diesel-dtrace v0.3.0
8072024-11-28T00:55:54.094Z Downloaded tower-service v0.3.3
8082024-11-28T00:55:54.099Z Downloaded futures-channel v0.3.31
8092024-11-28T00:55:54.099Z Downloaded tokio-stream v0.1.16
8102024-11-28T00:55:54.103Z Downloaded rustversion v1.0.17
8112024-11-28T00:55:54.106Z Downloaded unicode-segmentation v1.12.0
8122024-11-28T00:55:54.108Z Downloaded structmeta v0.3.0
8132024-11-28T00:55:54.111Z Downloaded rusty-fork v0.3.0
8142024-11-28T00:55:54.111Z Downloaded quick-error v1.2.3
8152024-11-28T00:55:54.114Z Downloaded structmeta v0.2.0
8162024-11-28T00:55:54.114Z Downloaded pem v3.0.4
8172024-11-28T00:55:54.119Z Downloaded tungstenite v0.21.0
8182024-11-28T00:55:54.122Z Downloaded take_mut v0.2.2
8192024-11-28T00:55:54.122Z Downloaded tokio-macros v2.4.0
8202024-11-28T00:55:54.122Z Downloaded unarray v0.1.4
8212024-11-28T00:55:54.124Z Downloaded structmeta-derive v0.2.0
8222024-11-28T00:55:54.127Z Downloaded itertools v0.12.1
8232024-11-28T00:55:54.132Z Downloaded either v1.13.0
8242024-11-28T00:55:54.134Z Downloaded zerovec-derive v0.10.3
8252024-11-28T00:55:54.138Z Downloaded phf_codegen v0.11.2
8262024-11-28T00:55:54.146Z Downloaded pin-project-lite v0.2.14
8272024-11-28T00:55:54.151Z Downloaded foreign-types-shared v0.1.1
8282024-11-28T00:55:54.151Z Downloaded headers v0.4.0
8292024-11-28T00:55:54.157Z Downloaded darling_core v0.20.10
8302024-11-28T00:55:54.161Z Downloaded fxhash v0.2.1
8312024-11-28T00:55:54.161Z Downloaded thiserror-impl-no-std v2.0.2
8322024-11-28T00:55:54.161Z Downloaded group v0.13.0
8332024-11-28T00:55:54.166Z Downloaded pin-utils v0.1.0
8342024-11-28T00:55:54.166Z Downloaded glob v0.3.1
8352024-11-28T00:55:54.166Z Downloaded termcolor v1.4.1
8362024-11-28T00:55:54.170Z Downloaded num-rational v0.4.2
8372024-11-28T00:55:54.170Z Downloaded radium v0.7.0
8382024-11-28T00:55:54.170Z Downloaded miniz_oxide v0.8.0
8392024-11-28T00:55:54.184Z Downloaded toml_edit v0.19.15
8402024-11-28T00:55:54.192Z Downloaded strum v0.26.3
8412024-11-28T00:55:54.199Z Downloaded itertools v0.13.0
8422024-11-28T00:55:54.205Z Downloaded olpc-cjson v0.1.4
8432024-11-28T00:55:54.205Z Downloaded phf_shared v0.10.0
8442024-11-28T00:55:54.205Z Downloaded foreign-types-macros v0.2.3
8452024-11-28T00:55:54.205Z Downloaded dunce v1.0.5
8462024-11-28T00:55:54.206Z Downloaded mirai-annotations v1.12.0
8472024-11-28T00:55:54.209Z Downloaded sqlformat v0.2.6
8482024-11-28T00:55:54.209Z Downloaded term v0.7.0
8492024-11-28T00:55:54.209Z Downloaded fixedbitset v0.4.2
8502024-11-28T00:55:54.213Z Downloaded embedded-io v0.6.1
8512024-11-28T00:55:54.214Z Downloaded pem-rfc7468 v0.7.0
8522024-11-28T00:55:54.217Z Downloaded slog-term v2.9.1
8532024-11-28T00:55:54.217Z Downloaded rcgen v0.12.1
8542024-11-28T00:55:54.224Z Downloaded yoke v0.7.4
8552024-11-28T00:55:54.224Z Downloaded env_filter v0.1.2
8562024-11-28T00:55:54.230Z Downloaded dropshot_endpoint v0.13.0
8572024-11-28T00:55:54.230Z Downloaded diff v0.1.13
8582024-11-28T00:55:54.238Z Downloaded yoke-derive v0.7.4
8592024-11-28T00:55:54.238Z Downloaded unicode-xid v0.2.6
8602024-11-28T00:55:54.238Z Downloaded globset v0.4.15
8612024-11-28T00:55:54.245Z Downloaded typify v0.2.0
8622024-11-28T00:55:54.245Z Downloaded oso v0.27.3
8632024-11-28T00:55:54.245Z Downloaded password-hash v0.5.0
8642024-11-28T00:55:54.250Z Downloaded password-hash v0.4.2
8652024-11-28T00:55:54.250Z Downloaded des v0.8.1
8662024-11-28T00:55:54.250Z Downloaded nom v7.1.3
8672024-11-28T00:55:54.257Z Downloaded predicates v3.1.2
8682024-11-28T00:55:54.261Z Downloaded sync_wrapper v1.0.1
8692024-11-28T00:55:54.261Z Downloaded peg-runtime v0.8.3
8702024-11-28T00:55:54.261Z Downloaded write16 v1.0.0
8712024-11-28T00:55:54.261Z Downloaded dhcproto v0.12.0
8722024-11-28T00:55:54.264Z Downloaded rustc-hash v1.1.0
8732024-11-28T00:55:54.264Z Downloaded tracing-attributes v0.1.27
8742024-11-28T00:55:54.269Z Downloaded structmeta-derive v0.3.0
8752024-11-28T00:55:54.269Z Downloaded strip-ansi-escapes v0.2.0
8762024-11-28T00:55:54.278Z Downloaded string_cache v0.8.7
8772024-11-28T00:55:54.278Z Downloaded derive_more v0.99.18
8782024-11-28T00:55:54.282Z Downloaded spki v0.7.3
8792024-11-28T00:55:54.282Z Downloaded mockall v0.13.0
8802024-11-28T00:55:54.282Z Downloaded stringprep v0.1.5
8812024-11-28T00:55:54.282Z Downloaded serde_yaml v0.9.34+deprecated
8822024-11-28T00:55:54.290Z Downloaded futures-core v0.3.31
8832024-11-28T00:55:54.301Z Downloaded env_logger v0.10.2
8842024-11-28T00:55:54.301Z Downloaded snafu-derive v0.8.5
8852024-11-28T00:55:54.301Z Downloaded newline-converter v0.3.0
8862024-11-28T00:55:54.301Z Downloaded tar v0.4.42
8872024-11-28T00:55:54.313Z Downloaded openssl-probe v0.1.5
8882024-11-28T00:55:54.313Z Downloaded openssl-sys v0.9.103
8892024-11-28T00:55:54.313Z Downloaded phf_generator v0.11.2
8902024-11-28T00:55:54.313Z Downloaded strum_macros v0.25.3
8912024-11-28T00:55:54.313Z Downloaded schemars_derive v0.8.21
8922024-11-28T00:55:54.321Z Downloaded futures-macro v0.3.31
8932024-11-28T00:55:54.321Z Downloaded futures-io v0.3.31
8942024-11-28T00:55:54.321Z Downloaded signal-hook v0.3.17
8952024-11-28T00:55:54.321Z Downloaded tokio-postgres v0.7.12
8962024-11-28T00:55:54.327Z Downloaded futures-executor v0.3.31
8972024-11-28T00:55:54.327Z Downloaded rustc_version v0.4.1
8982024-11-28T00:55:54.327Z Downloaded writeable v0.5.5
8992024-11-28T00:55:54.327Z Downloaded expectorate v1.1.0
9002024-11-28T00:55:54.336Z Downloaded rusqlite v0.32.1
9012024-11-28T00:55:54.346Z Downloaded unicase v2.7.0
9022024-11-28T00:55:54.346Z Downloaded strum_macros v0.24.3
9032024-11-28T00:55:54.347Z Downloaded newtype-uuid v1.1.3
9042024-11-28T00:55:54.347Z Downloaded wyz v0.5.1
9052024-11-28T00:55:54.347Z Downloaded num-bigint v0.4.6
9062024-11-28T00:55:54.350Z Downloaded subtle v2.6.1
9072024-11-28T00:55:54.350Z Downloaded ed25519 v2.2.3
9082024-11-28T00:55:54.350Z Downloaded paste v1.0.15
9092024-11-28T00:55:54.357Z Downloaded same-file v1.0.6
9102024-11-28T00:55:54.357Z Downloaded ena v0.14.3
9112024-11-28T00:55:54.357Z Downloaded rustfmt-wrapper v0.2.1
9122024-11-28T00:55:54.363Z Downloaded dyn-clone v1.0.17
9132024-11-28T00:55:54.363Z Downloaded env_logger v0.11.5
9142024-11-28T00:55:54.363Z Downloaded xattr v1.3.1
9152024-11-28T00:55:54.368Z Downloaded spin v0.5.2
9162024-11-28T00:55:54.368Z Downloaded scheduled-thread-pool v0.2.7
9172024-11-28T00:55:54.368Z Downloaded ecdsa v0.16.9
9182024-11-28T00:55:54.368Z Downloaded rustyline v14.0.0
9192024-11-28T00:55:54.385Z Downloaded resolv-conf v0.7.0
9202024-11-28T00:55:54.389Z Downloaded blake3 v1.5.4
9212024-11-28T00:55:54.403Z Downloaded num-traits v0.2.19
9222024-11-28T00:55:54.410Z Downloaded sqlparser v0.45.0
9232024-11-28T00:55:54.410Z Downloaded rfc6979 v0.4.0
9242024-11-28T00:55:54.410Z Downloaded snafu v0.8.5
9252024-11-28T00:55:54.414Z Downloaded parking_lot_core v0.8.6
9262024-11-28T00:55:54.418Z Downloaded owo-colors v4.1.0
9272024-11-28T00:55:54.426Z Downloaded rayon v1.10.0
9282024-11-28T00:55:54.433Z Downloaded whoami v1.5.2
9292024-11-28T00:55:54.441Z Downloaded mockall_derive v0.13.0
9302024-11-28T00:55:54.441Z Downloaded der_derive v0.7.3
9312024-11-28T00:55:54.441Z Downloaded schemars v0.8.21
9322024-11-28T00:55:54.447Z Downloaded flume v0.11.1
9332024-11-28T00:55:54.451Z Downloaded mio v1.0.2
9342024-11-28T00:55:54.456Z Downloaded pkcs1 v0.7.5
9352024-11-28T00:55:54.462Z Downloaded tokio-util v0.7.12
9362024-11-28T00:55:54.469Z Downloaded rustls-webpki v0.101.7
9372024-11-28T00:55:54.478Z Downloaded zerocopy-derive v0.8.10
9382024-11-28T00:55:54.493Z Downloaded bindgen v0.69.5
9392024-11-28T00:55:54.503Z Downloaded quinn v0.11.5
9402024-11-28T00:55:54.503Z Downloaded bitvec v1.0.1
9412024-11-28T00:55:54.518Z Downloaded omicron-zone-package v0.11.1
9422024-11-28T00:55:54.522Z Downloaded tracing v0.1.40
9432024-11-28T00:55:54.522Z Downloaded rand v0.8.5
9442024-11-28T00:55:54.525Z Downloaded lalrpop v0.19.12
9452024-11-28T00:55:54.534Z Downloaded icu_properties_data v1.5.0
9462024-11-28T00:55:54.547Z Downloaded p256 v0.13.2
9472024-11-28T00:55:54.551Z Downloaded tough v0.19.0
9482024-11-28T00:55:54.558Z Downloaded time v0.3.36
9492024-11-28T00:55:54.566Z Downloaded chrono v0.4.38
9502024-11-28T00:55:54.573Z Downloaded unicode_categories v0.1.1
9512024-11-28T00:55:54.577Z Downloaded publicsuffix v2.2.3
9522024-11-28T00:55:54.577Z Downloaded num-bigint-dig v0.8.4
9532024-11-28T00:55:54.585Z Downloaded unicode-bidi v0.3.17
9542024-11-28T00:55:54.593Z Downloaded samael v0.0.17
9552024-11-28T00:55:54.593Z Downloaded idna v0.5.0
9562024-11-28T00:55:54.602Z Downloaded idna v0.4.0
9572024-11-28T00:55:54.605Z Downloaded hashbrown v0.12.3
9582024-11-28T00:55:54.610Z Downloaded portable-atomic v1.9.0
9592024-11-28T00:55:54.613Z Downloaded hashbrown v0.13.2
9602024-11-28T00:55:54.618Z Downloaded x509-cert v0.2.5
9612024-11-28T00:55:54.629Z Downloaded idna v0.3.0
9622024-11-28T00:55:54.632Z Downloaded idna v0.2.3
9632024-11-28T00:55:54.636Z Downloaded ed25519-dalek v2.1.1
9642024-11-28T00:55:54.643Z Downloaded der v0.7.9
9652024-11-28T00:55:54.647Z Downloaded zerovec v0.10.4
9662024-11-28T00:55:54.664Z Downloaded h2 v0.4.6
9672024-11-28T00:55:54.677Z Downloaded regex v1.11.1
9682024-11-28T00:55:54.681Z Downloaded parse-zoneinfo v0.3.1
9692024-11-28T00:55:54.681Z Downloaded ssh-key v0.6.6
9702024-11-28T00:55:54.681Z Downloaded quick-xml v0.33.0
9712024-11-28T00:55:54.686Z Downloaded unicode-normalization v0.1.24
9722024-11-28T00:55:54.689Z Downloaded vcpkg v0.2.15
9732024-11-28T00:55:54.729Z Downloaded p521 v0.13.3
9742024-11-28T00:55:54.736Z Downloaded dropshot v0.12.0
9752024-11-28T00:55:54.752Z Downloaded salty v0.3.0
9762024-11-28T00:55:54.759Z Downloaded polar-core v0.27.3
9772024-11-28T00:55:54.766Z Downloaded webpki-roots v0.26.6
9782024-11-28T00:55:54.773Z Downloaded openssl v0.10.66
9792024-11-28T00:55:54.783Z Downloaded hashbrown v0.14.5
9802024-11-28T00:55:54.789Z Downloaded curve25519-dalek v4.1.3
9812024-11-28T00:55:54.793Z Downloaded dropshot v0.13.0
9822024-11-28T00:55:54.816Z Downloaded hickory-proto v0.24.1
9832024-11-28T00:55:54.834Z Downloaded rustls-webpki v0.102.8
9842024-11-28T00:55:54.852Z Downloaded petname v2.0.2
9852024-11-28T00:55:54.863Z Downloaded winnow v0.5.40
9862024-11-28T00:55:54.871Z Downloaded smoltcp v0.9.1
9872024-11-28T00:55:54.881Z Downloaded regress v0.9.1
9882024-11-28T00:55:54.888Z Downloaded regex-syntax v0.6.29
9892024-11-28T00:55:54.900Z Downloaded rustls v0.21.12
9902024-11-28T00:55:54.906Z Downloaded reqwest v0.12.9
9912024-11-28T00:55:54.914Z Downloaded zerocopy v0.8.10
9922024-11-28T00:55:54.937Z Downloaded smoltcp v0.11.0
9932024-11-28T00:55:54.949Z Downloaded chrono-tz v0.10.0
9942024-11-28T00:55:54.957Z Downloaded bstr v1.10.0
9952024-11-28T00:55:54.967Z Downloaded p384 v0.13.0
9962024-11-28T00:55:54.972Z Downloaded object v0.30.4
9972024-11-28T00:55:54.985Z Downloaded rustls v0.23.14
9982024-11-28T00:55:54.995Z Downloaded radix_trie v0.2.1
9992024-11-28T00:55:55.002Z Downloaded nix v0.28.0
10002024-11-28T00:55:55.017Z Downloaded nix v0.27.1
10012024-11-28T00:55:55.023Z Downloaded nix v0.29.0
10022024-11-28T00:55:55.035Z Downloaded unicode-width v0.2.0
10032024-11-28T00:55:55.043Z Downloaded regress v0.10.1
10042024-11-28T00:55:55.056Z Downloaded rustls v0.22.4
10052024-11-28T00:55:55.070Z Downloaded ratatui v0.28.1
10062024-11-28T00:55:55.084Z Downloaded diesel v2.2.4
10072024-11-28T00:55:55.104Z Downloaded regex-automata v0.4.8
10082024-11-28T00:55:55.122Z Downloaded openapiv3 v2.0.0
10092024-11-28T00:55:55.140Z Downloaded sled v0.34.7
10102024-11-28T00:55:55.157Z Downloaded object v0.36.5
10112024-11-28T00:55:55.164Z Downloaded regex-syntax v0.8.5
10122024-11-28T00:55:55.168Z Downloaded trust-dns-proto v0.22.0
10132024-11-28T00:55:55.179Z Downloaded libz-sys v1.1.20
10142024-11-28T00:55:55.202Z Downloaded typify-impl v0.2.0
10152024-11-28T00:55:55.217Z Downloaded bzip2-sys v0.1.11+1.0.8
10162024-11-28T00:55:55.233Z Downloaded zerocopy-derive v0.6.6
10172024-11-28T00:55:55.248Z Downloaded git2 v0.19.0
10182024-11-28T00:55:55.255Z Downloaded gimli v0.31.1
10192024-11-28T00:55:55.266Z Downloaded tokio v1.40.0
10202024-11-28T00:55:55.298Z Downloaded reedline v0.35.0
10212024-11-28T00:55:55.303Z Downloaded quinn-proto v0.11.8
10222024-11-28T00:55:55.308Z Downloaded proptest v1.5.0
10232024-11-28T00:55:55.317Z Downloaded flate2 v1.0.34
10242024-11-28T00:55:55.321Z Downloaded futures-util v0.3.31
10252024-11-28T00:55:55.335Z Downloaded spin v0.9.8
10262024-11-28T00:55:55.337Z Downloaded socket2 v0.5.7
10272024-11-28T00:55:55.341Z Downloaded zip v2.1.3
10282024-11-28T00:55:55.346Z Downloaded serde_with v3.11.0
10292024-11-28T00:55:55.355Z Downloaded hyper v1.5.0
10302024-11-28T00:55:55.362Z Downloaded russh v0.45.0
10312024-11-28T00:55:55.366Z Downloaded smallvec v1.13.2
10322024-11-28T00:55:55.368Z Downloaded typed-path v0.9.3
10332024-11-28T00:55:55.376Z Downloaded petgraph v0.6.5
10342024-11-28T00:55:55.394Z Downloaded rayon-core v1.12.1
10352024-11-28T00:55:55.399Z Downloaded csv v1.3.0
10362024-11-28T00:55:55.417Z Downloaded idna v1.0.3
10372024-11-28T00:55:55.425Z Downloaded futures v0.3.31
10382024-11-28T00:55:55.432Z Downloaded endian-type v0.1.2
10392024-11-28T00:55:55.432Z Downloaded tokio-tungstenite v0.23.1
10402024-11-28T00:55:55.440Z Downloaded tokio-tungstenite v0.21.0
10412024-11-28T00:55:55.440Z Downloaded zip v0.6.6
10422024-11-28T00:55:55.447Z Downloaded zerocopy v0.6.6
10432024-11-28T00:55:55.447Z Downloaded vte v0.11.1
10442024-11-28T00:55:55.447Z Downloaded typify-macro v0.2.0
10452024-11-28T00:55:55.447Z Downloaded thiserror-no-std v2.0.2
10462024-11-28T00:55:55.450Z Downloaded tracing-core v0.1.32
10472024-11-28T00:55:55.450Z Downloaded libxml v0.3.3
10482024-11-28T00:55:55.454Z Downloaded sha1 v0.10.6
10492024-11-28T00:55:55.459Z Downloaded sha3 v0.10.8
10502024-11-28T00:55:55.463Z Downloaded steno v0.4.1
10512024-11-28T00:55:55.467Z Downloaded sec1 v0.7.3
10522024-11-28T00:55:55.469Z Downloaded r2d2 v0.8.10
10532024-11-28T00:55:55.469Z Downloaded peg v0.8.4
10542024-11-28T00:55:55.472Z Downloaded yasna v0.5.2
10552024-11-28T00:55:55.475Z Downloaded unsafe-libyaml v0.2.11
10562024-11-28T00:55:55.478Z Downloaded num-derive v0.4.2
10572024-11-28T00:55:55.480Z Downloaded dirs-sys-next v0.1.2
10582024-11-28T00:55:55.482Z Downloaded dirs-next v2.0.0
10592024-11-28T00:55:55.482Z Downloaded value-bag v1.9.0
10602024-11-28T00:55:55.485Z Downloaded time-macros v0.2.18
10612024-11-28T00:55:55.488Z Downloaded slog-json v2.6.1
10622024-11-28T00:55:55.490Z Downloaded rustls-pki-types v1.9.0
10632024-11-28T00:55:55.494Z Downloaded scrypt v0.11.0
10642024-11-28T00:55:55.497Z Downloaded vsss-rs v3.3.4
10652024-11-28T00:55:55.499Z Downloaded foldhash v0.1.3
10662024-11-28T00:55:55.501Z Downloaded downcast v0.11.0
10672024-11-28T00:55:55.501Z Downloaded slog-bunyan v2.5.0
10682024-11-28T00:55:55.505Z Downloaded simd-adler32 v0.3.7
10692024-11-28T00:55:55.509Z Downloaded signature v2.2.0
10702024-11-28T00:55:55.509Z Downloaded signal-hook-registry v1.4.2
10712024-11-28T00:55:55.509Z Downloaded signal-hook-mio v0.2.4
10722024-11-28T00:55:55.514Z Downloaded test-strategy v0.3.1
10732024-11-28T00:55:55.519Z Downloaded derive_builder_core v0.20.2
10742024-11-28T00:55:55.519Z Downloaded uzers v0.12.1
10752024-11-28T00:55:55.519Z Downloaded postgres-types v0.2.8
10762024-11-28T00:55:55.521Z Downloaded dropshot_endpoint v0.12.0
10772024-11-28T00:55:55.521Z Downloaded qorb v0.2.0
10782024-11-28T00:55:55.526Z Downloaded num v0.4.3
10792024-11-28T00:55:55.528Z Downloaded tokio-rustls v0.25.0
10802024-11-28T00:55:55.528Z Downloaded tokio-rustls v0.24.1
10812024-11-28T00:55:55.531Z Downloaded postgres-protocol v0.6.7
10822024-11-28T00:55:55.533Z Downloaded postcard v1.0.10
10832024-11-28T00:55:55.536Z Downloaded tokio-rustls v0.26.0
10842024-11-28T00:55:55.539Z Downloaded pkcs8 v0.10.2
10852024-11-28T00:55:55.541Z Downloaded half v2.4.1
10862024-11-28T00:55:55.544Z Downloaded rsa v0.9.6
10872024-11-28T00:55:55.548Z Downloaded encoding_rs v0.8.34
10882024-11-28T00:55:55.570Z Downloaded libgit2-sys v0.17.0+1.8.1
10892024-11-28T00:55:55.626Z Downloaded crypto-bigint v0.5.5
10902024-11-28T00:55:55.632Z Downloaded crossbeam-channel v0.5.13
10912024-11-28T00:55:55.637Z Downloaded const_format v0.2.33
10922024-11-28T00:55:55.640Z Downloaded rustc-demangle v0.1.24
10932024-11-28T00:55:55.642Z Downloaded parking_lot_core v0.9.10
10942024-11-28T00:55:55.645Z Downloaded tinyvec v1.8.0
10952024-11-28T00:55:55.649Z Downloaded similar v2.6.0
10962024-11-28T00:55:55.651Z Downloaded display-error-chain v0.2.2
10972024-11-28T00:55:55.653Z Downloaded deranged v0.3.11
10982024-11-28T00:55:55.653Z Downloaded fs_extra v1.3.0
10992024-11-28T00:55:55.656Z Downloaded ssh-cipher v0.2.0
11002024-11-28T00:55:55.659Z Downloaded shlex v1.3.0
11012024-11-28T00:55:55.659Z Downloaded shell-words v1.1.0
11022024-11-28T00:55:55.659Z Downloaded serde-hex v0.1.0
11032024-11-28T00:55:55.662Z Downloaded subprocess v0.2.9
11042024-11-28T00:55:55.662Z Downloaded ppv-lite86 v0.2.20
11052024-11-28T00:55:55.665Z Downloaded polyval v0.6.2
11062024-11-28T00:55:55.665Z Downloaded parse-display-derive v0.10.0
11072024-11-28T00:55:55.667Z Downloaded multer v3.1.0
11082024-11-28T00:55:55.669Z Downloaded ron v0.8.1
11092024-11-28T00:55:55.674Z Downloaded icu_properties v1.5.1
11102024-11-28T00:55:55.677Z Downloaded icu_normalizer_data v1.5.0
11112024-11-28T00:55:55.679Z Downloaded slog v2.7.0
11122024-11-28T00:55:55.681Z Downloaded russh-keys v0.45.0
11132024-11-28T00:55:55.683Z Downloaded funty v2.0.0
11142024-11-28T00:55:55.685Z Downloaded sqlparser_derive v0.2.2
11152024-11-28T00:55:55.685Z Downloaded zeroize v1.8.1
11162024-11-28T00:55:55.687Z Downloaded ff v0.13.0
11172024-11-28T00:55:55.687Z Downloaded enum-as-inner v0.6.1
11182024-11-28T00:55:55.690Z Downloaded defmt-macros v0.3.9
11192024-11-28T00:55:55.693Z Downloaded zeroize_derive v1.4.2
11202024-11-28T00:55:55.696Z Downloaded strum_macros v0.26.4
11212024-11-28T00:55:55.696Z Downloaded crc-any v2.5.0
11222024-11-28T00:55:55.698Z Downloaded hash32 v0.3.1
11232024-11-28T00:55:55.698Z Downloaded zerofrom-derive v0.1.4
11242024-11-28T00:55:55.701Z Downloaded wait-timeout v0.2.0
11252024-11-28T00:55:55.701Z Downloaded ciborium v0.2.2
11262024-11-28T00:55:55.706Z Downloaded stable_deref_trait v1.2.0
11272024-11-28T00:55:55.706Z Downloaded clang-sys v1.8.1
11282024-11-28T00:55:55.708Z Downloaded memmap2 v0.9.5
11292024-11-28T00:55:55.708Z Downloaded lockfree-object-pool v0.1.6
11302024-11-28T00:55:55.711Z Downloaded lock_api v0.4.12
11312024-11-28T00:55:55.713Z Downloaded libloading v0.8.5
11322024-11-28T00:55:55.715Z Downloaded ref-cast-impl v1.0.23
11332024-11-28T00:55:55.715Z Downloaded ref-cast v1.0.23
11342024-11-28T00:55:55.718Z Downloaded rand_chacha v0.3.1
11352024-11-28T00:55:55.721Z Downloaded inout v0.1.3
11362024-11-28T00:55:55.721Z Downloaded hyper-staticfile v0.10.1
11372024-11-28T00:55:55.724Z Downloaded hyper-rustls v0.27.3
11382024-11-28T00:55:55.724Z Downloaded cexpr v0.6.0
11392024-11-28T00:55:55.727Z Downloaded cancel-safe-futures v0.1.5
11402024-11-28T00:55:55.729Z Downloaded bitfield v0.14.0
11412024-11-28T00:55:55.733Z Downloaded csv-core v0.1.11
11422024-11-28T00:55:55.735Z Downloaded bcrypt-pbkdf v0.10.0
11432024-11-28T00:55:55.735Z Downloaded iana-time-zone v0.1.61
11442024-11-28T00:55:55.738Z Downloaded chrono-tz-build v0.4.0
11452024-11-28T00:55:55.738Z Downloaded colored v2.1.0
11462024-11-28T00:55:55.742Z Downloaded chacha20 v0.9.1
11472024-11-28T00:55:55.742Z Downloaded cassowary v0.3.0
11482024-11-28T00:55:55.744Z Downloaded serde_repr v0.1.19
11492024-11-28T00:55:55.744Z Downloaded bit-vec v0.6.3
11502024-11-28T00:55:55.747Z Downloaded base64ct v1.6.0
11512024-11-28T00:55:55.749Z Downloaded backoff v0.4.0
11522024-11-28T00:55:55.751Z Downloaded async-trait v0.1.83
11532024-11-28T00:55:55.754Z Downloaded memoffset v0.9.1
11542024-11-28T00:55:55.757Z Downloaded md5 v0.7.0
11552024-11-28T00:55:55.757Z Downloaded md-5 v0.10.6
11562024-11-28T00:55:55.757Z Downloaded managed v0.8.0
11572024-11-28T00:55:55.761Z Downloaded linked-hash-map v0.5.6
11582024-11-28T00:55:55.761Z Downloaded libefi-sys v0.1.0
11592024-11-28T00:55:55.767Z Downloaded lazycell v1.3.0
11602024-11-28T00:55:55.767Z Downloaded lazy_static v1.5.0
11612024-11-28T00:55:55.767Z Downloaded lalrpop-util v0.19.12
11622024-11-28T00:55:55.770Z Downloaded kstat-rs v0.2.4
11632024-11-28T00:55:55.770Z Downloaded instability v0.3.2
11642024-11-28T00:55:55.770Z Downloaded impl-trait-for-tuples v0.2.2
11652024-11-28T00:55:55.773Z Downloaded crc v3.2.1
11662024-11-28T00:55:55.776Z Downloaded convert_case v0.4.0
11672024-11-28T00:55:55.778Z Downloaded async-bb8-diesel v0.2.1
11682024-11-28T00:55:55.778Z Downloaded cobs v0.2.3
11692024-11-28T00:55:55.781Z Downloaded bitfield-struct v0.6.2
11702024-11-28T00:55:55.781Z Downloaded bit-set v0.5.3
11712024-11-28T00:55:55.790Z Downloaded hyper-tls v0.6.0
11722024-11-28T00:55:55.790Z Downloaded cmake v0.1.51
11732024-11-28T00:55:55.790Z Downloaded blowfish v0.9.1
11742024-11-28T00:55:55.796Z Downloaded darling v0.20.10
11752024-11-28T00:55:55.796Z Downloaded argon2 v0.5.3
11762024-11-28T00:55:55.796Z Downloaded allocator-api2 v0.2.18
11772024-11-28T00:55:55.799Z Downloaded aes-gcm v0.10.3
11782024-11-28T00:55:55.799Z Downloaded adler2 v2.0.0
11792024-11-28T00:55:55.799Z Downloaded arrayref v0.3.9
11802024-11-28T00:55:55.801Z Downloaded array-init v0.0.4
11812024-11-28T00:55:56.024Z Downloaded ring v0.17.8
11822024-11-28T00:55:56.178Z Downloaded libsqlite3-sys v0.30.1
11832024-11-28T00:55:56.254Z Downloaded ring v0.16.20
11842024-11-28T00:55:56.500Z Downloaded aws-lc-sys v0.22.0
11852024-11-28T00:55:56.802Z Compiling serde v1.0.215
11862024-11-28T00:55:56.804Z Compiling lock_api v0.4.12
11872024-11-28T00:55:56.804Z Compiling scopeguard v1.2.0
11882024-11-28T00:55:56.804Z Compiling value-bag v1.9.0
11892024-11-28T00:55:56.804Z Compiling typenum v1.17.0
11902024-11-28T00:55:56.965Z Compiling generic-array v0.14.7
11912024-11-28T00:55:57.008Z Compiling syn v2.0.87
11922024-11-28T00:55:57.025Z Compiling getrandom v0.2.15
11932024-11-28T00:55:57.086Z Compiling shlex v1.3.0
11942024-11-28T00:55:57.314Z Compiling rand_core v0.6.4
11952024-11-28T00:55:57.473Z Compiling log v0.4.22
11962024-11-28T00:55:57.494Z Compiling subtle v2.6.1
11972024-11-28T00:55:57.496Z Compiling jobserver v0.1.32
11982024-11-28T00:55:57.600Z Compiling smallvec v1.13.2
11992024-11-28T00:55:57.833Z Compiling const-oid v0.9.6
12002024-11-28T00:55:57.860Z Compiling spin v0.9.8
12012024-11-28T00:55:57.877Z Compiling pin-project-lite v0.2.14
12022024-11-28T00:55:57.994Z Compiling cc v1.1.30
12032024-11-28T00:55:58.018Z Compiling rustix v0.38.37
12042024-11-28T00:55:58.241Z Compiling parking_lot_core v0.9.10
12052024-11-28T00:55:58.317Z Compiling futures-core v0.3.31
12062024-11-28T00:55:58.483Z Compiling signal-hook-registry v1.4.2
12072024-11-28T00:55:58.572Z Compiling mio v1.0.2
12082024-11-28T00:55:58.952Z Compiling aho-corasick v1.1.3
12092024-11-28T00:55:59.343Z Compiling parking_lot v0.12.3
12102024-11-28T00:55:59.504Z Compiling cpufeatures v0.2.14
12112024-11-28T00:55:59.596Z Compiling either v1.13.0
12122024-11-28T00:55:59.618Z Compiling regex-syntax v0.8.5
12132024-11-28T00:55:59.917Z Compiling lazy_static v1.5.0
12142024-11-28T00:55:59.935Z Compiling glob v0.3.1
12152024-11-28T00:56:00.015Z Compiling futures-sink v0.3.31
12162024-11-28T00:56:00.039Z Compiling stable_deref_trait v1.2.0
12172024-11-28T00:56:00.152Z Compiling socket2 v0.5.7
12182024-11-28T00:56:00.174Z Compiling slab v0.4.9
12192024-11-28T00:56:00.441Z Compiling prettyplease v0.2.25
12202024-11-28T00:56:00.623Z Compiling minimal-lexical v0.2.1
12212024-11-28T00:56:00.996Z Compiling clang-sys v1.8.1
12222024-11-28T00:56:01.094Z Compiling nom v7.1.3
12232024-11-28T00:56:01.154Z Compiling libloading v0.8.5
12242024-11-28T00:56:01.187Z Compiling home v0.5.9
12252024-11-28T00:56:01.448Z Compiling bindgen v0.69.5
12262024-11-28T00:56:01.599Z Compiling serde_json v1.0.132
12272024-11-28T00:56:01.961Z Compiling futures-channel v0.3.31
12282024-11-28T00:56:02.278Z Compiling itertools v0.12.1
12292024-11-28T00:56:02.418Z Compiling futures-io v0.3.31
12302024-11-28T00:56:02.604Z Compiling futures-task v0.3.31
12312024-11-28T00:56:02.750Z Compiling rustc-hash v1.1.0
12322024-11-28T00:56:02.901Z Compiling foldhash v0.1.3
12332024-11-28T00:56:02.930Z Compiling allocator-api2 v0.2.18
12342024-11-28T00:56:03.214Z Compiling lazycell v1.3.0
12352024-11-28T00:56:03.392Z Compiling regex-automata v0.4.8
12362024-11-28T00:56:03.777Z Compiling pin-utils v0.1.0
12372024-11-28T00:56:03.876Z Compiling hashbrown v0.15.0
12382024-11-28T00:56:04.867Z Compiling synstructure v0.13.1
12392024-11-28T00:56:05.297Z Compiling cexpr v0.6.0
12402024-11-28T00:56:05.496Z Compiling cmake v0.1.51
12412024-11-28T00:56:06.556Z Compiling dunce v1.0.5
12422024-11-28T00:56:06.578Z Compiling tinyvec_macros v0.1.1
12432024-11-28T00:56:06.643Z Compiling libm v0.2.8
12442024-11-28T00:56:06.675Z Compiling pkg-config v0.3.31
12452024-11-28T00:56:06.694Z Compiling fs_extra v1.3.0
12462024-11-28T00:56:07.003Z Compiling tinyvec v1.8.0
12472024-11-28T00:56:07.111Z Compiling num-traits v0.2.19
12482024-11-28T00:56:07.625Z Compiling ring v0.17.8
12492024-11-28T00:56:08.037Z Compiling base64ct v1.6.0
12502024-11-28T00:56:08.278Z Compiling writeable v0.5.5
12512024-11-28T00:56:08.565Z Compiling unicode-normalization v0.1.24
12522024-11-28T00:56:08.607Z Compiling litemap v0.7.3
12532024-11-28T00:56:08.677Z Compiling unicode-bidi v0.3.17
12542024-11-28T00:56:08.769Z Compiling paste v1.0.15
12552024-11-28T00:56:09.011Z Compiling regex v1.11.1
12562024-11-28T00:56:09.291Z Compiling pem-rfc7468 v0.7.0
12572024-11-28T00:56:10.001Z Compiling httparse v1.9.5
12582024-11-28T00:56:10.101Z Compiling aws-lc-rs v1.10.0
12592024-11-28T00:56:10.104Z Compiling flagset v0.4.6
12602024-11-28T00:56:10.573Z Compiling tracing-core v0.1.32
12612024-11-28T00:56:10.810Z Compiling crossbeam-utils v0.8.20
12622024-11-28T00:56:11.372Z Compiling percent-encoding v2.3.1
12632024-11-28T00:56:11.392Z Compiling rustls-pki-types v1.9.0
12642024-11-28T00:56:11.587Z Compiling icu_locid_transform_data v1.5.0
12652024-11-28T00:56:11.733Z Compiling serde_derive v1.0.215
12662024-11-28T00:56:11.752Z Compiling zeroize_derive v1.4.2
12672024-11-28T00:56:11.872Z Compiling zerocopy-derive v0.7.35
12682024-11-28T00:56:12.430Z Compiling tokio-macros v2.4.0
12692024-11-28T00:56:12.453Z Compiling zerofrom-derive v0.1.4
12702024-11-28T00:56:13.226Z Compiling zeroize v1.8.1
12712024-11-28T00:56:13.758Z Compiling thiserror-impl v1.0.69
12722024-11-28T00:56:14.052Z Compiling yoke-derive v0.7.4
12732024-11-28T00:56:14.164Z Compiling zerocopy v0.7.35
12742024-11-28T00:56:15.080Z Compiling crypto-common v0.1.6
12752024-11-28T00:56:15.324Z Compiling block-buffer v0.10.4
12762024-11-28T00:56:15.600Z Compiling digest v0.10.7
12772024-11-28T00:56:15.772Z Compiling zerovec-derive v0.10.3
12782024-11-28T00:56:16.070Z Compiling hmac v0.12.1
12792024-11-28T00:56:16.287Z Compiling futures-macro v0.3.31
12802024-11-28T00:56:16.316Z Compiling block-padding v0.3.3
12812024-11-28T00:56:16.564Z Compiling displaydoc v0.2.5
12822024-11-28T00:56:16.585Z Compiling zerofrom v0.1.4
12832024-11-28T00:56:16.793Z Compiling inout v0.1.3
12842024-11-28T00:56:17.081Z Compiling cipher v0.4.4
12852024-11-28T00:56:17.109Z Compiling yoke v0.7.4
12862024-11-28T00:56:17.112Z Compiling thiserror v1.0.69
12872024-11-28T00:56:17.267Z Compiling sha2 v0.10.8
12882024-11-28T00:56:17.462Z Compiling ppv-lite86 v0.2.20
12892024-11-28T00:56:17.596Z Compiling icu_provider_macros v1.5.0
12902024-11-28T00:56:18.225Z Compiling der_derive v0.7.3
12912024-11-28T00:56:18.227Z Compiling futures-util v0.3.31
12922024-11-28T00:56:18.281Z Compiling rand_chacha v0.3.1
12932024-11-28T00:56:18.394Z Compiling zerovec v0.10.4
12942024-11-28T00:56:18.773Z Compiling tracing-attributes v0.1.27
12952024-11-28T00:56:18.822Z Compiling rand v0.8.5
12962024-11-28T00:56:20.715Z Compiling tinystr v0.7.6
12972024-11-28T00:56:20.735Z Compiling icu_collections v1.5.0
12982024-11-28T00:56:20.759Z Compiling der v0.7.9
12992024-11-28T00:56:20.791Z Compiling salsa20 v0.10.2
13002024-11-28T00:56:20.992Z Compiling pest v2.7.14
13012024-11-28T00:56:21.018Z Compiling pbkdf2 v0.12.2
13022024-11-28T00:56:21.172Z Compiling icu_locid v1.5.0
13032024-11-28T00:56:21.191Z Compiling time-core v0.1.2
13042024-11-28T00:56:21.377Z Compiling icu_properties_data v1.5.0
13052024-11-28T00:56:21.636Z Compiling num-conv v0.1.0
13062024-11-28T00:56:21.943Z Compiling untrusted v0.7.1
13072024-11-28T00:56:22.140Z Compiling vcpkg v0.2.15
13082024-11-28T00:56:22.224Z Compiling mirai-annotations v1.12.0
13092024-11-28T00:56:22.441Z Compiling icu_provider v1.5.0
13102024-11-28T00:56:22.678Z Compiling tracing v0.1.40
13112024-11-28T00:56:23.195Z Compiling icu_locid_transform v1.5.0
13122024-11-28T00:56:23.545Z Compiling spki v0.7.3
13132024-11-28T00:56:23.568Z Compiling untrusted v0.9.0
13142024-11-28T00:56:23.746Z Compiling powerfmt v0.2.0
13152024-11-28T00:56:24.012Z Compiling pest_meta v2.7.14
13162024-11-28T00:56:24.135Z Compiling deranged v0.3.11
13172024-11-28T00:56:24.157Z Compiling time-macros v0.2.18
13182024-11-28T00:56:24.405Z Compiling openssl-sys v0.9.103
13192024-11-28T00:56:24.750Z Compiling icu_properties v1.5.1
13202024-11-28T00:56:25.555Z Compiling scrypt v0.11.0
13212024-11-28T00:56:25.942Z Compiling bitflags v2.6.0
13222024-11-28T00:56:26.110Z Compiling bytes v1.8.0
13232024-11-28T00:56:26.134Z Compiling indexmap v2.6.0
13242024-11-28T00:56:27.473Z Compiling tokio v1.40.0
13252024-11-28T00:56:27.537Z Compiling http v1.1.0
13262024-11-28T00:56:27.616Z Compiling semver v1.0.23
13272024-11-28T00:56:27.780Z Compiling aes v0.8.4
13282024-11-28T00:56:28.361Z Compiling rustc_version v0.4.1
13292024-11-28T00:56:29.151Z Compiling cbc v0.1.2
13302024-11-28T00:56:29.441Z Compiling scroll_derive v0.12.0
13312024-11-28T00:56:29.465Z Compiling utf16_iter v1.0.5
13322024-11-28T00:56:29.678Z Compiling utf8_iter v1.0.4
13332024-11-28T00:56:29.723Z Compiling icu_normalizer_data v1.5.0
13342024-11-28T00:56:29.832Z Compiling num_threads v0.1.7
13352024-11-28T00:56:29.934Z Compiling atomic-waker v1.1.2
13362024-11-28T00:56:29.972Z Compiling write16 v1.0.0
13372024-11-28T00:56:30.051Z Compiling time v0.3.36
13382024-11-28T00:56:30.098Z Compiling icu_normalizer v1.5.0
13392024-11-28T00:56:30.120Z Compiling pkcs5 v0.7.1
13402024-11-28T00:56:30.471Z Compiling which v4.4.2
13412024-11-28T00:56:30.652Z Compiling http-body v1.0.1
13422024-11-28T00:56:30.961Z Compiling scroll v0.12.0
13432024-11-28T00:56:31.268Z Compiling pest_generator v2.7.14
13442024-11-28T00:56:31.347Z Compiling form_urlencoded v1.2.1
13452024-11-28T00:56:31.521Z Compiling try-lock v0.2.5
13462024-11-28T00:56:31.676Z Compiling slog v2.7.0
13472024-11-28T00:56:31.696Z Compiling goblin v0.8.2
13482024-11-28T00:56:31.941Z Compiling want v0.3.1
13492024-11-28T00:56:32.107Z Compiling idna_adapter v1.2.0
13502024-11-28T00:56:32.249Z Compiling pkcs8 v0.10.2
13512024-11-28T00:56:32.291Z Compiling httpdate v1.0.3
13522024-11-28T00:56:32.781Z Compiling idna v1.0.3
13532024-11-28T00:56:32.966Z Compiling serde_tokenstream v0.2.2
13542024-11-28T00:56:33.193Z Compiling serde_spanned v0.6.8
13552024-11-28T00:56:33.248Z Compiling pest_derive v2.7.14
13562024-11-28T00:56:33.432Z Compiling toml_datetime v0.6.8
13572024-11-28T00:56:33.590Z Compiling uuid v1.11.0
13582024-11-28T00:56:33.950Z Compiling adler2 v2.0.0
13592024-11-28T00:56:34.054Z Compiling dtrace-parser v0.2.0
13602024-11-28T00:56:34.164Z Compiling iana-time-zone v0.1.61
13612024-11-28T00:56:34.633Z Compiling rustversion v1.0.17
13622024-11-28T00:56:34.680Z Compiling openssl v0.10.66
13632024-11-28T00:56:35.100Z Compiling foreign-types-shared v0.1.1
13642024-11-28T00:56:35.119Z Compiling base64 v0.22.1
13652024-11-28T00:56:35.209Z Compiling match_cfg v0.1.0
13662024-11-28T00:56:35.319Z Compiling tower-service v0.3.3
13672024-11-28T00:56:35.454Z Compiling hostname v0.3.1
13682024-11-28T00:56:35.481Z Compiling foreign-types v0.3.2
13692024-11-28T00:56:35.539Z Compiling chrono v0.4.38
13702024-11-28T00:56:35.577Z Compiling miniz_oxide v0.8.0
13712024-11-28T00:56:35.697Z Compiling url v2.5.3
13722024-11-28T00:56:36.272Z Compiling tokio-util v0.7.12
13732024-11-28T00:56:37.127Z Compiling async-trait v0.1.83
13742024-11-28T00:56:37.311Z Compiling h2 v0.4.6
13752024-11-28T00:56:37.724Z Compiling dof v0.3.0
13762024-11-28T00:56:37.772Z Compiling openssl-macros v0.1.1
13772024-11-28T00:56:38.538Z Compiling usdt-impl v0.5.0
13782024-11-28T00:56:39.289Z Compiling dirs-sys-next v0.1.2
13792024-11-28T00:56:39.891Z Compiling rustls v0.22.4
13802024-11-28T00:56:39.911Z Compiling native-tls v0.2.12
13812024-11-28T00:56:39.995Z Compiling data-encoding v2.6.0
13822024-11-28T00:56:40.138Z Compiling syn v1.0.109
13832024-11-28T00:56:40.160Z Compiling rustls v0.23.14
13842024-11-28T00:56:40.222Z Compiling siphasher v0.3.11
13852024-11-28T00:56:40.482Z Compiling dirs-next v2.0.0
13862024-11-28T00:56:40.841Z Compiling http-body-util v0.1.2
13872024-11-28T00:56:41.377Z Compiling crossbeam-epoch v0.9.18
13882024-11-28T00:56:42.090Z Compiling heapless v0.7.17
13892024-11-28T00:56:42.160Z Compiling signature v2.2.0
13902024-11-28T00:56:42.191Z Compiling sha1 v0.10.6
13912024-11-28T00:56:42.380Z Compiling bzip2-sys v0.1.11+1.0.8
13922024-11-28T00:56:42.459Z Compiling serde_derive_internals v0.29.1
13932024-11-28T00:56:42.523Z Compiling thread_local v1.1.8
13942024-11-28T00:56:42.622Z Compiling multer v3.1.0
13952024-11-28T00:56:42.876Z Compiling encoding_rs v0.8.34
13962024-11-28T00:56:42.912Z Compiling cookie v0.18.1
13972024-11-28T00:56:43.066Z Compiling unicode-properties v0.1.3
13982024-11-28T00:56:43.177Z Compiling mime v0.3.17
13992024-11-28T00:56:43.200Z Compiling ipnet v2.10.1
14002024-11-28T00:56:43.472Z Compiling rayon-core v1.12.1
14012024-11-28T00:56:43.762Z Compiling slog-async v2.8.0
14022024-11-28T00:56:43.765Z Compiling schemars v0.8.21
14032024-11-28T00:56:44.125Z Compiling gimli v0.31.1
14042024-11-28T00:56:44.276Z Compiling hyper v1.5.0
14052024-11-28T00:56:44.474Z Compiling openssl-probe v0.1.5
14062024-11-28T00:56:44.861Z Compiling signal-hook v0.3.17
14072024-11-28T00:56:45.232Z Compiling schemars_derive v0.8.21
14082024-11-28T00:56:45.313Z Compiling toml_edit v0.22.22
14092024-11-28T00:56:47.466Z Compiling hyper-util v0.1.10
14102024-11-28T00:56:48.573Z Compiling stringprep v0.1.5
14112024-11-28T00:56:48.721Z Compiling addr2line v0.24.2
14122024-11-28T00:56:49.426Z Compiling usdt-macro v0.5.0
14132024-11-28T00:56:49.456Z Compiling usdt-attr-macro v0.5.0
14142024-11-28T00:56:49.479Z Compiling crossbeam-deque v0.8.5
14152024-11-28T00:56:49.863Z Compiling term v0.7.0
14162024-11-28T00:56:50.139Z Compiling slog-json v2.6.1
14172024-11-28T00:56:50.508Z Compiling serde_urlencoded v0.7.1
14182024-11-28T00:56:50.832Z Compiling crossbeam-channel v0.5.13
14192024-11-28T00:56:50.876Z Compiling curve25519-dalek v4.1.3
14202024-11-28T00:56:51.011Z Compiling futures-executor v0.3.31
14212024-11-28T00:56:51.131Z Compiling enum-as-inner v0.6.1
14222024-11-28T00:56:51.372Z Compiling md-5 v0.10.6
14232024-11-28T00:56:51.487Z Compiling rustls-pemfile v2.2.0
14242024-11-28T00:56:51.589Z Compiling async-stream-impl v0.3.6
14252024-11-28T00:56:51.648Z Compiling num-integer v0.1.46
14262024-11-28T00:56:51.725Z Compiling idna v0.3.0
14272024-11-28T00:56:51.820Z Compiling idna v0.4.0
14282024-11-28T00:56:52.264Z Compiling hash32 v0.2.1
14292024-11-28T00:56:52.422Z Compiling ff v0.13.0
14302024-11-28T00:56:52.660Z Compiling is-terminal v0.4.13
14312024-11-28T00:56:52.682Z Compiling object v0.36.5
14322024-11-28T00:56:52.796Z Compiling dropshot v0.12.0
14332024-11-28T00:56:52.951Z Compiling quick-error v1.2.3
14342024-11-28T00:56:53.084Z Compiling num-bigint-dig v0.8.4
14352024-11-28T00:56:53.112Z Compiling linked-hash-map v0.5.6
14362024-11-28T00:56:53.378Z Compiling base16ct v0.2.0
14372024-11-28T00:56:53.398Z Compiling fallible-iterator v0.2.0
14382024-11-28T00:56:53.465Z Compiling rustc-demangle v0.1.24
14392024-11-28T00:56:53.485Z Compiling portable-atomic v1.9.0
14402024-11-28T00:56:53.693Z Compiling smoltcp v0.9.1
14412024-11-28T00:56:53.778Z Compiling dyn-clone v1.0.17
14422024-11-28T00:56:54.001Z Compiling psl-types v2.0.11
14432024-11-28T00:56:54.121Z Compiling anyhow v1.0.93
14442024-11-28T00:56:54.204Z Compiling utf-8 v0.7.6
14452024-11-28T00:56:54.461Z Compiling take_mut v0.2.2
14462024-11-28T00:56:54.516Z Compiling tungstenite v0.24.0
14472024-11-28T00:56:54.598Z Compiling publicsuffix v2.2.3
14482024-11-28T00:56:54.656Z Compiling postgres-protocol v0.6.7
14492024-11-28T00:56:55.161Z Compiling sec1 v0.7.3
14502024-11-28T00:56:55.746Z Compiling lru-cache v0.1.2
14512024-11-28T00:56:55.953Z Compiling resolv-conf v0.7.0
14522024-11-28T00:56:55.998Z Compiling async-stream v0.3.6
14532024-11-28T00:56:56.020Z Compiling slog-term v2.9.1
14542024-11-28T00:56:56.314Z Compiling usdt v0.5.0
14552024-11-28T00:56:56.748Z Compiling hickory-proto v0.24.1
14562024-11-28T00:56:56.825Z Compiling group v0.13.0
14572024-11-28T00:56:57.154Z Compiling num-iter v0.1.45
14582024-11-28T00:56:57.352Z Compiling futures v0.3.31
14592024-11-28T00:56:57.440Z Compiling slog-bunyan v2.5.0
14602024-11-28T00:56:58.731Z Compiling toml v0.8.19
14612024-11-28T00:56:58.773Z Compiling tokio-native-tls v0.3.1
14622024-11-28T00:56:59.062Z Compiling camino v1.1.9
14632024-11-28T00:56:59.455Z Compiling phf_shared v0.11.2
14642024-11-28T00:56:59.857Z Compiling dropshot_endpoint v0.12.0
14652024-11-28T00:57:00.075Z Compiling terminal_size v0.4.0
14662024-11-28T00:57:00.300Z Compiling backtrace v0.3.74
14672024-11-28T00:57:00.345Z Compiling waitgroup v0.1.2
14682024-11-28T00:57:00.555Z Compiling openapiv3 v2.0.0
14692024-11-28T00:57:00.587Z Compiling serde_path_to_error v0.1.16
14702024-11-28T00:57:00.899Z Compiling hkdf v0.12.4
14712024-11-28T00:57:01.170Z Compiling crypto-bigint v0.5.5
14722024-11-28T00:57:01.430Z Compiling webpki-roots v0.26.6
14732024-11-28T00:57:01.660Z Compiling zerocopy-derive v0.6.6
14742024-11-28T00:57:04.019Z Compiling curve25519-dalek-derive v0.1.1
14752024-11-28T00:57:04.057Z Compiling idna v0.5.0
14762024-11-28T00:57:04.149Z Compiling hubpack_derive v0.1.1
14772024-11-28T00:57:04.527Z Compiling hostname v0.4.0
14782024-11-28T00:57:04.796Z Compiling crc32fast v1.4.2
14792024-11-28T00:57:05.025Z Compiling fs-err v2.11.0
14802024-11-28T00:57:05.053Z Compiling ahash v0.8.11
14812024-11-28T00:57:05.130Z Compiling debug-ignore v1.0.5
14822024-11-28T00:57:05.270Z Compiling bitflags v1.3.2
14832024-11-28T00:57:05.295Z Compiling winnow v0.5.40
14842024-11-28T00:57:05.375Z Compiling managed v0.8.0
14852024-11-28T00:57:05.466Z Compiling clap_builder v4.5.21
14862024-11-28T00:57:05.719Z Compiling console v0.15.8
14872024-11-28T00:57:07.379Z Compiling strum_macros v0.25.3
14882024-11-28T00:57:07.410Z Compiling hubpack v0.1.2
14892024-11-28T00:57:07.475Z Compiling flate2 v1.0.34
14902024-11-28T00:57:07.903Z Compiling cookie_store v0.21.0
14912024-11-28T00:57:07.986Z Compiling elliptic-curve v0.13.8
14922024-11-28T00:57:08.492Z Compiling zerocopy v0.6.6
14932024-11-28T00:57:08.822Z Compiling toml_edit v0.19.15
14942024-11-28T00:57:09.154Z Compiling hickory-resolver v0.24.1
14952024-11-28T00:57:09.554Z Compiling phf v0.11.2
14962024-11-28T00:57:09.863Z Compiling signal-hook-mio v0.2.4
14972024-11-28T00:57:10.037Z Compiling hyper-tls v0.6.0
14982024-11-28T00:57:10.310Z Compiling rayon v1.10.0
14992024-11-28T00:57:10.467Z Compiling bzip2 v0.4.4
15002024-11-28T00:57:11.667Z Compiling tokio-tungstenite v0.24.0
15012024-11-28T00:57:12.246Z Compiling postgres-types v0.2.8
15022024-11-28T00:57:13.833Z Compiling ed25519 v2.2.3
15032024-11-28T00:57:15.178Z Compiling phf_shared v0.10.0
15042024-11-28T00:57:15.236Z Compiling tokio-stream v0.1.16
15052024-11-28T00:57:15.263Z Compiling pkcs1 v0.7.5
15062024-11-28T00:57:15.599Z Compiling serde-big-array v0.5.1
15072024-11-28T00:57:15.783Z Compiling clap_derive v4.5.18
15082024-11-28T00:57:15.851Z Compiling rfc6979 v0.4.0
15092024-11-28T00:57:16.051Z Compiling serde_repr v0.1.19
15102024-11-28T00:57:16.149Z Compiling derive-where v1.2.7
15112024-11-28T00:57:16.288Z Compiling float-cmp v0.9.0
15122024-11-28T00:57:16.342Z Compiling bstr v1.10.0
15132024-11-28T00:57:16.519Z Compiling sync_wrapper v1.0.1
15142024-11-28T00:57:16.684Z Compiling bit-vec v0.6.3
15152024-11-28T00:57:17.110Z Compiling unicode-segmentation v1.12.0
15162024-11-28T00:57:17.154Z Compiling static_assertions v1.1.0
15172024-11-28T00:57:17.257Z Compiling fixedbitset v0.4.2
15182024-11-28T00:57:17.279Z Compiling unicode-width v0.2.0
15192024-11-28T00:57:17.740Z Compiling precomputed-hash v0.1.1
15202024-11-28T00:57:17.806Z Compiling new_debug_unreachable v1.0.6
15212024-11-28T00:57:17.866Z Compiling number_prefix v0.4.0
15222024-11-28T00:57:17.916Z Compiling predicates-core v1.0.8
15232024-11-28T00:57:18.005Z Compiling whoami v1.5.2
15242024-11-28T00:57:18.102Z Compiling difflib v0.4.0
15252024-11-28T00:57:18.269Z Compiling normalize-line-endings v0.3.0
15262024-11-28T00:57:18.297Z Compiling indicatif v0.17.9
15272024-11-28T00:57:18.400Z Compiling tokio-postgres v0.7.12
15282024-11-28T00:57:18.674Z Compiling predicates v3.1.2
15292024-11-28T00:57:19.801Z Compiling string_cache v0.8.7
15302024-11-28T00:57:19.839Z Compiling similar v2.6.0
15312024-11-28T00:57:20.297Z Compiling petgraph v0.6.5
15322024-11-28T00:57:20.517Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15332024-11-28T00:57:20.573Z Compiling bit-set v0.5.3
15342024-11-28T00:57:20.866Z Compiling ecdsa v0.16.9
15352024-11-28T00:57:20.904Z Compiling clap v4.5.21
15362024-11-28T00:57:21.041Z Compiling rsa v0.9.6
15372024-11-28T00:57:21.756Z Compiling ed25519-dalek v2.1.1
15382024-11-28T00:57:22.292Z Compiling toml v0.7.8
15392024-11-28T00:57:23.077Z Compiling zip v0.6.6
15402024-11-28T00:57:24.055Z Compiling crossterm v0.28.1
15412024-11-28T00:57:24.566Z Compiling hex v0.4.3
15422024-11-28T00:57:25.189Z Compiling x509-cert v0.2.5
15432024-11-28T00:57:25.217Z Compiling itertools v0.10.5
15442024-11-28T00:57:25.257Z Compiling unicode-xid v0.2.6
15452024-11-28T00:57:25.446Z Compiling peg-runtime v0.8.3
15462024-11-28T00:57:25.477Z Compiling lalrpop-util v0.19.12
15472024-11-28T00:57:25.842Z Compiling strum_macros v0.26.4
15482024-11-28T00:57:26.093Z Compiling xattr v1.3.1
15492024-11-28T00:57:26.361Z Compiling filetime v0.2.25
15502024-11-28T00:57:26.692Z Compiling tar v0.4.42
15512024-11-28T00:57:31.041Z Compiling strum v0.26.3
15522024-11-28T00:57:33.751Z Compiling aws-lc-sys v0.22.0
15532024-11-28T00:58:05.240Z Compiling rustls-webpki v0.102.8
15542024-11-28T00:58:08.714Z Compiling tokio-rustls v0.25.0
15552024-11-28T00:58:10.186Z Compiling tokio-rustls v0.26.0
15562024-11-28T00:58:10.618Z Compiling hyper-rustls v0.27.3
15572024-11-28T00:58:11.021Z Compiling reqwest v0.12.9
15582024-11-28T00:58:12.601Z Compiling qorb v0.2.0
15592024-11-28T00:58:16.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15602024-11-28T00:58:17.216Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15612024-11-28T00:58:23.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15622024-11-28T00:58:23.199Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15632024-11-28T00:58:23.367ZNov 28 00:58:22.401 INFO Starting download, target: Console
15642024-11-28T00:58:23.367ZNov 28 00:58:22.402 INFO Starting download, target: Clickhouse
15652024-11-28T00:58:23.367ZNov 28 00:58:22.402 INFO Starting download, target: Cockroach
15662024-11-28T00:58:23.368ZNov 28 00:58:22.402 INFO Starting download, target: DendriteOpenapi
15672024-11-28T00:58:23.368ZNov 28 00:58:22.402 INFO Starting download, target: DendriteStub
15682024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Starting download, target: MaghemiteMgd
15692024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Starting download, target: TransceiverControl
15702024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15712024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15722024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15732024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15742024-11-28T00:58:23.502ZNov 28 00:58:22.402 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15752024-11-28T00:58:23.502ZNov 28 00:58:22.403 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15762024-11-28T00:58:23.502ZNov 28 00:58:22.403 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15772024-11-28T00:58:23.996ZNov 28 00:58:23.016 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15782024-11-28T00:58:24.216ZNov 28 00:58:23.156 INFO Download complete, target: DendriteOpenapi
15792024-11-28T00:58:24.403ZNov 28 00:58:23.255 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15802024-11-28T00:58:24.403ZNov 28 00:58:23.332 INFO Download complete, target: Console
15812024-11-28T00:58:24.789ZNov 28 00:58:23.865 INFO Download complete, target: TransceiverControl
15822024-11-28T00:58:25.614ZNov 28 00:58:24.281 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15832024-11-28T00:58:25.633ZNov 28 00:58:24.291 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15842024-11-28T00:58:25.633ZNov 28 00:58:24.294 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15852024-11-28T00:58:26.671ZNov 28 00:58:25.809 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15862024-11-28T00:58:26.671ZNov 28 00:58:25.809 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15872024-11-28T00:58:27.954ZNov 28 00:58:27.084 INFO Download complete, target: DendriteStub
15882024-11-28T00:58:28.050ZNov 28 00:58:27.123 INFO Download complete, target: MaghemiteMgd
15892024-11-28T00:58:33.765ZNov 28 00:58:32.914 INFO Checking that binary works, target: Cockroach
15902024-11-28T00:58:33.914ZNov 28 00:58:33.062 INFO Download complete, target: Cockroach
15912024-11-28T00:58:37.225ZNov 28 00:58:36.354 INFO Checking that binary works, target: Clickhouse
15922024-11-28T00:58:37.581ZNov 28 00:58:36.722 INFO Download complete, target: Clickhouse
15932024-11-28T00:58:37.646ZAll builder prerequisites installed successfully, and PATH looks valid
15942024-11-28T00:58:37.651Z
15952024-11-28T00:58:37.651Zreal 7:25.101609807
15962024-11-28T00:58:37.651Zuser 16:32.787677261
15972024-11-28T00:58:37.651Zsys 3:15.651529814
15982024-11-28T00:58:37.651Ztrap 0.545176796
15992024-11-28T00:58:37.651Ztflt 5.129718806
16002024-11-28T00:58:37.651Zdflt 4.356385157
16012024-11-28T00:58:37.652Zkflt 0.199904098
16022024-11-28T00:58:37.652Zlock 29:39.752359642
16032024-11-28T00:58:37.652Zslp 1:07:13.777779972
16042024-11-28T00:58:37.652Zlat 55.651631631
16052024-11-28T00:58:37.652Zstop 2:21.935399768
16062024-11-28T00:58:37.652Z+ banner hack-check
16072024-11-28T00:58:37.652Z
16082024-11-28T00:58:37.652Z # # ## #### # # #### # # ###### #### # #
16092024-11-28T00:58:37.653Z # # # # # # # # # # # # # # # # #
16102024-11-28T00:58:37.653Z ###### # # # #### ##### # ###### ##### # ####
16112024-11-28T00:58:37.653Z # # ###### # # # # # # # # # #
16122024-11-28T00:58:37.653Z # # # # # # # # # # # # # # # # #
16132024-11-28T00:58:37.653Z # # # # #### # # #### # # ###### #### # #
16142024-11-28T00:58:37.653Z
16152024-11-28T00:58:37.653Z+ export CARGO_INCREMENTAL=0
16162024-11-28T00:58:37.653Z+ CARGO_INCREMENTAL=0
16172024-11-28T00:58:37.653Z+ ptime -m timeout 2h cargo xtask check-features --ci
16182024-11-28T00:58:38.180Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16192024-11-28T00:58:41.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
16202024-11-28T00:58:42.034Z Running `target/debug/xtask check-features --ci`
16212024-11-28T00:58:42.058Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16222024-11-28T00:58:42.058Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16232024-11-28T00:58:42.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16242024-11-28T00:58:42.540Z Running `target/debug/xtask download cargo-hack`
16252024-11-28T00:58:43.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16262024-11-28T00:58:43.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16272024-11-28T00:58:48.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16282024-11-28T00:58:48.907Z Running `target/debug/xtask-downloader cargo-hack`
16292024-11-28T00:58:48.944ZNov 28 00:58:48.089 INFO Starting download, target: CargoHack
16302024-11-28T00:58:48.946ZNov 28 00:58:48.090 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16312024-11-28T00:58:49.395ZNov 28 00:58:48.541 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16322024-11-28T00:58:49.482ZNov 28 00:58:48.628 INFO Download complete, target: CargoHack
16332024-11-28T00:58:49.490Zrunning: "/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"
16342024-11-28T00:58:49.502Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16352024-11-28T00:58:49.668Zinfo: running `cargo check --bins` on api_identity (1/173)
16362024-11-28T00:58:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-28T00:58:50.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-28T00:58:50.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-28T00:58:50.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16402024-11-28T00:58:50.276Z
16412024-11-28T00:58:50.276Zinfo: running `cargo check --bins` on bootstore (2/173)
16422024-11-28T00:58:50.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-28T00:58:50.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-28T00:58:50.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-28T00:58:50.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16462024-11-28T00:58:50.919Z
16472024-11-28T00:58:50.919Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16482024-11-28T00:58:51.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-28T00:58:51.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-28T00:58:51.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-28T00:58:51.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16522024-11-28T00:58:51.546Z
16532024-11-28T00:58:51.546Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16542024-11-28T00:58:52.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-28T00:58:52.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-28T00:58:52.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-28T00:58:52.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16582024-11-28T00:58:52.201Z
16592024-11-28T00:58:52.201Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16602024-11-28T00:58:52.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-28T00:58:52.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-28T00:58:52.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-28T00:58:52.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16642024-11-28T00:58:52.630Z
16652024-11-28T00:58:52.630Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16662024-11-28T00:58:53.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-28T00:58:53.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-28T00:58:53.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-28T00:58:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16702024-11-28T00:58:53.069Z
16712024-11-28T00:58:53.069Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16722024-11-28T00:58:53.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-28T00:58:53.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-28T00:58:53.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-28T00:58:53.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16762024-11-28T00:58:53.499Z
16772024-11-28T00:58:53.499Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16782024-11-28T00:58:53.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-28T00:58:53.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-28T00:58:53.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-28T00:58:53.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16822024-11-28T00:58:53.937Z
16832024-11-28T00:58:53.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16842024-11-28T00:58:54.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-28T00:58:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-28T00:58:54.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-28T00:58:54.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882024-11-28T00:58:54.367Z
16892024-11-28T00:58:54.367Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16902024-11-28T00:58:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-28T00:58:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-28T00:58:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-28T00:58:54.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942024-11-28T00:58:54.798Z
16952024-11-28T00:58:54.798Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16962024-11-28T00:58:55.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-28T00:58:55.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-28T00:58:55.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-28T00:58:55.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17002024-11-28T00:58:55.237Z
17012024-11-28T00:58:55.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
17022024-11-28T00:58:55.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-28T00:58:55.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-28T00:58:55.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-11-28T00:58:55.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17062024-11-28T00:58:55.667Z
17072024-11-28T00:58:55.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
17082024-11-28T00:58:56.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-11-28T00:58:56.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-11-28T00:58:56.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-11-28T00:58:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17122024-11-28T00:58:56.104Z
17132024-11-28T00:58:56.104Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
17142024-11-28T00:58:56.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-11-28T00:58:56.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-11-28T00:58:56.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-11-28T00:58:56.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182024-11-28T00:58:56.535Z
17192024-11-28T00:58:56.535Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17202024-11-28T00:58:56.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-11-28T00:58:56.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-11-28T00:58:56.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-11-28T00:58:56.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17242024-11-28T00:58:56.972Z
17252024-11-28T00:58:56.972Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17262024-11-28T00:58:57.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-11-28T00:58:57.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-11-28T00:58:57.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-11-28T00:58:57.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302024-11-28T00:58:57.402Z
17312024-11-28T00:58:57.403Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17322024-11-28T00:58:57.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-11-28T00:58:57.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-11-28T00:58:57.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-11-28T00:58:57.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17362024-11-28T00:58:57.841Z
17372024-11-28T00:58:57.841Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17382024-11-28T00:58:58.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-11-28T00:58:58.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-11-28T00:58:58.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-11-28T00:58:58.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17422024-11-28T00:58:58.279Z
17432024-11-28T00:58:58.279Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17442024-11-28T00:58:58.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-11-28T00:58:58.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-11-28T00:58:58.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-11-28T00:58:58.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17482024-11-28T00:58:58.717Z
17492024-11-28T00:58:58.717Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17502024-11-28T00:58:59.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-11-28T00:58:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-11-28T00:58:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-11-28T00:58:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17542024-11-28T00:58:59.158Z
17552024-11-28T00:58:59.158Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17562024-11-28T00:58:59.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-11-28T00:58:59.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-11-28T00:58:59.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-11-28T00:58:59.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17602024-11-28T00:58:59.598Z
17612024-11-28T00:58:59.598Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17622024-11-28T00:58:59.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-11-28T00:58:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-11-28T00:58:59.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-11-28T00:58:59.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17662024-11-28T00:59:00.034Z
17672024-11-28T00:59:00.034Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17682024-11-28T00:59:00.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-11-28T00:59:00.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-11-28T00:59:00.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-11-28T00:59:00.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17722024-11-28T00:59:00.472Z
17732024-11-28T00:59:00.472Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17742024-11-28T00:59:00.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-11-28T00:59:00.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-11-28T00:59:00.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-11-28T00:59:00.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17782024-11-28T00:59:00.909Z
17792024-11-28T00:59:00.909Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17802024-11-28T00:59:01.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-11-28T00:59:01.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-11-28T00:59:01.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832024-11-28T00:59:01.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17842024-11-28T00:59:01.561Z
17852024-11-28T00:59:01.561Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17862024-11-28T00:59:02.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872024-11-28T00:59:02.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882024-11-28T00:59:02.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892024-11-28T00:59:02.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17902024-11-28T00:59:02.217Z
17912024-11-28T00:59:02.217Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17922024-11-28T00:59:02.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932024-11-28T00:59:02.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942024-11-28T00:59:02.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952024-11-28T00:59:02.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17962024-11-28T00:59:02.878Z
17972024-11-28T00:59:02.878Zinfo: running `cargo check --bins` on oxlog (28/173)
17982024-11-28T00:59:03.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992024-11-28T00:59:03.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002024-11-28T00:59:03.512Z Checking cfg-if v1.0.0
18012024-11-28T00:59:03.515Z Checking libc v0.2.162
18022024-11-28T00:59:03.622Z Checking serde v1.0.215
18032024-11-28T00:59:03.624Z Checking zeroize v1.8.1
18042024-11-28T00:59:03.636Z Checking memchr v2.7.4
18052024-11-28T00:59:03.639Z Checking typenum v1.17.0
18062024-11-28T00:59:03.646Z Checking scopeguard v1.2.0
18072024-11-28T00:59:03.669Z Checking subtle v2.6.1
18082024-11-28T00:59:03.684Z Checking value-bag v1.9.0
18092024-11-28T00:59:03.789Z Checking lock_api v0.4.12
18102024-11-28T00:59:03.860Z Checking const-oid v0.9.6
18112024-11-28T00:59:03.920Z Checking smallvec v1.13.2
18122024-11-28T00:59:04.076Z Checking log v0.4.22
18132024-11-28T00:59:04.203Z Checking itoa v1.0.11
18142024-11-28T00:59:04.279Z Checking pin-project-lite v0.2.14
18152024-11-28T00:59:04.397Z Checking byteorder v1.5.0
18162024-11-28T00:59:04.412Z Checking futures-core v0.3.31
18172024-11-28T00:59:04.490Z Checking once_cell v1.20.2
18182024-11-28T00:59:04.589Z Checking cpufeatures v0.2.14
18192024-11-28T00:59:04.632Z Checking futures-sink v0.3.31
18202024-11-28T00:59:04.678Z Checking stable_deref_trait v1.2.0
18212024-11-28T00:59:04.761Z Checking spin v0.9.8
18222024-11-28T00:59:04.775Z Checking getrandom v0.2.15
18232024-11-28T00:59:04.775Z Checking signal-hook-registry v1.4.2
18242024-11-28T00:59:04.799Z Checking parking_lot_core v0.9.10
18252024-11-28T00:59:04.825Z Checking mio v1.0.2
18262024-11-28T00:59:04.934Z Checking generic-array v0.14.7
18272024-11-28T00:59:04.988Z Checking rand_core v0.6.4
18282024-11-28T00:59:05.019Z Checking socket2 v0.5.7
18292024-11-28T00:59:05.098Z Checking zerocopy v0.7.35
18302024-11-28T00:59:05.112Z Checking parking_lot v0.12.3
18312024-11-28T00:59:05.263Z Checking slab v0.4.9
18322024-11-28T00:59:05.440Z Checking zerofrom v0.1.4
18332024-11-28T00:59:05.456Z Checking futures-channel v0.3.31
18342024-11-28T00:59:05.472Z Checking futures-task v0.3.31
18352024-11-28T00:59:05.523Z Checking foldhash v0.1.3
18362024-11-28T00:59:05.663Z Checking yoke v0.7.4
18372024-11-28T00:59:05.689Z Checking equivalent v1.0.1
18382024-11-28T00:59:05.702Z Checking pin-utils v0.1.0
18392024-11-28T00:59:05.715Z Checking allocator-api2 v0.2.18
18402024-11-28T00:59:05.779Z Checking futures-io v0.3.31
18412024-11-28T00:59:05.794Z Checking ryu v1.0.18
18422024-11-28T00:59:05.809Z Checking tinyvec_macros v0.1.1
18432024-11-28T00:59:05.895Z Checking tinyvec v1.8.0
18442024-11-28T00:59:05.948Z Checking futures-util v0.3.31
18452024-11-28T00:59:05.983Z Checking zerovec v0.10.4
18462024-11-28T00:59:06.004Z Checking fnv v1.0.7
18472024-11-28T00:59:06.087Z Checking crypto-common v0.1.6
18482024-11-28T00:59:06.125Z Checking block-buffer v0.10.4
18492024-11-28T00:59:06.265Z Checking block-padding v0.3.3
18502024-11-28T00:59:06.346Z Checking digest v0.10.7
18512024-11-28T00:59:06.350Z Checking hashbrown v0.15.0
18522024-11-28T00:59:06.459Z Checking inout v0.1.3
18532024-11-28T00:59:06.566Z Checking libm v0.2.8
18542024-11-28T00:59:06.672Z Checking cipher v0.4.4
18552024-11-28T00:59:06.714Z Checking hmac v0.12.1
18562024-11-28T00:59:06.927Z Checking sha2 v0.10.8
18572024-11-28T00:59:07.099Z Checking writeable v0.5.5
18582024-11-28T00:59:07.263Z Checking unicode-normalization v0.1.24
18592024-11-28T00:59:07.420Z Checking litemap v0.7.3
18602024-11-28T00:59:07.493Z Checking unicode-bidi v0.3.17
18612024-11-28T00:59:07.509Z Checking base64ct v1.6.0
18622024-11-28T00:59:07.532Z Checking num-traits v0.2.19
18632024-11-28T00:59:07.624Z Checking tinystr v0.7.6
18642024-11-28T00:59:07.739Z Checking ppv-lite86 v0.2.20
18652024-11-28T00:59:07.939Z Checking pem-rfc7468 v0.7.0
18662024-11-28T00:59:07.981Z Checking icu_locid v1.5.0
18672024-11-28T00:59:08.128Z Checking flagset v0.4.6
18682024-11-28T00:59:08.165Z Checking tracing-core v0.1.32
18692024-11-28T00:59:08.193Z Checking thiserror v1.0.69
18702024-11-28T00:59:08.304Z Checking der v0.7.9
18712024-11-28T00:59:08.328Z Checking percent-encoding v2.3.1
18722024-11-28T00:59:08.514Z Checking icu_locid_transform_data v1.5.0
18732024-11-28T00:59:08.527Z Checking rand_chacha v0.3.1
18742024-11-28T00:59:08.593Z Checking bytes v1.8.0
18752024-11-28T00:59:08.607Z Checking indexmap v2.6.0
18762024-11-28T00:59:08.826Z Checking serde_json v1.0.132
18772024-11-28T00:59:08.927Z Checking bitflags v2.6.0
18782024-11-28T00:59:09.001Z Checking icu_provider v1.5.0
18792024-11-28T00:59:09.217Z Checking rustls-pki-types v1.9.0
18802024-11-28T00:59:09.240Z Checking rand v0.8.5
18812024-11-28T00:59:09.381Z Checking tokio v1.40.0
18822024-11-28T00:59:09.674Z Checking http v1.1.0
18832024-11-28T00:59:09.815Z Checking icu_locid_transform v1.5.0
18842024-11-28T00:59:09.902Z Checking tracing v0.1.40
18852024-11-28T00:59:10.130Z Checking spki v0.7.3
18862024-11-28T00:59:10.272Z Checking icu_collections v1.5.0
18872024-11-28T00:59:10.427Z Checking salsa20 v0.10.2
18882024-11-28T00:59:10.538Z Checking pbkdf2 v0.12.2
18892024-11-28T00:59:10.563Z Checking aws-lc-sys v0.22.0
18902024-11-28T00:59:10.642Z Checking httparse v1.9.5
18912024-11-28T00:59:10.693Z Checking icu_properties_data v1.5.0
18922024-11-28T00:59:10.778Z Checking mirai-annotations v1.12.0
18932024-11-28T00:59:10.891Z Checking powerfmt v0.2.0
18942024-11-28T00:59:10.930Z Checking untrusted v0.9.0
18952024-11-28T00:59:10.944Z Checking untrusted v0.7.1
18962024-11-28T00:59:11.052Z Checking icu_properties v1.5.1
18972024-11-28T00:59:11.075Z Checking ring v0.17.8
18982024-11-28T00:59:11.089Z Checking scrypt v0.11.0
18992024-11-28T00:59:11.091Z Checking aes v0.8.4
19002024-11-28T00:59:11.115Z Checking cbc v0.1.2
19012024-11-28T00:59:11.149Z Checking deranged v0.3.11
19022024-11-28T00:59:11.291Z Checking crossbeam-utils v0.8.20
19032024-11-28T00:59:11.308Z Checking time-core v0.1.2
19042024-11-28T00:59:11.456Z Checking utf8_iter v1.0.4
19052024-11-28T00:59:11.655Z Checking write16 v1.0.0
19062024-11-28T00:59:11.785Z Checking icu_normalizer_data v1.5.0
19072024-11-28T00:59:11.882Z Checking num_threads v0.1.7
19082024-11-28T00:59:11.999Z Checking utf16_iter v1.0.5
19092024-11-28T00:59:12.023Z Checking num-conv v0.1.0
19102024-11-28T00:59:12.039Z Checking atomic-waker v1.1.2
19112024-11-28T00:59:12.161Z Checking pkcs5 v0.7.1
19122024-11-28T00:59:12.178Z Checking http-body v1.0.1
19132024-11-28T00:59:12.286Z Checking form_urlencoded v1.2.1
19142024-11-28T00:59:12.383Z Checking try-lock v0.2.5
19152024-11-28T00:59:12.493Z Checking unicode-ident v1.0.13
19162024-11-28T00:59:12.522Z Checking want v0.3.1
19172024-11-28T00:59:12.707Z Checking httpdate v1.0.3
19182024-11-28T00:59:12.769Z Checking pkcs8 v0.10.2
19192024-11-28T00:59:12.769Z Checking proc-macro2 v1.0.89
19202024-11-28T00:59:12.890Z Checking uuid v1.11.0
19212024-11-28T00:59:12.918Z Checking toml_datetime v0.6.8
19222024-11-28T00:59:12.954Z Checking time v0.3.36
19232024-11-28T00:59:12.970Z Checking serde_spanned v0.6.8
19242024-11-28T00:59:13.141Z Checking aws-lc-rs v1.10.0
19252024-11-28T00:59:13.159Z Checking slog v2.7.0
19262024-11-28T00:59:13.183Z Checking scroll v0.12.0
19272024-11-28T00:59:13.384Z Checking iana-time-zone v0.1.61
19282024-11-28T00:59:13.521Z Checking adler2 v2.0.0
19292024-11-28T00:59:13.539Z Checking plain v0.2.3
19302024-11-28T00:59:13.655Z Checking match_cfg v0.1.0
19312024-11-28T00:59:13.672Z Checking tower-service v0.3.3
19322024-11-28T00:59:13.672Z Checking ucd-trie v0.1.7
19332024-11-28T00:59:13.674Z Checking base64 v0.22.1
19342024-11-28T00:59:13.740Z Checking foreign-types-shared v0.1.1
19352024-11-28T00:59:13.793Z Checking hostname v0.3.1
19362024-11-28T00:59:13.841Z Checking foreign-types v0.3.2
19372024-11-28T00:59:13.861Z Checking pest v2.7.14
19382024-11-28T00:59:13.924Z Checking miniz_oxide v0.8.0
19392024-11-28T00:59:13.936Z Checking goblin v0.8.2
19402024-11-28T00:59:14.133Z Checking chrono v0.4.38
19412024-11-28T00:59:14.411Z Checking icu_normalizer v1.5.0
19422024-11-28T00:59:14.689Z Checking quote v1.0.37
19432024-11-28T00:59:14.930Z Checking rustls-webpki v0.102.8
19442024-11-28T00:59:15.050Z Checking openssl-sys v0.9.103
19452024-11-28T00:59:15.165Z Checking idna_adapter v1.2.0
19462024-11-28T00:59:15.342Z Checking idna v1.0.3
19472024-11-28T00:59:15.484Z Checking dirs-sys-next v0.1.2
19482024-11-28T00:59:15.656Z Checking errno v0.3.9
19492024-11-28T00:59:15.716Z Checking aho-corasick v1.1.3
19502024-11-28T00:59:15.819Z Checking url v2.5.3
19512024-11-28T00:59:15.850Z Checking data-encoding v2.6.0
19522024-11-28T00:59:16.212Z Checking regex-syntax v0.8.5
19532024-11-28T00:59:16.334Z Checking pretty-hex v0.4.1
19542024-11-28T00:59:16.389Z Checking siphasher v0.3.11
19552024-11-28T00:59:16.505Z Checking dtrace-parser v0.2.0
19562024-11-28T00:59:16.549Z Checking openssl v0.10.66
19572024-11-28T00:59:16.652Z Checking rustix v0.38.37
19582024-11-28T00:59:16.687Z Checking dirs-next v2.0.0
19592024-11-28T00:59:16.789Z Checking tokio-util v0.7.12
19602024-11-28T00:59:16.818Z Checking syn v2.0.87
19612024-11-28T00:59:16.982Z Checking http-body-util v0.1.2
19622024-11-28T00:59:17.430Z Checking crossbeam-epoch v0.9.18
19632024-11-28T00:59:17.448Z Checking sha1 v0.10.6
19642024-11-28T00:59:17.679Z Checking h2 v0.4.6
19652024-11-28T00:59:17.722Z Checking signature v2.2.0
19662024-11-28T00:59:17.869Z Checking lazy_static v1.5.0
19672024-11-28T00:59:17.911Z Checking thread-id v4.2.2
19682024-11-28T00:59:17.987Z Checking thread_local v1.1.8
19692024-11-28T00:59:18.014Z Checking encoding_rs v0.8.34
19702024-11-28T00:59:18.246Z Checking mime v0.3.17
19712024-11-28T00:59:18.564Z Checking anstyle v1.0.10
19722024-11-28T00:59:18.877Z Checking gimli v0.31.1
19732024-11-28T00:59:19.009Z Checking dof v0.3.0
19742024-11-28T00:59:19.519Z Checking regex-automata v0.4.8
19752024-11-28T00:59:19.662Z Checking winnow v0.6.20
19762024-11-28T00:59:20.132Z Checking utf8parse v0.2.2
19772024-11-28T00:59:20.271Z Checking unicode-properties v0.1.3
19782024-11-28T00:59:20.354Z Checking openssl-probe v0.1.5
19792024-11-28T00:59:20.509Z Checking either v1.13.0
19802024-11-28T00:59:20.644Z Checking ipnet v2.10.1
19812024-11-28T00:59:20.901Z Checking stringprep v0.1.5
19822024-11-28T00:59:21.117Z Checking anstyle-parse v0.2.5
19832024-11-28T00:59:21.182Z Checking crossbeam-deque v0.8.5
19842024-11-28T00:59:21.390Z Checking term v0.7.0
19852024-11-28T00:59:21.501Z Checking rustls v0.23.14
19862024-11-28T00:59:21.811Z Checking rustls v0.22.4
19872024-11-28T00:59:22.116Z Checking native-tls v0.2.12
19882024-11-28T00:59:22.418Z Checking slog-json v2.6.1
19892024-11-28T00:59:22.569Z Checking toml_edit v0.22.22
19902024-11-28T00:59:22.662Z Checking serde_urlencoded v0.7.1
19912024-11-28T00:59:22.977Z Checking addr2line v0.24.2
19922024-11-28T00:59:23.081Z Checking crossbeam-channel v0.5.13
19932024-11-28T00:59:23.249Z Checking usdt-impl v0.5.0
19942024-11-28T00:59:23.472Z Checking futures-executor v0.3.31
19952024-11-28T00:59:23.690Z Checking rustls-pemfile v2.2.0
19962024-11-28T00:59:23.792Z Checking num-integer v0.1.46
19972024-11-28T00:59:23.829Z Checking idna v0.3.0
19982024-11-28T00:59:23.866Z Checking hyper v1.5.0
19992024-11-28T00:59:23.911Z Checking idna v0.4.0
20002024-11-28T00:59:24.227Z Checking md-5 v0.10.6
20012024-11-28T00:59:24.302Z Checking ff v0.13.0
20022024-11-28T00:59:24.451Z Checking hash32 v0.2.1
20032024-11-28T00:59:24.524Z Checking memmap v0.7.0
20042024-11-28T00:59:24.702Z Checking is-terminal v0.4.13
20052024-11-28T00:59:24.739Z Checking object v0.36.5
20062024-11-28T00:59:24.754Z Checking fallible-iterator v0.2.0
20072024-11-28T00:59:24.771Z Checking base16ct v0.2.0
20082024-11-28T00:59:24.832Z Checking colorchoice v1.0.2
20092024-11-28T00:59:24.963Z Checking rustc-demangle v0.1.24
20102024-11-28T00:59:24.965Z Checking anstyle-query v1.1.1
20112024-11-28T00:59:25.100Z Checking psl-types v2.0.11
20122024-11-28T00:59:25.118Z Checking take_mut v0.2.2
20132024-11-28T00:59:25.267Z Checking is_terminal_polyfill v1.70.1
20142024-11-28T00:59:25.284Z Checking linked-hash-map v0.5.6
20152024-11-28T00:59:25.379Z Checking quick-error v1.2.3
20162024-11-28T00:59:25.395Z Checking utf-8 v0.7.6
20172024-11-28T00:59:25.410Z Checking dyn-clone v1.0.17
20182024-11-28T00:59:25.511Z Checking resolv-conf v0.7.0
20192024-11-28T00:59:25.546Z Checking schemars v0.8.21
20202024-11-28T00:59:25.588Z Checking tungstenite v0.24.0
20212024-11-28T00:59:25.604Z Checking lru-cache v0.1.2
20222024-11-28T00:59:25.620Z Checking tokio-rustls v0.25.0
20232024-11-28T00:59:25.783Z Checking postgres-protocol v0.6.7
20242024-11-28T00:59:25.855Z Checking anstream v0.6.15
20252024-11-28T00:59:25.922Z Checking hyper-util v0.1.10
20262024-11-28T00:59:26.002Z Checking publicsuffix v2.2.3
20272024-11-28T00:59:26.236Z Checking slog-async v2.8.0
20282024-11-28T00:59:26.254Z Checking toml v0.8.19
20292024-11-28T00:59:26.451Z Checking sec1 v0.7.3
20302024-11-28T00:59:26.506Z Checking slog-term v2.9.1
20312024-11-28T00:59:26.530Z Checking hickory-proto v0.24.1
20322024-11-28T00:59:26.819Z Checking heapless v0.7.17
20332024-11-28T00:59:27.020Z Checking usdt v0.5.0
20342024-11-28T00:59:27.037Z Checking group v0.13.0
20352024-11-28T00:59:27.157Z Checking tokio-rustls v0.26.0
20362024-11-28T00:59:27.201Z Checking num-iter v0.1.45
20372024-11-28T00:59:27.269Z Checking futures v0.3.31
20382024-11-28T00:59:27.299Z Checking slog-bunyan v2.5.0
20392024-11-28T00:59:27.376Z Checking tokio-native-tls v0.3.1
20402024-11-28T00:59:27.393Z Checking rayon-core v1.12.1
20412024-11-28T00:59:27.469Z Checking multer v3.1.0
20422024-11-28T00:59:27.555Z Checking terminal_size v0.4.0
20432024-11-28T00:59:27.636Z Checking phf_shared v0.11.2
20442024-11-28T00:59:27.720Z Checking cookie v0.18.1
20452024-11-28T00:59:27.846Z Checking async-stream v0.3.6
20462024-11-28T00:59:27.862Z Checking bzip2-sys v0.1.11+1.0.8
20472024-11-28T00:59:27.907Z Checking camino v1.1.9
20482024-11-28T00:59:27.909Z Checking signal-hook v0.3.17
20492024-11-28T00:59:27.987Z Checking waitgroup v0.1.2
20502024-11-28T00:59:28.027Z Checking openapiv3 v2.0.0
20512024-11-28T00:59:28.084Z Checking webpki-roots v0.26.6
20522024-11-28T00:59:28.123Z Checking serde_path_to_error v0.1.16
20532024-11-28T00:59:28.170Z Checking idna v0.5.0
20542024-11-28T00:59:28.232Z Checking hkdf v0.12.4
20552024-11-28T00:59:28.286Z Checking crypto-bigint v0.5.5
20562024-11-28T00:59:28.442Z Checking hostname v0.4.0
20572024-11-28T00:59:28.473Z Checking crc32fast v1.4.2
20582024-11-28T00:59:28.571Z Checking winnow v0.5.40
20592024-11-28T00:59:28.690Z Checking bitflags v1.3.2
20602024-11-28T00:59:28.754Z Checking managed v0.8.0
20612024-11-28T00:59:28.794Z Checking clap_lex v0.7.2
20622024-11-28T00:59:29.009Z Checking strsim v0.11.1
20632024-11-28T00:59:29.060Z Checking debug-ignore v1.0.5
20642024-11-28T00:59:29.150Z Checking unicode-width v0.1.14
20652024-11-28T00:59:29.199Z Checking smoltcp v0.9.1
20662024-11-28T00:59:29.276Z Checking clap_builder v4.5.21
20672024-11-28T00:59:29.643Z Checking console v0.15.8
20682024-11-28T00:59:30.263Z Checking cookie_store v0.21.0
20692024-11-28T00:59:30.735Z Checking flate2 v1.0.34
20702024-11-28T00:59:30.937Z Checking hyper-rustls v0.27.3
20712024-11-28T00:59:31.143Z Checking backtrace v0.3.74
20722024-11-28T00:59:31.177Z Checking elliptic-curve v0.13.8
20732024-11-28T00:59:31.260Z Checking signal-hook-mio v0.2.4
20742024-11-28T00:59:31.358Z Checking rayon v1.10.0
20752024-11-28T00:59:31.390Z Checking bzip2 v0.4.4
20762024-11-28T00:59:31.393Z Checking hickory-resolver v0.24.1
20772024-11-28T00:59:31.438Z Checking dropshot v0.12.0
20782024-11-28T00:59:31.675Z Checking toml_edit v0.19.15
20792024-11-28T00:59:31.689Z Checking hyper-tls v0.6.0
20802024-11-28T00:59:31.703Z Checking anyhow v1.0.93
20812024-11-28T00:59:31.792Z Checking phf v0.11.2
20822024-11-28T00:59:31.968Z Checking num-bigint-dig v0.8.4
20832024-11-28T00:59:32.063Z Checking tokio-tungstenite v0.24.0
20842024-11-28T00:59:32.088Z Checking postgres-types v0.2.8
20852024-11-28T00:59:32.379Z Checking regex v1.11.1
20862024-11-28T00:59:32.529Z Checking bstr v1.10.0
20872024-11-28T00:59:32.843Z Checking ed25519 v2.2.3
20882024-11-28T00:59:32.992Z Checking tokio-stream v0.1.16
20892024-11-28T00:59:33.071Z Checking phf_shared v0.10.0
20902024-11-28T00:59:33.134Z Checking curve25519-dalek v4.1.3
20912024-11-28T00:59:33.357Z Checking zerocopy v0.6.6
20922024-11-28T00:59:33.496Z Checking pkcs1 v0.7.5
20932024-11-28T00:59:33.896Z Checking hubpack v0.1.2
20942024-11-28T00:59:33.907Z Checking portable-atomic v1.9.0
20952024-11-28T00:59:34.104Z Checking float-cmp v0.9.0
20962024-11-28T00:59:34.107Z Checking serde-big-array v0.5.1
20972024-11-28T00:59:34.164Z Checking rfc6979 v0.4.0
20982024-11-28T00:59:34.198Z Checking sync_wrapper v1.0.1
20992024-11-28T00:59:34.298Z Checking bit-vec v0.6.3
21002024-11-28T00:59:34.321Z Checking normalize-line-endings v0.3.0
21012024-11-28T00:59:34.340Z Checking predicates-core v1.0.8
21022024-11-28T00:59:34.356Z Checking new_debug_unreachable v1.0.6
21032024-11-28T00:59:34.432Z Checking whoami v1.5.2
21042024-11-28T00:59:34.448Z Checking difflib v0.4.0
21052024-11-28T00:59:34.527Z Checking fixedbitset v0.4.2
21062024-11-28T00:59:34.628Z Checking precomputed-hash v0.1.1
21072024-11-28T00:59:34.735Z Checking minimal-lexical v0.2.1
21082024-11-28T00:59:34.750Z Checking static_assertions v1.1.0
21092024-11-28T00:59:34.776Z Checking unicode-segmentation v1.12.0
21102024-11-28T00:59:34.798Z Checking number_prefix v0.4.0
21112024-11-28T00:59:34.835Z Checking unicode-width v0.2.0
21122024-11-28T00:59:34.953Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21132024-11-28T00:59:34.974Z Checking petgraph v0.6.5
21142024-11-28T00:59:35.036Z Checking ed25519-dalek v2.1.1
21152024-11-28T00:59:35.085Z Checking qorb v0.2.0
21162024-11-28T00:59:35.113Z Checking nom v7.1.3
21172024-11-28T00:59:35.246Z Checking predicates v3.1.2
21182024-11-28T00:59:35.291Z Checking indicatif v0.17.9
21192024-11-28T00:59:35.434Z Checking string_cache v0.8.7
21202024-11-28T00:59:35.466Z Checking similar v2.6.0
21212024-11-28T00:59:35.707Z Checking tokio-postgres v0.7.12
21222024-11-28T00:59:35.920Z Checking bit-set v0.5.3
21232024-11-28T00:59:36.055Z Checking ecdsa v0.16.9
21242024-11-28T00:59:36.176Z Checking reqwest v0.12.9
21252024-11-28T00:59:36.295Z Checking rsa v0.9.6
21262024-11-28T00:59:36.792Z Checking toml v0.7.8
21272024-11-28T00:59:37.390Z Checking clap v4.5.21
21282024-11-28T00:59:37.512Z Checking zip v0.6.6
21292024-11-28T00:59:37.552Z Checking crossterm v0.28.1
21302024-11-28T00:59:37.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21312024-11-28T00:59:37.696Z Checking itertools v0.12.1
21322024-11-28T00:59:37.992Z Checking itertools v0.10.5
21332024-11-28T00:59:38.024Z Checking fs-err v2.11.0
21342024-11-28T00:59:38.172Z Checking ahash v0.8.11
21352024-11-28T00:59:38.224Z Checking x509-cert v0.2.5
21362024-11-28T00:59:38.599Z Checking hex v0.4.3
21372024-11-28T00:59:38.745Z Checking semver v1.0.23
21382024-11-28T00:59:38.892Z Checking lalrpop-util v0.19.12
21392024-11-28T00:59:39.110Z Checking peg-runtime v0.8.3
21402024-11-28T00:59:39.153Z Checking sigpipe v0.1.3
21412024-11-28T00:59:40.062Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21422024-11-28T00:59:40.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.48s
21432024-11-28T00:59:40.528Z
21442024-11-28T00:59:40.528Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21452024-11-28T00:59:41.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-11-28T00:59:41.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-11-28T00:59:41.204Z Compiling hashbrown v0.14.5
21482024-11-28T00:59:41.324Z Checking heck v0.5.0
21492024-11-28T00:59:41.336Z Compiling unsafe-libyaml v0.2.11
21502024-11-28T00:59:41.351Z Compiling ident_case v1.0.1
21512024-11-28T00:59:41.365Z Checking progenitor-client v0.8.0
21522024-11-28T00:59:41.377Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21532024-11-28T00:59:41.392Z Compiling proc-macro-crate v1.3.1
21542024-11-28T00:59:41.477Z Checking ipnetwork v0.20.0
21552024-11-28T00:59:41.513Z Compiling darling_core v0.20.10
21562024-11-28T00:59:41.710Z Compiling structmeta-derive v0.3.0
21572024-11-28T00:59:41.727Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21582024-11-28T00:59:41.847Z Compiling newtype-uuid v1.1.3
21592024-11-28T00:59:42.044Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21602024-11-28T00:59:42.155Z Compiling lzma-sys v0.1.20
21612024-11-28T00:59:42.383Z Compiling foreign-types-macros v0.2.3
21622024-11-28T00:59:42.471Z Checking regress v0.10.1
21632024-11-28T00:59:42.512Z Compiling num_enum_derive v0.5.11
21642024-11-28T00:59:42.932Z Compiling serde_yaml v0.9.34+deprecated
21652024-11-28T00:59:43.245Z Compiling dropshot v0.13.0
21662024-11-28T00:59:43.536Z Checking arc-swap v1.7.1
21672024-11-28T00:59:43.659Z Checking foreign-types-shared v0.3.1
21682024-11-28T00:59:43.768Z Checking foreign-types v0.5.0
21692024-11-28T00:59:43.980Z Checking slog-scope v4.4.0
21702024-11-28T00:59:43.997Z Compiling proc-macro-error v1.0.4
21712024-11-28T00:59:44.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21722024-11-28T00:59:44.715Z Checking tungstenite v0.21.0
21732024-11-28T00:59:44.754Z Compiling heck v0.3.3
21742024-11-28T00:59:44.791Z Compiling structmeta v0.3.0
21752024-11-28T00:59:45.109Z Checking num_enum v0.5.11
21762024-11-28T00:59:45.198Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21772024-11-28T00:59:45.233Z Compiling parse-display-derive v0.10.0
21782024-11-28T00:59:45.268Z Compiling dropshot_endpoint v0.13.0
21792024-11-28T00:59:45.647Z Checking cstr-argument v0.1.2
21802024-11-28T00:59:45.826Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21812024-11-28T00:59:46.048Z Checking instant v0.1.13
21822024-11-28T00:59:46.065Z Checking typify-impl v0.2.0
21832024-11-28T00:59:46.163Z Checking fastrand v2.1.1
21842024-11-28T00:59:46.613Z Checking pretty-hex v0.2.1
21852024-11-28T00:59:46.777Z Checking base64 v0.21.7
21862024-11-28T00:59:47.214Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21872024-11-28T00:59:47.323Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21882024-11-28T00:59:47.525Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21892024-11-28T00:59:47.614Z Checking tempfile v3.13.0
21902024-11-28T00:59:47.665Z Checking backoff v0.4.0
21912024-11-28T00:59:47.833Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21922024-11-28T00:59:47.965Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21932024-11-28T00:59:47.983Z Checking tokio-tungstenite v0.21.0
21942024-11-28T00:59:47.983Z Checking strum v0.26.3
21952024-11-28T00:59:48.148Z Compiling zone_cfg_derive v0.1.2
21962024-11-28T00:59:48.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21972024-11-28T00:59:48.496Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21982024-11-28T00:59:48.514Z Compiling darling_macro v0.20.10
21992024-11-28T00:59:48.601Z Checking slog-stdlog v4.1.1
22002024-11-28T00:59:48.768Z Checking regress v0.9.1
22012024-11-28T00:59:48.889Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22022024-11-28T00:59:49.010Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22032024-11-28T00:59:49.045Z Checking colored v2.1.0
22042024-11-28T00:59:49.289Z Checking macaddr v1.0.1
22052024-11-28T00:59:49.337Z Checking base64 v0.13.1
22062024-11-28T00:59:49.449Z Compiling darling v0.20.10
22072024-11-28T00:59:49.568Z Compiling serde_with_macros v3.11.0
22082024-11-28T00:59:49.642Z Checking zone v0.1.8
22092024-11-28T00:59:49.738Z Checking ron v0.7.1
22102024-11-28T00:59:49.898Z Checking parse-display v0.10.0
22112024-11-28T00:59:50.130Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22122024-11-28T00:59:50.257Z Checking xz2 v0.1.7
22132024-11-28T00:59:50.541Z Checking slog-envlogger v2.2.0
22142024-11-28T00:59:50.594Z Checking tabwriter v1.4.0
22152024-11-28T00:59:50.753Z Checking xattr v1.3.1
22162024-11-28T00:59:50.826Z Checking pem v3.0.4
22172024-11-28T00:59:50.935Z Checking yasna v0.5.2
22182024-11-28T00:59:50.938Z Checking headers-core v0.3.0
22192024-11-28T00:59:51.090Z Checking smf v0.2.3
22202024-11-28T00:59:51.093Z Checking filetime v0.2.25
22212024-11-28T00:59:51.535Z Checking same-file v1.0.6
22222024-11-28T00:59:51.555Z Checking tar v0.4.42
22232024-11-28T00:59:51.573Z Checking headers v0.4.0
22242024-11-28T00:59:51.708Z Checking walkdir v2.5.0
22252024-11-28T00:59:51.798Z Checking rcgen v0.12.1
22262024-11-28T00:59:52.029Z Checking atomicwrites v0.4.4
22272024-11-28T00:59:52.221Z Checking camino-tempfile v1.1.1
22282024-11-28T00:59:52.297Z Checking subprocess v0.2.9
22292024-11-28T00:59:52.524Z Checking serde_with v3.11.0
22302024-11-28T00:59:56.495Z Compiling typify-macro v0.2.0
22312024-11-28T00:59:58.381Z Compiling typify v0.2.0
22322024-11-28T00:59:58.448Z Compiling progenitor-impl v0.8.0
22332024-11-28T01:00:01.620Z Compiling progenitor-macro v0.8.0
22342024-11-28T01:00:06.938Z Checking progenitor v0.8.0
22352024-11-28T01:00:07.102Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22362024-11-28T01:00:07.105Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22372024-11-28T01:00:09.776Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22382024-11-28T01:00:10.095Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22392024-11-28T01:00:16.728Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22402024-11-28T01:00:18.304Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22412024-11-28T01:00:19.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.04s
22422024-11-28T01:00:19.752Z
22432024-11-28T01:00:19.752Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22442024-11-28T01:00:20.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-11-28T01:00:20.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-11-28T01:00:20.417Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22472024-11-28T01:00:21.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
22482024-11-28T01:00:22.016Z
22492024-11-28T01:00:22.016Zinfo: running `cargo check --bins` on nexus-config (31/173)
22502024-11-28T01:00:22.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-11-28T01:00:22.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-11-28T01:00:22.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-11-28T01:00:22.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22542024-11-28T01:00:22.652Z
22552024-11-28T01:00:22.652Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22562024-11-28T01:00:23.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-11-28T01:00:23.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-11-28T01:00:23.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-11-28T01:00:23.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22602024-11-28T01:00:23.261Z
22612024-11-28T01:00:23.261Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22622024-11-28T01:00:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-11-28T01:00:23.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-11-28T01:00:23.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-11-28T01:00:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22662024-11-28T01:00:23.885Z
22672024-11-28T01:00:23.885Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22682024-11-28T01:00:24.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-11-28T01:00:24.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-11-28T01:00:24.560Z Compiling zerocopy v0.8.10
22712024-11-28T01:00:24.560Z Compiling progenitor-client v0.8.0
22722024-11-28T01:00:24.560Z Compiling itertools v0.13.0
22732024-11-28T01:00:24.560Z Compiling zerocopy-derive v0.8.10
22742024-11-28T01:00:24.562Z Compiling heapless v0.8.0
22752024-11-28T01:00:24.562Z Compiling newtype-uuid v1.1.3
22762024-11-28T01:00:24.562Z Compiling ipnetwork v0.20.0
22772024-11-28T01:00:24.562Z Checking hash32 v0.3.1
22782024-11-28T01:00:24.881Z Compiling instant v0.1.13
22792024-11-28T01:00:24.976Z Compiling smoltcp v0.11.0
22802024-11-28T01:00:25.033Z Compiling progenitor v0.8.0
22812024-11-28T01:00:25.142Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22822024-11-28T01:00:25.295Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22832024-11-28T01:00:25.556Z Compiling backoff v0.4.0
22842024-11-28T01:00:25.586Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852024-11-28T01:00:25.718Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862024-11-28T01:00:25.875Z Compiling dropshot v0.13.0
22872024-11-28T01:00:25.892Z Compiling serde_with v3.11.0
22882024-11-28T01:00:25.907Z Compiling parse-display v0.10.0
22892024-11-28T01:00:25.937Z Checking num-rational v0.4.2
22902024-11-28T01:00:26.478Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22912024-11-28T01:00:26.633Z Compiling regress v0.9.1
22922024-11-28T01:00:26.649Z Compiling phf_generator v0.11.2
22932024-11-28T01:00:26.839Z Checking num-complex v0.4.6
22942024-11-28T01:00:27.969Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22952024-11-28T01:00:28.484Z Compiling macaddr v1.0.1
22962024-11-28T01:00:28.776Z Checking cobs v0.2.3
22972024-11-28T01:00:28.933Z Compiling num v0.4.3
22982024-11-28T01:00:28.962Z Checking postcard v1.0.10
22992024-11-28T01:00:29.156Z Compiling phf_codegen v0.11.2
23002024-11-28T01:00:29.549Z Compiling parse-zoneinfo v0.3.1
23012024-11-28T01:00:30.001Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23022024-11-28T01:00:30.275Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23032024-11-28T01:00:30.420Z Checking float-ord v0.3.2
23042024-11-28T01:00:30.575Z Compiling convert_case v0.4.0
23052024-11-28T01:00:30.841Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062024-11-28T01:00:31.647Z Compiling derive_more v0.99.18
23072024-11-28T01:00:31.774Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23082024-11-28T01:00:31.906Z Compiling chrono-tz-build v0.4.0
23092024-11-28T01:00:32.470Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23102024-11-28T01:00:33.383Z Compiling crucible-workspace-hack v0.1.0
23112024-11-28T01:00:33.451Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23122024-11-28T01:00:33.586Z Compiling chrono-tz v0.10.0
23132024-11-28T01:00:33.654Z Checking newline-converter v0.3.0
23142024-11-28T01:00:33.755Z Checking prettyplease v0.2.25
23152024-11-28T01:00:33.808Z Compiling slog-dtrace v0.3.0
23162024-11-28T01:00:34.099Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23172024-11-28T01:00:34.386Z Checking expectorate v1.1.0
23182024-11-28T01:00:34.817Z Compiling zone_cfg_derive v0.3.0
23192024-11-28T01:00:35.352Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23202024-11-28T01:00:35.395Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23212024-11-28T01:00:35.469Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23222024-11-28T01:00:35.485Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232024-11-28T01:00:36.135Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23242024-11-28T01:00:36.312Z Compiling const_format_proc_macros v0.2.33
23252024-11-28T01:00:36.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23262024-11-28T01:00:36.605Z Compiling num-derive v0.4.2
23272024-11-28T01:00:36.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23282024-11-28T01:00:36.918Z Checking highway v1.2.0
23292024-11-28T01:00:37.401Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23302024-11-28T01:00:37.696Z Checking zone v0.3.0
23312024-11-28T01:00:38.450Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23322024-11-28T01:00:38.476Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23332024-11-28T01:00:38.576Z Checking const_format v0.2.33
23342024-11-28T01:00:38.864Z Checking gethostname v0.5.0
23352024-11-28T01:00:38.982Z Checking bcs v0.1.6
23362024-11-28T01:00:39.027Z Compiling async-recursion v1.1.1
23372024-11-28T01:00:39.109Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23382024-11-28T01:00:39.460Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23392024-11-28T01:00:39.460Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23402024-11-28T01:00:39.789Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23412024-11-28T01:00:41.048Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23422024-11-28T01:00:41.283Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23432024-11-28T01:00:47.407Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442024-11-28T01:00:50.646Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452024-11-28T01:00:53.269Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23462024-11-28T01:00:54.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.54s
23472024-11-28T01:00:54.637Z
23482024-11-28T01:00:54.637Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23492024-11-28T01:00:55.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-11-28T01:00:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-11-28T01:00:55.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-11-28T01:00:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23532024-11-28T01:00:55.275Z
23542024-11-28T01:00:55.275Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23552024-11-28T01:00:55.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-11-28T01:00:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-11-28T01:00:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-11-28T01:00:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23592024-11-28T01:00:55.919Z
23602024-11-28T01:00:55.919Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23612024-11-28T01:00:56.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-11-28T01:00:56.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-11-28T01:00:56.565Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642024-11-28T01:00:57.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23652024-11-28T01:00:57.372Z
23662024-11-28T01:00:57.372Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23672024-11-28T01:00:57.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-11-28T01:00:57.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-11-28T01:00:58.051Z Compiling cfg_aliases v0.1.1
23702024-11-28T01:00:58.053Z Compiling vte_generate_state_changes v0.1.2
23712024-11-28T01:00:58.053Z Checking fd-lock v4.0.2
23722024-11-28T01:00:58.053Z Checking nibble_vec v0.1.0
23732024-11-28T01:00:58.156Z Checking endian-type v0.1.2
23742024-11-28T01:00:58.159Z Checking bytecount v0.6.8
23752024-11-28T01:00:58.179Z Compiling tabled_derive v0.7.0
23762024-11-28T01:00:58.217Z Compiling peg-macros v0.8.4
23772024-11-28T01:00:58.235Z Compiling nix v0.28.0
23782024-11-28T01:00:58.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23792024-11-28T01:00:58.324Z Compiling sqlparser_derive v0.2.2
23802024-11-28T01:00:58.358Z Checking papergrid v0.11.0
23812024-11-28T01:00:58.379Z Checking radix_trie v0.2.1
23822024-11-28T01:00:58.786Z Checking home v0.5.9
23832024-11-28T01:00:58.836Z Checking vte v0.11.1
23842024-11-28T01:00:58.971Z Checking nu-ansi-term v0.50.1
23852024-11-28T01:00:59.402Z Checking unicode_categories v0.1.1
23862024-11-28T01:00:59.494Z Checking sqlparser v0.45.0
23872024-11-28T01:00:59.517Z Checking display-error-chain v0.2.2
23882024-11-28T01:00:59.704Z Checking sqlformat v0.2.6
23892024-11-28T01:01:00.183Z Checking strip-ansi-escapes v0.2.0
23902024-11-28T01:01:00.331Z Checking reedline v0.35.0
23912024-11-28T01:01:00.505Z Checking tabled v0.15.0
23922024-11-28T01:01:01.276Z Checking peg v0.8.4
23932024-11-28T01:01:01.371Z Checking rustyline v14.0.0
23942024-11-28T01:01:10.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
23952024-11-28T01:01:10.329Z
23962024-11-28T01:01:10.329Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23972024-11-28T01:01:10.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-28T01:01:10.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-28T01:01:10.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-11-28T01:01:16.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
24012024-11-28T01:01:16.190Z
24022024-11-28T01:01:16.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
24032024-11-28T01:01:16.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-28T01:01:16.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-28T01:01:16.860Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-11-28T01:01:20.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
24072024-11-28T01:01:20.778Z
24082024-11-28T01:01:20.778Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
24092024-11-28T01:01:21.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-28T01:01:21.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-28T01:01:21.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-11-28T01:01:26.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
24132024-11-28T01:01:26.395Z
24142024-11-28T01:01:26.395Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
24152024-11-28T01:01:26.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-28T01:01:26.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-28T01:01:27.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-11-28T01:01:31.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
24192024-11-28T01:01:32.015Z
24202024-11-28T01:01:32.015Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24212024-11-28T01:01:32.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-28T01:01:32.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-28T01:01:32.692Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242024-11-28T01:01:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24252024-11-28T01:01:36.816Z
24262024-11-28T01:01:36.816Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24272024-11-28T01:01:37.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-28T01:01:37.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-28T01:01:37.489Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302024-11-28T01:01:41.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
24312024-11-28T01:01:41.668Z
24322024-11-28T01:01:41.668Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24332024-11-28T01:01:42.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-28T01:01:42.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-28T01:01:42.342Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362024-11-28T01:01:47.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
24372024-11-28T01:01:47.456Z
24382024-11-28T01:01:47.456Zinfo: running `cargo check --bins` on oximeter (46/173)
24392024-11-28T01:01:48.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-28T01:01:48.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-28T01:01:48.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-28T01:01:48.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-11-28T01:01:48.086Z
24442024-11-28T01:01:48.086Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24452024-11-28T01:01:48.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-28T01:01:48.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-28T01:01:48.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-28T01:01:48.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24492024-11-28T01:01:48.695Z
24502024-11-28T01:01:48.695Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24512024-11-28T01:01:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-28T01:01:49.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-28T01:01:49.329Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542024-11-28T01:01:49.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24552024-11-28T01:01:49.940Z
24562024-11-28T01:01:49.940Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24572024-11-28T01:01:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-28T01:01:50.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-28T01:01:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-28T01:01:50.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24612024-11-28T01:01:50.578Z
24622024-11-28T01:01:50.579Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24632024-11-28T01:01:51.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-28T01:01:51.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-28T01:01:51.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-28T01:01:51.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24672024-11-28T01:01:51.218Z
24682024-11-28T01:01:51.218Zinfo: running `cargo check --bins` on oxql-types (51/173)
24692024-11-28T01:01:51.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-28T01:01:51.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-28T01:01:51.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-28T01:01:51.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-11-28T01:01:51.845Z
24742024-11-28T01:01:51.845Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24752024-11-28T01:01:52.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-28T01:01:52.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-28T01:01:52.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-11-28T01:01:52.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24792024-11-28T01:01:52.510Z
24802024-11-28T01:01:52.510Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24812024-11-28T01:01:53.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-28T01:01:53.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-28T01:01:53.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-28T01:01:53.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852024-11-28T01:01:53.145Z
24862024-11-28T01:01:53.145Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24872024-11-28T01:01:53.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-28T01:01:53.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-28T01:01:53.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-28T01:01:53.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24912024-11-28T01:01:53.785Z
24922024-11-28T01:01:53.785Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24932024-11-28T01:01:54.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-28T01:01:54.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-28T01:01:54.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-11-28T01:01:54.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24972024-11-28T01:01:54.414Z
24982024-11-28T01:01:54.414Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24992024-11-28T01:01:54.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-28T01:01:54.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-28T01:01:54.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-28T01:01:54.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25032024-11-28T01:01:55.053Z
25042024-11-28T01:01:55.053Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
25052024-11-28T01:01:55.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-28T01:01:55.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-28T01:01:55.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-28T01:01:55.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-11-28T01:01:55.684Z
25102024-11-28T01:01:55.684Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
25112024-11-28T01:01:56.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-28T01:01:56.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-28T01:01:56.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-28T01:01:56.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25152024-11-28T01:01:56.298Z
25162024-11-28T01:01:56.298Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25172024-11-28T01:01:56.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-28T01:01:56.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-28T01:01:56.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-28T01:01:56.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25212024-11-28T01:01:56.939Z
25222024-11-28T01:01:56.939Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25232024-11-28T01:01:57.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-28T01:01:57.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-28T01:01:57.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-28T01:01:57.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25272024-11-28T01:01:57.568Z
25282024-11-28T01:01:57.568Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25292024-11-28T01:01:58.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-28T01:01:58.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-28T01:01:58.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-28T01:01:58.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25332024-11-28T01:01:58.201Z
25342024-11-28T01:01:58.201Zinfo: running `cargo check --bins` on dpd-client (62/173)
25352024-11-28T01:01:58.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-28T01:01:58.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-28T01:01:58.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-28T01:01:58.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-11-28T01:01:58.829Z
25402024-11-28T01:01:58.829Zinfo: running `cargo check --bins` on gateway-client (63/173)
25412024-11-28T01:01:59.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-28T01:01:59.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-28T01:01:59.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-28T01:01:59.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-11-28T01:01:59.447Z
25462024-11-28T01:01:59.447Zinfo: running `cargo check --bins` on installinator-client (64/173)
25472024-11-28T01:02:00.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-28T01:02:00.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-28T01:02:00.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-28T01:02:00.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-11-28T01:02:00.097Z
25522024-11-28T01:02:00.097Zinfo: running `cargo check --bins` on installinator-common (65/173)
25532024-11-28T01:02:00.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-28T01:02:00.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-28T01:02:00.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-28T01:02:00.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25572024-11-28T01:02:00.740Z
25582024-11-28T01:02:00.740Zinfo: running `cargo check --bins` on update-engine (66/173)
25592024-11-28T01:02:01.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-28T01:02:01.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-28T01:02:01.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-28T01:02:01.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25632024-11-28T01:02:01.365Z
25642024-11-28T01:02:01.365Zinfo: running `cargo check --bins` on nexus-client (67/173)
25652024-11-28T01:02:01.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-28T01:02:01.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-28T01:02:01.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-28T01:02:01.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25692024-11-28T01:02:02.021Z
25702024-11-28T01:02:02.021Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25712024-11-28T01:02:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-28T01:02:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-28T01:02:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-28T01:02:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-11-28T01:02:02.662Z
25762024-11-28T01:02:02.662Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25772024-11-28T01:02:03.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-28T01:02:03.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-28T01:02:03.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-28T01:02:03.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25812024-11-28T01:02:03.282Z
25822024-11-28T01:02:03.282Zinfo: running `cargo check --bins` on nexus-types (70/173)
25832024-11-28T01:02:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-28T01:02:03.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-28T01:02:03.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-11-28T01:02:03.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25872024-11-28T01:02:03.932Z
25882024-11-28T01:02:03.932Zinfo: running `cargo check --bins` on oxide-client (71/173)
25892024-11-28T01:02:04.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-11-28T01:02:04.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-11-28T01:02:04.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-11-28T01:02:04.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25932024-11-28T01:02:04.546Z
25942024-11-28T01:02:04.547Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25952024-11-28T01:02:05.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-11-28T01:02:05.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-11-28T01:02:05.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-11-28T01:02:05.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25992024-11-28T01:02:05.186Z
26002024-11-28T01:02:05.186Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
26012024-11-28T01:02:05.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-11-28T01:02:05.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-11-28T01:02:05.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-11-28T01:02:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26052024-11-28T01:02:05.812Z
26062024-11-28T01:02:05.812Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
26072024-11-28T01:02:06.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-11-28T01:02:06.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-11-28T01:02:06.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-11-28T01:02:06.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26112024-11-28T01:02:06.468Z
26122024-11-28T01:02:06.468Zinfo: running `cargo check --bins` on wicketd-client (75/173)
26132024-11-28T01:02:07.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-11-28T01:02:07.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-11-28T01:02:07.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-11-28T01:02:07.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26172024-11-28T01:02:07.149Z
26182024-11-28T01:02:07.149Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26192024-11-28T01:02:07.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-11-28T01:02:07.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-11-28T01:02:07.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-11-28T01:02:07.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26232024-11-28T01:02:07.815Z
26242024-11-28T01:02:07.815Zinfo: running `cargo check --bins` on wicket-common (77/173)
26252024-11-28T01:02:08.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-11-28T01:02:08.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-11-28T01:02:08.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-11-28T01:02:08.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26292024-11-28T01:02:08.481Z
26302024-11-28T01:02:08.481Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26312024-11-28T01:02:09.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-11-28T01:02:09.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-11-28T01:02:09.151Z Checking csv-core v0.1.11
26342024-11-28T01:02:09.151Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26352024-11-28T01:02:09.154Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26362024-11-28T01:02:09.463Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26372024-11-28T01:02:09.475Z Checking csv v1.3.0
26382024-11-28T01:02:10.031Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26392024-11-28T01:02:10.369Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26402024-11-28T01:02:11.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
26412024-11-28T01:02:11.746Z
26422024-11-28T01:02:11.746Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26432024-11-28T01:02:12.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-11-28T01:02:12.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-11-28T01:02:12.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-11-28T01:02:12.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26472024-11-28T01:02:12.397Z
26482024-11-28T01:02:12.397Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26492024-11-28T01:02:12.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-11-28T01:02:12.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-11-28T01:02:12.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-11-28T01:02:12.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26532024-11-28T01:02:13.030Z
26542024-11-28T01:02:13.030Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26552024-11-28T01:02:13.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-11-28T01:02:13.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-11-28T01:02:13.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-11-28T01:02:13.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26592024-11-28T01:02:13.767Z
26602024-11-28T01:02:13.767Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26612024-11-28T01:02:14.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-11-28T01:02:14.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-11-28T01:02:14.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-11-28T01:02:14.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26652024-11-28T01:02:14.509Z
26662024-11-28T01:02:14.509Zinfo: running `cargo check --bins` on dns-server (83/173)
26672024-11-28T01:02:15.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-28T01:02:15.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-28T01:02:15.152Z Compiling parking_lot_core v0.8.6
26702024-11-28T01:02:15.152Z Checking fxhash v0.2.1
26712024-11-28T01:02:15.154Z Checking hickory-server v0.24.1
26722024-11-28T01:02:15.255Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26732024-11-28T01:02:15.266Z Checking hickory-client v0.24.1
26742024-11-28T01:02:15.866Z Checking parking_lot v0.11.2
26752024-11-28T01:02:15.963Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26762024-11-28T01:02:15.963Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772024-11-28T01:02:16.098Z Checking sled v0.34.7
26782024-11-28T01:02:17.870Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26792024-11-28T01:02:19.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
26802024-11-28T01:02:19.270Z
26812024-11-28T01:02:19.270Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26822024-11-28T01:02:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-11-28T01:02:19.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-11-28T01:02:19.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-11-28T01:02:19.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26862024-11-28T01:02:19.906Z
26872024-11-28T01:02:19.906Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26882024-11-28T01:02:20.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-11-28T01:02:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-11-28T01:02:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-11-28T01:02:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26922024-11-28T01:02:20.583Z
26932024-11-28T01:02:20.583Zinfo: running `cargo check --bins` on gateway-types (86/173)
26942024-11-28T01:02:21.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-11-28T01:02:21.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-11-28T01:02:21.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-11-28T01:02:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26982024-11-28T01:02:21.212Z
26992024-11-28T01:02:21.212Zinfo: running `cargo check --bins` on ipcc (87/173)
27002024-11-28T01:02:21.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-11-28T01:02:21.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-11-28T01:02:21.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-11-28T01:02:21.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27042024-11-28T01:02:21.945Z
27052024-11-28T01:02:21.945Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
27062024-11-28T01:02:22.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-11-28T01:02:22.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-11-28T01:02:22.565Z Compiling radium v0.7.0
27092024-11-28T01:02:22.565Z Compiling semver v0.1.20
27102024-11-28T01:02:22.680Z Compiling maybe-uninit v2.0.0
27112024-11-28T01:02:22.683Z Checking tap v1.0.1
27122024-11-28T01:02:22.696Z Checking password-hash v0.5.0
27132024-11-28T01:02:22.699Z Checking blake2 v0.10.6
27142024-11-28T01:02:22.699Z Checking crc-catalog v2.4.0
27152024-11-28T01:02:22.699Z Checking funty v2.0.0
27162024-11-28T01:02:22.832Z Checking wyz v0.5.1
27172024-11-28T01:02:22.876Z Compiling owo-colors v4.1.0
27182024-11-28T01:02:23.089Z Compiling rustc_version v0.1.7
27192024-11-28T01:02:23.138Z Compiling cancel-safe-futures v0.1.5
27202024-11-28T01:02:23.159Z Compiling packed_struct v0.10.1
27212024-11-28T01:02:23.224Z Checking argon2 v0.5.3
27222024-11-28T01:02:23.331Z Checking crc v3.2.1
27232024-11-28T01:02:23.349Z Compiling packed_struct_codegen v0.10.1
27242024-11-28T01:02:23.518Z Checking half v2.4.1
27252024-11-28T01:02:23.550Z Compiling indexmap v1.9.3
27262024-11-28T01:02:23.577Z Compiling newtype_derive v0.1.6
27272024-11-28T01:02:23.608Z Checking bitvec v1.0.1
27282024-11-28T01:02:23.676Z Checking nodrop v0.1.14
27292024-11-28T01:02:23.757Z Checking ciborium-io v0.2.2
27302024-11-28T01:02:23.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27312024-11-28T01:02:23.851Z Checking array-init v0.0.4
27322024-11-28T01:02:23.900Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27332024-11-28T01:02:23.967Z Checking ciborium-ll v0.2.2
27342024-11-28T01:02:24.040Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27352024-11-28T01:02:24.104Z Checking smallvec v0.6.14
27362024-11-28T01:02:24.269Z Checking libsw v3.3.1
27372024-11-28T01:02:24.312Z Compiling memoffset v0.9.1
27382024-11-28T01:02:24.514Z Checking linear-map v1.2.0
27392024-11-28T01:02:24.532Z Checking bitfield v0.14.0
27402024-11-28T01:02:24.625Z Checking hashbrown v0.12.3
27412024-11-28T01:02:24.791Z Checking termcolor v1.4.1
27422024-11-28T01:02:24.815Z Checking indent_write v2.2.0
27432024-11-28T01:02:24.849Z Checking swrite v0.1.0
27442024-11-28T01:02:24.883Z Checking serde-hex v0.1.0
27452024-11-28T01:02:24.972Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27462024-11-28T01:02:25.160Z Checking ron v0.8.1
27472024-11-28T01:02:25.253Z Checking env_logger v0.10.2
27482024-11-28T01:02:25.693Z Checking ciborium v0.2.2
27492024-11-28T01:02:26.026Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502024-11-28T01:02:26.362Z Checking steno v0.4.1
27512024-11-28T01:02:26.377Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522024-11-28T01:02:26.407Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27532024-11-28T01:02:26.615Z Checking hashbrown v0.13.2
27542024-11-28T01:02:26.707Z Checking crc-any v2.5.0
27552024-11-28T01:02:26.725Z Checking humantime v2.1.0
27562024-11-28T01:02:27.051Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572024-11-28T01:02:27.123Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27582024-11-28T01:02:27.501Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27592024-11-28T01:02:27.705Z Checking path-slash v0.1.5
27602024-11-28T01:02:27.757Z Checking object v0.30.4
27612024-11-28T01:02:27.848Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27622024-11-28T01:02:27.866Z Checking nix v0.27.1
27632024-11-28T01:02:28.595Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27642024-11-28T01:02:28.854Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652024-11-28T01:02:29.031Z Checking tungstenite v0.23.0
27662024-11-28T01:02:29.090Z Checking kstat-rs v0.2.4
27672024-11-28T01:02:29.200Z Checking signal-hook-tokio v0.3.1
27682024-11-28T01:02:29.427Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692024-11-28T01:02:29.888Z Checking tokio-tungstenite v0.23.1
27702024-11-28T01:02:30.071Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27712024-11-28T01:02:30.629Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27722024-11-28T01:02:30.836Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732024-11-28T01:02:37.213Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27742024-11-28T01:02:38.507Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27752024-11-28T01:02:41.779Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27762024-11-28T01:02:47.459Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27772024-11-28T01:02:48.158Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27782024-11-28T01:02:50.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.11s
27792024-11-28T01:02:51.169Z
27802024-11-28T01:02:51.169Zinfo: running `cargo check --bins` on gateway-api (89/173)
27812024-11-28T01:02:51.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-28T01:02:51.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-28T01:02:51.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-28T01:02:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27852024-11-28T01:02:51.809Z
27862024-11-28T01:02:51.809Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27872024-11-28T01:02:52.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-28T01:02:52.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-28T01:02:52.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-28T01:02:52.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-11-28T01:02:52.429Z
27922024-11-28T01:02:52.429Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27932024-11-28T01:02:52.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-28T01:02:52.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-28T01:02:52.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-28T01:02:52.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27972024-11-28T01:02:53.057Z
27982024-11-28T01:02:53.057Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27992024-11-28T01:02:53.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-28T01:02:53.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-28T01:02:53.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-11-28T01:02:53.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28032024-11-28T01:02:53.715Z
28042024-11-28T01:02:53.715Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
28052024-11-28T01:02:54.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-28T01:02:54.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-28T01:02:54.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-11-28T01:02:54.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28092024-11-28T01:02:54.361Z
28102024-11-28T01:02:54.361Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
28112024-11-28T01:02:54.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-28T01:02:54.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-28T01:02:54.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-28T01:02:54.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28152024-11-28T01:02:55.004Z
28162024-11-28T01:02:55.004Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28172024-11-28T01:02:55.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-28T01:02:55.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-28T01:02:55.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-28T01:02:55.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28212024-11-28T01:02:55.643Z
28222024-11-28T01:02:55.643Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28232024-11-28T01:02:56.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-28T01:02:56.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-28T01:02:56.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-11-28T01:02:56.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28272024-11-28T01:02:56.285Z
28282024-11-28T01:02:56.285Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28292024-11-28T01:02:56.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-11-28T01:02:56.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-11-28T01:02:56.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-11-28T01:02:56.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28332024-11-28T01:02:56.950Z
28342024-11-28T01:02:56.950Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28352024-11-28T01:02:57.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-11-28T01:02:57.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-11-28T01:02:57.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-11-28T01:02:57.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28392024-11-28T01:02:57.590Z
28402024-11-28T01:02:57.590Zinfo: running `cargo check --bins` on sp-sim (99/173)
28412024-11-28T01:02:58.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-11-28T01:02:58.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-11-28T01:02:58.242Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442024-11-28T01:03:00.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28452024-11-28T01:03:00.266Z
28462024-11-28T01:03:00.266Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28472024-11-28T01:03:00.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-28T01:03:00.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-28T01:03:00.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-11-28T01:03:00.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28512024-11-28T01:03:00.941Z
28522024-11-28T01:03:00.941Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28532024-11-28T01:03:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-28T01:03:01.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-28T01:03:01.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-11-28T01:03:01.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28572024-11-28T01:03:01.624Z
28582024-11-28T01:03:01.624Zinfo: running `cargo check --bins` on db-macros (102/173)
28592024-11-28T01:03:02.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-28T01:03:02.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-28T01:03:02.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-11-28T01:03:02.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632024-11-28T01:03:02.241Z
28642024-11-28T01:03:02.241Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28652024-11-28T01:03:02.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-11-28T01:03:02.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-11-28T01:03:02.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-11-28T01:03:02.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28692024-11-28T01:03:02.852Z
28702024-11-28T01:03:02.852Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28712024-11-28T01:03:03.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-11-28T01:03:03.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-11-28T01:03:03.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-11-28T01:03:03.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28752024-11-28T01:03:03.517Z
28762024-11-28T01:03:03.517Zinfo: running `cargo check --bins` on authz-macros (105/173)
28772024-11-28T01:03:04.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-11-28T01:03:04.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-11-28T01:03:04.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-11-28T01:03:04.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28812024-11-28T01:03:04.143Z
28822024-11-28T01:03:04.143Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28832024-11-28T01:03:04.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-11-28T01:03:04.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-11-28T01:03:04.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-11-28T01:03:04.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28872024-11-28T01:03:04.802Z
28882024-11-28T01:03:04.802Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28892024-11-28T01:03:05.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-11-28T01:03:05.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-11-28T01:03:05.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-11-28T01:03:05.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28932024-11-28T01:03:05.462Z
28942024-11-28T01:03:05.462Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28952024-11-28T01:03:06.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-11-28T01:03:06.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-11-28T01:03:06.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-11-28T01:03:06.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28992024-11-28T01:03:06.091Z
29002024-11-28T01:03:06.091Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
29012024-11-28T01:03:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-11-28T01:03:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-11-28T01:03:06.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-11-28T01:03:06.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29052024-11-28T01:03:06.741Z
29062024-11-28T01:03:06.741Zinfo: running `cargo check --bins` on typed-rng (110/173)
29072024-11-28T01:03:07.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-11-28T01:03:07.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-11-28T01:03:07.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-11-28T01:03:07.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29112024-11-28T01:03:07.358Z
29122024-11-28T01:03:07.358Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
29132024-11-28T01:03:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-11-28T01:03:07.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-11-28T01:03:08.092Z Checking keccak v0.1.5
29162024-11-28T01:03:08.204Z Checking secrecy v0.8.0
29172024-11-28T01:03:08.207Z Compiling unicase v2.7.0
29182024-11-28T01:03:08.207Z Compiling same-file v1.0.6
29192024-11-28T01:03:08.232Z Compiling tempfile v3.13.0
29202024-11-28T01:03:08.243Z Compiling thiserror-impl-no-std v2.0.2
29212024-11-28T01:03:08.245Z Checking universal-hash v0.5.1
29222024-11-28T01:03:08.245Z Compiling blake3 v1.5.4
29232024-11-28T01:03:08.400Z Compiling walkdir v2.5.0
29242024-11-28T01:03:08.436Z Compiling ring v0.16.20
29252024-11-28T01:03:08.469Z Checking sha3 v0.10.8
29262024-11-28T01:03:08.485Z Checking opaque-debug v0.3.1
29272024-11-28T01:03:08.570Z Checking poly1305 v0.8.0
29282024-11-28T01:03:08.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29292024-11-28T01:03:08.856Z Checking chacha20 v0.9.1
29302024-11-28T01:03:08.921Z Checking aead v0.5.2
29312024-11-28T01:03:09.227Z Compiling memmap2 v0.9.5
29322024-11-28T01:03:09.247Z Compiling libefi-sys v0.1.0
29332024-11-28T01:03:09.247Z Compiling arrayvec v0.7.6
29342024-11-28T01:03:09.247Z Compiling constant_time_eq v0.3.1
29352024-11-28T01:03:09.247Z Compiling salty v0.3.0
29362024-11-28T01:03:09.324Z Compiling arrayref v0.3.9
29372024-11-28T01:03:09.359Z Compiling spin v0.5.2
29382024-11-28T01:03:09.459Z Checking chacha20poly1305 v0.10.1
29392024-11-28T01:03:09.534Z Compiling toolchain_find v0.4.0
29402024-11-28T01:03:09.594Z Compiling camino-tempfile v1.1.1
29412024-11-28T01:03:09.635Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29422024-11-28T01:03:09.637Z Compiling bitfield-struct v0.6.2
29432024-11-28T01:03:09.942Z Compiling topological-sort v0.2.2
29442024-11-28T01:03:10.048Z Compiling mime_guess v2.0.5
29452024-11-28T01:03:10.139Z Compiling rustfmt-wrapper v0.2.1
29462024-11-28T01:03:10.645Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29472024-11-28T01:03:10.697Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29482024-11-28T01:03:10.723Z Checking primeorder v0.13.6
29492024-11-28T01:03:10.746Z Checking env_filter v0.1.2
29502024-11-28T01:03:10.956Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29512024-11-28T01:03:11.077Z Checking env_logger v0.11.5
29522024-11-28T01:03:11.118Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29532024-11-28T01:03:11.171Z Checking p384 v0.13.0
29542024-11-28T01:03:11.234Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-11-28T01:03:11.384Z Checking thiserror-no-std v2.0.2
29562024-11-28T01:03:11.403Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29572024-11-28T01:03:11.492Z Checking vsss-rs v3.3.4
29582024-11-28T01:03:11.655Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29592024-11-28T01:03:11.658Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29602024-11-28T01:03:11.688Z Checking simd-adler32 v0.3.7
29612024-11-28T01:03:11.859Z Compiling zip v2.1.3
29622024-11-28T01:03:12.069Z Checking lockfree-object-pool v0.1.6
29632024-11-28T01:03:12.087Z Checking bumpalo v3.16.0
29642024-11-28T01:03:12.140Z Checking http-range v0.1.5
29652024-11-28T01:03:12.200Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29662024-11-28T01:03:12.315Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29672024-11-28T01:03:12.349Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29682024-11-28T01:03:12.437Z Checking zopfli v0.8.1
29692024-11-28T01:03:12.507Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29702024-11-28T01:03:12.641Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29712024-11-28T01:03:13.049Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29722024-11-28T01:03:13.155Z Checking nanorand v0.7.0
29732024-11-28T01:03:13.173Z Checking atty v0.2.14
29742024-11-28T01:03:13.176Z Checking glob v0.3.1
29752024-11-28T01:03:13.293Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29762024-11-28T01:03:13.491Z Checking flume v0.11.1
29772024-11-28T01:03:13.513Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29782024-11-28T01:03:13.712Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29792024-11-28T01:03:14.008Z Compiling omicron-zone-package v0.11.1
29802024-11-28T01:03:14.273Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29812024-11-28T01:03:15.061Z Checking hyper-staticfile v0.10.1
29822024-11-28T01:03:15.743Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29832024-11-28T01:03:15.838Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29842024-11-28T01:03:16.184Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29852024-11-28T01:03:16.186Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29862024-11-28T01:03:16.216Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29872024-11-28T01:03:16.263Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29882024-11-28T01:03:16.808Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29892024-11-28T01:03:17.501Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29902024-11-28T01:03:18.521Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29912024-11-28T01:03:20.466Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29922024-11-28T01:03:20.470Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29932024-11-28T01:03:30.452Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-11-28T01:03:43.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.56s
29952024-11-28T01:03:44.118Z
29962024-11-28T01:03:44.118Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29972024-11-28T01:03:44.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-11-28T01:03:44.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-11-28T01:03:44.867Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-11-28T01:03:58.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
30012024-11-28T01:03:58.839Z
30022024-11-28T01:03:58.839Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
30032024-11-28T01:03:59.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-11-28T01:03:59.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-11-28T01:03:59.588Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-11-28T01:04:13.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
30072024-11-28T01:04:13.391Z
30082024-11-28T01:04:13.391Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
30092024-11-28T01:04:13.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-11-28T01:04:13.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-11-28T01:04:14.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-11-28T01:04:27.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
30132024-11-28T01:04:27.948Z
30142024-11-28T01:04:27.948Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
30152024-11-28T01:04:28.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-11-28T01:04:28.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-11-28T01:04:28.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-11-28T01:04:42.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
30192024-11-28T01:04:42.587Z
30202024-11-28T01:04:42.587Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30212024-11-28T01:04:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-11-28T01:04:43.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-11-28T01:04:43.336Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242024-11-28T01:04:56.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30252024-11-28T01:04:57.150Z
30262024-11-28T01:04:57.150Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30272024-11-28T01:04:57.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-11-28T01:04:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-11-28T01:04:57.888Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302024-11-28T01:05:11.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30312024-11-28T01:05:11.691Z
30322024-11-28T01:05:11.691Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30332024-11-28T01:05:12.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-11-28T01:05:12.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-11-28T01:05:12.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362024-11-28T01:05:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
30372024-11-28T01:05:26.341Z
30382024-11-28T01:05:26.341Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30392024-11-28T01:05:26.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-11-28T01:05:26.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-11-28T01:05:26.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-11-28T01:05:26.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30432024-11-28T01:05:27.005Z
30442024-11-28T01:05:27.005Zinfo: running `cargo check --bins` on key-manager (120/173)
30452024-11-28T01:05:27.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-11-28T01:05:27.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-11-28T01:05:27.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-11-28T01:05:27.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492024-11-28T01:05:27.646Z
30502024-11-28T01:05:27.646Zinfo: running `cargo check --bins` on range-requests (121/173)
30512024-11-28T01:05:28.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-11-28T01:05:28.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-11-28T01:05:28.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-11-28T01:05:28.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30552024-11-28T01:05:28.272Z
30562024-11-28T01:05:28.272Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30572024-11-28T01:05:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-11-28T01:05:28.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-11-28T01:05:28.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-11-28T01:05:28.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30612024-11-28T01:05:28.914Z
30622024-11-28T01:05:28.914Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30632024-11-28T01:05:29.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-11-28T01:05:29.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-11-28T01:05:29.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-11-28T01:05:29.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30672024-11-28T01:05:29.573Z
30682024-11-28T01:05:29.573Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30692024-11-28T01:05:30.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-11-28T01:05:30.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-11-28T01:05:30.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-11-28T01:05:30.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30732024-11-28T01:05:30.222Z
30742024-11-28T01:05:30.222Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30752024-11-28T01:05:31.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-28T01:05:31.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-28T01:05:31.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-28T01:05:31.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30792024-11-28T01:05:31.096Z
30802024-11-28T01:05:31.096Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30812024-11-28T01:05:31.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-28T01:05:31.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-28T01:05:31.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-11-28T01:05:31.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30852024-11-28T01:05:31.539Z
30862024-11-28T01:05:31.539Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30872024-11-28T01:05:32.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-28T01:05:32.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-28T01:05:32.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-11-28T01:05:32.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30912024-11-28T01:05:32.202Z
30922024-11-28T01:05:32.202Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30932024-11-28T01:05:32.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-11-28T01:05:32.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-11-28T01:05:32.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-11-28T01:05:32.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30972024-11-28T01:05:32.863Z
30982024-11-28T01:05:32.863Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30992024-11-28T01:05:33.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-11-28T01:05:33.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-11-28T01:05:33.554Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31022024-11-28T01:05:33.554Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31032024-11-28T01:05:34.279Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31042024-11-28T01:05:36.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
31052024-11-28T01:05:36.391Z
31062024-11-28T01:05:36.391Zinfo: running `cargo check --bins` on oximeter-api (130/173)
31072024-11-28T01:05:36.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-28T01:05:36.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-28T01:05:36.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-11-28T01:05:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31112024-11-28T01:05:37.018Z
31122024-11-28T01:05:37.018Zinfo: running `cargo check --bins` on cert-dev (131/173)
31132024-11-28T01:05:37.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-11-28T01:05:37.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-11-28T01:05:37.638Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31162024-11-28T01:05:37.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31172024-11-28T01:05:38.070Z
31182024-11-28T01:05:38.070Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31192024-11-28T01:05:38.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-28T01:05:38.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-28T01:05:38.745Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31222024-11-28T01:05:38.745Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31232024-11-28T01:05:39.320Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31242024-11-28T01:05:39.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
31252024-11-28T01:05:39.872Z
31262024-11-28T01:05:39.872Zinfo: running `cargo check --bins` on ch-dev (133/173)
31272024-11-28T01:05:40.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-11-28T01:05:40.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-11-28T01:05:40.532Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31302024-11-28T01:05:41.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31312024-11-28T01:05:41.420Z
31322024-11-28T01:05:41.420Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31332024-11-28T01:05:41.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-11-28T01:05:41.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-11-28T01:05:42.082Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31362024-11-28T01:05:42.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31372024-11-28T01:05:42.626Z
31382024-11-28T01:05:42.626Zinfo: running `cargo check --bins` on db-dev (135/173)
31392024-11-28T01:05:43.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-11-28T01:05:43.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-11-28T01:05:43.281Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31422024-11-28T01:05:44.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31432024-11-28T01:05:44.181Z
31442024-11-28T01:05:44.181Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31452024-11-28T01:05:44.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-11-28T01:05:44.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-11-28T01:05:44.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482024-11-28T01:05:44.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31492024-11-28T01:05:44.835Z
31502024-11-28T01:05:44.835Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31512024-11-28T01:05:45.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-11-28T01:05:45.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-11-28T01:05:45.451Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31542024-11-28T01:05:46.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
31552024-11-28T01:05:46.503Z
31562024-11-28T01:05:46.503Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31572024-11-28T01:05:47.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-11-28T01:05:47.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-11-28T01:05:47.122Z Checking cargo-platform v0.1.8
31602024-11-28T01:05:47.387Z Checking cargo_metadata v0.18.1
31612024-11-28T01:05:48.329Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31622024-11-28T01:05:49.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31632024-11-28T01:05:49.222Z
31642024-11-28T01:05:49.222Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31652024-11-28T01:05:49.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-11-28T01:05:49.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-11-28T01:05:49.939Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31682024-11-28T01:05:50.647Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31692024-11-28T01:05:51.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31702024-11-28T01:05:51.397Z
31712024-11-28T01:05:51.397Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31722024-11-28T01:05:52.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-11-28T01:05:52.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-11-28T01:05:52.190Z Compiling crunchy v0.2.2
31752024-11-28T01:05:52.191Z Compiling tiny-keccak v2.0.2
31762024-11-28T01:05:52.194Z Compiling dsl_auto_type v0.1.2
31772024-11-28T01:05:52.194Z Checking scheduled-thread-pool v0.2.7
31782024-11-28T01:05:52.194Z Compiling diesel_table_macro_syntax v0.2.0
31792024-11-28T01:05:52.350Z Compiling ascii-canvas v3.0.0
31802024-11-28T01:05:52.356Z Compiling ena v0.14.3
31812024-11-28T01:05:52.356Z Compiling diff v0.1.13
31822024-11-28T01:05:52.516Z Checking r2d2 v0.8.10
31832024-11-28T01:05:52.718Z Compiling regex-syntax v0.6.29
31842024-11-28T01:05:52.738Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852024-11-28T01:05:52.789Z Compiling ref-cast v1.0.23
31862024-11-28T01:05:52.835Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31872024-11-28T01:05:52.874Z Compiling derive_builder_core v0.20.2
31882024-11-28T01:05:52.975Z Compiling libxml v0.3.3
31892024-11-28T01:05:53.006Z Compiling ref-cast-impl v1.0.23
31902024-11-28T01:05:53.084Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31912024-11-28T01:05:53.389Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31922024-11-28T01:05:53.413Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31932024-11-28T01:05:53.538Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31942024-11-28T01:05:53.588Z Compiling strum_macros v0.24.3
31952024-11-28T01:05:53.680Z Compiling samael v0.0.17
31962024-11-28T01:05:53.905Z Compiling diesel_derives v2.2.3
31972024-11-28T01:05:53.929Z Compiling indoc v1.0.9
31982024-11-28T01:05:54.882Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31992024-11-28T01:05:55.174Z Compiling impl-trait-for-tuples v0.2.2
32002024-11-28T01:05:55.352Z Compiling derive_builder_macro v0.20.2
32012024-11-28T01:05:56.196Z Compiling lalrpop v0.19.12
32022024-11-28T01:05:56.240Z Checking derive_builder v0.20.2
32032024-11-28T01:05:56.393Z Compiling oso-derive v0.27.3
32042024-11-28T01:05:56.880Z Checking quick-xml v0.33.0
32052024-11-28T01:05:57.215Z Compiling diesel-dtrace v0.3.0
32062024-11-28T01:05:57.524Z Checking maplit v1.0.2
32072024-11-28T01:05:57.660Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32082024-11-28T01:05:57.684Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32092024-11-28T01:05:57.953Z Checking bb8 v0.8.5
32102024-11-28T01:05:58.007Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32112024-11-28T01:05:58.276Z Checking castaway v0.2.3
32122024-11-28T01:05:58.445Z Checking rand_seeder v0.3.0
32132024-11-28T01:05:58.464Z Checking compact_str v0.8.0
32142024-11-28T01:05:58.669Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152024-11-28T01:05:58.781Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32162024-11-28T01:05:58.872Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32172024-11-28T01:05:59.359Z Checking unicode-truncate v1.1.0
32182024-11-28T01:05:59.361Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32192024-11-28T01:05:59.593Z Checking lru v0.12.5
32202024-11-28T01:05:59.669Z Compiling instability v0.3.2
32212024-11-28T01:05:59.903Z Checking is_ci v1.2.0
32222024-11-28T01:06:00.043Z Checking cassowary v0.3.0
32232024-11-28T01:06:00.466Z Checking smawk v0.3.2
32242024-11-28T01:06:00.485Z Checking unicode-linebreak v0.1.5
32252024-11-28T01:06:00.664Z Checking supports-color v3.0.1
32262024-11-28T01:06:00.698Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32272024-11-28T01:06:00.755Z Checking ratatui v0.28.1
32282024-11-28T01:06:00.896Z Checking multimap v0.10.0
32292024-11-28T01:06:00.911Z Checking textwrap v0.16.1
32302024-11-28T01:06:03.891Z Checking diesel v2.2.4
32312024-11-28T01:06:29.477Z Compiling polar-core v0.27.3
32322024-11-28T01:06:33.632Z Checking async-bb8-diesel v0.2.1
32332024-11-28T01:06:36.896Z Checking oso v0.27.3
32342024-11-28T01:07:43.716Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32352024-11-28T01:07:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
32362024-11-28T01:07:49.957Z
32372024-11-28T01:07:49.958Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32382024-11-28T01:07:50.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-28T01:07:50.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-28T01:07:50.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412024-11-28T01:07:50.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32422024-11-28T01:07:50.638Z
32432024-11-28T01:07:50.638Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32442024-11-28T01:07:51.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-11-28T01:07:51.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-11-28T01:07:51.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472024-11-28T01:07:51.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32482024-11-28T01:07:51.323Z
32492024-11-28T01:07:51.324Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32502024-11-28T01:07:51.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-11-28T01:07:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-11-28T01:07:51.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532024-11-28T01:07:51.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32542024-11-28T01:07:51.947Z
32552024-11-28T01:07:51.947Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32562024-11-28T01:07:52.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572024-11-28T01:07:52.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582024-11-28T01:07:53.041Z Compiling libz-sys v1.1.20
32592024-11-28T01:07:53.055Z Compiling libgit2-sys v0.17.0+1.8.1
32602024-11-28T01:07:53.055Z Compiling vergen v8.3.2
32612024-11-28T01:07:53.055Z Compiling cargo-platform v0.1.8
32622024-11-28T01:07:53.055Z Compiling pin-project-internal v1.1.6
32632024-11-28T01:07:53.055Z Compiling libsqlite3-sys v0.30.1
32642024-11-28T01:07:53.055Z Compiling snafu-derive v0.8.5
32652024-11-28T01:07:53.055Z Compiling rustls v0.21.12
32662024-11-28T01:07:53.170Z Compiling cargo_metadata v0.18.1
32672024-11-28T01:07:53.213Z Compiling cfg_aliases v0.2.1
32682024-11-28T01:07:53.333Z Compiling buf-list v1.0.3
32692024-11-28T01:07:53.442Z Compiling nix v0.29.0
32702024-11-28T01:07:53.524Z Checking globset v0.4.15
32712024-11-28T01:07:53.794Z Checking rustls-webpki v0.101.7
32722024-11-28T01:07:53.991Z Checking olpc-cjson v0.1.4
32732024-11-28T01:07:54.032Z Checking sct v0.7.1
32742024-11-28T01:07:54.213Z Checking serde_plain v1.0.2
32752024-11-28T01:07:54.243Z Checking typed-path v0.9.3
32762024-11-28T01:07:54.672Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772024-11-28T01:07:54.900Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782024-11-28T01:07:54.941Z Checking hashlink v0.9.1
32792024-11-28T01:07:55.167Z Checking parse-size v1.1.0
32802024-11-28T01:07:55.361Z Checking fallible-streaming-iterator v0.1.9
32812024-11-28T01:07:55.581Z Checking fallible-iterator v0.3.0
32822024-11-28T01:07:55.949Z Checking pin-project v1.1.6
32832024-11-28T01:07:56.083Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32842024-11-28T01:07:56.144Z Checking rustls-pemfile v1.0.4
32852024-11-28T01:07:56.231Z Checking rusqlite v0.32.1
32862024-11-28T01:07:56.251Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32872024-11-28T01:07:56.335Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32882024-11-28T01:07:56.616Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32892024-11-28T01:07:56.658Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32902024-11-28T01:07:56.790Z Checking twox-hash v1.6.3
32912024-11-28T01:07:57.062Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32922024-11-28T01:07:57.335Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32932024-11-28T01:07:57.839Z Checking tokio-rustls v0.24.1
32942024-11-28T01:07:57.890Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32952024-11-28T01:07:58.201Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32962024-11-28T01:07:58.260Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32972024-11-28T01:07:58.469Z Checking fatfs v0.3.6
32982024-11-28T01:07:58.486Z Checking snafu v0.8.5
32992024-11-28T01:07:58.976Z Checking tough v0.19.0
33002024-11-28T01:07:59.048Z Checking assert_matches v1.5.0
33012024-11-28T01:08:03.164Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33022024-11-28T01:08:04.565Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33032024-11-28T01:08:05.130Z Compiling git2 v0.19.0
33042024-11-28T01:08:09.847Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
33052024-11-28T01:09:02.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33062024-11-28T01:09:03.050Z
33072024-11-28T01:09:03.050Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
33082024-11-28T01:09:03.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-11-28T01:09:03.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-11-28T01:09:03.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-11-28T01:09:03.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33122024-11-28T01:09:03.742Z
33132024-11-28T01:09:03.742Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
33142024-11-28T01:09:04.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-11-28T01:09:04.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-11-28T01:09:04.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-11-28T01:09:04.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33182024-11-28T01:09:04.359Z
33192024-11-28T01:09:04.359Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33202024-11-28T01:09:04.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-11-28T01:09:04.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-11-28T01:09:04.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-11-28T01:09:04.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33242024-11-28T01:09:05.016Z
33252024-11-28T01:09:05.016Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33262024-11-28T01:09:05.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-11-28T01:09:05.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-11-28T01:09:05.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-11-28T01:09:05.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33302024-11-28T01:09:05.688Z
33312024-11-28T01:09:05.688Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33322024-11-28T01:09:06.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-11-28T01:09:06.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-11-28T01:09:06.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-11-28T01:09:06.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33362024-11-28T01:09:06.367Z
33372024-11-28T01:09:06.367Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33382024-11-28T01:09:06.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-11-28T01:09:06.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-11-28T01:09:06.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412024-11-28T01:09:06.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33422024-11-28T01:09:07.040Z
33432024-11-28T01:09:07.040Zinfo: running `cargo check --bins` on update-common (151/173)
33442024-11-28T01:09:07.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-11-28T01:09:07.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-11-28T01:09:07.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-11-28T01:09:07.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33482024-11-28T01:09:07.699Z
33492024-11-28T01:09:07.699Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33502024-11-28T01:09:08.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-11-28T01:09:08.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-11-28T01:09:08.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532024-11-28T01:09:08.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33542024-11-28T01:09:08.352Z
33552024-11-28T01:09:08.352Zinfo: running `cargo check --bins` on tufaceous (153/173)
33562024-11-28T01:09:08.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-11-28T01:09:08.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-11-28T01:09:09.022Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33592024-11-28T01:09:10.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33602024-11-28T01:09:10.186Z
33612024-11-28T01:09:10.186Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33622024-11-28T01:09:10.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-28T01:09:10.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-28T01:09:11.048Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33652024-11-28T01:09:11.176Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33662024-11-28T01:09:11.176Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33672024-11-28T01:09:11.179Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33682024-11-28T01:09:37.297Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33692024-11-28T01:09:37.300Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33702024-11-28T01:09:37.300Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33712024-11-28T01:09:37.300Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33722024-11-28T01:09:37.300Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33732024-11-28T01:09:38.084Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33742024-11-28T01:09:39.358Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33752024-11-28T01:10:17.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33762024-11-28T01:10:17.455Z
33772024-11-28T01:10:17.455Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33782024-11-28T01:10:18.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-11-28T01:10:18.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-11-28T01:10:18.161Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33812024-11-28T01:10:18.164Z Checking heck v0.4.1
33822024-11-28T01:10:18.164Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33832024-11-28T01:10:18.405Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33842024-11-28T01:10:19.745Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33852024-11-28T01:10:20.622Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33862024-11-28T01:10:21.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
33872024-11-28T01:10:21.926Z
33882024-11-28T01:10:21.926Zinfo: running `cargo check --bins` on installinator-api (156/173)
33892024-11-28T01:10:22.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-11-28T01:10:22.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-11-28T01:10:22.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922024-11-28T01:10:22.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33932024-11-28T01:10:22.584Z
33942024-11-28T01:10:22.584Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33952024-11-28T01:10:23.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-11-28T01:10:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-11-28T01:10:23.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982024-11-28T01:10:23.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33992024-11-28T01:10:23.244Z
34002024-11-28T01:10:23.244Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
34012024-11-28T01:10:23.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-11-28T01:10:23.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-11-28T01:10:23.953Z Compiling petname v2.0.2
34042024-11-28T01:10:23.957Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34052024-11-28T01:10:23.957Z Checking sync-ptr v0.1.1
34062024-11-28T01:10:25.386Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34072024-11-28T01:10:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
34082024-11-28T01:10:27.119Z
34092024-11-28T01:10:27.119Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
34102024-11-28T01:10:27.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-11-28T01:10:27.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-11-28T01:10:27.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132024-11-28T01:10:27.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34142024-11-28T01:10:27.798Z
34152024-11-28T01:10:27.798Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34162024-11-28T01:10:28.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-11-28T01:10:28.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-11-28T01:10:28.481Z Checking memmap2 v0.9.5
34192024-11-28T01:10:28.481Z Checking arrayref v0.3.9
34202024-11-28T01:10:28.481Z Checking constant_time_eq v0.3.1
34212024-11-28T01:10:28.481Z Checking spin v0.5.2
34222024-11-28T01:10:28.483Z Checking arrayvec v0.7.6
34232024-11-28T01:10:28.484Z Checking topological-sort v0.2.2
34242024-11-28T01:10:28.484Z Checking shell-words v1.1.0
34252024-11-28T01:10:28.760Z Checking ring v0.16.20
34262024-11-28T01:10:28.897Z Checking blake3 v1.5.4
34272024-11-28T01:10:29.913Z Checking omicron-zone-package v0.11.1
34282024-11-28T01:10:31.027Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34292024-11-28T01:10:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
34302024-11-28T01:10:32.107Z
34312024-11-28T01:10:32.107Zinfo: running `cargo check --bins` on xtask (161/173)
34322024-11-28T01:10:32.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332024-11-28T01:10:32.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342024-11-28T01:10:32.558Z Checking bitflags v2.6.0
34352024-11-28T01:10:32.561Z Checking serde v1.0.215
34362024-11-28T01:10:32.637Z Checking thiserror v1.0.69
34372024-11-28T01:10:32.653Z Checking scroll v0.12.0
34382024-11-28T01:10:32.656Z Checking log v0.4.22
34392024-11-28T01:10:32.662Z Checking hashbrown v0.15.0
34402024-11-28T01:10:32.680Z Checking zerocopy v0.7.35
34412024-11-28T01:10:32.692Z Checking syn v2.0.87
34422024-11-28T01:10:32.761Z Checking pest v2.7.14
34432024-11-28T01:10:32.875Z Checking rustix v0.38.37
34442024-11-28T01:10:32.901Z Checking once_cell v1.20.2
34452024-11-28T01:10:33.093Z Checking goblin v0.8.2
34462024-11-28T01:10:33.207Z Checking fs-err v2.11.0
34472024-11-28T01:10:33.506Z Checking anyhow v1.0.93
34482024-11-28T01:10:33.769Z Checking indexmap v2.6.0
34492024-11-28T01:10:33.880Z Checking tabled v0.15.0
34502024-11-28T01:10:34.905Z Checking terminal_size v0.4.0
34512024-11-28T01:10:34.908Z Checking tempfile v3.13.0
34522024-11-28T01:10:35.074Z Checking clap_builder v4.5.21
34532024-11-28T01:10:35.259Z Checking dtrace-parser v0.2.0
34542024-11-28T01:10:36.581Z Checking serde_json v1.0.132
34552024-11-28T01:10:36.581Z Checking serde_spanned v0.6.8
34562024-11-28T01:10:36.581Z Checking toml_datetime v0.6.8
34572024-11-28T01:10:36.584Z Checking camino v1.1.9
34582024-11-28T01:10:36.584Z Checking cargo-platform v0.1.8
34592024-11-28T01:10:36.820Z Checking semver v1.0.23
34602024-11-28T01:10:36.878Z Checking toml_edit v0.22.22
34612024-11-28T01:10:36.896Z Checking macaddr v1.0.1
34622024-11-28T01:10:37.186Z Checking camino-tempfile v1.1.1
34632024-11-28T01:10:37.714Z Checking clap v4.5.21
34642024-11-28T01:10:37.940Z Checking dof v0.3.0
34652024-11-28T01:10:37.940Z Checking cargo_metadata v0.18.1
34662024-11-28T01:10:38.347Z Checking usdt-impl v0.5.0
34672024-11-28T01:10:38.723Z Checking usdt v0.5.0
34682024-11-28T01:10:38.858Z Checking toml v0.8.19
34692024-11-28T01:10:39.324Z Checking cargo_toml v0.20.5
34702024-11-28T01:10:40.513Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34712024-11-28T01:10:41.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
34722024-11-28T01:10:41.237Z
34732024-11-28T01:10:41.237Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34742024-11-28T01:10:41.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752024-11-28T01:10:41.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762024-11-28T01:10:42.017Z Checking polyval v0.6.2
34772024-11-28T01:10:42.134Z Checking ctr v0.9.2
34782024-11-28T01:10:42.146Z Checking ssh-encoding v0.2.0
34792024-11-28T01:10:42.149Z Checking blowfish v0.9.1
34802024-11-28T01:10:42.171Z Checking password-hash v0.4.2
34812024-11-28T01:10:42.174Z Checking matches v0.1.10
34822024-11-28T01:10:42.204Z Checking p256 v0.13.2
34832024-11-28T01:10:42.205Z Checking p521 v0.13.3
34842024-11-28T01:10:42.278Z Checking idna v0.2.3
34852024-11-28T01:10:42.360Z Checking ghash v0.5.1
34862024-11-28T01:10:42.379Z Checking bcrypt-pbkdf v0.10.0
34872024-11-28T01:10:42.381Z Compiling enum-as-inner v0.5.1
34882024-11-28T01:10:42.457Z Checking russh-cryptovec v0.7.3
34892024-11-28T01:10:42.522Z Checking aes-gcm v0.10.3
34902024-11-28T01:10:42.576Z Checking pbkdf2 v0.11.0
34912024-11-28T01:10:42.638Z Checking md5 v0.7.0
34922024-11-28T01:10:42.661Z Checking num-bigint v0.4.6
34932024-11-28T01:10:42.680Z Checking des v0.8.1
34942024-11-28T01:10:42.767Z Checking ssh-cipher v0.2.0
34952024-11-28T01:10:42.854Z Checking hex-literal v0.4.1
34962024-11-28T01:10:42.929Z Compiling dhcproto-macros v0.1.0
34972024-11-28T01:10:42.948Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34982024-11-28T01:10:42.991Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34992024-11-28T01:10:43.048Z Checking ssh-key v0.6.6
35002024-11-28T01:10:43.109Z Checking internet-checksum v0.2.1
35012024-11-28T01:10:43.406Z Checking trust-dns-proto v0.22.0
35022024-11-28T01:10:44.428Z Checking russh-keys v0.45.0
35032024-11-28T01:10:45.341Z Checking russh v0.45.0
35042024-11-28T01:10:45.952Z Checking dhcproto v0.12.0
35052024-11-28T01:11:03.172Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35062024-11-28T01:11:04.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.33s
35072024-11-28T01:11:04.785Z
35082024-11-28T01:11:04.785Zinfo: running `cargo check --bins` on gateway-cli (163/173)
35092024-11-28T01:11:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-11-28T01:11:05.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-11-28T01:11:05.429Z Checking termios v0.3.3
35122024-11-28T01:11:05.649Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35132024-11-28T01:11:06.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
35142024-11-28T01:11:06.614Z
35152024-11-28T01:11:06.614Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35162024-11-28T01:11:07.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-11-28T01:11:07.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-11-28T01:11:07.313Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35192024-11-28T01:11:09.301Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35202024-11-28T01:11:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
35212024-11-28T01:11:11.362Z
35222024-11-28T01:11:11.362Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35232024-11-28T01:11:11.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-11-28T01:11:11.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-11-28T01:11:12.003Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35262024-11-28T01:11:12.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35272024-11-28T01:11:12.671Z
35282024-11-28T01:11:12.672Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35292024-11-28T01:11:13.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-11-28T01:11:13.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-11-28T01:11:13.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322024-11-28T01:11:13.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35332024-11-28T01:11:13.291Z
35342024-11-28T01:11:13.292Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35352024-11-28T01:11:13.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-11-28T01:11:13.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-11-28T01:11:13.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382024-11-28T01:11:13.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35392024-11-28T01:11:13.913Z
35402024-11-28T01:11:13.913Zinfo: running `cargo check --bins` on omicron-package (168/173)
35412024-11-28T01:11:14.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-11-28T01:11:14.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-11-28T01:11:14.593Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35442024-11-28T01:11:15.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
35452024-11-28T01:11:16.095Z
35462024-11-28T01:11:16.095Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35472024-11-28T01:11:16.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-11-28T01:11:16.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-11-28T01:11:16.803Z Checking rtoolbox v0.0.2
35502024-11-28T01:11:16.806Z Checking tui-tree-widget v0.22.0
35512024-11-28T01:11:16.806Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35522024-11-28T01:11:17.030Z Checking rpassword v7.3.1
35532024-11-28T01:11:21.084Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35542024-11-28T01:11:24.076Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35552024-11-28T01:11:25.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
35562024-11-28T01:11:25.527Z
35572024-11-28T01:11:25.527Zinfo: running `cargo check --bins` on wicket (170/173)
35582024-11-28T01:11:26.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592024-11-28T01:11:26.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602024-11-28T01:11:26.262Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35612024-11-28T01:11:26.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35622024-11-28T01:11:26.899Z
35632024-11-28T01:11:26.899Zinfo: running `cargo check --bins` on wicketd (171/173)
35642024-11-28T01:11:27.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652024-11-28T01:11:27.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662024-11-28T01:11:27.624Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35672024-11-28T01:11:31.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
35682024-11-28T01:11:31.822Z
35692024-11-28T01:11:31.822Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35702024-11-28T01:11:32.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-11-28T01:11:32.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-11-28T01:11:32.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732024-11-28T01:11:32.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35742024-11-28T01:11:32.459Z
35752024-11-28T01:11:32.459Zinfo: running `cargo check --bins` on zone-setup (173/173)
35762024-11-28T01:11:33.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772024-11-28T01:11:33.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782024-11-28T01:11:33.191Z Checking uzers v0.12.1
35792024-11-28T01:11:33.533Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35802024-11-28T01:11:34.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35812024-11-28T01:11:34.911Z
35822024-11-28T01:11:34.911Zreal 12:57.107904390
35832024-11-28T01:11:34.911Zuser 24:17.568706517
35842024-11-28T01:11:34.911Zsys 5:25.644240784
35852024-11-28T01:11:34.911Ztrap 0.470362567
35862024-11-28T01:11:34.913Ztflt 2.245852581
35872024-11-28T01:11:34.913Zdflt 3.226632687
35882024-11-28T01:11:34.913Zkflt 0.000850921
35892024-11-28T01:11:34.913Zlock 45:20.460950322
35902024-11-28T01:11:34.914Zslp 2:06:13.232838598
35912024-11-28T01:11:34.914Zlat 1:02.993452689
35922024-11-28T01:11:34.914Zstop 3:21.459216331
35932024-11-28T01:11:34.914Zprocess exited: duration 1222455 ms, exit code 0
 
35942024-11-28T01:11:34.919Zfound 0 output files