01J5497VZHPXZE7PNMMEFZ81T6: 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: 01J54989M4T1ZSBCGVC4DMG8VB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-12T21:53:39.126Zjob assigned to worker 01J5498MA96JTDC7X07TQ5WSQR (queued for 1 m 4 s)
 
22024-08-12T21:53:46.566Zstarting task 0: "setup"
32024-08-12T21:53:46.644Z++ uname -s
42024-08-12T21:53:46.648Z+ kern=SunOS
52024-08-12T21:53:46.648Z+ case "$kern" in
62024-08-12T21:53:46.648Z+ groupadd -g 12345 build
72024-08-12T21:53:46.648Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-12T21:53:48.646Z+ zfs create -o mountpoint=/work rpool/work
92024-08-12T21:53:48.785Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-12T21:53:48.788Z+ home_fs=zfs
112024-08-12T21:53:48.788Z+ [[ zfs == autofs ]]
122024-08-12T21:53:48.788Z+ mkdir -p /home/build
132024-08-12T21:53:48.790Z+ chown build:build /home/build /work
142024-08-12T21:53:49.792Z+ chmod 0700 /home/build /work
152024-08-12T21:53:49.795Zprocess exited: duration 3228 ms, exit code 0
 
162024-08-12T21:53:49.800Zstarting task 1: "rust-toolchain"
172024-08-12T21:53:49.806Z+ printf ' * toolchain channel = "%s"
182024-08-12T21:53:49.806Z' 1.80.1
192024-08-12T21:53:49.806Z+ printf ' * toolchain profile = "%s"
202024-08-12T21:53:49.806Z' default
212024-08-12T21:53:49.806Z * toolchain channel = "1.80.1"
222024-08-12T21:53:49.806Z * toolchain profile = "default"
232024-08-12T21:53:49.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-12T21:53:49.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-12T21:53:49.927Zinfo: downloading installer
262024-08-12T21:53:51.489Zinfo: profile set to 'default'
272024-08-12T21:53:51.489Zinfo: default host triple is x86_64-unknown-illumos
282024-08-12T21:53:51.492Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-12T21:53:51.655Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-12T21:53:51.655Zinfo: downloading component 'cargo'
312024-08-12T21:53:52.586Zinfo: downloading component 'clippy'
322024-08-12T21:53:52.918Zinfo: downloading component 'rust-docs'
332024-08-12T21:53:54.186Zinfo: downloading component 'rust-std'
342024-08-12T21:53:56.055Zinfo: downloading component 'rustc'
352024-08-12T21:54:01.043Zinfo: downloading component 'rustfmt'
362024-08-12T21:54:01.327Zinfo: installing component 'cargo'
372024-08-12T21:54:02.194Zinfo: installing component 'clippy'
382024-08-12T21:54:02.567Zinfo: installing component 'rust-docs'
392024-08-12T21:54:04.256Zinfo: installing component 'rust-std'
402024-08-12T21:54:05.902Zinfo: installing component 'rustc'
412024-08-12T21:54:10.206Zinfo: installing component 'rustfmt'
422024-08-12T21:54:10.554Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-12T21:54:10.554Z
442024-08-12T21:54:10.808Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-12T21:54:10.808Z
462024-08-12T21:54:10.811Z
472024-08-12T21:54:10.811ZRust is installed now. Great!
482024-08-12T21:54:10.811Z
492024-08-12T21:54:10.811ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-12T21:54:10.811Zenvironment variable. This has not been done automatically.
512024-08-12T21:54:10.811Z
522024-08-12T21:54:10.811ZTo configure your current shell, you need to source
532024-08-12T21:54:10.811Zthe corresponding env file under $HOME/.cargo.
542024-08-12T21:54:10.811Z
552024-08-12T21:54:10.811ZThis is usually done by running one of the following (note the leading DOT):
562024-08-12T21:54:10.811Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-12T21:54:10.811Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-12T21:54:10.879Z+ rustc --version
592024-08-12T21:54:10.946Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-12T21:54:10.949Zprocess exited: duration 21146 ms, exit code 0
 
612024-08-12T21:54:10.954Zstarting task 2: "authentication"
622024-08-12T21:54:10.976Zprocess exited: duration 22 ms, exit code 0
 
632024-08-12T21:54:10.984Zstarting task 3: "clone repository"
642024-08-12T21:54:10.987Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-12T21:54:10.989Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-12T21:54:11.153ZCloning into '/work/oxidecomputer/omicron'...
672024-08-12T21:54:17.021Z+ cd /work/oxidecomputer/omicron
682024-08-12T21:54:17.021Z+ git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
692024-08-12T21:54:17.304ZFrom https://github.com/oxidecomputer/omicron
702024-08-12T21:54:17.304Z * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD
712024-08-12T21:54:17.316Z+ [[ -n eliza/oximeter-units ]]
722024-08-12T21:54:17.318Z++ git branch --show-current
732024-08-12T21:54:17.321Z+ current=main
742024-08-12T21:54:17.321Z+ [[ main != eliza/oximeter-units ]]
752024-08-12T21:54:17.321Z+ git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
762024-08-12T21:54:17.324Z+ git checkout -f eliza/oximeter-units
772024-08-12T21:54:17.468ZSwitched to branch 'eliza/oximeter-units'
782024-08-12T21:54:17.471Z+ git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
792024-08-12T21:54:17.613ZHEAD is now at 75bedabd5 regen openapi
802024-08-12T21:54:17.616Zprocess exited: duration 6632 ms, exit code 0
 
812024-08-12T21:54:17.621Zstarting task 4: "build"
822024-08-12T21:54:17.627Z+ cargo --version
832024-08-12T21:54:17.686Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-12T21:54:17.688Z+ rustc --version
852024-08-12T21:54:17.749Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-12T21:54:17.752Z+ source ./env.sh
872024-08-12T21:54:17.752Z++ OLD_SHELL_OPTS=ehxB
882024-08-12T21:54:17.752Z++ set -o xtrace
892024-08-12T21:54:17.755Z++++ dirname ./env.sh
902024-08-12T21:54:17.755Z+++ readlink -f .
912024-08-12T21:54:17.891Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-12T21:54:17.894Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-12T21:54:17.894Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-12T21:54:17.894Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-12T21:54:17.894Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-12T21:54:17.894Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-12T21:54:17.894Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-12T21:54:17.894Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-12T21:54:17.894Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-12T21:54:17.894Z++ case $OLD_SHELL_OPTS in
1012024-08-12T21:54:17.894Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-12T21:54:17.894Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-12T21:54:17.894Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-12T21:54:17.894Z+ banner prerequisites
1052024-08-12T21:54:17.946Z
1062024-08-12T21:54:17.946Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-12T21:54:17.946Z # # # # # # # # # # # # # # #
1082024-08-12T21:54:17.946Z # # # # ##### # # ##### # # # # # #### #
1092024-08-12T21:54:17.946Z ##### ##### # ##### # # # # # # # # #
1102024-08-12T21:54:17.946Z # # # # # # # # # # # # # # #
1112024-08-12T21:54:17.946Z # # # ###### # # ###### ### # #### # #### #
1122024-08-12T21:54:17.946Z
1132024-08-12T21:54:17.949Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-12T21:54:32.059Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-12T21:54:34.363Z Startup: Caching catalogs ... Done
1162024-08-12T21:54:38.828ZPlanning: Solver setup ... Done (3.875s)
1172024-08-12T21:54:38.896ZPlanning: Running solver ... Done (0.069s)
1182024-08-12T21:54:38.954ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-12T21:54:38.982ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-12T21:54:40.479ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-12T21:54:40.530ZPlanning: Package planning ... Done (0.051s)
1222024-08-12T21:54:40.580ZPlanning: Merging actions ... Done (0.050s)
1232024-08-12T21:54:41.413ZPlanning: Checking for conflicting actions ... Done (0.833s)
1242024-08-12T21:54:41.426ZPlanning: Consolidating action changes ... Done (0.012s)
1252024-08-12T21:54:45.363ZPlanning: Evaluating mediators ... Done (3.936s)
1262024-08-12T21:54:45.372ZPlanning: Planning completed in 10.94 seconds
1272024-08-12T21:54:45.819Z Packages to install: 4
1282024-08-12T21:54:45.819Z Mediators to change: 2
1292024-08-12T21:54:45.819Z Services to change: 1
1302024-08-12T21:54:45.822Z Estimated space available: 155.75 GB
1312024-08-12T21:54:45.822ZEstimated space to be consumed: 1.48 GB
1322024-08-12T21:54:45.822Z Create boot environment: No
1332024-08-12T21:54:45.822ZCreate backup boot environment: No
1342024-08-12T21:54:45.822Z Rebuild boot archive: No
1352024-08-12T21:54:45.822Z
1362024-08-12T21:54:45.822ZChanged mediators:
1372024-08-12T21:54:45.822Z mediator clang:
1382024-08-12T21:54:45.822Z version: None -> 15 (system default)
1392024-08-12T21:54:45.822Z
1402024-08-12T21:54:45.822Z mediator llvm:
1412024-08-12T21:54:45.822Z version: 14 (system default) -> 15 (system default)
1422024-08-12T21:54:45.822Z
1432024-08-12T21:54:45.822ZChanged packages:
1442024-08-12T21:54:45.822Zhelios-dev
1452024-08-12T21:54:45.822Z developer/build-essential
1462024-08-12T21:54:45.822Z None -> 11-2.0
1472024-08-12T21:54:45.822Z library/libxmlsec1
1482024-08-12T21:54:45.822Z None -> 1.2.35-2.0
1492024-08-12T21:54:45.823Z ooce/developer/clang-15
1502024-08-12T21:54:45.823Z None -> 15.0.7-2.0
1512024-08-12T21:54:45.823Z ooce/developer/llvm-15
1522024-08-12T21:54:45.823Z None -> 15.0.7-2.0
1532024-08-12T21:54:45.823Z
1542024-08-12T21:54:45.823ZServices:
1552024-08-12T21:54:45.823Z restart_fmri:
1562024-08-12T21:54:45.823Z svc:/system/update-man-index:default
1572024-08-12T21:54:46.004Z
1582024-08-12T21:54:46.004ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-12T21:54:51.006ZDownload: 621/3290 items 17.7/212.6MB 8% complete (3.6M/s)
1602024-08-12T21:54:56.093ZDownload: 1192/3290 items 76.0/212.6MB 35% complete (7.8M/s)
1612024-08-12T21:55:06.368ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.0M/s)
1622024-08-12T21:55:11.372ZDownload: 2093/3290 items 118.8/212.6MB 55% complete (7.2M/s)
1632024-08-12T21:55:16.381ZDownload: 2728/3290 items 120.8/212.6MB 56% complete (3.8M/s)
1642024-08-12T21:55:21.425ZDownload: 3246/3290 items 200.8/212.6MB 94% complete (8.2M/s)
1652024-08-12T21:55:27.347ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s)
1662024-08-12T21:55:28.900ZDownload: Completed 212.60 MB in 42.89 seconds (5.0M/s)
1672024-08-12T21:55:29.087Z Actions: 1/3689 actions (Installing new actions)
1682024-08-12T21:55:34.225Z Actions: 3656/3689 actions (Installing new actions)
1692024-08-12T21:55:34.308Z Actions: Completed 3689 actions in 5.22 seconds.
1702024-08-12T21:55:34.602Z Done (0.289s)
1712024-08-12T21:55:34.603Z Done (0.000s)
1722024-08-12T21:55:34.968Z Done (0.365s)
1732024-08-12T21:55:40.183Z Done (5.044s)
1742024-08-12T21:55:40.365Z Done (0.111s)
1752024-08-12T21:55:40.368Z Done (0.000s)
1762024-08-12T21:55:40.563Z Done (0.000s)
1772024-08-12T21:55:41.197ZPlanning: Evaluating mediator changes ... Done
1782024-08-12T21:55:41.364ZPlanning: Checking for conflicting actions ... Done
1792024-08-12T21:55:41.367ZPlanning: Consolidating action changes ... Done
1802024-08-12T21:55:41.649ZPlanning: Evaluating mediators ... Done
1812024-08-12T21:55:41.651ZPlanning: Planning completed in 0.45 seconds
1822024-08-12T21:55:41.683Z Mediators to change: 2
1832024-08-12T21:55:41.683Z Create boot environment: No
1842024-08-12T21:55:41.686ZCreate backup boot environment: No
1852024-08-12T21:55:41.764Z Done
1862024-08-12T21:55:41.764Z Done
1872024-08-12T21:55:42.005Z Done
1882024-08-12T21:55:45.821Z Done
1892024-08-12T21:55:45.908Z Done
1902024-08-12T21:55:45.912Z Done
1912024-08-12T21:55:46.042Z Done
1922024-08-12T21:55:46.682ZPlanning: Evaluating mediator changes ... Done
1932024-08-12T21:55:46.685ZPlanning: Merging actions ... Done
1942024-08-12T21:55:46.881ZPlanning: Checking for conflicting actions ... Done
1952024-08-12T21:55:46.885ZPlanning: Consolidating action changes ... Done
1962024-08-12T21:55:47.159ZPlanning: Evaluating mediators ... Done
1972024-08-12T21:55:47.218ZPlanning: Planning completed in 0.79 seconds
1982024-08-12T21:55:47.253Z Packages to change: 1
1992024-08-12T21:55:47.253Z Mediators to change: 1
2002024-08-12T21:55:47.256Z Services to change: 1
2012024-08-12T21:55:47.256Z Create boot environment: No
2022024-08-12T21:55:47.256ZCreate backup boot environment: Yes
2032024-08-12T21:55:49.052Z Actions: 1/6 actions (Updating modified actions)
2042024-08-12T21:55:49.092Z Actions: Completed 6 actions in 0.04 seconds.
2052024-08-12T21:55:49.095Z Done
2062024-08-12T21:55:49.095Z Done
2072024-08-12T21:55:49.168Z Done
2082024-08-12T21:55:53.023Z Done
2092024-08-12T21:55:53.106Z Done
2102024-08-12T21:55:53.110Z Done
2112024-08-12T21:55:53.222Z Done
2122024-08-12T21:55:53.679ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-08-12T21:55:53.679Zclang system 15 system
2142024-08-12T21:55:53.679Zcsh system system illumos
2152024-08-12T21:55:53.679Zctags system system illumos
2162024-08-12T21:55:53.679Zgcc vendor 12 vendor
2172024-08-12T21:55:53.679Zgcc system 10 system
2182024-08-12T21:55:53.679Zgcc system 7 system
2192024-08-12T21:55:53.679Zgo system 1.20 system
2202024-08-12T21:55:53.679Zgo system 1.19 system
2212024-08-12T21:55:53.679Zllvm system 15 system
2222024-08-12T21:55:53.680Zllvm system 14 system
2232024-08-12T21:55:53.680Zmariadb system 10.6 system
2242024-08-12T21:55:53.680Zmta vendor vendor dma
2252024-08-12T21:55:53.680Zopenjdk system 17 system
2262024-08-12T21:55:53.680Zopenjdk system 11 system
2272024-08-12T21:55:53.680Zopenjdk system 1.8 system
2282024-08-12T21:55:53.680Zopenssl vendor 3 vendor
2292024-08-12T21:55:53.680Zperl system 5.36 system
2302024-08-12T21:55:53.680Zpostgresql system 15 system
2312024-08-12T21:55:53.680Zpostgresql system 13 system
2322024-08-12T21:55:53.680Zpython vendor 3 vendor
2332024-08-12T21:55:53.680Zpython system 2 system
2342024-08-12T21:55:53.680Zpython3 system 3.11 system
2352024-08-12T21:55:53.680Zruby system 3.0 system
2362024-08-12T21:55:53.680Zwords vendor vendor american-english
2372024-08-12T21:55:53.680Zwords system system australian-english
2382024-08-12T21:55:53.680Zwords system system british-english
2392024-08-12T21:55:53.680Zwords system system canadian-english
2402024-08-12T21:55:53.680Zwords system system french
2412024-08-12T21:55:53.680Zwords system system italian
2422024-08-12T21:55:53.680Zwords system system ngerman
2432024-08-12T21:55:53.680Zwords system system ogerman
2442024-08-12T21:55:53.680Zwords system system spanish
2452024-08-12T21:55:54.012ZPUBLISHER TYPE STATUS P LOCATION
2462024-08-12T21:55:54.012Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472024-08-12T21:55:55.745ZFMRI IFO
2482024-08-12T21:55:55.745Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492024-08-12T21:55:55.745Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502024-08-12T21:55:55.745Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512024-08-12T21:55:55.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522024-08-12T21:55:55.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532024-08-12T21:55:55.745Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542024-08-12T21:55:55.745Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2552024-08-12T21:55:55.745Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-08-12T21:55:55.745Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2572024-08-12T21:55:55.745Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582024-08-12T21:55:55.745Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-08-12T21:55:55.745Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602024-08-12T21:55:56.365Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612024-08-12T21:55:56.622Z Updating git repository `https://github.com/oxidecomputer/zone`
2622024-08-12T21:55:56.901Z Updating crates.io index
2632024-08-12T21:55:56.986Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2642024-08-12T21:55:57.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652024-08-12T21:55:58.512Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662024-08-12T21:55:58.734Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2672024-08-12T21:56:00.262Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682024-08-12T21:56:00.498Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692024-08-12T21:56:00.782Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702024-08-12T21:56:01.844Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712024-08-12T21:56:03.657Z Updating git repository `https://github.com/oxidecomputer/opte`
2722024-08-12T21:56:04.638Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732024-08-12T21:56:05.378Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742024-08-12T21:56:05.944Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752024-08-12T21:56:06.200Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2762024-08-12T21:56:06.455Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2772024-08-12T21:56:06.725Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-08-12T21:56:06.954Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-08-12T21:56:07.214Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-08-12T21:56:07.458Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-08-12T21:56:07.730Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-08-12T21:56:08.012Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832024-08-12T21:56:08.315Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842024-08-12T21:56:08.685Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2852024-08-12T21:56:08.923Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862024-08-12T21:56:09.343Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872024-08-12T21:56:09.636Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-08-12T21:56:09.950Z Updating git repository `https://github.com/oxidecomputer/typify`
2892024-08-12T21:56:12.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-08-12T21:56:12.269Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-08-12T21:56:12.530Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-08-12T21:56:12.875Z Updating git repository `https://github.com/oxidecomputer/rfb`
2932024-08-12T21:56:13.847Z Downloading crates ...
2942024-08-12T21:56:13.915Z Downloaded autocfg v1.3.0
2952024-08-12T21:56:13.921Z Downloaded cargo_toml v0.20.4
2962024-08-12T21:56:13.925Z Downloaded byteorder v1.5.0
2972024-08-12T21:56:13.925Z Downloaded anstyle v1.0.8
2982024-08-12T21:56:13.930Z Downloaded dtrace-parser v0.2.0
2992024-08-12T21:56:13.935Z Downloaded usdt-macro v0.5.0
3002024-08-12T21:56:13.938Z Downloaded swrite v0.1.0
3012024-08-12T21:56:13.938Z Downloaded usdt-attr-macro v0.5.0
3022024-08-12T21:56:13.938Z Downloaded block-buffer v0.10.4
3032024-08-12T21:56:13.941Z Downloaded cargo-platform v0.1.8
3042024-08-12T21:56:13.941Z Downloaded anstyle-query v1.0.3
3052024-08-12T21:56:13.944Z Downloaded itoa v1.0.11
3062024-08-12T21:56:13.944Z Downloaded colorchoice v1.0.1
3072024-08-12T21:56:13.947Z Downloaded fs-err v2.11.0
3082024-08-12T21:56:13.952Z Downloaded version_check v0.9.5
3092024-08-12T21:56:13.955Z Downloaded tabled_derive v0.7.0
3102024-08-12T21:56:13.958Z Downloaded errno v0.3.9
3112024-08-12T21:56:13.958Z Downloaded heck v0.4.1
3122024-08-12T21:56:13.961Z Downloaded plain v0.2.3
3132024-08-12T21:56:13.961Z Downloaded bytecount v0.6.8
3142024-08-12T21:56:13.963Z Downloaded terminal_size v0.3.0
3152024-08-12T21:56:13.966Z Downloaded camino v1.1.7
3162024-08-12T21:56:13.966Z Downloaded crypto-common v0.1.6
3172024-08-12T21:56:13.969Z Downloaded thiserror-impl v1.0.63
3182024-08-12T21:56:13.969Z Downloaded serde_spanned v0.6.7
3192024-08-12T21:56:13.969Z Downloaded scroll v0.12.0
3202024-08-12T21:56:13.973Z Downloaded dof v0.3.0
3212024-08-12T21:56:13.973Z Downloaded cargo_metadata v0.18.1
3222024-08-12T21:56:13.976Z Downloaded anstyle-parse v0.2.4
3232024-08-12T21:56:13.976Z Downloaded anstream v0.6.14
3242024-08-12T21:56:13.978Z Downloaded pest_generator v2.7.10
3252024-08-12T21:56:13.981Z Downloaded semver v1.0.23
3262024-08-12T21:56:13.984Z Downloaded proc-macro-error v1.0.4
3272024-08-12T21:56:13.986Z Downloaded equivalent v1.0.1
3282024-08-12T21:56:13.990Z Downloaded is_terminal_polyfill v1.70.0
3292024-08-12T21:56:13.993Z Downloaded pretty-hex v0.4.1
3302024-08-12T21:56:13.996Z Downloaded scroll_derive v0.12.0
3312024-08-12T21:56:13.999Z Downloaded strsim v0.11.1
3322024-08-12T21:56:14.002Z Downloaded toml v0.8.19
3332024-08-12T21:56:14.005Z Downloaded proc-macro2 v1.0.86
3342024-08-12T21:56:14.008Z Downloaded once_cell v1.19.0
3352024-08-12T21:56:14.010Z Downloaded ucd-trie v0.1.6
3362024-08-12T21:56:14.010Z Downloaded clap v4.5.15
3372024-08-12T21:56:14.019Z Downloaded anyhow v1.0.86
3382024-08-12T21:56:14.022Z Downloaded log v0.4.21
3392024-08-12T21:56:14.025Z Downloaded utf8parse v0.2.1
3402024-08-12T21:56:14.027Z Downloaded macaddr v1.0.1
3412024-08-12T21:56:14.027Z Downloaded heck v0.5.0
3422024-08-12T21:56:14.028Z Downloaded clap_lex v0.7.0
3432024-08-12T21:56:14.030Z Downloaded usdt v0.5.0
3442024-08-12T21:56:14.030Z Downloaded toml_datetime v0.6.8
3452024-08-12T21:56:14.030Z Downloaded thread-id v4.2.1
3462024-08-12T21:56:14.033Z Downloaded thiserror v1.0.63
3472024-08-12T21:56:14.036Z Downloaded generic-array v0.14.7
3482024-08-12T21:56:14.039Z Downloaded usdt-impl v0.5.0
3492024-08-12T21:56:14.039Z Downloaded serde_derive v1.0.206
3502024-08-12T21:56:14.042Z Downloaded memmap v0.7.0
3512024-08-12T21:56:14.046Z Downloaded fnv v1.0.7
3522024-08-12T21:56:14.046Z Downloaded digest v0.10.7
3532024-08-12T21:56:14.046Z Downloaded clap_derive v4.5.13
3542024-08-12T21:56:14.050Z Downloaded cfg-if v1.0.0
3552024-08-12T21:56:14.050Z Downloaded bitflags v2.6.0
3562024-08-12T21:56:14.055Z Downloaded sha2 v0.10.8
3572024-08-12T21:56:14.059Z Downloaded serde_tokenstream v0.2.1
3582024-08-12T21:56:14.059Z Downloaded pest_derive v2.7.10
3592024-08-12T21:56:14.062Z Downloaded zerocopy-derive v0.7.34
3602024-08-12T21:56:14.066Z Downloaded proc-macro-error-attr v1.0.4
3612024-08-12T21:56:14.066Z Downloaded unicode-ident v1.0.12
3622024-08-12T21:56:14.069Z Downloaded cpufeatures v0.2.12
3632024-08-12T21:56:14.071Z Downloaded quote v1.0.36
3642024-08-12T21:56:14.071Z Downloaded typenum v1.17.0
3652024-08-12T21:56:14.074Z Downloaded pest_meta v2.7.10
3662024-08-12T21:56:14.077Z Downloaded indexmap v2.3.0
3672024-08-12T21:56:14.080Z Downloaded memchr v2.7.2
3682024-08-12T21:56:14.085Z Downloaded toml_edit v0.22.20
3692024-08-12T21:56:14.106Z Downloaded ryu v1.0.18
3702024-08-12T21:56:14.109Z Downloaded serde v1.0.206
3712024-08-12T21:56:14.112Z Downloaded papergrid v0.11.0
3722024-08-12T21:56:14.116Z Downloaded pest v2.7.10
3732024-08-12T21:56:14.127Z Downloaded zerocopy v0.7.34
3742024-08-12T21:56:14.142Z Downloaded hashbrown v0.14.5
3752024-08-12T21:56:14.147Z Downloaded clap_builder v4.5.15
3762024-08-12T21:56:14.153Z Downloaded goblin v0.8.2
3772024-08-12T21:56:14.160Z Downloaded winnow v0.6.18
3782024-08-12T21:56:14.169Z Downloaded serde_json v1.0.122
3792024-08-12T21:56:14.175Z Downloaded tabled v0.15.0
3802024-08-12T21:56:14.190Z Downloaded syn v2.0.72
3812024-08-12T21:56:14.201Z Downloaded syn v1.0.109
3822024-08-12T21:56:14.211Z Downloaded rustix v0.38.34
3832024-08-12T21:56:14.232Z Downloaded unicode-width v0.1.13
3842024-08-12T21:56:14.246Z Downloaded libc v0.2.155
3852024-08-12T21:56:14.542Z Compiling proc-macro2 v1.0.86
3862024-08-12T21:56:14.542Z Compiling unicode-ident v1.0.12
3872024-08-12T21:56:14.545Z Compiling version_check v0.9.5
3882024-08-12T21:56:14.545Z Compiling serde v1.0.206
3892024-08-12T21:56:14.545Z Compiling thiserror v1.0.63
3902024-08-12T21:56:14.545Z Compiling memchr v2.7.2
3912024-08-12T21:56:14.575Z Compiling libc v0.2.155
3922024-08-12T21:56:14.578Z Compiling ryu v1.0.18
3932024-08-12T21:56:14.799Z Compiling ucd-trie v0.1.6
3942024-08-12T21:56:14.949Z Compiling itoa v1.0.11
3952024-08-12T21:56:15.151Z Compiling once_cell v1.19.0
3962024-08-12T21:56:15.412Z Compiling byteorder v1.5.0
3972024-08-12T21:56:15.475Z Compiling serde_json v1.0.122
3982024-08-12T21:56:16.496Z Compiling usdt-impl v0.5.0
3992024-08-12T21:56:16.496Z Compiling proc-macro-error-attr v1.0.4
4002024-08-12T21:56:16.499Z Compiling rustix v0.38.34
4012024-08-12T21:56:16.575Z Compiling syn v1.0.109
4022024-08-12T21:56:16.597Z Compiling proc-macro-error v1.0.4
4032024-08-12T21:56:16.840Z Compiling equivalent v1.0.1
4042024-08-12T21:56:16.902Z Compiling bitflags v2.6.0
4052024-08-12T21:56:16.951Z Compiling hashbrown v0.14.5
4062024-08-12T21:56:16.975Z Compiling log v0.4.21
4072024-08-12T21:56:17.290Z Compiling thread-id v4.2.1
4082024-08-12T21:56:17.349Z Compiling plain v0.2.3
4092024-08-12T21:56:17.372Z Compiling quote v1.0.36
4102024-08-12T21:56:17.372Z Compiling utf8parse v0.2.1
4112024-08-12T21:56:17.494Z Compiling anstyle-parse v0.2.4
4122024-08-12T21:56:17.517Z Compiling autocfg v1.3.0
4132024-08-12T21:56:17.556Z Compiling pretty-hex v0.4.1
4142024-08-12T21:56:17.770Z Compiling syn v2.0.72
4152024-08-12T21:56:17.794Z Compiling errno v0.3.9
4162024-08-12T21:56:18.026Z Compiling camino v1.1.7
4172024-08-12T21:56:18.083Z Compiling is_terminal_polyfill v1.70.0
4182024-08-12T21:56:18.279Z Compiling indexmap v2.3.0
4192024-08-12T21:56:18.302Z Compiling colorchoice v1.0.1
4202024-08-12T21:56:18.461Z Compiling winnow v0.6.18
4212024-08-12T21:56:18.485Z Compiling semver v1.0.23
4222024-08-12T21:56:18.751Z Compiling anstyle-query v1.0.3
4232024-08-12T21:56:18.910Z Compiling anstyle v1.0.8
4242024-08-12T21:56:19.232Z Compiling terminal_size v0.3.0
4252024-08-12T21:56:19.330Z Compiling anstream v0.6.14
4262024-08-12T21:56:19.353Z Compiling fs-err v2.11.0
4272024-08-12T21:56:19.661Z Compiling clap_lex v0.7.0
4282024-08-12T21:56:19.686Z Compiling bytecount v0.6.8
4292024-08-12T21:56:19.689Z Compiling heck v0.4.1
4302024-08-12T21:56:19.689Z Compiling strsim v0.11.1
4312024-08-12T21:56:19.910Z Compiling heck v0.5.0
4322024-08-12T21:56:20.099Z Compiling fnv v1.0.7
4332024-08-12T21:56:20.223Z Compiling anyhow v1.0.86
4342024-08-12T21:56:20.264Z Compiling unicode-width v0.1.13
4352024-08-12T21:56:20.312Z Compiling clap_builder v4.5.15
4362024-08-12T21:56:20.448Z Compiling papergrid v0.11.0
4372024-08-12T21:56:20.658Z Compiling memmap v0.7.0
4382024-08-12T21:56:21.264Z Compiling swrite v0.1.0
4392024-08-12T21:56:22.988Z Compiling tabled_derive v0.7.0
4402024-08-12T21:56:24.492Z Compiling tabled v0.15.0
4412024-08-12T21:56:26.462Z Compiling serde_derive v1.0.206
4422024-08-12T21:56:26.464Z Compiling thiserror-impl v1.0.63
4432024-08-12T21:56:26.464Z Compiling zerocopy-derive v0.7.34
4442024-08-12T21:56:26.464Z Compiling scroll_derive v0.12.0
4452024-08-12T21:56:26.464Z Compiling clap_derive v4.5.13
4462024-08-12T21:56:27.717Z Compiling scroll v0.12.0
4472024-08-12T21:56:28.211Z Compiling goblin v0.8.2
4482024-08-12T21:56:28.234Z Compiling zerocopy v0.7.34
4492024-08-12T21:56:29.228Z Compiling pest v2.7.10
4502024-08-12T21:56:30.312Z Compiling clap v4.5.15
4512024-08-12T21:56:31.442Z Compiling pest_meta v2.7.10
4522024-08-12T21:56:32.257Z Compiling pest_generator v2.7.10
4532024-08-12T21:56:34.032Z Compiling pest_derive v2.7.10
4542024-08-12T21:56:34.777Z Compiling dtrace-parser v0.2.0
4552024-08-12T21:56:36.403Z Compiling serde_tokenstream v0.2.1
4562024-08-12T21:56:36.499Z Compiling toml_datetime v0.6.8
4572024-08-12T21:56:36.499Z Compiling serde_spanned v0.6.7
4582024-08-12T21:56:36.788Z Compiling cargo-platform v0.1.8
4592024-08-12T21:56:36.915Z Compiling toml_edit v0.22.20
4602024-08-12T21:56:36.918Z Compiling macaddr v1.0.1
4612024-08-12T21:56:37.827Z Compiling dof v0.3.0
4622024-08-12T21:56:37.867Z Compiling cargo_metadata v0.18.1
4632024-08-12T21:56:39.598Z Compiling usdt-macro v0.5.0
4642024-08-12T21:56:39.598Z Compiling usdt-attr-macro v0.5.0
4652024-08-12T21:56:39.879Z Compiling toml v0.8.19
4662024-08-12T21:56:40.757Z Compiling cargo_toml v0.20.4
4672024-08-12T21:56:40.865Z Compiling usdt v0.5.0
4682024-08-12T21:56:44.582Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-08-12T21:56:48.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
4702024-08-12T21:56:48.737Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-08-12T21:56:49.314Z Downloading crates ...
4722024-08-12T21:56:49.443Z Downloaded atomicwrites v0.4.3
4732024-08-12T21:56:49.451Z Downloaded aead v0.5.2
4742024-08-12T21:56:49.454Z Downloaded bitstruct v0.1.1
4752024-08-12T21:56:49.457Z Downloaded assert_matches v1.5.0
4762024-08-12T21:56:49.457Z Downloaded crunchy v0.2.2
4772024-08-12T21:56:49.461Z Downloaded adler v1.0.2
4782024-08-12T21:56:49.464Z Downloaded ciborium-io v0.2.2
4792024-08-12T21:56:49.464Z Downloaded normalize-line-endings v0.3.0
4802024-08-12T21:56:49.466Z Downloaded cstr-argument v0.1.2
4812024-08-12T21:56:49.466Z Downloaded instability v0.3.2
4822024-08-12T21:56:49.466Z Downloaded indoc v1.0.9
4832024-08-12T21:56:49.470Z Downloaded bitfield-struct v0.6.1
4842024-08-12T21:56:49.472Z Downloaded ipnet v2.9.0
4852024-08-12T21:56:49.475Z Downloaded base16ct v0.2.0
4862024-08-12T21:56:49.478Z Downloaded is-terminal v0.4.12
4872024-08-12T21:56:49.481Z Downloaded indexmap v1.9.3
4882024-08-12T21:56:49.484Z Downloaded bb8 v0.8.5
4892024-08-12T21:56:49.487Z Downloaded nodrop v0.1.14
4902024-08-12T21:56:49.487Z Downloaded match_cfg v0.1.0
4912024-08-12T21:56:49.487Z Downloaded async-stream v0.3.5
4922024-08-12T21:56:49.490Z Downloaded atty v0.2.14
4932024-08-12T21:56:49.496Z Downloaded number_prefix v0.4.0
4942024-08-12T21:56:49.496Z Downloaded oso-derive v0.27.3
4952024-08-12T21:56:49.497Z Downloaded async-stream-impl v0.3.5
4962024-08-12T21:56:49.497Z Downloaded buf-list v1.0.3
4972024-08-12T21:56:49.502Z Downloaded bit-vec v0.6.3
4982024-08-12T21:56:49.502Z Downloaded bitstruct_derive v0.1.0
4992024-08-12T21:56:49.502Z Downloaded crc v3.2.1
5002024-08-12T21:56:49.505Z Downloaded newtype_derive v0.1.6
5012024-08-12T21:56:49.505Z Downloaded newline-converter v0.3.0
5022024-08-12T21:56:49.508Z Downloaded crossbeam-deque v0.8.5
5032024-08-12T21:56:49.508Z Downloaded constant_time_eq v0.3.0
5042024-08-12T21:56:49.512Z Downloaded mime v0.3.17
5052024-08-12T21:56:49.514Z Downloaded mockall v0.13.0
5062024-08-12T21:56:49.514Z Downloaded lru v0.12.3
5072024-08-12T21:56:49.514Z Downloaded cfg_aliases v0.1.1
5082024-08-12T21:56:49.517Z Downloaded openssl-macros v0.1.1
5092024-08-12T21:56:49.521Z Downloaded multimap v0.10.0
5102024-08-12T21:56:49.521Z Downloaded num_enum_derive v0.5.11
5112024-08-12T21:56:49.525Z Downloaded num-derive v0.4.2
5122024-08-12T21:56:49.525Z Downloaded darling_macro v0.20.9
5132024-08-12T21:56:49.525Z Downloaded num_cpus v1.16.0
5142024-08-12T21:56:49.529Z Downloaded argon2 v0.5.3
5152024-08-12T21:56:49.533Z Downloaded managed v0.8.0
5162024-08-12T21:56:49.533Z Downloaded lazy_static v1.5.0
5172024-08-12T21:56:49.536Z Downloaded impl-trait-for-tuples v0.2.2
5182024-08-12T21:56:49.538Z Downloaded backoff v0.4.0
5192024-08-12T21:56:49.541Z Downloaded parse-display v0.10.0
5202024-08-12T21:56:49.541Z Downloaded is_ci v1.2.0
5212024-08-12T21:56:49.544Z Downloaded matches v0.1.10
5222024-08-12T21:56:49.544Z Downloaded atomic-waker v1.1.2
5232024-08-12T21:56:49.547Z Downloaded instant v0.1.12
5242024-08-12T21:56:49.547Z Downloaded ascii-canvas v3.0.0
5252024-08-12T21:56:49.550Z Downloaded crc32fast v1.4.0
5262024-08-12T21:56:49.552Z Downloaded new_debug_unreachable v1.0.6
5272024-08-12T21:56:49.552Z Downloaded array-init v0.0.4
5282024-08-12T21:56:49.555Z Downloaded openssl-probe v0.1.5
5292024-08-12T21:56:49.555Z Downloaded cookie v0.17.0
5302024-08-12T21:56:49.558Z Downloaded chacha20 v0.9.1
5312024-08-12T21:56:49.562Z Downloaded block-padding v0.3.3
5322024-08-12T21:56:49.565Z Downloaded nu-ansi-term v0.50.0
5332024-08-12T21:56:49.565Z Downloaded native-tls v0.2.11
5342024-08-12T21:56:49.568Z Downloaded num-complex v0.4.6
5352024-08-12T21:56:49.572Z Downloaded convert_case v0.4.0
5362024-08-12T21:56:49.572Z Downloaded multer v3.1.0
5372024-08-12T21:56:49.575Z Downloaded csv-core v0.1.11
5382024-08-12T21:56:49.578Z Downloaded sqlparser_derive v0.2.2
5392024-08-12T21:56:49.578Z Downloaded termtree v0.4.1
5402024-08-12T21:56:49.580Z Downloaded crc-catalog v2.4.0
5412024-08-12T21:56:49.580Z Downloaded parking_lot v0.11.2
5422024-08-12T21:56:49.583Z Downloaded parking_lot_core v0.8.6
5432024-08-12T21:56:49.585Z Downloaded data-encoding v2.6.0
5442024-08-12T21:56:49.589Z Downloaded const_format_proc_macros v0.2.32
5452024-08-12T21:56:49.591Z Downloaded maplit v1.0.2
5462024-08-12T21:56:49.594Z Downloaded md-5 v0.10.6
5472024-08-12T21:56:49.594Z Downloaded newtype-uuid v1.1.0
5482024-08-12T21:56:49.597Z Downloaded lru-cache v0.1.2
5492024-08-12T21:56:49.597Z Downloaded nibble_vec v0.1.0
5502024-08-12T21:56:49.600Z Downloaded nanorand v0.7.0
5512024-08-12T21:56:49.602Z Downloaded memoffset v0.9.1
5522024-08-12T21:56:49.605Z Downloaded linear-map v1.2.0
5532024-08-12T21:56:49.609Z Downloaded serde_path_to_error v0.1.16
5542024-08-12T21:56:49.611Z Downloaded float-ord v0.3.2
5552024-08-12T21:56:49.611Z Downloaded endian-type v0.1.2
5562024-08-12T21:56:49.611Z Downloaded ident_case v1.0.1
5572024-08-12T21:56:49.611Z Downloaded headers-core v0.2.0
5582024-08-12T21:56:49.615Z Downloaded derive_builder_macro v0.20.0
5592024-08-12T21:56:49.615Z Downloaded want v0.3.1
5602024-08-12T21:56:49.619Z Downloaded signal-hook-mio v0.2.4
5612024-08-12T21:56:49.619Z Downloaded shlex v1.3.0
5622024-08-12T21:56:49.624Z Downloaded spin v0.5.2
5632024-08-12T21:56:49.624Z Downloaded olpc-cjson v0.1.3
5642024-08-12T21:56:49.624Z Downloaded cancel-safe-futures v0.1.5
5652024-08-12T21:56:49.629Z Downloaded console v0.15.8
5662024-08-12T21:56:49.633Z Downloaded omicron-zone-package v0.11.0
5672024-08-12T21:56:49.638Z Downloaded smallvec v0.6.14
5682024-08-12T21:56:49.638Z Downloaded futures-sink v0.3.30
5692024-08-12T21:56:49.642Z Downloaded topological-sort v0.2.2
5702024-08-12T21:56:49.642Z Downloaded allocator-api2 v0.2.18
5712024-08-12T21:56:49.645Z Downloaded termcolor v1.4.1
5722024-08-12T21:56:49.645Z Downloaded termios v0.3.3
5732024-08-12T21:56:49.650Z Downloaded structmeta-derive v0.3.0
5742024-08-12T21:56:49.650Z Downloaded lock_api v0.4.12
5752024-08-12T21:56:49.654Z Downloaded libloading v0.8.3
5762024-08-12T21:56:49.658Z Downloaded darling v0.20.9
5772024-08-12T21:56:49.662Z Downloaded zone v0.1.8
5782024-08-12T21:56:49.662Z Downloaded num_enum v0.5.11
5792024-08-12T21:56:49.666Z Downloaded mime_guess v2.0.4
5802024-08-12T21:56:49.669Z Downloaded strum v0.26.3
5812024-08-12T21:56:49.672Z Downloaded tinyvec_macros v0.1.1
5822024-08-12T21:56:49.672Z Downloaded futures-task v0.3.30
5832024-08-12T21:56:49.676Z Downloaded lalrpop-util v0.19.12
5842024-08-12T21:56:49.676Z Downloaded parking_lot_core v0.9.10
5852024-08-12T21:56:49.678Z Downloaded packed_struct_codegen v0.10.1
5862024-08-12T21:56:49.678Z Downloaded crossbeam-utils v0.8.19
5872024-08-12T21:56:49.681Z Downloaded hyper-tls v0.5.0
5882024-08-12T21:56:49.687Z Downloaded hubpack v0.1.2
5892024-08-12T21:56:49.690Z Downloaded enum-as-inner v0.5.1
5902024-08-12T21:56:49.690Z Downloaded compact_str v0.8.0
5912024-08-12T21:56:49.694Z Downloaded test-strategy v0.3.1
5922024-08-12T21:56:49.698Z Downloaded hyper-staticfile v0.9.5
5932024-08-12T21:56:49.702Z Downloaded pin-utils v0.1.0
5942024-08-12T21:56:49.702Z Downloaded predicates-tree v1.0.9
5952024-08-12T21:56:49.706Z Downloaded openssl-sys v0.9.103
5962024-08-12T21:56:49.711Z Downloaded tokio-stream v0.1.15
5972024-08-12T21:56:49.717Z Downloaded foreign-types v0.3.2
5982024-08-12T21:56:49.717Z Downloaded rtoolbox v0.0.2
5992024-08-12T21:56:49.721Z Downloaded base64 v0.21.7
6002024-08-12T21:56:49.724Z Downloaded rand_core v0.6.4
6012024-08-12T21:56:49.724Z Downloaded serde_urlencoded v0.7.1
6022024-08-12T21:56:49.728Z Downloaded subtle v2.5.0
6032024-08-12T21:56:49.728Z Downloaded slog-async v2.8.0
6042024-08-12T21:56:49.732Z Downloaded slog-stdlog v4.1.1
6052024-08-12T21:56:49.732Z Downloaded miniz_oxide v0.7.2
6062024-08-12T21:56:49.736Z Downloaded env_logger v0.10.2
6072024-08-12T21:56:49.740Z Downloaded toolchain_find v0.4.0
6082024-08-12T21:56:49.740Z Downloaded tls_codec v0.4.1
6092024-08-12T21:56:49.745Z Downloaded tiny-keccak v2.0.2
6102024-08-12T21:56:49.749Z Downloaded deranged v0.3.11
6112024-08-12T21:56:49.749Z Downloaded walkdir v2.5.0
6122024-08-12T21:56:49.753Z Downloaded universal-hash v0.5.1
6132024-08-12T21:56:49.753Z Downloaded iana-time-zone v0.1.60
6142024-08-12T21:56:49.755Z Downloaded env_logger v0.9.3
6152024-08-12T21:56:49.758Z Downloaded waitgroup v0.1.2
6162024-08-12T21:56:49.758Z Downloaded which v4.4.2
6172024-08-12T21:56:49.762Z Downloaded term v0.7.0
6182024-08-12T21:56:49.765Z Downloaded indicatif v0.17.8
6192024-08-12T21:56:49.769Z Downloaded flagset v0.4.5
6202024-08-12T21:56:49.773Z Downloaded arc-swap v1.7.1
6212024-08-12T21:56:49.777Z Downloaded fixedbitset v0.4.2
6222024-08-12T21:56:49.779Z Downloaded vte_generate_state_changes v0.1.1
6232024-08-12T21:56:49.779Z Downloaded fxhash v0.2.1
6242024-08-12T21:56:49.783Z Downloaded foreign-types-macros v0.2.3
6252024-08-12T21:56:49.783Z Downloaded dirs-sys-next v0.1.2
6262024-08-12T21:56:49.790Z Downloaded hash32 v0.2.1
6272024-08-12T21:56:49.790Z Downloaded hex v0.4.3
6282024-08-12T21:56:49.794Z Downloaded path-slash v0.1.5
6292024-08-12T21:56:49.794Z Downloaded powerfmt v0.2.0
6302024-08-12T21:56:49.794Z Downloaded bytes v1.7.1
6312024-08-12T21:56:49.798Z Downloaded smf v0.2.3
6322024-08-12T21:56:49.803Z Downloaded sec1 v0.7.3
6332024-08-12T21:56:49.813Z Downloaded slog-dtrace v0.3.0
6342024-08-12T21:56:49.816Z Downloaded hubpack_derive v0.1.1
6352024-08-12T21:56:49.820Z Downloaded futures v0.3.30
6362024-08-12T21:56:49.823Z Downloaded phf v0.11.2
6372024-08-12T21:56:49.826Z Downloaded serde-big-array v0.5.1
6382024-08-12T21:56:49.829Z Downloaded unicode-xid v0.2.4
6392024-08-12T21:56:49.829Z Downloaded pin-project-lite v0.2.14
6402024-08-12T21:56:49.835Z Downloaded subprocess v0.2.9
6412024-08-12T21:56:49.840Z Downloaded hyper-rustls v0.24.2
6422024-08-12T21:56:49.844Z Downloaded unicode-truncate v1.0.0
6432024-08-12T21:56:49.848Z Downloaded hash32 v0.3.1
6442024-08-12T21:56:49.848Z Downloaded rustls-pemfile v2.1.3
6452024-08-12T21:56:49.852Z Downloaded httpdate v1.0.3
6462024-08-12T21:56:49.852Z Downloaded display-error-chain v0.2.0
6472024-08-12T21:56:49.857Z Downloaded quick-error v1.2.3
6482024-08-12T21:56:49.857Z Downloaded parse-size v1.0.0
6492024-08-12T21:56:49.857Z Downloaded highway v1.2.0
6502024-08-12T21:56:49.861Z Downloaded psl-types v2.0.11
6512024-08-12T21:56:49.861Z Downloaded postgres-types v0.2.7
6522024-08-12T21:56:49.864Z Downloaded postgres-protocol v0.6.7
6532024-08-12T21:56:49.865Z Downloaded diesel_derives v2.2.2
6542024-08-12T21:56:49.869Z Downloaded rustc-hash v1.1.0
6552024-08-12T21:56:49.873Z Downloaded sync_wrapper v0.1.2
6562024-08-12T21:56:49.873Z Downloaded sigpipe v0.1.3
6572024-08-12T21:56:49.877Z Downloaded flume v0.11.0
6582024-08-12T21:56:49.882Z Downloaded headers v0.3.9
6592024-08-12T21:56:49.886Z Downloaded diesel_table_macro_syntax v0.2.0
6602024-08-12T21:56:49.889Z Downloaded peg-runtime v0.8.3
6612024-08-12T21:56:49.889Z Downloaded erased-serde v0.3.31
6622024-08-12T21:56:49.894Z Downloaded downcast v0.11.0
6632024-08-12T21:56:49.894Z Downloaded fastrand v2.1.0
6642024-08-12T21:56:49.899Z Downloaded getopts v0.2.21
6652024-08-12T21:56:49.899Z Downloaded futures-io v0.3.30
6662024-08-12T21:56:49.899Z Downloaded futures-executor v0.3.30
6672024-08-12T21:56:49.904Z Downloaded samael v0.0.15
6682024-08-12T21:56:49.908Z Downloaded slog-json v2.6.1
6692024-08-12T21:56:49.912Z Downloaded signal-hook-tokio v0.3.1
6702024-08-12T21:56:49.913Z Downloaded scheduled-thread-pool v0.2.7
6712024-08-12T21:56:49.913Z Downloaded zeroize_derive v1.4.2
6722024-08-12T21:56:49.917Z Downloaded supports-color v3.0.0
6732024-08-12T21:56:49.917Z Downloaded structmeta v0.3.0
6742024-08-12T21:56:49.917Z Downloaded parse-display-derive v0.10.0
6752024-08-12T21:56:49.921Z Downloaded dyn-clone v1.0.17
6762024-08-12T21:56:49.921Z Downloaded rustc-demangle v0.1.24
6772024-08-12T21:56:49.926Z Downloaded unsafe-libyaml v0.2.11
6782024-08-12T21:56:49.932Z Downloaded gethostname v0.5.0
6792024-08-12T21:56:49.932Z Downloaded semver v0.1.20
6802024-08-12T21:56:49.932Z Downloaded mio v1.0.1
6812024-08-12T21:56:49.936Z Downloaded derive_builder_core v0.20.0
6822024-08-12T21:56:49.945Z Downloaded thread_local v1.1.8
6832024-08-12T21:56:49.948Z Downloaded foreign-types-shared v0.1.1
6842024-08-12T21:56:49.948Z Downloaded signature v2.2.0
6852024-08-12T21:56:49.948Z Downloaded ref-cast-impl v1.0.23
6862024-08-12T21:56:49.948Z Downloaded difflib v0.4.0
6872024-08-12T21:56:49.948Z Downloaded libxml v0.3.3
6882024-08-12T21:56:49.952Z Downloaded take_mut v0.2.2
6892024-08-12T21:56:49.955Z Downloaded pretty-hex v0.2.1
6902024-08-12T21:56:49.955Z Downloaded foreign-types-shared v0.3.1
6912024-08-12T21:56:49.959Z Downloaded r2d2 v0.8.10
6922024-08-12T21:56:49.959Z Downloaded shell-words v1.1.0
6932024-08-12T21:56:49.962Z Downloaded half v2.4.1
6942024-08-12T21:56:49.962Z Downloaded httparse v1.8.0
6952024-08-12T21:56:49.968Z Downloaded fatfs v0.3.6
6962024-08-12T21:56:49.973Z Downloaded stable_deref_trait v1.2.0
6972024-08-12T21:56:49.973Z Downloaded socket2 v0.4.10
6982024-08-12T21:56:49.973Z Downloaded tracing-attributes v0.1.27
6992024-08-12T21:56:49.976Z Downloaded vte v0.11.1
7002024-08-12T21:56:49.978Z Downloaded tokio-tungstenite v0.21.0
7012024-08-12T21:56:49.981Z Downloaded fd-lock v4.0.2
7022024-08-12T21:56:49.984Z Downloaded ena v0.14.3
7032024-08-12T21:56:49.984Z Downloaded static_assertions v1.1.0
7042024-08-12T21:56:49.992Z Downloaded http-body v0.4.6
7052024-08-12T21:56:49.994Z Downloaded crossterm v0.27.0
7062024-08-12T21:56:49.998Z Downloaded embedded-io v0.4.0
7072024-08-12T21:56:49.998Z Downloaded tower-service v0.3.2
7082024-08-12T21:56:50.001Z Downloaded time-core v0.1.2
7092024-08-12T21:56:50.001Z Downloaded thiserror-no-std v2.0.2
7102024-08-12T21:56:50.005Z Downloaded ppv-lite86 v0.2.17
7112024-08-12T21:56:50.008Z Downloaded group v0.13.0
7122024-08-12T21:56:50.008Z Downloaded whoami v1.5.1
7132024-08-12T21:56:50.012Z Downloaded sha1 v0.10.6
7142024-08-12T21:56:50.014Z Downloaded derive_builder v0.20.0
7152024-08-12T21:56:50.019Z Downloaded itertools v0.12.1
7162024-08-12T21:56:50.026Z Downloaded phf_shared v0.10.0
7172024-08-12T21:56:50.033Z Downloaded sqlformat v0.2.4
7182024-08-12T21:56:50.034Z Downloaded rustversion v1.0.17
7192024-08-12T21:56:50.036Z Downloaded percent-encoding v2.3.1
7202024-08-12T21:56:50.037Z Downloaded ff v0.13.0
7212024-08-12T21:56:50.037Z Downloaded rustls-pemfile v1.0.4
7222024-08-12T21:56:50.039Z Downloaded pem-rfc7468 v0.7.0
7232024-08-12T21:56:50.042Z Downloaded blake3 v1.5.1
7242024-08-12T21:56:50.049Z Downloaded funty v2.0.0
7252024-08-12T21:56:50.053Z Downloaded rand_seeder v0.3.0
7262024-08-12T21:56:50.056Z Downloaded heck v0.3.3
7272024-08-12T21:56:50.056Z Downloaded glob v0.3.1
7282024-08-12T21:56:50.056Z Downloaded wait-timeout v0.2.0
7292024-08-12T21:56:50.059Z Downloaded poly1305 v0.8.0
7302024-08-12T21:56:50.059Z Downloaded num-bigint-dig v0.8.4
7312024-08-12T21:56:50.065Z Downloaded unarray v0.1.4
7322024-08-12T21:56:50.071Z Downloaded globset v0.4.14
7332024-08-12T21:56:50.074Z Downloaded peg-macros v0.8.4
7342024-08-12T21:56:50.074Z Downloaded same-file v1.0.6
7352024-08-12T21:56:50.074Z Downloaded xattr v1.3.1
7362024-08-12T21:56:50.078Z Downloaded wyz v0.5.1
7372024-08-12T21:56:50.078Z Downloaded hostname v0.3.1
7382024-08-12T21:56:50.081Z Downloaded home v0.5.9
7392024-08-12T21:56:50.081Z Downloaded paste v1.0.15
7402024-08-12T21:56:50.084Z Downloaded either v1.13.0
7412024-08-12T21:56:50.086Z Downloaded unicode-linebreak v0.1.5
7422024-08-12T21:56:50.086Z Downloaded siphasher v0.3.11
7432024-08-12T21:56:50.090Z Downloaded uzers v0.11.3
7442024-08-12T21:56:50.090Z Downloaded utf-8 v0.7.6
7452024-08-12T21:56:50.093Z Downloaded trust-dns-server v0.22.1
7462024-08-12T21:56:50.097Z Downloaded trust-dns-resolver v0.22.0
7472024-08-12T21:56:50.103Z Downloaded tracing-core v0.1.32
7482024-08-12T21:56:50.106Z Downloaded fragile v2.0.0
7492024-08-12T21:56:50.108Z Downloaded proc-macro-crate v1.3.1
7502024-08-12T21:56:50.111Z Downloaded futures-core v0.3.30
7512024-08-12T21:56:50.111Z Downloaded toml v0.5.11
7522024-08-12T21:56:50.115Z Downloaded futures-channel v0.3.30
7532024-08-12T21:56:50.123Z Downloaded thiserror-impl-no-std v2.0.2
7542024-08-12T21:56:50.123Z Downloaded url v2.5.2
7552024-08-12T21:56:50.123Z Downloaded slog-scope v4.4.0
7562024-08-12T21:56:50.123Z Downloaded hashbrown v0.12.3
7572024-08-12T21:56:50.128Z Downloaded serde_derive_internals v0.29.1
7582024-08-12T21:56:50.131Z Downloaded schemars v0.8.21
7592024-08-12T21:56:50.142Z Downloaded rustyline v14.0.0
7602024-08-12T21:56:50.148Z Downloaded slab v0.4.9
7612024-08-12T21:56:50.151Z Downloaded tracing v0.1.40
7622024-08-12T21:56:50.154Z Downloaded rusty-fork v0.3.0
7632024-08-12T21:56:50.157Z Downloaded hmac v0.12.1
7642024-08-12T21:56:50.159Z Downloaded textwrap v0.16.1
7652024-08-12T21:56:50.162Z Downloaded trust-dns-client v0.22.0
7662024-08-12T21:56:50.167Z Downloaded expectorate v1.1.0
7672024-08-12T21:56:50.170Z Downloaded steno v0.4.1
7682024-08-12T21:56:50.174Z Downloaded snafu-derive v0.8.2
7692024-08-12T21:56:50.177Z Downloaded rustls-pki-types v1.7.0
7702024-08-12T21:56:50.179Z Downloaded unicode-bidi v0.3.15
7712024-08-12T21:56:50.182Z Downloaded serde_yaml v0.9.34+deprecated
7722024-08-12T21:56:50.185Z Downloaded diff v0.1.13
7732024-08-12T21:56:50.188Z Downloaded ron v0.7.1
7742024-08-12T21:56:50.194Z Downloaded itertools v0.13.0
7752024-08-12T21:56:50.201Z Downloaded rayon-core v1.12.1
7762024-08-12T21:56:50.206Z Downloaded flate2 v1.0.31
7772024-08-12T21:56:50.211Z Downloaded spin v0.9.8
7782024-08-12T21:56:50.214Z Downloaded serde_with v3.8.3
7792024-08-12T21:56:50.224Z Downloaded slog v2.7.0
7802024-08-12T21:56:50.227Z Downloaded zerocopy v0.6.6
7812024-08-12T21:56:50.231Z Downloaded bitvec v1.0.1
7822024-08-12T21:56:50.250Z Downloaded typed-path v0.7.1
7832024-08-12T21:56:50.255Z Downloaded prettyplease v0.2.20
7842024-08-12T21:56:50.259Z Downloaded toml_edit v0.19.15
7852024-08-12T21:56:50.278Z Downloaded x509-cert v0.2.5
7862024-08-12T21:56:50.284Z Downloaded rcgen v0.12.1
7872024-08-12T21:56:50.287Z Downloaded ron v0.8.1
7882024-08-12T21:56:50.293Z Downloaded hashbrown v0.13.2
7892024-08-12T21:56:50.298Z Downloaded unicode_categories v0.1.1
7902024-08-12T21:56:50.300Z Downloaded futures-util v0.3.30
7912024-08-12T21:56:50.313Z Downloaded time v0.3.36
7922024-08-12T21:56:50.321Z Downloaded http v0.2.12
7932024-08-12T21:56:50.325Z Downloaded http v1.1.0
7942024-08-12T21:56:50.329Z Downloaded hyper v0.14.30
7952024-08-12T21:56:50.339Z Downloaded portable-atomic v1.6.0
7962024-08-12T21:56:50.344Z Downloaded tokio-util v0.7.11
7972024-08-12T21:56:50.352Z Downloaded hkdf v0.12.4
7982024-08-12T21:56:50.356Z Downloaded rustls-webpki v0.101.7
7992024-08-12T21:56:50.371Z Downloaded lalrpop v0.19.12
8002024-08-12T21:56:50.382Z Downloaded rayon v1.10.0
8012024-08-12T21:56:50.395Z Downloaded h2 v0.3.26
8022024-08-12T21:56:50.400Z Downloaded radix_trie v0.2.1
8032024-08-12T21:56:50.406Z Downloaded proptest v1.5.0
8042024-08-12T21:56:50.417Z Downloaded bstr v0.2.17
8052024-08-12T21:56:50.427Z Downloaded object v0.30.4
8062024-08-12T21:56:50.439Z Downloaded nix v0.27.1
8072024-08-12T21:56:50.450Z Downloaded object v0.32.2
8082024-08-12T21:56:50.460Z Downloaded reqwest v0.11.27
8092024-08-12T21:56:50.469Z Downloaded rustls v0.21.12
8102024-08-12T21:56:50.482Z Downloaded gimli v0.28.1
8112024-08-12T21:56:50.491Z Downloaded winnow v0.5.40
8122024-08-12T21:56:50.501Z Downloaded openssl v0.10.66
8132024-08-12T21:56:50.511Z Downloaded rustls-webpki v0.102.4
8142024-08-12T21:56:50.532Z Downloaded idna v0.2.3
8152024-08-12T21:56:50.538Z Downloaded regex v1.10.6
8162024-08-12T21:56:50.554Z Downloaded rustls v0.22.4
8172024-08-12T21:56:50.568Z Downloaded ratatui v0.28.0
8182024-08-12T21:56:50.588Z Downloaded sled v0.34.7
8192024-08-12T21:56:50.599Z Downloaded vcpkg v0.2.15
8202024-08-12T21:56:50.640Z Downloaded regex-syntax v0.6.29
8212024-08-12T21:56:50.647Z Downloaded smoltcp v0.9.1
8222024-08-12T21:56:50.660Z Downloaded csv v1.3.0
8232024-08-12T21:56:50.682Z Downloaded bzip2-sys v0.1.11+1.0.8
8242024-08-12T21:56:50.696Z Downloaded smoltcp v0.11.0
8252024-08-12T21:56:50.709Z Downloaded openapiv3 v2.0.0
8262024-08-12T21:56:50.722Z Downloaded regress v0.9.1
8272024-08-12T21:56:50.733Z Downloaded nix v0.28.0
8282024-08-12T21:56:50.746Z Downloaded webpki-roots v0.25.4
8292024-08-12T21:56:50.750Z Downloaded zerocopy-derive v0.6.6
8302024-08-12T21:56:50.760Z Downloaded bstr v1.9.1
8312024-08-12T21:56:50.772Z Downloaded polar-core v0.27.3
8322024-08-12T21:56:50.782Z Downloaded trust-dns-proto v0.22.0
8332024-08-12T21:56:50.795Z Downloaded regex-syntax v0.8.4
8342024-08-12T21:56:50.803Z Downloaded regex-automata v0.4.6
8352024-08-12T21:56:50.823Z Downloaded diesel v2.2.2
8362024-08-12T21:56:50.844Z Downloaded idna v0.5.0
8372024-08-12T21:56:50.853Z Downloaded finl_unicode v1.2.0
8382024-08-12T21:56:50.867Z Downloaded curve25519-dalek v4.1.3
8392024-08-12T21:56:50.877Z Downloaded petgraph v0.6.5
8402024-08-12T21:56:50.899Z Downloaded tokio v1.38.1
8412024-08-12T21:56:50.937Z Downloaded sha3 v0.10.8
8422024-08-12T21:56:50.942Z Downloaded unicode-normalization v0.1.23
8432024-08-12T21:56:50.946Z Downloaded reedline v0.33.0
8442024-08-12T21:56:50.953Z Downloaded ring v0.17.8
8452024-08-12T21:56:51.026Z Downloaded idna v0.3.0
8462024-08-12T21:56:51.033Z Downloaded quick-xml v0.31.0
8472024-08-12T21:56:51.039Z Downloaded regex-automata v0.1.10
8482024-08-12T21:56:51.044Z Downloaded sqlparser v0.45.0
8492024-08-12T21:56:51.050Z Downloaded chrono v0.4.38
8502024-08-12T21:56:51.057Z Downloaded bindgen v0.69.4
8512024-08-12T21:56:51.064Z Downloaded encoding_rs v0.8.34
8522024-08-12T21:56:51.089Z Downloaded aho-corasick v1.1.3
8532024-08-12T21:56:51.093Z Downloaded elliptic-curve v0.13.8
8542024-08-12T21:56:51.097Z Downloaded tungstenite v0.21.0
8552024-08-12T21:56:51.100Z Downloaded resolv-conf v0.7.0
8562024-08-12T21:56:51.103Z Downloaded nom v7.1.3
8572024-08-12T21:56:51.107Z Downloaded toml v0.7.8
8582024-08-12T21:56:51.110Z Downloaded socket2 v0.5.7
8592024-08-12T21:56:51.113Z Downloaded form_urlencoded v1.2.1
8602024-08-12T21:56:51.116Z Downloaded tempfile v3.10.1
8612024-08-12T21:56:51.119Z Downloaded tough v0.17.1
8622024-08-12T21:56:51.124Z Downloaded publicsuffix v2.2.3
8632024-08-12T21:56:51.128Z Downloaded filetime v0.2.24
8642024-08-12T21:56:51.130Z Downloaded tokio-tungstenite v0.20.1
8652024-08-12T21:56:51.134Z Downloaded password-hash v0.5.0
8662024-08-12T21:56:51.134Z Downloaded unicode-segmentation v1.11.0
8672024-08-12T21:56:51.136Z Downloaded tokio-rustls v0.24.1
8682024-08-12T21:56:51.139Z Downloaded time-macros v0.2.18
8692024-08-12T21:56:51.142Z Downloaded tokio-postgres v0.7.11
8702024-08-12T21:56:51.145Z Downloaded rand v0.8.5
8712024-08-12T21:56:51.149Z Downloaded zone_cfg_derive v0.1.2
8722024-08-12T21:56:51.152Z Downloaded similar v2.5.0
8732024-08-12T21:56:51.155Z Downloaded crossterm v0.28.1
8742024-08-12T21:56:51.161Z Downloaded der v0.7.9
8752024-08-12T21:56:51.167Z Downloaded signal-hook-registry v1.4.2
8762024-08-12T21:56:51.170Z Downloaded hostname v0.4.0
8772024-08-12T21:56:51.170Z Downloaded serde_arrays v0.1.0
8782024-08-12T21:56:51.172Z Downloaded snafu v0.8.2
8792024-08-12T21:56:51.177Z Downloaded getrandom v0.2.14
8802024-08-12T21:56:51.180Z Downloaded pem v3.0.4
8812024-08-12T21:56:51.182Z Downloaded dsl_auto_type v0.1.2
8822024-08-12T21:56:51.185Z Downloaded dirs-next v2.0.0
8832024-08-12T21:56:51.185Z Downloaded derive-where v1.2.7
8842024-08-12T21:56:51.188Z Downloaded rsa v0.9.6
8852024-08-12T21:56:51.193Z Downloaded libm v0.2.8
8862024-08-12T21:56:51.201Z Downloaded slog-envlogger v2.2.0
8872024-08-12T21:56:51.204Z Downloaded tar v0.4.41
8882024-08-12T21:56:51.207Z Downloaded heapless v0.8.0
8892024-08-12T21:56:51.210Z Downloaded heapless v0.7.17
8902024-08-12T21:56:51.214Z Downloaded itertools v0.10.5
8912024-08-12T21:56:51.220Z Downloaded num-bigint v0.4.5
8922024-08-12T21:56:51.226Z Downloaded precomputed-hash v0.1.1
8932024-08-12T21:56:51.229Z Downloaded portpicker v0.1.1
8942024-08-12T21:56:51.229Z Downloaded uuid v1.10.0
8952024-08-12T21:56:51.231Z Downloaded zip v0.6.6
8962024-08-12T21:56:51.234Z Downloaded pkcs8 v0.10.2
8972024-08-12T21:56:51.237Z Downloaded rpassword v7.3.1
8982024-08-12T21:56:51.239Z Downloaded ref-cast v1.0.23
8992024-08-12T21:56:51.243Z Downloaded radium v0.7.0
9002024-08-12T21:56:51.243Z Downloaded structmeta-derive v0.2.0
9012024-08-12T21:56:51.243Z Downloaded structmeta v0.2.0
9022024-08-12T21:56:51.246Z Downloaded string_cache v0.8.7
9032024-08-12T21:56:51.246Z Downloaded pin-project-internal v1.1.5
9042024-08-12T21:56:51.248Z Downloaded peg v0.8.4
9052024-08-12T21:56:51.251Z Downloaded serde-hex v0.1.0
9062024-08-12T21:56:51.253Z Downloaded postcard v1.0.8
9072024-08-12T21:56:51.256Z Downloaded pin-project v1.1.5
9082024-08-12T21:56:51.267Z Downloaded fallible-iterator v0.2.0
9092024-08-12T21:56:51.269Z Downloaded untrusted v0.9.0
9102024-08-12T21:56:51.269Z Downloaded untrusted v0.7.1
9112024-08-12T21:56:51.272Z Downloaded try-lock v0.2.5
9122024-08-12T21:56:51.272Z Downloaded pkg-config v0.3.30
9132024-08-12T21:56:51.274Z Downloaded tabwriter v1.4.0
9142024-08-12T21:56:51.274Z Downloaded zeroize v1.7.0
9152024-08-12T21:56:51.277Z Downloaded crossbeam-channel v0.5.12
9162024-08-12T21:56:51.280Z Downloaded tinyvec v1.6.0
9172024-08-12T21:56:51.283Z Downloaded sct v0.7.1
9182024-08-12T21:56:51.286Z Downloaded smallvec v1.13.2
9192024-08-12T21:56:51.288Z Downloaded http-range v0.1.5
9202024-08-12T21:56:51.291Z Downloaded tungstenite v0.20.1
9212024-08-12T21:56:51.294Z Downloaded der_derive v0.7.2
9222024-08-12T21:56:51.298Z Downloaded mio v0.8.11
9232024-08-12T21:56:51.301Z Downloaded crypto-bigint v0.5.5
9242024-08-12T21:56:51.307Z Downloaded derive_more v0.99.18
9252024-08-12T21:56:51.312Z Downloaded signal-hook v0.3.17
9262024-08-12T21:56:51.316Z Downloaded minimal-lexical v0.2.1
9272024-08-12T21:56:51.320Z Downloaded ring v0.16.20
9282024-08-12T21:56:51.404Z Downloaded chacha20poly1305 v0.10.1
9292024-08-12T21:56:51.406Z Downloaded cc v1.0.97
9302024-08-12T21:56:51.409Z Downloaded tokio-native-tls v0.3.1
9312024-08-12T21:56:51.412Z Downloaded tap v1.0.1
9322024-08-12T21:56:51.412Z Downloaded strip-ansi-escapes v0.2.0
9332024-08-12T21:56:51.414Z Downloaded stringprep v0.1.4
9342024-08-12T21:56:51.414Z Downloaded spki v0.7.3
9352024-08-12T21:56:51.422Z Downloaded num-traits v0.2.19
9362024-08-12T21:56:51.422Z Downloaded scopeguard v1.2.0
9372024-08-12T21:56:51.423Z Downloaded schemars_derive v0.8.21
9382024-08-12T21:56:51.423Z Downloaded slog-term v2.9.1
9392024-08-12T21:56:51.425Z Downloaded mockall_derive v0.13.0
9402024-08-12T21:56:51.425Z Downloaded base64 v0.22.1
9412024-08-12T21:56:51.428Z Downloaded backtrace v0.3.71
9422024-08-12T21:56:51.433Z Downloaded rustfmt-wrapper v0.2.1
9432024-08-12T21:56:51.435Z Downloaded rustc_version v0.4.0
9442024-08-12T21:56:51.435Z Downloaded rustc_version v0.1.7
9452024-08-12T21:56:51.438Z Downloaded rand_xorshift v0.3.0
9462024-08-12T21:56:51.438Z Downloaded phf_shared v0.11.2
9472024-08-12T21:56:51.438Z Downloaded humantime v2.1.0
9482024-08-12T21:56:51.440Z Downloaded foreign-types v0.5.0
9492024-08-12T21:56:51.440Z Downloaded float-cmp v0.9.0
9502024-08-12T21:56:51.443Z Downloaded pkcs1 v0.7.5
9512024-08-12T21:56:51.443Z Downloaded crc-any v2.5.0
9522024-08-12T21:56:51.446Z Downloaded parking_lot v0.12.2
9532024-08-12T21:56:51.449Z Downloaded oso v0.27.3
9542024-08-12T21:56:51.451Z Downloaded unicase v2.7.0
9552024-08-12T21:56:51.454Z Downloaded tokio-macros v2.3.0
9562024-08-12T21:56:51.454Z Downloaded tls_codec_derive v0.4.1
9572024-08-12T21:56:51.456Z Downloaded futures-macro v0.3.30
9582024-08-12T21:56:51.456Z Downloaded smawk v0.3.2
9592024-08-12T21:56:51.456Z Downloaded vsss-rs v3.3.4
9602024-08-12T21:56:51.459Z Downloaded serde_with_macros v3.8.3
9612024-08-12T21:56:51.461Z Downloaded const_format v0.2.32
9622024-08-12T21:56:51.465Z Downloaded blake2 v0.10.6
9632024-08-12T21:56:51.467Z Downloaded base64 v0.13.1
9642024-08-12T21:56:51.470Z Downloaded strum_macros v0.25.3
9652024-08-12T21:56:51.472Z Downloaded strum_macros v0.24.3
9662024-08-12T21:56:51.476Z Downloaded serde_repr v0.1.19
9672024-08-12T21:56:51.478Z Downloaded serde_plain v1.0.2
9682024-08-12T21:56:51.478Z Downloaded secrecy v0.8.0
9692024-08-12T21:56:51.478Z Downloaded yasna v0.5.2
9702024-08-12T21:56:51.481Z Downloaded tui-tree-widget v0.22.0
9712024-08-12T21:56:51.481Z Downloaded rand_chacha v0.3.1
9722024-08-12T21:56:51.483Z Downloaded darling_core v0.20.9
9732024-08-12T21:56:51.486Z Downloaded tokio-rustls v0.25.0
9742024-08-12T21:56:51.489Z Downloaded cookie v0.18.1
9752024-08-12T21:56:51.491Z Downloaded predicates-core v1.0.6
9762024-08-12T21:56:51.493Z Downloaded predicates v3.1.2
9772024-08-12T21:56:51.496Z Downloaded strum_macros v0.26.4
9782024-08-12T21:56:51.496Z Downloaded crossbeam-epoch v0.9.18
9792024-08-12T21:56:51.498Z Downloaded clang-sys v1.7.0
9802024-08-12T21:56:51.501Z Downloaded ciborium v0.2.2
9812024-08-12T21:56:51.503Z Downloaded owo-colors v4.0.0
9822024-08-12T21:56:51.506Z Downloaded defmt-macros v0.3.9
9832024-08-12T21:56:51.508Z Downloaded slog-bunyan v2.5.0
9842024-08-12T21:56:51.511Z Downloaded const-oid v0.9.6
9852024-08-12T21:56:51.511Z Downloaded ascii v1.1.0
9862024-08-12T21:56:51.513Z Downloaded num-iter v0.1.45
9872024-08-12T21:56:51.513Z Downloaded num v0.4.3
9882024-08-12T21:56:51.516Z Downloaded debug-ignore v1.0.5
9892024-08-12T21:56:51.516Z Downloaded bcs v0.1.6
9902024-08-12T21:56:51.518Z Downloaded base64ct v1.6.0
9912024-08-12T21:56:51.522Z Downloaded arrayvec v0.7.4
9922024-08-12T21:56:51.524Z Downloaded kstat-rs v0.2.4
9932024-08-12T21:56:51.524Z Downloaded libsw v3.3.1
9942024-08-12T21:56:51.527Z Downloaded lazycell v1.3.0
9952024-08-12T21:56:51.527Z Downloaded defmt v0.3.8
9962024-08-12T21:56:51.529Z Downloaded cookie_store v0.20.0
9972024-08-12T21:56:51.532Z Downloaded colored v2.1.0
9982024-08-12T21:56:51.535Z Downloaded num-rational v0.4.2
9992024-08-12T21:56:51.535Z Downloaded ipnetwork v0.20.0
10002024-08-12T21:56:51.537Z Downloaded ciborium-ll v0.2.2
10012024-08-12T21:56:51.537Z Downloaded bzip2 v0.4.4
10022024-08-12T21:56:51.540Z Downloaded bitfield v0.14.0
10032024-08-12T21:56:51.540Z Downloaded memmap2 v0.9.4
10042024-08-12T21:56:51.542Z Downloaded indent_write v2.2.0
10052024-08-12T21:56:51.542Z Downloaded bitflags v1.3.2
10062024-08-12T21:56:51.545Z Downloaded bit-set v0.5.3
10072024-08-12T21:56:51.548Z Downloaded async-recursion v1.1.1
10082024-08-12T21:56:51.551Z Downloaded opaque-debug v0.3.1
10092024-08-12T21:56:51.551Z Downloaded num_threads v0.1.7
10102024-08-12T21:56:51.551Z Downloaded num-conv v0.1.0
10112024-08-12T21:56:51.551Z Downloaded packed_struct v0.10.1
10122024-08-12T21:56:51.554Z Downloaded defmt-parser v0.3.4
10132024-08-12T21:56:51.554Z Downloaded addr2line v0.21.0
10142024-08-12T21:56:51.557Z Downloaded async-trait v0.1.81
10152024-08-12T21:56:51.559Z Downloaded ahash v0.8.11
10162024-08-12T21:56:51.562Z Downloaded num-integer v0.1.46
10172024-08-12T21:56:51.564Z Downloaded inout v0.1.3
10182024-08-12T21:56:51.564Z Downloaded crucible-workspace-hack v0.1.0
10192024-08-12T21:56:51.564Z Downloaded linked-hash-map v0.5.6
10202024-08-12T21:56:51.567Z Downloaded keccak v0.1.5
10212024-08-12T21:56:51.567Z Downloaded maybe-uninit v2.0.0
10222024-08-12T21:56:51.569Z Downloaded libefi-sys v0.1.0
10232024-08-12T21:56:51.569Z Downloaded curve25519-dalek-derive v0.1.1
10242024-08-12T21:56:51.569Z Downloaded cobs v0.2.3
10252024-08-12T21:56:51.572Z Downloaded camino-tempfile v1.1.1
10262024-08-12T21:56:51.574Z Downloaded cipher v0.4.4
10272024-08-12T21:56:51.574Z Downloaded cexpr v0.6.0
10282024-08-12T21:56:51.577Z Downloaded castaway v0.2.3
10292024-08-12T21:56:51.577Z Downloaded cassowary v0.3.0
10302024-08-12T21:56:51.579Z Downloaded arrayref v0.3.7
10312024-08-12T21:56:51.660Z Compiling cfg-if v1.0.0
10322024-08-12T21:56:51.660Z Compiling serde v1.0.206
10332024-08-12T21:56:51.663Z Compiling lock_api v0.4.12
10342024-08-12T21:56:51.663Z Compiling scopeguard v1.2.0
10352024-08-12T21:56:51.663Z Compiling log v0.4.21
10362024-08-12T21:56:51.790Z Compiling cc v1.0.97
10372024-08-12T21:56:51.822Z Compiling syn v2.0.72
10382024-08-12T21:56:51.834Z Compiling typenum v1.17.0
10392024-08-12T21:56:51.881Z Compiling getrandom v0.2.14
10402024-08-12T21:56:51.952Z Compiling generic-array v0.14.7
10412024-08-12T21:56:52.260Z Compiling rand_core v0.6.4
10422024-08-12T21:56:52.285Z Compiling pin-project-lite v0.2.14
10432024-08-12T21:56:52.376Z Compiling parking_lot_core v0.9.10
10442024-08-12T21:56:52.407Z Compiling smallvec v1.13.2
10452024-08-12T21:56:52.427Z Compiling signal-hook-registry v1.4.2
10462024-08-12T21:56:52.693Z Compiling spin v0.9.8
10472024-08-12T21:56:52.780Z Compiling mio v0.8.11
10482024-08-12T21:56:52.803Z Compiling ahash v0.8.11
10492024-08-12T21:56:53.065Z Compiling tinyvec_macros v0.1.1
10502024-08-12T21:56:53.298Z Compiling tinyvec v1.6.0
10512024-08-12T21:56:53.331Z Compiling socket2 v0.5.7
10522024-08-12T21:56:53.368Z Compiling parking_lot v0.12.2
10532024-08-12T21:56:53.642Z Compiling num_cpus v1.16.0
10542024-08-12T21:56:53.788Z Compiling subtle v2.5.0
10552024-08-12T21:56:54.132Z Compiling futures-core v0.3.30
10562024-08-12T21:56:54.151Z Compiling serde_json v1.0.122
10572024-08-12T21:56:54.376Z Compiling const-oid v0.9.6
10582024-08-12T21:56:54.397Z Compiling libm v0.2.8
10592024-08-12T21:56:54.400Z Compiling num-traits v0.2.19
10602024-08-12T21:56:54.530Z Compiling slab v0.4.9
10612024-08-12T21:56:54.695Z Compiling allocator-api2 v0.2.18
10622024-08-12T21:56:54.720Z Compiling futures-sink v0.3.30
10632024-08-12T21:56:54.781Z Compiling unicode-bidi v0.3.15
10642024-08-12T21:56:54.863Z Compiling unicode-normalization v0.1.23
10652024-08-12T21:56:55.483Z Compiling futures-channel v0.3.30
10662024-08-12T21:56:55.571Z Compiling pin-utils v0.1.0
10672024-08-12T21:56:55.574Z Compiling futures-task v0.3.30
10682024-08-12T21:56:55.681Z Compiling pkg-config v0.3.30
10692024-08-12T21:56:55.867Z Compiling vcpkg v0.2.15
10702024-08-12T21:56:56.011Z Compiling futures-io v0.3.30
10712024-08-12T21:56:56.331Z Compiling ring v0.17.8
10722024-08-12T21:56:56.354Z Compiling percent-encoding v2.3.1
10732024-08-12T21:56:56.354Z Compiling ppv-lite86 v0.2.17
10742024-08-12T21:56:56.422Z Compiling tracing-core v0.1.32
10752024-08-12T21:56:56.824Z Compiling untrusted v0.9.0
10762024-08-12T21:56:57.007Z Compiling syn v1.0.109
10772024-08-12T21:56:57.162Z Compiling rand_chacha v0.3.1
10782024-08-12T21:56:57.305Z Compiling num-conv v0.1.0
10792024-08-12T21:56:57.601Z Compiling rustix v0.38.34
10802024-08-12T21:56:57.650Z Compiling time-core v0.1.2
10812024-08-12T21:56:57.785Z Compiling powerfmt v0.2.0
10822024-08-12T21:56:57.801Z Compiling time-macros v0.2.18
10832024-08-12T21:56:58.055Z Compiling deranged v0.3.11
10842024-08-12T21:56:58.186Z Compiling openssl-sys v0.9.103
10852024-08-12T21:56:58.232Z Compiling rand v0.8.5
10862024-08-12T21:56:58.459Z Compiling openssl v0.10.66
10872024-08-12T21:56:58.909Z Compiling base64ct v1.6.0
10882024-08-12T21:56:59.345Z Compiling num_threads v0.1.7
10892024-08-12T21:56:59.432Z Compiling httparse v1.8.0
10902024-08-12T21:56:59.463Z Compiling rustversion v1.0.17
10912024-08-12T21:56:59.731Z Compiling foreign-types-shared v0.1.1
10922024-08-12T21:56:59.841Z Compiling foreign-types v0.3.2
10932024-08-12T21:56:59.883Z Compiling pem-rfc7468 v0.7.0
10942024-08-12T21:57:00.039Z Compiling form_urlencoded v1.2.1
10952024-08-12T21:57:00.170Z Compiling native-tls v0.2.11
10962024-08-12T21:57:00.350Z Compiling crossbeam-utils v0.8.19
10972024-08-12T21:57:00.508Z Compiling siphasher v0.3.11
10982024-08-12T21:57:00.523Z Compiling flagset v0.4.5
10992024-08-12T21:57:00.717Z Compiling rustls v0.21.12
11002024-08-12T21:57:00.735Z Compiling time v0.3.36
11012024-08-12T21:57:00.839Z Compiling try-lock v0.2.5
11022024-08-12T21:57:00.951Z Compiling want v0.3.1
11032024-08-12T21:57:01.217Z Compiling idna v0.5.0
11042024-08-12T21:57:01.683Z Compiling lazy_static v1.5.0
11052024-08-12T21:57:01.775Z Compiling aho-corasick v1.1.3
11062024-08-12T21:57:01.800Z Compiling cookie v0.17.0
11072024-08-12T21:57:02.108Z Compiling httpdate v1.0.3
11082024-08-12T21:57:02.370Z Compiling finl_unicode v1.2.0
11092024-08-12T21:57:02.569Z Compiling slog v2.7.0
11102024-08-12T21:57:02.736Z Compiling adler v1.0.2
11112024-08-12T21:57:02.953Z Compiling tower-service v0.3.2
11122024-08-12T21:57:02.968Z Compiling cpufeatures v0.2.12
11132024-08-12T21:57:03.067Z Compiling iana-time-zone v0.1.60
11142024-08-12T21:57:03.085Z Compiling openssl-probe v0.1.5
11152024-08-12T21:57:03.100Z Compiling regex-syntax v0.8.4
11162024-08-12T21:57:03.521Z Compiling stringprep v0.1.4
11172024-08-12T21:57:03.524Z Compiling miniz_oxide v0.7.2
11182024-08-12T21:57:04.793Z Compiling url v2.5.2
11192024-08-12T21:57:05.852Z Compiling num-integer v0.1.46
11202024-08-12T21:57:06.131Z Compiling serde_derive v1.0.206
11212024-08-12T21:57:06.323Z Compiling zeroize_derive v1.4.2
11222024-08-12T21:57:06.632Z Compiling zerocopy-derive v0.7.34
11232024-08-12T21:57:06.654Z Compiling tokio-macros v2.3.0
11242024-08-12T21:57:07.224Z Compiling thiserror-impl v1.0.63
11252024-08-12T21:57:07.939Z Compiling zeroize v1.7.0
11262024-08-12T21:57:08.336Z Compiling futures-macro v0.3.30
11272024-08-12T21:57:08.930Z Compiling zerocopy v0.7.34
11282024-08-12T21:57:08.949Z Compiling scroll_derive v0.12.0
11292024-08-12T21:57:09.766Z Compiling crypto-common v0.1.6
11302024-08-12T21:57:09.882Z Compiling block-buffer v0.10.4
11312024-08-12T21:57:10.006Z Compiling tracing-attributes v0.1.27
11322024-08-12T21:57:10.153Z Compiling digest v0.10.7
11332024-08-12T21:57:10.367Z Compiling futures-util v0.3.30
11342024-08-12T21:57:10.464Z Compiling scroll v0.12.0
11352024-08-12T21:57:10.620Z Compiling hmac v0.12.1
11362024-08-12T21:57:10.623Z Compiling thiserror v1.0.63
11372024-08-12T21:57:10.755Z Compiling pest v2.7.10
11382024-08-12T21:57:10.887Z Compiling der_derive v0.7.2
11392024-08-12T21:57:11.014Z Compiling goblin v0.8.2
11402024-08-12T21:57:11.212Z Compiling hashbrown v0.14.5
11412024-08-12T21:57:12.682Z Compiling openssl-macros v0.1.1
11422024-08-12T21:57:13.487Z Compiling pest_meta v2.7.10
11432024-08-12T21:57:13.536Z Compiling der v0.7.9
11442024-08-12T21:57:13.822Z Compiling sct v0.7.1
11452024-08-12T21:57:13.839Z Compiling tracing v0.1.40
11462024-08-12T21:57:14.149Z Compiling rustls-webpki v0.101.7
11472024-08-12T21:57:14.195Z Compiling sha2 v0.10.8
11482024-08-12T21:57:14.306Z Compiling md-5 v0.10.6
11492024-08-12T21:57:14.568Z Compiling regex-automata v0.4.6
11502024-08-12T21:57:16.113Z Compiling pest_generator v2.7.10
11512024-08-12T21:57:16.562Z Compiling spki v0.7.3
11522024-08-12T21:57:16.954Z Compiling idna v0.3.0
11532024-08-12T21:57:17.852Z Compiling backtrace v0.3.71
11542024-08-12T21:57:18.011Z Compiling hash32 v0.2.1
11552024-08-12T21:57:18.364Z Compiling signal-hook v0.3.17
11562024-08-12T21:57:18.412Z Compiling crc32fast v1.4.0
11572024-08-12T21:57:18.603Z Compiling pest_derive v2.7.10
11582024-08-12T21:57:18.635Z Compiling smoltcp v0.9.1
11592024-08-12T21:57:18.669Z Compiling gimli v0.28.1
11602024-08-12T21:57:18.962Z Compiling base64 v0.22.1
11612024-08-12T21:57:19.361Z Compiling fallible-iterator v0.2.0
11622024-08-12T21:57:19.422Z Compiling dtrace-parser v0.2.0
11632024-08-12T21:57:19.691Z Compiling psl-types v2.0.11
11642024-08-12T21:57:19.883Z Compiling stable_deref_trait v1.2.0
11652024-08-12T21:57:19.991Z Compiling publicsuffix v2.2.3
11662024-08-12T21:57:20.197Z Compiling pkcs8 v0.10.2
11672024-08-12T21:57:20.241Z Compiling hubpack_derive v0.1.1
11682024-08-12T21:57:20.750Z Compiling bytes v1.7.1
11692024-08-12T21:57:20.946Z Compiling bitflags v2.6.0
11702024-08-12T21:57:21.403Z Compiling indexmap v2.3.0
11712024-08-12T21:57:21.551Z Compiling semver v1.0.23
11722024-08-12T21:57:21.677Z Compiling tokio v1.38.1
11732024-08-12T21:57:22.011Z Compiling http v0.2.12
11742024-08-12T21:57:22.300Z Compiling rustc_version v0.4.0
11752024-08-12T21:57:23.031Z Compiling heapless v0.7.17
11762024-08-12T21:57:23.537Z Compiling dof v0.3.0
11772024-08-12T21:57:23.665Z Compiling http-body v0.4.6
11782024-08-12T21:57:24.316Z Compiling uuid v1.10.0
11792024-08-12T21:57:24.599Z Compiling usdt-impl v0.5.0
11802024-08-12T21:57:25.792Z Compiling toml_datetime v0.6.8
11812024-08-12T21:57:25.818Z Compiling chrono v0.4.38
11822024-08-12T21:57:25.875Z Compiling serde_tokenstream v0.2.1
11832024-08-12T21:57:26.069Z Compiling serde_spanned v0.6.7
11842024-08-12T21:57:26.300Z Compiling terminal_size v0.3.0
11852024-08-12T21:57:26.319Z Compiling addr2line v0.21.0
11862024-08-12T21:57:26.377Z Compiling postgres-protocol v0.6.7
11872024-08-12T21:57:26.501Z Compiling block-padding v0.3.3
11882024-08-12T21:57:26.763Z Compiling zerocopy-derive v0.6.6
11892024-08-12T21:57:26.987Z Compiling async-trait v0.1.81
11902024-08-12T21:57:27.808Z Compiling phf_shared v0.11.2
11912024-08-12T21:57:28.206Z Compiling serde_derive_internals v0.29.1
11922024-08-12T21:57:28.567Z Compiling ff v0.13.0
11932024-08-12T21:57:28.610Z Compiling object v0.32.2
11942024-08-12T21:57:28.779Z Compiling fs-err v2.11.0
11952024-08-12T21:57:29.020Z Compiling bit-vec v0.6.3
11962024-08-12T21:57:29.083Z Compiling rustc-demangle v0.1.24
11972024-08-12T21:57:29.484Z Compiling base64 v0.21.7
11982024-08-12T21:57:29.536Z Compiling either v1.13.0
11992024-08-12T21:57:29.861Z Compiling regex-automata v0.1.10
12002024-08-12T21:57:29.980Z Compiling tokio-util v0.7.11
12012024-08-12T21:57:30.057Z Compiling tokio-rustls v0.24.1
12022024-08-12T21:57:30.218Z Compiling managed v0.8.0
12032024-08-12T21:57:30.463Z Compiling bitflags v1.3.2
12042024-08-12T21:57:30.572Z Compiling anyhow v1.0.86
12052024-08-12T21:57:30.673Z Compiling ipnet v2.9.0
12062024-08-12T21:57:30.981Z Compiling h2 v0.3.26
12072024-08-12T21:57:30.998Z Compiling tokio-native-tls v0.3.1
12082024-08-12T21:57:31.221Z Compiling schemars v0.8.21
12092024-08-12T21:57:31.271Z Compiling winnow v0.5.40
12102024-08-12T21:57:31.384Z Compiling matches v0.1.10
12112024-08-12T21:57:31.484Z Compiling base16ct v0.2.0
12122024-08-12T21:57:31.614Z Compiling idna v0.2.3
12132024-08-12T21:57:31.824Z Compiling sec1 v0.7.3
12142024-08-12T21:57:32.053Z Compiling schemars_derive v0.8.21
12152024-08-12T21:57:33.049Z Compiling clap_builder v4.5.15
12162024-08-12T21:57:33.316Z Compiling bstr v0.2.17
12172024-08-12T21:57:34.542Z Compiling rustls-pemfile v1.0.4
12182024-08-12T21:57:34.856Z Compiling toml_edit v0.19.15
12192024-08-12T21:57:35.100Z Compiling zerocopy v0.6.6
12202024-08-12T21:57:35.198Z Compiling group v0.13.0
12212024-08-12T21:57:35.543Z Compiling phf v0.11.2
12222024-08-12T21:57:35.826Z Compiling postgres-types v0.2.7
12232024-08-12T21:57:35.956Z Compiling cookie_store v0.20.0
12242024-08-12T21:57:35.973Z Compiling inout v0.1.3
12252024-08-12T21:57:36.266Z Compiling usdt-attr-macro v0.5.0
12262024-08-12T21:57:37.266Z Compiling usdt-macro v0.5.0
12272024-08-12T21:57:37.389Z Compiling hubpack v0.1.2
12282024-08-12T21:57:37.503Z Compiling serde_urlencoded v0.7.1
12292024-08-12T21:57:37.979Z Compiling hyper v0.14.30
12302024-08-12T21:57:38.042Z Compiling regex v1.10.6
12312024-08-12T21:57:38.896Z Compiling futures-executor v0.3.30
12322024-08-12T21:57:38.985Z Compiling enum-as-inner v0.5.1
12332024-08-12T21:57:39.123Z Compiling hkdf v0.12.4
12342024-08-12T21:57:39.177Z Compiling crypto-bigint v0.5.5
12352024-08-12T21:57:39.393Z Compiling num-bigint v0.4.5
12362024-08-12T21:57:39.456Z Compiling serde_repr v0.1.19
12372024-08-12T21:57:40.009Z Compiling clap_derive v4.5.13
12382024-08-12T21:57:40.631Z Compiling strum_macros v0.25.3
12392024-08-12T21:57:41.870Z Compiling phf_shared v0.10.0
12402024-08-12T21:57:42.298Z Compiling float-cmp v0.9.0
12412024-08-12T21:57:42.530Z Compiling mio v1.0.1
12422024-08-12T21:57:42.611Z Compiling encoding_rs v0.8.34
12432024-08-12T21:57:42.794Z Compiling minimal-lexical v0.2.1
12442024-08-12T21:57:43.396Z Compiling unicode-segmentation v1.11.0
12452024-08-12T21:57:43.785Z Compiling predicates-core v1.0.6
12462024-08-12T21:57:44.194Z Compiling webpki-roots v0.25.4
12472024-08-12T21:57:44.284Z Compiling sync_wrapper v0.1.2
12482024-08-12T21:57:44.353Z Compiling whoami v1.5.1
12492024-08-12T21:57:44.419Z Compiling precomputed-hash v0.1.1
12502024-08-12T21:57:44.545Z Compiling static_assertions v1.1.0
12512024-08-12T21:57:44.642Z Compiling data-encoding v2.6.0
12522024-08-12T21:57:44.871Z Compiling normalize-line-endings v0.3.0
12532024-08-12T21:57:44.991Z Compiling hyper-tls v0.5.0
12542024-08-12T21:57:44.991Z Compiling hyper-rustls v0.24.2
12552024-08-12T21:57:45.129Z Compiling fixedbitset v0.4.2
12562024-08-12T21:57:45.340Z Compiling difflib v0.4.0
12572024-08-12T21:57:45.380Z Compiling dyn-clone v1.0.17
12582024-08-12T21:57:45.400Z Compiling new_debug_unreachable v1.0.6
12592024-08-12T21:57:45.491Z Compiling mime v0.3.17
12602024-08-12T21:57:45.614Z Compiling string_cache v0.8.7
12612024-08-12T21:57:46.115Z Compiling reqwest v0.11.27
12622024-08-12T21:57:46.134Z Compiling predicates v3.1.2
12632024-08-12T21:57:46.977Z Compiling console v0.15.8
12642024-08-12T21:57:47.059Z Compiling petgraph v0.6.5
12652024-08-12T21:57:47.180Z Compiling trust-dns-proto v0.22.0
12662024-08-12T21:57:47.861Z Compiling clap v4.5.15
12672024-08-12T21:57:47.989Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12682024-08-12T21:57:48.090Z Compiling tokio-postgres v0.7.11
12692024-08-12T21:57:48.497Z Compiling toml_edit v0.22.20
12702024-08-12T21:57:49.462Z Compiling similar v2.5.0
12712024-08-12T21:57:50.613Z Compiling nom v7.1.3
12722024-08-12T21:57:51.286Z Compiling signal-hook-mio v0.2.4
12732024-08-12T21:57:51.467Z Compiling usdt v0.5.0
12742024-08-12T21:57:51.990Z Compiling yasna v0.5.2
12752024-08-12T21:57:52.197Z Compiling elliptic-curve v0.13.8
12762024-08-12T21:57:53.032Z Compiling futures v0.3.30
12772024-08-12T21:57:53.175Z Compiling flate2 v1.0.31
12782024-08-12T21:57:53.865Z Compiling toml v0.7.8
12792024-08-12T21:57:54.170Z Compiling cipher v0.4.4
12802024-08-12T21:57:54.551Z Compiling tokio-stream v0.1.15
12812024-08-12T21:57:54.704Z Compiling itertools v0.10.5
12822024-08-12T21:57:54.837Z Compiling itertools v0.12.1
12832024-08-12T21:57:55.318Z Compiling bit-set v0.5.3
12842024-08-12T21:57:55.569Z Compiling openapiv3 v2.0.0
12852024-08-12T21:57:55.610Z Compiling hex v0.4.3
12862024-08-12T21:57:55.629Z Compiling bstr v1.9.1
12872024-08-12T21:57:55.708Z Compiling num-iter v0.1.45
12882024-08-12T21:57:55.906Z Compiling crossbeam-epoch v0.9.18
12892024-08-12T21:57:56.255Z Compiling dirs-sys-next v0.1.2
12902024-08-12T21:57:56.718Z Compiling peg-runtime v0.8.3
12912024-08-12T21:57:56.915Z Compiling lalrpop-util v0.19.12
12922024-08-12T21:57:57.059Z Compiling unicode-xid v0.2.4
12932024-08-12T21:57:57.231Z Compiling dirs-next v2.0.0
12942024-08-12T21:57:57.275Z Compiling thread_local v1.1.8
12952024-08-12T21:57:57.357Z Compiling slog-async v2.8.0
12962024-08-12T21:57:57.400Z Compiling term v0.7.0
12972024-08-12T21:57:57.431Z Compiling xattr v1.3.1
12982024-08-12T21:57:57.508Z Compiling strum_macros v0.26.4
12992024-08-12T21:57:57.702Z Compiling crossbeam-channel v0.5.12
13002024-08-12T21:57:57.830Z Compiling filetime v0.2.24
13012024-08-12T21:57:57.893Z Compiling is-terminal v0.4.12
13022024-08-12T21:57:57.965Z Compiling take_mut v0.2.2
13032024-08-12T21:57:58.038Z Compiling tar v0.4.41
13042024-08-12T21:57:58.117Z Compiling slog-term v2.9.1
13052024-08-12T21:57:58.146Z Compiling camino v1.1.7
13062024-08-12T21:58:00.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13072024-08-12T21:58:00.885Z Compiling strum v0.26.3
13082024-08-12T21:58:00.965Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13092024-08-12T21:58:06.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
13102024-08-12T21:58:06.189Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13112024-08-12T21:58:06.235ZAug 12 21:58:05.461 INFO Starting download, target: Clickhouse
13122024-08-12T21:58:06.235ZAug 12 21:58:05.461 INFO Starting download, target: Cockroach
13132024-08-12T21:58:06.236ZAug 12 21:58:05.461 INFO Starting download, target: Console
13142024-08-12T21:58:06.240ZAug 12 21:58:05.461 INFO Starting download, target: DendriteOpenapi
13152024-08-12T21:58:06.240ZAug 12 21:58:05.461 INFO Starting download, target: DendriteStub
13162024-08-12T21:58:06.240ZAug 12 21:58:05.461 INFO Starting download, target: MaghemiteMgd
13172024-08-12T21:58:06.240ZAug 12 21:58:05.461 INFO Starting download, target: TransceiverControl
13182024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13192024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13202024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13212024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13222024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13232024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13242024-08-12T21:58:06.240ZAug 12 21:58:05.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13252024-08-12T21:58:06.355ZAug 12 21:58:05.579 INFO Download complete, target: DendriteOpenapi
13262024-08-12T21:58:06.641ZAug 12 21:58:05.865 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13272024-08-12T21:58:06.734ZAug 12 21:58:05.959 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13282024-08-12T21:58:06.826ZAug 12 21:58:06.051 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13292024-08-12T21:58:07.165ZAug 12 21:58:06.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13302024-08-12T21:58:07.221ZAug 12 21:58:06.446 INFO Download complete, target: Console
13312024-08-12T21:58:07.384ZAug 12 21:58:06.609 INFO Download complete, target: TransceiverControl
13322024-08-12T21:58:08.252ZAug 12 21:58:07.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13332024-08-12T21:58:09.763ZAug 12 21:58:08.988 INFO Download complete, target: DendriteStub
13342024-08-12T21:58:10.378ZAug 12 21:58:09.603 INFO Download complete, target: MaghemiteMgd
13352024-08-12T21:58:11.313ZAug 12 21:58:10.538 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13362024-08-12T21:58:11.313ZAug 12 21:58:10.538 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13372024-08-12T21:58:19.211ZAug 12 21:58:18.435 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13382024-08-12T21:58:19.547ZAug 12 21:58:18.771 INFO Checking that binary works, target: Cockroach
13392024-08-12T21:58:19.704ZAug 12 21:58:18.928 INFO Download complete, target: Cockroach
13402024-08-12T21:58:22.208ZAug 12 21:58:21.430 INFO Checking that binary works, target: Clickhouse
13412024-08-12T21:58:22.526ZAug 12 21:58:21.749 INFO Download complete, target: Clickhouse
13422024-08-12T21:58:22.582ZAll builder prerequisites installed successfully, and PATH looks valid
13432024-08-12T21:58:22.585Z
13442024-08-12T21:58:22.585Zreal 4:04.540903050
13452024-08-12T21:58:22.585Zuser 11:09.004566463
13462024-08-12T21:58:22.585Zsys 2:21.550463515
13472024-08-12T21:58:22.585Ztrap 0.417216517
13482024-08-12T21:58:22.585Ztflt 4.779278326
13492024-08-12T21:58:22.585Zdflt 5.116962917
13502024-08-12T21:58:22.585Zkflt 0.155437209
13512024-08-12T21:58:22.585Zlock 20:58.642788354
13522024-08-12T21:58:22.585Zslp 43:47.735045613
13532024-08-12T21:58:22.585Zlat 38.457018525
13542024-08-12T21:58:22.585Zstop 1:39.286913405
13552024-08-12T21:58:22.585Z+ banner hack-check
13562024-08-12T21:58:22.588Z
13572024-08-12T21:58:22.588Z # # ## #### # # #### # # ###### #### # #
13582024-08-12T21:58:22.588Z # # # # # # # # # # # # # # # # #
13592024-08-12T21:58:22.588Z ###### # # # #### ##### # ###### ##### # ####
13602024-08-12T21:58:22.589Z # # ###### # # # # # # # # # #
13612024-08-12T21:58:22.589Z # # # # # # # # # # # # # # # # #
13622024-08-12T21:58:22.589Z # # # # #### # # #### # # ###### #### # #
13632024-08-12T21:58:22.589Z
13642024-08-12T21:58:22.589Z+ export CARGO_INCREMENTAL=0
13652024-08-12T21:58:22.589Z+ CARGO_INCREMENTAL=0
13662024-08-12T21:58:22.589Z+ ptime -m timeout 2h cargo xtask check-features --ci
13672024-08-12T21:58:23.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13682024-08-12T21:58:26.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
13692024-08-12T21:58:26.738Z Running `target/debug/xtask check-features --ci`
13702024-08-12T21:58:26.759Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13712024-08-12T21:58:26.761Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13722024-08-12T21:58:27.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13732024-08-12T21:58:27.261Z Running `target/debug/xtask download cargo-hack`
13742024-08-12T21:58:28.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-08-12T21:58:28.444Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13762024-08-12T21:58:32.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
13772024-08-12T21:58:33.038Z Running `target/debug/xtask-downloader cargo-hack`
13782024-08-12T21:58:33.078ZAug 12 21:58:32.300 INFO Starting download, target: CargoHack
13792024-08-12T21:58:33.081ZAug 12 21:58:32.301 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13802024-08-12T21:58:33.745ZAug 12 21:58:32.968 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13812024-08-12T21:58:33.841ZAug 12 21:58:33.063 INFO Download complete, target: CargoHack
13822024-08-12T21:58:33.845Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13832024-08-12T21:58:33.862Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13842024-08-12T21:58:34.018Zinfo: running `cargo check --bins` on api_identity (1/147)
13852024-08-12T21:58:34.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-08-12T21:58:34.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-08-12T21:58:34.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-08-12T21:58:34.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13892024-08-12T21:58:34.638Z
13902024-08-12T21:58:34.638Zinfo: running `cargo check --bins` on bootstore (2/147)
13912024-08-12T21:58:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-08-12T21:58:35.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-08-12T21:58:35.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-08-12T21:58:35.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
13952024-08-12T21:58:35.283Z
13962024-08-12T21:58:35.283Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
13972024-08-12T21:58:35.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-08-12T21:58:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-08-12T21:58:35.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-08-12T21:58:35.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14012024-08-12T21:58:35.916Z
14022024-08-12T21:58:35.916Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
14032024-08-12T21:58:36.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-12T21:58:36.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-12T21:58:36.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-12T21:58:36.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14072024-08-12T21:58:36.539Z
14082024-08-12T21:58:36.539Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14092024-08-12T21:58:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-12T21:58:36.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-12T21:58:36.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-12T21:58:36.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14132024-08-12T21:58:37.004Z
14142024-08-12T21:58:37.004Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14152024-08-12T21:58:37.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-12T21:58:37.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-12T21:58:37.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-12T21:58:37.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14192024-08-12T21:58:37.466Z
14202024-08-12T21:58:37.466Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14212024-08-12T21:58:37.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-12T21:58:37.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-12T21:58:37.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-12T21:58:37.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14252024-08-12T21:58:37.926Z
14262024-08-12T21:58:37.926Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14272024-08-12T21:58:38.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-12T21:58:38.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-12T21:58:38.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-12T21:58:38.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14312024-08-12T21:58:38.384Z
14322024-08-12T21:58:38.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14332024-08-12T21:58:38.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-12T21:58:38.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-12T21:58:38.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-12T21:58:38.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14372024-08-12T21:58:38.839Z
14382024-08-12T21:58:38.839Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14392024-08-12T21:58:39.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-12T21:58:39.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-12T21:58:39.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-12T21:58:39.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14432024-08-12T21:58:39.301Z
14442024-08-12T21:58:39.301Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14452024-08-12T21:58:39.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-12T21:58:39.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-12T21:58:39.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-12T21:58:39.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14492024-08-12T21:58:39.763Z
14502024-08-12T21:58:39.763Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14512024-08-12T21:58:40.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-12T21:58:40.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-12T21:58:40.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-12T21:58:40.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14552024-08-12T21:58:40.222Z
14562024-08-12T21:58:40.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14572024-08-12T21:58:40.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-12T21:58:40.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-12T21:58:40.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-12T21:58:40.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14612024-08-12T21:58:40.692Z
14622024-08-12T21:58:40.692Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14632024-08-12T21:58:41.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-12T21:58:41.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-12T21:58:41.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-12T21:58:41.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14672024-08-12T21:58:41.153Z
14682024-08-12T21:58:41.153Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14692024-08-12T21:58:41.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-12T21:58:41.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-12T21:58:41.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-12T21:58:41.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14732024-08-12T21:58:41.618Z
14742024-08-12T21:58:41.618Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14752024-08-12T21:58:42.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-12T21:58:42.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-12T21:58:42.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-12T21:58:42.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14792024-08-12T21:58:42.076Z
14802024-08-12T21:58:42.076Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14812024-08-12T21:58:42.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-12T21:58:42.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-12T21:58:42.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-12T21:58:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14852024-08-12T21:58:42.532Z
14862024-08-12T21:58:42.532Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14872024-08-12T21:58:42.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-12T21:58:42.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-12T21:58:42.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-12T21:58:42.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14912024-08-12T21:58:42.997Z
14922024-08-12T21:58:42.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14932024-08-12T21:58:43.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-12T21:58:43.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-12T21:58:43.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-12T21:58:43.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14972024-08-12T21:58:43.465Z
14982024-08-12T21:58:43.465Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
14992024-08-12T21:58:43.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-12T21:58:43.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-12T21:58:43.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-12T21:58:43.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15032024-08-12T21:58:43.921Z
15042024-08-12T21:58:43.921Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15052024-08-12T21:58:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-12T21:58:44.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-12T21:58:44.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-12T21:58:44.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15092024-08-12T21:58:44.375Z
15102024-08-12T21:58:44.375Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15112024-08-12T21:58:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-12T21:58:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-12T21:58:44.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-12T21:58:44.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15152024-08-12T21:58:44.845Z
15162024-08-12T21:58:44.845Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15172024-08-12T21:58:45.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-12T21:58:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-12T21:58:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-12T21:58:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15212024-08-12T21:58:45.317Z
15222024-08-12T21:58:45.317Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15232024-08-12T21:58:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-12T21:58:45.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-12T21:58:45.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-12T21:58:45.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15272024-08-12T21:58:45.781Z
15282024-08-12T21:58:45.781Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15292024-08-12T21:58:46.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-12T21:58:46.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-12T21:58:46.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-12T21:58:46.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15332024-08-12T21:58:46.428Z
15342024-08-12T21:58:46.428Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15352024-08-12T21:58:47.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-12T21:58:47.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-12T21:58:47.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-12T21:58:47.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15392024-08-12T21:58:47.082Z
15402024-08-12T21:58:47.082Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15412024-08-12T21:58:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-12T21:58:47.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-12T21:58:47.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-08-12T21:58:47.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15452024-08-12T21:58:47.743Z
15462024-08-12T21:58:47.743Zinfo: running `cargo check --bins` on oxlog (28/147)
15472024-08-12T21:58:48.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-08-12T21:58:48.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-08-12T21:58:48.345Z Checking cfg-if v1.0.0
15502024-08-12T21:58:48.348Z Checking libc v0.2.155
15512024-08-12T21:58:48.428Z Checking memchr v2.7.2
15522024-08-12T21:58:48.448Z Checking serde v1.0.206
15532024-08-12T21:58:48.457Z Checking scopeguard v1.2.0
15542024-08-12T21:58:48.467Z Checking byteorder v1.5.0
15552024-08-12T21:58:48.470Z Checking log v0.4.21
15562024-08-12T21:58:48.489Z Checking zeroize v1.7.0
15572024-08-12T21:58:48.492Z Checking itoa v1.0.11
15582024-08-12T21:58:48.585Z Checking lock_api v0.4.12
15592024-08-12T21:58:48.712Z Checking once_cell v1.19.0
15602024-08-12T21:58:48.747Z Checking pin-project-lite v0.2.14
15612024-08-12T21:58:48.762Z Checking typenum v1.17.0
15622024-08-12T21:58:48.863Z Checking smallvec v1.13.2
15632024-08-12T21:58:48.866Z Checking zerocopy v0.7.34
15642024-08-12T21:58:48.989Z Checking spin v0.9.8
15652024-08-12T21:58:49.007Z Checking tinyvec_macros v0.1.1
15662024-08-12T21:58:49.096Z Checking tinyvec v1.6.0
15672024-08-12T21:58:49.251Z Checking subtle v2.5.0
15682024-08-12T21:58:49.310Z Checking const-oid v0.9.6
15692024-08-12T21:58:49.326Z Checking futures-core v0.3.30
15702024-08-12T21:58:49.497Z Checking futures-sink v0.3.30
15712024-08-12T21:58:49.511Z Checking unicode-bidi v0.3.15
15722024-08-12T21:58:49.606Z Checking getrandom v0.2.14
15732024-08-12T21:58:49.650Z Checking parking_lot_core v0.9.10
15742024-08-12T21:58:49.879Z Checking rand_core v0.6.4
15752024-08-12T21:58:49.973Z Checking signal-hook-registry v1.4.2
15762024-08-12T21:58:50.123Z Checking parking_lot v0.12.2
15772024-08-12T21:58:50.137Z Checking generic-array v0.14.7
15782024-08-12T21:58:50.176Z Checking mio v0.8.11
15792024-08-12T21:58:50.226Z Checking num_cpus v1.16.0
15802024-08-12T21:58:50.347Z Checking socket2 v0.5.7
15812024-08-12T21:58:50.379Z Checking ahash v0.8.11
15822024-08-12T21:58:50.393Z Checking unicode-normalization v0.1.23
15832024-08-12T21:58:50.469Z Checking allocator-api2 v0.2.18
15842024-08-12T21:58:50.812Z Checking libm v0.2.8
15852024-08-12T21:58:50.830Z Checking ryu v1.0.18
15862024-08-12T21:58:50.952Z Checking equivalent v1.0.1
15872024-08-12T21:58:51.053Z Checking futures-channel v0.3.30
15882024-08-12T21:58:51.065Z Checking slab v0.4.9
15892024-08-12T21:58:51.132Z Checking hashbrown v0.14.5
15902024-08-12T21:58:51.166Z Checking futures-task v0.3.30
15912024-08-12T21:58:51.320Z Checking pin-utils v0.1.0
15922024-08-12T21:58:51.335Z Checking crypto-common v0.1.6
15932024-08-12T21:58:51.351Z Checking futures-io v0.3.30
15942024-08-12T21:58:51.389Z Checking block-buffer v0.10.4
15952024-08-12T21:58:51.407Z Checking ppv-lite86 v0.2.17
15962024-08-12T21:58:51.421Z Checking percent-encoding v2.3.1
15972024-08-12T21:58:51.512Z Checking tracing-core v0.1.32
15982024-08-12T21:58:51.526Z Checking futures-util v0.3.30
15992024-08-12T21:58:51.603Z Checking digest v0.10.7
16002024-08-12T21:58:51.629Z Checking untrusted v0.9.0
16012024-08-12T21:58:51.774Z Checking num-traits v0.2.19
16022024-08-12T21:58:51.802Z Checking fnv v1.0.7
16032024-08-12T21:58:51.930Z Checking ring v0.17.8
16042024-08-12T21:58:51.971Z Checking thiserror v1.0.63
16052024-08-12T21:58:52.103Z Checking foreign-types-shared v0.1.1
16062024-08-12T21:58:52.120Z Checking rand_chacha v0.3.1
16072024-08-12T21:58:52.182Z Checking tracing v0.1.40
16082024-08-12T21:58:52.201Z Checking powerfmt v0.2.0
16092024-08-12T21:58:52.365Z Checking base64ct v1.6.0
16102024-08-12T21:58:52.475Z Checking deranged v0.3.11
16112024-08-12T21:58:52.505Z Checking rand v0.8.5
16122024-08-12T21:58:52.556Z Checking foreign-types v0.3.2
16132024-08-12T21:58:52.647Z Checking hmac v0.12.1
16142024-08-12T21:58:52.829Z Checking pem-rfc7468 v0.7.0
16152024-08-12T21:58:52.854Z Checking form_urlencoded v1.2.1
16162024-08-12T21:58:53.063Z Checking openssl-sys v0.9.103
16172024-08-12T21:58:53.099Z Checking unicode-ident v1.0.12
16182024-08-12T21:58:53.265Z Checking num_threads v0.1.7
16192024-08-12T21:58:53.380Z Checking try-lock v0.2.5
16202024-08-12T21:58:53.443Z Checking time-core v0.1.2
16212024-08-12T21:58:53.516Z Checking num-conv v0.1.0
16222024-08-12T21:58:53.597Z Checking flagset v0.4.5
16232024-08-12T21:58:53.678Z Checking bytes v1.7.1
16242024-08-12T21:58:53.770Z Checking indexmap v2.3.0
16252024-08-12T21:58:53.794Z Checking bitflags v2.6.0
16262024-08-12T21:58:53.798Z Checking serde_json v1.0.122
16272024-08-12T21:58:53.848Z Checking siphasher v0.3.11
16282024-08-12T21:58:54.096Z Checking rustls-webpki v0.101.7
16292024-08-12T21:58:54.177Z Checking sct v0.7.1
16302024-08-12T21:58:54.234Z Checking time v0.3.36
16312024-08-12T21:58:54.360Z Checking der v0.7.9
16322024-08-12T21:58:54.379Z Checking openssl v0.10.66
16332024-08-12T21:58:54.521Z Checking tokio v1.38.1
16342024-08-12T21:58:54.841Z Checking http v0.2.12
16352024-08-12T21:58:55.107Z Checking uuid v1.10.0
16362024-08-12T21:58:55.539Z Checking want v0.3.1
16372024-08-12T21:58:55.735Z Checking proc-macro2 v1.0.86
16382024-08-12T21:58:55.749Z Checking idna v0.5.0
16392024-08-12T21:58:56.241Z Checking http-body v0.4.6
16402024-08-12T21:58:56.255Z Checking errno v0.3.9
16412024-08-12T21:58:56.423Z Checking httparse v1.8.0
16422024-08-12T21:58:56.437Z Checking lazy_static v1.5.0
16432024-08-12T21:58:56.551Z Checking aho-corasick v1.1.3
16442024-08-12T21:58:56.608Z Checking scroll v0.12.0
16452024-08-12T21:58:56.632Z Checking iana-time-zone v0.1.60
16462024-08-12T21:58:56.768Z Checking openssl-probe v0.1.5
16472024-08-12T21:58:56.800Z Checking regex-syntax v0.8.4
16482024-08-12T21:58:56.855Z Checking plain v0.2.3
16492024-08-12T21:58:56.919Z Checking adler v1.0.2
16502024-08-12T21:58:56.935Z Checking anstyle v1.0.8
16512024-08-12T21:58:56.998Z Checking utf8parse v0.2.1
16522024-08-12T21:58:57.077Z Checking httpdate v1.0.3
16532024-08-12T21:58:57.094Z Checking cpufeatures v0.2.12
16542024-08-12T21:58:57.135Z Checking ucd-trie v0.1.6
16552024-08-12T21:58:57.183Z Checking finl_unicode v1.2.0
16562024-08-12T21:58:57.283Z Checking tower-service v0.3.2
16572024-08-12T21:58:57.303Z Checking sha2 v0.10.8
16582024-08-12T21:58:57.333Z Checking pest v2.7.10
16592024-08-12T21:58:57.395Z Checking anstyle-parse v0.2.4
16602024-08-12T21:58:57.677Z Checking goblin v0.8.2
16612024-08-12T21:58:57.782Z Checking stringprep v0.1.4
16622024-08-12T21:58:57.863Z Checking miniz_oxide v0.7.2
16632024-08-12T21:58:58.075Z Checking chrono v0.4.38
16642024-08-12T21:58:58.251Z Checking url v2.5.2
16652024-08-12T21:58:58.661Z Checking quote v1.0.36
16662024-08-12T21:58:59.046Z Checking rustix v0.38.34
16672024-08-12T21:58:59.126Z Checking spki v0.7.3
16682024-08-12T21:58:59.434Z Checking rustls v0.21.12
16692024-08-12T21:58:59.875Z Checking serde_spanned v0.6.7
16702024-08-12T21:59:00.037Z Checking regex-automata v0.4.6
16712024-08-12T21:59:00.078Z Checking toml_datetime v0.6.8
16722024-08-12T21:59:00.225Z Checking native-tls v0.2.11
16732024-08-12T21:59:00.241Z Checking num-integer v0.1.46
16742024-08-12T21:59:00.404Z Checking md-5 v0.10.6
16752024-08-12T21:59:00.556Z Checking idna v0.3.0
16762024-08-12T21:59:00.645Z Checking hash32 v0.2.1
16772024-08-12T21:59:00.781Z Checking fallible-iterator v0.2.0
16782024-08-12T21:59:00.960Z Checking anstyle-query v1.0.3
16792024-08-12T21:59:01.093Z Checking is_terminal_polyfill v1.70.0
16802024-08-12T21:59:01.217Z Checking pretty-hex v0.4.1
16812024-08-12T21:59:01.243Z Checking base64 v0.22.1
16822024-08-12T21:59:01.393Z Checking colorchoice v1.0.1
16832024-08-12T21:59:01.422Z Checking gimli v0.28.1
16842024-08-12T21:59:01.456Z Checking psl-types v2.0.11
16852024-08-12T21:59:01.530Z Checking stable_deref_trait v1.2.0
16862024-08-12T21:59:01.636Z Checking heapless v0.7.17
16872024-08-12T21:59:01.652Z Checking publicsuffix v2.2.3
16882024-08-12T21:59:01.707Z Checking postgres-protocol v0.6.7
16892024-08-12T21:59:01.834Z Checking tokio-util v0.7.11
16902024-08-12T21:59:01.896Z Checking tokio-native-tls v0.3.1
16912024-08-12T21:59:02.156Z Checking anstream v0.6.14
16922024-08-12T21:59:02.374Z Checking terminal_size v0.3.0
16932024-08-12T21:59:02.560Z Checking dtrace-parser v0.2.0
16942024-08-12T21:59:02.562Z Checking pkcs8 v0.10.2
16952024-08-12T21:59:02.691Z Checking syn v2.0.72
16962024-08-12T21:59:02.720Z Checking h2 v0.3.26
16972024-08-12T21:59:02.752Z Checking tokio-rustls v0.24.1
16982024-08-12T21:59:02.820Z Checking cookie v0.17.0
16992024-08-12T21:59:02.938Z Checking dof v0.3.0
17002024-08-12T21:59:03.008Z Checking phf_shared v0.11.2
17012024-08-12T21:59:03.114Z Checking block-padding v0.3.3
17022024-08-12T21:59:03.255Z Checking ff v0.13.0
17032024-08-12T21:59:03.300Z Checking thread-id v4.2.1
17042024-08-12T21:59:03.331Z Checking object v0.32.2
17052024-08-12T21:59:03.406Z Checking strsim v0.11.1
17062024-08-12T21:59:03.459Z Checking clap_lex v0.7.0
17072024-08-12T21:59:03.545Z Checking winnow v0.5.40
17082024-08-12T21:59:03.679Z Checking ipnet v2.9.0
17092024-08-12T21:59:03.713Z Checking managed v0.8.0
17102024-08-12T21:59:04.105Z Checking base16ct v0.2.0
17112024-08-12T21:59:04.124Z Checking matches v0.1.10
17122024-08-12T21:59:04.214Z Checking base64 v0.21.7
17132024-08-12T21:59:04.306Z Checking bitflags v1.3.2
17142024-08-12T21:59:04.414Z Checking bit-vec v0.6.3
17152024-08-12T21:59:04.694Z Checking regex-automata v0.1.10
17162024-08-12T21:59:04.736Z Checking either v1.13.0
17172024-08-12T21:59:04.798Z Checking rustc-demangle v0.1.24
17182024-08-12T21:59:05.097Z Checking bstr v0.2.17
17192024-08-12T21:59:05.126Z Checking regex v1.10.6
17202024-08-12T21:59:05.251Z Checking rustls-pemfile v1.0.4
17212024-08-12T21:59:05.402Z Checking addr2line v0.21.0
17222024-08-12T21:59:05.472Z Checking smoltcp v0.9.1
17232024-08-12T21:59:05.771Z Checking sec1 v0.7.3
17242024-08-12T21:59:05.928Z Checking idna v0.2.3
17252024-08-12T21:59:05.991Z Checking clap_builder v4.5.15
17262024-08-12T21:59:06.157Z Checking group v0.13.0
17272024-08-12T21:59:06.434Z Checking inout v0.1.3
17282024-08-12T21:59:06.650Z Checking toml_edit v0.19.15
17292024-08-12T21:59:06.675Z Checking phf v0.11.2
17302024-08-12T21:59:06.815Z Checking cookie_store v0.20.0
17312024-08-12T21:59:06.945Z Checking postgres-types v0.2.7
17322024-08-12T21:59:07.017Z Checking num-bigint v0.4.5
17332024-08-12T21:59:07.478Z Checking futures-executor v0.3.30
17342024-08-12T21:59:07.691Z Checking phf_shared v0.10.0
17352024-08-12T21:59:07.706Z Checking hubpack v0.1.2
17362024-08-12T21:59:07.976Z Checking serde_urlencoded v0.7.1
17372024-08-12T21:59:08.043Z Checking float-cmp v0.9.0
17382024-08-12T21:59:08.226Z Checking hkdf v0.12.4
17392024-08-12T21:59:08.407Z Checking zerocopy v0.6.6
17402024-08-12T21:59:08.431Z Checking crossbeam-utils v0.8.19
17412024-08-12T21:59:09.146Z Checking signal-hook v0.3.17
17422024-08-12T21:59:09.146Z Checking crc32fast v1.4.0
17432024-08-12T21:59:09.188Z Checking usdt-impl v0.5.0
17442024-08-12T21:59:09.203Z Checking crypto-bigint v0.5.5
17452024-08-12T21:59:09.205Z Checking hyper v0.14.30
17462024-08-12T21:59:09.236Z Checking mio v1.0.1
17472024-08-12T21:59:09.382Z Checking memmap v0.7.0
17482024-08-12T21:59:09.468Z Checking backtrace v0.3.71
17492024-08-12T21:59:09.502Z Checking encoding_rs v0.8.34
17502024-08-12T21:59:09.600Z Checking minimal-lexical v0.2.1
17512024-08-12T21:59:09.688Z Checking dyn-clone v1.0.17
17522024-08-12T21:59:09.717Z Checking difflib v0.4.0
17532024-08-12T21:59:09.826Z Checking sync_wrapper v0.1.2
17542024-08-12T21:59:09.840Z Checking mime v0.3.17
17552024-08-12T21:59:09.957Z Checking normalize-line-endings v0.3.0
17562024-08-12T21:59:10.005Z Checking data-encoding v2.6.0
17572024-08-12T21:59:10.032Z Checking static_assertions v1.1.0
17582024-08-12T21:59:10.048Z Checking fixedbitset v0.4.2
17592024-08-12T21:59:10.085Z Checking whoami v1.5.1
17602024-08-12T21:59:10.133Z Checking precomputed-hash v0.1.1
17612024-08-12T21:59:10.148Z Checking unicode-width v0.1.13
17622024-08-12T21:59:10.249Z Checking webpki-roots v0.25.4
17632024-08-12T21:59:10.313Z Checking winnow v0.6.18
17642024-08-12T21:59:10.344Z Checking predicates-core v1.0.6
17652024-08-12T21:59:10.395Z Checking unicode-segmentation v1.11.0
17662024-08-12T21:59:10.419Z Checking new_debug_unreachable v1.0.6
17672024-08-12T21:59:10.511Z Checking string_cache v0.8.7
17682024-08-12T21:59:10.539Z Checking predicates v3.1.2
17692024-08-12T21:59:10.688Z Checking trust-dns-proto v0.22.0
17702024-08-12T21:59:10.805Z Checking tokio-postgres v0.7.11
17712024-08-12T21:59:11.062Z Checking similar v2.5.0
17722024-08-12T21:59:11.253Z Checking console v0.15.8
17732024-08-12T21:59:11.847Z Checking petgraph v0.6.5
17742024-08-12T21:59:11.947Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17752024-08-12T21:59:11.950Z Checking anyhow v1.0.86
17762024-08-12T21:59:12.142Z Checking elliptic-curve v0.13.8
17772024-08-12T21:59:12.343Z Checking nom v7.1.3
17782024-08-12T21:59:12.854Z Checking signal-hook-mio v0.2.4
17792024-08-12T21:59:13.018Z Checking schemars v0.8.21
17802024-08-12T21:59:13.370Z Checking toml_edit v0.22.20
17812024-08-12T21:59:13.795Z Checking usdt v0.5.0
17822024-08-12T21:59:14.074Z Checking yasna v0.5.2
17832024-08-12T21:59:14.733Z Checking flate2 v1.0.31
17842024-08-12T21:59:14.817Z Checking toml v0.7.8
17852024-08-12T21:59:15.023Z Checking clap v4.5.15
17862024-08-12T21:59:15.158Z Checking crossbeam-epoch v0.9.18
17872024-08-12T21:59:15.271Z Checking futures v0.3.30
17882024-08-12T21:59:15.335Z Checking cipher v0.4.4
17892024-08-12T21:59:15.397Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902024-08-12T21:59:15.411Z Checking itertools v0.12.1
17912024-08-12T21:59:15.421Z Checking itertools v0.10.5
17922024-08-12T21:59:15.529Z Checking bstr v1.9.1
17932024-08-12T21:59:15.606Z Checking bit-set v0.5.3
17942024-08-12T21:59:15.698Z Checking hyper-rustls v0.24.2
17952024-08-12T21:59:15.726Z Checking hyper-tls v0.5.0
17962024-08-12T21:59:15.861Z Checking fs-err v2.11.0
17972024-08-12T21:59:15.993Z Checking tokio-stream v0.1.15
17982024-08-12T21:59:16.017Z Checking reqwest v0.11.27
17992024-08-12T21:59:16.139Z Checking num-iter v0.1.45
18002024-08-12T21:59:16.321Z Checking slog v2.7.0
18012024-08-12T21:59:16.433Z Checking openapiv3 v2.0.0
18022024-08-12T21:59:16.468Z Checking hex v0.4.3
18032024-08-12T21:59:16.804Z Checking semver v1.0.23
18042024-08-12T21:59:16.821Z Checking peg-runtime v0.8.3
18052024-08-12T21:59:17.007Z Checking lalrpop-util v0.19.12
18062024-08-12T21:59:17.044Z Checking camino v1.1.7
18072024-08-12T21:59:17.119Z Checking sigpipe v0.1.3
18082024-08-12T21:59:19.055Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18092024-08-12T21:59:19.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s
18102024-08-12T21:59:19.503Z
18112024-08-12T21:59:19.503Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18122024-08-12T21:59:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132024-08-12T21:59:20.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142024-08-12T21:59:20.157Z Compiling regress v0.9.1
18152024-08-12T21:59:20.248Z Checking sha1 v0.10.6
18162024-08-12T21:59:20.260Z Checking strum v0.26.3
18172024-08-12T21:59:20.281Z Checking heck v0.5.0
18182024-08-12T21:59:20.296Z Compiling getopts v0.2.21
18192024-08-12T21:59:20.299Z Checking dirs-sys-next v0.1.2
18202024-08-12T21:59:20.309Z Compiling unsafe-libyaml v0.2.11
18212024-08-12T21:59:20.472Z Checking http v1.1.0
18222024-08-12T21:59:20.487Z Checking dirs-next v2.0.0
18232024-08-12T21:59:20.503Z Checking thread_local v1.1.8
18242024-08-12T21:59:20.623Z Checking rustls-pki-types v1.7.0
18252024-08-12T21:59:20.718Z Compiling ident_case v1.0.1
18262024-08-12T21:59:20.784Z Checking term v0.7.0
18272024-08-12T21:59:20.913Z Compiling darling_core v0.20.9
18282024-08-12T21:59:21.040Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18292024-08-12T21:59:21.234Z Checking crossbeam-channel v0.5.12
18302024-08-12T21:59:21.260Z Checking is-terminal v0.4.12
18312024-08-12T21:59:21.385Z Checking atty v0.2.14
18322024-08-12T21:59:21.414Z Checking humantime v2.1.0
18332024-08-12T21:59:21.513Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18342024-08-12T21:59:21.716Z Compiling paste v1.0.15
18352024-08-12T21:59:21.858Z Compiling serde_yaml v0.9.34+deprecated
18362024-08-12T21:59:21.887Z Checking utf-8 v0.7.6
18372024-08-12T21:59:21.981Z Compiling rustls v0.22.4
18382024-08-12T21:59:22.088Z Checking take_mut v0.2.2
18392024-08-12T21:59:22.246Z Checking termcolor v1.4.1
18402024-08-12T21:59:22.317Z Checking slog-async v2.8.0
18412024-08-12T21:59:22.375Z Checking slog-term v2.9.1
18422024-08-12T21:59:22.392Z Checking rustls-webpki v0.102.4
18432024-08-12T21:59:22.598Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18442024-08-12T21:59:22.704Z Checking env_logger v0.9.3
18452024-08-12T21:59:22.887Z Compiling proc-macro-crate v1.3.1
18462024-08-12T21:59:22.976Z Compiling bitstruct_derive v0.1.0
18472024-08-12T21:59:23.171Z Compiling structmeta-derive v0.3.0
18482024-08-12T21:59:23.183Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18492024-08-12T21:59:23.309Z Compiling multer v3.1.0
18502024-08-12T21:59:23.633Z Checking match_cfg v0.1.0
18512024-08-12T21:59:23.729Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18522024-08-12T21:59:23.877Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18532024-08-12T21:59:24.031Z Checking ascii v1.1.0
18542024-08-12T21:59:24.376Z Checking bitstruct v0.1.1
18552024-08-12T21:59:24.445Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18562024-08-12T21:59:24.513Z Compiling num_enum_derive v0.5.11
18572024-08-12T21:59:25.369Z Checking hostname v0.3.1
18582024-08-12T21:59:25.532Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-12T21:59:25.703Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-08-12T21:59:26.110Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18612024-08-12T21:59:26.237Z Compiling structmeta v0.3.0
18622024-08-12T21:59:26.362Z Checking slog-json v2.6.1
18632024-08-12T21:59:26.412Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-08-12T21:59:26.618Z Checking erased-serde v0.3.31
18652024-08-12T21:59:26.664Z Checking serde_arrays v0.1.0
18662024-08-12T21:59:26.679Z Compiling async-stream-impl v0.3.5
18672024-08-12T21:59:26.818Z Compiling foreign-types-macros v0.2.3
18682024-08-12T21:59:27.197Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18692024-08-12T21:59:27.242Z Checking atomic-waker v1.1.2
18702024-08-12T21:59:27.378Z Checking foreign-types-shared v0.3.1
18712024-08-12T21:59:27.496Z Checking arc-swap v1.7.1
18722024-08-12T21:59:27.511Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18732024-08-12T21:59:27.647Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-08-12T21:59:27.884Z Checking waitgroup v0.1.2
18752024-08-12T21:59:27.906Z Checking slog-scope v4.4.0
18762024-08-12T21:59:28.009Z Compiling darling_macro v0.20.9
18772024-08-12T21:59:28.025Z Checking num_enum v0.5.11
18782024-08-12T21:59:28.028Z Checking async-stream v0.3.5
18792024-08-12T21:59:28.088Z Compiling parse-display-derive v0.10.0
18802024-08-12T21:59:28.160Z Checking foreign-types v0.5.0
18812024-08-12T21:59:28.175Z Checking slog-bunyan v2.5.0
18822024-08-12T21:59:28.207Z Compiling proc-macro-error v1.0.4
18832024-08-12T21:59:28.495Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842024-08-12T21:59:28.656Z Checking toml v0.8.19
18852024-08-12T21:59:28.752Z Checking tungstenite v0.20.1
18862024-08-12T21:59:28.901Z Checking rustls-pemfile v2.1.3
18872024-08-12T21:59:28.972Z Compiling darling v0.20.9
18882024-08-12T21:59:29.100Z Compiling serde_with_macros v3.8.3
18892024-08-12T21:59:29.150Z Checking tokio-rustls v0.25.0
18902024-08-12T21:59:29.164Z Compiling heck v0.3.3
18912024-08-12T21:59:29.423Z Checking ipnetwork v0.20.0
18922024-08-12T21:59:29.510Z Checking newtype-uuid v1.1.0
18932024-08-12T21:59:29.598Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18942024-08-12T21:59:29.614Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-08-12T21:59:29.737Z Checking serde_path_to_error v0.1.16
18962024-08-12T21:59:29.777Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18972024-08-12T21:59:30.349Z Checking hostname v0.4.0
18982024-08-12T21:59:30.528Z Checking cstr-argument v0.1.2
18992024-08-12T21:59:30.528Z Checking instant v0.1.12
19002024-08-12T21:59:30.598Z Checking pretty-hex v0.2.1
19012024-08-12T21:59:30.649Z Checking debug-ignore v1.0.5
19022024-08-12T21:59:30.711Z Checking fastrand v2.1.0
19032024-08-12T21:59:30.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19042024-08-12T21:59:30.788Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19052024-08-12T21:59:31.064Z Checking tempfile v3.10.1
19062024-08-12T21:59:31.079Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19072024-08-12T21:59:31.118Z Checking backoff v0.4.0
19082024-08-12T21:59:31.416Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19092024-08-12T21:59:31.435Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19102024-08-12T21:59:31.560Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19112024-08-12T21:59:31.601Z Compiling zone_cfg_derive v0.1.2
19122024-08-12T21:59:31.794Z Checking tokio-tungstenite v0.20.1
19132024-08-12T21:59:31.813Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19142024-08-12T21:59:32.279Z Checking slog-stdlog v4.1.1
19152024-08-12T21:59:32.295Z Checking serde_with v3.8.3
19162024-08-12T21:59:32.448Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19172024-08-12T21:59:32.577Z Checking tungstenite v0.21.0
19182024-08-12T21:59:32.596Z Checking colored v2.1.0
19192024-08-12T21:59:32.774Z Checking parse-display v0.10.0
19202024-08-12T21:59:32.894Z Checking macaddr v1.0.1
19212024-08-12T21:59:32.999Z Checking socket2 v0.4.10
19222024-08-12T21:59:33.189Z Checking base64 v0.13.1
19232024-08-12T21:59:33.240Z Checking zone v0.1.8
19242024-08-12T21:59:33.487Z Checking tokio-tungstenite v0.21.0
19252024-08-12T21:59:33.609Z Checking ron v0.7.1
19262024-08-12T21:59:33.945Z Checking slog-envlogger v2.2.0
19272024-08-12T21:59:33.973Z Checking pem v3.0.4
19282024-08-12T21:59:34.174Z Checking tabwriter v1.4.0
19292024-08-12T21:59:34.243Z Checking xattr v1.3.1
19302024-08-12T21:59:34.404Z Checking portpicker v0.1.1
19312024-08-12T21:59:34.447Z Checking headers-core v0.2.0
19322024-08-12T21:59:34.556Z Checking smf v0.2.3
19332024-08-12T21:59:34.600Z Checking filetime v0.2.24
19342024-08-12T21:59:34.782Z Checking same-file v1.0.6
19352024-08-12T21:59:34.821Z Checking tar v0.4.41
19362024-08-12T21:59:34.967Z Checking walkdir v2.5.0
19372024-08-12T21:59:35.014Z Checking headers v0.3.9
19382024-08-12T21:59:35.247Z Checking rcgen v0.12.1
19392024-08-12T21:59:35.263Z Checking camino-tempfile v1.1.1
19402024-08-12T21:59:35.605Z Checking atomicwrites v0.4.3
19412024-08-12T21:59:35.650Z Checking subprocess v0.2.9
19422024-08-12T21:59:36.680Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-08-12T21:59:36.911Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-08-12T21:59:38.985Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19452024-08-12T21:59:41.156Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19462024-08-12T21:59:41.230Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19472024-08-12T21:59:44.951Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19482024-08-12T21:59:51.600Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19492024-08-12T21:59:51.745Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19502024-08-12T21:59:51.745Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19512024-08-12T21:59:54.382Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19522024-08-12T21:59:54.738Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19532024-08-12T22:00:00.625Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19542024-08-12T22:00:02.063Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19552024-08-12T22:00:03.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s
19562024-08-12T22:00:03.406Z
19572024-08-12T22:00:03.406Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19582024-08-12T22:00:03.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592024-08-12T22:00:03.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602024-08-12T22:00:04.054Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19612024-08-12T22:00:05.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
19622024-08-12T22:00:05.472Z
19632024-08-12T22:00:05.472Zinfo: running `cargo check --bins` on nexus-config (31/147)
19642024-08-12T22:00:06.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652024-08-12T22:00:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662024-08-12T22:00:06.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672024-08-12T22:00:06.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19682024-08-12T22:00:06.108Z
19692024-08-12T22:00:06.108Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19702024-08-12T22:00:06.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712024-08-12T22:00:06.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722024-08-12T22:00:06.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732024-08-12T22:00:06.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19742024-08-12T22:00:06.714Z
19752024-08-12T22:00:06.714Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19762024-08-12T22:00:07.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772024-08-12T22:00:07.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782024-08-12T22:00:07.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792024-08-12T22:00:07.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19802024-08-12T22:00:07.341Z
19812024-08-12T22:00:07.341Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19822024-08-12T22:00:07.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832024-08-12T22:00:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842024-08-12T22:00:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852024-08-12T22:00:07.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19862024-08-12T22:00:07.989Z
19872024-08-12T22:00:07.989Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19882024-08-12T22:00:08.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892024-08-12T22:00:08.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902024-08-12T22:00:08.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912024-08-12T22:00:08.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19922024-08-12T22:00:08.592Z
19932024-08-12T22:00:08.592Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
19942024-08-12T22:00:09.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952024-08-12T22:00:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962024-08-12T22:00:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972024-08-12T22:00:09.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19982024-08-12T22:00:09.243Z
19992024-08-12T22:00:09.243Zinfo: running `cargo check --bins` on dns-service-client (37/147)
20002024-08-12T22:00:09.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012024-08-12T22:00:09.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022024-08-12T22:00:09.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032024-08-12T22:00:09.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20042024-08-12T22:00:09.843Z
20052024-08-12T22:00:09.843Zinfo: running `cargo check --bins` on dpd-client (38/147)
20062024-08-12T22:00:10.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072024-08-12T22:00:10.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082024-08-12T22:00:10.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092024-08-12T22:00:10.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20102024-08-12T22:00:10.459Z
20112024-08-12T22:00:10.459Zinfo: running `cargo check --bins` on gateway-client (39/147)
20122024-08-12T22:00:11.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-08-12T22:00:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-08-12T22:00:11.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152024-08-12T22:00:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20162024-08-12T22:00:11.070Z
20172024-08-12T22:00:11.071Zinfo: running `cargo check --bins` on installinator-client (40/147)
20182024-08-12T22:00:11.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192024-08-12T22:00:11.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202024-08-12T22:00:11.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212024-08-12T22:00:11.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20222024-08-12T22:00:11.720Z
20232024-08-12T22:00:11.720Zinfo: running `cargo check --bins` on installinator-common (41/147)
20242024-08-12T22:00:12.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252024-08-12T22:00:12.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262024-08-12T22:00:12.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272024-08-12T22:00:12.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20282024-08-12T22:00:12.369Z
20292024-08-12T22:00:12.369Zinfo: running `cargo check --bins` on update-engine (42/147)
20302024-08-12T22:00:12.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312024-08-12T22:00:12.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322024-08-12T22:00:12.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332024-08-12T22:00:12.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20342024-08-12T22:00:12.975Z
20352024-08-12T22:00:12.975Zinfo: running `cargo check --bins` on nexus-client (43/147)
20362024-08-12T22:00:13.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372024-08-12T22:00:13.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382024-08-12T22:00:13.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392024-08-12T22:00:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20402024-08-12T22:00:13.616Z
20412024-08-12T22:00:13.616Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20422024-08-12T22:00:14.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432024-08-12T22:00:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442024-08-12T22:00:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452024-08-12T22:00:14.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20462024-08-12T22:00:14.258Z
20472024-08-12T22:00:14.258Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20482024-08-12T22:00:14.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-08-12T22:00:14.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-08-12T22:00:14.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-08-12T22:00:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20522024-08-12T22:00:14.857Z
20532024-08-12T22:00:14.857Zinfo: running `cargo check --bins` on nexus-types (46/147)
20542024-08-12T22:00:15.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-08-12T22:00:15.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-08-12T22:00:15.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-08-12T22:00:15.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20582024-08-12T22:00:15.496Z
20592024-08-12T22:00:15.496Zinfo: running `cargo check --bins` on oxide-client (47/147)
20602024-08-12T22:00:16.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-08-12T22:00:16.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-08-12T22:00:16.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-08-12T22:00:16.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20642024-08-12T22:00:16.089Z
20652024-08-12T22:00:16.089Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20662024-08-12T22:00:16.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-08-12T22:00:16.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-08-12T22:00:16.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-08-12T22:00:16.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20702024-08-12T22:00:16.708Z
20712024-08-12T22:00:16.708Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20722024-08-12T22:00:17.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-08-12T22:00:17.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-08-12T22:00:17.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-08-12T22:00:17.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20762024-08-12T22:00:17.344Z
20772024-08-12T22:00:17.344Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20782024-08-12T22:00:17.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-08-12T22:00:17.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-08-12T22:00:17.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-08-12T22:00:17.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20822024-08-12T22:00:17.996Z
20832024-08-12T22:00:17.996Zinfo: running `cargo check --bins` on wicket-common (51/147)
20842024-08-12T22:00:18.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-08-12T22:00:18.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-08-12T22:00:18.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-08-12T22:00:18.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20882024-08-12T22:00:18.633Z
20892024-08-12T22:00:18.633Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20902024-08-12T22:00:19.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-08-12T22:00:19.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-08-12T22:00:19.268Z Compiling heapless v0.8.0
20932024-08-12T22:00:19.271Z Checking hash32 v0.3.1
20942024-08-12T22:00:19.363Z Compiling smoltcp v0.11.0
20952024-08-12T22:00:19.374Z Checking embedded-io v0.4.0
20962024-08-12T22:00:19.377Z Checking cobs v0.2.3
20972024-08-12T22:00:19.394Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20982024-08-12T22:00:19.397Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20992024-08-12T22:00:19.420Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21002024-08-12T22:00:19.501Z Compiling crucible-workspace-hack v0.1.0
21012024-08-12T22:00:19.539Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21022024-08-12T22:00:19.556Z Checking postcard v1.0.8
21032024-08-12T22:00:19.556Z Checking csv-core v0.1.11
21042024-08-12T22:00:19.745Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21052024-08-12T22:00:19.799Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21062024-08-12T22:00:19.868Z Checking csv v1.3.0
21072024-08-12T22:00:20.064Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21082024-08-12T22:00:20.082Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21092024-08-12T22:00:20.244Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21102024-08-12T22:00:20.296Z Compiling num-derive v0.4.2
21112024-08-12T22:00:20.444Z Compiling slog-dtrace v0.3.0
21122024-08-12T22:00:20.585Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21132024-08-12T22:00:20.733Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21142024-08-12T22:00:20.791Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21152024-08-12T22:00:20.847Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21162024-08-12T22:00:21.292Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21172024-08-12T22:00:21.542Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21182024-08-12T22:00:22.075Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21192024-08-12T22:00:23.213Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21202024-08-12T22:00:24.104Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21212024-08-12T22:00:25.193Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21222024-08-12T22:00:28.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
21232024-08-12T22:00:28.187Z
21242024-08-12T22:00:28.187Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21252024-08-12T22:00:28.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-08-12T22:00:28.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-08-12T22:00:28.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-08-12T22:00:28.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21292024-08-12T22:00:28.812Z
21302024-08-12T22:00:28.812Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21312024-08-12T22:00:29.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-08-12T22:00:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-08-12T22:00:29.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-08-12T22:00:29.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21352024-08-12T22:00:29.440Z
21362024-08-12T22:00:29.441Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21372024-08-12T22:00:30.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-08-12T22:00:30.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-08-12T22:00:30.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-08-12T22:00:30.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21412024-08-12T22:00:30.182Z
21422024-08-12T22:00:30.182Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21432024-08-12T22:00:30.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-12T22:00:30.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-12T22:00:30.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-08-12T22:00:30.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21472024-08-12T22:00:30.920Z
21482024-08-12T22:00:30.920Zinfo: running `cargo check --bins` on dns-server (57/147)
21492024-08-12T22:00:31.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-08-12T22:00:31.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-08-12T22:00:31.545Z Compiling parking_lot_core v0.8.6
21522024-08-12T22:00:31.631Z Checking nibble_vec v0.1.0
21532024-08-12T22:00:31.634Z Checking endian-type v0.1.2
21542024-08-12T22:00:31.649Z Checking newline-converter v0.3.0
21552024-08-12T22:00:31.652Z Checking quick-error v1.2.3
21562024-08-12T22:00:31.652Z Checking linked-hash-map v0.5.6
21572024-08-12T22:00:31.659Z Checking fxhash v0.2.1
21582024-08-12T22:00:31.661Z Checking toml v0.5.11
21592024-08-12T22:00:31.780Z Checking expectorate v1.1.0
21602024-08-12T22:00:31.780Z Checking resolv-conf v0.7.0
21612024-08-12T22:00:31.809Z Checking radix_trie v0.2.1
21622024-08-12T22:00:31.812Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21632024-08-12T22:00:31.945Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21642024-08-12T22:00:31.999Z Checking lru-cache v0.1.2
21652024-08-12T22:00:32.158Z Checking trust-dns-client v0.22.0
21662024-08-12T22:00:32.161Z Checking trust-dns-resolver v0.22.0
21672024-08-12T22:00:32.347Z Checking parking_lot v0.11.2
21682024-08-12T22:00:32.587Z Checking sled v0.34.7
21692024-08-12T22:00:33.127Z Checking trust-dns-server v0.22.1
21702024-08-12T22:00:34.782Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21712024-08-12T22:00:35.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s
21722024-08-12T22:00:36.072Z
21732024-08-12T22:00:36.072Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21742024-08-12T22:00:36.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-08-12T22:00:36.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-08-12T22:00:36.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-08-12T22:00:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21782024-08-12T22:00:36.686Z
21792024-08-12T22:00:36.686Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21802024-08-12T22:00:37.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-08-12T22:00:37.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-08-12T22:00:37.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-08-12T22:00:37.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21842024-08-12T22:00:37.368Z
21852024-08-12T22:00:37.368Zinfo: running `cargo check --bins` on gateway-types (60/147)
21862024-08-12T22:00:37.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-08-12T22:00:37.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-08-12T22:00:37.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-08-12T22:00:37.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21902024-08-12T22:00:38.022Z
21912024-08-12T22:00:38.022Zinfo: running `cargo check --bins` on ipcc (61/147)
21922024-08-12T22:00:38.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-08-12T22:00:38.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-08-12T22:00:38.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-08-12T22:00:38.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21962024-08-12T22:00:38.668Z
21972024-08-12T22:00:38.668Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
21982024-08-12T22:00:39.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-08-12T22:00:39.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-08-12T22:00:39.365Z Compiling radium v0.7.0
22012024-08-12T22:00:39.456Z Checking tap v1.0.1
22022024-08-12T22:00:39.456Z Compiling maybe-uninit v2.0.0
22032024-08-12T22:00:39.481Z Compiling bzip2-sys v0.1.11+1.0.8
22042024-08-12T22:00:39.483Z Compiling num-bigint-dig v0.8.4
22052024-08-12T22:00:39.483Z Checking crc-catalog v2.4.0
22062024-08-12T22:00:39.483Z Checking funty v2.0.0
22072024-08-12T22:00:39.483Z Compiling packed_struct v0.10.1
22082024-08-12T22:00:39.599Z Checking wyz v0.5.1
22092024-08-12T22:00:39.689Z Checking crc v3.2.1
22102024-08-12T22:00:39.872Z Compiling packed_struct_codegen v0.10.1
22112024-08-12T22:00:39.978Z Compiling indexmap v1.9.3
22122024-08-12T22:00:40.112Z Checking half v2.4.1
22132024-08-12T22:00:40.148Z Checking ciborium-io v0.2.2
22142024-08-12T22:00:40.275Z Checking nodrop v0.1.14
22152024-08-12T22:00:40.311Z Checking smallvec v0.6.14
22162024-08-12T22:00:40.382Z Checking array-init v0.0.4
22172024-08-12T22:00:40.438Z Checking bitvec v1.0.1
22182024-08-12T22:00:40.471Z Checking pkcs1 v0.7.5
22192024-08-12T22:00:40.572Z Checking ciborium-ll v0.2.2
22202024-08-12T22:00:40.727Z Checking signature v2.2.0
22212024-08-12T22:00:40.799Z Compiling memoffset v0.9.1
22222024-08-12T22:00:40.862Z Checking hashbrown v0.12.3
22232024-08-12T22:00:40.877Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22242024-08-12T22:00:40.920Z Checking bitfield v0.14.0
22252024-08-12T22:00:41.127Z Checking env_logger v0.10.2
22262024-08-12T22:00:41.248Z Checking ciborium v0.2.2
22272024-08-12T22:00:41.335Z Checking bzip2 v0.4.4
22282024-08-12T22:00:41.462Z Checking serde-hex v0.1.0
22292024-08-12T22:00:41.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302024-08-12T22:00:41.640Z Checking ron v0.8.1
22312024-08-12T22:00:41.813Z Checking x509-cert v0.2.5
22322024-08-12T22:00:42.306Z Checking hashbrown v0.13.2
22332024-08-12T22:00:42.551Z Checking rsa v0.9.6
22342024-08-12T22:00:42.666Z Checking crc-any v2.5.0
22352024-08-12T22:00:42.993Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362024-08-12T22:00:43.065Z Checking zip v0.6.6
22372024-08-12T22:00:43.370Z Checking object v0.30.4
22382024-08-12T22:00:43.373Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22392024-08-12T22:00:43.447Z Checking path-slash v0.1.5
22402024-08-12T22:00:43.513Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22412024-08-12T22:00:43.593Z Checking nix v0.27.1
22422024-08-12T22:00:43.632Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22432024-08-12T22:00:43.762Z Checking serde-big-array v0.5.1
22442024-08-12T22:00:43.779Z Checking signal-hook-tokio v0.3.1
22452024-08-12T22:00:45.773Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22462024-08-12T22:00:46.378Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22472024-08-12T22:00:53.607Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22482024-08-12T22:00:54.903Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22492024-08-12T22:00:56.763Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22502024-08-12T22:00:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
22512024-08-12T22:00:58.859Z
22522024-08-12T22:00:58.859Zinfo: running `cargo check --bins` on gateway-api (63/147)
22532024-08-12T22:00:59.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-08-12T22:00:59.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-08-12T22:00:59.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-08-12T22:00:59.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22572024-08-12T22:00:59.501Z
22582024-08-12T22:00:59.501Zinfo: running `cargo check --bins` on sp-sim (64/147)
22592024-08-12T22:01:00.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-08-12T22:01:00.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-08-12T22:01:00.148Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22622024-08-12T22:01:01.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
22632024-08-12T22:01:01.941Z
22642024-08-12T22:01:01.941Zinfo: running `cargo check --bins` on internal-dns (65/147)
22652024-08-12T22:01:02.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-08-12T22:01:02.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-08-12T22:01:02.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682024-08-12T22:01:02.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22692024-08-12T22:01:02.573Z
22702024-08-12T22:01:02.573Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22712024-08-12T22:01:03.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-08-12T22:01:03.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-08-12T22:01:03.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-08-12T22:01:03.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22752024-08-12T22:01:03.243Z
22762024-08-12T22:01:03.243Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22772024-08-12T22:01:03.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-08-12T22:01:03.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-08-12T22:01:03.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-08-12T22:01:03.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22812024-08-12T22:01:03.948Z
22822024-08-12T22:01:03.948Zinfo: running `cargo check --bins` on db-macros (68/147)
22832024-08-12T22:01:04.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-12T22:01:04.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-12T22:01:04.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-12T22:01:04.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22872024-08-12T22:01:04.541Z
22882024-08-12T22:01:04.541Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22892024-08-12T22:01:05.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-12T22:01:05.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-12T22:01:05.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-12T22:01:05.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22932024-08-12T22:01:05.161Z
22942024-08-12T22:01:05.161Zinfo: running `cargo check --bins` on nexus-auth (70/147)
22952024-08-12T22:01:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-12T22:01:05.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-12T22:01:05.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-12T22:01:05.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22992024-08-12T22:01:05.823Z
23002024-08-12T22:01:05.823Zinfo: running `cargo check --bins` on authz-macros (71/147)
23012024-08-12T22:01:06.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-12T22:01:06.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-12T22:01:06.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-12T22:01:06.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23052024-08-12T22:01:06.434Z
23062024-08-12T22:01:06.434Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23072024-08-12T22:01:07.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-12T22:01:07.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-12T22:01:07.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-12T22:01:07.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23112024-08-12T22:01:07.100Z
23122024-08-12T22:01:07.101Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23132024-08-12T22:01:07.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-12T22:01:07.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-12T22:01:07.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-12T22:01:07.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23172024-08-12T22:01:07.751Z
23182024-08-12T22:01:07.751Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23192024-08-12T22:01:08.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-12T22:01:08.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-12T22:01:08.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-08-12T22:01:08.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23232024-08-12T22:01:08.379Z
23242024-08-12T22:01:08.379Zinfo: running `cargo check --bins` on oximeter (75/147)
23252024-08-12T22:01:08.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-08-12T22:01:08.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-08-12T22:01:09.019Z Compiling rustls-pki-types v1.7.0
23282024-08-12T22:01:09.106Z Compiling prettyplease v0.2.20
23292024-08-12T22:01:09.109Z Compiling match_cfg v0.1.0
23302024-08-12T22:01:09.130Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23312024-08-12T22:01:09.133Z Compiling slog-json v2.6.1
23322024-08-12T22:01:09.133Z Compiling http v1.1.0
23332024-08-12T22:01:09.167Z Compiling atomic-waker v1.1.2
23342024-08-12T22:01:09.181Z Compiling hostname v0.3.1
23352024-08-12T22:01:09.196Z Compiling async-stream v0.3.5
23362024-08-12T22:01:09.348Z Compiling waitgroup v0.1.2
23372024-08-12T22:01:09.403Z Compiling toml v0.8.19
23382024-08-12T22:01:09.419Z Compiling slog-bunyan v2.5.0
23392024-08-12T22:01:09.477Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23402024-08-12T22:01:09.520Z Compiling rustls-webpki v0.102.4
23412024-08-12T22:01:09.557Z Compiling rustls-pemfile v2.1.3
23422024-08-12T22:01:09.572Z Compiling sha1 v0.10.6
23432024-08-12T22:01:09.617Z Compiling newtype-uuid v1.1.0
23442024-08-12T22:01:09.690Z Compiling ipnetwork v0.20.0
23452024-08-12T22:01:09.912Z Compiling serde_path_to_error v0.1.16
23462024-08-12T22:01:09.918Z Compiling hostname v0.4.0
23472024-08-12T22:01:10.018Z Compiling instant v0.1.12
23482024-08-12T22:01:10.035Z Compiling debug-ignore v1.0.5
23492024-08-12T22:01:10.181Z Compiling backoff v0.4.0
23502024-08-12T22:01:10.198Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23512024-08-12T22:01:10.201Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23522024-08-12T22:01:10.550Z Compiling rustls v0.22.4
23532024-08-12T22:01:10.564Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23542024-08-12T22:01:10.617Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552024-08-12T22:01:10.769Z Compiling multer v3.1.0
23562024-08-12T22:01:10.789Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23572024-08-12T22:01:10.971Z Compiling parse-display v0.10.0
23582024-08-12T22:01:11.191Z Compiling serde_with v3.8.3
23592024-08-12T22:01:11.653Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23602024-08-12T22:01:11.688Z Compiling num-rational v0.4.2
23612024-08-12T22:01:11.703Z Compiling num-complex v0.4.6
23622024-08-12T22:01:11.818Z Compiling macaddr v1.0.1
23632024-08-12T22:01:12.672Z Compiling float-ord v0.3.2
23642024-08-12T22:01:12.821Z Compiling num v0.4.3
23652024-08-12T22:01:13.927Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23662024-08-12T22:01:14.491Z Compiling tokio-rustls v0.25.0
23672024-08-12T22:01:14.779Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23682024-08-12T22:01:18.164Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23692024-08-12T22:01:29.574Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23702024-08-12T22:01:33.553Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23712024-08-12T22:01:34.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.82s
23722024-08-12T22:01:34.391Z
23732024-08-12T22:01:34.391Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23742024-08-12T22:01:34.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-08-12T22:01:34.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-08-12T22:01:34.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-08-12T22:01:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23782024-08-12T22:01:35.019Z
23792024-08-12T22:01:35.019Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23802024-08-12T22:01:35.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-08-12T22:01:35.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-08-12T22:01:35.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-08-12T22:01:35.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23842024-08-12T22:01:35.654Z
23852024-08-12T22:01:35.654Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23862024-08-12T22:01:36.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-08-12T22:01:36.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-08-12T22:01:36.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-08-12T22:01:36.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23902024-08-12T22:01:36.301Z
23912024-08-12T22:01:36.301Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23922024-08-12T22:01:36.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-08-12T22:01:36.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-08-12T22:01:36.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-08-12T22:01:36.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23962024-08-12T22:01:36.961Z
23972024-08-12T22:01:36.961Zinfo: running `cargo check --bins` on typed-rng (80/147)
23982024-08-12T22:01:37.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-08-12T22:01:37.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-08-12T22:01:37.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-08-12T22:01:37.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24022024-08-12T22:01:37.580Z
24032024-08-12T22:01:37.580Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
24042024-08-12T22:01:38.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-08-12T22:01:38.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-08-12T22:01:38.335Z Checking password-hash v0.5.0
24072024-08-12T22:01:38.335Z Checking blake2 v0.10.6
24082024-08-12T22:01:38.338Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24092024-08-12T22:01:38.338Z Compiling semver v0.1.20
24102024-08-12T22:01:38.338Z Compiling convert_case v0.4.0
24112024-08-12T22:01:38.442Z Compiling rayon-core v1.12.1
24122024-08-12T22:01:38.500Z Compiling crossbeam-deque v0.8.5
24132024-08-12T22:01:38.503Z Compiling unicase v2.7.0
24142024-08-12T22:01:38.789Z Compiling rustc_version v0.1.7
24152024-08-12T22:01:38.829Z Compiling libefi-sys v0.1.0
24162024-08-12T22:01:38.859Z Compiling same-file v1.0.6
24172024-08-12T22:01:38.886Z Compiling fastrand v2.1.0
24182024-08-12T22:01:38.910Z Checking argon2 v0.5.3
24192024-08-12T22:01:39.160Z Compiling walkdir v2.5.0
24202024-08-12T22:01:39.226Z Compiling curve25519-dalek v4.1.3
24212024-08-12T22:01:39.276Z Compiling newtype_derive v0.1.6
24222024-08-12T22:01:39.411Z Compiling tempfile v3.10.1
24232024-08-12T22:01:39.461Z Compiling derive_more v0.99.18
24242024-08-12T22:01:39.475Z Compiling bitfield-struct v0.6.1
24252024-08-12T22:01:39.672Z Compiling derive-where v1.2.7
24262024-08-12T22:01:39.842Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272024-08-12T22:01:39.885Z Compiling blake3 v1.5.1
24282024-08-12T22:01:39.954Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24292024-08-12T22:01:40.131Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24302024-08-12T22:01:40.324Z Compiling ring v0.16.20
24312024-08-12T22:01:40.357Z Checking keccak v0.1.5
24322024-08-12T22:01:40.733Z Checking sha3 v0.10.8
24332024-08-12T22:01:41.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24342024-08-12T22:01:41.174Z Compiling rayon v1.10.0
24352024-08-12T22:01:41.466Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24362024-08-12T22:01:41.668Z Checking universal-hash v0.5.1
24372024-08-12T22:01:41.693Z Compiling thiserror-impl-no-std v2.0.2
24382024-08-12T22:01:41.759Z Checking secrecy v0.8.0
24392024-08-12T22:01:41.788Z Compiling curve25519-dalek-derive v0.1.1
24402024-08-12T22:01:41.860Z Compiling memmap2 v0.9.4
24412024-08-12T22:01:41.966Z Compiling spin v0.5.2
24422024-08-12T22:01:42.253Z Compiling arrayvec v0.7.4
24432024-08-12T22:01:42.317Z Compiling untrusted v0.7.1
24442024-08-12T22:01:42.532Z Compiling arrayref v0.3.7
24452024-08-12T22:01:42.684Z Compiling constant_time_eq v0.3.0
24462024-08-12T22:01:42.739Z Checking opaque-debug v0.3.1
24472024-08-12T22:01:42.870Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482024-08-12T22:01:42.889Z Compiling home v0.5.9
24492024-08-12T22:01:42.996Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502024-08-12T22:01:43.185Z Compiling toolchain_find v0.4.0
24512024-08-12T22:01:43.543Z Checking poly1305 v0.8.0
24522024-08-12T22:01:43.715Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532024-08-12T22:01:43.965Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24542024-08-12T22:01:44.078Z Checking steno v0.4.1
24552024-08-12T22:01:44.117Z Compiling camino-tempfile v1.1.1
24562024-08-12T22:01:44.606Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24572024-08-12T22:01:44.715Z Checking chacha20 v0.9.1
24582024-08-12T22:01:45.088Z Checking gethostname v0.5.0
24592024-08-12T22:01:45.179Z Checking thiserror-no-std v2.0.2
24602024-08-12T22:01:45.225Z Checking aead v0.5.2
24612024-08-12T22:01:45.296Z Compiling topological-sort v0.2.2
24622024-08-12T22:01:45.356Z Compiling cancel-safe-futures v0.1.5
24632024-08-12T22:01:45.491Z Checking chacha20poly1305 v0.10.1
24642024-08-12T22:01:45.558Z Checking vsss-rs v3.3.4
24652024-08-12T22:01:45.790Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24662024-08-12T22:01:46.163Z Compiling mime_guess v2.0.4
24672024-08-12T22:01:46.534Z Compiling omicron-zone-package v0.11.0
24682024-08-12T22:01:46.988Z Compiling rustfmt-wrapper v0.2.1
24692024-08-12T22:01:47.303Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24702024-08-12T22:01:47.571Z Checking glob v0.3.1
24712024-08-12T22:01:47.914Z Checking libsw v3.3.1
24722024-08-12T22:01:47.943Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24732024-08-12T22:01:48.034Z Checking owo-colors v4.0.0
24742024-08-12T22:01:48.098Z Checking swrite v0.1.0
24752024-08-12T22:01:48.172Z Checking linear-map v1.2.0
24762024-08-12T22:01:48.223Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24772024-08-12T22:01:48.507Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24782024-08-12T22:01:48.866Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24792024-08-12T22:01:49.108Z Checking kstat-rs v0.2.4
24802024-08-12T22:01:49.144Z Checking nanorand v0.7.0
24812024-08-12T22:01:49.312Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24822024-08-12T22:01:49.464Z Checking http-range v0.1.5
24832024-08-12T22:01:49.514Z Checking flume v0.11.0
24842024-08-12T22:01:49.654Z Checking hyper-staticfile v0.9.5
24852024-08-12T22:01:49.694Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24862024-08-12T22:01:49.855Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24872024-08-12T22:01:49.927Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24882024-08-12T22:01:49.990Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24892024-08-12T22:01:50.082Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24902024-08-12T22:01:50.434Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24912024-08-12T22:01:51.438Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24922024-08-12T22:01:51.672Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24932024-08-12T22:01:52.948Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24942024-08-12T22:01:53.076Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24952024-08-12T22:01:53.417Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24962024-08-12T22:01:54.014Z Checking itertools v0.13.0
24972024-08-12T22:01:54.129Z Checking display-error-chain v0.2.0
24982024-08-12T22:02:01.218Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24992024-08-12T22:02:06.695Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25002024-08-12T22:02:06.698Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25012024-08-12T22:02:07.401Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25022024-08-12T22:02:21.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s
25032024-08-12T22:02:22.126Z
25042024-08-12T22:02:22.126Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
25052024-08-12T22:02:22.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-08-12T22:02:22.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-08-12T22:02:22.842Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25082024-08-12T22:02:37.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s
25092024-08-12T22:02:37.415Z
25102024-08-12T22:02:37.415Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25112024-08-12T22:02:38.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-08-12T22:02:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-08-12T22:02:38.137Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25142024-08-12T22:02:53.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s
25152024-08-12T22:02:53.518Z
25162024-08-12T22:02:53.518Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25172024-08-12T22:02:54.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-08-12T22:02:54.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-08-12T22:02:54.287Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25202024-08-12T22:03:09.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s
25212024-08-12T22:03:09.630Z
25222024-08-12T22:03:09.630Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25232024-08-12T22:03:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-08-12T22:03:10.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-08-12T22:03:10.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25262024-08-12T22:03:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s
25272024-08-12T22:03:25.050Z
25282024-08-12T22:03:25.051Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25292024-08-12T22:03:25.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-08-12T22:03:25.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-08-12T22:03:25.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25322024-08-12T22:03:40.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s
25332024-08-12T22:03:40.636Z
25342024-08-12T22:03:40.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25352024-08-12T22:03:41.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-08-12T22:03:41.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-08-12T22:03:41.357Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25382024-08-12T22:03:56.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.25s
25392024-08-12T22:03:57.075Z
25402024-08-12T22:03:57.075Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25412024-08-12T22:03:57.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-08-12T22:03:57.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-08-12T22:03:57.826Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25442024-08-12T22:04:12.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
25452024-08-12T22:04:13.106Z
25462024-08-12T22:04:13.106Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25472024-08-12T22:04:13.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-08-12T22:04:13.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-08-12T22:04:13.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-08-12T22:04:13.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25512024-08-12T22:04:13.773Z
25522024-08-12T22:04:13.773Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25532024-08-12T22:04:14.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-08-12T22:04:14.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-08-12T22:04:14.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-08-12T22:04:14.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25572024-08-12T22:04:14.433Z
25582024-08-12T22:04:14.433Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25592024-08-12T22:04:15.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-08-12T22:04:15.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-08-12T22:04:15.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-08-12T22:04:15.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25632024-08-12T22:04:15.079Z
25642024-08-12T22:04:15.079Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25652024-08-12T22:04:15.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-08-12T22:04:15.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-08-12T22:04:15.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-08-12T22:04:15.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25692024-08-12T22:04:15.733Z
25702024-08-12T22:04:15.733Zinfo: running `cargo check --bins` on key-manager (93/147)
25712024-08-12T22:04:16.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-08-12T22:04:16.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-08-12T22:04:16.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-08-12T22:04:16.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-08-12T22:04:16.370Z
25762024-08-12T22:04:16.370Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25772024-08-12T22:04:16.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-12T22:04:16.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-12T22:04:16.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-08-12T22:04:16.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25812024-08-12T22:04:17.020Z
25822024-08-12T22:04:17.020Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25832024-08-12T22:04:17.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-12T22:04:17.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-12T22:04:17.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-08-12T22:04:17.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25872024-08-12T22:04:17.638Z
25882024-08-12T22:04:17.638Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25892024-08-12T22:04:18.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-12T22:04:18.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-12T22:04:18.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-08-12T22:04:18.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25932024-08-12T22:04:18.279Z
25942024-08-12T22:04:18.279Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
25952024-08-12T22:04:18.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-12T22:04:18.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-12T22:04:18.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-08-12T22:04:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25992024-08-12T22:04:18.925Z
26002024-08-12T22:04:18.925Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
26012024-08-12T22:04:19.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-12T22:04:19.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-12T22:04:19.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-08-12T22:04:19.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26052024-08-12T22:04:19.565Z
26062024-08-12T22:04:19.565Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26072024-08-12T22:04:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-12T22:04:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-12T22:04:20.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-08-12T22:04:20.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26112024-08-12T22:04:20.229Z
26122024-08-12T22:04:20.229Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26132024-08-12T22:04:20.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-12T22:04:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-12T22:04:20.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-08-12T22:04:20.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26172024-08-12T22:04:20.860Z
26182024-08-12T22:04:20.861Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26192024-08-12T22:04:21.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-12T22:04:21.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-12T22:04:21.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-12T22:04:21.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26232024-08-12T22:04:21.509Z
26242024-08-12T22:04:21.509Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26252024-08-12T22:04:22.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-12T22:04:22.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-12T22:04:22.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-12T22:04:22.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26292024-08-12T22:04:22.176Z
26302024-08-12T22:04:22.176Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26312024-08-12T22:04:22.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-12T22:04:22.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-12T22:04:22.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-12T22:04:22.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26352024-08-12T22:04:22.850Z
26362024-08-12T22:04:22.851Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26372024-08-12T22:04:23.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-12T22:04:23.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-12T22:04:23.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-08-12T22:04:23.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26412024-08-12T22:04:23.506Z
26422024-08-12T22:04:23.506Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26432024-08-12T22:04:24.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-08-12T22:04:24.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-08-12T22:04:24.192Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26462024-08-12T22:04:24.193Z Checking bcs v0.1.6
26472024-08-12T22:04:24.193Z Compiling async-recursion v1.1.1
26482024-08-12T22:04:24.196Z Checking highway v1.2.0
26492024-08-12T22:04:24.196Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26502024-08-12T22:04:24.196Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26512024-08-12T22:04:25.332Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26522024-08-12T22:04:28.606Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26532024-08-12T22:04:30.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
26542024-08-12T22:04:30.521Z
26552024-08-12T22:04:30.521Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26562024-08-12T22:04:31.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-12T22:04:31.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-12T22:04:31.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-08-12T22:04:31.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26602024-08-12T22:04:31.165Z
26612024-08-12T22:04:31.165Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26622024-08-12T22:04:31.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-12T22:04:31.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-12T22:04:31.824Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-08-12T22:04:32.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
26662024-08-12T22:04:32.575Z
26672024-08-12T22:04:32.575Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26682024-08-12T22:04:33.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-08-12T22:04:33.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-08-12T22:04:33.261Z Compiling cfg_aliases v0.1.1
26712024-08-12T22:04:33.264Z Compiling vte_generate_state_changes v0.1.1
26722024-08-12T22:04:33.264Z Checking fd-lock v4.0.2
26732024-08-12T22:04:33.360Z Checking bytecount v0.6.8
26742024-08-12T22:04:33.378Z Compiling tabled_derive v0.7.0
26752024-08-12T22:04:33.378Z Checking crossterm v0.27.0
26762024-08-12T22:04:33.381Z Compiling peg-macros v0.8.4
26772024-08-12T22:04:33.381Z Compiling sqlparser_derive v0.2.2
26782024-08-12T22:04:33.428Z Compiling nix v0.28.0
26792024-08-12T22:04:33.501Z Checking papergrid v0.11.0
26802024-08-12T22:04:33.523Z Checking home v0.5.9
26812024-08-12T22:04:33.669Z Checking unicode_categories v0.1.1
26822024-08-12T22:04:33.980Z Checking nu-ansi-term v0.50.0
26832024-08-12T22:04:34.007Z Checking vte v0.11.1
26842024-08-12T22:04:34.415Z Checking sqlformat v0.2.4
26852024-08-12T22:04:34.463Z Checking sqlparser v0.45.0
26862024-08-12T22:04:35.004Z Checking crossterm v0.28.1
26872024-08-12T22:04:35.482Z Checking strip-ansi-escapes v0.2.0
26882024-08-12T22:04:35.631Z Checking reedline v0.33.0
26892024-08-12T22:04:35.971Z Checking tabled v0.15.0
26902024-08-12T22:04:36.697Z Checking peg v0.8.4
26912024-08-12T22:04:36.727Z Checking rustyline v14.0.0
26922024-08-12T22:04:41.242Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26932024-08-12T22:04:47.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s
26942024-08-12T22:04:47.486Z
26952024-08-12T22:04:47.487Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
26962024-08-12T22:04:48.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-08-12T22:04:48.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-08-12T22:04:48.148Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26992024-08-12T22:04:54.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
27002024-08-12T22:04:54.314Z
27012024-08-12T22:04:54.314Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
27022024-08-12T22:04:54.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-08-12T22:04:54.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-08-12T22:04:54.978Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27052024-08-12T22:05:00.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
27062024-08-12T22:05:01.069Z
27072024-08-12T22:05:01.069Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27082024-08-12T22:05:01.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-08-12T22:05:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-08-12T22:05:01.763Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27112024-08-12T22:05:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
27122024-08-12T22:05:06.162Z
27132024-08-12T22:05:06.162Zinfo: running `cargo check --bins` on cert-dev (112/147)
27142024-08-12T22:05:06.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-08-12T22:05:06.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-08-12T22:05:06.769Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27172024-08-12T22:05:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27182024-08-12T22:05:07.165Z
27192024-08-12T22:05:07.165Zinfo: running `cargo check --bins` on ch-dev (113/147)
27202024-08-12T22:05:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-08-12T22:05:07.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-08-12T22:05:07.829Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27232024-08-12T22:05:08.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
27242024-08-12T22:05:08.683Z
27252024-08-12T22:05:08.683Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27262024-08-12T22:05:09.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-08-12T22:05:09.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-08-12T22:05:09.348Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27292024-08-12T22:05:09.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
27302024-08-12T22:05:09.829Z
27312024-08-12T22:05:09.829Zinfo: running `cargo check --bins` on db-dev (115/147)
27322024-08-12T22:05:10.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-08-12T22:05:10.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-08-12T22:05:10.513Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27352024-08-12T22:05:11.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
27362024-08-12T22:05:11.378Z
27372024-08-12T22:05:11.378Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27382024-08-12T22:05:11.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-08-12T22:05:11.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-08-12T22:05:11.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-08-12T22:05:11.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27422024-08-12T22:05:12.040Z
27432024-08-12T22:05:12.040Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27442024-08-12T22:05:12.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-08-12T22:05:12.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-08-12T22:05:12.645Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27472024-08-12T22:05:13.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
27482024-08-12T22:05:13.650Z
27492024-08-12T22:05:13.650Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27502024-08-12T22:05:14.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-08-12T22:05:14.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-08-12T22:05:14.359Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27532024-08-12T22:05:14.914Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27542024-08-12T22:05:15.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
27552024-08-12T22:05:15.487Z
27562024-08-12T22:05:15.487Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27572024-08-12T22:05:16.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-08-12T22:05:16.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-08-12T22:05:16.292Z Compiling crunchy v0.2.2
27602024-08-12T22:05:16.292Z Compiling glob v0.3.1
27612024-08-12T22:05:16.295Z Compiling tiny-keccak v2.0.2
27622024-08-12T22:05:16.295Z Compiling dsl_auto_type v0.1.2
27632024-08-12T22:05:16.402Z Checking scheduled-thread-pool v0.2.7
27642024-08-12T22:05:16.406Z Compiling diesel_table_macro_syntax v0.2.0
27652024-08-12T22:05:16.456Z Compiling ascii-canvas v3.0.0
27662024-08-12T22:05:16.459Z Compiling ena v0.14.3
27672024-08-12T22:05:16.671Z Checking r2d2 v0.8.10
27682024-08-12T22:05:16.746Z Compiling libloading v0.8.3
27692024-08-12T22:05:16.868Z Compiling diff v0.1.13
27702024-08-12T22:05:16.881Z Compiling regex-syntax v0.6.29
27712024-08-12T22:05:16.983Z Compiling bindgen v0.69.4
27722024-08-12T22:05:17.020Z Compiling which v4.4.2
27732024-08-12T22:05:17.153Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27742024-08-12T22:05:17.352Z Compiling clang-sys v1.7.0
27752024-08-12T22:05:17.392Z Compiling cexpr v0.6.0
27762024-08-12T22:05:17.547Z Compiling ref-cast v1.0.23
27772024-08-12T22:05:17.661Z Compiling lazycell v1.3.0
27782024-08-12T22:05:17.749Z Compiling rustc-hash v1.1.0
27792024-08-12T22:05:17.786Z Compiling shlex v1.3.0
27802024-08-12T22:05:17.843Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27812024-08-12T22:05:17.917Z Compiling derive_builder_core v0.20.0
27822024-08-12T22:05:18.043Z Compiling diesel_derives v2.2.2
27832024-08-12T22:05:18.178Z Compiling libxml v0.3.3
27842024-08-12T22:05:18.195Z Compiling ref-cast-impl v1.0.23
27852024-08-12T22:05:18.213Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27862024-08-12T22:05:18.636Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27872024-08-12T22:05:18.720Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27882024-08-12T22:05:19.019Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27892024-08-12T22:05:19.200Z Compiling strum_macros v0.24.3
27902024-08-12T22:05:19.425Z Compiling cookie v0.18.1
27912024-08-12T22:05:19.540Z Compiling indoc v1.0.9
27922024-08-12T22:05:20.358Z Compiling lalrpop v0.19.12
27932024-08-12T22:05:20.595Z Compiling derive_builder_macro v0.20.0
27942024-08-12T22:05:21.526Z Checking derive_builder v0.20.0
27952024-08-12T22:05:21.686Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27962024-08-12T22:05:21.980Z Compiling impl-trait-for-tuples v0.2.2
27972024-08-12T22:05:22.149Z Compiling oso-derive v0.27.3
27982024-08-12T22:05:22.897Z Checking quick-xml v0.31.0
27992024-08-12T22:05:22.927Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28002024-08-12T22:05:23.252Z Checking maplit v1.0.2
28012024-08-12T22:05:23.403Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28022024-08-12T22:05:23.849Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28032024-08-12T22:05:24.176Z Checking bb8 v0.8.5
28042024-08-12T22:05:24.673Z Compiling const_format_proc_macros v0.2.32
28052024-08-12T22:05:25.058Z Checking crossbeam-deque v0.8.5
28062024-08-12T22:05:25.185Z Compiling portable-atomic v1.6.0
28072024-08-12T22:05:25.391Z Checking rayon-core v1.12.1
28082024-08-12T22:05:26.179Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092024-08-12T22:05:26.381Z Checking castaway v0.2.3
28102024-08-12T22:05:26.564Z Checking compact_str v0.8.0
28112024-08-12T22:05:27.008Z Checking const_format v0.2.32
28122024-08-12T22:05:27.467Z Checking rayon v1.10.0
28132024-08-12T22:05:27.528Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28142024-08-12T22:05:27.607Z Checking unicode-truncate v1.0.0
28152024-08-12T22:05:27.844Z Checking lru v0.12.3
28162024-08-12T22:05:27.865Z Compiling instability v0.3.2
28172024-08-12T22:05:28.181Z Checking cassowary v0.3.0
28182024-08-12T22:05:28.624Z Checking unicode-linebreak v0.1.5
28192024-08-12T22:05:28.957Z Checking smawk v0.3.2
28202024-08-12T22:05:29.055Z Checking number_prefix v0.4.0
28212024-08-12T22:05:29.188Z Checking textwrap v0.16.1
28222024-08-12T22:05:29.280Z Checking ratatui v0.28.0
28232024-08-12T22:05:29.644Z Checking multimap v0.10.0
28242024-08-12T22:05:31.246Z Checking diesel v2.2.2
28252024-08-12T22:05:31.490Z Checking indicatif v0.17.8
28262024-08-12T22:05:55.600Z Compiling samael v0.0.15
28272024-08-12T22:06:07.344Z Compiling polar-core v0.27.3
28282024-08-12T22:06:08.185Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28292024-08-12T22:06:14.434Z Checking oso v0.27.3
28302024-08-12T22:07:17.507Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312024-08-12T22:07:22.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
28322024-08-12T22:07:23.042Z
28332024-08-12T22:07:23.042Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28342024-08-12T22:07:23.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-08-12T22:07:23.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-08-12T22:07:23.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-08-12T22:07:23.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28382024-08-12T22:07:23.723Z
28392024-08-12T22:07:23.723Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28402024-08-12T22:07:24.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-08-12T22:07:24.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-08-12T22:07:24.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-08-12T22:07:24.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28442024-08-12T22:07:24.390Z
28452024-08-12T22:07:24.390Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28462024-08-12T22:07:24.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-08-12T22:07:24.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-08-12T22:07:24.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-08-12T22:07:24.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28502024-08-12T22:07:24.997Z
28512024-08-12T22:07:24.997Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28522024-08-12T22:07:25.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-08-12T22:07:25.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-08-12T22:07:25.780Z Compiling pin-project-internal v1.1.5
28552024-08-12T22:07:25.783Z Compiling snafu-derive v0.8.2
28562024-08-12T22:07:25.879Z Compiling buf-list v1.0.3
28572024-08-12T22:07:25.898Z Checking globset v0.4.14
28582024-08-12T22:07:25.901Z Checking olpc-cjson v0.1.3
28592024-08-12T22:07:25.901Z Checking rand_seeder v0.3.0
28602024-08-12T22:07:25.901Z Checking serde_plain v1.0.2
28612024-08-12T22:07:25.901Z Checking typed-path v0.7.1
28622024-08-12T22:07:26.121Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28632024-08-12T22:07:26.137Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28642024-08-12T22:07:26.155Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28652024-08-12T22:07:26.353Z Checking parse-size v1.0.0
28662024-08-12T22:07:26.388Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28672024-08-12T22:07:26.459Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28682024-08-12T22:07:26.485Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692024-08-12T22:07:26.523Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28702024-08-12T22:07:26.920Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28712024-08-12T22:07:27.234Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722024-08-12T22:07:27.416Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732024-08-12T22:07:27.456Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28742024-08-12T22:07:27.679Z Checking fatfs v0.3.6
28752024-08-12T22:07:27.833Z Checking assert_matches v1.5.0
28762024-08-12T22:07:28.781Z Checking pin-project v1.1.5
28772024-08-12T22:07:29.744Z Checking snafu v0.8.2
28782024-08-12T22:07:30.052Z Checking tough v0.17.1
28792024-08-12T22:07:33.063Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28802024-08-12T22:07:34.193Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28812024-08-12T22:08:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.81s
28822024-08-12T22:08:21.998Z
28832024-08-12T22:08:21.998Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28842024-08-12T22:08:22.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-12T22:08:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-12T22:08:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-08-12T22:08:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28882024-08-12T22:08:22.660Z
28892024-08-12T22:08:22.660Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28902024-08-12T22:08:23.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-12T22:08:23.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-12T22:08:23.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-08-12T22:08:23.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28942024-08-12T22:08:23.341Z
28952024-08-12T22:08:23.341Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28962024-08-12T22:08:23.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-08-12T22:08:23.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-08-12T22:08:23.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-08-12T22:08:23.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29002024-08-12T22:08:24.023Z
29012024-08-12T22:08:24.023Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
29022024-08-12T22:08:24.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-08-12T22:08:24.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-08-12T22:08:24.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-08-12T22:08:24.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29062024-08-12T22:08:24.702Z
29072024-08-12T22:08:24.702Zinfo: running `cargo check --bins` on update-common (128/147)
29082024-08-12T22:08:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-08-12T22:08:25.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-08-12T22:08:25.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-08-12T22:08:25.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29122024-08-12T22:08:25.354Z
29132024-08-12T22:08:25.354Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29142024-08-12T22:08:25.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-08-12T22:08:25.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-08-12T22:08:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-08-12T22:08:25.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29182024-08-12T22:08:26.010Z
29192024-08-12T22:08:26.010Zinfo: running `cargo check --bins` on tufaceous (130/147)
29202024-08-12T22:08:26.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-08-12T22:08:26.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-08-12T22:08:26.671Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29232024-08-12T22:08:27.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
29242024-08-12T22:08:27.752Z
29252024-08-12T22:08:27.752Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29262024-08-12T22:08:28.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-08-12T22:08:28.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-08-12T22:08:28.603Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29292024-08-12T22:08:28.606Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29302024-08-12T22:08:28.607Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29312024-08-12T22:08:29.999Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29322024-08-12T22:08:32.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
29332024-08-12T22:08:32.638Z
29342024-08-12T22:08:32.638Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29352024-08-12T22:08:33.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-08-12T22:08:33.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-08-12T22:08:33.341Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29382024-08-12T22:08:33.341Z Checking is_ci v1.2.0
29392024-08-12T22:08:33.341Z Checking heck v0.4.1
29402024-08-12T22:08:33.341Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29412024-08-12T22:08:33.344Z Checking indent_write v2.2.0
29422024-08-12T22:08:33.543Z Checking supports-color v3.0.0
29432024-08-12T22:08:33.594Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29442024-08-12T22:08:35.020Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29452024-08-12T22:08:35.893Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29462024-08-12T22:08:36.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
29472024-08-12T22:08:37.044Z
29482024-08-12T22:08:37.044Zinfo: running `cargo check --bins` on installinator-api (133/147)
29492024-08-12T22:08:37.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-08-12T22:08:37.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-08-12T22:08:37.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522024-08-12T22:08:37.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29532024-08-12T22:08:37.744Z
29542024-08-12T22:08:37.744Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29552024-08-12T22:08:38.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-08-12T22:08:38.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-08-12T22:08:38.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582024-08-12T22:08:38.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29592024-08-12T22:08:38.440Z
29602024-08-12T22:08:38.440Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29612024-08-12T22:08:39.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-08-12T22:08:39.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-08-12T22:08:39.218Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29642024-08-12T22:08:40.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
29652024-08-12T22:08:40.690Z
29662024-08-12T22:08:40.690Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29672024-08-12T22:08:41.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-08-12T22:08:41.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-08-12T22:08:41.395Z Checking memmap2 v0.9.4
29702024-08-12T22:08:41.395Z Checking spin v0.5.2
29712024-08-12T22:08:41.398Z Checking arrayref v0.3.7
29722024-08-12T22:08:41.398Z Checking constant_time_eq v0.3.0
29732024-08-12T22:08:41.399Z Checking arrayvec v0.7.4
29742024-08-12T22:08:41.399Z Checking untrusted v0.7.1
29752024-08-12T22:08:41.399Z Checking cargo-platform v0.1.8
29762024-08-12T22:08:41.399Z Checking topological-sort v0.2.2
29772024-08-12T22:08:41.568Z Checking shell-words v1.1.0
29782024-08-12T22:08:41.732Z Checking ring v0.16.20
29792024-08-12T22:08:41.780Z Checking cargo_metadata v0.18.1
29802024-08-12T22:08:41.783Z Checking blake3 v1.5.1
29812024-08-12T22:08:42.960Z Checking omicron-zone-package v0.11.0
29822024-08-12T22:08:44.099Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29832024-08-12T22:08:45.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
29842024-08-12T22:08:45.163Z
29852024-08-12T22:08:45.163Zinfo: running `cargo check --bins` on xtask (137/147)
29862024-08-12T22:08:45.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-08-12T22:08:45.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-08-12T22:08:45.659Z Checking serde v1.0.206
29892024-08-12T22:08:45.659Z Checking thiserror v1.0.63
29902024-08-12T22:08:45.662Z Checking scroll v0.12.0
29912024-08-12T22:08:45.663Z Checking bitflags v2.6.0
29922024-08-12T22:08:45.730Z Checking log v0.4.21
29932024-08-12T22:08:45.739Z Checking hashbrown v0.14.5
29942024-08-12T22:08:45.755Z Checking zerocopy v0.7.34
29952024-08-12T22:08:45.787Z Checking syn v2.0.72
29962024-08-12T22:08:45.846Z Checking pest v2.7.10
29972024-08-12T22:08:46.003Z Checking fs-err v2.11.0
29982024-08-12T22:08:46.031Z Checking rustix v0.38.34
29992024-08-12T22:08:46.183Z Checking goblin v0.8.2
30002024-08-12T22:08:46.295Z Checking tabled v0.15.0
30012024-08-12T22:08:46.871Z Checking indexmap v2.3.0
30022024-08-12T22:08:47.058Z Checking terminal_size v0.3.0
30032024-08-12T22:08:47.170Z Checking anyhow v1.0.86
30042024-08-12T22:08:47.215Z Checking clap_builder v4.5.15
30052024-08-12T22:08:48.166Z Checking dtrace-parser v0.2.0
30062024-08-12T22:08:49.670Z Checking clap v4.5.15
30072024-08-12T22:08:50.128Z Checking serde_json v1.0.122
30082024-08-12T22:08:50.128Z Checking serde_spanned v0.6.7
30092024-08-12T22:08:50.128Z Checking toml_datetime v0.6.8
30102024-08-12T22:08:50.131Z Checking camino v1.1.7
30112024-08-12T22:08:50.131Z Checking cargo-platform v0.1.8
30122024-08-12T22:08:50.131Z Checking semver v1.0.23
30132024-08-12T22:08:50.266Z Checking macaddr v1.0.1
30142024-08-12T22:08:50.427Z Checking toml_edit v0.22.20
30152024-08-12T22:08:51.271Z Checking dof v0.3.0
30162024-08-12T22:08:51.271Z Checking cargo_metadata v0.18.1
30172024-08-12T22:08:51.705Z Checking usdt-impl v0.5.0
30182024-08-12T22:08:52.082Z Checking usdt v0.5.0
30192024-08-12T22:08:52.267Z Checking toml v0.8.19
30202024-08-12T22:08:52.751Z Checking cargo_toml v0.20.4
30212024-08-12T22:08:54.034Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30222024-08-12T22:08:54.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s
30232024-08-12T22:08:54.752Z
30242024-08-12T22:08:54.752Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30252024-08-12T22:08:55.346Z Downloading crates ...
30262024-08-12T22:08:55.480Z Downloaded polyval v0.6.2
30272024-08-12T22:08:55.483Z Downloaded option-ext v0.2.0
30282024-08-12T22:08:55.486Z Downloaded md5 v0.7.0
30292024-08-12T22:08:55.488Z Downloaded dhcproto-macros v0.1.0
30302024-08-12T22:08:55.495Z Downloaded russh-cryptovec v0.7.2
30312024-08-12T22:08:55.498Z Downloaded pbkdf2 v0.11.0
30322024-08-12T22:08:55.501Z Downloaded hex-literal v0.4.1
30332024-08-12T22:08:55.503Z Downloaded ed25519 v2.2.3
30342024-08-12T22:08:55.506Z Downloaded ctr v0.9.2
30352024-08-12T22:08:55.508Z Downloaded dirs-sys v0.4.1
30362024-08-12T22:08:55.508Z Downloaded cbc v0.1.2
30372024-08-12T22:08:55.511Z Downloaded blowfish v0.9.1
30382024-08-12T22:08:55.511Z Downloaded aes-gcm v0.10.3
30392024-08-12T22:08:55.514Z Downloaded rfc6979 v0.4.0
30402024-08-12T22:08:55.516Z Downloaded rand_core v0.5.1
30412024-08-12T22:08:55.516Z Downloaded internet-checksum v0.2.1
30422024-08-12T22:08:55.519Z Downloaded getrandom v0.1.16
30432024-08-12T22:08:55.522Z Downloaded rand_chacha v0.2.2
30442024-08-12T22:08:55.522Z Downloaded russh-keys v0.43.0
30452024-08-12T22:08:55.524Z Downloaded password-hash v0.4.2
30462024-08-12T22:08:55.527Z Downloaded ecdsa v0.16.9
30472024-08-12T22:08:55.527Z Downloaded bcrypt-pbkdf v0.10.0
30482024-08-12T22:08:55.530Z Downloaded primeorder v0.13.6
30492024-08-12T22:08:55.530Z Downloaded pbkdf2 v0.12.2
30502024-08-12T22:08:55.533Z Downloaded ghash v0.5.1
30512024-08-12T22:08:55.533Z Downloaded dirs v5.0.1
30522024-08-12T22:08:55.535Z Downloaded ed25519-dalek v2.1.1
30532024-08-12T22:08:55.538Z Downloaded dhcproto v0.12.0
30542024-08-12T22:08:55.541Z Downloaded p256 v0.13.2
30552024-08-12T22:08:55.543Z Downloaded russh v0.43.0
30562024-08-12T22:08:55.549Z Downloaded rand v0.7.3
30572024-08-12T22:08:55.553Z Downloaded p521 v0.13.3
30582024-08-12T22:08:55.557Z Downloaded aes v0.8.4
30592024-08-12T22:08:55.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-08-12T22:08:55.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-08-12T22:08:55.696Z Compiling getrandom v0.1.16
30622024-08-12T22:08:55.797Z Checking rfc6979 v0.4.0
30632024-08-12T22:08:55.808Z Checking primeorder v0.13.6
30642024-08-12T22:08:55.812Z Checking option-ext v0.2.0
30652024-08-12T22:08:55.812Z Checking ed25519 v2.2.3
30662024-08-12T22:08:55.812Z Checking polyval v0.6.2
30672024-08-12T22:08:55.814Z Checking ctr v0.9.2
30682024-08-12T22:08:55.814Z Checking blowfish v0.9.1
30692024-08-12T22:08:55.945Z Checking ecdsa v0.16.9
30702024-08-12T22:08:56.024Z Checking dirs-sys v0.4.1
30712024-08-12T22:08:56.093Z Checking aes v0.8.4
30722024-08-12T22:08:56.110Z Checking password-hash v0.4.2
30732024-08-12T22:08:56.125Z Checking pbkdf2 v0.12.2
30742024-08-12T22:08:56.155Z Checking ed25519-dalek v2.1.1
30752024-08-12T22:08:56.195Z Checking dirs v5.0.1
30762024-08-12T22:08:56.280Z Checking bcrypt-pbkdf v0.10.0
30772024-08-12T22:08:56.327Z Checking ghash v0.5.1
30782024-08-12T22:08:56.342Z Checking cbc v0.1.2
30792024-08-12T22:08:56.475Z Checking russh-cryptovec v0.7.2
30802024-08-12T22:08:56.492Z Checking md5 v0.7.0
30812024-08-12T22:08:56.513Z Checking pbkdf2 v0.11.0
30822024-08-12T22:08:56.548Z Checking hex-literal v0.4.1
30832024-08-12T22:08:56.548Z Compiling dhcproto-macros v0.1.0
30842024-08-12T22:08:56.659Z Checking p256 v0.13.2
30852024-08-12T22:08:56.677Z Checking p521 v0.13.3
30862024-08-12T22:08:56.692Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30872024-08-12T22:08:56.763Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30882024-08-12T22:08:56.780Z Checking internet-checksum v0.2.1
30892024-08-12T22:08:56.843Z Checking rand_core v0.5.1
30902024-08-12T22:08:57.010Z Checking aes-gcm v0.10.3
30912024-08-12T22:08:57.127Z Checking rand_chacha v0.2.2
30922024-08-12T22:08:57.374Z Checking dhcproto v0.12.0
30932024-08-12T22:08:57.387Z Checking rand v0.7.3
30942024-08-12T22:08:58.347Z Checking russh-keys v0.43.0
30952024-08-12T22:08:59.120Z Checking russh v0.43.0
30962024-08-12T22:09:16.293Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30972024-08-12T22:09:17.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.85s
30982024-08-12T22:09:17.781Z
30992024-08-12T22:09:17.781Zinfo: running `cargo check --bins` on gateway-cli (139/147)
31002024-08-12T22:09:18.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-08-12T22:09:18.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-08-12T22:09:18.416Z Checking termios v0.3.3
31032024-08-12T22:09:18.618Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31042024-08-12T22:09:19.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31052024-08-12T22:09:19.535Z
31062024-08-12T22:09:19.535Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
31072024-08-12T22:09:20.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-12T22:09:20.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-12T22:09:20.231Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31102024-08-12T22:09:22.275Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31112024-08-12T22:09:24.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
31122024-08-12T22:09:24.222Z
31132024-08-12T22:09:24.222Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31142024-08-12T22:09:24.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-08-12T22:09:24.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-08-12T22:09:24.864Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31172024-08-12T22:09:25.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31182024-08-12T22:09:25.448Z
31192024-08-12T22:09:25.448Zinfo: running `cargo check --bins` on omicron-package (142/147)
31202024-08-12T22:09:26.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-08-12T22:09:26.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-08-12T22:09:26.110Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31232024-08-12T22:09:27.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
31242024-08-12T22:09:27.519Z
31252024-08-12T22:09:27.519Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31262024-08-12T22:09:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-08-12T22:09:28.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-08-12T22:09:28.238Z Checking rtoolbox v0.0.2
31292024-08-12T22:09:28.247Z Checking tui-tree-widget v0.22.0
31302024-08-12T22:09:28.247Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31312024-08-12T22:09:28.455Z Checking rpassword v7.3.1
31322024-08-12T22:09:32.399Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31332024-08-12T22:09:35.257Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31342024-08-12T22:09:36.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
31352024-08-12T22:09:36.530Z
31362024-08-12T22:09:36.530Zinfo: running `cargo check --bins` on wicket (144/147)
31372024-08-12T22:09:37.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-08-12T22:09:37.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-08-12T22:09:37.244Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31402024-08-12T22:09:37.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31412024-08-12T22:09:37.786Z
31422024-08-12T22:09:37.786Zinfo: running `cargo check --bins` on wicketd (145/147)
31432024-08-12T22:09:38.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-08-12T22:09:38.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-08-12T22:09:38.516Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31462024-08-12T22:09:42.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
31472024-08-12T22:09:42.493Z
31482024-08-12T22:09:42.493Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31492024-08-12T22:09:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-08-12T22:09:43.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-08-12T22:09:43.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-08-12T22:09:43.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31532024-08-12T22:09:43.116Z
31542024-08-12T22:09:43.116Zinfo: running `cargo check --bins` on zone-setup (147/147)
31552024-08-12T22:09:43.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-08-12T22:09:43.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-08-12T22:09:43.860Z Checking uzers v0.11.3
31582024-08-12T22:09:44.167Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31592024-08-12T22:09:45.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
31602024-08-12T22:09:45.440Z
31612024-08-12T22:09:45.440Zreal 11:22.780065897
31622024-08-12T22:09:45.440Zuser 23:33.975970964
31632024-08-12T22:09:45.440Zsys 4:59.713066250
31642024-08-12T22:09:45.443Ztrap 0.526088882
31652024-08-12T22:09:45.443Ztflt 2.368700646
31662024-08-12T22:09:45.443Zdflt 2.216508086
31672024-08-12T22:09:45.443Zkflt 0.009766989
31682024-08-12T22:09:45.443Zlock 43:43.510179679
31692024-08-12T22:09:45.443Zslp 1:56:53.364330819
31702024-08-12T22:09:45.443Zlat 59.566957451
31712024-08-12T22:09:45.443Zstop 2:59.863676579
31722024-08-12T22:09:45.443Zprocess exited: duration 927723 ms, exit code 0
 
31732024-08-12T22:09:45.449Zfound 0 output files