01J8H027JGPZ653765KEDCZJ9Q: 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: 01J8H031AXP1MF55YZRGGR44G6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-24T03:10:32.417Zjob assigned to worker 01J8H038GECXKTPTNAMEV11MSD (queued for 54 s)
 
22024-09-24T03:10:39.887Zstarting task 0: "setup"
32024-09-24T03:10:39.893Z++ uname -s
42024-09-24T03:10:39.895Z+ kern=SunOS
52024-09-24T03:10:39.895Z+ case "$kern" in
62024-09-24T03:10:39.895Z+ groupadd -g 12345 build
72024-09-24T03:10:39.898Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-24T03:10:41.907Z+ zfs create -o mountpoint=/work rpool/work
92024-09-24T03:10:42.027Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-24T03:10:42.030Z+ home_fs=zfs
112024-09-24T03:10:42.030Z+ [[ zfs == autofs ]]
122024-09-24T03:10:42.030Z+ mkdir -p /home/build
132024-09-24T03:10:42.030Z+ chown build:build /home/build /work
142024-09-24T03:10:43.032Z+ chmod 0700 /home/build /work
152024-09-24T03:10:43.034Zprocess exited: duration 3149 ms, exit code 0
 
162024-09-24T03:10:43.040Zstarting task 1: "rust-toolchain"
172024-09-24T03:10:43.048Z+ printf ' * toolchain channel = "%s"
182024-09-24T03:10:43.048Z' 1.80.1
192024-09-24T03:10:43.051Z+ printf ' * toolchain profile = "%s"
202024-09-24T03:10:43.051Z * toolchain channel = "1.80.1"
212024-09-24T03:10:43.051Z * toolchain profile = "default"
222024-09-24T03:10:43.051Z' default
232024-09-24T03:10:43.051Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-24T03:10:43.051Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-24T03:10:43.150Zinfo: downloading installer
262024-09-24T03:10:44.651Zinfo: profile set to 'default'
272024-09-24T03:10:44.651Zinfo: default host triple is x86_64-unknown-illumos
282024-09-24T03:10:44.654Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-24T03:10:44.812Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-24T03:10:44.812Zinfo: downloading component 'cargo'
312024-09-24T03:10:45.726Zinfo: downloading component 'clippy'
322024-09-24T03:10:46.047Zinfo: downloading component 'rust-docs'
332024-09-24T03:10:47.294Zinfo: downloading component 'rust-std'
342024-09-24T03:10:49.050Zinfo: downloading component 'rustc'
352024-09-24T03:10:53.908Zinfo: downloading component 'rustfmt'
362024-09-24T03:10:54.184Zinfo: installing component 'cargo'
372024-09-24T03:10:55.039Zinfo: installing component 'clippy'
382024-09-24T03:10:55.405Zinfo: installing component 'rust-docs'
392024-09-24T03:10:57.035Zinfo: installing component 'rust-std'
402024-09-24T03:10:58.700Zinfo: installing component 'rustc'
412024-09-24T03:11:02.797Zinfo: installing component 'rustfmt'
422024-09-24T03:11:03.133Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-24T03:11:03.133Z
442024-09-24T03:11:03.469Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-24T03:11:03.469Z
462024-09-24T03:11:03.478Z
472024-09-24T03:11:03.478ZRust is installed now. Great!
482024-09-24T03:11:03.478Z
492024-09-24T03:11:03.479ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-24T03:11:03.479Zenvironment variable. This has not been done automatically.
512024-09-24T03:11:03.479Z
522024-09-24T03:11:03.479ZTo configure your current shell, you need to source
532024-09-24T03:11:03.479Zthe corresponding env file under $HOME/.cargo.
542024-09-24T03:11:03.479Z
552024-09-24T03:11:03.479ZThis is usually done by running one of the following (note the leading DOT):
562024-09-24T03:11:03.479Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-24T03:11:03.479Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-24T03:11:03.479Z+ rustc --version
592024-09-24T03:11:03.497Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-24T03:11:03.501Zprocess exited: duration 20458 ms, exit code 0
 
612024-09-24T03:11:03.508Zstarting task 2: "authentication"
622024-09-24T03:11:03.529Zprocess exited: duration 21 ms, exit code 0
 
632024-09-24T03:11:03.536Zstarting task 3: "clone repository"
642024-09-24T03:11:03.542Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-24T03:11:03.548Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-24T03:11:03.800ZCloning into '/work/oxidecomputer/omicron'...
672024-09-24T03:11:10.827Z+ cd /work/oxidecomputer/omicron
682024-09-24T03:11:10.828Z+ git fetch origin 425a962cb770da99038563c9383e6225cc1462d4
692024-09-24T03:11:11.161ZFrom https://github.com/oxidecomputer/omicron
702024-09-24T03:11:11.161Z * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD
712024-09-24T03:11:11.166Z+ [[ -n renovate/httptest-0.x ]]
722024-09-24T03:11:11.166Z++ git branch --show-current
732024-09-24T03:11:11.166Z+ current=main
742024-09-24T03:11:11.166Z+ [[ main != renovate/httptest-0.x ]]
752024-09-24T03:11:11.166Z+ git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4
762024-09-24T03:11:11.166Z+ git checkout -f renovate/httptest-0.x
772024-09-24T03:11:11.289ZSwitched to branch 'renovate/httptest-0.x'
782024-09-24T03:11:11.292Z+ git reset --hard 425a962cb770da99038563c9383e6225cc1462d4
792024-09-24T03:11:11.305ZHEAD is now at 425a962cb Update Rust crate httptest to 0.16.1
802024-09-24T03:11:11.310Zprocess exited: duration 7769 ms, exit code 0
 
812024-09-24T03:11:11.319Zstarting task 4: "build"
822024-09-24T03:11:11.326Z+ cargo --version
832024-09-24T03:11:11.378Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-24T03:11:11.380Z+ rustc --version
852024-09-24T03:11:11.437Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-24T03:11:11.440Z+ source ./env.sh
872024-09-24T03:11:11.442Z++ OLD_SHELL_OPTS=ehxB
882024-09-24T03:11:11.442Z++ set -o xtrace
892024-09-24T03:11:11.446Z++++ dirname ./env.sh
902024-09-24T03:11:11.447Z+++ readlink -f .
912024-09-24T03:11:11.464Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-24T03:11:11.466Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-24T03:11:11.467Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-24T03:11:11.467Z++ 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
952024-09-24T03:11:11.467Z++ 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
962024-09-24T03:11:11.467Z++ 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
972024-09-24T03:11:11.467Z++ 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
982024-09-24T03:11:11.467Z++ 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
992024-09-24T03:11:11.467Z++ 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
1002024-09-24T03:11:11.467Z++ case $OLD_SHELL_OPTS in
1012024-09-24T03:11:11.467Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-24T03:11:11.467Z+ 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
1032024-09-24T03:11:11.467Z+ 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
1042024-09-24T03:11:11.467Z+ banner prerequisites
1052024-09-24T03:11:11.489Z
1062024-09-24T03:11:11.489Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-24T03:11:11.489Z # # # # # # # # # # # # # # #
1082024-09-24T03:11:11.489Z # # # # ##### # # ##### # # # # # #### #
1092024-09-24T03:11:11.489Z ##### ##### # ##### # # # # # # # # #
1102024-09-24T03:11:11.489Z # # # # # # # # # # # # # # #
1112024-09-24T03:11:11.489Z # # # ###### # # ###### ### # #### # #### #
1122024-09-24T03:11:11.489Z
1132024-09-24T03:11:11.492Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-24T03:11:19.809Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-24T03:11:22.348Z Startup: Caching catalogs ... Done
1162024-09-24T03:11:25.533ZPlanning: Solver setup ... Done (2.541s)
1172024-09-24T03:11:25.588ZPlanning: Running solver ... Done (0.042s)
1182024-09-24T03:11:25.685ZPlanning: Finding local manifests ... Done (0.079s)
1192024-09-24T03:11:25.729ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-24T03:11:27.263ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-24T03:11:27.484ZPlanning: Package planning ... Done (0.184s)
1222024-09-24T03:11:27.492ZPlanning: Merging actions ... Done (0.055s)
1232024-09-24T03:11:28.278ZPlanning: Checking for conflicting actions ... Done (0.787s)
1242024-09-24T03:11:33.308ZPlanning: Consolidating action changes ... Done (5.005s)
1252024-09-24T03:11:33.684ZPlanning: Evaluating mediators ... Done (0.365s)
1262024-09-24T03:11:33.733ZPlanning: Planning completed in 11.31 seconds
1272024-09-24T03:11:33.846Z Packages to install: 4
1282024-09-24T03:11:33.847Z Packages to update: 1
1292024-09-24T03:11:33.888Z Mediators to change: 2
1302024-09-24T03:11:33.888Z Services to change: 1
1312024-09-24T03:11:33.888Z Estimated space available: 155.71 GB
1322024-09-24T03:11:33.888ZEstimated space to be consumed: 1.54 GB
1332024-09-24T03:11:33.888Z Create boot environment: No
1342024-09-24T03:11:33.889ZCreate backup boot environment: Yes
1352024-09-24T03:11:33.889Z Rebuild boot archive: No
1362024-09-24T03:11:33.889Z
1372024-09-24T03:11:33.889ZChanged mediators:
1382024-09-24T03:11:33.889Z mediator clang:
1392024-09-24T03:11:33.889Z version: None -> 15 (system default)
1402024-09-24T03:11:33.889Z
1412024-09-24T03:11:33.889Z mediator llvm:
1422024-09-24T03:11:33.889Z version: 14 (system default) -> 15 (system default)
1432024-09-24T03:11:33.890Z
1442024-09-24T03:11:33.890ZChanged packages:
1452024-09-24T03:11:33.890Zhelios-dev
1462024-09-24T03:11:33.890Z developer/build-essential
1472024-09-24T03:11:33.890Z None -> 11-2.0
1482024-09-24T03:11:33.890Z library/libxmlsec1
1492024-09-24T03:11:33.890Z None -> 1.2.35-2.0
1502024-09-24T03:11:33.890Z ooce/developer/clang-15
1512024-09-24T03:11:33.890Z None -> 15.0.7-2.0
1522024-09-24T03:11:33.890Z ooce/developer/llvm-15
1532024-09-24T03:11:33.891Z None -> 15.0.7-2.0
1542024-09-24T03:11:33.891Z package/pkg
1552024-09-24T03:11:33.892Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-24T03:11:33.892Z
1572024-09-24T03:11:33.892ZServices:
1582024-09-24T03:11:33.892Z restart_fmri:
1592024-09-24T03:11:33.892Z svc:/system/update-man-index:default
1602024-09-24T03:11:33.893Z
1612024-09-24T03:11:33.893ZEditable files to change:
1622024-09-24T03:11:33.893Z Update:
1632024-09-24T03:11:33.893Z usr/share/lib/pkg/web/config.shtml
1642024-09-24T03:11:34.071Z
1652024-09-24T03:11:34.071ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-24T03:11:39.017ZDownload: 480/4281 items 17.1/220.6MB 7% complete (3.6M/s)
1672024-09-24T03:11:44.080ZDownload: 1181/4281 items 63.1/220.6MB 28% complete (6.4M/s)
1682024-09-24T03:11:49.063ZDownload: 1222/4281 items 98.2/220.6MB 44% complete (8.1M/s)
1692024-09-24T03:11:54.081ZDownload: 1482/4281 items 117.1/220.6MB 53% complete (6.6M/s)
1702024-09-24T03:11:59.207ZDownload: 1819/4281 items 118.2/220.6MB 53% complete (2.5M/s)
1712024-09-24T03:12:04.280ZDownload: 2213/4281 items 119.2/220.6MB 54% complete (226k/s)
1722024-09-24T03:12:09.505ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (209k/s)
1732024-09-24T03:12:15.999ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (199k/s)
1742024-09-24T03:12:23.422ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1752024-09-24T03:12:28.434ZDownload: 2453/4281 items 120.2/220.6MB 54% complete (198k/s)
1762024-09-24T03:12:33.449ZDownload: 2605/4281 items 120.5/220.6MB 54% complete (141k/s)
1772024-09-24T03:12:38.646ZDownload: 2770/4281 items 120.9/220.6MB 54% complete (79.7k/s)
1782024-09-24T03:12:43.659ZDownload: 3182/4281 items 167.6/220.6MB 75% complete (4.7M/s)
1792024-09-24T03:12:48.774ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1802024-09-24T03:12:55.317ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.0M/s)
1812024-09-24T03:13:02.163ZDownload: 3289/4281 items 211.9/220.6MB 96% complete (2.1M/s)
1822024-09-24T03:13:07.207ZDownload: 3501/4281 items 215.5/220.6MB 97% complete (936k/s)
1832024-09-24T03:13:12.253ZDownload: 3708/4281 items 216.5/220.6MB 98% complete (489k/s)
1842024-09-24T03:13:17.305ZDownload: 3898/4281 items 217.9/220.6MB 98% complete (281k/s)
1852024-09-24T03:13:22.574ZDownload: 4038/4281 items 219.5/220.6MB 99% complete (312k/s)
1862024-09-24T03:13:27.578ZDownload: 4142/4281 items 220.2/220.6MB 99% complete (231k/s)
1872024-09-24T03:13:34.678ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (197k/s)
1882024-09-24T03:13:40.078ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (179k/s)
1892024-09-24T03:13:45.703ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1902024-09-24T03:13:45.809ZDownload: Completed 220.60 MB in 131.79 seconds (1.7M/s)
1912024-09-24T03:13:47.786Z Actions: 1/5063 actions (Removing old actions)
1922024-09-24T03:13:47.803Z Actions: 194/5063 actions (Installing new actions)
1932024-09-24T03:13:52.832Z Actions: 4086/5063 actions (Installing new actions)
1942024-09-24T03:13:52.955Z Actions: 4226/5063 actions (Updating modified actions)
1952024-09-24T03:13:53.289Z Actions: Completed 5063 actions in 5.50 seconds.
1962024-09-24T03:13:53.593Z Done (0.297s)
1972024-09-24T03:13:53.599Z Done (0.000s)
1982024-09-24T03:13:54.015Z Done (0.420s)
1992024-09-24T03:13:59.241Z Done (5.040s)
2002024-09-24T03:13:59.491Z Done (0.178s)
2012024-09-24T03:13:59.493Z Done (0.000s)
2022024-09-24T03:13:59.656Z Done (0.000s)
2032024-09-24T03:14:00.251ZPlanning: Evaluating mediator changes ... Done
2042024-09-24T03:14:00.494ZPlanning: Checking for conflicting actions ... Done
2052024-09-24T03:14:00.511ZPlanning: Consolidating action changes ... Done
2062024-09-24T03:14:00.672ZPlanning: Evaluating mediators ... Done
2072024-09-24T03:14:00.677ZPlanning: Planning completed in 0.42 seconds
2082024-09-24T03:14:00.710Z Mediators to change: 2
2092024-09-24T03:14:00.710Z Create boot environment: No
2102024-09-24T03:14:00.714ZCreate backup boot environment: No
2112024-09-24T03:14:00.779Z Done
2122024-09-24T03:14:00.779Z Done
2132024-09-24T03:14:01.025Z Done
2142024-09-24T03:14:04.567Z Done
2152024-09-24T03:14:04.659Z Done
2162024-09-24T03:14:04.661Z Done
2172024-09-24T03:14:04.765Z Done
2182024-09-24T03:14:05.376ZPlanning: Evaluating mediator changes ... Done
2192024-09-24T03:14:05.382ZPlanning: Merging actions ... Done
2202024-09-24T03:14:05.556ZPlanning: Checking for conflicting actions ... Done
2212024-09-24T03:14:05.560ZPlanning: Consolidating action changes ... Done
2222024-09-24T03:14:05.818ZPlanning: Evaluating mediators ... Done
2232024-09-24T03:14:05.870ZPlanning: Planning completed in 0.74 seconds
2242024-09-24T03:14:05.949Z Packages to change: 1
2252024-09-24T03:14:05.949Z Mediators to change: 1
2262024-09-24T03:14:05.960Z Services to change: 1
2272024-09-24T03:14:05.960Z Create boot environment: No
2282024-09-24T03:14:05.960ZCreate backup boot environment: Yes
2292024-09-24T03:14:07.783Z Actions: 1/6 actions (Updating modified actions)
2302024-09-24T03:14:07.824Z Actions: Completed 6 actions in 0.04 seconds.
2312024-09-24T03:14:07.826Z Done
2322024-09-24T03:14:07.826Z Done
2332024-09-24T03:14:07.910Z Done
2342024-09-24T03:14:11.463Z Done
2352024-09-24T03:14:11.547Z Done
2362024-09-24T03:14:11.550Z Done
2372024-09-24T03:14:11.647Z Done
2382024-09-24T03:14:12.078ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2392024-09-24T03:14:12.078Zclang system 15 system
2402024-09-24T03:14:12.078Zcsh system system illumos
2412024-09-24T03:14:12.078Zctags system system illumos
2422024-09-24T03:14:12.078Zgcc vendor 12 vendor
2432024-09-24T03:14:12.078Zgcc system 10 system
2442024-09-24T03:14:12.078Zgcc system 7 system
2452024-09-24T03:14:12.079Zgo system 1.20 system
2462024-09-24T03:14:12.079Zgo system 1.19 system
2472024-09-24T03:14:12.079Zllvm system 15 system
2482024-09-24T03:14:12.079Zllvm system 14 system
2492024-09-24T03:14:12.079Zmariadb system 10.6 system
2502024-09-24T03:14:12.079Zmta vendor vendor dma
2512024-09-24T03:14:12.079Zopenjdk system 17 system
2522024-09-24T03:14:12.079Zopenjdk system 11 system
2532024-09-24T03:14:12.079Zopenjdk system 1.8 system
2542024-09-24T03:14:12.079Zopenssl vendor 3 vendor
2552024-09-24T03:14:12.079Zperl system 5.36 system
2562024-09-24T03:14:12.079Zpostgresql system 15 system
2572024-09-24T03:14:12.079Zpostgresql system 13 system
2582024-09-24T03:14:12.079Zpython vendor 3 vendor
2592024-09-24T03:14:12.079Zpython system 2 system
2602024-09-24T03:14:12.079Zpython3 system 3.11 system
2612024-09-24T03:14:12.079Zruby system 3.0 system
2622024-09-24T03:14:12.079Zwords vendor vendor american-english
2632024-09-24T03:14:12.079Zwords system system australian-english
2642024-09-24T03:14:12.079Zwords system system british-english
2652024-09-24T03:14:12.079Zwords system system canadian-english
2662024-09-24T03:14:12.079Zwords system system french
2672024-09-24T03:14:12.080Zwords system system italian
2682024-09-24T03:14:12.080Zwords system system ngerman
2692024-09-24T03:14:12.080Zwords system system ogerman
2702024-09-24T03:14:12.080Zwords system system spanish
2712024-09-24T03:14:12.408ZPUBLISHER TYPE STATUS P LOCATION
2722024-09-24T03:14:12.408Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2732024-09-24T03:14:14.314ZFMRI IFO
2742024-09-24T03:14:14.314Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2752024-09-24T03:14:14.314Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2762024-09-24T03:14:14.314Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2772024-09-24T03:14:14.314Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2782024-09-24T03:14:14.314Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2792024-09-24T03:14:14.314Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2802024-09-24T03:14:14.314Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2812024-09-24T03:14:14.314Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2822024-09-24T03:14:14.314Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2832024-09-24T03:14:14.314Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2842024-09-24T03:14:14.314Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852024-09-24T03:14:14.314Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2862024-09-24T03:14:14.314Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872024-09-24T03:14:14.942Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882024-09-24T03:14:15.233Z Updating crates.io index
2892024-09-24T03:14:15.300Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2902024-09-24T03:14:16.011Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912024-09-24T03:14:16.713Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2922024-09-24T03:14:16.970Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2932024-09-24T03:14:18.418Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942024-09-24T03:14:18.631Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952024-09-24T03:14:18.869Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962024-09-24T03:14:19.904Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972024-09-24T03:14:21.984Z Updating git repository `https://github.com/oxidecomputer/opte`
2982024-09-24T03:14:23.029Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-09-24T03:14:23.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002024-09-24T03:14:23.945Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012024-09-24T03:14:24.178Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022024-09-24T03:14:24.748Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3032024-09-24T03:14:25.018Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
3042024-09-24T03:14:25.294Z Updating git repository `https://github.com/oxidecomputer/qorb`
3052024-09-24T03:14:25.595Z Updating git repository `https://github.com/oxidecomputer/propolis`
3062024-09-24T03:14:26.088Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072024-09-24T03:14:26.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
3082024-09-24T03:14:26.702Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3092024-09-24T03:14:27.005Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3102024-09-24T03:14:27.252Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3112024-09-24T03:14:27.534Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122024-09-24T03:14:27.810Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132024-09-24T03:14:28.108Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3142024-09-24T03:14:28.449Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152024-09-24T03:14:29.046Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162024-09-24T03:14:29.176Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3172024-09-24T03:14:29.509Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182024-09-24T03:14:29.889Z Updating git repository `https://github.com/oxidecomputer/typify`
3192024-09-24T03:14:31.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202024-09-24T03:14:32.146Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212024-09-24T03:14:32.404Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222024-09-24T03:14:32.709Z Updating git repository `https://github.com/oxidecomputer/rfb`
3232024-09-24T03:14:33.860Z Downloading crates ...
3242024-09-24T03:14:33.938Z Downloaded colorchoice v1.0.1
3252024-09-24T03:14:33.945Z Downloaded autocfg v1.3.0
3262024-09-24T03:14:33.950Z Downloaded anstyle-query v1.0.3
3272024-09-24T03:14:33.953Z Downloaded anstream v0.6.14
3282024-09-24T03:14:33.953Z Downloaded fnv v1.0.7
3292024-09-24T03:14:33.953Z Downloaded errno v0.3.9
3302024-09-24T03:14:33.953Z Downloaded equivalent v1.0.1
3312024-09-24T03:14:33.959Z Downloaded swrite v0.1.0
3322024-09-24T03:14:33.964Z Downloaded pretty-hex v0.4.1
3332024-09-24T03:14:33.966Z Downloaded scroll_derive v0.12.0
3342024-09-24T03:14:33.969Z Downloaded camino-tempfile v1.1.1
3352024-09-24T03:14:33.977Z Downloaded anstyle v1.0.8
3362024-09-24T03:14:33.984Z Downloaded dof v0.3.0
3372024-09-24T03:14:33.987Z Downloaded crypto-common v0.1.6
3382024-09-24T03:14:33.987Z Downloaded thiserror-impl v1.0.63
3392024-09-24T03:14:33.987Z Downloaded serde_spanned v0.6.7
3402024-09-24T03:14:33.991Z Downloaded proc-macro-error-attr v1.0.4
3412024-09-24T03:14:33.991Z Downloaded block-buffer v0.10.4
3422024-09-24T03:14:33.996Z Downloaded fs-err v2.11.0
3432024-09-24T03:14:33.998Z Downloaded heck v0.4.1
3442024-09-24T03:14:34.003Z Downloaded usdt-impl v0.5.0
3452024-09-24T03:14:34.005Z Downloaded utf8parse v0.2.1
3462024-09-24T03:14:34.008Z Downloaded pest_generator v2.7.10
3472024-09-24T03:14:34.008Z Downloaded cargo_metadata v0.18.1
3482024-09-24T03:14:34.014Z Downloaded once_cell v1.19.0
3492024-09-24T03:14:34.014Z Downloaded cfg-if v1.0.0
3502024-09-24T03:14:34.016Z Downloaded smawk v0.3.2
3512024-09-24T03:14:34.016Z Downloaded anstyle-parse v0.2.4
3522024-09-24T03:14:34.020Z Downloaded semver v1.0.23
3532024-09-24T03:14:34.043Z Downloaded itoa v1.0.11
3542024-09-24T03:14:34.046Z Downloaded ryu v1.0.18
3552024-09-24T03:14:34.050Z Downloaded pest_meta v2.7.10
3562024-09-24T03:14:34.052Z Downloaded clap_lex v0.7.0
3572024-09-24T03:14:34.055Z Downloaded dtrace-parser v0.2.0
3582024-09-24T03:14:34.063Z Downloaded is_terminal_polyfill v1.70.0
3592024-09-24T03:14:34.066Z Downloaded usdt-macro v0.5.0
3602024-09-24T03:14:34.073Z Downloaded usdt-attr-macro v0.5.0
3612024-09-24T03:14:34.077Z Downloaded log v0.4.21
3622024-09-24T03:14:34.077Z Downloaded toml v0.8.19
3632024-09-24T03:14:34.079Z Downloaded serde_derive v1.0.208
3642024-09-24T03:14:34.083Z Downloaded tempfile v3.10.1
3652024-09-24T03:14:34.085Z Downloaded proc-macro2 v1.0.86
3662024-09-24T03:14:34.088Z Downloaded ucd-trie v0.1.6
3672024-09-24T03:14:34.090Z Downloaded cpufeatures v0.2.12
3682024-09-24T03:14:34.092Z Downloaded textwrap v0.16.1
3692024-09-24T03:14:34.095Z Downloaded digest v0.10.7
3702024-09-24T03:14:34.098Z Downloaded cargo-platform v0.1.8
3712024-09-24T03:14:34.098Z Downloaded cargo_toml v0.20.4
3722024-09-24T03:14:34.103Z Downloaded tabled_derive v0.7.0
3732024-09-24T03:14:34.108Z Downloaded strsim v0.11.1
3742024-09-24T03:14:34.108Z Downloaded heck v0.5.0
3752024-09-24T03:14:34.108Z Downloaded bytecount v0.6.8
3762024-09-24T03:14:34.179Z Downloaded terminal_size v0.3.0
3772024-09-24T03:14:34.179Z Downloaded memmap v0.7.0
3782024-09-24T03:14:34.179Z Downloaded macaddr v1.0.1
3792024-09-24T03:14:34.190Z Downloaded scroll v0.12.0
3802024-09-24T03:14:34.190Z Downloaded thread-id v4.2.1
3812024-09-24T03:14:34.190Z Downloaded unicode-linebreak v0.1.5
3822024-09-24T03:14:34.190Z Downloaded version_check v0.9.5
3832024-09-24T03:14:34.190Z Downloaded plain v0.2.3
3842024-09-24T03:14:34.190Z Downloaded byteorder v1.5.0
3852024-09-24T03:14:34.190Z Downloaded anyhow v1.0.89
3862024-09-24T03:14:34.190Z Downloaded usdt v0.5.0
3872024-09-24T03:14:34.190Z Downloaded toml_datetime v0.6.8
3882024-09-24T03:14:34.190Z Downloaded camino v1.1.9
3892024-09-24T03:14:34.190Z Downloaded thiserror v1.0.63
3902024-09-24T03:14:34.190Z Downloaded fastrand v2.1.0
3912024-09-24T03:14:34.190Z Downloaded indexmap v2.4.0
3922024-09-24T03:14:34.190Z Downloaded clap_derive v4.5.13
3932024-09-24T03:14:34.190Z Downloaded sha2 v0.10.8
3942024-09-24T03:14:34.190Z Downloaded proc-macro-error v1.0.4
3952024-09-24T03:14:34.190Z Downloaded serde_tokenstream v0.2.2
3962024-09-24T03:14:34.191Z Downloaded generic-array v0.14.7
3972024-09-24T03:14:34.191Z Downloaded zerocopy-derive v0.7.34
3982024-09-24T03:14:34.191Z Downloaded clap v4.5.16
3992024-09-24T03:14:34.191Z Downloaded memchr v2.7.2
4002024-09-24T03:14:34.191Z Downloaded bitflags v2.6.0
4012024-09-24T03:14:34.191Z Downloaded unicode-ident v1.0.12
4022024-09-24T03:14:34.191Z Downloaded quote v1.0.36
4032024-09-24T03:14:34.199Z Downloaded typenum v1.17.0
4042024-09-24T03:14:34.199Z Downloaded papergrid v0.11.0
4052024-09-24T03:14:34.199Z Downloaded pest_derive v2.7.10
4062024-09-24T03:14:34.201Z Downloaded toml_edit v0.22.20
4072024-09-24T03:14:34.227Z Downloaded serde v1.0.208
4082024-09-24T03:14:34.230Z Downloaded pest v2.7.10
4092024-09-24T03:14:34.246Z Downloaded clap_builder v4.5.15
4102024-09-24T03:14:34.256Z Downloaded winnow v0.6.18
4112024-09-24T03:14:34.264Z Downloaded hashbrown v0.14.5
4122024-09-24T03:14:34.277Z Downloaded serde_json v1.0.125
4132024-09-24T03:14:34.286Z Downloaded zerocopy v0.7.34
4142024-09-24T03:14:34.302Z Downloaded tabled v0.15.0
4152024-09-24T03:14:34.317Z Downloaded goblin v0.8.2
4162024-09-24T03:14:34.322Z Downloaded syn v2.0.74
4172024-09-24T03:14:34.335Z Downloaded syn v1.0.109
4182024-09-24T03:14:34.351Z Downloaded rustix v0.38.34
4192024-09-24T03:14:34.373Z Downloaded unicode-width v0.1.13
4202024-09-24T03:14:34.393Z Downloaded libc v0.2.158
4212024-09-24T03:14:34.702Z Compiling proc-macro2 v1.0.86
4222024-09-24T03:14:34.702Z Compiling unicode-ident v1.0.12
4232024-09-24T03:14:34.702Z Compiling version_check v0.9.5
4242024-09-24T03:14:34.705Z Compiling serde v1.0.208
4252024-09-24T03:14:34.705Z Compiling thiserror v1.0.63
4262024-09-24T03:14:34.705Z Compiling memchr v2.7.2
4272024-09-24T03:14:34.705Z Compiling libc v0.2.158
4282024-09-24T03:14:34.737Z Compiling ryu v1.0.18
4292024-09-24T03:14:34.951Z Compiling itoa v1.0.11
4302024-09-24T03:14:35.113Z Compiling ucd-trie v0.1.6
4312024-09-24T03:14:35.270Z Compiling once_cell v1.19.0
4322024-09-24T03:14:35.540Z Compiling byteorder v1.5.0
4332024-09-24T03:14:35.637Z Compiling rustix v0.38.34
4342024-09-24T03:14:36.132Z Compiling serde_json v1.0.125
4352024-09-24T03:14:36.594Z Compiling bitflags v2.6.0
4362024-09-24T03:14:36.618Z Compiling proc-macro-error-attr v1.0.4
4372024-09-24T03:14:36.624Z Compiling usdt-impl v0.5.0
4382024-09-24T03:14:36.644Z Compiling syn v1.0.109
4392024-09-24T03:14:36.932Z Compiling proc-macro-error v1.0.4
4402024-09-24T03:14:36.960Z Compiling equivalent v1.0.1
4412024-09-24T03:14:37.037Z Compiling log v0.4.21
4422024-09-24T03:14:37.079Z Compiling utf8parse v0.2.1
4432024-09-24T03:14:37.142Z Compiling camino v1.1.9
4442024-09-24T03:14:37.240Z Compiling hashbrown v0.14.5
4452024-09-24T03:14:37.243Z Compiling plain v0.2.3
4462024-09-24T03:14:37.452Z Compiling anstyle-parse v0.2.4
4472024-09-24T03:14:37.550Z Compiling quote v1.0.36
4482024-09-24T03:14:37.573Z Compiling thread-id v4.2.1
4492024-09-24T03:14:37.729Z Compiling anstyle v1.0.8
4502024-09-24T03:14:37.841Z Compiling autocfg v1.3.0
4512024-09-24T03:14:37.989Z Compiling syn v2.0.74
4522024-09-24T03:14:38.147Z Compiling errno v0.3.9
4532024-09-24T03:14:38.201Z Compiling colorchoice v1.0.1
4542024-09-24T03:14:38.233Z Compiling is_terminal_polyfill v1.70.0
4552024-09-24T03:14:38.351Z Compiling unicode-width v0.1.13
4562024-09-24T03:14:38.401Z Compiling winnow v0.6.18
4572024-09-24T03:14:38.505Z Compiling indexmap v2.4.0
4582024-09-24T03:14:38.617Z Compiling anstyle-query v1.0.3
4592024-09-24T03:14:38.755Z Compiling semver v1.0.23
4602024-09-24T03:14:38.782Z Compiling pretty-hex v0.4.1
4612024-09-24T03:14:38.996Z Compiling fs-err v2.11.0
4622024-09-24T03:14:39.303Z Compiling anstream v0.6.14
4632024-09-24T03:14:39.609Z Compiling fnv v1.0.7
4642024-09-24T03:14:39.701Z Compiling cfg-if v1.0.0
4652024-09-24T03:14:39.751Z Compiling bytecount v0.6.8
4662024-09-24T03:14:39.772Z Compiling fastrand v2.1.0
4672024-09-24T03:14:39.796Z Compiling heck v0.4.1
4682024-09-24T03:14:39.956Z Compiling clap_lex v0.7.0
4692024-09-24T03:14:40.059Z Compiling strsim v0.11.1
4702024-09-24T03:14:40.299Z Compiling heck v0.5.0
4712024-09-24T03:14:40.323Z Compiling anyhow v1.0.89
4722024-09-24T03:14:40.472Z Compiling terminal_size v0.3.0
4732024-09-24T03:14:40.670Z Compiling clap_builder v4.5.15
4742024-09-24T03:14:40.811Z Compiling tempfile v3.10.1
4752024-09-24T03:14:41.121Z Compiling papergrid v0.11.0
4762024-09-24T03:14:41.310Z Compiling memmap v0.7.0
4772024-09-24T03:14:41.638Z Compiling unicode-linebreak v0.1.5
4782024-09-24T03:14:41.664Z Compiling smawk v0.3.2
4792024-09-24T03:14:42.108Z Compiling textwrap v0.16.1
4802024-09-24T03:14:42.155Z Compiling swrite v0.1.0
4812024-09-24T03:14:43.547Z Compiling tabled_derive v0.7.0
4822024-09-24T03:14:45.110Z Compiling tabled v0.15.0
4832024-09-24T03:14:46.556Z Compiling serde_derive v1.0.208
4842024-09-24T03:14:46.556Z Compiling thiserror-impl v1.0.63
4852024-09-24T03:14:46.558Z Compiling zerocopy-derive v0.7.34
4862024-09-24T03:14:46.558Z Compiling scroll_derive v0.12.0
4872024-09-24T03:14:46.558Z Compiling clap_derive v4.5.13
4882024-09-24T03:14:47.820Z Compiling scroll v0.12.0
4892024-09-24T03:14:48.294Z Compiling goblin v0.8.2
4902024-09-24T03:14:48.589Z Compiling zerocopy v0.7.34
4912024-09-24T03:14:48.932Z Compiling pest v2.7.10
4922024-09-24T03:14:50.226Z Compiling clap v4.5.16
4932024-09-24T03:14:51.178Z Compiling pest_meta v2.7.10
4942024-09-24T03:14:52.072Z Compiling pest_generator v2.7.10
4952024-09-24T03:14:53.972Z Compiling pest_derive v2.7.10
4962024-09-24T03:14:54.715Z Compiling dtrace-parser v0.2.0
4972024-09-24T03:14:56.564Z Compiling serde_tokenstream v0.2.2
4982024-09-24T03:14:56.655Z Compiling serde_spanned v0.6.7
4992024-09-24T03:14:56.655Z Compiling toml_datetime v0.6.8
5002024-09-24T03:14:56.887Z Compiling cargo-platform v0.1.8
5012024-09-24T03:14:57.047Z Compiling toml_edit v0.22.20
5022024-09-24T03:14:57.151Z Compiling macaddr v1.0.1
5032024-09-24T03:14:57.340Z Compiling camino-tempfile v1.1.1
5042024-09-24T03:14:58.049Z Compiling dof v0.3.0
5052024-09-24T03:14:58.126Z Compiling cargo_metadata v0.18.1
5062024-09-24T03:14:59.852Z Compiling usdt-macro v0.5.0
5072024-09-24T03:14:59.852Z Compiling usdt-attr-macro v0.5.0
5082024-09-24T03:14:59.971Z Compiling toml v0.8.19
5092024-09-24T03:15:00.752Z Compiling cargo_toml v0.20.4
5102024-09-24T03:15:01.200Z Compiling usdt v0.5.0
5112024-09-24T03:15:04.515Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5122024-09-24T03:15:08.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.01s
5132024-09-24T03:15:08.979Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5142024-09-24T03:15:09.582Z Downloading crates ...
5152024-09-24T03:15:09.711Z Downloaded aead v0.5.2
5162024-09-24T03:15:09.714Z Downloaded arc-swap v1.7.1
5172024-09-24T03:15:09.728Z Downloaded ciborium-io v0.2.2
5182024-09-24T03:15:09.738Z Downloaded bitstruct_derive v0.1.0
5192024-09-24T03:15:09.742Z Downloaded crucible-workspace-hack v0.1.0
5202024-09-24T03:15:09.745Z Downloaded cfg_aliases v0.1.1
5212024-09-24T03:15:09.745Z Downloaded async-stream-impl v0.3.5
5222024-09-24T03:15:09.747Z Downloaded array-init v0.0.4
5232024-09-24T03:15:09.747Z Downloaded adler v1.0.2
5242024-09-24T03:15:09.749Z Downloaded crossbeam-deque v0.8.5
5252024-09-24T03:15:09.750Z Downloaded adler2 v2.0.0
5262024-09-24T03:15:09.753Z Downloaded bit-set v0.5.3
5272024-09-24T03:15:09.755Z Downloaded http-body v1.0.0
5282024-09-24T03:15:09.755Z Downloaded castaway v0.2.3
5292024-09-24T03:15:09.758Z Downloaded argon2 v0.5.3
5302024-09-24T03:15:09.758Z Downloaded atomic-waker v1.1.2
5312024-09-24T03:15:09.760Z Downloaded cipher v0.4.4
5322024-09-24T03:15:09.763Z Downloaded http-range v0.1.5
5332024-09-24T03:15:09.763Z Downloaded constant_time_eq v0.3.0
5342024-09-24T03:15:09.765Z Downloaded is-terminal v0.4.12
5352024-09-24T03:15:09.765Z Downloaded hostname v0.4.0
5362024-09-24T03:15:09.767Z Downloaded hostname v0.3.1
5372024-09-24T03:15:09.770Z Downloaded bitfield v0.14.0
5382024-09-24T03:15:09.772Z Downloaded http-body v0.4.6
5392024-09-24T03:15:09.772Z Downloaded darling v0.20.9
5402024-09-24T03:15:09.777Z Downloaded curve25519-dalek-derive v0.1.1
5412024-09-24T03:15:09.779Z Downloaded newline-converter v0.3.0
5422024-09-24T03:15:09.782Z Downloaded matches v0.1.10
5432024-09-24T03:15:09.782Z Downloaded console v0.15.8
5442024-09-24T03:15:09.784Z Downloaded is_ci v1.2.0
5452024-09-24T03:15:09.786Z Downloaded chacha20 v0.9.1
5462024-09-24T03:15:09.789Z Downloaded ident_case v1.0.1
5472024-09-24T03:15:09.789Z Downloaded normalize-line-endings v0.3.0
5482024-09-24T03:15:09.791Z Downloaded cookie_store v0.20.0
5492024-09-24T03:15:09.791Z Downloaded bzip2 v0.4.4
5502024-09-24T03:15:09.796Z Downloaded home v0.5.9
5512024-09-24T03:15:09.798Z Downloaded async-bb8-diesel v0.2.1
5522024-09-24T03:15:09.798Z Downloaded crc32fast v1.4.0
5532024-09-24T03:15:09.800Z Downloaded cancel-safe-futures v0.1.5
5542024-09-24T03:15:09.803Z Downloaded multimap v0.10.0
5552024-09-24T03:15:09.805Z Downloaded cobs v0.2.3
5562024-09-24T03:15:09.875Z Downloaded lru-cache v0.1.2
5572024-09-24T03:15:09.875Z Downloaded bcs v0.1.6
5582024-09-24T03:15:09.888Z Downloaded internet-checksum v0.2.1
5592024-09-24T03:15:09.888Z Downloaded md-5 v0.10.6
5602024-09-24T03:15:09.888Z Downloaded instability v0.3.2
5612024-09-24T03:15:09.888Z Downloaded atomicwrites v0.4.4
5622024-09-24T03:15:09.888Z Downloaded humantime v2.1.0
5632024-09-24T03:15:09.888Z Downloaded lazycell v1.3.0
5642024-09-24T03:15:09.888Z Downloaded lalrpop-util v0.19.12
5652024-09-24T03:15:09.889Z Downloaded libloading v0.8.3
5662024-09-24T03:15:09.889Z Downloaded keccak v0.1.5
5672024-09-24T03:15:09.889Z Downloaded bitstruct v0.1.1
5682024-09-24T03:15:09.889Z Downloaded base16ct v0.2.0
5692024-09-24T03:15:09.889Z Downloaded hyper-staticfile v0.9.5
5702024-09-24T03:15:09.889Z Downloaded num v0.4.3
5712024-09-24T03:15:09.889Z Downloaded russh-cryptovec v0.7.2
5722024-09-24T03:15:09.889Z Downloaded bitfield-struct v0.6.1
5732024-09-24T03:15:09.889Z Downloaded memmap2 v0.9.4
5742024-09-24T03:15:09.889Z Downloaded cstr-argument v0.1.2
5752024-09-24T03:15:09.889Z Downloaded lock_api v0.4.12
5762024-09-24T03:15:09.889Z Downloaded ipnetwork v0.20.0
5772024-09-24T03:15:09.890Z Downloaded indent_write v2.2.0
5782024-09-24T03:15:09.890Z Downloaded bitflags v1.3.2
5792024-09-24T03:15:09.890Z Downloaded instant v0.1.12
5802024-09-24T03:15:09.890Z Downloaded http v0.2.12
5812024-09-24T03:15:09.890Z Downloaded nodrop v0.1.14
5822024-09-24T03:15:09.890Z Downloaded mime v0.3.17
5832024-09-24T03:15:09.890Z Downloaded sha1 v0.10.6
5842024-09-24T03:15:09.890Z Downloaded linear-map v1.2.0
5852024-09-24T03:15:09.890Z Downloaded allocator-api2 v0.2.18
5862024-09-24T03:15:09.890Z Downloaded base64 v0.13.1
5872024-09-24T03:15:09.890Z Downloaded salsa20 v0.10.2
5882024-09-24T03:15:09.890Z Downloaded async-stream v0.3.5
5892024-09-24T03:15:09.890Z Downloaded async-recursion v1.1.1
5902024-09-24T03:15:09.890Z Downloaded resolv-conf v0.7.0
5912024-09-24T03:15:09.890Z Downloaded kstat-rs v0.2.4
5922024-09-24T03:15:09.890Z Downloaded ciborium-ll v0.2.2
5932024-09-24T03:15:09.890Z Downloaded cexpr v0.6.0
5942024-09-24T03:15:09.890Z Downloaded new_debug_unreachable v1.0.6
5952024-09-24T03:15:09.890Z Downloaded tabwriter v1.4.0
5962024-09-24T03:15:09.894Z Downloaded cbc v0.1.2
5972024-09-24T03:15:09.894Z Downloaded cassowary v0.3.0
5982024-09-24T03:15:09.894Z Downloaded blowfish v0.9.1
5992024-09-24T03:15:09.894Z Downloaded convert_case v0.4.0
6002024-09-24T03:15:09.895Z Downloaded newtype_derive v0.1.6
6012024-09-24T03:15:09.895Z Downloaded match_cfg v0.1.0
6022024-09-24T03:15:09.895Z Downloaded crc v3.2.1
6032024-09-24T03:15:09.895Z Downloaded colored v2.1.0
6042024-09-24T03:15:09.895Z Downloaded bit-vec v0.6.3
6052024-09-24T03:15:09.900Z Downloaded want v0.3.1
6062024-09-24T03:15:09.900Z Downloaded tower-service v0.3.2
6072024-09-24T03:15:09.900Z Downloaded ctr v0.9.2
6082024-09-24T03:15:09.911Z Downloaded structmeta-derive v0.2.0
6092024-09-24T03:15:09.911Z Downloaded hyper-tls v0.5.0
6102024-09-24T03:15:09.911Z Downloaded schemars_derive v0.8.21
6112024-09-24T03:15:09.918Z Downloaded spin v0.9.8
6122024-09-24T03:15:09.918Z Downloaded lru v0.12.3
6132024-09-24T03:15:09.918Z Downloaded lazy_static v1.5.0
6142024-09-24T03:15:09.918Z Downloaded impl-trait-for-tuples v0.2.2
6152024-09-24T03:15:09.918Z Downloaded waitgroup v0.1.2
6162024-09-24T03:15:09.919Z Downloaded endian-type v0.1.2
6172024-09-24T03:15:09.919Z Downloaded termtree v0.4.1
6182024-09-24T03:15:09.919Z Downloaded crc-any v2.5.0
6192024-09-24T03:15:09.922Z Downloaded bytes v1.7.2
6202024-09-24T03:15:09.922Z Downloaded foreign-types-shared v0.1.1
6212024-09-24T03:15:09.922Z Downloaded tls_codec_derive v0.4.1
6222024-09-24T03:15:09.925Z Downloaded serde_path_to_error v0.1.16
6232024-09-24T03:15:09.927Z Downloaded spin v0.5.2
6242024-09-24T03:15:09.927Z Downloaded slog-bunyan v2.5.0
6252024-09-24T03:15:09.932Z Downloaded num-conv v0.1.0
6262024-09-24T03:15:09.932Z Downloaded futures-sink v0.3.30
6272024-09-24T03:15:09.935Z Downloaded termcolor v1.4.1
6282024-09-24T03:15:09.935Z Downloaded ipnet v2.9.0
6292024-09-24T03:15:09.935Z Downloaded base64ct v1.6.0
6302024-09-24T03:15:09.938Z Downloaded memoffset v0.9.1
6312024-09-24T03:15:09.942Z Downloaded newtype-uuid v1.1.0
6322024-09-24T03:15:09.943Z Downloaded nanorand v0.7.0
6332024-09-24T03:15:09.947Z Downloaded md5 v0.7.0
6342024-09-24T03:15:09.947Z Downloaded csv-core v0.1.11
6352024-09-24T03:15:09.947Z Downloaded mockall v0.13.0
6362024-09-24T03:15:09.965Z Downloaded tokio-tungstenite v0.20.1
6372024-09-24T03:15:09.966Z Downloaded peg-runtime v0.8.3
6382024-09-24T03:15:09.966Z Downloaded libsw v3.3.1
6392024-09-24T03:15:09.972Z Downloaded jobserver v0.1.32
6402024-09-24T03:15:09.972Z Downloaded serde_derive_internals v0.29.1
6412024-09-24T03:15:09.972Z Downloaded utf-8 v0.7.6
6422024-09-24T03:15:09.972Z Downloaded httpdate v1.0.3
6432024-09-24T03:15:09.972Z Downloaded dirs-next v2.0.0
6442024-09-24T03:15:09.972Z Downloaded crc-catalog v2.4.0
6452024-09-24T03:15:09.972Z Downloaded string_cache v0.8.7
6462024-09-24T03:15:09.972Z Downloaded ciborium v0.2.2
6472024-09-24T03:15:09.972Z Downloaded inout v0.1.3
6482024-09-24T03:15:09.972Z Downloaded defmt-macros v0.3.9
6492024-09-24T03:15:09.977Z Downloaded debug-ignore v1.0.5
6502024-09-24T03:15:09.977Z Downloaded russh-keys v0.45.0
6512024-09-24T03:15:09.980Z Downloaded base64 v0.22.1
6522024-09-24T03:15:09.980Z Downloaded enum-as-inner v0.5.1
6532024-09-24T03:15:09.984Z Downloaded rpassword v7.3.1
6542024-09-24T03:15:09.987Z Downloaded clang-sys v1.7.0
6552024-09-24T03:15:09.987Z Downloaded async-trait v0.1.82
6562024-09-24T03:15:09.990Z Downloaded linked-hash-map v0.5.6
6572024-09-24T03:15:09.993Z Downloaded crossbeam-epoch v0.9.18
6582024-09-24T03:15:09.996Z Downloaded num-integer v0.1.46
6592024-09-24T03:15:09.998Z Downloaded scrypt v0.11.0
6602024-09-24T03:15:09.998Z Downloaded mime_guess v2.0.4
6612024-09-24T03:15:10.001Z Downloaded maybe-uninit v2.0.0
6622024-09-24T03:15:10.001Z Downloaded native-tls v0.2.11
6632024-09-24T03:15:10.004Z Downloaded cookie v0.17.0
6642024-09-24T03:15:10.008Z Downloaded proc-macro-crate v1.3.1
6652024-09-24T03:15:10.010Z Downloaded powerfmt v0.2.0
6662024-09-24T03:15:10.010Z Downloaded crypto-bigint v0.5.5
6672024-09-24T03:15:10.020Z Downloaded const_format v0.2.33
6682024-09-24T03:15:10.025Z Downloaded tower-layer v0.3.2
6692024-09-24T03:15:10.025Z Downloaded slog-term v2.9.1
6702024-09-24T03:15:10.028Z Downloaded nu-ansi-term v0.50.0
6712024-09-24T03:15:10.028Z Downloaded enum-as-inner v0.6.0
6722024-09-24T03:15:10.032Z Downloaded downcast v0.11.0
6732024-09-24T03:15:10.032Z Downloaded diesel_table_macro_syntax v0.2.0
6742024-09-24T03:15:10.036Z Downloaded vte_generate_state_changes v0.1.1
6752024-09-24T03:15:10.037Z Downloaded socket2 v0.5.7
6762024-09-24T03:15:10.037Z Downloaded minimal-lexical v0.2.1
6772024-09-24T03:15:10.050Z Downloaded gethostname v0.5.0
6782024-09-24T03:15:10.052Z Downloaded opaque-debug v0.3.1
6792024-09-24T03:15:10.055Z Downloaded static_assertions v1.1.0
6802024-09-24T03:15:10.055Z Downloaded indexmap v1.9.3
6812024-09-24T03:15:10.059Z Downloaded stable_deref_trait v1.2.0
6822024-09-24T03:15:10.061Z Downloaded password-hash v0.4.2
6832024-09-24T03:15:10.063Z Downloaded vergen v8.3.2
6842024-09-24T03:15:10.066Z Downloaded pem v3.0.4
6852024-09-24T03:15:10.066Z Downloaded peg-macros v0.8.4
6862024-09-24T03:15:10.069Z Downloaded backtrace v0.3.71
6872024-09-24T03:15:10.073Z Downloaded supports-color v3.0.1
6882024-09-24T03:15:10.076Z Downloaded pkcs8 v0.10.2
6892024-09-24T03:15:10.079Z Downloaded ron v0.8.1
6902024-09-24T03:15:10.086Z Downloaded whoami v1.5.1
6912024-09-24T03:15:10.089Z Downloaded sqlparser_derive v0.2.2
6922024-09-24T03:15:10.089Z Downloaded dhcproto v0.12.0
6932024-09-24T03:15:10.091Z Downloaded indicatif v0.17.8
6942024-09-24T03:15:10.094Z Downloaded rustls-pki-types v1.7.0
6952024-09-24T03:15:10.097Z Downloaded mio v1.0.2
6962024-09-24T03:15:10.103Z Downloaded hashlink v0.9.1
6972024-09-24T03:15:10.106Z Downloaded zone_cfg_derive v0.3.0
6982024-09-24T03:15:10.108Z Downloaded tinyvec_macros v0.1.1
6992024-09-24T03:15:10.108Z Downloaded phf v0.11.2
7002024-09-24T03:15:10.112Z Downloaded hex-literal v0.4.1
7012024-09-24T03:15:10.112Z Downloaded getopts v0.2.21
7022024-09-24T03:15:10.112Z Downloaded ppv-lite86 v0.2.17
7032024-09-24T03:15:10.115Z Downloaded pin-utils v0.1.0
7042024-09-24T03:15:10.119Z Downloaded thiserror-impl-no-std v2.0.2
7052024-09-24T03:15:10.119Z Downloaded test-strategy v0.3.1
7062024-09-24T03:15:10.121Z Downloaded futures-macro v0.3.30
7072024-09-24T03:15:10.121Z Downloaded foreign-types v0.3.2
7082024-09-24T03:15:10.124Z Downloaded tokio-stream v0.1.15
7092024-09-24T03:15:10.128Z Downloaded thiserror-no-std v2.0.2
7102024-09-24T03:15:10.131Z Downloaded rand_core v0.6.4
7112024-09-24T03:15:10.133Z Downloaded tracing-attributes v0.1.27
7122024-09-24T03:15:10.139Z Downloaded walkdir v2.5.0
7132024-09-24T03:15:10.143Z Downloaded slog-scope v4.4.0
7142024-09-24T03:15:10.143Z Downloaded siphasher v0.3.11
7152024-09-24T03:15:10.143Z Downloaded serde_plain v1.0.2
7162024-09-24T03:15:10.146Z Downloaded rustversion v1.0.17
7172024-09-24T03:15:10.146Z Downloaded derive_builder v0.20.0
7182024-09-24T03:15:10.150Z Downloaded zip v0.6.6
7192024-09-24T03:15:10.156Z Downloaded pretty-hex v0.2.1
7202024-09-24T03:15:10.160Z Downloaded num-bigint-dig v0.8.4
7212024-09-24T03:15:10.163Z Downloaded hickory-client v0.24.1
7222024-09-24T03:15:10.165Z Downloaded serde-big-array v0.5.1
7232024-09-24T03:15:10.168Z Downloaded unicode-bidi v0.3.15
7242024-09-24T03:15:10.170Z Downloaded either v1.13.0
7252024-09-24T03:15:10.171Z Downloaded tokio-native-tls v0.3.1
7262024-09-24T03:15:10.174Z Downloaded olpc-cjson v0.1.3
7272024-09-24T03:15:10.177Z Downloaded time-core v0.1.2
7282024-09-24T03:15:10.177Z Downloaded p256 v0.13.2
7292024-09-24T03:15:10.183Z Downloaded tracing v0.1.40
7302024-09-24T03:15:10.193Z Downloaded zone_cfg_derive v0.1.2
7312024-09-24T03:15:10.193Z Downloaded diff v0.1.13
7322024-09-24T03:15:10.200Z Downloaded signal-hook v0.3.17
7332024-09-24T03:15:10.200Z Downloaded ghash v0.5.1
7342024-09-24T03:15:10.200Z Downloaded postgres-types v0.2.7
7352024-09-24T03:15:10.200Z Downloaded prettyplease v0.2.20
7362024-09-24T03:15:10.204Z Downloaded futures-executor v0.3.30
7372024-09-24T03:15:10.204Z Downloaded postgres-protocol v0.6.7
7382024-09-24T03:15:10.204Z Downloaded predicates-core v1.0.6
7392024-09-24T03:15:10.208Z Downloaded dyn-clone v1.0.17
7402024-09-24T03:15:10.208Z Downloaded subtle v2.5.0
7412024-09-24T03:15:10.208Z Downloaded libxml v0.3.3
7422024-09-24T03:15:10.214Z Downloaded oso-derive v0.27.3
7432024-09-24T03:15:10.217Z Downloaded foreign-types-shared v0.3.1
7442024-09-24T03:15:10.217Z Downloaded derive_builder_core v0.20.0
7452024-09-24T03:15:10.217Z Downloaded pin-project-lite v0.2.14
7462024-09-24T03:15:10.223Z Downloaded crossterm v0.28.1
7472024-09-24T03:15:10.228Z Downloaded thread_local v1.1.8
7482024-09-24T03:15:10.231Z Downloaded toolchain_find v0.4.0
7492024-09-24T03:15:10.234Z Downloaded unicase v2.7.0
7502024-09-24T03:15:10.234Z Downloaded serde_arrays v0.1.0
7512024-09-24T03:15:10.237Z Downloaded untrusted v0.7.1
7522024-09-24T03:15:10.237Z Downloaded rusty-fork v0.3.0
7532024-09-24T03:15:10.244Z Downloaded untrusted v0.9.0
7542024-09-24T03:15:10.244Z Downloaded serde-hex v0.1.0
7552024-09-24T03:15:10.247Z Downloaded dsl_auto_type v0.1.2
7562024-09-24T03:15:10.247Z Downloaded tokio-tungstenite v0.23.1
7572024-09-24T03:15:10.247Z Downloaded tokio-rustls v0.26.0
7582024-09-24T03:15:10.250Z Downloaded tokio-rustls v0.25.0
7592024-09-24T03:15:10.250Z Downloaded hashbrown v0.13.2
7602024-09-24T03:15:10.255Z Downloaded poly1305 v0.8.0
7612024-09-24T03:15:10.261Z Downloaded zone v0.3.0
7622024-09-24T03:15:10.263Z Downloaded packed_struct v0.10.1
7632024-09-24T03:15:10.263Z Downloaded fallible-iterator v0.3.0
7642024-09-24T03:15:10.263Z Downloaded serde_repr v0.1.19
7652024-09-24T03:15:10.269Z Downloaded mio v0.8.11
7662024-09-24T03:15:10.274Z Downloaded futures-core v0.3.30
7672024-09-24T03:15:10.274Z Downloaded polyval v0.6.2
7682024-09-24T03:15:10.279Z Downloaded sync_wrapper v0.1.2
7692024-09-24T03:15:10.279Z Downloaded hyper v1.4.1
7702024-09-24T03:15:10.285Z Downloaded try-lock v0.2.5
7712024-09-24T03:15:10.288Z Downloaded rand_chacha v0.3.1
7722024-09-24T03:15:10.288Z Downloaded percent-encoding v2.3.1
7732024-09-24T03:15:10.288Z Downloaded russh v0.45.0
7742024-09-24T03:15:10.293Z Downloaded num-bigint v0.4.5
7752024-09-24T03:15:10.298Z Downloaded foreign-types-macros v0.2.3
7762024-09-24T03:15:10.302Z Downloaded rustc-hash v1.1.0
7772024-09-24T03:15:10.302Z Downloaded unicode-xid v0.2.4
7782024-09-24T03:15:10.302Z Downloaded parking_lot v0.12.2
7792024-09-24T03:15:10.307Z Downloaded parking_lot_core v0.9.10
7802024-09-24T03:15:10.307Z Downloaded rfc6979 v0.4.0
7812024-09-24T03:15:10.307Z Downloaded darling_core v0.20.9
7822024-09-24T03:15:10.312Z Downloaded foreign-types v0.5.0
7832024-09-24T03:15:10.316Z Downloaded num-rational v0.4.2
7842024-09-24T03:15:10.316Z Downloaded fd-lock v4.0.2
7852024-09-24T03:15:10.320Z Downloaded precomputed-hash v0.1.1
7862024-09-24T03:15:10.321Z Downloaded num-iter v0.1.45
7872024-09-24T03:15:10.321Z Downloaded crossterm v0.27.0
7882024-09-24T03:15:10.324Z Downloaded num_threads v0.1.7
7892024-09-24T03:15:10.328Z Downloaded sigpipe v0.1.3
7902024-09-24T03:15:10.328Z Downloaded parse-size v1.0.0
7912024-09-24T03:15:10.332Z Downloaded serde_urlencoded v0.7.1
7922024-09-24T03:15:10.332Z Downloaded pbkdf2 v0.12.2
7932024-09-24T03:15:10.332Z Downloaded fatfs v0.3.6
7942024-09-24T03:15:10.336Z Downloaded rustls-pemfile v1.0.4
7952024-09-24T03:15:10.340Z Downloaded rcgen v0.12.1
7962024-09-24T03:15:10.344Z Downloaded pem-rfc7468 v0.7.0
7972024-09-24T03:15:10.344Z Downloaded peg v0.8.4
7982024-09-24T03:15:10.348Z Downloaded ff v0.13.0
7992024-09-24T03:15:10.352Z Downloaded path-slash v0.1.5
8002024-09-24T03:15:10.352Z Downloaded getrandom v0.2.14
8012024-09-24T03:15:10.356Z Downloaded dhcproto-macros v0.1.0
8022024-09-24T03:15:10.356Z Downloaded tar v0.4.41
8032024-09-24T03:15:10.360Z Downloaded derive_builder_macro v0.20.0
8042024-09-24T03:15:10.360Z Downloaded dropshot_endpoint v0.10.1
8052024-09-24T03:15:10.360Z Downloaded strum_macros v0.24.3
8062024-09-24T03:15:10.363Z Downloaded rustc-demangle v0.1.24
8072024-09-24T03:15:10.363Z Downloaded shell-words v1.1.0
8082024-09-24T03:15:10.366Z Downloaded itertools v0.10.5
8092024-09-24T03:15:10.371Z Downloaded pbkdf2 v0.11.0
8102024-09-24T03:15:10.374Z Downloaded ron v0.7.1
8112024-09-24T03:15:10.378Z Downloaded filetime v0.2.25
8122024-09-24T03:15:10.382Z Downloaded signature v2.2.0
8132024-09-24T03:15:10.382Z Downloaded rustls-pemfile v2.1.3
8142024-09-24T03:15:10.394Z Downloaded paste v1.0.15
8152024-09-24T03:15:10.413Z Downloaded oso v0.27.3
8162024-09-24T03:15:10.413Z Downloaded xattr v1.3.1
8172024-09-24T03:15:10.413Z Downloaded elliptic-curve v0.13.8
8182024-09-24T03:15:10.413Z Downloaded diesel_derives v2.2.2
8192024-09-24T03:15:10.413Z Downloaded unarray v0.1.4
8202024-09-24T03:15:10.419Z Downloaded structmeta v0.2.0
8212024-09-24T03:15:10.419Z Downloaded serde_with_macros v3.9.0
8222024-09-24T03:15:10.419Z Downloaded flume v0.11.0
8232024-09-24T03:15:10.419Z Downloaded samael v0.0.17
8242024-09-24T03:15:10.419Z Downloaded psl-types v2.0.11
8252024-09-24T03:15:10.419Z Downloaded portpicker v0.1.1
8262024-09-24T03:15:10.425Z Downloaded darling_macro v0.20.9
8272024-09-24T03:15:10.425Z Downloaded slog-json v2.6.1
8282024-09-24T03:15:10.425Z Downloaded hash32 v0.2.1
8292024-09-24T03:15:10.425Z Downloaded tower v0.4.13
8302024-09-24T03:15:10.431Z Downloaded blake3 v1.5.1
8312024-09-24T03:15:10.439Z Downloaded take_mut v0.2.2
8322024-09-24T03:15:10.445Z Downloaded ssh-key v0.6.6
8332024-09-24T03:15:10.451Z Downloaded headers-core v0.2.0
8342024-09-24T03:15:10.451Z Downloaded openssl-probe v0.1.5
8352024-09-24T03:15:10.457Z Downloaded openssl-macros v0.1.1
8362024-09-24T03:15:10.457Z Downloaded heck v0.3.3
8372024-09-24T03:15:10.457Z Downloaded deranged v0.3.11
8382024-09-24T03:15:10.457Z Downloaded predicates v3.1.2
8392024-09-24T03:15:10.457Z Downloaded password-hash v0.5.0
8402024-09-24T03:15:10.460Z Downloaded slog-dtrace v0.3.0
8412024-09-24T03:15:10.460Z Downloaded float-ord v0.3.2
8422024-09-24T03:15:10.460Z Downloaded ssh-encoding v0.2.0
8432024-09-24T03:15:10.464Z Downloaded nom v7.1.3
8442024-09-24T03:15:10.470Z Downloaded rustls-webpki v0.101.7
8452024-09-24T03:15:10.487Z Downloaded signal-hook-tokio v0.3.1
8462024-09-24T03:15:10.492Z Downloaded strum v0.26.3
8472024-09-24T03:15:10.492Z Downloaded quick-error v1.2.3
8482024-09-24T03:15:10.492Z Downloaded radium v0.7.0
8492024-09-24T03:15:10.492Z Downloaded group v0.13.0
8502024-09-24T03:15:10.492Z Downloaded data-encoding v2.6.0
8512024-09-24T03:15:10.496Z Downloaded zone v0.1.8
8522024-09-24T03:15:10.496Z Downloaded derive-where v1.2.7
8532024-09-24T03:15:10.500Z Downloaded futures v0.3.30
8542024-09-24T03:15:10.509Z Downloaded phf_shared v0.10.0
8552024-09-24T03:15:10.509Z Downloaded packed_struct_codegen v0.10.1
8562024-09-24T03:15:10.519Z Downloaded tui-tree-widget v0.22.0
8572024-09-24T03:15:10.519Z Downloaded defmt-parser v0.3.4
8582024-09-24T03:15:10.519Z Downloaded libm v0.2.8
8592024-09-24T03:15:10.530Z Downloaded spki v0.7.3
8602024-09-24T03:15:10.530Z Downloaded zeroize v1.8.1
8612024-09-24T03:15:10.530Z Downloaded value-bag v1.9.0
8622024-09-24T03:15:10.530Z Downloaded topological-sort v0.2.2
8632024-09-24T03:15:10.530Z Downloaded tough v0.17.1
8642024-09-24T03:15:10.535Z Downloaded pkg-config v0.3.30
8652024-09-24T03:15:10.535Z Downloaded num_enum v0.5.11
8662024-09-24T03:15:10.539Z Downloaded phf_shared v0.11.2
8672024-09-24T03:15:10.542Z Downloaded rustc_version v0.1.7
8682024-09-24T03:15:10.542Z Downloaded rayon-core v1.12.1
8692024-09-24T03:15:10.544Z Downloaded pkcs1 v0.7.5
8702024-09-24T03:15:10.547Z Downloaded tiny-keccak v2.0.2
8712024-09-24T03:15:10.560Z Downloaded r2d2 v0.8.10
8722024-09-24T03:15:10.570Z Downloaded ed25519 v2.2.3
8732024-09-24T03:15:10.570Z Downloaded float-cmp v0.9.0
8742024-09-24T03:15:10.570Z Downloaded embedded-io v0.4.0
8752024-09-24T03:15:10.570Z Downloaded tap v1.0.1
8762024-09-24T03:15:10.570Z Downloaded hkdf v0.12.4
8772024-09-24T03:15:10.570Z Downloaded unsafe-libyaml v0.2.11
8782024-09-24T03:15:10.570Z Downloaded der_derive v0.7.2
8792024-09-24T03:15:10.577Z Downloaded env_logger v0.11.5
8802024-09-24T03:15:10.577Z Downloaded similar v2.6.0
8812024-09-24T03:15:10.581Z Downloaded pkcs5 v0.7.1
8822024-09-24T03:15:10.582Z Downloaded num_enum_derive v0.5.11
8832024-09-24T03:15:10.582Z Downloaded slab v0.4.9
8842024-09-24T03:15:10.585Z Downloaded socket2 v0.4.10
8852024-09-24T03:15:10.586Z Downloaded half v2.4.1
8862024-09-24T03:15:10.591Z Downloaded sqlformat v0.2.4
8872024-09-24T03:15:10.591Z Downloaded rand v0.8.5
8882024-09-24T03:15:10.593Z Downloaded publicsuffix v2.2.3
8892024-09-24T03:15:10.597Z Downloaded parking_lot v0.11.2
8902024-09-24T03:15:10.600Z Downloaded structmeta-derive v0.3.0
8912024-09-24T03:15:10.600Z Downloaded snafu v0.8.2
8922024-09-24T03:15:10.605Z Downloaded hickory-resolver v0.24.1
8932024-09-24T03:15:10.611Z Downloaded pin-project-internal v1.1.5
8942024-09-24T03:15:10.613Z Downloaded pin-project v1.1.5
8952024-09-24T03:15:10.626Z Downloaded uuid v1.10.0
8962024-09-24T03:15:10.629Z Downloaded unicode_categories v0.1.1
8972024-09-24T03:15:10.632Z Downloaded slog v2.7.0
8982024-09-24T03:15:10.635Z Downloaded time v0.3.36
8992024-09-24T03:15:10.641Z Downloaded chrono v0.4.38
9002024-09-24T03:15:10.651Z Downloaded tungstenite v0.21.0
9012024-09-24T03:15:10.653Z Downloaded tinyvec v1.6.0
9022024-09-24T03:15:10.658Z Downloaded heapless v0.7.17
9032024-09-24T03:15:10.661Z Downloaded typed-path v0.7.1
9042024-09-24T03:15:10.667Z Downloaded toml_edit v0.19.15
9052024-09-24T03:15:10.686Z Downloaded rustyline v14.0.0
9062024-09-24T03:15:10.690Z Downloaded tracing-core v0.1.32
9072024-09-24T03:15:10.694Z Downloaded bitvec v1.0.1
9082024-09-24T03:15:10.712Z Downloaded headers v0.3.9
9092024-09-24T03:15:10.715Z Downloaded der v0.7.9
9102024-09-24T03:15:10.722Z Downloaded winnow v0.5.40
9112024-09-24T03:15:10.731Z Downloaded hashbrown v0.12.3
9122024-09-24T03:15:10.736Z Downloaded ed25519-dalek v2.1.1
9132024-09-24T03:15:10.742Z Downloaded url v2.5.2
9142024-09-24T03:15:10.745Z Downloaded rustls-webpki v0.102.4
9152024-09-24T03:15:10.762Z Downloaded smoltcp v0.9.1
9162024-09-24T03:15:10.774Z Downloaded unicode-segmentation v1.11.0
9172024-09-24T03:15:10.777Z Downloaded curve25519-dalek v4.1.3
9182024-09-24T03:15:10.786Z Downloaded serde_with v3.9.0
9192024-09-24T03:15:10.798Z Downloaded webpki-roots v0.25.4
9202024-09-24T03:15:10.801Z Downloaded proptest v1.5.0
9212024-09-24T03:15:10.811Z Downloaded reqwest v0.11.27
9222024-09-24T03:15:10.824Z Downloaded tokio-util v0.7.11
9232024-09-24T03:15:10.829Z Downloaded idna v0.3.0
9242024-09-24T03:15:10.835Z Downloaded sqlparser v0.45.0
9252024-09-24T03:15:10.842Z Downloaded idna v0.2.3
9262024-09-24T03:15:10.850Z Downloaded quick-xml v0.33.0
9272024-09-24T03:15:10.856Z Downloaded vcpkg v0.2.15
9282024-09-24T03:15:10.965Z Downloaded h2 v0.4.6
9292024-09-24T03:15:10.968Z Downloaded rustls v0.21.12
9302024-09-24T03:15:10.968Z Downloaded git2 v0.19.0
9312024-09-24T03:15:10.968Z Downloaded p384 v0.13.0
9322024-09-24T03:15:10.968Z Downloaded polar-core v0.27.3
9332024-09-24T03:15:10.968Z Downloaded dropshot v0.10.1
9342024-09-24T03:15:10.968Z Downloaded trust-dns-proto v0.22.0
9352024-09-24T03:15:10.968Z Downloaded regex v1.10.6
9362024-09-24T03:15:10.980Z Downloaded hickory-proto v0.24.1
9372024-09-24T03:15:10.995Z Downloaded object v0.32.2
9382024-09-24T03:15:11.006Z Downloaded gimli v0.28.1
9392024-09-24T03:15:11.015Z Downloaded nix v0.29.0
9402024-09-24T03:15:11.028Z Downloaded rustls v0.23.10
9412024-09-24T03:15:11.046Z Downloaded radix_trie v0.2.1
9422024-09-24T03:15:11.052Z Downloaded finl_unicode v1.2.0
9432024-09-24T03:15:11.066Z Downloaded ratatui v0.28.0
9442024-09-24T03:15:11.092Z Downloaded csv v1.3.0
9452024-09-24T03:15:11.113Z Downloaded regress v0.9.1
9462024-09-24T03:15:11.123Z Downloaded diesel v2.2.4
9472024-09-24T03:15:11.139Z Downloaded openapiv3 v2.0.0
9482024-09-24T03:15:11.152Z Downloaded rustls v0.22.4
9492024-09-24T03:15:11.166Z Downloaded smoltcp v0.11.0
9502024-09-24T03:15:11.180Z Downloaded regex-syntax v0.6.29
9512024-09-24T03:15:11.187Z Downloaded bzip2-sys v0.1.11+1.0.8
9522024-09-24T03:15:11.200Z Downloaded regex-syntax v0.8.4
9532024-09-24T03:15:11.209Z Downloaded nix v0.28.0
9542024-09-24T03:15:11.222Z Downloaded nix v0.27.1
9552024-09-24T03:15:11.234Z Downloaded openssl v0.10.66
9562024-09-24T03:15:11.243Z Downloaded bstr v1.9.1
9572024-09-24T03:15:11.255Z Downloaded object v0.30.4
9582024-09-24T03:15:11.268Z Downloaded zerocopy-derive v0.6.6
9592024-09-24T03:15:11.278Z Downloaded idna v0.4.0
9602024-09-24T03:15:11.288Z Downloaded rusqlite v0.32.1
9612024-09-24T03:15:11.304Z Downloaded lalrpop v0.19.12
9622024-09-24T03:15:11.308Z Downloaded sled v0.34.7
9632024-09-24T03:15:11.316Z Downloaded regex-automata v0.4.6
9642024-09-24T03:15:11.334Z Downloaded rayon v1.10.0
9652024-09-24T03:15:11.344Z Downloaded idna v0.5.0
9662024-09-24T03:15:11.351Z Downloaded expectorate v1.1.0
9672024-09-24T03:15:11.355Z Downloaded salty v0.3.0
9682024-09-24T03:15:11.362Z Downloaded p521 v0.13.3
9692024-09-24T03:15:11.366Z Downloaded bindgen v0.69.4
9702024-09-24T03:15:11.375Z Downloaded tungstenite v0.20.1
9712024-09-24T03:15:11.378Z Downloaded openssl-sys v0.9.103
9722024-09-24T03:15:11.383Z Downloaded steno v0.4.1
9732024-09-24T03:15:11.387Z Downloaded tokio v1.39.3
9742024-09-24T03:15:11.427Z Downloaded hyper v0.14.30
9752024-09-24T03:15:11.436Z Downloaded petgraph v0.6.5
9762024-09-24T03:15:11.456Z Downloaded ring v0.16.20
9772024-09-24T03:15:11.537Z Downloaded sha3 v0.10.8
9782024-09-24T03:15:11.543Z Downloaded h2 v0.3.26
9792024-09-24T03:15:11.549Z Downloaded futures-util v0.3.30
9802024-09-24T03:15:11.560Z Downloaded num-traits v0.2.19
9812024-09-24T03:15:11.563Z Downloaded heapless v0.8.0
9822024-09-24T03:15:11.567Z Downloaded erased-serde v0.3.31
9832024-09-24T03:15:11.572Z Downloaded serde_yaml v0.9.34+deprecated
9842024-09-24T03:15:11.575Z Downloaded portable-atomic v1.6.0
9852024-09-24T03:15:11.580Z Downloaded des v0.8.1
9862024-09-24T03:15:11.602Z Downloaded flate2 v1.0.33
9872024-09-24T03:15:11.602Z Downloaded snafu-derive v0.8.2
9882024-09-24T03:15:11.602Z Downloaded ecdsa v0.16.9
9892024-09-24T03:15:11.602Z Downloaded tokio-postgres v0.7.11
9902024-09-24T03:15:11.606Z Downloaded reedline v0.33.0
9912024-09-24T03:15:11.613Z Downloaded rustfmt-wrapper v0.2.1
9922024-09-24T03:15:11.617Z Downloaded rustc_version v0.4.0
9932024-09-24T03:15:11.622Z Downloaded structmeta v0.3.0
9942024-09-24T03:15:11.622Z Downloaded itertools v0.13.0
9952024-09-24T03:15:11.628Z Downloaded slog-envlogger v2.2.0
9962024-09-24T03:15:11.632Z Downloaded zerocopy v0.6.6
9972024-09-24T03:15:11.637Z Downloaded toml v0.7.8
9982024-09-24T03:15:11.641Z Downloaded x509-cert v0.2.5
9992024-09-24T03:15:11.646Z Downloaded unicode-truncate v1.0.0
10002024-09-24T03:15:11.649Z Downloaded vte v0.11.1
10012024-09-24T03:15:11.651Z Downloaded vsss-rs v3.3.4
10022024-09-24T03:15:11.655Z Downloaded derive_more v0.99.18
10032024-09-24T03:15:11.659Z Downloaded unicode-normalization v0.1.23
10042024-09-24T03:15:11.664Z Downloaded hash32 v0.3.1
10052024-09-24T03:15:11.668Z Downloaded strip-ansi-escapes v0.2.0
10062024-09-24T03:15:11.671Z Downloaded globset v0.4.14
10072024-09-24T03:15:11.671Z Downloaded twox-hash v1.6.3
10082024-09-24T03:15:11.674Z Downloaded stringprep v0.1.4
10092024-09-24T03:15:11.674Z Downloaded fallible-streaming-iterator v0.1.9
10102024-09-24T03:15:11.674Z Downloaded rsa v0.9.6
10112024-09-24T03:15:11.680Z Downloaded rand_xorshift v0.3.0
10122024-09-24T03:15:11.682Z Downloaded yasna v0.5.2
10132024-09-24T03:15:11.685Z Downloaded time-macros v0.2.18
10142024-09-24T03:15:11.688Z Downloaded encoding_rs v0.8.34
10152024-09-24T03:15:11.708Z Downloaded itertools v0.12.1
10162024-09-24T03:15:11.715Z Downloaded aho-corasick v1.1.3
10172024-09-24T03:15:11.720Z Downloaded fallible-iterator v0.2.0
10182024-09-24T03:15:11.722Z Downloaded subprocess v0.2.9
10192024-09-24T03:15:11.726Z Downloaded funty v2.0.0
10202024-09-24T03:15:11.726Z Downloaded fragile v2.0.0
10212024-09-24T03:15:11.729Z Downloaded form_urlencoded v1.2.1
10222024-09-24T03:15:11.729Z Downloaded postcard v1.0.8
10232024-09-24T03:15:11.732Z Downloaded semver v0.1.20
10242024-09-24T03:15:11.732Z Downloaded parking_lot_core v0.8.6
10252024-09-24T03:15:11.735Z Downloaded tokio-rustls v0.24.1
10262024-09-24T03:15:11.738Z Downloaded omicron-zone-package v0.11.0
10272024-09-24T03:15:11.741Z Downloaded smf v0.2.3
10282024-09-24T03:15:11.741Z Downloaded scheduled-thread-pool v0.2.7
10292024-09-24T03:15:11.741Z Downloaded parse-display v0.10.0
10302024-09-24T03:15:11.747Z Downloaded same-file v1.0.6
10312024-09-24T03:15:11.747Z Downloaded predicates-tree v1.0.9
10322024-09-24T03:15:11.747Z Downloaded parse-display-derive v0.10.0
10332024-09-24T03:15:11.752Z Downloaded glob v0.3.1
10342024-09-24T03:15:11.753Z Downloaded aes-gcm v0.10.3
10352024-09-24T03:15:11.753Z Downloaded wyz v0.5.1
10362024-09-24T03:15:11.756Z Downloaded tokio-macros v2.4.0
10372024-09-24T03:15:11.756Z Downloaded tls_codec v0.4.1
10382024-09-24T03:15:11.756Z Downloaded strum_macros v0.25.3
10392024-09-24T03:15:11.756Z Downloaded ssh-cipher v0.2.0
10402024-09-24T03:15:11.756Z Downloaded crossbeam-channel v0.5.12
10412024-09-24T03:15:11.761Z Downloaded secrecy v0.8.0
10422024-09-24T03:15:11.763Z Downloaded ena v0.14.3
10432024-09-24T03:15:11.767Z Downloaded uzers v0.11.3
10442024-09-24T03:15:11.767Z Downloaded tungstenite v0.23.0
10452024-09-24T03:15:11.771Z Downloaded term v0.7.0
10462024-09-24T03:15:11.774Z Downloaded hmac v0.12.1
10472024-09-24T03:15:11.777Z Downloaded aes v0.8.4
10482024-09-24T03:15:11.780Z Downloaded futures-io v0.3.30
10492024-09-24T03:15:11.780Z Downloaded flagset v0.4.5
10502024-09-24T03:15:11.780Z Downloaded fixedbitset v0.4.2
10512024-09-24T03:15:11.783Z Downloaded smallvec v1.13.2
10522024-09-24T03:15:11.783Z Downloaded sct v0.7.1
10532024-09-24T03:15:11.786Z Downloaded futures-channel v0.3.30
10542024-09-24T03:15:11.788Z Downloaded env_logger v0.10.2
10552024-09-24T03:15:11.792Z Downloaded base64 v0.21.7
10562024-09-24T03:15:11.794Z Downloaded which v4.4.2
10572024-09-24T03:15:11.797Z Downloaded libgit2-sys v0.17.0+1.8.1
10582024-09-24T03:15:11.853Z Downloaded wait-timeout v0.2.0
10592024-09-24T03:15:11.856Z Downloaded universal-hash v0.5.1
10602024-09-24T03:15:11.856Z Downloaded rand_seeder v0.3.0
10612024-09-24T03:15:11.859Z Downloaded primeorder v0.13.6
10622024-09-24T03:15:11.859Z Downloaded schemars v0.8.21
10632024-09-24T03:15:11.868Z Downloaded miniz_oxide v0.7.2
10642024-09-24T03:15:11.873Z Downloaded owo-colors v4.0.0
10652024-09-24T03:15:11.876Z Downloaded smallvec v0.6.14
10662024-09-24T03:15:11.876Z Downloaded slog-stdlog v4.1.1
10672024-09-24T03:15:11.876Z Downloaded shlex v1.3.0
10682024-09-24T03:15:11.878Z Downloaded number_prefix v0.4.0
10692024-09-24T03:15:11.878Z Downloaded slog-async v2.8.0
10702024-09-24T03:15:11.881Z Downloaded sec1 v0.7.3
10712024-09-24T03:15:11.881Z Downloaded scopeguard v1.2.0
10722024-09-24T03:15:11.883Z Downloaded ref-cast-impl v1.0.23
10732024-09-24T03:15:11.883Z Downloaded highway v1.2.0
10742024-09-24T03:15:11.886Z Downloaded env_logger v0.9.3
10752024-09-24T03:15:11.888Z Downloaded http v1.1.0
10762024-09-24T03:15:11.890Z Downloaded hickory-server v0.24.1
10772024-09-24T03:15:11.895Z Downloaded chacha20poly1305 v0.10.1
10782024-09-24T03:15:11.899Z Downloaded fxhash v0.2.1
10792024-09-24T03:15:11.900Z Downloaded rtoolbox v0.0.2
10802024-09-24T03:15:11.902Z Downloaded cc v1.0.97
10812024-09-24T03:15:11.902Z Downloaded num-complex v0.4.6
10822024-09-24T03:15:11.905Z Downloaded nibble_vec v0.1.0
10832024-09-24T03:15:11.905Z Downloaded multer v3.1.0
10842024-09-24T03:15:11.908Z Downloaded cookie v0.18.1
10852024-09-24T03:15:11.911Z Downloaded num-derive v0.4.2
10862024-09-24T03:15:11.911Z Downloaded const-oid v0.9.6
10872024-09-24T03:15:11.914Z Downloaded ref-cast v1.0.23
10882024-09-24T03:15:11.917Z Downloaded futures-task v0.3.30
10892024-09-24T03:15:11.918Z Downloaded env_filter v0.1.2
10902024-09-24T03:15:11.920Z Downloaded dirs-sys-next v0.1.2
10912024-09-24T03:15:11.920Z Downloaded defmt v0.3.8
10922024-09-24T03:15:11.923Z Downloaded zeroize_derive v1.4.2
10932024-09-24T03:15:11.923Z Downloaded tokio-tungstenite v0.21.0
10942024-09-24T03:15:11.926Z Downloaded strum_macros v0.26.4
10952024-09-24T03:15:11.928Z Downloaded termios v0.3.3
10962024-09-24T03:15:11.928Z Downloaded signal-hook-registry v1.4.2
10972024-09-24T03:15:11.931Z Downloaded iana-time-zone v0.1.60
10982024-09-24T03:15:11.934Z Downloaded ascii v1.1.0
10992024-09-24T03:15:11.934Z Downloaded maplit v1.0.2
11002024-09-24T03:15:11.934Z Downloaded libefi-sys v0.1.0
11012024-09-24T03:15:11.940Z Downloaded hyper-rustls v0.24.2
11022024-09-24T03:15:11.944Z Downloaded display-error-chain v0.2.1
11032024-09-24T03:15:11.944Z Downloaded difflib v0.4.0
11042024-09-24T03:15:11.944Z Downloaded signal-hook-mio v0.2.4
11052024-09-24T03:15:11.944Z Downloaded hex v0.4.3
11062024-09-24T03:15:11.944Z Downloaded compact_str v0.8.0
11072024-09-24T03:15:11.947Z Downloaded blake2 v0.10.6
11082024-09-24T03:15:11.947Z Downloaded bcrypt-pbkdf v0.10.0
11092024-09-24T03:15:11.950Z Downloaded buf-list v1.0.3
11102024-09-24T03:15:11.950Z Downloaded hubpack_derive v0.1.1
11112024-09-24T03:15:11.952Z Downloaded const_format_proc_macros v0.2.33
11122024-09-24T03:15:11.952Z Downloaded assert_matches v1.5.0
11132024-09-24T03:15:11.955Z Downloaded hyper-util v0.1.7
11142024-09-24T03:15:11.958Z Downloaded arrayref v0.3.7
11152024-09-24T03:15:11.958Z Downloaded mockall_derive v0.13.0
11162024-09-24T03:15:11.960Z Downloaded miniz_oxide v0.8.0
11172024-09-24T03:15:11.963Z Downloaded httparse v1.8.0
11182024-09-24T03:15:11.968Z Downloaded crunchy v0.2.2
11192024-09-24T03:15:11.968Z Downloaded cfg_aliases v0.2.1
11202024-09-24T03:15:11.968Z Downloaded crossbeam-utils v0.8.19
11212024-09-24T03:15:12.034Z Downloaded atty v0.2.14
11222024-09-24T03:15:12.035Z Downloaded ahash v0.8.11
11232024-09-24T03:15:12.055Z Downloaded indoc v1.0.9
11242024-09-24T03:15:12.055Z Downloaded hubpack v0.1.2
11252024-09-24T03:15:12.055Z Downloaded block-padding v0.3.3
11262024-09-24T03:15:12.055Z Downloaded addr2line v0.21.0
11272024-09-24T03:15:12.055Z Downloaded managed v0.8.0
11282024-09-24T03:15:12.055Z Downloaded arrayvec v0.7.4
11292024-09-24T03:15:12.055Z Downloaded backoff v0.4.0
11302024-09-24T03:15:12.055Z Downloaded bb8 v0.8.5
11312024-09-24T03:15:12.055Z Downloaded ascii-canvas v3.0.0
11322024-09-24T03:15:12.286Z Downloaded libz-sys v1.1.16
11332024-09-24T03:15:12.376Z Downloaded ring v0.17.8
11342024-09-24T03:15:12.495Z Downloaded libsqlite3-sys v0.30.1
11352024-09-24T03:15:12.677Z Compiling serde v1.0.208
11362024-09-24T03:15:12.680Z Compiling typenum v1.17.0
11372024-09-24T03:15:12.680Z Compiling generic-array v0.14.7
11382024-09-24T03:15:12.680Z Compiling lock_api v0.4.12
11392024-09-24T03:15:12.680Z Compiling scopeguard v1.2.0
11402024-09-24T03:15:12.857Z Compiling syn v2.0.74
11412024-09-24T03:15:12.860Z Compiling getrandom v0.2.14
11422024-09-24T03:15:12.860Z Compiling value-bag v1.9.0
11432024-09-24T03:15:12.969Z Compiling subtle v2.5.0
11442024-09-24T03:15:13.143Z Compiling rand_core v0.6.4
11452024-09-24T03:15:13.309Z Compiling const-oid v0.9.6
11462024-09-24T03:15:13.391Z Compiling log v0.4.21
11472024-09-24T03:15:13.437Z Compiling jobserver v0.1.32
11482024-09-24T03:15:13.495Z Compiling pin-project-lite v0.2.14
11492024-09-24T03:15:13.627Z Compiling smallvec v1.13.2
11502024-09-24T03:15:13.699Z Compiling parking_lot_core v0.9.10
11512024-09-24T03:15:13.856Z Compiling cc v1.0.97
11522024-09-24T03:15:14.009Z Compiling signal-hook-registry v1.4.2
11532024-09-24T03:15:14.273Z Compiling mio v1.0.2
11542024-09-24T03:15:14.365Z Compiling socket2 v0.5.7
11552024-09-24T03:15:14.828Z Compiling parking_lot v0.12.2
11562024-09-24T03:15:14.846Z Compiling ahash v0.8.11
11572024-09-24T03:15:15.268Z Compiling cpufeatures v0.2.12
11582024-09-24T03:15:15.277Z Compiling futures-sink v0.3.30
11592024-09-24T03:15:15.308Z Compiling futures-core v0.3.30
11602024-09-24T03:15:15.392Z Compiling slab v0.4.9
11612024-09-24T03:15:15.416Z Compiling allocator-api2 v0.2.18
11622024-09-24T03:15:15.481Z Compiling spin v0.9.8
11632024-09-24T03:15:15.550Z Compiling tinyvec_macros v0.1.1
11642024-09-24T03:15:15.553Z Compiling futures-channel v0.3.30
11652024-09-24T03:15:15.640Z Compiling tinyvec v1.6.0
11662024-09-24T03:15:15.757Z Compiling futures-io v0.3.30
11672024-09-24T03:15:15.863Z Compiling futures-task v0.3.30
11682024-09-24T03:15:15.977Z Compiling base64ct v1.6.0
11692024-09-24T03:15:16.245Z Compiling libm v0.2.8
11702024-09-24T03:15:16.253Z Compiling serde_json v1.0.125
11712024-09-24T03:15:16.253Z Compiling pin-utils v0.1.0
11722024-09-24T03:15:16.253Z Compiling num-traits v0.2.19
11732024-09-24T03:15:16.267Z Compiling unicode-bidi v0.3.15
11742024-09-24T03:15:16.464Z Compiling pem-rfc7468 v0.7.0
11752024-09-24T03:15:16.482Z Compiling flagset v0.4.5
11762024-09-24T03:15:16.724Z Compiling tracing-core v0.1.32
11772024-09-24T03:15:16.775Z Compiling pkg-config v0.3.30
11782024-09-24T03:15:17.170Z Compiling unicode-normalization v0.1.23
11792024-09-24T03:15:17.276Z Compiling vcpkg v0.2.15
11802024-09-24T03:15:17.990Z Compiling ring v0.17.8
11812024-09-24T03:15:18.102Z Compiling percent-encoding v2.3.1
11822024-09-24T03:15:18.169Z Compiling httparse v1.8.0
11832024-09-24T03:15:18.318Z Compiling ppv-lite86 v0.2.17
11842024-09-24T03:15:18.349Z Compiling untrusted v0.9.0
11852024-09-24T03:15:18.532Z Compiling rustix v0.38.34
11862024-09-24T03:15:18.542Z Compiling try-lock v0.2.5
11872024-09-24T03:15:18.695Z Compiling want v0.3.1
11882024-09-24T03:15:19.011Z Compiling tower-service v0.3.2
11892024-09-24T03:15:19.137Z Compiling rand_chacha v0.3.1
11902024-09-24T03:15:19.142Z Compiling httpdate v1.0.3
11912024-09-24T03:15:19.319Z Compiling time-core v0.1.2
11922024-09-24T03:15:19.376Z Compiling powerfmt v0.2.0
11932024-09-24T03:15:19.483Z Compiling openssl-sys v0.9.103
11942024-09-24T03:15:19.485Z Compiling openssl v0.10.66
11952024-09-24T03:15:19.625Z Compiling rand v0.8.5
11962024-09-24T03:15:19.742Z Compiling foreign-types-shared v0.1.1
11972024-09-24T03:15:19.828Z Compiling rustversion v1.0.17
11982024-09-24T03:15:19.875Z Compiling num-conv v0.1.0
11992024-09-24T03:15:19.892Z Compiling foreign-types v0.3.2
12002024-09-24T03:15:19.971Z Compiling deranged v0.3.11
12012024-09-24T03:15:20.098Z Compiling time-macros v0.2.18
12022024-09-24T03:15:20.599Z Compiling form_urlencoded v1.2.1
12032024-09-24T03:15:20.909Z Compiling aho-corasick v1.1.3
12042024-09-24T03:15:21.291Z Compiling rustls v0.21.12
12052024-09-24T03:15:21.448Z Compiling regex-syntax v0.8.4
12062024-09-24T03:15:21.465Z Compiling native-tls v0.2.11
12072024-09-24T03:15:21.539Z Compiling num_threads v0.1.7
12082024-09-24T03:15:21.678Z Compiling syn v1.0.109
12092024-09-24T03:15:21.810Z Compiling crossbeam-utils v0.8.19
12102024-09-24T03:15:22.267Z Compiling siphasher v0.3.11
12112024-09-24T03:15:22.604Z Compiling idna v0.5.0
12122024-09-24T03:15:22.988Z Compiling time v0.3.36
12132024-09-24T03:15:23.741Z Compiling cookie v0.17.0
12142024-09-24T03:15:23.952Z Compiling finl_unicode v1.2.0
12152024-09-24T03:15:24.045Z Compiling openssl-probe v0.1.5
12162024-09-24T03:15:24.376Z Compiling slog v2.7.0
12172024-09-24T03:15:24.488Z Compiling iana-time-zone v0.1.60
12182024-09-24T03:15:24.491Z Compiling stringprep v0.1.4
12192024-09-24T03:15:24.885Z Compiling regex-automata v0.4.6
12202024-09-24T03:15:25.040Z Compiling url v2.5.2
12212024-09-24T03:15:26.329Z Compiling serde_derive v1.0.208
12222024-09-24T03:15:26.822Z Compiling zeroize_derive v1.4.2
12232024-09-24T03:15:27.210Z Compiling zerocopy-derive v0.7.34
12242024-09-24T03:15:27.557Z Compiling tokio-macros v2.4.0
12252024-09-24T03:15:27.890Z Compiling futures-macro v0.3.30
12262024-09-24T03:15:28.413Z Compiling zeroize v1.8.1
12272024-09-24T03:15:29.125Z Compiling der_derive v0.7.2
12282024-09-24T03:15:29.242Z Compiling zerocopy v0.7.34
12292024-09-24T03:15:29.829Z Compiling futures-util v0.3.30
12302024-09-24T03:15:30.151Z Compiling crypto-common v0.1.6
12312024-09-24T03:15:30.448Z Compiling block-buffer v0.10.4
12322024-09-24T03:15:30.642Z Compiling digest v0.10.7
12332024-09-24T03:15:31.108Z Compiling hmac v0.12.1
12342024-09-24T03:15:31.362Z Compiling block-padding v0.3.3
12352024-09-24T03:15:31.393Z Compiling hashbrown v0.14.5
12362024-09-24T03:15:31.532Z Compiling sha2 v0.10.8
12372024-09-24T03:15:31.599Z Compiling inout v0.1.3
12382024-09-24T03:15:31.904Z Compiling cipher v0.4.4
12392024-09-24T03:15:32.076Z Compiling thiserror-impl v1.0.63
12402024-09-24T03:15:32.426Z Compiling der v0.7.9
12412024-09-24T03:15:32.766Z Compiling salsa20 v0.10.2
12422024-09-24T03:15:32.993Z Compiling pbkdf2 v0.12.2
12432024-09-24T03:15:33.168Z Compiling tracing-attributes v0.1.27
12442024-09-24T03:15:35.136Z Compiling spki v0.7.3
12452024-09-24T03:15:35.386Z Compiling thiserror v1.0.63
12462024-09-24T03:15:35.513Z Compiling scrypt v0.11.0
12472024-09-24T03:15:35.528Z Compiling cbc v0.1.2
12482024-09-24T03:15:35.695Z Compiling aes v0.8.4
12492024-09-24T03:15:35.754Z Compiling pest v2.7.10
12502024-09-24T03:15:35.866Z Compiling scroll_derive v0.12.0
12512024-09-24T03:15:36.983Z Compiling tracing v0.1.40
12522024-09-24T03:15:37.315Z Compiling pkcs5 v0.7.1
12532024-09-24T03:15:37.355Z Compiling scroll v0.12.0
12542024-09-24T03:15:37.527Z Compiling openssl-macros v0.1.1
12552024-09-24T03:15:37.896Z Compiling pkcs8 v0.10.2
12562024-09-24T03:15:38.309Z Compiling pest_meta v2.7.10
12572024-09-24T03:15:38.498Z Compiling goblin v0.8.2
12582024-09-24T03:15:38.527Z Compiling sct v0.7.1
12592024-09-24T03:15:38.565Z Compiling rustls-webpki v0.101.7
12602024-09-24T03:15:38.828Z Compiling signature v2.2.0
12612024-09-24T03:15:38.853Z Compiling md-5 v0.10.6
12622024-09-24T03:15:39.103Z Compiling pin-project-internal v1.1.5
12632024-09-24T03:15:39.120Z Compiling num-integer v0.1.46
12642024-09-24T03:15:39.522Z Compiling pest_generator v2.7.10
12652024-09-24T03:15:39.896Z Compiling idna v0.3.0
12662024-09-24T03:15:40.491Z Compiling bytes v1.7.2
12672024-09-24T03:15:40.608Z Compiling indexmap v2.4.0
12682024-09-24T03:15:41.504Z Compiling tokio v1.39.3
12692024-09-24T03:15:41.525Z Compiling bitflags v2.6.0
12702024-09-24T03:15:42.016Z Compiling semver v1.0.23
12712024-09-24T03:15:42.106Z Compiling http v0.2.12
12722024-09-24T03:15:42.803Z Compiling rustc_version v0.4.0
12732024-09-24T03:15:43.423Z Compiling pest_derive v2.7.10
12742024-09-24T03:15:43.567Z Compiling heapless v0.7.17
12752024-09-24T03:15:44.020Z Compiling http-body v0.4.6
12762024-09-24T03:15:44.162Z Compiling dtrace-parser v0.2.0
12772024-09-24T03:15:44.499Z Compiling dof v0.3.0
12782024-09-24T03:15:44.845Z Compiling http v1.1.0
12792024-09-24T03:15:46.332Z Compiling uuid v1.10.0
12802024-09-24T03:15:46.740Z Compiling usdt-impl v0.5.0
12812024-09-24T03:15:47.439Z Compiling curve25519-dalek v4.1.3
12822024-09-24T03:15:47.736Z Compiling chrono v0.4.38
12832024-09-24T03:15:47.803Z Compiling serde_tokenstream v0.2.2
12842024-09-24T03:15:48.083Z Compiling serde_spanned v0.6.7
12852024-09-24T03:15:48.274Z Compiling toml_datetime v0.6.8
12862024-09-24T03:15:48.325Z Compiling backtrace v0.3.71
12872024-09-24T03:15:48.393Z Compiling lazy_static v1.5.0
12882024-09-24T03:15:48.511Z Compiling ff v0.13.0
12892024-09-24T03:15:48.719Z Compiling hash32 v0.2.1
12902024-09-24T03:15:48.823Z Compiling num-bigint-dig v0.8.4
12912024-09-24T03:15:48.834Z Compiling psl-types v2.0.11
12922024-09-24T03:15:48.922Z Compiling base64 v0.22.1
12932024-09-24T03:15:48.993Z Compiling gimli v0.28.1
12942024-09-24T03:15:49.012Z Compiling atomic-waker v1.1.2
12952024-09-24T03:15:49.069Z Compiling stable_deref_trait v1.2.0
12962024-09-24T03:15:49.095Z Compiling fallible-iterator v0.2.0
12972024-09-24T03:15:49.172Z Compiling adler v1.0.2
12982024-09-24T03:15:49.191Z Compiling base16ct v0.2.0
12992024-09-24T03:15:49.401Z Compiling crc32fast v1.4.0
13002024-09-24T03:15:49.514Z Compiling tokio-util v0.7.11
13012024-09-24T03:15:49.674Z Compiling smoltcp v0.9.1
13022024-09-24T03:15:49.782Z Compiling signal-hook v0.3.17
13032024-09-24T03:15:49.986Z Compiling postgres-protocol v0.6.7
13042024-09-24T03:15:50.109Z Compiling tokio-rustls v0.24.1
13052024-09-24T03:15:50.414Z Compiling sec1 v0.7.3
13062024-09-24T03:15:50.470Z Compiling h2 v0.3.26
13072024-09-24T03:15:51.000Z Compiling h2 v0.4.6
13082024-09-24T03:15:51.310Z Compiling tokio-native-tls v0.3.1
13092024-09-24T03:15:51.344Z Compiling miniz_oxide v0.7.2
13102024-09-24T03:15:51.659Z Compiling publicsuffix v2.2.3
13112024-09-24T03:15:51.957Z Compiling group v0.13.0
13122024-09-24T03:15:52.279Z Compiling http-body v1.0.0
13132024-09-24T03:15:52.300Z Compiling terminal_size v0.3.0
13142024-09-24T03:15:52.494Z Compiling pin-project v1.1.5
13152024-09-24T03:15:52.522Z Compiling num-iter v0.1.45
13162024-09-24T03:15:52.627Z Compiling hubpack_derive v0.1.1
13172024-09-24T03:15:52.685Z Compiling hkdf v0.12.4
13182024-09-24T03:15:52.710Z Compiling crypto-bigint v0.5.5
13192024-09-24T03:15:52.951Z Compiling async-trait v0.1.82
13202024-09-24T03:15:53.519Z Compiling addr2line v0.21.0
13212024-09-24T03:15:53.550Z Compiling curve25519-dalek-derive v0.1.1
13222024-09-24T03:15:54.043Z Compiling zerocopy-derive v0.6.6
13232024-09-24T03:15:55.378Z Compiling phf_shared v0.11.2
13242024-09-24T03:15:55.711Z Compiling serde_derive_internals v0.29.1
13252024-09-24T03:15:55.807Z Compiling object v0.32.2
13262024-09-24T03:15:55.925Z Compiling fs-err v2.11.0
13272024-09-24T03:15:56.226Z Compiling anyhow v1.0.89
13282024-09-24T03:15:56.300Z Compiling managed v0.8.0
13292024-09-24T03:15:56.453Z Compiling bitflags v1.3.2
13302024-09-24T03:15:56.548Z Compiling adler2 v2.0.0
13312024-09-24T03:15:56.758Z Compiling base64 v0.21.7
13322024-09-24T03:15:56.774Z Compiling rustc-demangle v0.1.24
13332024-09-24T03:15:56.906Z Compiling winnow v0.5.40
13342024-09-24T03:15:57.533Z Compiling hyper v0.14.30
13352024-09-24T03:15:57.795Z Compiling tower-layer v0.3.2
13362024-09-24T03:15:58.085Z Compiling ipnet v2.9.0
13372024-09-24T03:15:58.459Z Compiling schemars v0.8.21
13382024-09-24T03:15:58.675Z Compiling either v1.13.0
13392024-09-24T03:15:58.865Z Compiling clap_builder v4.5.15
13402024-09-24T03:15:59.113Z Compiling schemars_derive v0.8.21
13412024-09-24T03:15:59.312Z Compiling tower v0.4.13
13422024-09-24T03:16:00.207Z Compiling hyper v1.4.1
13432024-09-24T03:16:00.875Z Compiling toml_edit v0.19.15
13442024-09-24T03:16:00.982Z Compiling rustls-pemfile v1.0.4
13452024-09-24T03:16:01.670Z Compiling miniz_oxide v0.8.0
13462024-09-24T03:16:03.222Z Compiling zerocopy v0.6.6
13472024-09-24T03:16:03.452Z Compiling phf v0.11.2
13482024-09-24T03:16:03.675Z Compiling elliptic-curve v0.13.8
13492024-09-24T03:16:04.058Z Compiling cookie_store v0.20.0
13502024-09-24T03:16:04.351Z Compiling hyper-rustls v0.24.2
13512024-09-24T03:16:04.519Z Compiling hyper-tls v0.5.0
13522024-09-24T03:16:04.692Z Compiling hubpack v0.1.2
13532024-09-24T03:16:05.156Z Compiling postgres-types v0.2.7
13542024-09-24T03:16:06.404Z Compiling usdt-attr-macro v0.5.0
13552024-09-24T03:16:06.583Z Compiling usdt-macro v0.5.0
13562024-09-24T03:16:06.659Z Compiling serde_urlencoded v0.7.1
13572024-09-24T03:16:07.284Z Compiling serde-big-array v0.5.1
13582024-09-24T03:16:07.302Z Compiling ed25519 v2.2.3
13592024-09-24T03:16:07.443Z Compiling pkcs1 v0.7.5
13602024-09-24T03:16:08.144Z Compiling futures-executor v0.3.30
13612024-09-24T03:16:08.165Z Compiling rfc6979 v0.4.0
13622024-09-24T03:16:08.168Z Compiling bstr v1.9.1
13632024-09-24T03:16:08.361Z Compiling regex v1.10.6
13642024-09-24T03:16:08.469Z Compiling serde_repr v0.1.19
13652024-09-24T03:16:08.653Z Compiling clap_derive v4.5.13
13662024-09-24T03:16:08.709Z Compiling enum-as-inner v0.6.0
13672024-09-24T03:16:09.340Z Compiling strum_macros v0.25.3
13682024-09-24T03:16:09.444Z Compiling phf_shared v0.10.0
13692024-09-24T03:16:09.691Z Compiling float-cmp v0.9.0
13702024-09-24T03:16:09.807Z Compiling idna v0.4.0
13712024-09-24T03:16:09.834Z Compiling mio v0.8.11
13722024-09-24T03:16:09.912Z Compiling encoding_rs v0.8.34
13732024-09-24T03:16:09.968Z Compiling precomputed-hash v0.1.1
13742024-09-24T03:16:10.081Z Compiling dyn-clone v1.0.17
13752024-09-24T03:16:10.300Z Compiling bit-vec v0.6.3
13762024-09-24T03:16:10.746Z Compiling webpki-roots v0.25.4
13772024-09-24T03:16:10.915Z Compiling whoami v1.5.1
13782024-09-24T03:16:11.096Z Compiling difflib v0.4.0
13792024-09-24T03:16:11.362Z Compiling predicates-core v1.0.6
13802024-09-24T03:16:11.622Z Compiling sync_wrapper v0.1.2
13812024-09-24T03:16:11.678Z Compiling minimal-lexical v0.2.1
13822024-09-24T03:16:11.731Z Compiling mime v0.3.17
13832024-09-24T03:16:11.766Z Compiling normalize-line-endings v0.3.0
13842024-09-24T03:16:11.895Z Compiling unicode-segmentation v1.11.0
13852024-09-24T03:16:12.198Z Compiling data-encoding v2.6.0
13862024-09-24T03:16:12.361Z Compiling static_assertions v1.1.0
13872024-09-24T03:16:12.469Z Compiling fixedbitset v0.4.2
13882024-09-24T03:16:12.735Z Compiling new_debug_unreachable v1.0.6
13892024-09-24T03:16:12.781Z Compiling petgraph v0.6.5
13902024-09-24T03:16:12.879Z Compiling string_cache v0.8.7
13912024-09-24T03:16:12.947Z Compiling hickory-proto v0.24.1
13922024-09-24T03:16:13.309Z Compiling similar v2.6.0
13932024-09-24T03:16:13.422Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13942024-09-24T03:16:13.797Z Compiling clap v4.5.16
13952024-09-24T03:16:13.930Z Compiling console v0.15.8
13962024-09-24T03:16:14.388Z Compiling reqwest v0.11.27
13972024-09-24T03:16:14.584Z Compiling toml_edit v0.22.20
13982024-09-24T03:16:15.490Z Compiling nom v7.1.3
13992024-09-24T03:16:15.767Z Compiling predicates v3.1.2
14002024-09-24T03:16:16.745Z Compiling tokio-postgres v0.7.11
14012024-09-24T03:16:17.508Z Compiling bit-set v0.5.3
14022024-09-24T03:16:17.794Z Compiling signal-hook-mio v0.2.4
14032024-09-24T03:16:19.272Z Compiling usdt v0.5.0
14042024-09-24T03:16:19.571Z Compiling futures v0.3.30
14052024-09-24T03:16:19.689Z Compiling ecdsa v0.16.9
14062024-09-24T03:16:19.765Z Compiling rsa v0.9.6
14072024-09-24T03:16:20.289Z Compiling ed25519-dalek v2.1.1
14082024-09-24T03:16:20.549Z Compiling flate2 v1.0.33
14092024-09-24T03:16:21.528Z Compiling toml v0.7.8
14102024-09-24T03:16:22.379Z Compiling hyper-util v0.1.7
14112024-09-24T03:16:22.461Z Compiling itertools v0.10.5
14122024-09-24T03:16:22.670Z Compiling itertools v0.12.1
14132024-09-24T03:16:22.898Z Compiling tokio-stream v0.1.15
14142024-09-24T03:16:23.209Z Compiling openapiv3 v2.0.0
14152024-09-24T03:16:23.241Z Compiling hex v0.4.3
14162024-09-24T03:16:23.877Z Compiling x509-cert v0.2.5
14172024-09-24T03:16:23.912Z Compiling sha1 v0.10.6
14182024-09-24T03:16:24.333Z Compiling crossbeam-epoch v0.9.18
14192024-09-24T03:16:25.106Z Compiling dirs-sys-next v0.1.2
14202024-09-24T03:16:25.233Z Compiling peg-runtime v0.8.3
14212024-09-24T03:16:25.359Z Compiling unicode-xid v0.2.4
14222024-09-24T03:16:25.535Z Compiling lalrpop-util v0.19.12
14232024-09-24T03:16:25.745Z Compiling dirs-next v2.0.0
14242024-09-24T03:16:25.747Z Compiling thread_local v1.1.8
14252024-09-24T03:16:25.853Z Compiling slog-async v2.8.0
14262024-09-24T03:16:25.882Z Compiling term v0.7.0
14272024-09-24T03:16:25.941Z Compiling xattr v1.3.1
14282024-09-24T03:16:26.211Z Compiling crossbeam-channel v0.5.12
14292024-09-24T03:16:26.307Z Compiling strum_macros v0.26.4
14302024-09-24T03:16:26.465Z Compiling filetime v0.2.25
14312024-09-24T03:16:26.801Z Compiling is-terminal v0.4.12
14322024-09-24T03:16:26.928Z Compiling take_mut v0.2.2
14332024-09-24T03:16:27.356Z Compiling slog-term v2.9.1
14342024-09-24T03:16:27.418Z Compiling tar v0.4.41
14352024-09-24T03:16:27.622Z Compiling camino v1.1.9
14362024-09-24T03:16:28.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14372024-09-24T03:16:29.652Z Compiling strum v0.26.3
14382024-09-24T03:16:29.732Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14392024-09-24T03:16:35.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
14402024-09-24T03:16:35.213Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14412024-09-24T03:16:35.254ZSep 24 03:16:34.297 INFO Starting download, target: Console
14422024-09-24T03:16:35.255ZSep 24 03:16:34.297 INFO Starting download, target: Clickhouse
14432024-09-24T03:16:35.255ZSep 24 03:16:34.297 INFO Starting download, target: Cockroach
14442024-09-24T03:16:35.261ZSep 24 03:16:34.297 INFO Starting download, target: DendriteOpenapi
14452024-09-24T03:16:35.261ZSep 24 03:16:34.297 INFO Starting download, target: DendriteStub
14462024-09-24T03:16:35.261ZSep 24 03:16:34.297 INFO Starting download, target: MaghemiteMgd
14472024-09-24T03:16:35.261ZSep 24 03:16:34.297 INFO Starting download, target: TransceiverControl
14482024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14492024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14502024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14512024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14522024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14532024-09-24T03:16:35.261ZSep 24 03:16:34.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14542024-09-24T03:16:35.262ZSep 24 03:16:34.298 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14552024-09-24T03:16:35.501ZSep 24 03:16:34.520 INFO Download complete, target: DendriteOpenapi
14562024-09-24T03:16:35.733ZSep 24 03:16:34.760 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14572024-09-24T03:16:35.927ZSep 24 03:16:34.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14582024-09-24T03:16:36.318ZSep 24 03:16:35.328 INFO Download complete, target: Console
14592024-09-24T03:16:36.384ZSep 24 03:16:35.401 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14602024-09-24T03:16:36.439ZSep 24 03:16:35.460 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14612024-09-24T03:16:36.454ZSep 24 03:16:35.492 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14622024-09-24T03:16:36.454ZSep 24 03:16:35.492 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14632024-09-24T03:16:36.608ZSep 24 03:16:35.522 INFO Download complete, target: TransceiverControl
14642024-09-24T03:16:37.248ZSep 24 03:16:36.286 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14652024-09-24T03:16:39.365ZSep 24 03:16:38.407 INFO Download complete, target: DendriteStub
14662024-09-24T03:16:39.611ZSep 24 03:16:38.654 INFO Download complete, target: MaghemiteMgd
14672024-09-24T03:16:44.713ZSep 24 03:16:43.755 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14682024-09-24T03:16:45.082ZSep 24 03:16:44.124 INFO Checking that binary works, target: Cockroach
14692024-09-24T03:16:45.247ZSep 24 03:16:44.289 INFO Download complete, target: Cockroach
14702024-09-24T03:16:50.854ZSep 24 03:16:49.896 INFO Checking that binary works, target: Clickhouse
14712024-09-24T03:16:51.772ZSep 24 03:16:50.813 INFO Download complete, target: Clickhouse
14722024-09-24T03:16:52.161ZAll builder prerequisites installed successfully, and PATH looks valid
14732024-09-24T03:16:52.164Z
14742024-09-24T03:16:52.164Zreal 5:40.650392850
14752024-09-24T03:16:52.164Zuser 11:59.215454016
14762024-09-24T03:16:52.164Zsys 2:31.465869143
14772024-09-24T03:16:52.164Ztrap 0.424166238
14782024-09-24T03:16:52.164Ztflt 7.103718846
14792024-09-24T03:16:52.164Zdflt 4.844508431
14802024-09-24T03:16:52.164Zkflt 0.205459515
14812024-09-24T03:16:52.164Zlock 23:20.723759484
14822024-09-24T03:16:52.164Zslp 50:37.124069395
14832024-09-24T03:16:52.164Zlat 41.616946739
14842024-09-24T03:16:52.164Zstop 1:53.538098210
14852024-09-24T03:16:52.164Z+ banner hack-check
14862024-09-24T03:16:52.167Z
14872024-09-24T03:16:52.167Z # # ## #### # # #### # # ###### #### # #
14882024-09-24T03:16:52.167Z # # # # # # # # # # # # # # # # #
14892024-09-24T03:16:52.167Z ###### # # # #### ##### # ###### ##### # ####
14902024-09-24T03:16:52.167Z # # ###### # # # # # # # # # #
14912024-09-24T03:16:52.167Z # # # # # # # # # # # # # # # # #
14922024-09-24T03:16:52.167Z # # # # #### # # #### # # ###### #### # #
14932024-09-24T03:16:52.167Z
14942024-09-24T03:16:52.167Z+ export CARGO_INCREMENTAL=0
14952024-09-24T03:16:52.168Z+ CARGO_INCREMENTAL=0
14962024-09-24T03:16:52.168Z+ ptime -m timeout 2h cargo xtask check-features --ci
14972024-09-24T03:16:52.766Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14982024-09-24T03:16:56.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
14992024-09-24T03:16:56.708Z Running `target/debug/xtask check-features --ci`
15002024-09-24T03:16:56.727Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15012024-09-24T03:16:56.729Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15022024-09-24T03:16:57.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15032024-09-24T03:16:57.336Z Running `target/debug/xtask download cargo-hack`
15042024-09-24T03:16:58.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15052024-09-24T03:16:58.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15062024-09-24T03:17:03.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
15072024-09-24T03:17:03.248Z Running `target/debug/xtask-downloader cargo-hack`
15082024-09-24T03:17:03.283ZSep 24 03:17:02.324 INFO Starting download, target: CargoHack
15092024-09-24T03:17:03.285ZSep 24 03:17:02.325 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15102024-09-24T03:17:03.853ZSep 24 03:17:02.866 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15112024-09-24T03:17:03.924ZSep 24 03:17:02.965 INFO Download complete, target: CargoHack
15122024-09-24T03:17:03.927Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15132024-09-24T03:17:03.943Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15142024-09-24T03:17:04.100Zinfo: running `cargo check --bins` on api_identity (1/162)
15152024-09-24T03:17:04.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-09-24T03:17:04.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-09-24T03:17:04.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-09-24T03:17:04.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15192024-09-24T03:17:04.758Z
15202024-09-24T03:17:04.759Zinfo: running `cargo check --bins` on bootstore (2/162)
15212024-09-24T03:17:05.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-09-24T03:17:05.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-09-24T03:17:05.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-09-24T03:17:05.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15252024-09-24T03:17:05.465Z
15262024-09-24T03:17:05.465Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/162)
15272024-09-24T03:17:06.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-09-24T03:17:06.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-09-24T03:17:06.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-09-24T03:17:06.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15312024-09-24T03:17:06.136Z
15322024-09-24T03:17:06.136Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162)
15332024-09-24T03:17:06.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-09-24T03:17:06.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-09-24T03:17:06.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-09-24T03:17:06.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15372024-09-24T03:17:06.808Z
15382024-09-24T03:17:06.808Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162)
15392024-09-24T03:17:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-09-24T03:17:07.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-09-24T03:17:07.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-09-24T03:17:07.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15432024-09-24T03:17:07.309Z
15442024-09-24T03:17:07.309Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162)
15452024-09-24T03:17:07.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-09-24T03:17:07.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-09-24T03:17:07.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-09-24T03:17:07.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15492024-09-24T03:17:07.809Z
15502024-09-24T03:17:07.809Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162)
15512024-09-24T03:17:08.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-09-24T03:17:08.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-09-24T03:17:08.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-09-24T03:17:08.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15552024-09-24T03:17:08.316Z
15562024-09-24T03:17:08.316Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162)
15572024-09-24T03:17:08.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-09-24T03:17:08.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-09-24T03:17:08.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-09-24T03:17:08.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15612024-09-24T03:17:08.818Z
15622024-09-24T03:17:08.818Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162)
15632024-09-24T03:17:09.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-09-24T03:17:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-09-24T03:17:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-09-24T03:17:09.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15672024-09-24T03:17:09.322Z
15682024-09-24T03:17:09.322Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162)
15692024-09-24T03:17:09.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-09-24T03:17:09.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-09-24T03:17:09.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-09-24T03:17:09.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15732024-09-24T03:17:09.822Z
15742024-09-24T03:17:09.822Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162)
15752024-09-24T03:17:10.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-09-24T03:17:10.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-09-24T03:17:10.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-09-24T03:17:10.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15792024-09-24T03:17:10.383Z
15802024-09-24T03:17:10.383Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162)
15812024-09-24T03:17:10.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-09-24T03:17:10.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-09-24T03:17:10.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-09-24T03:17:10.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15852024-09-24T03:17:10.829Z
15862024-09-24T03:17:10.829Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162)
15872024-09-24T03:17:11.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-09-24T03:17:11.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-09-24T03:17:11.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-09-24T03:17:11.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15912024-09-24T03:17:11.329Z
15922024-09-24T03:17:11.330Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162)
15932024-09-24T03:17:11.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-09-24T03:17:11.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-09-24T03:17:11.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-09-24T03:17:11.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15972024-09-24T03:17:11.828Z
15982024-09-24T03:17:11.828Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162)
15992024-09-24T03:17:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-09-24T03:17:12.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-09-24T03:17:12.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-09-24T03:17:12.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16032024-09-24T03:17:12.330Z
16042024-09-24T03:17:12.330Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162)
16052024-09-24T03:17:12.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-09-24T03:17:12.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-09-24T03:17:12.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-09-24T03:17:12.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16092024-09-24T03:17:12.833Z
16102024-09-24T03:17:12.833Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162)
16112024-09-24T03:17:13.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-09-24T03:17:13.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-09-24T03:17:13.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-09-24T03:17:13.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16152024-09-24T03:17:13.327Z
16162024-09-24T03:17:13.327Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162)
16172024-09-24T03:17:13.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-09-24T03:17:13.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-09-24T03:17:13.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-09-24T03:17:13.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16212024-09-24T03:17:13.829Z
16222024-09-24T03:17:13.829Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162)
16232024-09-24T03:17:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-09-24T03:17:14.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-09-24T03:17:14.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-09-24T03:17:14.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16272024-09-24T03:17:14.341Z
16282024-09-24T03:17:14.341Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162)
16292024-09-24T03:17:14.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-09-24T03:17:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-09-24T03:17:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-09-24T03:17:14.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16332024-09-24T03:17:14.843Z
16342024-09-24T03:17:14.843Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162)
16352024-09-24T03:17:15.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-09-24T03:17:15.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-09-24T03:17:15.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-09-24T03:17:15.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16392024-09-24T03:17:15.344Z
16402024-09-24T03:17:15.344Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162)
16412024-09-24T03:17:15.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-09-24T03:17:15.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-09-24T03:17:15.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-09-24T03:17:15.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16452024-09-24T03:17:15.847Z
16462024-09-24T03:17:15.847Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162)
16472024-09-24T03:17:16.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-09-24T03:17:16.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-09-24T03:17:16.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-09-24T03:17:16.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16512024-09-24T03:17:16.354Z
16522024-09-24T03:17:16.354Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162)
16532024-09-24T03:17:16.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-09-24T03:17:16.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-09-24T03:17:16.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-09-24T03:17:16.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16572024-09-24T03:17:16.885Z
16582024-09-24T03:17:16.885Zinfo: running `cargo check --bins` on sled-hardware-types (25/162)
16592024-09-24T03:17:17.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-09-24T03:17:17.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-09-24T03:17:17.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-09-24T03:17:17.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16632024-09-24T03:17:17.542Z
16642024-09-24T03:17:17.543Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/162)
16652024-09-24T03:17:18.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-09-24T03:17:18.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-09-24T03:17:18.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-09-24T03:17:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16692024-09-24T03:17:18.229Z
16702024-09-24T03:17:18.229Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162)
16712024-09-24T03:17:18.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-09-24T03:17:18.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-09-24T03:17:18.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-09-24T03:17:18.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16752024-09-24T03:17:18.913Z
16762024-09-24T03:17:18.913Zinfo: running `cargo check --bins` on oxlog (28/162)
16772024-09-24T03:17:19.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-09-24T03:17:19.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-09-24T03:17:19.565Z Checking cfg-if v1.0.0
16802024-09-24T03:17:19.567Z Checking libc v0.2.158
16812024-09-24T03:17:19.662Z Checking serde v1.0.208
16822024-09-24T03:17:19.662Z Checking zeroize v1.8.1
16832024-09-24T03:17:19.671Z Checking memchr v2.7.2
16842024-09-24T03:17:19.680Z Checking typenum v1.17.0
16852024-09-24T03:17:19.699Z Checking scopeguard v1.2.0
16862024-09-24T03:17:19.702Z Checking byteorder v1.5.0
16872024-09-24T03:17:19.726Z Checking value-bag v1.9.0
16882024-09-24T03:17:19.826Z Checking lock_api v0.4.12
16892024-09-24T03:17:19.920Z Checking const-oid v0.9.6
16902024-09-24T03:17:20.123Z Checking subtle v2.5.0
16912024-09-24T03:17:20.143Z Checking log v0.4.21
16922024-09-24T03:17:20.238Z Checking itoa v1.0.11
16932024-09-24T03:17:20.357Z Checking once_cell v1.19.0
16942024-09-24T03:17:20.440Z Checking pin-project-lite v0.2.14
16952024-09-24T03:17:20.531Z Checking smallvec v1.13.2
16962024-09-24T03:17:20.577Z Checking zerocopy v0.7.34
16972024-09-24T03:17:20.648Z Checking futures-sink v0.3.30
16982024-09-24T03:17:20.652Z Checking cpufeatures v0.2.12
16992024-09-24T03:17:20.733Z Checking futures-core v0.3.30
17002024-09-24T03:17:20.780Z Checking getrandom v0.2.14
17012024-09-24T03:17:20.795Z Checking signal-hook-registry v1.4.2
17022024-09-24T03:17:20.878Z Checking parking_lot_core v0.9.10
17032024-09-24T03:17:20.904Z Checking mio v1.0.2
17042024-09-24T03:17:20.954Z Checking generic-array v0.14.7
17052024-09-24T03:17:21.026Z Checking socket2 v0.5.7
17062024-09-24T03:17:21.029Z Checking rand_core v0.6.4
17072024-09-24T03:17:21.227Z Checking parking_lot v0.12.2
17082024-09-24T03:17:21.343Z Checking allocator-api2 v0.2.18
17092024-09-24T03:17:21.473Z Checking spin v0.9.8
17102024-09-24T03:17:21.507Z Checking slab v0.4.9
17112024-09-24T03:17:21.569Z Checking equivalent v1.0.1
17122024-09-24T03:17:21.665Z Checking tinyvec_macros v0.1.1
17132024-09-24T03:17:21.720Z Checking futures-channel v0.3.30
17142024-09-24T03:17:21.749Z Checking tinyvec v1.6.0
17152024-09-24T03:17:21.749Z Checking futures-io v0.3.30
17162024-09-24T03:17:21.813Z Checking futures-task v0.3.30
17172024-09-24T03:17:21.906Z Checking pin-utils v0.1.0
17182024-09-24T03:17:21.973Z Checking ahash v0.8.11
17192024-09-24T03:17:21.990Z Checking base64ct v1.6.0
17202024-09-24T03:17:22.001Z Checking flagset v0.4.5
17212024-09-24T03:17:22.024Z Checking unicode-bidi v0.3.15
17222024-09-24T03:17:22.049Z Checking futures-util v0.3.30
17232024-09-24T03:17:22.113Z Checking crypto-common v0.1.6
17242024-09-24T03:17:22.176Z Checking block-buffer v0.10.4
17252024-09-24T03:17:22.289Z Checking block-padding v0.3.3
17262024-09-24T03:17:22.386Z Checking digest v0.10.7
17272024-09-24T03:17:22.401Z Checking pem-rfc7468 v0.7.0
17282024-09-24T03:17:22.473Z Checking inout v0.1.3
17292024-09-24T03:17:22.488Z Checking hashbrown v0.14.5
17302024-09-24T03:17:22.617Z Checking fnv v1.0.7
17312024-09-24T03:17:22.641Z Checking der v0.7.9
17322024-09-24T03:17:22.676Z Checking cipher v0.4.4
17332024-09-24T03:17:22.725Z Checking hmac v0.12.1
17342024-09-24T03:17:22.739Z Checking sha2 v0.10.8
17352024-09-24T03:17:22.918Z Checking libm v0.2.8
17362024-09-24T03:17:23.045Z Checking unicode-normalization v0.1.23
17372024-09-24T03:17:23.060Z Checking ryu v1.0.18
17382024-09-24T03:17:23.277Z Checking salsa20 v0.10.2
17392024-09-24T03:17:23.292Z Checking pbkdf2 v0.12.2
17402024-09-24T03:17:23.450Z Checking tracing-core v0.1.32
17412024-09-24T03:17:23.488Z Checking scrypt v0.11.0
17422024-09-24T03:17:23.654Z Checking cbc v0.1.2
17432024-09-24T03:17:23.690Z Checking aes v0.8.4
17442024-09-24T03:17:23.782Z Checking num-traits v0.2.19
17452024-09-24T03:17:23.859Z Checking ppv-lite86 v0.2.17
17462024-09-24T03:17:23.954Z Checking percent-encoding v2.3.1
17472024-09-24T03:17:24.089Z Checking tracing v0.1.40
17482024-09-24T03:17:24.143Z Checking untrusted v0.9.0
17492024-09-24T03:17:24.294Z Checking try-lock v0.2.5
17502024-09-24T03:17:24.454Z Checking spki v0.7.3
17512024-09-24T03:17:24.471Z Checking want v0.3.1
17522024-09-24T03:17:24.471Z Checking ring v0.17.8
17532024-09-24T03:17:24.533Z Checking rand_chacha v0.3.1
17542024-09-24T03:17:24.550Z Checking httparse v1.8.0
17552024-09-24T03:17:24.569Z Checking thiserror v1.0.63
17562024-09-24T03:17:24.615Z Checking bytes v1.7.2
17572024-09-24T03:17:24.672Z Checking indexmap v2.4.0
17582024-09-24T03:17:24.691Z Checking bitflags v2.6.0
17592024-09-24T03:17:24.912Z Checking serde_json v1.0.125
17602024-09-24T03:17:24.971Z Checking pkcs5 v0.7.1
17612024-09-24T03:17:25.004Z Checking rand v0.8.5
17622024-09-24T03:17:25.439Z Checking tokio v1.39.3
17632024-09-24T03:17:25.454Z Checking pkcs8 v0.10.2
17642024-09-24T03:17:25.576Z Checking http v0.2.12
17652024-09-24T03:17:25.756Z Checking tower-service v0.3.2
17662024-09-24T03:17:25.869Z Checking httpdate v1.0.3
17672024-09-24T03:17:25.954Z Checking foreign-types-shared v0.1.1
17682024-09-24T03:17:26.047Z Checking foreign-types v0.3.2
17692024-09-24T03:17:26.099Z Checking form_urlencoded v1.2.1
17702024-09-24T03:17:26.131Z Checking openssl-sys v0.9.103
17712024-09-24T03:17:26.241Z Checking aho-corasick v1.1.3
17722024-09-24T03:17:26.259Z Checking regex-syntax v0.8.4
17732024-09-24T03:17:26.279Z Checking powerfmt v0.2.0
17742024-09-24T03:17:26.527Z Checking siphasher v0.3.11
17752024-09-24T03:17:26.644Z Checking unicode-ident v1.0.12
17762024-09-24T03:17:26.723Z Checking proc-macro2 v1.0.86
17772024-09-24T03:17:26.819Z Checking deranged v0.3.11
17782024-09-24T03:17:26.892Z Checking http-body v0.4.6
17792024-09-24T03:17:27.093Z Checking sct v0.7.1
17802024-09-24T03:17:27.274Z Checking rustls-webpki v0.101.7
17812024-09-24T03:17:27.288Z Checking http v1.1.0
17822024-09-24T03:17:27.377Z Checking uuid v1.10.0
17832024-09-24T03:17:27.393Z Checking openssl v0.10.66
17842024-09-24T03:17:27.850Z Checking idna v0.5.0
17852024-09-24T03:17:27.955Z Checking signature v2.2.0
17862024-09-24T03:17:27.973Z Checking scroll v0.12.0
17872024-09-24T03:17:28.139Z Checking errno v0.3.9
17882024-09-24T03:17:28.309Z Checking finl_unicode v1.2.0
17892024-09-24T03:17:28.420Z Checking ucd-trie v0.1.6
17902024-09-24T03:17:28.607Z Checking iana-time-zone v0.1.60
17912024-09-24T03:17:28.634Z Checking num_threads v0.1.7
17922024-09-24T03:17:28.650Z Checking plain v0.2.3
17932024-09-24T03:17:28.696Z Checking openssl-probe v0.1.5
17942024-09-24T03:17:28.740Z Checking utf8parse v0.2.1
17952024-09-24T03:17:28.742Z Checking time-core v0.1.2
17962024-09-24T03:17:28.819Z Checking anstyle v1.0.8
17972024-09-24T03:17:28.840Z Checking num-conv v0.1.0
17982024-09-24T03:17:28.859Z Checking stringprep v0.1.4
17992024-09-24T03:17:28.873Z Checking anstyle-parse v0.2.4
18002024-09-24T03:17:28.888Z Checking goblin v0.8.2
18012024-09-24T03:17:29.079Z Checking time v0.3.36
18022024-09-24T03:17:29.104Z Checking chrono v0.4.38
18032024-09-24T03:17:29.119Z Checking url v2.5.2
18042024-09-24T03:17:29.133Z Checking pest v2.7.10
18052024-09-24T03:17:29.421Z Checking regex-automata v0.4.6
18062024-09-24T03:17:29.915Z Checking rustix v0.38.34
18072024-09-24T03:17:31.182Z Checking rustls v0.21.12
18082024-09-24T03:17:31.585Z Checking quote v1.0.36
18092024-09-24T03:17:31.624Z Checking num-integer v0.1.46
18102024-09-24T03:17:31.935Z Checking serde_spanned v0.6.7
18112024-09-24T03:17:32.117Z Checking toml_datetime v0.6.8
18122024-09-24T03:17:32.138Z Checking idna v0.3.0
18132024-09-24T03:17:32.347Z Checking tokio-util v0.7.11
18142024-09-24T03:17:32.396Z Checking md-5 v0.10.6
18152024-09-24T03:17:32.611Z Checking lazy_static v1.5.0
18162024-09-24T03:17:32.727Z Checking ff v0.13.0
18172024-09-24T03:17:32.888Z Checking native-tls v0.2.11
18182024-09-24T03:17:32.937Z Checking hash32 v0.2.1
18192024-09-24T03:17:32.990Z Checking colorchoice v1.0.1
18202024-09-24T03:17:33.158Z Checking atomic-waker v1.1.2
18212024-09-24T03:17:33.180Z Checking h2 v0.3.26
18222024-09-24T03:17:33.199Z Checking gimli v0.28.1
18232024-09-24T03:17:33.231Z Checking adler v1.0.2
18242024-09-24T03:17:33.234Z Checking base64 v0.22.1
18252024-09-24T03:17:33.325Z Checking base16ct v0.2.0
18262024-09-24T03:17:33.368Z Checking is_terminal_polyfill v1.70.0
18272024-09-24T03:17:33.479Z Checking psl-types v2.0.11
18282024-09-24T03:17:33.513Z Checking pretty-hex v0.4.1
18292024-09-24T03:17:33.643Z Checking stable_deref_trait v1.2.0
18302024-09-24T03:17:33.667Z Checking fallible-iterator v0.2.0
18312024-09-24T03:17:33.704Z Checking anstyle-query v1.0.3
18322024-09-24T03:17:33.733Z Checking heapless v0.7.17
18332024-09-24T03:17:33.760Z Checking dof v0.3.0
18342024-09-24T03:17:33.820Z Checking anstream v0.6.14
18352024-09-24T03:17:33.909Z Checking publicsuffix v2.2.3
18362024-09-24T03:17:34.151Z Checking sec1 v0.7.3
18372024-09-24T03:17:34.243Z Checking miniz_oxide v0.7.2
18382024-09-24T03:17:34.260Z Checking postgres-protocol v0.6.7
18392024-09-24T03:17:34.339Z Checking tokio-rustls v0.24.1
18402024-09-24T03:17:34.365Z Checking terminal_size v0.3.0
18412024-09-24T03:17:34.508Z Checking h2 v0.4.6
18422024-09-24T03:17:34.523Z Checking tokio-native-tls v0.3.1
18432024-09-24T03:17:34.588Z Checking group v0.13.0
18442024-09-24T03:17:34.695Z Checking num-iter v0.1.45
18452024-09-24T03:17:34.709Z Checking syn v2.0.74
18462024-09-24T03:17:34.762Z Checking dtrace-parser v0.2.0
18472024-09-24T03:17:34.833Z Checking cookie v0.17.0
18482024-09-24T03:17:34.876Z Checking http-body v1.0.0
18492024-09-24T03:17:34.904Z Checking phf_shared v0.11.2
18502024-09-24T03:17:35.070Z Checking pin-project v1.1.5
18512024-09-24T03:17:35.184Z Checking hkdf v0.12.4
18522024-09-24T03:17:35.199Z Checking crypto-bigint v0.5.5
18532024-09-24T03:17:35.221Z Checking thread-id v4.2.1
18542024-09-24T03:17:35.251Z Checking object v0.32.2
18552024-09-24T03:17:35.325Z Checking base64 v0.21.7
18562024-09-24T03:17:35.371Z Checking either v1.13.0
18572024-09-24T03:17:35.749Z Checking ipnet v2.9.0
18582024-09-24T03:17:35.763Z Checking clap_lex v0.7.0
18592024-09-24T03:17:35.977Z Checking strsim v0.11.1
18602024-09-24T03:17:36.180Z Checking tower-layer v0.3.2
18612024-09-24T03:17:36.248Z Checking rustc-demangle v0.1.24
18622024-09-24T03:17:36.443Z Checking managed v0.8.0
18632024-09-24T03:17:36.687Z Checking winnow v0.5.40
18642024-09-24T03:17:36.814Z Checking bitflags v1.3.2
18652024-09-24T03:17:36.912Z Checking adler2 v2.0.0
18662024-09-24T03:17:37.071Z Checking miniz_oxide v0.8.0
18672024-09-24T03:17:37.115Z Checking addr2line v0.21.0
18682024-09-24T03:17:37.617Z Checking smoltcp v0.9.1
18692024-09-24T03:17:37.942Z Checking tower v0.4.13
18702024-09-24T03:17:37.976Z Checking elliptic-curve v0.13.8
18712024-09-24T03:17:38.575Z Checking clap_builder v4.5.15
18722024-09-24T03:17:38.589Z Checking rustls-pemfile v1.0.4
18732024-09-24T03:17:38.770Z Checking cookie_store v0.20.0
18742024-09-24T03:17:39.079Z Checking phf v0.11.2
18752024-09-24T03:17:39.326Z Checking postgres-types v0.2.7
18762024-09-24T03:17:39.390Z Checking num-bigint-dig v0.8.4
18772024-09-24T03:17:39.412Z Checking hyper v0.14.30
18782024-09-24T03:17:39.680Z Checking toml_edit v0.19.15
18792024-09-24T03:17:40.075Z Checking regex v1.10.6
18802024-09-24T03:17:40.643Z Checking bstr v1.9.1
18812024-09-24T03:17:40.746Z Checking hyper v1.4.1
18822024-09-24T03:17:41.040Z Checking usdt-impl v0.5.0
18832024-09-24T03:17:41.112Z Checking backtrace v0.3.71
18842024-09-24T03:17:41.514Z Checking ed25519 v2.2.3
18852024-09-24T03:17:41.557Z Checking futures-executor v0.3.30
18862024-09-24T03:17:41.571Z Checking phf_shared v0.10.0
18872024-09-24T03:17:41.587Z Checking serde_urlencoded v0.7.1
18882024-09-24T03:17:41.646Z Checking zerocopy v0.6.6
18892024-09-24T03:17:41.831Z Checking curve25519-dalek v4.1.3
18902024-09-24T03:17:41.839Z Checking pkcs1 v0.7.5
18912024-09-24T03:17:41.839Z Checking float-cmp v0.9.0
18922024-09-24T03:17:41.990Z Checking serde-big-array v0.5.1
18932024-09-24T03:17:42.004Z Checking hubpack v0.1.2
18942024-09-24T03:17:42.053Z Checking crossbeam-utils v0.8.19
18952024-09-24T03:17:42.182Z Checking crc32fast v1.4.0
18962024-09-24T03:17:42.202Z Checking signal-hook v0.3.17
18972024-09-24T03:17:42.322Z Checking idna v0.4.0
18982024-09-24T03:17:42.380Z Checking rfc6979 v0.4.0
18992024-09-24T03:17:42.407Z Checking memmap v0.7.0
19002024-09-24T03:17:42.527Z Checking mio v0.8.11
19012024-09-24T03:17:42.542Z Checking encoding_rs v0.8.34
19022024-09-24T03:17:42.603Z Checking sync_wrapper v0.1.2
19032024-09-24T03:17:42.726Z Checking unicode-width v0.1.13
19042024-09-24T03:17:42.741Z Checking mime v0.3.17
19052024-09-24T03:17:42.758Z Checking whoami v1.5.1
19062024-09-24T03:17:42.910Z Checking fixedbitset v0.4.2
19072024-09-24T03:17:43.030Z Checking unicode-segmentation v1.11.0
19082024-09-24T03:17:43.060Z Checking data-encoding v2.6.0
19092024-09-24T03:17:43.129Z Checking difflib v0.4.0
19102024-09-24T03:17:43.145Z Checking bit-vec v0.6.3
19112024-09-24T03:17:43.159Z Checking new_debug_unreachable v1.0.6
19122024-09-24T03:17:43.243Z Checking webpki-roots v0.25.4
19132024-09-24T03:17:43.393Z Checking normalize-line-endings v0.3.0
19142024-09-24T03:17:43.427Z Checking minimal-lexical v0.2.1
19152024-09-24T03:17:43.450Z Checking predicates-core v1.0.6
19162024-09-24T03:17:43.495Z Checking winnow v0.6.18
19172024-09-24T03:17:43.513Z Checking static_assertions v1.1.0
19182024-09-24T03:17:43.602Z Checking dyn-clone v1.0.17
19192024-09-24T03:17:43.630Z Checking precomputed-hash v0.1.1
19202024-09-24T03:17:43.658Z Checking similar v2.6.0
19212024-09-24T03:17:43.702Z Checking hickory-proto v0.24.1
19222024-09-24T03:17:43.727Z Checking schemars v0.8.21
19232024-09-24T03:17:43.731Z Checking string_cache v0.8.7
19242024-09-24T03:17:43.794Z Checking nom v7.1.3
19252024-09-24T03:17:44.007Z Checking predicates v3.1.2
19262024-09-24T03:17:44.505Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19272024-09-24T03:17:44.671Z Checking ed25519-dalek v2.1.1
19282024-09-24T03:17:44.815Z Checking bit-set v0.5.3
19292024-09-24T03:17:45.086Z Checking petgraph v0.6.5
19302024-09-24T03:17:45.096Z Checking signal-hook-mio v0.2.4
19312024-09-24T03:17:45.232Z Checking tokio-postgres v0.7.11
19322024-09-24T03:17:45.349Z Checking console v0.15.8
19332024-09-24T03:17:45.365Z Checking hyper-rustls v0.24.2
19342024-09-24T03:17:45.651Z Checking hyper-tls v0.5.0
19352024-09-24T03:17:45.884Z Checking hyper-util v0.1.7
19362024-09-24T03:17:45.946Z Checking reqwest v0.11.27
19372024-09-24T03:17:46.440Z Checking toml_edit v0.22.20
19382024-09-24T03:17:46.635Z Checking crossbeam-epoch v0.9.18
19392024-09-24T03:17:47.056Z Checking usdt v0.5.0
19402024-09-24T03:17:47.314Z Checking ecdsa v0.16.9
19412024-09-24T03:17:47.643Z Checking flate2 v1.0.33
19422024-09-24T03:17:47.784Z Checking rsa v0.9.6
19432024-09-24T03:17:48.013Z Checking toml v0.7.8
19442024-09-24T03:17:48.249Z Checking futures v0.3.30
19452024-09-24T03:17:48.330Z Checking anyhow v1.0.89
19462024-09-24T03:17:48.349Z Checking clap v4.5.16
19472024-09-24T03:17:48.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482024-09-24T03:17:48.427Z Checking itertools v0.10.5
19492024-09-24T03:17:48.443Z Checking itertools v0.12.1
19502024-09-24T03:17:48.466Z Checking tokio-stream v0.1.15
19512024-09-24T03:17:48.633Z Checking fs-err v2.11.0
19522024-09-24T03:17:48.707Z Checking slog v2.7.0
19532024-09-24T03:17:48.783Z Checking openapiv3 v2.0.0
19542024-09-24T03:17:49.080Z Checking x509-cert v0.2.5
19552024-09-24T03:17:49.162Z Checking hex v0.4.3
19562024-09-24T03:17:49.178Z Checking semver v1.0.23
19572024-09-24T03:17:49.262Z Checking sha1 v0.10.6
19582024-09-24T03:17:49.515Z Checking lalrpop-util v0.19.12
19592024-09-24T03:17:49.569Z Checking peg-runtime v0.8.3
19602024-09-24T03:17:49.655Z Checking camino v1.1.9
19612024-09-24T03:17:49.759Z Checking sigpipe v0.1.3
19622024-09-24T03:17:51.466Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19632024-09-24T03:17:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
19642024-09-24T03:17:51.904Z
19652024-09-24T03:17:51.904Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162)
19662024-09-24T03:17:52.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672024-09-24T03:17:52.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682024-09-24T03:17:52.664Z Compiling regress v0.9.1
19692024-09-24T03:17:52.708Z Checking strum v0.26.3
19702024-09-24T03:17:52.725Z Checking heck v0.5.0
19712024-09-24T03:17:52.735Z Compiling getopts v0.2.21
19722024-09-24T03:17:52.738Z Checking dirs-sys-next v0.1.2
19732024-09-24T03:17:52.760Z Compiling unsafe-libyaml v0.2.11
19742024-09-24T03:17:52.819Z Checking thread_local v1.1.8
19752024-09-24T03:17:52.881Z Checking rustls-pki-types v1.7.0
19762024-09-24T03:17:52.896Z Checking dirs-next v2.0.0
19772024-09-24T03:17:53.016Z Compiling ident_case v1.0.1
19782024-09-24T03:17:53.062Z Checking term v0.7.0
19792024-09-24T03:17:53.076Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19802024-09-24T03:17:53.181Z Compiling darling_core v0.20.9
19812024-09-24T03:17:53.275Z Checking crossbeam-channel v0.5.12
19822024-09-24T03:17:53.408Z Checking is-terminal v0.4.12
19832024-09-24T03:17:53.452Z Checking atty v0.2.14
19842024-09-24T03:17:53.526Z Checking take_mut v0.2.2
19852024-09-24T03:17:53.563Z Checking utf-8 v0.7.6
19862024-09-24T03:17:53.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19872024-09-24T03:17:53.662Z Compiling paste v1.0.15
19882024-09-24T03:17:53.763Z Checking humantime v2.1.0
19892024-09-24T03:17:53.974Z Compiling rustls v0.22.4
19902024-09-24T03:17:53.990Z Checking termcolor v1.4.1
19912024-09-24T03:17:54.040Z Checking slog-async v2.8.0
19922024-09-24T03:17:54.190Z Compiling serde_yaml v0.9.34+deprecated
19932024-09-24T03:17:54.324Z Checking slog-term v2.9.1
19942024-09-24T03:17:54.326Z Checking rustls-webpki v0.102.4
19952024-09-24T03:17:54.380Z Checking env_logger v0.9.3
19962024-09-24T03:17:54.717Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-09-24T03:17:54.841Z Compiling proc-macro-crate v1.3.1
19982024-09-24T03:17:54.845Z Compiling bitstruct_derive v0.1.0
19992024-09-24T03:17:55.074Z Compiling structmeta-derive v0.3.0
20002024-09-24T03:17:55.131Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20012024-09-24T03:17:55.253Z Compiling multer v3.1.0
20022024-09-24T03:17:55.554Z Checking match_cfg v0.1.0
20032024-09-24T03:17:55.644Z Checking ascii v1.1.0
20042024-09-24T03:17:55.919Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20052024-09-24T03:17:56.016Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20062024-09-24T03:17:56.182Z Checking bitstruct v0.1.1
20072024-09-24T03:17:56.199Z Compiling num_enum_derive v0.5.11
20082024-09-24T03:17:56.212Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20092024-09-24T03:17:57.000Z Checking hostname v0.3.1
20102024-09-24T03:17:57.135Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20112024-09-24T03:17:57.729Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20122024-09-24T03:17:58.093Z Compiling structmeta v0.3.0
20132024-09-24T03:17:58.337Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20142024-09-24T03:17:58.473Z Checking slog-json v2.6.1
20152024-09-24T03:17:58.633Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20162024-09-24T03:17:58.683Z Checking erased-serde v0.3.31
20172024-09-24T03:17:58.711Z Checking serde_arrays v0.1.0
20182024-09-24T03:17:58.822Z Compiling async-stream-impl v0.3.5
20192024-09-24T03:17:58.856Z Compiling foreign-types-macros v0.2.3
20202024-09-24T03:17:58.887Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20212024-09-24T03:17:59.174Z Checking arc-swap v1.7.1
20222024-09-24T03:17:59.190Z Checking foreign-types-shared v0.3.1
20232024-09-24T03:17:59.296Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20242024-09-24T03:17:59.584Z Checking slog-scope v4.4.0
20252024-09-24T03:17:59.685Z Checking num_enum v0.5.11
20262024-09-24T03:17:59.709Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20272024-09-24T03:17:59.771Z Checking slog-bunyan v2.5.0
20282024-09-24T03:17:59.832Z Compiling parse-display-derive v0.10.0
20292024-09-24T03:17:59.967Z Compiling proc-macro-error v1.0.4
20302024-09-24T03:18:00.161Z Compiling darling_macro v0.20.9
20312024-09-24T03:18:00.285Z Checking foreign-types v0.5.0
20322024-09-24T03:18:00.348Z Checking async-stream v0.3.5
20332024-09-24T03:18:00.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20342024-09-24T03:18:00.713Z Checking toml v0.8.19
20352024-09-24T03:18:00.729Z Checking tungstenite v0.20.1
20362024-09-24T03:18:00.832Z Checking rustls-pemfile v2.1.3
20372024-09-24T03:18:00.921Z Checking tokio-rustls v0.25.0
20382024-09-24T03:18:01.059Z Checking waitgroup v0.1.2
20392024-09-24T03:18:01.123Z Compiling darling v0.20.9
20402024-09-24T03:18:01.202Z Compiling heck v0.3.3
20412024-09-24T03:18:01.234Z Compiling serde_with_macros v3.9.0
20422024-09-24T03:18:01.288Z Checking newtype-uuid v1.1.0
20432024-09-24T03:18:01.487Z Checking ipnetwork v0.20.0
20442024-09-24T03:18:01.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20452024-09-24T03:18:01.549Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20462024-09-24T03:18:01.641Z Checking serde_path_to_error v0.1.16
20472024-09-24T03:18:01.812Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20482024-09-24T03:18:02.259Z Checking cstr-argument v0.1.2
20492024-09-24T03:18:02.383Z Checking hostname v0.4.0
20502024-09-24T03:18:02.442Z Checking instant v0.1.12
20512024-09-24T03:18:02.600Z Checking debug-ignore v1.0.5
20522024-09-24T03:18:02.609Z Checking fastrand v2.1.0
20532024-09-24T03:18:02.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20542024-09-24T03:18:02.650Z Checking pretty-hex v0.2.1
20552024-09-24T03:18:02.811Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20562024-09-24T03:18:02.868Z Checking tempfile v3.10.1
20572024-09-24T03:18:02.925Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582024-09-24T03:18:03.062Z Checking backoff v0.4.0
20592024-09-24T03:18:03.083Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20602024-09-24T03:18:03.341Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20612024-09-24T03:18:03.374Z Compiling zone_cfg_derive v0.1.2
20622024-09-24T03:18:03.388Z Checking tokio-tungstenite v0.20.1
20632024-09-24T03:18:03.683Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-09-24T03:18:03.837Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-09-24T03:18:03.894Z Checking slog-stdlog v4.1.1
20662024-09-24T03:18:04.061Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20672024-09-24T03:18:04.155Z Checking serde_with v3.9.0
20682024-09-24T03:18:04.216Z Checking tungstenite v0.21.0
20692024-09-24T03:18:04.422Z Checking parse-display v0.10.0
20702024-09-24T03:18:04.598Z Checking colored v2.1.0
20712024-09-24T03:18:04.636Z Checking macaddr v1.0.1
20722024-09-24T03:18:04.925Z Checking socket2 v0.4.10
20732024-09-24T03:18:04.975Z Checking base64 v0.13.1
20742024-09-24T03:18:04.990Z Checking zone v0.1.8
20752024-09-24T03:18:05.161Z Checking tokio-tungstenite v0.21.0
20762024-09-24T03:18:05.382Z Checking ron v0.7.1
20772024-09-24T03:18:05.633Z Checking slog-envlogger v2.2.0
20782024-09-24T03:18:05.695Z Checking pem v3.0.4
20792024-09-24T03:18:05.855Z Checking tabwriter v1.4.0
20802024-09-24T03:18:05.953Z Checking xattr v1.3.1
20812024-09-24T03:18:06.072Z Checking portpicker v0.1.1
20822024-09-24T03:18:06.143Z Checking yasna v0.5.2
20832024-09-24T03:18:06.207Z Checking headers-core v0.2.0
20842024-09-24T03:18:06.338Z Checking smf v0.2.3
20852024-09-24T03:18:06.480Z Checking filetime v0.2.25
20862024-09-24T03:18:06.683Z Checking same-file v1.0.6
20872024-09-24T03:18:06.791Z Checking tar v0.4.41
20882024-09-24T03:18:06.910Z Checking walkdir v2.5.0
20892024-09-24T03:18:07.013Z Checking rcgen v0.12.1
20902024-09-24T03:18:07.061Z Checking headers v0.3.9
20912024-09-24T03:18:07.114Z Checking atomicwrites v0.4.4
20922024-09-24T03:18:07.300Z Checking camino-tempfile v1.1.1
20932024-09-24T03:18:07.554Z Checking subprocess v0.2.9
20942024-09-24T03:18:08.722Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20952024-09-24T03:18:08.948Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20962024-09-24T03:18:10.471Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20972024-09-24T03:18:12.376Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20982024-09-24T03:18:12.487Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20992024-09-24T03:18:15.560Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21002024-09-24T03:18:21.442Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21012024-09-24T03:18:21.565Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21022024-09-24T03:18:21.568Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21032024-09-24T03:18:24.436Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21042024-09-24T03:18:24.454Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21052024-09-24T03:18:30.572Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21062024-09-24T03:18:32.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21072024-09-24T03:18:33.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s
21082024-09-24T03:18:33.482Z
21092024-09-24T03:18:33.482Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162)
21102024-09-24T03:18:34.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-09-24T03:18:34.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-09-24T03:18:34.148Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21132024-09-24T03:18:35.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
21142024-09-24T03:18:35.665Z
21152024-09-24T03:18:35.665Zinfo: running `cargo check --bins` on nexus-config (31/162)
21162024-09-24T03:18:36.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-09-24T03:18:36.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-09-24T03:18:36.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-09-24T03:18:36.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21202024-09-24T03:18:36.341Z
21212024-09-24T03:18:36.341Zinfo: running `cargo check --bins` on omicron-rpaths (32/162)
21222024-09-24T03:18:36.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-09-24T03:18:36.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-09-24T03:18:36.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-09-24T03:18:36.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21262024-09-24T03:18:36.988Z
21272024-09-24T03:18:36.988Zinfo: running `cargo check --bins` on omicron-certificates (33/162)
21282024-09-24T03:18:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-09-24T03:18:37.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-09-24T03:18:37.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-09-24T03:18:37.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21322024-09-24T03:18:37.665Z
21332024-09-24T03:18:37.665Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/162)
21342024-09-24T03:18:38.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-09-24T03:18:38.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-09-24T03:18:38.364Z Compiling heapless v0.8.0
21372024-09-24T03:18:38.459Z Checking hash32 v0.3.1
21382024-09-24T03:18:38.467Z Compiling smoltcp v0.11.0
21392024-09-24T03:18:38.477Z Checking cobs v0.2.3
21402024-09-24T03:18:38.479Z Checking embedded-io v0.4.0
21412024-09-24T03:18:38.497Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21422024-09-24T03:18:38.499Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21432024-09-24T03:18:38.521Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21442024-09-24T03:18:38.608Z Compiling crucible-workspace-hack v0.1.0
21452024-09-24T03:18:38.632Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21462024-09-24T03:18:38.646Z Checking newline-converter v0.3.0
21472024-09-24T03:18:38.660Z Checking postcard v1.0.8
21482024-09-24T03:18:38.799Z Compiling convert_case v0.4.0
21492024-09-24T03:18:38.848Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21502024-09-24T03:18:39.017Z Checking expectorate v1.1.0
21512024-09-24T03:18:39.088Z Compiling zone_cfg_derive v0.3.0
21522024-09-24T03:18:39.161Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21532024-09-24T03:18:39.195Z Compiling num-derive v0.4.2
21542024-09-24T03:18:39.288Z Compiling slog-dtrace v0.3.0
21552024-09-24T03:18:39.359Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21562024-09-24T03:18:39.500Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21572024-09-24T03:18:39.778Z Compiling derive_more v0.99.18
21582024-09-24T03:18:40.404Z Checking zone v0.3.0
21592024-09-24T03:18:41.019Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
21602024-09-24T03:18:42.184Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21612024-09-24T03:18:43.113Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21622024-09-24T03:18:43.485Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21632024-09-24T03:18:44.158Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21642024-09-24T03:18:44.488Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21652024-09-24T03:18:45.934Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21662024-09-24T03:18:46.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
21672024-09-24T03:18:46.890Z
21682024-09-24T03:18:46.891Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/162)
21692024-09-24T03:18:47.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-09-24T03:18:47.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-09-24T03:18:47.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-09-24T03:18:47.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21732024-09-24T03:18:47.568Z
21742024-09-24T03:18:47.568Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/162)
21752024-09-24T03:18:48.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-09-24T03:18:48.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-09-24T03:18:48.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-09-24T03:18:48.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21792024-09-24T03:18:48.253Z
21802024-09-24T03:18:48.253Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162)
21812024-09-24T03:18:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-09-24T03:18:48.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-09-24T03:18:48.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-09-24T03:18:48.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21852024-09-24T03:18:49.047Z
21862024-09-24T03:18:49.047Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162)
21872024-09-24T03:18:49.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-09-24T03:18:49.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-09-24T03:18:49.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-09-24T03:18:49.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21912024-09-24T03:18:49.847Z
21922024-09-24T03:18:49.847Zinfo: running `cargo check --bins` on dns-server (39/162)
21932024-09-24T03:18:50.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-09-24T03:18:50.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-09-24T03:18:50.523Z Compiling parking_lot_core v0.8.6
21962024-09-24T03:18:50.619Z Checking nibble_vec v0.1.0
21972024-09-24T03:18:50.624Z Checking linked-hash-map v0.5.6
21982024-09-24T03:18:50.624Z Checking quick-error v1.2.3
21992024-09-24T03:18:50.624Z Checking endian-type v0.1.2
22002024-09-24T03:18:50.624Z Checking fxhash v0.2.1
22012024-09-24T03:18:50.630Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22022024-09-24T03:18:50.638Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22032024-09-24T03:18:50.721Z Checking resolv-conf v0.7.0
22042024-09-24T03:18:50.773Z Checking hickory-server v0.24.1
22052024-09-24T03:18:50.811Z Checking radix_trie v0.2.1
22062024-09-24T03:18:50.914Z Checking lru-cache v0.1.2
22072024-09-24T03:18:51.080Z Checking hickory-resolver v0.24.1
22082024-09-24T03:18:51.200Z Checking hickory-client v0.24.1
22092024-09-24T03:18:51.284Z Checking parking_lot v0.11.2
22102024-09-24T03:18:51.524Z Checking sled v0.34.7
22112024-09-24T03:18:53.271Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22122024-09-24T03:18:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
22132024-09-24T03:18:54.494Z
22142024-09-24T03:18:54.494Zinfo: running `cargo check --bins` on dns-server-api (40/162)
22152024-09-24T03:18:55.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-09-24T03:18:55.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-09-24T03:18:55.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-09-24T03:18:55.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22192024-09-24T03:18:55.161Z
22202024-09-24T03:18:55.161Zinfo: running `cargo check --bins` on dns-service-client (41/162)
22212024-09-24T03:18:55.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-09-24T03:18:55.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-09-24T03:18:55.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-09-24T03:18:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22252024-09-24T03:18:55.812Z
22262024-09-24T03:18:55.812Zinfo: running `cargo check --bins` on gateway-test-utils (42/162)
22272024-09-24T03:18:56.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-09-24T03:18:56.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-09-24T03:18:56.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-09-24T03:18:56.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22312024-09-24T03:18:56.546Z
22322024-09-24T03:18:56.546Zinfo: running `cargo check --bins` on gateway-types (43/162)
22332024-09-24T03:18:57.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-09-24T03:18:57.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-09-24T03:18:57.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-09-24T03:18:57.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22372024-09-24T03:18:57.225Z
22382024-09-24T03:18:57.225Zinfo: running `cargo check --bins` on ipcc (44/162)
22392024-09-24T03:18:57.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-09-24T03:18:57.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-09-24T03:18:57.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-09-24T03:18:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22432024-09-24T03:18:57.901Z
22442024-09-24T03:18:57.901Zinfo: running `cargo check --bins` on omicron-gateway (45/162)
22452024-09-24T03:18:58.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-09-24T03:18:58.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-09-24T03:18:58.676Z Compiling rustls-pki-types v1.7.0
22482024-09-24T03:18:58.680Z Compiling match_cfg v0.1.0
22492024-09-24T03:18:58.758Z Checking num-rational v0.4.2
22502024-09-24T03:18:58.761Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22512024-09-24T03:18:58.761Z Compiling slog-json v2.6.1
22522024-09-24T03:18:58.761Z Checking num-complex v0.4.6
22532024-09-24T03:18:58.774Z Compiling prettyplease v0.2.20
22542024-09-24T03:18:58.814Z Compiling async-stream v0.3.5
22552024-09-24T03:18:58.826Z Compiling hostname v0.3.1
22562024-09-24T03:18:59.071Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22572024-09-24T03:18:59.107Z Compiling slog-bunyan v2.5.0
22582024-09-24T03:18:59.122Z Compiling multer v3.1.0
22592024-09-24T03:18:59.137Z Compiling toml v0.8.19
22602024-09-24T03:18:59.152Z Compiling rustls-webpki v0.102.4
22612024-09-24T03:18:59.271Z Compiling rustls-pemfile v2.1.3
22622024-09-24T03:18:59.304Z Compiling waitgroup v0.1.2
22632024-09-24T03:18:59.404Z Compiling newtype-uuid v1.1.0
22642024-09-24T03:18:59.533Z Compiling ipnetwork v0.20.0
22652024-09-24T03:18:59.546Z Compiling serde_path_to_error v0.1.16
22662024-09-24T03:18:59.677Z Checking num v0.4.3
22672024-09-24T03:18:59.762Z Compiling hostname v0.4.0
22682024-09-24T03:18:59.774Z Compiling instant v0.1.12
22692024-09-24T03:18:59.782Z Checking float-ord v0.3.2
22702024-09-24T03:18:59.882Z Compiling debug-ignore v1.0.5
22712024-09-24T03:18:59.930Z Compiling semver v0.1.20
22722024-09-24T03:18:59.952Z Compiling radium v0.7.0
22732024-09-24T03:19:00.028Z Compiling rustls v0.22.4
22742024-09-24T03:19:00.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22752024-09-24T03:19:00.386Z Compiling rustc_version v0.1.7
22762024-09-24T03:19:00.437Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22772024-09-24T03:19:00.457Z Compiling backoff v0.4.0
22782024-09-24T03:19:00.554Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792024-09-24T03:19:00.853Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22802024-09-24T03:19:00.860Z Compiling parse-display v0.10.0
22812024-09-24T03:19:00.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22822024-09-24T03:19:00.902Z Compiling serde_with v3.9.0
22832024-09-24T03:19:01.057Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22842024-09-24T03:19:01.237Z Compiling macaddr v1.0.1
22852024-09-24T03:19:01.512Z Compiling maybe-uninit v2.0.0
22862024-09-24T03:19:01.667Z Checking tap v1.0.1
22872024-09-24T03:19:01.825Z Checking wyz v0.5.1
22882024-09-24T03:19:02.213Z Compiling newtype_derive v0.1.6
22892024-09-24T03:19:02.278Z Checking password-hash v0.5.0
22902024-09-24T03:19:02.520Z Checking blake2 v0.10.6
22912024-09-24T03:19:02.649Z Compiling bzip2-sys v0.1.11+1.0.8
22922024-09-24T03:19:02.707Z Compiling cancel-safe-futures v0.1.5
22932024-09-24T03:19:03.013Z Checking crc-catalog v2.4.0
22942024-09-24T03:19:03.070Z Compiling packed_struct v0.10.1
22952024-09-24T03:19:03.141Z Checking funty v2.0.0
22962024-09-24T03:19:03.166Z Checking crc v3.2.1
22972024-09-24T03:19:03.563Z Checking argon2 v0.5.3
22982024-09-24T03:19:03.672Z Compiling packed_struct_codegen v0.10.1
22992024-09-24T03:19:04.019Z Checking bitvec v1.0.1
23002024-09-24T03:19:04.210Z Compiling tokio-rustls v0.25.0
23012024-09-24T03:19:04.618Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23022024-09-24T03:19:04.652Z Checking half v2.4.1
23032024-09-24T03:19:04.768Z Compiling indexmap v1.9.3
23042024-09-24T03:19:05.102Z Compiling cookie v0.18.1
23052024-09-24T03:19:05.190Z Checking nodrop v0.1.14
23062024-09-24T03:19:05.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23072024-09-24T03:19:05.405Z Checking ciborium-io v0.2.2
23082024-09-24T03:19:05.523Z Checking ciborium-ll v0.2.2
23092024-09-24T03:19:05.677Z Checking array-init v0.0.4
23102024-09-24T03:19:05.980Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112024-09-24T03:19:06.273Z Checking smallvec v0.6.14
23122024-09-24T03:19:06.544Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23132024-09-24T03:19:06.705Z Checking libsw v3.3.1
23142024-09-24T03:19:06.952Z Compiling derive-where v1.2.7
23152024-09-24T03:19:07.042Z Compiling memoffset v0.9.1
23162024-09-24T03:19:07.193Z Checking indent_write v2.2.0
23172024-09-24T03:19:07.368Z Checking highway v1.2.0
23182024-09-24T03:19:07.382Z Checking swrite v0.1.0
23192024-09-24T03:19:07.498Z Checking bitfield v0.14.0
23202024-09-24T03:19:07.689Z Checking owo-colors v4.0.0
23212024-09-24T03:19:07.760Z Checking linear-map v1.2.0
23222024-09-24T03:19:07.776Z Checking hashbrown v0.12.3
23232024-09-24T03:19:08.097Z Checking env_logger v0.10.2
23242024-09-24T03:19:08.521Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23252024-09-24T03:19:08.646Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23262024-09-24T03:19:09.533Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23272024-09-24T03:19:09.688Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23282024-09-24T03:19:09.740Z Checking serde-hex v0.1.0
23292024-09-24T03:19:09.962Z Checking steno v0.4.1
23302024-09-24T03:19:10.016Z Checking bzip2 v0.4.4
23312024-09-24T03:19:10.302Z Checking ciborium v0.2.2
23322024-09-24T03:19:10.519Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23332024-09-24T03:19:10.613Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23342024-09-24T03:19:11.534Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23352024-09-24T03:19:11.607Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23362024-09-24T03:19:11.782Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23372024-09-24T03:19:12.214Z Checking ron v0.8.1
23382024-09-24T03:19:12.974Z Checking hashbrown v0.13.2
23392024-09-24T03:19:13.469Z Checking crc-any v2.5.0
23402024-09-24T03:19:13.503Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23412024-09-24T03:19:13.565Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23422024-09-24T03:19:13.657Z Checking zip v0.6.6
23432024-09-24T03:19:13.853Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23442024-09-24T03:19:13.860Z Checking path-slash v0.1.5
23452024-09-24T03:19:13.997Z Checking nix v0.27.1
23462024-09-24T03:19:14.013Z Checking object v0.30.4
23472024-09-24T03:19:14.108Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23482024-09-24T03:19:14.174Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23492024-09-24T03:19:14.330Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23502024-09-24T03:19:14.563Z Checking kstat-rs v0.2.4
23512024-09-24T03:19:14.974Z Checking signal-hook-tokio v0.3.1
23522024-09-24T03:19:16.046Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23532024-09-24T03:19:16.607Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23542024-09-24T03:19:19.906Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23552024-09-24T03:19:21.500Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23562024-09-24T03:19:24.178Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23572024-09-24T03:19:27.291Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23582024-09-24T03:19:27.439Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23592024-09-24T03:19:27.543Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23602024-09-24T03:19:32.750Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23612024-09-24T03:19:33.441Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23622024-09-24T03:19:35.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.05s
23632024-09-24T03:19:36.126Z
23642024-09-24T03:19:36.126Zinfo: running `cargo check --bins` on gateway-api (46/162)
23652024-09-24T03:19:36.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-09-24T03:19:36.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-09-24T03:19:36.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-09-24T03:19:36.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23692024-09-24T03:19:36.815Z
23702024-09-24T03:19:36.815Zinfo: running `cargo check --bins` on oximeter (47/162)
23712024-09-24T03:19:37.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-09-24T03:19:37.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-09-24T03:19:37.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-09-24T03:19:37.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23752024-09-24T03:19:37.490Z
23762024-09-24T03:19:37.490Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/162)
23772024-09-24T03:19:38.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-09-24T03:19:38.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-09-24T03:19:38.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-09-24T03:19:38.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23812024-09-24T03:19:38.145Z
23822024-09-24T03:19:38.145Zinfo: running `cargo check --bins` on oximeter-schema (49/162)
23832024-09-24T03:19:38.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-09-24T03:19:38.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-09-24T03:19:38.886Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23862024-09-24T03:19:39.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
23872024-09-24T03:19:39.386Z
23882024-09-24T03:19:39.386Zinfo: running `cargo check --bins` on oximeter-types (50/162)
23892024-09-24T03:19:40.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-09-24T03:19:40.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-09-24T03:19:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-09-24T03:19:40.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23932024-09-24T03:19:40.064Z
23942024-09-24T03:19:40.064Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/162)
23952024-09-24T03:19:40.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-09-24T03:19:40.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-09-24T03:19:40.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-09-24T03:19:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23992024-09-24T03:19:40.747Z
24002024-09-24T03:19:40.747Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/162)
24012024-09-24T03:19:41.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-09-24T03:19:41.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-09-24T03:19:41.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-09-24T03:19:41.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24052024-09-24T03:19:41.393Z
24062024-09-24T03:19:41.393Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/162)
24072024-09-24T03:19:42.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-09-24T03:19:42.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-09-24T03:19:42.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-09-24T03:19:42.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24112024-09-24T03:19:42.070Z
24122024-09-24T03:19:42.070Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/162)
24132024-09-24T03:19:42.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-09-24T03:19:42.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-09-24T03:19:42.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-09-24T03:19:42.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24172024-09-24T03:19:42.745Z
24182024-09-24T03:19:42.745Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/162)
24192024-09-24T03:19:43.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-09-24T03:19:43.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-09-24T03:19:43.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-09-24T03:19:43.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24232024-09-24T03:19:43.421Z
24242024-09-24T03:19:43.421Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/162)
24252024-09-24T03:19:44.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-09-24T03:19:44.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-09-24T03:19:44.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-09-24T03:19:44.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24292024-09-24T03:19:44.099Z
24302024-09-24T03:19:44.100Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/162)
24312024-09-24T03:19:44.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-09-24T03:19:44.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-09-24T03:19:44.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-09-24T03:19:44.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24352024-09-24T03:19:44.781Z
24362024-09-24T03:19:44.781Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/162)
24372024-09-24T03:19:45.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-09-24T03:19:45.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-09-24T03:19:45.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-09-24T03:19:45.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24412024-09-24T03:19:45.481Z
24422024-09-24T03:19:45.481Zinfo: running `cargo check --bins` on oximeter-producer (59/162)
24432024-09-24T03:19:46.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-09-24T03:19:46.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-09-24T03:19:46.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-09-24T03:19:46.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24472024-09-24T03:19:46.164Z
24482024-09-24T03:19:46.164Zinfo: running `cargo check --bins` on internal-dns (60/162)
24492024-09-24T03:19:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-09-24T03:19:46.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-09-24T03:19:46.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-09-24T03:19:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24532024-09-24T03:19:46.843Z
24542024-09-24T03:19:46.843Zinfo: running `cargo check --bins` on nexus-client (61/162)
24552024-09-24T03:19:47.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-09-24T03:19:47.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-09-24T03:19:47.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-09-24T03:19:47.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24592024-09-24T03:19:47.607Z
24602024-09-24T03:19:47.607Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/162)
24612024-09-24T03:19:48.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-09-24T03:19:48.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-09-24T03:19:48.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-09-24T03:19:48.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24652024-09-24T03:19:48.225Z
24662024-09-24T03:19:48.225Zinfo: running `cargo check --bins` on omicron-passwords (63/162)
24672024-09-24T03:19:48.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-09-24T03:19:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-09-24T03:19:48.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-09-24T03:19:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24712024-09-24T03:19:48.881Z
24722024-09-24T03:19:48.881Zinfo: running `cargo check --bins` on nexus-types (64/162)
24732024-09-24T03:19:49.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-09-24T03:19:49.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-09-24T03:19:49.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-09-24T03:19:49.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24772024-09-24T03:19:49.588Z
24782024-09-24T03:19:49.588Zinfo: running `cargo check --bins` on gateway-client (65/162)
24792024-09-24T03:19:50.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-09-24T03:19:50.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-09-24T03:19:50.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-09-24T03:19:50.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24832024-09-24T03:19:50.236Z
24842024-09-24T03:19:50.236Zinfo: running `cargo check --bins` on oxql-types (66/162)
24852024-09-24T03:19:50.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-09-24T03:19:50.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-09-24T03:19:50.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-09-24T03:19:50.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24892024-09-24T03:19:50.914Z
24902024-09-24T03:19:50.914Zinfo: running `cargo check --bins` on update-engine (67/162)
24912024-09-24T03:19:51.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-09-24T03:19:51.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-09-24T03:19:51.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-09-24T03:19:51.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24952024-09-24T03:19:51.577Z
24962024-09-24T03:19:51.577Zinfo: running `cargo check --bins` on sp-sim (68/162)
24972024-09-24T03:19:52.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-09-24T03:19:52.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-09-24T03:19:52.253Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25002024-09-24T03:19:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
25012024-09-24T03:19:54.144Z
25022024-09-24T03:19:54.144Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/162)
25032024-09-24T03:19:54.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-09-24T03:19:54.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-09-24T03:19:54.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-09-24T03:19:54.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
25072024-09-24T03:19:54.871Z
25082024-09-24T03:19:54.871Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/162)
25092024-09-24T03:19:55.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-09-24T03:19:55.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-09-24T03:19:55.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-09-24T03:19:55.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
25132024-09-24T03:19:55.617Z
25142024-09-24T03:19:55.617Zinfo: running `cargo check --bins` on db-macros (71/162)
25152024-09-24T03:19:56.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-09-24T03:19:56.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-09-24T03:19:56.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-09-24T03:19:56.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25192024-09-24T03:19:56.300Z
25202024-09-24T03:19:56.300Zinfo: running `cargo check --bins` on nexus-macros-common (72/162)
25212024-09-24T03:19:56.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-09-24T03:19:56.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-09-24T03:19:56.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-09-24T03:19:56.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25252024-09-24T03:19:56.934Z
25262024-09-24T03:19:56.934Zinfo: running `cargo check --bins` on nexus-auth (73/162)
25272024-09-24T03:19:57.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-09-24T03:19:57.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-09-24T03:19:57.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-09-24T03:19:57.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25312024-09-24T03:19:57.668Z
25322024-09-24T03:19:57.668Zinfo: running `cargo check --bins` on authz-macros (74/162)
25332024-09-24T03:19:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-09-24T03:19:58.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-09-24T03:19:58.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-09-24T03:19:58.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25372024-09-24T03:19:58.319Z
25382024-09-24T03:19:58.319Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/162)
25392024-09-24T03:19:58.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-09-24T03:19:58.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-09-24T03:19:58.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-09-24T03:19:58.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25432024-09-24T03:19:59.024Z
25442024-09-24T03:19:59.024Zinfo: running `cargo check --bins` on nexus-db-model (76/162)
25452024-09-24T03:19:59.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-09-24T03:19:59.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-09-24T03:19:59.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-09-24T03:19:59.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25492024-09-24T03:19:59.927Z
25502024-09-24T03:19:59.927Zinfo: running `cargo check --bins` on nexus-defaults (77/162)
25512024-09-24T03:20:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-09-24T03:20:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-09-24T03:20:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-09-24T03:20:00.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25552024-09-24T03:20:00.412Z
25562024-09-24T03:20:00.412Zinfo: running `cargo check --bins` on sled-agent-client (78/162)
25572024-09-24T03:20:01.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-09-24T03:20:01.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-09-24T03:20:01.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-09-24T03:20:01.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25612024-09-24T03:20:01.110Z
25622024-09-24T03:20:01.110Zinfo: running `cargo check --bins` on nexus-inventory (79/162)
25632024-09-24T03:20:01.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-09-24T03:20:01.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-09-24T03:20:01.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-09-24T03:20:01.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25672024-09-24T03:20:01.818Z
25682024-09-24T03:20:01.818Zinfo: running `cargo check --bins` on typed-rng (80/162)
25692024-09-24T03:20:02.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-09-24T03:20:02.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-09-24T03:20:02.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-09-24T03:20:02.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25732024-09-24T03:20:02.476Z
25742024-09-24T03:20:02.476Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/162)
25752024-09-24T03:20:03.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-09-24T03:20:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-09-24T03:20:03.266Z Checking keccak v0.1.5
25782024-09-24T03:20:03.369Z Compiling rayon-core v1.12.1
25792024-09-24T03:20:03.378Z Compiling crossbeam-deque v0.8.5
25802024-09-24T03:20:03.381Z Checking secrecy v0.8.0
25812024-09-24T03:20:03.381Z Compiling unicase v2.7.0
25822024-09-24T03:20:03.381Z Compiling same-file v1.0.6
25832024-09-24T03:20:03.388Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25842024-09-24T03:20:03.392Z Compiling tempfile v3.10.1
25852024-09-24T03:20:03.621Z Compiling walkdir v2.5.0
25862024-09-24T03:20:03.654Z Checking sha3 v0.10.8
25872024-09-24T03:20:03.669Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25882024-09-24T03:20:03.712Z Compiling thiserror-impl-no-std v2.0.2
25892024-09-24T03:20:03.889Z Checking universal-hash v0.5.1
25902024-09-24T03:20:03.967Z Compiling blake3 v1.5.1
25912024-09-24T03:20:04.030Z Compiling ring v0.16.20
25922024-09-24T03:20:04.056Z Checking opaque-debug v0.3.1
25932024-09-24T03:20:04.140Z Checking poly1305 v0.8.0
25942024-09-24T03:20:04.241Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25952024-09-24T03:20:04.361Z Checking chacha20 v0.9.1
25962024-09-24T03:20:04.532Z Compiling rayon v1.10.0
25972024-09-24T03:20:04.626Z Checking aead v0.5.2
25982024-09-24T03:20:04.667Z Compiling memmap2 v0.9.4
25992024-09-24T03:20:04.773Z Compiling untrusted v0.7.1
26002024-09-24T03:20:04.834Z Compiling constant_time_eq v0.3.0
26012024-09-24T03:20:05.005Z Compiling arrayvec v0.7.4
26022024-09-24T03:20:05.022Z Compiling libefi-sys v0.1.0
26032024-09-24T03:20:05.080Z Compiling home v0.5.9
26042024-09-24T03:20:05.121Z Compiling spin v0.5.2
26052024-09-24T03:20:05.305Z Compiling arrayref v0.3.7
26062024-09-24T03:20:05.322Z Compiling salty v0.3.0
26072024-09-24T03:20:05.370Z Compiling toolchain_find v0.4.0
26082024-09-24T03:20:05.385Z Checking chacha20poly1305 v0.10.1
26092024-09-24T03:20:05.552Z Compiling camino-tempfile v1.1.1
26102024-09-24T03:20:05.671Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26112024-09-24T03:20:05.765Z Compiling bitfield-struct v0.6.1
26122024-09-24T03:20:05.816Z Compiling rustls v0.23.10
26132024-09-24T03:20:05.977Z Compiling topological-sort v0.2.2
26142024-09-24T03:20:06.064Z Compiling mime_guess v2.0.4
26152024-09-24T03:20:06.182Z Compiling rustfmt-wrapper v0.2.1
26162024-09-24T03:20:06.600Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26172024-09-24T03:20:06.690Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26182024-09-24T03:20:06.739Z Checking primeorder v0.13.6
26192024-09-24T03:20:06.884Z Checking thiserror-no-std v2.0.2
26202024-09-24T03:20:06.976Z Checking env_filter v0.1.2
26212024-09-24T03:20:06.993Z Checking vsss-rs v3.3.4
26222024-09-24T03:20:07.173Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-09-24T03:20:07.191Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26242024-09-24T03:20:07.206Z Checking p384 v0.13.0
26252024-09-24T03:20:07.304Z Checking env_logger v0.11.5
26262024-09-24T03:20:07.599Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26272024-09-24T03:20:07.599Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26282024-09-24T03:20:07.709Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292024-09-24T03:20:08.238Z Checking gethostname v0.5.0
26302024-09-24T03:20:08.278Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26312024-09-24T03:20:08.328Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322024-09-24T03:20:08.610Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26332024-09-24T03:20:09.093Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26342024-09-24T03:20:09.317Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26352024-09-24T03:20:09.714Z Compiling omicron-zone-package v0.11.0
26362024-09-24T03:20:09.735Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26372024-09-24T03:20:10.051Z Checking nanorand v0.7.0
26382024-09-24T03:20:10.228Z Checking http-range v0.1.5
26392024-09-24T03:20:10.411Z Checking glob v0.3.1
26402024-09-24T03:20:10.420Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412024-09-24T03:20:10.436Z Checking flume v0.11.0
26422024-09-24T03:20:10.698Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26432024-09-24T03:20:10.835Z Checking hyper-staticfile v0.9.5
26442024-09-24T03:20:10.901Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
26452024-09-24T03:20:11.107Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26462024-09-24T03:20:11.247Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26472024-09-24T03:20:11.323Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26482024-09-24T03:20:12.326Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
26492024-09-24T03:20:12.359Z Checking tokio-rustls v0.26.0
26502024-09-24T03:20:12.449Z Checking itertools v0.13.0
26512024-09-24T03:20:12.946Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26522024-09-24T03:20:13.355Z Checking display-error-chain v0.2.1
26532024-09-24T03:20:14.888Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26542024-09-24T03:20:16.026Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26552024-09-24T03:20:16.026Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26562024-09-24T03:20:26.826Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-09-24T03:20:38.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.63s
26582024-09-24T03:20:38.287Z
26592024-09-24T03:20:38.287Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/162)
26602024-09-24T03:20:38.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-09-24T03:20:38.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-09-24T03:20:39.069Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26632024-09-24T03:20:50.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
26642024-09-24T03:20:50.765Z
26652024-09-24T03:20:50.765Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/162)
26662024-09-24T03:20:51.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-09-24T03:20:51.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-09-24T03:20:51.549Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26692024-09-24T03:21:03.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s
26702024-09-24T03:21:03.183Z
26712024-09-24T03:21:03.183Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/162)
26722024-09-24T03:21:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-09-24T03:21:03.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-09-24T03:21:03.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26752024-09-24T03:21:15.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
26762024-09-24T03:21:15.742Z
26772024-09-24T03:21:15.742Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/162)
26782024-09-24T03:21:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-09-24T03:21:16.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-09-24T03:21:16.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26812024-09-24T03:21:28.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
26822024-09-24T03:21:28.190Z
26832024-09-24T03:21:28.190Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/162)
26842024-09-24T03:21:28.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-09-24T03:21:28.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-09-24T03:21:28.984Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-09-24T03:21:40.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s
26882024-09-24T03:21:40.634Z
26892024-09-24T03:21:40.634Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/162)
26902024-09-24T03:21:41.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-09-24T03:21:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-09-24T03:21:41.391Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26932024-09-24T03:21:52.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
26942024-09-24T03:21:52.950Z
26952024-09-24T03:21:52.950Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/162)
26962024-09-24T03:21:53.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-09-24T03:21:53.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-09-24T03:21:53.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26992024-09-24T03:22:05.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.34s
27002024-09-24T03:22:05.468Z
27012024-09-24T03:22:05.468Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/162)
27022024-09-24T03:22:06.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-09-24T03:22:06.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-09-24T03:22:06.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-09-24T03:22:06.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27062024-09-24T03:22:06.180Z
27072024-09-24T03:22:06.180Zinfo: running `cargo check --bins` on sled-agent-types (90/162)
27082024-09-24T03:22:06.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-09-24T03:22:06.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-09-24T03:22:06.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-09-24T03:22:06.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27122024-09-24T03:22:06.907Z
27132024-09-24T03:22:06.907Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/162)
27142024-09-24T03:22:07.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-09-24T03:22:07.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-09-24T03:22:07.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-09-24T03:22:07.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27182024-09-24T03:22:07.583Z
27192024-09-24T03:22:07.583Zinfo: running `cargo check --bins` on dpd-client (92/162)
27202024-09-24T03:22:08.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-09-24T03:22:08.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-09-24T03:22:08.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-09-24T03:22:08.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27242024-09-24T03:22:08.251Z
27252024-09-24T03:22:08.251Zinfo: running `cargo check --bins` on installinator-common (93/162)
27262024-09-24T03:22:08.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-09-24T03:22:08.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-09-24T03:22:08.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292024-09-24T03:22:08.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27302024-09-24T03:22:08.945Z
27312024-09-24T03:22:08.945Zinfo: running `cargo check --bins` on key-manager (94/162)
27322024-09-24T03:22:09.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-09-24T03:22:09.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-09-24T03:22:09.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-09-24T03:22:09.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27362024-09-24T03:22:09.626Z
27372024-09-24T03:22:09.626Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/162)
27382024-09-24T03:22:10.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-09-24T03:22:10.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-09-24T03:22:10.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-09-24T03:22:10.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27422024-09-24T03:22:10.317Z
27432024-09-24T03:22:10.317Zinfo: running `cargo check --bins` on sled-agent-api (96/162)
27442024-09-24T03:22:10.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-09-24T03:22:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-09-24T03:22:10.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-09-24T03:22:10.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27482024-09-24T03:22:11.022Z
27492024-09-24T03:22:11.022Zinfo: running `cargo check --bins` on sled-hardware (97/162)
27502024-09-24T03:22:11.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-09-24T03:22:11.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-09-24T03:22:11.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-09-24T03:22:11.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27542024-09-24T03:22:11.710Z
27552024-09-24T03:22:11.710Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/162)
27562024-09-24T03:22:12.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-09-24T03:22:12.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-09-24T03:22:12.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-09-24T03:22:12.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27602024-09-24T03:22:12.401Z
27612024-09-24T03:22:12.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/162)
27622024-09-24T03:22:13.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-09-24T03:22:13.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-09-24T03:22:13.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-09-24T03:22:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27662024-09-24T03:22:13.098Z
27672024-09-24T03:22:13.099Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/162)
27682024-09-24T03:22:13.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-09-24T03:22:13.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-09-24T03:22:13.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-09-24T03:22:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27722024-09-24T03:22:13.805Z
27732024-09-24T03:22:13.805Zinfo: running `cargo check --bins` on nexus-test-interface (101/162)
27742024-09-24T03:22:14.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-09-24T03:22:14.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-09-24T03:22:14.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-09-24T03:22:14.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27782024-09-24T03:22:14.509Z
27792024-09-24T03:22:14.509Zinfo: running `cargo check --bins` on oximeter-collector (102/162)
27802024-09-24T03:22:15.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-09-24T03:22:15.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-09-24T03:22:15.245Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27832024-09-24T03:22:15.245Z Checking bcs v0.1.6
27842024-09-24T03:22:15.248Z Compiling async-recursion v1.1.1
27852024-09-24T03:22:15.248Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862024-09-24T03:22:15.248Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27872024-09-24T03:22:16.300Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27882024-09-24T03:22:19.463Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27892024-09-24T03:22:21.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
27902024-09-24T03:22:21.319Z
27912024-09-24T03:22:21.319Zinfo: running `cargo check --bins` on oximeter-api (103/162)
27922024-09-24T03:22:22.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-09-24T03:22:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-09-24T03:22:22.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-09-24T03:22:22.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27962024-09-24T03:22:22.022Z
27972024-09-24T03:22:22.022Zinfo: running `cargo check --bins` on oximeter-client (104/162)
27982024-09-24T03:22:22.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-09-24T03:22:22.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-09-24T03:22:22.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-09-24T03:22:22.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28022024-09-24T03:22:22.681Z
28032024-09-24T03:22:22.681Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/162)
28042024-09-24T03:22:23.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-09-24T03:22:23.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-09-24T03:22:23.377Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072024-09-24T03:22:23.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
28082024-09-24T03:22:24.102Z
28092024-09-24T03:22:24.102Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/162)
28102024-09-24T03:22:24.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-09-24T03:22:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-09-24T03:22:24.813Z Compiling cfg_aliases v0.1.1
28132024-09-24T03:22:24.815Z Compiling vte_generate_state_changes v0.1.1
28142024-09-24T03:22:24.815Z Checking fd-lock v4.0.2
28152024-09-24T03:22:24.815Z Checking bytecount v0.6.8
28162024-09-24T03:22:24.918Z Compiling tabled_derive v0.7.0
28172024-09-24T03:22:24.920Z Checking crossterm v0.27.0
28182024-09-24T03:22:24.929Z Compiling peg-macros v0.8.4
28192024-09-24T03:22:24.939Z Compiling sqlparser_derive v0.2.2
28202024-09-24T03:22:24.990Z Compiling nix v0.28.0
28212024-09-24T03:22:25.052Z Checking papergrid v0.11.0
28222024-09-24T03:22:25.067Z Checking home v0.5.9
28232024-09-24T03:22:25.199Z Checking nu-ansi-term v0.50.0
28242024-09-24T03:22:25.524Z Checking vte v0.11.1
28252024-09-24T03:22:25.560Z Checking unicode_categories v0.1.1
28262024-09-24T03:22:25.862Z Checking sqlformat v0.2.4
28272024-09-24T03:22:26.080Z Checking sqlparser v0.45.0
28282024-09-24T03:22:26.484Z Checking crossterm v0.28.1
28292024-09-24T03:22:26.854Z Checking strip-ansi-escapes v0.2.0
28302024-09-24T03:22:26.990Z Checking reedline v0.33.0
28312024-09-24T03:22:27.437Z Checking tabled v0.15.0
28322024-09-24T03:22:28.082Z Checking peg v0.8.4
28332024-09-24T03:22:28.345Z Checking rustyline v14.0.0
28342024-09-24T03:22:32.465Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352024-09-24T03:22:37.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
28362024-09-24T03:22:38.103Z
28372024-09-24T03:22:38.103Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/162)
28382024-09-24T03:22:38.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-09-24T03:22:38.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-09-24T03:22:38.810Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412024-09-24T03:22:44.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
28422024-09-24T03:22:44.506Z
28432024-09-24T03:22:44.506Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/162)
28442024-09-24T03:22:45.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-09-24T03:22:45.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-09-24T03:22:45.216Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472024-09-24T03:22:49.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
28482024-09-24T03:22:49.696Z
28492024-09-24T03:22:49.696Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/162)
28502024-09-24T03:22:50.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-09-24T03:22:50.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-09-24T03:22:50.426Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532024-09-24T03:22:55.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
28542024-09-24T03:22:55.509Z
28552024-09-24T03:22:55.509Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/162)
28562024-09-24T03:22:56.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-09-24T03:22:56.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-09-24T03:22:56.218Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592024-09-24T03:23:01.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28602024-09-24T03:23:01.778Z
28612024-09-24T03:23:01.778Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/162)
28622024-09-24T03:23:02.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-09-24T03:23:02.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-09-24T03:23:02.479Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652024-09-24T03:23:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
28662024-09-24T03:23:06.728Z
28672024-09-24T03:23:06.729Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/162)
28682024-09-24T03:23:07.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-09-24T03:23:07.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-09-24T03:23:07.433Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712024-09-24T03:23:11.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
28722024-09-24T03:23:12.127Z
28732024-09-24T03:23:12.127Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/162)
28742024-09-24T03:23:12.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-09-24T03:23:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-09-24T03:23:12.836Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772024-09-24T03:23:18.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
28782024-09-24T03:23:18.237Z
28792024-09-24T03:23:18.237Zinfo: running `cargo check --bins` on oximeter-test-utils (114/162)
28802024-09-24T03:23:18.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-09-24T03:23:18.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-09-24T03:23:18.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-09-24T03:23:18.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28842024-09-24T03:23:18.954Z
28852024-09-24T03:23:18.954Zinfo: running `cargo check --bins` on cockroach-admin-client (115/162)
28862024-09-24T03:23:19.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-09-24T03:23:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-09-24T03:23:19.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-09-24T03:23:19.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28902024-09-24T03:23:19.613Z
28912024-09-24T03:23:19.613Zinfo: running `cargo check --bins` on installinator-client (116/162)
28922024-09-24T03:23:20.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-09-24T03:23:20.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-09-24T03:23:20.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-09-24T03:23:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28962024-09-24T03:23:20.308Z
28972024-09-24T03:23:20.308Zinfo: running `cargo check --bins` on oxide-client (117/162)
28982024-09-24T03:23:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-09-24T03:23:20.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-09-24T03:23:20.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-09-24T03:23:20.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29022024-09-24T03:23:20.972Z
29032024-09-24T03:23:20.972Zinfo: running `cargo check --bins` on wicketd-client (118/162)
29042024-09-24T03:23:21.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-09-24T03:23:21.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-09-24T03:23:21.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-09-24T03:23:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29082024-09-24T03:23:21.696Z
29092024-09-24T03:23:21.696Zinfo: running `cargo check --bins` on wicket-common (119/162)
29102024-09-24T03:23:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-09-24T03:23:22.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-09-24T03:23:22.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-09-24T03:23:22.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29142024-09-24T03:23:22.450Z
29152024-09-24T03:23:22.450Zinfo: running `cargo check --bins` on omicron-cockroach-admin (120/162)
29162024-09-24T03:23:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-09-24T03:23:23.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-09-24T03:23:23.111Z Checking csv-core v0.1.11
29192024-09-24T03:23:23.114Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29202024-09-24T03:23:23.402Z Checking csv v1.3.0
29212024-09-24T03:23:23.898Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29222024-09-24T03:23:24.248Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29232024-09-24T03:23:25.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
29242024-09-24T03:23:25.556Z
29252024-09-24T03:23:25.556Zinfo: running `cargo check --bins` on cockroach-admin-api (121/162)
29262024-09-24T03:23:26.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-09-24T03:23:26.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-09-24T03:23:26.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292024-09-24T03:23:26.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29302024-09-24T03:23:26.239Z
29312024-09-24T03:23:26.239Zinfo: running `cargo check --bins` on cockroach-admin-types (122/162)
29322024-09-24T03:23:26.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332024-09-24T03:23:26.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342024-09-24T03:23:26.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352024-09-24T03:23:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29362024-09-24T03:23:26.925Z
29372024-09-24T03:23:26.925Zinfo: running `cargo check --bins` on cert-dev (123/162)
29382024-09-24T03:23:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-09-24T03:23:27.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-09-24T03:23:27.578Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29412024-09-24T03:23:27.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29422024-09-24T03:23:27.974Z
29432024-09-24T03:23:27.974Zinfo: running `cargo check --bins` on ch-dev (124/162)
29442024-09-24T03:23:28.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-09-24T03:23:28.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-09-24T03:23:28.672Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29472024-09-24T03:23:29.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29482024-09-24T03:23:29.527Z
29492024-09-24T03:23:29.527Zinfo: running `cargo check --bins` on crdb-seed (125/162)
29502024-09-24T03:23:30.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-09-24T03:23:30.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-09-24T03:23:30.226Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29532024-09-24T03:23:30.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29542024-09-24T03:23:30.717Z
29552024-09-24T03:23:30.717Zinfo: running `cargo check --bins` on db-dev (126/162)
29562024-09-24T03:23:31.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-09-24T03:23:31.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-09-24T03:23:31.420Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29592024-09-24T03:23:32.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29602024-09-24T03:23:32.260Z
29612024-09-24T03:23:32.260Zinfo: running `cargo check --bins` on omicron-dev-lib (127/162)
29622024-09-24T03:23:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-09-24T03:23:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-09-24T03:23:32.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652024-09-24T03:23:32.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29662024-09-24T03:23:32.962Z
29672024-09-24T03:23:32.962Zinfo: running `cargo check --bins` on xtask-downloader (128/162)
29682024-09-24T03:23:33.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-09-24T03:23:33.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-09-24T03:23:33.622Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29712024-09-24T03:23:34.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
29722024-09-24T03:23:34.597Z
29732024-09-24T03:23:34.597Zinfo: running `cargo check --bins` on mgs-dev (129/162)
29742024-09-24T03:23:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-09-24T03:23:35.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-09-24T03:23:35.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29772024-09-24T03:23:36.011Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29782024-09-24T03:23:36.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
29792024-09-24T03:23:36.668Z
29802024-09-24T03:23:36.669Zinfo: running `cargo check --bins` on omicron-omdb (130/162)
29812024-09-24T03:23:37.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-09-24T03:23:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-09-24T03:23:37.519Z Compiling crunchy v0.2.2
29842024-09-24T03:23:37.519Z Compiling glob v0.3.1
29852024-09-24T03:23:37.522Z Compiling tiny-keccak v2.0.2
29862024-09-24T03:23:37.522Z Compiling dsl_auto_type v0.1.2
29872024-09-24T03:23:37.672Z Checking scheduled-thread-pool v0.2.7
29882024-09-24T03:23:37.676Z Compiling diesel_table_macro_syntax v0.2.0
29892024-09-24T03:23:37.676Z Compiling ascii-canvas v3.0.0
29902024-09-24T03:23:37.680Z Compiling ena v0.14.3
29912024-09-24T03:23:37.828Z Checking r2d2 v0.8.10
29922024-09-24T03:23:37.986Z Compiling libloading v0.8.3
29932024-09-24T03:23:38.064Z Compiling diff v0.1.13
29942024-09-24T03:23:38.083Z Compiling bindgen v0.69.4
29952024-09-24T03:23:38.112Z Compiling regex-syntax v0.6.29
29962024-09-24T03:23:38.211Z Compiling which v4.4.2
29972024-09-24T03:23:38.391Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29982024-09-24T03:23:38.571Z Compiling clang-sys v1.7.0
29992024-09-24T03:23:38.615Z Compiling cexpr v0.6.0
30002024-09-24T03:23:38.756Z Compiling shlex v1.3.0
30012024-09-24T03:23:38.794Z Compiling lazycell v1.3.0
30022024-09-24T03:23:38.850Z Compiling rustc-hash v1.1.0
30032024-09-24T03:23:38.929Z Compiling ref-cast v1.0.23
30042024-09-24T03:23:38.969Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30052024-09-24T03:23:39.000Z Compiling derive_builder_core v0.20.0
30062024-09-24T03:23:39.154Z Compiling libxml v0.3.3
30072024-09-24T03:23:39.264Z Compiling ref-cast-impl v1.0.23
30082024-09-24T03:23:39.282Z Compiling diesel_derives v2.2.2
30092024-09-24T03:23:39.517Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30102024-09-24T03:23:39.615Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30112024-09-24T03:23:40.001Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30122024-09-24T03:23:40.314Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30132024-09-24T03:23:40.380Z Compiling strum_macros v0.24.3
30142024-09-24T03:23:40.611Z Compiling dropshot v0.10.1
30152024-09-24T03:23:40.712Z Compiling indoc v1.0.9
30162024-09-24T03:23:41.453Z Compiling lalrpop v0.19.12
30172024-09-24T03:23:41.720Z Compiling derive_builder_macro v0.20.0
30182024-09-24T03:23:42.640Z Checking derive_builder v0.20.0
30192024-09-24T03:23:42.775Z Checking tungstenite v0.23.0
30202024-09-24T03:23:43.097Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30212024-09-24T03:23:43.369Z Compiling dropshot_endpoint v0.10.1
30222024-09-24T03:23:43.685Z Compiling impl-trait-for-tuples v0.2.2
30232024-09-24T03:23:43.941Z Compiling oso-derive v0.27.3
30242024-09-24T03:23:44.095Z Checking quick-xml v0.33.0
30252024-09-24T03:23:45.075Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30262024-09-24T03:23:45.368Z Checking maplit v1.0.2
30272024-09-24T03:23:45.564Z Checking tokio-tungstenite v0.23.1
30282024-09-24T03:23:46.069Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30292024-09-24T03:23:46.242Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30302024-09-24T03:23:46.539Z Compiling const_format_proc_macros v0.2.33
30312024-09-24T03:23:47.774Z Checking bb8 v0.8.5
30322024-09-24T03:23:48.299Z Checking crossbeam-deque v0.8.5
30332024-09-24T03:23:48.610Z Compiling portable-atomic v1.6.0
30342024-09-24T03:23:48.686Z Checking const_format v0.2.33
30352024-09-24T03:23:49.184Z Checking rayon-core v1.12.1
30362024-09-24T03:23:49.331Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30372024-09-24T03:23:49.730Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30382024-09-24T03:23:49.865Z Checking castaway v0.2.3
30392024-09-24T03:23:50.054Z Checking compact_str v0.8.0
30402024-09-24T03:23:50.109Z Checking rayon v1.10.0
30412024-09-24T03:23:51.565Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30422024-09-24T03:23:51.686Z Checking unicode-truncate v1.0.0
30432024-09-24T03:23:51.872Z Checking lru v0.12.3
30442024-09-24T03:23:51.899Z Compiling instability v0.3.2
30452024-09-24T03:23:52.072Z Checking smawk v0.3.2
30462024-09-24T03:23:52.145Z Checking cassowary v0.3.0
30472024-09-24T03:23:52.164Z Checking number_prefix v0.4.0
30482024-09-24T03:23:52.164Z Checking diesel v2.2.4
30492024-09-24T03:23:52.269Z Checking unicode-linebreak v0.1.5
30502024-09-24T03:23:52.356Z Checking is_ci v1.2.0
30512024-09-24T03:23:52.488Z Checking supports-color v3.0.1
30522024-09-24T03:23:52.558Z Checking multimap v0.10.0
30532024-09-24T03:23:52.674Z Checking textwrap v0.16.1
30542024-09-24T03:23:52.996Z Checking ratatui v0.28.0
30552024-09-24T03:23:53.829Z Checking indicatif v0.17.8
30562024-09-24T03:24:15.727Z Compiling samael v0.0.17
30572024-09-24T03:24:26.545Z Compiling polar-core v0.27.3
30582024-09-24T03:24:28.133Z Checking async-bb8-diesel v0.2.1
30592024-09-24T03:24:33.361Z Checking oso v0.27.3
30602024-09-24T03:25:34.497Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30612024-09-24T03:25:39.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
30622024-09-24T03:25:40.109Z
30632024-09-24T03:25:40.109Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (131/162)
30642024-09-24T03:25:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-09-24T03:25:40.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-09-24T03:25:40.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-09-24T03:25:40.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30682024-09-24T03:25:40.856Z
30692024-09-24T03:25:40.856Zinfo: running `cargo check --bins` on nexus-saga-recovery (132/162)
30702024-09-24T03:25:41.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-09-24T03:25:41.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-09-24T03:25:41.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-09-24T03:25:41.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30742024-09-24T03:25:41.593Z
30752024-09-24T03:25:41.593Zinfo: running `cargo check --bins` on nexus-test-utils-macros (133/162)
30762024-09-24T03:25:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-09-24T03:25:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-09-24T03:25:42.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-09-24T03:25:42.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30802024-09-24T03:25:42.253Z
30812024-09-24T03:25:42.253Zinfo: running `cargo check --bins` on omicron-nexus (134/162)
30822024-09-24T03:25:42.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-09-24T03:25:42.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-09-24T03:25:43.097Z Compiling libz-sys v1.1.16
30852024-09-24T03:25:43.204Z Compiling libgit2-sys v0.17.0+1.8.1
30862024-09-24T03:25:43.214Z Compiling vergen v8.3.2
30872024-09-24T03:25:43.216Z Compiling cargo-platform v0.1.8
30882024-09-24T03:25:43.235Z Compiling snafu-derive v0.8.2
30892024-09-24T03:25:43.235Z Compiling libsqlite3-sys v0.30.1
30902024-09-24T03:25:43.237Z Compiling buf-list v1.0.3
30912024-09-24T03:25:43.237Z Compiling cfg_aliases v0.2.1
30922024-09-24T03:25:43.382Z Compiling nix v0.29.0
30932024-09-24T03:25:43.529Z Compiling cargo_metadata v0.18.1
30942024-09-24T03:25:43.750Z Checking globset v0.4.14
30952024-09-24T03:25:43.769Z Checking olpc-cjson v0.1.3
30962024-09-24T03:25:43.979Z Checking rand_seeder v0.3.0
30972024-09-24T03:25:43.981Z Checking serde_plain v1.0.2
30982024-09-24T03:25:44.116Z Checking typed-path v0.7.1
30992024-09-24T03:25:44.191Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31002024-09-24T03:25:44.326Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31012024-09-24T03:25:44.364Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31022024-09-24T03:25:44.533Z Checking hashlink v0.9.1
31032024-09-24T03:25:44.613Z Checking fallible-iterator v0.3.0
31042024-09-24T03:25:44.630Z Checking fallible-streaming-iterator v0.1.9
31052024-09-24T03:25:44.633Z Checking parse-size v1.0.0
31062024-09-24T03:25:44.853Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31072024-09-24T03:25:45.177Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31082024-09-24T03:25:45.205Z Checking rusqlite v0.32.1
31092024-09-24T03:25:45.386Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31102024-09-24T03:25:45.635Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31112024-09-24T03:25:45.769Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31122024-09-24T03:25:45.902Z Checking twox-hash v1.6.3
31132024-09-24T03:25:45.968Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31142024-09-24T03:25:46.236Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31152024-09-24T03:25:46.760Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31162024-09-24T03:25:47.196Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31172024-09-24T03:25:47.256Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31182024-09-24T03:25:47.282Z Checking fatfs v0.3.6
31192024-09-24T03:25:47.544Z Checking assert_matches v1.5.0
31202024-09-24T03:25:48.520Z Checking snafu v0.8.2
31212024-09-24T03:25:48.924Z Checking tough v0.17.1
31222024-09-24T03:25:52.743Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31232024-09-24T03:25:53.891Z Compiling git2 v0.19.0
31242024-09-24T03:25:53.921Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31252024-09-24T03:25:58.667Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31262024-09-24T03:26:48.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
31272024-09-24T03:26:48.748Z
31282024-09-24T03:26:48.749Zinfo: running `cargo check --bins` on nexus-external-api (135/162)
31292024-09-24T03:26:49.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-09-24T03:26:49.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-09-24T03:26:49.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322024-09-24T03:26:49.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31332024-09-24T03:26:49.482Z
31342024-09-24T03:26:49.482Zinfo: running `cargo check --bins` on openapi-manager-types (136/162)
31352024-09-24T03:26:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-09-24T03:26:50.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-09-24T03:26:50.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382024-09-24T03:26:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31392024-09-24T03:26:50.140Z
31402024-09-24T03:26:50.140Zinfo: running `cargo check --bins` on nexus-internal-api (137/162)
31412024-09-24T03:26:50.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-09-24T03:26:50.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-09-24T03:26:50.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442024-09-24T03:26:50.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31452024-09-24T03:26:50.845Z
31462024-09-24T03:26:50.845Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (138/162)
31472024-09-24T03:26:51.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-09-24T03:26:51.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-09-24T03:26:51.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502024-09-24T03:26:51.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31512024-09-24T03:26:51.617Z
31522024-09-24T03:26:51.617Zinfo: running `cargo check --bins` on nexus-networking (139/162)
31532024-09-24T03:26:52.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-09-24T03:26:52.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-09-24T03:26:52.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562024-09-24T03:26:52.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31572024-09-24T03:26:52.327Z
31582024-09-24T03:26:52.327Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (140/162)
31592024-09-24T03:26:52.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-09-24T03:26:52.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-09-24T03:26:52.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622024-09-24T03:26:52.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31632024-09-24T03:26:53.059Z
31642024-09-24T03:26:53.059Zinfo: running `cargo check --bins` on update-common (141/162)
31652024-09-24T03:26:53.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-09-24T03:26:53.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-09-24T03:26:53.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682024-09-24T03:26:53.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31692024-09-24T03:26:53.748Z
31702024-09-24T03:26:53.748Zinfo: running `cargo check --bins` on tufaceous-lib (142/162)
31712024-09-24T03:26:54.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-09-24T03:26:54.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-09-24T03:26:54.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742024-09-24T03:26:54.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31752024-09-24T03:26:54.443Z
31762024-09-24T03:26:54.443Zinfo: running `cargo check --bins` on tufaceous (143/162)
31772024-09-24T03:26:55.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-09-24T03:26:55.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-09-24T03:26:55.152Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31802024-09-24T03:26:56.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31812024-09-24T03:26:56.200Z
31822024-09-24T03:26:56.200Zinfo: running `cargo check --bins` on omicron-dev (144/162)
31832024-09-24T03:26:56.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842024-09-24T03:26:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852024-09-24T03:26:57.096Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31862024-09-24T03:26:57.096Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31872024-09-24T03:26:57.098Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31882024-09-24T03:26:58.475Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31892024-09-24T03:27:00.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
31902024-09-24T03:27:01.092Z
31912024-09-24T03:27:01.092Zinfo: running `cargo check --bins` on openapi-manager (145/162)
31922024-09-24T03:27:01.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-09-24T03:27:01.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-09-24T03:27:01.854Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31952024-09-24T03:27:01.854Z Checking heck v0.4.1
31962024-09-24T03:27:01.856Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31972024-09-24T03:27:02.088Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31982024-09-24T03:27:03.423Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31992024-09-24T03:27:04.207Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32002024-09-24T03:27:05.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
32012024-09-24T03:27:05.355Z
32022024-09-24T03:27:05.355Zinfo: running `cargo check --bins` on installinator-api (146/162)
32032024-09-24T03:27:06.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-09-24T03:27:06.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-09-24T03:27:06.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062024-09-24T03:27:06.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32072024-09-24T03:27:06.083Z
32082024-09-24T03:27:06.083Zinfo: running `cargo check --bins` on wicketd-api (147/162)
32092024-09-24T03:27:06.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-09-24T03:27:06.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-09-24T03:27:06.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122024-09-24T03:27:06.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32132024-09-24T03:27:06.761Z
32142024-09-24T03:27:06.761Zinfo: running `cargo check --bins` on reconfigurator-cli (148/162)
32152024-09-24T03:27:07.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-09-24T03:27:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-09-24T03:27:07.538Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182024-09-24T03:27:08.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
32192024-09-24T03:27:08.934Z
32202024-09-24T03:27:08.934Zinfo: running `cargo check --bins` on omicron-releng (149/162)
32212024-09-24T03:27:09.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-09-24T03:27:09.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-09-24T03:27:09.656Z Checking memmap2 v0.9.4
32242024-09-24T03:27:09.656Z Checking arrayref v0.3.7
32252024-09-24T03:27:09.659Z Checking untrusted v0.7.1
32262024-09-24T03:27:09.659Z Checking arrayvec v0.7.4
32272024-09-24T03:27:09.659Z Checking spin v0.5.2
32282024-09-24T03:27:09.659Z Checking constant_time_eq v0.3.0
32292024-09-24T03:27:09.659Z Checking cargo-platform v0.1.8
32302024-09-24T03:27:09.659Z Checking topological-sort v0.2.2
32312024-09-24T03:27:09.825Z Checking shell-words v1.1.0
32322024-09-24T03:27:09.962Z Checking ring v0.16.20
32332024-09-24T03:27:10.042Z Checking blake3 v1.5.1
32342024-09-24T03:27:10.044Z Checking cargo_metadata v0.18.1
32352024-09-24T03:27:11.091Z Checking omicron-zone-package v0.11.0
32362024-09-24T03:27:12.169Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32372024-09-24T03:27:13.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32382024-09-24T03:27:13.171Z
32392024-09-24T03:27:13.171Zinfo: running `cargo check --bins` on xtask (150/162)
32402024-09-24T03:27:13.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-09-24T03:27:13.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-09-24T03:27:13.687Z Checking bitflags v2.6.0
32432024-09-24T03:27:13.690Z Checking serde v1.0.208
32442024-09-24T03:27:13.690Z Checking thiserror v1.0.63
32452024-09-24T03:27:13.814Z Checking scroll v0.12.0
32462024-09-24T03:27:13.819Z Checking hashbrown v0.14.5
32472024-09-24T03:27:13.819Z Checking log v0.4.21
32482024-09-24T03:27:13.819Z Checking zerocopy v0.7.34
32492024-09-24T03:27:13.819Z Checking syn v2.0.74
32502024-09-24T03:27:13.869Z Checking pest v2.7.10
32512024-09-24T03:27:13.991Z Checking rustix v0.38.34
32522024-09-24T03:27:14.024Z Checking fs-err v2.11.0
32532024-09-24T03:27:14.228Z Checking goblin v0.8.2
32542024-09-24T03:27:14.326Z Checking tabled v0.15.0
32552024-09-24T03:27:14.919Z Checking indexmap v2.4.0
32562024-09-24T03:27:15.142Z Checking anyhow v1.0.89
32572024-09-24T03:27:15.688Z Checking terminal_size v0.3.0
32582024-09-24T03:27:15.688Z Checking tempfile v3.10.1
32592024-09-24T03:27:15.844Z Checking clap_builder v4.5.15
32602024-09-24T03:27:16.400Z Checking dtrace-parser v0.2.0
32612024-09-24T03:27:17.931Z Checking clap v4.5.16
32622024-09-24T03:27:18.188Z Checking serde_json v1.0.125
32632024-09-24T03:27:18.188Z Checking serde_spanned v0.6.7
32642024-09-24T03:27:18.200Z Checking toml_datetime v0.6.8
32652024-09-24T03:27:18.200Z Checking camino v1.1.9
32662024-09-24T03:27:18.201Z Checking cargo-platform v0.1.8
32672024-09-24T03:27:18.201Z Checking semver v1.0.23
32682024-09-24T03:27:18.201Z Checking macaddr v1.0.1
32692024-09-24T03:27:18.427Z Checking toml_edit v0.22.20
32702024-09-24T03:27:18.633Z Checking camino-tempfile v1.1.1
32712024-09-24T03:27:19.197Z Checking dof v0.3.0
32722024-09-24T03:27:19.197Z Checking cargo_metadata v0.18.1
32732024-09-24T03:27:19.594Z Checking usdt-impl v0.5.0
32742024-09-24T03:27:19.941Z Checking usdt v0.5.0
32752024-09-24T03:27:20.083Z Checking toml v0.8.19
32762024-09-24T03:27:20.540Z Checking cargo_toml v0.20.4
32772024-09-24T03:27:21.719Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32782024-09-24T03:27:22.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
32792024-09-24T03:27:22.412Z
32802024-09-24T03:27:22.412Zinfo: running `cargo check --bins` on end-to-end-tests (151/162)
32812024-09-24T03:27:23.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-09-24T03:27:23.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-09-24T03:27:23.232Z Checking polyval v0.6.2
32842024-09-24T03:27:23.338Z Checking ctr v0.9.2
32852024-09-24T03:27:23.352Z Checking ssh-encoding v0.2.0
32862024-09-24T03:27:23.352Z Checking blowfish v0.9.1
32872024-09-24T03:27:23.374Z Checking password-hash v0.4.2
32882024-09-24T03:27:23.377Z Checking matches v0.1.10
32892024-09-24T03:27:23.402Z Checking p256 v0.13.2
32902024-09-24T03:27:23.402Z Checking p521 v0.13.3
32912024-09-24T03:27:23.475Z Checking idna v0.2.3
32922024-09-24T03:27:23.546Z Checking bcrypt-pbkdf v0.10.0
32932024-09-24T03:27:23.623Z Checking ghash v0.5.1
32942024-09-24T03:27:23.633Z Compiling enum-as-inner v0.5.1
32952024-09-24T03:27:23.651Z Checking russh-cryptovec v0.7.2
32962024-09-24T03:27:23.734Z Checking aes-gcm v0.10.3
32972024-09-24T03:27:23.752Z Checking pbkdf2 v0.11.0
32982024-09-24T03:27:23.805Z Checking md5 v0.7.0
32992024-09-24T03:27:23.840Z Checking num-bigint v0.4.5
33002024-09-24T03:27:23.885Z Checking des v0.8.1
33012024-09-24T03:27:23.972Z Checking ssh-cipher v0.2.0
33022024-09-24T03:27:24.024Z Compiling dhcproto-macros v0.1.0
33032024-09-24T03:27:24.068Z Checking hex-literal v0.4.1
33042024-09-24T03:27:24.141Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33052024-09-24T03:27:24.199Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33062024-09-24T03:27:24.253Z Checking ssh-key v0.6.6
33072024-09-24T03:27:24.283Z Checking internet-checksum v0.2.1
33082024-09-24T03:27:24.594Z Checking trust-dns-proto v0.22.0
33092024-09-24T03:27:25.508Z Checking russh-keys v0.45.0
33102024-09-24T03:27:26.394Z Checking russh v0.45.0
33112024-09-24T03:27:27.001Z Checking dhcproto v0.12.0
33122024-09-24T03:27:43.379Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33132024-09-24T03:27:44.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.24s
33142024-09-24T03:27:44.841Z
33152024-09-24T03:27:44.841Zinfo: running `cargo check --bins` on gateway-cli (152/162)
33162024-09-24T03:27:45.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-09-24T03:27:45.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-09-24T03:27:45.527Z Checking termios v0.3.3
33192024-09-24T03:27:45.730Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33202024-09-24T03:27:46.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33212024-09-24T03:27:46.617Z
33222024-09-24T03:27:46.617Zinfo: running `cargo check --bins --no-default-features` on installinator (153/162)
33232024-09-24T03:27:47.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-09-24T03:27:47.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-09-24T03:27:47.357Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33262024-09-24T03:27:49.312Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33272024-09-24T03:27:51.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
33282024-09-24T03:27:51.227Z
33292024-09-24T03:27:51.227Zinfo: running `cargo check --bins` on internal-dns-cli (154/162)
33302024-09-24T03:27:51.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-09-24T03:27:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-09-24T03:27:51.948Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33332024-09-24T03:27:52.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33342024-09-24T03:27:52.506Z
33352024-09-24T03:27:52.506Zinfo: running `cargo check --bins` on omicron-live-tests (155/162)
33362024-09-24T03:27:53.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-09-24T03:27:53.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-09-24T03:27:53.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-09-24T03:27:53.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33402024-09-24T03:27:53.211Z
33412024-09-24T03:27:53.211Zinfo: running `cargo check --bins` on live-tests-macros (156/162)
33422024-09-24T03:27:53.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-09-24T03:27:53.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-09-24T03:27:53.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-09-24T03:27:53.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33462024-09-24T03:27:53.815Z
33472024-09-24T03:27:53.815Zinfo: running `cargo check --bins` on omicron-package (157/162)
33482024-09-24T03:27:54.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-09-24T03:27:54.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-09-24T03:27:54.528Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33512024-09-24T03:27:55.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
33522024-09-24T03:27:55.906Z
33532024-09-24T03:27:55.906Zinfo: running `cargo check --bins` on wicket-dbg (158/162)
33542024-09-24T03:27:56.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-09-24T03:27:56.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-09-24T03:27:56.669Z Checking rtoolbox v0.0.2
33572024-09-24T03:27:56.669Z Checking tui-tree-widget v0.22.0
33582024-09-24T03:27:56.672Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33592024-09-24T03:27:56.884Z Checking rpassword v7.3.1
33602024-09-24T03:28:00.853Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33612024-09-24T03:28:03.700Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33622024-09-24T03:28:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
33632024-09-24T03:28:05.004Z
33642024-09-24T03:28:05.005Zinfo: running `cargo check --bins` on wicket (159/162)
33652024-09-24T03:28:05.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-09-24T03:28:05.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-09-24T03:28:05.720Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33682024-09-24T03:28:06.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33692024-09-24T03:28:06.281Z
33702024-09-24T03:28:06.281Zinfo: running `cargo check --bins` on wicketd (160/162)
33712024-09-24T03:28:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-09-24T03:28:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-09-24T03:28:07.055Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33742024-09-24T03:28:10.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
33752024-09-24T03:28:10.908Z
33762024-09-24T03:28:10.908Zinfo: running `cargo check --bins` on omicron-workspace-hack (161/162)
33772024-09-24T03:28:11.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-09-24T03:28:11.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-09-24T03:28:11.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802024-09-24T03:28:11.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33812024-09-24T03:28:11.603Z
33822024-09-24T03:28:11.603Zinfo: running `cargo check --bins` on zone-setup (162/162)
33832024-09-24T03:28:12.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-09-24T03:28:12.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-09-24T03:28:12.344Z Checking uzers v0.11.3
33862024-09-24T03:28:12.692Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33872024-09-24T03:28:13.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
33882024-09-24T03:28:13.854Z
33892024-09-24T03:28:13.854Zreal 11:21.647448354
33902024-09-24T03:28:13.854Zuser 24:00.043855932
33912024-09-24T03:28:13.854Zsys 5:14.755532940
33922024-09-24T03:28:13.854Ztrap 0.509181401
33932024-09-24T03:28:13.854Ztflt 3.288599645
33942024-09-24T03:28:13.854Zdflt 2.240927478
33952024-09-24T03:28:13.854Zkflt 0.002512158
33962024-09-24T03:28:13.854Zlock 42:22.401174645
33972024-09-24T03:28:13.854Zslp 1:58:34.407914336
33982024-09-24T03:28:13.857Zlat 1:03.042861498
33992024-09-24T03:28:13.857Zstop 3:10.447080178
34002024-09-24T03:28:13.857Zprocess exited: duration 1022476 ms, exit code 0
 
34012024-09-24T03:28:13.863Zfound 0 output files