01JD8QQ2MK1AMY705VWP0PKA9Q: 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: 01JD8QQPK5VWAXTMC2GKJD8J7P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T01:28:59.435Zjob assigned to worker 01JD8QQVDCR47TQW89Y6CE3XD8 [factory aws, i-03bd29504ae5f56db] (queued for 47 s)
 
22024-11-22T01:29:07.501Zstarting task 0: "setup"
32024-11-22T01:29:07.510Z++ uname -s
42024-11-22T01:29:07.515Z+ kern=SunOS
52024-11-22T01:29:07.515Z+ case "$kern" in
62024-11-22T01:29:07.515Z+ groupadd -g 12345 build
72024-11-22T01:29:07.518Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T01:29:09.607Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T01:29:09.617Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T01:29:09.619Z+ home_fs=zfs
112024-11-22T01:29:09.619Z+ [[ zfs == autofs ]]
122024-11-22T01:29:09.619Z+ mkdir -p /home/build
132024-11-22T01:29:09.622Z+ chown build:build /home/build /work
142024-11-22T01:29:11.623Z+ chmod 0700 /home/build /work
152024-11-22T01:29:11.626Zprocess exited: duration 4125 ms, exit code 0
 
162024-11-22T01:29:11.630Zstarting task 1: "rust-toolchain"
172024-11-22T01:29:11.636Z+ printf ' * toolchain channel = "%s"
182024-11-22T01:29:11.636Z' 1.81.0
192024-11-22T01:29:11.636Z * toolchain channel = "1.81.0"
202024-11-22T01:29:11.636Z * toolchain profile = "default"
212024-11-22T01:29:11.638Z+ printf ' * toolchain profile = "%s"
222024-11-22T01:29:11.638Z' default
232024-11-22T01:29:11.638Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T01:29:11.639Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T01:29:11.751Zinfo: downloading installer
262024-11-22T01:29:13.147Zinfo: profile set to 'default'
272024-11-22T01:29:13.147Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T01:29:13.150Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T01:29:13.288Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T01:29:13.288Zinfo: downloading component 'cargo'
312024-11-22T01:29:13.991Zinfo: downloading component 'clippy'
322024-11-22T01:29:14.252Zinfo: downloading component 'rust-docs'
332024-11-22T01:29:15.244Zinfo: downloading component 'rust-std'
342024-11-22T01:29:16.771Zinfo: downloading component 'rustc'
352024-11-22T01:29:22.231Zinfo: downloading component 'rustfmt'
362024-11-22T01:29:22.436Zinfo: installing component 'cargo'
372024-11-22T01:29:23.233Zinfo: installing component 'clippy'
382024-11-22T01:29:23.590Zinfo: installing component 'rust-docs'
392024-11-22T01:29:25.184Zinfo: installing component 'rust-std'
402024-11-22T01:29:26.899Zinfo: installing component 'rustc'
412024-11-22T01:29:32.547Zinfo: installing component 'rustfmt'
422024-11-22T01:29:32.868Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T01:29:32.868Z
442024-11-22T01:29:33.234Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T01:29:33.234Z
462024-11-22T01:29:33.237Z
472024-11-22T01:29:33.237ZRust is installed now. Great!
482024-11-22T01:29:33.237Z
492024-11-22T01:29:33.237ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T01:29:33.237Zenvironment variable. This has not been done automatically.
512024-11-22T01:29:33.237Z
522024-11-22T01:29:33.237ZTo configure your current shell, you need to source
532024-11-22T01:29:33.237Zthe corresponding env file under $HOME/.cargo.
542024-11-22T01:29:33.237Z
552024-11-22T01:29:33.237ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T01:29:33.237Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T01:29:33.237Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T01:29:33.309Z+ rustc --version
592024-11-22T01:29:33.373Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T01:29:33.376Zprocess exited: duration 21742 ms, exit code 0
 
612024-11-22T01:29:33.381Zstarting task 2: "authentication"
622024-11-22T01:29:33.401Zprocess exited: duration 19 ms, exit code 0
 
632024-11-22T01:29:33.409Zstarting task 3: "clone repository"
642024-11-22T01:29:33.411Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T01:29:33.414Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T01:29:33.530ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T01:29:39.181Z+ cd /work/oxidecomputer/omicron
682024-11-22T01:29:39.184Z+ git fetch origin 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
692024-11-22T01:29:39.474ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T01:29:39.474Z * branch 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 -> FETCH_HEAD
712024-11-22T01:29:39.484Z+ [[ -n support-bundle-storage-api ]]
722024-11-22T01:29:39.487Z++ git branch --show-current
732024-11-22T01:29:39.490Z+ current=main
742024-11-22T01:29:39.490Z+ [[ main != support-bundle-storage-api ]]
752024-11-22T01:29:39.490Z+ git branch -f support-bundle-storage-api 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
762024-11-22T01:29:39.494Z+ git checkout -f support-bundle-storage-api
772024-11-22T01:29:39.672ZSwitched to branch 'support-bundle-storage-api'
782024-11-22T01:29:39.675Z+ git reset --hard 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9
792024-11-22T01:29:39.690ZHEAD is now at 37f0900d4 clippy
802024-11-22T01:29:39.693Zprocess exited: duration 6283 ms, exit code 0
 
812024-11-22T01:29:39.699Zstarting task 4: "build"
822024-11-22T01:29:39.704Z+ source .github/buildomat/ci-env.sh
832024-11-22T01:29:39.704Z++ export CARGO_TERM_COLOR=always
842024-11-22T01:29:39.707Z++ CARGO_TERM_COLOR=always
852024-11-22T01:29:39.707Z+ cargo --version
862024-11-22T01:29:39.762Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T01:29:39.764Z+ rustc --version
882024-11-22T01:29:39.825Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T01:29:39.828Z+ source ./env.sh
902024-11-22T01:29:39.829Z++ OLD_SHELL_OPTS=ehxB
912024-11-22T01:29:39.829Z++ set -o xtrace
922024-11-22T01:29:39.831Z++++ dirname ./env.sh
932024-11-22T01:29:39.831Z+++ readlink -f .
942024-11-22T01:29:39.834Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.837Z++ 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-22T01:29:39.838Z++ 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-22T01:29:39.838Z++ case $OLD_SHELL_OPTS in
1042024-11-22T01:29:39.838Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-22T01:29:39.838Z+ 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-22T01:29:39.838Z+ 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-22T01:29:39.838Z+ banner prerequisites
1082024-11-22T01:29:39.838Z
1092024-11-22T01:29:39.838Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-22T01:29:39.838Z # # # # # # # # # # # # # # #
1112024-11-22T01:29:39.838Z # # # # ##### # # ##### # # # # # #### #
1122024-11-22T01:29:39.838Z ##### ##### # ##### # # # # # # # # #
1132024-11-22T01:29:39.838Z # # # # # # # # # # # # # # #
1142024-11-22T01:29:39.838Z # # # ###### # # ###### ### # #### # #### #
1152024-11-22T01:29:39.838Z
1162024-11-22T01:29:39.838Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-22T01:29:46.974Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-22T01:29:50.787Z Startup: Caching catalogs ... Done
1192024-11-22T01:29:59.666ZPlanning: Solver setup ... Done (8.120s)
1202024-11-22T01:29:59.776ZPlanning: Running solver ... Done (0.110s)
1212024-11-22T01:29:59.907ZPlanning: Finding local manifests ... Done (0.042s)
1222024-11-22T01:29:59.921ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-22T01:30:01.010ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-22T01:30:01.194ZPlanning: Package planning ... Done (0.181s)
1252024-11-22T01:30:01.246ZPlanning: Merging actions ... Done (0.056s)
1262024-11-22T01:30:01.745ZPlanning: Checking for conflicting actions ... Done (0.507s)
1272024-11-22T01:30:06.751ZPlanning: Consolidating action changes ... Done (5.004s)
1282024-11-22T01:30:07.177ZPlanning: Evaluating mediators ... Done (0.426s)
1292024-11-22T01:30:07.258ZPlanning: Planning completed in 16.38 seconds
1302024-11-22T01:30:07.274Z Packages to install: 4
1312024-11-22T01:30:07.277Z Packages to update: 1
1322024-11-22T01:30:07.277Z Mediators to change: 2
1332024-11-22T01:30:07.277Z Services to change: 1
1342024-11-22T01:30:07.277Z Estimated space available: 155.64 GB
1352024-11-22T01:30:07.277ZEstimated space to be consumed: 1.60 GB
1362024-11-22T01:30:07.277Z Create boot environment: No
1372024-11-22T01:30:07.277ZCreate backup boot environment: Yes
1382024-11-22T01:30:07.277Z Rebuild boot archive: No
1392024-11-22T01:30:07.277Z
1402024-11-22T01:30:07.277ZChanged mediators:
1412024-11-22T01:30:07.277Z mediator clang:
1422024-11-22T01:30:07.278Z version: None -> 15 (system default)
1432024-11-22T01:30:07.278Z
1442024-11-22T01:30:07.278Z mediator llvm:
1452024-11-22T01:30:07.278Z version: 14 (system default) -> 15 (system default)
1462024-11-22T01:30:07.278Z
1472024-11-22T01:30:07.278ZChanged packages:
1482024-11-22T01:30:07.278Zhelios-dev
1492024-11-22T01:30:07.278Z developer/build-essential
1502024-11-22T01:30:07.278Z None -> 11-2.0
1512024-11-22T01:30:07.278Z library/libxmlsec1
1522024-11-22T01:30:07.278Z None -> 1.2.35-2.0
1532024-11-22T01:30:07.278Z ooce/developer/clang-15
1542024-11-22T01:30:07.278Z None -> 15.0.7-2.0
1552024-11-22T01:30:07.278Z ooce/developer/llvm-15
1562024-11-22T01:30:07.278Z None -> 15.0.7-2.0
1572024-11-22T01:30:07.278Z package/pkg
1582024-11-22T01:30:07.278Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-22T01:30:07.278Z
1602024-11-22T01:30:07.278ZServices:
1612024-11-22T01:30:07.278Z restart_fmri:
1622024-11-22T01:30:07.278Z svc:/system/update-man-index:default
1632024-11-22T01:30:07.278Z
1642024-11-22T01:30:07.278ZEditable files to change:
1652024-11-22T01:30:07.278Z Update:
1662024-11-22T01:30:07.278Z usr/share/lib/pkg/web/config.shtml
1672024-11-22T01:30:07.422Z
1682024-11-22T01:30:07.422ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-22T01:30:12.627ZDownload: 1194/4281 items 66.0/220.6MB 29% complete (13.5M/s)
1702024-11-22T01:30:17.633ZDownload: 2043/4281 items 118.1/220.6MB 53% complete (11.8M/s)
1712024-11-22T01:30:26.761ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (10.6M/s)
1722024-11-22T01:30:31.937ZDownload: 3143/4281 items 159.4/220.6MB 72% complete (8.1M/s)
1732024-11-22T01:30:38.997ZDownload: 3247/4281 items 203.0/220.6MB 92% complete (11.8M/s)
1742024-11-22T01:30:52.881ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1752024-11-22T01:30:59.190ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (3.5M/s)
1762024-11-22T01:31:02.654ZDownload: Completed 220.60 MB in 55.22 seconds (4.0M/s)
1772024-11-22T01:31:04.628Z Actions: 1/5063 actions (Removing old actions)
1782024-11-22T01:31:04.649Z Actions: 194/5063 actions (Installing new actions)
1792024-11-22T01:31:09.302Z Actions: 4226/5063 actions (Updating modified actions)
1802024-11-22T01:31:09.617Z Actions: Completed 5063 actions in 4.99 seconds.
1812024-11-22T01:31:09.836Z Done (0.209s)
1822024-11-22T01:31:09.839Z Done (0.000s)
1832024-11-22T01:31:10.382Z Done (0.524s)
1842024-11-22T01:31:15.324Z Done (4.753s)
1852024-11-22T01:31:15.491Z Done (0.096s)
1862024-11-22T01:31:15.494Z Done (0.000s)
1872024-11-22T01:31:15.644Z Done (0.000s)
1882024-11-22T01:31:16.313ZPlanning: Evaluating mediator changes ... Done
1892024-11-22T01:31:16.472ZPlanning: Checking for conflicting actions ... Done
1902024-11-22T01:31:16.475ZPlanning: Consolidating action changes ... Done
1912024-11-22T01:31:16.741ZPlanning: Evaluating mediators ... Done
1922024-11-22T01:31:16.743ZPlanning: Planning completed in 0.43 seconds
1932024-11-22T01:31:16.782Z Mediators to change: 2
1942024-11-22T01:31:16.782Z Create boot environment: No
1952024-11-22T01:31:16.784ZCreate backup boot environment: No
1962024-11-22T01:31:16.860Z Done
1972024-11-22T01:31:16.860Z Done
1982024-11-22T01:31:17.195Z Done
1992024-11-22T01:31:20.943Z Done
2002024-11-22T01:31:21.034Z Done
2012024-11-22T01:31:21.036Z Done
2022024-11-22T01:31:21.146Z Done
2032024-11-22T01:31:21.758ZPlanning: Evaluating mediator changes ... Done
2042024-11-22T01:31:21.761ZPlanning: Merging actions ... Done
2052024-11-22T01:31:21.946ZPlanning: Checking for conflicting actions ... Done
2062024-11-22T01:31:21.948ZPlanning: Consolidating action changes ... Done
2072024-11-22T01:31:22.215ZPlanning: Evaluating mediators ... Done
2082024-11-22T01:31:22.273ZPlanning: Planning completed in 0.76 seconds
2092024-11-22T01:31:22.311Z Packages to change: 1
2102024-11-22T01:31:22.311Z Mediators to change: 1
2112024-11-22T01:31:22.314Z Services to change: 1
2122024-11-22T01:31:22.314Z Create boot environment: No
2132024-11-22T01:31:22.314ZCreate backup boot environment: Yes
2142024-11-22T01:31:24.498Z Actions: 1/6 actions (Updating modified actions)
2152024-11-22T01:31:24.501Z Actions: Completed 6 actions in 0.00 seconds.
2162024-11-22T01:31:24.501Z Done
2172024-11-22T01:31:24.501Z Done
2182024-11-22T01:31:24.609Z Done
2192024-11-22T01:31:28.239Z Done
2202024-11-22T01:31:28.330Z Done
2212024-11-22T01:31:28.332Z Done
2222024-11-22T01:31:28.450Z Done
2232024-11-22T01:31:28.892ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-11-22T01:31:28.892Zclang system 15 system
2252024-11-22T01:31:28.892Zcsh system system illumos
2262024-11-22T01:31:28.892Zctags system system illumos
2272024-11-22T01:31:28.892Zgcc vendor 12 vendor
2282024-11-22T01:31:28.892Zgcc system 10 system
2292024-11-22T01:31:28.892Zgcc system 7 system
2302024-11-22T01:31:28.893Zgo system 1.20 system
2312024-11-22T01:31:28.893Zgo system 1.19 system
2322024-11-22T01:31:28.893Zllvm system 15 system
2332024-11-22T01:31:28.893Zllvm system 14 system
2342024-11-22T01:31:28.893Zmariadb system 10.6 system
2352024-11-22T01:31:28.893Zmta vendor vendor dma
2362024-11-22T01:31:28.893Zopenjdk system 17 system
2372024-11-22T01:31:28.893Zopenjdk system 11 system
2382024-11-22T01:31:28.893Zopenjdk system 1.8 system
2392024-11-22T01:31:28.893Zopenssl vendor 3 vendor
2402024-11-22T01:31:28.893Zperl system 5.36 system
2412024-11-22T01:31:28.893Zpostgresql system 15 system
2422024-11-22T01:31:28.893Zpostgresql system 13 system
2432024-11-22T01:31:28.893Zpython vendor 3 vendor
2442024-11-22T01:31:28.893Zpython system 2 system
2452024-11-22T01:31:28.894Zpython3 system 3.11 system
2462024-11-22T01:31:28.894Zruby system 3.0 system
2472024-11-22T01:31:28.894Zwords vendor vendor american-english
2482024-11-22T01:31:28.894Zwords system system australian-english
2492024-11-22T01:31:28.894Zwords system system british-english
2502024-11-22T01:31:28.894Zwords system system canadian-english
2512024-11-22T01:31:28.894Zwords system system french
2522024-11-22T01:31:28.894Zwords system system italian
2532024-11-22T01:31:28.894Zwords system system ngerman
2542024-11-22T01:31:28.894Zwords system system ogerman
2552024-11-22T01:31:28.894Zwords system system spanish
2562024-11-22T01:31:29.221ZPUBLISHER TYPE STATUS P LOCATION
2572024-11-22T01:31:29.221Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-11-22T01:31:31.792ZFMRI IFO
2592024-11-22T01:31:31.792Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-11-22T01:31:31.792Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-11-22T01:31:31.792Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-11-22T01:31:31.792Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-11-22T01:31:31.792Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-11-22T01:31:31.792Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-11-22T01:31:31.792Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-11-22T01:31:31.792Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-11-22T01:31:31.792Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-11-22T01:31:31.792Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-11-22T01:31:31.792Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-11-22T01:31:31.792Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-11-22T01:31:31.792Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-11-22T01:31:31.792Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-11-22T01:31:31.792Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-11-22T01:31:32.529Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-11-22T01:31:32.847Z Updating crates.io index
2762024-11-22T01:31:32.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-11-22T01:31:33.768Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-11-22T01:31:34.018Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-11-22T01:31:34.242Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-11-22T01:31:34.477Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-11-22T01:31:35.596Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-11-22T01:31:37.808Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-11-22T01:31:38.880Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-11-22T01:31:39.696Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-11-22T01:31:39.961Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-11-22T01:31:40.276Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-11-22T01:31:40.858Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-11-22T01:31:41.170Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-11-22T01:31:41.486Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-11-22T01:31:41.731Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-11-22T01:31:41.997Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-11-22T01:31:42.220Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-11-22T01:31:42.506Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-11-22T01:31:42.796Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-11-22T01:31:43.184Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-11-22T01:31:43.455Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-11-22T01:31:43.992Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-11-22T01:31:44.279Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992024-11-22T01:31:44.895Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-11-22T01:31:45.248Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-11-22T01:31:45.673Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-11-22T01:31:45.944Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-11-22T01:31:46.223Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-11-22T01:31:46.486Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-11-22T01:31:47.875Z Downloading crates ...
3062024-11-22T01:31:47.971Z Downloaded autocfg v1.4.0
3072024-11-22T01:31:47.979Z Downloaded anstyle-parse v0.2.5
3082024-11-22T01:31:47.981Z Downloaded anstyle v1.0.10
3092024-11-22T01:31:47.989Z Downloaded anyhow v1.0.93
3102024-11-22T01:31:47.994Z Downloaded anstyle-query v1.1.1
3112024-11-22T01:31:47.997Z Downloaded anstream v0.6.15
3122024-11-22T01:31:48.028Z Downloaded bytecount v0.6.8
3132024-11-22T01:31:48.030Z Downloaded byteorder v1.5.0
3142024-11-22T01:31:48.033Z Downloaded cpufeatures v0.2.14
3152024-11-22T01:31:48.033Z Downloaded crypto-common v0.1.6
3162024-11-22T01:31:48.035Z Downloaded clap_derive v4.5.18
3172024-11-22T01:31:48.040Z Downloaded equivalent v1.0.1
3182024-11-22T01:31:48.042Z Downloaded dtrace-parser v0.2.0
3192024-11-22T01:31:48.045Z Downloaded digest v0.10.7
3202024-11-22T01:31:48.047Z Downloaded cfg-if v1.0.0
3212024-11-22T01:31:48.049Z Downloaded fnv v1.0.7
3222024-11-22T01:31:48.049Z Downloaded cargo-platform v0.1.8
3232024-11-22T01:31:48.054Z Downloaded colorchoice v1.0.2
3242024-11-22T01:31:48.054Z Downloaded clap_lex v0.7.2
3252024-11-22T01:31:48.057Z Downloaded errno v0.3.9
3262024-11-22T01:31:48.057Z Downloaded dof v0.3.0
3272024-11-22T01:31:48.057Z Downloaded clap v4.5.21
3282024-11-22T01:31:48.064Z Downloaded cargo_toml v0.20.5
3292024-11-22T01:31:48.067Z Downloaded camino v1.1.9
3302024-11-22T01:31:48.069Z Downloaded goblin v0.8.2
3312024-11-22T01:31:48.073Z Downloaded fastrand v2.1.1
3322024-11-22T01:31:48.075Z Downloaded cargo_metadata v0.18.1
3332024-11-22T01:31:48.078Z Downloaded memchr v2.7.4
3342024-11-22T01:31:48.081Z Downloaded camino-tempfile v1.1.1
3352024-11-22T01:31:48.088Z Downloaded pretty-hex v0.4.1
3362024-11-22T01:31:48.092Z Downloaded scroll_derive v0.12.0
3372024-11-22T01:31:48.101Z Downloaded swrite v0.1.0
3382024-11-22T01:31:48.103Z Downloaded usdt-macro v0.5.0
3392024-11-22T01:31:48.104Z Downloaded usdt-attr-macro v0.5.0
3402024-11-22T01:31:48.115Z Downloaded heck v0.5.0
3412024-11-22T01:31:48.117Z Downloaded macaddr v1.0.1
3422024-11-22T01:31:48.117Z Downloaded is_terminal_polyfill v1.70.1
3432024-11-22T01:31:48.119Z Downloaded fs-err v2.11.0
3442024-11-22T01:31:48.122Z Downloaded heck v0.4.1
3452024-11-22T01:31:48.122Z Downloaded pest_generator v2.7.14
3462024-11-22T01:31:48.122Z Downloaded itoa v1.0.11
3472024-11-22T01:31:48.125Z Downloaded block-buffer v0.10.4
3482024-11-22T01:31:48.125Z Downloaded scroll v0.12.0
3492024-11-22T01:31:48.128Z Downloaded generic-array v0.14.7
3502024-11-22T01:31:48.131Z Downloaded memmap v0.7.0
3512024-11-22T01:31:48.133Z Downloaded proc-macro-error-attr v1.0.4
3522024-11-22T01:31:48.133Z Downloaded serde_spanned v0.6.8
3532024-11-22T01:31:48.135Z Downloaded plain v0.2.3
3542024-11-22T01:31:48.138Z Downloaded toml_datetime v0.6.8
3552024-11-22T01:31:48.138Z Downloaded serde_tokenstream v0.2.2
3562024-11-22T01:31:48.145Z Downloaded thread-id v4.2.2
3572024-11-22T01:31:48.147Z Downloaded version_check v0.9.5
3582024-11-22T01:31:48.147Z Downloaded strsim v0.11.1
3592024-11-22T01:31:48.151Z Downloaded terminal_size v0.4.0
3602024-11-22T01:31:48.151Z Downloaded thiserror-impl v1.0.69
3612024-11-22T01:31:48.154Z Downloaded usdt v0.5.0
3622024-11-22T01:31:48.154Z Downloaded tabled_derive v0.7.0
3632024-11-22T01:31:48.154Z Downloaded unicode-linebreak v0.1.5
3642024-11-22T01:31:48.156Z Downloaded smawk v0.3.2
3652024-11-22T01:31:48.159Z Downloaded utf8parse v0.2.2
3662024-11-22T01:31:48.162Z Downloaded proc-macro-error v1.0.4
3672024-11-22T01:31:48.165Z Downloaded pest_derive v2.7.14
3682024-11-22T01:31:48.168Z Downloaded semver v1.0.23
3692024-11-22T01:31:48.170Z Downloaded quote v1.0.37
3702024-11-22T01:31:48.180Z Downloaded thiserror v1.0.69
3712024-11-22T01:31:48.185Z Downloaded zerocopy-derive v0.7.35
3722024-11-22T01:31:48.189Z Downloaded tempfile v3.13.0
3732024-11-22T01:31:48.197Z Downloaded once_cell v1.20.2
3742024-11-22T01:31:48.199Z Downloaded ryu v1.0.18
3752024-11-22T01:31:48.202Z Downloaded bitflags v2.6.0
3762024-11-22T01:31:48.207Z Downloaded sha2 v0.10.8
3772024-11-22T01:31:48.209Z Downloaded proc-macro2 v1.0.89
3782024-11-22T01:31:48.211Z Downloaded log v0.4.22
3792024-11-22T01:31:48.215Z Downloaded usdt-impl v0.5.0
3802024-11-22T01:31:48.218Z Downloaded textwrap v0.16.1
3812024-11-22T01:31:48.220Z Downloaded unicode-ident v1.0.13
3822024-11-22T01:31:48.223Z Downloaded ucd-trie v0.1.7
3832024-11-22T01:31:48.223Z Downloaded pest_meta v2.7.14
3842024-11-22T01:31:48.226Z Downloaded papergrid v0.11.0
3852024-11-22T01:31:48.229Z Downloaded typenum v1.17.0
3862024-11-22T01:31:48.232Z Downloaded serde_derive v1.0.215
3872024-11-22T01:31:48.234Z Downloaded toml v0.8.19
3882024-11-22T01:31:48.241Z Downloaded indexmap v2.6.0
3892024-11-22T01:31:48.259Z Downloaded serde v1.0.215
3902024-11-22T01:31:48.274Z Downloaded toml_edit v0.22.22
3912024-11-22T01:31:48.304Z Downloaded pest v2.7.14
3922024-11-22T01:31:48.309Z Downloaded hashbrown v0.15.0
3932024-11-22T01:31:48.313Z Downloaded serde_json v1.0.132
3942024-11-22T01:31:48.320Z Downloaded zerocopy v0.7.35
3952024-11-22T01:31:48.335Z Downloaded winnow v0.6.20
3962024-11-22T01:31:48.343Z Downloaded clap_builder v4.5.21
3972024-11-22T01:31:48.357Z Downloaded tabled v0.15.0
3982024-11-22T01:31:48.380Z Downloaded syn v1.0.109
3992024-11-22T01:31:48.399Z Downloaded unicode-width v0.1.14
4002024-11-22T01:31:48.404Z Downloaded syn v2.0.87
4012024-11-22T01:31:48.415Z Downloaded rustix v0.38.37
4022024-11-22T01:31:48.448Z Downloaded libc v0.2.162
4032024-11-22T01:31:48.765Z Compiling proc-macro2 v1.0.89
4042024-11-22T01:31:48.765Z Compiling unicode-ident v1.0.13
4052024-11-22T01:31:48.768Z Compiling serde v1.0.215
4062024-11-22T01:31:48.768Z Compiling version_check v0.9.5
4072024-11-22T01:31:48.768Z Compiling thiserror v1.0.69
4082024-11-22T01:31:48.768Z Compiling memchr v2.7.4
4092024-11-22T01:31:48.768Z Compiling libc v0.2.162
4102024-11-22T01:31:48.801Z Compiling ryu v1.0.18
4112024-11-22T01:31:49.038Z Compiling itoa v1.0.11
4122024-11-22T01:31:49.215Z Compiling ucd-trie v0.1.7
4132024-11-22T01:31:49.582Z Compiling once_cell v1.20.2
4142024-11-22T01:31:49.646Z Compiling byteorder v1.5.0
4152024-11-22T01:31:49.871Z Compiling rustix v0.38.37
4162024-11-22T01:31:49.921Z Compiling serde_json v1.0.132
4172024-11-22T01:31:50.002Z Compiling bitflags v2.6.0
4182024-11-22T01:31:50.294Z Compiling proc-macro-error-attr v1.0.4
4192024-11-22T01:31:50.434Z Compiling usdt-impl v0.5.0
4202024-11-22T01:31:50.465Z Compiling syn v1.0.109
4212024-11-22T01:31:50.627Z Compiling proc-macro-error v1.0.4
4222024-11-22T01:31:50.653Z Compiling quote v1.0.37
4232024-11-22T01:31:50.823Z Compiling utf8parse v0.2.2
4242024-11-22T01:31:50.885Z Compiling log v0.4.22
4252024-11-22T01:31:50.910Z Compiling plain v0.2.3
4262024-11-22T01:31:50.980Z Compiling errno v0.3.9
4272024-11-22T01:31:51.069Z Compiling syn v2.0.87
4282024-11-22T01:31:51.211Z Compiling hashbrown v0.15.0
4292024-11-22T01:31:51.264Z Compiling camino v1.1.9
4302024-11-22T01:31:51.289Z Compiling equivalent v1.0.1
4312024-11-22T01:31:51.429Z Compiling anstyle-parse v0.2.5
4322024-11-22T01:31:51.535Z Compiling thread-id v4.2.2
4332024-11-22T01:31:51.814Z Compiling winnow v0.6.20
4342024-11-22T01:31:51.967Z Compiling anstyle-query v1.1.1
4352024-11-22T01:31:52.095Z Compiling autocfg v1.4.0
4362024-11-22T01:31:52.131Z Compiling anstyle v1.0.10
4372024-11-22T01:31:52.418Z Compiling indexmap v2.6.0
4382024-11-22T01:31:52.486Z Compiling colorchoice v1.0.2
4392024-11-22T01:31:52.588Z Compiling unicode-width v0.1.14
4402024-11-22T01:31:52.649Z Compiling semver v1.0.23
4412024-11-22T01:31:53.128Z Compiling pretty-hex v0.4.1
4422024-11-22T01:31:53.196Z Compiling is_terminal_polyfill v1.70.1
4432024-11-22T01:31:53.219Z Compiling fs-err v2.11.0
4442024-11-22T01:31:53.331Z Compiling anstream v0.6.15
4452024-11-22T01:31:53.357Z Compiling terminal_size v0.4.0
4462024-11-22T01:31:53.778Z Compiling clap_lex v0.7.2
4472024-11-22T01:31:53.805Z Compiling fnv v1.0.7
4482024-11-22T01:31:53.839Z Compiling cfg-if v1.0.0
4492024-11-22T01:31:53.952Z Compiling heck v0.4.1
4502024-11-22T01:31:53.975Z Compiling fastrand v2.1.1
4512024-11-22T01:31:54.146Z Compiling bytecount v0.6.8
4522024-11-22T01:31:54.381Z Compiling strsim v0.11.1
4532024-11-22T01:31:54.469Z Compiling heck v0.5.0
4542024-11-22T01:31:54.541Z Compiling anyhow v1.0.93
4552024-11-22T01:31:54.568Z Compiling tempfile v3.13.0
4562024-11-22T01:31:55.013Z Compiling clap_builder v4.5.21
4572024-11-22T01:31:55.049Z Compiling papergrid v0.11.0
4582024-11-22T01:31:55.463Z Compiling memmap v0.7.0
4592024-11-22T01:31:55.488Z Compiling unicode-linebreak v0.1.5
4602024-11-22T01:31:55.536Z Compiling smawk v0.3.2
4612024-11-22T01:31:55.840Z Compiling swrite v0.1.0
4622024-11-22T01:31:55.984Z Compiling textwrap v0.16.1
4632024-11-22T01:31:57.122Z Compiling tabled_derive v0.7.0
4642024-11-22T01:31:58.786Z Compiling tabled v0.15.0
4652024-11-22T01:32:00.261Z Compiling serde_derive v1.0.215
4662024-11-22T01:32:00.261Z Compiling thiserror-impl v1.0.69
4672024-11-22T01:32:00.353Z Compiling zerocopy-derive v0.7.35
4682024-11-22T01:32:00.375Z Compiling scroll_derive v0.12.0
4692024-11-22T01:32:00.592Z Compiling clap_derive v4.5.18
4702024-11-22T01:32:01.628Z Compiling scroll v0.12.0
4712024-11-22T01:32:02.088Z Compiling goblin v0.8.2
4722024-11-22T01:32:02.114Z Compiling zerocopy v0.7.35
4732024-11-22T01:32:03.063Z Compiling pest v2.7.14
4742024-11-22T01:32:04.598Z Compiling clap v4.5.21
4752024-11-22T01:32:05.366Z Compiling pest_meta v2.7.14
4762024-11-22T01:32:06.149Z Compiling pest_generator v2.7.14
4772024-11-22T01:32:08.075Z Compiling pest_derive v2.7.14
4782024-11-22T01:32:08.828Z Compiling dtrace-parser v0.2.0
4792024-11-22T01:32:10.549Z Compiling serde_tokenstream v0.2.2
4802024-11-22T01:32:10.606Z Compiling toml_datetime v0.6.8
4812024-11-22T01:32:10.607Z Compiling serde_spanned v0.6.8
4822024-11-22T01:32:10.864Z Compiling cargo-platform v0.1.8
4832024-11-22T01:32:11.027Z Compiling toml_edit v0.22.22
4842024-11-22T01:32:11.146Z Compiling macaddr v1.0.1
4852024-11-22T01:32:11.363Z Compiling camino-tempfile v1.1.1
4862024-11-22T01:32:12.026Z Compiling dof v0.3.0
4872024-11-22T01:32:12.089Z Compiling cargo_metadata v0.18.1
4882024-11-22T01:32:13.797Z Compiling usdt-macro v0.5.0
4892024-11-22T01:32:13.797Z Compiling usdt-attr-macro v0.5.0
4902024-11-22T01:32:13.844Z Compiling toml v0.8.19
4912024-11-22T01:32:14.719Z Compiling cargo_toml v0.20.5
4922024-11-22T01:32:15.217Z Compiling usdt v0.5.0
4932024-11-22T01:32:18.191Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-11-22T01:32:22.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.05s
4952024-11-22T01:32:23.098Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-11-22T01:32:23.155Z Downloading crates ...
4972024-11-22T01:32:23.333Z Downloaded darling v0.20.10
4982024-11-22T01:32:23.342Z Downloaded ahash v0.8.11
4992024-11-22T01:32:23.352Z Downloaded arrayref v0.3.9
5002024-11-22T01:32:23.355Z Downloaded aead v0.5.2
5012024-11-22T01:32:23.361Z Downloaded mime_guess v2.0.5
5022024-11-22T01:32:23.363Z Downloaded hex-literal v0.4.1
5032024-11-22T01:32:23.369Z Downloaded heapless v0.8.0
5042024-11-22T01:32:23.375Z Downloaded hubpack_derive v0.1.1
5052024-11-22T01:32:23.378Z Downloaded hex v0.4.3
5062024-11-22T01:32:23.381Z Downloaded ascii-canvas v3.0.0
5072024-11-22T01:32:23.381Z Downloaded hmac v0.12.1
5082024-11-22T01:32:23.385Z Downloaded heapless v0.7.17
5092024-11-22T01:32:23.391Z Downloaded hickory-server v0.24.1
5102024-11-22T01:32:23.399Z Downloaded hyper v1.5.0
5112024-11-22T01:32:23.408Z Downloaded hyper-tls v0.6.0
5122024-11-22T01:32:23.410Z Downloaded highway v1.2.0
5132024-11-22T01:32:23.413Z Downloaded headers-core v0.3.0
5142024-11-22T01:32:23.413Z Downloaded base64 v0.21.7
5152024-11-22T01:32:23.416Z Downloaded hkdf v0.12.4
5162024-11-22T01:32:23.420Z Downloaded http-body-util v0.1.2
5172024-11-22T01:32:23.422Z Downloaded hostname v0.4.0
5182024-11-22T01:32:23.423Z Downloaded hostname v0.3.1
5192024-11-22T01:32:23.425Z Downloaded httpdate v1.0.3
5202024-11-22T01:32:23.428Z Downloaded httparse v1.9.5
5212024-11-22T01:32:23.431Z Downloaded icu_provider_macros v1.5.0
5222024-11-22T01:32:23.433Z Downloaded humantime v2.1.0
5232024-11-22T01:32:23.435Z Downloaded instant v0.1.13
5242024-11-22T01:32:23.435Z Downloaded atty v0.2.14
5252024-11-22T01:32:23.438Z Downloaded hyper-rustls v0.27.3
5262024-11-22T01:32:23.442Z Downloaded impl-trait-for-tuples v0.2.2
5272024-11-22T01:32:23.444Z Downloaded base16ct v0.2.0
5282024-11-22T01:32:23.447Z Downloaded keccak v0.1.5
5292024-11-22T01:32:23.449Z Downloaded hyper-staticfile v0.10.1
5302024-11-22T01:32:23.451Z Downloaded ciborium-io v0.2.2
5312024-11-22T01:32:23.452Z Downloaded hubpack v0.1.2
5322024-11-22T01:32:23.454Z Downloaded hyper-util v0.1.10
5332024-11-22T01:32:23.458Z Downloaded indexmap v1.9.3
5342024-11-22T01:32:23.462Z Downloaded is_ci v1.2.0
5352024-11-22T01:32:23.465Z Downloaded crunchy v0.2.2
5362024-11-22T01:32:23.465Z Downloaded crucible-workspace-hack v0.1.0
5372024-11-22T01:32:23.467Z Downloaded http v1.1.0
5382024-11-22T01:32:23.470Z Downloaded matches v0.1.10
5392024-11-22T01:32:23.472Z Downloaded inout v0.1.3
5402024-11-22T01:32:23.472Z Downloaded atomic-waker v1.1.2
5412024-11-22T01:32:23.475Z Downloaded ident_case v1.0.1
5422024-11-22T01:32:23.475Z Downloaded indoc v1.0.9
5432024-11-22T01:32:23.478Z Downloaded async-stream v0.3.6
5442024-11-22T01:32:23.480Z Downloaded chrono-tz-build v0.4.0
5452024-11-22T01:32:23.483Z Downloaded cstr-argument v0.1.2
5462024-11-22T01:32:23.483Z Downloaded base64ct v1.6.0
5472024-11-22T01:32:23.486Z Downloaded match_cfg v0.1.0
5482024-11-22T01:32:23.486Z Downloaded lazycell v1.3.0
5492024-11-22T01:32:23.489Z Downloaded constant_time_eq v0.3.1
5502024-11-22T01:32:23.489Z Downloaded lazy_static v1.5.0
5512024-11-22T01:32:23.491Z Downloaded jobserver v0.1.32
5522024-11-22T01:32:23.494Z Downloaded is-terminal v0.4.13
5532024-11-22T01:32:23.494Z Downloaded crc-catalog v2.4.0
5542024-11-22T01:32:23.496Z Downloaded async-trait v0.1.83
5552024-11-22T01:32:23.500Z Downloaded md5 v0.7.0
5562024-11-22T01:32:23.502Z Downloaded convert_case v0.4.0
5572024-11-22T01:32:23.503Z Downloaded lockfree-object-pool v0.1.6
5582024-11-22T01:32:23.505Z Downloaded crossbeam-deque v0.8.5
5592024-11-22T01:32:23.509Z Downloaded cobs v0.2.3
5602024-11-22T01:32:23.512Z Downloaded cipher v0.4.4
5612024-11-22T01:32:23.512Z Downloaded crc v3.2.1
5622024-11-22T01:32:23.515Z Downloaded memmap2 v0.9.5
5632024-11-22T01:32:23.517Z Downloaded maybe-uninit v2.0.0
5642024-11-22T01:32:23.517Z Downloaded lru v0.12.5
5652024-11-22T01:32:23.520Z Downloaded memoffset v0.9.1
5662024-11-22T01:32:23.526Z Downloaded managed v0.8.0
5672024-11-22T01:32:23.526Z Downloaded chacha20 v0.9.1
5682024-11-22T01:32:23.529Z Downloaded lru-cache v0.1.2
5692024-11-22T01:32:23.529Z Downloaded ipnet v2.10.1
5702024-11-22T01:32:23.529Z Downloaded utf-8 v0.7.6
5712024-11-22T01:32:23.532Z Downloaded libsw v3.3.1
5722024-11-22T01:32:23.534Z Downloaded const_format_proc_macros v0.2.33
5732024-11-22T01:32:23.534Z Downloaded cassowary v0.3.0
5742024-11-22T01:32:23.537Z Downloaded mime v0.3.17
5752024-11-22T01:32:23.540Z Downloaded maplit v1.0.2
5762024-11-22T01:32:23.540Z Downloaded internet-checksum v0.2.1
5772024-11-22T01:32:23.543Z Downloaded ciborium v0.2.2
5782024-11-22T01:32:23.543Z Downloaded indent_write v2.2.0
5792024-11-22T01:32:23.546Z Downloaded quick-error v1.2.3
5802024-11-22T01:32:23.546Z Downloaded block-padding v0.3.3
5812024-11-22T01:32:23.549Z Downloaded backoff v0.4.0
5822024-11-22T01:32:23.552Z Downloaded lock_api v0.4.12
5832024-11-22T01:32:23.555Z Downloaded crc32fast v1.4.2
5842024-11-22T01:32:23.555Z Downloaded icu_locid v1.5.0
5852024-11-22T01:32:23.560Z Downloaded tower-service v0.3.3
5862024-11-22T01:32:23.562Z Downloaded bzip2 v0.4.4
5872024-11-22T01:32:23.565Z Downloaded tinyvec_macros v0.1.1
5882024-11-22T01:32:23.565Z Downloaded slog-envlogger v2.2.0
5892024-11-22T01:32:23.567Z Downloaded bcs v0.1.6
5902024-11-22T01:32:23.570Z Downloaded indicatif v0.17.9
5912024-11-22T01:32:23.573Z Downloaded schemars_derive v0.8.21
5922024-11-22T01:32:23.576Z Downloaded vte_generate_state_changes v0.1.2
5932024-11-22T01:32:23.579Z Downloaded dhcproto-macros v0.1.0
5942024-11-22T01:32:23.579Z Downloaded zerofrom v0.1.4
5952024-11-22T01:32:23.581Z Downloaded litemap v0.7.3
5962024-11-22T01:32:23.581Z Downloaded icu_provider v1.5.0
5972024-11-22T01:32:23.585Z Downloaded float-ord v0.3.2
5982024-11-22T01:32:23.588Z Downloaded libloading v0.8.5
5992024-11-22T01:32:23.591Z Downloaded bitfield-struct v0.6.2
6002024-11-22T01:32:23.591Z Downloaded new_debug_unreachable v1.0.6
6012024-11-22T01:32:23.593Z Downloaded icu_normalizer_data v1.5.0
6022024-11-22T01:32:23.595Z Downloaded parse-size v1.1.0
6032024-11-22T01:32:23.595Z Downloaded number_prefix v0.4.0
6042024-11-22T01:32:23.598Z Downloaded newline-converter v0.3.0
6052024-11-22T01:32:23.600Z Downloaded ref-cast-impl v1.0.23
6062024-11-22T01:32:23.600Z Downloaded libefi-sys v0.1.0
6072024-11-22T01:32:23.602Z Downloaded strum_macros v0.24.3
6082024-11-22T01:32:23.610Z Downloaded shlex v1.3.0
6092024-11-22T01:32:23.610Z Downloaded psl-types v2.0.11
6102024-11-22T01:32:23.610Z Downloaded russh-cryptovec v0.7.3
6112024-11-22T01:32:23.610Z Downloaded opaque-debug v0.3.1
6122024-11-22T01:32:23.610Z Downloaded tinystr v0.7.6
6132024-11-22T01:32:23.613Z Downloaded slog-json v2.6.1
6142024-11-22T01:32:23.613Z Downloaded progenitor-client v0.8.0
6152024-11-22T01:32:23.613Z Downloaded tiny-keccak v2.0.2
6162024-11-22T01:32:23.616Z Downloaded thiserror-impl-no-std v2.0.2
6172024-11-22T01:32:23.618Z Downloaded clang-sys v1.8.1
6182024-11-22T01:32:23.621Z Downloaded cancel-safe-futures v0.1.5
6192024-11-22T01:32:23.623Z Downloaded sigpipe v0.1.3
6202024-11-22T01:32:23.626Z Downloaded blake2 v0.10.6
6212024-11-22T01:32:23.628Z Downloaded dirs-next v2.0.0
6222024-11-22T01:32:23.630Z Downloaded ed25519 v2.2.3
6232024-11-22T01:32:23.632Z Downloaded unicase v2.7.0
6242024-11-22T01:32:23.635Z Downloaded wyz v0.5.1
6252024-11-22T01:32:23.637Z Downloaded slog-dtrace v0.3.0
6262024-11-22T01:32:23.639Z Downloaded ghash v0.5.1
6272024-11-22T01:32:23.639Z Downloaded env_filter v0.1.2
6282024-11-22T01:32:23.642Z Downloaded ecdsa v0.16.9
6292024-11-22T01:32:23.644Z Downloaded progenitor-macro v0.8.0
6302024-11-22T01:32:23.647Z Downloaded parse-display-derive v0.10.0
6312024-11-22T01:32:23.649Z Downloaded nanorand v0.7.0
6322024-11-22T01:32:23.652Z Downloaded const-oid v0.9.6
6332024-11-22T01:32:23.654Z Downloaded darling_macro v0.20.10
6342024-11-22T01:32:23.655Z Downloaded multimap v0.10.0
6352024-11-22T01:32:23.657Z Downloaded tabwriter v1.4.0
6362024-11-22T01:32:23.657Z Downloaded time-core v0.1.2
6372024-11-22T01:32:23.660Z Downloaded vte v0.11.1
6382024-11-22T01:32:23.663Z Downloaded group v0.13.0
6392024-11-22T01:32:23.665Z Downloaded time-macros v0.2.18
6402024-11-22T01:32:23.667Z Downloaded cookie v0.18.1
6412024-11-22T01:32:23.670Z Downloaded futures-sink v0.3.31
6422024-11-22T01:32:23.672Z Downloaded zone v0.1.8
6432024-11-22T01:32:23.672Z Downloaded progenitor-impl v0.8.0
6442024-11-22T01:32:23.674Z Downloaded signature v2.2.0
6452024-11-22T01:32:23.677Z Downloaded serde_urlencoded v0.7.1
6462024-11-22T01:32:23.679Z Downloaded string_cache v0.8.7
6472024-11-22T01:32:23.682Z Downloaded bytes v1.8.0
6482024-11-22T01:32:23.695Z Downloaded foreign-types-shared v0.3.1
6492024-11-22T01:32:23.698Z Downloaded signal-hook-tokio v0.3.1
6502024-11-22T01:32:23.700Z Downloaded sec1 v0.7.3
6512024-11-22T01:32:23.700Z Downloaded rtoolbox v0.0.2
6522024-11-22T01:32:23.702Z Downloaded predicates-tree v1.0.11
6532024-11-22T01:32:23.702Z Downloaded pkg-config v0.3.31
6542024-11-22T01:32:23.705Z Downloaded openssl-probe v0.1.5
6552024-11-22T01:32:23.708Z Downloaded openssl-macros v0.1.1
6562024-11-22T01:32:23.708Z Downloaded rustc-demangle v0.1.24
6572024-11-22T01:32:23.710Z Downloaded phf v0.11.2
6582024-11-22T01:32:23.710Z Downloaded foreign-types-shared v0.1.1
6592024-11-22T01:32:23.713Z Downloaded diesel_table_macro_syntax v0.2.0
6602024-11-22T01:32:23.713Z Downloaded zone_cfg_derive v0.3.0
6612024-11-22T01:32:23.715Z Downloaded yoke-derive v0.7.4
6622024-11-22T01:32:23.715Z Downloaded want v0.3.1
6632024-11-22T01:32:23.717Z Downloaded untrusted v0.9.0
6642024-11-22T01:32:23.720Z Downloaded phf_shared v0.10.0
6652024-11-22T01:32:23.720Z Downloaded peg v0.8.4
6662024-11-22T01:32:23.723Z Downloaded thread_local v1.1.8
6672024-11-22T01:32:23.726Z Downloaded fallible-iterator v0.2.0
6682024-11-22T01:32:23.728Z Downloaded display-error-chain v0.2.2
6692024-11-22T01:32:23.728Z Downloaded float-cmp v0.9.0
6702024-11-22T01:32:23.731Z Downloaded compact_str v0.8.0
6712024-11-22T01:32:23.734Z Downloaded sqlparser_derive v0.2.2
6722024-11-22T01:32:23.737Z Downloaded gethostname v0.5.0
6732024-11-22T01:32:23.737Z Downloaded futures-executor v0.3.31
6742024-11-22T01:32:23.739Z Downloaded tokio-tungstenite v0.24.0
6752024-11-22T01:32:23.742Z Downloaded signal-hook-mio v0.2.4
6762024-11-22T01:32:23.746Z Downloaded unarray v0.1.4
6772024-11-22T01:32:23.746Z Downloaded stringprep v0.1.5
6782024-11-22T01:32:23.748Z Downloaded minimal-lexical v0.2.1
6792024-11-22T01:32:23.751Z Downloaded parking_lot v0.11.2
6802024-11-22T01:32:23.754Z Downloaded downcast v0.11.0
6812024-11-22T01:32:23.756Z Downloaded zone v0.3.0
6822024-11-22T01:32:23.758Z Downloaded pem v3.0.4
6832024-11-22T01:32:23.758Z Downloaded topological-sort v0.2.2
6842024-11-22T01:32:23.761Z Downloaded derive_builder_macro v0.20.2
6852024-11-22T01:32:23.763Z Downloaded russh-keys v0.45.0
6862024-11-22T01:32:23.766Z Downloaded unicode-bidi v0.3.17
6872024-11-22T01:32:23.768Z Downloaded dirs-sys-next v0.1.2
6882024-11-22T01:32:23.771Z Downloaded oso-derive v0.27.3
6892024-11-22T01:32:23.771Z Downloaded normalize-line-endings v0.3.0
6902024-11-22T01:32:23.771Z Downloaded nodrop v0.1.14
6912024-11-22T01:32:23.773Z Downloaded ppv-lite86 v0.2.20
6922024-11-22T01:32:23.773Z Downloaded powerfmt v0.2.0
6932024-11-22T01:32:23.776Z Downloaded olpc-cjson v0.1.4
6942024-11-22T01:32:23.778Z Downloaded rustversion v1.0.17
6952024-11-22T01:32:23.781Z Downloaded rfc6979 v0.4.0
6962024-11-22T01:32:23.781Z Downloaded env_logger v0.11.5
6972024-11-22T01:32:23.785Z Downloaded ssh-cipher v0.2.0
6982024-11-22T01:32:23.787Z Downloaded const_format v0.2.33
6992024-11-22T01:32:23.790Z Downloaded untrusted v0.7.1
7002024-11-22T01:32:23.793Z Downloaded endian-type v0.1.2
7012024-11-22T01:32:23.793Z Downloaded signal-hook-registry v1.4.2
7022024-11-22T01:32:23.796Z Downloaded polyval v0.6.2
7032024-11-22T01:32:23.798Z Downloaded num v0.4.3
7042024-11-22T01:32:23.798Z Downloaded universal-hash v0.5.1
7052024-11-22T01:32:23.800Z Downloaded unicode-properties v0.1.3
7062024-11-22T01:32:23.804Z Downloaded mirai-annotations v1.12.0
7072024-11-22T01:32:23.804Z Downloaded sha1 v0.10.6
7082024-11-22T01:32:23.807Z Downloaded phf_shared v0.11.2
7092024-11-22T01:32:23.807Z Downloaded getrandom v0.2.15
7102024-11-22T01:32:23.810Z Downloaded cc v1.1.30
7112024-11-22T01:32:23.813Z Downloaded r2d2 v0.8.10
7122024-11-22T01:32:23.815Z Downloaded zerocopy v0.6.6
7132024-11-22T01:32:23.820Z Downloaded value-bag v1.9.0
7142024-11-22T01:32:23.823Z Downloaded rpassword v7.3.1
7152024-11-22T01:32:23.823Z Downloaded peg-runtime v0.8.3
7162024-11-22T01:32:23.825Z Downloaded mockall v0.13.0
7172024-11-22T01:32:23.825Z Downloaded radium v0.7.0
7182024-11-22T01:32:23.827Z Downloaded take_mut v0.2.2
7192024-11-22T01:32:23.827Z Downloaded serde-hex v0.1.0
7202024-11-22T01:32:23.830Z Downloaded termcolor v1.4.1
7212024-11-22T01:32:23.832Z Downloaded sqlformat v0.2.6
7222024-11-22T01:32:23.835Z Downloaded termios v0.3.3
7232024-11-22T01:32:23.838Z Downloaded hashlink v0.9.1
7242024-11-22T01:32:23.838Z Downloaded spki v0.7.3
7252024-11-22T01:32:23.840Z Downloaded write16 v1.0.0
7262024-11-22T01:32:23.843Z Downloaded smallvec v0.6.14
7272024-11-22T01:32:23.845Z Downloaded phf_generator v0.11.2
7282024-11-22T01:32:23.845Z Downloaded typify v0.2.0
7292024-11-22T01:32:23.848Z Downloaded fallible-streaming-iterator v0.1.9
7302024-11-22T01:32:23.852Z Downloaded fallible-iterator v0.3.0
7312024-11-22T01:32:23.852Z Downloaded zeroize_derive v1.4.2
7322024-11-22T01:32:23.856Z Downloaded socket2 v0.5.7
7332024-11-22T01:32:23.856Z Downloaded zone_cfg_derive v0.1.2
7342024-11-22T01:32:23.858Z Downloaded der_derive v0.7.3
7352024-11-22T01:32:23.858Z Downloaded crossbeam-channel v0.5.13
7362024-11-22T01:32:23.863Z Downloaded oso v0.27.3
7372024-11-22T01:32:23.869Z Downloaded enum-as-inner v0.6.1
7382024-11-22T01:32:23.871Z Downloaded enum-as-inner v0.5.1
7392024-11-22T01:32:23.871Z Downloaded idna v1.0.3
7402024-11-22T01:32:23.877Z Downloaded qorb v0.2.0
7412024-11-22T01:32:23.881Z Downloaded path-slash v0.1.5
7422024-11-22T01:32:23.883Z Downloaded owo-colors v4.1.0
7432024-11-22T01:32:23.885Z Downloaded precomputed-hash v0.1.1
7442024-11-22T01:32:23.888Z Downloaded itertools v0.13.0
7452024-11-22T01:32:23.895Z Downloaded semver v0.1.20
7462024-11-22T01:32:23.899Z Downloaded rustc_version v0.4.1
7472024-11-22T01:32:23.899Z Downloaded rustc_version v0.1.7
7482024-11-22T01:32:23.901Z Downloaded smallvec v1.13.2
7492024-11-22T01:32:23.903Z Downloaded tracing v0.1.40
7502024-11-22T01:32:23.907Z Downloaded data-encoding v2.6.0
7512024-11-22T01:32:23.909Z Downloaded tls_codec_derive v0.4.1
7522024-11-22T01:32:23.912Z Downloaded writeable v0.5.5
7532024-11-22T01:32:23.915Z Downloaded zerovec-derive v0.10.3
7542024-11-22T01:32:23.915Z Downloaded openssl-sys v0.9.103
7552024-11-22T01:32:23.921Z Downloaded newtype-uuid v1.1.3
7562024-11-22T01:32:23.923Z Downloaded hash32 v0.3.1
7572024-11-22T01:32:23.925Z Downloaded futures-core v0.3.31
7582024-11-22T01:32:23.925Z Downloaded foreign-types v0.5.0
7592024-11-22T01:32:23.928Z Downloaded foreign-types v0.3.2
7602024-11-22T01:32:23.931Z Downloaded foreign-types-macros v0.2.3
7612024-11-22T01:32:23.931Z Downloaded quinn v0.11.5
7622024-11-22T01:32:23.933Z Downloaded ff v0.13.0
7632024-11-22T01:32:23.936Z Downloaded num-conv v0.1.0
7642024-11-22T01:32:23.938Z Downloaded globset v0.4.15
7652024-11-22T01:32:23.938Z Downloaded password-hash v0.4.2
7662024-11-22T01:32:23.941Z Downloaded pbkdf2 v0.11.0
7672024-11-22T01:32:23.944Z Downloaded scrypt v0.11.0
7682024-11-22T01:32:23.946Z Downloaded progenitor v0.8.0
7692024-11-22T01:32:23.949Z Downloaded rustls-pki-types v1.9.0
7702024-11-22T01:32:23.951Z Downloaded tungstenite v0.23.0
7712024-11-22T01:32:23.955Z Downloaded scheduled-thread-pool v0.2.7
7722024-11-22T01:32:23.957Z Downloaded subtle v2.6.1
7732024-11-22T01:32:23.960Z Downloaded pin-project v1.1.6
7742024-11-22T01:32:23.971Z Downloaded toolchain_find v0.4.0
7752024-11-22T01:32:23.973Z Downloaded fxhash v0.2.1
7762024-11-22T01:32:23.973Z Downloaded either v1.13.0
7772024-11-22T01:32:23.976Z Downloaded defmt v0.3.8
7782024-11-22T01:32:23.979Z Downloaded diesel_derives v2.2.3
7792024-11-22T01:32:23.983Z Downloaded diesel-dtrace v0.3.0
7802024-11-22T01:32:23.986Z Downloaded flate2 v1.0.34
7812024-11-22T01:32:23.992Z Downloaded whoami v1.5.2
7822024-11-22T01:32:23.994Z Downloaded paste v1.0.15
7832024-11-22T01:32:23.998Z Downloaded foldhash v0.1.3
7842024-11-22T01:32:24.001Z Downloaded secrecy v0.8.0
7852024-11-22T01:32:24.001Z Downloaded tokio-postgres v0.7.12
7862024-11-22T01:32:24.008Z Downloaded strip-ansi-escapes v0.2.0
7872024-11-22T01:32:24.010Z Downloaded ssh-encoding v0.2.0
7882024-11-22T01:32:24.010Z Downloaded spin v0.5.2
7892024-11-22T01:32:24.013Z Downloaded strum_macros v0.26.4
7902024-11-22T01:32:24.015Z Downloaded parking_lot_core v0.9.10
7912024-11-22T01:32:24.018Z Downloaded mio v1.0.2
7922024-11-22T01:32:24.025Z Downloaded serde-big-array v0.5.1
7932024-11-22T01:32:24.027Z Downloaded zeroize v1.8.1
7942024-11-22T01:32:24.030Z Downloaded zerofrom-derive v0.1.4
7952024-11-22T01:32:24.030Z Downloaded miniz_oxide v0.8.0
7962024-11-22T01:32:24.034Z Downloaded simd-adler32 v0.3.7
7972024-11-22T01:32:24.036Z Downloaded rand_seeder v0.3.0
7982024-11-22T01:32:24.036Z Downloaded mockall_derive v0.13.0
7992024-11-22T01:32:24.039Z Downloaded expectorate v1.1.0
8002024-11-22T01:32:24.041Z Downloaded sync_wrapper v1.0.1
8012024-11-22T01:32:24.045Z Downloaded strum_macros v0.25.3
8022024-11-22T01:32:24.047Z Downloaded password-hash v0.5.0
8032024-11-22T01:32:24.050Z Downloaded num-complex v0.4.6
8042024-11-22T01:32:24.050Z Downloaded rand_xorshift v0.3.0
8052024-11-22T01:32:24.052Z Downloaded try-lock v0.2.5
8062024-11-22T01:32:24.054Z Downloaded twox-hash v1.6.3
8072024-11-22T01:32:24.057Z Downloaded uzers v0.12.1
8082024-11-22T01:32:24.060Z Downloaded parse-display v0.10.0
8092024-11-22T01:32:24.060Z Downloaded serde_plain v1.0.2
8102024-11-22T01:32:24.062Z Downloaded spin v0.9.8
8112024-11-22T01:32:24.065Z Downloaded subprocess v0.2.9
8122024-11-22T01:32:24.067Z Downloaded num-bigint v0.4.6
8132024-11-22T01:32:24.073Z Downloaded utf8_iter v1.0.4
8142024-11-22T01:32:24.076Z Downloaded utf16_iter v1.0.5
8152024-11-22T01:32:24.076Z Downloaded unicode-truncate v1.1.0
8162024-11-22T01:32:24.078Z Downloaded crossterm v0.28.1
8172024-11-22T01:32:24.085Z Downloaded unicode_categories v0.1.1
8182024-11-22T01:32:24.088Z Downloaded form_urlencoded v1.2.1
8192024-11-22T01:32:24.093Z Downloaded filetime v0.2.25
8202024-11-22T01:32:24.096Z Downloaded multer v3.1.0
8212024-11-22T01:32:24.096Z Downloaded hashbrown v0.12.3
8222024-11-22T01:32:24.099Z Downloaded tui-tree-widget v0.22.0
8232024-11-22T01:32:24.101Z Downloaded ref-cast v1.0.23
8242024-11-22T01:32:24.104Z Downloaded num_enum v0.5.11
8252024-11-22T01:32:24.108Z Downloaded deranged v0.3.11
8262024-11-22T01:32:24.111Z Downloaded packed_struct v0.10.1
8272024-11-22T01:32:24.113Z Downloaded schemars v0.8.21
8282024-11-22T01:32:24.125Z Downloaded newtype_derive v0.1.6
8292024-11-22T01:32:24.128Z Downloaded rusqlite v0.32.1
8302024-11-22T01:32:24.134Z Downloaded pretty-hex v0.2.1
8312024-11-22T01:32:24.137Z Downloaded tungstenite v0.24.0
8322024-11-22T01:32:24.139Z Downloaded tokio-macros v2.4.0
8332024-11-22T01:32:24.142Z Downloaded dropshot_endpoint v0.13.0
8342024-11-22T01:32:24.144Z Downloaded parking_lot_core v0.8.6
8352024-11-22T01:32:24.147Z Downloaded num-traits v0.2.19
8362024-11-22T01:32:24.150Z Downloaded dsl_auto_type v0.1.2
8372024-11-22T01:32:24.152Z Downloaded pkcs1 v0.7.5
8382024-11-22T01:32:24.154Z Downloaded rand v0.8.5
8392024-11-22T01:32:24.158Z Downloaded embedded-io v0.4.0
8402024-11-22T01:32:24.160Z Downloaded nu-ansi-term v0.50.1
8412024-11-22T01:32:24.162Z Downloaded num-bigint-dig v0.8.4
8422024-11-22T01:32:24.168Z Downloaded samael v0.0.17
8432024-11-22T01:32:24.174Z Downloaded sync-ptr v0.1.1
8442024-11-22T01:32:24.176Z Downloaded hash32 v0.2.1
8452024-11-22T01:32:24.179Z Downloaded reqwest v0.12.9
8462024-11-22T01:32:24.186Z Downloaded slab v0.4.9
8472024-11-22T01:32:24.189Z Downloaded num-integer v0.1.46
8482024-11-22T01:32:24.191Z Downloaded tokio-native-tls v0.3.1
8492024-11-22T01:32:24.194Z Downloaded des v0.8.1
8502024-11-22T01:32:24.196Z Downloaded structmeta v0.2.0
8512024-11-22T01:32:24.196Z Downloaded num-rational v0.4.2
8522024-11-22T01:32:24.198Z Downloaded waitgroup v0.1.2
8532024-11-22T01:32:24.198Z Downloaded termtree v0.4.1
8542024-11-22T01:32:24.201Z Downloaded structmeta-derive v0.3.0
8552024-11-22T01:32:24.202Z Downloaded fatfs v0.3.6
8562024-11-22T01:32:24.204Z Downloaded num_threads v0.1.7
8572024-11-22T01:32:24.207Z Downloaded xz2 v0.1.7
8582024-11-22T01:32:24.207Z Downloaded futures-io v0.3.31
8592024-11-22T01:32:24.210Z Downloaded structmeta v0.3.0
8602024-11-22T01:32:24.210Z Downloaded yoke v0.7.4
8612024-11-22T01:32:24.212Z Downloaded typed-path v0.9.3
8622024-11-22T01:32:24.218Z Downloaded glob v0.3.1
8632024-11-22T01:32:24.220Z Downloaded siphasher v0.3.11
8642024-11-22T01:32:24.223Z Downloaded derive-where v1.2.7
8652024-11-22T01:32:24.225Z Downloaded wait-timeout v0.2.0
8662024-11-22T01:32:24.231Z Downloaded serde_with_macros v3.11.0
8672024-11-22T01:32:24.231Z Downloaded futures-macro v0.3.31
8682024-11-22T01:32:24.231Z Downloaded hashbrown v0.13.2
8692024-11-22T01:32:24.235Z Downloaded embedded-io v0.6.1
8702024-11-22T01:32:24.237Z Downloaded test-strategy v0.3.1
8712024-11-22T01:32:24.240Z Downloaded futures v0.3.31
8722024-11-22T01:32:24.245Z Downloaded predicates-core v1.0.8
8732024-11-22T01:32:24.249Z Downloaded nom v7.1.3
8742024-11-22T01:32:24.253Z Downloaded ena v0.14.3
8752024-11-22T01:32:24.255Z Downloaded vergen v8.3.2
8762024-11-22T01:32:24.258Z Downloaded funty v2.0.0
8772024-11-22T01:32:24.260Z Downloaded pkcs8 v0.10.2
8782024-11-22T01:32:24.263Z Downloaded yasna v0.5.2
8792024-11-22T01:32:24.265Z Downloaded tokio-rustls v0.26.0
8802024-11-22T01:32:24.268Z Downloaded serde_yaml v0.9.34+deprecated
8812024-11-22T01:32:24.271Z Downloaded dunce v1.0.5
8822024-11-22T01:32:24.273Z Downloaded postgres-protocol v0.6.7
8832024-11-22T01:32:24.276Z Downloaded smf v0.2.3
8842024-11-22T01:32:24.276Z Downloaded postcard v1.0.10
8852024-11-22T01:32:24.278Z Downloaded zip v2.1.3
8862024-11-22T01:32:24.283Z Downloaded quick-xml v0.33.0
8872024-11-22T01:32:24.290Z Downloaded tokio-rustls v0.25.0
8882024-11-22T01:32:24.292Z Downloaded walkdir v2.5.0
8892024-11-22T01:32:24.295Z Downloaded flume v0.11.1
8902024-11-22T01:32:24.299Z Downloaded similar v2.6.0
8912024-11-22T01:32:24.304Z Downloaded num-derive v0.4.2
8922024-11-22T01:32:24.307Z Downloaded futures-util v0.3.31
8932024-11-22T01:32:24.320Z Downloaded term v0.7.0
8942024-11-22T01:32:24.324Z Downloaded idna v0.4.0
8952024-11-22T01:32:24.331Z Downloaded elliptic-curve v0.13.8
8962024-11-22T01:32:24.335Z Downloaded hickory-proto v0.24.1
8972024-11-22T01:32:24.353Z Downloaded idna v0.2.3
8982024-11-22T01:32:24.360Z Downloaded predicates v3.1.2
8992024-11-22T01:32:24.363Z Downloaded zerocopy v0.8.10
9002024-11-22T01:32:24.388Z Downloaded pkcs5 v0.7.1
9012024-11-22T01:32:24.392Z Downloaded aws-lc-rs v1.10.0
9022024-11-22T01:32:24.401Z Downloaded fs_extra v1.3.0
9032024-11-22T01:32:24.405Z Downloaded openssl v0.10.66
9042024-11-22T01:32:24.414Z Downloaded reedline v0.35.0
9052024-11-22T01:32:24.422Z Downloaded webpki-roots v0.26.6
9062024-11-22T01:32:24.426Z Downloaded rustls-webpki v0.102.8
9072024-11-22T01:32:24.446Z Downloaded tar v0.4.42
9082024-11-22T01:32:24.449Z Downloaded radix_trie v0.2.1
9092024-11-22T01:32:24.455Z Downloaded bindgen v0.69.5
9102024-11-22T01:32:24.463Z Downloaded serde_with v3.11.0
9112024-11-22T01:32:24.472Z Downloaded winnow v0.5.40
9122024-11-22T01:32:24.482Z Downloaded snafu v0.8.5
9132024-11-22T01:32:24.488Z Downloaded ron v0.8.1
9142024-11-22T01:32:24.494Z Downloaded vcpkg v0.2.15
9152024-11-22T01:32:24.534Z Downloaded p384 v0.13.0
9162024-11-22T01:32:24.540Z Downloaded regex v1.11.1
9172024-11-22T01:32:24.554Z Downloaded p521 v0.13.3
9182024-11-22T01:32:24.558Z Downloaded dropshot v0.13.0
9192024-11-22T01:32:24.580Z Downloaded object v0.30.4
9202024-11-22T01:32:24.591Z Downloaded rustyline v14.0.0
9212024-11-22T01:32:24.595Z Downloaded sqlparser v0.45.0
9222024-11-22T01:32:24.602Z Downloaded tokio-util v0.7.12
9232024-11-22T01:32:24.609Z Downloaded diesel v2.2.4
9242024-11-22T01:32:24.630Z Downloaded rustls-webpki v0.101.7
9252024-11-22T01:32:24.644Z Downloaded dropshot v0.12.0
9262024-11-22T01:32:24.665Z Downloaded petname v2.0.2
9272024-11-22T01:32:24.671Z Downloaded bitvec v1.0.1
9282024-11-22T01:32:24.686Z Downloaded chrono v0.4.38
9292024-11-22T01:32:24.693Z Downloaded typify-impl v0.2.0
9302024-11-22T01:32:24.710Z Downloaded ed25519-dalek v2.1.1
9312024-11-22T01:32:24.713Z Downloaded toml_edit v0.19.15
9322024-11-22T01:32:24.730Z Downloaded h2 v0.4.6
9332024-11-22T01:32:24.736Z Downloaded quinn-proto v0.11.8
9342024-11-22T01:32:24.743Z Downloaded parking_lot v0.12.3
9352024-11-22T01:32:24.746Z Downloaded half v2.4.1
9362024-11-22T01:32:24.749Z Downloaded rayon v1.10.0
9372024-11-22T01:32:24.758Z Downloaded zerocopy-derive v0.6.6
9382024-11-22T01:32:24.768Z Downloaded lzma-sys v0.1.20
9392024-11-22T01:32:24.798Z Downloaded salty v0.3.0
9402024-11-22T01:32:24.805Z Downloaded curve25519-dalek v4.1.3
9412024-11-22T01:32:24.814Z Downloaded portable-atomic v1.9.0
9422024-11-22T01:32:24.821Z Downloaded polar-core v0.27.3
9432024-11-22T01:32:24.830Z Downloaded unicode-width v0.2.0
9442024-11-22T01:32:24.836Z Downloaded rustls v0.22.4
9452024-11-22T01:32:24.849Z Downloaded git2 v0.19.0
9462024-11-22T01:32:24.858Z Downloaded regress v0.10.1
9472024-11-22T01:32:24.867Z Downloaded regress v0.9.1
9482024-11-22T01:32:24.876Z Downloaded libz-sys v1.1.20
9492024-11-22T01:32:24.898Z Downloaded regex-syntax v0.8.5
9502024-11-22T01:32:24.907Z Downloaded rustls v0.21.12
9512024-11-22T01:32:24.918Z Downloaded regex-syntax v0.6.29
9522024-11-22T01:32:24.925Z Downloaded ron v0.7.1
9532024-11-22T01:32:24.930Z Downloaded zerovec v0.10.4
9542024-11-22T01:32:24.935Z Downloaded idna v0.5.0
9552024-11-22T01:32:24.945Z Downloaded chrono-tz v0.10.0
9562024-11-22T01:32:24.950Z Downloaded bstr v1.10.0
9572024-11-22T01:32:24.961Z Downloaded gimli v0.31.1
9582024-11-22T01:32:24.969Z Downloaded rustls v0.23.14
9592024-11-22T01:32:24.982Z Downloaded smoltcp v0.9.1
9602024-11-22T01:32:24.993Z Downloaded trust-dns-proto v0.22.0
9612024-11-22T01:32:25.006Z Downloaded nix v0.28.0
9622024-11-22T01:32:25.019Z Downloaded openapiv3 v2.0.0
9632024-11-22T01:32:25.030Z Downloaded nix v0.27.1
9642024-11-22T01:32:25.041Z Downloaded object v0.36.5
9652024-11-22T01:32:25.052Z Downloaded idna v0.3.0
9662024-11-22T01:32:25.059Z Downloaded futures-task v0.3.31
9672024-11-22T01:32:25.061Z Downloaded p256 v0.13.2
9682024-11-22T01:32:25.064Z Downloaded smoltcp v0.11.0
9692024-11-22T01:32:25.077Z Downloaded nix v0.29.0
9702024-11-22T01:32:25.089Z Downloaded ssh-key v0.6.6
9712024-11-22T01:32:25.099Z Downloaded sled v0.34.7
9722024-11-22T01:32:25.106Z Downloaded proptest v1.5.0
9732024-11-22T01:32:25.116Z Downloaded tungstenite v0.21.0
9742024-11-22T01:32:25.119Z Downloaded dhcproto v0.12.0
9752024-11-22T01:32:25.122Z Downloaded der v0.7.9
9762024-11-22T01:32:25.127Z Downloaded rayon-core v1.12.1
9772024-11-22T01:32:25.131Z Downloaded parse-zoneinfo v0.3.1
9782024-11-22T01:32:25.135Z Downloaded rsa v0.9.6
9792024-11-22T01:32:25.141Z Downloaded derive_builder v0.20.2
9802024-11-22T01:32:25.144Z Downloaded unicode-segmentation v1.12.0
9812024-11-22T01:32:25.148Z Downloaded rcgen v0.12.1
9822024-11-22T01:32:25.151Z Downloaded time v0.3.36
9832024-11-22T01:32:25.158Z Downloaded tough v0.19.0
9842024-11-22T01:32:25.166Z Downloaded blake3 v1.5.4
9852024-11-22T01:32:25.174Z Downloaded ratatui v0.28.1
9862024-11-22T01:32:25.195Z Downloaded icu_properties_data v1.5.0
9872024-11-22T01:32:25.204Z Downloaded xattr v1.3.1
9882024-11-22T01:32:25.207Z Downloaded num_enum_derive v0.5.11
9892024-11-22T01:32:25.209Z Downloaded structmeta-derive v0.2.0
9902024-11-22T01:32:25.209Z Downloaded toml v0.7.8
9912024-11-22T01:32:25.211Z Downloaded derive_builder_core v0.20.2
9922024-11-22T01:32:25.214Z Downloaded uuid v1.11.0
9932024-11-22T01:32:25.217Z Downloaded hashbrown v0.14.5
9942024-11-22T01:32:25.222Z Downloaded lalrpop v0.19.12
9952024-11-22T01:32:25.233Z Downloaded regex-automata v0.4.8
9962024-11-22T01:32:25.250Z Downloaded bzip2-sys v0.1.11+1.0.8
9972024-11-22T01:32:25.262Z Downloaded dropshot_endpoint v0.12.0
9982024-11-22T01:32:25.265Z Downloaded packed_struct_codegen v0.10.1
9992024-11-22T01:32:25.267Z Downloaded tap v1.0.1
10002024-11-22T01:32:25.269Z Downloaded primeorder v0.13.6
10012024-11-22T01:32:25.269Z Downloaded tokio-stream v0.1.16
10022024-11-22T01:32:25.273Z Downloaded zip v0.6.6
10032024-11-22T01:32:25.278Z Downloaded tracing-core v0.1.32
10042024-11-22T01:32:25.281Z Downloaded rustls-pemfile v2.2.0
10052024-11-22T01:32:25.283Z Downloaded postgres-types v0.2.8
10062024-11-22T01:32:25.285Z Downloaded nibble_vec v0.1.0
10072024-11-22T01:32:25.288Z Downloaded typify-macro v0.2.0
10082024-11-22T01:32:25.288Z Downloaded same-file v1.0.6
10092024-11-22T01:32:25.292Z Downloaded salsa20 v0.10.2
10102024-11-22T01:32:25.292Z Downloaded rustfmt-wrapper v0.2.1
10112024-11-22T01:32:25.294Z Downloaded petgraph v0.6.5
10122024-11-22T01:32:25.310Z Downloaded pin-utils v0.1.0
10132024-11-22T01:32:25.312Z Downloaded rusty-fork v0.3.0
10142024-11-22T01:32:25.314Z Downloaded fragile v2.0.0
10152024-11-22T01:32:25.314Z Downloaded pem-rfc7468 v0.7.0
10162024-11-22T01:32:25.317Z Downloaded russh v0.45.0
10172024-11-22T01:32:25.321Z Downloaded unicode-normalization v0.1.24
10182024-11-22T01:32:25.325Z Downloaded sct v0.7.1
10192024-11-22T01:32:25.329Z Downloaded libgit2-sys v0.17.0+1.8.1
10202024-11-22T01:32:25.387Z Downloaded futures-channel v0.3.31
10212024-11-22T01:32:25.390Z Downloaded quinn-udp v0.5.5
10222024-11-22T01:32:25.392Z Downloaded which v4.4.2
10232024-11-22T01:32:25.392Z Downloaded tls_codec v0.4.1
10242024-11-22T01:32:25.395Z Downloaded zopfli v0.8.1
10252024-11-22T01:32:25.397Z Downloaded url v2.5.3
10262024-11-22T01:32:25.399Z Downloaded debug-ignore v1.0.5
10272024-11-22T01:32:25.402Z Downloaded tokio v1.40.0
10282024-11-22T01:32:25.438Z Downloaded sha3 v0.10.8
10292024-11-22T01:32:25.443Z Downloaded csv v1.3.0
10302024-11-22T01:32:25.462Z Downloaded supports-color v3.0.1
10312024-11-22T01:32:25.465Z Downloaded unsafe-libyaml v0.2.11
10322024-11-22T01:32:25.467Z Downloaded peg-macros v0.8.4
10332024-11-22T01:32:25.470Z Downloaded proc-macro-crate v1.3.1
10342024-11-22T01:32:25.471Z Downloaded fd-lock v4.0.2
10352024-11-22T01:32:25.473Z Downloaded signal-hook v0.3.17
10362024-11-22T01:32:25.476Z Downloaded steno v0.4.1
10372024-11-22T01:32:25.479Z Downloaded zerocopy-derive v0.8.10
10382024-11-22T01:32:25.485Z Downloaded thiserror-no-std v2.0.2
10392024-11-22T01:32:25.489Z Downloaded headers v0.4.0
10402024-11-22T01:32:25.494Z Downloaded publicsuffix v2.2.3
10412024-11-22T01:32:25.497Z Downloaded slog-term v2.9.1
10422024-11-22T01:32:25.499Z Downloaded pin-project-lite v0.2.14
10432024-11-22T01:32:25.504Z Downloaded pin-project-internal v1.1.6
10442024-11-22T01:32:25.506Z Downloaded unicode-xid v0.2.6
10452024-11-22T01:32:25.508Z Downloaded libxml v0.3.3
10462024-11-22T01:32:25.513Z Downloaded rustc-hash v2.0.0
10472024-11-22T01:32:25.515Z Downloaded rustc-hash v1.1.0
10482024-11-22T01:32:25.515Z Downloaded phf_codegen v0.11.2
10492024-11-22T01:32:25.517Z Downloaded percent-encoding v2.3.1
10502024-11-22T01:32:25.517Z Downloaded pbkdf2 v0.12.2
10512024-11-22T01:32:25.520Z Downloaded x509-cert v0.2.5
10522024-11-22T01:32:25.524Z Downloaded crypto-bigint v0.5.5
10532024-11-22T01:32:25.532Z Downloaded omicron-zone-package v0.11.1
10542024-11-22T01:32:25.535Z Downloaded libm v0.2.8
10552024-11-22T01:32:25.542Z Downloaded darling_core v0.20.10
10562024-11-22T01:32:25.547Z Downloaded tokio-rustls v0.24.1
10572024-11-22T01:32:25.550Z Downloaded poly1305 v0.8.0
10582024-11-22T01:32:25.552Z Downloaded derive_more v0.99.18
10592024-11-22T01:32:25.557Z Downloaded tokio-tungstenite v0.23.1
10602024-11-22T01:32:25.559Z Downloaded tokio-tungstenite v0.21.0
10612024-11-22T01:32:25.562Z Downloaded displaydoc v0.2.5
10622024-11-22T01:32:25.565Z Downloaded diff v0.1.13
10632024-11-22T01:32:25.567Z Downloaded itertools v0.10.5
10642024-11-22T01:32:25.573Z Downloaded tinyvec v1.8.0
10652024-11-22T01:32:25.576Z Downloaded slog v2.7.0
10662024-11-22T01:32:25.579Z Downloaded prettyplease v0.2.25
10672024-11-22T01:32:25.582Z Downloaded backtrace v0.3.74
10682024-11-22T01:32:25.587Z Downloaded encoding_rs v0.8.34
10692024-11-22T01:32:25.608Z Downloaded env_logger v0.10.2
10702024-11-22T01:32:25.611Z Downloaded stable_deref_trait v1.2.0
10712024-11-22T01:32:25.614Z Downloaded snafu-derive v0.8.5
10722024-11-22T01:32:25.614Z Downloaded chacha20poly1305 v0.10.1
10732024-11-22T01:32:25.616Z Downloaded native-tls v0.2.12
10742024-11-22T01:32:25.619Z Downloaded itertools v0.12.1
10752024-11-22T01:32:25.623Z Downloaded static_assertions v1.1.0
10762024-11-22T01:32:25.626Z Downloaded num-iter v0.1.45
10772024-11-22T01:32:25.626Z Downloaded serde_repr v0.1.19
10782024-11-22T01:32:25.629Z Downloaded flagset v0.4.6
10792024-11-22T01:32:25.632Z Downloaded fixedbitset v0.4.2
10802024-11-22T01:32:25.632Z Downloaded serde_derive_internals v0.29.1
10812024-11-22T01:32:25.634Z Downloaded base64 v0.13.1
10822024-11-22T01:32:25.637Z Downloaded vsss-rs v3.3.4
10832024-11-22T01:32:25.640Z Downloaded tracing-attributes v0.1.27
10842024-11-22T01:32:25.642Z Downloaded crossbeam-utils v0.8.20
10852024-11-22T01:32:25.645Z Downloaded crc-any v2.5.0
10862024-11-22T01:32:25.648Z Downloaded dyn-clone v1.0.17
10872024-11-22T01:32:25.650Z Downloaded rand_chacha v0.3.1
10882024-11-22T01:32:25.651Z Downloaded synstructure v0.13.1
10892024-11-22T01:32:25.653Z Downloaded slog-async v2.8.0
10902024-11-22T01:32:25.653Z Downloaded rand_core v0.6.4
10912024-11-22T01:32:25.657Z Downloaded difflib v0.4.0
10922024-11-22T01:32:25.658Z Downloaded defmt-parser v0.3.4
10932024-11-22T01:32:25.658Z Downloaded defmt-macros v0.3.9
10942024-11-22T01:32:25.661Z Downloaded strum v0.26.3
10952024-11-22T01:32:25.661Z Downloaded slog-scope v4.4.0
10962024-11-22T01:32:25.661Z Downloaded slog-bunyan v2.5.0
10972024-11-22T01:32:25.664Z Downloaded slog-stdlog v4.1.1
10982024-11-22T01:32:25.664Z Downloaded crossbeam-epoch v0.9.18
10992024-11-22T01:32:25.667Z Downloaded serde_path_to_error v0.1.16
11002024-11-22T01:32:25.669Z Downloaded scopeguard v1.2.0
11012024-11-22T01:32:25.669Z Downloaded rustls-pemfile v1.0.4
11022024-11-22T01:32:25.671Z Downloaded resolv-conf v0.7.0
11032024-11-22T01:32:25.674Z Downloaded csv-core v0.1.11
11042024-11-22T01:32:25.674Z Downloaded shell-words v1.1.0
11052024-11-22T01:32:25.677Z Downloaded icu_collections v1.5.0
11062024-11-22T01:32:25.680Z Downloaded ctr v0.9.2
11072024-11-22T01:32:25.683Z Downloaded cookie_store v0.21.0
11082024-11-22T01:32:25.685Z Downloaded colored v2.1.0
11092024-11-22T01:32:25.688Z Downloaded md-5 v0.10.6
11102024-11-22T01:32:25.692Z Downloaded ciborium-ll v0.2.2
11112024-11-22T01:32:25.692Z Downloaded icu_locid_transform_data v1.5.0
11122024-11-22T01:32:25.694Z Downloaded cexpr v0.6.0
11132024-11-22T01:32:25.694Z Downloaded instability v0.3.2
11142024-11-22T01:32:25.694Z Downloaded cmake v0.1.51
11152024-11-22T01:32:25.697Z Downloaded bitfield v0.14.0
11162024-11-22T01:32:25.697Z Downloaded console v0.15.8
11172024-11-22T01:32:25.700Z Downloaded icu_normalizer v1.5.0
11182024-11-22T01:32:25.703Z Downloaded linear-map v1.2.0
11192024-11-22T01:32:25.706Z Downloaded icu_locid_transform v1.5.0
11202024-11-22T01:32:25.709Z Downloaded curve25519-dalek-derive v0.1.1
11212024-11-22T01:32:25.709Z Downloaded linked-hash-map v0.5.6
11222024-11-22T01:32:25.711Z Downloaded lalrpop-util v0.19.12
11232024-11-22T01:32:25.711Z Downloaded idna_adapter v1.2.0
11242024-11-22T01:32:25.711Z Downloaded icu_properties v1.5.1
11252024-11-22T01:32:25.714Z Downloaded cbc v0.1.2
11262024-11-22T01:32:25.716Z Downloaded bb8 v0.8.5
11272024-11-22T01:32:25.719Z Downloaded bitflags v1.3.2
11282024-11-22T01:32:25.721Z Downloaded buf-list v1.0.3
11292024-11-22T01:32:25.724Z Downloaded kstat-rs v0.2.4
11302024-11-22T01:32:25.724Z Downloaded ipnetwork v0.20.0
11312024-11-22T01:32:25.727Z Downloaded bcrypt-pbkdf v0.10.0
11322024-11-22T01:32:25.727Z Downloaded cfg_aliases v0.1.1
11332024-11-22T01:32:25.729Z Downloaded iana-time-zone v0.1.61
11342024-11-22T01:32:25.729Z Downloaded cfg_aliases v0.2.1
11352024-11-22T01:32:25.732Z Downloaded hickory-client v0.24.1
11362024-11-22T01:32:25.735Z Downloaded base64 v0.22.1
11372024-11-22T01:32:25.737Z Downloaded heck v0.3.3
11382024-11-22T01:32:25.739Z Downloaded bumpalo v3.16.0
11392024-11-22T01:32:25.742Z Downloaded castaway v0.2.3
11402024-11-22T01:32:25.745Z Downloaded blowfish v0.9.1
11412024-11-22T01:32:25.745Z Downloaded atomicwrites v0.4.4
11422024-11-22T01:32:25.747Z Downloaded home v0.5.9
11432024-11-22T01:32:25.747Z Downloaded hickory-resolver v0.24.1
11442024-11-22T01:32:25.752Z Downloaded array-init v0.0.4
11452024-11-22T01:32:25.755Z Downloaded http-range v0.1.5
11462024-11-22T01:32:25.755Z Downloaded http-body v1.0.1
11472024-11-22T01:32:25.757Z Downloaded bit-vec v0.6.3
11482024-11-22T01:32:25.757Z Downloaded bit-set v0.5.3
11492024-11-22T01:32:25.761Z Downloaded async-stream-impl v0.3.6
11502024-11-22T01:32:25.761Z Downloaded async-bb8-diesel v0.2.1
11512024-11-22T01:32:25.763Z Downloaded aho-corasick v1.1.3
11522024-11-22T01:32:25.768Z Downloaded aes-gcm v0.10.3
11532024-11-22T01:32:25.770Z Downloaded async-recursion v1.1.1
11542024-11-22T01:32:25.774Z Downloaded addr2line v0.24.2
11552024-11-22T01:32:25.776Z Downloaded adler2 v2.0.0
11562024-11-22T01:32:25.779Z Downloaded assert_matches v1.5.0
11572024-11-22T01:32:25.779Z Downloaded arrayvec v0.7.6
11582024-11-22T01:32:25.781Z Downloaded argon2 v0.5.3
11592024-11-22T01:32:25.784Z Downloaded aes v0.8.4
11602024-11-22T01:32:25.787Z Downloaded arc-swap v1.7.1
11612024-11-22T01:32:25.791Z Downloaded allocator-api2 v0.2.18
11622024-11-22T01:32:25.904Z Downloaded libsqlite3-sys v0.30.1
11632024-11-22T01:32:25.983Z Downloaded ring v0.16.20
11642024-11-22T01:32:26.157Z Downloaded ring v0.17.8
11652024-11-22T01:32:26.470Z Downloaded aws-lc-sys v0.22.0
11662024-11-22T01:32:26.781Z Compiling serde v1.0.215
11672024-11-22T01:32:26.784Z Compiling lock_api v0.4.12
11682024-11-22T01:32:26.784Z Compiling scopeguard v1.2.0
11692024-11-22T01:32:26.784Z Compiling value-bag v1.9.0
11702024-11-22T01:32:26.784Z Compiling typenum v1.17.0
11712024-11-22T01:32:26.939Z Compiling generic-array v0.14.7
11722024-11-22T01:32:26.979Z Compiling syn v2.0.87
11732024-11-22T01:32:26.994Z Compiling getrandom v0.2.15
11742024-11-22T01:32:27.103Z Compiling shlex v1.3.0
11752024-11-22T01:32:27.283Z Compiling rand_core v0.6.4
11762024-11-22T01:32:27.419Z Compiling log v0.4.22
11772024-11-22T01:32:27.507Z Compiling subtle v2.6.1
11782024-11-22T01:32:27.510Z Compiling jobserver v0.1.32
11792024-11-22T01:32:27.555Z Compiling const-oid v0.9.6
11802024-11-22T01:32:27.806Z Compiling smallvec v1.13.2
11812024-11-22T01:32:27.850Z Compiling spin v0.9.8
11822024-11-22T01:32:27.872Z Compiling cc v1.1.30
11832024-11-22T01:32:28.244Z Compiling pin-project-lite v0.2.14
11842024-11-22T01:32:28.263Z Compiling rustix v0.38.37
11852024-11-22T01:32:28.299Z Compiling parking_lot_core v0.9.10
11862024-11-22T01:32:28.379Z Compiling futures-core v0.3.31
11872024-11-22T01:32:28.571Z Compiling signal-hook-registry v1.4.2
11882024-11-22T01:32:28.765Z Compiling mio v1.0.2
11892024-11-22T01:32:29.265Z Compiling aho-corasick v1.1.3
11902024-11-22T01:32:29.481Z Compiling parking_lot v0.12.3
11912024-11-22T01:32:29.633Z Compiling either v1.13.0
11922024-11-22T01:32:29.722Z Compiling cpufeatures v0.2.14
11932024-11-22T01:32:29.792Z Compiling regex-syntax v0.8.5
11942024-11-22T01:32:29.839Z Compiling lazy_static v1.5.0
11952024-11-22T01:32:29.975Z Compiling glob v0.3.1
11962024-11-22T01:32:30.084Z Compiling futures-sink v0.3.31
11972024-11-22T01:32:30.124Z Compiling stable_deref_trait v1.2.0
11982024-11-22T01:32:30.242Z Compiling socket2 v0.5.7
11992024-11-22T01:32:30.261Z Compiling slab v0.4.9
12002024-11-22T01:32:30.501Z Compiling prettyplease v0.2.25
12012024-11-22T01:32:30.726Z Compiling minimal-lexical v0.2.1
12022024-11-22T01:32:31.090Z Compiling clang-sys v1.8.1
12032024-11-22T01:32:31.163Z Compiling nom v7.1.3
12042024-11-22T01:32:31.287Z Compiling libloading v0.8.5
12052024-11-22T01:32:31.308Z Compiling home v0.5.9
12062024-11-22T01:32:31.602Z Compiling bindgen v0.69.5
12072024-11-22T01:32:31.747Z Compiling serde_json v1.0.132
12082024-11-22T01:32:32.121Z Compiling futures-channel v0.3.31
12092024-11-22T01:32:32.454Z Compiling itertools v0.12.1
12102024-11-22T01:32:32.552Z Compiling rustc-hash v1.1.0
12112024-11-22T01:32:32.584Z Compiling futures-task v0.3.31
12122024-11-22T01:32:32.699Z Compiling allocator-api2 v0.2.18
12132024-11-22T01:32:32.888Z Compiling lazycell v1.3.0
12142024-11-22T01:32:33.065Z Compiling foldhash v0.1.3
12152024-11-22T01:32:33.402Z Compiling futures-io v0.3.31
12162024-11-22T01:32:33.517Z Compiling pin-utils v0.1.0
12172024-11-22T01:32:33.628Z Compiling regex-automata v0.4.8
12182024-11-22T01:32:33.760Z Compiling hashbrown v0.15.0
12192024-11-22T01:32:35.043Z Compiling synstructure v0.13.1
12202024-11-22T01:32:35.130Z Compiling cexpr v0.6.0
12212024-11-22T01:32:35.683Z Compiling cmake v0.1.51
12222024-11-22T01:32:36.751Z Compiling fs_extra v1.3.0
12232024-11-22T01:32:36.807Z Compiling dunce v1.0.5
12242024-11-22T01:32:36.836Z Compiling libm v0.2.8
12252024-11-22T01:32:36.945Z Compiling pkg-config v0.3.31
12262024-11-22T01:32:37.002Z Compiling tinyvec_macros v0.1.1
12272024-11-22T01:32:37.105Z Compiling tinyvec v1.8.0
12282024-11-22T01:32:37.186Z Compiling num-traits v0.2.19
12292024-11-22T01:32:37.723Z Compiling ring v0.17.8
12302024-11-22T01:32:38.357Z Compiling writeable v0.5.5
12312024-11-22T01:32:38.576Z Compiling paste v1.0.15
12322024-11-22T01:32:38.664Z Compiling unicode-normalization v0.1.24
12332024-11-22T01:32:38.796Z Compiling unicode-bidi v0.3.17
12342024-11-22T01:32:38.897Z Compiling litemap v0.7.3
12352024-11-22T01:32:39.014Z Compiling base64ct v1.6.0
12362024-11-22T01:32:39.608Z Compiling regex v1.11.1
12372024-11-22T01:32:39.787Z Compiling pem-rfc7468 v0.7.0
12382024-11-22T01:32:40.208Z Compiling httparse v1.9.5
12392024-11-22T01:32:40.488Z Compiling aws-lc-rs v1.10.0
12402024-11-22T01:32:40.726Z Compiling flagset v0.4.6
12412024-11-22T01:32:40.962Z Compiling tracing-core v0.1.32
12422024-11-22T01:32:41.032Z Compiling rustls-pki-types v1.9.0
12432024-11-22T01:32:41.262Z Compiling percent-encoding v2.3.1
12442024-11-22T01:32:41.644Z Compiling crossbeam-utils v0.8.20
12452024-11-22T01:32:42.092Z Compiling serde_derive v1.0.215
12462024-11-22T01:32:42.110Z Compiling zeroize_derive v1.4.2
12472024-11-22T01:32:42.142Z Compiling zerocopy-derive v0.7.35
12482024-11-22T01:32:42.266Z Compiling tokio-macros v2.4.0
12492024-11-22T01:32:42.355Z Compiling zerofrom-derive v0.1.4
12502024-11-22T01:32:43.813Z Compiling zeroize v1.8.1
12512024-11-22T01:32:43.882Z Compiling thiserror-impl v1.0.69
12522024-11-22T01:32:44.147Z Compiling yoke-derive v0.7.4
12532024-11-22T01:32:44.456Z Compiling zerocopy v0.7.35
12542024-11-22T01:32:45.165Z Compiling futures-macro v0.3.31
12552024-11-22T01:32:45.539Z Compiling crypto-common v0.1.6
12562024-11-22T01:32:45.790Z Compiling block-buffer v0.10.4
12572024-11-22T01:32:46.075Z Compiling digest v0.10.7
12582024-11-22T01:32:46.123Z Compiling zerovec-derive v0.10.3
12592024-11-22T01:32:46.564Z Compiling hmac v0.12.1
12602024-11-22T01:32:46.614Z Compiling zerofrom v0.1.4
12612024-11-22T01:32:46.823Z Compiling block-padding v0.3.3
12622024-11-22T01:32:46.858Z Compiling displaydoc v0.2.5
12632024-11-22T01:32:47.006Z Compiling sha2 v0.10.8
12642024-11-22T01:32:47.071Z Compiling inout v0.1.3
12652024-11-22T01:32:47.190Z Compiling futures-util v0.3.31
12662024-11-22T01:32:47.252Z Compiling yoke v0.7.4
12672024-11-22T01:32:47.357Z Compiling cipher v0.4.4
12682024-11-22T01:32:47.379Z Compiling thiserror v1.0.69
12692024-11-22T01:32:47.525Z Compiling ppv-lite86 v0.2.20
12702024-11-22T01:32:47.629Z Compiling der_derive v0.7.3
12712024-11-22T01:32:47.913Z Compiling icu_provider_macros v1.5.0
12722024-11-22T01:32:48.399Z Compiling rand_chacha v0.3.1
12732024-11-22T01:32:48.692Z Compiling tracing-attributes v0.1.27
12742024-11-22T01:32:48.934Z Compiling zerovec v0.10.4
12752024-11-22T01:32:49.165Z Compiling icu_locid_transform_data v1.5.0
12762024-11-22T01:32:49.274Z Compiling rand v0.8.5
12772024-11-22T01:32:50.246Z Compiling der v0.7.9
12782024-11-22T01:32:50.750Z Compiling tinystr v0.7.6
12792024-11-22T01:32:50.887Z Compiling icu_collections v1.5.0
12802024-11-22T01:32:51.176Z Compiling icu_locid v1.5.0
12812024-11-22T01:32:51.224Z Compiling salsa20 v0.10.2
12822024-11-22T01:32:51.470Z Compiling pest v2.7.14
12832024-11-22T01:32:51.526Z Compiling pbkdf2 v0.12.2
12842024-11-22T01:32:52.370Z Compiling icu_provider v1.5.0
12852024-11-22T01:32:52.457Z Compiling spki v0.7.3
12862024-11-22T01:32:52.578Z Compiling tracing v0.1.40
12872024-11-22T01:32:52.858Z Compiling untrusted v0.9.0
12882024-11-22T01:32:53.045Z Compiling time-core v0.1.2
12892024-11-22T01:32:53.092Z Compiling icu_locid_transform v1.5.0
12902024-11-22T01:32:53.231Z Compiling icu_properties_data v1.5.0
12912024-11-22T01:32:53.524Z Compiling num-conv v0.1.0
12922024-11-22T01:32:53.547Z Compiling vcpkg v0.2.15
12932024-11-22T01:32:53.594Z Compiling powerfmt v0.2.0
12942024-11-22T01:32:53.676Z Compiling mirai-annotations v1.12.0
12952024-11-22T01:32:53.698Z Compiling untrusted v0.7.1
12962024-11-22T01:32:53.821Z Compiling time-macros v0.2.18
12972024-11-22T01:32:53.884Z Compiling deranged v0.3.11
12982024-11-22T01:32:54.601Z Compiling icu_properties v1.5.1
12992024-11-22T01:32:55.327Z Compiling pest_meta v2.7.14
13002024-11-22T01:32:55.830Z Compiling openssl-sys v0.9.103
13012024-11-22T01:32:55.848Z Compiling scrypt v0.11.0
13022024-11-22T01:32:55.903Z Compiling aes v0.8.4
13032024-11-22T01:32:56.447Z Compiling cbc v0.1.2
13042024-11-22T01:32:56.704Z Compiling bitflags v2.6.0
13052024-11-22T01:32:56.971Z Compiling bytes v1.8.0
13062024-11-22T01:32:57.235Z Compiling indexmap v2.6.0
13072024-11-22T01:32:57.721Z Compiling semver v1.0.23
13082024-11-22T01:32:58.350Z Compiling tokio v1.40.0
13092024-11-22T01:32:58.527Z Compiling http v1.1.0
13102024-11-22T01:32:58.755Z Compiling rustc_version v0.4.1
13112024-11-22T01:32:58.836Z Compiling scroll_derive v0.12.0
13122024-11-22T01:32:59.578Z Compiling num_threads v0.1.7
13132024-11-22T01:32:59.660Z Compiling write16 v1.0.0
13142024-11-22T01:32:59.717Z Compiling icu_normalizer_data v1.5.0
13152024-11-22T01:32:59.796Z Compiling atomic-waker v1.1.2
13162024-11-22T01:32:59.826Z Compiling utf8_iter v1.0.4
13172024-11-22T01:32:59.990Z Compiling utf16_iter v1.0.5
13182024-11-22T01:33:00.078Z Compiling time v0.3.36
13192024-11-22T01:33:00.192Z Compiling icu_normalizer v1.5.0
13202024-11-22T01:33:00.389Z Compiling scroll v0.12.0
13212024-11-22T01:33:00.498Z Compiling http-body v1.0.1
13222024-11-22T01:33:00.680Z Compiling pkcs5 v0.7.1
13232024-11-22T01:33:00.737Z Compiling pest_generator v2.7.14
13242024-11-22T01:33:00.931Z Compiling form_urlencoded v1.2.1
13252024-11-22T01:33:01.087Z Compiling which v4.4.2
13262024-11-22T01:33:01.278Z Compiling try-lock v0.2.5
13272024-11-22T01:33:01.727Z Compiling slog v2.7.0
13282024-11-22T01:33:01.885Z Compiling want v0.3.1
13292024-11-22T01:33:02.177Z Compiling pkcs8 v0.10.2
13302024-11-22T01:33:02.241Z Compiling goblin v0.8.2
13312024-11-22T01:33:02.337Z Compiling idna_adapter v1.2.0
13322024-11-22T01:33:02.566Z Compiling httpdate v1.0.3
13332024-11-22T01:33:02.583Z Compiling idna v1.0.3
13342024-11-22T01:33:02.828Z Compiling pest_derive v2.7.14
13352024-11-22T01:33:03.042Z Compiling serde_tokenstream v0.2.2
13362024-11-22T01:33:03.709Z Compiling dtrace-parser v0.2.0
13372024-11-22T01:33:03.729Z Compiling uuid v1.11.0
13382024-11-22T01:33:03.829Z Compiling serde_spanned v0.6.8
13392024-11-22T01:33:04.074Z Compiling toml_datetime v0.6.8
13402024-11-22T01:33:04.549Z Compiling foreign-types-shared v0.1.1
13412024-11-22T01:33:04.609Z Compiling tower-service v0.3.3
13422024-11-22T01:33:04.668Z Compiling openssl v0.10.66
13432024-11-22T01:33:04.743Z Compiling base64 v0.22.1
13442024-11-22T01:33:05.087Z Compiling iana-time-zone v0.1.61
13452024-11-22T01:33:05.173Z Compiling adler2 v2.0.0
13462024-11-22T01:33:05.377Z Compiling rustversion v1.0.17
13472024-11-22T01:33:05.397Z Compiling match_cfg v0.1.0
13482024-11-22T01:33:05.497Z Compiling hostname v0.3.1
13492024-11-22T01:33:05.528Z Compiling miniz_oxide v0.8.0
13502024-11-22T01:33:05.531Z Compiling chrono v0.4.38
13512024-11-22T01:33:05.791Z Compiling foreign-types v0.3.2
13522024-11-22T01:33:05.891Z Compiling url v2.5.3
13532024-11-22T01:33:06.177Z Compiling openssl-macros v0.1.1
13542024-11-22T01:33:06.972Z Compiling tokio-util v0.7.12
13552024-11-22T01:33:07.124Z Compiling async-trait v0.1.83
13562024-11-22T01:33:07.328Z Compiling dirs-sys-next v0.1.2
13572024-11-22T01:33:07.956Z Compiling dof v0.3.0
13582024-11-22T01:33:07.976Z Compiling data-encoding v2.6.0
13592024-11-22T01:33:08.462Z Compiling h2 v0.4.6
13602024-11-22T01:33:09.327Z Compiling usdt-impl v0.5.0
13612024-11-22T01:33:09.877Z Compiling native-tls v0.2.12
13622024-11-22T01:33:10.599Z Compiling syn v1.0.109
13632024-11-22T01:33:10.607Z Compiling rustls v0.22.4
13642024-11-22T01:33:10.607Z Compiling siphasher v0.3.11
13652024-11-22T01:33:10.607Z Compiling rustls v0.23.14
13662024-11-22T01:33:10.819Z Compiling dirs-next v2.0.0
13672024-11-22T01:33:10.933Z Compiling http-body-util v0.1.2
13682024-11-22T01:33:11.016Z Compiling heapless v0.7.17
13692024-11-22T01:33:11.457Z Compiling crossbeam-epoch v0.9.18
13702024-11-22T01:33:11.481Z Compiling signature v2.2.0
13712024-11-22T01:33:11.790Z Compiling sha1 v0.10.6
13722024-11-22T01:33:12.222Z Compiling bzip2-sys v0.1.11+1.0.8
13732024-11-22T01:33:12.252Z Compiling serde_derive_internals v0.29.1
13742024-11-22T01:33:12.324Z Compiling thread_local v1.1.8
13752024-11-22T01:33:12.655Z Compiling multer v3.1.0
13762024-11-22T01:33:12.706Z Compiling encoding_rs v0.8.34
13772024-11-22T01:33:12.895Z Compiling cookie v0.18.1
13782024-11-22T01:33:12.940Z Compiling rayon-core v1.12.1
13792024-11-22T01:33:13.184Z Compiling mime v0.3.17
13802024-11-22T01:33:13.211Z Compiling signal-hook v0.3.17
13812024-11-22T01:33:13.525Z Compiling gimli v0.31.1
13822024-11-22T01:33:13.875Z Compiling slog-async v2.8.0
13832024-11-22T01:33:14.171Z Compiling openssl-probe v0.1.5
13842024-11-22T01:33:14.400Z Compiling unicode-properties v0.1.3
13852024-11-22T01:33:14.544Z Compiling ipnet v2.10.1
13862024-11-22T01:33:14.806Z Compiling schemars v0.8.21
13872024-11-22T01:33:15.091Z Compiling schemars_derive v0.8.21
13882024-11-22T01:33:15.173Z Compiling stringprep v0.1.5
13892024-11-22T01:33:15.817Z Compiling hyper v1.5.0
13902024-11-22T01:33:16.668Z Compiling toml_edit v0.22.22
13912024-11-22T01:33:18.572Z Compiling hyper-util v0.1.10
13922024-11-22T01:33:18.892Z Compiling addr2line v0.24.2
13932024-11-22T01:33:19.118Z Compiling usdt-attr-macro v0.5.0
13942024-11-22T01:33:19.443Z Compiling usdt-macro v0.5.0
13952024-11-22T01:33:19.576Z Compiling crossbeam-deque v0.8.5
13962024-11-22T01:33:19.673Z Compiling term v0.7.0
13972024-11-22T01:33:20.036Z Compiling slog-json v2.6.1
13982024-11-22T01:33:20.416Z Compiling serde_urlencoded v0.7.1
13992024-11-22T01:33:20.772Z Compiling curve25519-dalek v4.1.3
14002024-11-22T01:33:20.955Z Compiling crossbeam-channel v0.5.13
14012024-11-22T01:33:20.987Z Compiling enum-as-inner v0.6.1
14022024-11-22T01:33:21.229Z Compiling futures-executor v0.3.31
14032024-11-22T01:33:21.391Z Compiling md-5 v0.10.6
14042024-11-22T01:33:21.669Z Compiling async-stream-impl v0.3.6
14052024-11-22T01:33:21.766Z Compiling rustls-pemfile v2.2.0
14062024-11-22T01:33:21.821Z Compiling num-integer v0.1.46
14072024-11-22T01:33:22.043Z Compiling idna v0.4.0
14082024-11-22T01:33:22.084Z Compiling idna v0.3.0
14092024-11-22T01:33:22.110Z Compiling hash32 v0.2.1
14102024-11-22T01:33:22.474Z Compiling ff v0.13.0
14112024-11-22T01:33:22.627Z Compiling is-terminal v0.4.13
14122024-11-22T01:33:22.715Z Compiling dropshot v0.12.0
14132024-11-22T01:33:22.760Z Compiling object v0.36.5
14142024-11-22T01:33:22.987Z Compiling num-bigint-dig v0.8.4
14152024-11-22T01:33:23.018Z Compiling dyn-clone v1.0.17
14162024-11-22T01:33:23.247Z Compiling rustc-demangle v0.1.24
14172024-11-22T01:33:23.289Z Compiling utf-8 v0.7.6
14182024-11-22T01:33:23.692Z Compiling anyhow v1.0.93
14192024-11-22T01:33:23.767Z Compiling base16ct v0.2.0
14202024-11-22T01:33:23.848Z Compiling take_mut v0.2.2
14212024-11-22T01:33:24.017Z Compiling linked-hash-map v0.5.6
14222024-11-22T01:33:24.104Z Compiling psl-types v2.0.11
14232024-11-22T01:33:24.281Z Compiling quick-error v1.2.3
14242024-11-22T01:33:24.313Z Compiling smoltcp v0.9.1
14252024-11-22T01:33:24.357Z Compiling fallible-iterator v0.2.0
14262024-11-22T01:33:24.381Z Compiling portable-atomic v1.9.0
14272024-11-22T01:33:24.427Z Compiling resolv-conf v0.7.0
14282024-11-22T01:33:25.085Z Compiling postgres-protocol v0.6.7
14292024-11-22T01:33:25.130Z Compiling lru-cache v0.1.2
14302024-11-22T01:33:25.257Z Compiling publicsuffix v2.2.3
14312024-11-22T01:33:25.463Z Compiling sec1 v0.7.3
14322024-11-22T01:33:25.504Z Compiling tungstenite v0.24.0
14332024-11-22T01:33:26.054Z Compiling async-stream v0.3.6
14342024-11-22T01:33:26.425Z Compiling hickory-proto v0.24.1
14352024-11-22T01:33:26.443Z Compiling slog-term v2.9.1
14362024-11-22T01:33:26.543Z Compiling usdt v0.5.0
14372024-11-22T01:33:27.058Z Compiling group v0.13.0
14382024-11-22T01:33:27.732Z Compiling num-iter v0.1.45
14392024-11-22T01:33:27.917Z Compiling futures v0.3.31
14402024-11-22T01:33:28.048Z Compiling slog-bunyan v2.5.0
14412024-11-22T01:33:28.069Z Compiling toml v0.8.19
14422024-11-22T01:33:29.485Z Compiling tokio-native-tls v0.3.1
14432024-11-22T01:33:29.966Z Compiling camino v1.1.9
14442024-11-22T01:33:30.106Z Compiling phf_shared v0.11.2
14452024-11-22T01:33:30.511Z Compiling backtrace v0.3.74
14462024-11-22T01:33:30.908Z Compiling dropshot_endpoint v0.12.0
14472024-11-22T01:33:30.946Z Compiling terminal_size v0.4.0
14482024-11-22T01:33:30.966Z Compiling waitgroup v0.1.2
14492024-11-22T01:33:31.028Z Compiling openapiv3 v2.0.0
14502024-11-22T01:33:31.174Z Compiling serde_path_to_error v0.1.16
14512024-11-22T01:33:31.202Z Compiling hkdf v0.12.4
14522024-11-22T01:33:31.455Z Compiling crypto-bigint v0.5.5
14532024-11-22T01:33:32.106Z Compiling curve25519-dalek-derive v0.1.1
14542024-11-22T01:33:33.705Z Compiling zerocopy-derive v0.6.6
14552024-11-22T01:33:34.249Z Compiling hubpack_derive v0.1.1
14562024-11-22T01:33:34.274Z Compiling webpki-roots v0.26.6
14572024-11-22T01:33:34.497Z Compiling idna v0.5.0
14582024-11-22T01:33:35.143Z Compiling hostname v0.4.0
14592024-11-22T01:33:35.391Z Compiling fs-err v2.11.0
14602024-11-22T01:33:35.582Z Compiling crc32fast v1.4.2
14612024-11-22T01:33:35.627Z Compiling ahash v0.8.11
14622024-11-22T01:33:35.683Z Compiling debug-ignore v1.0.5
14632024-11-22T01:33:35.848Z Compiling bitflags v1.3.2
14642024-11-22T01:33:35.906Z Compiling winnow v0.5.40
14652024-11-22T01:33:35.958Z Compiling managed v0.8.0
14662024-11-22T01:33:35.998Z Compiling zerocopy v0.6.6
14672024-11-22T01:33:36.053Z Compiling clap_builder v4.5.21
14682024-11-22T01:33:36.204Z Compiling console v0.15.8
14692024-11-22T01:33:36.867Z Compiling flate2 v1.0.34
14702024-11-22T01:33:37.158Z Compiling strum_macros v0.25.3
14712024-11-22T01:33:37.802Z Compiling cookie_store v0.21.0
14722024-11-22T01:33:37.824Z Compiling hubpack v0.1.2
14732024-11-22T01:33:37.894Z Compiling elliptic-curve v0.13.8
14742024-11-22T01:33:38.661Z Compiling hickory-resolver v0.24.1
14752024-11-22T01:33:39.517Z Compiling toml_edit v0.19.15
14762024-11-22T01:33:39.716Z Compiling phf v0.11.2
14772024-11-22T01:33:39.826Z Compiling signal-hook-mio v0.2.4
14782024-11-22T01:33:40.001Z Compiling hyper-tls v0.6.0
14792024-11-22T01:33:40.022Z Compiling rayon v1.10.0
14802024-11-22T01:33:40.441Z Compiling bzip2 v0.4.4
14812024-11-22T01:33:41.457Z Compiling tokio-tungstenite v0.24.0
14822024-11-22T01:33:42.021Z Compiling postgres-types v0.2.8
14832024-11-22T01:33:44.973Z Compiling ed25519 v2.2.3
14842024-11-22T01:33:44.993Z Compiling phf_shared v0.10.0
14852024-11-22T01:33:45.407Z Compiling tokio-stream v0.1.16
14862024-11-22T01:33:45.556Z Compiling pkcs1 v0.7.5
14872024-11-22T01:33:45.749Z Compiling serde-big-array v0.5.1
14882024-11-22T01:33:46.010Z Compiling clap_derive v4.5.18
14892024-11-22T01:33:46.586Z Compiling rfc6979 v0.4.0
14902024-11-22T01:33:46.652Z Compiling serde_repr v0.1.19
14912024-11-22T01:33:46.652Z Compiling derive-where v1.2.7
14922024-11-22T01:33:46.779Z Compiling float-cmp v0.9.0
14932024-11-22T01:33:46.881Z Compiling bstr v1.10.0
14942024-11-22T01:33:46.977Z Compiling sync_wrapper v1.0.1
14952024-11-22T01:33:47.137Z Compiling precomputed-hash v0.1.1
14962024-11-22T01:33:47.264Z Compiling predicates-core v1.0.8
14972024-11-22T01:33:47.619Z Compiling fixedbitset v0.4.2
14982024-11-22T01:33:47.755Z Compiling number_prefix v0.4.0
14992024-11-22T01:33:47.874Z Compiling bit-vec v0.6.3
15002024-11-22T01:33:47.994Z Compiling static_assertions v1.1.0
15012024-11-22T01:33:48.080Z Compiling unicode-width v0.2.0
15022024-11-22T01:33:48.101Z Compiling new_debug_unreachable v1.0.6
15032024-11-22T01:33:48.201Z Compiling whoami v1.5.2
15042024-11-22T01:33:48.325Z Compiling normalize-line-endings v0.3.0
15052024-11-22T01:33:48.465Z Compiling difflib v0.4.0
15062024-11-22T01:33:48.650Z Compiling unicode-segmentation v1.12.0
15072024-11-22T01:33:48.765Z Compiling indicatif v0.17.9
15082024-11-22T01:33:48.866Z Compiling predicates v3.1.2
15092024-11-22T01:33:49.569Z Compiling similar v2.6.0
15102024-11-22T01:33:50.180Z Compiling tokio-postgres v0.7.12
15112024-11-22T01:33:50.333Z Compiling bit-set v0.5.3
15122024-11-22T01:33:50.627Z Compiling string_cache v0.8.7
15132024-11-22T01:33:50.686Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142024-11-22T01:33:51.047Z Compiling petgraph v0.6.5
15152024-11-22T01:33:51.128Z Compiling ecdsa v0.16.9
15162024-11-22T01:33:51.184Z Compiling clap v4.5.21
15172024-11-22T01:33:51.315Z Compiling rsa v0.9.6
15182024-11-22T01:33:51.999Z Compiling ed25519-dalek v2.1.1
15192024-11-22T01:33:52.040Z Compiling toml v0.7.8
15202024-11-22T01:33:53.333Z Compiling zip v0.6.6
15212024-11-22T01:33:53.876Z Compiling crossterm v0.28.1
15222024-11-22T01:33:55.635Z Compiling hex v0.4.3
15232024-11-22T01:33:55.710Z Compiling x509-cert v0.2.5
15242024-11-22T01:33:55.937Z Compiling itertools v0.10.5
15252024-11-22T01:33:56.142Z Compiling unicode-xid v0.2.6
15262024-11-22T01:33:56.243Z Compiling lalrpop-util v0.19.12
15272024-11-22T01:33:56.324Z Compiling peg-runtime v0.8.3
15282024-11-22T01:33:56.593Z Compiling strum_macros v0.26.4
15292024-11-22T01:33:56.994Z Compiling xattr v1.3.1
15302024-11-22T01:33:57.271Z Compiling filetime v0.2.25
15312024-11-22T01:33:58.146Z Compiling tar v0.4.42
15322024-11-22T01:34:01.596Z Compiling strum v0.26.3
15332024-11-22T01:34:04.427Z Compiling aws-lc-sys v0.22.0
15342024-11-22T01:34:32.603Z Compiling rustls-webpki v0.102.8
15352024-11-22T01:34:36.088Z Compiling tokio-rustls v0.25.0
15362024-11-22T01:34:37.696Z Compiling tokio-rustls v0.26.0
15372024-11-22T01:34:38.101Z Compiling hyper-rustls v0.27.3
15382024-11-22T01:34:38.468Z Compiling reqwest v0.12.9
15392024-11-22T01:34:39.532Z Compiling qorb v0.2.0
15402024-11-22T01:34:44.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-11-22T01:34:44.770Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-11-22T01:34:50.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15432024-11-22T01:34:50.799Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-11-22T01:34:50.851ZNov 22 01:34:50.290 INFO Starting download, target: DendriteOpenapi
15452024-11-22T01:34:50.851ZNov 22 01:34:50.291 INFO Starting download, target: Clickhouse
15462024-11-22T01:34:50.851ZNov 22 01:34:50.291 INFO Starting download, target: Console
15472024-11-22T01:34:50.851ZNov 22 01:34:50.291 INFO Starting download, target: DendriteStub
15482024-11-22T01:34:50.851ZNov 22 01:34:50.291 INFO Starting download, target: Cockroach
15492024-11-22T01:34:50.851ZNov 22 01:34:50.291 INFO Starting download, target: MaghemiteMgd
15502024-11-22T01:34:50.853ZNov 22 01:34:50.291 INFO Starting download, target: TransceiverControl
15512024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15532024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15542024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-11-22T01:34:50.853ZNov 22 01:34:50.292 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-11-22T01:34:51.187ZNov 22 01:34:50.612 INFO Download complete, target: DendriteOpenapi
15592024-11-22T01:34:51.504ZNov 22 01:34:50.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15602024-11-22T01:34:51.775ZNov 22 01:34:51.174 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-11-22T01:34:51.809ZNov 22 01:34:51.208 INFO Download complete, target: Console
15622024-11-22T01:34:52.336ZNov 22 01:34:51.742 INFO Download complete, target: TransceiverControl
15632024-11-22T01:34:52.737ZNov 22 01:34:52.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15642024-11-22T01:34:52.774ZNov 22 01:34:52.166 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652024-11-22T01:34:52.960ZNov 22 01:34:52.391 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662024-11-22T01:34:54.111ZNov 22 01:34:53.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15672024-11-22T01:34:54.111ZNov 22 01:34:53.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15682024-11-22T01:34:55.475ZNov 22 01:34:54.914 INFO Download complete, target: DendriteStub
15692024-11-22T01:34:55.862ZNov 22 01:34:55.298 INFO Download complete, target: MaghemiteMgd
15702024-11-22T01:35:01.290ZNov 22 01:35:00.725 INFO Checking that binary works, target: Cockroach
15712024-11-22T01:35:01.499ZNov 22 01:35:00.937 INFO Download complete, target: Cockroach
15722024-11-22T01:35:04.851ZNov 22 01:35:04.289 INFO Checking that binary works, target: Clickhouse
15732024-11-22T01:35:05.010ZNov 22 01:35:04.447 INFO Download complete, target: Clickhouse
15742024-11-22T01:35:05.029ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-11-22T01:35:05.032Z
15762024-11-22T01:35:05.033Zreal 5:25.132936888
15772024-11-22T01:35:05.033Zuser 16:38.239811985
15782024-11-22T01:35:05.033Zsys 3:18.685075987
15792024-11-22T01:35:05.033Ztrap 0.559367977
15802024-11-22T01:35:05.033Ztflt 1.613495981
15812024-11-22T01:35:05.033Zdflt 2.682862639
15822024-11-22T01:35:05.033Zkflt 0.029830431
15832024-11-22T01:35:05.033Zlock 30:00.655188065
15842024-11-22T01:35:05.033Zslp 1:03:14.562471209
15852024-11-22T01:35:05.033Zlat 1:00.170204104
15862024-11-22T01:35:05.033Zstop 2:25.786441325
15872024-11-22T01:35:05.033Z+ banner hack-check
15882024-11-22T01:35:05.036Z
15892024-11-22T01:35:05.036Z # # ## #### # # #### # # ###### #### # #
15902024-11-22T01:35:05.036Z # # # # # # # # # # # # # # # # #
15912024-11-22T01:35:05.037Z ###### # # # #### ##### # ###### ##### # ####
15922024-11-22T01:35:05.037Z # # ###### # # # # # # # # # #
15932024-11-22T01:35:05.037Z # # # # # # # # # # # # # # # # #
15942024-11-22T01:35:05.037Z # # # # #### # # #### # # ###### #### # #
15952024-11-22T01:35:05.037Z
15962024-11-22T01:35:05.041Z+ export CARGO_INCREMENTAL=0
15972024-11-22T01:35:05.041Z+ CARGO_INCREMENTAL=0
15982024-11-22T01:35:05.041Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-11-22T01:35:05.568Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-11-22T01:35:09.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
16012024-11-22T01:35:09.225Z Running `target/debug/xtask check-features --ci`
16022024-11-22T01:35:09.242Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-11-22T01:35:09.242Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-11-22T01:35:09.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16052024-11-22T01:35:09.739Z Running `target/debug/xtask download cargo-hack`
16062024-11-22T01:35:10.554Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-11-22T01:35:10.922Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-11-22T01:35:16.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
16092024-11-22T01:35:16.283Z Running `target/debug/xtask-downloader cargo-hack`
16102024-11-22T01:35:16.323ZNov 22 01:35:15.758 INFO Starting download, target: CargoHack
16112024-11-22T01:35:16.326ZNov 22 01:35:15.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-11-22T01:35:16.992ZNov 22 01:35:16.428 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-11-22T01:35:17.079ZNov 22 01:35:16.515 INFO Download complete, target: CargoHack
16142024-11-22T01:35:17.083Zrunning: "/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"
16152024-11-22T01:35:17.100Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-11-22T01:35:17.270Zinfo: running `cargo check --bins` on api_identity (1/173)
16172024-11-22T01:35:17.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-11-22T01:35:17.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-11-22T01:35:17.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-11-22T01:35:17.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16212024-11-22T01:35:17.890Z
16222024-11-22T01:35:17.891Zinfo: running `cargo check --bins` on bootstore (2/173)
16232024-11-22T01:35:18.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-11-22T01:35:18.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-11-22T01:35:18.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-11-22T01:35:18.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16272024-11-22T01:35:18.538Z
16282024-11-22T01:35:18.538Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16292024-11-22T01:35:19.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-11-22T01:35:19.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-11-22T01:35:19.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-11-22T01:35:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16332024-11-22T01:35:19.174Z
16342024-11-22T01:35:19.174Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16352024-11-22T01:35:19.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-11-22T01:35:19.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-11-22T01:35:19.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-11-22T01:35:19.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16392024-11-22T01:35:19.809Z
16402024-11-22T01:35:19.809Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16412024-11-22T01:35:20.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-11-22T01:35:20.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-11-22T01:35:20.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-11-22T01:35:20.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16452024-11-22T01:35:20.236Z
16462024-11-22T01:35:20.236Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16472024-11-22T01:35:20.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-11-22T01:35:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-11-22T01:35:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-11-22T01:35:20.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16512024-11-22T01:35:20.666Z
16522024-11-22T01:35:20.666Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16532024-11-22T01:35:21.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-11-22T01:35:21.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-11-22T01:35:21.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-11-22T01:35:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16572024-11-22T01:35:21.091Z
16582024-11-22T01:35:21.091Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16592024-11-22T01:35:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-11-22T01:35:21.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-11-22T01:35:21.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-11-22T01:35:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16632024-11-22T01:35:21.527Z
16642024-11-22T01:35:21.527Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16652024-11-22T01:35:21.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-11-22T01:35:21.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-11-22T01:35:21.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-11-22T01:35:21.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16692024-11-22T01:35:21.956Z
16702024-11-22T01:35:21.956Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16712024-11-22T01:35:22.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-11-22T01:35:22.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-11-22T01:35:22.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-11-22T01:35:22.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16752024-11-22T01:35:22.383Z
16762024-11-22T01:35:22.383Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16772024-11-22T01:35:22.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-11-22T01:35:22.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-11-22T01:35:22.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-11-22T01:35:22.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16812024-11-22T01:35:22.810Z
16822024-11-22T01:35:22.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16832024-11-22T01:35:23.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-11-22T01:35:23.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-11-22T01:35:23.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-11-22T01:35:23.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16872024-11-22T01:35:23.251Z
16882024-11-22T01:35:23.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16892024-11-22T01:35:23.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-11-22T01:35:23.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-11-22T01:35:23.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-11-22T01:35:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16932024-11-22T01:35:23.687Z
16942024-11-22T01:35:23.687Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16952024-11-22T01:35:24.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-11-22T01:35:24.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-11-22T01:35:24.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-11-22T01:35:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16992024-11-22T01:35:24.116Z
17002024-11-22T01:35:24.116Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17012024-11-22T01:35:24.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-11-22T01:35:24.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-11-22T01:35:24.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-11-22T01:35:24.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17052024-11-22T01:35:24.544Z
17062024-11-22T01:35:24.544Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17072024-11-22T01:35:24.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-11-22T01:35:24.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-11-22T01:35:24.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-11-22T01:35:24.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17112024-11-22T01:35:24.978Z
17122024-11-22T01:35:24.978Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17132024-11-22T01:35:25.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-11-22T01:35:25.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-11-22T01:35:25.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-11-22T01:35:25.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17172024-11-22T01:35:25.406Z
17182024-11-22T01:35:25.406Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17192024-11-22T01:35:25.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-11-22T01:35:25.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-11-22T01:35:25.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-11-22T01:35:25.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17232024-11-22T01:35:25.841Z
17242024-11-22T01:35:25.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17252024-11-22T01:35:26.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-11-22T01:35:26.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-11-22T01:35:26.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-11-22T01:35:26.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17292024-11-22T01:35:26.277Z
17302024-11-22T01:35:26.278Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17312024-11-22T01:35:26.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-11-22T01:35:26.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-11-22T01:35:26.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-11-22T01:35:26.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17352024-11-22T01:35:26.707Z
17362024-11-22T01:35:26.707Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17372024-11-22T01:35:27.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-11-22T01:35:27.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-11-22T01:35:27.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-11-22T01:35:27.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17412024-11-22T01:35:27.139Z
17422024-11-22T01:35:27.140Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17432024-11-22T01:35:27.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-11-22T01:35:27.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-11-22T01:35:27.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-11-22T01:35:27.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472024-11-22T01:35:27.574Z
17482024-11-22T01:35:27.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17492024-11-22T01:35:27.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-11-22T01:35:27.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-11-22T01:35:27.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-11-22T01:35:27.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17532024-11-22T01:35:28.004Z
17542024-11-22T01:35:28.004Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17552024-11-22T01:35:28.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-11-22T01:35:28.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-11-22T01:35:28.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-11-22T01:35:28.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17592024-11-22T01:35:28.432Z
17602024-11-22T01:35:28.433Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17612024-11-22T01:35:29.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-11-22T01:35:29.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-11-22T01:35:29.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-11-22T01:35:29.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17652024-11-22T01:35:29.086Z
17662024-11-22T01:35:29.086Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17672024-11-22T01:35:29.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-11-22T01:35:29.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-11-22T01:35:29.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-11-22T01:35:29.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17712024-11-22T01:35:29.730Z
17722024-11-22T01:35:29.730Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17732024-11-22T01:35:30.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-11-22T01:35:30.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-11-22T01:35:30.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-11-22T01:35:30.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17772024-11-22T01:35:30.376Z
17782024-11-22T01:35:30.377Zinfo: running `cargo check --bins` on oxlog (28/173)
17792024-11-22T01:35:30.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-11-22T01:35:30.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-11-22T01:35:31.011Z Checking cfg-if v1.0.0
17822024-11-22T01:35:31.014Z Checking libc v0.2.162
17832024-11-22T01:35:31.123Z Checking serde v1.0.215
17842024-11-22T01:35:31.127Z Checking zeroize v1.8.1
17852024-11-22T01:35:31.145Z Checking memchr v2.7.4
17862024-11-22T01:35:31.156Z Checking typenum v1.17.0
17872024-11-22T01:35:31.158Z Checking scopeguard v1.2.0
17882024-11-22T01:35:31.183Z Checking subtle v2.6.1
17892024-11-22T01:35:31.197Z Checking value-bag v1.9.0
17902024-11-22T01:35:31.316Z Checking lock_api v0.4.12
17912024-11-22T01:35:31.392Z Checking itoa v1.0.11
17922024-11-22T01:35:31.444Z Checking smallvec v1.13.2
17932024-11-22T01:35:31.611Z Checking log v0.4.22
17942024-11-22T01:35:31.626Z Checking const-oid v0.9.6
17952024-11-22T01:35:31.720Z Checking pin-project-lite v0.2.14
17962024-11-22T01:35:31.829Z Checking byteorder v1.5.0
17972024-11-22T01:35:31.848Z Checking futures-core v0.3.31
17982024-11-22T01:35:32.034Z Checking once_cell v1.20.2
17992024-11-22T01:35:32.057Z Checking cpufeatures v0.2.14
18002024-11-22T01:35:32.125Z Checking stable_deref_trait v1.2.0
18012024-11-22T01:35:32.147Z Checking futures-sink v0.3.31
18022024-11-22T01:35:32.223Z Checking spin v0.9.8
18032024-11-22T01:35:32.238Z Checking getrandom v0.2.15
18042024-11-22T01:35:32.241Z Checking parking_lot_core v0.9.10
18052024-11-22T01:35:32.282Z Checking signal-hook-registry v1.4.2
18062024-11-22T01:35:32.330Z Checking mio v1.0.2
18072024-11-22T01:35:32.464Z Checking rand_core v0.6.4
18082024-11-22T01:35:32.523Z Checking socket2 v0.5.7
18092024-11-22T01:35:32.548Z Checking generic-array v0.14.7
18102024-11-22T01:35:32.565Z Checking parking_lot v0.12.3
18112024-11-22T01:35:32.585Z Checking zerocopy v0.7.35
18122024-11-22T01:35:33.222Z Checking zerofrom v0.1.4
18132024-11-22T01:35:33.267Z Checking slab v0.4.9
18142024-11-22T01:35:33.267Z Checking futures-channel v0.3.31
18152024-11-22T01:35:33.267Z Checking yoke v0.7.4
18162024-11-22T01:35:33.268Z Checking futures-task v0.3.31
18172024-11-22T01:35:33.268Z Checking allocator-api2 v0.2.18
18182024-11-22T01:35:33.271Z Checking foldhash v0.1.3
18192024-11-22T01:35:33.286Z Checking equivalent v1.0.1
18202024-11-22T01:35:33.301Z Checking pin-utils v0.1.0
18212024-11-22T01:35:33.383Z Checking futures-io v0.3.31
18222024-11-22T01:35:33.399Z Checking zerovec v0.10.4
18232024-11-22T01:35:33.445Z Checking tinyvec_macros v0.1.1
18242024-11-22T01:35:33.460Z Checking ryu v1.0.18
18252024-11-22T01:35:33.531Z Checking tinyvec v1.8.0
18262024-11-22T01:35:33.561Z Checking futures-util v0.3.31
18272024-11-22T01:35:33.699Z Checking fnv v1.0.7
18282024-11-22T01:35:33.715Z Checking crypto-common v0.1.6
18292024-11-22T01:35:33.783Z Checking block-buffer v0.10.4
18302024-11-22T01:35:33.816Z Checking hashbrown v0.15.0
18312024-11-22T01:35:33.891Z Checking block-padding v0.3.3
18322024-11-22T01:35:34.004Z Checking digest v0.10.7
18332024-11-22T01:35:34.030Z Checking libm v0.2.8
18342024-11-22T01:35:34.091Z Checking inout v0.1.3
18352024-11-22T01:35:34.320Z Checking cipher v0.4.4
18362024-11-22T01:35:34.364Z Checking hmac v0.12.1
18372024-11-22T01:35:34.561Z Checking sha2 v0.10.8
18382024-11-22T01:35:34.716Z Checking base64ct v1.6.0
18392024-11-22T01:35:34.847Z Checking unicode-normalization v0.1.24
18402024-11-22T01:35:34.948Z Checking writeable v0.5.5
18412024-11-22T01:35:34.963Z Checking unicode-bidi v0.3.17
18422024-11-22T01:35:35.047Z Checking tinystr v0.7.6
18432024-11-22T01:35:35.097Z Checking litemap v0.7.3
18442024-11-22T01:35:35.147Z Checking pem-rfc7468 v0.7.0
18452024-11-22T01:35:35.274Z Checking num-traits v0.2.19
18462024-11-22T01:35:35.392Z Checking ppv-lite86 v0.2.20
18472024-11-22T01:35:35.442Z Checking icu_locid v1.5.0
18482024-11-22T01:35:35.460Z Checking flagset v0.4.6
18492024-11-22T01:35:35.616Z Checking tracing-core v0.1.32
18502024-11-22T01:35:35.651Z Checking der v0.7.9
18512024-11-22T01:35:35.750Z Checking thiserror v1.0.69
18522024-11-22T01:35:35.883Z Checking rustls-pki-types v1.9.0
18532024-11-22T01:35:36.151Z Checking rand_chacha v0.3.1
18542024-11-22T01:35:36.177Z Checking bytes v1.8.0
18552024-11-22T01:35:36.279Z Checking indexmap v2.6.0
18562024-11-22T01:35:36.450Z Checking serde_json v1.0.132
18572024-11-22T01:35:36.515Z Checking icu_provider v1.5.0
18582024-11-22T01:35:36.551Z Checking bitflags v2.6.0
18592024-11-22T01:35:36.835Z Checking icu_locid_transform_data v1.5.0
18602024-11-22T01:35:36.929Z Checking percent-encoding v2.3.1
18612024-11-22T01:35:36.990Z Checking rand v0.8.5
18622024-11-22T01:35:37.023Z Checking tokio v1.40.0
18632024-11-22T01:35:37.133Z Checking http v1.1.0
18642024-11-22T01:35:37.166Z Checking icu_locid_transform v1.5.0
18652024-11-22T01:35:37.546Z Checking spki v0.7.3
18662024-11-22T01:35:37.572Z Checking tracing v0.1.40
18672024-11-22T01:35:37.844Z Checking icu_collections v1.5.0
18682024-11-22T01:35:37.932Z Checking salsa20 v0.10.2
18692024-11-22T01:35:38.137Z Checking pbkdf2 v0.12.2
18702024-11-22T01:35:38.152Z Checking aws-lc-sys v0.22.0
18712024-11-22T01:35:38.210Z Checking httparse v1.9.5
18722024-11-22T01:35:38.296Z Checking mirai-annotations v1.12.0
18732024-11-22T01:35:38.339Z Checking untrusted v0.7.1
18742024-11-22T01:35:38.456Z Checking untrusted v0.9.0
18752024-11-22T01:35:38.470Z Checking powerfmt v0.2.0
18762024-11-22T01:35:38.484Z Checking icu_properties_data v1.5.0
18772024-11-22T01:35:38.503Z Checking scrypt v0.11.0
18782024-11-22T01:35:38.607Z Checking ring v0.17.8
18792024-11-22T01:35:38.643Z Checking cbc v0.1.2
18802024-11-22T01:35:38.705Z Checking aes v0.8.4
18812024-11-22T01:35:38.723Z Checking deranged v0.3.11
18822024-11-22T01:35:38.723Z Checking crossbeam-utils v0.8.20
18832024-11-22T01:35:38.754Z Checking icu_properties v1.5.1
18842024-11-22T01:35:38.844Z Checking utf16_iter v1.0.5
18852024-11-22T01:35:39.005Z Checking time-core v0.1.2
18862024-11-22T01:35:39.164Z Checking num-conv v0.1.0
18872024-11-22T01:35:39.422Z Checking icu_normalizer_data v1.5.0
18882024-11-22T01:35:39.438Z Checking num_threads v0.1.7
18892024-11-22T01:35:39.524Z Checking utf8_iter v1.0.4
18902024-11-22T01:35:39.550Z Checking write16 v1.0.0
18912024-11-22T01:35:39.585Z Checking atomic-waker v1.1.2
18922024-11-22T01:35:39.676Z Checking pkcs5 v0.7.1
18932024-11-22T01:35:39.723Z Checking http-body v1.0.1
18942024-11-22T01:35:39.740Z Checking form_urlencoded v1.2.1
18952024-11-22T01:35:39.934Z Checking try-lock v0.2.5
18962024-11-22T01:35:39.951Z Checking unicode-ident v1.0.13
18972024-11-22T01:35:40.071Z Checking want v0.3.1
18982024-11-22T01:35:40.121Z Checking httpdate v1.0.3
18992024-11-22T01:35:40.179Z Checking pkcs8 v0.10.2
19002024-11-22T01:35:40.257Z Checking proc-macro2 v1.0.89
19012024-11-22T01:35:40.352Z Checking uuid v1.11.0
19022024-11-22T01:35:40.464Z Checking time v0.3.36
19032024-11-22T01:35:40.482Z Checking serde_spanned v0.6.8
19042024-11-22T01:35:40.496Z Checking toml_datetime v0.6.8
19052024-11-22T01:35:40.674Z Checking slog v2.7.0
19062024-11-22T01:35:40.696Z Checking aws-lc-rs v1.10.0
19072024-11-22T01:35:40.781Z Checking scroll v0.12.0
19082024-11-22T01:35:40.940Z Checking match_cfg v0.1.0
19092024-11-22T01:35:40.958Z Checking adler2 v2.0.0
19102024-11-22T01:35:41.036Z Checking plain v0.2.3
19112024-11-22T01:35:41.107Z Checking tower-service v0.3.3
19122024-11-22T01:35:41.133Z Checking ucd-trie v0.1.7
19132024-11-22T01:35:41.184Z Checking base64 v0.22.1
19142024-11-22T01:35:41.235Z Checking iana-time-zone v0.1.61
19152024-11-22T01:35:41.285Z Checking foreign-types-shared v0.1.1
19162024-11-22T01:35:41.335Z Checking pest v2.7.14
19172024-11-22T01:35:41.390Z Checking foreign-types v0.3.2
19182024-11-22T01:35:41.393Z Checking chrono v0.4.38
19192024-11-22T01:35:41.483Z Checking goblin v0.8.2
19202024-11-22T01:35:41.690Z Checking miniz_oxide v0.8.0
19212024-11-22T01:35:42.061Z Checking icu_normalizer v1.5.0
19222024-11-22T01:35:42.432Z Checking hostname v0.3.1
19232024-11-22T01:35:42.479Z Checking rustls-webpki v0.102.8
19242024-11-22T01:35:42.554Z Checking quote v1.0.37
19252024-11-22T01:35:42.862Z Checking idna_adapter v1.2.0
19262024-11-22T01:35:42.888Z Checking openssl-sys v0.9.103
19272024-11-22T01:35:43.054Z Checking idna v1.0.3
19282024-11-22T01:35:43.081Z Checking errno v0.3.9
19292024-11-22T01:35:43.287Z Checking dirs-sys-next v0.1.2
19302024-11-22T01:35:43.303Z Checking aho-corasick v1.1.3
19312024-11-22T01:35:43.466Z Checking siphasher v0.3.11
19322024-11-22T01:35:43.482Z Checking data-encoding v2.6.0
19332024-11-22T01:35:43.533Z Checking url v2.5.3
19342024-11-22T01:35:43.765Z Checking pretty-hex v0.4.1
19352024-11-22T01:35:43.826Z Checking regex-syntax v0.8.5
19362024-11-22T01:35:43.948Z Checking dtrace-parser v0.2.0
19372024-11-22T01:35:44.150Z Checking dirs-next v2.0.0
19382024-11-22T01:35:44.189Z Checking openssl v0.10.66
19392024-11-22T01:35:44.286Z Checking rustix v0.38.37
19402024-11-22T01:35:44.342Z Checking tokio-util v0.7.12
19412024-11-22T01:35:44.374Z Checking syn v2.0.87
19422024-11-22T01:35:44.391Z Checking http-body-util v0.1.2
19432024-11-22T01:35:44.841Z Checking crossbeam-epoch v0.9.18
19442024-11-22T01:35:44.909Z Checking signature v2.2.0
19452024-11-22T01:35:45.114Z Checking sha1 v0.10.6
19462024-11-22T01:35:45.271Z Checking lazy_static v1.5.0
19472024-11-22T01:35:45.311Z Checking h2 v0.4.6
19482024-11-22T01:35:45.391Z Checking thread_local v1.1.8
19492024-11-22T01:35:45.394Z Checking thread-id v4.2.2
19502024-11-22T01:35:45.499Z Checking encoding_rs v0.8.34
19512024-11-22T01:35:45.688Z Checking utf8parse v0.2.2
19522024-11-22T01:35:45.846Z Checking gimli v0.31.1
19532024-11-22T01:35:46.504Z Checking dof v0.3.0
19542024-11-22T01:35:47.081Z Checking regex-automata v0.4.8
19552024-11-22T01:35:47.104Z Checking winnow v0.6.20
19562024-11-22T01:35:47.778Z Checking unicode-properties v0.1.3
19572024-11-22T01:35:47.809Z Checking anstyle v1.0.10
19582024-11-22T01:35:48.157Z Checking mime v0.3.17
19592024-11-22T01:35:48.160Z Checking openssl-probe v0.1.5
19602024-11-22T01:35:48.330Z Checking either v1.13.0
19612024-11-22T01:35:48.486Z Checking ipnet v2.10.1
19622024-11-22T01:35:48.723Z Checking stringprep v0.1.5
19632024-11-22T01:35:48.975Z Checking anstyle-parse v0.2.5
19642024-11-22T01:35:49.001Z Checking crossbeam-deque v0.8.5
19652024-11-22T01:35:49.241Z Checking term v0.7.0
19662024-11-22T01:35:49.321Z Checking rustls v0.22.4
19672024-11-22T01:35:49.677Z Checking rustls v0.23.14
19682024-11-22T01:35:49.841Z Checking addr2line v0.24.2
19692024-11-22T01:35:49.844Z Checking native-tls v0.2.12
19702024-11-22T01:35:50.050Z Checking toml_edit v0.22.22
19712024-11-22T01:35:50.160Z Checking slog-json v2.6.1
19722024-11-22T01:35:50.349Z Checking serde_urlencoded v0.7.1
19732024-11-22T01:35:50.409Z Checking crossbeam-channel v0.5.13
19742024-11-22T01:35:50.765Z Checking usdt-impl v0.5.0
19752024-11-22T01:35:50.782Z Checking futures-executor v0.3.31
19762024-11-22T01:35:51.005Z Checking num-integer v0.1.46
19772024-11-22T01:35:51.102Z Checking rustls-pemfile v2.2.0
19782024-11-22T01:35:51.326Z Checking idna v0.3.0
19792024-11-22T01:35:51.352Z Checking idna v0.4.0
19802024-11-22T01:35:51.473Z Checking hyper v1.5.0
19812024-11-22T01:35:51.570Z Checking md-5 v0.10.6
19822024-11-22T01:35:51.717Z Checking ff v0.13.0
19832024-11-22T01:35:51.788Z Checking hash32 v0.2.1
19842024-11-22T01:35:51.913Z Checking is-terminal v0.4.13
19852024-11-22T01:35:52.036Z Checking memmap v0.7.0
19862024-11-22T01:35:52.143Z Checking object v0.36.5
19872024-11-22T01:35:52.187Z Checking psl-types v2.0.11
19882024-11-22T01:35:52.222Z Checking dyn-clone v1.0.17
19892024-11-22T01:35:52.282Z Checking is_terminal_polyfill v1.70.1
19902024-11-22T01:35:52.333Z Checking base16ct v0.2.0
19912024-11-22T01:35:52.384Z Checking quick-error v1.2.3
19922024-11-22T01:35:52.407Z Checking rustc-demangle v0.1.24
19932024-11-22T01:35:52.496Z Checking linked-hash-map v0.5.6
19942024-11-22T01:35:52.510Z Checking colorchoice v1.0.2
19952024-11-22T01:35:52.636Z Checking utf-8 v0.7.6
19962024-11-22T01:35:52.670Z Checking anstyle-query v1.1.1
19972024-11-22T01:35:52.767Z Checking take_mut v0.2.2
19982024-11-22T01:35:52.803Z Checking fallible-iterator v0.2.0
19992024-11-22T01:35:52.817Z Checking lru-cache v0.1.2
20002024-11-22T01:35:52.834Z Checking tungstenite v0.24.0
20012024-11-22T01:35:52.898Z Checking slog-async v2.8.0
20022024-11-22T01:35:52.948Z Checking tokio-rustls v0.25.0
20032024-11-22T01:35:52.984Z Checking anstream v0.6.15
20042024-11-22T01:35:53.180Z Checking toml v0.8.19
20052024-11-22T01:35:53.339Z Checking sec1 v0.7.3
20062024-11-22T01:35:53.352Z Checking resolv-conf v0.7.0
20072024-11-22T01:35:53.401Z Checking postgres-protocol v0.6.7
20082024-11-22T01:35:53.469Z Checking hyper-util v0.1.10
20092024-11-22T01:35:53.682Z Checking schemars v0.8.21
20102024-11-22T01:35:53.726Z Checking publicsuffix v2.2.3
20112024-11-22T01:35:53.742Z Checking usdt v0.5.0
20122024-11-22T01:35:53.919Z Checking hickory-proto v0.24.1
20132024-11-22T01:35:53.964Z Checking heapless v0.7.17
20142024-11-22T01:35:53.995Z Checking slog-term v2.9.1
20152024-11-22T01:35:54.059Z Checking group v0.13.0
20162024-11-22T01:35:54.305Z Checking num-iter v0.1.45
20172024-11-22T01:35:54.485Z Checking futures v0.3.31
20182024-11-22T01:35:54.501Z Checking slog-bunyan v2.5.0
20192024-11-22T01:35:54.599Z Checking tokio-native-tls v0.3.1
20202024-11-22T01:35:54.656Z Checking rayon-core v1.12.1
20212024-11-22T01:35:54.846Z Checking multer v3.1.0
20222024-11-22T01:35:55.030Z Checking terminal_size v0.4.0
20232024-11-22T01:35:55.166Z Checking tokio-rustls v0.26.0
20242024-11-22T01:35:55.205Z Checking phf_shared v0.11.2
20252024-11-22T01:35:55.223Z Checking cookie v0.18.1
20262024-11-22T01:35:55.310Z Checking async-stream v0.3.6
20272024-11-22T01:35:55.329Z Checking bzip2-sys v0.1.11+1.0.8
20282024-11-22T01:35:55.452Z Checking camino v1.1.9
20292024-11-22T01:35:55.471Z Checking signal-hook v0.3.17
20302024-11-22T01:35:55.503Z Checking waitgroup v0.1.2
20312024-11-22T01:35:55.521Z Checking openapiv3 v2.0.0
20322024-11-22T01:35:55.549Z Checking webpki-roots v0.26.6
20332024-11-22T01:35:55.631Z Checking serde_path_to_error v0.1.16
20342024-11-22T01:35:55.670Z Checking idna v0.5.0
20352024-11-22T01:35:55.762Z Checking hkdf v0.12.4
20362024-11-22T01:35:55.806Z Checking crypto-bigint v0.5.5
20372024-11-22T01:35:55.966Z Checking hostname v0.4.0
20382024-11-22T01:35:56.029Z Checking crc32fast v1.4.2
20392024-11-22T01:35:56.104Z Checking clap_lex v0.7.2
20402024-11-22T01:35:56.252Z Checking strsim v0.11.1
20412024-11-22T01:35:56.270Z Checking winnow v0.5.40
20422024-11-22T01:35:56.353Z Checking bitflags v1.3.2
20432024-11-22T01:35:56.454Z Checking debug-ignore v1.0.5
20442024-11-22T01:35:56.514Z Checking unicode-width v0.1.14
20452024-11-22T01:35:56.546Z Checking managed v0.8.0
20462024-11-22T01:35:56.595Z Checking clap_builder v4.5.21
20472024-11-22T01:35:56.936Z Checking smoltcp v0.9.1
20482024-11-22T01:35:56.991Z Checking console v0.15.8
20492024-11-22T01:35:57.570Z Checking cookie_store v0.21.0
20502024-11-22T01:35:58.272Z Checking flate2 v1.0.34
20512024-11-22T01:35:58.418Z Checking signal-hook-mio v0.2.4
20522024-11-22T01:35:58.593Z Checking backtrace v0.3.74
20532024-11-22T01:35:58.694Z Checking hyper-rustls v0.27.3
20542024-11-22T01:35:58.797Z Checking elliptic-curve v0.13.8
20552024-11-22T01:35:58.810Z Checking hickory-resolver v0.24.1
20562024-11-22T01:35:58.897Z Checking hyper-tls v0.6.0
20572024-11-22T01:35:58.918Z Checking phf v0.11.2
20582024-11-22T01:35:58.946Z Checking dropshot v0.12.0
20592024-11-22T01:35:59.116Z Checking anyhow v1.0.93
20602024-11-22T01:35:59.186Z Checking bzip2 v0.4.4
20612024-11-22T01:35:59.193Z Checking rayon v1.10.0
20622024-11-22T01:35:59.341Z Checking toml_edit v0.19.15
20632024-11-22T01:35:59.363Z Checking num-bigint-dig v0.8.4
20642024-11-22T01:35:59.460Z Checking postgres-types v0.2.8
20652024-11-22T01:35:59.521Z Checking tokio-tungstenite v0.24.0
20662024-11-22T01:35:59.618Z Checking regex v1.11.1
20672024-11-22T01:35:59.961Z Checking bstr v1.10.0
20682024-11-22T01:36:00.153Z Checking tokio-stream v0.1.16
20692024-11-22T01:36:00.230Z Checking ed25519 v2.2.3
20702024-11-22T01:36:00.339Z Checking phf_shared v0.10.0
20712024-11-22T01:36:00.543Z Checking curve25519-dalek v4.1.3
20722024-11-22T01:36:00.626Z Checking zerocopy v0.6.6
20732024-11-22T01:36:00.925Z Checking pkcs1 v0.7.5
20742024-11-22T01:36:01.071Z Checking hubpack v0.1.2
20752024-11-22T01:36:01.332Z Checking portable-atomic v1.9.0
20762024-11-22T01:36:01.413Z Checking float-cmp v0.9.0
20772024-11-22T01:36:01.427Z Checking serde-big-array v0.5.1
20782024-11-22T01:36:01.555Z Checking rfc6979 v0.4.0
20792024-11-22T01:36:01.580Z Checking sync_wrapper v1.0.1
20802024-11-22T01:36:01.652Z Checking normalize-line-endings v0.3.0
20812024-11-22T01:36:01.718Z Checking difflib v0.4.0
20822024-11-22T01:36:01.739Z Checking precomputed-hash v0.1.1
20832024-11-22T01:36:01.767Z Checking number_prefix v0.4.0
20842024-11-22T01:36:01.803Z Checking fixedbitset v0.4.2
20852024-11-22T01:36:01.839Z Checking whoami v1.5.2
20862024-11-22T01:36:01.938Z Checking bit-vec v0.6.3
20872024-11-22T01:36:02.030Z Checking new_debug_unreachable v1.0.6
20882024-11-22T01:36:02.061Z Checking unicode-segmentation v1.12.0
20892024-11-22T01:36:02.125Z Checking predicates-core v1.0.8
20902024-11-22T01:36:02.147Z Checking unicode-width v0.2.0
20912024-11-22T01:36:02.264Z Checking static_assertions v1.1.0
20922024-11-22T01:36:02.308Z Checking minimal-lexical v0.2.1
20932024-11-22T01:36:02.352Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20942024-11-22T01:36:02.372Z Checking predicates v3.1.2
20952024-11-22T01:36:02.458Z Checking ed25519-dalek v2.1.1
20962024-11-22T01:36:02.609Z Checking bit-set v0.5.3
20972024-11-22T01:36:02.627Z Checking qorb v0.2.0
20982024-11-22T01:36:02.710Z Checking nom v7.1.3
20992024-11-22T01:36:02.820Z Checking similar v2.6.0
21002024-11-22T01:36:02.859Z Checking tokio-postgres v0.7.12
21012024-11-22T01:36:02.873Z Checking string_cache v0.8.7
21022024-11-22T01:36:02.982Z Checking indicatif v0.17.9
21032024-11-22T01:36:03.001Z Checking petgraph v0.6.5
21042024-11-22T01:36:03.163Z Checking toml v0.7.8
21052024-11-22T01:36:06.446Z Checking ecdsa v0.16.9
21062024-11-22T01:36:06.446Z Checking reqwest v0.12.9
21072024-11-22T01:36:06.446Z Checking rsa v0.9.6
21082024-11-22T01:36:06.446Z Checking clap v4.5.21
21092024-11-22T01:36:06.446Z Checking zip v0.6.6
21102024-11-22T01:36:06.451Z Checking crossterm v0.28.1
21112024-11-22T01:36:06.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-11-22T01:36:06.451Z Checking itertools v0.10.5
21132024-11-22T01:36:06.451Z Checking itertools v0.12.1
21142024-11-22T01:36:06.451Z Checking fs-err v2.11.0
21152024-11-22T01:36:06.451Z Checking ahash v0.8.11
21162024-11-22T01:36:06.451Z Checking x509-cert v0.2.5
21172024-11-22T01:36:06.451Z Checking hex v0.4.3
21182024-11-22T01:36:06.451Z Checking semver v1.0.23
21192024-11-22T01:36:06.451Z Checking lalrpop-util v0.19.12
21202024-11-22T01:36:06.521Z Checking peg-runtime v0.8.3
21212024-11-22T01:36:06.625Z Checking sigpipe v0.1.3
21222024-11-22T01:36:07.451Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232024-11-22T01:36:07.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
21242024-11-22T01:36:07.924Z
21252024-11-22T01:36:07.924Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21262024-11-22T01:36:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-11-22T01:36:08.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-11-22T01:36:08.609Z Compiling hashbrown v0.14.5
21292024-11-22T01:36:08.735Z Checking heck v0.5.0
21302024-11-22T01:36:08.781Z Compiling unsafe-libyaml v0.2.11
21312024-11-22T01:36:08.784Z Compiling ident_case v1.0.1
21322024-11-22T01:36:08.784Z Checking progenitor-client v0.8.0
21332024-11-22T01:36:08.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342024-11-22T01:36:08.807Z Compiling proc-macro-crate v1.3.1
21352024-11-22T01:36:08.890Z Compiling darling_core v0.20.10
21362024-11-22T01:36:08.927Z Checking ipnetwork v0.20.0
21372024-11-22T01:36:09.137Z Compiling structmeta-derive v0.3.0
21382024-11-22T01:36:09.184Z Compiling newtype-uuid v1.1.3
21392024-11-22T01:36:09.290Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-11-22T01:36:09.484Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21412024-11-22T01:36:09.572Z Compiling lzma-sys v0.1.20
21422024-11-22T01:36:09.826Z Checking regress v0.10.1
21432024-11-22T01:36:09.832Z Compiling foreign-types-macros v0.2.3
21442024-11-22T01:36:09.892Z Compiling num_enum_derive v0.5.11
21452024-11-22T01:36:10.329Z Compiling serde_yaml v0.9.34+deprecated
21462024-11-22T01:36:10.663Z Compiling dropshot v0.13.0
21472024-11-22T01:36:10.925Z Checking arc-swap v1.7.1
21482024-11-22T01:36:11.084Z Checking foreign-types-shared v0.3.1
21492024-11-22T01:36:11.207Z Checking foreign-types v0.5.0
21502024-11-22T01:36:11.385Z Checking slog-scope v4.4.0
21512024-11-22T01:36:11.440Z Compiling proc-macro-error v1.0.4
21522024-11-22T01:36:12.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21532024-11-22T01:36:12.158Z Checking tungstenite v0.21.0
21542024-11-22T01:36:12.188Z Compiling structmeta v0.3.0
21552024-11-22T01:36:12.248Z Compiling heck v0.3.3
21562024-11-22T01:36:12.526Z Checking num_enum v0.5.11
21572024-11-22T01:36:12.630Z Compiling parse-display-derive v0.10.0
21582024-11-22T01:36:12.670Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592024-11-22T01:36:12.694Z Compiling dropshot_endpoint v0.13.0
21602024-11-22T01:36:13.106Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-22T01:36:13.400Z Checking typify-impl v0.2.0
21622024-11-22T01:36:13.514Z Checking cstr-argument v0.1.2
21632024-11-22T01:36:13.701Z Checking instant v0.1.13
21642024-11-22T01:36:13.893Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-11-22T01:36:14.173Z Checking pretty-hex v0.2.1
21662024-11-22T01:36:14.342Z Checking fastrand v2.1.1
21672024-11-22T01:36:14.574Z Checking base64 v0.21.7
21682024-11-22T01:36:14.688Z Checking tempfile v3.13.0
21692024-11-22T01:36:15.048Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-11-22T01:36:15.097Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-11-22T01:36:15.178Z Checking backoff v0.4.0
21722024-11-22T01:36:15.242Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732024-11-22T01:36:15.336Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742024-11-22T01:36:15.487Z Checking tokio-tungstenite v0.21.0
21752024-11-22T01:36:15.503Z Compiling zone_cfg_derive v0.1.2
21762024-11-22T01:36:15.551Z Checking strum v0.26.3
21772024-11-22T01:36:15.710Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21782024-11-22T01:36:15.901Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21792024-11-22T01:36:15.937Z Compiling darling_macro v0.20.10
21802024-11-22T01:36:15.991Z Checking slog-stdlog v4.1.1
21812024-11-22T01:36:16.153Z Checking regress v0.9.1
21822024-11-22T01:36:16.331Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21832024-11-22T01:36:16.445Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21842024-11-22T01:36:16.485Z Checking colored v2.1.0
21852024-11-22T01:36:16.715Z Checking macaddr v1.0.1
21862024-11-22T01:36:16.789Z Checking base64 v0.13.1
21872024-11-22T01:36:16.909Z Compiling darling v0.20.10
21882024-11-22T01:36:17.011Z Checking zone v0.1.8
21892024-11-22T01:36:17.027Z Compiling serde_with_macros v3.11.0
21902024-11-22T01:36:17.211Z Checking ron v0.7.1
21912024-11-22T01:36:17.233Z Checking parse-display v0.10.0
21922024-11-22T01:36:17.467Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-11-22T01:36:17.734Z Checking xz2 v0.1.7
21942024-11-22T01:36:17.956Z Checking slog-envlogger v2.2.0
21952024-11-22T01:36:18.002Z Checking tabwriter v1.4.0
21962024-11-22T01:36:18.172Z Checking xattr v1.3.1
21972024-11-22T01:36:18.227Z Checking pem v3.0.4
21982024-11-22T01:36:18.305Z Checking yasna v0.5.2
21992024-11-22T01:36:18.362Z Checking headers-core v0.3.0
22002024-11-22T01:36:18.489Z Checking smf v0.2.3
22012024-11-22T01:36:18.509Z Checking filetime v0.2.25
22022024-11-22T01:36:18.721Z Checking same-file v1.0.6
22032024-11-22T01:36:18.898Z Checking walkdir v2.5.0
22042024-11-22T01:36:18.945Z Checking tar v0.4.42
22052024-11-22T01:36:19.028Z Checking headers v0.4.0
22062024-11-22T01:36:19.180Z Checking atomicwrites v0.4.4
22072024-11-22T01:36:19.199Z Checking rcgen v0.12.1
22082024-11-22T01:36:19.391Z Checking camino-tempfile v1.1.1
22092024-11-22T01:36:19.671Z Checking subprocess v0.2.9
22102024-11-22T01:36:19.970Z Checking serde_with v3.11.0
22112024-11-22T01:36:23.857Z Compiling typify-macro v0.2.0
22122024-11-22T01:36:25.708Z Compiling typify v0.2.0
22132024-11-22T01:36:25.777Z Compiling progenitor-impl v0.8.0
22142024-11-22T01:36:28.950Z Compiling progenitor-macro v0.8.0
22152024-11-22T01:36:34.240Z Checking progenitor v0.8.0
22162024-11-22T01:36:34.392Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22172024-11-22T01:36:34.395Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-11-22T01:36:37.054Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22192024-11-22T01:36:37.392Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202024-11-22T01:36:43.891Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212024-11-22T01:36:45.481Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-11-22T01:36:46.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.79s
22232024-11-22T01:36:46.894Z
22242024-11-22T01:36:46.894Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22252024-11-22T01:36:47.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-22T01:36:47.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-22T01:36:47.559Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282024-11-22T01:36:48.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22292024-11-22T01:36:49.172Z
22302024-11-22T01:36:49.172Zinfo: running `cargo check --bins` on nexus-config (31/173)
22312024-11-22T01:36:49.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-22T01:36:49.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-22T01:36:49.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-22T01:36:49.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22352024-11-22T01:36:49.828Z
22362024-11-22T01:36:49.828Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22372024-11-22T01:36:50.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-22T01:36:50.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-22T01:36:50.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-11-22T01:36:50.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22412024-11-22T01:36:50.470Z
22422024-11-22T01:36:50.470Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22432024-11-22T01:36:51.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-11-22T01:36:51.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-11-22T01:36:51.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-11-22T01:36:51.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22472024-11-22T01:36:51.141Z
22482024-11-22T01:36:51.141Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22492024-11-22T01:36:51.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-11-22T01:36:51.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-11-22T01:36:51.835Z Compiling zerocopy v0.8.10
22522024-11-22T01:36:51.835Z Compiling progenitor-client v0.8.0
22532024-11-22T01:36:51.835Z Compiling itertools v0.13.0
22542024-11-22T01:36:51.841Z Compiling zerocopy-derive v0.8.10
22552024-11-22T01:36:51.843Z Compiling heapless v0.8.0
22562024-11-22T01:36:51.843Z Compiling newtype-uuid v1.1.3
22572024-11-22T01:36:51.843Z Compiling ipnetwork v0.20.0
22582024-11-22T01:36:51.843Z Checking hash32 v0.3.1
22592024-11-22T01:36:52.184Z Compiling instant v0.1.13
22602024-11-22T01:36:52.285Z Compiling progenitor v0.8.0
22612024-11-22T01:36:52.333Z Compiling smoltcp v0.11.0
22622024-11-22T01:36:52.412Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-11-22T01:36:52.534Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-11-22T01:36:52.925Z Compiling backoff v0.4.0
22652024-11-22T01:36:52.936Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662024-11-22T01:36:53.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-11-22T01:36:53.186Z Compiling serde_with v3.11.0
22682024-11-22T01:36:53.203Z Compiling dropshot v0.13.0
22692024-11-22T01:36:53.213Z Compiling parse-display v0.10.0
22702024-11-22T01:36:53.257Z Checking num-rational v0.4.2
22712024-11-22T01:36:53.785Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722024-11-22T01:36:53.944Z Compiling regress v0.9.1
22732024-11-22T01:36:53.969Z Compiling phf_generator v0.11.2
22742024-11-22T01:36:54.126Z Checking num-complex v0.4.6
22752024-11-22T01:36:55.074Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-11-22T01:36:55.830Z Compiling macaddr v1.0.1
22772024-11-22T01:36:56.076Z Checking cobs v0.2.3
22782024-11-22T01:36:56.291Z Compiling num v0.4.3
22792024-11-22T01:36:56.308Z Checking postcard v1.0.10
22802024-11-22T01:36:56.502Z Compiling phf_codegen v0.11.2
22812024-11-22T01:36:56.968Z Compiling parse-zoneinfo v0.3.1
22822024-11-22T01:36:57.399Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22832024-11-22T01:36:57.654Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22842024-11-22T01:36:57.780Z Compiling convert_case v0.4.0
22852024-11-22T01:36:58.127Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862024-11-22T01:36:58.744Z Checking float-ord v0.3.2
22872024-11-22T01:36:58.914Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22882024-11-22T01:37:02.392Z Compiling derive_more v0.99.18
22892024-11-22T01:37:02.487Z Compiling chrono-tz-build v0.4.0
22902024-11-22T01:37:02.487Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22912024-11-22T01:37:02.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22922024-11-22T01:37:02.487Z Compiling crucible-workspace-hack v0.1.0
22932024-11-22T01:37:02.487Z Compiling chrono-tz v0.10.0
22942024-11-22T01:37:02.487Z Checking newline-converter v0.3.0
22952024-11-22T01:37:02.487Z Checking prettyplease v0.2.25
22962024-11-22T01:37:02.487Z Compiling slog-dtrace v0.3.0
22972024-11-22T01:37:02.487Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982024-11-22T01:37:02.488Z Checking expectorate v1.1.0
22992024-11-22T01:37:02.488Z Compiling zone_cfg_derive v0.3.0
23002024-11-22T01:37:02.504Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-11-22T01:37:02.549Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23022024-11-22T01:37:02.731Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23032024-11-22T01:37:03.044Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23042024-11-22T01:37:03.176Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-11-22T01:37:03.645Z Compiling const_format_proc_macros v0.2.33
23062024-11-22T01:37:03.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-11-22T01:37:03.898Z Compiling num-derive v0.4.2
23082024-11-22T01:37:04.174Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092024-11-22T01:37:04.445Z Checking highway v1.2.0
23102024-11-22T01:37:04.871Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-11-22T01:37:05.058Z Checking zone v0.3.0
23122024-11-22T01:37:05.465Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23132024-11-22T01:37:05.828Z Checking const_format v0.2.33
23142024-11-22T01:37:05.845Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23152024-11-22T01:37:06.317Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23162024-11-22T01:37:06.364Z Checking gethostname v0.5.0
23172024-11-22T01:37:06.409Z Checking bcs v0.1.6
23182024-11-22T01:37:06.458Z Compiling async-recursion v1.1.1
23192024-11-22T01:37:06.861Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23202024-11-22T01:37:07.006Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23212024-11-22T01:37:07.012Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23222024-11-22T01:37:08.280Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23232024-11-22T01:37:08.681Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23242024-11-22T01:37:14.311Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23252024-11-22T01:37:17.605Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262024-11-22T01:37:20.215Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23272024-11-22T01:37:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s
23282024-11-22T01:37:21.587Z
23292024-11-22T01:37:21.587Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23302024-11-22T01:37:22.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-11-22T01:37:22.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-11-22T01:37:22.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-11-22T01:37:22.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23342024-11-22T01:37:22.228Z
23352024-11-22T01:37:22.228Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23362024-11-22T01:37:22.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-11-22T01:37:22.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-11-22T01:37:22.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-11-22T01:37:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23402024-11-22T01:37:22.876Z
23412024-11-22T01:37:22.876Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23422024-11-22T01:37:23.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-11-22T01:37:23.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-11-22T01:37:23.536Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-11-22T01:37:24.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23462024-11-22T01:37:24.331Z
23472024-11-22T01:37:24.331Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23482024-11-22T01:37:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-11-22T01:37:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-11-22T01:37:25.015Z Compiling cfg_aliases v0.1.1
23512024-11-22T01:37:25.019Z Compiling vte_generate_state_changes v0.1.2
23522024-11-22T01:37:25.019Z Checking fd-lock v4.0.2
23532024-11-22T01:37:25.019Z Checking nibble_vec v0.1.0
23542024-11-22T01:37:25.120Z Checking endian-type v0.1.2
23552024-11-22T01:37:25.124Z Checking bytecount v0.6.8
23562024-11-22T01:37:25.147Z Compiling tabled_derive v0.7.0
23572024-11-22T01:37:25.179Z Compiling peg-macros v0.8.4
23582024-11-22T01:37:25.206Z Compiling nix v0.28.0
23592024-11-22T01:37:25.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602024-11-22T01:37:25.300Z Compiling sqlparser_derive v0.2.2
23612024-11-22T01:37:25.318Z Checking papergrid v0.11.0
23622024-11-22T01:37:25.328Z Checking radix_trie v0.2.1
23632024-11-22T01:37:25.713Z Checking unicode_categories v0.1.1
23642024-11-22T01:37:25.762Z Checking vte v0.11.1
23652024-11-22T01:37:26.018Z Checking nu-ansi-term v0.50.1
23662024-11-22T01:37:26.388Z Checking home v0.5.9
23672024-11-22T01:37:26.443Z Checking sqlparser v0.45.0
23682024-11-22T01:37:26.471Z Checking sqlformat v0.2.6
23692024-11-22T01:37:26.525Z Checking display-error-chain v0.2.2
23702024-11-22T01:37:27.160Z Checking strip-ansi-escapes v0.2.0
23712024-11-22T01:37:27.301Z Checking reedline v0.35.0
23722024-11-22T01:37:27.586Z Checking tabled v0.15.0
23732024-11-22T01:37:28.069Z Checking peg v0.8.4
23742024-11-22T01:37:28.288Z Checking rustyline v14.0.0
23752024-11-22T01:37:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.60s
23762024-11-22T01:37:37.190Z
23772024-11-22T01:37:37.190Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23782024-11-22T01:37:37.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-11-22T01:37:37.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-11-22T01:37:37.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-11-22T01:37:44.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23822024-11-22T01:37:44.396Z
23832024-11-22T01:37:44.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23842024-11-22T01:37:44.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-11-22T01:37:44.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-11-22T01:37:44.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-11-22T01:37:47.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
23882024-11-22T01:37:47.452Z
23892024-11-22T01:37:47.452Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23902024-11-22T01:37:48.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-11-22T01:37:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-11-22T01:37:48.121Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-11-22T01:37:52.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
23942024-11-22T01:37:52.986Z
23952024-11-22T01:37:52.986Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23962024-11-22T01:37:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-11-22T01:37:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-11-22T01:37:53.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-11-22T01:37:58.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
24002024-11-22T01:37:58.584Z
24012024-11-22T01:37:58.584Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24022024-11-22T01:37:59.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-11-22T01:37:59.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-11-22T01:37:59.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-11-22T01:38:03.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
24062024-11-22T01:38:03.558Z
24072024-11-22T01:38:03.558Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24082024-11-22T01:38:04.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-11-22T01:38:04.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-11-22T01:38:04.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-11-22T01:38:08.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
24122024-11-22T01:38:08.523Z
24132024-11-22T01:38:08.523Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24142024-11-22T01:38:09.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-11-22T01:38:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-11-22T01:38:09.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-11-22T01:38:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
24182024-11-22T01:38:14.600Z
24192024-11-22T01:38:14.600Zinfo: running `cargo check --bins` on oximeter (46/173)
24202024-11-22T01:38:15.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-11-22T01:38:15.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-11-22T01:38:15.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-11-22T01:38:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24242024-11-22T01:38:15.251Z
24252024-11-22T01:38:15.251Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24262024-11-22T01:38:15.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-11-22T01:38:15.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-11-22T01:38:15.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-11-22T01:38:15.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24302024-11-22T01:38:15.865Z
24312024-11-22T01:38:15.865Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24322024-11-22T01:38:16.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-11-22T01:38:16.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-11-22T01:38:16.507Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24352024-11-22T01:38:16.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24362024-11-22T01:38:17.128Z
24372024-11-22T01:38:17.128Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24382024-11-22T01:38:17.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-11-22T01:38:17.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-11-22T01:38:17.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-11-22T01:38:17.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24422024-11-22T01:38:17.765Z
24432024-11-22T01:38:17.765Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24442024-11-22T01:38:18.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-11-22T01:38:18.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-11-22T01:38:18.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-11-22T01:38:18.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24482024-11-22T01:38:18.410Z
24492024-11-22T01:38:18.410Zinfo: running `cargo check --bins` on oxql-types (51/173)
24502024-11-22T01:38:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-11-22T01:38:18.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-11-22T01:38:18.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-11-22T01:38:18.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24542024-11-22T01:38:19.066Z
24552024-11-22T01:38:19.066Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24562024-11-22T01:38:19.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-11-22T01:38:19.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-11-22T01:38:19.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-11-22T01:38:19.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24602024-11-22T01:38:19.723Z
24612024-11-22T01:38:19.724Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24622024-11-22T01:38:20.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-11-22T01:38:20.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-11-22T01:38:20.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-11-22T01:38:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24662024-11-22T01:38:20.368Z
24672024-11-22T01:38:20.368Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24682024-11-22T01:38:20.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-11-22T01:38:20.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-11-22T01:38:20.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-11-22T01:38:20.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24722024-11-22T01:38:21.015Z
24732024-11-22T01:38:21.016Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24742024-11-22T01:38:21.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-11-22T01:38:21.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-11-22T01:38:21.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-11-22T01:38:21.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782024-11-22T01:38:21.651Z
24792024-11-22T01:38:21.651Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24802024-11-22T01:38:22.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-11-22T01:38:22.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-11-22T01:38:22.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-11-22T01:38:22.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24842024-11-22T01:38:22.286Z
24852024-11-22T01:38:22.286Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24862024-11-22T01:38:22.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-11-22T01:38:22.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-11-22T01:38:22.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-11-22T01:38:22.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24902024-11-22T01:38:22.936Z
24912024-11-22T01:38:22.936Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24922024-11-22T01:38:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-11-22T01:38:23.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-11-22T01:38:23.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-11-22T01:38:23.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24962024-11-22T01:38:23.565Z
24972024-11-22T01:38:23.565Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24982024-11-22T01:38:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-11-22T01:38:24.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-11-22T01:38:24.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-11-22T01:38:24.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25022024-11-22T01:38:24.218Z
25032024-11-22T01:38:24.218Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25042024-11-22T01:38:24.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-11-22T01:38:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-11-22T01:38:24.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-11-22T01:38:24.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25082024-11-22T01:38:24.870Z
25092024-11-22T01:38:24.870Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25102024-11-22T01:38:25.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-11-22T01:38:25.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-11-22T01:38:25.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-11-22T01:38:25.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25142024-11-22T01:38:25.512Z
25152024-11-22T01:38:25.512Zinfo: running `cargo check --bins` on dpd-client (62/173)
25162024-11-22T01:38:26.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-11-22T01:38:26.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-11-22T01:38:26.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-11-22T01:38:26.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-11-22T01:38:26.148Z
25212024-11-22T01:38:26.148Zinfo: running `cargo check --bins` on gateway-client (63/173)
25222024-11-22T01:38:26.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-11-22T01:38:26.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-11-22T01:38:26.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-11-22T01:38:26.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-11-22T01:38:26.770Z
25272024-11-22T01:38:26.770Zinfo: running `cargo check --bins` on installinator-client (64/173)
25282024-11-22T01:38:27.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-11-22T01:38:27.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-11-22T01:38:27.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-11-22T01:38:27.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25322024-11-22T01:38:27.437Z
25332024-11-22T01:38:27.437Zinfo: running `cargo check --bins` on installinator-common (65/173)
25342024-11-22T01:38:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-11-22T01:38:28.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-11-22T01:38:28.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-11-22T01:38:28.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25382024-11-22T01:38:28.091Z
25392024-11-22T01:38:28.091Zinfo: running `cargo check --bins` on update-engine (66/173)
25402024-11-22T01:38:28.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-11-22T01:38:28.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-11-22T01:38:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-11-22T01:38:28.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25442024-11-22T01:38:28.719Z
25452024-11-22T01:38:28.719Zinfo: running `cargo check --bins` on nexus-client (67/173)
25462024-11-22T01:38:29.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-11-22T01:38:29.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-11-22T01:38:29.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-11-22T01:38:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25502024-11-22T01:38:29.382Z
25512024-11-22T01:38:29.382Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25522024-11-22T01:38:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-11-22T01:38:29.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-11-22T01:38:29.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-11-22T01:38:29.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25562024-11-22T01:38:30.036Z
25572024-11-22T01:38:30.036Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25582024-11-22T01:38:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-11-22T01:38:30.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-11-22T01:38:30.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-11-22T01:38:30.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25622024-11-22T01:38:30.670Z
25632024-11-22T01:38:30.670Zinfo: running `cargo check --bins` on nexus-types (70/173)
25642024-11-22T01:38:31.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-11-22T01:38:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-11-22T01:38:31.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-11-22T01:38:31.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25682024-11-22T01:38:31.334Z
25692024-11-22T01:38:31.334Zinfo: running `cargo check --bins` on oxide-client (71/173)
25702024-11-22T01:38:31.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-11-22T01:38:31.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-11-22T01:38:31.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-11-22T01:38:31.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25742024-11-22T01:38:31.967Z
25752024-11-22T01:38:31.967Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25762024-11-22T01:38:32.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-11-22T01:38:32.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-11-22T01:38:32.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-11-22T01:38:32.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25802024-11-22T01:38:32.601Z
25812024-11-22T01:38:32.601Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25822024-11-22T01:38:33.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-11-22T01:38:33.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-11-22T01:38:33.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-11-22T01:38:33.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25862024-11-22T01:38:33.227Z
25872024-11-22T01:38:33.227Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25882024-11-22T01:38:33.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-11-22T01:38:33.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-11-22T01:38:33.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-11-22T01:38:33.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25922024-11-22T01:38:33.873Z
25932024-11-22T01:38:33.873Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25942024-11-22T01:38:34.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-11-22T01:38:34.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-11-22T01:38:34.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-11-22T01:38:34.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25982024-11-22T01:38:34.540Z
25992024-11-22T01:38:34.540Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26002024-11-22T01:38:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-11-22T01:38:35.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-11-22T01:38:35.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-11-22T01:38:35.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26042024-11-22T01:38:35.198Z
26052024-11-22T01:38:35.198Zinfo: running `cargo check --bins` on wicket-common (77/173)
26062024-11-22T01:38:35.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-11-22T01:38:35.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-11-22T01:38:35.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-11-22T01:38:35.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26102024-11-22T01:38:35.854Z
26112024-11-22T01:38:35.854Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26122024-11-22T01:38:36.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-11-22T01:38:36.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-11-22T01:38:36.515Z Checking csv-core v0.1.11
26152024-11-22T01:38:36.515Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-11-22T01:38:36.518Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26172024-11-22T01:38:36.824Z Checking csv v1.3.0
26182024-11-22T01:38:36.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26192024-11-22T01:38:37.385Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202024-11-22T01:38:37.714Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212024-11-22T01:38:38.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
26222024-11-22T01:38:39.151Z
26232024-11-22T01:38:39.151Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26242024-11-22T01:38:39.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-11-22T01:38:39.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-11-22T01:38:39.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-11-22T01:38:39.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26282024-11-22T01:38:39.784Z
26292024-11-22T01:38:39.784Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26302024-11-22T01:38:40.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-11-22T01:38:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-11-22T01:38:40.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-11-22T01:38:40.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342024-11-22T01:38:40.418Z
26352024-11-22T01:38:40.418Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26362024-11-22T01:38:41.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-11-22T01:38:41.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-11-22T01:38:41.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-11-22T01:38:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26402024-11-22T01:38:41.163Z
26412024-11-22T01:38:41.163Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26422024-11-22T01:38:41.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-11-22T01:38:41.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-11-22T01:38:41.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-11-22T01:38:41.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26462024-11-22T01:38:41.908Z
26472024-11-22T01:38:41.908Zinfo: running `cargo check --bins` on dns-server (83/173)
26482024-11-22T01:38:42.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-11-22T01:38:42.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-11-22T01:38:42.559Z Compiling parking_lot_core v0.8.6
26512024-11-22T01:38:42.559Z Checking fxhash v0.2.1
26522024-11-22T01:38:42.561Z Checking hickory-server v0.24.1
26532024-11-22T01:38:42.661Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26542024-11-22T01:38:42.664Z Checking hickory-client v0.24.1
26552024-11-22T01:38:43.691Z Checking parking_lot v0.11.2
26562024-11-22T01:38:43.695Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26572024-11-22T01:38:43.695Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26582024-11-22T01:38:43.697Z Checking sled v0.34.7
26592024-11-22T01:38:45.214Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26602024-11-22T01:38:46.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
26612024-11-22T01:38:46.644Z
26622024-11-22T01:38:46.644Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26632024-11-22T01:38:47.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-11-22T01:38:47.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-11-22T01:38:47.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-11-22T01:38:47.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26672024-11-22T01:38:47.272Z
26682024-11-22T01:38:47.272Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26692024-11-22T01:38:47.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-11-22T01:38:47.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-11-22T01:38:47.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-11-22T01:38:47.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26732024-11-22T01:38:47.952Z
26742024-11-22T01:38:47.952Zinfo: running `cargo check --bins` on gateway-types (86/173)
26752024-11-22T01:38:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-11-22T01:38:48.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-11-22T01:38:48.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-11-22T01:38:48.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26792024-11-22T01:38:48.583Z
26802024-11-22T01:38:48.583Zinfo: running `cargo check --bins` on ipcc (87/173)
26812024-11-22T01:38:49.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-11-22T01:38:49.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-11-22T01:38:49.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-11-22T01:38:49.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26852024-11-22T01:38:49.231Z
26862024-11-22T01:38:49.231Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26872024-11-22T01:38:49.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-11-22T01:38:49.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-11-22T01:38:49.931Z Compiling radium v0.7.0
26902024-11-22T01:38:49.931Z Compiling semver v0.1.20
26912024-11-22T01:38:50.047Z Compiling maybe-uninit v2.0.0
26922024-11-22T01:38:50.049Z Checking tap v1.0.1
26932024-11-22T01:38:50.068Z Checking password-hash v0.5.0
26942024-11-22T01:38:50.070Z Checking blake2 v0.10.6
26952024-11-22T01:38:50.070Z Compiling owo-colors v4.1.0
26962024-11-22T01:38:50.071Z Checking funty v2.0.0
26972024-11-22T01:38:50.203Z Checking wyz v0.5.1
26982024-11-22T01:38:50.341Z Compiling rustc_version v0.1.7
26992024-11-22T01:38:50.496Z Compiling cancel-safe-futures v0.1.5
27002024-11-22T01:38:50.555Z Checking crc-catalog v2.4.0
27012024-11-22T01:38:50.581Z Compiling packed_struct v0.10.1
27022024-11-22T01:38:50.651Z Checking argon2 v0.5.3
27032024-11-22T01:38:50.689Z Checking crc v3.2.1
27042024-11-22T01:38:50.729Z Compiling packed_struct_codegen v0.10.1
27052024-11-22T01:38:50.827Z Compiling newtype_derive v0.1.6
27062024-11-22T01:38:50.843Z Compiling indexmap v1.9.3
27072024-11-22T01:38:50.885Z Checking half v2.4.1
27082024-11-22T01:38:51.031Z Checking bitvec v1.0.1
27092024-11-22T01:38:51.079Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27102024-11-22T01:38:51.106Z Checking nodrop v0.1.14
27112024-11-22T01:38:51.138Z Checking ciborium-io v0.2.2
27122024-11-22T01:38:51.216Z Checking array-init v0.0.4
27132024-11-22T01:38:51.295Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27142024-11-22T01:38:51.327Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-11-22T01:38:51.348Z Checking ciborium-ll v0.2.2
27162024-11-22T01:38:51.625Z Checking smallvec v0.6.14
27172024-11-22T01:38:51.679Z Checking libsw v3.3.1
27182024-11-22T01:38:51.753Z Compiling memoffset v0.9.1
27192024-11-22T01:38:51.944Z Checking hashbrown v0.12.3
27202024-11-22T01:38:52.037Z Checking indent_write v2.2.0
27212024-11-22T01:38:52.055Z Checking bitfield v0.14.0
27222024-11-22T01:38:52.057Z Checking termcolor v1.4.1
27232024-11-22T01:38:52.228Z Checking linear-map v1.2.0
27242024-11-22T01:38:52.245Z Checking swrite v0.1.0
27252024-11-22T01:38:52.320Z Checking ron v0.8.1
27262024-11-22T01:38:52.358Z Checking serde-hex v0.1.0
27272024-11-22T01:38:52.500Z Checking env_logger v0.10.2
27282024-11-22T01:38:52.554Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27292024-11-22T01:38:53.079Z Checking ciborium v0.2.2
27302024-11-22T01:38:53.248Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27312024-11-22T01:38:53.621Z Checking steno v0.4.1
27322024-11-22T01:38:53.637Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-11-22T01:38:53.775Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342024-11-22T01:38:53.882Z Checking hashbrown v0.13.2
27352024-11-22T01:38:54.066Z Checking crc-any v2.5.0
27362024-11-22T01:38:54.160Z Checking humantime v2.1.0
27372024-11-22T01:38:54.460Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-11-22T01:38:54.463Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-11-22T01:38:54.837Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27402024-11-22T01:38:54.953Z Checking object v0.30.4
27412024-11-22T01:38:55.051Z Checking path-slash v0.1.5
27422024-11-22T01:38:55.193Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27432024-11-22T01:38:55.208Z Checking nix v0.27.1
27442024-11-22T01:38:55.856Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27452024-11-22T01:38:56.276Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27462024-11-22T01:38:56.391Z Checking tungstenite v0.23.0
27472024-11-22T01:38:56.463Z Checking kstat-rs v0.2.4
27482024-11-22T01:38:56.536Z Checking signal-hook-tokio v0.3.1
27492024-11-22T01:38:56.814Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502024-11-22T01:38:57.226Z Checking tokio-tungstenite v0.23.1
27512024-11-22T01:38:57.631Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-11-22T01:38:57.905Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532024-11-22T01:38:58.058Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27542024-11-22T01:39:04.635Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27552024-11-22T01:39:05.913Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27562024-11-22T01:39:08.691Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572024-11-22T01:39:14.294Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582024-11-22T01:39:14.989Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592024-11-22T01:39:17.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.53s
27602024-11-22T01:39:17.956Z
27612024-11-22T01:39:17.956Zinfo: running `cargo check --bins` on gateway-api (89/173)
27622024-11-22T01:39:18.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-22T01:39:18.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-22T01:39:18.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-22T01:39:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662024-11-22T01:39:18.589Z
27672024-11-22T01:39:18.589Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27682024-11-22T01:39:19.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-22T01:39:19.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-22T01:39:19.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-22T01:39:19.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27722024-11-22T01:39:19.211Z
27732024-11-22T01:39:19.211Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27742024-11-22T01:39:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-22T01:39:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-22T01:39:19.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-22T01:39:19.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27782024-11-22T01:39:19.850Z
27792024-11-22T01:39:19.850Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27802024-11-22T01:39:20.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-22T01:39:20.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-22T01:39:20.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-22T01:39:20.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842024-11-22T01:39:20.487Z
27852024-11-22T01:39:20.487Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27862024-11-22T01:39:21.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-22T01:39:21.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-22T01:39:21.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-11-22T01:39:21.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-11-22T01:39:21.117Z
27912024-11-22T01:39:21.117Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27922024-11-22T01:39:21.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-11-22T01:39:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-11-22T01:39:21.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-11-22T01:39:21.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27962024-11-22T01:39:21.761Z
27972024-11-22T01:39:21.761Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27982024-11-22T01:39:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-22T01:39:22.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-22T01:39:22.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-22T01:39:22.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-11-22T01:39:22.394Z
28032024-11-22T01:39:22.394Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28042024-11-22T01:39:22.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-22T01:39:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-22T01:39:22.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-11-22T01:39:22.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-11-22T01:39:23.027Z
28092024-11-22T01:39:23.027Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28102024-11-22T01:39:23.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-22T01:39:23.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-22T01:39:23.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-11-22T01:39:23.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28142024-11-22T01:39:23.696Z
28152024-11-22T01:39:23.696Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28162024-11-22T01:39:24.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-22T01:39:24.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-22T01:39:24.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-22T01:39:24.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28202024-11-22T01:39:24.335Z
28212024-11-22T01:39:24.335Zinfo: running `cargo check --bins` on sp-sim (99/173)
28222024-11-22T01:39:24.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-22T01:39:24.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-22T01:39:24.985Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252024-11-22T01:39:26.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28262024-11-22T01:39:27.020Z
28272024-11-22T01:39:27.020Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28282024-11-22T01:39:27.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-11-22T01:39:27.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-11-22T01:39:27.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-11-22T01:39:27.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28322024-11-22T01:39:27.714Z
28332024-11-22T01:39:27.714Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28342024-11-22T01:39:28.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-11-22T01:39:28.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-11-22T01:39:28.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-11-22T01:39:28.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28382024-11-22T01:39:28.428Z
28392024-11-22T01:39:28.428Zinfo: running `cargo check --bins` on db-macros (102/173)
28402024-11-22T01:39:29.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-11-22T01:39:29.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-11-22T01:39:29.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-11-22T01:39:29.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28442024-11-22T01:39:29.083Z
28452024-11-22T01:39:29.083Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28462024-11-22T01:39:29.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-11-22T01:39:29.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-11-22T01:39:29.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-11-22T01:39:29.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28502024-11-22T01:39:29.728Z
28512024-11-22T01:39:29.728Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28522024-11-22T01:39:30.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-11-22T01:39:30.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-11-22T01:39:30.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-11-22T01:39:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28562024-11-22T01:39:30.426Z
28572024-11-22T01:39:30.426Zinfo: running `cargo check --bins` on authz-macros (105/173)
28582024-11-22T01:39:31.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-11-22T01:39:31.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-11-22T01:39:31.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-11-22T01:39:31.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28622024-11-22T01:39:31.188Z
28632024-11-22T01:39:31.188Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28642024-11-22T01:39:31.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-11-22T01:39:31.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-11-22T01:39:31.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-11-22T01:39:31.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28682024-11-22T01:39:31.749Z
28692024-11-22T01:39:31.749Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28702024-11-22T01:39:32.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-11-22T01:39:32.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-11-22T01:39:32.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-11-22T01:39:32.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28742024-11-22T01:39:32.430Z
28752024-11-22T01:39:32.430Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28762024-11-22T01:39:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-11-22T01:39:32.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-11-22T01:39:32.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-11-22T01:39:32.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28802024-11-22T01:39:33.064Z
28812024-11-22T01:39:33.064Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28822024-11-22T01:39:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-11-22T01:39:33.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-11-22T01:39:33.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-11-22T01:39:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28862024-11-22T01:39:33.732Z
28872024-11-22T01:39:33.733Zinfo: running `cargo check --bins` on typed-rng (110/173)
28882024-11-22T01:39:34.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-11-22T01:39:34.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-11-22T01:39:34.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-11-22T01:39:34.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922024-11-22T01:39:34.342Z
28932024-11-22T01:39:34.342Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28942024-11-22T01:39:34.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-11-22T01:39:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-11-22T01:39:35.092Z Checking keccak v0.1.5
28972024-11-22T01:39:35.202Z Checking secrecy v0.8.0
28982024-11-22T01:39:35.208Z Compiling unicase v2.7.0
28992024-11-22T01:39:35.208Z Compiling same-file v1.0.6
29002024-11-22T01:39:35.225Z Compiling tempfile v3.13.0
29012024-11-22T01:39:35.253Z Compiling thiserror-impl-no-std v2.0.2
29022024-11-22T01:39:35.256Z Checking universal-hash v0.5.1
29032024-11-22T01:39:35.256Z Compiling blake3 v1.5.4
29042024-11-22T01:39:35.379Z Compiling walkdir v2.5.0
29052024-11-22T01:39:35.464Z Compiling ring v0.16.20
29062024-11-22T01:39:35.490Z Checking sha3 v0.10.8
29072024-11-22T01:39:35.520Z Checking opaque-debug v0.3.1
29082024-11-22T01:39:35.605Z Checking poly1305 v0.8.0
29092024-11-22T01:39:35.661Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29102024-11-22T01:39:35.926Z Checking chacha20 v0.9.1
29112024-11-22T01:39:35.963Z Checking aead v0.5.2
29122024-11-22T01:39:36.084Z Compiling memmap2 v0.9.5
29132024-11-22T01:39:36.131Z Compiling salty v0.3.0
29142024-11-22T01:39:36.154Z Compiling spin v0.5.2
29152024-11-22T01:39:36.173Z Compiling arrayref v0.3.9
29162024-11-22T01:39:36.253Z Compiling libefi-sys v0.1.0
29172024-11-22T01:39:36.279Z Compiling constant_time_eq v0.3.1
29182024-11-22T01:39:36.388Z Compiling arrayvec v0.7.6
29192024-11-22T01:39:36.450Z Checking chacha20poly1305 v0.10.1
29202024-11-22T01:39:36.581Z Compiling toolchain_find v0.4.0
29212024-11-22T01:39:36.596Z Compiling camino-tempfile v1.1.1
29222024-11-22T01:39:36.626Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232024-11-22T01:39:36.642Z Compiling bitfield-struct v0.6.2
29242024-11-22T01:39:36.967Z Compiling topological-sort v0.2.2
29252024-11-22T01:39:37.056Z Compiling mime_guess v2.0.5
29262024-11-22T01:39:37.135Z Compiling rustfmt-wrapper v0.2.1
29272024-11-22T01:39:37.630Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29282024-11-22T01:39:37.723Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29292024-11-22T01:39:37.739Z Checking primeorder v0.13.6
29302024-11-22T01:39:38.003Z Checking env_filter v0.1.2
29312024-11-22T01:39:38.021Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-22T01:39:38.123Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-11-22T01:39:38.204Z Checking p384 v0.13.0
29342024-11-22T01:39:38.224Z Checking env_logger v0.11.5
29352024-11-22T01:39:38.370Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29362024-11-22T01:39:38.394Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372024-11-22T01:39:38.441Z Checking thiserror-no-std v2.0.2
29382024-11-22T01:39:38.550Z Checking vsss-rs v3.3.4
29392024-11-22T01:39:38.625Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29402024-11-22T01:39:38.672Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412024-11-22T01:39:38.818Z Checking bumpalo v3.16.0
29422024-11-22T01:39:38.993Z Compiling zip v2.1.3
29432024-11-22T01:39:39.045Z Checking simd-adler32 v0.3.7
29442024-11-22T01:39:39.125Z Checking lockfree-object-pool v0.1.6
29452024-11-22T01:39:39.143Z Checking http-range v0.1.5
29462024-11-22T01:39:39.282Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29472024-11-22T01:39:39.311Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29482024-11-22T01:39:39.357Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29492024-11-22T01:39:39.375Z Checking zopfli v0.8.1
29502024-11-22T01:39:39.588Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29512024-11-22T01:39:39.591Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29522024-11-22T01:39:40.008Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29532024-11-22T01:39:40.077Z Checking nanorand v0.7.0
29542024-11-22T01:39:40.201Z Checking atty v0.2.14
29552024-11-22T01:39:40.222Z Checking glob v0.3.1
29562024-11-22T01:39:40.325Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29572024-11-22T01:39:40.431Z Checking flume v0.11.1
29582024-11-22T01:39:40.536Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29592024-11-22T01:39:40.862Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29602024-11-22T01:39:41.237Z Compiling omicron-zone-package v0.11.1
29612024-11-22T01:39:42.029Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29622024-11-22T01:39:42.076Z Checking hyper-staticfile v0.10.1
29632024-11-22T01:39:42.800Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29642024-11-22T01:39:42.853Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29652024-11-22T01:39:42.909Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662024-11-22T01:39:43.202Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29672024-11-22T01:39:43.261Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29682024-11-22T01:39:43.278Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29692024-11-22T01:39:43.802Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29702024-11-22T01:39:44.467Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-11-22T01:39:45.535Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722024-11-22T01:39:47.434Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29732024-11-22T01:39:47.434Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29742024-11-22T01:39:57.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-11-22T01:40:10.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.40s
29762024-11-22T01:40:10.933Z
29772024-11-22T01:40:10.933Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29782024-11-22T01:40:11.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-22T01:40:11.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-22T01:40:11.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-11-22T01:40:28.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
29822024-11-22T01:40:29.082Z
29832024-11-22T01:40:29.082Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29842024-11-22T01:40:29.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-11-22T01:40:29.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-11-22T01:40:29.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-11-22T01:40:39.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
29882024-11-22T01:40:39.894Z
29892024-11-22T01:40:39.894Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29902024-11-22T01:40:40.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-11-22T01:40:40.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-11-22T01:40:40.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-11-22T01:40:54.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
29942024-11-22T01:40:54.368Z
29952024-11-22T01:40:54.368Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29962024-11-22T01:40:54.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-11-22T01:40:55.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-11-22T01:40:55.114Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-11-22T01:41:08.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
30002024-11-22T01:41:09.091Z
30012024-11-22T01:41:09.091Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30022024-11-22T01:41:09.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-11-22T01:41:09.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-11-22T01:41:09.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-11-22T01:41:23.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
30062024-11-22T01:41:23.702Z
30072024-11-22T01:41:23.702Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30082024-11-22T01:41:24.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-11-22T01:41:24.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-11-22T01:41:24.449Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-11-22T01:41:38.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
30122024-11-22T01:41:38.375Z
30132024-11-22T01:41:38.375Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30142024-11-22T01:41:38.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-11-22T01:41:38.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-11-22T01:41:39.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-11-22T01:41:52.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30182024-11-22T01:41:53.195Z
30192024-11-22T01:41:53.195Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30202024-11-22T01:41:53.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-11-22T01:41:53.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-11-22T01:41:53.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-11-22T01:41:53.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30242024-11-22T01:41:53.880Z
30252024-11-22T01:41:53.880Zinfo: running `cargo check --bins` on key-manager (120/173)
30262024-11-22T01:41:54.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-11-22T01:41:54.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-11-22T01:41:54.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-11-22T01:41:54.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30302024-11-22T01:41:54.514Z
30312024-11-22T01:41:54.514Zinfo: running `cargo check --bins` on range-requests (121/173)
30322024-11-22T01:41:55.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-11-22T01:41:55.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-11-22T01:41:55.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-11-22T01:41:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30362024-11-22T01:41:55.309Z
30372024-11-22T01:41:55.309Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30382024-11-22T01:41:55.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-11-22T01:41:55.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-11-22T01:41:55.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-11-22T01:41:55.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30422024-11-22T01:41:55.766Z
30432024-11-22T01:41:55.766Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30442024-11-22T01:41:56.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-11-22T01:41:56.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-11-22T01:41:56.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-11-22T01:41:56.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30482024-11-22T01:41:56.439Z
30492024-11-22T01:41:56.439Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30502024-11-22T01:41:57.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-11-22T01:41:57.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-11-22T01:41:57.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-11-22T01:41:57.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30542024-11-22T01:41:57.090Z
30552024-11-22T01:41:57.090Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30562024-11-22T01:41:57.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-11-22T01:41:57.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-11-22T01:41:57.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-11-22T01:41:57.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30602024-11-22T01:41:57.751Z
30612024-11-22T01:41:57.751Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30622024-11-22T01:41:58.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-11-22T01:41:58.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-11-22T01:41:58.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-11-22T01:41:58.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30662024-11-22T01:41:58.407Z
30672024-11-22T01:41:58.407Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30682024-11-22T01:41:59.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-11-22T01:41:59.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-11-22T01:41:59.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-11-22T01:41:59.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30722024-11-22T01:41:59.084Z
30732024-11-22T01:41:59.087Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30742024-11-22T01:41:59.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-11-22T01:41:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-11-22T01:41:59.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-11-22T01:41:59.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30782024-11-22T01:41:59.745Z
30792024-11-22T01:41:59.745Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30802024-11-22T01:42:00.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-22T01:42:00.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-22T01:42:00.436Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30832024-11-22T01:42:00.436Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30842024-11-22T01:42:01.193Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30852024-11-22T01:42:03.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
30862024-11-22T01:42:03.308Z
30872024-11-22T01:42:03.308Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30882024-11-22T01:42:03.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-11-22T01:42:03.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-11-22T01:42:03.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-11-22T01:42:03.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30922024-11-22T01:42:03.942Z
30932024-11-22T01:42:03.942Zinfo: running `cargo check --bins` on cert-dev (131/173)
30942024-11-22T01:42:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-11-22T01:42:04.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-11-22T01:42:04.562Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30972024-11-22T01:42:04.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30982024-11-22T01:42:04.997Z
30992024-11-22T01:42:04.997Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31002024-11-22T01:42:05.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-11-22T01:42:05.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-11-22T01:42:05.678Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31032024-11-22T01:42:05.678Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31042024-11-22T01:42:06.267Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31052024-11-22T01:42:06.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31062024-11-22T01:42:06.809Z
31072024-11-22T01:42:06.809Zinfo: running `cargo check --bins` on ch-dev (133/173)
31082024-11-22T01:42:07.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-22T01:42:07.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-22T01:42:07.481Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31112024-11-22T01:42:08.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31122024-11-22T01:42:08.368Z
31132024-11-22T01:42:08.368Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31142024-11-22T01:42:08.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-11-22T01:42:08.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-11-22T01:42:09.044Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31172024-11-22T01:42:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31182024-11-22T01:42:09.590Z
31192024-11-22T01:42:09.590Zinfo: running `cargo check --bins` on db-dev (135/173)
31202024-11-22T01:42:10.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-11-22T01:42:10.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-11-22T01:42:10.250Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31232024-11-22T01:42:10.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31242024-11-22T01:42:11.148Z
31252024-11-22T01:42:11.148Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31262024-11-22T01:42:11.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-11-22T01:42:11.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-11-22T01:42:11.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-11-22T01:42:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31302024-11-22T01:42:11.812Z
31312024-11-22T01:42:11.812Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31322024-11-22T01:42:12.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-11-22T01:42:12.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-11-22T01:42:12.429Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31352024-11-22T01:42:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31362024-11-22T01:42:13.486Z
31372024-11-22T01:42:13.486Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31382024-11-22T01:42:14.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-11-22T01:42:14.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-11-22T01:42:14.116Z Checking cargo-platform v0.1.8
31412024-11-22T01:42:14.384Z Checking cargo_metadata v0.18.1
31422024-11-22T01:42:15.331Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31432024-11-22T01:42:16.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31442024-11-22T01:42:16.229Z
31452024-11-22T01:42:16.229Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31462024-11-22T01:42:16.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-11-22T01:42:16.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-11-22T01:42:16.968Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31492024-11-22T01:42:17.654Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31502024-11-22T01:42:18.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31512024-11-22T01:42:18.406Z
31522024-11-22T01:42:18.406Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31532024-11-22T01:42:19.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-11-22T01:42:19.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-11-22T01:42:19.183Z Compiling crunchy v0.2.2
31562024-11-22T01:42:19.183Z Compiling tiny-keccak v2.0.2
31572024-11-22T01:42:19.191Z Compiling dsl_auto_type v0.1.2
31582024-11-22T01:42:19.191Z Checking scheduled-thread-pool v0.2.7
31592024-11-22T01:42:19.191Z Compiling diesel_table_macro_syntax v0.2.0
31602024-11-22T01:42:19.329Z Compiling ascii-canvas v3.0.0
31612024-11-22T01:42:19.338Z Compiling ena v0.14.3
31622024-11-22T01:42:19.349Z Compiling diff v0.1.13
31632024-11-22T01:42:19.493Z Checking r2d2 v0.8.10
31642024-11-22T01:42:19.597Z Compiling regex-syntax v0.6.29
31652024-11-22T01:42:19.719Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31662024-11-22T01:42:19.736Z Compiling ref-cast v1.0.23
31672024-11-22T01:42:19.812Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31682024-11-22T01:42:19.914Z Compiling derive_builder_core v0.20.2
31692024-11-22T01:42:19.935Z Compiling libxml v0.3.3
31702024-11-22T01:42:20.037Z Compiling ref-cast-impl v1.0.23
31712024-11-22T01:42:20.090Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722024-11-22T01:42:20.325Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31732024-11-22T01:42:20.351Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31742024-11-22T01:42:20.530Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31752024-11-22T01:42:20.635Z Compiling strum_macros v0.24.3
31762024-11-22T01:42:20.657Z Compiling samael v0.0.17
31772024-11-22T01:42:20.967Z Compiling diesel_derives v2.2.3
31782024-11-22T01:42:20.981Z Compiling indoc v1.0.9
31792024-11-22T01:42:21.933Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31802024-11-22T01:42:25.310Z Compiling oso-derive v0.27.3
31812024-11-22T01:42:25.310Z Compiling derive_builder_macro v0.20.2
31822024-11-22T01:42:25.392Z Compiling lalrpop v0.19.12
31832024-11-22T01:42:25.392Z Compiling impl-trait-for-tuples v0.2.2
31842024-11-22T01:42:25.392Z Checking derive_builder v0.20.2
31852024-11-22T01:42:25.392Z Checking quick-xml v0.33.0
31862024-11-22T01:42:25.392Z Compiling diesel-dtrace v0.3.0
31872024-11-22T01:42:25.393Z Checking maplit v1.0.2
31882024-11-22T01:42:25.393Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31892024-11-22T01:42:25.393Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902024-11-22T01:42:25.393Z Checking bb8 v0.8.5
31912024-11-22T01:42:25.393Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31922024-11-22T01:42:25.393Z Checking castaway v0.2.3
31932024-11-22T01:42:25.396Z Checking rand_seeder v0.3.0
31942024-11-22T01:42:25.396Z Checking compact_str v0.8.0
31952024-11-22T01:42:25.442Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31962024-11-22T01:42:25.528Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31972024-11-22T01:42:25.616Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982024-11-22T01:42:26.054Z Checking unicode-truncate v1.1.0
31992024-11-22T01:42:26.187Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32002024-11-22T01:42:26.361Z Checking lru v0.12.5
32012024-11-22T01:42:26.512Z Compiling instability v0.3.2
32022024-11-22T01:42:26.674Z Checking unicode-linebreak v0.1.5
32032024-11-22T01:42:27.040Z Checking cassowary v0.3.0
32042024-11-22T01:42:27.124Z Checking is_ci v1.2.0
32052024-11-22T01:42:27.271Z Checking smawk v0.3.2
32062024-11-22T01:42:27.434Z Checking supports-color v3.0.1
32072024-11-22T01:42:27.474Z Checking textwrap v0.16.1
32082024-11-22T01:42:27.545Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092024-11-22T01:42:27.611Z Checking ratatui v0.28.1
32102024-11-22T01:42:27.659Z Checking multimap v0.10.0
32112024-11-22T01:42:30.761Z Checking diesel v2.2.4
32122024-11-22T01:42:56.488Z Compiling polar-core v0.27.3
32132024-11-22T01:43:00.194Z Checking async-bb8-diesel v0.2.1
32142024-11-22T01:43:03.880Z Checking oso v0.27.3
32152024-11-22T01:44:14.519Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162024-11-22T01:44:20.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
32172024-11-22T01:44:20.786Z
32182024-11-22T01:44:20.786Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32192024-11-22T01:44:21.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-11-22T01:44:21.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-11-22T01:44:21.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-11-22T01:44:21.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32232024-11-22T01:44:21.467Z
32242024-11-22T01:44:21.467Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32252024-11-22T01:44:22.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-11-22T01:44:22.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-11-22T01:44:22.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-11-22T01:44:22.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32292024-11-22T01:44:22.146Z
32302024-11-22T01:44:22.146Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32312024-11-22T01:44:22.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-11-22T01:44:22.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-11-22T01:44:22.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-11-22T01:44:22.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32352024-11-22T01:44:22.763Z
32362024-11-22T01:44:22.763Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32372024-11-22T01:44:23.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-11-22T01:44:23.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-11-22T01:44:23.559Z Compiling libz-sys v1.1.20
32402024-11-22T01:44:23.675Z Compiling libgit2-sys v0.17.0+1.8.1
32412024-11-22T01:44:23.688Z Compiling vergen v8.3.2
32422024-11-22T01:44:23.690Z Compiling cargo-platform v0.1.8
32432024-11-22T01:44:23.691Z Compiling pin-project-internal v1.1.6
32442024-11-22T01:44:23.729Z Compiling libsqlite3-sys v0.30.1
32452024-11-22T01:44:23.729Z Compiling snafu-derive v0.8.5
32462024-11-22T01:44:23.731Z Compiling cfg_aliases v0.2.1
32472024-11-22T01:44:23.874Z Compiling buf-list v1.0.3
32482024-11-22T01:44:23.971Z Compiling rustls v0.21.12
32492024-11-22T01:44:24.209Z Compiling cargo_metadata v0.18.1
32502024-11-22T01:44:24.287Z Compiling nix v0.29.0
32512024-11-22T01:44:24.308Z Checking globset v0.4.15
32522024-11-22T01:44:24.550Z Checking sct v0.7.1
32532024-11-22T01:44:24.624Z Checking rustls-webpki v0.101.7
32542024-11-22T01:44:24.759Z Checking olpc-cjson v0.1.4
32552024-11-22T01:44:24.778Z Checking serde_plain v1.0.2
32562024-11-22T01:44:24.985Z Checking typed-path v0.9.3
32572024-11-22T01:44:25.347Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32582024-11-22T01:44:25.608Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32592024-11-22T01:44:25.630Z Checking hashlink v0.9.1
32602024-11-22T01:44:25.898Z Checking fallible-streaming-iterator v0.1.9
32612024-11-22T01:44:26.143Z Checking fallible-iterator v0.3.0
32622024-11-22T01:44:26.244Z Checking parse-size v1.1.0
32632024-11-22T01:44:26.827Z Checking pin-project v1.1.6
32642024-11-22T01:44:26.845Z Checking rusqlite v0.32.1
32652024-11-22T01:44:26.951Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662024-11-22T01:44:26.971Z Checking rustls-pemfile v1.0.4
32672024-11-22T01:44:26.992Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682024-11-22T01:44:27.177Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692024-11-22T01:44:27.448Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32702024-11-22T01:44:27.524Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32712024-11-22T01:44:27.649Z Checking twox-hash v1.6.3
32722024-11-22T01:44:27.719Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32732024-11-22T01:44:28.113Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742024-11-22T01:44:28.367Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752024-11-22T01:44:28.526Z Checking tokio-rustls v0.24.1
32762024-11-22T01:44:28.885Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32772024-11-22T01:44:28.953Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32782024-11-22T01:44:28.993Z Checking fatfs v0.3.6
32792024-11-22T01:44:29.413Z Checking snafu v0.8.5
32802024-11-22T01:44:29.594Z Checking assert_matches v1.5.0
32812024-11-22T01:44:29.915Z Checking tough v0.19.0
32822024-11-22T01:44:34.009Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32832024-11-22T01:44:35.280Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-11-22T01:44:35.886Z Compiling git2 v0.19.0
32852024-11-22T01:44:40.584Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32862024-11-22T01:45:32.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32872024-11-22T01:45:32.996Z
32882024-11-22T01:45:32.996Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32892024-11-22T01:45:33.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-11-22T01:45:33.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-11-22T01:45:33.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-11-22T01:45:33.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32932024-11-22T01:45:33.688Z
32942024-11-22T01:45:33.688Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32952024-11-22T01:45:34.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-11-22T01:45:34.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-11-22T01:45:34.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-11-22T01:45:34.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32992024-11-22T01:45:34.310Z
33002024-11-22T01:45:34.311Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33012024-11-22T01:45:34.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-11-22T01:45:34.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-11-22T01:45:34.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-11-22T01:45:34.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33052024-11-22T01:45:34.975Z
33062024-11-22T01:45:34.975Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33072024-11-22T01:45:35.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-11-22T01:45:35.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-11-22T01:45:35.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-11-22T01:45:35.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33112024-11-22T01:45:35.650Z
33122024-11-22T01:45:35.650Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33132024-11-22T01:45:36.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-11-22T01:45:36.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-11-22T01:45:36.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-11-22T01:45:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33172024-11-22T01:45:36.457Z
33182024-11-22T01:45:36.459Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33192024-11-22T01:45:36.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-11-22T01:45:36.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-11-22T01:45:36.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-11-22T01:45:36.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33232024-11-22T01:45:37.001Z
33242024-11-22T01:45:37.001Zinfo: running `cargo check --bins` on update-common (151/173)
33252024-11-22T01:45:37.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-11-22T01:45:37.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-11-22T01:45:37.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-11-22T01:45:37.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33292024-11-22T01:45:37.653Z
33302024-11-22T01:45:37.654Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33312024-11-22T01:45:38.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-11-22T01:45:38.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-11-22T01:45:38.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-11-22T01:45:38.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33352024-11-22T01:45:38.304Z
33362024-11-22T01:45:38.305Zinfo: running `cargo check --bins` on tufaceous (153/173)
33372024-11-22T01:45:38.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-11-22T01:45:38.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-11-22T01:45:38.982Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33402024-11-22T01:45:39.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
33412024-11-22T01:45:40.163Z
33422024-11-22T01:45:40.163Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33432024-11-22T01:45:40.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-11-22T01:45:40.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-11-22T01:45:41.009Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33462024-11-22T01:45:41.135Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472024-11-22T01:45:41.137Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482024-11-22T01:45:41.137Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33492024-11-22T01:46:06.747Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33502024-11-22T01:46:06.747Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33512024-11-22T01:46:06.751Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33522024-11-22T01:46:06.751Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33532024-11-22T01:46:06.751Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33542024-11-22T01:46:07.546Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33552024-11-22T01:46:08.861Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33562024-11-22T01:46:46.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33572024-11-22T01:46:46.850Z
33582024-11-22T01:46:46.851Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33592024-11-22T01:46:47.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-11-22T01:46:47.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-11-22T01:46:47.554Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622024-11-22T01:46:47.554Z Checking heck v0.4.1
33632024-11-22T01:46:47.557Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33642024-11-22T01:46:47.795Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33652024-11-22T01:46:49.218Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33662024-11-22T01:46:50.115Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33672024-11-22T01:46:51.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
33682024-11-22T01:46:51.385Z
33692024-11-22T01:46:51.385Zinfo: running `cargo check --bins` on installinator-api (156/173)
33702024-11-22T01:46:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-22T01:46:51.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-22T01:46:51.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-11-22T01:46:51.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33742024-11-22T01:46:52.051Z
33752024-11-22T01:46:52.051Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33762024-11-22T01:46:52.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-11-22T01:46:52.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-11-22T01:46:52.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-11-22T01:46:52.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33802024-11-22T01:46:52.725Z
33812024-11-22T01:46:52.725Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33822024-11-22T01:46:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-11-22T01:46:53.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-11-22T01:46:53.420Z Compiling petname v2.0.2
33852024-11-22T01:46:53.422Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33862024-11-22T01:46:53.423Z Checking sync-ptr v0.1.1
33872024-11-22T01:46:54.851Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33882024-11-22T01:46:56.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
33892024-11-22T01:46:56.587Z
33902024-11-22T01:46:56.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33912024-11-22T01:46:57.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-11-22T01:46:57.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-11-22T01:46:57.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942024-11-22T01:46:57.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33952024-11-22T01:46:57.269Z
33962024-11-22T01:46:57.269Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33972024-11-22T01:46:57.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-11-22T01:46:57.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-11-22T01:46:57.949Z Checking memmap2 v0.9.5
34002024-11-22T01:46:57.949Z Checking arrayvec v0.7.6
34012024-11-22T01:46:57.952Z Checking constant_time_eq v0.3.1
34022024-11-22T01:46:57.952Z Checking spin v0.5.2
34032024-11-22T01:46:57.952Z Checking arrayref v0.3.9
34042024-11-22T01:46:57.952Z Checking topological-sort v0.2.2
34052024-11-22T01:46:57.952Z Checking shell-words v1.1.0
34062024-11-22T01:46:58.253Z Checking ring v0.16.20
34072024-11-22T01:46:58.324Z Checking blake3 v1.5.4
34082024-11-22T01:46:59.381Z Checking omicron-zone-package v0.11.1
34092024-11-22T01:47:00.477Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34102024-11-22T01:47:01.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34112024-11-22T01:47:01.561Z
34122024-11-22T01:47:01.562Zinfo: running `cargo check --bins` on xtask (161/173)
34132024-11-22T01:47:01.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-11-22T01:47:01.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-11-22T01:47:02.007Z Checking bitflags v2.6.0
34162024-11-22T01:47:02.009Z Checking serde v1.0.215
34172024-11-22T01:47:02.009Z Checking thiserror v1.0.69
34182024-11-22T01:47:02.101Z Checking scroll v0.12.0
34192024-11-22T01:47:02.103Z Checking log v0.4.22
34202024-11-22T01:47:02.103Z Checking hashbrown v0.15.0
34212024-11-22T01:47:02.117Z Checking zerocopy v0.7.35
34222024-11-22T01:47:02.140Z Checking syn v2.0.87
34232024-11-22T01:47:02.197Z Checking pest v2.7.14
34242024-11-22T01:47:02.335Z Checking rustix v0.38.37
34252024-11-22T01:47:02.356Z Checking once_cell v1.20.2
34262024-11-22T01:47:02.533Z Checking goblin v0.8.2
34272024-11-22T01:47:02.647Z Checking fs-err v2.11.0
34282024-11-22T01:47:02.963Z Checking tabled v0.15.0
34292024-11-22T01:47:03.223Z Checking indexmap v2.6.0
34302024-11-22T01:47:03.568Z Checking anyhow v1.0.93
34312024-11-22T01:47:04.386Z Checking terminal_size v0.4.0
34322024-11-22T01:47:04.386Z Checking tempfile v3.13.0
34332024-11-22T01:47:04.555Z Checking clap_builder v4.5.21
34342024-11-22T01:47:04.692Z Checking dtrace-parser v0.2.0
34352024-11-22T01:47:06.477Z Checking serde_json v1.0.132
34362024-11-22T01:47:06.477Z Checking serde_spanned v0.6.8
34372024-11-22T01:47:06.481Z Checking toml_datetime v0.6.8
34382024-11-22T01:47:06.481Z Checking camino v1.1.9
34392024-11-22T01:47:06.481Z Checking semver v1.0.23
34402024-11-22T01:47:06.481Z Checking cargo-platform v0.1.8
34412024-11-22T01:47:06.663Z Checking macaddr v1.0.1
34422024-11-22T01:47:06.784Z Checking toml_edit v0.22.22
34432024-11-22T01:47:06.992Z Checking clap v4.5.21
34442024-11-22T01:47:07.048Z Checking camino-tempfile v1.1.1
34452024-11-22T01:47:07.644Z Checking dof v0.3.0
34462024-11-22T01:47:07.644Z Checking cargo_metadata v0.18.1
34472024-11-22T01:47:08.058Z Checking usdt-impl v0.5.0
34482024-11-22T01:47:08.411Z Checking usdt v0.5.0
34492024-11-22T01:47:08.541Z Checking toml v0.8.19
34502024-11-22T01:47:09.012Z Checking cargo_toml v0.20.5
34512024-11-22T01:47:10.215Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34522024-11-22T01:47:10.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
34532024-11-22T01:47:10.940Z
34542024-11-22T01:47:10.940Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34552024-11-22T01:47:11.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-11-22T01:47:11.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-11-22T01:47:11.722Z Checking polyval v0.6.2
34582024-11-22T01:47:11.838Z Checking ctr v0.9.2
34592024-11-22T01:47:11.850Z Checking ssh-encoding v0.2.0
34602024-11-22T01:47:11.852Z Checking blowfish v0.9.1
34612024-11-22T01:47:11.875Z Checking password-hash v0.4.2
34622024-11-22T01:47:11.877Z Checking matches v0.1.10
34632024-11-22T01:47:11.908Z Checking p521 v0.13.3
34642024-11-22T01:47:11.908Z Checking p256 v0.13.2
34652024-11-22T01:47:11.979Z Checking idna v0.2.3
34662024-11-22T01:47:12.063Z Checking ghash v0.5.1
34672024-11-22T01:47:12.084Z Checking bcrypt-pbkdf v0.10.0
34682024-11-22T01:47:12.100Z Compiling enum-as-inner v0.5.1
34692024-11-22T01:47:12.157Z Checking russh-cryptovec v0.7.3
34702024-11-22T01:47:12.222Z Checking aes-gcm v0.10.3
34712024-11-22T01:47:12.280Z Checking pbkdf2 v0.11.0
34722024-11-22T01:47:12.320Z Checking md5 v0.7.0
34732024-11-22T01:47:12.361Z Checking num-bigint v0.4.6
34742024-11-22T01:47:12.386Z Checking des v0.8.1
34752024-11-22T01:47:12.459Z Checking ssh-cipher v0.2.0
34762024-11-22T01:47:12.557Z Compiling dhcproto-macros v0.1.0
34772024-11-22T01:47:12.611Z Checking hex-literal v0.4.1
34782024-11-22T01:47:12.652Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792024-11-22T01:47:12.742Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34802024-11-22T01:47:12.762Z Checking ssh-key v0.6.6
34812024-11-22T01:47:12.837Z Checking internet-checksum v0.2.1
34822024-11-22T01:47:13.178Z Checking trust-dns-proto v0.22.0
34832024-11-22T01:47:14.071Z Checking russh-keys v0.45.0
34842024-11-22T01:47:15.013Z Checking russh v0.45.0
34852024-11-22T01:47:15.709Z Checking dhcproto v0.12.0
34862024-11-22T01:47:32.696Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872024-11-22T01:47:34.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.15s
34882024-11-22T01:47:34.314Z
34892024-11-22T01:47:34.314Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34902024-11-22T01:47:34.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-11-22T01:47:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-11-22T01:47:34.973Z Checking termios v0.3.3
34932024-11-22T01:47:35.192Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34942024-11-22T01:47:35.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
34952024-11-22T01:47:36.156Z
34962024-11-22T01:47:36.157Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34972024-11-22T01:47:36.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-11-22T01:47:36.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-11-22T01:47:36.871Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35002024-11-22T01:47:38.891Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35012024-11-22T01:47:40.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
35022024-11-22T01:47:40.971Z
35032024-11-22T01:47:40.971Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35042024-11-22T01:47:41.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052024-11-22T01:47:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062024-11-22T01:47:41.621Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35072024-11-22T01:47:42.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35082024-11-22T01:47:42.294Z
35092024-11-22T01:47:42.294Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35102024-11-22T01:47:42.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-11-22T01:47:42.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-11-22T01:47:42.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132024-11-22T01:47:42.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35142024-11-22T01:47:42.923Z
35152024-11-22T01:47:42.923Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35162024-11-22T01:47:43.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-11-22T01:47:43.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-11-22T01:47:43.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-11-22T01:47:43.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202024-11-22T01:47:43.554Z
35212024-11-22T01:47:43.554Zinfo: running `cargo check --bins` on omicron-package (168/173)
35222024-11-22T01:47:44.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-11-22T01:47:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-11-22T01:47:44.238Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35252024-11-22T01:47:45.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35262024-11-22T01:47:45.743Z
35272024-11-22T01:47:45.743Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35282024-11-22T01:47:46.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-11-22T01:47:46.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-11-22T01:47:46.449Z Checking rtoolbox v0.0.2
35312024-11-22T01:47:46.452Z Checking tui-tree-widget v0.22.0
35322024-11-22T01:47:46.452Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35332024-11-22T01:47:46.678Z Checking rpassword v7.3.1
35342024-11-22T01:47:50.765Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35352024-11-22T01:47:53.759Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35362024-11-22T01:47:54.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
35372024-11-22T01:47:55.173Z
35382024-11-22T01:47:55.173Zinfo: running `cargo check --bins` on wicket (170/173)
35392024-11-22T01:47:55.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-11-22T01:47:55.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-11-22T01:47:55.884Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35422024-11-22T01:47:56.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35432024-11-22T01:47:56.527Z
35442024-11-22T01:47:56.527Zinfo: running `cargo check --bins` on wicketd (171/173)
35452024-11-22T01:47:57.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-11-22T01:47:57.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-11-22T01:47:57.256Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35482024-11-22T01:48:01.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
35492024-11-22T01:48:01.465Z
35502024-11-22T01:48:01.465Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35512024-11-22T01:48:02.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-11-22T01:48:02.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-11-22T01:48:02.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542024-11-22T01:48:02.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552024-11-22T01:48:02.084Z
35562024-11-22T01:48:02.084Zinfo: running `cargo check --bins` on zone-setup (173/173)
35572024-11-22T01:48:02.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-11-22T01:48:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-11-22T01:48:02.818Z Checking uzers v0.12.1
35602024-11-22T01:48:03.161Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35612024-11-22T01:48:04.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35622024-11-22T01:48:04.523Z
35632024-11-22T01:48:04.523Zreal 12:59.353919773
35642024-11-22T01:48:04.523Zuser 24:12.024126559
35652024-11-22T01:48:04.523Zsys 5:30.013054819
35662024-11-22T01:48:04.523Ztrap 0.467349522
35672024-11-22T01:48:04.523Ztflt 2.172057893
35682024-11-22T01:48:04.523Zdflt 2.982883843
35692024-11-22T01:48:04.523Zkflt 0.000845864
35702024-11-22T01:48:04.526Zlock 44:54.941142083
35712024-11-22T01:48:04.526Zslp 2:06:08.393070950
35722024-11-22T01:48:04.526Zlat 1:03.858119835
35732024-11-22T01:48:04.526Zstop 3:21.424796317
35742024-11-22T01:48:04.526Zprocess exited: duration 1104634 ms, exit code 0
 
35752024-11-22T01:48:04.532Zfound 0 output files