01J56GJAVNFP2W56BAG0HNRV6T: 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: 01J56GJPM3ZKZB102A8V8WX87Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-13T18:39:51.879Zjob assigned to worker 01J56GJTQMFR6X77AS4GD4W4CY (queued for 47 s)
 
22024-08-13T18:39:59.216Zstarting task 0: "setup"
32024-08-13T18:39:59.247Z++ uname -s
42024-08-13T18:39:59.249Z+ kern=SunOS
52024-08-13T18:39:59.249Z+ case "$kern" in
62024-08-13T18:39:59.249Z+ groupadd -g 12345 build
72024-08-13T18:39:59.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-13T18:40:01.262Z+ zfs create -o mountpoint=/work rpool/work
92024-08-13T18:40:01.384Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-13T18:40:01.386Z+ home_fs=zfs
112024-08-13T18:40:01.386Z+ [[ zfs == autofs ]]
122024-08-13T18:40:01.386Z+ mkdir -p /home/build
132024-08-13T18:40:01.388Z+ chown build:build /home/build /work
142024-08-13T18:40:02.390Z+ chmod 0700 /home/build /work
152024-08-13T18:40:02.393Zprocess exited: duration 3177 ms, exit code 0
 
162024-08-13T18:40:02.398Zstarting task 1: "rust-toolchain"
172024-08-13T18:40:02.403Z+ printf ' * toolchain channel = "%s"
182024-08-13T18:40:02.403Z' 1.80.1
192024-08-13T18:40:02.403Z+ printf ' * toolchain profile = "%s"
202024-08-13T18:40:02.403Z' default
212024-08-13T18:40:02.406Z * toolchain channel = "1.80.1"
222024-08-13T18:40:02.406Z * toolchain profile = "default"
232024-08-13T18:40:02.406Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-13T18:40:02.406Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-13T18:40:02.520Zinfo: downloading installer
262024-08-13T18:40:03.725Zinfo: profile set to 'default'
272024-08-13T18:40:03.725Zinfo: default host triple is x86_64-unknown-illumos
282024-08-13T18:40:03.728Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-13T18:40:03.880Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-13T18:40:03.880Zinfo: downloading component 'cargo'
312024-08-13T18:40:04.793Zinfo: downloading component 'clippy'
322024-08-13T18:40:05.099Zinfo: downloading component 'rust-docs'
332024-08-13T18:40:06.311Zinfo: downloading component 'rust-std'
342024-08-13T18:40:08.023Zinfo: downloading component 'rustc'
352024-08-13T18:40:12.855Zinfo: downloading component 'rustfmt'
362024-08-13T18:40:13.106Zinfo: installing component 'cargo'
372024-08-13T18:40:13.944Zinfo: installing component 'clippy'
382024-08-13T18:40:14.322Zinfo: installing component 'rust-docs'
392024-08-13T18:40:15.980Zinfo: installing component 'rust-std'
402024-08-13T18:40:17.697Zinfo: installing component 'rustc'
412024-08-13T18:40:21.818Zinfo: installing component 'rustfmt'
422024-08-13T18:40:22.161Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-13T18:40:22.161Z
442024-08-13T18:40:22.411Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-13T18:40:22.411Z
462024-08-13T18:40:22.414Z
472024-08-13T18:40:22.414ZRust is installed now. Great!
482024-08-13T18:40:22.414Z
492024-08-13T18:40:22.414ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-13T18:40:22.414Zenvironment variable. This has not been done automatically.
512024-08-13T18:40:22.414Z
522024-08-13T18:40:22.414ZTo configure your current shell, you need to source
532024-08-13T18:40:22.414Zthe corresponding env file under $HOME/.cargo.
542024-08-13T18:40:22.414Z
552024-08-13T18:40:22.414ZThis is usually done by running one of the following (note the leading DOT):
562024-08-13T18:40:22.414Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-13T18:40:22.414Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-13T18:40:22.463Z+ rustc --version
592024-08-13T18:40:22.525Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-13T18:40:22.529Zprocess exited: duration 20128 ms, exit code 0
 
612024-08-13T18:40:22.537Zstarting task 2: "authentication"
622024-08-13T18:40:22.556Zprocess exited: duration 21 ms, exit code 0
 
632024-08-13T18:40:22.562Zstarting task 3: "clone repository"
642024-08-13T18:40:22.567Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-13T18:40:22.570Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-13T18:40:22.604ZCloning into '/work/oxidecomputer/omicron'...
672024-08-13T18:40:29.084Z+ cd /work/oxidecomputer/omicron
682024-08-13T18:40:29.084Z+ git fetch origin 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3
692024-08-13T18:40:29.380ZFrom https://github.com/oxidecomputer/omicron
702024-08-13T18:40:29.380Z * branch 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 -> FETCH_HEAD
712024-08-13T18:40:29.390Z+ [[ -n gjcolombo/instance-migrate-internal ]]
722024-08-13T18:40:29.392Z++ git branch --show-current
732024-08-13T18:40:29.394Z+ current=main
742024-08-13T18:40:29.394Z+ [[ main != gjcolombo/instance-migrate-internal ]]
752024-08-13T18:40:29.394Z+ git branch -f gjcolombo/instance-migrate-internal 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3
762024-08-13T18:40:29.401Z+ git checkout -f gjcolombo/instance-migrate-internal
772024-08-13T18:40:29.540ZSwitched to branch 'gjcolombo/instance-migrate-internal'
782024-08-13T18:40:29.543Z+ git reset --hard 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3
792024-08-13T18:40:29.577ZHEAD is now at 3055edfe9 clean up type names/includes
802024-08-13T18:40:29.579Zprocess exited: duration 7015 ms, exit code 0
 
812024-08-13T18:40:29.584Zstarting task 4: "build"
822024-08-13T18:40:29.590Z+ cargo --version
832024-08-13T18:40:29.644Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-13T18:40:29.648Z+ rustc --version
852024-08-13T18:40:29.703Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-13T18:40:29.705Z+ source ./env.sh
872024-08-13T18:40:29.705Z++ OLD_SHELL_OPTS=ehxB
882024-08-13T18:40:29.708Z++ set -o xtrace
892024-08-13T18:40:29.710Z++++ dirname ./env.sh
902024-08-13T18:40:29.710Z+++ readlink -f .
912024-08-13T18:40:29.713Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ 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-13T18:40:29.716Z++ case $OLD_SHELL_OPTS in
1012024-08-13T18:40:29.716Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-13T18:40:29.716Z+ 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-13T18:40:29.716Z+ 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-13T18:40:29.716Z+ banner prerequisites
1052024-08-13T18:40:29.719Z
1062024-08-13T18:40:29.719Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-13T18:40:29.719Z # # # # # # # # # # # # # # #
1082024-08-13T18:40:29.719Z # # # # ##### # # ##### # # # # # #### #
1092024-08-13T18:40:29.719Z ##### ##### # ##### # # # # # # # # #
1102024-08-13T18:40:29.719Z # # # # # # # # # # # # # # #
1112024-08-13T18:40:29.719Z # # # ###### # # ###### ### # #### # #### #
1122024-08-13T18:40:29.719Z
1132024-08-13T18:40:29.719Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-13T18:40:36.072Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-13T18:40:38.165Z Startup: Caching catalogs ... Done
1162024-08-13T18:40:42.489ZPlanning: Solver setup ... Done (3.752s)
1172024-08-13T18:40:42.556ZPlanning: Running solver ... Done (0.067s)
1182024-08-13T18:40:42.610ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-13T18:40:42.622ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-13T18:40:42.767ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-13T18:40:42.816ZPlanning: Package planning ... Done (0.048s)
1222024-08-13T18:40:42.866ZPlanning: Merging actions ... Done (0.051s)
1232024-08-13T18:40:43.153ZPlanning: Checking for conflicting actions ... Done (0.288s)
1242024-08-13T18:40:43.165ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-13T18:40:44.184ZPlanning: Evaluating mediators ... Done (1.019s)
1262024-08-13T18:40:44.193ZPlanning: Planning completed in 5.96 seconds
1272024-08-13T18:40:44.208Z Packages to install: 4
1282024-08-13T18:40:44.208Z Mediators to change: 2
1292024-08-13T18:40:44.211Z Services to change: 1
1302024-08-13T18:40:44.211Z Estimated space available: 155.75 GB
1312024-08-13T18:40:44.211ZEstimated space to be consumed: 1.48 GB
1322024-08-13T18:40:44.211Z Create boot environment: No
1332024-08-13T18:40:44.211ZCreate backup boot environment: No
1342024-08-13T18:40:44.211Z Rebuild boot archive: No
1352024-08-13T18:40:44.211Z
1362024-08-13T18:40:44.211ZChanged mediators:
1372024-08-13T18:40:44.211Z mediator clang:
1382024-08-13T18:40:44.211Z version: None -> 15 (system default)
1392024-08-13T18:40:44.211Z
1402024-08-13T18:40:44.211Z mediator llvm:
1412024-08-13T18:40:44.211Z version: 14 (system default) -> 15 (system default)
1422024-08-13T18:40:44.211Z
1432024-08-13T18:40:44.211ZChanged packages:
1442024-08-13T18:40:44.211Zhelios-dev
1452024-08-13T18:40:44.211Z developer/build-essential
1462024-08-13T18:40:44.211Z None -> 11-2.0
1472024-08-13T18:40:44.211Z library/libxmlsec1
1482024-08-13T18:40:44.211Z None -> 1.2.35-2.0
1492024-08-13T18:40:44.211Z ooce/developer/clang-15
1502024-08-13T18:40:44.211Z None -> 15.0.7-2.0
1512024-08-13T18:40:44.211Z ooce/developer/llvm-15
1522024-08-13T18:40:44.211Z None -> 15.0.7-2.0
1532024-08-13T18:40:44.211Z
1542024-08-13T18:40:44.211ZServices:
1552024-08-13T18:40:44.211Z restart_fmri:
1562024-08-13T18:40:44.211Z svc:/system/update-man-index:default
1572024-08-13T18:40:44.257Z
1582024-08-13T18:40:44.258ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-13T18:40:49.261ZDownload: 1043/3290 items 19.6/212.6MB 9% complete (4.0M/s)
1602024-08-13T18:40:54.343ZDownload: 1431/3290 items 117.1/212.6MB 55% complete (11.9M/s)
1612024-08-13T18:40:59.426ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1622024-08-13T18:41:04.429ZDownload: 3156/3290 items 144.9/212.6MB 68% complete (2.7M/s)
1632024-08-13T18:41:09.429ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1642024-08-13T18:41:15.568ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s)
1652024-08-13T18:41:15.593ZDownload: Completed 212.60 MB in 31.33 seconds (6.8M/s)
1662024-08-13T18:41:15.752Z Actions: 1/3689 actions (Installing new actions)
1672024-08-13T18:41:20.340Z Actions: Completed 3689 actions in 4.59 seconds.
1682024-08-13T18:41:20.611Z Done (0.266s)
1692024-08-13T18:41:20.611Z Done (0.000s)
1702024-08-13T18:41:20.979Z Done (0.368s)
1712024-08-13T18:41:25.256Z Done (4.111s)
1722024-08-13T18:41:25.343Z Done (0.019s)
1732024-08-13T18:41:25.345Z Done (0.000s)
1742024-08-13T18:41:25.482Z Done (0.000s)
1752024-08-13T18:41:26.069ZPlanning: Evaluating mediator changes ... Done
1762024-08-13T18:41:26.227ZPlanning: Checking for conflicting actions ... Done
1772024-08-13T18:41:26.230ZPlanning: Consolidating action changes ... Done
1782024-08-13T18:41:26.493ZPlanning: Evaluating mediators ... Done
1792024-08-13T18:41:26.496ZPlanning: Planning completed in 0.42 seconds
1802024-08-13T18:41:26.526Z Mediators to change: 2
1812024-08-13T18:41:26.526Z Create boot environment: No
1822024-08-13T18:41:26.529ZCreate backup boot environment: No
1832024-08-13T18:41:26.585Z Done
1842024-08-13T18:41:26.585Z Done
1852024-08-13T18:41:26.805Z Done
1862024-08-13T18:41:30.250Z Done
1872024-08-13T18:41:30.333Z Done
1882024-08-13T18:41:30.336Z Done
1892024-08-13T18:41:30.441Z Done
1902024-08-13T18:41:31.044ZPlanning: Evaluating mediator changes ... Done
1912024-08-13T18:41:31.047ZPlanning: Merging actions ... Done
1922024-08-13T18:41:31.234ZPlanning: Checking for conflicting actions ... Done
1932024-08-13T18:41:31.236ZPlanning: Consolidating action changes ... Done
1942024-08-13T18:41:31.497ZPlanning: Evaluating mediators ... Done
1952024-08-13T18:41:31.552ZPlanning: Planning completed in 0.75 seconds
1962024-08-13T18:41:31.587Z Packages to change: 1
1972024-08-13T18:41:31.587Z Mediators to change: 1
1982024-08-13T18:41:31.590Z Services to change: 1
1992024-08-13T18:41:31.590Z Create boot environment: No
2002024-08-13T18:41:31.590ZCreate backup boot environment: Yes
2012024-08-13T18:41:33.319Z Actions: 1/6 actions (Updating modified actions)
2022024-08-13T18:41:33.322Z Actions: Completed 6 actions in 0.00 seconds.
2032024-08-13T18:41:33.322Z Done
2042024-08-13T18:41:33.322Z Done
2052024-08-13T18:41:33.397Z Done
2062024-08-13T18:41:36.995Z Done
2072024-08-13T18:41:37.083Z Done
2082024-08-13T18:41:37.085Z Done
2092024-08-13T18:41:37.185Z Done
2102024-08-13T18:41:37.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-08-13T18:41:37.620Zclang system 15 system
2122024-08-13T18:41:37.620Zcsh system system illumos
2132024-08-13T18:41:37.620Zctags system system illumos
2142024-08-13T18:41:37.620Zgcc vendor 12 vendor
2152024-08-13T18:41:37.620Zgcc system 10 system
2162024-08-13T18:41:37.620Zgcc system 7 system
2172024-08-13T18:41:37.620Zgo system 1.20 system
2182024-08-13T18:41:37.620Zgo system 1.19 system
2192024-08-13T18:41:37.620Zllvm system 15 system
2202024-08-13T18:41:37.620Zllvm system 14 system
2212024-08-13T18:41:37.620Zmariadb system 10.6 system
2222024-08-13T18:41:37.620Zmta vendor vendor dma
2232024-08-13T18:41:37.620Zopenjdk system 17 system
2242024-08-13T18:41:37.620Zopenjdk system 11 system
2252024-08-13T18:41:37.620Zopenjdk system 1.8 system
2262024-08-13T18:41:37.620Zopenssl vendor 3 vendor
2272024-08-13T18:41:37.620Zperl system 5.36 system
2282024-08-13T18:41:37.620Zpostgresql system 15 system
2292024-08-13T18:41:37.620Zpostgresql system 13 system
2302024-08-13T18:41:37.620Zpython vendor 3 vendor
2312024-08-13T18:41:37.620Zpython system 2 system
2322024-08-13T18:41:37.620Zpython3 system 3.11 system
2332024-08-13T18:41:37.620Zruby system 3.0 system
2342024-08-13T18:41:37.620Zwords vendor vendor american-english
2352024-08-13T18:41:37.620Zwords system system australian-english
2362024-08-13T18:41:37.620Zwords system system british-english
2372024-08-13T18:41:37.620Zwords system system canadian-english
2382024-08-13T18:41:37.620Zwords system system french
2392024-08-13T18:41:37.620Zwords system system italian
2402024-08-13T18:41:37.620Zwords system system ngerman
2412024-08-13T18:41:37.621Zwords system system ogerman
2422024-08-13T18:41:37.621Zwords system system spanish
2432024-08-13T18:41:37.949ZPUBLISHER TYPE STATUS P LOCATION
2442024-08-13T18:41:37.949Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-08-13T18:41:39.660ZFMRI IFO
2462024-08-13T18:41:39.660Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-08-13T18:41:39.660Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-08-13T18:41:39.660Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-08-13T18:41:39.660Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-08-13T18:41:39.660Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-08-13T18:41:39.660Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-08-13T18:41:39.660Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-08-13T18:41:39.660Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-08-13T18:41:39.660Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-08-13T18:41:39.660Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-08-13T18:41:39.660Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-08-13T18:41:39.660Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-08-13T18:41:40.246Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-08-13T18:41:40.515Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-08-13T18:41:40.792Z Updating crates.io index
2612024-08-13T18:41:40.795Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-08-13T18:41:41.625Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-08-13T18:41:42.430Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-08-13T18:41:42.726Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-08-13T18:41:44.264Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-08-13T18:41:44.509Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-08-13T18:41:44.774Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-08-13T18:41:47.235Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-08-13T18:41:49.254Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-08-13T18:41:50.659Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-08-13T18:41:51.394Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-08-13T18:41:51.919Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-08-13T18:41:52.257Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-08-13T18:41:52.510Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-08-13T18:41:52.780Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-08-13T18:41:53.072Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-08-13T18:41:53.320Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-08-13T18:41:53.549Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-08-13T18:41:53.856Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802024-08-13T18:41:54.149Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-08-13T18:41:54.399Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-08-13T18:41:54.725Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-08-13T18:41:55.043Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-08-13T18:41:55.510Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-08-13T18:41:55.858Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-08-13T18:41:56.229Z Updating git repository `https://github.com/oxidecomputer/typify`
2872024-08-13T18:41:58.552Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882024-08-13T18:41:58.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892024-08-13T18:41:59.043Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902024-08-13T18:41:59.425Z Updating git repository `https://github.com/oxidecomputer/rfb`
2912024-08-13T18:42:00.477Z Downloading crates ...
2922024-08-13T18:42:00.573Z Downloaded equivalent v1.0.1
2932024-08-13T18:42:00.576Z Downloaded anstyle-parse v0.2.4
2942024-08-13T18:42:00.578Z Downloaded anstream v0.6.14
2952024-08-13T18:42:00.585Z Downloaded pretty-hex v0.4.1
2962024-08-13T18:42:00.591Z Downloaded swrite v0.1.0
2972024-08-13T18:42:00.593Z Downloaded scroll_derive v0.12.0
2982024-08-13T18:42:00.594Z Downloaded is_terminal_polyfill v1.70.0
2992024-08-13T18:42:00.596Z Downloaded clap_lex v0.7.0
3002024-08-13T18:42:00.598Z Downloaded dof v0.3.0
3012024-08-13T18:42:00.598Z Downloaded digest v0.10.7
3022024-08-13T18:42:00.600Z Downloaded crypto-common v0.1.6
3032024-08-13T18:42:00.604Z Downloaded colorchoice v1.0.1
3042024-08-13T18:42:00.604Z Downloaded autocfg v1.3.0
3052024-08-13T18:42:00.606Z Downloaded anstyle-query v1.0.3
3062024-08-13T18:42:00.606Z Downloaded cargo-platform v0.1.8
3072024-08-13T18:42:00.609Z Downloaded fs-err v2.11.0
3082024-08-13T18:42:00.609Z Downloaded byteorder v1.5.0
3092024-08-13T18:42:00.612Z Downloaded utf8parse v0.2.1
3102024-08-13T18:42:00.612Z Downloaded heck v0.5.0
3112024-08-13T18:42:00.615Z Downloaded generic-array v0.14.7
3122024-08-13T18:42:00.615Z Downloaded fnv v1.0.7
3132024-08-13T18:42:00.615Z Downloaded block-buffer v0.10.4
3142024-08-13T18:42:00.617Z Downloaded cfg-if v1.0.0
3152024-08-13T18:42:00.621Z Downloaded usdt-impl v0.5.0
3162024-08-13T18:42:00.624Z Downloaded macaddr v1.0.1
3172024-08-13T18:42:00.627Z Downloaded plain v0.2.3
3182024-08-13T18:42:00.627Z Downloaded cargo_toml v0.20.4
3192024-08-13T18:42:00.629Z Downloaded dtrace-parser v0.2.0
3202024-08-13T18:42:00.629Z Downloaded toml_datetime v0.6.8
3212024-08-13T18:42:00.632Z Downloaded thread-id v4.2.1
3222024-08-13T18:42:00.632Z Downloaded usdt v0.5.0
3232024-08-13T18:42:00.635Z Downloaded terminal_size v0.3.0
3242024-08-13T18:42:00.635Z Downloaded proc-macro-error-attr v1.0.4
3252024-08-13T18:42:00.635Z Downloaded once_cell v1.19.0
3262024-08-13T18:42:00.638Z Downloaded thiserror-impl v1.0.63
3272024-08-13T18:42:00.646Z Downloaded sha2 v0.10.8
3282024-08-13T18:42:00.652Z Downloaded quote v1.0.36
3292024-08-13T18:42:00.655Z Downloaded bytecount v0.6.8
3302024-08-13T18:42:00.655Z Downloaded anstyle v1.0.8
3312024-08-13T18:42:00.658Z Downloaded pest_generator v2.7.10
3322024-08-13T18:42:00.658Z Downloaded zerocopy-derive v0.7.34
3332024-08-13T18:42:00.661Z Downloaded errno v0.3.9
3342024-08-13T18:42:00.666Z Downloaded usdt-macro v0.5.0
3352024-08-13T18:42:00.671Z Downloaded usdt-attr-macro v0.5.0
3362024-08-13T18:42:00.674Z Downloaded unicode-ident v1.0.12
3372024-08-13T18:42:00.678Z Downloaded cpufeatures v0.2.12
3382024-08-13T18:42:00.681Z Downloaded typenum v1.17.0
3392024-08-13T18:42:00.683Z Downloaded cargo_metadata v0.18.1
3402024-08-13T18:42:00.686Z Downloaded ryu v1.0.18
3412024-08-13T18:42:00.689Z Downloaded camino v1.1.7
3422024-08-13T18:42:00.689Z Downloaded serde_spanned v0.6.7
3432024-08-13T18:42:00.692Z Downloaded itoa v1.0.11
3442024-08-13T18:42:00.692Z Downloaded heck v0.4.1
3452024-08-13T18:42:00.696Z Downloaded version_check v0.9.5
3462024-08-13T18:42:00.696Z Downloaded strsim v0.11.1
3472024-08-13T18:42:00.699Z Downloaded bitflags v2.6.0
3482024-08-13T18:42:00.705Z Downloaded thiserror v1.0.63
3492024-08-13T18:42:00.709Z Downloaded tabled_derive v0.7.0
3502024-08-13T18:42:00.712Z Downloaded memmap v0.7.0
3512024-08-13T18:42:00.713Z Downloaded clap_derive v4.5.13
3522024-08-13T18:42:00.716Z Downloaded semver v1.0.23
3532024-08-13T18:42:00.718Z Downloaded pest_derive v2.7.10
3542024-08-13T18:42:00.721Z Downloaded serde_tokenstream v0.2.1
3552024-08-13T18:42:00.729Z Downloaded serde v1.0.206
3562024-08-13T18:42:00.732Z Downloaded scroll v0.12.0
3572024-08-13T18:42:00.746Z Downloaded proc-macro2 v1.0.86
3582024-08-13T18:42:00.750Z Downloaded log v0.4.21
3592024-08-13T18:42:00.753Z Downloaded proc-macro-error v1.0.4
3602024-08-13T18:42:00.757Z Downloaded ucd-trie v0.1.6
3612024-08-13T18:42:00.757Z Downloaded anyhow v1.0.86
3622024-08-13T18:42:00.760Z Downloaded pest_meta v2.7.10
3632024-08-13T18:42:00.766Z Downloaded memchr v2.7.2
3642024-08-13T18:42:00.770Z Downloaded clap v4.5.15
3652024-08-13T18:42:00.776Z Downloaded toml v0.8.19
3662024-08-13T18:42:00.779Z Downloaded serde_derive v1.0.206
3672024-08-13T18:42:00.782Z Downloaded papergrid v0.11.0
3682024-08-13T18:42:00.791Z Downloaded indexmap v2.3.0
3692024-08-13T18:42:00.795Z Downloaded hashbrown v0.14.5
3702024-08-13T18:42:00.805Z Downloaded pest v2.7.10
3712024-08-13T18:42:00.815Z Downloaded toml_edit v0.22.20
3722024-08-13T18:42:00.836Z Downloaded winnow v0.6.18
3732024-08-13T18:42:00.848Z Downloaded serde_json v1.0.122
3742024-08-13T18:42:00.852Z Downloaded clap_builder v4.5.15
3752024-08-13T18:42:00.858Z Downloaded zerocopy v0.7.34
3762024-08-13T18:42:00.872Z Downloaded goblin v0.8.2
3772024-08-13T18:42:00.878Z Downloaded tabled v0.15.0
3782024-08-13T18:42:00.893Z Downloaded syn v2.0.72
3792024-08-13T18:42:00.903Z Downloaded syn v1.0.109
3802024-08-13T18:42:00.912Z Downloaded rustix v0.38.34
3812024-08-13T18:42:00.934Z Downloaded unicode-width v0.1.13
3822024-08-13T18:42:00.944Z Downloaded libc v0.2.155
3832024-08-13T18:42:01.233Z Compiling proc-macro2 v1.0.86
3842024-08-13T18:42:01.233Z Compiling unicode-ident v1.0.12
3852024-08-13T18:42:01.236Z Compiling version_check v0.9.5
3862024-08-13T18:42:01.236Z Compiling serde v1.0.206
3872024-08-13T18:42:01.236Z Compiling memchr v2.7.2
3882024-08-13T18:42:01.236Z Compiling thiserror v1.0.63
3892024-08-13T18:42:01.236Z Compiling libc v0.2.155
3902024-08-13T18:42:01.265Z Compiling itoa v1.0.11
3912024-08-13T18:42:01.495Z Compiling ucd-trie v0.1.6
3922024-08-13T18:42:01.584Z Compiling ryu v1.0.18
3932024-08-13T18:42:02.036Z Compiling once_cell v1.19.0
3942024-08-13T18:42:02.062Z Compiling byteorder v1.5.0
3952024-08-13T18:42:02.104Z Compiling serde_json v1.0.122
3962024-08-13T18:42:02.528Z Compiling proc-macro-error-attr v1.0.4
3972024-08-13T18:42:02.597Z Compiling usdt-impl v0.5.0
3982024-08-13T18:42:02.652Z Compiling rustix v0.38.34
3992024-08-13T18:42:02.834Z Compiling syn v1.0.109
4002024-08-13T18:42:02.962Z Compiling quote v1.0.36
4012024-08-13T18:42:03.062Z Compiling proc-macro-error v1.0.4
4022024-08-13T18:42:03.126Z Compiling equivalent v1.0.1
4032024-08-13T18:42:03.242Z Compiling hashbrown v0.14.5
4042024-08-13T18:42:03.372Z Compiling syn v2.0.72
4052024-08-13T18:42:03.531Z Compiling errno v0.3.9
4062024-08-13T18:42:03.566Z Compiling utf8parse v0.2.1
4072024-08-13T18:42:03.649Z Compiling thread-id v4.2.1
4082024-08-13T18:42:03.716Z Compiling plain v0.2.3
4092024-08-13T18:42:03.740Z Compiling bitflags v2.6.0
4102024-08-13T18:42:03.764Z Compiling log v0.4.21
4112024-08-13T18:42:03.767Z Compiling anstyle-parse v0.2.4
4122024-08-13T18:42:04.149Z Compiling winnow v0.6.18
4132024-08-13T18:42:04.171Z Compiling is_terminal_polyfill v1.70.0
4142024-08-13T18:42:04.298Z Compiling colorchoice v1.0.1
4152024-08-13T18:42:04.452Z Compiling indexmap v2.3.0
4162024-08-13T18:42:04.455Z Compiling anstyle-query v1.0.3
4172024-08-13T18:42:04.529Z Compiling anstyle v1.0.8
4182024-08-13T18:42:04.636Z Compiling camino v1.1.7
4192024-08-13T18:42:04.730Z Compiling pretty-hex v0.4.1
4202024-08-13T18:42:04.947Z Compiling semver v1.0.23
4212024-08-13T18:42:05.012Z Compiling autocfg v1.3.0
4222024-08-13T18:42:05.383Z Compiling terminal_size v0.3.0
4232024-08-13T18:42:05.561Z Compiling anstream v0.6.14
4242024-08-13T18:42:05.729Z Compiling heck v0.4.1
4252024-08-13T18:42:05.732Z Compiling anyhow v1.0.86
4262024-08-13T18:42:05.831Z Compiling strsim v0.11.1
4272024-08-13T18:42:05.933Z Compiling fs-err v2.11.0
4282024-08-13T18:42:06.221Z Compiling bytecount v0.6.8
4292024-08-13T18:42:06.244Z Compiling clap_lex v0.7.0
4302024-08-13T18:42:06.307Z Compiling unicode-width v0.1.13
4312024-08-13T18:42:06.373Z Compiling heck v0.5.0
4322024-08-13T18:42:06.429Z Compiling fnv v1.0.7
4332024-08-13T18:42:06.552Z Compiling clap_builder v4.5.15
4342024-08-13T18:42:06.576Z Compiling papergrid v0.11.0
4352024-08-13T18:42:06.965Z Compiling memmap v0.7.0
4362024-08-13T18:42:07.487Z Compiling swrite v0.1.0
4372024-08-13T18:42:09.001Z Compiling tabled_derive v0.7.0
4382024-08-13T18:42:10.551Z Compiling tabled v0.15.0
4392024-08-13T18:42:12.040Z Compiling serde_derive v1.0.206
4402024-08-13T18:42:12.040Z Compiling thiserror-impl v1.0.63
4412024-08-13T18:42:12.043Z Compiling zerocopy-derive v0.7.34
4422024-08-13T18:42:12.043Z Compiling scroll_derive v0.12.0
4432024-08-13T18:42:12.331Z Compiling clap_derive v4.5.13
4442024-08-13T18:42:13.401Z Compiling scroll v0.12.0
4452024-08-13T18:42:13.880Z Compiling goblin v0.8.2
4462024-08-13T18:42:13.980Z Compiling zerocopy v0.7.34
4472024-08-13T18:42:14.573Z Compiling pest v2.7.10
4482024-08-13T18:42:16.307Z Compiling clap v4.5.15
4492024-08-13T18:42:16.812Z Compiling pest_meta v2.7.10
4502024-08-13T18:42:17.719Z Compiling pest_generator v2.7.10
4512024-08-13T18:42:19.351Z Compiling pest_derive v2.7.10
4522024-08-13T18:42:19.956Z Compiling dtrace-parser v0.2.0
4532024-08-13T18:42:22.176Z Compiling serde_tokenstream v0.2.1
4542024-08-13T18:42:22.337Z Compiling toml_datetime v0.6.8
4552024-08-13T18:42:22.337Z Compiling serde_spanned v0.6.7
4562024-08-13T18:42:22.439Z Compiling cargo-platform v0.1.8
4572024-08-13T18:42:22.689Z Compiling toml_edit v0.22.20
4582024-08-13T18:42:22.736Z Compiling macaddr v1.0.1
4592024-08-13T18:42:23.596Z Compiling dof v0.3.0
4602024-08-13T18:42:23.751Z Compiling cargo_metadata v0.18.1
4612024-08-13T18:42:25.248Z Compiling usdt-attr-macro v0.5.0
4622024-08-13T18:42:25.248Z Compiling usdt-macro v0.5.0
4632024-08-13T18:42:25.526Z Compiling toml v0.8.19
4642024-08-13T18:42:26.395Z Compiling cargo_toml v0.20.4
4652024-08-13T18:42:26.540Z Compiling usdt v0.5.0
4662024-08-13T18:42:30.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-13T18:42:33.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.84s
4682024-08-13T18:42:34.102Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-13T18:42:34.637Z Downloading crates ...
4702024-08-13T18:42:34.745Z Downloaded async-stream-impl v0.3.5
4712024-08-13T18:42:34.762Z Downloaded addr2line v0.21.0
4722024-08-13T18:42:34.765Z Downloaded bitstruct v0.1.1
4732024-08-13T18:42:34.767Z Downloaded atty v0.2.14
4742024-08-13T18:42:34.771Z Downloaded ciborium-io v0.2.2
4752024-08-13T18:42:34.773Z Downloaded cstr-argument v0.1.2
4762024-08-13T18:42:34.779Z Downloaded ascii-canvas v3.0.0
4772024-08-13T18:42:34.781Z Downloaded cfg_aliases v0.1.1
4782024-08-13T18:42:34.785Z Downloaded is-terminal v0.4.12
4792024-08-13T18:42:34.787Z Downloaded atomicwrites v0.4.3
4802024-08-13T18:42:34.790Z Downloaded convert_case v0.4.0
4812024-08-13T18:42:34.792Z Downloaded assert_matches v1.5.0
4822024-08-13T18:42:34.792Z Downloaded bitstruct_derive v0.1.0
4832024-08-13T18:42:34.794Z Downloaded instant v0.1.12
4842024-08-13T18:42:34.797Z Downloaded linear-map v1.2.0
4852024-08-13T18:42:34.799Z Downloaded lazycell v1.3.0
4862024-08-13T18:42:34.801Z Downloaded lalrpop-util v0.19.12
4872024-08-13T18:42:34.801Z Downloaded indoc v1.0.9
4882024-08-13T18:42:34.803Z Downloaded newline-converter v0.3.0
4892024-08-13T18:42:34.806Z Downloaded openssl-macros v0.1.1
4902024-08-13T18:42:34.809Z Downloaded crc-catalog v2.4.0
4912024-08-13T18:42:34.809Z Downloaded cipher v0.4.4
4922024-08-13T18:42:34.811Z Downloaded camino-tempfile v1.1.1
4932024-08-13T18:42:34.814Z Downloaded bb8 v0.8.5
4942024-08-13T18:42:34.814Z Downloaded async-recursion v1.1.1
4952024-08-13T18:42:34.817Z Downloaded castaway v0.2.3
4962024-08-13T18:42:34.821Z Downloaded path-slash v0.1.5
4972024-08-13T18:42:34.823Z Downloaded newtype_derive v0.1.6
4982024-08-13T18:42:34.823Z Downloaded opaque-debug v0.3.1
4992024-08-13T18:42:34.823Z Downloaded parse-size v1.0.0
5002024-08-13T18:42:34.826Z Downloaded libloading v0.8.3
5012024-08-13T18:42:34.828Z Downloaded linked-hash-map v0.5.6
5022024-08-13T18:42:34.828Z Downloaded lazy_static v1.5.0
5032024-08-13T18:42:34.831Z Downloaded ipnetwork v0.20.0
5042024-08-13T18:42:34.834Z Downloaded number_prefix v0.4.0
5052024-08-13T18:42:34.834Z Downloaded bitflags v1.3.2
5062024-08-13T18:42:34.836Z Downloaded matches v0.1.10
5072024-08-13T18:42:34.838Z Downloaded num_threads v0.1.7
5082024-08-13T18:42:34.840Z Downloaded multimap v0.10.0
5092024-08-13T18:42:34.840Z Downloaded base16ct v0.2.0
5102024-08-13T18:42:34.843Z Downloaded block-padding v0.3.3
5112024-08-13T18:42:34.843Z Downloaded olpc-cjson v0.1.3
5122024-08-13T18:42:34.845Z Downloaded num_enum v0.5.11
5132024-08-13T18:42:34.850Z Downloaded num-derive v0.4.2
5142024-08-13T18:42:34.852Z Downloaded managed v0.8.0
5152024-08-13T18:42:34.854Z Downloaded mockall v0.13.0
5162024-08-13T18:42:34.857Z Downloaded lru-cache v0.1.2
5172024-08-13T18:42:34.857Z Downloaded openssl-probe v0.1.5
5182024-08-13T18:42:34.859Z Downloaded crucible-workspace-hack v0.1.0
5192024-08-13T18:42:34.859Z Downloaded keccak v0.1.5
5202024-08-13T18:42:34.861Z Downloaded paste v1.0.15
5212024-08-13T18:42:34.864Z Downloaded arrayvec v0.7.4
5222024-08-13T18:42:34.867Z Downloaded maybe-uninit v2.0.0
5232024-08-13T18:42:34.867Z Downloaded const_format_proc_macros v0.2.32
5242024-08-13T18:42:34.869Z Downloaded parse-display v0.10.0
5252024-08-13T18:42:34.871Z Downloaded ipnet v2.9.0
5262024-08-13T18:42:34.874Z Downloaded normalize-line-endings v0.3.0
5272024-08-13T18:42:34.874Z Downloaded cancel-safe-futures v0.1.5
5282024-08-13T18:42:34.877Z Downloaded sqlparser_derive v0.2.2
5292024-08-13T18:42:34.880Z Downloaded nanorand v0.7.0
5302024-08-13T18:42:34.882Z Downloaded memoffset v0.9.1
5312024-08-13T18:42:34.885Z Downloaded tinyvec_macros v0.1.1
5322024-08-13T18:42:34.885Z Downloaded vte_generate_state_changes v0.1.1
5332024-08-13T18:42:34.885Z Downloaded termtree v0.4.1
5342024-08-13T18:42:34.887Z Downloaded oso-derive v0.27.3
5352024-08-13T18:42:34.887Z Downloaded signal-hook-tokio v0.3.1
5362024-08-13T18:42:34.889Z Downloaded arrayref v0.3.7
5372024-08-13T18:42:34.889Z Downloaded lock_api v0.4.12
5382024-08-13T18:42:34.892Z Downloaded nibble_vec v0.1.0
5392024-08-13T18:42:34.894Z Downloaded newtype-uuid v1.1.0
5402024-08-13T18:42:34.894Z Downloaded crc v3.2.1
5412024-08-13T18:42:34.897Z Downloaded backoff v0.4.0
5422024-08-13T18:42:34.900Z Downloaded owo-colors v4.0.0
5432024-08-13T18:42:34.902Z Downloaded downcast v0.11.0
5442024-08-13T18:42:34.905Z Downloaded constant_time_eq v0.3.0
5452024-08-13T18:42:34.907Z Downloaded num_cpus v1.16.0
5462024-08-13T18:42:34.910Z Downloaded colored v2.1.0
5472024-08-13T18:42:34.912Z Downloaded parking_lot_core v0.8.6
5482024-08-13T18:42:34.914Z Downloaded native-tls v0.2.11
5492024-08-13T18:42:34.917Z Downloaded display-error-chain v0.2.0
5502024-08-13T18:42:34.921Z Downloaded headers-core v0.2.0
5512024-08-13T18:42:34.921Z Downloaded futures-sink v0.3.30
5522024-08-13T18:42:34.924Z Downloaded spin v0.5.2
5532024-08-13T18:42:34.924Z Downloaded packed_struct v0.10.1
5542024-08-13T18:42:34.924Z Downloaded packed_struct_codegen v0.10.1
5552024-08-13T18:42:34.926Z Downloaded derive_builder_macro v0.20.0
5562024-08-13T18:42:34.926Z Downloaded waitgroup v0.1.2
5572024-08-13T18:42:34.928Z Downloaded lru v0.12.3
5582024-08-13T18:42:34.928Z Downloaded num_enum_derive v0.5.11
5592024-08-13T18:42:34.931Z Downloaded const-oid v0.9.6
5602024-08-13T18:42:34.934Z Downloaded num v0.4.3
5612024-08-13T18:42:34.937Z Downloaded defmt v0.3.8
5622024-08-13T18:42:34.940Z Downloaded termcolor v1.4.1
5632024-08-13T18:42:34.941Z Downloaded parse-display-derive v0.10.0
5642024-08-13T18:42:34.943Z Downloaded strum_macros v0.25.3
5652024-08-13T18:42:34.946Z Downloaded slog-envlogger v2.2.0
5662024-08-13T18:42:34.946Z Downloaded strip-ansi-escapes v0.2.0
5672024-08-13T18:42:34.949Z Downloaded stringprep v0.1.4
5682024-08-13T18:42:34.952Z Downloaded smallvec v0.6.14
5692024-08-13T18:42:34.952Z Downloaded pretty-hex v0.2.1
5702024-08-13T18:42:34.954Z Downloaded tls_codec v0.4.1
5712024-08-13T18:42:34.954Z Downloaded oso v0.27.3
5722024-08-13T18:42:34.958Z Downloaded parking_lot v0.11.2
5732024-08-13T18:42:34.961Z Downloaded num-rational v0.4.2
5742024-08-13T18:42:34.963Z Downloaded debug-ignore v1.0.5
5752024-08-13T18:42:34.966Z Downloaded universal-hash v0.5.1
5762024-08-13T18:42:34.968Z Downloaded ahash v0.8.11
5772024-08-13T18:42:34.971Z Downloaded console v0.15.8
5782024-08-13T18:42:34.973Z Downloaded indicatif v0.17.8
5792024-08-13T18:42:34.976Z Downloaded cookie v0.17.0
5802024-08-13T18:42:34.980Z Downloaded futures-task v0.3.30
5812024-08-13T18:42:34.982Z Downloaded omicron-zone-package v0.11.0
5822024-08-13T18:42:34.985Z Downloaded darling v0.20.9
5832024-08-13T18:42:34.988Z Downloaded strum v0.26.3
5842024-08-13T18:42:34.991Z Downloaded num-traits v0.2.19
5852024-08-13T18:42:34.999Z Downloaded structmeta-derive v0.2.0
5862024-08-13T18:42:35.002Z Downloaded impl-trait-for-tuples v0.2.2
5872024-08-13T18:42:35.002Z Downloaded ref-cast-impl v1.0.23
5882024-08-13T18:42:35.002Z Downloaded want v0.3.1
5892024-08-13T18:42:35.002Z Downloaded serde_with_macros v3.8.3
5902024-08-13T18:42:35.002Z Downloaded miniz_oxide v0.7.2
5912024-08-13T18:42:35.005Z Downloaded ref-cast v1.0.23
5922024-08-13T18:42:35.007Z Downloaded wait-timeout v0.2.0
5932024-08-13T18:42:35.010Z Downloaded tokio-tungstenite v0.21.0
5942024-08-13T18:42:35.012Z Downloaded heck v0.3.3
5952024-08-13T18:42:35.014Z Downloaded rustls-pemfile v1.0.4
5962024-08-13T18:42:35.017Z Downloaded foreign-types-shared v0.1.1
5972024-08-13T18:42:35.017Z Downloaded peg-runtime v0.8.3
5982024-08-13T18:42:35.017Z Downloaded ppv-lite86 v0.2.17
5992024-08-13T18:42:35.020Z Downloaded signal-hook-registry v1.4.2
6002024-08-13T18:42:35.022Z Downloaded signal-hook-mio v0.2.4
6012024-08-13T18:42:35.022Z Downloaded serde_path_to_error v0.1.16
6022024-08-13T18:42:35.024Z Downloaded fastrand v2.1.0
6032024-08-13T18:42:35.024Z Downloaded darling_core v0.20.9
6042024-08-13T18:42:35.029Z Downloaded slog-bunyan v2.5.0
6052024-08-13T18:42:35.031Z Downloaded compact_str v0.8.0
6062024-08-13T18:42:35.034Z Downloaded bytes v1.7.1
6072024-08-13T18:42:35.038Z Downloaded env_logger v0.10.2
6082024-08-13T18:42:35.041Z Downloaded rustc-hash v1.1.0
6092024-08-13T18:42:35.044Z Downloaded parking_lot v0.12.2
6102024-08-13T18:42:35.046Z Downloaded tls_codec_derive v0.4.1
6112024-08-13T18:42:35.048Z Downloaded hyper-rustls v0.24.2
6122024-08-13T18:42:35.050Z Downloaded slog-dtrace v0.3.0
6132024-08-13T18:42:35.053Z Downloaded sync_wrapper v0.1.2
6142024-08-13T18:42:35.053Z Downloaded derive_builder_core v0.20.0
6152024-08-13T18:42:35.055Z Downloaded zeroize_derive v1.4.2
6162024-08-13T18:42:35.057Z Downloaded zeroize v1.7.0
6172024-08-13T18:42:35.057Z Downloaded tui-tree-widget v0.22.0
6182024-08-13T18:42:35.060Z Downloaded take_mut v0.2.2
6192024-08-13T18:42:35.060Z Downloaded cc v1.0.97
6202024-08-13T18:42:35.063Z Downloaded structmeta-derive v0.3.0
6212024-08-13T18:42:35.065Z Downloaded http-body v0.4.6
6222024-08-13T18:42:35.068Z Downloaded sqlformat v0.2.4
6232024-08-13T18:42:35.070Z Downloaded wyz v0.5.1
6242024-08-13T18:42:35.070Z Downloaded fallible-iterator v0.2.0
6252024-08-13T18:42:35.072Z Downloaded futures-executor v0.3.30
6262024-08-13T18:42:35.074Z Downloaded hex v0.4.3
6272024-08-13T18:42:35.074Z Downloaded group v0.13.0
6282024-08-13T18:42:35.078Z Downloaded ident_case v1.0.1
6292024-08-13T18:42:35.078Z Downloaded hubpack_derive v0.1.1
6302024-08-13T18:42:35.081Z Downloaded futures-core v0.3.30
6312024-08-13T18:42:35.081Z Downloaded zone v0.1.8
6322024-08-13T18:42:35.081Z Downloaded mio v0.8.11
6332024-08-13T18:42:35.086Z Downloaded unicode-linebreak v0.1.5
6342024-08-13T18:42:35.089Z Downloaded pem v3.0.4
6352024-08-13T18:42:35.089Z Downloaded backtrace v0.3.71
6362024-08-13T18:42:35.094Z Downloaded tokio-tungstenite v0.20.1
6372024-08-13T18:42:35.097Z Downloaded serde_repr v0.1.19
6382024-08-13T18:42:35.101Z Downloaded serde_plain v1.0.2
6392024-08-13T18:42:35.104Z Downloaded zerocopy v0.6.6
6402024-08-13T18:42:35.104Z Downloaded serde-big-array v0.5.1
6412024-08-13T18:42:35.106Z Downloaded slog-scope v4.4.0
6422024-08-13T18:42:35.106Z Downloaded slog-json v2.6.1
6432024-08-13T18:42:35.109Z Downloaded rustc_version v0.1.7
6442024-08-13T18:42:35.109Z Downloaded pin-utils v0.1.0
6452024-08-13T18:42:35.111Z Downloaded base64 v0.22.1
6462024-08-13T18:42:35.114Z Downloaded time-core v0.1.2
6472024-08-13T18:42:35.116Z Downloaded tap v1.0.1
6482024-08-13T18:42:35.116Z Downloaded zone_cfg_derive v0.1.2
6492024-08-13T18:42:35.119Z Downloaded serde_arrays v0.1.0
6502024-08-13T18:42:35.119Z Downloaded r2d2 v0.8.10
6512024-08-13T18:42:35.123Z Downloaded psl-types v2.0.11
6522024-08-13T18:42:35.123Z Downloaded tokio-stream v0.1.15
6532024-08-13T18:42:35.126Z Downloaded spki v0.7.3
6542024-08-13T18:42:35.128Z Downloaded difflib v0.4.0
6552024-08-13T18:42:35.131Z Downloaded foreign-types v0.3.2
6562024-08-13T18:42:35.131Z Downloaded embedded-io v0.4.0
6572024-08-13T18:42:35.134Z Downloaded scopeguard v1.2.0
6582024-08-13T18:42:35.134Z Downloaded rustc-demangle v0.1.24
6592024-08-13T18:42:35.136Z Downloaded num-bigint v0.4.5
6602024-08-13T18:42:35.139Z Downloaded untrusted v0.7.1
6612024-08-13T18:42:35.142Z Downloaded base64 v0.21.7
6622024-08-13T18:42:35.146Z Downloaded peg v0.8.4
6632024-08-13T18:42:35.149Z Downloaded crypto-bigint v0.5.5
6642024-08-13T18:42:35.156Z Downloaded itertools v0.10.5
6652024-08-13T18:42:35.162Z Downloaded siphasher v0.3.11
6662024-08-13T18:42:35.164Z Downloaded percent-encoding v2.3.1
6672024-08-13T18:42:35.172Z Downloaded funty v2.0.0
6682024-08-13T18:42:35.176Z Downloaded phf_shared v0.10.0
6692024-08-13T18:42:35.176Z Downloaded untrusted v0.9.0
6702024-08-13T18:42:35.178Z Downloaded tiny-keccak v2.0.2
6712024-08-13T18:42:35.181Z Downloaded deranged v0.3.11
6722024-08-13T18:42:35.181Z Downloaded structmeta v0.2.0
6732024-08-13T18:42:35.184Z Downloaded indexmap v1.9.3
6742024-08-13T18:42:35.186Z Downloaded secrecy v0.8.0
6752024-08-13T18:42:35.189Z Downloaded diesel_table_macro_syntax v0.2.0
6762024-08-13T18:42:35.189Z Downloaded strum_macros v0.24.3
6772024-08-13T18:42:35.193Z Downloaded ena v0.14.3
6782024-08-13T18:42:35.193Z Downloaded test-strategy v0.3.1
6792024-08-13T18:42:35.195Z Downloaded schemars v0.8.21
6802024-08-13T18:42:35.208Z Downloaded humantime v2.1.0
6812024-08-13T18:42:35.211Z Downloaded sigpipe v0.1.3
6822024-08-13T18:42:35.211Z Downloaded serde_derive_internals v0.29.1
6832024-08-13T18:42:35.214Z Downloaded hyper-staticfile v0.9.5
6842024-08-13T18:42:35.214Z Downloaded proc-macro-crate v1.3.1
6852024-08-13T18:42:35.220Z Downloaded rustls-pemfile v2.1.3
6862024-08-13T18:42:35.224Z Downloaded unicode_categories v0.1.1
6872024-08-13T18:42:35.224Z Downloaded tungstenite v0.21.0
6882024-08-13T18:42:35.228Z Downloaded signature v2.2.0
6892024-08-13T18:42:35.228Z Downloaded shlex v1.3.0
6902024-08-13T18:42:35.228Z Downloaded schemars_derive v0.8.21
6912024-08-13T18:42:35.231Z Downloaded rustversion v1.0.17
6922024-08-13T18:42:35.234Z Downloaded hubpack v0.1.2
6932024-08-13T18:42:35.234Z Downloaded sec1 v0.7.3
6942024-08-13T18:42:35.236Z Downloaded rustls-pki-types v1.7.0
6952024-08-13T18:42:35.236Z Downloaded pem-rfc7468 v0.7.0
6962024-08-13T18:42:35.239Z Downloaded supports-color v3.0.0
6972024-08-13T18:42:35.242Z Downloaded der_derive v0.7.2
6982024-08-13T18:42:35.245Z Downloaded time-macros v0.2.18
6992024-08-13T18:42:35.245Z Downloaded snafu v0.8.2
7002024-08-13T18:42:35.250Z Downloaded float-ord v0.3.2
7012024-08-13T18:42:35.253Z Downloaded serde_urlencoded v0.7.1
7022024-08-13T18:42:35.256Z Downloaded glob v0.3.1
7032024-08-13T18:42:35.256Z Downloaded hyper-tls v0.5.0
7042024-08-13T18:42:35.259Z Downloaded erased-serde v0.3.31
7052024-08-13T18:42:35.259Z Downloaded env_logger v0.9.3
7062024-08-13T18:42:35.262Z Downloaded flagset v0.4.5
7072024-08-13T18:42:35.265Z Downloaded portpicker v0.1.1
7082024-08-13T18:42:35.265Z Downloaded socket2 v0.5.7
7092024-08-13T18:42:35.268Z Downloaded http-range v0.1.5
7102024-08-13T18:42:35.269Z Downloaded derive_more v0.99.18
7112024-08-13T18:42:35.271Z Downloaded fatfs v0.3.6
7122024-08-13T18:42:35.274Z Downloaded thiserror-no-std v2.0.2
7132024-08-13T18:42:35.278Z Downloaded precomputed-hash v0.1.1
7142024-08-13T18:42:35.280Z Downloaded unicode-truncate v1.0.0
7152024-08-13T18:42:35.280Z Downloaded unarray v0.1.4
7162024-08-13T18:42:35.283Z Downloaded topological-sort v0.2.2
7172024-08-13T18:42:35.285Z Downloaded typed-path v0.7.1
7182024-08-13T18:42:35.290Z Downloaded hash32 v0.3.1
7192024-08-13T18:42:35.294Z Downloaded powerfmt v0.2.0
7202024-08-13T18:42:35.294Z Downloaded mio v1.0.1
7212024-08-13T18:42:35.297Z Downloaded libm v0.2.8
7222024-08-13T18:42:35.305Z Downloaded rpassword v7.3.1
7232024-08-13T18:42:35.308Z Downloaded try-lock v0.2.5
7242024-08-13T18:42:35.308Z Downloaded resolv-conf v0.7.0
7252024-08-13T18:42:35.310Z Downloaded tokio-macros v2.3.0
7262024-08-13T18:42:35.313Z Downloaded phf_shared v0.11.2
7272024-08-13T18:42:35.313Z Downloaded tracing v0.1.40
7282024-08-13T18:42:35.315Z Downloaded fixedbitset v0.4.2
7292024-08-13T18:42:35.322Z Downloaded tracing-core v0.1.32
7302024-08-13T18:42:35.324Z Downloaded publicsuffix v2.2.3
7312024-08-13T18:42:35.324Z Downloaded toolchain_find v0.4.0
7322024-08-13T18:42:35.325Z Downloaded futures v0.3.30
7332024-08-13T18:42:35.328Z Downloaded futures-channel v0.3.30
7342024-08-13T18:42:35.331Z Downloaded slab v0.4.9
7352024-08-13T18:42:35.334Z Downloaded httpdate v1.0.3
7362024-08-13T18:42:35.334Z Downloaded crossterm v0.28.1
7372024-08-13T18:42:35.339Z Downloaded half v2.4.1
7382024-08-13T18:42:35.342Z Downloaded same-file v1.0.6
7392024-08-13T18:42:35.345Z Downloaded either v1.13.0
7402024-08-13T18:42:35.345Z Downloaded uzers v0.11.3
7412024-08-13T18:42:35.348Z Downloaded predicates-tree v1.0.9
7422024-08-13T18:42:35.350Z Downloaded predicates-core v1.0.6
7432024-08-13T18:42:35.350Z Downloaded fxhash v0.2.1
7442024-08-13T18:42:35.350Z Downloaded hostname v0.4.0
7452024-08-13T18:42:35.353Z Downloaded hostname v0.3.1
7462024-08-13T18:42:35.355Z Downloaded rand_xorshift v0.3.0
7472024-08-13T18:42:35.355Z Downloaded diff v0.1.13
7482024-08-13T18:42:35.358Z Downloaded vte v0.11.1
7492024-08-13T18:42:35.361Z Downloaded home v0.5.9
7502024-08-13T18:42:35.361Z Downloaded utf-8 v0.7.6
7512024-08-13T18:42:35.363Z Downloaded smawk v0.3.2
7522024-08-13T18:42:35.363Z Downloaded pkcs8 v0.10.2
7532024-08-13T18:42:35.366Z Downloaded tokio-postgres v0.7.11
7542024-08-13T18:42:35.371Z Downloaded enum-as-inner v0.5.1
7552024-08-13T18:42:35.373Z Downloaded endian-type v0.1.2
7562024-08-13T18:42:35.373Z Downloaded rustc_version v0.4.0
7572024-08-13T18:42:35.376Z Downloaded der v0.7.9
7582024-08-13T18:42:35.379Z Downloaded x509-cert v0.2.5
7592024-08-13T18:42:35.385Z Downloaded sct v0.7.1
7602024-08-13T18:42:35.388Z Downloaded unicode-bidi v0.3.15
7612024-08-13T18:42:35.390Z Downloaded stable_deref_trait v1.2.0
7622024-08-13T18:42:35.393Z Downloaded scheduled-thread-pool v0.2.7
7632024-08-13T18:42:35.393Z Downloaded httparse v1.8.0
7642024-08-13T18:42:35.396Z Downloaded rusty-fork v0.3.0
7652024-08-13T18:42:35.398Z Downloaded slog-stdlog v4.1.1
7662024-08-13T18:42:35.398Z Downloaded rayon-core v1.12.1
7672024-08-13T18:42:35.401Z Downloaded smf v0.2.3
7682024-08-13T18:42:35.404Z Downloaded which v4.4.2
7692024-08-13T18:42:35.404Z Downloaded getopts v0.2.21
7702024-08-13T18:42:35.406Z Downloaded futures-io v0.3.30
7712024-08-13T18:42:35.406Z Downloaded gethostname v0.5.0
7722024-08-13T18:42:35.409Z Downloaded walkdir v2.5.0
7732024-08-13T18:42:35.409Z Downloaded signal-hook v0.3.17
7742024-08-13T18:42:35.412Z Downloaded postgres-types v0.2.7
7752024-08-13T18:42:35.421Z Downloaded diesel_derives v2.2.2
7762024-08-13T18:42:35.423Z Downloaded itertools v0.12.1
7772024-08-13T18:42:35.426Z Downloaded thread_local v1.1.8
7782024-08-13T18:42:35.428Z Downloaded string_cache v0.8.7
7792024-08-13T18:42:35.428Z Downloaded static_assertions v1.1.0
7802024-08-13T18:42:35.431Z Downloaded smallvec v1.13.2
7812024-08-13T18:42:35.431Z Downloaded derive_builder v0.20.0
7822024-08-13T18:42:35.435Z Downloaded whoami v1.5.1
7832024-08-13T18:42:35.445Z Downloaded derive-where v1.2.7
7842024-08-13T18:42:35.448Z Downloaded subtle v2.5.0
7852024-08-13T18:42:35.448Z Downloaded postgres-protocol v0.6.7
7862024-08-13T18:42:35.448Z Downloaded rand v0.8.5
7872024-08-13T18:42:35.448Z Downloaded crossterm v0.27.0
7882024-08-13T18:42:35.453Z Downloaded tokio-rustls v0.25.0
7892024-08-13T18:42:35.457Z Downloaded aho-corasick v1.1.3
7902024-08-13T18:42:35.462Z Downloaded tokio-util v0.7.11
7912024-08-13T18:42:35.466Z Downloaded unicode-normalization v0.1.23
7922024-08-13T18:42:35.470Z Downloaded slog v2.7.0
7932024-08-13T18:42:35.473Z Downloaded pin-project v1.1.5
7942024-08-13T18:42:35.483Z Downloaded http v0.2.12
7952024-08-13T18:42:35.487Z Downloaded postcard v1.0.8
7962024-08-13T18:42:35.490Z Downloaded regex-automata v0.1.10
7972024-08-13T18:42:35.495Z Downloaded samael v0.0.15
7982024-08-13T18:42:35.503Z Downloaded socket2 v0.4.10
7992024-08-13T18:42:35.507Z Downloaded reedline v0.33.0
8002024-08-13T18:42:35.510Z Downloaded steno v0.4.1
8012024-08-13T18:42:35.514Z Downloaded toml v0.7.8
8022024-08-13T18:42:35.517Z Downloaded prettyplease v0.2.20
8032024-08-13T18:42:35.521Z Downloaded url v2.5.2
8042024-08-13T18:42:35.524Z Downloaded textwrap v0.16.1
8052024-08-13T18:42:35.527Z Downloaded subprocess v0.2.9
8062024-08-13T18:42:35.530Z Downloaded elliptic-curve v0.13.8
8072024-08-13T18:42:35.535Z Downloaded rsa v0.9.6
8082024-08-13T18:42:35.538Z Downloaded futures-util v0.3.30
8092024-08-13T18:42:35.548Z Downloaded unsafe-libyaml v0.2.11
8102024-08-13T18:42:35.551Z Downloaded heapless v0.8.0
8112024-08-13T18:42:35.555Z Downloaded expectorate v1.1.0
8122024-08-13T18:42:35.557Z Downloaded trust-dns-client v0.22.0
8132024-08-13T18:42:35.562Z Downloaded quick-xml v0.31.0
8142024-08-13T18:42:35.568Z Downloaded trust-dns-resolver v0.22.0
8152024-08-13T18:42:35.573Z Downloaded unicode-segmentation v1.11.0
8162024-08-13T18:42:35.576Z Downloaded hkdf v0.12.4
8172024-08-13T18:42:35.578Z Downloaded bindgen v0.69.4
8182024-08-13T18:42:35.585Z Downloaded hashbrown v0.13.2
8192024-08-13T18:42:35.590Z Downloaded trust-dns-server v0.22.1
8202024-08-13T18:42:35.595Z Downloaded lalrpop v0.19.12
8212024-08-13T18:42:35.605Z Downloaded chrono v0.4.38
8222024-08-13T18:42:35.613Z Downloaded hashbrown v0.12.3
8232024-08-13T18:42:35.616Z Downloaded bitvec v1.0.1
8242024-08-13T18:42:35.631Z Downloaded similar v2.5.0
8252024-08-13T18:42:35.636Z Downloaded flate2 v1.0.31
8262024-08-13T18:42:35.642Z Downloaded proptest v1.5.0
8272024-08-13T18:42:35.651Z Downloaded rustyline v14.0.0
8282024-08-13T18:42:35.655Z Downloaded serde_with v3.8.3
8292024-08-13T18:42:35.663Z Downloaded sqlparser v0.45.0
8302024-08-13T18:42:35.669Z Downloaded openssl v0.10.66
8312024-08-13T18:42:35.678Z Downloaded h2 v0.3.26
8322024-08-13T18:42:35.684Z Downloaded portable-atomic v1.6.0
8332024-08-13T18:42:35.692Z Downloaded hyper v0.14.30
8342024-08-13T18:42:35.698Z Downloaded idna v0.5.0
8352024-08-13T18:42:35.705Z Downloaded winnow v0.5.40
8362024-08-13T18:42:35.713Z Downloaded idna v0.2.3
8372024-08-13T18:42:35.719Z Downloaded rustls-webpki v0.102.4
8382024-08-13T18:42:35.737Z Downloaded reqwest v0.11.27
8392024-08-13T18:42:35.744Z Downloaded rustls-webpki v0.101.7
8402024-08-13T18:42:35.757Z Downloaded rayon v1.10.0
8412024-08-13T18:42:35.766Z Downloaded gimli v0.28.1
8422024-08-13T18:42:35.774Z Downloaded webpki-roots v0.25.4
8432024-08-13T18:42:35.778Z Downloaded curve25519-dalek v4.1.3
8442024-08-13T18:42:35.786Z Downloaded regress v0.9.1
8452024-08-13T18:42:35.794Z Downloaded smoltcp v0.11.0
8462024-08-13T18:42:35.807Z Downloaded regex-syntax v0.6.29
8472024-08-13T18:42:35.816Z Downloaded vcpkg v0.2.15
8482024-08-13T18:42:35.853Z Downloaded rustls v0.22.4
8492024-08-13T18:42:35.866Z Downloaded smoltcp v0.9.1
8502024-08-13T18:42:35.877Z Downloaded bstr v1.9.1
8512024-08-13T18:42:35.888Z Downloaded trust-dns-proto v0.22.0
8522024-08-13T18:42:35.899Z Downloaded ratatui v0.28.0
8532024-08-13T18:42:35.919Z Downloaded regex-syntax v0.8.4
8542024-08-13T18:42:35.927Z Downloaded regex-automata v0.4.6
8552024-08-13T18:42:35.945Z Downloaded diesel v2.2.2
8562024-08-13T18:42:35.966Z Downloaded petgraph v0.6.5
8572024-08-13T18:42:35.982Z Downloaded sled v0.34.7
8582024-08-13T18:42:35.992Z Downloaded zerocopy-derive v0.6.6
8592024-08-13T18:42:36.003Z Downloaded rustls v0.21.12
8602024-08-13T18:42:36.013Z Downloaded openapiv3 v2.0.0
8612024-08-13T18:42:36.025Z Downloaded bzip2-sys v0.1.11+1.0.8
8622024-08-13T18:42:36.038Z Downloaded radix_trie v0.2.1
8632024-08-13T18:42:36.043Z Downloaded encoding_rs v0.8.34
8642024-08-13T18:42:36.065Z Downloaded idna v0.3.0
8652024-08-13T18:42:36.071Z Downloaded bstr v0.2.17
8662024-08-13T18:42:36.080Z Downloaded polar-core v0.27.3
8672024-08-13T18:42:36.090Z Downloaded finl_unicode v1.2.0
8682024-08-13T18:42:36.102Z Downloaded tokio v1.38.1
8692024-08-13T18:42:36.140Z Downloaded sha3 v0.10.8
8702024-08-13T18:42:36.145Z Downloaded csv v1.3.0
8712024-08-13T18:42:36.165Z Downloaded regex v1.10.6
8722024-08-13T18:42:36.178Z Downloaded nix v0.28.0
8732024-08-13T18:42:36.189Z Downloaded object v0.32.2
8742024-08-13T18:42:36.200Z Downloaded nix v0.27.1
8752024-08-13T18:42:36.211Z Downloaded time v0.3.36
8762024-08-13T18:42:36.218Z Downloaded tough v0.17.1
8772024-08-13T18:42:36.226Z Downloaded object v0.30.4
8782024-08-13T18:42:36.236Z Downloaded float-cmp v0.9.0
8792024-08-13T18:42:36.238Z Downloaded predicates v3.1.2
8802024-08-13T18:42:36.240Z Downloaded tokio-rustls v0.24.1
8812024-08-13T18:42:36.242Z Downloaded getrandom v0.2.14
8822024-08-13T18:42:36.245Z Downloaded tar v0.4.41
8832024-08-13T18:42:36.248Z Downloaded tungstenite v0.20.1
8842024-08-13T18:42:36.250Z Downloaded num-bigint-dig v0.8.4
8852024-08-13T18:42:36.255Z Downloaded rand_seeder v0.3.0
8862024-08-13T18:42:36.258Z Downloaded strum_macros v0.26.4
8872024-08-13T18:42:36.260Z Downloaded poly1305 v0.8.0
8882024-08-13T18:42:36.263Z Downloaded dyn-clone v1.0.17
8892024-08-13T18:42:36.263Z Downloaded dsl_auto_type v0.1.2
8902024-08-13T18:42:36.265Z Downloaded dirs-next v2.0.0
8912024-08-13T18:42:36.265Z Downloaded rcgen v0.12.1
8922024-08-13T18:42:36.267Z Downloaded toml_edit v0.19.15
8932024-08-13T18:42:36.283Z Downloaded http v1.1.0
8942024-08-13T18:42:36.287Z Downloaded ring v0.17.8
8952024-08-13T18:42:36.357Z Downloaded slog-async v2.8.0
8962024-08-13T18:42:36.359Z Downloaded tempfile v3.10.1
8972024-08-13T18:42:36.362Z Downloaded flume v0.11.0
8982024-08-13T18:42:36.365Z Downloaded thiserror-impl-no-std v2.0.2
8992024-08-13T18:42:36.365Z Downloaded sha1 v0.10.6
9002024-08-13T18:42:36.368Z Downloaded serde-hex v0.1.0
9012024-08-13T18:42:36.368Z Downloaded rtoolbox v0.0.2
9022024-08-13T18:42:36.371Z Downloaded nom v7.1.3
9032024-08-13T18:42:36.374Z Downloaded libxml v0.3.3
9042024-08-13T18:42:36.380Z Downloaded itertools v0.13.0
9052024-08-13T18:42:36.387Z Downloaded zip v0.6.6
9062024-08-13T18:42:36.394Z Downloaded snafu-derive v0.8.2
9072024-08-13T18:42:36.397Z Downloaded heapless v0.7.17
9082024-08-13T18:42:36.397Z Downloaded peg-macros v0.8.4
9092024-08-13T18:42:36.400Z Downloaded rand_chacha v0.3.1
9102024-08-13T18:42:36.401Z Downloaded slog-term v2.9.1
9112024-08-13T18:42:36.403Z Downloaded radium v0.7.0
9122024-08-13T18:42:36.403Z Downloaded phf v0.11.2
9132024-08-13T18:42:36.403Z Downloaded fragile v2.0.0
9142024-08-13T18:42:36.406Z Downloaded hmac v0.12.1
9152024-08-13T18:42:36.410Z Downloaded serde_yaml v0.9.34+deprecated
9162024-08-13T18:42:36.412Z Downloaded iana-time-zone v0.1.60
9172024-08-13T18:42:36.412Z Downloaded vsss-rs v3.3.4
9182024-08-13T18:42:36.416Z Downloaded tracing-attributes v0.1.27
9192024-08-13T18:42:36.427Z Downloaded ron v0.8.1
9202024-08-13T18:42:36.430Z Downloaded hash32 v0.2.1
9212024-08-13T18:42:36.430Z Downloaded uuid v1.10.0
9222024-08-13T18:42:36.430Z Downloaded term v0.7.0
9232024-08-13T18:42:36.430Z Downloaded blake3 v1.5.1
9242024-08-13T18:42:36.436Z Downloaded tower-service v0.3.2
9252024-08-13T18:42:36.438Z Downloaded structmeta v0.3.0
9262024-08-13T18:42:36.438Z Downloaded rand_core v0.6.4
9272024-08-13T18:42:36.440Z Downloaded tokio-native-tls v0.3.1
9282024-08-13T18:42:36.441Z Downloaded foreign-types-macros v0.2.3
9292024-08-13T18:42:36.443Z Downloaded foreign-types v0.5.0
9302024-08-13T18:42:36.443Z Downloaded pkcs1 v0.7.5
9312024-08-13T18:42:36.445Z Downloaded pin-project-lite v0.2.14
9322024-08-13T18:42:36.448Z Downloaded tinyvec v1.6.0
9332024-08-13T18:42:36.452Z Downloaded headers v0.3.9
9342024-08-13T18:42:36.456Z Downloaded rustfmt-wrapper v0.2.1
9352024-08-13T18:42:36.458Z Downloaded spin v0.9.8
9362024-08-13T18:42:36.462Z Downloaded pin-project-internal v1.1.5
9372024-08-13T18:42:36.464Z Downloaded highway v1.2.0
9382024-08-13T18:42:36.464Z Downloaded chacha20poly1305 v0.10.1
9392024-08-13T18:42:36.464Z Downloaded const_format v0.2.32
9402024-08-13T18:42:36.468Z Downloaded unicase v2.7.0
9412024-08-13T18:42:36.472Z Downloaded crossbeam-channel v0.5.12
9422024-08-13T18:42:36.474Z Downloaded toml v0.5.11
9432024-08-13T18:42:36.478Z Downloaded ring v0.16.20
9442024-08-13T18:42:36.559Z Downloaded minimal-lexical v0.2.1
9452024-08-13T18:42:36.562Z Downloaded globset v0.4.14
9462024-08-13T18:42:36.565Z Downloaded yasna v0.5.2
9472024-08-13T18:42:36.567Z Downloaded ron v0.7.1
9482024-08-13T18:42:36.570Z Downloaded base64 v0.13.1
9492024-08-13T18:42:36.572Z Downloaded nu-ansi-term v0.50.0
9502024-08-13T18:42:36.575Z Downloaded mockall_derive v0.13.0
9512024-08-13T18:42:36.578Z Downloaded csv-core v0.1.11
9522024-08-13T18:42:36.578Z Downloaded crossbeam-epoch v0.9.18
9532024-08-13T18:42:36.581Z Downloaded crc-any v2.5.0
9542024-08-13T18:42:36.585Z Downloaded cookie_store v0.20.0
9552024-08-13T18:42:36.585Z Downloaded allocator-api2 v0.2.18
9562024-08-13T18:42:36.587Z Downloaded semver v0.1.20
9572024-08-13T18:42:36.587Z Downloaded clang-sys v1.7.0
9582024-08-13T18:42:36.590Z Downloaded xattr v1.3.1
9592024-08-13T18:42:36.592Z Downloaded openssl-sys v0.9.103
9602024-08-13T18:42:36.595Z Downloaded quick-error v1.2.3
9612024-08-13T18:42:36.600Z Downloaded futures-macro v0.3.30
9622024-08-13T18:42:36.600Z Downloaded fd-lock v4.0.2
9632024-08-13T18:42:36.600Z Downloaded pkg-config v0.3.30
9642024-08-13T18:42:36.602Z Downloaded indent_write v2.2.0
9652024-08-13T18:42:36.602Z Downloaded dirs-sys-next v0.1.2
9662024-08-13T18:42:36.602Z Downloaded termios v0.3.3
9672024-08-13T18:42:36.605Z Downloaded password-hash v0.5.0
9682024-08-13T18:42:36.608Z Downloaded parking_lot_core v0.9.10
9692024-08-13T18:42:36.608Z Downloaded mime_guess v2.0.4
9702024-08-13T18:42:36.610Z Downloaded arc-swap v1.7.1
9712024-08-13T18:42:36.612Z Downloaded form_urlencoded v1.2.1
9722024-08-13T18:42:36.615Z Downloaded filetime v0.2.24
9732024-08-13T18:42:36.615Z Downloaded ff v0.13.0
9742024-08-13T18:42:36.617Z Downloaded crc32fast v1.4.0
9752024-08-13T18:42:36.620Z Downloaded ciborium v0.2.2
9762024-08-13T18:42:36.620Z Downloaded blake2 v0.10.6
9772024-08-13T18:42:36.622Z Downloaded tabwriter v1.4.0
9782024-08-13T18:42:36.625Z Downloaded unicode-xid v0.2.4
9792024-08-13T18:42:36.625Z Downloaded shell-words v1.1.0
9802024-08-13T18:42:36.625Z Downloaded crossbeam-utils v0.8.19
9812024-08-13T18:42:36.628Z Downloaded cookie v0.18.1
9822024-08-13T18:42:37.633Z Downloaded bzip2 v0.4.4
9832024-08-13T18:42:37.637Z Downloaded maplit v1.0.2
9842024-08-13T18:42:37.637Z Downloaded foreign-types-shared v0.3.1
9852024-08-13T18:42:37.637Z Downloaded num-integer v0.1.46
9862024-08-13T18:42:37.637Z Downloaded crossbeam-deque v0.8.5
9872024-08-13T18:42:37.637Z Downloaded multer v3.1.0
9882024-08-13T18:42:37.637Z Downloaded ciborium-ll v0.2.2
9892024-08-13T18:42:37.637Z Downloaded chacha20 v0.9.1
9902024-08-13T18:42:37.637Z Downloaded cassowary v0.3.0
9912024-08-13T18:42:37.637Z Downloaded md-5 v0.10.6
9922024-08-13T18:42:37.637Z Downloaded cexpr v0.6.0
9932024-08-13T18:42:37.637Z Downloaded bcs v0.1.6
9942024-08-13T18:42:37.637Z Downloaded num-complex v0.4.6
9952024-08-13T18:42:37.637Z Downloaded memmap2 v0.9.4
9962024-08-13T18:42:37.637Z Downloaded libsw v3.3.1
9972024-08-13T18:42:37.637Z Downloaded base64ct v1.6.0
9982024-08-13T18:42:37.637Z Downloaded async-stream v0.3.5
9992024-08-13T18:42:37.637Z Downloaded ascii v1.1.0
10002024-08-13T18:42:37.637Z Downloaded argon2 v0.5.3
10012024-08-13T18:42:37.637Z Downloaded async-trait v0.1.81
10022024-08-13T18:42:37.637Z Downloaded cobs v0.2.3
10032024-08-13T18:42:37.637Z Downloaded darling_macro v0.20.9
10042024-08-13T18:42:37.637Z Downloaded libefi-sys v0.1.0
10052024-08-13T18:42:37.637Z Downloaded bit-set v0.5.3
10062024-08-13T18:42:37.637Z Downloaded mime v0.3.17
10072024-08-13T18:42:37.637Z Downloaded num-iter v0.1.45
10082024-08-13T18:42:37.637Z Downloaded num-conv v0.1.0
10092024-08-13T18:42:37.637Z Downloaded new_debug_unreachable v1.0.6
10102024-08-13T18:42:37.637Z Downloaded defmt-parser v0.3.4
10112024-08-13T18:42:37.637Z Downloaded bitfield v0.14.0
10122024-08-13T18:42:37.637Z Downloaded nodrop v0.1.14
10132024-08-13T18:42:37.637Z Downloaded bitfield-struct v0.6.1
10142024-08-13T18:42:37.638Z Downloaded inout v0.1.3
10152024-08-13T18:42:37.638Z Downloaded defmt-macros v0.3.9
10162024-08-13T18:42:37.638Z Downloaded kstat-rs v0.2.4
10172024-08-13T18:42:37.638Z Downloaded data-encoding v2.6.0
10182024-08-13T18:42:37.638Z Downloaded curve25519-dalek-derive v0.1.1
10192024-08-13T18:42:37.638Z Downloaded aead v0.5.2
10202024-08-13T18:42:37.638Z Downloaded is_ci v1.2.0
10212024-08-13T18:42:37.638Z Downloaded buf-list v1.0.3
10222024-08-13T18:42:37.638Z Downloaded match_cfg v0.1.0
10232024-08-13T18:42:37.638Z Downloaded bit-vec v0.6.3
10242024-08-13T18:42:37.638Z Downloaded atomic-waker v1.1.2
10252024-08-13T18:42:37.638Z Downloaded array-init v0.0.4
10262024-08-13T18:42:37.638Z Downloaded adler v1.0.2
10272024-08-13T18:42:37.638Z Downloaded crunchy v0.2.2
10282024-08-13T18:42:37.638Z Downloaded instability v0.3.2
10292024-08-13T18:42:37.638Z Compiling cfg-if v1.0.0
10302024-08-13T18:42:37.638Z Compiling serde v1.0.206
10312024-08-13T18:42:37.638Z Compiling lock_api v0.4.12
10322024-08-13T18:42:37.638Z Compiling scopeguard v1.2.0
10332024-08-13T18:42:37.638Z Compiling log v0.4.21
10342024-08-13T18:42:37.638Z Compiling cc v1.0.97
10352024-08-13T18:42:37.638Z Compiling syn v2.0.72
10362024-08-13T18:42:37.638Z Compiling typenum v1.17.0
10372024-08-13T18:42:37.638Z Compiling getrandom v0.2.14
10382024-08-13T18:42:37.638Z Compiling generic-array v0.14.7
10392024-08-13T18:42:37.638Z Compiling rand_core v0.6.4
10402024-08-13T18:42:37.638Z Compiling pin-project-lite v0.2.14
10412024-08-13T18:42:37.638Z Compiling parking_lot_core v0.9.10
10422024-08-13T18:42:37.647Z Compiling smallvec v1.13.2
10432024-08-13T18:42:37.682Z Compiling signal-hook-registry v1.4.2
10442024-08-13T18:42:37.900Z Compiling spin v0.9.8
10452024-08-13T18:42:38.022Z Compiling mio v0.8.11
10462024-08-13T18:42:38.057Z Compiling ahash v0.8.11
10472024-08-13T18:42:38.394Z Compiling tinyvec_macros v0.1.1
10482024-08-13T18:42:38.495Z Compiling tinyvec v1.6.0
10492024-08-13T18:42:38.540Z Compiling parking_lot v0.12.2
10502024-08-13T18:42:38.558Z Compiling num_cpus v1.16.0
10512024-08-13T18:42:38.680Z Compiling socket2 v0.5.7
10522024-08-13T18:42:38.831Z Compiling serde_json v1.0.122
10532024-08-13T18:42:39.203Z Compiling subtle v2.5.0
10542024-08-13T18:42:39.454Z Compiling const-oid v0.9.6
10552024-08-13T18:42:39.547Z Compiling futures-core v0.3.30
10562024-08-13T18:42:39.562Z Compiling libm v0.2.8
10572024-08-13T18:42:39.681Z Compiling num-traits v0.2.19
10582024-08-13T18:42:39.784Z Compiling slab v0.4.9
10592024-08-13T18:42:39.920Z Compiling unicode-bidi v0.3.15
10602024-08-13T18:42:39.953Z Compiling futures-sink v0.3.30
10612024-08-13T18:42:39.973Z Compiling allocator-api2 v0.2.18
10622024-08-13T18:42:40.050Z Compiling unicode-normalization v0.1.23
10632024-08-13T18:42:40.614Z Compiling futures-channel v0.3.30
10642024-08-13T18:42:40.631Z Compiling futures-task v0.3.30
10652024-08-13T18:42:40.730Z Compiling futures-io v0.3.30
10662024-08-13T18:42:40.944Z Compiling pin-utils v0.1.0
10672024-08-13T18:42:41.020Z Compiling pkg-config v0.3.30
10682024-08-13T18:42:41.037Z Compiling vcpkg v0.2.15
10692024-08-13T18:42:41.040Z Compiling ring v0.17.8
10702024-08-13T18:42:41.122Z Compiling ppv-lite86 v0.2.17
10712024-08-13T18:42:41.401Z Compiling percent-encoding v2.3.1
10722024-08-13T18:42:41.638Z Compiling tracing-core v0.1.32
10732024-08-13T18:42:41.756Z Compiling untrusted v0.9.0
10742024-08-13T18:42:41.886Z Compiling rand_chacha v0.3.1
10752024-08-13T18:42:41.930Z Compiling powerfmt v0.2.0
10762024-08-13T18:42:42.331Z Compiling time-core v0.1.2
10772024-08-13T18:42:42.508Z Compiling num-conv v0.1.0
10782024-08-13T18:42:42.587Z Compiling rustix v0.38.34
10792024-08-13T18:42:42.789Z Compiling syn v1.0.109
10802024-08-13T18:42:43.090Z Compiling time-macros v0.2.18
10812024-08-13T18:42:43.210Z Compiling openssl-sys v0.9.103
10822024-08-13T18:42:43.385Z Compiling rand v0.8.5
10832024-08-13T18:42:43.461Z Compiling deranged v0.3.11
10842024-08-13T18:42:43.463Z Compiling num_threads v0.1.7
10852024-08-13T18:42:43.596Z Compiling foreign-types-shared v0.1.1
10862024-08-13T18:42:43.711Z Compiling base64ct v1.6.0
10872024-08-13T18:42:44.245Z Compiling httparse v1.8.0
10882024-08-13T18:42:44.294Z Compiling openssl v0.10.66
10892024-08-13T18:42:44.319Z Compiling rustversion v1.0.17
10902024-08-13T18:42:44.758Z Compiling pem-rfc7468 v0.7.0
10912024-08-13T18:42:45.117Z Compiling foreign-types v0.3.2
10922024-08-13T18:42:45.370Z Compiling form_urlencoded v1.2.1
10932024-08-13T18:42:45.397Z Compiling flagset v0.4.5
10942024-08-13T18:42:45.476Z Compiling siphasher v0.3.11
10952024-08-13T18:42:45.603Z Compiling crossbeam-utils v0.8.19
10962024-08-13T18:42:45.681Z Compiling try-lock v0.2.5
10972024-08-13T18:42:45.826Z Compiling rustls v0.21.12
10982024-08-13T18:42:45.845Z Compiling native-tls v0.2.11
10992024-08-13T18:42:46.113Z Compiling want v0.3.1
11002024-08-13T18:42:46.249Z Compiling idna v0.5.0
11012024-08-13T18:42:46.383Z Compiling lazy_static v1.5.0
11022024-08-13T18:42:46.386Z Compiling time v0.3.36
11032024-08-13T18:42:46.506Z Compiling cookie v0.17.0
11042024-08-13T18:42:46.794Z Compiling aho-corasick v1.1.3
11052024-08-13T18:42:46.885Z Compiling finl_unicode v1.2.0
11062024-08-13T18:42:47.529Z Compiling rustls-webpki v0.101.7
11072024-08-13T18:42:47.648Z Compiling sct v0.7.1
11082024-08-13T18:42:47.822Z Compiling httpdate v1.0.3
11092024-08-13T18:42:47.961Z Compiling regex-syntax v0.8.4
11102024-08-13T18:42:48.282Z Compiling cpufeatures v0.2.12
11112024-08-13T18:42:48.383Z Compiling openssl-probe v0.1.5
11122024-08-13T18:42:48.738Z Compiling iana-time-zone v0.1.60
11132024-08-13T18:42:49.116Z Compiling adler v1.0.2
11142024-08-13T18:42:49.185Z Compiling tower-service v0.3.2
11152024-08-13T18:42:49.316Z Compiling slog v2.7.0
11162024-08-13T18:42:49.349Z Compiling miniz_oxide v0.7.2
11172024-08-13T18:42:49.918Z Compiling stringprep v0.1.4
11182024-08-13T18:42:50.905Z Compiling url v2.5.2
11192024-08-13T18:42:51.498Z Compiling serde_derive v1.0.206
11202024-08-13T18:42:51.769Z Compiling zeroize_derive v1.4.2
11212024-08-13T18:42:52.250Z Compiling zerocopy-derive v0.7.34
11222024-08-13T18:42:52.473Z Compiling tokio-macros v2.3.0
11232024-08-13T18:42:52.730Z Compiling thiserror-impl v1.0.63
11242024-08-13T18:42:53.446Z Compiling zeroize v1.7.0
11252024-08-13T18:42:54.027Z Compiling futures-macro v0.3.30
11262024-08-13T18:42:54.481Z Compiling tracing-attributes v0.1.27
11272024-08-13T18:42:54.508Z Compiling zerocopy v0.7.34
11282024-08-13T18:42:55.304Z Compiling crypto-common v0.1.6
11292024-08-13T18:42:55.543Z Compiling block-buffer v0.10.4
11302024-08-13T18:42:55.803Z Compiling digest v0.10.7
11312024-08-13T18:42:56.083Z Compiling thiserror v1.0.63
11322024-08-13T18:42:56.144Z Compiling futures-util v0.3.30
11332024-08-13T18:42:56.209Z Compiling pest v2.7.10
11342024-08-13T18:42:56.316Z Compiling scroll_derive v0.12.0
11352024-08-13T18:42:56.648Z Compiling hashbrown v0.14.5
11362024-08-13T18:42:57.862Z Compiling scroll v0.12.0
11372024-08-13T18:42:58.118Z Compiling hmac v0.12.1
11382024-08-13T18:42:58.327Z Compiling tracing v0.1.40
11392024-08-13T18:42:58.377Z Compiling goblin v0.8.2
11402024-08-13T18:42:58.423Z Compiling der_derive v0.7.2
11412024-08-13T18:42:58.548Z Compiling openssl-macros v0.1.1
11422024-08-13T18:42:58.836Z Compiling pest_meta v2.7.10
11432024-08-13T18:42:59.254Z Compiling md-5 v0.10.6
11442024-08-13T18:42:59.271Z Compiling sha2 v0.10.8
11452024-08-13T18:42:59.308Z Compiling regex-automata v0.4.6
11462024-08-13T18:42:59.485Z Compiling num-integer v0.1.46
11472024-08-13T18:43:00.260Z Compiling pest_generator v2.7.10
11482024-08-13T18:43:00.997Z Compiling der v0.7.9
11492024-08-13T18:43:02.348Z Compiling idna v0.3.0
11502024-08-13T18:43:02.365Z Compiling backtrace v0.3.71
11512024-08-13T18:43:02.832Z Compiling hash32 v0.2.1
11522024-08-13T18:43:02.889Z Compiling signal-hook v0.3.17
11532024-08-13T18:43:03.178Z Compiling spki v0.7.3
11542024-08-13T18:43:03.195Z Compiling psl-types v2.0.11
11552024-08-13T18:43:03.389Z Compiling base64 v0.22.1
11562024-08-13T18:43:03.543Z Compiling stable_deref_trait v1.2.0
11572024-08-13T18:43:03.650Z Compiling crc32fast v1.4.0
11582024-08-13T18:43:03.848Z Compiling pest_derive v2.7.10
11592024-08-13T18:43:03.967Z Compiling fallible-iterator v0.2.0
11602024-08-13T18:43:04.152Z Compiling smoltcp v0.9.1
11612024-08-13T18:43:04.170Z Compiling gimli v0.28.1
11622024-08-13T18:43:04.465Z Compiling pkcs8 v0.10.2
11632024-08-13T18:43:04.628Z Compiling dtrace-parser v0.2.0
11642024-08-13T18:43:04.649Z Compiling publicsuffix v2.2.3
11652024-08-13T18:43:04.934Z Compiling hubpack_derive v0.1.1
11662024-08-13T18:43:04.953Z Compiling block-padding v0.3.3
11672024-08-13T18:43:05.001Z Compiling zerocopy-derive v0.6.6
11682024-08-13T18:43:05.196Z Compiling async-trait v0.1.81
11692024-08-13T18:43:05.850Z Compiling bytes v1.7.1
11702024-08-13T18:43:06.110Z Compiling bitflags v2.6.0
11712024-08-13T18:43:06.821Z Compiling tokio v1.38.1
11722024-08-13T18:43:07.131Z Compiling indexmap v2.3.0
11732024-08-13T18:43:07.276Z Compiling http v0.2.12
11742024-08-13T18:43:08.027Z Compiling semver v1.0.23
11752024-08-13T18:43:08.627Z Compiling rustc_version v0.4.0
11762024-08-13T18:43:08.747Z Compiling dof v0.3.0
11772024-08-13T18:43:09.118Z Compiling http-body v0.4.6
11782024-08-13T18:43:09.435Z Compiling heapless v0.7.17
11792024-08-13T18:43:09.680Z Compiling uuid v1.10.0
11802024-08-13T18:43:09.769Z Compiling usdt-impl v0.5.0
11812024-08-13T18:43:09.940Z Compiling serde_tokenstream v0.2.1
11822024-08-13T18:43:10.498Z Compiling serde_spanned v0.6.7
11832024-08-13T18:43:10.732Z Compiling chrono v0.4.38
11842024-08-13T18:43:10.943Z Compiling toml_datetime v0.6.8
11852024-08-13T18:43:11.103Z Compiling terminal_size v0.3.0
11862024-08-13T18:43:11.346Z Compiling addr2line v0.21.0
11872024-08-13T18:43:11.455Z Compiling postgres-protocol v0.6.7
11882024-08-13T18:43:12.164Z Compiling phf_shared v0.11.2
11892024-08-13T18:43:12.531Z Compiling serde_derive_internals v0.29.1
11902024-08-13T18:43:12.559Z Compiling ff v0.13.0
11912024-08-13T18:43:12.783Z Compiling object v0.32.2
11922024-08-13T18:43:12.801Z Compiling fs-err v2.11.0
11932024-08-13T18:43:12.847Z Compiling base64 v0.21.7
11942024-08-13T18:43:12.877Z Compiling regex-automata v0.1.10
11952024-08-13T18:43:13.086Z Compiling schemars v0.8.21
11962024-08-13T18:43:13.381Z Compiling rustc-demangle v0.1.24
11972024-08-13T18:43:13.458Z Compiling bitflags v1.3.2
11982024-08-13T18:43:13.567Z Compiling bit-vec v0.6.3
11992024-08-13T18:43:13.585Z Compiling winnow v0.5.40
12002024-08-13T18:43:14.044Z Compiling base16ct v0.2.0
12012024-08-13T18:43:14.361Z Compiling ipnet v2.9.0
12022024-08-13T18:43:14.380Z Compiling matches v0.1.10
12032024-08-13T18:43:14.475Z Compiling managed v0.8.0
12042024-08-13T18:43:14.505Z Compiling either v1.13.0
12052024-08-13T18:43:14.927Z Compiling anyhow v1.0.86
12062024-08-13T18:43:15.295Z Compiling tokio-util v0.7.11
12072024-08-13T18:43:15.515Z Compiling tokio-rustls v0.24.1
12082024-08-13T18:43:15.920Z Compiling schemars_derive v0.8.21
12092024-08-13T18:43:16.340Z Compiling h2 v0.3.26
12102024-08-13T18:43:16.712Z Compiling tokio-native-tls v0.3.1
12112024-08-13T18:43:16.990Z Compiling toml_edit v0.19.15
12122024-08-13T18:43:17.023Z Compiling idna v0.2.3
12132024-08-13T18:43:17.394Z Compiling sec1 v0.7.3
12142024-08-13T18:43:17.981Z Compiling clap_builder v4.5.15
12152024-08-13T18:43:18.431Z Compiling rustls-pemfile v1.0.4
12162024-08-13T18:43:18.697Z Compiling bstr v0.2.17
12172024-08-13T18:43:19.026Z Compiling postgres-types v0.2.7
12182024-08-13T18:43:20.083Z Compiling group v0.13.0
12192024-08-13T18:43:20.170Z Compiling phf v0.11.2
12202024-08-13T18:43:20.408Z Compiling cookie_store v0.20.0
12212024-08-13T18:43:20.464Z Compiling usdt-macro v0.5.0
12222024-08-13T18:43:20.555Z Compiling usdt-attr-macro v0.5.0
12232024-08-13T18:43:21.894Z Compiling zerocopy v0.6.6
12242024-08-13T18:43:21.950Z Compiling hubpack v0.1.2
12252024-08-13T18:43:22.231Z Compiling serde_urlencoded v0.7.1
12262024-08-13T18:43:22.266Z Compiling inout v0.1.3
12272024-08-13T18:43:22.557Z Compiling regex v1.10.6
12282024-08-13T18:43:22.788Z Compiling futures-executor v0.3.30
12292024-08-13T18:43:22.946Z Compiling num-bigint v0.4.5
12302024-08-13T18:43:23.093Z Compiling enum-as-inner v0.5.1
12312024-08-13T18:43:23.363Z Compiling hyper v0.14.30
12322024-08-13T18:43:23.406Z Compiling hkdf v0.12.4
12332024-08-13T18:43:23.617Z Compiling crypto-bigint v0.5.5
12342024-08-13T18:43:23.670Z Compiling serde_repr v0.1.19
12352024-08-13T18:43:24.124Z Compiling strum_macros v0.25.3
12362024-08-13T18:43:24.881Z Compiling clap_derive v4.5.13
12372024-08-13T18:43:24.940Z Compiling phf_shared v0.10.0
12382024-08-13T18:43:25.341Z Compiling float-cmp v0.9.0
12392024-08-13T18:43:25.563Z Compiling mio v1.0.1
12402024-08-13T18:43:26.740Z Compiling encoding_rs v0.8.34
12412024-08-13T18:43:26.742Z Compiling difflib v0.4.0
12422024-08-13T18:43:27.164Z Compiling minimal-lexical v0.2.1
12432024-08-13T18:43:27.702Z Compiling webpki-roots v0.25.4
12442024-08-13T18:43:27.852Z Compiling whoami v1.5.1
12452024-08-13T18:43:28.211Z Compiling data-encoding v2.6.0
12462024-08-13T18:43:28.423Z Compiling sync_wrapper v0.1.2
12472024-08-13T18:43:28.500Z Compiling new_debug_unreachable v1.0.6
12482024-08-13T18:43:28.559Z Compiling dyn-clone v1.0.17
12492024-08-13T18:43:28.593Z Compiling precomputed-hash v0.1.1
12502024-08-13T18:43:28.708Z Compiling static_assertions v1.1.0
12512024-08-13T18:43:28.783Z Compiling unicode-segmentation v1.11.0
12522024-08-13T18:43:28.812Z Compiling fixedbitset v0.4.2
12532024-08-13T18:43:29.296Z Compiling normalize-line-endings v0.3.0
12542024-08-13T18:43:29.420Z Compiling mime v0.3.17
12552024-08-13T18:43:29.633Z Compiling predicates-core v1.0.6
12562024-08-13T18:43:29.733Z Compiling similar v2.5.0
12572024-08-13T18:43:29.975Z Compiling predicates v3.1.2
12582024-08-13T18:43:30.034Z Compiling console v0.15.8
12592024-08-13T18:43:30.052Z Compiling clap v4.5.15
12602024-08-13T18:43:30.163Z Compiling petgraph v0.6.5
12612024-08-13T18:43:30.633Z Compiling hyper-rustls v0.24.2
12622024-08-13T18:43:30.996Z Compiling hyper-tls v0.5.0
12632024-08-13T18:43:31.205Z Compiling trust-dns-proto v0.22.0
12642024-08-13T18:43:31.335Z Compiling reqwest v0.11.27
12652024-08-13T18:43:31.532Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12662024-08-13T18:43:32.320Z Compiling string_cache v0.8.7
12672024-08-13T18:43:32.808Z Compiling toml_edit v0.22.20
12682024-08-13T18:43:33.313Z Compiling tokio-postgres v0.7.11
12692024-08-13T18:43:33.879Z Compiling nom v7.1.3
12702024-08-13T18:43:34.257Z Compiling usdt v0.5.0
12712024-08-13T18:43:34.779Z Compiling elliptic-curve v0.13.8
12722024-08-13T18:43:35.589Z Compiling signal-hook-mio v0.2.4
12732024-08-13T18:43:35.617Z Compiling yasna v0.5.2
12742024-08-13T18:43:35.763Z Compiling futures v0.3.30
12752024-08-13T18:43:35.886Z Compiling flate2 v1.0.31
12762024-08-13T18:43:36.866Z Compiling cipher v0.4.4
12772024-08-13T18:43:37.542Z Compiling toml v0.7.8
12782024-08-13T18:43:37.945Z Compiling tokio-stream v0.1.15
12792024-08-13T18:43:38.330Z Compiling itertools v0.10.5
12802024-08-13T18:43:38.418Z Compiling itertools v0.12.1
12812024-08-13T18:43:38.823Z Compiling bit-set v0.5.3
12822024-08-13T18:43:38.921Z Compiling openapiv3 v2.0.0
12832024-08-13T18:43:39.114Z Compiling hex v0.4.3
12842024-08-13T18:43:39.218Z Compiling bstr v1.9.1
12852024-08-13T18:43:39.652Z Compiling num-iter v0.1.45
12862024-08-13T18:43:39.695Z Compiling crossbeam-epoch v0.9.18
12872024-08-13T18:43:39.837Z Compiling dirs-sys-next v0.1.2
12882024-08-13T18:43:40.434Z Compiling lalrpop-util v0.19.12
12892024-08-13T18:43:40.511Z Compiling unicode-xid v0.2.4
12902024-08-13T18:43:40.679Z Compiling peg-runtime v0.8.3
12912024-08-13T18:43:40.850Z Compiling dirs-next v2.0.0
12922024-08-13T18:43:40.992Z Compiling thread_local v1.1.8
12932024-08-13T18:43:41.034Z Compiling slog-async v2.8.0
12942024-08-13T18:43:41.072Z Compiling term v0.7.0
12952024-08-13T18:43:41.165Z Compiling xattr v1.3.1
12962024-08-13T18:43:41.324Z Compiling crossbeam-channel v0.5.12
12972024-08-13T18:43:41.444Z Compiling strum_macros v0.26.4
12982024-08-13T18:43:41.521Z Compiling filetime v0.2.24
12992024-08-13T18:43:41.586Z Compiling is-terminal v0.4.12
13002024-08-13T18:43:41.634Z Compiling take_mut v0.2.2
13012024-08-13T18:43:41.713Z Compiling tar v0.4.41
13022024-08-13T18:43:41.795Z Compiling slog-term v2.9.1
13032024-08-13T18:43:41.813Z Compiling camino v1.1.7
13042024-08-13T18:43:44.346Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13052024-08-13T18:43:44.628Z Compiling strum v0.26.3
13062024-08-13T18:43:44.704Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13072024-08-13T18:43:50.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
13082024-08-13T18:43:50.143Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13092024-08-13T18:43:50.188ZAug 13 18:43:49.907 INFO Starting download, target: Cockroach
13102024-08-13T18:43:50.188ZAug 13 18:43:49.907 INFO Starting download, target: Clickhouse
13112024-08-13T18:43:50.188ZAug 13 18:43:49.907 INFO Starting download, target: Console
13122024-08-13T18:43:50.188ZAug 13 18:43:49.907 INFO Starting download, target: DendriteOpenapi
13132024-08-13T18:43:50.190ZAug 13 18:43:49.907 INFO Starting download, target: DendriteStub
13142024-08-13T18:43:50.190ZAug 13 18:43:49.907 INFO Starting download, target: MaghemiteMgd
13152024-08-13T18:43:50.190ZAug 13 18:43:49.907 INFO Starting download, target: TransceiverControl
13162024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13172024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13182024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13192024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13202024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13212024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13222024-08-13T18:43:50.190ZAug 13 18:43:49.908 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13232024-08-13T18:43:50.407ZAug 13 18:43:50.125 INFO Download complete, target: DendriteOpenapi
13242024-08-13T18:43:50.424ZAug 13 18:43:50.140 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13252024-08-13T18:43:50.867ZAug 13 18:43:50.586 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13262024-08-13T18:43:51.154ZAug 13 18:43:50.872 INFO Download complete, target: TransceiverControl
13272024-08-13T18:43:51.234ZAug 13 18:43:50.952 INFO Download complete, target: Console
13282024-08-13T18:43:51.417ZAug 13 18:43:51.136 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13292024-08-13T18:43:51.496ZAug 13 18:43:51.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13302024-08-13T18:43:53.119ZAug 13 18:43:52.838 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13312024-08-13T18:43:53.146ZAug 13 18:43:52.865 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13322024-08-13T18:43:53.146ZAug 13 18:43:52.865 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13332024-08-13T18:43:54.437ZAug 13 18:43:54.156 INFO Download complete, target: DendriteStub
13342024-08-13T18:43:54.611ZAug 13 18:43:54.328 INFO Download complete, target: MaghemiteMgd
13352024-08-13T18:44:01.082ZAug 13 18:44:00.800 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13362024-08-13T18:44:01.388ZAug 13 18:44:01.107 INFO Checking that binary works, target: Cockroach
13372024-08-13T18:44:01.554ZAug 13 18:44:01.273 INFO Download complete, target: Cockroach
13382024-08-13T18:44:06.889ZAug 13 18:44:06.607 INFO Checking that binary works, target: Clickhouse
13392024-08-13T18:44:07.017ZAug 13 18:44:06.735 INFO Download complete, target: Clickhouse
13402024-08-13T18:44:07.037ZAll builder prerequisites installed successfully, and PATH looks valid
13412024-08-13T18:44:07.040Z
13422024-08-13T18:44:07.040Zreal 3:37.299045841
13432024-08-13T18:44:07.040Zuser 11:01.593451299
13442024-08-13T18:44:07.040Zsys 2:22.231767614
13452024-08-13T18:44:07.040Ztrap 0.412208677
13462024-08-13T18:44:07.040Ztflt 1.009288018
13472024-08-13T18:44:07.040Zdflt 1.574303573
13482024-08-13T18:44:07.040Zkflt 0.024246947
13492024-08-13T18:44:07.040Zlock 20:51.672963362
13502024-08-13T18:44:07.040Zslp 41:45.000436760
13512024-08-13T18:44:07.040Zlat 42.284588291
13522024-08-13T18:44:07.040Zstop 1:41.809612776
13532024-08-13T18:44:07.040Z+ banner hack-check
13542024-08-13T18:44:07.043Z
13552024-08-13T18:44:07.043Z # # ## #### # # #### # # ###### #### # #
13562024-08-13T18:44:07.043Z # # # # # # # # # # # # # # # # #
13572024-08-13T18:44:07.043Z ###### # # # #### ##### # ###### ##### # ####
13582024-08-13T18:44:07.043Z # # ###### # # # # # # # # # #
13592024-08-13T18:44:07.043Z # # # # # # # # # # # # # # # # #
13602024-08-13T18:44:07.043Z # # # # #### # # #### # # ###### #### # #
13612024-08-13T18:44:07.043Z
13622024-08-13T18:44:07.043Z+ export CARGO_INCREMENTAL=0
13632024-08-13T18:44:07.043Z+ CARGO_INCREMENTAL=0
13642024-08-13T18:44:07.043Z+ ptime -m timeout 2h cargo xtask check-features --ci
13652024-08-13T18:44:07.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662024-08-13T18:44:11.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
13672024-08-13T18:44:11.079Z Running `target/debug/xtask check-features --ci`
13682024-08-13T18:44:11.100Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13692024-08-13T18:44:11.102Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13702024-08-13T18:44:11.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13712024-08-13T18:44:11.600Z Running `target/debug/xtask download cargo-hack`
13722024-08-13T18:44:12.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13732024-08-13T18:44:12.731Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13742024-08-13T18:44:17.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
13752024-08-13T18:44:17.499Z Running `target/debug/xtask-downloader cargo-hack`
13762024-08-13T18:44:17.533ZAug 13 18:44:17.250 INFO Starting download, target: CargoHack
13772024-08-13T18:44:17.535ZAug 13 18:44:17.250 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13782024-08-13T18:44:18.111ZAug 13 18:44:17.828 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13792024-08-13T18:44:18.209ZAug 13 18:44:17.927 INFO Download complete, target: CargoHack
13802024-08-13T18:44:18.213Zrunning: "/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"
13812024-08-13T18:44:18.229Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13822024-08-13T18:44:18.376Zinfo: running `cargo check --bins` on api_identity (1/147)
13832024-08-13T18:44:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13842024-08-13T18:44:18.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13852024-08-13T18:44:18.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13862024-08-13T18:44:18.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13872024-08-13T18:44:18.950Z
13882024-08-13T18:44:18.950Zinfo: running `cargo check --bins` on bootstore (2/147)
13892024-08-13T18:44:19.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13902024-08-13T18:44:19.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13912024-08-13T18:44:19.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13922024-08-13T18:44:19.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
13932024-08-13T18:44:19.593Z
13942024-08-13T18:44:19.593Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
13952024-08-13T18:44:20.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13962024-08-13T18:44:20.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13972024-08-13T18:44:20.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13982024-08-13T18:44:20.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13992024-08-13T18:44:20.196Z
14002024-08-13T18:44:20.197Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
14012024-08-13T18:44:20.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14022024-08-13T18:44:20.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14032024-08-13T18:44:20.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14042024-08-13T18:44:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14052024-08-13T18:44:20.812Z
14062024-08-13T18:44:20.812Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14072024-08-13T18:44:21.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14082024-08-13T18:44:21.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14092024-08-13T18:44:21.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14102024-08-13T18:44:21.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14112024-08-13T18:44:21.260Z
14122024-08-13T18:44:21.261Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14132024-08-13T18:44:21.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14142024-08-13T18:44:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14152024-08-13T18:44:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14162024-08-13T18:44:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14172024-08-13T18:44:21.706Z
14182024-08-13T18:44:21.706Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14192024-08-13T18:44:22.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14202024-08-13T18:44:22.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14212024-08-13T18:44:22.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14222024-08-13T18:44:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14232024-08-13T18:44:22.148Z
14242024-08-13T18:44:22.148Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14252024-08-13T18:44:22.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14262024-08-13T18:44:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14272024-08-13T18:44:22.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14282024-08-13T18:44:22.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14292024-08-13T18:44:22.608Z
14302024-08-13T18:44:22.608Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14312024-08-13T18:44:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14322024-08-13T18:44:23.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14332024-08-13T18:44:23.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14342024-08-13T18:44:23.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14352024-08-13T18:44:23.069Z
14362024-08-13T18:44:23.069Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14372024-08-13T18:44:23.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14382024-08-13T18:44:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14392024-08-13T18:44:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14402024-08-13T18:44:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14412024-08-13T18:44:23.529Z
14422024-08-13T18:44:23.529Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14432024-08-13T18:44:23.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14442024-08-13T18:44:23.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14452024-08-13T18:44:23.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14462024-08-13T18:44:23.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14472024-08-13T18:44:23.984Z
14482024-08-13T18:44:23.984Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14492024-08-13T18:44:24.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14502024-08-13T18:44:24.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14512024-08-13T18:44:24.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14522024-08-13T18:44:24.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14532024-08-13T18:44:24.442Z
14542024-08-13T18:44:24.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14552024-08-13T18:44:24.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14562024-08-13T18:44:24.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14572024-08-13T18:44:24.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14582024-08-13T18:44:24.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14592024-08-13T18:44:24.898Z
14602024-08-13T18:44:24.898Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14612024-08-13T18:44:25.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14622024-08-13T18:44:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14632024-08-13T18:44:25.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14642024-08-13T18:44:25.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14652024-08-13T18:44:25.349Z
14662024-08-13T18:44:25.349Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14672024-08-13T18:44:25.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14682024-08-13T18:44:25.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14692024-08-13T18:44:25.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14702024-08-13T18:44:25.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14712024-08-13T18:44:25.799Z
14722024-08-13T18:44:25.799Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14732024-08-13T18:44:26.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-08-13T18:44:26.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-08-13T18:44:26.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14762024-08-13T18:44:26.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14772024-08-13T18:44:26.259Z
14782024-08-13T18:44:26.259Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14792024-08-13T18:44:26.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14802024-08-13T18:44:26.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14812024-08-13T18:44:26.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14822024-08-13T18:44:26.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14832024-08-13T18:44:26.717Z
14842024-08-13T18:44:26.717Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14852024-08-13T18:44:27.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14862024-08-13T18:44:27.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14872024-08-13T18:44:27.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14882024-08-13T18:44:27.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14892024-08-13T18:44:27.177Z
14902024-08-13T18:44:27.179Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14912024-08-13T18:44:27.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14922024-08-13T18:44:27.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14932024-08-13T18:44:27.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14942024-08-13T18:44:27.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14952024-08-13T18:44:27.630Z
14962024-08-13T18:44:27.630Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
14972024-08-13T18:44:28.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-08-13T18:44:28.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-08-13T18:44:28.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-08-13T18:44:28.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15012024-08-13T18:44:28.084Z
15022024-08-13T18:44:28.084Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15032024-08-13T18:44:28.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-08-13T18:44:28.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-08-13T18:44:28.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-08-13T18:44:28.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15072024-08-13T18:44:28.537Z
15082024-08-13T18:44:28.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15092024-08-13T18:44:28.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-08-13T18:44:28.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-08-13T18:44:28.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-08-13T18:44:28.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15132024-08-13T18:44:28.991Z
15142024-08-13T18:44:28.991Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15152024-08-13T18:44:29.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-08-13T18:44:29.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-08-13T18:44:29.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-08-13T18:44:29.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15192024-08-13T18:44:29.453Z
15202024-08-13T18:44:29.453Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15212024-08-13T18:44:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-08-13T18:44:29.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-08-13T18:44:29.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-08-13T18:44:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15252024-08-13T18:44:29.906Z
15262024-08-13T18:44:29.906Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15272024-08-13T18:44:30.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-08-13T18:44:30.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-08-13T18:44:30.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-08-13T18:44:30.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15312024-08-13T18:44:30.526Z
15322024-08-13T18:44:30.526Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15332024-08-13T18:44:31.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-08-13T18:44:31.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-08-13T18:44:31.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-08-13T18:44:31.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15372024-08-13T18:44:31.147Z
15382024-08-13T18:44:31.147Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15392024-08-13T18:44:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-08-13T18:44:31.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-08-13T18:44:31.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-08-13T18:44:31.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15432024-08-13T18:44:31.762Z
15442024-08-13T18:44:31.762Zinfo: running `cargo check --bins` on oxlog (28/147)
15452024-08-13T18:44:32.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-08-13T18:44:32.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-08-13T18:44:32.346Z Checking cfg-if v1.0.0
15482024-08-13T18:44:32.349Z Checking libc v0.2.155
15492024-08-13T18:44:32.429Z Checking memchr v2.7.2
15502024-08-13T18:44:32.445Z Checking serde v1.0.206
15512024-08-13T18:44:32.455Z Checking scopeguard v1.2.0
15522024-08-13T18:44:32.465Z Checking byteorder v1.5.0
15532024-08-13T18:44:32.475Z Checking log v0.4.21
15542024-08-13T18:44:32.488Z Checking zeroize v1.7.0
15552024-08-13T18:44:32.500Z Checking once_cell v1.19.0
15562024-08-13T18:44:32.579Z Checking lock_api v0.4.12
15572024-08-13T18:44:32.726Z Checking itoa v1.0.11
15582024-08-13T18:44:32.754Z Checking pin-project-lite v0.2.14
15592024-08-13T18:44:32.783Z Checking typenum v1.17.0
15602024-08-13T18:44:32.858Z Checking zerocopy v0.7.34
15612024-08-13T18:44:32.874Z Checking smallvec v1.13.2
15622024-08-13T18:44:32.925Z Checking tinyvec_macros v0.1.1
15632024-08-13T18:44:32.978Z Checking spin v0.9.8
15642024-08-13T18:44:33.002Z Checking tinyvec v1.6.0
15652024-08-13T18:44:33.212Z Checking subtle v2.5.0
15662024-08-13T18:44:33.297Z Checking const-oid v0.9.6
15672024-08-13T18:44:33.310Z Checking futures-core v0.3.30
15682024-08-13T18:44:33.465Z Checking unicode-bidi v0.3.15
15692024-08-13T18:44:33.478Z Checking futures-sink v0.3.30
15702024-08-13T18:44:33.534Z Checking getrandom v0.2.14
15712024-08-13T18:44:33.612Z Checking signal-hook-registry v1.4.2
15722024-08-13T18:44:33.767Z Checking rand_core v0.6.4
15732024-08-13T18:44:33.831Z Checking parking_lot_core v0.9.10
15742024-08-13T18:44:34.069Z Checking generic-array v0.14.7
15752024-08-13T18:44:34.085Z Checking mio v0.8.11
15762024-08-13T18:44:34.087Z Checking num_cpus v1.16.0
15772024-08-13T18:44:34.150Z Checking parking_lot v0.12.2
15782024-08-13T18:44:34.193Z Checking socket2 v0.5.7
15792024-08-13T18:44:34.271Z Checking ahash v0.8.11
15802024-08-13T18:44:34.302Z Checking unicode-normalization v0.1.23
15812024-08-13T18:44:34.481Z Checking allocator-api2 v0.2.18
15822024-08-13T18:44:34.640Z Checking libm v0.2.8
15832024-08-13T18:44:34.682Z Checking ryu v1.0.18
15842024-08-13T18:44:34.834Z Checking equivalent v1.0.1
15852024-08-13T18:44:34.916Z Checking futures-channel v0.3.30
15862024-08-13T18:44:34.933Z Checking slab v0.4.9
15872024-08-13T18:44:35.097Z Checking hashbrown v0.14.5
15882024-08-13T18:44:35.135Z Checking futures-io v0.3.30
15892024-08-13T18:44:35.179Z Checking pin-utils v0.1.0
15902024-08-13T18:44:35.194Z Checking futures-task v0.3.30
15912024-08-13T18:44:35.227Z Checking crypto-common v0.1.6
15922024-08-13T18:44:35.248Z Checking block-buffer v0.10.4
15932024-08-13T18:44:35.263Z Checking ppv-lite86 v0.2.17
15942024-08-13T18:44:35.297Z Checking percent-encoding v2.3.1
15952024-08-13T18:44:35.406Z Checking tracing-core v0.1.32
15962024-08-13T18:44:35.420Z Checking futures-util v0.3.30
15972024-08-13T18:44:35.473Z Checking digest v0.10.7
15982024-08-13T18:44:35.502Z Checking untrusted v0.9.0
15992024-08-13T18:44:35.524Z Checking num-traits v0.2.19
16002024-08-13T18:44:35.657Z Checking fnv v1.0.7
16012024-08-13T18:44:35.785Z Checking ring v0.17.8
16022024-08-13T18:44:35.828Z Checking thiserror v1.0.63
16032024-08-13T18:44:35.939Z Checking rand_chacha v0.3.1
16042024-08-13T18:44:35.956Z Checking base64ct v1.6.0
16052024-08-13T18:44:36.051Z Checking tracing v0.1.40
16062024-08-13T18:44:36.287Z Checking foreign-types-shared v0.1.1
16072024-08-13T18:44:36.324Z Checking rand v0.8.5
16082024-08-13T18:44:36.378Z Checking powerfmt v0.2.0
16092024-08-13T18:44:36.390Z Checking foreign-types v0.3.2
16102024-08-13T18:44:36.402Z Checking pem-rfc7468 v0.7.0
16112024-08-13T18:44:36.476Z Checking hmac v0.12.1
16122024-08-13T18:44:36.623Z Checking deranged v0.3.11
16132024-08-13T18:44:36.655Z Checking form_urlencoded v1.2.1
16142024-08-13T18:44:36.671Z Checking openssl-sys v0.9.103
16152024-08-13T18:44:36.847Z Checking time-core v0.1.2
16162024-08-13T18:44:36.990Z Checking siphasher v0.3.11
16172024-08-13T18:44:37.173Z Checking num-conv v0.1.0
16182024-08-13T18:44:37.304Z Checking num_threads v0.1.7
16192024-08-13T18:44:37.372Z Checking bytes v1.7.1
16202024-08-13T18:44:37.396Z Checking indexmap v2.3.0
16212024-08-13T18:44:37.412Z Checking bitflags v2.6.0
16222024-08-13T18:44:37.547Z Checking serde_json v1.0.122
16232024-08-13T18:44:37.615Z Checking try-lock v0.2.5
16242024-08-13T18:44:37.701Z Checking unicode-ident v1.0.12
16252024-08-13T18:44:37.740Z Checking flagset v0.4.5
16262024-08-13T18:44:37.865Z Checking proc-macro2 v1.0.86
16272024-08-13T18:44:37.935Z Checking der v0.7.9
16282024-08-13T18:44:37.959Z Checking openssl v0.10.66
16292024-08-13T18:44:38.170Z Checking tokio v1.38.1
16302024-08-13T18:44:38.344Z Checking http v0.2.12
16312024-08-13T18:44:38.547Z Checking time v0.3.36
16322024-08-13T18:44:38.624Z Checking want v0.3.1
16332024-08-13T18:44:38.795Z Checking rustls-webpki v0.101.7
16342024-08-13T18:44:39.171Z Checking sct v0.7.1
16352024-08-13T18:44:39.377Z Checking uuid v1.10.0
16362024-08-13T18:44:39.504Z Checking idna v0.5.0
16372024-08-13T18:44:39.674Z Checking http-body v0.4.6
16382024-08-13T18:44:39.760Z Checking errno v0.3.9
16392024-08-13T18:44:39.925Z Checking httparse v1.8.0
16402024-08-13T18:44:39.960Z Checking lazy_static v1.5.0
16412024-08-13T18:44:40.049Z Checking aho-corasick v1.1.3
16422024-08-13T18:44:40.079Z Checking scroll v0.12.0
16432024-08-13T18:44:40.320Z Checking openssl-probe v0.1.5
16442024-08-13T18:44:40.339Z Checking ucd-trie v0.1.6
16452024-08-13T18:44:40.468Z Checking httpdate v1.0.3
16462024-08-13T18:44:40.538Z Checking adler v1.0.2
16472024-08-13T18:44:40.552Z Checking regex-syntax v0.8.4
16482024-08-13T18:44:40.566Z Checking tower-service v0.3.2
16492024-08-13T18:44:40.683Z Checking iana-time-zone v0.1.60
16502024-08-13T18:44:40.692Z Checking anstyle v1.0.8
16512024-08-13T18:44:40.694Z Checking utf8parse v0.2.1
16522024-08-13T18:44:40.826Z Checking plain v0.2.3
16532024-08-13T18:44:40.838Z Checking finl_unicode v1.2.0
16542024-08-13T18:44:40.963Z Checking cpufeatures v0.2.12
16552024-08-13T18:44:41.031Z Checking goblin v0.8.2
16562024-08-13T18:44:41.054Z Checking sha2 v0.10.8
16572024-08-13T18:44:41.069Z Checking anstyle-parse v0.2.4
16582024-08-13T18:44:41.328Z Checking chrono v0.4.38
16592024-08-13T18:44:41.414Z Checking stringprep v0.1.4
16602024-08-13T18:44:41.575Z Checking miniz_oxide v0.7.2
16612024-08-13T18:44:41.674Z Checking pest v2.7.10
16622024-08-13T18:44:41.737Z Checking url v2.5.2
16632024-08-13T18:44:42.270Z Checking rustix v0.38.34
16642024-08-13T18:44:42.567Z Checking spki v0.7.3
16652024-08-13T18:44:42.854Z Checking rustls v0.21.12
16662024-08-13T18:44:43.407Z Checking native-tls v0.2.11
16672024-08-13T18:44:43.444Z Checking quote v1.0.36
16682024-08-13T18:44:43.678Z Checking regex-automata v0.4.6
16692024-08-13T18:44:43.718Z Checking serde_spanned v0.6.7
16702024-08-13T18:44:43.745Z Checking toml_datetime v0.6.8
16712024-08-13T18:44:43.913Z Checking num-integer v0.1.46
16722024-08-13T18:44:44.020Z Checking md-5 v0.10.6
16732024-08-13T18:44:44.141Z Checking idna v0.3.0
16742024-08-13T18:44:44.231Z Checking hash32 v0.2.1
16752024-08-13T18:44:44.305Z Checking pretty-hex v0.4.1
16762024-08-13T18:44:44.372Z Checking anstyle-query v1.0.3
16772024-08-13T18:44:44.474Z Checking is_terminal_polyfill v1.70.0
16782024-08-13T18:44:44.493Z Checking psl-types v2.0.11
16792024-08-13T18:44:44.519Z Checking base64 v0.22.1
16802024-08-13T18:44:44.582Z Checking gimli v0.28.1
16812024-08-13T18:44:44.670Z Checking fallible-iterator v0.2.0
16822024-08-13T18:44:44.956Z Checking stable_deref_trait v1.2.0
16832024-08-13T18:44:44.973Z Checking colorchoice v1.0.1
16842024-08-13T18:44:45.055Z Checking heapless v0.7.17
16852024-08-13T18:44:45.098Z Checking anstream v0.6.14
16862024-08-13T18:44:45.119Z Checking tokio-util v0.7.11
16872024-08-13T18:44:45.267Z Checking postgres-protocol v0.6.7
16882024-08-13T18:44:45.446Z Checking tokio-native-tls v0.3.1
16892024-08-13T18:44:45.715Z Checking publicsuffix v2.2.3
16902024-08-13T18:44:45.943Z Checking terminal_size v0.3.0
16912024-08-13T18:44:45.969Z Checking dtrace-parser v0.2.0
16922024-08-13T18:44:45.994Z Checking h2 v0.3.26
16932024-08-13T18:44:46.011Z Checking tokio-rustls v0.24.1
16942024-08-13T18:44:46.027Z Checking dof v0.3.0
16952024-08-13T18:44:46.092Z Checking syn v2.0.72
16962024-08-13T18:44:46.114Z Checking pkcs8 v0.10.2
16972024-08-13T18:44:46.348Z Checking cookie v0.17.0
16982024-08-13T18:44:46.362Z Checking phf_shared v0.11.2
16992024-08-13T18:44:46.438Z Checking block-padding v0.3.3
17002024-08-13T18:44:46.634Z Checking ff v0.13.0
17012024-08-13T18:44:46.637Z Checking thread-id v4.2.1
17022024-08-13T18:44:46.656Z Checking object v0.32.2
17032024-08-13T18:44:46.727Z Checking winnow v0.5.40
17042024-08-13T18:44:46.741Z Checking managed v0.8.0
17052024-08-13T18:44:46.848Z Checking bit-vec v0.6.3
17062024-08-13T18:44:47.120Z Checking matches v0.1.10
17072024-08-13T18:44:47.171Z Checking bitflags v1.3.2
17082024-08-13T18:44:47.206Z Checking ipnet v2.9.0
17092024-08-13T18:44:47.270Z Checking rustc-demangle v0.1.24
17102024-08-13T18:44:47.642Z Checking base16ct v0.2.0
17112024-08-13T18:44:47.721Z Checking clap_lex v0.7.0
17122024-08-13T18:44:47.834Z Checking regex-automata v0.1.10
17132024-08-13T18:44:47.945Z Checking strsim v0.11.1
17142024-08-13T18:44:48.213Z Checking either v1.13.0
17152024-08-13T18:44:48.233Z Checking base64 v0.21.7
17162024-08-13T18:44:48.290Z Checking regex v1.10.6
17172024-08-13T18:44:48.494Z Checking addr2line v0.21.0
17182024-08-13T18:44:48.567Z Checking clap_builder v4.5.15
17192024-08-13T18:44:48.687Z Checking rustls-pemfile v1.0.4
17202024-08-13T18:44:48.884Z Checking bstr v0.2.17
17212024-08-13T18:44:48.917Z Checking sec1 v0.7.3
17222024-08-13T18:44:48.994Z Checking smoltcp v0.9.1
17232024-08-13T18:44:49.309Z Checking idna v0.2.3
17242024-08-13T18:44:49.715Z Checking group v0.13.0
17252024-08-13T18:44:49.780Z Checking toml_edit v0.19.15
17262024-08-13T18:44:50.009Z Checking cookie_store v0.20.0
17272024-08-13T18:44:50.149Z Checking inout v0.1.3
17282024-08-13T18:44:50.380Z Checking phf v0.11.2
17292024-08-13T18:44:50.486Z Checking postgres-types v0.2.7
17302024-08-13T18:44:50.621Z Checking num-bigint v0.4.5
17312024-08-13T18:44:50.641Z Checking futures-executor v0.3.30
17322024-08-13T18:44:50.859Z Checking hubpack v0.1.2
17332024-08-13T18:44:51.188Z Checking serde_urlencoded v0.7.1
17342024-08-13T18:44:51.203Z Checking phf_shared v0.10.0
17352024-08-13T18:44:51.458Z Checking float-cmp v0.9.0
17362024-08-13T18:44:51.559Z Checking hkdf v0.12.4
17372024-08-13T18:44:51.603Z Checking zerocopy v0.6.6
17382024-08-13T18:44:51.632Z Checking signal-hook v0.3.17
17392024-08-13T18:44:51.754Z Checking crc32fast v1.4.0
17402024-08-13T18:44:51.943Z Checking crossbeam-utils v0.8.19
17412024-08-13T18:44:51.990Z Checking crypto-bigint v0.5.5
17422024-08-13T18:44:52.088Z Checking hyper v0.14.30
17432024-08-13T18:44:52.283Z Checking mio v1.0.1
17442024-08-13T18:44:52.319Z Checking memmap v0.7.0
17452024-08-13T18:44:52.349Z Checking usdt-impl v0.5.0
17462024-08-13T18:44:52.512Z Checking encoding_rs v0.8.34
17472024-08-13T18:44:52.623Z Checking new_debug_unreachable v1.0.6
17482024-08-13T18:44:52.654Z Checking backtrace v0.3.71
17492024-08-13T18:44:52.707Z Checking sync_wrapper v0.1.2
17502024-08-13T18:44:52.827Z Checking data-encoding v2.6.0
17512024-08-13T18:44:52.869Z Checking predicates-core v1.0.6
17522024-08-13T18:44:52.872Z Checking dyn-clone v1.0.17
17532024-08-13T18:44:53.001Z Checking difflib v0.4.0
17542024-08-13T18:44:53.046Z Checking mime v0.3.17
17552024-08-13T18:44:53.132Z Checking whoami v1.5.1
17562024-08-13T18:44:53.196Z Checking static_assertions v1.1.0
17572024-08-13T18:44:53.293Z Checking precomputed-hash v0.1.1
17582024-08-13T18:44:53.308Z Checking normalize-line-endings v0.3.0
17592024-08-13T18:44:53.341Z Checking winnow v0.6.18
17602024-08-13T18:44:53.401Z Checking unicode-segmentation v1.11.0
17612024-08-13T18:44:53.416Z Checking unicode-width v0.1.13
17622024-08-13T18:44:53.428Z Checking fixedbitset v0.4.2
17632024-08-13T18:44:53.459Z Checking webpki-roots v0.25.4
17642024-08-13T18:44:53.597Z Checking minimal-lexical v0.2.1
17652024-08-13T18:44:53.611Z Checking console v0.15.8
17662024-08-13T18:44:53.680Z Checking petgraph v0.6.5
17672024-08-13T18:44:54.005Z Checking nom v7.1.3
17682024-08-13T18:44:54.046Z Checking similar v2.5.0
17692024-08-13T18:44:54.153Z Checking trust-dns-proto v0.22.0
17702024-08-13T18:44:54.736Z Checking elliptic-curve v0.13.8
17712024-08-13T18:44:54.789Z Checking tokio-postgres v0.7.11
17722024-08-13T18:44:54.887Z Checking predicates v3.1.2
17732024-08-13T18:44:55.385Z Checking string_cache v0.8.7
17742024-08-13T18:44:55.602Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17752024-08-13T18:44:55.683Z Checking anyhow v1.0.86
17762024-08-13T18:44:56.067Z Checking yasna v0.5.2
17772024-08-13T18:44:56.326Z Checking toml_edit v0.22.20
17782024-08-13T18:44:56.876Z Checking schemars v0.8.21
17792024-08-13T18:44:56.961Z Checking usdt v0.5.0
17802024-08-13T18:44:56.996Z Checking signal-hook-mio v0.2.4
17812024-08-13T18:44:57.142Z Checking crossbeam-epoch v0.9.18
17822024-08-13T18:44:57.207Z Checking toml v0.7.8
17832024-08-13T18:44:57.586Z Checking flate2 v1.0.31
17842024-08-13T18:44:57.824Z Checking clap v4.5.15
17852024-08-13T18:44:57.929Z Checking futures v0.3.30
17862024-08-13T18:44:57.944Z Checking cipher v0.4.4
17872024-08-13T18:44:58.029Z Checking itertools v0.10.5
17882024-08-13T18:44:58.076Z Checking itertools v0.12.1
17892024-08-13T18:44:58.100Z Checking hyper-rustls v0.24.2
17902024-08-13T18:44:58.231Z Checking hyper-tls v0.5.0
17912024-08-13T18:44:58.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922024-08-13T18:44:58.364Z Checking bstr v1.9.1
17932024-08-13T18:44:58.390Z Checking bit-set v0.5.3
17942024-08-13T18:44:58.484Z Checking fs-err v2.11.0
17952024-08-13T18:44:58.500Z Checking reqwest v0.11.27
17962024-08-13T18:44:58.630Z Checking tokio-stream v0.1.15
17972024-08-13T18:44:58.947Z Checking num-iter v0.1.45
17982024-08-13T18:44:59.022Z Checking slog v2.7.0
17992024-08-13T18:44:59.113Z Checking openapiv3 v2.0.0
18002024-08-13T18:44:59.310Z Checking semver v1.0.23
18012024-08-13T18:44:59.404Z Checking hex v0.4.3
18022024-08-13T18:44:59.510Z Checking peg-runtime v0.8.3
18032024-08-13T18:44:59.703Z Checking lalrpop-util v0.19.12
18042024-08-13T18:44:59.736Z Checking camino v1.1.7
18052024-08-13T18:44:59.900Z Checking sigpipe v0.1.3
18062024-08-13T18:45:01.762Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18072024-08-13T18:45:02.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.29s
18082024-08-13T18:45:02.195Z
18092024-08-13T18:45:02.195Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18102024-08-13T18:45:02.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112024-08-13T18:45:02.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122024-08-13T18:45:02.840Z Compiling regress v0.9.1
18132024-08-13T18:45:02.931Z Checking sha1 v0.10.6
18142024-08-13T18:45:02.941Z Checking strum v0.26.3
18152024-08-13T18:45:02.962Z Checking heck v0.5.0
18162024-08-13T18:45:02.974Z Compiling getopts v0.2.21
18172024-08-13T18:45:02.976Z Checking dirs-sys-next v0.1.2
18182024-08-13T18:45:02.998Z Compiling unsafe-libyaml v0.2.11
18192024-08-13T18:45:03.128Z Checking http v1.1.0
18202024-08-13T18:45:03.147Z Checking dirs-next v2.0.0
18212024-08-13T18:45:03.164Z Checking thread_local v1.1.8
18222024-08-13T18:45:03.260Z Checking rustls-pki-types v1.7.0
18232024-08-13T18:45:03.378Z Compiling ident_case v1.0.1
18242024-08-13T18:45:03.423Z Checking term v0.7.0
18252024-08-13T18:45:03.547Z Compiling darling_core v0.20.9
18262024-08-13T18:45:03.690Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18272024-08-13T18:45:03.837Z Checking crossbeam-channel v0.5.12
18282024-08-13T18:45:03.897Z Checking is-terminal v0.4.12
18292024-08-13T18:45:04.010Z Checking atty v0.2.14
18302024-08-13T18:45:04.026Z Compiling rustls v0.22.4
18312024-08-13T18:45:04.128Z Checking utf-8 v0.7.6
18322024-08-13T18:45:04.298Z Compiling serde_yaml v0.9.34+deprecated
18332024-08-13T18:45:04.325Z Checking take_mut v0.2.2
18342024-08-13T18:45:04.461Z Checking humantime v2.1.0
18352024-08-13T18:45:04.505Z Compiling paste v1.0.15
18362024-08-13T18:45:04.545Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18372024-08-13T18:45:04.740Z Checking termcolor v1.4.1
18382024-08-13T18:45:04.902Z Checking slog-async v2.8.0
18392024-08-13T18:45:04.943Z Checking slog-term v2.9.1
18402024-08-13T18:45:05.126Z Checking rustls-webpki v0.102.4
18412024-08-13T18:45:05.154Z Checking env_logger v0.9.3
18422024-08-13T18:45:05.191Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18432024-08-13T18:45:05.445Z Compiling proc-macro-crate v1.3.1
18442024-08-13T18:45:05.557Z Compiling bitstruct_derive v0.1.0
18452024-08-13T18:45:05.605Z Compiling structmeta-derive v0.3.0
18462024-08-13T18:45:05.901Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18472024-08-13T18:45:06.017Z Compiling multer v3.1.0
18482024-08-13T18:45:06.320Z Checking ascii v1.1.0
18492024-08-13T18:45:06.351Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18502024-08-13T18:45:06.722Z Checking match_cfg v0.1.0
18512024-08-13T18:45:06.814Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18522024-08-13T18:45:06.934Z Checking bitstruct v0.1.1
18532024-08-13T18:45:07.039Z Checking hostname v0.3.1
18542024-08-13T18:45:07.126Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18552024-08-13T18:45:07.173Z Compiling num_enum_derive v0.5.11
18562024-08-13T18:45:07.980Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-08-13T18:45:08.140Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-08-13T18:45:08.455Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-13T18:45:08.590Z Compiling structmeta v0.3.0
18602024-08-13T18:45:08.737Z Checking slog-json v2.6.1
18612024-08-13T18:45:08.753Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18622024-08-13T18:45:08.998Z Checking erased-serde v0.3.31
18632024-08-13T18:45:09.013Z Checking serde_arrays v0.1.0
18642024-08-13T18:45:09.027Z Compiling foreign-types-macros v0.2.3
18652024-08-13T18:45:09.160Z Compiling async-stream-impl v0.3.5
18662024-08-13T18:45:09.584Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18672024-08-13T18:45:09.851Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18682024-08-13T18:45:09.893Z Checking atomic-waker v1.1.2
18692024-08-13T18:45:10.018Z Checking arc-swap v1.7.1
18702024-08-13T18:45:10.055Z Checking foreign-types-shared v0.3.1
18712024-08-13T18:45:10.159Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-08-13T18:45:10.173Z Checking waitgroup v0.1.2
18732024-08-13T18:45:10.324Z Checking foreign-types v0.5.0
18742024-08-13T18:45:10.361Z Checking num_enum v0.5.11
18752024-08-13T18:45:10.463Z Compiling parse-display-derive v0.10.0
18762024-08-13T18:45:10.478Z Checking slog-scope v4.4.0
18772024-08-13T18:45:10.509Z Compiling darling_macro v0.20.9
18782024-08-13T18:45:10.533Z Checking slog-bunyan v2.5.0
18792024-08-13T18:45:10.624Z Checking async-stream v0.3.5
18802024-08-13T18:45:10.663Z Compiling proc-macro-error v1.0.4
18812024-08-13T18:45:10.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18822024-08-13T18:45:11.068Z Checking toml v0.8.19
18832024-08-13T18:45:11.252Z Checking tungstenite v0.20.1
18842024-08-13T18:45:11.315Z Checking rustls-pemfile v2.1.3
18852024-08-13T18:45:11.473Z Compiling darling v0.20.9
18862024-08-13T18:45:11.548Z Compiling heck v0.3.3
18872024-08-13T18:45:11.592Z Compiling serde_with_macros v3.8.3
18882024-08-13T18:45:11.618Z Checking tokio-rustls v0.25.0
18892024-08-13T18:45:11.806Z Checking ipnetwork v0.20.0
18902024-08-13T18:45:11.984Z Checking newtype-uuid v1.1.0
18912024-08-13T18:45:12.000Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18922024-08-13T18:45:12.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18932024-08-13T18:45:12.161Z Checking serde_path_to_error v0.1.16
18942024-08-13T18:45:12.237Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18952024-08-13T18:45:12.780Z Checking hostname v0.4.0
18962024-08-13T18:45:12.921Z Checking cstr-argument v0.1.2
18972024-08-13T18:45:12.975Z Checking instant v0.1.12
18982024-08-13T18:45:13.012Z Checking debug-ignore v1.0.5
18992024-08-13T18:45:13.085Z Checking fastrand v2.1.0
19002024-08-13T18:45:13.099Z Checking pretty-hex v0.2.1
19012024-08-13T18:45:13.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19022024-08-13T18:45:13.252Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19032024-08-13T18:45:13.421Z Checking tempfile v3.10.1
19042024-08-13T18:45:13.466Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19052024-08-13T18:45:13.528Z Checking backoff v0.4.0
19062024-08-13T18:45:13.775Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072024-08-13T18:45:13.820Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19082024-08-13T18:45:13.915Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19092024-08-13T18:45:13.931Z Checking tokio-tungstenite v0.20.1
19102024-08-13T18:45:14.029Z Compiling zone_cfg_derive v0.1.2
19112024-08-13T18:45:14.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19122024-08-13T18:45:14.418Z Checking slog-stdlog v4.1.1
19132024-08-13T18:45:14.502Z Checking serde_with v3.8.3
19142024-08-13T18:45:14.582Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19152024-08-13T18:45:14.733Z Checking tungstenite v0.21.0
19162024-08-13T18:45:15.055Z Checking colored v2.1.0
19172024-08-13T18:45:15.091Z Checking parse-display v0.10.0
19182024-08-13T18:45:15.316Z Checking macaddr v1.0.1
19192024-08-13T18:45:15.361Z Checking socket2 v0.4.10
19202024-08-13T18:45:15.612Z Checking base64 v0.13.1
19212024-08-13T18:45:15.681Z Checking zone v0.1.8
19222024-08-13T18:45:15.684Z Checking tokio-tungstenite v0.21.0
19232024-08-13T18:45:16.022Z Checking ron v0.7.1
19242024-08-13T18:45:16.189Z Checking slog-envlogger v2.2.0
19252024-08-13T18:45:16.366Z Checking pem v3.0.4
19262024-08-13T18:45:16.416Z Checking tabwriter v1.4.0
19272024-08-13T18:45:16.638Z Checking xattr v1.3.1
19282024-08-13T18:45:16.652Z Checking portpicker v0.1.1
19292024-08-13T18:45:16.782Z Checking headers-core v0.2.0
19302024-08-13T18:45:16.817Z Checking smf v0.2.3
19312024-08-13T18:45:16.921Z Checking filetime v0.2.24
19322024-08-13T18:45:17.132Z Checking same-file v1.0.6
19332024-08-13T18:45:17.135Z Checking tar v0.4.41
19342024-08-13T18:45:17.262Z Checking headers v0.3.9
19352024-08-13T18:45:17.305Z Checking walkdir v2.5.0
19362024-08-13T18:45:17.573Z Checking rcgen v0.12.1
19372024-08-13T18:45:17.588Z Checking atomicwrites v0.4.3
19382024-08-13T18:45:17.784Z Checking camino-tempfile v1.1.1
19392024-08-13T18:45:17.830Z Checking subprocess v0.2.9
19402024-08-13T18:45:19.085Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-08-13T18:45:19.292Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-08-13T18:45:20.973Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19432024-08-13T18:45:23.002Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19442024-08-13T18:45:23.067Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19452024-08-13T18:45:26.237Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19462024-08-13T18:45:32.482Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19472024-08-13T18:45:32.611Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19482024-08-13T18:45:32.611Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-08-13T18:45:35.094Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19502024-08-13T18:45:35.469Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19512024-08-13T18:45:41.221Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19522024-08-13T18:45:42.630Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19532024-08-13T18:45:43.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.53s
19542024-08-13T18:45:43.883Z
19552024-08-13T18:45:43.883Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19562024-08-13T18:45:44.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572024-08-13T18:45:44.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582024-08-13T18:45:44.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19592024-08-13T18:45:45.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
19602024-08-13T18:45:45.906Z
19612024-08-13T18:45:45.906Zinfo: running `cargo check --bins` on nexus-config (31/147)
19622024-08-13T18:45:46.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-08-13T18:45:46.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-08-13T18:45:46.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652024-08-13T18:45:46.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19662024-08-13T18:45:46.519Z
19672024-08-13T18:45:46.519Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19682024-08-13T18:45:47.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-08-13T18:45:47.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-08-13T18:45:47.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-08-13T18:45:47.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19722024-08-13T18:45:47.101Z
19732024-08-13T18:45:47.101Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19742024-08-13T18:45:47.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-08-13T18:45:47.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-08-13T18:45:47.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-08-13T18:45:47.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19782024-08-13T18:45:47.710Z
19792024-08-13T18:45:47.710Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19802024-08-13T18:45:48.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-08-13T18:45:48.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-08-13T18:45:48.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-08-13T18:45:48.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19842024-08-13T18:45:48.334Z
19852024-08-13T18:45:48.335Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19862024-08-13T18:45:48.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-08-13T18:45:48.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-08-13T18:45:48.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-08-13T18:45:48.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902024-08-13T18:45:48.922Z
19912024-08-13T18:45:48.922Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
19922024-08-13T18:45:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-08-13T18:45:49.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-08-13T18:45:49.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-08-13T18:45:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19962024-08-13T18:45:49.553Z
19972024-08-13T18:45:49.553Zinfo: running `cargo check --bins` on dns-service-client (37/147)
19982024-08-13T18:45:50.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-08-13T18:45:50.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-08-13T18:45:50.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-08-13T18:45:50.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022024-08-13T18:45:50.147Z
20032024-08-13T18:45:50.147Zinfo: running `cargo check --bins` on dpd-client (38/147)
20042024-08-13T18:45:50.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-13T18:45:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-13T18:45:50.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-13T18:45:50.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20082024-08-13T18:45:50.745Z
20092024-08-13T18:45:50.745Zinfo: running `cargo check --bins` on gateway-client (39/147)
20102024-08-13T18:45:51.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-13T18:45:51.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-13T18:45:51.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-13T18:45:51.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142024-08-13T18:45:51.336Z
20152024-08-13T18:45:51.336Zinfo: running `cargo check --bins` on installinator-client (40/147)
20162024-08-13T18:45:51.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-13T18:45:51.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-13T18:45:51.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-08-13T18:45:51.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20202024-08-13T18:45:51.963Z
20212024-08-13T18:45:51.963Zinfo: running `cargo check --bins` on installinator-common (41/147)
20222024-08-13T18:45:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-08-13T18:45:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-08-13T18:45:52.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-08-13T18:45:52.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20262024-08-13T18:45:52.602Z
20272024-08-13T18:45:52.602Zinfo: running `cargo check --bins` on update-engine (42/147)
20282024-08-13T18:45:53.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-08-13T18:45:53.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-08-13T18:45:53.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-08-13T18:45:53.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20322024-08-13T18:45:53.202Z
20332024-08-13T18:45:53.202Zinfo: running `cargo check --bins` on nexus-client (43/147)
20342024-08-13T18:45:53.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-08-13T18:45:53.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-08-13T18:45:53.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-08-13T18:45:53.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20382024-08-13T18:45:53.837Z
20392024-08-13T18:45:53.837Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20402024-08-13T18:45:54.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-08-13T18:45:54.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-08-13T18:45:54.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-08-13T18:45:54.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20442024-08-13T18:45:54.471Z
20452024-08-13T18:45:54.471Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20462024-08-13T18:45:55.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-08-13T18:45:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-08-13T18:45:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-08-13T18:45:55.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20502024-08-13T18:45:55.073Z
20512024-08-13T18:45:55.073Zinfo: running `cargo check --bins` on nexus-types (46/147)
20522024-08-13T18:45:55.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-08-13T18:45:55.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-08-13T18:45:55.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-08-13T18:45:55.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20562024-08-13T18:45:55.705Z
20572024-08-13T18:45:55.705Zinfo: running `cargo check --bins` on oxide-client (47/147)
20582024-08-13T18:45:56.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-08-13T18:45:56.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-08-13T18:45:56.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-08-13T18:45:56.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20622024-08-13T18:45:56.302Z
20632024-08-13T18:45:56.302Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20642024-08-13T18:45:56.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-08-13T18:45:56.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-08-13T18:45:56.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-08-13T18:45:56.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20682024-08-13T18:45:56.923Z
20692024-08-13T18:45:56.924Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20702024-08-13T18:45:57.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-08-13T18:45:57.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-08-13T18:45:57.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-08-13T18:45:57.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20742024-08-13T18:45:57.549Z
20752024-08-13T18:45:57.549Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20762024-08-13T18:45:58.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-08-13T18:45:58.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-08-13T18:45:58.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-08-13T18:45:58.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20802024-08-13T18:45:58.189Z
20812024-08-13T18:45:58.189Zinfo: running `cargo check --bins` on wicket-common (51/147)
20822024-08-13T18:45:58.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-08-13T18:45:58.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-08-13T18:45:58.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-08-13T18:45:58.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20862024-08-13T18:45:58.822Z
20872024-08-13T18:45:58.822Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20882024-08-13T18:45:59.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-08-13T18:45:59.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-08-13T18:45:59.456Z Compiling heapless v0.8.0
20912024-08-13T18:45:59.543Z Checking hash32 v0.3.1
20922024-08-13T18:45:59.552Z Compiling smoltcp v0.11.0
20932024-08-13T18:45:59.560Z Checking cobs v0.2.3
20942024-08-13T18:45:59.562Z Checking embedded-io v0.4.0
20952024-08-13T18:45:59.578Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20962024-08-13T18:45:59.580Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20972024-08-13T18:45:59.600Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20982024-08-13T18:45:59.697Z Compiling crucible-workspace-hack v0.1.0
20992024-08-13T18:45:59.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21002024-08-13T18:45:59.726Z Checking csv-core v0.1.11
21012024-08-13T18:45:59.748Z Checking postcard v1.0.8
21022024-08-13T18:45:59.931Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21032024-08-13T18:46:00.013Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21042024-08-13T18:46:00.025Z Checking csv v1.3.0
21052024-08-13T18:46:00.245Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21062024-08-13T18:46:00.322Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21072024-08-13T18:46:00.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21082024-08-13T18:46:00.489Z Compiling num-derive v0.4.2
21092024-08-13T18:46:00.692Z Compiling slog-dtrace v0.3.0
21102024-08-13T18:46:00.728Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21112024-08-13T18:46:00.787Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21122024-08-13T18:46:00.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21132024-08-13T18:46:01.087Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21142024-08-13T18:46:01.388Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21152024-08-13T18:46:01.755Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21162024-08-13T18:46:02.219Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21172024-08-13T18:46:03.311Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21182024-08-13T18:46:04.163Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21192024-08-13T18:46:05.213Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21202024-08-13T18:46:07.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
21212024-08-13T18:46:08.048Z
21222024-08-13T18:46:08.048Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21232024-08-13T18:46:08.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-08-13T18:46:08.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-08-13T18:46:08.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262024-08-13T18:46:08.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21272024-08-13T18:46:08.660Z
21282024-08-13T18:46:08.660Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21292024-08-13T18:46:09.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-08-13T18:46:09.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-08-13T18:46:09.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322024-08-13T18:46:09.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21332024-08-13T18:46:09.277Z
21342024-08-13T18:46:09.277Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21352024-08-13T18:46:09.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-08-13T18:46:09.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-08-13T18:46:09.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-08-13T18:46:09.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21392024-08-13T18:46:10.003Z
21402024-08-13T18:46:10.003Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21412024-08-13T18:46:10.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-08-13T18:46:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-08-13T18:46:10.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-08-13T18:46:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21452024-08-13T18:46:10.724Z
21462024-08-13T18:46:10.724Zinfo: running `cargo check --bins` on dns-server (57/147)
21472024-08-13T18:46:11.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-08-13T18:46:11.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-08-13T18:46:11.339Z Compiling parking_lot_core v0.8.6
21502024-08-13T18:46:11.424Z Checking nibble_vec v0.1.0
21512024-08-13T18:46:11.426Z Checking endian-type v0.1.2
21522024-08-13T18:46:11.441Z Checking newline-converter v0.3.0
21532024-08-13T18:46:11.444Z Checking quick-error v1.2.3
21542024-08-13T18:46:11.444Z Checking linked-hash-map v0.5.6
21552024-08-13T18:46:11.452Z Checking fxhash v0.2.1
21562024-08-13T18:46:11.462Z Checking toml v0.5.11
21572024-08-13T18:46:11.566Z Checking resolv-conf v0.7.0
21582024-08-13T18:46:11.566Z Checking expectorate v1.1.0
21592024-08-13T18:46:11.596Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21602024-08-13T18:46:11.608Z Checking radix_trie v0.2.1
21612024-08-13T18:46:11.713Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21622024-08-13T18:46:11.755Z Checking lru-cache v0.1.2
21632024-08-13T18:46:11.917Z Checking trust-dns-resolver v0.22.0
21642024-08-13T18:46:11.989Z Checking trust-dns-client v0.22.0
21652024-08-13T18:46:12.181Z Checking parking_lot v0.11.2
21662024-08-13T18:46:12.484Z Checking sled v0.34.7
21672024-08-13T18:46:12.876Z Checking trust-dns-server v0.22.1
21682024-08-13T18:46:14.454Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21692024-08-13T18:46:15.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
21702024-08-13T18:46:15.677Z
21712024-08-13T18:46:15.677Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21722024-08-13T18:46:16.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-08-13T18:46:16.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-08-13T18:46:16.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-08-13T18:46:16.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21762024-08-13T18:46:16.280Z
21772024-08-13T18:46:16.280Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21782024-08-13T18:46:16.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-08-13T18:46:16.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-08-13T18:46:16.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-08-13T18:46:16.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21822024-08-13T18:46:16.940Z
21832024-08-13T18:46:16.940Zinfo: running `cargo check --bins` on gateway-types (60/147)
21842024-08-13T18:46:17.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-08-13T18:46:17.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-08-13T18:46:17.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-08-13T18:46:17.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21882024-08-13T18:46:17.553Z
21892024-08-13T18:46:17.554Zinfo: running `cargo check --bins` on ipcc (61/147)
21902024-08-13T18:46:18.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-13T18:46:18.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-13T18:46:18.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-13T18:46:18.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21942024-08-13T18:46:18.170Z
21952024-08-13T18:46:18.170Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
21962024-08-13T18:46:18.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-13T18:46:18.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-13T18:46:18.831Z Compiling radium v0.7.0
21992024-08-13T18:46:18.920Z Checking tap v1.0.1
22002024-08-13T18:46:18.923Z Compiling maybe-uninit v2.0.0
22012024-08-13T18:46:18.940Z Compiling bzip2-sys v0.1.11+1.0.8
22022024-08-13T18:46:18.942Z Compiling packed_struct v0.10.1
22032024-08-13T18:46:18.942Z Checking crc-catalog v2.4.0
22042024-08-13T18:46:18.943Z Compiling num-bigint-dig v0.8.4
22052024-08-13T18:46:18.951Z Checking funty v2.0.0
22062024-08-13T18:46:19.044Z Checking wyz v0.5.1
22072024-08-13T18:46:19.086Z Checking crc v3.2.1
22082024-08-13T18:46:19.295Z Compiling packed_struct_codegen v0.10.1
22092024-08-13T18:46:19.410Z Compiling indexmap v1.9.3
22102024-08-13T18:46:19.446Z Checking half v2.4.1
22112024-08-13T18:46:19.473Z Checking ciborium-io v0.2.2
22122024-08-13T18:46:19.583Z Checking nodrop v0.1.14
22132024-08-13T18:46:19.586Z Checking smallvec v0.6.14
22142024-08-13T18:46:19.702Z Checking array-init v0.0.4
22152024-08-13T18:46:19.780Z Checking pkcs1 v0.7.5
22162024-08-13T18:46:19.870Z Checking bitvec v1.0.1
22172024-08-13T18:46:19.916Z Checking ciborium-ll v0.2.2
22182024-08-13T18:46:19.996Z Checking signature v2.2.0
22192024-08-13T18:46:20.155Z Compiling memoffset v0.9.1
22202024-08-13T18:46:20.199Z Checking bitfield v0.14.0
22212024-08-13T18:46:20.214Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22222024-08-13T18:46:20.216Z Checking hashbrown v0.12.3
22232024-08-13T18:46:20.494Z Checking env_logger v0.10.2
22242024-08-13T18:46:20.546Z Checking bzip2 v0.4.4
22252024-08-13T18:46:20.634Z Checking ciborium v0.2.2
22262024-08-13T18:46:20.688Z Checking serde-hex v0.1.0
22272024-08-13T18:46:20.810Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282024-08-13T18:46:20.912Z Checking ron v0.8.1
22292024-08-13T18:46:21.063Z Checking x509-cert v0.2.5
22302024-08-13T18:46:21.633Z Checking hashbrown v0.13.2
22312024-08-13T18:46:21.960Z Checking crc-any v2.5.0
22322024-08-13T18:46:21.977Z Checking rsa v0.9.6
22332024-08-13T18:46:22.192Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342024-08-13T18:46:22.303Z Checking zip v0.6.6
22352024-08-13T18:46:22.544Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22362024-08-13T18:46:22.631Z Checking object v0.30.4
22372024-08-13T18:46:22.687Z Checking path-slash v0.1.5
22382024-08-13T18:46:22.728Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22392024-08-13T18:46:22.824Z Checking nix v0.27.1
22402024-08-13T18:46:22.916Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22412024-08-13T18:46:22.975Z Checking serde-big-array v0.5.1
22422024-08-13T18:46:23.005Z Checking signal-hook-tokio v0.3.1
22432024-08-13T18:46:24.943Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22442024-08-13T18:46:25.423Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22452024-08-13T18:46:32.101Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22462024-08-13T18:46:33.348Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22472024-08-13T18:46:35.050Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22482024-08-13T18:46:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
22492024-08-13T18:46:36.952Z
22502024-08-13T18:46:36.952Zinfo: running `cargo check --bins` on gateway-api (63/147)
22512024-08-13T18:46:37.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-08-13T18:46:37.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-08-13T18:46:37.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-08-13T18:46:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22552024-08-13T18:46:37.572Z
22562024-08-13T18:46:37.572Zinfo: running `cargo check --bins` on sp-sim (64/147)
22572024-08-13T18:46:38.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-08-13T18:46:38.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-08-13T18:46:38.187Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22602024-08-13T18:46:39.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
22612024-08-13T18:46:39.924Z
22622024-08-13T18:46:39.925Zinfo: running `cargo check --bins` on internal-dns (65/147)
22632024-08-13T18:46:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-08-13T18:46:40.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-08-13T18:46:40.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662024-08-13T18:46:40.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22672024-08-13T18:46:40.544Z
22682024-08-13T18:46:40.544Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22692024-08-13T18:46:41.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-08-13T18:46:41.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-08-13T18:46:41.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722024-08-13T18:46:41.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22732024-08-13T18:46:41.196Z
22742024-08-13T18:46:41.196Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22752024-08-13T18:46:41.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-08-13T18:46:41.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-08-13T18:46:41.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782024-08-13T18:46:41.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22792024-08-13T18:46:41.866Z
22802024-08-13T18:46:41.866Zinfo: running `cargo check --bins` on db-macros (68/147)
22812024-08-13T18:46:42.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822024-08-13T18:46:42.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832024-08-13T18:46:42.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842024-08-13T18:46:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22852024-08-13T18:46:42.458Z
22862024-08-13T18:46:42.458Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22872024-08-13T18:46:42.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-08-13T18:46:42.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-08-13T18:46:42.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902024-08-13T18:46:42.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22912024-08-13T18:46:43.045Z
22922024-08-13T18:46:43.045Zinfo: running `cargo check --bins` on nexus-auth (70/147)
22932024-08-13T18:46:43.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-08-13T18:46:43.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-08-13T18:46:43.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-08-13T18:46:43.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22972024-08-13T18:46:43.700Z
22982024-08-13T18:46:43.700Zinfo: running `cargo check --bins` on authz-macros (71/147)
22992024-08-13T18:46:44.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-08-13T18:46:44.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-08-13T18:46:44.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-08-13T18:46:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23032024-08-13T18:46:44.293Z
23042024-08-13T18:46:44.293Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23052024-08-13T18:46:44.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-08-13T18:46:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-08-13T18:46:44.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082024-08-13T18:46:44.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23092024-08-13T18:46:44.934Z
23102024-08-13T18:46:44.934Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23112024-08-13T18:46:45.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-13T18:46:45.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-13T18:46:45.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-08-13T18:46:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23152024-08-13T18:46:45.572Z
23162024-08-13T18:46:45.572Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23172024-08-13T18:46:46.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-13T18:46:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-13T18:46:46.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-13T18:46:46.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23212024-08-13T18:46:46.187Z
23222024-08-13T18:46:46.187Zinfo: running `cargo check --bins` on oximeter (75/147)
23232024-08-13T18:46:46.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-13T18:46:46.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-13T18:46:46.811Z Compiling rustls-pki-types v1.7.0
23262024-08-13T18:46:46.898Z Compiling prettyplease v0.2.20
23272024-08-13T18:46:46.901Z Compiling match_cfg v0.1.0
23282024-08-13T18:46:46.916Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23292024-08-13T18:46:46.918Z Compiling slog-json v2.6.1
23302024-08-13T18:46:46.918Z Compiling http v1.1.0
23312024-08-13T18:46:46.949Z Compiling atomic-waker v1.1.2
23322024-08-13T18:46:46.961Z Compiling hostname v0.3.1
23332024-08-13T18:46:46.977Z Compiling async-stream v0.3.5
23342024-08-13T18:46:47.133Z Compiling waitgroup v0.1.2
23352024-08-13T18:46:47.182Z Compiling slog-bunyan v2.5.0
23362024-08-13T18:46:47.196Z Compiling toml v0.8.19
23372024-08-13T18:46:47.254Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23382024-08-13T18:46:47.274Z Compiling sha1 v0.10.6
23392024-08-13T18:46:47.344Z Compiling rustls-webpki v0.102.4
23402024-08-13T18:46:47.359Z Compiling rustls-pemfile v2.1.3
23412024-08-13T18:46:47.375Z Compiling newtype-uuid v1.1.0
23422024-08-13T18:46:47.464Z Compiling ipnetwork v0.20.0
23432024-08-13T18:46:47.672Z Compiling serde_path_to_error v0.1.16
23442024-08-13T18:46:47.676Z Compiling hostname v0.4.0
23452024-08-13T18:46:47.695Z Compiling instant v0.1.12
23462024-08-13T18:46:47.813Z Compiling debug-ignore v1.0.5
23472024-08-13T18:46:47.836Z Compiling backoff v0.4.0
23482024-08-13T18:46:47.932Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23492024-08-13T18:46:47.963Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23502024-08-13T18:46:48.187Z Compiling rustls v0.22.4
23512024-08-13T18:46:48.291Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23522024-08-13T18:46:48.393Z Compiling multer v3.1.0
23532024-08-13T18:46:48.499Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542024-08-13T18:46:48.657Z Compiling serde_with v3.8.3
23552024-08-13T18:46:48.678Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23562024-08-13T18:46:49.002Z Compiling parse-display v0.10.0
23572024-08-13T18:46:49.368Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23582024-08-13T18:46:49.453Z Compiling num-rational v0.4.2
23592024-08-13T18:46:49.457Z Compiling num-complex v0.4.6
23602024-08-13T18:46:49.525Z Compiling macaddr v1.0.1
23612024-08-13T18:46:50.495Z Compiling num v0.4.3
23622024-08-13T18:46:50.555Z Compiling float-ord v0.3.2
23632024-08-13T18:46:51.654Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23642024-08-13T18:46:52.046Z Compiling tokio-rustls v0.25.0
23652024-08-13T18:46:52.394Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23662024-08-13T18:46:55.725Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23672024-08-13T18:47:07.185Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23682024-08-13T18:47:10.191Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23692024-08-13T18:47:10.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s
23702024-08-13T18:47:10.960Z
23712024-08-13T18:47:10.960Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23722024-08-13T18:47:11.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-08-13T18:47:11.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-08-13T18:47:11.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-08-13T18:47:11.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23762024-08-13T18:47:11.582Z
23772024-08-13T18:47:11.582Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23782024-08-13T18:47:12.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-08-13T18:47:12.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-08-13T18:47:12.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-08-13T18:47:12.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23822024-08-13T18:47:12.158Z
23832024-08-13T18:47:12.158Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23842024-08-13T18:47:12.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-08-13T18:47:12.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-08-13T18:47:12.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-08-13T18:47:12.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23882024-08-13T18:47:12.773Z
23892024-08-13T18:47:12.773Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23902024-08-13T18:47:13.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-08-13T18:47:13.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-08-13T18:47:13.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-08-13T18:47:13.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23942024-08-13T18:47:13.411Z
23952024-08-13T18:47:13.411Zinfo: running `cargo check --bins` on typed-rng (80/147)
23962024-08-13T18:47:13.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-08-13T18:47:13.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-08-13T18:47:13.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-08-13T18:47:13.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24002024-08-13T18:47:14.004Z
24012024-08-13T18:47:14.004Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
24022024-08-13T18:47:14.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-08-13T18:47:14.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-08-13T18:47:14.724Z Checking password-hash v0.5.0
24052024-08-13T18:47:14.724Z Checking blake2 v0.10.6
24062024-08-13T18:47:14.727Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24072024-08-13T18:47:14.727Z Compiling semver v0.1.20
24082024-08-13T18:47:14.826Z Compiling rayon-core v1.12.1
24092024-08-13T18:47:14.830Z Compiling convert_case v0.4.0
24102024-08-13T18:47:14.862Z Compiling crossbeam-deque v0.8.5
24112024-08-13T18:47:14.865Z Compiling unicase v2.7.0
24122024-08-13T18:47:15.125Z Compiling fastrand v2.1.0
24132024-08-13T18:47:15.183Z Compiling rustc_version v0.1.7
24142024-08-13T18:47:15.183Z Compiling libefi-sys v0.1.0
24152024-08-13T18:47:15.207Z Compiling same-file v1.0.6
24162024-08-13T18:47:15.275Z Checking argon2 v0.5.3
24172024-08-13T18:47:15.474Z Compiling tempfile v3.10.1
24182024-08-13T18:47:15.490Z Compiling walkdir v2.5.0
24192024-08-13T18:47:15.678Z Compiling newtype_derive v0.1.6
24202024-08-13T18:47:15.693Z Compiling curve25519-dalek v4.1.3
24212024-08-13T18:47:15.708Z Compiling derive-where v1.2.7
24222024-08-13T18:47:15.792Z Compiling derive_more v0.99.18
24232024-08-13T18:47:15.981Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24242024-08-13T18:47:16.060Z Compiling bitfield-struct v0.6.1
24252024-08-13T18:47:16.202Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24262024-08-13T18:47:16.256Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24272024-08-13T18:47:16.315Z Compiling ring v0.16.20
24282024-08-13T18:47:16.332Z Compiling blake3 v1.5.1
24292024-08-13T18:47:16.575Z Checking keccak v0.1.5
24302024-08-13T18:47:16.887Z Checking sha3 v0.10.8
24312024-08-13T18:47:17.305Z Compiling rayon v1.10.0
24322024-08-13T18:47:17.491Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332024-08-13T18:47:17.494Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24342024-08-13T18:47:17.600Z Checking universal-hash v0.5.1
24352024-08-13T18:47:17.757Z Compiling thiserror-impl-no-std v2.0.2
24362024-08-13T18:47:17.793Z Checking secrecy v0.8.0
24372024-08-13T18:47:17.796Z Compiling curve25519-dalek-derive v0.1.1
24382024-08-13T18:47:18.017Z Compiling memmap2 v0.9.4
24392024-08-13T18:47:18.070Z Compiling arrayvec v0.7.4
24402024-08-13T18:47:18.463Z Compiling constant_time_eq v0.3.0
24412024-08-13T18:47:18.492Z Compiling home v0.5.9
24422024-08-13T18:47:18.651Z Compiling spin v0.5.2
24432024-08-13T18:47:18.752Z Compiling arrayref v0.3.7
24442024-08-13T18:47:18.860Z Checking opaque-debug v0.3.1
24452024-08-13T18:47:18.903Z Compiling untrusted v0.7.1
24462024-08-13T18:47:18.947Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472024-08-13T18:47:19.071Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482024-08-13T18:47:19.222Z Checking poly1305 v0.8.0
24492024-08-13T18:47:19.227Z Compiling toolchain_find v0.4.0
24502024-08-13T18:47:19.573Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512024-08-13T18:47:19.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24522024-08-13T18:47:19.819Z Checking steno v0.4.1
24532024-08-13T18:47:19.868Z Compiling camino-tempfile v1.1.1
24542024-08-13T18:47:20.325Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24552024-08-13T18:47:20.484Z Checking chacha20 v0.9.1
24562024-08-13T18:47:20.831Z Checking gethostname v0.5.0
24572024-08-13T18:47:20.959Z Checking aead v0.5.2
24582024-08-13T18:47:20.976Z Checking thiserror-no-std v2.0.2
24592024-08-13T18:47:21.092Z Compiling cancel-safe-futures v0.1.5
24602024-08-13T18:47:21.185Z Compiling topological-sort v0.2.2
24612024-08-13T18:47:21.260Z Checking vsss-rs v3.3.4
24622024-08-13T18:47:21.399Z Checking chacha20poly1305 v0.10.1
24632024-08-13T18:47:21.494Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24642024-08-13T18:47:21.590Z Compiling mime_guess v2.0.4
24652024-08-13T18:47:22.145Z Compiling rustfmt-wrapper v0.2.1
24662024-08-13T18:47:22.726Z Compiling omicron-zone-package v0.11.0
24672024-08-13T18:47:22.851Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24682024-08-13T18:47:22.868Z Checking glob v0.3.1
24692024-08-13T18:47:23.414Z Checking libsw v3.3.1
24702024-08-13T18:47:23.537Z Checking linear-map v1.2.0
24712024-08-13T18:47:23.657Z Checking owo-colors v4.0.0
24722024-08-13T18:47:23.685Z Checking swrite v0.1.0
24732024-08-13T18:47:23.790Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24742024-08-13T18:47:23.805Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24752024-08-13T18:47:23.861Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24762024-08-13T18:47:24.349Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24772024-08-13T18:47:24.610Z Checking kstat-rs v0.2.4
24782024-08-13T18:47:24.673Z Checking nanorand v0.7.0
24792024-08-13T18:47:24.856Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24802024-08-13T18:47:24.946Z Checking http-range v0.1.5
24812024-08-13T18:47:24.972Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24822024-08-13T18:47:25.020Z Checking flume v0.11.0
24832024-08-13T18:47:25.123Z Checking hyper-staticfile v0.9.5
24842024-08-13T18:47:25.482Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24852024-08-13T18:47:25.537Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24862024-08-13T18:47:25.568Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24872024-08-13T18:47:25.688Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24882024-08-13T18:47:25.740Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24892024-08-13T18:47:27.010Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24902024-08-13T18:47:27.134Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24912024-08-13T18:47:28.498Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24922024-08-13T18:47:28.857Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24932024-08-13T18:47:29.141Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24942024-08-13T18:47:29.508Z Checking itertools v0.13.0
24952024-08-13T18:47:29.745Z Checking display-error-chain v0.2.0
24962024-08-13T18:47:36.158Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24972024-08-13T18:47:41.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24982024-08-13T18:47:41.520Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24992024-08-13T18:47:42.172Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25002024-08-13T18:47:55.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.87s
25012024-08-13T18:47:56.039Z
25022024-08-13T18:47:56.039Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
25032024-08-13T18:47:56.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-08-13T18:47:56.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-08-13T18:47:56.756Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25062024-08-13T18:48:10.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
25072024-08-13T18:48:10.616Z
25082024-08-13T18:48:10.616Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25092024-08-13T18:48:11.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-08-13T18:48:11.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-08-13T18:48:11.332Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25122024-08-13T18:48:25.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
25132024-08-13T18:48:25.347Z
25142024-08-13T18:48:25.347Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25152024-08-13T18:48:25.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-08-13T18:48:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-08-13T18:48:26.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25182024-08-13T18:48:40.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
25192024-08-13T18:48:40.237Z
25202024-08-13T18:48:40.237Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25212024-08-13T18:48:40.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-08-13T18:48:40.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-08-13T18:48:40.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25242024-08-13T18:48:54.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
25252024-08-13T18:48:54.914Z
25262024-08-13T18:48:54.914Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25272024-08-13T18:48:55.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-08-13T18:48:55.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-08-13T18:48:55.632Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25302024-08-13T18:49:09.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
25312024-08-13T18:49:09.668Z
25322024-08-13T18:49:09.668Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25332024-08-13T18:49:10.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-08-13T18:49:10.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-08-13T18:49:10.375Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25362024-08-13T18:49:24.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
25372024-08-13T18:49:24.217Z
25382024-08-13T18:49:24.217Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25392024-08-13T18:49:24.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-08-13T18:49:24.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-08-13T18:49:24.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25422024-08-13T18:49:38.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
25432024-08-13T18:49:38.801Z
25442024-08-13T18:49:38.801Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25452024-08-13T18:49:39.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-08-13T18:49:39.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-08-13T18:49:39.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-08-13T18:49:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25492024-08-13T18:49:39.445Z
25502024-08-13T18:49:39.445Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25512024-08-13T18:49:40.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-08-13T18:49:40.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-08-13T18:49:40.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-08-13T18:49:40.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25552024-08-13T18:49:40.085Z
25562024-08-13T18:49:40.085Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25572024-08-13T18:49:40.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-08-13T18:49:40.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-08-13T18:49:40.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-08-13T18:49:40.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25612024-08-13T18:49:40.718Z
25622024-08-13T18:49:40.718Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25632024-08-13T18:49:41.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-08-13T18:49:41.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-08-13T18:49:41.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-08-13T18:49:41.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25672024-08-13T18:49:41.347Z
25682024-08-13T18:49:41.347Zinfo: running `cargo check --bins` on key-manager (93/147)
25692024-08-13T18:49:41.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-08-13T18:49:41.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-08-13T18:49:41.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-08-13T18:49:41.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25732024-08-13T18:49:41.959Z
25742024-08-13T18:49:41.959Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25752024-08-13T18:49:42.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-08-13T18:49:42.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-08-13T18:49:42.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-08-13T18:49:42.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25792024-08-13T18:49:42.588Z
25802024-08-13T18:49:42.588Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25812024-08-13T18:49:43.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-08-13T18:49:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-08-13T18:49:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-08-13T18:49:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25852024-08-13T18:49:43.170Z
25862024-08-13T18:49:43.170Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25872024-08-13T18:49:43.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-08-13T18:49:43.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-08-13T18:49:43.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-08-13T18:49:43.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25912024-08-13T18:49:43.787Z
25922024-08-13T18:49:43.787Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
25932024-08-13T18:49:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-08-13T18:49:44.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-08-13T18:49:44.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-08-13T18:49:44.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25972024-08-13T18:49:44.411Z
25982024-08-13T18:49:44.411Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
25992024-08-13T18:49:44.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-08-13T18:49:44.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-08-13T18:49:44.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-08-13T18:49:44.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26032024-08-13T18:49:45.033Z
26042024-08-13T18:49:45.033Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26052024-08-13T18:49:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-08-13T18:49:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-08-13T18:49:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-08-13T18:49:45.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26092024-08-13T18:49:45.655Z
26102024-08-13T18:49:45.655Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26112024-08-13T18:49:46.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-08-13T18:49:46.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-08-13T18:49:46.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-08-13T18:49:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26152024-08-13T18:49:46.274Z
26162024-08-13T18:49:46.274Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26172024-08-13T18:49:46.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-08-13T18:49:46.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-08-13T18:49:46.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-08-13T18:49:46.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26212024-08-13T18:49:46.890Z
26222024-08-13T18:49:46.890Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26232024-08-13T18:49:47.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-08-13T18:49:47.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-08-13T18:49:47.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-08-13T18:49:47.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26272024-08-13T18:49:47.531Z
26282024-08-13T18:49:47.531Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26292024-08-13T18:49:48.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-08-13T18:49:48.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-08-13T18:49:48.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-08-13T18:49:48.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26332024-08-13T18:49:48.174Z
26342024-08-13T18:49:48.174Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26352024-08-13T18:49:48.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-08-13T18:49:48.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-08-13T18:49:48.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-08-13T18:49:48.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26392024-08-13T18:49:48.806Z
26402024-08-13T18:49:48.806Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26412024-08-13T18:49:49.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-08-13T18:49:49.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-08-13T18:49:49.471Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26442024-08-13T18:49:49.471Z Checking bcs v0.1.6
26452024-08-13T18:49:49.474Z Compiling async-recursion v1.1.1
26462024-08-13T18:49:49.474Z Checking highway v1.2.0
26472024-08-13T18:49:49.474Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26482024-08-13T18:49:49.474Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26492024-08-13T18:49:50.570Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26502024-08-13T18:49:53.710Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26512024-08-13T18:49:55.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
26522024-08-13T18:49:55.493Z
26532024-08-13T18:49:55.493Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26542024-08-13T18:49:56.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-08-13T18:49:56.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-08-13T18:49:56.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-08-13T18:49:56.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26582024-08-13T18:49:56.112Z
26592024-08-13T18:49:56.112Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26602024-08-13T18:49:56.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-08-13T18:49:56.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-08-13T18:49:56.741Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26632024-08-13T18:49:57.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
26642024-08-13T18:49:57.466Z
26652024-08-13T18:49:57.466Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26662024-08-13T18:49:58.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-08-13T18:49:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-08-13T18:49:58.118Z Compiling cfg_aliases v0.1.1
26692024-08-13T18:49:58.121Z Compiling vte_generate_state_changes v0.1.1
26702024-08-13T18:49:58.121Z Checking fd-lock v4.0.2
26712024-08-13T18:49:58.216Z Checking bytecount v0.6.8
26722024-08-13T18:49:58.235Z Compiling tabled_derive v0.7.0
26732024-08-13T18:49:58.235Z Checking crossterm v0.27.0
26742024-08-13T18:49:58.238Z Compiling peg-macros v0.8.4
26752024-08-13T18:49:58.238Z Compiling sqlparser_derive v0.2.2
26762024-08-13T18:49:58.278Z Compiling nix v0.28.0
26772024-08-13T18:49:58.355Z Checking papergrid v0.11.0
26782024-08-13T18:49:58.370Z Checking nu-ansi-term v0.50.0
26792024-08-13T18:49:58.748Z Checking home v0.5.9
26802024-08-13T18:49:58.841Z Checking vte v0.11.1
26812024-08-13T18:49:58.894Z Checking unicode_categories v0.1.1
26822024-08-13T18:49:59.193Z Checking sqlformat v0.2.4
26832024-08-13T18:49:59.317Z Checking sqlparser v0.45.0
26842024-08-13T18:49:59.785Z Checking crossterm v0.28.1
26852024-08-13T18:50:00.217Z Checking strip-ansi-escapes v0.2.0
26862024-08-13T18:50:00.362Z Checking reedline v0.33.0
26872024-08-13T18:50:00.737Z Checking tabled v0.15.0
26882024-08-13T18:50:01.379Z Checking peg v0.8.4
26892024-08-13T18:50:01.540Z Checking rustyline v14.0.0
26902024-08-13T18:50:05.706Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-13T18:50:11.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
26922024-08-13T18:50:11.498Z
26932024-08-13T18:50:11.498Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
26942024-08-13T18:50:12.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-13T18:50:12.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-13T18:50:12.148Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-13T18:50:17.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
26982024-08-13T18:50:17.955Z
26992024-08-13T18:50:17.955Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
27002024-08-13T18:50:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-13T18:50:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-13T18:50:18.601Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-13T18:50:24.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
27042024-08-13T18:50:24.213Z
27052024-08-13T18:50:24.213Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27062024-08-13T18:50:24.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-13T18:50:24.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-13T18:50:24.852Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27092024-08-13T18:50:28.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
27102024-08-13T18:50:29.027Z
27112024-08-13T18:50:29.027Zinfo: running `cargo check --bins` on cert-dev (112/147)
27122024-08-13T18:50:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-13T18:50:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-13T18:50:29.615Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27152024-08-13T18:50:29.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27162024-08-13T18:50:29.996Z
27172024-08-13T18:50:29.996Zinfo: running `cargo check --bins` on ch-dev (113/147)
27182024-08-13T18:50:30.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-13T18:50:30.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-13T18:50:30.649Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27212024-08-13T18:50:31.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27222024-08-13T18:50:31.470Z
27232024-08-13T18:50:31.470Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27242024-08-13T18:50:32.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-13T18:50:32.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-13T18:50:32.121Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27272024-08-13T18:50:32.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27282024-08-13T18:50:32.595Z
27292024-08-13T18:50:32.595Zinfo: running `cargo check --bins` on db-dev (115/147)
27302024-08-13T18:50:33.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-13T18:50:33.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-13T18:50:33.239Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27332024-08-13T18:50:33.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27342024-08-13T18:50:34.072Z
27352024-08-13T18:50:34.072Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27362024-08-13T18:50:34.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-13T18:50:34.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-13T18:50:34.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-08-13T18:50:34.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27402024-08-13T18:50:34.717Z
27412024-08-13T18:50:34.717Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27422024-08-13T18:50:35.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-08-13T18:50:35.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-08-13T18:50:35.307Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27452024-08-13T18:50:36.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
27462024-08-13T18:50:36.262Z
27472024-08-13T18:50:36.262Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27482024-08-13T18:50:36.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-08-13T18:50:36.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-08-13T18:50:36.946Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27512024-08-13T18:50:37.475Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27522024-08-13T18:50:37.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
27532024-08-13T18:50:37.998Z
27542024-08-13T18:50:37.998Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27552024-08-13T18:50:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-13T18:50:38.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-13T18:50:38.767Z Compiling crunchy v0.2.2
27582024-08-13T18:50:38.767Z Compiling glob v0.3.1
27592024-08-13T18:50:38.770Z Compiling tiny-keccak v2.0.2
27602024-08-13T18:50:38.770Z Compiling dsl_auto_type v0.1.2
27612024-08-13T18:50:38.866Z Checking scheduled-thread-pool v0.2.7
27622024-08-13T18:50:38.876Z Compiling diesel_table_macro_syntax v0.2.0
27632024-08-13T18:50:38.920Z Compiling ascii-canvas v3.0.0
27642024-08-13T18:50:38.922Z Compiling ena v0.14.3
27652024-08-13T18:50:39.096Z Checking r2d2 v0.8.10
27662024-08-13T18:50:39.207Z Compiling libloading v0.8.3
27672024-08-13T18:50:39.315Z Compiling regex-syntax v0.6.29
27682024-08-13T18:50:39.337Z Compiling diff v0.1.13
27692024-08-13T18:50:39.396Z Compiling bindgen v0.69.4
27702024-08-13T18:50:39.453Z Compiling which v4.4.2
27712024-08-13T18:50:39.619Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27722024-08-13T18:50:39.799Z Compiling clang-sys v1.7.0
27732024-08-13T18:50:39.831Z Compiling cexpr v0.6.0
27742024-08-13T18:50:40.021Z Compiling shlex v1.3.0
27752024-08-13T18:50:40.060Z Compiling lazycell v1.3.0
27762024-08-13T18:50:40.125Z Compiling rustc-hash v1.1.0
27772024-08-13T18:50:40.195Z Compiling ref-cast v1.0.23
27782024-08-13T18:50:40.234Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27792024-08-13T18:50:40.284Z Compiling derive_builder_core v0.20.0
27802024-08-13T18:50:40.456Z Compiling libxml v0.3.3
27812024-08-13T18:50:40.507Z Compiling diesel_derives v2.2.2
27822024-08-13T18:50:40.540Z Compiling ref-cast-impl v1.0.23
27832024-08-13T18:50:40.808Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27842024-08-13T18:50:40.896Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27852024-08-13T18:50:41.302Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27862024-08-13T18:50:41.604Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27872024-08-13T18:50:41.642Z Compiling strum_macros v0.24.3
27882024-08-13T18:50:41.889Z Compiling cookie v0.18.1
27892024-08-13T18:50:41.972Z Compiling indoc v1.0.9
27902024-08-13T18:50:42.731Z Compiling lalrpop v0.19.12
27912024-08-13T18:50:42.936Z Compiling derive_builder_macro v0.20.0
27922024-08-13T18:50:43.830Z Checking derive_builder v0.20.0
27932024-08-13T18:50:43.980Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27942024-08-13T18:50:44.275Z Compiling oso-derive v0.27.3
27952024-08-13T18:50:44.408Z Compiling impl-trait-for-tuples v0.2.2
27962024-08-13T18:50:45.183Z Checking quick-xml v0.31.0
27972024-08-13T18:50:45.319Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27982024-08-13T18:50:45.390Z Checking maplit v1.0.2
27992024-08-13T18:50:45.744Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28002024-08-13T18:50:46.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28012024-08-13T18:50:46.332Z Checking bb8 v0.8.5
28022024-08-13T18:50:46.806Z Compiling const_format_proc_macros v0.2.32
28032024-08-13T18:50:47.341Z Checking crossbeam-deque v0.8.5
28042024-08-13T18:50:47.520Z Compiling portable-atomic v1.6.0
28052024-08-13T18:50:47.671Z Checking rayon-core v1.12.1
28062024-08-13T18:50:48.385Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072024-08-13T18:50:48.660Z Checking castaway v0.2.3
28082024-08-13T18:50:48.828Z Checking compact_str v0.8.0
28092024-08-13T18:50:49.009Z Checking const_format v0.2.32
28102024-08-13T18:50:49.529Z Checking rayon v1.10.0
28112024-08-13T18:50:49.693Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28122024-08-13T18:50:49.740Z Checking unicode-truncate v1.0.0
28132024-08-13T18:50:49.982Z Checking lru v0.12.3
28142024-08-13T18:50:49.999Z Compiling instability v0.3.2
28152024-08-13T18:50:50.296Z Checking cassowary v0.3.0
28162024-08-13T18:50:50.747Z Checking smawk v0.3.2
28172024-08-13T18:50:50.974Z Checking number_prefix v0.4.0
28182024-08-13T18:50:51.093Z Checking unicode-linebreak v0.1.5
28192024-08-13T18:50:51.166Z Checking ratatui v0.28.0
28202024-08-13T18:50:51.498Z Checking textwrap v0.16.1
28212024-08-13T18:50:51.927Z Checking multimap v0.10.0
28222024-08-13T18:50:53.312Z Checking diesel v2.2.2
28232024-08-13T18:50:53.468Z Checking indicatif v0.17.8
28242024-08-13T18:51:16.229Z Compiling samael v0.0.15
28252024-08-13T18:51:27.610Z Compiling polar-core v0.27.3
28262024-08-13T18:51:28.410Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28272024-08-13T18:51:34.516Z Checking oso v0.27.3
28282024-08-13T18:52:33.720Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28292024-08-13T18:52:38.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
28302024-08-13T18:52:38.911Z
28312024-08-13T18:52:38.912Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28322024-08-13T18:52:39.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-08-13T18:52:39.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-08-13T18:52:39.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-08-13T18:52:39.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28362024-08-13T18:52:39.588Z
28372024-08-13T18:52:39.588Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28382024-08-13T18:52:40.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-08-13T18:52:40.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-08-13T18:52:40.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-08-13T18:52:40.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28422024-08-13T18:52:40.243Z
28432024-08-13T18:52:40.243Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28442024-08-13T18:52:40.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-08-13T18:52:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-08-13T18:52:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-08-13T18:52:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28482024-08-13T18:52:40.839Z
28492024-08-13T18:52:40.839Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28502024-08-13T18:52:41.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-08-13T18:52:41.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-08-13T18:52:41.604Z Compiling pin-project-internal v1.1.5
28532024-08-13T18:52:41.701Z Compiling snafu-derive v0.8.2
28542024-08-13T18:52:41.710Z Compiling buf-list v1.0.3
28552024-08-13T18:52:41.721Z Checking globset v0.4.14
28562024-08-13T18:52:41.723Z Checking olpc-cjson v0.1.3
28572024-08-13T18:52:41.723Z Checking rand_seeder v0.3.0
28582024-08-13T18:52:41.723Z Checking serde_plain v1.0.2
28592024-08-13T18:52:41.723Z Checking typed-path v0.7.1
28602024-08-13T18:52:41.950Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28612024-08-13T18:52:41.952Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28622024-08-13T18:52:42.008Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28632024-08-13T18:52:42.134Z Checking parse-size v1.0.0
28642024-08-13T18:52:42.192Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28652024-08-13T18:52:42.286Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28662024-08-13T18:52:42.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672024-08-13T18:52:42.337Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28682024-08-13T18:52:42.720Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28692024-08-13T18:52:43.108Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702024-08-13T18:52:43.209Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712024-08-13T18:52:43.234Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28722024-08-13T18:52:43.474Z Checking fatfs v0.3.6
28732024-08-13T18:52:43.549Z Checking assert_matches v1.5.0
28742024-08-13T18:52:44.485Z Checking pin-project v1.1.5
28752024-08-13T18:52:45.454Z Checking snafu v0.8.2
28762024-08-13T18:52:45.756Z Checking tough v0.17.1
28772024-08-13T18:52:48.608Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28782024-08-13T18:52:49.689Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28792024-08-13T18:53:31.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.79s
28802024-08-13T18:53:31.803Z
28812024-08-13T18:53:31.803Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28822024-08-13T18:53:32.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-08-13T18:53:32.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-08-13T18:53:32.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-08-13T18:53:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28862024-08-13T18:53:32.444Z
28872024-08-13T18:53:32.444Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28882024-08-13T18:53:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-08-13T18:53:33.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-08-13T18:53:33.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-08-13T18:53:33.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28922024-08-13T18:53:33.106Z
28932024-08-13T18:53:33.106Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28942024-08-13T18:53:33.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-08-13T18:53:33.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-08-13T18:53:33.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-08-13T18:53:33.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28982024-08-13T18:53:33.763Z
28992024-08-13T18:53:33.763Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
29002024-08-13T18:53:34.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-08-13T18:53:34.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-08-13T18:53:34.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-08-13T18:53:34.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29042024-08-13T18:53:34.436Z
29052024-08-13T18:53:34.436Zinfo: running `cargo check --bins` on update-common (128/147)
29062024-08-13T18:53:35.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-08-13T18:53:35.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-08-13T18:53:35.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-08-13T18:53:35.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29102024-08-13T18:53:35.086Z
29112024-08-13T18:53:35.086Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29122024-08-13T18:53:35.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-08-13T18:53:35.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-08-13T18:53:35.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-08-13T18:53:35.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29162024-08-13T18:53:35.735Z
29172024-08-13T18:53:35.735Zinfo: running `cargo check --bins` on tufaceous (130/147)
29182024-08-13T18:53:36.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-08-13T18:53:36.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-08-13T18:53:36.385Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29212024-08-13T18:53:37.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
29222024-08-13T18:53:37.407Z
29232024-08-13T18:53:37.407Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29242024-08-13T18:53:38.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-08-13T18:53:38.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-08-13T18:53:38.220Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29272024-08-13T18:53:38.223Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29282024-08-13T18:53:38.223Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29292024-08-13T18:53:39.543Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29302024-08-13T18:53:41.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
29312024-08-13T18:53:42.008Z
29322024-08-13T18:53:42.008Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29332024-08-13T18:53:42.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-08-13T18:53:42.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-08-13T18:53:42.691Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29362024-08-13T18:53:42.691Z Checking heck v0.4.1
29372024-08-13T18:53:42.693Z Checking is_ci v1.2.0
29382024-08-13T18:53:42.693Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29392024-08-13T18:53:42.693Z Checking indent_write v2.2.0
29402024-08-13T18:53:42.898Z Checking supports-color v3.0.0
29412024-08-13T18:53:42.926Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29422024-08-13T18:53:44.242Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29432024-08-13T18:53:45.058Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29442024-08-13T18:53:45.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
29452024-08-13T18:53:46.095Z
29462024-08-13T18:53:46.095Zinfo: running `cargo check --bins` on installinator-api (133/147)
29472024-08-13T18:53:46.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-08-13T18:53:46.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-08-13T18:53:46.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502024-08-13T18:53:46.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29512024-08-13T18:53:46.731Z
29522024-08-13T18:53:46.732Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29532024-08-13T18:53:47.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-08-13T18:53:47.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-08-13T18:53:47.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562024-08-13T18:53:47.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29572024-08-13T18:53:47.374Z
29582024-08-13T18:53:47.374Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29592024-08-13T18:53:47.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-13T18:53:47.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-13T18:53:48.079Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29622024-08-13T18:53:49.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
29632024-08-13T18:53:49.408Z
29642024-08-13T18:53:49.408Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29652024-08-13T18:53:49.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-13T18:53:49.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-13T18:53:50.071Z Checking memmap2 v0.9.4
29682024-08-13T18:53:50.071Z Checking arrayvec v0.7.4
29692024-08-13T18:53:50.071Z Checking untrusted v0.7.1
29702024-08-13T18:53:50.074Z Checking arrayref v0.3.7
29712024-08-13T18:53:50.074Z Checking constant_time_eq v0.3.0
29722024-08-13T18:53:50.074Z Checking spin v0.5.2
29732024-08-13T18:53:50.074Z Checking cargo-platform v0.1.8
29742024-08-13T18:53:50.074Z Checking topological-sort v0.2.2
29752024-08-13T18:53:50.242Z Checking shell-words v1.1.0
29762024-08-13T18:53:50.376Z Checking ring v0.16.20
29772024-08-13T18:53:50.423Z Checking cargo_metadata v0.18.1
29782024-08-13T18:53:50.436Z Checking blake3 v1.5.1
29792024-08-13T18:53:51.536Z Checking omicron-zone-package v0.11.0
29802024-08-13T18:53:52.617Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29812024-08-13T18:53:53.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
29822024-08-13T18:53:53.599Z
29832024-08-13T18:53:53.599Zinfo: running `cargo check --bins` on xtask (137/147)
29842024-08-13T18:53:54.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-08-13T18:53:54.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-08-13T18:53:54.070Z Checking serde v1.0.206
29872024-08-13T18:53:54.070Z Checking thiserror v1.0.63
29882024-08-13T18:53:54.073Z Checking scroll v0.12.0
29892024-08-13T18:53:54.073Z Checking hashbrown v0.14.5
29902024-08-13T18:53:54.073Z Checking bitflags v2.6.0
29912024-08-13T18:53:54.148Z Checking log v0.4.21
29922024-08-13T18:53:54.161Z Checking zerocopy v0.7.34
29932024-08-13T18:53:54.189Z Checking syn v2.0.72
29942024-08-13T18:53:54.238Z Checking pest v2.7.10
29952024-08-13T18:53:54.408Z Checking rustix v0.38.34
29962024-08-13T18:53:54.424Z Checking fs-err v2.11.0
29972024-08-13T18:53:54.604Z Checking goblin v0.8.2
29982024-08-13T18:53:54.716Z Checking anyhow v1.0.86
29992024-08-13T18:53:55.087Z Checking tabled v0.15.0
30002024-08-13T18:53:55.281Z Checking indexmap v2.3.0
30012024-08-13T18:53:55.424Z Checking terminal_size v0.3.0
30022024-08-13T18:53:55.578Z Checking clap_builder v4.5.15
30032024-08-13T18:53:56.668Z Checking dtrace-parser v0.2.0
30042024-08-13T18:53:57.899Z Checking clap v4.5.15
30052024-08-13T18:53:58.409Z Checking serde_json v1.0.122
30062024-08-13T18:53:58.409Z Checking toml_datetime v0.6.8
30072024-08-13T18:53:58.412Z Checking serde_spanned v0.6.7
30082024-08-13T18:53:58.412Z Checking camino v1.1.7
30092024-08-13T18:53:58.412Z Checking semver v1.0.23
30102024-08-13T18:53:58.412Z Checking cargo-platform v0.1.8
30112024-08-13T18:53:58.412Z Checking macaddr v1.0.1
30122024-08-13T18:53:58.661Z Checking toml_edit v0.22.20
30132024-08-13T18:53:59.453Z Checking dof v0.3.0
30142024-08-13T18:53:59.453Z Checking cargo_metadata v0.18.1
30152024-08-13T18:53:59.847Z Checking usdt-impl v0.5.0
30162024-08-13T18:54:00.199Z Checking usdt v0.5.0
30172024-08-13T18:54:00.326Z Checking toml v0.8.19
30182024-08-13T18:54:00.800Z Checking cargo_toml v0.20.4
30192024-08-13T18:54:02.000Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30202024-08-13T18:54:02.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
30212024-08-13T18:54:02.661Z
30222024-08-13T18:54:02.661Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30232024-08-13T18:54:03.108Z Downloading crates ...
30242024-08-13T18:54:03.344Z Downloaded option-ext v0.2.0
30252024-08-13T18:54:03.346Z Downloaded dhcproto-macros v0.1.0
30262024-08-13T18:54:03.346Z Downloaded russh-cryptovec v0.7.2
30272024-08-13T18:54:03.354Z Downloaded md5 v0.7.0
30282024-08-13T18:54:03.356Z Downloaded internet-checksum v0.2.1
30292024-08-13T18:54:03.363Z Downloaded rfc6979 v0.4.0
30302024-08-13T18:54:03.365Z Downloaded dirs v5.0.1
30312024-08-13T18:54:03.365Z Downloaded polyval v0.6.2
30322024-08-13T18:54:03.367Z Downloaded rand_core v0.5.1
30332024-08-13T18:54:03.370Z Downloaded bcrypt-pbkdf v0.10.0
30342024-08-13T18:54:03.370Z Downloaded ed25519 v2.2.3
30352024-08-13T18:54:03.372Z Downloaded blowfish v0.9.1
30362024-08-13T18:54:03.372Z Downloaded ctr v0.9.2
30372024-08-13T18:54:03.375Z Downloaded primeorder v0.13.6
30382024-08-13T18:54:03.375Z Downloaded pbkdf2 v0.12.2
30392024-08-13T18:54:03.378Z Downloaded hex-literal v0.4.1
30402024-08-13T18:54:03.378Z Downloaded ghash v0.5.1
30412024-08-13T18:54:03.378Z Downloaded dirs-sys v0.4.1
30422024-08-13T18:54:03.382Z Downloaded rand_chacha v0.2.2
30432024-08-13T18:54:03.382Z Downloaded password-hash v0.4.2
30442024-08-13T18:54:03.385Z Downloaded getrandom v0.1.16
30452024-08-13T18:54:03.385Z Downloaded pbkdf2 v0.11.0
30462024-08-13T18:54:03.387Z Downloaded russh-keys v0.43.0
30472024-08-13T18:54:03.389Z Downloaded cbc v0.1.2
30482024-08-13T18:54:03.392Z Downloaded ecdsa v0.16.9
30492024-08-13T18:54:03.394Z Downloaded aes-gcm v0.10.3
30502024-08-13T18:54:03.399Z Downloaded dhcproto v0.12.0
30512024-08-13T18:54:03.405Z Downloaded ed25519-dalek v2.1.1
30522024-08-13T18:54:03.408Z Downloaded p256 v0.13.2
30532024-08-13T18:54:03.413Z Downloaded russh v0.43.0
30542024-08-13T18:54:03.418Z Downloaded rand v0.7.3
30552024-08-13T18:54:03.423Z Downloaded p521 v0.13.3
30562024-08-13T18:54:03.426Z Downloaded aes v0.8.4
30572024-08-13T18:54:03.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-13T18:54:03.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-13T18:54:03.555Z Compiling getrandom v0.1.16
30602024-08-13T18:54:03.655Z Checking rfc6979 v0.4.0
30612024-08-13T18:54:03.667Z Checking primeorder v0.13.6
30622024-08-13T18:54:03.670Z Checking option-ext v0.2.0
30632024-08-13T18:54:03.690Z Checking ed25519 v2.2.3
30642024-08-13T18:54:03.693Z Checking polyval v0.6.2
30652024-08-13T18:54:03.693Z Checking ctr v0.9.2
30662024-08-13T18:54:03.693Z Checking blowfish v0.9.1
30672024-08-13T18:54:03.781Z Checking dirs-sys v0.4.1
30682024-08-13T18:54:03.803Z Checking ecdsa v0.16.9
30692024-08-13T18:54:03.941Z Checking aes v0.8.4
30702024-08-13T18:54:03.960Z Checking password-hash v0.4.2
30712024-08-13T18:54:03.976Z Checking pbkdf2 v0.12.2
30722024-08-13T18:54:03.994Z Checking dirs v5.0.1
30732024-08-13T18:54:04.010Z Checking ghash v0.5.1
30742024-08-13T18:54:04.106Z Checking ed25519-dalek v2.1.1
30752024-08-13T18:54:04.123Z Checking bcrypt-pbkdf v0.10.0
30762024-08-13T18:54:04.141Z Checking cbc v0.1.2
30772024-08-13T18:54:04.160Z Checking russh-cryptovec v0.7.2
30782024-08-13T18:54:04.349Z Checking md5 v0.7.0
30792024-08-13T18:54:04.383Z Checking hex-literal v0.4.1
30802024-08-13T18:54:04.389Z Checking pbkdf2 v0.11.0
30812024-08-13T18:54:04.389Z Compiling dhcproto-macros v0.1.0
30822024-08-13T18:54:04.440Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30832024-08-13T18:54:04.485Z Checking p521 v0.13.3
30842024-08-13T18:54:04.503Z Checking p256 v0.13.2
30852024-08-13T18:54:04.604Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30862024-08-13T18:54:04.661Z Checking internet-checksum v0.2.1
30872024-08-13T18:54:04.678Z Checking rand_core v0.5.1
30882024-08-13T18:54:04.770Z Checking aes-gcm v0.10.3
30892024-08-13T18:54:04.979Z Checking rand_chacha v0.2.2
30902024-08-13T18:54:05.188Z Checking dhcproto v0.12.0
30912024-08-13T18:54:05.205Z Checking rand v0.7.3
30922024-08-13T18:54:06.180Z Checking russh-keys v0.43.0
30932024-08-13T18:54:06.927Z Checking russh v0.43.0
30942024-08-13T18:54:23.432Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30952024-08-13T18:54:24.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.04s
30962024-08-13T18:54:24.879Z
30972024-08-13T18:54:24.879Zinfo: running `cargo check --bins` on gateway-cli (139/147)
30982024-08-13T18:54:25.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-08-13T18:54:25.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-08-13T18:54:25.512Z Checking termios v0.3.3
31012024-08-13T18:54:25.714Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31022024-08-13T18:54:26.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
31032024-08-13T18:54:26.594Z
31042024-08-13T18:54:26.594Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
31052024-08-13T18:54:27.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-08-13T18:54:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-08-13T18:54:27.278Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31082024-08-13T18:54:29.232Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31092024-08-13T18:54:30.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
31102024-08-13T18:54:31.110Z
31112024-08-13T18:54:31.110Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31122024-08-13T18:54:31.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-13T18:54:31.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-13T18:54:31.735Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31152024-08-13T18:54:32.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31162024-08-13T18:54:32.316Z
31172024-08-13T18:54:32.316Zinfo: running `cargo check --bins` on omicron-package (142/147)
31182024-08-13T18:54:32.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-08-13T18:54:32.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-08-13T18:54:32.968Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31212024-08-13T18:54:34.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
31222024-08-13T18:54:34.313Z
31232024-08-13T18:54:34.313Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31242024-08-13T18:54:34.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-08-13T18:54:34.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-08-13T18:54:34.994Z Checking rtoolbox v0.0.2
31272024-08-13T18:54:34.994Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31282024-08-13T18:54:34.996Z Checking tui-tree-widget v0.22.0
31292024-08-13T18:54:35.200Z Checking rpassword v7.3.1
31302024-08-13T18:54:39.049Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31312024-08-13T18:54:41.862Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31322024-08-13T18:54:42.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
31332024-08-13T18:54:43.072Z
31342024-08-13T18:54:43.072Zinfo: running `cargo check --bins` on wicket (144/147)
31352024-08-13T18:54:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-08-13T18:54:43.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-08-13T18:54:43.740Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31382024-08-13T18:54:44.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31392024-08-13T18:54:44.261Z
31402024-08-13T18:54:44.261Zinfo: running `cargo check --bins` on wicketd (145/147)
31412024-08-13T18:54:44.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-08-13T18:54:44.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-08-13T18:54:44.951Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31442024-08-13T18:54:48.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
31452024-08-13T18:54:48.658Z
31462024-08-13T18:54:48.658Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31472024-08-13T18:54:49.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-08-13T18:54:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-08-13T18:54:49.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502024-08-13T18:54:49.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512024-08-13T18:54:49.245Z
31522024-08-13T18:54:49.246Zinfo: running `cargo check --bins` on zone-setup (147/147)
31532024-08-13T18:54:49.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-08-13T18:54:49.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-08-13T18:54:49.946Z Checking uzers v0.11.3
31562024-08-13T18:54:50.239Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31572024-08-13T18:54:51.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
31582024-08-13T18:54:51.434Z
31592024-08-13T18:54:51.434Zreal 10:44.334661341
31602024-08-13T18:54:51.434Zuser 22:25.569076235
31612024-08-13T18:54:51.434Zsys 4:50.429356167
31622024-08-13T18:54:51.434Ztrap 0.470572809
31632024-08-13T18:54:51.434Ztflt 2.473976045
31642024-08-13T18:54:51.434Zdflt 2.274450923
31652024-08-13T18:54:51.434Zkflt 0.002336706
31662024-08-13T18:54:51.437Zlock 41:06.947232116
31672024-08-13T18:54:51.437Zslp 1:51:08.436828767
31682024-08-13T18:54:51.437Zlat 57.466916557
31692024-08-13T18:54:51.437Zstop 2:44.102498543
31702024-08-13T18:54:51.437Zprocess exited: duration 861776 ms, exit code 0
 
31712024-08-13T18:54:51.443Zfound 0 output files