01JCHVZ2Z45W8WDTH9S7E6B5KD: 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: 01JCHVZHMB1Q2GWDAKJ555GEGQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T04:20:47.384Zjob assigned to worker 01JCHVZKEZTPNPKTC841YCZQ85 (queued for 56 s)
 
22024-11-13T04:20:54.552Zstarting task 0: "setup"
32024-11-13T04:20:54.562Z++ uname -s
42024-11-13T04:20:54.565Z+ kern=SunOS
52024-11-13T04:20:54.565Z+ case "$kern" in
62024-11-13T04:20:54.565Z+ groupadd -g 12345 build
72024-11-13T04:20:54.567Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T04:20:56.580Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T04:20:56.707Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T04:20:56.711Z+ home_fs=zfs
112024-11-13T04:20:56.711Z+ [[ zfs == autofs ]]
122024-11-13T04:20:56.711Z+ mkdir -p /home/build
132024-11-13T04:20:56.713Z+ chown build:build /home/build /work
142024-11-13T04:20:58.714Z+ chmod 0700 /home/build /work
152024-11-13T04:20:58.717Zprocess exited: duration 4166 ms, exit code 0
 
162024-11-13T04:20:58.722Zstarting task 1: "rust-toolchain"
172024-11-13T04:20:58.728Z+ printf ' * toolchain channel = "%s"
182024-11-13T04:20:58.728Z * toolchain channel = "1.81.0"
192024-11-13T04:20:58.728Z' 1.81.0
202024-11-13T04:20:58.728Z+ printf ' * toolchain profile = "%s"
212024-11-13T04:20:58.728Z' default
222024-11-13T04:20:58.728Z * toolchain profile = "default"
232024-11-13T04:20:58.731Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T04:20:58.731Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T04:20:59.067Zinfo: downloading installer
262024-11-13T04:21:00.270Zinfo: profile set to 'default'
272024-11-13T04:21:00.270Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T04:21:00.273Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T04:21:00.428Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T04:21:00.428Zinfo: downloading component 'cargo'
312024-11-13T04:21:01.248Zinfo: downloading component 'clippy'
322024-11-13T04:21:01.553Zinfo: downloading component 'rust-docs'
332024-11-13T04:21:02.683Zinfo: downloading component 'rust-std'
342024-11-13T04:21:04.442Zinfo: downloading component 'rustc'
352024-11-13T04:21:10.714Zinfo: downloading component 'rustfmt'
362024-11-13T04:21:10.952Zinfo: installing component 'cargo'
372024-11-13T04:21:11.784Zinfo: installing component 'clippy'
382024-11-13T04:21:12.170Zinfo: installing component 'rust-docs'
392024-11-13T04:21:13.790Zinfo: installing component 'rust-std'
402024-11-13T04:21:15.607Zinfo: installing component 'rustc'
412024-11-13T04:21:21.368Zinfo: installing component 'rustfmt'
422024-11-13T04:21:21.710Z
432024-11-13T04:21:21.710Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-11-13T04:21:22.078Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T04:21:22.078Z
462024-11-13T04:21:22.081Z
472024-11-13T04:21:22.081ZRust is installed now. Great!
482024-11-13T04:21:22.081Z
492024-11-13T04:21:22.081ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T04:21:22.081Zenvironment variable. This has not been done automatically.
512024-11-13T04:21:22.081Z
522024-11-13T04:21:22.081ZTo configure your current shell, you need to source
532024-11-13T04:21:22.081Zthe corresponding env file under $HOME/.cargo.
542024-11-13T04:21:22.081Z
552024-11-13T04:21:22.081ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T04:21:22.081Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T04:21:22.081Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T04:21:22.150Z+ rustc --version
592024-11-13T04:21:22.216Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T04:21:22.219Zprocess exited: duration 23496 ms, exit code 0
 
612024-11-13T04:21:22.224Zstarting task 2: "authentication"
622024-11-13T04:21:22.246Zprocess exited: duration 21 ms, exit code 0
 
632024-11-13T04:21:22.251Zstarting task 3: "clone repository"
642024-11-13T04:21:22.256Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T04:21:22.259Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T04:21:22.296ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T04:21:29.696Z+ cd /work/oxidecomputer/omicron
682024-11-13T04:21:29.696Z+ git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
692024-11-13T04:21:29.997ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T04:21:29.997Z * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD
712024-11-13T04:21:30.008Z+ [[ -n renovate/bytes-1.x ]]
722024-11-13T04:21:30.012Z++ git branch --show-current
732024-11-13T04:21:30.015Z+ current=main
742024-11-13T04:21:30.015Z+ [[ main != renovate/bytes-1.x ]]
752024-11-13T04:21:30.015Z+ git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
762024-11-13T04:21:30.018Z+ git checkout -f renovate/bytes-1.x
772024-11-13T04:21:30.190ZSwitched to branch 'renovate/bytes-1.x'
782024-11-13T04:21:30.192Z+ git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
792024-11-13T04:21:30.207ZHEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0
802024-11-13T04:21:30.209Zprocess exited: duration 7956 ms, exit code 0
 
812024-11-13T04:21:30.215Zstarting task 4: "build"
822024-11-13T04:21:30.220Z+ source .github/buildomat/ci-env.sh
832024-11-13T04:21:30.220Z++ export CARGO_TERM_COLOR=always
842024-11-13T04:21:30.220Z++ CARGO_TERM_COLOR=always
852024-11-13T04:21:30.223Z+ cargo --version
862024-11-13T04:21:30.276Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T04:21:30.279Z+ rustc --version
882024-11-13T04:21:30.339Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T04:21:30.342Z+ source ./env.sh
902024-11-13T04:21:30.342Z++ OLD_SHELL_OPTS=ehxB
912024-11-13T04:21:30.342Z++ set -o xtrace
922024-11-13T04:21:30.344Z++++ dirname ./env.sh
932024-11-13T04:21:30.347Z+++ readlink -f .
942024-11-13T04:21:30.350Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-13T04:21:30.350Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-13T04:21:30.350Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-13T04:21:30.350Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-13T04:21:30.350Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-13T04:21:30.351Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-13T04:21:30.351Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-13T04:21:30.351Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-13T04:21:30.351Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-13T04:21:30.351Z++ case $OLD_SHELL_OPTS in
1042024-11-13T04:21:30.351Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-13T04:21:30.351Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-13T04:21:30.351Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-13T04:21:30.352Z+ banner prerequisites
1082024-11-13T04:21:30.355Z
1092024-11-13T04:21:30.355Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-13T04:21:30.355Z # # # # # # # # # # # # # # #
1112024-11-13T04:21:30.355Z # # # # ##### # # ##### # # # # # #### #
1122024-11-13T04:21:30.355Z ##### ##### # ##### # # # # # # # # #
1132024-11-13T04:21:30.355Z # # # # # # # # # # # # # # #
1142024-11-13T04:21:30.355Z # # # ###### # # ###### ### # #### # #### #
1152024-11-13T04:21:30.355Z
1162024-11-13T04:21:30.355Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-13T04:21:38.866Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-13T04:21:42.370Z Startup: Caching catalogs ... Done
1192024-11-13T04:21:50.659ZPlanning: Solver setup ... Done (7.568s)
1202024-11-13T04:21:50.764ZPlanning: Running solver ... Done (0.105s)
1212024-11-13T04:21:50.854ZPlanning: Finding local manifests ... Done (0.003s)
1222024-11-13T04:21:50.887ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-13T04:21:52.366ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-13T04:21:52.469ZPlanning: Package planning ... Done (0.102s)
1252024-11-13T04:21:52.525ZPlanning: Merging actions ... Done (0.056s)
1262024-11-13T04:21:52.711ZPlanning: Checking for conflicting actions ... Done (0.186s)
1272024-11-13T04:21:54.560ZPlanning: Consolidating action changes ... Done (1.848s)
1282024-11-13T04:21:54.988ZPlanning: Evaluating mediators ... Done (0.427s)
1292024-11-13T04:21:55.068ZPlanning: Planning completed in 12.61 seconds
1302024-11-13T04:21:55.083Z Packages to install: 4
1312024-11-13T04:21:55.083Z Packages to update: 1
1322024-11-13T04:21:55.086Z Mediators to change: 2
1332024-11-13T04:21:55.086Z Services to change: 1
1342024-11-13T04:21:55.086Z Estimated space available: 155.64 GB
1352024-11-13T04:21:55.086ZEstimated space to be consumed: 1.59 GB
1362024-11-13T04:21:55.086Z Create boot environment: No
1372024-11-13T04:21:55.086ZCreate backup boot environment: Yes
1382024-11-13T04:21:55.086Z Rebuild boot archive: No
1392024-11-13T04:21:55.086Z
1402024-11-13T04:21:55.086ZChanged mediators:
1412024-11-13T04:21:55.086Z mediator clang:
1422024-11-13T04:21:55.086Z version: None -> 15 (system default)
1432024-11-13T04:21:55.086Z
1442024-11-13T04:21:55.086Z mediator llvm:
1452024-11-13T04:21:55.086Z version: 14 (system default) -> 15 (system default)
1462024-11-13T04:21:55.087Z
1472024-11-13T04:21:55.087ZChanged packages:
1482024-11-13T04:21:55.087Zhelios-dev
1492024-11-13T04:21:55.087Z developer/build-essential
1502024-11-13T04:21:55.087Z None -> 11-2.0
1512024-11-13T04:21:55.087Z library/libxmlsec1
1522024-11-13T04:21:55.087Z None -> 1.2.35-2.0
1532024-11-13T04:21:55.087Z ooce/developer/clang-15
1542024-11-13T04:21:55.087Z None -> 15.0.7-2.0
1552024-11-13T04:21:55.087Z ooce/developer/llvm-15
1562024-11-13T04:21:55.087Z None -> 15.0.7-2.0
1572024-11-13T04:21:55.087Z package/pkg
1582024-11-13T04:21:55.087Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-13T04:21:55.087Z
1602024-11-13T04:21:55.087ZServices:
1612024-11-13T04:21:55.087Z restart_fmri:
1622024-11-13T04:21:55.087Z svc:/system/update-man-index:default
1632024-11-13T04:21:55.087Z
1642024-11-13T04:21:55.087ZEditable files to change:
1652024-11-13T04:21:55.087Z Update:
1662024-11-13T04:21:55.087Z usr/share/lib/pkg/web/config.shtml
1672024-11-13T04:21:55.159Z
1682024-11-13T04:21:55.159ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-13T04:22:01.330ZDownload: 210/4281 items 1.3/220.6MB 0% complete (549k/s)
1702024-11-13T04:22:06.351ZDownload: 771/4281 items 18.6/220.6MB 8% complete (1.8M/s)
1712024-11-13T04:22:11.676ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.6M/s)
1722024-11-13T04:22:17.803ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1732024-11-13T04:22:22.787ZDownload: 3121/4281 items 148.2/220.6MB 67% complete (3.8M/s)
1742024-11-13T04:22:29.775ZDownload: 3246/4281 items 202.8/220.6MB 91% complete (8.6M/s)
1752024-11-13T04:22:55.995ZDownload: 3287/4281 items 212.6/220.6MB 96% complete
1762024-11-13T04:23:01.169ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (3.6M/s)
1772024-11-13T04:23:06.177ZDownload: 3617/4281 items 216.1/220.6MB 97% complete (436k/s)
1782024-11-13T04:23:13.681ZDownload: 4201/4281 items 220.5/220.6MB 99% complete (939k/s)
1792024-11-13T04:23:26.490ZDownload: 4203/4281 items 220.6/220.6MB 99% complete
1802024-11-13T04:23:31.778ZDownload: 4253/4281 items 220.6/220.6MB 99% complete (7.7k/s)
1812024-11-13T04:23:31.787ZDownload: Completed 220.60 MB in 96.62 seconds (2.3M/s)
1822024-11-13T04:23:33.732Z Actions: 1/5063 actions (Removing old actions)
1832024-11-13T04:23:33.751Z Actions: 194/5063 actions (Installing new actions)
1842024-11-13T04:23:38.482Z Actions: 4226/5063 actions (Updating modified actions)
1852024-11-13T04:23:38.797Z Actions: Completed 5063 actions in 5.06 seconds.
1862024-11-13T04:23:39.174Z Done (0.369s)
1872024-11-13T04:23:39.177Z Done (0.000s)
1882024-11-13T04:23:39.699Z Done (0.523s)
1892024-11-13T04:23:44.111Z Done (4.200s)
1902024-11-13T04:23:44.197Z Done (0.018s)
1912024-11-13T04:23:44.200Z Done (0.000s)
1922024-11-13T04:23:44.387Z Done (0.000s)
1932024-11-13T04:23:45.053ZPlanning: Evaluating mediator changes ... Done
1942024-11-13T04:23:45.213ZPlanning: Checking for conflicting actions ... Done
1952024-11-13T04:23:45.216ZPlanning: Consolidating action changes ... Done
1962024-11-13T04:23:45.483ZPlanning: Evaluating mediators ... Done
1972024-11-13T04:23:45.485ZPlanning: Planning completed in 0.43 seconds
1982024-11-13T04:23:45.523Z Mediators to change: 2
1992024-11-13T04:23:45.523Z Create boot environment: No
2002024-11-13T04:23:45.526ZCreate backup boot environment: No
2012024-11-13T04:23:45.578Z Done
2022024-11-13T04:23:45.578Z Done
2032024-11-13T04:23:45.908Z Done
2042024-11-13T04:23:49.496Z Done
2052024-11-13T04:23:49.586Z Done
2062024-11-13T04:23:49.588Z Done
2072024-11-13T04:23:49.665Z Done
2082024-11-13T04:23:50.290ZPlanning: Evaluating mediator changes ... Done
2092024-11-13T04:23:50.294ZPlanning: Merging actions ... Done
2102024-11-13T04:23:50.480ZPlanning: Checking for conflicting actions ... Done
2112024-11-13T04:23:50.483ZPlanning: Consolidating action changes ... Done
2122024-11-13T04:23:50.746ZPlanning: Evaluating mediators ... Done
2132024-11-13T04:23:50.801ZPlanning: Planning completed in 0.76 seconds
2142024-11-13T04:23:50.842Z Packages to change: 1
2152024-11-13T04:23:50.842Z Mediators to change: 1
2162024-11-13T04:23:50.843Z Services to change: 1
2172024-11-13T04:23:50.843Z Create boot environment: No
2182024-11-13T04:23:50.846ZCreate backup boot environment: Yes
2192024-11-13T04:23:52.795Z Actions: 1/6 actions (Updating modified actions)
2202024-11-13T04:23:52.797Z Actions: Completed 6 actions in 0.00 seconds.
2212024-11-13T04:23:52.797Z Done
2222024-11-13T04:23:52.797Z Done
2232024-11-13T04:23:52.903Z Done
2242024-11-13T04:23:56.514Z Done
2252024-11-13T04:23:56.601Z Done
2262024-11-13T04:23:56.604Z Done
2272024-11-13T04:23:56.717Z Done
2282024-11-13T04:23:57.145ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292024-11-13T04:23:57.145Zclang system 15 system
2302024-11-13T04:23:57.146Zcsh system system illumos
2312024-11-13T04:23:57.146Zctags system system illumos
2322024-11-13T04:23:57.146Zgcc vendor 12 vendor
2332024-11-13T04:23:57.146Zgcc system 10 system
2342024-11-13T04:23:57.146Zgcc system 7 system
2352024-11-13T04:23:57.146Zgo system 1.20 system
2362024-11-13T04:23:57.146Zgo system 1.19 system
2372024-11-13T04:23:57.146Zllvm system 15 system
2382024-11-13T04:23:57.146Zllvm system 14 system
2392024-11-13T04:23:57.146Zmariadb system 10.6 system
2402024-11-13T04:23:57.146Zmta vendor vendor dma
2412024-11-13T04:23:57.146Zopenjdk system 17 system
2422024-11-13T04:23:57.146Zopenjdk system 11 system
2432024-11-13T04:23:57.146Zopenjdk system 1.8 system
2442024-11-13T04:23:57.146Zopenssl vendor 3 vendor
2452024-11-13T04:23:57.146Zperl system 5.36 system
2462024-11-13T04:23:57.146Zpostgresql system 15 system
2472024-11-13T04:23:57.146Zpostgresql system 13 system
2482024-11-13T04:23:57.146Zpython vendor 3 vendor
2492024-11-13T04:23:57.146Zpython system 2 system
2502024-11-13T04:23:57.146Zpython3 system 3.11 system
2512024-11-13T04:23:57.146Zruby system 3.0 system
2522024-11-13T04:23:57.146Zwords vendor vendor american-english
2532024-11-13T04:23:57.146Zwords system system australian-english
2542024-11-13T04:23:57.146Zwords system system british-english
2552024-11-13T04:23:57.146Zwords system system canadian-english
2562024-11-13T04:23:57.146Zwords system system french
2572024-11-13T04:23:57.146Zwords system system italian
2582024-11-13T04:23:57.146Zwords system system ngerman
2592024-11-13T04:23:57.146Zwords system system ogerman
2602024-11-13T04:23:57.146Zwords system system spanish
2612024-11-13T04:23:57.475ZPUBLISHER TYPE STATUS P LOCATION
2622024-11-13T04:23:57.475Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632024-11-13T04:23:59.988ZFMRI IFO
2642024-11-13T04:23:59.988Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652024-11-13T04:23:59.988Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662024-11-13T04:23:59.988Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672024-11-13T04:23:59.988Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682024-11-13T04:23:59.988Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692024-11-13T04:23:59.988Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702024-11-13T04:23:59.988Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2712024-11-13T04:23:59.988Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722024-11-13T04:23:59.988Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732024-11-13T04:23:59.988Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2742024-11-13T04:23:59.988Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2752024-11-13T04:23:59.988Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762024-11-13T04:23:59.988Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2772024-11-13T04:23:59.988Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2782024-11-13T04:23:59.988Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792024-11-13T04:24:00.707Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802024-11-13T04:24:00.995Z Updating crates.io index
2812024-11-13T04:24:01.090Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822024-11-13T04:24:01.899Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832024-11-13T04:24:02.282Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842024-11-13T04:24:02.563Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852024-11-13T04:24:02.833Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862024-11-13T04:24:03.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872024-11-13T04:24:06.188Z Updating git repository `https://github.com/oxidecomputer/opte`
2882024-11-13T04:24:07.218Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892024-11-13T04:24:07.930Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902024-11-13T04:24:08.320Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912024-11-13T04:24:08.567Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922024-11-13T04:24:09.235Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932024-11-13T04:24:09.674Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2942024-11-13T04:24:10.008Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952024-11-13T04:24:10.387Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962024-11-13T04:24:10.632Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972024-11-13T04:24:10.878Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982024-11-13T04:24:11.202Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992024-11-13T04:24:11.528Z Updating git repository `https://github.com/oxidecomputer/ispf`
3002024-11-13T04:24:11.803Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3012024-11-13T04:24:12.186Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3022024-11-13T04:24:12.614Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3032024-11-13T04:24:12.934Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042024-11-13T04:24:13.559Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052024-11-13T04:24:13.920Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062024-11-13T04:24:14.220Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072024-11-13T04:24:14.489Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082024-11-13T04:24:15.905Z Downloading crates ...
3092024-11-13T04:24:15.994Z Downloaded scroll_derive v0.12.0
3102024-11-13T04:24:15.997Z Downloaded proc-macro-error v1.0.4
3112024-11-13T04:24:16.002Z Downloaded digest v0.10.7
3122024-11-13T04:24:16.010Z Downloaded clap_builder v4.5.20
3132024-11-13T04:24:16.017Z Downloaded memchr v2.7.4
3142024-11-13T04:24:16.022Z Downloaded serde_derive v1.0.215
3152024-11-13T04:24:16.025Z Downloaded pest_meta v2.7.14
3162024-11-13T04:24:16.055Z Downloaded fastrand v2.1.1
3172024-11-13T04:24:16.064Z Downloaded equivalent v1.0.1
3182024-11-13T04:24:16.069Z Downloaded papergrid v0.11.0
3192024-11-13T04:24:16.152Z Downloaded bitflags v2.6.0
3202024-11-13T04:24:16.164Z Downloaded clap v4.5.20
3212024-11-13T04:24:16.173Z Downloaded generic-array v0.14.7
3222024-11-13T04:24:16.207Z Downloaded usdt-impl v0.5.0
3232024-11-13T04:24:16.225Z Downloaded crypto-common v0.1.6
3242024-11-13T04:24:16.243Z Downloaded toml_datetime v0.6.8
3252024-11-13T04:24:16.246Z Downloaded sha2 v0.10.8
3262024-11-13T04:24:16.254Z Downloaded cargo-platform v0.1.8
3272024-11-13T04:24:16.257Z Downloaded proc-macro-error-attr v1.0.4
3282024-11-13T04:24:16.264Z Downloaded swrite v0.1.0
3292024-11-13T04:24:16.267Z Downloaded thiserror-impl v1.0.69
3302024-11-13T04:24:16.267Z Downloaded anstyle-query v1.1.1
3312024-11-13T04:24:16.275Z Downloaded anstream v0.6.15
3322024-11-13T04:24:16.286Z Downloaded cpufeatures v0.2.14
3332024-11-13T04:24:16.288Z Downloaded once_cell v1.20.2
3342024-11-13T04:24:16.295Z Downloaded scroll v0.12.0
3352024-11-13T04:24:16.299Z Downloaded cargo_toml v0.20.5
3362024-11-13T04:24:16.301Z Downloaded plain v0.2.3
3372024-11-13T04:24:16.304Z Downloaded cargo_metadata v0.18.1
3382024-11-13T04:24:16.309Z Downloaded proc-macro2 v1.0.89
3392024-11-13T04:24:16.313Z Downloaded serde_json v1.0.132
3402024-11-13T04:24:16.320Z Downloaded usdt-attr-macro v0.5.0
3412024-11-13T04:24:16.323Z Downloaded heck v0.5.0
3422024-11-13T04:24:16.323Z Downloaded errno v0.3.9
3432024-11-13T04:24:16.323Z Downloaded bytecount v0.6.8
3442024-11-13T04:24:16.325Z Downloaded camino-tempfile v1.1.1
3452024-11-13T04:24:16.328Z Downloaded anstyle v1.0.10
3462024-11-13T04:24:16.335Z Downloaded version_check v0.9.5
3472024-11-13T04:24:16.337Z Downloaded syn v1.0.109
3482024-11-13T04:24:16.350Z Downloaded tempfile v3.13.0
3492024-11-13T04:24:16.354Z Downloaded heck v0.4.1
3502024-11-13T04:24:16.354Z Downloaded anyhow v1.0.93
3512024-11-13T04:24:16.358Z Downloaded terminal_size v0.4.0
3522024-11-13T04:24:16.358Z Downloaded fs-err v2.11.0
3532024-11-13T04:24:16.361Z Downloaded unicode-width v0.1.14
3542024-11-13T04:24:16.363Z Downloaded usdt v0.5.0
3552024-11-13T04:24:16.366Z Downloaded anstyle-parse v0.2.5
3562024-11-13T04:24:16.366Z Downloaded unicode-ident v1.0.13
3572024-11-13T04:24:16.368Z Downloaded block-buffer v0.10.4
3582024-11-13T04:24:16.371Z Downloaded clap_derive v4.5.18
3592024-11-13T04:24:16.374Z Downloaded dof v0.3.0
3602024-11-13T04:24:16.374Z Downloaded utf8parse v0.2.2
3612024-11-13T04:24:16.374Z Downloaded thiserror v1.0.69
3622024-11-13T04:24:16.378Z Downloaded tabled_derive v0.7.0
3632024-11-13T04:24:16.380Z Downloaded semver v1.0.23
3642024-11-13T04:24:16.383Z Downloaded serde v1.0.215
3652024-11-13T04:24:16.386Z Downloaded thread-id v4.2.2
3662024-11-13T04:24:16.387Z Downloaded autocfg v1.4.0
3672024-11-13T04:24:16.389Z Downloaded pest v2.7.14
3682024-11-13T04:24:16.392Z Downloaded pest_derive v2.7.14
3692024-11-13T04:24:16.394Z Downloaded dtrace-parser v0.2.0
3702024-11-13T04:24:16.397Z Downloaded clap_lex v0.7.2
3712024-11-13T04:24:16.397Z Downloaded serde_spanned v0.6.8
3722024-11-13T04:24:16.399Z Downloaded memmap v0.7.0
3732024-11-13T04:24:16.399Z Downloaded pretty-hex v0.4.1
3742024-11-13T04:24:16.402Z Downloaded is_terminal_polyfill v1.70.1
3752024-11-13T04:24:16.402Z Downloaded itoa v1.0.11
3762024-11-13T04:24:16.404Z Downloaded colorchoice v1.0.2
3772024-11-13T04:24:16.404Z Downloaded fnv v1.0.7
3782024-11-13T04:24:16.415Z Downloaded toml v0.8.19
3792024-11-13T04:24:16.418Z Downloaded serde_tokenstream v0.2.2
3802024-11-13T04:24:16.420Z Downloaded winnow v0.6.20
3812024-11-13T04:24:16.437Z Downloaded camino v1.1.9
3822024-11-13T04:24:16.444Z Downloaded zerocopy v0.7.35
3832024-11-13T04:24:16.460Z Downloaded zerocopy-derive v0.7.35
3842024-11-13T04:24:16.464Z Downloaded macaddr v1.0.1
3852024-11-13T04:24:16.466Z Downloaded cfg-if v1.0.0
3862024-11-13T04:24:16.479Z Downloaded ucd-trie v0.1.7
3872024-11-13T04:24:16.482Z Downloaded log v0.4.22
3882024-11-13T04:24:16.485Z Downloaded indexmap v2.6.0
3892024-11-13T04:24:16.488Z Downloaded textwrap v0.16.1
3902024-11-13T04:24:16.500Z Downloaded byteorder v1.5.0
3912024-11-13T04:24:16.515Z Downloaded usdt-macro v0.5.0
3922024-11-13T04:24:16.523Z Downloaded toml_edit v0.22.22
3932024-11-13T04:24:16.543Z Downloaded unicode-linebreak v0.1.5
3942024-11-13T04:24:16.547Z Downloaded tabled v0.15.0
3952024-11-13T04:24:16.558Z Downloaded smawk v0.3.2
3962024-11-13T04:24:16.562Z Downloaded pest_generator v2.7.14
3972024-11-13T04:24:16.575Z Downloaded rustix v0.38.37
3982024-11-13T04:24:16.597Z Downloaded syn v2.0.87
3992024-11-13T04:24:16.608Z Downloaded strsim v0.11.1
4002024-11-13T04:24:16.611Z Downloaded hashbrown v0.15.0
4012024-11-13T04:24:16.621Z Downloaded goblin v0.8.2
4022024-11-13T04:24:16.680Z Downloaded libc v0.2.162
4032024-11-13T04:24:16.708Z Downloaded quote v1.0.37
4042024-11-13T04:24:16.725Z Downloaded typenum v1.17.0
4052024-11-13T04:24:16.745Z Downloaded ryu v1.0.18
4062024-11-13T04:24:17.039Z Compiling proc-macro2 v1.0.89
4072024-11-13T04:24:17.039Z Compiling unicode-ident v1.0.13
4082024-11-13T04:24:17.041Z Compiling serde v1.0.215
4092024-11-13T04:24:17.041Z Compiling version_check v0.9.5
4102024-11-13T04:24:17.041Z Compiling memchr v2.7.4
4112024-11-13T04:24:17.074Z Compiling thiserror v1.0.69
4122024-11-13T04:24:17.077Z Compiling libc v0.2.162
4132024-11-13T04:24:17.077Z Compiling ucd-trie v0.1.7
4142024-11-13T04:24:17.709Z Compiling ryu v1.0.18
4152024-11-13T04:24:17.733Z Compiling itoa v1.0.11
4162024-11-13T04:24:17.914Z Compiling once_cell v1.20.2
4172024-11-13T04:24:17.941Z Compiling byteorder v1.5.0
4182024-11-13T04:24:18.022Z Compiling serde_json v1.0.132
4192024-11-13T04:24:18.071Z Compiling rustix v0.38.37
4202024-11-13T04:24:18.399Z Compiling bitflags v2.6.0
4212024-11-13T04:24:18.422Z Compiling proc-macro-error-attr v1.0.4
4222024-11-13T04:24:18.711Z Compiling usdt-impl v0.5.0
4232024-11-13T04:24:18.742Z Compiling syn v1.0.109
4242024-11-13T04:24:18.821Z Compiling quote v1.0.37
4252024-11-13T04:24:18.937Z Compiling proc-macro-error v1.0.4
4262024-11-13T04:24:18.964Z Compiling equivalent v1.0.1
4272024-11-13T04:24:19.028Z Compiling errno v0.3.9
4282024-11-13T04:24:19.174Z Compiling syn v2.0.87
4292024-11-13T04:24:19.263Z Compiling plain v0.2.3
4302024-11-13T04:24:19.317Z Compiling hashbrown v0.15.0
4312024-11-13T04:24:19.413Z Compiling utf8parse v0.2.2
4322024-11-13T04:24:19.433Z Compiling log v0.4.22
4332024-11-13T04:24:19.513Z Compiling camino v1.1.9
4342024-11-13T04:24:19.579Z Compiling anstyle-parse v0.2.5
4352024-11-13T04:24:19.926Z Compiling thread-id v4.2.2
4362024-11-13T04:24:20.165Z Compiling colorchoice v1.0.2
4372024-11-13T04:24:20.217Z Compiling is_terminal_polyfill v1.70.1
4382024-11-13T04:24:20.336Z Compiling unicode-width v0.1.14
4392024-11-13T04:24:20.363Z Compiling autocfg v1.4.0
4402024-11-13T04:24:20.385Z Compiling semver v1.0.23
4412024-11-13T04:24:20.524Z Compiling indexmap v2.6.0
4422024-11-13T04:24:20.557Z Compiling pretty-hex v0.4.1
4432024-11-13T04:24:20.770Z Compiling winnow v0.6.20
4442024-11-13T04:24:20.836Z Compiling anstyle v1.0.10
4452024-11-13T04:24:20.924Z Compiling anstyle-query v1.1.1
4462024-11-13T04:24:21.302Z Compiling anstream v0.6.15
4472024-11-13T04:24:21.449Z Compiling terminal_size v0.4.0
4482024-11-13T04:24:21.483Z Compiling fs-err v2.11.0
4492024-11-13T04:24:21.729Z Compiling fastrand v2.1.1
4502024-11-13T04:24:21.802Z Compiling heck v0.4.1
4512024-11-13T04:24:21.912Z Compiling heck v0.5.0
4522024-11-13T04:24:22.148Z Compiling clap_lex v0.7.2
4532024-11-13T04:24:22.247Z Compiling bytecount v0.6.8
4542024-11-13T04:24:22.316Z Compiling fnv v1.0.7
4552024-11-13T04:24:22.452Z Compiling strsim v0.11.1
4562024-11-13T04:24:22.452Z Compiling anyhow v1.0.93
4572024-11-13T04:24:22.503Z Compiling cfg-if v1.0.0
4582024-11-13T04:24:22.607Z Compiling papergrid v0.11.0
4592024-11-13T04:24:22.770Z Compiling tempfile v3.13.0
4602024-11-13T04:24:23.405Z Compiling clap_builder v4.5.20
4612024-11-13T04:24:23.483Z Compiling memmap v0.7.0
4622024-11-13T04:24:23.580Z Compiling smawk v0.3.2
4632024-11-13T04:24:23.636Z Compiling unicode-linebreak v0.1.5
4642024-11-13T04:24:24.127Z Compiling textwrap v0.16.1
4652024-11-13T04:24:24.436Z Compiling swrite v0.1.0
4662024-11-13T04:24:25.474Z Compiling tabled_derive v0.7.0
4672024-11-13T04:24:27.022Z Compiling tabled v0.15.0
4682024-11-13T04:24:28.088Z Compiling serde_derive v1.0.215
4692024-11-13T04:24:28.090Z Compiling thiserror-impl v1.0.69
4702024-11-13T04:24:28.090Z Compiling zerocopy-derive v0.7.35
4712024-11-13T04:24:28.159Z Compiling scroll_derive v0.12.0
4722024-11-13T04:24:28.162Z Compiling clap_derive v4.5.18
4732024-11-13T04:24:29.662Z Compiling scroll v0.12.0
4742024-11-13T04:24:30.222Z Compiling goblin v0.8.2
4752024-11-13T04:24:30.285Z Compiling zerocopy v0.7.35
4762024-11-13T04:24:31.295Z Compiling pest v2.7.14
4772024-11-13T04:24:31.828Z Compiling clap v4.5.20
4782024-11-13T04:24:33.436Z Compiling pest_meta v2.7.14
4792024-11-13T04:24:34.251Z Compiling pest_generator v2.7.14
4802024-11-13T04:24:36.087Z Compiling pest_derive v2.7.14
4812024-11-13T04:24:36.830Z Compiling dtrace-parser v0.2.0
4822024-11-13T04:24:38.329Z Compiling toml_datetime v0.6.8
4832024-11-13T04:24:38.330Z Compiling serde_spanned v0.6.8
4842024-11-13T04:24:38.332Z Compiling cargo-platform v0.1.8
4852024-11-13T04:24:38.606Z Compiling macaddr v1.0.1
4862024-11-13T04:24:38.940Z Compiling serde_tokenstream v0.2.2
4872024-11-13T04:24:38.963Z Compiling toml_edit v0.22.22
4882024-11-13T04:24:39.054Z Compiling camino-tempfile v1.1.1
4892024-11-13T04:24:39.860Z Compiling dof v0.3.0
4902024-11-13T04:24:39.860Z Compiling cargo_metadata v0.18.1
4912024-11-13T04:24:41.717Z Compiling toml v0.8.19
4922024-11-13T04:24:41.942Z Compiling usdt-attr-macro v0.5.0
4932024-11-13T04:24:41.945Z Compiling usdt-macro v0.5.0
4942024-11-13T04:24:42.529Z Compiling cargo_toml v0.20.5
4952024-11-13T04:24:43.376Z Compiling usdt v0.5.0
4962024-11-13T04:24:46.084Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4972024-11-13T04:24:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.76s
4982024-11-13T04:24:50.536Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4992024-11-13T04:24:51.049Z Downloading crates ...
5002024-11-13T04:24:51.190Z Downloaded bitflags v1.3.2
5012024-11-13T04:24:51.223Z Downloaded bit-vec v0.6.3
5022024-11-13T04:24:51.232Z Downloaded constant_time_eq v0.3.1
5032024-11-13T04:24:51.235Z Downloaded hostname v0.3.1
5042024-11-13T04:24:51.242Z Downloaded cfg_aliases v0.1.1
5052024-11-13T04:24:51.254Z Downloaded chrono-tz v0.10.0
5062024-11-13T04:24:51.263Z Downloaded hkdf v0.12.4
5072024-11-13T04:24:51.265Z Downloaded hyper-util v0.1.10
5082024-11-13T04:24:51.271Z Downloaded http-body v1.0.1
5092024-11-13T04:24:51.273Z Downloaded darling v0.20.10
5102024-11-13T04:24:51.275Z Downloaded bumpalo v3.16.0
5112024-11-13T04:24:51.278Z Downloaded mime_guess v2.0.5
5122024-11-13T04:24:51.286Z Downloaded mime v0.3.17
5132024-11-13T04:24:51.292Z Downloaded heck v0.3.3
5142024-11-13T04:24:51.322Z Downloaded array-init v0.0.4
5152024-11-13T04:24:51.327Z Downloaded russh-keys v0.45.0
5162024-11-13T04:24:51.330Z Downloaded bytes v1.8.0
5172024-11-13T04:24:51.346Z Downloaded blake3 v1.5.4
5182024-11-13T04:24:51.353Z Downloaded httpdate v1.0.3
5192024-11-13T04:24:51.357Z Downloaded allocator-api2 v0.2.18
5202024-11-13T04:24:51.370Z Downloaded instant v0.1.13
5212024-11-13T04:24:51.372Z Downloaded crypto-bigint v0.5.5
5222024-11-13T04:24:51.379Z Downloaded cancel-safe-futures v0.1.5
5232024-11-13T04:24:51.382Z Downloaded bb8 v0.8.5
5242024-11-13T04:24:51.400Z Downloaded chacha20poly1305 v0.10.1
5252024-11-13T04:24:51.405Z Downloaded backoff v0.4.0
5262024-11-13T04:24:51.408Z Downloaded http-range v0.1.5
5272024-11-13T04:24:51.415Z Downloaded idna v0.2.3
5282024-11-13T04:24:51.421Z Downloaded ciborium-io v0.2.2
5292024-11-13T04:24:51.424Z Downloaded arrayvec v0.7.6
5302024-11-13T04:24:51.426Z Downloaded cookie v0.18.1
5312024-11-13T04:24:51.429Z Downloaded rustls-webpki v0.101.7
5322024-11-13T04:24:51.445Z Downloaded match_cfg v0.1.0
5332024-11-13T04:24:51.447Z Downloaded hickory-resolver v0.24.1
5342024-11-13T04:24:51.450Z Downloaded hyper-rustls v0.27.3
5352024-11-13T04:24:51.453Z Downloaded ipnet v2.10.1
5362024-11-13T04:24:51.456Z Downloaded crc v3.2.1
5372024-11-13T04:24:51.458Z Downloaded cc v1.1.30
5382024-11-13T04:24:51.462Z Downloaded base64 v0.21.7
5392024-11-13T04:24:51.466Z Downloaded const_format v0.2.33
5402024-11-13T04:24:51.471Z Downloaded base64 v0.22.1
5412024-11-13T04:24:51.476Z Downloaded aes-gcm v0.10.3
5422024-11-13T04:24:51.480Z Downloaded indoc v1.0.9
5432024-11-13T04:24:51.482Z Downloaded bitfield v0.14.0
5442024-11-13T04:24:51.485Z Downloaded cstr-argument v0.1.2
5452024-11-13T04:24:51.488Z Downloaded chacha20 v0.9.1
5462024-11-13T04:24:51.490Z Downloaded cfg_aliases v0.2.1
5472024-11-13T04:24:51.494Z Downloaded crunchy v0.2.2
5482024-11-13T04:24:51.496Z Downloaded atty v0.2.14
5492024-11-13T04:24:51.505Z Downloaded crossbeam-utils v0.8.20
5502024-11-13T04:24:51.509Z Downloaded atomic-waker v1.1.2
5512024-11-13T04:24:51.513Z Downloaded crossbeam-epoch v0.9.18
5522024-11-13T04:24:51.520Z Downloaded linked-hash-map v0.5.6
5532024-11-13T04:24:51.523Z Downloaded convert_case v0.4.0
5542024-11-13T04:24:51.525Z Downloaded cipher v0.4.4
5552024-11-13T04:24:51.525Z Downloaded bitfield-struct v0.6.2
5562024-11-13T04:24:51.528Z Downloaded atomicwrites v0.4.4
5572024-11-13T04:24:51.528Z Downloaded async-trait v0.1.83
5582024-11-13T04:24:51.532Z Downloaded cexpr v0.6.0
5592024-11-13T04:24:51.534Z Downloaded bzip2 v0.4.4
5602024-11-13T04:24:51.538Z Downloaded async-recursion v1.1.1
5612024-11-13T04:24:51.541Z Downloaded rand_xorshift v0.3.0
5622024-11-13T04:24:51.543Z Downloaded ciborium-ll v0.2.2
5632024-11-13T04:24:51.546Z Downloaded buf-list v1.0.3
5642024-11-13T04:24:51.551Z Downloaded const_format_proc_macros v0.2.33
5652024-11-13T04:24:51.551Z Downloaded aead v0.5.2
5662024-11-13T04:24:51.551Z Downloaded console v0.15.8
5672024-11-13T04:24:51.558Z Downloaded maybe-uninit v2.0.0
5682024-11-13T04:24:51.558Z Downloaded arrayref v0.3.9
5692024-11-13T04:24:51.563Z Downloaded blake2 v0.10.6
5702024-11-13T04:24:51.563Z Downloaded mio v1.0.2
5712024-11-13T04:24:51.568Z Downloaded crc-catalog v2.4.0
5722024-11-13T04:24:51.570Z Downloaded base64ct v1.6.0
5732024-11-13T04:24:51.573Z Downloaded ascii-canvas v3.0.0
5742024-11-13T04:24:51.575Z Downloaded adler2 v2.0.0
5752024-11-13T04:24:51.575Z Downloaded cobs v0.2.3
5762024-11-13T04:24:51.579Z Downloaded cookie_store v0.21.0
5772024-11-13T04:24:51.586Z Downloaded ident_case v1.0.1
5782024-11-13T04:24:51.589Z Downloaded colored v2.1.0
5792024-11-13T04:24:51.591Z Downloaded chrono-tz-build v0.4.0
5802024-11-13T04:24:51.594Z Downloaded blowfish v0.9.1
5812024-11-13T04:24:51.594Z Downloaded bindgen v0.69.5
5822024-11-13T04:24:51.602Z Downloaded typify-macro v0.2.0
5832024-11-13T04:24:51.604Z Downloaded crossbeam-deque v0.8.5
5842024-11-13T04:24:51.607Z Downloaded castaway v0.2.3
5852024-11-13T04:24:51.607Z Downloaded itertools v0.13.0
5862024-11-13T04:24:51.624Z Downloaded home v0.5.9
5872024-11-13T04:24:51.626Z Downloaded hex-literal v0.4.1
5882024-11-13T04:24:51.629Z Downloaded curve25519-dalek-derive v0.1.1
5892024-11-13T04:24:51.629Z Downloaded wyz v0.5.1
5902024-11-13T04:24:51.631Z Downloaded cassowary v0.3.0
5912024-11-13T04:24:51.635Z Downloaded bcrypt-pbkdf v0.10.0
5922024-11-13T04:24:51.635Z Downloaded async-stream v0.3.6
5932024-11-13T04:24:51.637Z Downloaded bit-set v0.5.3
5942024-11-13T04:24:51.640Z Downloaded humantime v2.1.0
5952024-11-13T04:24:51.642Z Downloaded crucible-workspace-hack v0.1.0
5962024-11-13T04:24:51.642Z Downloaded crc-any v2.5.0
5972024-11-13T04:24:51.646Z Downloaded memoffset v0.9.1
5982024-11-13T04:24:51.650Z Downloaded psl-types v2.0.11
5992024-11-13T04:24:51.652Z Downloaded ctr v0.9.2
6002024-11-13T04:24:51.655Z Downloaded csv-core v0.1.11
6012024-11-13T04:24:51.657Z Downloaded const-oid v0.9.6
6022024-11-13T04:24:51.660Z Downloaded kstat-rs v0.2.4
6032024-11-13T04:24:51.662Z Downloaded async-stream-impl v0.3.6
6042024-11-13T04:24:51.664Z Downloaded keccak v0.1.5
6052024-11-13T04:24:51.667Z Downloaded lock_api v0.4.12
6062024-11-13T04:24:51.672Z Downloaded bcs v0.1.6
6072024-11-13T04:24:51.672Z Downloaded icu_locid_transform v1.5.0
6082024-11-13T04:24:51.674Z Downloaded impl-trait-for-tuples v0.2.2
6092024-11-13T04:24:51.677Z Downloaded hex v0.4.3
6102024-11-13T04:24:51.677Z Downloaded ciborium v0.2.2
6112024-11-13T04:24:51.679Z Downloaded indicatif v0.17.8
6122024-11-13T04:24:51.683Z Downloaded icu_locid v1.5.0
6132024-11-13T04:24:51.688Z Downloaded rustls v0.22.4
6142024-11-13T04:24:51.702Z Downloaded env_logger v0.10.2
6152024-11-13T04:24:51.705Z Downloaded lalrpop v0.19.12
6162024-11-13T04:24:51.717Z Downloaded parse-size v1.1.0
6172024-11-13T04:24:51.727Z Downloaded time-macros v0.2.18
6182024-11-13T04:24:51.727Z Downloaded sec1 v0.7.3
6192024-11-13T04:24:51.727Z Downloaded fs_extra v1.3.0
6202024-11-13T04:24:51.730Z Downloaded aes v0.8.4
6212024-11-13T04:24:51.730Z Downloaded iana-time-zone v0.1.61
6222024-11-13T04:24:51.732Z Downloaded progenitor v0.8.0
6232024-11-13T04:24:51.735Z Downloaded icu_provider v1.5.0
6242024-11-13T04:24:51.737Z Downloaded backtrace v0.3.74
6252024-11-13T04:24:51.742Z Downloaded libxml v0.3.3
6262024-11-13T04:24:51.748Z Downloaded slog-stdlog v4.1.1
6272024-11-13T04:24:51.751Z Downloaded minimal-lexical v0.2.1
6282024-11-13T04:24:51.755Z Downloaded quinn v0.11.5
6292024-11-13T04:24:51.759Z Downloaded cmake v0.1.51
6302024-11-13T04:24:51.762Z Downloaded take_mut v0.2.2
6312024-11-13T04:24:51.764Z Downloaded lalrpop-util v0.19.12
6322024-11-13T04:24:51.764Z Downloaded is_ci v1.2.0
6332024-11-13T04:24:51.764Z Downloaded indexmap v1.9.3
6342024-11-13T04:24:51.767Z Downloaded cbc v0.1.2
6352024-11-13T04:24:51.769Z Downloaded md-5 v0.10.6
6362024-11-13T04:24:51.772Z Downloaded strum v0.26.3
6372024-11-13T04:24:51.772Z Downloaded crossbeam-channel v0.5.13
6382024-11-13T04:24:51.776Z Downloaded crossterm v0.28.1
6392024-11-13T04:24:51.783Z Downloaded rustc-demangle v0.1.24
6402024-11-13T04:24:51.785Z Downloaded aho-corasick v1.1.3
6412024-11-13T04:24:51.791Z Downloaded sqlparser_derive v0.2.2
6422024-11-13T04:24:51.793Z Downloaded chrono v0.4.38
6432024-11-13T04:24:51.799Z Downloaded slog-scope v4.4.0
6442024-11-13T04:24:51.803Z Downloaded bstr v1.10.0
6452024-11-13T04:24:51.812Z Downloaded schemars v0.8.21
6462024-11-13T04:24:51.824Z Downloaded spin v0.5.2
6472024-11-13T04:24:51.827Z Downloaded scheduled-thread-pool v0.2.7
6482024-11-13T04:24:51.829Z Downloaded strum_macros v0.24.3
6492024-11-13T04:24:51.831Z Downloaded indent_write v2.2.0
6502024-11-13T04:24:51.831Z Downloaded http-body-util v0.1.2
6512024-11-13T04:24:51.833Z Downloaded hubpack_derive v0.1.1
6522024-11-13T04:24:51.836Z Downloaded compact_str v0.8.0
6532024-11-13T04:24:51.838Z Downloaded async-bb8-diesel v0.2.1
6542024-11-13T04:24:51.841Z Downloaded managed v0.8.0
6552024-11-13T04:24:51.843Z Downloaded lockfree-object-pool v0.1.6
6562024-11-13T04:24:51.846Z Downloaded libz-sys v1.1.20
6572024-11-13T04:24:51.867Z Downloaded openssl-macros v0.1.1
6582024-11-13T04:24:51.869Z Downloaded reedline v0.35.0
6592024-11-13T04:24:51.877Z Downloaded ena v0.14.3
6602024-11-13T04:24:51.881Z Downloaded tokio-macros v2.4.0
6612024-11-13T04:24:51.883Z Downloaded ssh-encoding v0.2.0
6622024-11-13T04:24:51.883Z Downloaded hash32 v0.2.1
6632024-11-13T04:24:51.886Z Downloaded miniz_oxide v0.8.0
6642024-11-13T04:24:51.888Z Downloaded fallible-iterator v0.3.0
6652024-11-13T04:24:51.891Z Downloaded jobserver v0.1.32
6662024-11-13T04:24:51.894Z Downloaded matches v0.1.10
6672024-11-13T04:24:51.894Z Downloaded icu_normalizer_data v1.5.0
6682024-11-13T04:24:51.896Z Downloaded hostname v0.4.0
6692024-11-13T04:24:51.896Z Downloaded litemap v0.7.3
6702024-11-13T04:24:51.899Z Downloaded fallible-iterator v0.2.0
6712024-11-13T04:24:51.901Z Downloaded thread_local v1.1.8
6722024-11-13T04:24:51.901Z Downloaded highway v1.2.0
6732024-11-13T04:24:51.903Z Downloaded maplit v1.0.2
6742024-11-13T04:24:51.905Z Downloaded libloading v0.8.5
6752024-11-13T04:24:51.908Z Downloaded hyper-staticfile v0.10.1
6762024-11-13T04:24:51.911Z Downloaded idna v1.0.3
6772024-11-13T04:24:51.914Z Downloaded secrecy v0.8.0
6782024-11-13T04:24:51.917Z Downloaded hickory-client v0.24.1
6792024-11-13T04:24:51.920Z Downloaded shell-words v1.1.0
6802024-11-13T04:24:51.922Z Downloaded hmac v0.12.1
6812024-11-13T04:24:51.924Z Downloaded httparse v1.9.5
6822024-11-13T04:24:51.926Z Downloaded zerofrom v0.1.4
6832024-11-13T04:24:51.929Z Downloaded itertools v0.12.1
6842024-11-13T04:24:51.935Z Downloaded parking_lot_core v0.9.10
6852024-11-13T04:24:51.937Z Downloaded hubpack v0.1.2
6862024-11-13T04:24:51.940Z Downloaded http v1.1.0
6872024-11-13T04:24:51.943Z Downloaded zone_cfg_derive v0.1.2
6882024-11-13T04:24:51.945Z Downloaded dsl_auto_type v0.1.2
6892024-11-13T04:24:51.948Z Downloaded writeable v0.5.5
6902024-11-13T04:24:51.950Z Downloaded icu_properties_data v1.5.0
6912024-11-13T04:24:51.959Z Downloaded flume v0.11.1
6922024-11-13T04:24:51.964Z Downloaded funty v2.0.0
6932024-11-13T04:24:51.966Z Downloaded dyn-clone v1.0.17
6942024-11-13T04:24:51.968Z Downloaded dunce v1.0.5
6952024-11-13T04:24:51.968Z Downloaded heapless v0.8.0
6962024-11-13T04:24:51.972Z Downloaded multer v3.1.0
6972024-11-13T04:24:51.975Z Downloaded yoke-derive v0.7.4
6982024-11-13T04:24:51.978Z Downloaded termtree v0.4.1
6992024-11-13T04:24:51.978Z Downloaded radix_trie v0.2.1
7002024-11-13T04:24:51.987Z Downloaded tabwriter v1.4.0
7012024-11-13T04:24:51.991Z Downloaded der_derive v0.7.3
7022024-11-13T04:24:51.991Z Downloaded tungstenite v0.21.0
7032024-11-13T04:24:51.994Z Downloaded zerofrom-derive v0.1.4
7042024-11-13T04:24:51.994Z Downloaded untrusted v0.7.1
7052024-11-13T04:24:51.997Z Downloaded icu_collections v1.5.0
7062024-11-13T04:24:52.003Z Downloaded value-bag v1.9.0
7072024-11-13T04:24:52.006Z Downloaded curve25519-dalek v4.1.3
7082024-11-13T04:24:52.016Z Downloaded rand_core v0.6.4
7092024-11-13T04:24:52.018Z Downloaded radium v0.7.0
7102024-11-13T04:24:52.021Z Downloaded structmeta v0.2.0
7112024-11-13T04:24:52.021Z Downloaded newtype-uuid v1.1.3
7122024-11-13T04:24:52.023Z Downloaded derive-where v1.2.7
7132024-11-13T04:24:52.026Z Downloaded libgit2-sys v0.17.0+1.8.1
7142024-11-13T04:24:52.087Z Downloaded float-ord v0.3.2
7152024-11-13T04:24:52.090Z Downloaded deranged v0.3.11
7162024-11-13T04:24:52.092Z Downloaded time v0.3.36
7172024-11-13T04:24:52.099Z Downloaded darling_macro v0.20.10
7182024-11-13T04:24:52.102Z Downloaded prettyplease v0.2.25
7192024-11-13T04:24:52.104Z Downloaded pretty-hex v0.2.1
7202024-11-13T04:24:52.108Z Downloaded num_enum_derive v0.5.11
7212024-11-13T04:24:52.108Z Downloaded num_threads v0.1.7
7222024-11-13T04:24:52.110Z Downloaded parse-display v0.10.0
7232024-11-13T04:24:52.110Z Downloaded ref-cast-impl v1.0.23
7242024-11-13T04:24:52.110Z Downloaded siphasher v0.3.11
7252024-11-13T04:24:52.113Z Downloaded regex-syntax v0.6.29
7262024-11-13T04:24:52.121Z Downloaded zone v0.1.8
7272024-11-13T04:24:52.124Z Downloaded tower-service v0.3.3
7282024-11-13T04:24:52.124Z Downloaded idna v0.4.0
7292024-11-13T04:24:52.133Z Downloaded rustc-hash v1.1.0
7302024-11-13T04:24:52.136Z Downloaded pin-project v1.1.6
7312024-11-13T04:24:52.147Z Downloaded pkcs1 v0.7.5
7322024-11-13T04:24:52.149Z Downloaded typify v0.2.0
7332024-11-13T04:24:52.153Z Downloaded openssl v0.10.68
7342024-11-13T04:24:52.164Z Downloaded olpc-cjson v0.1.4
7352024-11-13T04:24:52.167Z Downloaded password-hash v0.4.2
7362024-11-13T04:24:52.169Z Downloaded sigpipe v0.1.3
7372024-11-13T04:24:52.169Z Downloaded foreign-types v0.3.2
7382024-11-13T04:24:52.172Z Downloaded schemars_derive v0.8.21
7392024-11-13T04:24:52.172Z Downloaded tungstenite v0.24.0
7402024-11-13T04:24:52.176Z Downloaded progenitor-macro v0.8.0
7412024-11-13T04:24:52.181Z Downloaded headers-core v0.3.0
7422024-11-13T04:24:52.181Z Downloaded number_prefix v0.4.0
7432024-11-13T04:24:52.181Z Downloaded vergen v8.3.2
7442024-11-13T04:24:52.184Z Downloaded hyper v1.4.1
7452024-11-13T04:24:52.190Z Downloaded subtle v2.6.1
7462024-11-13T04:24:52.192Z Downloaded salty v0.3.0
7472024-11-13T04:24:52.199Z Downloaded steno v0.4.1
7482024-11-13T04:24:52.204Z Downloaded spki v0.7.3
7492024-11-13T04:24:52.207Z Downloaded zone v0.3.0
7502024-11-13T04:24:52.209Z Downloaded hickory-proto v0.24.1
7512024-11-13T04:24:52.225Z Downloaded strum_macros v0.25.3
7522024-11-13T04:24:52.227Z Downloaded tokio-stream v0.1.16
7532024-11-13T04:24:52.232Z Downloaded unicode-xid v0.2.6
7542024-11-13T04:24:52.234Z Downloaded smf v0.2.3
7552024-11-13T04:24:52.237Z Downloaded tokio-rustls v0.26.0
7562024-11-13T04:24:52.239Z Downloaded strum_macros v0.26.4
7572024-11-13T04:24:52.242Z Downloaded num-bigint v0.4.6
7582024-11-13T04:24:52.245Z Downloaded percent-encoding v2.3.1
7592024-11-13T04:24:52.247Z Downloaded waitgroup v0.1.2
7602024-11-13T04:24:52.247Z Downloaded nanorand v0.7.0
7612024-11-13T04:24:52.250Z Downloaded darling_core v0.20.10
7622024-11-13T04:24:52.255Z Downloaded nibble_vec v0.1.0
7632024-11-13T04:24:52.258Z Downloaded toml_edit v0.19.15
7642024-11-13T04:24:52.274Z Downloaded tungstenite v0.23.0
7652024-11-13T04:24:52.278Z Downloaded opaque-debug v0.3.1
7662024-11-13T04:24:52.281Z Downloaded rand v0.8.5
7672024-11-13T04:24:52.283Z Downloaded defmt v0.3.8
7682024-11-13T04:24:52.287Z Downloaded num-complex v0.4.6
7692024-11-13T04:24:52.290Z Downloaded scrypt v0.11.0
7702024-11-13T04:24:52.292Z Downloaded data-encoding v2.6.0
7712024-11-13T04:24:52.292Z Downloaded time-core v0.1.2
7722024-11-13T04:24:52.295Z Downloaded rustls v0.21.12
7732024-11-13T04:24:52.305Z Downloaded r2d2 v0.8.10
7742024-11-13T04:24:52.308Z Downloaded primeorder v0.13.6
7752024-11-13T04:24:52.311Z Downloaded difflib v0.4.0
7762024-11-13T04:24:52.312Z Downloaded unicode-truncate v1.1.0
7772024-11-13T04:24:52.314Z Downloaded tokio-tungstenite v0.21.0
7782024-11-13T04:24:52.314Z Downloaded signal-hook-tokio v0.3.1
7792024-11-13T04:24:52.317Z Downloaded object v0.36.5
7802024-11-13T04:24:52.330Z Downloaded num_enum v0.5.11
7812024-11-13T04:24:52.336Z Downloaded heapless v0.7.17
7822024-11-13T04:24:52.339Z Downloaded h2 v0.4.6
7832024-11-13T04:24:52.347Z Downloaded sync_wrapper v1.0.1
7842024-11-13T04:24:52.351Z Downloaded hash32 v0.3.1
7852024-11-13T04:24:52.351Z Downloaded parking_lot_core v0.8.6
7862024-11-13T04:24:52.353Z Downloaded fragile v2.0.0
7872024-11-13T04:24:52.356Z Downloaded pin-utils v0.1.0
7882024-11-13T04:24:52.356Z Downloaded pem-rfc7468 v0.7.0
7892024-11-13T04:24:52.359Z Downloaded signature v2.2.0
7902024-11-13T04:24:52.362Z Downloaded universal-hash v0.5.1
7912024-11-13T04:24:52.362Z Downloaded zip v2.1.3
7922024-11-13T04:24:52.368Z Downloaded zeroize v1.8.1
7932024-11-13T04:24:52.372Z Downloaded serde_yaml v0.9.34+deprecated
7942024-11-13T04:24:52.376Z Downloaded p256 v0.13.2
7952024-11-13T04:24:52.378Z Downloaded ed25519-dalek v2.1.1
7962024-11-13T04:24:52.379Z Downloaded russh-cryptovec v0.7.3
7972024-11-13T04:24:52.381Z Downloaded serde_repr v0.1.19
7982024-11-13T04:24:52.381Z Downloaded ron v0.8.1
7992024-11-13T04:24:52.387Z Downloaded tokio v1.40.0
8002024-11-13T04:24:52.428Z Downloaded oso-derive v0.27.3
8012024-11-13T04:24:52.430Z Downloaded winnow v0.5.40
8022024-11-13T04:24:52.438Z Downloaded flagset v0.4.6
8032024-11-13T04:24:52.440Z Downloaded omicron-zone-package v0.11.1
8042024-11-13T04:24:52.444Z Downloaded sqlformat v0.2.6
8052024-11-13T04:24:52.449Z Downloaded foreign-types-macros v0.2.3
8062024-11-13T04:24:52.449Z Downloaded which v4.4.2
8072024-11-13T04:24:52.453Z Downloaded predicates-core v1.0.8
8082024-11-13T04:24:52.453Z Downloaded rustls v0.23.14
8092024-11-13T04:24:52.463Z Downloaded futures-macro v0.3.31
8102024-11-13T04:24:52.466Z Downloaded russh v0.45.0
8112024-11-13T04:24:52.471Z Downloaded spin v0.9.8
8122024-11-13T04:24:52.475Z Downloaded parse-zoneinfo v0.3.1
8132024-11-13T04:24:52.479Z Downloaded pin-project-internal v1.1.6
8142024-11-13T04:24:52.481Z Downloaded structmeta-derive v0.2.0
8152024-11-13T04:24:52.482Z Downloaded derive_builder_macro v0.20.2
8162024-11-13T04:24:52.482Z Downloaded serde_urlencoded v0.7.1
8172024-11-13T04:24:52.484Z Downloaded quick-error v1.2.3
8182024-11-13T04:24:52.484Z Downloaded rand_chacha v0.3.1
8192024-11-13T04:24:52.487Z Downloaded predicates-tree v1.0.11
8202024-11-13T04:24:52.487Z Downloaded unsafe-libyaml v0.2.11
8212024-11-13T04:24:52.491Z Downloaded flate2 v1.0.34
8222024-11-13T04:24:52.498Z Downloaded structmeta-derive v0.3.0
8232024-11-13T04:24:52.502Z Downloaded sha1 v0.10.6
8242024-11-13T04:24:52.502Z Downloaded phf_shared v0.11.2
8252024-11-13T04:24:52.506Z Downloaded display-error-chain v0.2.2
8262024-11-13T04:24:52.506Z Downloaded rusty-fork v0.3.0
8272024-11-13T04:24:52.506Z Downloaded enum-as-inner v0.5.1
8282024-11-13T04:24:52.510Z Downloaded slog-dtrace v0.3.0
8292024-11-13T04:24:52.510Z Downloaded zopfli v0.8.1
8302024-11-13T04:24:52.512Z Downloaded quinn-proto v0.11.8
8312024-11-13T04:24:52.518Z Downloaded rpassword v7.3.1
8322024-11-13T04:24:52.521Z Downloaded tinyvec v1.8.0
8332024-11-13T04:24:52.524Z Downloaded rustfmt-wrapper v0.2.1
8342024-11-13T04:24:52.527Z Downloaded test-strategy v0.3.1
8352024-11-13T04:24:52.531Z Downloaded yoke v0.7.4
8362024-11-13T04:24:52.533Z Downloaded slog-envlogger v2.2.0
8372024-11-13T04:24:52.533Z Downloaded rustc_version v0.1.7
8382024-11-13T04:24:52.536Z Downloaded phf v0.11.2
8392024-11-13T04:24:52.536Z Downloaded quick-xml v0.33.0
8402024-11-13T04:24:52.542Z Downloaded pbkdf2 v0.11.0
8412024-11-13T04:24:52.545Z Downloaded twox-hash v1.6.3
8422024-11-13T04:24:52.548Z Downloaded rustyline v14.0.0
8432024-11-13T04:24:52.553Z Downloaded filetime v0.2.25
8442024-11-13T04:24:52.555Z Downloaded glob v0.3.1
8452024-11-13T04:24:52.558Z Downloaded git2 v0.19.0
8462024-11-13T04:24:52.566Z Downloaded thiserror-impl-no-std v2.0.2
8472024-11-13T04:24:52.568Z Downloaded diesel-dtrace v0.3.0
8482024-11-13T04:24:52.571Z Downloaded derive_builder_core v0.20.2
8492024-11-13T04:24:52.573Z Downloaded rsa v0.9.6
8502024-11-13T04:24:52.577Z Downloaded walkdir v2.5.0
8512024-11-13T04:24:52.580Z Downloaded subprocess v0.2.9
8522024-11-13T04:24:52.582Z Downloaded derive_builder v0.20.2
8532024-11-13T04:24:52.588Z Downloaded hashbrown v0.14.5
8542024-11-13T04:24:52.594Z Downloaded env_filter v0.1.2
8552024-11-13T04:24:52.597Z Downloaded stringprep v0.1.5
8562024-11-13T04:24:52.600Z Downloaded progenitor-impl v0.8.0
8572024-11-13T04:24:52.603Z Downloaded rtoolbox v0.0.2
8582024-11-13T04:24:52.603Z Downloaded whoami v1.5.2
8592024-11-13T04:24:52.605Z Downloaded polar-core v0.27.3
8602024-11-13T04:24:52.613Z Downloaded foreign-types-shared v0.1.1
8612024-11-13T04:24:52.615Z Downloaded phf_codegen v0.11.2
8622024-11-13T04:24:52.615Z Downloaded uuid v1.10.0
8632024-11-13T04:24:52.618Z Downloaded futures-core v0.3.31
8642024-11-13T04:24:52.622Z Downloaded object v0.30.4
8652024-11-13T04:24:52.631Z Downloaded ssh-key v0.6.6
8662024-11-13T04:24:52.640Z Downloaded ff v0.13.0
8672024-11-13T04:24:52.644Z Downloaded rand_seeder v0.3.0
8682024-11-13T04:24:52.644Z Downloaded group v0.13.0
8692024-11-13T04:24:52.646Z Downloaded rustls-pemfile v1.0.4
8702024-11-13T04:24:52.649Z Downloaded num-traits v0.2.19
8712024-11-13T04:24:52.652Z Downloaded ed25519 v2.2.3
8722024-11-13T04:24:52.655Z Downloaded unicode_categories v0.1.1
8732024-11-13T04:24:52.655Z Downloaded p521 v0.13.3
8742024-11-13T04:24:52.659Z Downloaded pkg-config v0.3.31
8752024-11-13T04:24:52.662Z Downloaded tokio-util v0.7.12
8762024-11-13T04:24:52.668Z Downloaded vte_generate_state_changes v0.1.2
8772024-11-13T04:24:52.670Z Downloaded proc-macro-crate v1.3.1
8782024-11-13T04:24:52.670Z Downloaded try-lock v0.2.5
8792024-11-13T04:24:52.673Z Downloaded derive_more v0.99.18
8802024-11-13T04:24:52.677Z Downloaded headers v0.4.0
8812024-11-13T04:24:52.682Z Downloaded socket2 v0.5.7
8822024-11-13T04:24:52.685Z Downloaded samael v0.0.17
8832024-11-13T04:24:52.691Z Downloaded num-derive v0.4.2
8842024-11-13T04:24:52.694Z Downloaded term v0.7.0
8852024-11-13T04:24:52.697Z Downloaded tinyvec_macros v0.1.1
8862024-11-13T04:24:52.700Z Downloaded typify-impl v0.2.0
8872024-11-13T04:24:52.714Z Downloaded serde_plain v1.0.2
8882024-11-13T04:24:52.716Z Downloaded shlex v1.3.0
8892024-11-13T04:24:52.719Z Downloaded slog-async v2.8.0
8902024-11-13T04:24:52.719Z Downloaded regex-automata v0.4.8
8912024-11-13T04:24:52.739Z Downloaded form_urlencoded v1.2.1
8922024-11-13T04:24:52.743Z Downloaded termcolor v1.4.1
8932024-11-13T04:24:52.743Z Downloaded fixedbitset v0.4.2
8942024-11-13T04:24:52.743Z Downloaded fatfs v0.3.6
8952024-11-13T04:24:52.746Z Downloaded either v1.13.0
8962024-11-13T04:24:52.746Z Downloaded string_cache v0.8.7
8972024-11-13T04:24:52.748Z Downloaded globset v0.4.15
8982024-11-13T04:24:52.751Z Downloaded dhcproto v0.12.0
8992024-11-13T04:24:52.758Z Downloaded gimli v0.31.1
9002024-11-13T04:24:52.761Z Downloaded serde_derive_internals v0.29.1
9012024-11-13T04:24:52.764Z Downloaded tls_codec_derive v0.4.1
9022024-11-13T04:24:52.767Z Downloaded precomputed-hash v0.1.1
9032024-11-13T04:24:52.767Z Downloaded nu-ansi-term v0.50.1
9042024-11-13T04:24:52.771Z Downloaded futures-channel v0.3.31
9052024-11-13T04:24:52.771Z Downloaded serde-hex v0.1.0
9062024-11-13T04:24:52.774Z Downloaded predicates v3.1.2
9072024-11-13T04:24:52.777Z Downloaded mirai-annotations v1.12.0
9082024-11-13T04:24:52.777Z Downloaded num-iter v0.1.45
9092024-11-13T04:24:52.777Z Downloaded serde_with_macros v3.11.0
9102024-11-13T04:24:52.780Z Downloaded smoltcp v0.9.1
9112024-11-13T04:24:52.790Z Downloaded parking_lot v0.11.2
9122024-11-13T04:24:52.793Z Downloaded embedded-io v0.6.1
9132024-11-13T04:24:52.795Z Downloaded openapiv3 v2.0.0
9142024-11-13T04:24:52.808Z Downloaded tap v1.0.1
9152024-11-13T04:24:52.810Z Downloaded phf_shared v0.10.0
9162024-11-13T04:24:52.810Z Downloaded oso v0.27.3
9172024-11-13T04:24:52.813Z Downloaded openssl-sys v0.9.104
9182024-11-13T04:24:52.819Z Downloaded unicode-bidi v0.3.17
9192024-11-13T04:24:52.822Z Downloaded signal-hook-registry v1.4.2
9202024-11-13T04:24:52.824Z Downloaded strip-ansi-escapes v0.2.0
9212024-11-13T04:24:52.825Z Downloaded enum-as-inner v0.6.1
9222024-11-13T04:24:52.827Z Downloaded openssl-probe v0.1.5
9232024-11-13T04:24:52.827Z Downloaded newtype_derive v0.1.6
9242024-11-13T04:24:52.829Z Downloaded password-hash v0.5.0
9252024-11-13T04:24:52.832Z Downloaded snafu-derive v0.8.5
9262024-11-13T04:24:52.832Z Downloaded packed_struct_codegen v0.10.1
9272024-11-13T04:24:52.835Z Downloaded thiserror-no-std v2.0.2
9282024-11-13T04:24:52.838Z Downloaded progenitor-client v0.8.0
9292024-11-13T04:24:52.840Z Downloaded new_debug_unreachable v1.0.6
9302024-11-13T04:24:52.840Z Downloaded parking_lot v0.12.3
9312024-11-13T04:24:52.843Z Downloaded displaydoc v0.2.5
9322024-11-13T04:24:52.845Z Downloaded fxhash v0.2.1
9332024-11-13T04:24:52.851Z Downloaded url v2.5.3
9342024-11-13T04:24:52.855Z Downloaded toml v0.7.8
9352024-11-13T04:24:52.856Z Downloaded sha3 v0.10.8
9362024-11-13T04:24:52.858Z Downloaded structmeta v0.3.0
9372024-11-13T04:24:52.862Z Downloaded pin-project-lite v0.2.14
9382024-11-13T04:24:52.866Z Downloaded float-cmp v0.9.0
9392024-11-13T04:24:52.868Z Downloaded tough v0.19.0
9402024-11-13T04:24:52.874Z Downloaded tui-tree-widget v0.22.0
9412024-11-13T04:24:52.877Z Downloaded hashbrown v0.13.2
9422024-11-13T04:24:52.882Z Downloaded dirs-sys-next v0.1.2
9432024-11-13T04:24:52.885Z Downloaded ref-cast v1.0.23
9442024-11-13T04:24:52.885Z Downloaded publicsuffix v2.2.3
9452024-11-13T04:24:52.887Z Downloaded serde_path_to_error v0.1.16
9462024-11-13T04:24:52.889Z Downloaded phf_generator v0.11.2
9472024-11-13T04:24:52.893Z Downloaded slog-term v2.9.1
9482024-11-13T04:24:52.895Z Downloaded zerovec v0.10.4
9492024-11-13T04:24:52.900Z Downloaded synstructure v0.13.1
9502024-11-13T04:24:52.902Z Downloaded rustc-hash v2.0.0
9512024-11-13T04:24:52.902Z Downloaded zerocopy v0.6.6
9522024-11-13T04:24:52.905Z Downloaded topological-sort v0.2.2
9532024-11-13T04:24:52.907Z Downloaded normalize-line-endings v0.3.0
9542024-11-13T04:24:52.907Z Downloaded diesel v2.2.4
9552024-11-13T04:24:52.927Z Downloaded x509-cert v0.2.5
9562024-11-13T04:24:52.933Z Downloaded nix v0.28.0
9572024-11-13T04:24:52.946Z Downloaded regress v0.9.1
9582024-11-13T04:24:52.955Z Downloaded slab v0.4.9
9592024-11-13T04:24:52.958Z Downloaded peg-runtime v0.8.3
9602024-11-13T04:24:52.958Z Downloaded futures-io v0.3.31
9612024-11-13T04:24:52.961Z Downloaded diesel_derives v2.2.3
9622024-11-13T04:24:52.964Z Downloaded foreign-types-shared v0.3.1
9632024-11-13T04:24:52.964Z Downloaded signal-hook v0.3.17
9642024-11-13T04:24:52.967Z Downloaded paste v1.0.15
9652024-11-13T04:24:52.970Z Downloaded yasna v0.5.2
9662024-11-13T04:24:52.972Z Downloaded zerocopy-derive v0.6.6
9672024-11-13T04:24:52.984Z Downloaded zerovec-derive v0.10.3
9682024-11-13T04:24:52.987Z Downloaded typed-path v0.9.3
9692024-11-13T04:24:52.992Z Downloaded tiny-keccak v2.0.2
9702024-11-13T04:24:52.995Z Downloaded utf-8 v0.7.6
9712024-11-13T04:24:52.998Z Downloaded getrandom v0.2.15
9722024-11-13T04:24:53.000Z Downloaded elliptic-curve v0.13.8
9732024-11-13T04:24:53.003Z Downloaded zeroize_derive v1.4.2
9742024-11-13T04:24:53.009Z Downloaded tls_codec v0.4.1
9752024-11-13T04:24:53.012Z Downloaded tinystr v0.7.6
9762024-11-13T04:24:53.012Z Downloaded snafu v0.8.5
9772024-11-13T04:24:53.014Z Downloaded postcard v1.0.10
9782024-11-13T04:24:53.017Z Downloaded unicase v2.7.0
9792024-11-13T04:24:53.020Z Downloaded owo-colors v4.1.0
9802024-11-13T04:24:53.024Z Downloaded path-slash v0.1.5
9812024-11-13T04:24:53.024Z Downloaded regex-syntax v0.8.5
9822024-11-13T04:24:53.032Z Downloaded num v0.4.3
9832024-11-13T04:24:53.035Z Downloaded ecdsa v0.16.9
9842024-11-13T04:24:53.035Z Downloaded tokio-postgres v0.7.12
9852024-11-13T04:24:53.039Z Downloaded wait-timeout v0.2.0
9862024-11-13T04:24:53.043Z Downloaded tokio-rustls v0.25.0
9872024-11-13T04:24:53.046Z Downloaded futures-executor v0.3.31
9882024-11-13T04:24:53.047Z Downloaded futures-util v0.3.31
9892024-11-13T04:24:53.057Z Downloaded write16 v1.0.0
9902024-11-13T04:24:53.059Z Downloaded pbkdf2 v0.12.2
9912024-11-13T04:24:53.059Z Downloaded nodrop v0.1.14
9922024-11-13T04:24:53.062Z Downloaded pkcs8 v0.10.2
9932024-11-13T04:24:53.065Z Downloaded futures v0.3.31
9942024-11-13T04:24:53.068Z Downloaded rustls-pemfile v2.2.0
9952024-11-13T04:24:53.070Z Downloaded smoltcp v0.11.0
9962024-11-13T04:24:53.084Z Downloaded want v0.3.1
9972024-11-13T04:24:53.088Z Downloaded packed_struct v0.10.1
9982024-11-13T04:24:53.088Z Downloaded rfc6979 v0.4.0
9992024-11-13T04:24:53.090Z Downloaded signal-hook-mio v0.2.4
10002024-11-13T04:24:53.090Z Downloaded serde-big-array v0.5.1
10012024-11-13T04:24:53.090Z Downloaded utf16_iter v1.0.5
10022024-11-13T04:24:53.093Z Downloaded rustversion v1.0.17
10032024-11-13T04:24:53.097Z Downloaded slog-json v2.6.1
10042024-11-13T04:24:53.097Z Downloaded dirs-next v2.0.0
10052024-11-13T04:24:53.100Z Downloaded petgraph v0.6.5
10062024-11-13T04:24:53.115Z Downloaded diesel_table_macro_syntax v0.2.0
10072024-11-13T04:24:53.118Z Downloaded xattr v1.3.1
10082024-11-13T04:24:53.118Z Downloaded defmt-macros v0.3.9
10092024-11-13T04:24:53.122Z Downloaded unicode-properties v0.1.3
10102024-11-13T04:24:53.125Z Downloaded rayon v1.10.0
10112024-11-13T04:24:53.132Z Downloaded semver v0.1.20
10122024-11-13T04:24:53.134Z Downloaded proptest v1.5.0
10132024-11-13T04:24:53.143Z Downloaded portable-atomic v1.9.0
10142024-11-13T04:24:53.149Z Downloaded zip v0.6.6
10152024-11-13T04:24:53.153Z Downloaded gethostname v0.5.0
10162024-11-13T04:24:53.156Z Downloaded postgres-types v0.2.8
10172024-11-13T04:24:53.158Z Downloaded num-bigint-dig v0.8.4
10182024-11-13T04:24:53.162Z Downloaded similar v2.6.0
10192024-11-13T04:24:53.167Z Downloaded qorb v0.2.0
10202024-11-13T04:24:53.172Z Downloaded rusqlite v0.32.1
10212024-11-13T04:24:53.178Z Downloaded dropshot v0.12.0
10222024-11-13T04:24:53.199Z Downloaded peg-macros v0.8.4
10232024-11-13T04:24:53.202Z Downloaded p384 v0.13.0
10242024-11-13T04:24:53.208Z Downloaded ghash v0.5.1
10252024-11-13T04:24:53.210Z Downloaded tokio-native-tls v0.3.1
10262024-11-13T04:24:53.210Z Downloaded regress v0.10.1
10272024-11-13T04:24:53.218Z Downloaded regex v1.11.1
10282024-11-13T04:24:53.231Z Downloaded nix v0.27.1
10292024-11-13T04:24:53.242Z Downloaded powerfmt v0.2.0
10302024-11-13T04:24:53.245Z Downloaded diff v0.1.13
10312024-11-13T04:24:53.248Z Downloaded peg v0.8.4
10322024-11-13T04:24:53.250Z Downloaded vte v0.11.1
10332024-11-13T04:24:53.252Z Downloaded rustls-pki-types v1.9.0
10342024-11-13T04:24:53.256Z Downloaded xz2 v0.1.7
10352024-11-13T04:24:53.258Z Downloaded ppv-lite86 v0.2.20
10362024-11-13T04:24:53.258Z Downloaded mockall_derive v0.13.0
10372024-11-13T04:24:53.261Z Downloaded mockall v0.13.0
10382024-11-13T04:24:53.261Z Downloaded trust-dns-proto v0.22.0
10392024-11-13T04:24:53.273Z Downloaded simd-adler32 v0.3.7
10402024-11-13T04:24:53.275Z Downloaded smallvec v1.13.2
10412024-11-13T04:24:53.278Z Downloaded sled v0.34.7
10422024-11-13T04:24:53.287Z Downloaded tokio-rustls v0.24.1
10432024-11-13T04:24:53.289Z Downloaded postgres-protocol v0.6.7
10442024-11-13T04:24:53.292Z Downloaded tar v0.4.43
10452024-11-13T04:24:53.296Z Downloaded rayon-core v1.12.1
10462024-11-13T04:24:53.304Z Downloaded num-conv v0.1.0
10472024-11-13T04:24:53.304Z Downloaded endian-type v0.1.2
10482024-11-13T04:24:53.306Z Downloaded rustls-webpki v0.102.8
10492024-11-13T04:24:53.318Z Downloaded embedded-io v0.4.0
10502024-11-13T04:24:53.320Z Downloaded resolv-conf v0.7.0
10512024-11-13T04:24:53.321Z Downloaded ratatui v0.28.1
10522024-11-13T04:24:53.340Z Downloaded nom v7.1.3
10532024-11-13T04:24:53.348Z Downloaded utf8_iter v1.0.4
10542024-11-13T04:24:53.353Z Downloaded smallvec v0.6.14
10552024-11-13T04:24:53.353Z Downloaded encoding_rs v0.8.34
10562024-11-13T04:24:53.371Z Downloaded multimap v0.10.0
10572024-11-13T04:24:53.374Z Downloaded nix v0.29.0
10582024-11-13T04:24:53.382Z Downloaded dropshot_endpoint v0.12.0
10592024-11-13T04:24:53.385Z Downloaded csv v1.3.0
10602024-11-13T04:24:53.405Z Downloaded webpki-roots v0.26.6
10612024-11-13T04:24:53.409Z Downloaded native-tls v0.2.12
10622024-11-13T04:24:53.412Z Downloaded hashlink v0.9.1
10632024-11-13T04:24:53.415Z Downloaded hashbrown v0.12.3
10642024-11-13T04:24:53.418Z Downloaded rcgen v0.12.1
10652024-11-13T04:24:53.422Z Downloaded static_assertions v1.1.0
10662024-11-13T04:24:53.422Z Downloaded debug-ignore v1.0.5
10672024-11-13T04:24:53.427Z Downloaded tokio-tungstenite v0.24.0
10682024-11-13T04:24:53.427Z Downloaded num-rational v0.4.2
10692024-11-13T04:24:53.431Z Downloaded fd-lock v4.0.2
10702024-11-13T04:24:53.431Z Downloaded bzip2-sys v0.1.11+1.0.8
10712024-11-13T04:24:53.440Z Downloaded tracing v0.1.40
10722024-11-13T04:24:53.443Z Downloaded toolchain_find v0.4.0
10732024-11-13T04:24:53.446Z Downloaded dhcproto-macros v0.1.0
10742024-11-13T04:24:53.446Z Downloaded des v0.8.1
10752024-11-13T04:24:53.449Z Downloaded futures-sink v0.3.31
10762024-11-13T04:24:53.449Z Downloaded tokio-tungstenite v0.23.1
10772024-11-13T04:24:53.451Z Downloaded rustc_version v0.4.1
10782024-11-13T04:24:53.451Z Downloaded vsss-rs v3.3.4
10792024-11-13T04:24:53.454Z Downloaded unicode-normalization v0.1.24
10802024-11-13T04:24:53.457Z Downloaded ssh-cipher v0.2.0
10812024-11-13T04:24:53.464Z Downloaded reqwest v0.12.9
10822024-11-13T04:24:53.467Z Downloaded sct v0.7.1
10832024-11-13T04:24:53.471Z Downloaded supports-color v3.0.1
10842024-11-13T04:24:53.478Z Downloaded slog v2.7.0
10852024-11-13T04:24:53.483Z Downloaded foldhash v0.1.3
10862024-11-13T04:24:53.483Z Downloaded same-file v1.0.6
10872024-11-13T04:24:53.483Z Downloaded pkcs5 v0.7.1
10882024-11-13T04:24:53.483Z Downloaded fallible-streaming-iterator v0.1.9
10892024-11-13T04:24:53.483Z Downloaded polyval v0.6.2
10902024-11-13T04:24:53.487Z Downloaded scopeguard v1.2.0
10912024-11-13T04:24:53.487Z Downloaded sqlparser v0.45.0
10922024-11-13T04:24:53.496Z Downloaded unicode-segmentation v1.12.0
10932024-11-13T04:24:53.501Z Downloaded quinn-udp v0.5.5
10942024-11-13T04:24:53.501Z Downloaded num-integer v0.1.46
10952024-11-13T04:24:53.501Z Downloaded idna v0.3.0
10962024-11-13T04:24:53.505Z Downloaded lzma-sys v0.1.20
10972024-11-13T04:24:53.531Z Downloaded pem v3.0.4
10982024-11-13T04:24:53.533Z Downloaded zone_cfg_derive v0.3.0
10992024-11-13T04:24:53.534Z Downloaded termios v0.3.3
11002024-11-13T04:24:53.536Z Downloaded parse-display-derive v0.10.0
11012024-11-13T04:24:53.536Z Downloaded ipnetwork v0.20.0
11022024-11-13T04:24:53.538Z Downloaded expectorate v1.1.0
11032024-11-13T04:24:53.540Z Downloaded vcpkg v0.2.15
11042024-11-13T04:24:53.578Z Downloaded env_logger v0.11.5
11052024-11-13T04:24:53.581Z Downloaded der v0.7.9
11062024-11-13T04:24:53.588Z Downloaded hyper-tls v0.6.0
11072024-11-13T04:24:53.590Z Downloaded aws-lc-rs v1.10.0
11082024-11-13T04:24:53.597Z Downloaded downcast v0.11.0
11092024-11-13T04:24:53.600Z Downloaded poly1305 v0.8.0
11102024-11-13T04:24:53.602Z Downloaded foreign-types v0.5.0
11112024-11-13T04:24:53.602Z Downloaded untrusted v0.9.0
11122024-11-13T04:24:53.605Z Downloaded tracing-core v0.1.32
11132024-11-13T04:24:53.607Z Downloaded idna v0.5.0
11142024-11-13T04:24:53.614Z Downloaded unarray v0.1.4
11152024-11-13T04:24:53.620Z Downloaded futures-task v0.3.31
11162024-11-13T04:24:53.620Z Downloaded stable_deref_trait v1.2.0
11172024-11-13T04:24:53.620Z Downloaded salsa20 v0.10.2
11182024-11-13T04:24:53.623Z Downloaded tracing-attributes v0.1.27
11192024-11-13T04:24:53.623Z Downloaded libm v0.2.8
11202024-11-13T04:24:53.627Z Downloaded serde_with v3.11.0
11212024-11-13T04:24:53.636Z Downloaded itertools v0.10.5
11222024-11-13T04:24:53.644Z Downloaded slog-bunyan v2.5.0
11232024-11-13T04:24:53.648Z Downloaded newline-converter v0.3.0
11242024-11-13T04:24:53.648Z Downloaded uzers v0.12.1
11252024-11-13T04:24:53.652Z Downloaded lazycell v1.3.0
11262024-11-13T04:24:53.652Z Downloaded is-terminal v0.4.13
11272024-11-13T04:24:53.652Z Downloaded hickory-server v0.24.1
11282024-11-13T04:24:53.655Z Downloaded bitvec v1.0.1
11292024-11-13T04:24:53.671Z Downloaded ron v0.7.1
11302024-11-13T04:24:53.674Z Downloaded icu_locid_transform_data v1.5.0
11312024-11-13T04:24:53.677Z Downloaded libsw v3.3.1
11322024-11-13T04:24:53.681Z Downloaded libefi-sys v0.1.0
11332024-11-13T04:24:53.681Z Downloaded inout v0.1.3
11342024-11-13T04:24:53.685Z Downloaded lazy_static v1.5.0
11352024-11-13T04:24:53.685Z Downloaded icu_provider_macros v1.5.0
11362024-11-13T04:24:53.685Z Downloaded half v2.4.1
11372024-11-13T04:24:53.689Z Downloaded icu_normalizer v1.5.0
11382024-11-13T04:24:53.692Z Downloaded defmt-parser v0.3.4
11392024-11-13T04:24:53.692Z Downloaded memmap2 v0.9.5
11402024-11-13T04:24:53.692Z Downloaded lru v0.12.5
11412024-11-13T04:24:53.695Z Downloaded instability v0.3.2
11422024-11-13T04:24:53.695Z Downloaded icu_properties v1.5.1
11432024-11-13T04:24:53.698Z Downloaded crc32fast v1.4.2
11442024-11-13T04:24:53.698Z Downloaded ahash v0.8.11
11452024-11-13T04:24:53.700Z Downloaded clang-sys v1.8.1
11462024-11-13T04:24:53.704Z Downloaded md5 v0.7.0
11472024-11-13T04:24:53.704Z Downloaded lru-cache v0.1.2
11482024-11-13T04:24:53.708Z Downloaded linear-map v1.2.0
11492024-11-13T04:24:53.708Z Downloaded internet-checksum v0.2.1
11502024-11-13T04:24:53.708Z Downloaded arc-swap v1.7.1
11512024-11-13T04:24:53.711Z Downloaded addr2line v0.24.2
11522024-11-13T04:24:53.714Z Downloaded base64 v0.13.1
11532024-11-13T04:24:53.714Z Downloaded argon2 v0.5.3
11542024-11-13T04:24:53.717Z Downloaded idna_adapter v1.2.0
11552024-11-13T04:24:53.717Z Downloaded ring v0.17.8
11562024-11-13T04:24:53.787Z Downloaded base16ct v0.2.0
11572024-11-13T04:24:53.791Z Downloaded assert_matches v1.5.0
11582024-11-13T04:24:53.791Z Downloaded block-padding v0.3.3
11592024-11-13T04:24:53.804Z Downloaded libsqlite3-sys v0.30.1
11602024-11-13T04:24:54.045Z Downloaded ring v0.16.20
11612024-11-13T04:24:54.175Z Downloaded aws-lc-sys v0.22.0
11622024-11-13T04:24:54.495Z Compiling serde v1.0.215
11632024-11-13T04:24:54.498Z Compiling lock_api v0.4.12
11642024-11-13T04:24:54.498Z Compiling scopeguard v1.2.0
11652024-11-13T04:24:54.498Z Compiling value-bag v1.9.0
11662024-11-13T04:24:54.498Z Compiling typenum v1.17.0
11672024-11-13T04:24:54.498Z Compiling generic-array v0.14.7
11682024-11-13T04:24:54.669Z Compiling syn v2.0.87
11692024-11-13T04:24:54.684Z Compiling getrandom v0.2.15
11702024-11-13T04:24:54.788Z Compiling subtle v2.6.1
11712024-11-13T04:24:54.961Z Compiling rand_core v0.6.4
11722024-11-13T04:24:55.086Z Compiling log v0.4.22
11732024-11-13T04:24:55.176Z Compiling shlex v1.3.0
11742024-11-13T04:24:55.201Z Compiling jobserver v0.1.32
11752024-11-13T04:24:55.240Z Compiling const-oid v0.9.6
11762024-11-13T04:24:55.479Z Compiling smallvec v1.13.2
11772024-11-13T04:24:55.498Z Compiling spin v0.9.8
11782024-11-13T04:24:55.605Z Compiling cc v1.1.30
11792024-11-13T04:24:55.877Z Compiling pin-project-lite v0.2.14
11802024-11-13T04:24:55.892Z Compiling rustix v0.38.37
11812024-11-13T04:24:55.968Z Compiling parking_lot_core v0.9.10
11822024-11-13T04:24:55.997Z Compiling futures-core v0.3.31
11832024-11-13T04:24:56.152Z Compiling signal-hook-registry v1.4.2
11842024-11-13T04:24:56.248Z Compiling mio v1.0.2
11852024-11-13T04:24:56.951Z Compiling parking_lot v0.12.3
11862024-11-13T04:24:57.085Z Compiling aho-corasick v1.1.3
11872024-11-13T04:24:57.156Z Compiling cpufeatures v0.2.14
11882024-11-13T04:24:57.255Z Compiling either v1.13.0
11892024-11-13T04:24:57.380Z Compiling regex-syntax v0.8.5
11902024-11-13T04:24:57.543Z Compiling lazy_static v1.5.0
11912024-11-13T04:24:57.603Z Compiling stable_deref_trait v1.2.0
11922024-11-13T04:24:57.659Z Compiling futures-sink v0.3.31
11932024-11-13T04:24:57.702Z Compiling glob v0.3.1
11942024-11-13T04:24:57.722Z Compiling socket2 v0.5.7
11952024-11-13T04:24:57.814Z Compiling slab v0.4.9
11962024-11-13T04:24:57.977Z Compiling prettyplease v0.2.25
11972024-11-13T04:24:58.286Z Compiling minimal-lexical v0.2.1
11982024-11-13T04:24:58.652Z Compiling libloading v0.8.5
11992024-11-13T04:24:58.751Z Compiling clang-sys v1.8.1
12002024-11-13T04:24:58.763Z Compiling nom v7.1.3
12012024-11-13T04:24:58.822Z Compiling home v0.5.9
12022024-11-13T04:24:59.153Z Compiling bindgen v0.69.5
12032024-11-13T04:24:59.221Z Compiling serde_json v1.0.132
12042024-11-13T04:24:59.764Z Compiling futures-channel v0.3.31
12052024-11-13T04:25:00.021Z Compiling itertools v0.12.1
12062024-11-13T04:25:00.038Z Compiling lazycell v1.3.0
12072024-11-13T04:25:00.248Z Compiling foldhash v0.1.3
12082024-11-13T04:25:00.557Z Compiling allocator-api2 v0.2.18
12092024-11-13T04:25:01.337Z Compiling regex-automata v0.4.8
12102024-11-13T04:25:02.410Z Compiling synstructure v0.13.1
12112024-11-13T04:25:02.915Z Compiling cexpr v0.6.0
12122024-11-13T04:25:02.939Z Compiling futures-io v0.3.31
12132024-11-13T04:25:03.257Z Compiling pin-utils v0.1.0
12142024-11-13T04:25:03.354Z Compiling futures-task v0.3.31
12152024-11-13T04:25:03.665Z Compiling rustc-hash v1.1.0
12162024-11-13T04:25:03.815Z Compiling hashbrown v0.15.0
12172024-11-13T04:25:04.101Z Compiling cmake v0.1.51
12182024-11-13T04:25:04.316Z Compiling libm v0.2.8
12192024-11-13T04:25:04.644Z Compiling dunce v1.0.5
12202024-11-13T04:25:04.703Z Compiling fs_extra v1.3.0
12212024-11-13T04:25:04.775Z Compiling pkg-config v0.3.31
12222024-11-13T04:25:05.140Z Compiling tinyvec_macros v0.1.1
12232024-11-13T04:25:05.230Z Compiling tinyvec v1.8.0
12242024-11-13T04:25:05.249Z Compiling num-traits v0.2.19
12252024-11-13T04:25:05.743Z Compiling ring v0.17.8
12262024-11-13T04:25:06.074Z Compiling paste v1.0.15
12272024-11-13T04:25:06.308Z Compiling litemap v0.7.3
12282024-11-13T04:25:06.584Z Compiling base64ct v1.6.0
12292024-11-13T04:25:06.722Z Compiling unicode-normalization v0.1.24
12302024-11-13T04:25:06.744Z Compiling writeable v0.5.5
12312024-11-13T04:25:06.763Z Compiling unicode-bidi v0.3.17
12322024-11-13T04:25:06.927Z Compiling regex v1.11.1
12332024-11-13T04:25:07.202Z Compiling pem-rfc7468 v0.7.0
12342024-11-13T04:25:07.913Z Compiling flagset v0.4.6
12352024-11-13T04:25:08.040Z Compiling httparse v1.9.5
12362024-11-13T04:25:08.099Z Compiling aws-lc-rs v1.10.0
12372024-11-13T04:25:08.532Z Compiling tracing-core v0.1.32
12382024-11-13T04:25:08.854Z Compiling icu_locid_transform_data v1.5.0
12392024-11-13T04:25:08.946Z Compiling percent-encoding v2.3.1
12402024-11-13T04:25:09.280Z Compiling rustls-pki-types v1.9.0
12412024-11-13T04:25:09.323Z Compiling crossbeam-utils v0.8.20
12422024-11-13T04:25:09.461Z Compiling serde_derive v1.0.215
12432024-11-13T04:25:09.754Z Compiling zeroize_derive v1.4.2
12442024-11-13T04:25:09.915Z Compiling zerocopy-derive v0.7.35
12452024-11-13T04:25:09.935Z Compiling tokio-macros v2.4.0
12462024-11-13T04:25:10.398Z Compiling zerofrom-derive v0.1.4
12472024-11-13T04:25:11.376Z Compiling zeroize v1.8.1
12482024-11-13T04:25:11.380Z Compiling yoke-derive v0.7.4
12492024-11-13T04:25:11.657Z Compiling thiserror-impl v1.0.69
12502024-11-13T04:25:12.232Z Compiling zerocopy v0.7.35
12512024-11-13T04:25:13.020Z Compiling crypto-common v0.1.6
12522024-11-13T04:25:13.087Z Compiling block-buffer v0.10.4
12532024-11-13T04:25:13.261Z Compiling zerovec-derive v0.10.3
12542024-11-13T04:25:13.363Z Compiling digest v0.10.7
12552024-11-13T04:25:13.778Z Compiling futures-macro v0.3.31
12562024-11-13T04:25:13.850Z Compiling hmac v0.12.1
12572024-11-13T04:25:14.093Z Compiling block-padding v0.3.3
12582024-11-13T04:25:14.352Z Compiling displaydoc v0.2.5
12592024-11-13T04:25:14.411Z Compiling inout v0.1.3
12602024-11-13T04:25:14.501Z Compiling sha2 v0.10.8
12612024-11-13T04:25:14.569Z Compiling zerofrom v0.1.4
12622024-11-13T04:25:14.698Z Compiling cipher v0.4.4
12632024-11-13T04:25:14.803Z Compiling yoke v0.7.4
12642024-11-13T04:25:15.071Z Compiling thiserror v1.0.69
12652024-11-13T04:25:15.173Z Compiling ppv-lite86 v0.2.20
12662024-11-13T04:25:15.214Z Compiling der_derive v0.7.3
12672024-11-13T04:25:15.233Z Compiling icu_provider_macros v1.5.0
12682024-11-13T04:25:15.774Z Compiling futures-util v0.3.31
12692024-11-13T04:25:15.938Z Compiling zerovec v0.10.4
12702024-11-13T04:25:15.980Z Compiling rand_chacha v0.3.1
12712024-11-13T04:25:15.998Z Compiling tracing-attributes v0.1.27
12722024-11-13T04:25:16.416Z Compiling rand v0.8.5
12732024-11-13T04:25:17.762Z Compiling der v0.7.9
12742024-11-13T04:25:18.117Z Compiling tinystr v0.7.6
12752024-11-13T04:25:18.196Z Compiling icu_collections v1.5.0
12762024-11-13T04:25:18.300Z Compiling pest v2.7.14
12772024-11-13T04:25:18.542Z Compiling icu_locid v1.5.0
12782024-11-13T04:25:18.654Z Compiling salsa20 v0.10.2
12792024-11-13T04:25:18.894Z Compiling pbkdf2 v0.12.2
12802024-11-13T04:25:19.720Z Compiling icu_provider v1.5.0
12812024-11-13T04:25:19.805Z Compiling tracing v0.1.40
12822024-11-13T04:25:19.826Z Compiling spki v0.7.3
12832024-11-13T04:25:20.215Z Compiling vcpkg v0.2.15
12842024-11-13T04:25:20.329Z Compiling powerfmt v0.2.0
12852024-11-13T04:25:20.720Z Compiling icu_locid_transform v1.5.0
12862024-11-13T04:25:20.801Z Compiling num-conv v0.1.0
12872024-11-13T04:25:20.971Z Compiling mirai-annotations v1.12.0
12882024-11-13T04:25:21.094Z Compiling icu_properties_data v1.5.0
12892024-11-13T04:25:21.140Z Compiling untrusted v0.7.1
12902024-11-13T04:25:21.159Z Compiling untrusted v0.9.0
12912024-11-13T04:25:21.316Z Compiling time-core v0.1.2
12922024-11-13T04:25:21.354Z Compiling pest_meta v2.7.14
12932024-11-13T04:25:21.374Z Compiling deranged v0.3.11
12942024-11-13T04:25:21.485Z Compiling time-macros v0.2.18
12952024-11-13T04:25:21.996Z Compiling icu_properties v1.5.1
12962024-11-13T04:25:22.466Z Compiling openssl-sys v0.9.104
12972024-11-13T04:25:23.494Z Compiling scrypt v0.11.0
12982024-11-13T04:25:23.571Z Compiling cbc v0.1.2
12992024-11-13T04:25:23.812Z Compiling bitflags v2.6.0
13002024-11-13T04:25:24.021Z Compiling bytes v1.8.0
13012024-11-13T04:25:24.646Z Compiling indexmap v2.6.0
13022024-11-13T04:25:24.884Z Compiling semver v1.0.23
13032024-11-13T04:25:25.145Z Compiling tokio v1.40.0
13042024-11-13T04:25:25.313Z Compiling http v1.1.0
13052024-11-13T04:25:25.643Z Compiling rustc_version v0.4.1
13062024-11-13T04:25:26.039Z Compiling aes v0.8.4
13072024-11-13T04:25:26.437Z Compiling scroll_derive v0.12.0
13082024-11-13T04:25:26.493Z Compiling utf16_iter v1.0.5
13092024-11-13T04:25:26.697Z Compiling icu_normalizer_data v1.5.0
13102024-11-13T04:25:26.807Z Compiling num_threads v0.1.7
13112024-11-13T04:25:26.935Z Compiling write16 v1.0.0
13122024-11-13T04:25:26.954Z Compiling atomic-waker v1.1.2
13132024-11-13T04:25:27.069Z Compiling utf8_iter v1.0.4
13142024-11-13T04:25:27.141Z Compiling pkcs5 v0.7.1
13152024-11-13T04:25:27.316Z Compiling icu_normalizer v1.5.0
13162024-11-13T04:25:27.333Z Compiling time v0.3.36
13172024-11-13T04:25:27.855Z Compiling http-body v1.0.1
13182024-11-13T04:25:27.954Z Compiling scroll v0.12.0
13192024-11-13T04:25:28.213Z Compiling which v4.4.2
13202024-11-13T04:25:28.381Z Compiling pest_generator v2.7.14
13212024-11-13T04:25:28.500Z Compiling form_urlencoded v1.2.1
13222024-11-13T04:25:28.840Z Compiling slog v2.7.0
13232024-11-13T04:25:28.891Z Compiling try-lock v0.2.5
13242024-11-13T04:25:29.044Z Compiling goblin v0.8.2
13252024-11-13T04:25:29.293Z Compiling want v0.3.1
13262024-11-13T04:25:29.419Z Compiling idna_adapter v1.2.0
13272024-11-13T04:25:29.586Z Compiling pkcs8 v0.10.2
13282024-11-13T04:25:29.646Z Compiling httpdate v1.0.3
13292024-11-13T04:25:29.670Z Compiling idna v1.0.3
13302024-11-13T04:25:30.322Z Compiling serde_tokenstream v0.2.2
13312024-11-13T04:25:30.427Z Compiling pest_derive v2.7.14
13322024-11-13T04:25:30.945Z Compiling toml_datetime v0.6.8
13332024-11-13T04:25:30.968Z Compiling uuid v1.10.0
13342024-11-13T04:25:31.251Z Compiling dtrace-parser v0.2.0
13352024-11-13T04:25:31.473Z Compiling serde_spanned v0.6.8
13362024-11-13T04:25:31.492Z Compiling openssl v0.10.68
13372024-11-13T04:25:31.738Z Compiling foreign-types-shared v0.1.1
13382024-11-13T04:25:31.853Z Compiling iana-time-zone v0.1.61
13392024-11-13T04:25:31.933Z Compiling match_cfg v0.1.0
13402024-11-13T04:25:32.032Z Compiling base64 v0.22.1
13412024-11-13T04:25:32.319Z Compiling tower-service v0.3.3
13422024-11-13T04:25:32.422Z Compiling adler2 v2.0.0
13432024-11-13T04:25:32.451Z Compiling rustversion v1.0.17
13442024-11-13T04:25:32.565Z Compiling miniz_oxide v0.8.0
13452024-11-13T04:25:32.618Z Compiling hostname v0.3.1
13462024-11-13T04:25:32.804Z Compiling chrono v0.4.38
13472024-11-13T04:25:32.897Z Compiling foreign-types v0.3.2
13482024-11-13T04:25:32.992Z Compiling url v2.5.3
13492024-11-13T04:25:33.418Z Compiling async-trait v0.1.83
13502024-11-13T04:25:34.164Z Compiling tokio-util v0.7.12
13512024-11-13T04:25:34.611Z Compiling openssl-macros v0.1.1
13522024-11-13T04:25:34.992Z Compiling dof v0.3.0
13532024-11-13T04:25:35.362Z Compiling h2 v0.4.6
13542024-11-13T04:25:35.602Z Compiling dirs-sys-next v0.1.2
13552024-11-13T04:25:36.152Z Compiling usdt-impl v0.5.0
13562024-11-13T04:25:36.268Z Compiling rustls v0.22.4
13572024-11-13T04:25:36.531Z Compiling data-encoding v2.6.0
13582024-11-13T04:25:36.577Z Compiling native-tls v0.2.12
13592024-11-13T04:25:36.940Z Compiling rustls v0.23.14
13602024-11-13T04:25:37.156Z Compiling syn v1.0.109
13612024-11-13T04:25:37.216Z Compiling siphasher v0.3.11
13622024-11-13T04:25:37.670Z Compiling dirs-next v2.0.0
13632024-11-13T04:25:37.868Z Compiling http-body-util v0.1.2
13642024-11-13T04:25:38.413Z Compiling heapless v0.7.17
13652024-11-13T04:25:38.858Z Compiling crossbeam-epoch v0.9.18
13662024-11-13T04:25:39.029Z Compiling signature v2.2.0
13672024-11-13T04:25:39.302Z Compiling sha1 v0.10.6
13682024-11-13T04:25:39.321Z Compiling bzip2-sys v0.1.11+1.0.8
13692024-11-13T04:25:39.448Z Compiling serde_derive_internals v0.29.1
13702024-11-13T04:25:39.619Z Compiling thread_local v1.1.8
13712024-11-13T04:25:39.735Z Compiling encoding_rs v0.8.34
13722024-11-13T04:25:39.817Z Compiling cookie v0.18.1
13732024-11-13T04:25:40.116Z Compiling multer v3.1.0
13742024-11-13T04:25:40.156Z Compiling gimli v0.31.1
13752024-11-13T04:25:40.402Z Compiling signal-hook v0.3.17
13762024-11-13T04:25:40.661Z Compiling schemars v0.8.21
13772024-11-13T04:25:40.769Z Compiling ipnet v2.10.1
13782024-11-13T04:25:41.013Z Compiling unicode-properties v0.1.3
13792024-11-13T04:25:41.440Z Compiling openssl-probe v0.1.5
13802024-11-13T04:25:41.822Z Compiling slog-async v2.8.0
13812024-11-13T04:25:42.126Z Compiling rayon-core v1.12.1
13822024-11-13T04:25:42.334Z Compiling hyper v1.4.1
13832024-11-13T04:25:42.337Z Compiling mime v0.3.17
13842024-11-13T04:25:42.427Z Compiling schemars_derive v0.8.21
13852024-11-13T04:25:42.987Z Compiling stringprep v0.1.5
13862024-11-13T04:25:44.247Z Compiling toml_edit v0.22.22
13872024-11-13T04:25:44.857Z Compiling hyper-util v0.1.10
13882024-11-13T04:25:45.342Z Compiling addr2line v0.24.2
13892024-11-13T04:25:46.012Z Compiling usdt-attr-macro v0.5.0
13902024-11-13T04:25:46.033Z Compiling usdt-macro v0.5.0
13912024-11-13T04:25:46.480Z Compiling crossbeam-deque v0.8.5
13922024-11-13T04:25:46.823Z Compiling term v0.7.0
13932024-11-13T04:25:47.410Z Compiling slog-json v2.6.1
13942024-11-13T04:25:47.442Z Compiling serde_urlencoded v0.7.1
13952024-11-13T04:25:47.650Z Compiling curve25519-dalek v4.1.3
13962024-11-13T04:25:47.781Z Compiling crossbeam-channel v0.5.13
13972024-11-13T04:25:47.943Z Compiling futures-executor v0.3.31
13982024-11-13T04:25:48.012Z Compiling enum-as-inner v0.6.1
13992024-11-13T04:25:48.268Z Compiling md-5 v0.10.6
14002024-11-13T04:25:48.329Z Compiling rustls-pemfile v2.2.0
14012024-11-13T04:25:48.528Z Compiling num-integer v0.1.46
14022024-11-13T04:25:48.544Z Compiling async-stream-impl v0.3.6
14032024-11-13T04:25:48.673Z Compiling idna v0.3.0
14042024-11-13T04:25:48.874Z Compiling idna v0.4.0
14052024-11-13T04:25:49.097Z Compiling hash32 v0.2.1
14062024-11-13T04:25:49.335Z Compiling ff v0.13.0
14072024-11-13T04:25:49.445Z Compiling is-terminal v0.4.13
14082024-11-13T04:25:49.572Z Compiling object v0.36.5
14092024-11-13T04:25:49.575Z Compiling dropshot v0.12.0
14102024-11-13T04:25:49.869Z Compiling num-bigint-dig v0.8.4
14112024-11-13T04:25:49.911Z Compiling fallible-iterator v0.2.0
14122024-11-13T04:25:50.155Z Compiling portable-atomic v1.9.0
14132024-11-13T04:25:50.353Z Compiling psl-types v2.0.11
14142024-11-13T04:25:50.531Z Compiling dyn-clone v1.0.17
14152024-11-13T04:25:50.552Z Compiling linked-hash-map v0.5.6
14162024-11-13T04:25:50.628Z Compiling quick-error v1.2.3
14172024-11-13T04:25:50.753Z Compiling smoltcp v0.9.1
14182024-11-13T04:25:50.778Z Compiling rustc-demangle v0.1.24
14192024-11-13T04:25:50.928Z Compiling base16ct v0.2.0
14202024-11-13T04:25:51.238Z Compiling take_mut v0.2.2
14212024-11-13T04:25:51.260Z Compiling anyhow v1.0.93
14222024-11-13T04:25:51.410Z Compiling utf-8 v0.7.6
14232024-11-13T04:25:51.742Z Compiling tungstenite v0.24.0
14242024-11-13T04:25:51.852Z Compiling sec1 v0.7.3
14252024-11-13T04:25:52.249Z Compiling lru-cache v0.1.2
14262024-11-13T04:25:52.428Z Compiling resolv-conf v0.7.0
14272024-11-13T04:25:52.600Z Compiling postgres-protocol v0.6.7
14282024-11-13T04:25:52.734Z Compiling publicsuffix v2.2.3
14292024-11-13T04:25:53.019Z Compiling async-stream v0.3.6
14302024-11-13T04:25:53.307Z Compiling hickory-proto v0.24.1
14312024-11-13T04:25:53.327Z Compiling group v0.13.0
14322024-11-13T04:25:53.657Z Compiling slog-term v2.9.1
14332024-11-13T04:25:53.919Z Compiling usdt v0.5.0
14342024-11-13T04:25:54.426Z Compiling num-iter v0.1.45
14352024-11-13T04:25:54.736Z Compiling futures v0.3.31
14362024-11-13T04:25:54.867Z Compiling slog-bunyan v2.5.0
14372024-11-13T04:25:54.908Z Compiling toml v0.8.19
14382024-11-13T04:25:56.733Z Compiling tokio-native-tls v0.3.1
14392024-11-13T04:25:57.042Z Compiling backtrace v0.3.74
14402024-11-13T04:25:57.066Z Compiling camino v1.1.9
14412024-11-13T04:25:57.402Z Compiling phf_shared v0.11.2
14422024-11-13T04:25:57.508Z Compiling dropshot_endpoint v0.12.0
14432024-11-13T04:25:57.780Z Compiling terminal_size v0.4.0
14442024-11-13T04:25:57.799Z Compiling waitgroup v0.1.2
14452024-11-13T04:25:57.999Z Compiling openapiv3 v2.0.0
14462024-11-13T04:25:58.022Z Compiling serde_path_to_error v0.1.16
14472024-11-13T04:25:58.039Z Compiling hkdf v0.12.4
14482024-11-13T04:25:58.282Z Compiling crypto-bigint v0.5.5
14492024-11-13T04:25:58.879Z Compiling webpki-roots v0.26.6
14502024-11-13T04:25:59.099Z Compiling curve25519-dalek-derive v0.1.1
14512024-11-13T04:26:00.689Z Compiling zerocopy-derive v0.6.6
14522024-11-13T04:26:00.807Z Compiling idna v0.5.0
14532024-11-13T04:26:00.933Z Compiling hubpack_derive v0.1.1
14542024-11-13T04:26:01.852Z Compiling hostname v0.4.0
14552024-11-13T04:26:02.125Z Compiling crc32fast v1.4.2
14562024-11-13T04:26:02.309Z Compiling ahash v0.8.11
14572024-11-13T04:26:02.347Z Compiling fs-err v2.11.0
14582024-11-13T04:26:02.468Z Compiling managed v0.8.0
14592024-11-13T04:26:02.485Z Compiling bitflags v1.3.2
14602024-11-13T04:26:02.590Z Compiling debug-ignore v1.0.5
14612024-11-13T04:26:02.616Z Compiling winnow v0.5.40
14622024-11-13T04:26:02.619Z Compiling console v0.15.8
14632024-11-13T04:26:02.745Z Compiling clap_builder v4.5.20
14642024-11-13T04:26:02.944Z Compiling zerocopy v0.6.6
14652024-11-13T04:26:03.957Z Compiling strum_macros v0.25.3
14662024-11-13T04:26:04.035Z Compiling flate2 v1.0.34
14672024-11-13T04:26:04.343Z Compiling hubpack v0.1.2
14682024-11-13T04:26:04.529Z Compiling cookie_store v0.21.0
14692024-11-13T04:26:04.810Z Compiling elliptic-curve v0.13.8
14702024-11-13T04:26:05.071Z Compiling hickory-resolver v0.24.1
14712024-11-13T04:26:06.147Z Compiling toml_edit v0.19.15
14722024-11-13T04:26:06.411Z Compiling phf v0.11.2
14732024-11-13T04:26:06.556Z Compiling hyper-tls v0.6.0
14742024-11-13T04:26:06.743Z Compiling signal-hook-mio v0.2.4
14752024-11-13T04:26:06.921Z Compiling rayon v1.10.0
14762024-11-13T04:26:07.008Z Compiling bzip2 v0.4.4
14772024-11-13T04:26:08.174Z Compiling postgres-types v0.2.8
14782024-11-13T04:26:09.716Z Compiling tokio-tungstenite v0.24.0
14792024-11-13T04:26:11.617Z Compiling ed25519 v2.2.3
14802024-11-13T04:26:11.820Z Compiling phf_shared v0.10.0
14812024-11-13T04:26:11.874Z Compiling tokio-stream v0.1.16
14822024-11-13T04:26:12.246Z Compiling pkcs1 v0.7.5
14832024-11-13T04:26:12.334Z Compiling serde-big-array v0.5.1
14842024-11-13T04:26:12.574Z Compiling clap_derive v4.5.18
14852024-11-13T04:26:12.986Z Compiling rfc6979 v0.4.0
14862024-11-13T04:26:13.184Z Compiling float-cmp v0.9.0
14872024-11-13T04:26:13.249Z Compiling serde_repr v0.1.19
14882024-11-13T04:26:13.296Z Compiling derive-where v1.2.7
14892024-11-13T04:26:13.404Z Compiling bstr v1.10.0
14902024-11-13T04:26:13.524Z Compiling sync_wrapper v1.0.1
14912024-11-13T04:26:13.675Z Compiling predicates-core v1.0.8
14922024-11-13T04:26:14.041Z Compiling fixedbitset v0.4.2
14932024-11-13T04:26:14.324Z Compiling unicode-segmentation v1.12.0
14942024-11-13T04:26:14.442Z Compiling bit-vec v0.6.3
14952024-11-13T04:26:14.469Z Compiling difflib v0.4.0
14962024-11-13T04:26:14.898Z Compiling static_assertions v1.1.0
14972024-11-13T04:26:15.002Z Compiling number_prefix v0.4.0
14982024-11-13T04:26:15.212Z Compiling normalize-line-endings v0.3.0
14992024-11-13T04:26:15.235Z Compiling precomputed-hash v0.1.1
15002024-11-13T04:26:15.276Z Compiling whoami v1.5.2
15012024-11-13T04:26:15.344Z Compiling new_debug_unreachable v1.0.6
15022024-11-13T04:26:15.362Z Compiling predicates v3.1.2
15032024-11-13T04:26:15.444Z Compiling string_cache v0.8.7
15042024-11-13T04:26:15.928Z Compiling tokio-postgres v0.7.12
15052024-11-13T04:26:15.930Z Compiling indicatif v0.17.8
15062024-11-13T04:26:16.090Z Compiling similar v2.6.0
15072024-11-13T04:26:16.873Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15082024-11-13T04:26:17.125Z Compiling bit-set v0.5.3
15092024-11-13T04:26:17.417Z Compiling petgraph v0.6.5
15102024-11-13T04:26:17.746Z Compiling clap v4.5.20
15112024-11-13T04:26:17.872Z Compiling ecdsa v0.16.9
15122024-11-13T04:26:18.185Z Compiling rsa v0.9.6
15132024-11-13T04:26:18.517Z Compiling ed25519-dalek v2.1.1
15142024-11-13T04:26:18.711Z Compiling toml v0.7.8
15152024-11-13T04:26:19.863Z Compiling zip v0.6.6
15162024-11-13T04:26:20.474Z Compiling crossterm v0.28.1
15172024-11-13T04:26:21.873Z Compiling hex v0.4.3
15182024-11-13T04:26:21.894Z Compiling x509-cert v0.2.5
15192024-11-13T04:26:22.217Z Compiling itertools v0.10.5
15202024-11-13T04:26:22.219Z Compiling unicode-xid v0.2.6
15212024-11-13T04:26:22.522Z Compiling lalrpop-util v0.19.12
15222024-11-13T04:26:22.855Z Compiling peg-runtime v0.8.3
15232024-11-13T04:26:23.555Z Compiling strum_macros v0.26.4
15242024-11-13T04:26:23.758Z Compiling xattr v1.3.1
15252024-11-13T04:26:24.032Z Compiling filetime v0.2.25
15262024-11-13T04:26:24.342Z Compiling tar v0.4.43
15272024-11-13T04:26:28.617Z Compiling strum v0.26.3
15282024-11-13T04:26:30.739Z Compiling aws-lc-sys v0.22.0
15292024-11-13T04:26:59.070Z Compiling rustls-webpki v0.102.8
15302024-11-13T04:27:02.555Z Compiling tokio-rustls v0.25.0
15312024-11-13T04:27:04.047Z Compiling tokio-rustls v0.26.0
15322024-11-13T04:27:04.358Z Compiling hyper-rustls v0.27.3
15332024-11-13T04:27:04.877Z Compiling reqwest v0.12.9
15342024-11-13T04:27:06.156Z Compiling qorb v0.2.0
15352024-11-13T04:27:10.931Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362024-11-13T04:27:11.163Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372024-11-13T04:27:16.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15382024-11-13T04:27:17.088Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392024-11-13T04:27:17.134ZNov 13 04:27:16.162 INFO Starting download, target: Clickhouse
15402024-11-13T04:27:17.134ZNov 13 04:27:16.162 INFO Starting download, target: DendriteOpenapi
15412024-11-13T04:27:17.135ZNov 13 04:27:16.162 INFO Starting download, target: Console
15422024-11-13T04:27:17.137ZNov 13 04:27:16.162 INFO Starting download, target: Cockroach
15432024-11-13T04:27:17.137ZNov 13 04:27:16.162 INFO Starting download, target: DendriteStub
15442024-11-13T04:27:17.137ZNov 13 04:27:16.162 INFO Starting download, target: MaghemiteMgd
15452024-11-13T04:27:17.137ZNov 13 04:27:16.162 INFO Starting download, target: TransceiverControl
15462024-11-13T04:27:17.137ZNov 13 04:27:16.163 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15472024-11-13T04:27:17.137ZNov 13 04:27:16.163 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15482024-11-13T04:27:17.138ZNov 13 04:27:16.163 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492024-11-13T04:27:17.138ZNov 13 04:27:16.163 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15502024-11-13T04:27:17.138ZNov 13 04:27:16.163 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15512024-11-13T04:27:17.138ZNov 13 04:27:16.163 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15522024-11-13T04:27:17.138ZNov 13 04:27:16.163 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532024-11-13T04:27:17.409ZNov 13 04:27:16.435 INFO Download complete, target: DendriteOpenapi
15542024-11-13T04:27:17.543ZNov 13 04:27:16.543 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552024-11-13T04:27:17.784ZNov 13 04:27:16.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562024-11-13T04:27:18.119ZNov 13 04:27:17.144 INFO Download complete, target: Console
15572024-11-13T04:27:18.158ZNov 13 04:27:17.182 INFO Download complete, target: TransceiverControl
15582024-11-13T04:27:18.315ZNov 13 04:27:17.341 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592024-11-13T04:27:18.440ZNov 13 04:27:17.467 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15602024-11-13T04:27:18.865ZNov 13 04:27:17.893 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612024-11-13T04:27:18.865ZNov 13 04:27:17.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622024-11-13T04:27:19.046ZNov 13 04:27:18.074 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-11-13T04:27:21.035ZNov 13 04:27:19.988 INFO Download complete, target: DendriteStub
15642024-11-13T04:27:21.320ZNov 13 04:27:20.285 INFO Download complete, target: MaghemiteMgd
15652024-11-13T04:27:26.079ZNov 13 04:27:25.086 INFO Checking that binary works, target: Cockroach
15662024-11-13T04:27:26.238ZNov 13 04:27:25.246 INFO Download complete, target: Cockroach
15672024-11-13T04:27:31.157ZNov 13 04:27:30.184 INFO Checking that binary works, target: Clickhouse
15682024-11-13T04:27:31.287ZNov 13 04:27:30.314 INFO Download complete, target: Clickhouse
15692024-11-13T04:27:31.307ZAll builder prerequisites installed successfully, and PATH looks valid
15702024-11-13T04:27:31.309Z
15712024-11-13T04:27:31.309Zreal 6:00.935577589
15722024-11-13T04:27:31.309Zuser 16:28.063570044
15732024-11-13T04:27:31.309Zsys 3:13.069650111
15742024-11-13T04:27:31.309Ztrap 0.535053310
15752024-11-13T04:27:31.309Ztflt 1.599589103
15762024-11-13T04:27:31.309Zdflt 2.226027592
15772024-11-13T04:27:31.309Zkflt 0.025140857
15782024-11-13T04:27:31.309Zlock 29:17.705049993
15792024-11-13T04:27:31.309Zslp 1:03:59.656529596
15802024-11-13T04:27:31.309Zlat 57.499352436
15812024-11-13T04:27:31.310Zstop 2:15.280381687
15822024-11-13T04:27:31.310Z+ banner hack-check
15832024-11-13T04:27:31.313Z
15842024-11-13T04:27:31.313Z # # ## #### # # #### # # ###### #### # #
15852024-11-13T04:27:31.313Z # # # # # # # # # # # # # # # # #
15862024-11-13T04:27:31.313Z ###### # # # #### ##### # ###### ##### # ####
15872024-11-13T04:27:31.313Z # # ###### # # # # # # # # # #
15882024-11-13T04:27:31.313Z # # # # # # # # # # # # # # # # #
15892024-11-13T04:27:31.313Z # # # # #### # # #### # # ###### #### # #
15902024-11-13T04:27:31.313Z
15912024-11-13T04:27:31.313Z+ export CARGO_INCREMENTAL=0
15922024-11-13T04:27:31.313Z+ CARGO_INCREMENTAL=0
15932024-11-13T04:27:31.313Z+ ptime -m timeout 2h cargo xtask check-features --ci
15942024-11-13T04:27:31.839Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15952024-11-13T04:27:35.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
15962024-11-13T04:27:35.406Z Running `target/debug/xtask check-features --ci`
15972024-11-13T04:27:35.427Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15982024-11-13T04:27:35.427Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15992024-11-13T04:27:35.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16002024-11-13T04:27:35.884Z Running `target/debug/xtask download cargo-hack`
16012024-11-13T04:27:36.688Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022024-11-13T04:27:37.062Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032024-11-13T04:27:42.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
16042024-11-13T04:27:42.299Z Running `target/debug/xtask-downloader cargo-hack`
16052024-11-13T04:27:42.336ZNov 13 04:27:41.362 INFO Starting download, target: CargoHack
16062024-11-13T04:27:42.338ZNov 13 04:27:41.363 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16072024-11-13T04:27:43.054ZNov 13 04:27:42.081 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16082024-11-13T04:27:43.146ZNov 13 04:27:42.173 INFO Download complete, target: CargoHack
16092024-11-13T04:27:43.150Zrunning: "/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"
16102024-11-13T04:27:43.165Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16112024-11-13T04:27:43.328Zinfo: running `cargo check --bins` on api_identity (1/168)
16122024-11-13T04:27:43.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-13T04:27:43.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-13T04:27:43.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-13T04:27:43.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16162024-11-13T04:27:43.926Z
16172024-11-13T04:27:43.926Zinfo: running `cargo check --bins` on bootstore (2/168)
16182024-11-13T04:27:44.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-13T04:27:44.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-13T04:27:44.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-13T04:27:44.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16222024-11-13T04:27:44.542Z
16232024-11-13T04:27:44.542Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
16242024-11-13T04:27:45.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-13T04:27:45.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-13T04:27:45.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-13T04:27:45.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16282024-11-13T04:27:45.164Z
16292024-11-13T04:27:45.164Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
16302024-11-13T04:27:45.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-13T04:27:45.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-13T04:27:45.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-13T04:27:45.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16342024-11-13T04:27:45.774Z
16352024-11-13T04:27:45.774Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
16362024-11-13T04:27:46.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-13T04:27:46.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-13T04:27:46.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-13T04:27:46.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16402024-11-13T04:27:46.184Z
16412024-11-13T04:27:46.184Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
16422024-11-13T04:27:46.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-13T04:27:46.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-13T04:27:46.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-13T04:27:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16462024-11-13T04:27:46.598Z
16472024-11-13T04:27:46.598Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
16482024-11-13T04:27:46.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-13T04:27:46.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-13T04:27:46.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-13T04:27:46.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16522024-11-13T04:27:47.011Z
16532024-11-13T04:27:47.011Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
16542024-11-13T04:27:47.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-13T04:27:47.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-13T04:27:47.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-13T04:27:47.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16582024-11-13T04:27:47.425Z
16592024-11-13T04:27:47.425Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
16602024-11-13T04:27:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-13T04:27:47.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-13T04:27:47.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-13T04:27:47.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-11-13T04:27:47.837Z
16652024-11-13T04:27:47.837Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
16662024-11-13T04:27:48.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-13T04:27:48.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-13T04:27:48.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-13T04:27:48.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-11-13T04:27:48.252Z
16712024-11-13T04:27:48.252Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16722024-11-13T04:27:48.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-13T04:27:48.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-13T04:27:48.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-13T04:27:48.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16762024-11-13T04:27:48.650Z
16772024-11-13T04:27:48.651Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16782024-11-13T04:27:49.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-13T04:27:49.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-13T04:27:49.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-13T04:27:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16822024-11-13T04:27:49.064Z
16832024-11-13T04:27:49.064Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16842024-11-13T04:27:49.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-13T04:27:49.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-13T04:27:49.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-13T04:27:49.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882024-11-13T04:27:49.481Z
16892024-11-13T04:27:49.481Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16902024-11-13T04:27:49.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-13T04:27:49.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-13T04:27:49.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-13T04:27:49.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16942024-11-13T04:27:49.894Z
16952024-11-13T04:27:49.894Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16962024-11-13T04:27:50.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-13T04:27:50.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-13T04:27:50.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-13T04:27:50.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-11-13T04:27:50.310Z
17012024-11-13T04:27:50.310Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
17022024-11-13T04:27:50.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-13T04:27:50.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-13T04:27:50.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-11-13T04:27:50.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17062024-11-13T04:27:50.716Z
17072024-11-13T04:27:50.717Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
17082024-11-13T04:27:51.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-11-13T04:27:51.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-11-13T04:27:51.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-11-13T04:27:51.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17122024-11-13T04:27:51.129Z
17132024-11-13T04:27:51.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
17142024-11-13T04:27:51.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-11-13T04:27:51.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-11-13T04:27:51.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-11-13T04:27:51.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17182024-11-13T04:27:51.536Z
17192024-11-13T04:27:51.536Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
17202024-11-13T04:27:51.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-11-13T04:27:51.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-11-13T04:27:51.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-11-13T04:27:51.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17242024-11-13T04:27:51.946Z
17252024-11-13T04:27:51.947Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
17262024-11-13T04:27:52.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-11-13T04:27:52.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-11-13T04:27:52.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-11-13T04:27:52.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-11-13T04:27:52.360Z
17312024-11-13T04:27:52.360Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
17322024-11-13T04:27:52.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-11-13T04:27:52.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-11-13T04:27:52.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-11-13T04:27:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17362024-11-13T04:27:52.771Z
17372024-11-13T04:27:52.771Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
17382024-11-13T04:27:53.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-11-13T04:27:53.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-11-13T04:27:53.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-11-13T04:27:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422024-11-13T04:27:53.199Z
17432024-11-13T04:27:53.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
17442024-11-13T04:27:53.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-11-13T04:27:53.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-11-13T04:27:53.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-11-13T04:27:53.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17482024-11-13T04:27:53.618Z
17492024-11-13T04:27:53.618Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
17502024-11-13T04:27:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-11-13T04:27:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-11-13T04:27:53.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-11-13T04:27:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17542024-11-13T04:27:54.029Z
17552024-11-13T04:27:54.029Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
17562024-11-13T04:27:54.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-11-13T04:27:54.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-11-13T04:27:54.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-11-13T04:27:54.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17602024-11-13T04:27:54.649Z
17612024-11-13T04:27:54.649Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
17622024-11-13T04:27:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-11-13T04:27:55.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-11-13T04:27:55.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-11-13T04:27:55.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17662024-11-13T04:27:55.277Z
17672024-11-13T04:27:55.277Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
17682024-11-13T04:27:55.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-11-13T04:27:55.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-11-13T04:27:55.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-11-13T04:27:55.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17722024-11-13T04:27:55.913Z
17732024-11-13T04:27:55.913Zinfo: running `cargo check --bins` on oxlog (28/168)
17742024-11-13T04:27:56.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-11-13T04:27:56.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-11-13T04:27:56.523Z Checking cfg-if v1.0.0
17772024-11-13T04:27:56.525Z Checking libc v0.2.162
17782024-11-13T04:27:56.632Z Checking serde v1.0.215
17792024-11-13T04:27:56.634Z Checking zeroize v1.8.1
17802024-11-13T04:27:56.651Z Checking memchr v2.7.4
17812024-11-13T04:27:56.654Z Checking typenum v1.17.0
17822024-11-13T04:27:56.654Z Checking scopeguard v1.2.0
17832024-11-13T04:27:56.688Z Checking subtle v2.6.1
17842024-11-13T04:27:56.703Z Checking value-bag v1.9.0
17852024-11-13T04:27:56.814Z Checking lock_api v0.4.12
17862024-11-13T04:27:56.872Z Checking itoa v1.0.11
17872024-11-13T04:27:56.931Z Checking smallvec v1.13.2
17882024-11-13T04:27:57.082Z Checking const-oid v0.9.6
17892024-11-13T04:27:57.119Z Checking log v0.4.22
17902024-11-13T04:27:57.232Z Checking pin-project-lite v0.2.14
17912024-11-13T04:27:57.253Z Checking byteorder v1.5.0
17922024-11-13T04:27:57.346Z Checking futures-core v0.3.31
17932024-11-13T04:27:57.519Z Checking once_cell v1.20.2
17942024-11-13T04:27:57.539Z Checking cpufeatures v0.2.14
17952024-11-13T04:27:57.619Z Checking stable_deref_trait v1.2.0
17962024-11-13T04:27:57.634Z Checking futures-sink v0.3.31
17972024-11-13T04:27:57.714Z Checking spin v0.9.8
17982024-11-13T04:27:57.729Z Checking zerocopy v0.7.35
17992024-11-13T04:27:57.758Z Checking slab v0.4.9
18002024-11-13T04:27:57.778Z Checking getrandom v0.2.15
18012024-11-13T04:27:57.807Z Checking signal-hook-registry v1.4.2
18022024-11-13T04:27:57.928Z Checking generic-array v0.14.7
18032024-11-13T04:27:58.009Z Checking rand_core v0.6.4
18042024-11-13T04:27:58.020Z Checking parking_lot_core v0.9.10
18052024-11-13T04:27:58.040Z Checking mio v1.0.2
18062024-11-13T04:27:58.068Z Checking socket2 v0.5.7
18072024-11-13T04:27:58.296Z Checking zerofrom v0.1.4
18082024-11-13T04:27:58.334Z Checking parking_lot v0.12.3
18092024-11-13T04:27:58.523Z Checking yoke v0.7.4
18102024-11-13T04:27:58.544Z Checking futures-channel v0.3.31
18112024-11-13T04:27:58.634Z Checking foldhash v0.1.3
18122024-11-13T04:27:58.684Z Checking pin-utils v0.1.0
18132024-11-13T04:27:58.774Z Checking equivalent v1.0.1
18142024-11-13T04:27:58.841Z Checking futures-task v0.3.31
18152024-11-13T04:27:58.844Z Checking futures-io v0.3.31
18162024-11-13T04:27:58.875Z Checking allocator-api2 v0.2.18
18172024-11-13T04:27:58.889Z Checking zerovec v0.10.4
18182024-11-13T04:27:58.935Z Checking tinyvec_macros v0.1.1
18192024-11-13T04:27:59.015Z Checking ryu v1.0.18
18202024-11-13T04:27:59.030Z Checking tinyvec v1.8.0
18212024-11-13T04:27:59.045Z Checking crypto-common v0.1.6
18222024-11-13T04:27:59.058Z Checking block-buffer v0.10.4
18232024-11-13T04:27:59.091Z Checking futures-util v0.3.31
18242024-11-13T04:27:59.217Z Checking block-padding v0.3.3
18252024-11-13T04:27:59.232Z Checking fnv v1.0.7
18262024-11-13T04:27:59.262Z Checking digest v0.10.7
18272024-11-13T04:27:59.343Z Checking libm v0.2.8
18282024-11-13T04:27:59.409Z Checking inout v0.1.3
18292024-11-13T04:27:59.511Z Checking hashbrown v0.15.0
18302024-11-13T04:27:59.628Z Checking hmac v0.12.1
18312024-11-13T04:27:59.647Z Checking cipher v0.4.4
18322024-11-13T04:27:59.838Z Checking sha2 v0.10.8
18332024-11-13T04:28:00.083Z Checking writeable v0.5.5
18342024-11-13T04:28:00.237Z Checking base64ct v1.6.0
18352024-11-13T04:28:00.395Z Checking unicode-bidi v0.3.17
18362024-11-13T04:28:00.412Z Checking unicode-normalization v0.1.24
18372024-11-13T04:28:00.426Z Checking litemap v0.7.3
18382024-11-13T04:28:00.541Z Checking tinystr v0.7.6
18392024-11-13T04:28:00.642Z Checking num-traits v0.2.19
18402024-11-13T04:28:00.685Z Checking pem-rfc7468 v0.7.0
18412024-11-13T04:28:00.743Z Checking ppv-lite86 v0.2.20
18422024-11-13T04:28:00.905Z Checking icu_locid v1.5.0
18432024-11-13T04:28:00.928Z Checking flagset v0.4.6
18442024-11-13T04:28:01.026Z Checking tracing-core v0.1.32
18452024-11-13T04:28:01.107Z Checking der v0.7.9
18462024-11-13T04:28:01.328Z Checking thiserror v1.0.69
18472024-11-13T04:28:01.461Z Checking percent-encoding v2.3.1
18482024-11-13T04:28:01.500Z Checking rand_chacha v0.3.1
18492024-11-13T04:28:01.653Z Checking rustls-pki-types v1.9.0
18502024-11-13T04:28:01.668Z Checking icu_locid_transform_data v1.5.0
18512024-11-13T04:28:01.684Z Checking bytes v1.8.0
18522024-11-13T04:28:01.760Z Checking indexmap v2.6.0
18532024-11-13T04:28:01.893Z Checking serde_json v1.0.132
18542024-11-13T04:28:01.914Z Checking icu_provider v1.5.0
18552024-11-13T04:28:02.185Z Checking bitflags v2.6.0
18562024-11-13T04:28:02.344Z Checking rand v0.8.5
18572024-11-13T04:28:02.465Z Checking tracing v0.1.40
18582024-11-13T04:28:02.502Z Checking tokio v1.40.0
18592024-11-13T04:28:02.574Z Checking http v1.1.0
18602024-11-13T04:28:02.822Z Checking icu_locid_transform v1.5.0
18612024-11-13T04:28:02.961Z Checking spki v0.7.3
18622024-11-13T04:28:03.068Z Checking icu_collections v1.5.0
18632024-11-13T04:28:03.234Z Checking salsa20 v0.10.2
18642024-11-13T04:28:03.446Z Checking pbkdf2 v0.12.2
18652024-11-13T04:28:03.603Z Checking aws-lc-sys v0.22.0
18662024-11-13T04:28:03.646Z Checking httparse v1.9.5
18672024-11-13T04:28:03.695Z Checking icu_properties_data v1.5.0
18682024-11-13T04:28:03.734Z Checking untrusted v0.7.1
18692024-11-13T04:28:03.793Z Checking powerfmt v0.2.0
18702024-11-13T04:28:03.864Z Checking untrusted v0.9.0
18712024-11-13T04:28:03.889Z Checking mirai-annotations v1.12.0
18722024-11-13T04:28:03.919Z Checking icu_properties v1.5.1
18732024-11-13T04:28:04.022Z Checking ring v0.17.8
18742024-11-13T04:28:04.050Z Checking deranged v0.3.11
18752024-11-13T04:28:04.050Z Checking scrypt v0.11.0
18762024-11-13T04:28:04.081Z Checking aes v0.8.4
18772024-11-13T04:28:04.220Z Checking cbc v0.1.2
18782024-11-13T04:28:04.257Z Checking crossbeam-utils v0.8.20
18792024-11-13T04:28:04.408Z Checking time-core v0.1.2
18802024-11-13T04:28:04.567Z Checking utf16_iter v1.0.5
18812024-11-13T04:28:04.732Z Checking utf8_iter v1.0.4
18822024-11-13T04:28:04.948Z Checking write16 v1.0.0
18832024-11-13T04:28:05.039Z Checking atomic-waker v1.1.2
18842024-11-13T04:28:05.060Z Checking icu_normalizer_data v1.5.0
18852024-11-13T04:28:05.076Z Checking num-conv v0.1.0
18862024-11-13T04:28:05.159Z Checking num_threads v0.1.7
18872024-11-13T04:28:05.175Z Checking pkcs5 v0.7.1
18882024-11-13T04:28:05.274Z Checking http-body v1.0.1
18892024-11-13T04:28:05.326Z Checking form_urlencoded v1.2.1
18902024-11-13T04:28:05.475Z Checking try-lock v0.2.5
18912024-11-13T04:28:05.538Z Checking unicode-ident v1.0.13
18922024-11-13T04:28:05.601Z Checking want v0.3.1
18932024-11-13T04:28:05.678Z Checking pkcs8 v0.10.2
18942024-11-13T04:28:05.701Z Checking httpdate v1.0.3
18952024-11-13T04:28:05.763Z Checking proc-macro2 v1.0.89
18962024-11-13T04:28:05.819Z Checking time v0.3.36
18972024-11-13T04:28:05.854Z Checking toml_datetime v0.6.8
18982024-11-13T04:28:05.913Z Checking serde_spanned v0.6.8
18992024-11-13T04:28:05.991Z Checking uuid v1.10.0
19002024-11-13T04:28:06.090Z Checking slog v2.7.0
19012024-11-13T04:28:06.122Z Checking scroll v0.12.0
19022024-11-13T04:28:06.155Z Checking aws-lc-rs v1.10.0
19032024-11-13T04:28:06.429Z Checking plain v0.2.3
19042024-11-13T04:28:06.561Z Checking foreign-types-shared v0.1.1
19052024-11-13T04:28:06.564Z Checking adler2 v2.0.0
19062024-11-13T04:28:06.591Z Checking match_cfg v0.1.0
19072024-11-13T04:28:06.591Z Checking tower-service v0.3.3
19082024-11-13T04:28:06.662Z Checking ucd-trie v0.1.7
19092024-11-13T04:28:06.678Z Checking base64 v0.22.1
19102024-11-13T04:28:06.720Z Checking iana-time-zone v0.1.61
19112024-11-13T04:28:06.722Z Checking miniz_oxide v0.8.0
19122024-11-13T04:28:06.861Z Checking chrono v0.4.38
19132024-11-13T04:28:06.875Z Checking pest v2.7.14
19142024-11-13T04:28:07.134Z Checking hostname v0.3.1
19152024-11-13T04:28:07.228Z Checking icu_normalizer v1.5.0
19162024-11-13T04:28:07.253Z Checking foreign-types v0.3.2
19172024-11-13T04:28:07.340Z Checking goblin v0.8.2
19182024-11-13T04:28:07.429Z Checking quote v1.0.37
19192024-11-13T04:28:07.772Z Checking openssl-sys v0.9.104
19202024-11-13T04:28:07.958Z Checking rustls-webpki v0.102.8
19212024-11-13T04:28:08.044Z Checking idna_adapter v1.2.0
19222024-11-13T04:28:08.248Z Checking idna v1.0.3
19232024-11-13T04:28:08.342Z Checking errno v0.3.9
19242024-11-13T04:28:08.513Z Checking dirs-sys-next v0.1.2
19252024-11-13T04:28:08.702Z Checking aho-corasick v1.1.3
19262024-11-13T04:28:08.742Z Checking url v2.5.3
19272024-11-13T04:28:08.759Z Checking pretty-hex v0.4.1
19282024-11-13T04:28:08.906Z Checking siphasher v0.3.11
19292024-11-13T04:28:08.922Z Checking regex-syntax v0.8.5
19302024-11-13T04:28:08.987Z Checking data-encoding v2.6.0
19312024-11-13T04:28:09.211Z Checking openssl v0.10.68
19322024-11-13T04:28:09.364Z Checking dtrace-parser v0.2.0
19332024-11-13T04:28:09.585Z Checking dirs-next v2.0.0
19342024-11-13T04:28:09.658Z Checking rustix v0.38.37
19352024-11-13T04:28:09.718Z Checking syn v2.0.87
19362024-11-13T04:28:09.768Z Checking tokio-util v0.7.12
19372024-11-13T04:28:09.836Z Checking http-body-util v0.1.2
19382024-11-13T04:28:10.289Z Checking crossbeam-epoch v0.9.18
19392024-11-13T04:28:10.307Z Checking sha1 v0.10.6
19402024-11-13T04:28:10.580Z Checking signature v2.2.0
19412024-11-13T04:28:10.669Z Checking h2 v0.4.6
19422024-11-13T04:28:10.715Z Checking lazy_static v1.5.0
19432024-11-13T04:28:10.766Z Checking thread_local v1.1.8
19442024-11-13T04:28:10.828Z Checking thread-id v4.2.2
19452024-11-13T04:28:10.928Z Checking encoding_rs v0.8.34
19462024-11-13T04:28:11.030Z Checking gimli v0.31.1
19472024-11-13T04:28:12.229Z Checking regex-automata v0.4.8
19482024-11-13T04:28:12.258Z Checking dof v0.3.0
19492024-11-13T04:28:12.903Z Checking winnow v0.6.20
19502024-11-13T04:28:13.165Z Checking unicode-properties v0.1.3
19512024-11-13T04:28:13.200Z Checking either v1.13.0
19522024-11-13T04:28:13.500Z Checking ipnet v2.10.1
19532024-11-13T04:28:13.594Z Checking openssl-probe v0.1.5
19542024-11-13T04:28:13.750Z Checking utf8parse v0.2.2
19552024-11-13T04:28:13.898Z Checking mime v0.3.17
19562024-11-13T04:28:13.961Z Checking anstyle v1.0.10
19572024-11-13T04:28:14.213Z Checking anstyle-parse v0.2.5
19582024-11-13T04:28:14.313Z Checking stringprep v0.1.5
19592024-11-13T04:28:14.486Z Checking crossbeam-deque v0.8.5
19602024-11-13T04:28:14.575Z Checking term v0.7.0
19612024-11-13T04:28:14.673Z Checking native-tls v0.2.12
19622024-11-13T04:28:14.798Z Checking rustls v0.22.4
19632024-11-13T04:28:14.996Z Checking rustls v0.23.14
19642024-11-13T04:28:15.017Z Checking slog-json v2.6.1
19652024-11-13T04:28:15.141Z Checking addr2line v0.24.2
19662024-11-13T04:28:15.266Z Checking serde_urlencoded v0.7.1
19672024-11-13T04:28:15.647Z Checking crossbeam-channel v0.5.13
19682024-11-13T04:28:15.692Z Checking futures-executor v0.3.31
19692024-11-13T04:28:15.830Z Checking toml_edit v0.22.22
19702024-11-13T04:28:15.915Z Checking num-integer v0.1.46
19712024-11-13T04:28:16.119Z Checking usdt-impl v0.5.0
19722024-11-13T04:28:16.368Z Checking rustls-pemfile v2.2.0
19732024-11-13T04:28:16.383Z Checking idna v0.3.0
19742024-11-13T04:28:16.568Z Checking idna v0.4.0
19752024-11-13T04:28:16.679Z Checking md-5 v0.10.6
19762024-11-13T04:28:16.886Z Checking ff v0.13.0
19772024-11-13T04:28:16.902Z Checking memmap v0.7.0
19782024-11-13T04:28:16.932Z Checking hyper v1.4.1
19792024-11-13T04:28:17.084Z Checking is-terminal v0.4.13
19802024-11-13T04:28:17.102Z Checking hash32 v0.2.1
19812024-11-13T04:28:17.198Z Checking object v0.36.5
19822024-11-13T04:28:17.213Z Checking quick-error v1.2.3
19832024-11-13T04:28:17.354Z Checking utf-8 v0.7.6
19842024-11-13T04:28:17.380Z Checking fallible-iterator v0.2.0
19852024-11-13T04:28:17.383Z Checking linked-hash-map v0.5.6
19862024-11-13T04:28:17.540Z Checking is_terminal_polyfill v1.70.1
19872024-11-13T04:28:17.662Z Checking colorchoice v1.0.2
19882024-11-13T04:28:17.709Z Checking take_mut v0.2.2
19892024-11-13T04:28:17.794Z Checking dyn-clone v1.0.17
19902024-11-13T04:28:17.854Z Checking anstyle-query v1.1.1
19912024-11-13T04:28:17.930Z Checking base16ct v0.2.0
19922024-11-13T04:28:17.974Z Checking psl-types v2.0.11
19932024-11-13T04:28:17.977Z Checking rustc-demangle v0.1.24
19942024-11-13T04:28:18.126Z Checking sec1 v0.7.3
19952024-11-13T04:28:18.143Z Checking publicsuffix v2.2.3
19962024-11-13T04:28:18.367Z Checking postgres-protocol v0.6.7
19972024-11-13T04:28:18.402Z Checking anstream v0.6.15
19982024-11-13T04:28:18.429Z Checking toml v0.8.19
19992024-11-13T04:28:18.465Z Checking tokio-rustls v0.25.0
20002024-11-13T04:28:18.509Z Checking schemars v0.8.21
20012024-11-13T04:28:18.749Z Checking slog-async v2.8.0
20022024-11-13T04:28:18.856Z Checking lru-cache v0.1.2
20032024-11-13T04:28:18.999Z Checking hyper-util v0.1.10
20042024-11-13T04:28:19.031Z Checking tungstenite v0.24.0
20052024-11-13T04:28:19.047Z Checking heapless v0.7.17
20062024-11-13T04:28:19.063Z Checking hickory-proto v0.24.1
20072024-11-13T04:28:19.157Z Checking resolv-conf v0.7.0
20082024-11-13T04:28:19.505Z Checking slog-term v2.9.1
20092024-11-13T04:28:19.941Z Checking usdt v0.5.0
20102024-11-13T04:28:20.004Z Checking group v0.13.0
20112024-11-13T04:28:20.055Z Checking num-iter v0.1.45
20122024-11-13T04:28:20.136Z Checking futures v0.3.31
20132024-11-13T04:28:20.179Z Checking slog-bunyan v2.5.0
20142024-11-13T04:28:20.216Z Checking tokio-native-tls v0.3.1
20152024-11-13T04:28:20.242Z Checking rayon-core v1.12.1
20162024-11-13T04:28:20.258Z Checking multer v3.1.0
20172024-11-13T04:28:20.331Z Checking terminal_size v0.4.0
20182024-11-13T04:28:20.450Z Checking phf_shared v0.11.2
20192024-11-13T04:28:20.497Z Checking cookie v0.18.1
20202024-11-13T04:28:20.514Z Checking tokio-rustls v0.26.0
20212024-11-13T04:28:20.643Z Checking async-stream v0.3.6
20222024-11-13T04:28:20.733Z Checking bzip2-sys v0.1.11+1.0.8
20232024-11-13T04:28:20.832Z Checking signal-hook v0.3.17
20242024-11-13T04:28:20.853Z Checking camino v1.1.9
20252024-11-13T04:28:20.894Z Checking waitgroup v0.1.2
20262024-11-13T04:28:20.908Z Checking openapiv3 v2.0.0
20272024-11-13T04:28:20.927Z Checking webpki-roots v0.26.6
20282024-11-13T04:28:20.996Z Checking serde_path_to_error v0.1.16
20292024-11-13T04:28:21.023Z Checking idna v0.5.0
20302024-11-13T04:28:21.133Z Checking hkdf v0.12.4
20312024-11-13T04:28:21.149Z Checking crypto-bigint v0.5.5
20322024-11-13T04:28:21.335Z Checking hostname v0.4.0
20332024-11-13T04:28:21.377Z Checking crc32fast v1.4.2
20342024-11-13T04:28:21.462Z Checking managed v0.8.0
20352024-11-13T04:28:21.608Z Checking strsim v0.11.1
20362024-11-13T04:28:21.608Z Checking bitflags v1.3.2
20372024-11-13T04:28:21.711Z Checking unicode-width v0.1.14
20382024-11-13T04:28:21.826Z Checking debug-ignore v1.0.5
20392024-11-13T04:28:21.893Z Checking winnow v0.5.40
20402024-11-13T04:28:21.908Z Checking clap_lex v0.7.2
20412024-11-13T04:28:21.948Z Checking cookie_store v0.21.0
20422024-11-13T04:28:22.159Z Checking clap_builder v4.5.20
20432024-11-13T04:28:22.200Z Checking console v0.15.8
20442024-11-13T04:28:22.604Z Checking smoltcp v0.9.1
20452024-11-13T04:28:22.764Z Checking flate2 v1.0.34
20462024-11-13T04:28:23.430Z Checking signal-hook-mio v0.2.4
20472024-11-13T04:28:23.518Z Checking backtrace v0.3.74
20482024-11-13T04:28:23.566Z Checking hyper-rustls v0.27.3
20492024-11-13T04:28:23.858Z Checking hickory-resolver v0.24.1
20502024-11-13T04:28:23.906Z Checking hyper-tls v0.6.0
20512024-11-13T04:28:23.928Z Checking elliptic-curve v0.13.8
20522024-11-13T04:28:24.076Z Checking anyhow v1.0.93
20532024-11-13T04:28:24.089Z Checking rayon v1.10.0
20542024-11-13T04:28:24.191Z Checking bzip2 v0.4.4
20552024-11-13T04:28:24.325Z Checking dropshot v0.12.0
20562024-11-13T04:28:24.434Z Checking phf v0.11.2
20572024-11-13T04:28:24.482Z Checking num-bigint-dig v0.8.4
20582024-11-13T04:28:24.543Z Checking tokio-tungstenite v0.24.0
20592024-11-13T04:28:24.681Z Checking postgres-types v0.2.8
20602024-11-13T04:28:24.874Z Checking toml_edit v0.19.15
20612024-11-13T04:28:25.008Z Checking regex v1.11.1
20622024-11-13T04:28:25.234Z Checking bstr v1.10.0
20632024-11-13T04:28:25.406Z Checking ed25519 v2.2.3
20642024-11-13T04:28:25.499Z Checking tokio-stream v0.1.16
20652024-11-13T04:28:25.650Z Checking phf_shared v0.10.0
20662024-11-13T04:28:25.703Z Checking curve25519-dalek v4.1.3
20672024-11-13T04:28:25.929Z Checking zerocopy v0.6.6
20682024-11-13T04:28:26.203Z Checking pkcs1 v0.7.5
20692024-11-13T04:28:26.389Z Checking hubpack v0.1.2
20702024-11-13T04:28:26.610Z Checking portable-atomic v1.9.0
20712024-11-13T04:28:26.654Z Checking float-cmp v0.9.0
20722024-11-13T04:28:26.708Z Checking serde-big-array v0.5.1
20732024-11-13T04:28:26.708Z Checking rfc6979 v0.4.0
20742024-11-13T04:28:26.823Z Checking sync_wrapper v1.0.1
20752024-11-13T04:28:26.906Z Checking static_assertions v1.1.0
20762024-11-13T04:28:26.922Z Checking fixedbitset v0.4.2
20772024-11-13T04:28:26.964Z Checking new_debug_unreachable v1.0.6
20782024-11-13T04:28:27.003Z Checking bit-vec v0.6.3
20792024-11-13T04:28:27.054Z Checking predicates-core v1.0.8
20802024-11-13T04:28:27.178Z Checking difflib v0.4.0
20812024-11-13T04:28:27.229Z Checking number_prefix v0.4.0
20822024-11-13T04:28:27.334Z Checking precomputed-hash v0.1.1
20832024-11-13T04:28:27.349Z Checking unicode-segmentation v1.12.0
20842024-11-13T04:28:27.403Z Checking normalize-line-endings v0.3.0
20852024-11-13T04:28:27.443Z Checking whoami v1.5.2
20862024-11-13T04:28:27.478Z Checking minimal-lexical v0.2.1
20872024-11-13T04:28:27.512Z Checking predicates v3.1.2
20882024-11-13T04:28:27.555Z Checking ed25519-dalek v2.1.1
20892024-11-13T04:28:27.613Z Checking string_cache v0.8.7
20902024-11-13T04:28:27.717Z Checking tokio-postgres v0.7.12
20912024-11-13T04:28:27.857Z Checking nom v7.1.3
20922024-11-13T04:28:27.896Z Checking bit-set v0.5.3
20932024-11-13T04:28:27.898Z Checking indicatif v0.17.8
20942024-11-13T04:28:27.941Z Checking qorb v0.2.0
20952024-11-13T04:28:27.943Z Checking toml v0.7.8
20962024-11-13T04:28:27.993Z Checking similar v2.6.0
20972024-11-13T04:28:28.132Z Checking petgraph v0.6.5
20982024-11-13T04:28:28.148Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992024-11-13T04:28:28.647Z Checking reqwest v0.12.9
21002024-11-13T04:28:28.668Z Checking ecdsa v0.16.9
21012024-11-13T04:28:28.857Z Checking rsa v0.9.6
21022024-11-13T04:28:29.378Z Checking clap v4.5.20
21032024-11-13T04:28:29.497Z Checking zip v0.6.6
21042024-11-13T04:28:29.943Z Checking crossterm v0.28.1
21052024-11-13T04:28:30.179Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21062024-11-13T04:28:30.205Z Checking itertools v0.12.1
21072024-11-13T04:28:30.489Z Checking itertools v0.10.5
21082024-11-13T04:28:30.505Z Checking fs-err v2.11.0
21092024-11-13T04:28:30.710Z Checking ahash v0.8.11
21102024-11-13T04:28:30.795Z Checking x509-cert v0.2.5
21112024-11-13T04:28:31.048Z Checking semver v1.0.23
21122024-11-13T04:28:31.287Z Checking hex v0.4.3
21132024-11-13T04:28:31.459Z Checking lalrpop-util v0.19.12
21142024-11-13T04:28:31.485Z Checking peg-runtime v0.8.3
21152024-11-13T04:28:31.707Z Checking sigpipe v0.1.3
21162024-11-13T04:28:32.952Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-11-13T04:28:33.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s
21182024-11-13T04:28:33.420Z
21192024-11-13T04:28:33.420Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
21202024-11-13T04:28:33.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-11-13T04:28:33.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-11-13T04:28:34.057Z Compiling hashbrown v0.14.5
21232024-11-13T04:28:34.176Z Checking heck v0.5.0
21242024-11-13T04:28:34.189Z Compiling unsafe-libyaml v0.2.11
21252024-11-13T04:28:34.204Z Compiling ident_case v1.0.1
21262024-11-13T04:28:34.208Z Checking progenitor-client v0.8.0
21272024-11-13T04:28:34.234Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282024-11-13T04:28:34.248Z Compiling proc-macro-crate v1.3.1
21292024-11-13T04:28:34.331Z Checking ipnetwork v0.20.0
21302024-11-13T04:28:34.366Z Compiling darling_core v0.20.10
21312024-11-13T04:28:34.568Z Compiling structmeta-derive v0.3.0
21322024-11-13T04:28:34.586Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21332024-11-13T04:28:34.662Z Compiling newtype-uuid v1.1.3
21342024-11-13T04:28:34.908Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-11-13T04:28:34.976Z Compiling lzma-sys v0.1.20
21362024-11-13T04:28:35.247Z Compiling foreign-types-macros v0.2.3
21372024-11-13T04:28:35.302Z Checking regress v0.10.1
21382024-11-13T04:28:35.382Z Compiling num_enum_derive v0.5.11
21392024-11-13T04:28:35.730Z Compiling serde_yaml v0.9.34+deprecated
21402024-11-13T04:28:36.111Z Checking foreign-types-shared v0.3.1
21412024-11-13T04:28:36.222Z Checking arc-swap v1.7.1
21422024-11-13T04:28:36.510Z Checking foreign-types v0.5.0
21432024-11-13T04:28:36.636Z Checking slog-scope v4.4.0
21442024-11-13T04:28:36.658Z Compiling proc-macro-error v1.0.4
21452024-11-13T04:28:37.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21462024-11-13T04:28:37.384Z Checking tungstenite v0.21.0
21472024-11-13T04:28:37.431Z Compiling heck v0.3.3
21482024-11-13T04:28:37.524Z Compiling structmeta v0.3.0
21492024-11-13T04:28:37.867Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21502024-11-13T04:28:37.939Z Compiling parse-display-derive v0.10.0
21512024-11-13T04:28:38.000Z Checking num_enum v0.5.11
21522024-11-13T04:28:38.149Z Checking cstr-argument v0.1.2
21532024-11-13T04:28:38.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21542024-11-13T04:28:38.324Z Checking instant v0.1.13
21552024-11-13T04:28:38.429Z Checking fastrand v2.1.1
21562024-11-13T04:28:38.677Z Checking base64 v0.21.7
21572024-11-13T04:28:38.734Z Checking typify-impl v0.2.0
21582024-11-13T04:28:38.761Z Checking pretty-hex v0.2.1
21592024-11-13T04:28:38.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21602024-11-13T04:28:39.081Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-13T04:28:39.127Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21622024-11-13T04:28:39.222Z Checking tempfile v3.13.0
21632024-11-13T04:28:39.396Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21642024-11-13T04:28:39.551Z Checking backoff v0.4.0
21652024-11-13T04:28:39.589Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21662024-11-13T04:28:39.861Z Checking tokio-tungstenite v0.21.0
21672024-11-13T04:28:39.950Z Checking strum v0.26.3
21682024-11-13T04:28:40.030Z Compiling zone_cfg_derive v0.1.2
21692024-11-13T04:28:40.112Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21702024-11-13T04:28:40.382Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21712024-11-13T04:28:40.655Z Checking slog-stdlog v4.1.1
21722024-11-13T04:28:40.789Z Checking regress v0.9.1
21732024-11-13T04:28:40.852Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21742024-11-13T04:28:40.892Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21752024-11-13T04:28:41.025Z Checking colored v2.1.0
21762024-11-13T04:28:41.163Z Checking macaddr v1.0.1
21772024-11-13T04:28:41.291Z Checking base64 v0.13.1
21782024-11-13T04:28:41.441Z Compiling darling_macro v0.20.10
21792024-11-13T04:28:41.467Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-11-13T04:28:41.534Z Checking zone v0.1.8
21812024-11-13T04:28:41.663Z Checking ron v0.7.1
21822024-11-13T04:28:41.930Z Checking xz2 v0.1.7
21832024-11-13T04:28:42.231Z Checking slog-envlogger v2.2.0
21842024-11-13T04:28:42.248Z Checking tabwriter v1.4.0
21852024-11-13T04:28:42.374Z Compiling darling v0.20.10
21862024-11-13T04:28:42.446Z Checking xattr v1.3.1
21872024-11-13T04:28:42.463Z Checking pem v3.0.4
21882024-11-13T04:28:42.494Z Compiling serde_with_macros v3.11.0
21892024-11-13T04:28:42.560Z Checking parse-display v0.10.0
21902024-11-13T04:28:42.639Z Checking yasna v0.5.2
21912024-11-13T04:28:42.716Z Checking headers-core v0.3.0
21922024-11-13T04:28:42.740Z Checking smf v0.2.3
21932024-11-13T04:28:42.773Z Checking filetime v0.2.25
21942024-11-13T04:28:42.849Z Checking same-file v1.0.6
21952024-11-13T04:28:42.977Z Checking tar v0.4.43
21962024-11-13T04:28:43.008Z Checking walkdir v2.5.0
21972024-11-13T04:28:43.183Z Checking headers v0.4.0
21982024-11-13T04:28:43.225Z Checking atomicwrites v0.4.4
21992024-11-13T04:28:43.273Z Checking camino-tempfile v1.1.1
22002024-11-13T04:28:43.416Z Checking subprocess v0.2.9
22012024-11-13T04:28:43.495Z Checking rcgen v0.12.1
22022024-11-13T04:28:44.886Z Checking serde_with v3.11.0
22032024-11-13T04:28:48.183Z Compiling typify-macro v0.2.0
22042024-11-13T04:28:50.043Z Compiling typify v0.2.0
22052024-11-13T04:28:50.113Z Compiling progenitor-impl v0.8.0
22062024-11-13T04:28:53.287Z Compiling progenitor-macro v0.8.0
22072024-11-13T04:28:58.575Z Checking progenitor v0.8.0
22082024-11-13T04:28:58.728Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22092024-11-13T04:28:58.731Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22102024-11-13T04:29:01.434Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22112024-11-13T04:29:01.723Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22122024-11-13T04:29:08.455Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22132024-11-13T04:29:10.045Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22142024-11-13T04:29:11.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.88s
22152024-11-13T04:29:11.475Z
22162024-11-13T04:29:11.475Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
22172024-11-13T04:29:12.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182024-11-13T04:29:12.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192024-11-13T04:29:12.128Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-11-13T04:29:13.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
22212024-11-13T04:29:13.713Z
22222024-11-13T04:29:13.713Zinfo: running `cargo check --bins` on nexus-config (31/168)
22232024-11-13T04:29:14.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-11-13T04:29:14.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-11-13T04:29:14.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-11-13T04:29:14.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22272024-11-13T04:29:14.321Z
22282024-11-13T04:29:14.321Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
22292024-11-13T04:29:14.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-11-13T04:29:14.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-11-13T04:29:14.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-11-13T04:29:14.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22332024-11-13T04:29:14.922Z
22342024-11-13T04:29:14.923Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
22352024-11-13T04:29:15.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-11-13T04:29:15.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-11-13T04:29:15.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-11-13T04:29:15.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22392024-11-13T04:29:15.545Z
22402024-11-13T04:29:15.545Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
22412024-11-13T04:29:16.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-11-13T04:29:16.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-11-13T04:29:16.195Z Compiling heapless v0.8.0
22442024-11-13T04:29:16.197Z Checking hash32 v0.3.1
22452024-11-13T04:29:16.307Z Compiling smoltcp v0.11.0
22462024-11-13T04:29:16.317Z Checking cobs v0.2.3
22472024-11-13T04:29:16.328Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22482024-11-13T04:29:16.330Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22492024-11-13T04:29:16.356Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22502024-11-13T04:29:16.359Z Compiling crucible-workspace-hack v0.1.0
22512024-11-13T04:29:16.461Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22522024-11-13T04:29:16.476Z Checking postcard v1.0.10
22532024-11-13T04:29:16.491Z Checking newline-converter v0.3.0
22542024-11-13T04:29:16.639Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22552024-11-13T04:29:16.641Z Compiling convert_case v0.4.0
22562024-11-13T04:29:16.669Z Checking expectorate v1.1.0
22572024-11-13T04:29:16.847Z Compiling zone_cfg_derive v0.3.0
22582024-11-13T04:29:16.915Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22592024-11-13T04:29:16.995Z Checking itertools v0.13.0
22602024-11-13T04:29:17.009Z Compiling num-derive v0.4.2
22612024-11-13T04:29:17.203Z Compiling slog-dtrace v0.3.0
22622024-11-13T04:29:17.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22632024-11-13T04:29:17.516Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22642024-11-13T04:29:17.604Z Compiling derive_more v0.99.18
22652024-11-13T04:29:18.283Z Checking zone v0.3.0
22662024-11-13T04:29:18.992Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22672024-11-13T04:29:20.364Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22682024-11-13T04:29:21.276Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22692024-11-13T04:29:21.548Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22702024-11-13T04:29:22.362Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22712024-11-13T04:29:22.938Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22722024-11-13T04:29:24.203Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22732024-11-13T04:29:25.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.62s
22742024-11-13T04:29:25.332Z
22752024-11-13T04:29:25.332Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
22762024-11-13T04:29:25.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772024-11-13T04:29:25.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782024-11-13T04:29:25.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792024-11-13T04:29:25.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22802024-11-13T04:29:25.953Z
22812024-11-13T04:29:25.953Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
22822024-11-13T04:29:26.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832024-11-13T04:29:26.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842024-11-13T04:29:26.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852024-11-13T04:29:26.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22862024-11-13T04:29:26.579Z
22872024-11-13T04:29:26.579Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
22882024-11-13T04:29:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892024-11-13T04:29:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902024-11-13T04:29:27.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912024-11-13T04:29:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22922024-11-13T04:29:27.305Z
22932024-11-13T04:29:27.305Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
22942024-11-13T04:29:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952024-11-13T04:29:27.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962024-11-13T04:29:27.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972024-11-13T04:29:27.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22982024-11-13T04:29:28.022Z
22992024-11-13T04:29:28.022Zinfo: running `cargo check --bins` on dns-server (39/168)
23002024-11-13T04:29:28.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-11-13T04:29:28.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-11-13T04:29:28.657Z Compiling parking_lot_core v0.8.6
23032024-11-13T04:29:28.657Z Checking nibble_vec v0.1.0
23042024-11-13T04:29:28.660Z Checking endian-type v0.1.2
23052024-11-13T04:29:28.660Z Checking fxhash v0.2.1
23062024-11-13T04:29:28.660Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23072024-11-13T04:29:28.757Z Checking hickory-server v0.24.1
23082024-11-13T04:29:28.937Z Checking radix_trie v0.2.1
23092024-11-13T04:29:29.208Z Checking hickory-client v0.24.1
23102024-11-13T04:29:29.348Z Checking parking_lot v0.11.2
23112024-11-13T04:29:29.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23122024-11-13T04:29:29.472Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23132024-11-13T04:29:29.592Z Checking sled v0.34.7
23142024-11-13T04:29:31.443Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23152024-11-13T04:29:32.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
23162024-11-13T04:29:32.800Z
23172024-11-13T04:29:32.800Zinfo: running `cargo check --bins` on dns-server-api (40/168)
23182024-11-13T04:29:33.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-11-13T04:29:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-11-13T04:29:33.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212024-11-13T04:29:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23222024-11-13T04:29:33.400Z
23232024-11-13T04:29:33.400Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
23242024-11-13T04:29:33.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-11-13T04:29:33.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-11-13T04:29:33.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272024-11-13T04:29:33.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23282024-11-13T04:29:34.003Z
23292024-11-13T04:29:34.003Zinfo: running `cargo check --bins` on dns-service-client (42/168)
23302024-11-13T04:29:34.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-11-13T04:29:34.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-11-13T04:29:34.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-11-13T04:29:34.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23342024-11-13T04:29:34.609Z
23352024-11-13T04:29:34.609Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
23362024-11-13T04:29:35.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-11-13T04:29:35.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-11-13T04:29:35.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-11-13T04:29:35.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23402024-11-13T04:29:35.269Z
23412024-11-13T04:29:35.269Zinfo: running `cargo check --bins` on gateway-types (44/168)
23422024-11-13T04:29:35.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-11-13T04:29:35.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-11-13T04:29:35.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-11-13T04:29:35.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23462024-11-13T04:29:35.875Z
23472024-11-13T04:29:35.875Zinfo: running `cargo check --bins` on ipcc (45/168)
23482024-11-13T04:29:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-11-13T04:29:36.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-11-13T04:29:36.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-11-13T04:29:36.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23522024-11-13T04:29:36.476Z
23532024-11-13T04:29:36.476Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
23542024-11-13T04:29:37.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-11-13T04:29:37.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-11-13T04:29:37.150Z Checking num-rational v0.4.2
23572024-11-13T04:29:37.150Z Compiling progenitor-client v0.8.0
23582024-11-13T04:29:37.150Z Checking num-complex v0.4.6
23592024-11-13T04:29:37.153Z Compiling newtype-uuid v1.1.3
23602024-11-13T04:29:37.255Z Compiling ipnetwork v0.20.0
23612024-11-13T04:29:37.265Z Compiling instant v0.1.13
23622024-11-13T04:29:37.267Z Compiling radium v0.7.0
23632024-11-13T04:29:37.267Z Checking float-ord v0.3.2
23642024-11-13T04:29:37.435Z Compiling semver v0.1.20
23652024-11-13T04:29:37.556Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23662024-11-13T04:29:37.693Z Compiling progenitor v0.8.0
23672024-11-13T04:29:37.734Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23682024-11-13T04:29:37.849Z Compiling rustc_version v0.1.7
23692024-11-13T04:29:37.882Z Compiling backoff v0.4.0
23702024-11-13T04:29:37.944Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23712024-11-13T04:29:38.059Z Checking num v0.4.3
23722024-11-13T04:29:38.067Z Compiling parse-display v0.10.0
23732024-11-13T04:29:38.125Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742024-11-13T04:29:38.150Z Compiling serde_with v3.11.0
23752024-11-13T04:29:38.155Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23762024-11-13T04:29:38.211Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23772024-11-13T04:29:38.296Z Compiling regress v0.9.1
23782024-11-13T04:29:38.450Z Compiling macaddr v1.0.1
23792024-11-13T04:29:38.758Z Checking tap v1.0.1
23802024-11-13T04:29:38.853Z Compiling maybe-uninit v2.0.0
23812024-11-13T04:29:38.924Z Checking wyz v0.5.1
23822024-11-13T04:29:39.300Z Compiling newtype_derive v0.1.6
23832024-11-13T04:29:39.521Z Checking password-hash v0.5.0
23842024-11-13T04:29:39.569Z Checking blake2 v0.10.6
23852024-11-13T04:29:39.967Z Checking crc-catalog v2.4.0
23862024-11-13T04:29:40.002Z Compiling owo-colors v4.1.0
23872024-11-13T04:29:40.046Z Checking funty v2.0.0
23882024-11-13T04:29:40.107Z Compiling packed_struct v0.10.1
23892024-11-13T04:29:40.153Z Compiling cancel-safe-futures v0.1.5
23902024-11-13T04:29:40.283Z Checking crc v3.2.1
23912024-11-13T04:29:40.502Z Checking argon2 v0.5.3
23922024-11-13T04:29:40.692Z Compiling packed_struct_codegen v0.10.1
23932024-11-13T04:29:40.744Z Checking half v2.4.1
23942024-11-13T04:29:41.006Z Checking bitvec v1.0.1
23952024-11-13T04:29:41.188Z Compiling indexmap v1.9.3
23962024-11-13T04:29:41.205Z Checking nodrop v0.1.14
23972024-11-13T04:29:41.319Z Checking ciborium-io v0.2.2
23982024-11-13T04:29:41.438Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23992024-11-13T04:29:41.515Z Checking ciborium-ll v0.2.2
24002024-11-13T04:29:41.733Z Checking array-init v0.0.4
24012024-11-13T04:29:41.753Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24022024-11-13T04:29:41.815Z Checking smallvec v0.6.14
24032024-11-13T04:29:42.161Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24042024-11-13T04:29:42.639Z Checking prettyplease v0.2.25
24052024-11-13T04:29:42.728Z Checking libsw v3.3.1
24062024-11-13T04:29:42.865Z Compiling memoffset v0.9.1
24072024-11-13T04:29:42.976Z Checking swrite v0.1.0
24082024-11-13T04:29:43.102Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092024-11-13T04:29:43.164Z Checking bitfield v0.14.0
24102024-11-13T04:29:43.422Z Checking highway v1.2.0
24112024-11-13T04:29:43.462Z Checking linear-map v1.2.0
24122024-11-13T04:29:43.586Z Checking termcolor v1.4.1
24132024-11-13T04:29:43.730Z Checking hashbrown v0.12.3
24142024-11-13T04:29:43.775Z Checking indent_write v2.2.0
24152024-11-13T04:29:43.837Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24162024-11-13T04:29:43.967Z Checking ron v0.8.1
24172024-11-13T04:29:44.034Z Checking env_logger v0.10.2
24182024-11-13T04:29:44.085Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24192024-11-13T04:29:44.454Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24202024-11-13T04:29:45.417Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24212024-11-13T04:29:45.433Z Checking serde-hex v0.1.0
24222024-11-13T04:29:45.469Z Checking steno v0.4.1
24232024-11-13T04:29:45.505Z Checking ciborium v0.2.2
24242024-11-13T04:29:46.129Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24252024-11-13T04:29:46.384Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24262024-11-13T04:29:46.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24272024-11-13T04:29:47.035Z Checking hashbrown v0.13.2
24282024-11-13T04:29:47.145Z Checking humantime v2.1.0
24292024-11-13T04:29:47.454Z Checking crc-any v2.5.0
24302024-11-13T04:29:47.624Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24312024-11-13T04:29:47.624Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24322024-11-13T04:29:47.670Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24332024-11-13T04:29:47.917Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24342024-11-13T04:29:47.943Z Checking path-slash v0.1.5
24352024-11-13T04:29:48.071Z Checking object v0.30.4
24362024-11-13T04:29:48.089Z Checking nix v0.27.1
24372024-11-13T04:29:48.225Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24382024-11-13T04:29:48.261Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24392024-11-13T04:29:49.022Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24402024-11-13T04:29:49.270Z Checking tungstenite v0.23.0
24412024-11-13T04:29:49.381Z Checking kstat-rs v0.2.4
24422024-11-13T04:29:49.495Z Checking signal-hook-tokio v0.3.1
24432024-11-13T04:29:50.188Z Checking tokio-tungstenite v0.23.1
24442024-11-13T04:29:50.944Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24452024-11-13T04:29:51.013Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24462024-11-13T04:29:56.530Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24472024-11-13T04:29:58.412Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24482024-11-13T04:29:58.844Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24492024-11-13T04:30:02.286Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24502024-11-13T04:30:02.560Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24512024-11-13T04:30:03.420Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24522024-11-13T04:30:09.226Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24532024-11-13T04:30:09.926Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24542024-11-13T04:30:12.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.35s
24552024-11-13T04:30:13.018Z
24562024-11-13T04:30:13.018Zinfo: running `cargo check --bins` on gateway-api (47/168)
24572024-11-13T04:30:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-13T04:30:13.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-13T04:30:13.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-13T04:30:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24612024-11-13T04:30:13.649Z
24622024-11-13T04:30:13.649Zinfo: running `cargo check --bins` on oximeter (48/168)
24632024-11-13T04:30:14.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-13T04:30:14.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-13T04:30:14.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-13T04:30:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672024-11-13T04:30:14.278Z
24682024-11-13T04:30:14.278Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
24692024-11-13T04:30:14.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-13T04:30:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-13T04:30:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-13T04:30:14.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24732024-11-13T04:30:14.874Z
24742024-11-13T04:30:14.874Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
24752024-11-13T04:30:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-13T04:30:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-13T04:30:15.493Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24782024-11-13T04:30:15.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24792024-11-13T04:30:16.112Z
24802024-11-13T04:30:16.112Zinfo: running `cargo check --bins` on oximeter-types (51/168)
24812024-11-13T04:30:16.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-13T04:30:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-13T04:30:16.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-13T04:30:16.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852024-11-13T04:30:16.732Z
24862024-11-13T04:30:16.732Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
24872024-11-13T04:30:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-13T04:30:17.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-13T04:30:17.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-13T04:30:17.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24912024-11-13T04:30:17.359Z
24922024-11-13T04:30:17.359Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
24932024-11-13T04:30:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-13T04:30:17.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-13T04:30:17.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-11-13T04:30:17.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24972024-11-13T04:30:17.962Z
24982024-11-13T04:30:17.962Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24992024-11-13T04:30:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-13T04:30:18.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-13T04:30:18.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-13T04:30:18.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-11-13T04:30:18.581Z
25042024-11-13T04:30:18.581Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
25052024-11-13T04:30:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-13T04:30:19.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-13T04:30:19.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-13T04:30:19.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092024-11-13T04:30:19.205Z
25102024-11-13T04:30:19.205Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
25112024-11-13T04:30:19.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-13T04:30:19.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-13T04:30:19.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-13T04:30:19.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-11-13T04:30:19.826Z
25162024-11-13T04:30:19.826Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
25172024-11-13T04:30:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-13T04:30:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-13T04:30:20.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-13T04:30:20.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25212024-11-13T04:30:20.442Z
25222024-11-13T04:30:20.442Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
25232024-11-13T04:30:20.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-13T04:30:20.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-13T04:30:20.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-13T04:30:20.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25272024-11-13T04:30:21.051Z
25282024-11-13T04:30:21.051Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
25292024-11-13T04:30:21.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-13T04:30:21.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-13T04:30:21.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-13T04:30:21.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25332024-11-13T04:30:21.656Z
25342024-11-13T04:30:21.656Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
25352024-11-13T04:30:22.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-13T04:30:22.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-13T04:30:22.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-13T04:30:22.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25392024-11-13T04:30:22.297Z
25402024-11-13T04:30:22.297Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
25412024-11-13T04:30:22.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-13T04:30:22.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-13T04:30:22.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-13T04:30:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-11-13T04:30:22.911Z
25462024-11-13T04:30:22.911Zinfo: running `cargo check --bins` on nexus-client (62/168)
25472024-11-13T04:30:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-13T04:30:23.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-13T04:30:23.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-13T04:30:23.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25512024-11-13T04:30:23.544Z
25522024-11-13T04:30:23.544Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
25532024-11-13T04:30:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-13T04:30:24.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-13T04:30:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-13T04:30:24.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25572024-11-13T04:30:24.164Z
25582024-11-13T04:30:24.164Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
25592024-11-13T04:30:24.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-13T04:30:24.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-13T04:30:24.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-13T04:30:24.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-11-13T04:30:24.769Z
25642024-11-13T04:30:24.769Zinfo: running `cargo check --bins` on nexus-types (65/168)
25652024-11-13T04:30:25.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-13T04:30:25.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-13T04:30:25.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-13T04:30:25.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25692024-11-13T04:30:25.409Z
25702024-11-13T04:30:25.409Zinfo: running `cargo check --bins` on gateway-client (66/168)
25712024-11-13T04:30:25.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-13T04:30:25.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-13T04:30:25.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-13T04:30:25.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25752024-11-13T04:30:26.001Z
25762024-11-13T04:30:26.001Zinfo: running `cargo check --bins` on oxql-types (67/168)
25772024-11-13T04:30:26.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-13T04:30:26.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-13T04:30:26.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-13T04:30:26.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-11-13T04:30:26.606Z
25822024-11-13T04:30:26.606Zinfo: running `cargo check --bins` on update-engine (68/168)
25832024-11-13T04:30:27.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-13T04:30:27.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-13T04:30:27.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-11-13T04:30:27.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25872024-11-13T04:30:27.210Z
25882024-11-13T04:30:27.210Zinfo: running `cargo check --bins` on sp-sim (69/168)
25892024-11-13T04:30:27.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-11-13T04:30:27.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-11-13T04:30:27.838Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25922024-11-13T04:30:29.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
25932024-11-13T04:30:29.863Z
25942024-11-13T04:30:29.863Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25952024-11-13T04:30:30.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-11-13T04:30:30.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-11-13T04:30:30.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-11-13T04:30:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25992024-11-13T04:30:30.522Z
26002024-11-13T04:30:30.522Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
26012024-11-13T04:30:31.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-11-13T04:30:31.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-11-13T04:30:31.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-11-13T04:30:31.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26052024-11-13T04:30:31.203Z
26062024-11-13T04:30:31.203Zinfo: running `cargo check --bins` on db-macros (72/168)
26072024-11-13T04:30:31.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-11-13T04:30:31.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-11-13T04:30:31.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-11-13T04:30:31.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26112024-11-13T04:30:31.817Z
26122024-11-13T04:30:31.817Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
26132024-11-13T04:30:32.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-11-13T04:30:32.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-11-13T04:30:32.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-11-13T04:30:32.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26172024-11-13T04:30:32.434Z
26182024-11-13T04:30:32.434Zinfo: running `cargo check --bins` on nexus-auth (74/168)
26192024-11-13T04:30:33.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-11-13T04:30:33.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-11-13T04:30:33.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-11-13T04:30:33.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26232024-11-13T04:30:33.089Z
26242024-11-13T04:30:33.089Zinfo: running `cargo check --bins` on authz-macros (75/168)
26252024-11-13T04:30:33.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-11-13T04:30:33.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-11-13T04:30:33.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-11-13T04:30:33.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26292024-11-13T04:30:33.689Z
26302024-11-13T04:30:33.689Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
26312024-11-13T04:30:34.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-11-13T04:30:34.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-11-13T04:30:34.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-11-13T04:30:34.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26352024-11-13T04:30:34.336Z
26362024-11-13T04:30:34.336Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
26372024-11-13T04:30:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-11-13T04:30:34.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-11-13T04:30:34.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-11-13T04:30:34.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26412024-11-13T04:30:34.971Z
26422024-11-13T04:30:34.971Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
26432024-11-13T04:30:35.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-11-13T04:30:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-11-13T04:30:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-11-13T04:30:35.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26472024-11-13T04:30:35.591Z
26482024-11-13T04:30:35.591Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
26492024-11-13T04:30:36.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-11-13T04:30:36.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-11-13T04:30:36.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-11-13T04:30:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26532024-11-13T04:30:36.223Z
26542024-11-13T04:30:36.223Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
26552024-11-13T04:30:36.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-11-13T04:30:36.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-11-13T04:30:36.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-11-13T04:30:36.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26592024-11-13T04:30:36.871Z
26602024-11-13T04:30:36.871Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
26612024-11-13T04:30:37.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-11-13T04:30:37.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-11-13T04:30:37.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-11-13T04:30:37.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26652024-11-13T04:30:37.503Z
26662024-11-13T04:30:37.503Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
26672024-11-13T04:30:38.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-13T04:30:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-13T04:30:38.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-11-13T04:30:38.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26712024-11-13T04:30:38.150Z
26722024-11-13T04:30:38.150Zinfo: running `cargo check --bins` on typed-rng (83/168)
26732024-11-13T04:30:38.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-11-13T04:30:38.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-11-13T04:30:38.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-11-13T04:30:38.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26772024-11-13T04:30:38.760Z
26782024-11-13T04:30:38.760Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
26792024-11-13T04:30:39.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-11-13T04:30:39.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-11-13T04:30:39.497Z Checking keccak v0.1.5
26822024-11-13T04:30:39.604Z Checking secrecy v0.8.0
26832024-11-13T04:30:39.608Z Compiling unicase v2.7.0
26842024-11-13T04:30:39.616Z Compiling same-file v1.0.6
26852024-11-13T04:30:39.627Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26862024-11-13T04:30:39.640Z Compiling tempfile v3.13.0
26872024-11-13T04:30:39.664Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26882024-11-13T04:30:39.666Z Compiling thiserror-impl-no-std v2.0.2
26892024-11-13T04:30:39.781Z Compiling walkdir v2.5.0
26902024-11-13T04:30:39.882Z Checking sha3 v0.10.8
26912024-11-13T04:30:39.908Z Checking universal-hash v0.5.1
26922024-11-13T04:30:39.981Z Compiling blake3 v1.5.4
26932024-11-13T04:30:40.074Z Compiling ring v0.16.20
26942024-11-13T04:30:40.110Z Checking opaque-debug v0.3.1
26952024-11-13T04:30:40.206Z Checking poly1305 v0.8.0
26962024-11-13T04:30:40.278Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26972024-11-13T04:30:40.472Z Checking chacha20 v0.9.1
26982024-11-13T04:30:40.527Z Checking aead v0.5.2
26992024-11-13T04:30:40.543Z Compiling memmap2 v0.9.5
27002024-11-13T04:30:40.571Z Compiling constant_time_eq v0.3.1
27012024-11-13T04:30:40.703Z Compiling salty v0.3.0
27022024-11-13T04:30:40.738Z Compiling arrayref v0.3.9
27032024-11-13T04:30:40.757Z Compiling arrayvec v0.7.6
27042024-11-13T04:30:40.801Z Compiling spin v0.5.2
27052024-11-13T04:30:40.840Z Compiling libefi-sys v0.1.0
27062024-11-13T04:30:40.974Z Checking chacha20poly1305 v0.10.1
27072024-11-13T04:30:41.149Z Compiling toolchain_find v0.4.0
27082024-11-13T04:30:41.151Z Compiling camino-tempfile v1.1.1
27092024-11-13T04:30:41.151Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27102024-11-13T04:30:41.286Z Compiling bitfield-struct v0.6.2
27112024-11-13T04:30:41.506Z Compiling topological-sort v0.2.2
27122024-11-13T04:30:41.573Z Compiling mime_guess v2.0.5
27132024-11-13T04:30:41.665Z Compiling rustfmt-wrapper v0.2.1
27142024-11-13T04:30:42.243Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27152024-11-13T04:30:42.243Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27162024-11-13T04:30:42.283Z Checking primeorder v0.13.6
27172024-11-13T04:30:42.454Z Checking env_filter v0.1.2
27182024-11-13T04:30:42.520Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27192024-11-13T04:30:42.685Z Checking env_logger v0.11.5
27202024-11-13T04:30:42.715Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27212024-11-13T04:30:42.732Z Checking p384 v0.13.0
27222024-11-13T04:30:42.801Z Checking thiserror-no-std v2.0.2
27232024-11-13T04:30:42.863Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27242024-11-13T04:30:42.863Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27252024-11-13T04:30:42.904Z Checking vsss-rs v3.3.4
27262024-11-13T04:30:43.111Z Checking gethostname v0.5.0
27272024-11-13T04:30:43.238Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27282024-11-13T04:30:43.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27292024-11-13T04:30:43.277Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27302024-11-13T04:30:43.547Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27312024-11-13T04:30:43.619Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27322024-11-13T04:30:43.724Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332024-11-13T04:30:43.839Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27342024-11-13T04:30:44.127Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27352024-11-13T04:30:44.145Z Checking nanorand v0.7.0
27362024-11-13T04:30:44.162Z Checking atty v0.2.14
27372024-11-13T04:30:44.193Z Checking glob v0.3.1
27382024-11-13T04:30:44.274Z Checking http-range v0.1.5
27392024-11-13T04:30:44.456Z Checking hyper-staticfile v0.10.1
27402024-11-13T04:30:44.484Z Checking flume v0.11.1
27412024-11-13T04:30:44.513Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27422024-11-13T04:30:44.982Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27432024-11-13T04:30:45.182Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27442024-11-13T04:30:45.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452024-11-13T04:30:45.705Z Compiling omicron-zone-package v0.11.1
27462024-11-13T04:30:46.061Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472024-11-13T04:30:46.669Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27482024-11-13T04:30:47.053Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27492024-11-13T04:30:47.309Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27502024-11-13T04:30:47.348Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27512024-11-13T04:30:47.578Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522024-11-13T04:30:47.895Z Checking display-error-chain v0.2.2
27532024-11-13T04:30:48.854Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27542024-11-13T04:30:49.689Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27552024-11-13T04:30:51.597Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562024-11-13T04:30:51.600Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27572024-11-13T04:31:01.722Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27582024-11-13T04:31:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.79s
27592024-11-13T04:31:14.736Z
27602024-11-13T04:31:14.736Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
27612024-11-13T04:31:15.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-13T04:31:15.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-13T04:31:15.467Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27642024-11-13T04:31:28.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
27652024-11-13T04:31:28.619Z
27662024-11-13T04:31:28.619Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
27672024-11-13T04:31:29.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-13T04:31:29.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-13T04:31:29.330Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27702024-11-13T04:31:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
27712024-11-13T04:31:42.589Z
27722024-11-13T04:31:42.589Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
27732024-11-13T04:31:43.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-13T04:31:43.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-13T04:31:43.297Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762024-11-13T04:31:56.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
27772024-11-13T04:31:56.633Z
27782024-11-13T04:31:56.633Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
27792024-11-13T04:31:57.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-13T04:31:57.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-13T04:31:57.348Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822024-11-13T04:32:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
27832024-11-13T04:32:10.578Z
27842024-11-13T04:32:10.578Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
27852024-11-13T04:32:11.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-13T04:32:11.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-13T04:32:11.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882024-11-13T04:32:24.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
27892024-11-13T04:32:24.615Z
27902024-11-13T04:32:24.615Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
27912024-11-13T04:32:25.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-13T04:32:25.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-13T04:32:25.338Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27942024-11-13T04:32:38.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
27952024-11-13T04:32:38.329Z
27962024-11-13T04:32:38.329Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27972024-11-13T04:32:38.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-13T04:32:38.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-13T04:32:39.043Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28002024-11-13T04:32:52.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28012024-11-13T04:32:52.268Z
28022024-11-13T04:32:52.268Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
28032024-11-13T04:32:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-13T04:32:52.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-13T04:32:52.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-13T04:32:52.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072024-11-13T04:32:52.900Z
28082024-11-13T04:32:52.900Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
28092024-11-13T04:32:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-13T04:32:53.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-13T04:32:53.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-13T04:32:53.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28132024-11-13T04:32:53.534Z
28142024-11-13T04:32:53.534Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
28152024-11-13T04:32:54.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-13T04:32:54.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-13T04:32:54.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-11-13T04:32:54.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192024-11-13T04:32:54.160Z
28202024-11-13T04:32:54.160Zinfo: running `cargo check --bins` on dpd-client (95/168)
28212024-11-13T04:32:54.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-13T04:32:54.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-13T04:32:54.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-11-13T04:32:54.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28252024-11-13T04:32:54.785Z
28262024-11-13T04:32:54.785Zinfo: running `cargo check --bins` on installinator-common (96/168)
28272024-11-13T04:32:55.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-11-13T04:32:55.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-11-13T04:32:55.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-11-13T04:32:55.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28312024-11-13T04:32:55.403Z
28322024-11-13T04:32:55.403Zinfo: running `cargo check --bins` on key-manager (97/168)
28332024-11-13T04:32:55.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-11-13T04:32:55.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-11-13T04:32:55.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-11-13T04:32:55.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28372024-11-13T04:32:56.021Z
28382024-11-13T04:32:56.021Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
28392024-11-13T04:32:56.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-11-13T04:32:56.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-11-13T04:32:56.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-11-13T04:32:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28432024-11-13T04:32:56.646Z
28442024-11-13T04:32:56.646Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
28452024-11-13T04:32:57.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-11-13T04:32:57.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-11-13T04:32:57.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-11-13T04:32:57.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28492024-11-13T04:32:57.265Z
28502024-11-13T04:32:57.265Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
28512024-11-13T04:32:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-11-13T04:32:57.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-11-13T04:32:57.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-11-13T04:32:57.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28552024-11-13T04:32:57.877Z
28562024-11-13T04:32:57.877Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
28572024-11-13T04:32:58.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-11-13T04:32:58.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-11-13T04:32:58.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-11-13T04:32:58.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28612024-11-13T04:32:58.530Z
28622024-11-13T04:32:58.530Zinfo: running `cargo check --bins` on sled-hardware (102/168)
28632024-11-13T04:32:59.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-13T04:32:59.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-13T04:32:59.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-11-13T04:32:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28672024-11-13T04:32:59.166Z
28682024-11-13T04:32:59.166Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
28692024-11-13T04:32:59.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-13T04:32:59.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-13T04:32:59.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-11-13T04:32:59.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28732024-11-13T04:32:59.796Z
28742024-11-13T04:32:59.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
28752024-11-13T04:33:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-13T04:33:00.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-13T04:33:00.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-11-13T04:33:00.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28792024-11-13T04:33:00.419Z
28802024-11-13T04:33:00.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
28812024-11-13T04:33:00.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-13T04:33:00.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-13T04:33:00.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-11-13T04:33:00.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28852024-11-13T04:33:01.066Z
28862024-11-13T04:33:01.067Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
28872024-11-13T04:33:01.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-11-13T04:33:01.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-11-13T04:33:01.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-11-13T04:33:01.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28912024-11-13T04:33:01.697Z
28922024-11-13T04:33:01.697Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28932024-11-13T04:33:02.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-11-13T04:33:02.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-11-13T04:33:02.368Z Compiling phf_generator v0.11.2
28962024-11-13T04:33:02.370Z Compiling parse-zoneinfo v0.3.1
28972024-11-13T04:33:02.481Z Compiling const_format_proc_macros v0.2.33
28982024-11-13T04:33:02.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992024-11-13T04:33:02.485Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
29002024-11-13T04:33:02.485Z Checking bcs v0.1.6
29012024-11-13T04:33:02.485Z Compiling async-recursion v1.1.1
29022024-11-13T04:33:02.493Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29032024-11-13T04:33:02.600Z Compiling phf_codegen v0.11.2
29042024-11-13T04:33:02.808Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29052024-11-13T04:33:03.150Z Compiling chrono-tz-build v0.4.0
29062024-11-13T04:33:04.139Z Checking const_format v0.2.33
29072024-11-13T04:33:04.213Z Compiling chrono-tz v0.10.0
29082024-11-13T04:33:14.900Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092024-11-13T04:33:16.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
29102024-11-13T04:33:16.914Z
29112024-11-13T04:33:16.914Zinfo: running `cargo check --bins` on oximeter-api (108/168)
29122024-11-13T04:33:17.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-11-13T04:33:17.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-11-13T04:33:17.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-11-13T04:33:17.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29162024-11-13T04:33:17.530Z
29172024-11-13T04:33:17.530Zinfo: running `cargo check --bins` on oximeter-client (109/168)
29182024-11-13T04:33:18.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-11-13T04:33:18.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-11-13T04:33:18.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212024-11-13T04:33:18.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29222024-11-13T04:33:18.154Z
29232024-11-13T04:33:18.154Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
29242024-11-13T04:33:18.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-11-13T04:33:18.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-11-13T04:33:18.806Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272024-11-13T04:33:19.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29282024-11-13T04:33:19.632Z
29292024-11-13T04:33:19.632Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
29302024-11-13T04:33:20.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-11-13T04:33:20.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-11-13T04:33:20.291Z Compiling cfg_aliases v0.1.1
29332024-11-13T04:33:20.291Z Compiling vte_generate_state_changes v0.1.2
29342024-11-13T04:33:20.293Z Checking fd-lock v4.0.2
29352024-11-13T04:33:20.413Z Checking bytecount v0.6.8
29362024-11-13T04:33:20.422Z Compiling tabled_derive v0.7.0
29372024-11-13T04:33:20.435Z Compiling peg-macros v0.8.4
29382024-11-13T04:33:20.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392024-11-13T04:33:20.438Z Compiling sqlparser_derive v0.2.2
29402024-11-13T04:33:20.482Z Compiling nix v0.28.0
29412024-11-13T04:33:20.537Z Checking papergrid v0.11.0
29422024-11-13T04:33:20.560Z Checking home v0.5.9
29432024-11-13T04:33:20.700Z Checking nu-ansi-term v0.50.1
29442024-11-13T04:33:21.003Z Checking vte v0.11.1
29452024-11-13T04:33:21.094Z Checking unicode_categories v0.1.1
29462024-11-13T04:33:21.405Z Checking sqlformat v0.2.6
29472024-11-13T04:33:21.486Z Checking sqlparser v0.45.0
29482024-11-13T04:33:22.347Z Checking strip-ansi-escapes v0.2.0
29492024-11-13T04:33:22.502Z Checking reedline v0.35.0
29502024-11-13T04:33:22.643Z Checking tabled v0.15.0
29512024-11-13T04:33:23.231Z Checking peg v0.8.4
29522024-11-13T04:33:23.688Z Checking rustyline v14.0.0
29532024-11-13T04:33:33.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
29542024-11-13T04:33:33.679Z
29552024-11-13T04:33:33.679Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
29562024-11-13T04:33:34.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-11-13T04:33:34.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-11-13T04:33:34.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29592024-11-13T04:33:40.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
29602024-11-13T04:33:40.686Z
29612024-11-13T04:33:40.686Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
29622024-11-13T04:33:41.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-11-13T04:33:41.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-11-13T04:33:41.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29652024-11-13T04:33:46.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
29662024-11-13T04:33:46.191Z
29672024-11-13T04:33:46.191Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
29682024-11-13T04:33:46.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-11-13T04:33:46.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-11-13T04:33:46.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29712024-11-13T04:33:52.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
29722024-11-13T04:33:52.871Z
29732024-11-13T04:33:52.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
29742024-11-13T04:33:53.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-13T04:33:53.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-13T04:33:53.529Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772024-11-13T04:33:59.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
29782024-11-13T04:33:59.627Z
29792024-11-13T04:33:59.627Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
29802024-11-13T04:34:00.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-13T04:34:00.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-13T04:34:00.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29832024-11-13T04:34:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
29842024-11-13T04:34:05.390Z
29852024-11-13T04:34:05.390Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
29862024-11-13T04:34:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-13T04:34:05.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-13T04:34:06.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29892024-11-13T04:34:11.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
29902024-11-13T04:34:11.305Z
29912024-11-13T04:34:11.305Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
29922024-11-13T04:34:11.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-13T04:34:11.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-13T04:34:11.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952024-11-13T04:34:18.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
29962024-11-13T04:34:18.325Z
29972024-11-13T04:34:18.325Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29982024-11-13T04:34:18.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-13T04:34:18.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-13T04:34:18.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012024-11-13T04:34:18.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30022024-11-13T04:34:18.989Z
30032024-11-13T04:34:18.989Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
30042024-11-13T04:34:19.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-13T04:34:19.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-13T04:34:19.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072024-11-13T04:34:19.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30082024-11-13T04:34:19.602Z
30092024-11-13T04:34:19.602Zinfo: running `cargo check --bins` on installinator-client (121/168)
30102024-11-13T04:34:20.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-11-13T04:34:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-11-13T04:34:20.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-11-13T04:34:20.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30142024-11-13T04:34:20.245Z
30152024-11-13T04:34:20.245Zinfo: running `cargo check --bins` on oxide-client (122/168)
30162024-11-13T04:34:20.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-11-13T04:34:20.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-11-13T04:34:20.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-11-13T04:34:20.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30202024-11-13T04:34:20.851Z
30212024-11-13T04:34:20.852Zinfo: running `cargo check --bins` on wicketd-client (123/168)
30222024-11-13T04:34:21.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-11-13T04:34:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-11-13T04:34:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-11-13T04:34:21.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30262024-11-13T04:34:21.507Z
30272024-11-13T04:34:21.507Zinfo: running `cargo check --bins` on wicket-common (124/168)
30282024-11-13T04:34:22.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-11-13T04:34:22.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-11-13T04:34:22.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-11-13T04:34:22.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30322024-11-13T04:34:22.142Z
30332024-11-13T04:34:22.142Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
30342024-11-13T04:34:22.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-11-13T04:34:22.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-11-13T04:34:22.787Z Checking csv-core v0.1.11
30372024-11-13T04:34:22.789Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30382024-11-13T04:34:23.096Z Checking csv v1.3.0
30392024-11-13T04:34:23.629Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30402024-11-13T04:34:23.967Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30412024-11-13T04:34:25.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30422024-11-13T04:34:25.376Z
30432024-11-13T04:34:25.376Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
30442024-11-13T04:34:25.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-11-13T04:34:25.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-11-13T04:34:25.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-11-13T04:34:25.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30482024-11-13T04:34:25.996Z
30492024-11-13T04:34:25.996Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
30502024-11-13T04:34:26.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-11-13T04:34:26.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-11-13T04:34:26.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-11-13T04:34:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542024-11-13T04:34:26.610Z
30552024-11-13T04:34:26.611Zinfo: running `cargo check --bins` on cert-dev (128/168)
30562024-11-13T04:34:27.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-11-13T04:34:27.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-11-13T04:34:27.217Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30592024-11-13T04:34:27.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30602024-11-13T04:34:27.646Z
30612024-11-13T04:34:27.646Zinfo: running `cargo check --bins` on ch-dev (129/168)
30622024-11-13T04:34:28.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-11-13T04:34:28.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-11-13T04:34:28.309Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30652024-11-13T04:34:29.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
30662024-11-13T04:34:29.205Z
30672024-11-13T04:34:29.205Zinfo: running `cargo check --bins` on crdb-seed (130/168)
30682024-11-13T04:34:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-11-13T04:34:29.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-11-13T04:34:29.853Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30712024-11-13T04:34:30.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30722024-11-13T04:34:30.385Z
30732024-11-13T04:34:30.385Zinfo: running `cargo check --bins` on db-dev (131/168)
30742024-11-13T04:34:30.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-11-13T04:34:30.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-11-13T04:34:31.022Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30772024-11-13T04:34:31.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
30782024-11-13T04:34:31.926Z
30792024-11-13T04:34:31.926Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
30802024-11-13T04:34:32.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-13T04:34:32.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-13T04:34:32.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-11-13T04:34:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30842024-11-13T04:34:32.551Z
30852024-11-13T04:34:32.551Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
30862024-11-13T04:34:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-11-13T04:34:33.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-11-13T04:34:33.142Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30892024-11-13T04:34:34.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
30902024-11-13T04:34:34.185Z
30912024-11-13T04:34:34.186Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
30922024-11-13T04:34:34.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-13T04:34:34.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-13T04:34:34.794Z Checking cargo-platform v0.1.8
30952024-11-13T04:34:35.061Z Checking cargo_metadata v0.18.1
30962024-11-13T04:34:36.036Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30972024-11-13T04:34:36.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
30982024-11-13T04:34:36.934Z
30992024-11-13T04:34:36.935Zinfo: running `cargo check --bins` on mgs-dev (135/168)
31002024-11-13T04:34:37.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-11-13T04:34:37.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-11-13T04:34:37.624Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31032024-11-13T04:34:38.344Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31042024-11-13T04:34:38.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31052024-11-13T04:34:39.082Z
31062024-11-13T04:34:39.082Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
31072024-11-13T04:34:39.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-13T04:34:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-13T04:34:39.860Z Compiling crunchy v0.2.2
31102024-11-13T04:34:39.860Z Compiling tiny-keccak v2.0.2
31112024-11-13T04:34:39.863Z Compiling dsl_auto_type v0.1.2
31122024-11-13T04:34:39.863Z Checking scheduled-thread-pool v0.2.7
31132024-11-13T04:34:39.863Z Compiling diesel_table_macro_syntax v0.2.0
31142024-11-13T04:34:39.993Z Compiling ascii-canvas v3.0.0
31152024-11-13T04:34:40.007Z Compiling ena v0.14.3
31162024-11-13T04:34:40.010Z Compiling regex-syntax v0.6.29
31172024-11-13T04:34:40.188Z Checking r2d2 v0.8.10
31182024-11-13T04:34:40.248Z Compiling diff v0.1.13
31192024-11-13T04:34:40.427Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31202024-11-13T04:34:40.430Z Compiling ref-cast v1.0.23
31212024-11-13T04:34:40.482Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31222024-11-13T04:34:40.586Z Compiling derive_builder_core v0.20.2
31232024-11-13T04:34:40.638Z Compiling libxml v0.3.3
31242024-11-13T04:34:40.752Z Compiling ref-cast-impl v1.0.23
31252024-11-13T04:34:40.884Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262024-11-13T04:34:41.040Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31272024-11-13T04:34:41.059Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31282024-11-13T04:34:41.207Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292024-11-13T04:34:41.338Z Compiling strum_macros v0.24.3
31302024-11-13T04:34:41.415Z Compiling samael v0.0.17
31312024-11-13T04:34:41.582Z Compiling diesel_derives v2.2.3
31322024-11-13T04:34:41.620Z Compiling indoc v1.0.9
31332024-11-13T04:34:42.583Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31342024-11-13T04:34:42.860Z Compiling impl-trait-for-tuples v0.2.2
31352024-11-13T04:34:43.060Z Compiling derive_builder_macro v0.20.2
31362024-11-13T04:34:43.209Z Compiling lalrpop v0.19.12
31372024-11-13T04:34:43.949Z Checking derive_builder v0.20.2
31382024-11-13T04:34:44.090Z Compiling oso-derive v0.27.3
31392024-11-13T04:34:44.554Z Checking quick-xml v0.33.0
31402024-11-13T04:34:45.013Z Compiling diesel-dtrace v0.3.0
31412024-11-13T04:34:45.227Z Checking maplit v1.0.2
31422024-11-13T04:34:45.365Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31432024-11-13T04:34:45.387Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31442024-11-13T04:34:45.676Z Checking bb8 v0.8.5
31452024-11-13T04:34:46.090Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31462024-11-13T04:34:46.164Z Checking castaway v0.2.3
31472024-11-13T04:34:46.185Z Checking rand_seeder v0.3.0
31482024-11-13T04:34:46.342Z Checking compact_str v0.8.0
31492024-11-13T04:34:46.400Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31502024-11-13T04:34:46.423Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31512024-11-13T04:34:46.625Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31522024-11-13T04:34:47.112Z Checking unicode-truncate v1.1.0
31532024-11-13T04:34:47.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31542024-11-13T04:34:47.338Z Checking lru v0.12.5
31552024-11-13T04:34:47.521Z Compiling instability v0.3.2
31562024-11-13T04:34:47.632Z Checking cassowary v0.3.0
31572024-11-13T04:34:47.839Z Checking unicode-linebreak v0.1.5
31582024-11-13T04:34:48.062Z Checking is_ci v1.2.0
31592024-11-13T04:34:48.202Z Checking smawk v0.3.2
31602024-11-13T04:34:48.256Z Checking supports-color v3.0.1
31612024-11-13T04:34:48.407Z Checking textwrap v0.16.1
31622024-11-13T04:34:48.441Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31632024-11-13T04:34:48.492Z Checking multimap v0.10.0
31642024-11-13T04:34:48.573Z Checking ratatui v0.28.1
31652024-11-13T04:34:51.351Z Checking diesel v2.2.4
31662024-11-13T04:35:16.403Z Compiling polar-core v0.27.3
31672024-11-13T04:35:21.308Z Checking async-bb8-diesel v0.2.1
31682024-11-13T04:35:23.783Z Checking oso v0.27.3
31692024-11-13T04:36:32.242Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31702024-11-13T04:36:38.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
31712024-11-13T04:36:38.504Z
31722024-11-13T04:36:38.504Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
31732024-11-13T04:36:39.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-11-13T04:36:39.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-11-13T04:36:39.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-11-13T04:36:39.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31772024-11-13T04:36:39.188Z
31782024-11-13T04:36:39.188Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
31792024-11-13T04:36:39.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-11-13T04:36:39.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-11-13T04:36:39.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822024-11-13T04:36:39.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31832024-11-13T04:36:39.873Z
31842024-11-13T04:36:39.873Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31852024-11-13T04:36:40.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-11-13T04:36:40.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-11-13T04:36:40.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882024-11-13T04:36:40.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31892024-11-13T04:36:40.507Z
31902024-11-13T04:36:40.507Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31912024-11-13T04:36:41.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-11-13T04:36:41.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-11-13T04:36:41.306Z Compiling libz-sys v1.1.20
31942024-11-13T04:36:41.418Z Compiling libgit2-sys v0.17.0+1.8.1
31952024-11-13T04:36:41.432Z Compiling vergen v8.3.2
31962024-11-13T04:36:41.435Z Compiling cargo-platform v0.1.8
31972024-11-13T04:36:41.435Z Compiling pin-project-internal v1.1.6
31982024-11-13T04:36:41.469Z Compiling libsqlite3-sys v0.30.1
31992024-11-13T04:36:41.472Z Compiling snafu-derive v0.8.5
32002024-11-13T04:36:41.472Z Checking lockfree-object-pool v0.1.6
32012024-11-13T04:36:41.722Z Compiling buf-list v1.0.3
32022024-11-13T04:36:41.746Z Compiling cargo_metadata v0.18.1
32032024-11-13T04:36:41.964Z Checking bumpalo v3.16.0
32042024-11-13T04:36:42.025Z Compiling cfg_aliases v0.2.1
32052024-11-13T04:36:42.134Z Checking simd-adler32 v0.3.7
32062024-11-13T04:36:42.309Z Compiling zip v2.1.3
32072024-11-13T04:36:42.334Z Compiling rustls v0.21.12
32082024-11-13T04:36:42.421Z Compiling nix v0.29.0
32092024-11-13T04:36:42.462Z Checking zopfli v0.8.1
32102024-11-13T04:36:42.647Z Checking globset v0.4.15
32112024-11-13T04:36:42.665Z Checking rustls-webpki v0.101.7
32122024-11-13T04:36:43.120Z Checking sct v0.7.1
32132024-11-13T04:36:43.143Z Checking olpc-cjson v0.1.4
32142024-11-13T04:36:43.318Z Checking serde_plain v1.0.2
32152024-11-13T04:36:43.336Z Checking typed-path v0.9.3
32162024-11-13T04:36:44.312Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32172024-11-13T04:36:44.469Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32182024-11-13T04:36:44.549Z Checking pin-project v1.1.6
32192024-11-13T04:36:44.563Z Checking hashlink v0.9.1
32202024-11-13T04:36:44.679Z Checking parse-size v1.1.0
32212024-11-13T04:36:44.737Z Checking fallible-streaming-iterator v0.1.9
32222024-11-13T04:36:44.902Z Checking fallible-iterator v0.3.0
32232024-11-13T04:36:45.194Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32242024-11-13T04:36:45.293Z Checking rustls-pemfile v1.0.4
32252024-11-13T04:36:45.374Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32262024-11-13T04:36:45.481Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32272024-11-13T04:36:45.505Z Checking rusqlite v0.32.1
32282024-11-13T04:36:45.557Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32292024-11-13T04:36:45.643Z Checking twox-hash v1.6.3
32302024-11-13T04:36:45.679Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32312024-11-13T04:36:46.284Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322024-11-13T04:36:46.714Z Checking tokio-rustls v0.24.1
32332024-11-13T04:36:46.984Z Checking snafu v0.8.5
32342024-11-13T04:36:47.012Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32352024-11-13T04:36:47.051Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362024-11-13T04:36:47.081Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32372024-11-13T04:36:47.432Z Checking tough v0.19.0
32382024-11-13T04:36:47.567Z Checking fatfs v0.3.6
32392024-11-13T04:36:47.583Z Checking assert_matches v1.5.0
32402024-11-13T04:36:51.644Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32412024-11-13T04:36:53.052Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32422024-11-13T04:36:53.779Z Compiling git2 v0.19.0
32432024-11-13T04:36:58.626Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32442024-11-13T04:37:53.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
32452024-11-13T04:37:53.195Z
32462024-11-13T04:37:53.195Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
32472024-11-13T04:37:53.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-11-13T04:37:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-11-13T04:37:53.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502024-11-13T04:37:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32512024-11-13T04:37:53.870Z
32522024-11-13T04:37:53.870Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
32532024-11-13T04:37:54.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542024-11-13T04:37:54.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552024-11-13T04:37:54.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562024-11-13T04:37:54.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32572024-11-13T04:37:54.477Z
32582024-11-13T04:37:54.477Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
32592024-11-13T04:37:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602024-11-13T04:37:55.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612024-11-13T04:37:55.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622024-11-13T04:37:55.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32632024-11-13T04:37:55.112Z
32642024-11-13T04:37:55.113Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
32652024-11-13T04:37:55.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-13T04:37:55.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-13T04:37:55.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682024-11-13T04:37:55.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32692024-11-13T04:37:55.773Z
32702024-11-13T04:37:55.773Zinfo: running `cargo check --bins` on nexus-networking (145/168)
32712024-11-13T04:37:56.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-11-13T04:37:56.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-11-13T04:37:56.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742024-11-13T04:37:56.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32752024-11-13T04:37:56.444Z
32762024-11-13T04:37:56.444Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
32772024-11-13T04:37:57.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-11-13T04:37:57.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-11-13T04:37:57.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802024-11-13T04:37:57.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32812024-11-13T04:37:57.106Z
32822024-11-13T04:37:57.106Zinfo: running `cargo check --bins` on update-common (147/168)
32832024-11-13T04:37:57.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-11-13T04:37:57.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-11-13T04:37:57.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-11-13T04:37:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32872024-11-13T04:37:57.747Z
32882024-11-13T04:37:57.747Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32892024-11-13T04:37:58.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-11-13T04:37:58.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-11-13T04:37:58.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-11-13T04:37:58.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32932024-11-13T04:37:58.392Z
32942024-11-13T04:37:58.392Zinfo: running `cargo check --bins` on tufaceous (149/168)
32952024-11-13T04:37:58.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-11-13T04:37:58.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-11-13T04:37:59.057Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32982024-11-13T04:38:00.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
32992024-11-13T04:38:00.209Z
33002024-11-13T04:38:00.210Zinfo: running `cargo check --bins` on omicron-dev (150/168)
33012024-11-13T04:38:00.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-11-13T04:38:00.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-11-13T04:38:01.039Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33042024-11-13T04:38:01.162Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33052024-11-13T04:38:01.165Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33062024-11-13T04:38:01.165Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33072024-11-13T04:38:26.981Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33082024-11-13T04:38:26.985Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33092024-11-13T04:38:26.985Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33102024-11-13T04:38:26.985Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33112024-11-13T04:38:26.985Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33122024-11-13T04:38:27.920Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33132024-11-13T04:38:29.172Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33142024-11-13T04:39:08.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33152024-11-13T04:39:08.221Z
33162024-11-13T04:39:08.222Zinfo: running `cargo check --bins` on openapi-manager (151/168)
33172024-11-13T04:39:08.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-13T04:39:08.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-13T04:39:08.917Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202024-11-13T04:39:08.917Z Checking heck v0.4.1
33212024-11-13T04:39:08.920Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33222024-11-13T04:39:09.152Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33232024-11-13T04:39:10.548Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33242024-11-13T04:39:11.414Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33252024-11-13T04:39:12.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
33262024-11-13T04:39:12.686Z
33272024-11-13T04:39:12.686Zinfo: running `cargo check --bins` on installinator-api (152/168)
33282024-11-13T04:39:13.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292024-11-13T04:39:13.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302024-11-13T04:39:13.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312024-11-13T04:39:13.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33322024-11-13T04:39:13.315Z
33332024-11-13T04:39:13.315Zinfo: running `cargo check --bins` on wicketd-api (153/168)
33342024-11-13T04:39:13.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-11-13T04:39:13.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-11-13T04:39:13.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372024-11-13T04:39:13.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33382024-11-13T04:39:13.954Z
33392024-11-13T04:39:13.954Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
33402024-11-13T04:39:14.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-11-13T04:39:14.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-11-13T04:39:14.649Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33432024-11-13T04:39:15.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
33442024-11-13T04:39:16.018Z
33452024-11-13T04:39:16.018Zinfo: running `cargo check --bins` on omicron-releng (155/168)
33462024-11-13T04:39:16.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-11-13T04:39:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-11-13T04:39:16.672Z Checking memmap2 v0.9.5
33492024-11-13T04:39:16.672Z Checking spin v0.5.2
33502024-11-13T04:39:16.675Z Checking constant_time_eq v0.3.1
33512024-11-13T04:39:16.675Z Checking arrayref v0.3.9
33522024-11-13T04:39:16.675Z Checking arrayvec v0.7.6
33532024-11-13T04:39:16.675Z Checking topological-sort v0.2.2
33542024-11-13T04:39:16.675Z Checking shell-words v1.1.0
33552024-11-13T04:39:16.975Z Checking ring v0.16.20
33562024-11-13T04:39:17.053Z Checking blake3 v1.5.4
33572024-11-13T04:39:18.117Z Checking omicron-zone-package v0.11.1
33582024-11-13T04:39:19.266Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33592024-11-13T04:39:20.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
33602024-11-13T04:39:20.331Z
33612024-11-13T04:39:20.331Zinfo: running `cargo check --bins` on xtask (156/168)
33622024-11-13T04:39:20.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-13T04:39:20.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-13T04:39:20.753Z Checking bitflags v2.6.0
33652024-11-13T04:39:20.756Z Checking serde v1.0.215
33662024-11-13T04:39:20.756Z Checking thiserror v1.0.69
33672024-11-13T04:39:20.845Z Checking scroll v0.12.0
33682024-11-13T04:39:20.848Z Checking log v0.4.22
33692024-11-13T04:39:20.848Z Checking hashbrown v0.15.0
33702024-11-13T04:39:20.855Z Checking zerocopy v0.7.35
33712024-11-13T04:39:20.888Z Checking syn v2.0.87
33722024-11-13T04:39:20.938Z Checking pest v2.7.14
33732024-11-13T04:39:21.068Z Checking rustix v0.38.37
33742024-11-13T04:39:21.115Z Checking once_cell v1.20.2
33752024-11-13T04:39:21.296Z Checking goblin v0.8.2
33762024-11-13T04:39:21.408Z Checking fs-err v2.11.0
33772024-11-13T04:39:21.693Z Checking tabled v0.15.0
33782024-11-13T04:39:21.964Z Checking indexmap v2.6.0
33792024-11-13T04:39:22.303Z Checking anyhow v1.0.93
33802024-11-13T04:39:23.022Z Checking terminal_size v0.4.0
33812024-11-13T04:39:23.022Z Checking tempfile v3.13.0
33822024-11-13T04:39:23.166Z Checking clap_builder v4.5.20
33832024-11-13T04:39:23.457Z Checking dtrace-parser v0.2.0
33842024-11-13T04:39:24.951Z Checking serde_json v1.0.132
33852024-11-13T04:39:24.951Z Checking toml_datetime v0.6.8
33862024-11-13T04:39:24.954Z Checking serde_spanned v0.6.8
33872024-11-13T04:39:24.954Z Checking camino v1.1.9
33882024-11-13T04:39:24.954Z Checking semver v1.0.23
33892024-11-13T04:39:25.169Z Checking cargo-platform v0.1.8
33902024-11-13T04:39:25.232Z Checking toml_edit v0.22.22
33912024-11-13T04:39:25.353Z Checking macaddr v1.0.1
33922024-11-13T04:39:25.501Z Checking clap v4.5.20
33932024-11-13T04:39:25.561Z Checking camino-tempfile v1.1.1
33942024-11-13T04:39:26.176Z Checking dof v0.3.0
33952024-11-13T04:39:26.176Z Checking cargo_metadata v0.18.1
33962024-11-13T04:39:26.587Z Checking usdt-impl v0.5.0
33972024-11-13T04:39:26.952Z Checking usdt v0.5.0
33982024-11-13T04:39:27.065Z Checking toml v0.8.19
33992024-11-13T04:39:27.530Z Checking cargo_toml v0.20.5
34002024-11-13T04:39:28.762Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34012024-11-13T04:39:29.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
34022024-11-13T04:39:29.482Z
34032024-11-13T04:39:29.482Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
34042024-11-13T04:39:30.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052024-11-13T04:39:30.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062024-11-13T04:39:30.248Z Checking polyval v0.6.2
34072024-11-13T04:39:30.361Z Checking ctr v0.9.2
34082024-11-13T04:39:30.376Z Checking ssh-encoding v0.2.0
34092024-11-13T04:39:30.379Z Checking blowfish v0.9.1
34102024-11-13T04:39:30.399Z Checking password-hash v0.4.2
34112024-11-13T04:39:30.402Z Checking matches v0.1.10
34122024-11-13T04:39:30.426Z Checking p256 v0.13.2
34132024-11-13T04:39:30.429Z Checking p521 v0.13.3
34142024-11-13T04:39:30.502Z Checking idna v0.2.3
34152024-11-13T04:39:30.582Z Checking ghash v0.5.1
34162024-11-13T04:39:30.611Z Checking bcrypt-pbkdf v0.10.0
34172024-11-13T04:39:30.613Z Compiling enum-as-inner v0.5.1
34182024-11-13T04:39:30.682Z Checking russh-cryptovec v0.7.3
34192024-11-13T04:39:30.742Z Checking aes-gcm v0.10.3
34202024-11-13T04:39:30.780Z Checking pbkdf2 v0.11.0
34212024-11-13T04:39:30.885Z Checking md5 v0.7.0
34222024-11-13T04:39:30.909Z Checking num-bigint v0.4.6
34232024-11-13T04:39:30.926Z Checking des v0.8.1
34242024-11-13T04:39:30.985Z Checking ssh-cipher v0.2.0
34252024-11-13T04:39:31.050Z Checking hex-literal v0.4.1
34262024-11-13T04:39:31.172Z Compiling dhcproto-macros v0.1.0
34272024-11-13T04:39:31.247Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282024-11-13T04:39:31.247Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34292024-11-13T04:39:31.285Z Checking ssh-key v0.6.6
34302024-11-13T04:39:31.329Z Checking internet-checksum v0.2.1
34312024-11-13T04:39:31.620Z Checking trust-dns-proto v0.22.0
34322024-11-13T04:39:32.557Z Checking russh-keys v0.45.0
34332024-11-13T04:39:33.506Z Checking russh v0.45.0
34342024-11-13T04:39:35.532Z Checking dhcproto v0.12.0
34352024-11-13T04:39:51.456Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362024-11-13T04:39:52.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.36s
34372024-11-13T04:39:53.039Z
34382024-11-13T04:39:53.040Zinfo: running `cargo check --bins` on gateway-cli (158/168)
34392024-11-13T04:39:53.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402024-11-13T04:39:53.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412024-11-13T04:39:53.673Z Checking termios v0.3.3
34422024-11-13T04:39:53.891Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34432024-11-13T04:39:54.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
34442024-11-13T04:39:54.845Z
34452024-11-13T04:39:54.845Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
34462024-11-13T04:39:55.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472024-11-13T04:39:55.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482024-11-13T04:39:55.537Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34492024-11-13T04:39:57.563Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34502024-11-13T04:39:59.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
34512024-11-13T04:39:59.634Z
34522024-11-13T04:39:59.634Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
34532024-11-13T04:40:00.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542024-11-13T04:40:00.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552024-11-13T04:40:00.260Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34562024-11-13T04:40:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
34572024-11-13T04:40:00.910Z
34582024-11-13T04:40:00.910Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
34592024-11-13T04:40:01.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602024-11-13T04:40:01.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612024-11-13T04:40:01.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622024-11-13T04:40:01.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34632024-11-13T04:40:01.521Z
34642024-11-13T04:40:01.521Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
34652024-11-13T04:40:02.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662024-11-13T04:40:02.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672024-11-13T04:40:02.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682024-11-13T04:40:02.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34692024-11-13T04:40:02.117Z
34702024-11-13T04:40:02.117Zinfo: running `cargo check --bins` on omicron-package (163/168)
34712024-11-13T04:40:02.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722024-11-13T04:40:02.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732024-11-13T04:40:02.768Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34742024-11-13T04:40:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
34752024-11-13T04:40:04.246Z
34762024-11-13T04:40:04.246Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34772024-11-13T04:40:04.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782024-11-13T04:40:04.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792024-11-13T04:40:04.945Z Checking rtoolbox v0.0.2
34802024-11-13T04:40:04.947Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34812024-11-13T04:40:04.947Z Checking tui-tree-widget v0.22.0
34822024-11-13T04:40:05.170Z Checking rpassword v7.3.1
34832024-11-13T04:40:09.242Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34842024-11-13T04:40:12.252Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34852024-11-13T04:40:13.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
34862024-11-13T04:40:13.664Z
34872024-11-13T04:40:13.664Zinfo: running `cargo check --bins` on wicket (165/168)
34882024-11-13T04:40:14.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892024-11-13T04:40:14.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902024-11-13T04:40:14.358Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34912024-11-13T04:40:14.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34922024-11-13T04:40:14.971Z
34932024-11-13T04:40:14.971Zinfo: running `cargo check --bins` on wicketd (166/168)
34942024-11-13T04:40:15.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-11-13T04:40:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-11-13T04:40:15.672Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34972024-11-13T04:40:19.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
34982024-11-13T04:40:19.794Z
34992024-11-13T04:40:19.794Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
35002024-11-13T04:40:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-11-13T04:40:20.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-11-13T04:40:20.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032024-11-13T04:40:20.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35042024-11-13T04:40:20.406Z
35052024-11-13T04:40:20.406Zinfo: running `cargo check --bins` on zone-setup (168/168)
35062024-11-13T04:40:21.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-11-13T04:40:21.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-11-13T04:40:21.141Z Checking uzers v0.12.1
35092024-11-13T04:40:21.478Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35102024-11-13T04:40:22.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
35112024-11-13T04:40:22.819Z
35122024-11-13T04:40:22.820Zreal 12:51.470500935
35132024-11-13T04:40:22.820Zuser 23:35.692246528
35142024-11-13T04:40:22.820Zsys 5:11.718715024
35152024-11-13T04:40:22.820Ztrap 0.452979419
35162024-11-13T04:40:22.820Ztflt 2.291920339
35172024-11-13T04:40:22.822Zdflt 3.084555106
35182024-11-13T04:40:22.823Zkflt 0.001351242
35192024-11-13T04:40:22.823Zlock 45:29.655585453
35202024-11-13T04:40:22.823Zslp 2:02:38.609221085
35212024-11-13T04:40:22.823Zlat 59.866903920
35222024-11-13T04:40:22.823Zstop 3:06.504669039
35232024-11-13T04:40:22.823Zprocess exited: duration 1132552 ms, exit code 0
 
35242024-11-13T04:40:22.828Zfound 0 output files