01JFK3341WRGPPVBJENH0YZG7J: 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: 01JFK33XG585ZHMRQ1T6GK221S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:31:48.699Zjob assigned to worker 01JFK33XRF31P0NRQ13430H54Y [factory aws, i-0dfb184ead1f80734] (queued for 54 s)
 
22024-12-20T22:31:56.587Zstarting task 0: "setup"
32024-12-20T22:31:56.600Z++ uname -s
42024-12-20T22:31:56.605Z+ kern=SunOS
52024-12-20T22:31:56.605Z+ case "$kern" in
62024-12-20T22:31:56.605Z+ groupadd -g 12345 build
72024-12-20T22:31:56.610Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:31:58.613Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:31:58.795Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:31:58.799Z+ home_fs=zfs
112024-12-20T22:31:58.799Z+ [[ zfs == autofs ]]
122024-12-20T22:31:58.799Z+ mkdir -p /home/build
132024-12-20T22:31:58.802Z+ chown build:build /home/build /work
142024-12-20T22:31:59.816Z+ chmod 0700 /home/build /work
152024-12-20T22:31:59.822Zprocess exited: duration 3217 ms, exit code 0
 
162024-12-20T22:31:59.830Zstarting task 1: "rust-toolchain"
172024-12-20T22:31:59.838Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:31:59.838Z' 1.81.0
192024-12-20T22:31:59.838Z+ printf ' * toolchain profile = "%s"
202024-12-20T22:31:59.838Z' default
212024-12-20T22:31:59.838Z * toolchain channel = "1.81.0"
222024-12-20T22:31:59.838Z * toolchain profile = "default"
232024-12-20T22:31:59.841Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:31:59.841Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:31:59.933Zinfo: downloading installer
262024-12-20T22:32:01.097Zinfo: profile set to 'default'
272024-12-20T22:32:01.097Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:32:01.101Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:32:01.238Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:32:01.243Zinfo: downloading component 'cargo'
312024-12-20T22:32:01.964Zinfo: downloading component 'clippy'
322024-12-20T22:32:02.235Zinfo: downloading component 'rust-docs'
332024-12-20T22:32:03.241Zinfo: downloading component 'rust-std'
342024-12-20T22:32:04.808Zinfo: downloading component 'rustc'
352024-12-20T22:32:10.427Zinfo: downloading component 'rustfmt'
362024-12-20T22:32:10.639Zinfo: installing component 'cargo'
372024-12-20T22:32:11.423Zinfo: installing component 'clippy'
382024-12-20T22:32:12.679Zinfo: installing component 'rust-docs'
392024-12-20T22:32:13.392Zinfo: installing component 'rust-std'
402024-12-20T22:32:15.087Zinfo: installing component 'rustc'
412024-12-20T22:32:20.750Zinfo: installing component 'rustfmt'
422024-12-20T22:32:21.070Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:32:21.070Z
442024-12-20T22:32:21.437Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:32:21.437Z
462024-12-20T22:32:21.440Z
472024-12-20T22:32:21.440ZRust is installed now. Great!
482024-12-20T22:32:21.440Z
492024-12-20T22:32:21.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:32:21.440Zenvironment variable. This has not been done automatically.
512024-12-20T22:32:21.440Z
522024-12-20T22:32:21.440ZTo configure your current shell, you need to source
532024-12-20T22:32:21.440Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:32:21.440Z
552024-12-20T22:32:21.440ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:32:21.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:32:21.440Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:32:21.511Z+ rustc --version
592024-12-20T22:32:21.576Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:32:21.579Zprocess exited: duration 21746 ms, exit code 0
 
612024-12-20T22:32:21.586Zstarting task 2: "authentication"
622024-12-20T22:32:21.606Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T22:32:21.612Zstarting task 3: "clone repository"
642024-12-20T22:32:21.617Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:32:21.620Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:32:21.663ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:32:29.056Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:32:29.056Z+ git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b
692024-12-20T22:32:29.340ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:32:29.340Z * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD
712024-12-20T22:32:29.349Z+ [[ -n support-bundle-bg-task ]]
722024-12-20T22:32:29.352Z++ git branch --show-current
732024-12-20T22:32:29.354Z+ current=main
742024-12-20T22:32:29.354Z+ [[ main != support-bundle-bg-task ]]
752024-12-20T22:32:29.354Z+ git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b
762024-12-20T22:32:29.357Z+ git checkout -f support-bundle-bg-task
772024-12-20T22:32:29.527ZSwitched to branch 'support-bundle-bg-task'
782024-12-20T22:32:29.530Z+ git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b
792024-12-20T22:32:29.703ZHEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task
802024-12-20T22:32:29.706Zprocess exited: duration 8088 ms, exit code 0
 
812024-12-20T22:32:29.712Zstarting task 4: "build"
822024-12-20T22:32:29.719Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:32:29.719Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:32:29.719Z++ CARGO_TERM_COLOR=always
852024-12-20T22:32:29.719Z+ cargo --version
862024-12-20T22:32:29.776Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:32:29.780Z+ rustc --version
882024-12-20T22:32:29.838Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:32:29.842Z+ source ./env.sh
902024-12-20T22:32:29.842Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T22:32:29.842Z++ set -o xtrace
922024-12-20T22:32:29.845Z++++ dirname ./env.sh
932024-12-20T22:32:29.848Z+++ readlink -f .
942024-12-20T22:32:29.850Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T22:32:29.850Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-20T22:32:29.850Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T22:32:29.850Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-20T22:32:29.850Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-20T22:32:29.850Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-20T22:32:29.850Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-20T22:32:29.850Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-20T22:32:29.851Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-20T22:32:29.851Z++ case $OLD_SHELL_OPTS in
1042024-12-20T22:32:29.851Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T22:32:29.851Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-20T22:32:29.851Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-20T22:32:29.851Z+ banner prerequisites
1082024-12-20T22:32:29.854Z
1092024-12-20T22:32:29.854Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T22:32:29.854Z # # # # # # # # # # # # # # #
1112024-12-20T22:32:29.854Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T22:32:29.854Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T22:32:29.854Z # # # # # # # # # # # # # # #
1142024-12-20T22:32:29.854Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T22:32:29.854Z
1162024-12-20T22:32:29.854Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T22:32:39.067Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T22:32:42.951Z Startup: Caching catalogs ... Done
1192024-12-20T22:32:53.788ZPlanning: Solver setup ... Done (9.660s)
1202024-12-20T22:32:54.074ZPlanning: Running solver ... Done (0.132s)
1212024-12-20T22:32:54.074ZPlanning: Finding local manifests ... Done (0.005s)
1222024-12-20T22:32:54.074ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T22:32:54.518ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T22:32:54.616ZPlanning: Package planning ... Done (0.098s)
1252024-12-20T22:32:54.671ZPlanning: Merging actions ... Done (0.056s)
1262024-12-20T22:32:55.029ZPlanning: Checking for conflicting actions ... Done (0.359s)
1272024-12-20T22:32:56.993ZPlanning: Consolidating action changes ... Done (1.976s)
1282024-12-20T22:32:57.432ZPlanning: Evaluating mediators ... Done (0.439s)
1292024-12-20T22:32:57.509ZPlanning: Planning completed in 14.46 seconds
1302024-12-20T22:32:57.529Z Packages to install: 4
1312024-12-20T22:32:57.530Z Packages to update: 1
1322024-12-20T22:32:57.543Z Mediators to change: 2
1332024-12-20T22:32:57.543Z Services to change: 1
1342024-12-20T22:32:57.543Z Estimated space available: 155.63 GB
1352024-12-20T22:32:57.543ZEstimated space to be consumed: 1.62 GB
1362024-12-20T22:32:57.543Z Create boot environment: No
1372024-12-20T22:32:57.543ZCreate backup boot environment: Yes
1382024-12-20T22:32:57.544Z Rebuild boot archive: No
1392024-12-20T22:32:57.544Z
1402024-12-20T22:32:57.544ZChanged mediators:
1412024-12-20T22:32:57.544Z mediator clang:
1422024-12-20T22:32:57.544Z version: None -> 15 (system default)
1432024-12-20T22:32:57.544Z
1442024-12-20T22:32:57.545Z mediator llvm:
1452024-12-20T22:32:57.545Z version: 14 (system default) -> 15 (system default)
1462024-12-20T22:32:57.545Z
1472024-12-20T22:32:57.545ZChanged packages:
1482024-12-20T22:32:57.545Zhelios-dev
1492024-12-20T22:32:57.545Z developer/build-essential
1502024-12-20T22:32:57.545Z None -> 11-2.0
1512024-12-20T22:32:57.545Z library/libxmlsec1
1522024-12-20T22:32:57.545Z None -> 1.2.35-2.0
1532024-12-20T22:32:57.545Z ooce/developer/clang-15
1542024-12-20T22:32:57.545Z None -> 15.0.7-2.0
1552024-12-20T22:32:57.545Z ooce/developer/llvm-15
1562024-12-20T22:32:57.545Z None -> 15.0.7-2.0
1572024-12-20T22:32:57.545Z package/pkg
1582024-12-20T22:32:57.545Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T22:32:57.545Z
1602024-12-20T22:32:57.545ZServices:
1612024-12-20T22:32:57.545Z restart_fmri:
1622024-12-20T22:32:57.545Z svc:/system/update-man-index:default
1632024-12-20T22:32:57.545Z
1642024-12-20T22:32:57.545ZEditable files to change:
1652024-12-20T22:32:57.545Z Update:
1662024-12-20T22:32:57.545Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T22:32:57.611Z
1682024-12-20T22:32:57.611ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T22:33:03.482ZDownload: 747/4281 items 18.3/220.6MB 8% complete (3.8M/s)
1702024-12-20T22:33:08.220ZDownload: 1293/4281 items 115.0/220.6MB 52% complete (11.6M/s)
1712024-12-20T22:33:12.815ZDownload: 1730/4281 items 118.1/220.6MB 53% complete (10.0M/s)
1722024-12-20T22:33:17.662ZDownload: 2211/4281 items 119.2/220.6MB 54% complete (1.8M/s)
1732024-12-20T22:33:26.758ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (1.2M/s)
1742024-12-20T22:33:31.941ZDownload: 2375/4281 items 119.8/220.6MB 54% complete (118k/s)
1752024-12-20T22:33:36.603ZDownload: 2469/4281 items 119.9/220.6MB 54% complete (79.7k/s)
1762024-12-20T22:33:41.636ZDownload: 2541/4281 items 120.1/220.6MB 54% complete (45.8k/s)
1772024-12-20T22:33:46.975ZDownload: 2613/4281 items 120.3/220.6MB 54% complete (37.5k/s)
1782024-12-20T22:33:51.635ZDownload: 2714/4281 items 120.8/220.6MB 54% complete (60.3k/s)
1792024-12-20T22:33:56.838ZDownload: 2873/4281 items 121.1/220.6MB 54% complete (86.8k/s)
1802024-12-20T22:34:02.089ZDownload: 2990/4281 items 121.3/220.6MB 54% complete (77.8k/s)
1812024-12-20T22:34:06.660ZDownload: 3123/4281 items 167.3/220.6MB 75% complete (4.5M/s)
1822024-12-20T22:34:11.723ZDownload: 3244/4281 items 201.1/220.6MB 91% complete (8.0M/s)
1832024-12-20T22:34:18.138ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.0M/s)
1842024-12-20T22:34:26.138ZDownload: 3247/4281 items 203.1/220.6MB 92% complete
1852024-12-20T22:34:39.510ZDownload: 3289/4281 items 211.0/220.6MB 95% complete (1.9M/s)
1862024-12-20T22:34:44.518ZDownload: 3658/4281 items 216.3/220.6MB 98% complete (1.2M/s)
1872024-12-20T22:34:49.529ZDownload: 3809/4281 items 217.2/220.6MB 98% complete (684k/s)
1882024-12-20T22:34:54.542ZDownload: 4103/4281 items 219.9/220.6MB 99% complete (368k/s)
1892024-12-20T22:35:02.288ZDownload: 4199/4281 items 220.5/220.6MB 99% complete (373k/s)
1902024-12-20T22:35:09.174ZDownload: 4202/4281 items 220.5/220.6MB 99% complete
1912024-12-20T22:35:16.423ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (280k/s)
1922024-12-20T22:35:21.393ZDownload: Completed 220.60 MB in 143.77 seconds (1.5M/s)
1932024-12-20T22:35:23.609Z Actions: 1/5063 actions (Removing old actions)
1942024-12-20T22:35:23.633Z Actions: 194/5063 actions (Installing new actions)
1952024-12-20T22:35:28.265Z Actions: 4226/5063 actions (Updating modified actions)
1962024-12-20T22:35:28.590Z Actions: Completed 5063 actions in 4.98 seconds.
1972024-12-20T22:35:28.990Z Done (0.393s)
1982024-12-20T22:35:28.993Z Done (0.000s)
1992024-12-20T22:35:29.593Z Done (0.601s)
2002024-12-20T22:35:34.008Z Done (4.196s)
2012024-12-20T22:35:34.092Z Done (0.017s)
2022024-12-20T22:35:34.094Z Done (0.000s)
2032024-12-20T22:35:34.258Z Done (0.000s)
2042024-12-20T22:35:34.948ZPlanning: Evaluating mediator changes ... Done
2052024-12-20T22:35:35.109ZPlanning: Checking for conflicting actions ... Done
2062024-12-20T22:35:35.111ZPlanning: Consolidating action changes ... Done
2072024-12-20T22:35:35.376ZPlanning: Evaluating mediators ... Done
2082024-12-20T22:35:35.379ZPlanning: Planning completed in 0.43 seconds
2092024-12-20T22:35:35.415Z Mediators to change: 2
2102024-12-20T22:35:35.415Z Create boot environment: No
2112024-12-20T22:35:35.417ZCreate backup boot environment: No
2122024-12-20T22:35:35.495Z Done
2132024-12-20T22:35:35.495Z Done
2142024-12-20T22:35:35.854Z Done
2152024-12-20T22:35:39.477Z Done
2162024-12-20T22:35:39.573Z Done
2172024-12-20T22:35:39.576Z Done
2182024-12-20T22:35:39.707Z Done
2192024-12-20T22:35:40.312ZPlanning: Evaluating mediator changes ... Done
2202024-12-20T22:35:40.315ZPlanning: Merging actions ... Done
2212024-12-20T22:35:40.499ZPlanning: Checking for conflicting actions ... Done
2222024-12-20T22:35:40.502ZPlanning: Consolidating action changes ... Done
2232024-12-20T22:35:40.765ZPlanning: Evaluating mediators ... Done
2242024-12-20T22:35:40.821ZPlanning: Planning completed in 0.75 seconds
2252024-12-20T22:35:40.860Z Packages to change: 1
2262024-12-20T22:35:40.860Z Mediators to change: 1
2272024-12-20T22:35:40.863Z Services to change: 1
2282024-12-20T22:35:40.863Z Create boot environment: No
2292024-12-20T22:35:40.863ZCreate backup boot environment: Yes
2302024-12-20T22:35:43.212Z Actions: 1/6 actions (Updating modified actions)
2312024-12-20T22:35:43.215Z Actions: Completed 6 actions in 0.00 seconds.
2322024-12-20T22:35:43.215Z Done
2332024-12-20T22:35:43.215Z Done
2342024-12-20T22:35:43.332Z Done
2352024-12-20T22:35:46.934Z Done
2362024-12-20T22:35:47.029Z Done
2372024-12-20T22:35:47.031Z Done
2382024-12-20T22:35:47.181Z Done
2392024-12-20T22:35:47.610ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402024-12-20T22:35:47.610Zclang system 15 system
2412024-12-20T22:35:47.610Zcsh system system illumos
2422024-12-20T22:35:47.610Zctags system system illumos
2432024-12-20T22:35:47.610Zgcc vendor 12 vendor
2442024-12-20T22:35:47.610Zgcc system 10 system
2452024-12-20T22:35:47.610Zgcc system 7 system
2462024-12-20T22:35:47.610Zgo system 1.20 system
2472024-12-20T22:35:47.610Zgo system 1.19 system
2482024-12-20T22:35:47.610Zllvm system 15 system
2492024-12-20T22:35:47.610Zllvm system 14 system
2502024-12-20T22:35:47.610Zmariadb system 10.6 system
2512024-12-20T22:35:47.610Zmta vendor vendor dma
2522024-12-20T22:35:47.610Zopenjdk system 17 system
2532024-12-20T22:35:47.610Zopenjdk system 11 system
2542024-12-20T22:35:47.610Zopenjdk system 1.8 system
2552024-12-20T22:35:47.610Zopenssl vendor 3 vendor
2562024-12-20T22:35:47.612Zperl system 5.36 system
2572024-12-20T22:35:47.612Zpostgresql system 15 system
2582024-12-20T22:35:47.612Zpostgresql system 13 system
2592024-12-20T22:35:47.612Zpython vendor 3 vendor
2602024-12-20T22:35:47.612Zpython system 2 system
2612024-12-20T22:35:47.612Zpython3 system 3.11 system
2622024-12-20T22:35:47.612Zruby system 3.0 system
2632024-12-20T22:35:47.612Zwords vendor vendor american-english
2642024-12-20T22:35:47.612Zwords system system australian-english
2652024-12-20T22:35:47.612Zwords system system british-english
2662024-12-20T22:35:47.612Zwords system system canadian-english
2672024-12-20T22:35:47.613Zwords system system french
2682024-12-20T22:35:47.613Zwords system system italian
2692024-12-20T22:35:47.613Zwords system system ngerman
2702024-12-20T22:35:47.613Zwords system system ogerman
2712024-12-20T22:35:47.613Zwords system system spanish
2722024-12-20T22:35:47.946ZPUBLISHER TYPE STATUS P LOCATION
2732024-12-20T22:35:47.946Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2742024-12-20T22:35:50.696ZFMRI IFO
2752024-12-20T22:35:50.696Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2762024-12-20T22:35:50.696Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2772024-12-20T22:35:50.696Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2782024-12-20T22:35:50.696Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2792024-12-20T22:35:50.696Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2802024-12-20T22:35:50.696Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812024-12-20T22:35:50.696Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2822024-12-20T22:35:50.696Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832024-12-20T22:35:50.696Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842024-12-20T22:35:50.696Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2852024-12-20T22:35:50.696Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2862024-12-20T22:35:50.696Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872024-12-20T22:35:50.696Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2882024-12-20T22:35:50.696Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2892024-12-20T22:35:50.696Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902024-12-20T22:35:51.465Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912024-12-20T22:35:51.728Z Updating crates.io index
2922024-12-20T22:35:51.774Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932024-12-20T22:35:52.281Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2942024-12-20T22:35:52.574Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2952024-12-20T22:35:52.814Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2962024-12-20T22:35:53.050Z Updating git repository `https://github.com/oxidecomputer/propolis`
2972024-12-20T22:35:53.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982024-12-20T22:35:55.497Z Updating git repository `https://github.com/oxidecomputer/opte`
2992024-12-20T22:35:56.192Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-12-20T22:35:56.998Z Updating git repository `https://github.com/oxidecomputer/clickward`
3012024-12-20T22:35:57.290Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022024-12-20T22:35:57.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3032024-12-20T22:35:58.176Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3042024-12-20T22:35:58.785Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052024-12-20T22:35:58.819Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062024-12-20T22:35:59.062Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072024-12-20T22:35:59.390Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082024-12-20T22:35:59.664Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092024-12-20T22:35:59.941Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102024-12-20T22:36:00.289Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112024-12-20T22:36:00.633Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122024-12-20T22:36:00.884Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132024-12-20T22:36:01.416Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142024-12-20T22:36:01.790Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152024-12-20T22:36:02.272Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162024-12-20T22:36:02.638Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172024-12-20T22:36:02.974Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182024-12-20T22:36:03.243Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192024-12-20T22:36:03.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202024-12-20T22:36:04.797Z Downloading crates ...
3212024-12-20T22:36:04.847Z Downloaded anstyle-parse v0.2.5
3222024-12-20T22:36:04.849Z Downloaded anstyle v1.0.10
3232024-12-20T22:36:04.852Z Downloaded anstream v0.6.15
3242024-12-20T22:36:04.867Z Downloaded dtrace-parser v0.2.0
3252024-12-20T22:36:04.872Z Downloaded pretty-hex v0.4.1
3262024-12-20T22:36:04.875Z Downloaded swrite v0.1.0
3272024-12-20T22:36:04.887Z Downloaded usdt-macro v0.5.0
3282024-12-20T22:36:04.890Z Downloaded usdt-attr-macro v0.5.0
3292024-12-20T22:36:04.893Z Downloaded heck v0.4.1
3302024-12-20T22:36:04.895Z Downloaded equivalent v1.0.1
3312024-12-20T22:36:04.898Z Downloaded cfg-if v1.0.0
3322024-12-20T22:36:04.902Z Downloaded block-buffer v0.10.4
3332024-12-20T22:36:04.907Z Downloaded macaddr v1.0.1
3342024-12-20T22:36:04.912Z Downloaded dof v0.3.0
3352024-12-20T22:36:04.912Z Downloaded digest v0.10.7
3362024-12-20T22:36:04.912Z Downloaded pest_generator v2.7.14
3372024-12-20T22:36:04.917Z Downloaded is_terminal_polyfill v1.70.1
3382024-12-20T22:36:04.917Z Downloaded plain v0.2.3
3392024-12-20T22:36:04.917Z Downloaded scroll_derive v0.12.0
3402024-12-20T22:36:04.917Z Downloaded itoa v1.0.11
3412024-12-20T22:36:04.917Z Downloaded heck v0.5.0
3422024-12-20T22:36:04.921Z Downloaded fnv v1.0.7
3432024-12-20T22:36:04.921Z Downloaded unicode-linebreak v0.1.5
3442024-12-20T22:36:04.921Z Downloaded tabled_derive v0.7.0
3452024-12-20T22:36:04.921Z Downloaded smawk v0.3.2
3462024-12-20T22:36:04.924Z Downloaded serde_tokenstream v0.2.2
3472024-12-20T22:36:04.924Z Downloaded serde_spanned v0.6.8
3482024-12-20T22:36:04.924Z Downloaded clap_lex v0.7.2
3492024-12-20T22:36:04.924Z Downloaded fs-err v2.11.0
3502024-12-20T22:36:04.927Z Downloaded toml_datetime v0.6.8
3512024-12-20T22:36:04.931Z Downloaded fastrand v2.1.1
3522024-12-20T22:36:04.931Z Downloaded thiserror-impl v1.0.69
3532024-12-20T22:36:04.931Z Downloaded proc-macro-error-attr v1.0.4
3542024-12-20T22:36:04.935Z Downloaded errno v0.3.9
3552024-12-20T22:36:04.935Z Downloaded byteorder v1.5.0
3562024-12-20T22:36:04.935Z Downloaded bytecount v0.6.8
3572024-12-20T22:36:04.939Z Downloaded utf8parse v0.2.2
3582024-12-20T22:36:04.939Z Downloaded autocfg v1.4.0
3592024-12-20T22:36:04.943Z Downloaded version_check v0.9.5
3602024-12-20T22:36:04.946Z Downloaded log v0.4.22
3612024-12-20T22:36:04.949Z Downloaded thiserror v1.0.69
3622024-12-20T22:36:04.952Z Downloaded quote v1.0.37
3632024-12-20T22:36:04.955Z Downloaded crypto-common v0.1.6
3642024-12-20T22:36:04.955Z Downloaded cargo_toml v0.20.5
3652024-12-20T22:36:04.958Z Downloaded once_cell v1.20.2
3662024-12-20T22:36:04.960Z Downloaded clap_derive v4.5.18
3672024-12-20T22:36:04.963Z Downloaded usdt v0.5.0
3682024-12-20T22:36:04.963Z Downloaded tempfile v3.13.0
3692024-12-20T22:36:04.966Z Downloaded cargo_metadata v0.18.1
3702024-12-20T22:36:04.969Z Downloaded scroll v0.12.0
3712024-12-20T22:36:04.969Z Downloaded camino-tempfile v1.1.1
3722024-12-20T22:36:04.972Z Downloaded usdt-impl v0.5.0
3732024-12-20T22:36:04.972Z Downloaded pest_derive v2.7.14
3742024-12-20T22:36:04.975Z Downloaded strsim v0.11.1
3752024-12-20T22:36:04.975Z Downloaded indexmap v2.6.0
3762024-12-20T22:36:04.978Z Downloaded terminal_size v0.4.0
3772024-12-20T22:36:04.981Z Downloaded colorchoice v1.0.2
3782024-12-20T22:36:04.981Z Downloaded thread-id v4.2.2
3792024-12-20T22:36:04.983Z Downloaded memmap v0.7.0
3802024-12-20T22:36:04.984Z Downloaded sha2 v0.10.8
3812024-12-20T22:36:04.986Z Downloaded generic-array v0.14.7
3822024-12-20T22:36:04.987Z Downloaded cpufeatures v0.2.14
3832024-12-20T22:36:04.993Z Downloaded ryu v1.0.18
3842024-12-20T22:36:04.993Z Downloaded bitflags v2.6.0
3852024-12-20T22:36:04.996Z Downloaded anyhow v1.0.93
3862024-12-20T22:36:04.999Z Downloaded unicode-ident v1.0.13
3872024-12-20T22:36:05.003Z Downloaded toml v0.8.19
3882024-12-20T22:36:05.006Z Downloaded zerocopy-derive v0.7.35
3892024-12-20T22:36:05.009Z Downloaded ucd-trie v0.1.7
3902024-12-20T22:36:05.009Z Downloaded camino v1.1.9
3912024-12-20T22:36:05.015Z Downloaded typenum v1.17.0
3922024-12-20T22:36:05.017Z Downloaded textwrap v0.16.1
3932024-12-20T22:36:05.017Z Downloaded papergrid v0.11.0
3942024-12-20T22:36:05.020Z Downloaded pest_meta v2.7.14
3952024-12-20T22:36:05.023Z Downloaded proc-macro-error v1.0.4
3962024-12-20T22:36:05.027Z Downloaded clap v4.5.21
3972024-12-20T22:36:05.033Z Downloaded serde_derive v1.0.215
3982024-12-20T22:36:05.038Z Downloaded cargo-platform v0.1.8
3992024-12-20T22:36:05.038Z Downloaded anstyle-query v1.1.1
4002024-12-20T22:36:05.039Z Downloaded semver v1.0.23
4012024-12-20T22:36:05.042Z Downloaded serde v1.0.215
4022024-12-20T22:36:05.046Z Downloaded memchr v2.7.4
4032024-12-20T22:36:05.049Z Downloaded proc-macro2 v1.0.89
4042024-12-20T22:36:05.061Z Downloaded toml_edit v0.22.22
4052024-12-20T22:36:05.088Z Downloaded pest v2.7.14
4062024-12-20T22:36:05.095Z Downloaded hashbrown v0.15.1
4072024-12-20T22:36:05.103Z Downloaded zerocopy v0.7.35
4082024-12-20T22:36:05.118Z Downloaded winnow v0.6.20
4092024-12-20T22:36:05.125Z Downloaded clap_builder v4.5.21
4102024-12-20T22:36:05.131Z Downloaded tabled v0.15.0
4112024-12-20T22:36:05.146Z Downloaded serde_json v1.0.132
4122024-12-20T22:36:05.154Z Downloaded syn v1.0.109
4132024-12-20T22:36:05.161Z Downloaded unicode-width v0.1.14
4142024-12-20T22:36:05.166Z Downloaded syn v2.0.87
4152024-12-20T22:36:05.175Z Downloaded goblin v0.8.2
4162024-12-20T22:36:05.190Z Downloaded rustix v0.38.37
4172024-12-20T22:36:05.218Z Downloaded libc v0.2.162
4182024-12-20T22:36:05.523Z Compiling proc-macro2 v1.0.89
4192024-12-20T22:36:05.523Z Compiling unicode-ident v1.0.13
4202024-12-20T22:36:05.523Z Compiling serde v1.0.215
4212024-12-20T22:36:05.525Z Compiling version_check v0.9.5
4222024-12-20T22:36:05.525Z Compiling thiserror v1.0.69
4232024-12-20T22:36:05.525Z Compiling memchr v2.7.4
4242024-12-20T22:36:05.525Z Compiling libc v0.2.162
4252024-12-20T22:36:05.525Z Compiling ryu v1.0.18
4262024-12-20T22:36:05.763Z Compiling itoa v1.0.11
4272024-12-20T22:36:05.954Z Compiling ucd-trie v0.1.7
4282024-12-20T22:36:06.258Z Compiling once_cell v1.20.2
4292024-12-20T22:36:06.403Z Compiling byteorder v1.5.0
4302024-12-20T22:36:06.546Z Compiling rustix v0.38.37
4312024-12-20T22:36:06.593Z Compiling serde_json v1.0.132
4322024-12-20T22:36:06.836Z Compiling bitflags v2.6.0
4332024-12-20T22:36:06.991Z Compiling usdt-impl v0.5.0
4342024-12-20T22:36:07.023Z Compiling proc-macro-error-attr v1.0.4
4352024-12-20T22:36:07.317Z Compiling syn v1.0.109
4362024-12-20T22:36:07.392Z Compiling proc-macro-error v1.0.4
4372024-12-20T22:36:07.459Z Compiling quote v1.0.37
4382024-12-20T22:36:07.532Z Compiling hashbrown v0.15.1
4392024-12-20T22:36:07.559Z Compiling log v0.4.22
4402024-12-20T22:36:07.689Z Compiling equivalent v1.0.1
4412024-12-20T22:36:07.817Z Compiling errno v0.3.9
4422024-12-20T22:36:07.948Z Compiling syn v2.0.87
4432024-12-20T22:36:08.071Z Compiling plain v0.2.3
4442024-12-20T22:36:08.121Z Compiling camino v1.1.9
4452024-12-20T22:36:08.215Z Compiling thread-id v4.2.2
4462024-12-20T22:36:08.241Z Compiling utf8parse v0.2.2
4472024-12-20T22:36:08.422Z Compiling anstyle-parse v0.2.5
4482024-12-20T22:36:08.771Z Compiling indexmap v2.6.0
4492024-12-20T22:36:08.797Z Compiling autocfg v1.4.0
4502024-12-20T22:36:08.825Z Compiling is_terminal_polyfill v1.70.1
4512024-12-20T22:36:08.825Z Compiling anstyle-query v1.1.1
4522024-12-20T22:36:08.969Z Compiling unicode-width v0.1.14
4532024-12-20T22:36:08.971Z Compiling pretty-hex v0.4.1
4542024-12-20T22:36:09.202Z Compiling colorchoice v1.0.2
4552024-12-20T22:36:09.229Z Compiling winnow v0.6.20
4562024-12-20T22:36:09.382Z Compiling anstyle v1.0.10
4572024-12-20T22:36:09.514Z Compiling semver v1.0.23
4582024-12-20T22:36:09.867Z Compiling anstream v0.6.15
4592024-12-20T22:36:10.004Z Compiling fs-err v2.11.0
4602024-12-20T22:36:10.144Z Compiling terminal_size v0.4.0
4612024-12-20T22:36:10.296Z Compiling strsim v0.11.1
4622024-12-20T22:36:10.357Z Compiling heck v0.5.0
4632024-12-20T22:36:10.596Z Compiling clap_lex v0.7.2
4642024-12-20T22:36:10.842Z Compiling heck v0.4.1
4652024-12-20T22:36:10.883Z Compiling cfg-if v1.0.0
4662024-12-20T22:36:10.910Z Compiling fnv v1.0.7
4672024-12-20T22:36:11.053Z Compiling fastrand v2.1.1
4682024-12-20T22:36:11.109Z Compiling bytecount v0.6.8
4692024-12-20T22:36:11.240Z Compiling anyhow v1.0.93
4702024-12-20T22:36:11.337Z Compiling papergrid v0.11.0
4712024-12-20T22:36:11.364Z Compiling clap_builder v4.5.21
4722024-12-20T22:36:11.622Z Compiling tempfile v3.13.0
4732024-12-20T22:36:11.842Z Compiling memmap v0.7.0
4742024-12-20T22:36:12.259Z Compiling unicode-linebreak v0.1.5
4752024-12-20T22:36:12.309Z Compiling smawk v0.3.2
4762024-12-20T22:36:12.727Z Compiling textwrap v0.16.1
4772024-12-20T22:36:13.106Z Compiling swrite v0.1.0
4782024-12-20T22:36:14.016Z Compiling tabled_derive v0.7.0
4792024-12-20T22:36:15.620Z Compiling tabled v0.15.0
4802024-12-20T22:36:16.822Z Compiling serde_derive v1.0.215
4812024-12-20T22:36:16.824Z Compiling thiserror-impl v1.0.69
4822024-12-20T22:36:16.824Z Compiling zerocopy-derive v0.7.35
4832024-12-20T22:36:16.824Z Compiling scroll_derive v0.12.0
4842024-12-20T22:36:17.014Z Compiling clap_derive v4.5.18
4852024-12-20T22:36:18.153Z Compiling scroll v0.12.0
4862024-12-20T22:36:18.558Z Compiling zerocopy v0.7.35
4872024-12-20T22:36:18.605Z Compiling goblin v0.8.2
4882024-12-20T22:36:19.659Z Compiling pest v2.7.14
4892024-12-20T22:36:20.721Z Compiling clap v4.5.21
4902024-12-20T22:36:21.822Z Compiling pest_meta v2.7.14
4912024-12-20T22:36:22.752Z Compiling pest_generator v2.7.14
4922024-12-20T22:36:24.747Z Compiling pest_derive v2.7.14
4932024-12-20T22:36:25.469Z Compiling dtrace-parser v0.2.0
4942024-12-20T22:36:26.984Z Compiling serde_spanned v0.6.8
4952024-12-20T22:36:26.984Z Compiling toml_datetime v0.6.8
4962024-12-20T22:36:26.986Z Compiling cargo-platform v0.1.8
4972024-12-20T22:36:27.403Z Compiling serde_tokenstream v0.2.2
4982024-12-20T22:36:27.465Z Compiling toml_edit v0.22.22
4992024-12-20T22:36:27.603Z Compiling macaddr v1.0.1
5002024-12-20T22:36:27.704Z Compiling camino-tempfile v1.1.1
5012024-12-20T22:36:28.470Z Compiling dof v0.3.0
5022024-12-20T22:36:28.470Z Compiling cargo_metadata v0.18.1
5032024-12-20T22:36:30.236Z Compiling toml v0.8.19
5042024-12-20T22:36:30.483Z Compiling usdt-macro v0.5.0
5052024-12-20T22:36:30.486Z Compiling usdt-attr-macro v0.5.0
5062024-12-20T22:36:31.227Z Compiling cargo_toml v0.20.5
5072024-12-20T22:36:31.806Z Compiling usdt v0.5.0
5082024-12-20T22:36:34.778Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092024-12-20T22:36:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.69s
5102024-12-20T22:36:39.194Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112024-12-20T22:36:39.722Z Downloading crates ...
5122024-12-20T22:36:39.835Z Downloaded async-stream-impl v0.3.6
5132024-12-20T22:36:39.842Z Downloaded aead v0.5.2
5142024-12-20T22:36:39.844Z Downloaded addr2line v0.24.2
5152024-12-20T22:36:39.846Z Downloaded atomicwrites v0.4.4
5162024-12-20T22:36:39.849Z Downloaded cfg_aliases v0.2.1
5172024-12-20T22:36:39.858Z Downloaded atty v0.2.14
5182024-12-20T22:36:39.863Z Downloaded ciborium-io v0.2.2
5192024-12-20T22:36:39.865Z Downloaded assert_matches v1.5.0
5202024-12-20T22:36:39.868Z Downloaded array-init v0.0.4
5212024-12-20T22:36:39.872Z Downloaded http-range v0.1.5
5222024-12-20T22:36:39.872Z Downloaded ident_case v1.0.1
5232024-12-20T22:36:39.874Z Downloaded adler2 v2.0.0
5242024-12-20T22:36:39.877Z Downloaded http-body v1.0.1
5252024-12-20T22:36:39.881Z Downloaded match_cfg v0.1.0
5262024-12-20T22:36:39.881Z Downloaded hex v0.4.3
5272024-12-20T22:36:39.881Z Downloaded cstr-argument v0.1.2
5282024-12-20T22:36:39.884Z Downloaded cfg_aliases v0.1.1
5292024-12-20T22:36:39.884Z Downloaded crunchy v0.2.2
5302024-12-20T22:36:39.884Z Downloaded crucible-workspace-hack v0.1.0
5312024-12-20T22:36:39.887Z Downloaded instant v0.1.13
5322024-12-20T22:36:39.889Z Downloaded cexpr v0.6.0
5332024-12-20T22:36:39.892Z Downloaded async-stream v0.3.6
5342024-12-20T22:36:39.895Z Downloaded bb8 v0.8.5
5352024-12-20T22:36:39.895Z Downloaded block-padding v0.3.3
5362024-12-20T22:36:39.897Z Downloaded bitfield-struct v0.6.2
5372024-12-20T22:36:39.897Z Downloaded bit-vec v0.6.3
5382024-12-20T22:36:39.900Z Downloaded cobs v0.2.3
5392024-12-20T22:36:39.902Z Downloaded cmake v0.1.51
5402024-12-20T22:36:39.903Z Downloaded mirai-annotations v1.12.0
5412024-12-20T22:36:39.907Z Downloaded md5 v0.7.0
5422024-12-20T22:36:39.907Z Downloaded http-body-util v0.1.2
5432024-12-20T22:36:39.910Z Downloaded hex-literal v0.4.1
5442024-12-20T22:36:39.910Z Downloaded instability v0.3.2
5452024-12-20T22:36:39.912Z Downloaded lru-cache v0.1.2
5462024-12-20T22:36:39.912Z Downloaded lockfree-object-pool v0.1.6
5472024-12-20T22:36:39.914Z Downloaded highway v1.2.0
5482024-12-20T22:36:39.917Z Downloaded darling v0.20.10
5492024-12-20T22:36:39.922Z Downloaded is_ci v1.2.0
5502024-12-20T22:36:39.925Z Downloaded backoff v0.4.0
5512024-12-20T22:36:39.927Z Downloaded headers-core v0.3.0
5522024-12-20T22:36:39.927Z Downloaded crc-catalog v2.4.0
5532024-12-20T22:36:39.930Z Downloaded maplit v1.0.2
5542024-12-20T22:36:39.932Z Downloaded chacha20 v0.9.1
5552024-12-20T22:36:39.934Z Downloaded ipnetwork v0.20.0
5562024-12-20T22:36:39.937Z Downloaded chrono-tz-build v0.4.0
5572024-12-20T22:36:39.937Z Downloaded linked-hash-map v0.5.6
5582024-12-20T22:36:39.939Z Downloaded castaway v0.2.3
5592024-12-20T22:36:39.939Z Downloaded matches v0.1.10
5602024-12-20T22:36:39.942Z Downloaded iana-time-zone v0.1.61
5612024-12-20T22:36:39.944Z Downloaded curve25519-dalek-derive v0.1.1
5622024-12-20T22:36:39.947Z Downloaded indoc v1.0.9
5632024-12-20T22:36:39.949Z Downloaded cancel-safe-futures v0.1.5
5642024-12-20T22:36:39.953Z Downloaded mime v0.3.17
5652024-12-20T22:36:39.955Z Downloaded cookie_store v0.21.0
5662024-12-20T22:36:39.958Z Downloaded httpdate v1.0.3
5672024-12-20T22:36:39.958Z Downloaded bzip2 v0.4.4
5682024-12-20T22:36:39.961Z Downloaded console v0.15.8
5692024-12-20T22:36:39.963Z Downloaded memoffset v0.9.1
5702024-12-20T22:36:39.965Z Downloaded md-5 v0.10.6
5712024-12-20T22:36:39.969Z Downloaded russh-cryptovec v0.7.3
5722024-12-20T22:36:39.969Z Downloaded crossbeam-deque v0.8.5
5732024-12-20T22:36:39.972Z Downloaded cbc v0.1.2
5742024-12-20T22:36:39.972Z Downloaded home v0.5.9
5752024-12-20T22:36:39.975Z Downloaded async-trait v0.1.83
5762024-12-20T22:36:39.977Z Downloaded lazycell v1.3.0
5772024-12-20T22:36:39.981Z Downloaded sigpipe v0.1.3
5782024-12-20T22:36:39.981Z Downloaded impl-trait-for-tuples v0.2.2
5792024-12-20T22:36:39.984Z Downloaded libloading v0.8.5
5802024-12-20T22:36:39.986Z Downloaded lru v0.12.5
5812024-12-20T22:36:39.989Z Downloaded ciborium v0.2.2
5822024-12-20T22:36:39.994Z Downloaded take_mut v0.2.2
5832024-12-20T22:36:39.994Z Downloaded csv-core v0.1.11
5842024-12-20T22:36:39.994Z Downloaded maybe-uninit v2.0.0
5852024-12-20T22:36:39.996Z Downloaded litemap v0.7.3
5862024-12-20T22:36:39.999Z Downloaded want v0.3.1
5872024-12-20T22:36:39.999Z Downloaded try-lock v0.2.5
5882024-12-20T22:36:40.003Z Downloaded ref-cast-impl v1.0.23
5892024-12-20T22:36:40.003Z Downloaded hubpack v0.1.2
5902024-12-20T22:36:40.003Z Downloaded rand_chacha v0.3.1
5912024-12-20T22:36:40.007Z Downloaded async-bb8-diesel v0.2.1
5922024-12-20T22:36:40.010Z Downloaded clang-sys v1.8.1
5932024-12-20T22:36:40.013Z Downloaded memmap2 v0.9.5
5942024-12-20T22:36:40.013Z Downloaded zone_cfg_derive v0.3.0
5952024-12-20T22:36:40.016Z Downloaded blake2 v0.10.6
5962024-12-20T22:36:40.018Z Downloaded httparse v1.9.5
5972024-12-20T22:36:40.023Z Downloaded serde-hex v0.1.0
5982024-12-20T22:36:40.023Z Downloaded rustc_version v0.1.7
5992024-12-20T22:36:40.023Z Downloaded crossbeam-utils v0.8.20
6002024-12-20T22:36:40.026Z Downloaded libsw v3.3.1
6012024-12-20T22:36:40.030Z Downloaded rustversion v1.0.17
6022024-12-20T22:36:40.034Z Downloaded newtype_derive v0.1.6
6032024-12-20T22:36:40.034Z Downloaded is-terminal v0.4.13
6042024-12-20T22:36:40.034Z Downloaded spin v0.5.2
6052024-12-20T22:36:40.037Z Downloaded smf v0.2.3
6062024-12-20T22:36:40.037Z Downloaded diesel_table_macro_syntax v0.2.0
6072024-12-20T22:36:40.040Z Downloaded zerofrom v0.1.4
6082024-12-20T22:36:40.040Z Downloaded strip-ansi-escapes v0.2.0
6092024-12-20T22:36:40.040Z Downloaded simd-adler32 v0.3.7
6102024-12-20T22:36:40.044Z Downloaded foreign-types-shared v0.1.1
6112024-12-20T22:36:40.047Z Downloaded cookie v0.18.1
6122024-12-20T22:36:40.050Z Downloaded structmeta v0.3.0
6132024-12-20T22:36:40.050Z Downloaded tiny-keccak v2.0.2
6142024-12-20T22:36:40.053Z Downloaded nibble_vec v0.1.0
6152024-12-20T22:36:40.057Z Downloaded hickory-client v0.24.1
6162024-12-20T22:36:40.062Z Downloaded tap v1.0.1
6172024-12-20T22:36:40.062Z Downloaded rustls-pemfile v1.0.4
6182024-12-20T22:36:40.064Z Downloaded tinystr v0.7.6
6192024-12-20T22:36:40.064Z Downloaded oso-derive v0.27.3
6202024-12-20T22:36:40.064Z Downloaded crossbeam-epoch v0.9.18
6212024-12-20T22:36:40.068Z Downloaded const-oid v0.9.6
6222024-12-20T22:36:40.071Z Downloaded deranged v0.3.11
6232024-12-20T22:36:40.073Z Downloaded dunce v1.0.5
6242024-12-20T22:36:40.073Z Downloaded mime_guess v2.0.5
6252024-12-20T22:36:40.076Z Downloaded debug-ignore v1.0.5
6262024-12-20T22:36:40.078Z Downloaded backtrace v0.3.74
6272024-12-20T22:36:40.083Z Downloaded serde-big-array v0.5.1
6282024-12-20T22:36:40.085Z Downloaded miniz_oxide v0.8.0
6292024-12-20T22:36:40.088Z Downloaded funty v2.0.0
6302024-12-20T22:36:40.091Z Downloaded unicase v2.7.0
6312024-12-20T22:36:40.091Z Downloaded olpc-cjson v0.1.4
6322024-12-20T22:36:40.095Z Downloaded newtype-uuid v1.1.3
6332024-12-20T22:36:40.095Z Downloaded spin v0.9.8
6342024-12-20T22:36:40.098Z Downloaded which v4.4.2
6352024-12-20T22:36:40.101Z Downloaded lock_api v0.4.12
6362024-12-20T22:36:40.101Z Downloaded tokio-rustls v0.25.0
6372024-12-20T22:36:40.103Z Downloaded synstructure v0.13.1
6382024-12-20T22:36:40.115Z Downloaded tokio-rustls v0.24.1
6392024-12-20T22:36:40.117Z Downloaded sync-ptr v0.1.1
6402024-12-20T22:36:40.117Z Downloaded either v1.13.0
6412024-12-20T22:36:40.117Z Downloaded ena v0.14.3
6422024-12-20T22:36:40.117Z Downloaded base64 v0.22.1
6432024-12-20T22:36:40.117Z Downloaded embedded-io v0.6.1
6442024-12-20T22:36:40.120Z Downloaded embedded-io v0.4.0
6452024-12-20T22:36:40.124Z Downloaded vte_generate_state_changes v0.1.2
6462024-12-20T22:36:40.124Z Downloaded pbkdf2 v0.11.0
6472024-12-20T22:36:40.126Z Downloaded hyper-staticfile v0.10.1
6482024-12-20T22:36:40.129Z Downloaded der_derive v0.7.3
6492024-12-20T22:36:40.129Z Downloaded crc-any v2.5.0
6502024-12-20T22:36:40.132Z Downloaded time-core v0.1.2
6512024-12-20T22:36:40.134Z Downloaded bumpalo v3.16.0
6522024-12-20T22:36:40.137Z Downloaded scopeguard v1.2.0
6532024-12-20T22:36:40.141Z Downloaded salsa20 v0.10.2
6542024-12-20T22:36:40.141Z Downloaded serde_path_to_error v0.1.16
6552024-12-20T22:36:40.144Z Downloaded slog-scope v4.4.0
6562024-12-20T22:36:40.146Z Downloaded futures-channel v0.3.31
6572024-12-20T22:36:40.146Z Downloaded tokio-rustls v0.26.0
6582024-12-20T22:36:40.150Z Downloaded socket2 v0.5.7
6592024-12-20T22:36:40.152Z Downloaded waitgroup v0.1.2
6602024-12-20T22:36:40.155Z Downloaded hickory-resolver v0.24.1
6612024-12-20T22:36:40.159Z Downloaded new_debug_unreachable v1.0.6
6622024-12-20T22:36:40.162Z Downloaded darling_macro v0.20.10
6632024-12-20T22:36:40.162Z Downloaded value-bag v1.9.0
6642024-12-20T22:36:40.164Z Downloaded phf_shared v0.11.2
6652024-12-20T22:36:40.168Z Downloaded powerfmt v0.2.0
6662024-12-20T22:36:40.168Z Downloaded rfc6979 v0.4.0
6672024-12-20T22:36:40.171Z Downloaded compact_str v0.8.0
6682024-12-20T22:36:40.173Z Downloaded unarray v0.1.4
6692024-12-20T22:36:40.176Z Downloaded tui-tree-widget v0.22.0
6702024-12-20T22:36:40.176Z Downloaded thiserror-impl v2.0.3
6712024-12-20T22:36:40.178Z Downloaded derive-where v1.2.7
6722024-12-20T22:36:40.181Z Downloaded hyper-util v0.1.10
6732024-12-20T22:36:40.186Z Downloaded fxhash v0.2.1
6742024-12-20T22:36:40.189Z Downloaded serde_plain v1.0.2
6752024-12-20T22:36:40.189Z Downloaded signal-hook v0.3.17
6762024-12-20T22:36:40.192Z Downloaded serde_urlencoded v0.7.1
6772024-12-20T22:36:40.195Z Downloaded fallible-streaming-iterator v0.1.9
6782024-12-20T22:36:40.199Z Downloaded fallible-iterator v0.3.0
6792024-12-20T22:36:40.199Z Downloaded dirs-next v2.0.0
6802024-12-20T22:36:40.203Z Downloaded const_format v0.2.33
6812024-12-20T22:36:40.205Z Downloaded openssl-macros v0.1.1
6822024-12-20T22:36:40.207Z Downloaded strum_macros v0.24.3
6832024-12-20T22:36:40.207Z Downloaded icu_collections v1.5.0
6842024-12-20T22:36:40.214Z Downloaded ssh-encoding v0.2.0
6852024-12-20T22:36:40.217Z Downloaded oso v0.27.3
6862024-12-20T22:36:40.220Z Downloaded num-iter v0.1.45
6872024-12-20T22:36:40.223Z Downloaded num-integer v0.1.46
6882024-12-20T22:36:40.226Z Downloaded group v0.13.0
6892024-12-20T22:36:40.226Z Downloaded icu_properties v1.5.1
6902024-12-20T22:36:40.228Z Downloaded strum v0.26.3
6912024-12-20T22:36:40.231Z Downloaded tracing-core v0.1.32
6922024-12-20T22:36:40.234Z Downloaded wait-timeout v0.2.0
6932024-12-20T22:36:40.237Z Downloaded typify v0.2.0
6942024-12-20T22:36:40.240Z Downloaded percent-encoding v2.3.1
6952024-12-20T22:36:40.240Z Downloaded progenitor v0.8.0
6962024-12-20T22:36:40.243Z Downloaded endian-type v0.1.2
6972024-12-20T22:36:40.243Z Downloaded rustfmt-wrapper v0.2.1
6982024-12-20T22:36:40.246Z Downloaded rustc_version v0.4.1
6992024-12-20T22:36:40.246Z Downloaded rustc-hash v2.0.0
7002024-12-20T22:36:40.249Z Downloaded proc-macro-crate v1.3.1
7012024-12-20T22:36:40.249Z Downloaded sqlformat v0.2.6
7022024-12-20T22:36:40.251Z Downloaded serde_repr v0.1.19
7032024-12-20T22:36:40.254Z Downloaded globset v0.4.15
7042024-12-20T22:36:40.256Z Downloaded dhcproto-macros v0.1.0
7052024-12-20T22:36:40.256Z Downloaded futures v0.3.31
7062024-12-20T22:36:40.274Z Downloaded openssl-probe v0.1.5
7072024-12-20T22:36:40.276Z Downloaded tokio-macros v2.4.0
7082024-12-20T22:36:40.277Z Downloaded thiserror v2.0.3
7092024-12-20T22:36:40.283Z Downloaded num-rational v0.4.2
7102024-12-20T22:36:40.287Z Downloaded num_threads v0.1.7
7112024-12-20T22:36:40.287Z Downloaded rand_xorshift v0.3.0
7122024-12-20T22:36:40.287Z Downloaded rand_seeder v0.3.0
7132024-12-20T22:36:40.291Z Downloaded resolv-conf v0.7.0
7142024-12-20T22:36:40.291Z Downloaded zeroize_derive v1.4.2
7152024-12-20T22:36:40.293Z Downloaded time-macros v0.2.18
7162024-12-20T22:36:40.293Z Downloaded unicode-bidi v0.3.17
7172024-12-20T22:36:40.296Z Downloaded zeroize v1.8.1
7182024-12-20T22:36:40.300Z Downloaded aes v0.8.4
7192024-12-20T22:36:40.303Z Downloaded termtree v0.4.1
7202024-12-20T22:36:40.306Z Downloaded sqlparser_derive v0.2.2
7212024-12-20T22:36:40.306Z Downloaded precomputed-hash v0.1.1
7222024-12-20T22:36:40.308Z Downloaded pin-project v1.1.6
7232024-12-20T22:36:40.318Z Downloaded num v0.4.3
7242024-12-20T22:36:40.321Z Downloaded futures-macro v0.3.31
7252024-12-20T22:36:40.321Z Downloaded enum-as-inner v0.5.1
7262024-12-20T22:36:40.323Z Downloaded tokio-native-tls v0.3.1
7272024-12-20T22:36:40.326Z Downloaded thiserror-impl-no-std v2.0.2
7282024-12-20T22:36:40.328Z Downloaded unicode-xid v0.2.6
7292024-12-20T22:36:40.328Z Downloaded signal-hook-tokio v0.3.1
7302024-12-20T22:36:40.330Z Downloaded utf16_iter v1.0.5
7312024-12-20T22:36:40.330Z Downloaded filetime v0.2.25
7322024-12-20T22:36:40.333Z Downloaded ron v0.7.1
7332024-12-20T22:36:40.338Z Downloaded pem v3.0.4
7342024-12-20T22:36:40.340Z Downloaded zerovec-derive v0.10.3
7352024-12-20T22:36:40.343Z Downloaded elliptic-curve v0.13.8
7362024-12-20T22:36:40.346Z Downloaded yoke-derive v0.7.4
7372024-12-20T22:36:40.348Z Downloaded hickory-server v0.24.1
7382024-12-20T22:36:40.353Z Downloaded multimap v0.10.0
7392024-12-20T22:36:40.356Z Downloaded opaque-debug v0.3.1
7402024-12-20T22:36:40.358Z Downloaded r2d2 v0.8.10
7412024-12-20T22:36:40.358Z Downloaded quinn-udp v0.5.5
7422024-12-20T22:36:40.361Z Downloaded futures-task v0.3.31
7432024-12-20T22:36:40.363Z Downloaded futures-sink v0.3.31
7442024-12-20T22:36:40.363Z Downloaded phf_shared v0.10.0
7452024-12-20T22:36:40.365Z Downloaded shlex v1.3.0
7462024-12-20T22:36:40.365Z Downloaded pkcs5 v0.7.1
7472024-12-20T22:36:40.369Z Downloaded termcolor v1.4.1
7482024-12-20T22:36:40.372Z Downloaded http v1.1.0
7492024-12-20T22:36:40.376Z Downloaded hashbrown v0.12.3
7502024-12-20T22:36:40.381Z Downloaded serde_with_macros v3.11.0
7512024-12-20T22:36:40.384Z Downloaded ssh-cipher v0.2.0
7522024-12-20T22:36:40.386Z Downloaded termios v0.3.3
7532024-12-20T22:36:40.386Z Downloaded darling_core v0.20.10
7542024-12-20T22:36:40.392Z Downloaded owo-colors v4.1.0
7552024-12-20T22:36:40.395Z Downloaded aes-gcm v0.10.3
7562024-12-20T22:36:40.399Z Downloaded wyz v0.5.1
7572024-12-20T22:36:40.402Z Downloaded signal-hook-registry v1.4.2
7582024-12-20T22:36:40.406Z Downloaded scheduled-thread-pool v0.2.7
7592024-12-20T22:36:40.406Z Downloaded fatfs v0.3.6
7602024-12-20T22:36:40.410Z Downloaded heck v0.3.3
7612024-12-20T22:36:40.410Z Downloaded fixedbitset v0.4.2
7622024-12-20T22:36:40.412Z Downloaded enum-as-inner v0.6.1
7632024-12-20T22:36:40.418Z Downloaded downcast v0.11.0
7642024-12-20T22:36:40.418Z Downloaded vte v0.11.1
7652024-12-20T22:36:40.422Z Downloaded write16 v1.0.0
7662024-12-20T22:36:40.422Z Downloaded universal-hash v0.5.1
7672024-12-20T22:36:40.423Z Downloaded heapless v0.8.0
7682024-12-20T22:36:40.427Z Downloaded crossterm v0.28.1
7692024-12-20T22:36:40.431Z Downloaded foreign-types v0.3.2
7702024-12-20T22:36:40.434Z Downloaded pin-utils v0.1.0
7712024-12-20T22:36:40.437Z Downloaded nanorand v0.7.0
7722024-12-20T22:36:40.437Z Downloaded pem-rfc7468 v0.7.0
7732024-12-20T22:36:40.440Z Downloaded float-ord v0.3.2
7742024-12-20T22:36:40.440Z Downloaded poly1305 v0.8.0
7752024-12-20T22:36:40.443Z Downloaded polyval v0.6.2
7762024-12-20T22:36:40.446Z Downloaded packed_struct_codegen v0.10.1
7772024-12-20T22:36:40.449Z Downloaded tungstenite v0.23.0
7782024-12-20T22:36:40.452Z Downloaded untrusted v0.9.0
7792024-12-20T22:36:40.455Z Downloaded qorb v0.2.1
7802024-12-20T22:36:40.458Z Downloaded publicsuffix v2.2.3
7812024-12-20T22:36:40.461Z Downloaded itertools v0.10.5
7822024-12-20T22:36:40.468Z Downloaded sync_wrapper v1.0.1
7832024-12-20T22:36:40.471Z Downloaded multer v3.1.0
7842024-12-20T22:36:40.473Z Downloaded num-conv v0.1.0
7852024-12-20T22:36:40.473Z Downloaded fallible-iterator v0.2.0
7862024-12-20T22:36:40.476Z Downloaded env_logger v0.11.5
7872024-12-20T22:36:40.479Z Downloaded dyn-clone v1.0.17
7882024-12-20T22:36:40.482Z Downloaded display-error-chain v0.2.2
7892024-12-20T22:36:40.482Z Downloaded dirs-sys-next v0.1.2
7902024-12-20T22:36:40.482Z Downloaded diesel-dtrace v0.4.2
7912024-12-20T22:36:40.485Z Downloaded thread_local v1.1.8
7922024-12-20T22:36:40.488Z Downloaded pkcs1 v0.7.5
7932024-12-20T22:36:40.490Z Downloaded pin-project-lite v0.2.14
7942024-12-20T22:36:40.494Z Downloaded predicates-tree v1.0.11
7952024-12-20T22:36:40.497Z Downloaded pretty-hex v0.2.1
7962024-12-20T22:36:40.499Z Downloaded writeable v0.5.5
7972024-12-20T22:36:40.501Z Downloaded yasna v0.5.2
7982024-12-20T22:36:40.504Z Downloaded slog-envlogger v2.2.0
7992024-12-20T22:36:40.504Z Downloaded foldhash v0.1.3
8002024-12-20T22:36:40.506Z Downloaded flagset v0.4.6
8012024-12-20T22:36:40.508Z Downloaded strum_macros v0.26.4
8022024-12-20T22:36:40.511Z Downloaded hash32 v0.2.1
8032024-12-20T22:36:40.513Z Downloaded unicode-truncate v1.1.0
8042024-12-20T22:36:40.516Z Downloaded radium v0.7.0
8052024-12-20T22:36:40.516Z Downloaded aho-corasick v1.1.3
8062024-12-20T22:36:40.521Z Downloaded serde_yaml v0.9.34+deprecated
8072024-12-20T22:36:40.525Z Downloaded hash32 v0.3.1
8082024-12-20T22:36:40.528Z Downloaded mockall_derive v0.13.0
8092024-12-20T22:36:40.531Z Downloaded dropshot_endpoint v0.12.0
8102024-12-20T22:36:40.534Z Downloaded slog-stdlog v4.1.1
8112024-12-20T22:36:40.536Z Downloaded num-derive v0.4.2
8122024-12-20T22:36:40.539Z Downloaded static_assertions v1.1.0
8132024-12-20T22:36:40.539Z Downloaded phf v0.11.2
8142024-12-20T22:36:40.542Z Downloaded snafu-derive v0.8.5
8152024-12-20T22:36:40.544Z Downloaded utf8_iter v1.0.4
8162024-12-20T22:36:40.544Z Downloaded test-strategy v0.3.1
8172024-12-20T22:36:40.548Z Downloaded utf-8 v0.7.6
8182024-12-20T22:36:40.553Z Downloaded sha1 v0.10.6
8192024-12-20T22:36:40.557Z Downloaded slab v0.4.9
8202024-12-20T22:36:40.557Z Downloaded aws-lc-rs v1.10.0
8212024-12-20T22:36:40.563Z Downloaded normalize-line-endings v0.3.0
8222024-12-20T22:36:40.566Z Downloaded slog-json v2.6.1
8232024-12-20T22:36:40.569Z Downloaded gethostname v0.5.0
8242024-12-20T22:36:40.569Z Downloaded itertools v0.12.1
8252024-12-20T22:36:40.576Z Downloaded foreign-types v0.5.0
8262024-12-20T22:36:40.578Z Downloaded vergen v8.3.2
8272024-12-20T22:36:40.581Z Downloaded derive_builder_macro v0.20.2
8282024-12-20T22:36:40.581Z Downloaded spki v0.7.3
8292024-12-20T22:36:40.583Z Downloaded zone v0.3.0
8302024-12-20T22:36:40.586Z Downloaded vsss-rs v3.3.4
8312024-12-20T22:36:40.588Z Downloaded number_prefix v0.4.0
8322024-12-20T22:36:40.591Z Downloaded parking_lot v0.11.2
8332024-12-20T22:36:40.591Z Downloaded ecdsa v0.16.9
8342024-12-20T22:36:40.595Z Downloaded tinyvec_macros v0.1.1
8352024-12-20T22:36:40.598Z Downloaded zone v0.1.8
8362024-12-20T22:36:40.599Z Downloaded twox-hash v1.6.3
8372024-12-20T22:36:40.601Z Downloaded tokio-stream v0.1.16
8382024-12-20T22:36:40.603Z Downloaded parse-size v1.1.0
8392024-12-20T22:36:40.605Z Downloaded thiserror-no-std v2.0.2
8402024-12-20T22:36:40.608Z Downloaded term v0.7.0
8412024-12-20T22:36:40.612Z Downloaded packed_struct v0.10.1
8422024-12-20T22:36:40.614Z Downloaded schemars v0.8.21
8432024-12-20T22:36:40.626Z Downloaded progenitor-client v0.8.0
8442024-12-20T22:36:40.629Z Downloaded tower-service v0.3.3
8452024-12-20T22:36:40.629Z Downloaded toolchain_find v0.4.0
8462024-12-20T22:36:40.631Z Downloaded siphasher v0.3.11
8472024-12-20T22:36:40.631Z Downloaded scrypt v0.11.0
8482024-12-20T22:36:40.633Z Downloaded ssh-key v0.6.6
8492024-12-20T22:36:40.640Z Downloaded tls_codec v0.4.1
8502024-12-20T22:36:40.642Z Downloaded sec1 v0.7.3
8512024-12-20T22:36:40.644Z Downloaded password-hash v0.5.0
8522024-12-20T22:36:40.647Z Downloaded glob v0.3.1
8532024-12-20T22:36:40.649Z Downloaded omicron-zone-package v0.11.1
8542024-12-20T22:36:40.652Z Downloaded num-complex v0.4.6
8552024-12-20T22:36:40.654Z Downloaded rustc-demangle v0.1.24
8562024-12-20T22:36:40.656Z Downloaded smallvec v1.13.2
8572024-12-20T22:36:40.659Z Downloaded zone_cfg_derive v0.1.2
8582024-12-20T22:36:40.659Z Downloaded futures-io v0.3.31
8592024-12-20T22:36:40.662Z Downloaded string_cache v0.8.7
8602024-12-20T22:36:40.662Z Downloaded foreign-types-macros v0.2.3
8612024-12-20T22:36:40.665Z Downloaded foreign-types-shared v0.3.1
8622024-12-20T22:36:40.665Z Downloaded derive_builder v0.20.2
8632024-12-20T22:36:40.667Z Downloaded num_enum v0.5.11
8642024-12-20T22:36:40.673Z Downloaded hashlink v0.9.1
8652024-12-20T22:36:40.675Z Downloaded samael v0.0.17
8662024-12-20T22:36:40.682Z Downloaded predicates-core v1.0.8
8672024-12-20T22:36:40.685Z Downloaded zerocopy v0.6.6
8682024-12-20T22:36:40.688Z Downloaded unsafe-libyaml v0.2.11
8692024-12-20T22:36:40.690Z Downloaded quick-error v1.2.3
8702024-12-20T22:36:40.692Z Downloaded chrono v0.4.38
8712024-12-20T22:36:40.699Z Downloaded path-slash v0.1.5
8722024-12-20T22:36:40.702Z Downloaded topological-sort v0.2.2
8732024-12-20T22:36:40.702Z Downloaded peg-runtime v0.8.3
8742024-12-20T22:36:40.704Z Downloaded derive_builder_core v0.20.2
8752024-12-20T22:36:40.706Z Downloaded tls_codec_derive v0.4.1
8762024-12-20T22:36:40.709Z Downloaded slog v2.7.0
8772024-12-20T22:36:40.711Z Downloaded num-bigint v0.4.6
8782024-12-20T22:36:40.715Z Downloaded defmt-parser v0.3.4
8792024-12-20T22:36:40.718Z Downloaded futures-executor v0.3.31
8802024-12-20T22:36:40.718Z Downloaded nodrop v0.1.14
8812024-12-20T22:36:40.722Z Downloaded rayon-core v1.12.1
8822024-12-20T22:36:40.725Z Downloaded slog-term v2.9.1
8832024-12-20T22:36:40.728Z Downloaded strum_macros v0.25.3
8842024-12-20T22:36:40.728Z Downloaded stringprep v0.1.5
8852024-12-20T22:36:40.731Z Downloaded rustc-hash v1.1.0
8862024-12-20T22:36:40.731Z Downloaded rpassword v7.3.1
8872024-12-20T22:36:40.734Z Downloaded stable_deref_trait v1.2.0
8882024-12-20T22:36:40.734Z Downloaded form_urlencoded v1.2.1
8892024-12-20T22:36:40.734Z Downloaded slog-dtrace v0.3.0
8902024-12-20T22:36:40.736Z Downloaded postcard v1.0.10
8912024-12-20T22:36:40.738Z Downloaded fs_extra v1.3.0
8922024-12-20T22:36:40.746Z Downloaded expectorate v1.1.0
8932024-12-20T22:36:40.746Z Downloaded sct v0.7.1
8942024-12-20T22:36:40.748Z Downloaded bindgen v0.69.5
8952024-12-20T22:36:40.754Z Downloaded russh-keys v0.45.0
8962024-12-20T22:36:40.757Z Downloaded flate2 v1.0.34
8972024-12-20T22:36:40.762Z Downloaded itertools v0.13.0
8982024-12-20T22:36:40.770Z Downloaded paste v1.0.15
8992024-12-20T22:36:40.773Z Downloaded peg-macros v0.8.4
9002024-12-20T22:36:40.776Z Downloaded tokio-tungstenite v0.24.0
9012024-12-20T22:36:40.778Z Downloaded getrandom v0.2.15
9022024-12-20T22:36:40.781Z Downloaded x509-cert v0.2.5
9032024-12-20T22:36:40.787Z Downloaded rtoolbox v0.0.2
9042024-12-20T22:36:40.791Z Downloaded password-hash v0.4.2
9052024-12-20T22:36:40.793Z Downloaded derive_more v0.99.18
9062024-12-20T22:36:40.796Z Downloaded half v2.4.1
9072024-12-20T22:36:40.799Z Downloaded serde_with v3.11.0
9082024-12-20T22:36:40.809Z Downloaded des v0.8.1
9092024-12-20T22:36:40.811Z Downloaded url v2.5.3
9102024-12-20T22:36:40.814Z Downloaded zip v2.1.3
9112024-12-20T22:36:40.819Z Downloaded typed-path v0.9.3
9122024-12-20T22:36:40.826Z Downloaded der v0.7.9
9132024-12-20T22:36:40.831Z Downloaded lalrpop v0.19.12
9142024-12-20T22:36:40.843Z Downloaded uuid v1.11.0
9152024-12-20T22:36:40.847Z Downloaded bitvec v1.0.1
9162024-12-20T22:36:40.863Z Downloaded prettyplease v0.2.25
9172024-12-20T22:36:40.867Z Downloaded petname v2.0.2
9182024-12-20T22:36:40.873Z Downloaded tungstenite v0.24.0
9192024-12-20T22:36:40.876Z Downloaded tungstenite v0.21.0
9202024-12-20T22:36:40.880Z Downloaded russh v0.45.0
9212024-12-20T22:36:40.886Z Downloaded webpki-roots v0.26.6
9222024-12-20T22:36:40.889Z Downloaded tough v0.19.0
9232024-12-20T22:36:40.899Z Downloaded steno v0.4.1
9242024-12-20T22:36:40.902Z Downloaded h2 v0.4.6
9252024-12-20T22:36:40.910Z Downloaded nom v7.1.3
9262024-12-20T22:36:40.916Z Downloaded tracing v0.1.40
9272024-12-20T22:36:40.920Z Downloaded icu_properties_data v1.5.0
9282024-12-20T22:36:40.932Z Downloaded parse-zoneinfo v0.3.1
9292024-12-20T22:36:40.935Z Downloaded hashbrown v0.13.2
9302024-12-20T22:36:40.939Z Downloaded curve25519-dalek v4.1.3
9312024-12-20T22:36:40.948Z Downloaded futures-util v0.3.31
9322024-12-20T22:36:40.963Z Downloaded reqwest v0.12.9
9332024-12-20T22:36:40.970Z Downloaded polar-core v0.27.3
9342024-12-20T22:36:40.979Z Downloaded toml_edit v0.19.15
9352024-12-20T22:36:40.996Z Downloaded portable-atomic v1.9.0
9362024-12-20T22:36:41.003Z Downloaded idna v0.2.3
9372024-12-20T22:36:41.010Z Downloaded unicode-width v0.2.0
9382024-12-20T22:36:41.017Z Downloaded time v0.3.36
9392024-12-20T22:36:41.024Z Downloaded num-bigint-dig v0.8.4
9402024-12-20T22:36:41.029Z Downloaded vcpkg v0.2.15
9412024-12-20T22:36:41.067Z Downloaded regex v1.11.1
9422024-12-20T22:36:41.080Z Downloaded quick-xml v0.33.0
9432024-12-20T22:36:41.087Z Downloaded salty v0.3.0
9442024-12-20T22:36:41.095Z Downloaded rusqlite v0.32.1
9452024-12-20T22:36:41.101Z Downloaded regex-syntax v0.6.29
9462024-12-20T22:36:41.109Z Downloaded dropshot v0.12.0
9472024-12-20T22:36:41.130Z Downloaded object v0.30.4
9482024-12-20T22:36:41.139Z Downloaded zerocopy v0.8.10
9492024-12-20T22:36:41.164Z Downloaded nix v0.27.1
9502024-12-20T22:36:41.175Z Downloaded nix v0.28.0
9512024-12-20T22:36:41.186Z Downloaded gimli v0.31.1
9522024-12-20T22:36:41.195Z Downloaded rustls v0.21.12
9532024-12-20T22:36:41.207Z Downloaded rustls v0.23.19
9542024-12-20T22:36:41.219Z Downloaded rustls v0.22.4
9552024-12-20T22:36:41.233Z Downloaded nix v0.29.0
9562024-12-20T22:36:41.245Z Downloaded git2 v0.19.0
9572024-12-20T22:36:41.253Z Downloaded openapiv3 v2.0.0
9582024-12-20T22:36:41.266Z Downloaded radix_trie v0.2.1
9592024-12-20T22:36:41.271Z Downloaded typify-impl v0.2.0
9602024-12-20T22:36:41.287Z Downloaded bzip2-sys v0.1.11+1.0.8
9612024-12-20T22:36:41.299Z Downloaded p384 v0.13.0
9622024-12-20T22:36:41.306Z Downloaded smoltcp v0.11.0
9632024-12-20T22:36:41.318Z Downloaded hickory-proto v0.24.1
9642024-12-20T22:36:41.334Z Downloaded ratatui v0.28.1
9652024-12-20T22:36:41.353Z Downloaded diesel v2.2.6
9662024-12-20T22:36:41.372Z Downloaded regex-syntax v0.8.5
9672024-12-20T22:36:41.380Z Downloaded regex-automata v0.4.8
9682024-12-20T22:36:41.398Z Downloaded dropshot v0.13.0
9692024-12-20T22:36:41.419Z Downloaded sled v0.34.7
9702024-12-20T22:36:41.429Z Downloaded zerocopy-derive v0.6.6
9712024-12-20T22:36:41.439Z Downloaded idna v0.5.0
9722024-12-20T22:36:41.446Z Downloaded idna v0.3.0
9732024-12-20T22:36:41.453Z Downloaded bstr v1.10.0
9742024-12-20T22:36:41.464Z Downloaded openssl v0.10.66
9752024-12-20T22:36:41.474Z Downloaded chrono-tz v0.10.0
9762024-12-20T22:36:41.482Z Downloaded object v0.36.5
9772024-12-20T22:36:41.494Z Downloaded tokio v1.40.0
9782024-12-20T22:36:41.532Z Downloaded csv v1.3.0
9792024-12-20T22:36:41.552Z Downloaded hashbrown v0.14.5
9802024-12-20T22:36:41.561Z Downloaded rustls-webpki v0.101.7
9812024-12-20T22:36:41.571Z Downloaded regress v0.9.1
9822024-12-20T22:36:41.580Z Downloaded trust-dns-proto v0.22.0
9832024-12-20T22:36:41.593Z Downloaded regress v0.10.1
9842024-12-20T22:36:41.601Z Downloaded smoltcp v0.9.1
9852024-12-20T22:36:41.612Z Downloaded idna v0.4.0
9862024-12-20T22:36:41.619Z Downloaded petgraph v0.6.5
9872024-12-20T22:36:41.637Z Downloaded zerovec v0.10.4
9882024-12-20T22:36:41.643Z Downloaded lzma-sys v0.1.20
9892024-12-20T22:36:41.672Z Downloaded winnow v0.5.40
9902024-12-20T22:36:41.681Z Downloaded libz-sys v1.1.20
9912024-12-20T22:36:41.702Z Downloaded headers v0.4.0
9922024-12-20T22:36:41.707Z Downloaded sqlparser v0.45.0
9932024-12-20T22:36:41.712Z Downloaded proptest v1.5.0
9942024-12-20T22:36:41.722Z Downloaded defmt v0.3.8
9952024-12-20T22:36:41.725Z Downloaded tar v0.4.42
9962024-12-20T22:36:41.728Z Downloaded p256 v0.13.2
9972024-12-20T22:36:41.731Z Downloaded rand v0.8.5
9982024-12-20T22:36:41.735Z Downloaded quinn v0.11.5
9992024-12-20T22:36:41.738Z Downloaded ed25519-dalek v2.1.1
10002024-12-20T22:36:41.741Z Downloaded slog-async v2.8.0
10012024-12-20T22:36:41.744Z Downloaded unicode-normalization v0.1.24
10022024-12-20T22:36:41.747Z Downloaded rustls-webpki v0.102.8
10032024-12-20T22:36:41.767Z Downloaded quinn-proto v0.11.8
10042024-12-20T22:36:41.771Z Downloaded sha3 v0.10.8
10052024-12-20T22:36:41.776Z Downloaded ref-cast v1.0.23
10062024-12-20T22:36:41.779Z Downloaded slog-bunyan v2.5.0
10072024-12-20T22:36:41.781Z Downloaded num_enum_derive v0.5.11
10082024-12-20T22:36:41.781Z Downloaded parking_lot v0.12.3
10092024-12-20T22:36:41.783Z Downloaded unicode_categories v0.1.1
10102024-12-20T22:36:41.786Z Downloaded hyper v1.5.0
10112024-12-20T22:36:41.791Z Downloaded secrecy v0.8.0
10122024-12-20T22:36:41.794Z Downloaded p521 v0.13.3
10132024-12-20T22:36:41.796Z Downloaded idna v1.0.3
10142024-12-20T22:36:41.800Z Downloaded phf_codegen v0.11.2
10152024-12-20T22:36:41.803Z Downloaded futures-core v0.3.31
10162024-12-20T22:36:41.803Z Downloaded defmt-macros v0.3.9
10172024-12-20T22:36:41.806Z Downloaded shell-words v1.1.0
10182024-12-20T22:36:41.808Z Downloaded rand_core v0.6.4
10192024-12-20T22:36:41.808Z Downloaded postgres-protocol v0.6.7
10202024-12-20T22:36:41.811Z Downloaded nu-ansi-term v0.50.1
10212024-12-20T22:36:41.814Z Downloaded snafu v0.8.5
10222024-12-20T22:36:41.818Z Downloaded rayon v1.10.0
10232024-12-20T22:36:41.827Z Downloaded num-traits v0.2.19
10242024-12-20T22:36:41.830Z Downloaded tokio-util v0.7.12
10252024-12-20T22:36:41.837Z Downloaded libm v0.2.8
10262024-12-20T22:36:41.844Z Downloaded reedline v0.35.0
10272024-12-20T22:36:41.851Z Downloaded libxml v0.3.3
10282024-12-20T22:36:41.857Z Downloaded untrusted v0.7.1
10292024-12-20T22:36:41.860Z Downloaded yoke v0.7.4
10302024-12-20T22:36:41.862Z Downloaded tracing-attributes v0.1.27
10312024-12-20T22:36:41.862Z Downloaded rustls-pki-types v1.10.0
10322024-12-20T22:36:41.867Z Downloaded rustyline v14.0.0
10332024-12-20T22:36:41.870Z Downloaded displaydoc v0.2.5
10342024-12-20T22:36:41.873Z Downloaded same-file v1.0.6
10352024-12-20T22:36:41.875Z Downloaded rustls-pemfile v2.2.0
10362024-12-20T22:36:41.878Z Downloaded unicode-segmentation v1.12.0
10372024-12-20T22:36:41.880Z Downloaded blake3 v1.5.4
10382024-12-20T22:36:41.888Z Downloaded tokio-tungstenite v0.23.1
10392024-12-20T22:36:41.890Z Downloaded openssl-sys v0.9.103
10402024-12-20T22:36:41.895Z Downloaded hkdf v0.12.4
10412024-12-20T22:36:41.898Z Downloaded subtle v2.6.1
10422024-12-20T22:36:41.900Z Downloaded tokio-tungstenite v0.21.0
10432024-12-20T22:36:41.902Z Downloaded ed25519 v2.2.3
10442024-12-20T22:36:41.905Z Downloaded predicates v3.1.2
10452024-12-20T22:36:41.907Z Downloaded subprocess v0.2.9
10462024-12-20T22:36:41.910Z Downloaded diesel_derives v2.2.3
10472024-12-20T22:36:41.912Z Downloaded pin-project-internal v1.1.6
10482024-12-20T22:36:41.915Z Downloaded phf_generator v0.11.2
10492024-12-20T22:36:41.917Z Downloaded dhcproto v0.12.0
10502024-12-20T22:36:41.920Z Downloaded env_logger v0.10.2
10512024-12-20T22:36:41.923Z Downloaded toml v0.7.8
10522024-12-20T22:36:41.927Z Downloaded peg v0.8.4
10532024-12-20T22:36:41.930Z Downloaded encoding_rs v0.8.34
10542024-12-20T22:36:41.950Z Downloaded xz2 v0.1.7
10552024-12-20T22:36:41.952Z Downloaded xattr v1.3.1
10562024-12-20T22:36:41.955Z Downloaded signal-hook-mio v0.2.4
10572024-12-20T22:36:41.955Z Downloaded ron v0.8.1
10582024-12-20T22:36:41.959Z Downloaded zerocopy-derive v0.8.10
10592024-12-20T22:36:41.966Z Downloaded zip v0.6.6
10602024-12-20T22:36:41.970Z Downloaded tinyvec v1.8.0
10612024-12-20T22:36:41.973Z Downloaded mio v1.0.2
10622024-12-20T22:36:41.978Z Downloaded fragile v2.0.0
10632024-12-20T22:36:41.981Z Downloaded float-cmp v0.9.0
10642024-12-20T22:36:41.983Z Downloaded whoami v1.5.2
10652024-12-20T22:36:41.986Z Downloaded structmeta-derive v0.3.0
10662024-12-20T22:36:41.986Z Downloaded structmeta-derive v0.2.0
10672024-12-20T22:36:41.989Z Downloaded smallvec v0.6.14
10682024-12-20T22:36:41.989Z Downloaded dropshot_endpoint v0.13.0
10692024-12-20T22:36:41.992Z Downloaded zopfli v0.8.1
10702024-12-20T22:36:41.994Z Downloaded rcgen v0.12.1
10712024-12-20T22:36:41.997Z Downloaded heapless v0.7.17
10722024-12-20T22:36:42.001Z Downloaded flume v0.11.1
10732024-12-20T22:36:42.007Z Downloaded rsa v0.9.6
10742024-12-20T22:36:42.010Z Downloaded minimal-lexical v0.2.1
10752024-12-20T22:36:42.013Z Downloaded pkcs8 v0.10.2
10762024-12-20T22:36:42.017Z Downloaded parking_lot_core v0.9.10
10772024-12-20T22:36:42.020Z Downloaded parking_lot_core v0.8.6
10782024-12-20T22:36:42.023Z Downloaded pkg-config v0.3.31
10792024-12-20T22:36:42.023Z Downloaded parse-display v0.10.0
10802024-12-20T22:36:42.027Z Downloaded native-tls v0.2.12
10812024-12-20T22:36:42.029Z Downloaded ff v0.13.0
10822024-12-20T22:36:42.029Z Downloaded fd-lock v4.0.2
10832024-12-20T22:36:42.029Z Downloaded tokio-postgres v0.7.12
10842024-12-20T22:36:42.034Z Downloaded diff v0.1.13
10852024-12-20T22:36:42.038Z Downloaded schemars_derive v0.8.21
10862024-12-20T22:36:42.041Z Downloaded indicatif v0.17.9
10872024-12-20T22:36:42.044Z Downloaded primeorder v0.13.6
10882024-12-20T22:36:42.047Z Downloaded env_filter v0.1.2
10892024-12-20T22:36:42.047Z Downloaded dsl_auto_type v0.1.2
10902024-12-20T22:36:42.047Z Downloaded data-encoding v2.6.0
10912024-12-20T22:36:42.050Z Downloaded zerofrom-derive v0.1.4
10922024-12-20T22:36:42.050Z Downloaded ppv-lite86 v0.2.20
10932024-12-20T22:36:42.050Z Downloaded postgres-types v0.2.8
10942024-12-20T22:36:42.053Z Downloaded unicode-properties v0.1.3
10952024-12-20T22:36:42.055Z Downloaded libgit2-sys v0.17.0+1.8.1
10962024-12-20T22:36:42.152Z Downloaded crypto-bigint v0.5.5
10972024-12-20T22:36:42.160Z Downloaded crossbeam-channel v0.5.13
10982024-12-20T22:36:42.165Z Downloaded newline-converter v0.3.0
10992024-12-20T22:36:42.168Z Downloaded typify-macro v0.2.0
11002024-12-20T22:36:42.168Z Downloaded supports-color v3.0.1
11012024-12-20T22:36:42.172Z Downloaded pbkdf2 v0.12.2
11022024-12-20T22:36:42.172Z Downloaded cc v1.1.30
11032024-12-20T22:36:42.175Z Downloaded similar v2.6.0
11042024-12-20T22:36:42.182Z Downloaded semver v0.1.20
11052024-12-20T22:36:42.187Z Downloaded parse-display-derive v0.10.0
11062024-12-20T22:36:42.187Z Downloaded icu_normalizer v1.5.0
11072024-12-20T22:36:42.191Z Downloaded psl-types v2.0.11
11082024-12-20T22:36:42.191Z Downloaded icu_normalizer_data v1.5.0
11092024-12-20T22:36:42.194Z Downloaded ghash v0.5.1
11102024-12-20T22:36:42.194Z Downloaded icu_locid v1.5.0
11112024-12-20T22:36:42.197Z Downloaded base64 v0.21.7
11122024-12-20T22:36:42.200Z Downloaded difflib v0.4.0
11132024-12-20T22:36:42.203Z Downloaded walkdir v2.5.0
11142024-12-20T22:36:42.203Z Downloaded uzers v0.12.1
11152024-12-20T22:36:42.206Z Downloaded chacha20poly1305 v0.10.1
11162024-12-20T22:36:42.209Z Downloaded indexmap v1.9.3
11172024-12-20T22:36:42.212Z Downloaded mockall v0.13.0
11182024-12-20T22:36:42.212Z Downloaded progenitor-impl v0.8.0
11192024-12-20T22:36:42.215Z Downloaded bytes v1.8.0
11202024-12-20T22:36:42.219Z Downloaded hmac v0.12.1
11212024-12-20T22:36:42.219Z Downloaded arc-swap v1.7.1
11222024-12-20T22:36:42.221Z Downloaded serde_derive_internals v0.29.1
11232024-12-20T22:36:42.224Z Downloaded jobserver v0.1.32
11242024-12-20T22:36:42.227Z Downloaded allocator-api2 v0.2.18
11252024-12-20T22:36:42.227Z Downloaded managed v0.8.0
11262024-12-20T22:36:42.230Z Downloaded icu_provider v1.5.0
11272024-12-20T22:36:42.233Z Downloaded base64 v0.13.1
11282024-12-20T22:36:42.236Z Downloaded arrayvec v0.7.6
11292024-12-20T22:36:42.242Z Downloaded hyper-rustls v0.27.3
11302024-12-20T22:36:42.242Z Downloaded tabwriter v1.4.0
11312024-12-20T22:36:42.245Z Downloaded structmeta v0.2.0
11322024-12-20T22:36:42.245Z Downloaded rusty-fork v0.3.0
11332024-12-20T22:36:42.245Z Downloaded icu_locid_transform_data v1.5.0
11342024-12-20T22:36:42.245Z Downloaded signature v2.2.0
11352024-12-20T22:36:42.250Z Downloaded progenitor-macro v0.8.0
11362024-12-20T22:36:42.250Z Downloaded libefi-sys v0.1.0
11372024-12-20T22:36:42.250Z Downloaded kstat-rs v0.2.4
11382024-12-20T22:36:42.250Z Downloaded ahash v0.8.11
11392024-12-20T22:36:42.252Z Downloaded lalrpop-util v0.19.12
11402024-12-20T22:36:42.252Z Downloaded ipnet v2.10.1
11412024-12-20T22:36:42.252Z Downloaded bcs v0.1.6
11422024-12-20T22:36:42.255Z Downloaded linear-map v1.2.0
11432024-12-20T22:36:42.257Z Downloaded crc32fast v1.4.2
11442024-12-20T22:36:42.257Z Downloaded buf-list v1.0.3
11452024-12-20T22:36:42.260Z Downloaded icu_locid_transform v1.5.0
11462024-12-20T22:36:42.262Z Downloaded hostname v0.4.0
11472024-12-20T22:36:42.262Z Downloaded const_format_proc_macros v0.2.33
11482024-12-20T22:36:42.265Z Downloaded base64ct v1.6.0
11492024-12-20T22:36:42.268Z Downloaded bit-set v0.5.3
11502024-12-20T22:36:42.270Z Downloaded base16ct v0.2.0
11512024-12-20T22:36:42.270Z Downloaded inout v0.1.3
11522024-12-20T22:36:42.273Z Downloaded indent_write v2.2.0
11532024-12-20T22:36:42.273Z Downloaded idna_adapter v1.2.0
11542024-12-20T22:36:42.273Z Downloaded humantime v2.1.0
11552024-12-20T22:36:42.275Z Downloaded hostname v0.3.1
11562024-12-20T22:36:42.275Z Downloaded lazy_static v1.5.0
11572024-12-20T22:36:42.278Z Downloaded internet-checksum v0.2.1
11582024-12-20T22:36:42.278Z Downloaded crc v3.2.1
11592024-12-20T22:36:42.281Z Downloaded argon2 v0.5.3
11602024-12-20T22:36:42.284Z Downloaded icu_provider_macros v1.5.0
11612024-12-20T22:36:42.284Z Downloaded hubpack_derive v0.1.1
11622024-12-20T22:36:42.287Z Downloaded cipher v0.4.4
11632024-12-20T22:36:42.287Z Downloaded blowfish v0.9.1
11642024-12-20T22:36:42.287Z Downloaded bitfield v0.14.0
11652024-12-20T22:36:42.290Z Downloaded cassowary v0.3.0
11662024-12-20T22:36:42.290Z Downloaded keccak v0.1.5
11672024-12-20T22:36:42.292Z Downloaded hyper-tls v0.6.0
11682024-12-20T22:36:42.292Z Downloaded atomic-waker v1.1.2
11692024-12-20T22:36:42.295Z Downloaded arrayref v0.3.9
11702024-12-20T22:36:42.295Z Downloaded ctr v0.9.2
11712024-12-20T22:36:42.297Z Downloaded ciborium-ll v0.2.2
11722024-12-20T22:36:42.297Z Downloaded bcrypt-pbkdf v0.10.0
11732024-12-20T22:36:42.300Z Downloaded colored v2.1.0
11742024-12-20T22:36:42.303Z Downloaded convert_case v0.4.0
11752024-12-20T22:36:42.303Z Downloaded constant_time_eq v0.3.1
11762024-12-20T22:36:42.303Z Downloaded bitflags v1.3.2
11772024-12-20T22:36:42.305Z Downloaded async-recursion v1.1.1
11782024-12-20T22:36:42.309Z Downloaded ascii-canvas v3.0.0
11792024-12-20T22:36:42.537Z Downloaded aws-lc-sys v0.22.0
11802024-12-20T22:36:42.832Z Downloaded ring v0.17.8
11812024-12-20T22:36:43.017Z Downloaded libsqlite3-sys v0.30.1
11822024-12-20T22:36:43.094Z Downloaded ring v0.16.20
11832024-12-20T22:36:43.279Z Compiling serde v1.0.215
11842024-12-20T22:36:43.281Z Compiling lock_api v0.4.12
11852024-12-20T22:36:43.281Z Compiling scopeguard v1.2.0
11862024-12-20T22:36:43.281Z Compiling value-bag v1.9.0
11872024-12-20T22:36:43.281Z Compiling typenum v1.17.0
11882024-12-20T22:36:43.438Z Compiling generic-array v0.14.7
11892024-12-20T22:36:43.485Z Compiling syn v2.0.87
11902024-12-20T22:36:43.498Z Compiling getrandom v0.2.15
11912024-12-20T22:36:43.653Z Compiling subtle v2.6.1
11922024-12-20T22:36:43.783Z Compiling rand_core v0.6.4
11932024-12-20T22:36:43.914Z Compiling log v0.4.22
11942024-12-20T22:36:44.029Z Compiling shlex v1.3.0
11952024-12-20T22:36:44.081Z Compiling jobserver v0.1.32
11962024-12-20T22:36:44.102Z Compiling const-oid v0.9.6
11972024-12-20T22:36:44.369Z Compiling smallvec v1.13.2
11982024-12-20T22:36:44.388Z Compiling spin v0.9.8
11992024-12-20T22:36:44.483Z Compiling pin-project-lite v0.2.14
12002024-12-20T22:36:44.634Z Compiling cc v1.1.30
12012024-12-20T22:36:44.777Z Compiling rustix v0.38.37
12022024-12-20T22:36:44.794Z Compiling parking_lot_core v0.9.10
12032024-12-20T22:36:44.831Z Compiling futures-core v0.3.31
12042024-12-20T22:36:45.103Z Compiling signal-hook-registry v1.4.2
12052024-12-20T22:36:45.103Z Compiling mio v1.0.2
12062024-12-20T22:36:45.662Z Compiling parking_lot v0.12.3
12072024-12-20T22:36:46.056Z Compiling aho-corasick v1.1.3
12082024-12-20T22:36:46.068Z Compiling regex-syntax v0.8.5
12092024-12-20T22:36:46.068Z Compiling cpufeatures v0.2.14
12102024-12-20T22:36:46.156Z Compiling lazy_static v1.5.0
12112024-12-20T22:36:46.229Z Compiling stable_deref_trait v1.2.0
12122024-12-20T22:36:46.283Z Compiling either v1.13.0
12132024-12-20T22:36:46.310Z Compiling glob v0.3.1
12142024-12-20T22:36:46.346Z Compiling futures-sink v0.3.31
12152024-12-20T22:36:46.511Z Compiling socket2 v0.5.7
12162024-12-20T22:36:46.568Z Compiling slab v0.4.9
12172024-12-20T22:36:46.732Z Compiling prettyplease v0.2.25
12182024-12-20T22:36:47.019Z Compiling minimal-lexical v0.2.1
12192024-12-20T22:36:47.399Z Compiling clang-sys v1.8.1
12202024-12-20T22:36:47.442Z Compiling libloading v0.8.5
12212024-12-20T22:36:47.490Z Compiling nom v7.1.3
12222024-12-20T22:36:47.580Z Compiling serde_json v1.0.132
12232024-12-20T22:36:47.878Z Compiling home v0.5.9
12242024-12-20T22:36:47.899Z Compiling bindgen v0.69.5
12252024-12-20T22:36:48.173Z Compiling itertools v0.10.5
12262024-12-20T22:36:48.705Z Compiling futures-channel v0.3.31
12272024-12-20T22:36:48.957Z Compiling futures-task v0.3.31
12282024-12-20T22:36:49.131Z Compiling lazycell v1.3.0
12292024-12-20T22:36:49.258Z Compiling rustc-hash v1.1.0
12302024-12-20T22:36:49.313Z Compiling allocator-api2 v0.2.18
12312024-12-20T22:36:49.404Z Compiling futures-io v0.3.31
12322024-12-20T22:36:49.725Z Compiling regex-automata v0.4.8
12332024-12-20T22:36:50.109Z Compiling pin-utils v0.1.0
12342024-12-20T22:36:50.208Z Compiling foldhash v0.1.3
12352024-12-20T22:36:50.516Z Compiling hashbrown v0.15.1
12362024-12-20T22:36:51.008Z Compiling cexpr v0.6.0
12372024-12-20T22:36:51.230Z Compiling synstructure v0.13.1
12382024-12-20T22:36:51.879Z Compiling cmake v0.1.51
12392024-12-20T22:36:52.847Z Compiling libm v0.2.8
12402024-12-20T22:36:52.866Z Compiling tinyvec_macros v0.1.1
12412024-12-20T22:36:52.929Z Compiling dunce v1.0.5
12422024-12-20T22:36:52.953Z Compiling pkg-config v0.3.31
12432024-12-20T22:36:52.970Z Compiling fs_extra v1.3.0
12442024-12-20T22:36:53.054Z Compiling tinyvec v1.8.0
12452024-12-20T22:36:53.195Z Compiling num-traits v0.2.19
12462024-12-20T22:36:53.700Z Compiling ring v0.17.8
12472024-12-20T22:36:54.513Z Compiling paste v1.0.15
12482024-12-20T22:36:54.595Z Compiling unicode-normalization v0.1.24
12492024-12-20T22:36:54.719Z Compiling writeable v0.5.5
12502024-12-20T22:36:54.850Z Compiling litemap v0.7.3
12512024-12-20T22:36:54.923Z Compiling base64ct v1.6.0
12522024-12-20T22:36:55.005Z Compiling unicode-bidi v0.3.17
12532024-12-20T22:36:55.226Z Compiling regex v1.11.1
12542024-12-20T22:36:55.405Z Compiling pem-rfc7468 v0.7.0
12552024-12-20T22:36:56.116Z Compiling httparse v1.9.5
12562024-12-20T22:36:56.277Z Compiling aws-lc-rs v1.10.0
12572024-12-20T22:36:56.412Z Compiling flagset v0.4.6
12582024-12-20T22:36:56.680Z Compiling tracing-core v0.1.32
12592024-12-20T22:36:56.934Z Compiling rustls-pki-types v1.10.0
12602024-12-20T22:36:57.778Z Compiling icu_locid_transform_data v1.5.0
12612024-12-20T22:36:57.876Z Compiling percent-encoding v2.3.1
12622024-12-20T22:36:57.894Z Compiling crossbeam-utils v0.8.20
12632024-12-20T22:36:58.108Z Compiling num-conv v0.1.0
12642024-12-20T22:36:58.209Z Compiling icu_properties_data v1.5.0
12652024-12-20T22:36:58.237Z Compiling serde_derive v1.0.215
12662024-12-20T22:36:58.388Z Compiling zeroize_derive v1.4.2
12672024-12-20T22:36:58.460Z Compiling zerocopy-derive v0.7.35
12682024-12-20T22:36:58.478Z Compiling tokio-macros v2.4.0
12692024-12-20T22:36:58.807Z Compiling zerofrom-derive v0.1.4
12702024-12-20T22:36:59.917Z Compiling zeroize v1.8.1
12712024-12-20T22:37:00.113Z Compiling yoke-derive v0.7.4
12722024-12-20T22:37:00.332Z Compiling thiserror-impl v1.0.69
12732024-12-20T22:37:00.723Z Compiling zerocopy v0.7.35
12742024-12-20T22:37:01.426Z Compiling zerovec-derive v0.10.3
12752024-12-20T22:37:01.636Z Compiling crypto-common v0.1.6
12762024-12-20T22:37:01.883Z Compiling block-buffer v0.10.4
12772024-12-20T22:37:02.221Z Compiling digest v0.10.7
12782024-12-20T22:37:02.439Z Compiling futures-macro v0.3.31
12792024-12-20T22:37:02.557Z Compiling block-padding v0.3.3
12802024-12-20T22:37:02.735Z Compiling hmac v0.12.1
12812024-12-20T22:37:02.803Z Compiling displaydoc v0.2.5
12822024-12-20T22:37:02.974Z Compiling inout v0.1.3
12832024-12-20T22:37:03.002Z Compiling zerofrom v0.1.4
12842024-12-20T22:37:03.245Z Compiling yoke v0.7.4
12852024-12-20T22:37:03.245Z Compiling cipher v0.4.4
12862024-12-20T22:37:03.279Z Compiling sha2 v0.10.8
12872024-12-20T22:37:03.631Z Compiling ppv-lite86 v0.2.20
12882024-12-20T22:37:03.755Z Compiling icu_provider_macros v1.5.0
12892024-12-20T22:37:03.794Z Compiling thiserror v1.0.69
12902024-12-20T22:37:03.938Z Compiling der_derive v0.7.3
12912024-12-20T22:37:04.267Z Compiling zerovec v0.10.4
12922024-12-20T22:37:04.372Z Compiling futures-util v0.3.31
12932024-12-20T22:37:04.481Z Compiling rand_chacha v0.3.1
12942024-12-20T22:37:04.506Z Compiling tracing-attributes v0.1.27
12952024-12-20T22:37:04.918Z Compiling rand v0.8.5
12962024-12-20T22:37:06.481Z Compiling tinystr v0.7.6
12972024-12-20T22:37:06.501Z Compiling der v0.7.9
12982024-12-20T22:37:06.838Z Compiling icu_collections v1.5.0
12992024-12-20T22:37:06.868Z Compiling icu_locid v1.5.0
13002024-12-20T22:37:06.938Z Compiling pest v2.7.14
13012024-12-20T22:37:07.054Z Compiling salsa20 v0.10.2
13022024-12-20T22:37:07.323Z Compiling pbkdf2 v0.12.2
13032024-12-20T22:37:07.539Z Compiling time-core v0.1.2
13042024-12-20T22:37:07.724Z Compiling mirai-annotations v1.12.0
13052024-12-20T22:37:07.916Z Compiling powerfmt v0.2.0
13062024-12-20T22:37:08.334Z Compiling icu_provider v1.5.0
13072024-12-20T22:37:08.368Z Compiling untrusted v0.9.0
13082024-12-20T22:37:08.428Z Compiling tracing v0.1.40
13092024-12-20T22:37:08.546Z Compiling untrusted v0.7.1
13102024-12-20T22:37:08.741Z Compiling spki v0.7.3
13112024-12-20T22:37:08.956Z Compiling vcpkg v0.2.15
13122024-12-20T22:37:09.134Z Compiling icu_locid_transform v1.5.0
13132024-12-20T22:37:09.407Z Compiling deranged v0.3.11
13142024-12-20T22:37:09.972Z Compiling pest_meta v2.7.14
13152024-12-20T22:37:10.041Z Compiling time-macros v0.2.18
13162024-12-20T22:37:10.605Z Compiling icu_properties v1.5.1
13172024-12-20T22:37:11.148Z Compiling openssl-sys v0.9.103
13182024-12-20T22:37:11.889Z Compiling scrypt v0.11.0
13192024-12-20T22:37:12.275Z Compiling bitflags v2.6.0
13202024-12-20T22:37:12.480Z Compiling bytes v1.8.0
13212024-12-20T22:37:12.735Z Compiling indexmap v2.6.0
13222024-12-20T22:37:13.155Z Compiling semver v1.0.23
13232024-12-20T22:37:13.402Z Compiling tokio v1.40.0
13242024-12-20T22:37:13.802Z Compiling http v1.1.0
13252024-12-20T22:37:13.947Z Compiling rustc_version v0.4.1
13262024-12-20T22:37:14.242Z Compiling cbc v0.1.2
13272024-12-20T22:37:14.491Z Compiling aes v0.8.4
13282024-12-20T22:37:14.710Z Compiling scroll_derive v0.12.0
13292024-12-20T22:37:15.134Z Compiling utf8_iter v1.0.4
13302024-12-20T22:37:15.385Z Compiling atomic-waker v1.1.2
13312024-12-20T22:37:15.476Z Compiling utf16_iter v1.0.5
13322024-12-20T22:37:15.573Z Compiling num_threads v0.1.7
13332024-12-20T22:37:15.684Z Compiling icu_normalizer_data v1.5.0
13342024-12-20T22:37:15.705Z Compiling write16 v1.0.0
13352024-12-20T22:37:15.800Z Compiling time v0.3.36
13362024-12-20T22:37:15.827Z Compiling icu_normalizer v1.5.0
13372024-12-20T22:37:15.900Z Compiling pkcs5 v0.7.1
13382024-12-20T22:37:16.167Z Compiling scroll v0.12.0
13392024-12-20T22:37:16.257Z Compiling http-body v1.0.1
13402024-12-20T22:37:16.605Z Compiling which v4.4.2
13412024-12-20T22:37:16.690Z Compiling pest_generator v2.7.14
13422024-12-20T22:37:17.271Z Compiling form_urlencoded v1.2.1
13432024-12-20T22:37:17.352Z Compiling slog v2.7.0
13442024-12-20T22:37:17.607Z Compiling try-lock v0.2.5
13452024-12-20T22:37:17.763Z Compiling want v0.3.1
13462024-12-20T22:37:17.877Z Compiling goblin v0.8.2
13472024-12-20T22:37:18.047Z Compiling idna_adapter v1.2.0
13482024-12-20T22:37:18.070Z Compiling pkcs8 v0.10.2
13492024-12-20T22:37:18.280Z Compiling httpdate v1.0.3
13502024-12-20T22:37:18.641Z Compiling idna v1.0.3
13512024-12-20T22:37:18.731Z Compiling pest_derive v2.7.14
13522024-12-20T22:37:18.733Z Compiling serde_spanned v0.6.8
13532024-12-20T22:37:18.986Z Compiling toml_datetime v0.6.8
13542024-12-20T22:37:19.471Z Compiling serde_tokenstream v0.2.2
13552024-12-20T22:37:19.511Z Compiling dtrace-parser v0.2.0
13562024-12-20T22:37:20.007Z Compiling uuid v1.11.0
13572024-12-20T22:37:20.422Z Compiling foreign-types-shared v0.1.1
13582024-12-20T22:37:20.518Z Compiling iana-time-zone v0.1.61
13592024-12-20T22:37:20.883Z Compiling openssl v0.10.66
13602024-12-20T22:37:20.970Z Compiling tower-service v0.3.3
13612024-12-20T22:37:21.099Z Compiling rustversion v1.0.17
13622024-12-20T22:37:21.276Z Compiling adler2 v2.0.0
13632024-12-20T22:37:21.401Z Compiling match_cfg v0.1.0
13642024-12-20T22:37:21.459Z Compiling base64 v0.22.1
13652024-12-20T22:37:21.484Z Compiling hostname v0.3.1
13662024-12-20T22:37:21.502Z Compiling miniz_oxide v0.8.0
13672024-12-20T22:37:21.741Z Compiling tokio-util v0.7.12
13682024-12-20T22:37:21.915Z Compiling chrono v0.4.38
13692024-12-20T22:37:22.178Z Compiling foreign-types v0.3.2
13702024-12-20T22:37:22.281Z Compiling url v2.5.3
13712024-12-20T22:37:23.013Z Compiling h2 v0.4.6
13722024-12-20T22:37:23.125Z Compiling dof v0.3.0
13732024-12-20T22:37:24.160Z Compiling usdt-impl v0.5.0
13742024-12-20T22:37:25.469Z Compiling openssl-macros v0.1.1
13752024-12-20T22:37:25.652Z Compiling async-trait v0.1.83
13762024-12-20T22:37:26.213Z Compiling dirs-sys-next v0.1.2
13772024-12-20T22:37:26.535Z Compiling rustls v0.22.4
13782024-12-20T22:37:26.792Z Compiling native-tls v0.2.12
13792024-12-20T22:37:26.844Z Compiling siphasher v0.3.11
13802024-12-20T22:37:27.128Z Compiling data-encoding v2.6.0
13812024-12-20T22:37:27.212Z Compiling syn v1.0.109
13822024-12-20T22:37:27.655Z Compiling rustls v0.23.19
13832024-12-20T22:37:27.951Z Compiling dirs-next v2.0.0
13842024-12-20T22:37:28.278Z Compiling http-body-util v0.1.2
13852024-12-20T22:37:28.299Z Compiling heapless v0.7.17
13862024-12-20T22:37:28.406Z Compiling crossbeam-epoch v0.9.18
13872024-12-20T22:37:28.737Z Compiling signature v2.2.0
13882024-12-20T22:37:28.840Z Compiling sha1 v0.10.6
13892024-12-20T22:37:29.022Z Compiling bzip2-sys v0.1.11+1.0.8
13902024-12-20T22:37:29.184Z Compiling serde_derive_internals v0.29.1
13912024-12-20T22:37:29.279Z Compiling thread_local v1.1.8
13922024-12-20T22:37:29.439Z Compiling cookie v0.18.1
13932024-12-20T22:37:29.513Z Compiling hyper v1.5.0
13942024-12-20T22:37:29.534Z Compiling encoding_rs v0.8.34
13952024-12-20T22:37:29.717Z Compiling multer v3.1.0
13962024-12-20T22:37:29.804Z Compiling rayon-core v1.12.1
13972024-12-20T22:37:29.989Z Compiling ipnet v2.10.1
13982024-12-20T22:37:30.083Z Compiling openssl-probe v0.1.5
13992024-12-20T22:37:30.431Z Compiling gimli v0.31.1
14002024-12-20T22:37:31.291Z Compiling signal-hook v0.3.17
14012024-12-20T22:37:31.564Z Compiling schemars v0.8.21
14022024-12-20T22:37:31.913Z Compiling hyper-util v0.1.10
14032024-12-20T22:37:31.957Z Compiling mime v0.3.17
14042024-12-20T22:37:32.640Z Compiling unicode-properties v0.1.3
14052024-12-20T22:37:33.035Z Compiling slog-async v2.8.0
14062024-12-20T22:37:33.345Z Compiling stringprep v0.1.5
14072024-12-20T22:37:33.644Z Compiling schemars_derive v0.8.21
14082024-12-20T22:37:33.876Z Compiling toml_edit v0.22.22
14092024-12-20T22:37:34.727Z Compiling crossbeam-deque v0.8.5
14102024-12-20T22:37:35.056Z Compiling addr2line v0.24.2
14112024-12-20T22:37:35.211Z Compiling slog-json v2.6.1
14122024-12-20T22:37:35.581Z Compiling term v0.7.0
14132024-12-20T22:37:35.749Z Compiling usdt-attr-macro v0.5.0
14142024-12-20T22:37:36.149Z Compiling usdt-macro v0.5.0
14152024-12-20T22:37:36.616Z Compiling serde_urlencoded v0.7.1
14162024-12-20T22:37:37.001Z Compiling curve25519-dalek v4.1.3
14172024-12-20T22:37:37.105Z Compiling crossbeam-channel v0.5.13
14182024-12-20T22:37:37.163Z Compiling futures-executor v0.3.31
14192024-12-20T22:37:37.379Z Compiling enum-as-inner v0.6.1
14202024-12-20T22:37:37.635Z Compiling md-5 v0.10.6
14212024-12-20T22:37:37.667Z Compiling async-stream-impl v0.3.6
14222024-12-20T22:37:37.739Z Compiling num-integer v0.1.46
14232024-12-20T22:37:37.891Z Compiling rustls-pemfile v2.2.0
14242024-12-20T22:37:38.214Z Compiling idna v0.3.0
14252024-12-20T22:37:38.248Z Compiling idna v0.4.0
14262024-12-20T22:37:38.502Z Compiling hash32 v0.2.1
14272024-12-20T22:37:38.569Z Compiling ff v0.13.0
14282024-12-20T22:37:38.788Z Compiling is-terminal v0.4.13
14292024-12-20T22:37:38.889Z Compiling object v0.36.5
14302024-12-20T22:37:38.914Z Compiling dropshot v0.12.0
14312024-12-20T22:37:39.079Z Compiling smoltcp v0.9.1
14322024-12-20T22:37:39.200Z Compiling base16ct v0.2.0
14332024-12-20T22:37:39.535Z Compiling num-bigint-dig v0.8.4
14342024-12-20T22:37:39.799Z Compiling dyn-clone v1.0.17
14352024-12-20T22:37:39.824Z Compiling psl-types v2.0.11
14362024-12-20T22:37:39.856Z Compiling linked-hash-map v0.5.6
14372024-12-20T22:37:39.876Z Compiling utf-8 v0.7.6
14382024-12-20T22:37:40.019Z Compiling anyhow v1.0.93
14392024-12-20T22:37:40.039Z Compiling fallible-iterator v0.2.0
14402024-12-20T22:37:40.214Z Compiling take_mut v0.2.2
14412024-12-20T22:37:40.216Z Compiling quick-error v1.2.3
14422024-12-20T22:37:40.379Z Compiling portable-atomic v1.9.0
14432024-12-20T22:37:40.380Z Compiling rustc-demangle v0.1.24
14442024-12-20T22:37:40.763Z Compiling postgres-protocol v0.6.7
14452024-12-20T22:37:41.395Z Compiling resolv-conf v0.7.0
14462024-12-20T22:37:41.572Z Compiling lru-cache v0.1.2
14472024-12-20T22:37:41.767Z Compiling tungstenite v0.24.0
14482024-12-20T22:37:42.117Z Compiling publicsuffix v2.2.3
14492024-12-20T22:37:42.307Z Compiling sec1 v0.7.3
14502024-12-20T22:37:42.359Z Compiling async-stream v0.3.6
14512024-12-20T22:37:42.404Z Compiling hickory-proto v0.24.1
14522024-12-20T22:37:42.679Z Compiling usdt v0.5.0
14532024-12-20T22:37:42.869Z Compiling slog-term v2.9.1
14542024-12-20T22:37:44.185Z Compiling group v0.13.0
14552024-12-20T22:37:44.273Z Compiling num-iter v0.1.45
14562024-12-20T22:37:44.483Z Compiling futures v0.3.31
14572024-12-20T22:37:44.501Z Compiling toml v0.8.19
14582024-12-20T22:37:44.609Z Compiling slog-bunyan v2.5.0
14592024-12-20T22:37:45.917Z Compiling tokio-native-tls v0.3.1
14602024-12-20T22:37:46.196Z Compiling backtrace v0.3.74
14612024-12-20T22:37:46.239Z Compiling camino v1.1.9
14622024-12-20T22:37:46.969Z Compiling phf_shared v0.11.2
14632024-12-20T22:37:47.045Z Compiling dropshot_endpoint v0.12.0
14642024-12-20T22:37:47.233Z Compiling terminal_size v0.4.0
14652024-12-20T22:37:47.379Z Compiling waitgroup v0.1.2
14662024-12-20T22:37:47.457Z Compiling openapiv3 v2.0.0
14672024-12-20T22:37:47.484Z Compiling serde_path_to_error v0.1.16
14682024-12-20T22:37:47.600Z Compiling hkdf v0.12.4
14692024-12-20T22:37:47.867Z Compiling crypto-bigint v0.5.5
14702024-12-20T22:37:48.348Z Compiling zerocopy-derive v0.6.6
14712024-12-20T22:37:49.846Z Compiling hubpack_derive v0.1.1
14722024-12-20T22:37:49.928Z Compiling curve25519-dalek-derive v0.1.1
14732024-12-20T22:37:50.633Z Compiling webpki-roots v0.26.6
14742024-12-20T22:37:50.744Z Compiling idna v0.5.0
14752024-12-20T22:37:50.851Z Compiling hostname v0.4.0
14762024-12-20T22:37:51.119Z Compiling ahash v0.8.11
14772024-12-20T22:37:51.478Z Compiling crc32fast v1.4.2
14782024-12-20T22:37:51.536Z Compiling fs-err v2.11.0
14792024-12-20T22:37:51.769Z Compiling managed v0.8.0
14802024-12-20T22:37:51.821Z Compiling debug-ignore v1.0.5
14812024-12-20T22:37:51.841Z Compiling bitflags v1.3.2
14822024-12-20T22:37:51.887Z Compiling winnow v0.5.40
14832024-12-20T22:37:51.952Z Compiling clap_builder v4.5.21
14842024-12-20T22:37:51.973Z Compiling console v0.15.8
14852024-12-20T22:37:52.556Z Compiling strum_macros v0.25.3
14862024-12-20T22:37:52.942Z Compiling flate2 v1.0.34
14872024-12-20T22:37:53.660Z Compiling cookie_store v0.21.0
14882024-12-20T22:37:54.013Z Compiling elliptic-curve v0.13.8
14892024-12-20T22:37:54.446Z Compiling hubpack v0.1.2
14902024-12-20T22:37:54.825Z Compiling zerocopy v0.6.6
14912024-12-20T22:37:54.897Z Compiling hickory-resolver v0.24.1
14922024-12-20T22:37:55.315Z Compiling toml_edit v0.19.15
14932024-12-20T22:37:55.682Z Compiling phf v0.11.2
14942024-12-20T22:37:55.983Z Compiling signal-hook-mio v0.2.4
14952024-12-20T22:37:56.157Z Compiling hyper-tls v0.6.0
14962024-12-20T22:37:56.591Z Compiling rayon v1.10.0
14972024-12-20T22:37:56.613Z Compiling bzip2 v0.4.4
14982024-12-20T22:37:57.036Z Compiling tokio-tungstenite v0.24.0
14992024-12-20T22:37:58.969Z Compiling postgres-types v0.2.8
15002024-12-20T22:38:00.544Z Compiling ed25519 v2.2.3
15012024-12-20T22:38:01.466Z Compiling phf_shared v0.10.0
15022024-12-20T22:38:01.489Z Compiling tokio-stream v0.1.16
15032024-12-20T22:38:01.679Z Compiling pkcs1 v0.7.5
15042024-12-20T22:38:01.905Z Compiling serde-big-array v0.5.1
15052024-12-20T22:38:02.036Z Compiling clap_derive v4.5.18
15062024-12-20T22:38:02.170Z Compiling rfc6979 v0.4.0
15072024-12-20T22:38:02.381Z Compiling derive-where v1.2.7
15082024-12-20T22:38:02.438Z Compiling serde_repr v0.1.19
15092024-12-20T22:38:02.576Z Compiling float-cmp v0.9.0
15102024-12-20T22:38:02.727Z Compiling bstr v1.10.0
15112024-12-20T22:38:02.799Z Compiling sync_wrapper v1.0.1
15122024-12-20T22:38:02.964Z Compiling difflib v0.4.0
15132024-12-20T22:38:03.484Z Compiling whoami v1.5.2
15142024-12-20T22:38:03.641Z Compiling number_prefix v0.4.0
15152024-12-20T22:38:03.880Z Compiling predicates-core v1.0.8
15162024-12-20T22:38:04.151Z Compiling bit-vec v0.6.3
15172024-12-20T22:38:04.250Z Compiling precomputed-hash v0.1.1
15182024-12-20T22:38:04.375Z Compiling unicode-width v0.2.0
15192024-12-20T22:38:04.552Z Compiling fixedbitset v0.4.2
15202024-12-20T22:38:04.599Z Compiling new_debug_unreachable v1.0.6
15212024-12-20T22:38:04.619Z Compiling unicode-segmentation v1.12.0
15222024-12-20T22:38:04.700Z Compiling normalize-line-endings v0.3.0
15232024-12-20T22:38:04.836Z Compiling static_assertions v1.1.0
15242024-12-20T22:38:04.904Z Compiling indicatif v0.17.9
15252024-12-20T22:38:04.943Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15262024-12-20T22:38:05.013Z Compiling petgraph v0.6.5
15272024-12-20T22:38:05.528Z Compiling similar v2.6.0
15282024-12-20T22:38:06.034Z Compiling predicates v3.1.2
15292024-12-20T22:38:07.150Z Compiling string_cache v0.8.7
15302024-12-20T22:38:07.204Z Compiling clap v4.5.21
15312024-12-20T22:38:07.334Z Compiling bit-set v0.5.3
15322024-12-20T22:38:07.647Z Compiling tokio-postgres v0.7.12
15332024-12-20T22:38:07.650Z Compiling ecdsa v0.16.9
15342024-12-20T22:38:07.896Z Compiling rsa v0.9.6
15352024-12-20T22:38:08.041Z Compiling ed25519-dalek v2.1.1
15362024-12-20T22:38:08.502Z Compiling toml v0.7.8
15372024-12-20T22:38:09.248Z Compiling zip v0.6.6
15382024-12-20T22:38:09.358Z Compiling crossterm v0.28.1
15392024-12-20T22:38:10.908Z Compiling hex v0.4.3
15402024-12-20T22:38:11.312Z Compiling x509-cert v0.2.5
15412024-12-20T22:38:11.562Z Compiling lalrpop-util v0.19.12
15422024-12-20T22:38:11.579Z Compiling unicode-xid v0.2.6
15432024-12-20T22:38:11.764Z Compiling peg-runtime v0.8.3
15442024-12-20T22:38:11.924Z Compiling strum_macros v0.26.4
15452024-12-20T22:38:12.001Z Compiling xattr v1.3.1
15462024-12-20T22:38:12.309Z Compiling filetime v0.2.25
15472024-12-20T22:38:12.635Z Compiling tar v0.4.42
15482024-12-20T22:38:17.179Z Compiling strum v0.26.3
15492024-12-20T22:38:20.033Z Compiling aws-lc-sys v0.22.0
15502024-12-20T22:38:48.286Z Compiling rustls-webpki v0.102.8
15512024-12-20T22:38:51.631Z Compiling tokio-rustls v0.25.0
15522024-12-20T22:38:53.305Z Compiling tokio-rustls v0.26.0
15532024-12-20T22:38:53.716Z Compiling hyper-rustls v0.27.3
15542024-12-20T22:38:54.053Z Compiling reqwest v0.12.9
15552024-12-20T22:38:55.268Z Compiling qorb v0.2.1
15562024-12-20T22:39:00.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572024-12-20T22:39:00.311Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582024-12-20T22:39:06.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15592024-12-20T22:39:06.423Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602024-12-20T22:39:06.470ZDec 20 22:39:05.761 INFO Starting download, target: Clickhouse
15612024-12-20T22:39:06.470ZDec 20 22:39:05.761 INFO Starting download, target: Console
15622024-12-20T22:39:06.470ZDec 20 22:39:05.761 INFO Starting download, target: Cockroach
15632024-12-20T22:39:06.470ZDec 20 22:39:05.761 INFO Starting download, target: DendriteOpenapi
15642024-12-20T22:39:06.470ZDec 20 22:39:05.761 INFO Starting download, target: DendriteStub
15652024-12-20T22:39:06.475ZDec 20 22:39:05.761 INFO Starting download, target: MaghemiteMgd
15662024-12-20T22:39:06.475ZDec 20 22:39:05.761 INFO Starting download, target: TransceiverControl
15672024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15682024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15692024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15702024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15712024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15722024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15732024-12-20T22:39:06.475ZDec 20 22:39:05.762 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15742024-12-20T22:39:06.690ZDec 20 22:39:05.976 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15752024-12-20T22:39:06.711ZDec 20 22:39:05.984 INFO Download complete, target: DendriteOpenapi
15762024-12-20T22:39:07.114ZDec 20 22:39:06.357 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772024-12-20T22:39:07.381ZDec 20 22:39:06.637 INFO Download complete, target: TransceiverControl
15782024-12-20T22:39:07.439ZDec 20 22:39:06.699 INFO Download complete, target: Console
15792024-12-20T22:39:07.503ZDec 20 22:39:06.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15802024-12-20T22:39:07.585ZDec 20 22:39:06.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15812024-12-20T22:39:08.233ZDec 20 22:39:07.490 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822024-12-20T22:39:08.234ZDec 20 22:39:07.490 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832024-12-20T22:39:08.399ZDec 20 22:39:07.690 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15842024-12-20T22:39:10.460ZDec 20 22:39:09.751 INFO Download complete, target: MaghemiteMgd
15852024-12-20T22:39:10.463ZDec 20 22:39:09.751 INFO Download complete, target: DendriteStub
15862024-12-20T22:39:15.706ZDec 20 22:39:14.995 INFO Checking that binary works, target: Cockroach
15872024-12-20T22:39:15.863ZDec 20 22:39:15.152 INFO Download complete, target: Cockroach
15882024-12-20T22:39:20.956ZDec 20 22:39:20.245 INFO Checking that binary works, target: Clickhouse
15892024-12-20T22:39:21.082ZDec 20 22:39:20.371 INFO Download complete, target: Clickhouse
15902024-12-20T22:39:21.101ZAll builder prerequisites installed successfully, and PATH looks valid
15912024-12-20T22:39:21.104Z
15922024-12-20T22:39:21.104Zreal 6:51.197560690
15932024-12-20T22:39:21.104Zuser 16:24.655842792
15942024-12-20T22:39:21.104Zsys 3:16.037007630
15952024-12-20T22:39:21.104Ztrap 0.533114453
15962024-12-20T22:39:21.104Ztflt 1.665742887
15972024-12-20T22:39:21.104Zdflt 2.095725117
15982024-12-20T22:39:21.104Zkflt 0.030124264
15992024-12-20T22:39:21.104Zlock 29:35.475930963
16002024-12-20T22:39:21.104Zslp 1:05:17.099762894
16012024-12-20T22:39:21.104Zlat 54.664272447
16022024-12-20T22:39:21.104Zstop 2:18.268690267
16032024-12-20T22:39:21.104Z+ banner hack-check
16042024-12-20T22:39:21.107Z
16052024-12-20T22:39:21.107Z # # ## #### # # #### # # ###### #### # #
16062024-12-20T22:39:21.107Z # # # # # # # # # # # # # # # # #
16072024-12-20T22:39:21.107Z ###### # # # #### ##### # ###### ##### # ####
16082024-12-20T22:39:21.107Z # # ###### # # # # # # # # # #
16092024-12-20T22:39:21.108Z # # # # # # # # # # # # # # # # #
16102024-12-20T22:39:21.108Z # # # # #### # # #### # # ###### #### # #
16112024-12-20T22:39:21.108Z
16122024-12-20T22:39:21.108Z+ export CARGO_INCREMENTAL=0
16132024-12-20T22:39:21.108Z+ CARGO_INCREMENTAL=0
16142024-12-20T22:39:21.108Z+ ptime -m timeout 2h cargo xtask check-features --ci
16152024-12-20T22:39:21.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16162024-12-20T22:39:25.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
16172024-12-20T22:39:25.191Z Running `target/debug/xtask check-features --ci`
16182024-12-20T22:39:25.223Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16192024-12-20T22:39:25.223Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16202024-12-20T22:39:25.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16212024-12-20T22:39:25.706Z Running `target/debug/xtask download cargo-hack`
16222024-12-20T22:39:26.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232024-12-20T22:39:26.895Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242024-12-20T22:39:31.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
16252024-12-20T22:39:32.017Z Running `target/debug/xtask-downloader cargo-hack`
16262024-12-20T22:39:32.054ZDec 20 22:39:31.342 INFO Starting download, target: CargoHack
16272024-12-20T22:39:32.056ZDec 20 22:39:31.343 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16282024-12-20T22:39:32.722ZDec 20 22:39:32.010 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16292024-12-20T22:39:32.811ZDec 20 22:39:32.099 INFO Download complete, target: CargoHack
16302024-12-20T22:39:32.815Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16312024-12-20T22:39:32.831Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16322024-12-20T22:39:32.998Zinfo: running `cargo check --bins` on api_identity (1/175)
16332024-12-20T22:39:33.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-20T22:39:33.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-20T22:39:33.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-20T22:39:33.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16372024-12-20T22:39:33.592Z
16382024-12-20T22:39:33.593Zinfo: running `cargo check --bins` on bootstore (2/175)
16392024-12-20T22:39:34.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-20T22:39:34.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-20T22:39:34.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-20T22:39:34.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16432024-12-20T22:39:34.225Z
16442024-12-20T22:39:34.225Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16452024-12-20T22:39:34.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-20T22:39:34.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-20T22:39:34.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-20T22:39:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16492024-12-20T22:39:34.826Z
16502024-12-20T22:39:34.826Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16512024-12-20T22:39:35.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-20T22:39:35.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-20T22:39:35.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-20T22:39:35.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16552024-12-20T22:39:35.451Z
16562024-12-20T22:39:35.451Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16572024-12-20T22:39:35.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-20T22:39:35.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-20T22:39:35.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-20T22:39:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-20T22:39:35.868Z
16622024-12-20T22:39:35.868Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16632024-12-20T22:39:36.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-20T22:39:36.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-20T22:39:36.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-20T22:39:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672024-12-20T22:39:36.294Z
16682024-12-20T22:39:36.294Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16692024-12-20T22:39:36.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-20T22:39:36.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-20T22:39:36.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-20T22:39:36.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16732024-12-20T22:39:36.704Z
16742024-12-20T22:39:36.704Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16752024-12-20T22:39:37.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-20T22:39:37.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-20T22:39:37.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-20T22:39:37.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792024-12-20T22:39:37.127Z
16802024-12-20T22:39:37.127Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16812024-12-20T22:39:37.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-20T22:39:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-20T22:39:37.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-20T22:39:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16852024-12-20T22:39:37.553Z
16862024-12-20T22:39:37.553Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16872024-12-20T22:39:37.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-20T22:39:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-20T22:39:37.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-20T22:39:37.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912024-12-20T22:39:37.978Z
16922024-12-20T22:39:37.978Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16932024-12-20T22:39:38.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-20T22:39:38.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-20T22:39:38.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-20T22:39:38.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16972024-12-20T22:39:38.404Z
16982024-12-20T22:39:38.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16992024-12-20T22:39:38.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-20T22:39:38.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-20T22:39:38.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-20T22:39:38.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032024-12-20T22:39:38.833Z
17042024-12-20T22:39:38.833Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
17052024-12-20T22:39:39.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-20T22:39:39.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-20T22:39:39.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-20T22:39:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092024-12-20T22:39:39.255Z
17102024-12-20T22:39:39.255Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
17112024-12-20T22:39:39.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-20T22:39:39.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-20T22:39:39.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-20T22:39:39.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152024-12-20T22:39:39.666Z
17162024-12-20T22:39:39.666Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17172024-12-20T22:39:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-20T22:39:40.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-20T22:39:40.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-20T22:39:40.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212024-12-20T22:39:40.087Z
17222024-12-20T22:39:40.088Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17232024-12-20T22:39:40.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-20T22:39:40.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-20T22:39:40.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-20T22:39:40.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272024-12-20T22:39:40.508Z
17282024-12-20T22:39:40.508Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17292024-12-20T22:39:40.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-20T22:39:40.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-20T22:39:40.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-20T22:39:40.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332024-12-20T22:39:40.927Z
17342024-12-20T22:39:40.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17352024-12-20T22:39:41.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-20T22:39:41.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-20T22:39:41.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-20T22:39:41.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392024-12-20T22:39:41.355Z
17402024-12-20T22:39:41.355Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17412024-12-20T22:39:41.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-20T22:39:41.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-20T22:39:41.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-20T22:39:41.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452024-12-20T22:39:41.780Z
17462024-12-20T22:39:41.780Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17472024-12-20T22:39:42.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-20T22:39:42.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-20T22:39:42.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-20T22:39:42.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512024-12-20T22:39:42.208Z
17522024-12-20T22:39:42.208Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17532024-12-20T22:39:42.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-20T22:39:42.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-20T22:39:42.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-20T22:39:42.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572024-12-20T22:39:42.635Z
17582024-12-20T22:39:42.635Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17592024-12-20T22:39:43.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-20T22:39:43.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-20T22:39:43.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-20T22:39:43.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17632024-12-20T22:39:43.065Z
17642024-12-20T22:39:43.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17652024-12-20T22:39:43.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-20T22:39:43.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-20T22:39:43.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-20T22:39:43.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17692024-12-20T22:39:43.496Z
17702024-12-20T22:39:43.496Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17712024-12-20T22:39:43.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-20T22:39:43.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-20T22:39:43.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-20T22:39:43.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17752024-12-20T22:39:43.918Z
17762024-12-20T22:39:43.918Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17772024-12-20T22:39:44.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-20T22:39:44.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-20T22:39:44.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-12-20T22:39:44.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17812024-12-20T22:39:44.559Z
17822024-12-20T22:39:44.559Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17832024-12-20T22:39:45.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-12-20T22:39:45.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-12-20T22:39:45.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862024-12-20T22:39:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17872024-12-20T22:39:45.193Z
17882024-12-20T22:39:45.193Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17892024-12-20T22:39:45.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902024-12-20T22:39:45.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912024-12-20T22:39:45.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922024-12-20T22:39:45.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17932024-12-20T22:39:45.828Z
17942024-12-20T22:39:45.828Zinfo: running `cargo check --bins` on oxlog (28/175)
17952024-12-20T22:39:46.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962024-12-20T22:39:46.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972024-12-20T22:39:46.444Z Checking cfg-if v1.0.0
17982024-12-20T22:39:46.447Z Checking libc v0.2.162
17992024-12-20T22:39:46.551Z Checking serde v1.0.215
18002024-12-20T22:39:46.554Z Checking zeroize v1.8.1
18012024-12-20T22:39:46.568Z Checking memchr v2.7.4
18022024-12-20T22:39:46.570Z Checking typenum v1.17.0
18032024-12-20T22:39:46.591Z Checking scopeguard v1.2.0
18042024-12-20T22:39:46.593Z Checking subtle v2.6.1
18052024-12-20T22:39:46.619Z Checking value-bag v1.9.0
18062024-12-20T22:39:46.747Z Checking lock_api v0.4.12
18072024-12-20T22:39:46.789Z Checking const-oid v0.9.6
18082024-12-20T22:39:46.842Z Checking itoa v1.0.11
18092024-12-20T22:39:47.018Z Checking log v0.4.22
18102024-12-20T22:39:47.057Z Checking smallvec v1.13.2
18112024-12-20T22:39:47.145Z Checking pin-project-lite v0.2.14
18122024-12-20T22:39:47.263Z Checking byteorder v1.5.0
18132024-12-20T22:39:47.421Z Checking futures-core v0.3.31
18142024-12-20T22:39:47.449Z Checking once_cell v1.20.2
18152024-12-20T22:39:47.560Z Checking cpufeatures v0.2.14
18162024-12-20T22:39:47.611Z Checking futures-sink v0.3.31
18172024-12-20T22:39:47.654Z Checking stable_deref_trait v1.2.0
18182024-12-20T22:39:47.668Z Checking spin v0.9.8
18192024-12-20T22:39:47.690Z Checking getrandom v0.2.15
18202024-12-20T22:39:47.737Z Checking parking_lot_core v0.9.10
18212024-12-20T22:39:47.752Z Checking signal-hook-registry v1.4.2
18222024-12-20T22:39:47.754Z Checking mio v1.0.2
18232024-12-20T22:39:47.864Z Checking generic-array v0.14.7
18242024-12-20T22:39:47.901Z Checking rand_core v0.6.4
18252024-12-20T22:39:47.995Z Checking socket2 v0.5.7
18262024-12-20T22:39:48.011Z Checking zerocopy v0.7.35
18272024-12-20T22:39:48.043Z Checking parking_lot v0.12.3
18282024-12-20T22:39:48.215Z Checking zerofrom v0.1.4
18292024-12-20T22:39:48.353Z Checking slab v0.4.9
18302024-12-20T22:39:48.396Z Checking futures-channel v0.3.31
18312024-12-20T22:39:48.433Z Checking yoke v0.7.4
18322024-12-20T22:39:48.468Z Checking foldhash v0.1.3
18332024-12-20T22:39:48.598Z Checking futures-io v0.3.31
18342024-12-20T22:39:48.616Z Checking futures-task v0.3.31
18352024-12-20T22:39:48.672Z Checking pin-utils v0.1.0
18362024-12-20T22:39:48.755Z Checking equivalent v1.0.1
18372024-12-20T22:39:48.766Z Checking allocator-api2 v0.2.18
18382024-12-20T22:39:48.766Z Checking zerovec v0.10.4
18392024-12-20T22:39:48.796Z Checking ryu v1.0.18
18402024-12-20T22:39:48.827Z Checking futures-util v0.3.31
18412024-12-20T22:39:48.867Z Checking tinyvec_macros v0.1.1
18422024-12-20T22:39:48.948Z Checking tinyvec v1.8.0
18432024-12-20T22:39:49.010Z Checking fnv v1.0.7
18442024-12-20T22:39:49.048Z Checking crypto-common v0.1.6
18452024-12-20T22:39:49.135Z Checking block-buffer v0.10.4
18462024-12-20T22:39:49.240Z Checking block-padding v0.3.3
18472024-12-20T22:39:49.364Z Checking digest v0.10.7
18482024-12-20T22:39:49.403Z Checking hashbrown v0.15.1
18492024-12-20T22:39:49.419Z Checking libm v0.2.8
18502024-12-20T22:39:49.453Z Checking inout v0.1.3
18512024-12-20T22:39:49.671Z Checking cipher v0.4.4
18522024-12-20T22:39:49.746Z Checking hmac v0.12.1
18532024-12-20T22:39:49.939Z Checking sha2 v0.10.8
18542024-12-20T22:39:50.062Z Checking unicode-bidi v0.3.17
18552024-12-20T22:39:50.265Z Checking base64ct v1.6.0
18562024-12-20T22:39:50.281Z Checking unicode-normalization v0.1.24
18572024-12-20T22:39:50.437Z Checking tinystr v0.7.6
18582024-12-20T22:39:50.497Z Checking writeable v0.5.5
18592024-12-20T22:39:50.557Z Checking litemap v0.7.3
18602024-12-20T22:39:50.725Z Checking num-traits v0.2.19
18612024-12-20T22:39:50.728Z Checking pem-rfc7468 v0.7.0
18622024-12-20T22:39:50.785Z Checking ppv-lite86 v0.2.20
18632024-12-20T22:39:50.818Z Checking flagset v0.4.6
18642024-12-20T22:39:50.872Z Checking icu_locid v1.5.0
18652024-12-20T22:39:50.992Z Checking tracing-core v0.1.32
18662024-12-20T22:39:51.017Z Checking der v0.7.9
18672024-12-20T22:39:51.179Z Checking thiserror v1.0.69
18682024-12-20T22:39:51.315Z Checking icu_locid_transform_data v1.5.0
18692024-12-20T22:39:51.417Z Checking rustls-pki-types v1.10.0
18702024-12-20T22:39:51.481Z Checking bytes v1.8.0
18712024-12-20T22:39:51.537Z Checking indexmap v2.6.0
18722024-12-20T22:39:51.672Z Checking serde_json v1.0.132
18732024-12-20T22:39:51.931Z Checking icu_provider v1.5.0
18742024-12-20T22:39:51.965Z Checking rand_chacha v0.3.1
18752024-12-20T22:39:52.310Z Checking tokio v1.40.0
18762024-12-20T22:39:52.373Z Checking http v1.1.0
18772024-12-20T22:39:52.389Z Checking bitflags v2.6.0
18782024-12-20T22:39:52.553Z Checking percent-encoding v2.3.1
18792024-12-20T22:39:52.673Z Checking icu_locid_transform v1.5.0
18802024-12-20T22:39:52.762Z Checking rand v0.8.5
18812024-12-20T22:39:52.854Z Checking tracing v0.1.40
18822024-12-20T22:39:52.875Z Checking spki v0.7.3
18832024-12-20T22:39:53.149Z Checking icu_collections v1.5.0
18842024-12-20T22:39:53.198Z Checking salsa20 v0.10.2
18852024-12-20T22:39:53.412Z Checking pbkdf2 v0.12.2
18862024-12-20T22:39:53.444Z Checking aws-lc-sys v0.22.0
18872024-12-20T22:39:53.563Z Checking httparse v1.9.5
18882024-12-20T22:39:53.629Z Checking mirai-annotations v1.12.0
18892024-12-20T22:39:53.710Z Checking untrusted v0.9.0
18902024-12-20T22:39:53.794Z Checking icu_properties_data v1.5.0
18912024-12-20T22:39:53.809Z Checking powerfmt v0.2.0
18922024-12-20T22:39:53.863Z Checking untrusted v0.7.1
18932024-12-20T22:39:53.975Z Checking ring v0.17.8
18942024-12-20T22:39:53.990Z Checking scrypt v0.11.0
18952024-12-20T22:39:54.013Z Checking cbc v0.1.2
18962024-12-20T22:39:54.029Z Checking icu_properties v1.5.1
18972024-12-20T22:39:54.066Z Checking deranged v0.3.11
18982024-12-20T22:39:54.084Z Checking aes v0.8.4
18992024-12-20T22:39:54.201Z Checking crossbeam-utils v0.8.20
19002024-12-20T22:39:54.204Z Checking write16 v1.0.0
19012024-12-20T22:39:54.342Z Checking utf8_iter v1.0.4
19022024-12-20T22:39:54.542Z Checking time-core v0.1.2
19032024-12-20T22:39:54.698Z Checking utf16_iter v1.0.5
19042024-12-20T22:39:54.862Z Checking icu_normalizer_data v1.5.0
19052024-12-20T22:39:54.913Z Checking num_threads v0.1.7
19062024-12-20T22:39:54.978Z Checking atomic-waker v1.1.2
19072024-12-20T22:39:55.001Z Checking num-conv v0.1.0
19082024-12-20T22:39:55.049Z Checking pkcs5 v0.7.1
19092024-12-20T22:39:55.089Z Checking http-body v1.0.1
19102024-12-20T22:39:55.269Z Checking form_urlencoded v1.2.1
19112024-12-20T22:39:55.367Z Checking try-lock v0.2.5
19122024-12-20T22:39:55.652Z Checking unicode-ident v1.0.13
19132024-12-20T22:39:55.745Z Checking want v0.3.1
19142024-12-20T22:39:55.745Z Checking pkcs8 v0.10.2
19152024-12-20T22:39:55.745Z Checking httpdate v1.0.3
19162024-12-20T22:39:55.745Z Checking proc-macro2 v1.0.89
19172024-12-20T22:39:55.809Z Checking toml_datetime v0.6.8
19182024-12-20T22:39:55.835Z Checking uuid v1.11.0
19192024-12-20T22:39:55.853Z Checking time v0.3.36
19202024-12-20T22:39:55.889Z Checking serde_spanned v0.6.8
19212024-12-20T22:39:56.016Z Checking aws-lc-rs v1.10.0
19222024-12-20T22:39:56.045Z Checking slog v2.7.0
19232024-12-20T22:39:56.072Z Checking scroll v0.12.0
19242024-12-20T22:39:56.251Z Checking adler2 v2.0.0
19252024-12-20T22:39:56.413Z Checking iana-time-zone v0.1.61
19262024-12-20T22:39:56.428Z Checking plain v0.2.3
19272024-12-20T22:39:56.501Z Checking match_cfg v0.1.0
19282024-12-20T22:39:56.524Z Checking ucd-trie v0.1.7
19292024-12-20T22:39:56.550Z Checking tower-service v0.3.3
19302024-12-20T22:39:56.565Z Checking foreign-types-shared v0.1.1
19312024-12-20T22:39:56.586Z Checking base64 v0.22.1
19322024-12-20T22:39:56.662Z Checking foreign-types v0.3.2
19332024-12-20T22:39:56.666Z Checking hostname v0.3.1
19342024-12-20T22:39:56.714Z Checking pest v2.7.14
19352024-12-20T22:39:56.751Z Checking goblin v0.8.2
19362024-12-20T22:39:56.802Z Checking chrono v0.4.38
19372024-12-20T22:39:57.063Z Checking miniz_oxide v0.8.0
19382024-12-20T22:39:57.313Z Checking icu_normalizer v1.5.0
19392024-12-20T22:39:57.777Z Checking rustls-webpki v0.102.8
19402024-12-20T22:39:57.819Z Checking quote v1.0.37
19412024-12-20T22:39:58.096Z Checking idna_adapter v1.2.0
19422024-12-20T22:39:58.170Z Checking openssl-sys v0.9.103
19432024-12-20T22:39:58.275Z Checking idna v1.0.3
19442024-12-20T22:39:58.328Z Checking dirs-sys-next v0.1.2
19452024-12-20T22:39:58.505Z Checking errno v0.3.9
19462024-12-20T22:39:58.587Z Checking aho-corasick v1.1.3
19472024-12-20T22:39:58.670Z Checking pretty-hex v0.4.1
19482024-12-20T22:39:58.768Z Checking url v2.5.3
19492024-12-20T22:39:58.841Z Checking data-encoding v2.6.0
19502024-12-20T22:39:58.857Z Checking regex-syntax v0.8.5
19512024-12-20T22:39:59.158Z Checking siphasher v0.3.11
19522024-12-20T22:39:59.445Z Checking openssl v0.10.66
19532024-12-20T22:39:59.463Z Checking dtrace-parser v0.2.0
19542024-12-20T22:39:59.490Z Checking rustix v0.38.37
19552024-12-20T22:39:59.605Z Checking dirs-next v2.0.0
19562024-12-20T22:39:59.622Z Checking tokio-util v0.7.12
19572024-12-20T22:39:59.733Z Checking syn v2.0.87
19582024-12-20T22:39:59.937Z Checking http-body-util v0.1.2
19592024-12-20T22:40:00.178Z Checking crossbeam-epoch v0.9.18
19602024-12-20T22:40:00.404Z Checking signature v2.2.0
19612024-12-20T22:40:00.554Z Checking h2 v0.4.6
19622024-12-20T22:40:00.600Z Checking sha1 v0.10.6
19632024-12-20T22:40:00.621Z Checking lazy_static v1.5.0
19642024-12-20T22:40:00.733Z Checking thread_local v1.1.8
19652024-12-20T22:40:00.868Z Checking thread-id v4.2.2
19662024-12-20T22:40:00.986Z Checking encoding_rs v0.8.34
19672024-12-20T22:40:01.009Z Checking winnow v0.6.20
19682024-12-20T22:40:01.664Z Checking dof v0.3.0
19692024-12-20T22:40:02.128Z Checking regex-automata v0.4.8
19702024-12-20T22:40:02.309Z Checking ipnet v2.10.1
19712024-12-20T22:40:02.797Z Checking gimli v0.31.1
19722024-12-20T22:40:02.967Z Checking unicode-properties v0.1.3
19732024-12-20T22:40:03.337Z Checking openssl-probe v0.1.5
19742024-12-20T22:40:03.363Z Checking anstyle v1.0.10
19752024-12-20T22:40:03.497Z Checking utf8parse v0.2.2
19762024-12-20T22:40:03.637Z Checking mime v0.3.17
19772024-12-20T22:40:03.720Z Checking anstyle-parse v0.2.5
19782024-12-20T22:40:03.965Z Checking stringprep v0.1.5
19792024-12-20T22:40:03.992Z Checking crossbeam-deque v0.8.5
19802024-12-20T22:40:04.024Z Checking toml_edit v0.22.22
19812024-12-20T22:40:04.234Z Checking term v0.7.0
19822024-12-20T22:40:04.301Z Checking rustls v0.23.19
19832024-12-20T22:40:04.669Z Checking rustls v0.22.4
19842024-12-20T22:40:04.800Z Checking native-tls v0.2.12
19852024-12-20T22:40:05.109Z Checking slog-json v2.6.1
19862024-12-20T22:40:05.384Z Checking serde_urlencoded v0.7.1
19872024-12-20T22:40:05.804Z Checking crossbeam-channel v0.5.13
19882024-12-20T22:40:06.058Z Checking usdt-impl v0.5.0
19892024-12-20T22:40:06.513Z Checking futures-executor v0.3.31
19902024-12-20T22:40:06.543Z Checking num-integer v0.1.46
19912024-12-20T22:40:06.571Z Checking rustls-pemfile v2.2.0
19922024-12-20T22:40:06.594Z Checking hyper v1.5.0
19932024-12-20T22:40:06.730Z Checking idna v0.4.0
19942024-12-20T22:40:06.753Z Checking idna v0.3.0
19952024-12-20T22:40:06.769Z Checking md-5 v0.10.6
19962024-12-20T22:40:06.783Z Checking addr2line v0.24.2
19972024-12-20T22:40:06.987Z Checking ff v0.13.0
19982024-12-20T22:40:07.013Z Checking memmap v0.7.0
19992024-12-20T22:40:07.196Z Checking is-terminal v0.4.13
20002024-12-20T22:40:07.217Z Checking hash32 v0.2.1
20012024-12-20T22:40:07.280Z Checking object v0.36.5
20022024-12-20T22:40:07.316Z Checking rustc-demangle v0.1.24
20032024-12-20T22:40:07.508Z Checking quick-error v1.2.3
20042024-12-20T22:40:07.555Z Checking take_mut v0.2.2
20052024-12-20T22:40:07.588Z Checking linked-hash-map v0.5.6
20062024-12-20T22:40:07.638Z Checking psl-types v2.0.11
20072024-12-20T22:40:07.697Z Checking is_terminal_polyfill v1.70.1
20082024-12-20T22:40:07.742Z Checking fallible-iterator v0.2.0
20092024-12-20T22:40:07.809Z Checking colorchoice v1.0.2
20102024-12-20T22:40:07.811Z Checking utf-8 v0.7.6
20112024-12-20T22:40:07.895Z Checking dyn-clone v1.0.17
20122024-12-20T22:40:07.955Z Checking either v1.13.0
20132024-12-20T22:40:07.996Z Checking anstyle-query v1.1.1
20142024-12-20T22:40:08.043Z Checking base16ct v0.2.0
20152024-12-20T22:40:08.123Z Checking anstream v0.6.15
20162024-12-20T22:40:08.242Z Checking sec1 v0.7.3
20172024-12-20T22:40:08.262Z Checking tokio-rustls v0.25.0
20182024-12-20T22:40:08.309Z Checking postgres-protocol v0.6.7
20192024-12-20T22:40:08.309Z Checking schemars v0.8.21
20202024-12-20T22:40:08.487Z Checking tungstenite v0.24.0
20212024-12-20T22:40:08.617Z Checking lru-cache v0.1.2
20222024-12-20T22:40:08.640Z Checking publicsuffix v2.2.3
20232024-12-20T22:40:08.656Z Checking hyper-util v0.1.10
20242024-12-20T22:40:08.800Z Checking slog-async v2.8.0
20252024-12-20T22:40:08.884Z Checking resolv-conf v0.7.0
20262024-12-20T22:40:08.961Z Checking hickory-proto v0.24.1
20272024-12-20T22:40:09.098Z Checking heapless v0.7.17
20282024-12-20T22:40:09.217Z Checking slog-term v2.9.1
20292024-12-20T22:40:09.379Z Checking usdt v0.5.0
20302024-12-20T22:40:09.639Z Checking group v0.13.0
20312024-12-20T22:40:09.687Z Checking num-iter v0.1.45
20322024-12-20T22:40:09.725Z Checking tokio-rustls v0.26.0
20332024-12-20T22:40:09.856Z Checking futures v0.3.31
20342024-12-20T22:40:09.873Z Checking toml v0.8.19
20352024-12-20T22:40:09.952Z Checking slog-bunyan v2.5.0
20362024-12-20T22:40:09.971Z Checking tokio-native-tls v0.3.1
20372024-12-20T22:40:10.113Z Checking rayon-core v1.12.1
20382024-12-20T22:40:10.131Z Checking multer v3.1.0
20392024-12-20T22:40:10.133Z Checking terminal_size v0.4.0
20402024-12-20T22:40:10.228Z Checking phf_shared v0.11.2
20412024-12-20T22:40:10.326Z Checking cookie v0.18.1
20422024-12-20T22:40:10.517Z Checking async-stream v0.3.6
20432024-12-20T22:40:10.542Z Checking bzip2-sys v0.1.11+1.0.8
20442024-12-20T22:40:10.598Z Checking signal-hook v0.3.17
20452024-12-20T22:40:10.621Z Checking waitgroup v0.1.2
20462024-12-20T22:40:10.655Z Checking camino v1.1.9
20472024-12-20T22:40:10.703Z Checking openapiv3 v2.0.0
20482024-12-20T22:40:10.747Z Checking webpki-roots v0.26.6
20492024-12-20T22:40:10.776Z Checking serde_path_to_error v0.1.16
20502024-12-20T22:40:10.791Z Checking idna v0.5.0
20512024-12-20T22:40:10.940Z Checking hkdf v0.12.4
20522024-12-20T22:40:10.958Z Checking crypto-bigint v0.5.5
20532024-12-20T22:40:11.152Z Checking hostname v0.4.0
20542024-12-20T22:40:11.189Z Checking crc32fast v1.4.2
20552024-12-20T22:40:11.281Z Checking bitflags v1.3.2
20562024-12-20T22:40:11.386Z Checking debug-ignore v1.0.5
20572024-12-20T22:40:11.400Z Checking managed v0.8.0
20582024-12-20T22:40:11.416Z Checking clap_lex v0.7.2
20592024-12-20T22:40:11.518Z Checking strsim v0.11.1
20602024-12-20T22:40:11.650Z Checking unicode-width v0.1.14
20612024-12-20T22:40:11.650Z Checking winnow v0.5.40
20622024-12-20T22:40:11.781Z Checking smoltcp v0.9.1
20632024-12-20T22:40:11.784Z Checking clap_builder v4.5.21
20642024-12-20T22:40:12.116Z Checking console v0.15.8
20652024-12-20T22:40:12.729Z Checking cookie_store v0.21.0
20662024-12-20T22:40:13.193Z Checking flate2 v1.0.34
20672024-12-20T22:40:13.427Z Checking hyper-rustls v0.27.3
20682024-12-20T22:40:13.693Z Checking hickory-resolver v0.24.1
20692024-12-20T22:40:13.713Z Checking backtrace v0.3.74
20702024-12-20T22:40:13.746Z Checking signal-hook-mio v0.2.4
20712024-12-20T22:40:13.823Z Checking elliptic-curve v0.13.8
20722024-12-20T22:40:13.840Z Checking rayon v1.10.0
20732024-12-20T22:40:13.877Z Checking bzip2 v0.4.4
20742024-12-20T22:40:14.130Z Checking dropshot v0.12.0
20752024-12-20T22:40:14.173Z Checking hyper-tls v0.6.0
20762024-12-20T22:40:14.249Z Checking anyhow v1.0.93
20772024-12-20T22:40:14.451Z Checking phf v0.11.2
20782024-12-20T22:40:14.466Z Checking num-bigint-dig v0.8.4
20792024-12-20T22:40:14.612Z Checking toml_edit v0.19.15
20802024-12-20T22:40:14.629Z Checking tokio-tungstenite v0.24.0
20812024-12-20T22:40:14.710Z Checking postgres-types v0.2.8
20822024-12-20T22:40:14.761Z Checking regex v1.11.1
20832024-12-20T22:40:15.083Z Checking bstr v1.10.0
20842024-12-20T22:40:15.298Z Checking ed25519 v2.2.3
20852024-12-20T22:40:15.404Z Checking tokio-stream v0.1.16
20862024-12-20T22:40:15.441Z Checking phf_shared v0.10.0
20872024-12-20T22:40:15.583Z Checking curve25519-dalek v4.1.3
20882024-12-20T22:40:15.715Z Checking zerocopy v0.6.6
20892024-12-20T22:40:16.052Z Checking pkcs1 v0.7.5
20902024-12-20T22:40:16.288Z Checking hubpack v0.1.2
20912024-12-20T22:40:16.454Z Checking portable-atomic v1.9.0
20922024-12-20T22:40:16.485Z Checking float-cmp v0.9.0
20932024-12-20T22:40:16.613Z Checking serde-big-array v0.5.1
20942024-12-20T22:40:16.629Z Checking rfc6979 v0.4.0
20952024-12-20T22:40:16.666Z Checking sync_wrapper v1.0.1
20962024-12-20T22:40:16.806Z Checking difflib v0.4.0
20972024-12-20T22:40:16.815Z Checking static_assertions v1.1.0
20982024-12-20T22:40:16.830Z Checking bit-vec v0.6.3
20992024-12-20T22:40:16.904Z Checking whoami v1.5.2
21002024-12-20T22:40:17.041Z Checking fixedbitset v0.4.2
21012024-12-20T22:40:17.124Z Checking unicode-segmentation v1.12.0
21022024-12-20T22:40:17.162Z Checking number_prefix v0.4.0
21032024-12-20T22:40:17.193Z Checking normalize-line-endings v0.3.0
21042024-12-20T22:40:17.307Z Checking precomputed-hash v0.1.1
21052024-12-20T22:40:17.322Z Checking new_debug_unreachable v1.0.6
21062024-12-20T22:40:17.348Z Checking predicates-core v1.0.8
21072024-12-20T22:40:17.399Z Checking minimal-lexical v0.2.1
21082024-12-20T22:40:17.413Z Checking unicode-width v0.2.0
21092024-12-20T22:40:17.447Z Checking string_cache v0.8.7
21102024-12-20T22:40:17.488Z Checking ed25519-dalek v2.1.1
21112024-12-20T22:40:17.520Z Checking predicates v3.1.2
21122024-12-20T22:40:17.635Z Checking petgraph v0.6.5
21132024-12-20T22:40:17.710Z Checking tokio-postgres v0.7.12
21142024-12-20T22:40:17.727Z Checking qorb v0.2.1
21152024-12-20T22:40:17.782Z Checking nom v7.1.3
21162024-12-20T22:40:17.798Z Checking similar v2.6.0
21172024-12-20T22:40:17.865Z Checking indicatif v0.17.9
21182024-12-20T22:40:17.880Z Checking bit-set v0.5.3
21192024-12-20T22:40:18.128Z Checking toml v0.7.8
21202024-12-20T22:40:18.154Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21212024-12-20T22:40:18.611Z Checking reqwest v0.12.9
21222024-12-20T22:40:18.643Z Checking ecdsa v0.16.9
21232024-12-20T22:40:18.857Z Checking rsa v0.9.6
21242024-12-20T22:40:19.355Z Checking clap v4.5.21
21252024-12-20T22:40:19.480Z Checking zip v0.6.6
21262024-12-20T22:40:19.887Z Checking crossterm v0.28.1
21272024-12-20T22:40:20.201Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21282024-12-20T22:40:20.229Z Checking itertools v0.10.5
21292024-12-20T22:40:20.233Z Checking fs-err v2.11.0
21302024-12-20T22:40:20.476Z Checking ahash v0.8.11
21312024-12-20T22:40:20.658Z Checking x509-cert v0.2.5
21322024-12-20T22:40:20.782Z Checking hex v0.4.3
21332024-12-20T22:40:20.801Z Checking semver v1.0.23
21342024-12-20T22:40:20.921Z Checking peg-runtime v0.8.3
21352024-12-20T22:40:21.004Z Checking heck v0.4.1
21362024-12-20T22:40:21.137Z Checking lalrpop-util v0.19.12
21372024-12-20T22:40:21.204Z Checking sigpipe v0.1.3
21382024-12-20T22:40:22.744Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21392024-12-20T22:40:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s
21402024-12-20T22:40:23.209Z
21412024-12-20T22:40:23.210Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21422024-12-20T22:40:23.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432024-12-20T22:40:23.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442024-12-20T22:40:23.861Z Compiling hashbrown v0.14.5
21452024-12-20T22:40:23.982Z Checking heck v0.5.0
21462024-12-20T22:40:23.995Z Compiling unsafe-libyaml v0.2.11
21472024-12-20T22:40:24.007Z Compiling ident_case v1.0.1
21482024-12-20T22:40:24.019Z Checking progenitor-client v0.8.0
21492024-12-20T22:40:24.031Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21502024-12-20T22:40:24.046Z Compiling proc-macro-crate v1.3.1
21512024-12-20T22:40:24.149Z Compiling darling_core v0.20.10
21522024-12-20T22:40:24.169Z Checking ipnetwork v0.20.0
21532024-12-20T22:40:24.364Z Compiling structmeta-derive v0.3.0
21542024-12-20T22:40:24.375Z Compiling newtype-uuid v1.1.3
21552024-12-20T22:40:24.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21562024-12-20T22:40:24.733Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21572024-12-20T22:40:24.869Z Compiling lzma-sys v0.1.20
21582024-12-20T22:40:25.082Z Compiling foreign-types-macros v0.2.3
21592024-12-20T22:40:25.131Z Checking regress v0.10.1
21602024-12-20T22:40:25.158Z Compiling num_enum_derive v0.5.11
21612024-12-20T22:40:25.638Z Compiling serde_yaml v0.9.34+deprecated
21622024-12-20T22:40:25.913Z Compiling dropshot v0.13.0
21632024-12-20T22:40:26.196Z Checking arc-swap v1.7.1
21642024-12-20T22:40:26.264Z Checking foreign-types-shared v0.3.1
21652024-12-20T22:40:26.384Z Checking foreign-types v0.5.0
21662024-12-20T22:40:26.600Z Compiling proc-macro-error v1.0.4
21672024-12-20T22:40:26.622Z Checking slog-scope v4.4.0
21682024-12-20T22:40:27.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21692024-12-20T22:40:27.364Z Compiling structmeta v0.3.0
21702024-12-20T22:40:27.364Z Checking tungstenite v0.21.0
21712024-12-20T22:40:27.396Z Compiling heck v0.3.3
21722024-12-20T22:40:27.683Z Checking num_enum v0.5.11
21732024-12-20T22:40:27.799Z Compiling parse-display-derive v0.10.0
21742024-12-20T22:40:27.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-20T22:40:27.848Z Compiling dropshot_endpoint v0.13.0
21762024-12-20T22:40:28.283Z Checking cstr-argument v0.1.2
21772024-12-20T22:40:28.461Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782024-12-20T22:40:28.646Z Checking instant v0.1.13
21792024-12-20T22:40:28.660Z Checking typify-impl v0.2.0
21802024-12-20T22:40:28.762Z Checking fastrand v2.1.1
21812024-12-20T22:40:29.227Z Checking pretty-hex v0.2.1
21822024-12-20T22:40:29.391Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21832024-12-20T22:40:29.662Z Checking base64 v0.21.7
21842024-12-20T22:40:29.884Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21852024-12-20T22:40:30.145Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862024-12-20T22:40:30.174Z Checking tempfile v3.13.0
21872024-12-20T22:40:30.336Z Checking backoff v0.4.0
21882024-12-20T22:40:30.380Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21892024-12-20T22:40:30.532Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902024-12-20T22:40:30.565Z Checking tokio-tungstenite v0.21.0
21912024-12-20T22:40:30.653Z Checking strum v0.26.3
21922024-12-20T22:40:30.813Z Compiling zone_cfg_derive v0.1.2
21932024-12-20T22:40:30.832Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21942024-12-20T22:40:31.083Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952024-12-20T22:40:31.188Z Checking slog-stdlog v4.1.1
21962024-12-20T22:40:31.204Z Compiling darling_macro v0.20.10
21972024-12-20T22:40:31.359Z Checking regress v0.9.1
21982024-12-20T22:40:31.465Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21992024-12-20T22:40:31.588Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22002024-12-20T22:40:31.608Z Checking colored v2.1.0
22012024-12-20T22:40:31.881Z Checking macaddr v1.0.1
22022024-12-20T22:40:31.881Z Checking base64 v0.13.1
22032024-12-20T22:40:32.110Z Compiling darling v0.20.10
22042024-12-20T22:40:32.234Z Compiling serde_with_macros v3.11.0
22052024-12-20T22:40:32.264Z Checking ron v0.7.1
22062024-12-20T22:40:32.304Z Checking zone v0.1.8
22072024-12-20T22:40:32.389Z Checking parse-display v0.10.0
22082024-12-20T22:40:32.622Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22092024-12-20T22:40:32.954Z Checking xz2 v0.1.7
22102024-12-20T22:40:33.074Z Checking slog-envlogger v2.2.0
22112024-12-20T22:40:33.257Z Checking tabwriter v1.4.0
22122024-12-20T22:40:33.303Z Checking xattr v1.3.1
22132024-12-20T22:40:33.391Z Checking pem v3.0.4
22142024-12-20T22:40:33.486Z Checking yasna v0.5.2
22152024-12-20T22:40:33.501Z Checking headers-core v0.3.0
22162024-12-20T22:40:33.637Z Checking smf v0.2.3
22172024-12-20T22:40:33.653Z Checking filetime v0.2.25
22182024-12-20T22:40:33.854Z Checking same-file v1.0.6
22192024-12-20T22:40:34.036Z Checking walkdir v2.5.0
22202024-12-20T22:40:34.096Z Checking tar v0.4.42
22212024-12-20T22:40:34.144Z Checking headers v0.4.0
22222024-12-20T22:40:34.290Z Checking atomicwrites v0.4.4
22232024-12-20T22:40:34.363Z Checking rcgen v0.12.1
22242024-12-20T22:40:34.487Z Checking camino-tempfile v1.1.1
22252024-12-20T22:40:34.749Z Checking subprocess v0.2.9
22262024-12-20T22:40:35.024Z Checking serde_with v3.11.0
22272024-12-20T22:40:39.078Z Compiling typify-macro v0.2.0
22282024-12-20T22:40:40.970Z Compiling typify v0.2.0
22292024-12-20T22:40:41.043Z Compiling progenitor-impl v0.8.0
22302024-12-20T22:40:44.193Z Compiling progenitor-macro v0.8.0
22312024-12-20T22:40:48.992Z Checking progenitor v0.8.0
22322024-12-20T22:40:49.150Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22332024-12-20T22:40:49.151Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22342024-12-20T22:40:51.840Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22352024-12-20T22:40:52.150Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22362024-12-20T22:40:58.653Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22372024-12-20T22:41:00.227Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22382024-12-20T22:41:01.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s
22392024-12-20T22:41:01.607Z
22402024-12-20T22:41:01.607Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22412024-12-20T22:41:02.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-20T22:41:02.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-20T22:41:02.263Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22442024-12-20T22:41:03.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
22452024-12-20T22:41:03.850Z
22462024-12-20T22:41:03.850Zinfo: running `cargo check --bins` on nexus-config (31/175)
22472024-12-20T22:41:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-20T22:41:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-20T22:41:04.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-12-20T22:41:04.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22512024-12-20T22:41:04.471Z
22522024-12-20T22:41:04.471Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22532024-12-20T22:41:05.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-12-20T22:41:05.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-12-20T22:41:05.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-12-20T22:41:05.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22572024-12-20T22:41:05.072Z
22582024-12-20T22:41:05.072Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22592024-12-20T22:41:05.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-12-20T22:41:05.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-12-20T22:41:05.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-12-20T22:41:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22632024-12-20T22:41:05.751Z
22642024-12-20T22:41:05.751Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22652024-12-20T22:41:06.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-12-20T22:41:06.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-12-20T22:41:06.440Z Compiling zerocopy v0.8.10
22682024-12-20T22:41:06.440Z Compiling progenitor-client v0.8.0
22692024-12-20T22:41:06.440Z Compiling itertools v0.13.0
22702024-12-20T22:41:06.440Z Compiling zerocopy-derive v0.8.10
22712024-12-20T22:41:06.440Z Compiling heapless v0.8.0
22722024-12-20T22:41:06.440Z Compiling newtype-uuid v1.1.3
22732024-12-20T22:41:06.440Z Compiling ipnetwork v0.20.0
22742024-12-20T22:41:06.440Z Checking hash32 v0.3.1
22752024-12-20T22:41:06.987Z Compiling instant v0.1.13
22762024-12-20T22:41:07.329Z Compiling smoltcp v0.11.0
22772024-12-20T22:41:07.329Z Compiling progenitor v0.8.0
22782024-12-20T22:41:07.329Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22792024-12-20T22:41:07.619Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22802024-12-20T22:41:07.620Z Compiling backoff v0.4.0
22812024-12-20T22:41:08.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822024-12-20T22:41:08.003Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832024-12-20T22:41:08.004Z Compiling dropshot v0.13.0
22842024-12-20T22:41:08.203Z Compiling serde_with v3.11.0
22852024-12-20T22:41:08.203Z Compiling parse-display v0.10.0
22862024-12-20T22:41:08.203Z Checking num-rational v0.4.2
22872024-12-20T22:41:08.472Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22882024-12-20T22:41:08.640Z Compiling regress v0.9.1
22892024-12-20T22:41:08.640Z Compiling phf_generator v0.11.2
22902024-12-20T22:41:09.011Z Checking num-complex v0.4.6
22912024-12-20T22:41:09.728Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22922024-12-20T22:41:10.288Z Compiling macaddr v1.0.1
22932024-12-20T22:41:10.726Z Checking cobs v0.2.3
22942024-12-20T22:41:10.860Z Compiling num v0.4.3
22952024-12-20T22:41:10.995Z Checking postcard v1.0.10
22962024-12-20T22:41:11.099Z Compiling phf_codegen v0.11.2
22972024-12-20T22:41:11.390Z Compiling parse-zoneinfo v0.3.1
22982024-12-20T22:41:11.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992024-12-20T22:41:12.071Z Compiling convert_case v0.4.0
23002024-12-20T22:41:12.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012024-12-20T22:41:13.049Z Checking float-ord v0.3.2
23022024-12-20T22:41:13.373Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23032024-12-20T22:41:13.456Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23042024-12-20T22:41:13.550Z Compiling derive_more v0.99.18
23052024-12-20T22:41:13.716Z Compiling chrono-tz-build v0.4.0
23062024-12-20T22:41:14.170Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072024-12-20T22:41:15.070Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23082024-12-20T22:41:15.144Z Compiling thiserror v2.0.3
23092024-12-20T22:41:15.352Z Compiling crucible-workspace-hack v0.1.0
23102024-12-20T22:41:15.392Z Compiling chrono-tz v0.10.0
23112024-12-20T22:41:15.648Z Checking newline-converter v0.3.0
23122024-12-20T22:41:16.051Z Checking prettyplease v0.2.25
23132024-12-20T22:41:16.116Z Compiling thiserror-impl v2.0.3
23142024-12-20T22:41:16.743Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23152024-12-20T22:41:16.974Z Compiling slog-dtrace v0.3.0
23162024-12-20T22:41:17.188Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23172024-12-20T22:41:17.328Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23182024-12-20T22:41:17.498Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23192024-12-20T22:41:18.392Z Checking expectorate v1.1.0
23202024-12-20T22:41:18.468Z Compiling zone_cfg_derive v0.3.0
23212024-12-20T22:41:18.574Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23222024-12-20T22:41:18.657Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232024-12-20T22:41:18.954Z Compiling const_format_proc_macros v0.2.33
23242024-12-20T22:41:19.273Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252024-12-20T22:41:19.767Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-20T22:41:19.887Z Compiling num-derive v0.4.2
23272024-12-20T22:41:19.937Z Checking highway v1.2.0
23282024-12-20T22:41:19.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292024-12-20T22:41:20.356Z Checking zone v0.3.0
23302024-12-20T22:41:20.376Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23312024-12-20T22:41:20.458Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23322024-12-20T22:41:21.121Z Checking const_format v0.2.33
23332024-12-20T22:41:21.199Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23342024-12-20T22:41:21.396Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23352024-12-20T22:41:21.551Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23362024-12-20T22:41:21.596Z Checking gethostname v0.5.0
23372024-12-20T22:41:21.720Z Checking bcs v0.1.6
23382024-12-20T22:41:21.842Z Compiling async-recursion v1.1.1
23392024-12-20T22:41:22.183Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23402024-12-20T22:41:22.927Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23412024-12-20T22:41:23.518Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23422024-12-20T22:41:29.144Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432024-12-20T22:41:32.459Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-12-20T22:41:35.037Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23452024-12-20T22:41:36.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.58s
23462024-12-20T22:41:36.492Z
23472024-12-20T22:41:36.492Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23482024-12-20T22:41:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-20T22:41:37.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-20T22:41:37.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-12-20T22:41:37.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23522024-12-20T22:41:37.548Z
23532024-12-20T22:41:37.548Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23542024-12-20T22:41:37.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-12-20T22:41:37.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-12-20T22:41:37.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-12-20T22:41:37.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23582024-12-20T22:41:37.754Z
23592024-12-20T22:41:37.754Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23602024-12-20T22:41:38.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-12-20T22:41:38.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-12-20T22:41:38.388Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632024-12-20T22:41:39.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23642024-12-20T22:41:39.208Z
23652024-12-20T22:41:39.208Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23662024-12-20T22:41:39.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-12-20T22:41:39.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-12-20T22:41:39.870Z Compiling cfg_aliases v0.1.1
23692024-12-20T22:41:39.909Z Compiling vte_generate_state_changes v0.1.2
23702024-12-20T22:41:39.909Z Checking fd-lock v4.0.2
23712024-12-20T22:41:39.909Z Checking nibble_vec v0.1.0
23722024-12-20T22:41:39.909Z Checking endian-type v0.1.2
23732024-12-20T22:41:39.964Z Checking bytecount v0.6.8
23742024-12-20T22:41:39.989Z Compiling tabled_derive v0.7.0
23752024-12-20T22:41:40.002Z Checking itertools v0.12.1
23762024-12-20T22:41:40.096Z Compiling nix v0.28.0
23772024-12-20T22:41:40.148Z Checking papergrid v0.11.0
23782024-12-20T22:41:40.199Z Compiling peg-macros v0.8.4
23792024-12-20T22:41:40.213Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-12-20T22:41:40.213Z Checking radix_trie v0.2.1
23812024-12-20T22:41:40.665Z Checking vte v0.11.1
23822024-12-20T22:41:40.806Z Compiling sqlparser_derive v0.2.2
23832024-12-20T22:41:45.350Z Checking home v0.5.9
23842024-12-20T22:41:45.585Z Checking unicode_categories v0.1.1
23852024-12-20T22:41:45.585Z Checking nu-ansi-term v0.50.1
23862024-12-20T22:41:45.635Z Checking sqlparser v0.45.0
23872024-12-20T22:41:45.635Z Checking sqlformat v0.2.6
23882024-12-20T22:41:45.635Z Checking strip-ansi-escapes v0.2.0
23892024-12-20T22:41:45.635Z Checking display-error-chain v0.2.2
23902024-12-20T22:41:45.635Z Checking reedline v0.35.0
23912024-12-20T22:41:45.635Z Checking tabled v0.15.0
23922024-12-20T22:41:45.635Z Checking rustyline v14.0.0
23932024-12-20T22:41:45.635Z Checking peg v0.8.4
23942024-12-20T22:41:52.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.88s
23952024-12-20T22:41:52.237Z
23962024-12-20T22:41:52.237Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23972024-12-20T22:41:52.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-20T22:41:52.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-20T22:41:52.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-20T22:41:57.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
24012024-12-20T22:41:58.064Z
24022024-12-20T22:41:58.064Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
24032024-12-20T22:41:58.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-20T22:41:58.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-20T22:41:58.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-20T22:42:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
24072024-12-20T22:42:02.624Z
24082024-12-20T22:42:02.624Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
24092024-12-20T22:42:03.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-20T22:42:03.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-20T22:42:03.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-20T22:42:08.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
24132024-12-20T22:42:08.175Z
24142024-12-20T22:42:08.175Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24152024-12-20T22:42:08.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-20T22:42:08.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-20T22:42:08.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-12-20T22:42:13.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
24192024-12-20T22:42:13.694Z
24202024-12-20T22:42:13.694Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24212024-12-20T22:42:14.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-20T22:42:14.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-20T22:42:14.358Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242024-12-20T22:42:18.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
24252024-12-20T22:42:18.491Z
24262024-12-20T22:42:18.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24272024-12-20T22:42:19.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-20T22:42:19.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-20T22:42:19.145Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302024-12-20T22:42:23.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
24312024-12-20T22:42:23.257Z
24322024-12-20T22:42:23.257Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24332024-12-20T22:42:23.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-20T22:42:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-20T22:42:23.922Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362024-12-20T22:42:28.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
24372024-12-20T22:42:29.010Z
24382024-12-20T22:42:29.011Zinfo: running `cargo check --bins` on oximeter (46/175)
24392024-12-20T22:42:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-20T22:42:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-20T22:42:29.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-20T22:42:29.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-12-20T22:42:29.634Z
24442024-12-20T22:42:29.634Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24452024-12-20T22:42:30.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-20T22:42:30.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-20T22:42:30.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-20T22:42:30.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24492024-12-20T22:42:30.242Z
24502024-12-20T22:42:30.242Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24512024-12-20T22:42:30.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-20T22:42:30.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-20T22:42:30.874Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542024-12-20T22:42:31.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24552024-12-20T22:42:31.479Z
24562024-12-20T22:42:31.479Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24572024-12-20T22:42:32.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-20T22:42:32.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-20T22:42:32.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-20T22:42:32.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24612024-12-20T22:42:32.105Z
24622024-12-20T22:42:32.105Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24632024-12-20T22:42:32.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-20T22:42:32.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-20T22:42:32.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-20T22:42:32.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24672024-12-20T22:42:32.726Z
24682024-12-20T22:42:32.726Zinfo: running `cargo check --bins` on oxql-types (51/175)
24692024-12-20T22:42:33.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-20T22:42:33.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-20T22:42:33.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-20T22:42:33.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-12-20T22:42:33.347Z
24742024-12-20T22:42:33.347Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24752024-12-20T22:42:33.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-20T22:42:33.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-20T22:42:33.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-20T22:42:33.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24792024-12-20T22:42:33.993Z
24802024-12-20T22:42:33.993Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24812024-12-20T22:42:34.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-20T22:42:34.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-20T22:42:34.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-20T22:42:34.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852024-12-20T22:42:34.623Z
24862024-12-20T22:42:34.623Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24872024-12-20T22:42:35.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-20T22:42:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-20T22:42:35.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-20T22:42:35.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24912024-12-20T22:42:35.271Z
24922024-12-20T22:42:35.271Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24932024-12-20T22:42:35.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-20T22:42:35.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-20T22:42:35.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-20T22:42:35.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24972024-12-20T22:42:35.901Z
24982024-12-20T22:42:35.901Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24992024-12-20T22:42:36.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-20T22:42:36.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-20T22:42:36.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-20T22:42:36.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-12-20T22:42:36.520Z
25042024-12-20T22:42:36.520Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
25052024-12-20T22:42:37.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-20T22:42:37.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-20T22:42:37.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-20T22:42:37.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092024-12-20T22:42:37.141Z
25102024-12-20T22:42:37.141Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
25112024-12-20T22:42:37.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-20T22:42:37.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-20T22:42:37.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-20T22:42:37.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-12-20T22:42:37.753Z
25162024-12-20T22:42:37.753Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25172024-12-20T22:42:38.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-20T22:42:38.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-20T22:42:38.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-20T22:42:38.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25212024-12-20T22:42:38.387Z
25222024-12-20T22:42:38.388Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25232024-12-20T22:42:38.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-20T22:42:38.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-20T22:42:38.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-20T22:42:38.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25272024-12-20T22:42:39.001Z
25282024-12-20T22:42:39.001Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25292024-12-20T22:42:39.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-20T22:42:39.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-20T22:42:39.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-20T22:42:39.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25332024-12-20T22:42:39.615Z
25342024-12-20T22:42:39.615Zinfo: running `cargo check --bins` on dpd-client (62/175)
25352024-12-20T22:42:40.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-20T22:42:40.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-20T22:42:40.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-20T22:42:40.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25392024-12-20T22:42:40.243Z
25402024-12-20T22:42:40.243Zinfo: running `cargo check --bins` on gateway-client (63/175)
25412024-12-20T22:42:40.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-20T22:42:40.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-20T22:42:40.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-20T22:42:40.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25452024-12-20T22:42:40.854Z
25462024-12-20T22:42:40.854Zinfo: running `cargo check --bins` on installinator-client (64/175)
25472024-12-20T22:42:41.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-20T22:42:41.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-20T22:42:41.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-20T22:42:41.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25512024-12-20T22:42:41.485Z
25522024-12-20T22:42:41.485Zinfo: running `cargo check --bins` on installinator-common (65/175)
25532024-12-20T22:42:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-20T22:42:42.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-20T22:42:42.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-20T22:42:42.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25572024-12-20T22:42:42.112Z
25582024-12-20T22:42:42.112Zinfo: running `cargo check --bins` on update-engine (66/175)
25592024-12-20T22:42:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-20T22:42:42.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-20T22:42:42.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-20T22:42:42.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25632024-12-20T22:42:42.713Z
25642024-12-20T22:42:42.713Zinfo: running `cargo check --bins` on nexus-client (67/175)
25652024-12-20T22:42:43.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-20T22:42:43.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-20T22:42:43.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-20T22:42:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25692024-12-20T22:42:43.352Z
25702024-12-20T22:42:43.352Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25712024-12-20T22:42:43.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-20T22:42:43.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-20T22:42:43.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-20T22:42:43.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25752024-12-20T22:42:43.981Z
25762024-12-20T22:42:43.981Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25772024-12-20T22:42:44.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-20T22:42:44.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-20T22:42:44.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-20T22:42:44.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-12-20T22:42:44.590Z
25822024-12-20T22:42:44.590Zinfo: running `cargo check --bins` on nexus-types (70/175)
25832024-12-20T22:42:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-20T22:42:45.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-20T22:42:45.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-20T22:42:45.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25872024-12-20T22:42:45.226Z
25882024-12-20T22:42:45.226Zinfo: running `cargo check --bins` on oxide-client (71/175)
25892024-12-20T22:42:45.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-20T22:42:45.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-20T22:42:45.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-20T22:42:45.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25932024-12-20T22:42:45.828Z
25942024-12-20T22:42:45.828Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25952024-12-20T22:42:46.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-20T22:42:46.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-20T22:42:46.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-20T22:42:46.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25992024-12-20T22:42:46.449Z
26002024-12-20T22:42:46.449Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
26012024-12-20T22:42:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-20T22:42:46.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-20T22:42:46.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-20T22:42:46.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26052024-12-20T22:42:47.048Z
26062024-12-20T22:42:47.048Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
26072024-12-20T22:42:47.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-20T22:42:47.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-20T22:42:47.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-20T22:42:47.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26112024-12-20T22:42:47.677Z
26122024-12-20T22:42:47.677Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26132024-12-20T22:42:48.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-20T22:42:48.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-20T22:42:48.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-12-20T22:42:48.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26172024-12-20T22:42:48.329Z
26182024-12-20T22:42:48.329Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26192024-12-20T22:42:48.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-20T22:42:48.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-20T22:42:48.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-12-20T22:42:48.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26232024-12-20T22:42:48.970Z
26242024-12-20T22:42:48.970Zinfo: running `cargo check --bins` on wicket-common (77/175)
26252024-12-20T22:42:49.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-20T22:42:49.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-20T22:42:49.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-20T22:42:49.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26292024-12-20T22:42:49.606Z
26302024-12-20T22:42:49.606Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26312024-12-20T22:42:50.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-20T22:42:50.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-20T22:42:50.257Z Checking csv-core v0.1.11
26342024-12-20T22:42:50.257Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26352024-12-20T22:42:50.259Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26362024-12-20T22:42:50.562Z Checking csv v1.3.0
26372024-12-20T22:42:50.575Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26382024-12-20T22:42:51.123Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26392024-12-20T22:42:51.479Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26402024-12-20T22:42:52.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
26412024-12-20T22:42:52.920Z
26422024-12-20T22:42:52.920Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26432024-12-20T22:42:53.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-20T22:42:53.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-20T22:42:53.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-20T22:42:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26472024-12-20T22:42:53.540Z
26482024-12-20T22:42:53.540Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26492024-12-20T22:42:54.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-20T22:42:54.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-20T22:42:54.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-12-20T22:42:54.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26532024-12-20T22:42:54.163Z
26542024-12-20T22:42:54.163Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26552024-12-20T22:42:54.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-12-20T22:42:54.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-12-20T22:42:54.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-12-20T22:42:54.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26592024-12-20T22:42:54.887Z
26602024-12-20T22:42:54.887Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26612024-12-20T22:42:55.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-12-20T22:42:55.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-12-20T22:42:55.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-12-20T22:42:55.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26652024-12-20T22:42:55.623Z
26662024-12-20T22:42:55.623Zinfo: running `cargo check --bins` on dns-server (83/175)
26672024-12-20T22:42:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-20T22:42:56.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-20T22:42:56.272Z Compiling parking_lot_core v0.8.6
26702024-12-20T22:42:56.275Z Checking fxhash v0.2.1
26712024-12-20T22:42:56.275Z Checking hickory-server v0.24.1
26722024-12-20T22:42:56.276Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26732024-12-20T22:42:56.276Z Checking hickory-client v0.24.1
26742024-12-20T22:42:56.946Z Checking parking_lot v0.11.2
26752024-12-20T22:42:57.113Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26762024-12-20T22:42:57.113Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26772024-12-20T22:42:57.177Z Checking sled v0.34.7
26782024-12-20T22:42:58.894Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26792024-12-20T22:43:00.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
26802024-12-20T22:43:00.307Z
26812024-12-20T22:43:00.307Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26822024-12-20T22:43:00.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-20T22:43:00.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-20T22:43:00.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-20T22:43:00.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26862024-12-20T22:43:00.932Z
26872024-12-20T22:43:00.932Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26882024-12-20T22:43:01.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-20T22:43:01.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-20T22:43:01.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-12-20T22:43:01.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26922024-12-20T22:43:01.601Z
26932024-12-20T22:43:01.601Zinfo: running `cargo check --bins` on gateway-types (86/175)
26942024-12-20T22:43:02.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-12-20T22:43:02.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-12-20T22:43:02.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-12-20T22:43:02.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26982024-12-20T22:43:02.226Z
26992024-12-20T22:43:02.226Zinfo: running `cargo check --bins` on ipcc (87/175)
27002024-12-20T22:43:02.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-12-20T22:43:02.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-12-20T22:43:02.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-12-20T22:43:02.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27042024-12-20T22:43:02.844Z
27052024-12-20T22:43:02.844Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
27062024-12-20T22:43:03.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-12-20T22:43:03.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-12-20T22:43:03.544Z Compiling radium v0.7.0
27092024-12-20T22:43:03.544Z Compiling semver v0.1.20
27102024-12-20T22:43:03.658Z Compiling maybe-uninit v2.0.0
27112024-12-20T22:43:03.663Z Checking tap v1.0.1
27122024-12-20T22:43:03.665Z Checking password-hash v0.5.0
27132024-12-20T22:43:03.676Z Checking blake2 v0.10.6
27142024-12-20T22:43:03.680Z Checking funty v2.0.0
27152024-12-20T22:43:03.680Z Compiling packed_struct v0.10.1
27162024-12-20T22:43:03.795Z Checking wyz v0.5.1
27172024-12-20T22:43:04.097Z Compiling rustc_version v0.1.7
27182024-12-20T22:43:04.148Z Compiling cancel-safe-futures v0.1.5
27192024-12-20T22:43:04.164Z Compiling owo-colors v4.1.0
27202024-12-20T22:43:04.194Z Checking crc-catalog v2.4.0
27212024-12-20T22:43:04.242Z Checking argon2 v0.5.3
27222024-12-20T22:43:04.323Z Checking crc v3.2.1
27232024-12-20T22:43:04.362Z Compiling packed_struct_codegen v0.10.1
27242024-12-20T22:43:04.463Z Compiling indexmap v1.9.3
27252024-12-20T22:43:04.479Z Checking half v2.4.1
27262024-12-20T22:43:04.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27272024-12-20T22:43:04.578Z Checking bitvec v1.0.1
27282024-12-20T22:43:04.595Z Compiling newtype_derive v0.1.6
27292024-12-20T22:43:04.741Z Checking nodrop v0.1.14
27302024-12-20T22:43:04.776Z Checking ciborium-io v0.2.2
27312024-12-20T22:43:04.876Z Checking array-init v0.0.4
27322024-12-20T22:43:04.906Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27332024-12-20T22:43:04.920Z Checking ciborium-ll v0.2.2
27342024-12-20T22:43:05.076Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27352024-12-20T22:43:05.176Z Checking smallvec v0.6.14
27362024-12-20T22:43:05.218Z Checking libsw v3.3.1
27372024-12-20T22:43:05.344Z Compiling memoffset v0.9.1
27382024-12-20T22:43:05.847Z Checking bitfield v0.14.0
27392024-12-20T22:43:05.874Z Checking hashbrown v0.12.3
27402024-12-20T22:43:05.874Z Checking indent_write v2.2.0
27412024-12-20T22:43:05.874Z Checking linear-map v1.2.0
27422024-12-20T22:43:05.875Z Checking swrite v0.1.0
27432024-12-20T22:43:05.875Z Checking termcolor v1.4.1
27442024-12-20T22:43:05.901Z Checking serde-hex v0.1.0
27452024-12-20T22:43:05.939Z Checking ron v0.8.1
27462024-12-20T22:43:06.105Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27472024-12-20T22:43:06.278Z Checking env_logger v0.10.2
27482024-12-20T22:43:06.838Z Checking ciborium v0.2.2
27492024-12-20T22:43:06.855Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502024-12-20T22:43:07.148Z Checking steno v0.4.1
27512024-12-20T22:43:07.289Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522024-12-20T22:43:07.404Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27532024-12-20T22:43:07.540Z Checking hashbrown v0.13.2
27542024-12-20T22:43:07.704Z Checking humantime v2.1.0
27552024-12-20T22:43:07.841Z Checking crc-any v2.5.0
27562024-12-20T22:43:07.996Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572024-12-20T22:43:08.205Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27582024-12-20T22:43:08.539Z Checking object v0.30.4
27592024-12-20T22:43:08.585Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27602024-12-20T22:43:08.608Z Checking path-slash v0.1.5
27612024-12-20T22:43:08.762Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27622024-12-20T22:43:08.933Z Checking nix v0.27.1
27632024-12-20T22:43:09.308Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27642024-12-20T22:43:09.838Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652024-12-20T22:43:09.916Z Checking tungstenite v0.23.0
27662024-12-20T22:43:10.034Z Checking kstat-rs v0.2.4
27672024-12-20T22:43:10.088Z Checking signal-hook-tokio v0.3.1
27682024-12-20T22:43:10.358Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692024-12-20T22:43:10.810Z Checking tokio-tungstenite v0.23.1
27702024-12-20T22:43:10.920Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27712024-12-20T22:43:11.625Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27722024-12-20T22:43:11.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732024-12-20T22:43:17.850Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27742024-12-20T22:43:19.109Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27752024-12-20T22:43:22.366Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27762024-12-20T22:43:27.962Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27772024-12-20T22:43:28.666Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27782024-12-20T22:43:31.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s
27792024-12-20T22:43:31.642Z
27802024-12-20T22:43:31.642Zinfo: running `cargo check --bins` on gateway-api (89/175)
27812024-12-20T22:43:32.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-20T22:43:32.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-20T22:43:32.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-20T22:43:32.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852024-12-20T22:43:32.274Z
27862024-12-20T22:43:32.274Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27872024-12-20T22:43:32.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-20T22:43:32.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-20T22:43:32.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-20T22:43:32.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27912024-12-20T22:43:32.876Z
27922024-12-20T22:43:32.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27932024-12-20T22:43:33.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-20T22:43:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-20T22:43:33.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-20T22:43:33.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972024-12-20T22:43:33.495Z
27982024-12-20T22:43:33.495Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27992024-12-20T22:43:34.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-20T22:43:34.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-20T22:43:34.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-20T22:43:34.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032024-12-20T22:43:34.112Z
28042024-12-20T22:43:34.112Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
28052024-12-20T22:43:34.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-20T22:43:34.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-20T22:43:34.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-20T22:43:34.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28092024-12-20T22:43:34.735Z
28102024-12-20T22:43:34.736Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
28112024-12-20T22:43:35.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-20T22:43:35.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-20T22:43:35.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-20T22:43:35.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152024-12-20T22:43:35.365Z
28162024-12-20T22:43:35.365Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28172024-12-20T22:43:35.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-20T22:43:36.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-20T22:43:36.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-20T22:43:36.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28212024-12-20T22:43:36.076Z
28222024-12-20T22:43:36.076Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28232024-12-20T22:43:36.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-20T22:43:36.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-20T22:43:36.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-20T22:43:36.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28272024-12-20T22:43:36.597Z
28282024-12-20T22:43:36.597Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28292024-12-20T22:43:37.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-20T22:43:37.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-20T22:43:37.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-20T22:43:37.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28332024-12-20T22:43:37.241Z
28342024-12-20T22:43:37.241Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28352024-12-20T22:43:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-20T22:43:37.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-20T22:43:37.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-20T22:43:37.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28392024-12-20T22:43:37.859Z
28402024-12-20T22:43:37.859Zinfo: running `cargo check --bins` on sp-sim (99/175)
28412024-12-20T22:43:38.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-20T22:43:38.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-20T22:43:38.485Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442024-12-20T22:43:40.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28452024-12-20T22:43:40.485Z
28462024-12-20T22:43:40.485Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28472024-12-20T22:43:41.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-20T22:43:41.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-20T22:43:41.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-20T22:43:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28512024-12-20T22:43:41.148Z
28522024-12-20T22:43:41.148Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28532024-12-20T22:43:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-20T22:43:41.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-20T22:43:41.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-20T22:43:41.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28572024-12-20T22:43:41.825Z
28582024-12-20T22:43:41.825Zinfo: running `cargo check --bins` on db-macros (102/175)
28592024-12-20T22:43:42.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-20T22:43:42.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-20T22:43:42.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-20T22:43:42.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28632024-12-20T22:43:42.426Z
28642024-12-20T22:43:42.426Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28652024-12-20T22:43:42.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-20T22:43:42.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-20T22:43:42.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-20T22:43:42.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28692024-12-20T22:43:43.035Z
28702024-12-20T22:43:43.035Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28712024-12-20T22:43:43.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-20T22:43:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-20T22:43:43.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-20T22:43:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28752024-12-20T22:43:43.695Z
28762024-12-20T22:43:43.695Zinfo: running `cargo check --bins` on authz-macros (105/175)
28772024-12-20T22:43:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-20T22:43:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-20T22:43:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-20T22:43:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812024-12-20T22:43:44.301Z
28822024-12-20T22:43:44.301Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28832024-12-20T22:43:44.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-20T22:43:44.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-20T22:43:44.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-20T22:43:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28872024-12-20T22:43:44.951Z
28882024-12-20T22:43:44.952Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28892024-12-20T22:43:45.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-20T22:43:45.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-20T22:43:45.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-20T22:43:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28932024-12-20T22:43:45.600Z
28942024-12-20T22:43:45.600Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28952024-12-20T22:43:46.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-20T22:43:46.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-20T22:43:46.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-12-20T22:43:46.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28992024-12-20T22:43:46.221Z
29002024-12-20T22:43:46.221Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
29012024-12-20T22:43:46.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-12-20T22:43:46.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-12-20T22:43:46.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-12-20T22:43:46.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29052024-12-20T22:43:46.870Z
29062024-12-20T22:43:46.870Zinfo: running `cargo check --bins` on typed-rng (110/175)
29072024-12-20T22:43:47.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-12-20T22:43:47.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-12-20T22:43:47.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-12-20T22:43:47.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29112024-12-20T22:43:47.474Z
29122024-12-20T22:43:47.474Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29132024-12-20T22:43:48.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-12-20T22:43:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-12-20T22:43:48.205Z Checking keccak v0.1.5
29162024-12-20T22:43:48.314Z Checking secrecy v0.8.0
29172024-12-20T22:43:48.317Z Compiling unicase v2.7.0
29182024-12-20T22:43:48.317Z Compiling same-file v1.0.6
29192024-12-20T22:43:48.343Z Compiling tempfile v3.13.0
29202024-12-20T22:43:48.358Z Compiling thiserror-impl-no-std v2.0.2
29212024-12-20T22:43:48.361Z Checking universal-hash v0.5.1
29222024-12-20T22:43:48.361Z Compiling blake3 v1.5.4
29232024-12-20T22:43:48.492Z Compiling walkdir v2.5.0
29242024-12-20T22:43:48.546Z Compiling ring v0.16.20
29252024-12-20T22:43:48.577Z Checking sha3 v0.10.8
29262024-12-20T22:43:48.612Z Checking opaque-debug v0.3.1
29272024-12-20T22:43:48.703Z Checking poly1305 v0.8.0
29282024-12-20T22:43:48.766Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29292024-12-20T22:43:48.974Z Checking chacha20 v0.9.1
29302024-12-20T22:43:49.052Z Checking aead v0.5.2
29312024-12-20T22:43:49.175Z Compiling memmap2 v0.9.5
29322024-12-20T22:43:49.223Z Compiling arrayvec v0.7.6
29332024-12-20T22:43:49.241Z Compiling spin v0.5.2
29342024-12-20T22:43:49.261Z Compiling arrayref v0.3.9
29352024-12-20T22:43:49.331Z Compiling salty v0.3.0
29362024-12-20T22:43:49.356Z Compiling constant_time_eq v0.3.1
29372024-12-20T22:43:49.470Z Compiling libefi-sys v0.1.0
29382024-12-20T22:43:49.515Z Checking chacha20poly1305 v0.10.1
29392024-12-20T22:43:49.599Z Compiling toolchain_find v0.4.0
29402024-12-20T22:43:49.695Z Compiling camino-tempfile v1.1.1
29412024-12-20T22:43:49.764Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29422024-12-20T22:43:49.779Z Compiling bitfield-struct v0.6.2
29432024-12-20T22:43:50.023Z Compiling topological-sort v0.2.2
29442024-12-20T22:43:50.158Z Compiling mime_guess v2.0.5
29452024-12-20T22:43:50.266Z Compiling rustfmt-wrapper v0.2.1
29462024-12-20T22:43:50.719Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29472024-12-20T22:43:50.823Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29482024-12-20T22:43:50.847Z Checking primeorder v0.13.6
29492024-12-20T22:43:50.914Z Checking env_filter v0.1.2
29502024-12-20T22:43:51.118Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29512024-12-20T22:43:51.147Z Checking env_logger v0.11.5
29522024-12-20T22:43:51.257Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29532024-12-20T22:43:51.316Z Checking p384 v0.13.0
29542024-12-20T22:43:51.470Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-12-20T22:43:51.484Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29562024-12-20T22:43:51.558Z Checking thiserror-no-std v2.0.2
29572024-12-20T22:43:51.668Z Checking vsss-rs v3.3.4
29582024-12-20T22:43:51.733Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29592024-12-20T22:43:51.805Z Checking simd-adler32 v0.3.7
29602024-12-20T22:43:51.829Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612024-12-20T22:43:52.068Z Checking http-range v0.1.5
29622024-12-20T22:43:52.124Z Compiling zip v2.1.3
29632024-12-20T22:43:52.152Z Checking bumpalo v3.16.0
29642024-12-20T22:43:52.253Z Checking lockfree-object-pool v0.1.6
29652024-12-20T22:43:52.296Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29662024-12-20T22:43:52.376Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672024-12-20T22:43:52.446Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29682024-12-20T22:43:52.482Z Checking zopfli v0.8.1
29692024-12-20T22:43:52.607Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29702024-12-20T22:43:52.646Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29712024-12-20T22:43:53.306Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29722024-12-20T22:43:53.317Z Checking nanorand v0.7.0
29732024-12-20T22:43:53.317Z Checking atty v0.2.14
29742024-12-20T22:43:53.317Z Checking glob v0.3.1
29752024-12-20T22:43:53.340Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29762024-12-20T22:43:53.535Z Checking flume v0.11.1
29772024-12-20T22:43:53.564Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29782024-12-20T22:43:53.921Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29792024-12-20T22:43:54.318Z Compiling omicron-zone-package v0.11.1
29802024-12-20T22:43:55.017Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29812024-12-20T22:43:55.121Z Checking hyper-staticfile v0.10.1
29822024-12-20T22:43:55.794Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29832024-12-20T22:43:55.860Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29842024-12-20T22:43:55.938Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29852024-12-20T22:43:56.202Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29862024-12-20T22:43:56.219Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29872024-12-20T22:43:56.304Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29882024-12-20T22:43:56.855Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29892024-12-20T22:43:57.129Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29902024-12-20T22:43:57.578Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912024-12-20T22:43:58.581Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29922024-12-20T22:44:00.508Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29932024-12-20T22:44:00.508Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29942024-12-20T22:44:10.627Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-20T22:44:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.57s
29962024-12-20T22:44:24.236Z
29972024-12-20T22:44:24.236Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29982024-12-20T22:44:24.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-20T22:44:24.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-20T22:44:24.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-20T22:44:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
30022024-12-20T22:44:38.587Z
30032024-12-20T22:44:38.587Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
30042024-12-20T22:44:39.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-20T22:44:39.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-20T22:44:39.327Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-20T22:44:52.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30082024-12-20T22:44:53.040Z
30092024-12-20T22:44:53.040Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
30102024-12-20T22:44:53.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-20T22:44:53.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-20T22:44:53.774Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-20T22:45:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
30142024-12-20T22:45:07.540Z
30152024-12-20T22:45:07.540Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30162024-12-20T22:45:08.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-20T22:45:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-20T22:45:08.265Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-20T22:45:21.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30202024-12-20T22:45:21.992Z
30212024-12-20T22:45:21.992Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30222024-12-20T22:45:22.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-20T22:45:22.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-20T22:45:22.716Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-12-20T22:45:36.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
30262024-12-20T22:45:36.312Z
30272024-12-20T22:45:36.312Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30282024-12-20T22:45:36.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-20T22:45:36.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-20T22:45:37.030Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30312024-12-20T22:45:50.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30322024-12-20T22:45:50.807Z
30332024-12-20T22:45:50.807Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30342024-12-20T22:45:51.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-20T22:45:51.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-20T22:45:51.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30372024-12-20T22:46:05.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30382024-12-20T22:46:05.254Z
30392024-12-20T22:46:05.254Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30402024-12-20T22:46:05.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-20T22:46:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-20T22:46:05.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-20T22:46:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30442024-12-20T22:46:05.910Z
30452024-12-20T22:46:05.910Zinfo: running `cargo check --bins` on key-manager (120/175)
30462024-12-20T22:46:06.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-20T22:46:06.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-20T22:46:06.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-20T22:46:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30502024-12-20T22:46:06.529Z
30512024-12-20T22:46:06.529Zinfo: running `cargo check --bins` on range-requests (121/175)
30522024-12-20T22:46:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-20T22:46:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-20T22:46:07.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-20T22:46:07.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30562024-12-20T22:46:07.136Z
30572024-12-20T22:46:07.136Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30582024-12-20T22:46:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-20T22:46:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-20T22:46:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-20T22:46:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30622024-12-20T22:46:07.750Z
30632024-12-20T22:46:07.750Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30642024-12-20T22:46:08.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-20T22:46:08.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-20T22:46:08.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-20T22:46:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30682024-12-20T22:46:08.398Z
30692024-12-20T22:46:08.399Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30702024-12-20T22:46:08.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-20T22:46:08.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-20T22:46:08.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-20T22:46:08.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742024-12-20T22:46:09.003Z
30752024-12-20T22:46:09.003Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30762024-12-20T22:46:09.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-20T22:46:09.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-20T22:46:09.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-20T22:46:09.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30802024-12-20T22:46:09.633Z
30812024-12-20T22:46:09.633Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30822024-12-20T22:46:10.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-20T22:46:10.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-20T22:46:10.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-12-20T22:46:10.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30862024-12-20T22:46:10.268Z
30872024-12-20T22:46:10.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30882024-12-20T22:46:10.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-20T22:46:10.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-20T22:46:10.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-20T22:46:10.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30922024-12-20T22:46:10.897Z
30932024-12-20T22:46:10.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30942024-12-20T22:46:11.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-20T22:46:11.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-20T22:46:11.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972024-12-20T22:46:11.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30982024-12-20T22:46:11.540Z
30992024-12-20T22:46:11.540Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
31002024-12-20T22:46:12.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-20T22:46:12.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-20T22:46:12.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032024-12-20T22:46:12.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31042024-12-20T22:46:12.181Z
31052024-12-20T22:46:12.181Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
31062024-12-20T22:46:12.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-12-20T22:46:12.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-12-20T22:46:12.853Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31092024-12-20T22:46:12.853Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31102024-12-20T22:46:13.718Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31112024-12-20T22:46:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
31122024-12-20T22:46:15.901Z
31132024-12-20T22:46:15.902Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31142024-12-20T22:46:16.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-20T22:46:16.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-20T22:46:16.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-12-20T22:46:16.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31182024-12-20T22:46:16.519Z
31192024-12-20T22:46:16.520Zinfo: running `cargo check --bins` on cert-dev (132/175)
31202024-12-20T22:46:17.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-20T22:46:17.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-20T22:46:17.121Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31232024-12-20T22:46:17.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31242024-12-20T22:46:17.549Z
31252024-12-20T22:46:17.549Zinfo: running `cargo check --bins` on clickana (133/175)
31262024-12-20T22:46:18.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-20T22:46:18.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-20T22:46:18.183Z Checking castaway v0.2.3
31292024-12-20T22:46:18.183Z Checking unicode-truncate v1.1.0
31302024-12-20T22:46:18.186Z Checking lru v0.12.5
31312024-12-20T22:46:18.186Z Compiling instability v0.3.2
31322024-12-20T22:46:18.186Z Checking cassowary v0.3.0
31332024-12-20T22:46:18.186Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31342024-12-20T22:46:18.403Z Checking compact_str v0.8.0
31352024-12-20T22:46:19.002Z Checking ratatui v0.28.1
31362024-12-20T22:46:20.840Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31372024-12-20T22:46:21.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
31382024-12-20T22:46:21.838Z
31392024-12-20T22:46:21.838Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31402024-12-20T22:46:22.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-20T22:46:22.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-20T22:46:22.512Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31432024-12-20T22:46:22.512Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31442024-12-20T22:46:23.087Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31452024-12-20T22:46:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
31462024-12-20T22:46:23.626Z
31472024-12-20T22:46:23.626Zinfo: running `cargo check --bins` on ch-dev (135/175)
31482024-12-20T22:46:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-20T22:46:24.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-20T22:46:24.283Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31512024-12-20T22:46:24.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31522024-12-20T22:46:25.160Z
31532024-12-20T22:46:25.160Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31542024-12-20T22:46:25.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-12-20T22:46:25.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-12-20T22:46:25.810Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31572024-12-20T22:46:26.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31582024-12-20T22:46:26.350Z
31592024-12-20T22:46:26.350Zinfo: running `cargo check --bins` on db-dev (137/175)
31602024-12-20T22:46:26.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-12-20T22:46:26.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-12-20T22:46:27.004Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31632024-12-20T22:46:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31642024-12-20T22:46:27.902Z
31652024-12-20T22:46:27.902Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31662024-12-20T22:46:28.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-20T22:46:28.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-20T22:46:28.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692024-12-20T22:46:28.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31702024-12-20T22:46:28.542Z
31712024-12-20T22:46:28.542Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31722024-12-20T22:46:29.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-12-20T22:46:29.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-12-20T22:46:29.156Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31752024-12-20T22:46:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31762024-12-20T22:46:30.216Z
31772024-12-20T22:46:30.216Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31782024-12-20T22:46:30.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-12-20T22:46:30.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-12-20T22:46:30.826Z Checking cargo-platform v0.1.8
31812024-12-20T22:46:31.094Z Checking cargo_metadata v0.18.1
31822024-12-20T22:46:32.055Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832024-12-20T22:46:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31842024-12-20T22:46:33.034Z
31852024-12-20T22:46:33.034Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31862024-12-20T22:46:33.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-12-20T22:46:33.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-12-20T22:46:33.748Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31892024-12-20T22:46:34.469Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31902024-12-20T22:46:35.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
31912024-12-20T22:46:35.218Z
31922024-12-20T22:46:35.219Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31932024-12-20T22:46:35.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-12-20T22:46:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-12-20T22:46:36.011Z Compiling crunchy v0.2.2
31962024-12-20T22:46:36.011Z Compiling tiny-keccak v2.0.2
31972024-12-20T22:46:36.015Z Compiling dsl_auto_type v0.1.2
31982024-12-20T22:46:36.015Z Checking scheduled-thread-pool v0.2.7
31992024-12-20T22:46:36.015Z Compiling diesel_table_macro_syntax v0.2.0
32002024-12-20T22:46:36.015Z Compiling ascii-canvas v3.0.0
32012024-12-20T22:46:36.125Z Compiling ena v0.14.3
32022024-12-20T22:46:36.128Z Compiling diff v0.1.13
32032024-12-20T22:46:36.372Z Checking r2d2 v0.8.10
32042024-12-20T22:46:36.581Z Compiling regex-syntax v0.6.29
32052024-12-20T22:46:36.597Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32062024-12-20T22:46:36.601Z Compiling ref-cast v1.0.23
32072024-12-20T22:46:36.604Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32082024-12-20T22:46:36.702Z Compiling derive_builder_core v0.20.2
32092024-12-20T22:46:36.820Z Compiling libxml v0.3.3
32102024-12-20T22:46:36.900Z Compiling ref-cast-impl v1.0.23
32112024-12-20T22:46:36.920Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32122024-12-20T22:46:37.243Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32132024-12-20T22:46:37.268Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32142024-12-20T22:46:37.429Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32152024-12-20T22:46:37.450Z Compiling strum_macros v0.24.3
32162024-12-20T22:46:37.535Z Compiling samael v0.0.17
32172024-12-20T22:46:37.751Z Compiling diesel_derives v2.2.3
32182024-12-20T22:46:37.855Z Compiling indoc v1.0.9
32192024-12-20T22:46:38.838Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32202024-12-20T22:46:39.130Z Compiling oso-derive v0.27.3
32212024-12-20T22:46:39.148Z Compiling derive_builder_macro v0.20.2
32222024-12-20T22:46:40.013Z Compiling lalrpop v0.19.12
32232024-12-20T22:46:40.049Z Checking derive_builder v0.20.2
32242024-12-20T22:46:40.193Z Compiling impl-trait-for-tuples v0.2.2
32252024-12-20T22:46:40.211Z Checking quick-xml v0.33.0
32262024-12-20T22:46:40.712Z Compiling diesel-dtrace v0.4.2
32272024-12-20T22:46:40.996Z Checking maplit v1.0.2
32282024-12-20T22:46:41.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32292024-12-20T22:46:41.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32302024-12-20T22:46:41.450Z Checking bb8 v0.8.5
32312024-12-20T22:46:41.912Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32322024-12-20T22:46:41.965Z Checking rand_seeder v0.3.0
32332024-12-20T22:46:42.214Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32342024-12-20T22:46:42.240Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32352024-12-20T22:46:42.416Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32362024-12-20T22:46:42.514Z Checking unicode-linebreak v0.1.5
32372024-12-20T22:46:42.704Z Checking is_ci v1.2.0
32382024-12-20T22:46:42.826Z Checking smawk v0.3.2
32392024-12-20T22:46:42.848Z Checking supports-color v3.0.1
32402024-12-20T22:46:42.942Z Checking multimap v0.10.0
32412024-12-20T22:46:43.031Z Checking textwrap v0.16.1
32422024-12-20T22:46:44.090Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432024-12-20T22:46:46.656Z Checking diesel v2.2.6
32442024-12-20T22:47:13.145Z Compiling polar-core v0.27.3
32452024-12-20T22:47:16.506Z Checking async-bb8-diesel v0.2.1
32462024-12-20T22:47:20.601Z Checking oso v0.27.3
32472024-12-20T22:48:30.598Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32482024-12-20T22:48:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32492024-12-20T22:48:36.999Z
32502024-12-20T22:48:36.999Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32512024-12-20T22:48:37.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-12-20T22:48:37.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-12-20T22:48:37.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542024-12-20T22:48:37.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32552024-12-20T22:48:37.681Z
32562024-12-20T22:48:37.681Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32572024-12-20T22:48:38.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-12-20T22:48:38.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-12-20T22:48:38.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602024-12-20T22:48:38.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32612024-12-20T22:48:38.342Z
32622024-12-20T22:48:38.342Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32632024-12-20T22:48:38.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-12-20T22:48:38.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-12-20T22:48:38.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662024-12-20T22:48:38.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32672024-12-20T22:48:38.946Z
32682024-12-20T22:48:38.946Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32692024-12-20T22:48:39.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-12-20T22:48:39.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-12-20T22:48:39.739Z Compiling libz-sys v1.1.20
32722024-12-20T22:48:39.855Z Compiling libgit2-sys v0.17.0+1.8.1
32732024-12-20T22:48:39.866Z Compiling vergen v8.3.2
32742024-12-20T22:48:39.868Z Compiling cargo-platform v0.1.8
32752024-12-20T22:48:39.868Z Compiling pin-project-internal v1.1.6
32762024-12-20T22:48:39.904Z Compiling snafu-derive v0.8.5
32772024-12-20T22:48:39.907Z Compiling libsqlite3-sys v0.30.1
32782024-12-20T22:48:39.907Z Compiling rustls v0.21.12
32792024-12-20T22:48:40.166Z Compiling cargo_metadata v0.18.1
32802024-12-20T22:48:40.193Z Compiling buf-list v1.0.3
32812024-12-20T22:48:40.421Z Compiling cfg_aliases v0.2.1
32822024-12-20T22:48:40.526Z Checking globset v0.4.15
32832024-12-20T22:48:40.544Z Compiling nix v0.29.0
32842024-12-20T22:48:40.803Z Checking olpc-cjson v0.1.4
32852024-12-20T22:48:40.944Z Checking rustls-webpki v0.101.7
32862024-12-20T22:48:41.013Z Checking sct v0.7.1
32872024-12-20T22:48:41.033Z Checking serde_plain v1.0.2
32882024-12-20T22:48:41.221Z Checking typed-path v0.9.3
32892024-12-20T22:48:41.603Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32902024-12-20T22:48:41.908Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32912024-12-20T22:48:41.924Z Checking hashlink v0.9.1
32922024-12-20T22:48:42.187Z Checking fallible-streaming-iterator v0.1.9
32932024-12-20T22:48:42.425Z Checking fallible-iterator v0.3.0
32942024-12-20T22:48:42.511Z Checking parse-size v1.1.0
32952024-12-20T22:48:42.865Z Checking pin-project v1.1.6
32962024-12-20T22:48:42.998Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32972024-12-20T22:48:43.062Z Checking rusqlite v0.32.1
32982024-12-20T22:48:43.133Z Checking rustls-pemfile v1.0.4
32992024-12-20T22:48:43.231Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33002024-12-20T22:48:43.331Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33012024-12-20T22:48:43.560Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33022024-12-20T22:48:43.696Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33032024-12-20T22:48:43.833Z Checking twox-hash v1.6.3
33042024-12-20T22:48:43.972Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33052024-12-20T22:48:44.359Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33062024-12-20T22:48:44.618Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33072024-12-20T22:48:44.797Z Checking tokio-rustls v0.24.1
33082024-12-20T22:48:45.049Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33092024-12-20T22:48:45.152Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33102024-12-20T22:48:45.214Z Checking fatfs v0.3.6
33112024-12-20T22:48:45.398Z Checking snafu v0.8.5
33122024-12-20T22:48:45.891Z Checking tough v0.19.0
33132024-12-20T22:48:45.987Z Checking assert_matches v1.5.0
33142024-12-20T22:48:49.999Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33152024-12-20T22:48:51.379Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162024-12-20T22:48:52.048Z Compiling git2 v0.19.0
33172024-12-20T22:48:56.748Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33182024-12-20T22:49:51.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
33192024-12-20T22:49:51.574Z
33202024-12-20T22:49:51.574Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33212024-12-20T22:49:52.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-20T22:49:52.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-20T22:49:52.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-20T22:49:52.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33252024-12-20T22:49:52.271Z
33262024-12-20T22:49:52.271Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33272024-12-20T22:49:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-20T22:49:52.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-20T22:49:52.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-20T22:49:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33312024-12-20T22:49:52.887Z
33322024-12-20T22:49:52.887Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33332024-12-20T22:49:53.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-20T22:49:53.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-20T22:49:53.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-20T22:49:53.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33372024-12-20T22:49:53.590Z
33382024-12-20T22:49:53.591Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33392024-12-20T22:49:54.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-20T22:49:54.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-20T22:49:54.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-20T22:49:54.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33432024-12-20T22:49:54.232Z
33442024-12-20T22:49:54.232Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33452024-12-20T22:49:54.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-20T22:49:54.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-20T22:49:54.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-12-20T22:49:54.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33492024-12-20T22:49:54.902Z
33502024-12-20T22:49:54.902Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33512024-12-20T22:49:55.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-20T22:49:55.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-20T22:49:55.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-12-20T22:49:55.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33552024-12-20T22:49:55.585Z
33562024-12-20T22:49:55.585Zinfo: running `cargo check --bins` on update-common (153/175)
33572024-12-20T22:49:56.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-12-20T22:49:56.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-12-20T22:49:56.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602024-12-20T22:49:56.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33612024-12-20T22:49:56.233Z
33622024-12-20T22:49:56.233Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33632024-12-20T22:49:56.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-20T22:49:56.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-20T22:49:56.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662024-12-20T22:49:56.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33672024-12-20T22:49:56.891Z
33682024-12-20T22:49:56.891Zinfo: running `cargo check --bins` on tufaceous (155/175)
33692024-12-20T22:49:57.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-20T22:49:57.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-20T22:49:57.553Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33722024-12-20T22:49:58.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33732024-12-20T22:49:58.698Z
33742024-12-20T22:49:58.698Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33752024-12-20T22:49:59.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-20T22:49:59.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-20T22:49:59.536Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33782024-12-20T22:49:59.663Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33792024-12-20T22:49:59.663Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33802024-12-20T22:49:59.665Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33812024-12-20T22:50:26.450Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33822024-12-20T22:50:26.450Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33832024-12-20T22:50:26.452Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33842024-12-20T22:50:26.452Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33852024-12-20T22:50:26.452Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33862024-12-20T22:50:27.401Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33872024-12-20T22:50:28.672Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33882024-12-20T22:51:07.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33892024-12-20T22:51:07.781Z
33902024-12-20T22:51:07.781Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33912024-12-20T22:51:08.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-20T22:51:08.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-20T22:51:08.493Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33942024-12-20T22:51:08.497Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33952024-12-20T22:51:08.497Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33962024-12-20T22:51:10.126Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33972024-12-20T22:51:11.015Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33982024-12-20T22:51:12.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
33992024-12-20T22:51:12.317Z
34002024-12-20T22:51:12.317Zinfo: running `cargo check --bins` on installinator-api (158/175)
34012024-12-20T22:51:12.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-20T22:51:12.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-20T22:51:12.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042024-12-20T22:51:12.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34052024-12-20T22:51:12.963Z
34062024-12-20T22:51:12.963Zinfo: running `cargo check --bins` on wicketd-api (159/175)
34072024-12-20T22:51:13.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-12-20T22:51:13.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-12-20T22:51:13.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102024-12-20T22:51:13.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34112024-12-20T22:51:13.622Z
34122024-12-20T22:51:13.622Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34132024-12-20T22:51:14.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-20T22:51:14.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-20T22:51:14.320Z Compiling petname v2.0.2
34162024-12-20T22:51:14.324Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34172024-12-20T22:51:14.324Z Checking sync-ptr v0.1.1
34182024-12-20T22:51:15.747Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34192024-12-20T22:51:17.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
34202024-12-20T22:51:17.475Z
34212024-12-20T22:51:17.475Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34222024-12-20T22:51:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-12-20T22:51:18.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-12-20T22:51:18.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252024-12-20T22:51:18.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34262024-12-20T22:51:18.141Z
34272024-12-20T22:51:18.141Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34282024-12-20T22:51:18.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-12-20T22:51:18.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-12-20T22:51:18.811Z Checking memmap2 v0.9.5
34312024-12-20T22:51:18.811Z Checking constant_time_eq v0.3.1
34322024-12-20T22:51:18.813Z Checking spin v0.5.2
34332024-12-20T22:51:18.813Z Checking arrayvec v0.7.6
34342024-12-20T22:51:18.813Z Checking arrayref v0.3.9
34352024-12-20T22:51:18.814Z Checking topological-sort v0.2.2
34362024-12-20T22:51:18.814Z Checking shell-words v1.1.0
34372024-12-20T22:51:19.069Z Checking ring v0.16.20
34382024-12-20T22:51:19.199Z Checking blake3 v1.5.4
34392024-12-20T22:51:20.176Z Checking omicron-zone-package v0.11.1
34402024-12-20T22:51:21.264Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34412024-12-20T22:51:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
34422024-12-20T22:51:22.347Z
34432024-12-20T22:51:22.347Zinfo: running `cargo check --bins` on xtask (163/175)
34442024-12-20T22:51:22.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452024-12-20T22:51:22.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462024-12-20T22:51:22.782Z Checking bitflags v2.6.0
34472024-12-20T22:51:22.784Z Checking serde v1.0.215
34482024-12-20T22:51:22.784Z Checking thiserror v1.0.69
34492024-12-20T22:51:22.873Z Checking scroll v0.12.0
34502024-12-20T22:51:22.882Z Checking hashbrown v0.15.1
34512024-12-20T22:51:22.884Z Checking log v0.4.22
34522024-12-20T22:51:22.884Z Checking zerocopy v0.7.35
34532024-12-20T22:51:22.916Z Checking syn v2.0.87
34542024-12-20T22:51:22.973Z Checking pest v2.7.14
34552024-12-20T22:51:23.098Z Checking rustix v0.38.37
34562024-12-20T22:51:23.143Z Checking once_cell v1.20.2
34572024-12-20T22:51:23.325Z Checking goblin v0.8.2
34582024-12-20T22:51:23.449Z Checking fs-err v2.11.0
34592024-12-20T22:51:23.740Z Checking tabled v0.15.0
34602024-12-20T22:51:23.902Z Checking indexmap v2.6.0
34612024-12-20T22:51:24.299Z Checking anyhow v1.0.93
34622024-12-20T22:51:25.045Z Checking terminal_size v0.4.0
34632024-12-20T22:51:25.047Z Checking tempfile v3.13.0
34642024-12-20T22:51:25.215Z Checking clap_builder v4.5.21
34652024-12-20T22:51:25.450Z Checking dtrace-parser v0.2.0
34662024-12-20T22:51:27.054Z Checking serde_json v1.0.132
34672024-12-20T22:51:27.055Z Checking toml_datetime v0.6.8
34682024-12-20T22:51:27.055Z Checking serde_spanned v0.6.8
34692024-12-20T22:51:27.057Z Checking camino v1.1.9
34702024-12-20T22:51:27.057Z Checking cargo-platform v0.1.8
34712024-12-20T22:51:27.261Z Checking semver v1.0.23
34722024-12-20T22:51:27.332Z Checking macaddr v1.0.1
34732024-12-20T22:51:27.372Z Checking toml_edit v0.22.22
34742024-12-20T22:51:27.388Z Checking clap v4.5.21
34752024-12-20T22:51:27.587Z Checking camino-tempfile v1.1.1
34762024-12-20T22:51:28.276Z Checking dof v0.3.0
34772024-12-20T22:51:28.276Z Checking cargo_metadata v0.18.1
34782024-12-20T22:51:28.692Z Checking usdt-impl v0.5.0
34792024-12-20T22:51:29.048Z Checking usdt v0.5.0
34802024-12-20T22:51:29.112Z Checking toml v0.8.19
34812024-12-20T22:51:29.597Z Checking cargo_toml v0.20.5
34822024-12-20T22:51:30.781Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34832024-12-20T22:51:31.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
34842024-12-20T22:51:31.493Z
34852024-12-20T22:51:31.493Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34862024-12-20T22:51:32.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872024-12-20T22:51:32.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882024-12-20T22:51:32.256Z Checking polyval v0.6.2
34892024-12-20T22:51:32.370Z Checking ctr v0.9.2
34902024-12-20T22:51:32.383Z Checking ssh-encoding v0.2.0
34912024-12-20T22:51:32.386Z Checking blowfish v0.9.1
34922024-12-20T22:51:32.409Z Checking password-hash v0.4.2
34932024-12-20T22:51:32.412Z Checking matches v0.1.10
34942024-12-20T22:51:32.442Z Checking p256 v0.13.2
34952024-12-20T22:51:32.445Z Checking p521 v0.13.3
34962024-12-20T22:51:32.522Z Checking idna v0.2.3
34972024-12-20T22:51:32.595Z Checking ghash v0.5.1
34982024-12-20T22:51:32.614Z Checking bcrypt-pbkdf v0.10.0
34992024-12-20T22:51:32.617Z Compiling enum-as-inner v0.5.1
35002024-12-20T22:51:32.681Z Checking russh-cryptovec v0.7.3
35012024-12-20T22:51:32.767Z Checking aes-gcm v0.10.3
35022024-12-20T22:51:32.802Z Checking pbkdf2 v0.11.0
35032024-12-20T22:51:32.887Z Checking md5 v0.7.0
35042024-12-20T22:51:32.907Z Checking num-bigint v0.4.6
35052024-12-20T22:51:32.923Z Checking des v0.8.1
35062024-12-20T22:51:32.989Z Checking ssh-cipher v0.2.0
35072024-12-20T22:51:33.071Z Checking hex-literal v0.4.1
35082024-12-20T22:51:33.153Z Compiling dhcproto-macros v0.1.0
35092024-12-20T22:51:33.184Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35102024-12-20T22:51:33.203Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35112024-12-20T22:51:33.271Z Checking ssh-key v0.6.6
35122024-12-20T22:51:33.339Z Checking internet-checksum v0.2.1
35132024-12-20T22:51:33.680Z Checking trust-dns-proto v0.22.0
35142024-12-20T22:51:34.608Z Checking russh-keys v0.45.0
35152024-12-20T22:51:35.557Z Checking russh v0.45.0
35162024-12-20T22:51:36.230Z Checking dhcproto v0.12.0
35172024-12-20T22:51:53.946Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35182024-12-20T22:51:55.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.85s
35192024-12-20T22:51:55.553Z
35202024-12-20T22:51:55.553Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35212024-12-20T22:51:56.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-20T22:51:56.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-20T22:51:56.183Z Checking termios v0.3.3
35242024-12-20T22:51:56.399Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35252024-12-20T22:51:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
35262024-12-20T22:51:57.352Z
35272024-12-20T22:51:57.352Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35282024-12-20T22:51:57.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-20T22:51:57.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-20T22:51:58.046Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35312024-12-20T22:52:00.045Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-12-20T22:52:01.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
35332024-12-20T22:52:02.096Z
35342024-12-20T22:52:02.096Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35352024-12-20T22:52:02.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-12-20T22:52:02.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-12-20T22:52:02.732Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35382024-12-20T22:52:03.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35392024-12-20T22:52:03.389Z
35402024-12-20T22:52:03.389Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35412024-12-20T22:52:03.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-20T22:52:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-20T22:52:03.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442024-12-20T22:52:03.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35452024-12-20T22:52:03.998Z
35462024-12-20T22:52:03.998Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35472024-12-20T22:52:04.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-20T22:52:04.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-20T22:52:04.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502024-12-20T22:52:04.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35512024-12-20T22:52:04.606Z
35522024-12-20T22:52:04.607Zinfo: running `cargo check --bins` on omicron-package (170/175)
35532024-12-20T22:52:05.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-20T22:52:05.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-20T22:52:05.269Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35562024-12-20T22:52:06.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
35572024-12-20T22:52:06.744Z
35582024-12-20T22:52:06.744Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35592024-12-20T22:52:07.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-20T22:52:07.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-20T22:52:07.447Z Checking rtoolbox v0.0.2
35622024-12-20T22:52:07.453Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35632024-12-20T22:52:07.453Z Checking tui-tree-widget v0.22.0
35642024-12-20T22:52:07.673Z Checking rpassword v7.3.1
35652024-12-20T22:52:11.680Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35662024-12-20T22:52:14.691Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35672024-12-20T22:52:15.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
35682024-12-20T22:52:16.117Z
35692024-12-20T22:52:16.117Zinfo: running `cargo check --bins` on wicket (172/175)
35702024-12-20T22:52:16.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-12-20T22:52:16.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-12-20T22:52:16.805Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35732024-12-20T22:52:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35742024-12-20T22:52:17.436Z
35752024-12-20T22:52:17.436Zinfo: running `cargo check --bins` on wicketd (173/175)
35762024-12-20T22:52:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772024-12-20T22:52:18.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782024-12-20T22:52:18.143Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35792024-12-20T22:52:22.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
35802024-12-20T22:52:22.268Z
35812024-12-20T22:52:22.268Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35822024-12-20T22:52:22.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832024-12-20T22:52:22.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842024-12-20T22:52:22.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852024-12-20T22:52:22.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862024-12-20T22:52:22.880Z
35872024-12-20T22:52:22.880Zinfo: running `cargo check --bins` on zone-setup (175/175)
35882024-12-20T22:52:23.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892024-12-20T22:52:23.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902024-12-20T22:52:23.600Z Checking uzers v0.12.1
35912024-12-20T22:52:23.938Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35922024-12-20T22:52:25.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
35932024-12-20T22:52:25.299Z
35942024-12-20T22:52:25.299Zreal 13:04.100171290
35952024-12-20T22:52:25.299Zuser 24:13.309722807
35962024-12-20T22:52:25.299Zsys 5:28.701390245
35972024-12-20T22:52:25.299Ztrap 0.477189072
35982024-12-20T22:52:25.302Ztflt 2.286050085
35992024-12-20T22:52:25.302Zdflt 3.177971657
36002024-12-20T22:52:25.302Zkflt 0.000743902
36012024-12-20T22:52:25.302Zlock 46:40.006390649
36022024-12-20T22:52:25.302Zslp 2:06:33.911771412
36032024-12-20T22:52:25.302Zlat 1:02.827418107
36042024-12-20T22:52:25.302Zstop 3:18.881219656
36052024-12-20T22:52:25.302Zprocess exited: duration 1195448 ms, exit code 0
 
36062024-12-20T22:52:25.309Zfound 0 output files