01J4WDAQC2VXZ0VEZC0ECQTA9K: 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: 01J4WDB0R4HXKXB5MG4TA2PB4J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-09T20:31:03.623Zjob assigned to worker 01J4WDB5AZ0RYS94Y7EWYDQKZK (queued for 1 m 1 s)
 
22024-08-09T20:31:11.996Zstarting task 0: "setup"
32024-08-09T20:31:12.059Z++ uname -s
42024-08-09T20:31:12.062Z+ kern=SunOS
52024-08-09T20:31:12.062Z+ case "$kern" in
62024-08-09T20:31:12.062Z+ groupadd -g 12345 build
72024-08-09T20:31:12.065Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-09T20:31:14.073Z+ zfs create -o mountpoint=/work rpool/work
92024-08-09T20:31:14.221Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-09T20:31:14.224Z+ home_fs=zfs
112024-08-09T20:31:14.224Z+ [[ zfs == autofs ]]
122024-08-09T20:31:14.224Z+ mkdir -p /home/build
132024-08-09T20:31:14.227Z+ chown build:build /home/build /work
142024-08-09T20:31:16.227Z+ chmod 0700 /home/build /work
152024-08-09T20:31:16.230Zprocess exited: duration 4234 ms, exit code 0
 
162024-08-09T20:31:16.236Zstarting task 1: "rust-toolchain"
172024-08-09T20:31:16.241Z+ printf ' * toolchain channel = "%s"
182024-08-09T20:31:16.242Z * toolchain channel = "1.80.1"
192024-08-09T20:31:16.242Z' 1.80.1
202024-08-09T20:31:16.244Z * toolchain profile = "default"
212024-08-09T20:31:16.244Z+ printf ' * toolchain profile = "%s"
222024-08-09T20:31:16.244Z' default
232024-08-09T20:31:16.244Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-09T20:31:16.244Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-09T20:31:16.360Zinfo: downloading installer
262024-08-09T20:31:17.563Zinfo: profile set to 'default'
272024-08-09T20:31:17.563Zinfo: default host triple is x86_64-unknown-illumos
282024-08-09T20:31:17.565Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-09T20:31:17.689Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-09T20:31:17.689Zinfo: downloading component 'cargo'
312024-08-09T20:31:18.347Zinfo: downloading component 'clippy'
322024-08-09T20:31:18.580Zinfo: downloading component 'rust-docs'
332024-08-09T20:31:19.492Zinfo: downloading component 'rust-std'
342024-08-09T20:31:20.777Zinfo: downloading component 'rustc'
352024-08-09T20:31:24.265Zinfo: downloading component 'rustfmt'
362024-08-09T20:31:24.457Zinfo: installing component 'cargo'
372024-08-09T20:31:25.347Zinfo: installing component 'clippy'
382024-08-09T20:31:25.746Zinfo: installing component 'rust-docs'
392024-08-09T20:31:27.367Zinfo: installing component 'rust-std'
402024-08-09T20:31:29.145Zinfo: installing component 'rustc'
412024-08-09T20:31:33.619Zinfo: installing component 'rustfmt'
422024-08-09T20:31:33.968Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-09T20:31:33.968Z
442024-08-09T20:31:34.221Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-09T20:31:34.222Z
462024-08-09T20:31:34.224Z
472024-08-09T20:31:34.224ZRust is installed now. Great!
482024-08-09T20:31:34.224Z
492024-08-09T20:31:34.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-09T20:31:34.224Zenvironment variable. This has not been done automatically.
512024-08-09T20:31:34.224Z
522024-08-09T20:31:34.225ZTo configure your current shell, you need to source
532024-08-09T20:31:34.225Zthe corresponding env file under $HOME/.cargo.
542024-08-09T20:31:34.225Z
552024-08-09T20:31:34.225ZThis is usually done by running one of the following (note the leading DOT):
562024-08-09T20:31:34.225Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-09T20:31:34.225Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-09T20:31:34.323Z+ rustc --version
592024-08-09T20:31:34.391Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-09T20:31:34.396Zprocess exited: duration 18160 ms, exit code 0
 
612024-08-09T20:31:34.404Zstarting task 2: "authentication"
622024-08-09T20:31:34.427Zprocess exited: duration 21 ms, exit code 0
 
632024-08-09T20:31:34.460Zstarting task 3: "clone repository"
642024-08-09T20:31:34.464Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-09T20:31:34.464Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-09T20:31:34.634ZCloning into '/work/oxidecomputer/omicron'...
672024-08-09T20:31:41.162Z+ cd /work/oxidecomputer/omicron
682024-08-09T20:31:41.165Z+ git fetch origin 38348069b757c06ec7038fd7c3db4bf5efe7c0b9
692024-08-09T20:31:41.615ZFrom https://github.com/oxidecomputer/omicron
702024-08-09T20:31:41.616Z * branch 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 -> FETCH_HEAD
712024-08-09T20:31:41.623Z+ [[ -n '' ]]
722024-08-09T20:31:41.623Z+ git reset --hard 38348069b757c06ec7038fd7c3db4bf5efe7c0b9
732024-08-09T20:31:41.766ZHEAD is now at 38348069b [#5333 2/6] Region snapshot replacement omdb cmds
742024-08-09T20:31:41.769Zprocess exited: duration 7323 ms, exit code 0
 
752024-08-09T20:31:41.775Zstarting task 4: "build"
762024-08-09T20:31:41.781Z+ cargo --version
772024-08-09T20:31:41.836Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-09T20:31:41.839Z+ rustc --version
792024-08-09T20:31:41.899Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-09T20:31:41.902Z+ source ./env.sh
812024-08-09T20:31:41.902Z++ OLD_SHELL_OPTS=ehxB
822024-08-09T20:31:41.902Z++ set -o xtrace
832024-08-09T20:31:41.905Z++++ dirname ./env.sh
842024-08-09T20:31:41.908Z+++ readlink -f .
852024-08-09T20:31:42.042Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-09T20:31:42.045Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-09T20:31:42.046Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-09T20:31:42.046Z++ 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
892024-08-09T20:31:42.046Z++ 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
902024-08-09T20:31:42.046Z++ 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
912024-08-09T20:31:42.046Z++ 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
922024-08-09T20:31:42.046Z++ 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
932024-08-09T20:31:42.046Z++ 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
942024-08-09T20:31:42.046Z++ case $OLD_SHELL_OPTS in
952024-08-09T20:31:42.046Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-09T20:31:42.046Z+ 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
972024-08-09T20:31:42.046Z+ 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
982024-08-09T20:31:42.046Z+ banner prerequisites
992024-08-09T20:31:42.189Z
1002024-08-09T20:31:42.189Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-09T20:31:42.189Z # # # # # # # # # # # # # # #
1022024-08-09T20:31:42.190Z # # # # ##### # # ##### # # # # # #### #
1032024-08-09T20:31:42.190Z ##### ##### # ##### # # # # # # # # #
1042024-08-09T20:31:42.190Z # # # # # # # # # # # # # # #
1052024-08-09T20:31:42.190Z # # # ###### # # ###### ### # #### # #### #
1062024-08-09T20:31:42.190Z
1072024-08-09T20:31:42.193Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-09T20:32:01.983Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-09T20:32:04.254Z Startup: Caching catalogs ... Done
1102024-08-09T20:32:08.259ZPlanning: Solver setup ... Done (3.415s)
1112024-08-09T20:32:08.322ZPlanning: Running solver ... Done (0.063s)
1122024-08-09T20:32:08.375ZPlanning: Finding local manifests ... Done (0.002s)
1132024-08-09T20:32:08.398ZPlanning: Fetching manifests: 0/4 0% complete
1142024-08-09T20:32:09.054ZPlanning: Fetching manifests: 4/4 100% complete
1152024-08-09T20:32:09.104ZPlanning: Package planning ... Done (0.050s)
1162024-08-09T20:32:09.156ZPlanning: Merging actions ... Done (0.051s)
1172024-08-09T20:32:10.191ZPlanning: Checking for conflicting actions ... Done (1.036s)
1182024-08-09T20:32:10.203ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-08-09T20:32:14.730ZPlanning: Evaluating mediators ... Done (4.528s)
1202024-08-09T20:32:14.740ZPlanning: Planning completed in 10.42 seconds
1212024-08-09T20:32:15.103Z Packages to install: 4
1222024-08-09T20:32:15.103Z Mediators to change: 2
1232024-08-09T20:32:15.103Z Services to change: 1
1242024-08-09T20:32:15.106Z Estimated space available: 155.75 GB
1252024-08-09T20:32:15.106ZEstimated space to be consumed: 1.47 GB
1262024-08-09T20:32:15.106Z Create boot environment: No
1272024-08-09T20:32:15.106ZCreate backup boot environment: No
1282024-08-09T20:32:15.108Z Rebuild boot archive: No
1292024-08-09T20:32:15.108Z
1302024-08-09T20:32:15.108ZChanged mediators:
1312024-08-09T20:32:15.108Z mediator clang:
1322024-08-09T20:32:15.108Z version: None -> 15 (system default)
1332024-08-09T20:32:15.108Z
1342024-08-09T20:32:15.108Z mediator llvm:
1352024-08-09T20:32:15.108Z version: 14 (system default) -> 15 (system default)
1362024-08-09T20:32:15.108Z
1372024-08-09T20:32:15.108ZChanged packages:
1382024-08-09T20:32:15.108Zhelios-dev
1392024-08-09T20:32:15.108Z developer/build-essential
1402024-08-09T20:32:15.108Z None -> 11-2.0
1412024-08-09T20:32:15.108Z library/libxmlsec1
1422024-08-09T20:32:15.108Z None -> 1.2.35-2.0
1432024-08-09T20:32:15.108Z ooce/developer/clang-15
1442024-08-09T20:32:15.108Z None -> 15.0.7-2.0
1452024-08-09T20:32:15.108Z ooce/developer/llvm-15
1462024-08-09T20:32:15.108Z None -> 15.0.7-2.0
1472024-08-09T20:32:15.108Z
1482024-08-09T20:32:15.108ZServices:
1492024-08-09T20:32:15.108Z restart_fmri:
1502024-08-09T20:32:15.108Z svc:/system/update-man-index:default
1512024-08-09T20:32:15.237Z
1522024-08-09T20:32:15.237ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-08-09T20:32:20.236ZDownload: 1112/3290 items 24.9/212.6MB 11% complete (4.9M/s)
1542024-08-09T20:32:25.317ZDownload: 1620/3290 items 117.8/212.6MB 55% complete (12.0M/s)
1552024-08-09T20:32:30.644ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1562024-08-09T20:32:35.646ZDownload: 2939/3290 items 121.2/212.6MB 57% complete (345k/s)
1572024-08-09T20:32:41.207ZDownload: 3246/3290 items 202.3/212.6MB 95% complete (8.3M/s)
1582024-08-09T20:32:46.259ZDownload: 3284/3290 items 210.9/212.6MB 99% complete (8.9M/s)
1592024-08-09T20:32:46.452ZDownload: Completed 212.60 MB in 31.22 seconds (6.8M/s)
1602024-08-09T20:32:46.715Z Actions: 1/3689 actions (Installing new actions)
1612024-08-09T20:32:51.792Z Actions: 3575/3689 actions (Installing new actions)
1622024-08-09T20:32:51.973Z Actions: Completed 3689 actions in 5.26 seconds.
1632024-08-09T20:32:52.143Z Done (0.165s)
1642024-08-09T20:32:52.143Z Done (0.000s)
1652024-08-09T20:32:52.493Z Done (0.350s)
1662024-08-09T20:32:57.918Z Done (5.264s)
1672024-08-09T20:32:58.081Z Done (0.094s)
1682024-08-09T20:32:58.084Z Done (0.000s)
1692024-08-09T20:32:58.281Z Done (0.000s)
1702024-08-09T20:32:58.867ZPlanning: Evaluating mediator changes ... Done
1712024-08-09T20:32:59.030ZPlanning: Checking for conflicting actions ... Done
1722024-08-09T20:32:59.033ZPlanning: Consolidating action changes ... Done
1732024-08-09T20:32:59.295ZPlanning: Evaluating mediators ... Done
1742024-08-09T20:32:59.298ZPlanning: Planning completed in 0.43 seconds
1752024-08-09T20:32:59.327Z Mediators to change: 2
1762024-08-09T20:32:59.327Z Create boot environment: No
1772024-08-09T20:32:59.334ZCreate backup boot environment: No
1782024-08-09T20:32:59.404Z Done
1792024-08-09T20:32:59.404Z Done
1802024-08-09T20:32:59.624Z Done
1812024-08-09T20:33:03.239Z Done
1822024-08-09T20:33:03.325Z Done
1832024-08-09T20:33:03.328Z Done
1842024-08-09T20:33:03.492Z Done
1852024-08-09T20:33:04.103ZPlanning: Evaluating mediator changes ... Done
1862024-08-09T20:33:04.105ZPlanning: Merging actions ... Done
1872024-08-09T20:33:04.293ZPlanning: Checking for conflicting actions ... Done
1882024-08-09T20:33:04.296ZPlanning: Consolidating action changes ... Done
1892024-08-09T20:33:04.568ZPlanning: Evaluating mediators ... Done
1902024-08-09T20:33:04.627ZPlanning: Planning completed in 0.77 seconds
1912024-08-09T20:33:04.662Z Packages to change: 1
1922024-08-09T20:33:04.662Z Mediators to change: 1
1932024-08-09T20:33:04.665Z Services to change: 1
1942024-08-09T20:33:04.665Z Create boot environment: No
1952024-08-09T20:33:04.665ZCreate backup boot environment: Yes
1962024-08-09T20:33:06.725Z Actions: 1/6 actions (Updating modified actions)
1972024-08-09T20:33:06.769Z Actions: Completed 6 actions in 0.04 seconds.
1982024-08-09T20:33:06.772Z Done
1992024-08-09T20:33:06.772Z Done
2002024-08-09T20:33:06.844Z Done
2012024-08-09T20:33:10.593Z Done
2022024-08-09T20:33:10.681Z Done
2032024-08-09T20:33:10.684Z Done
2042024-08-09T20:33:10.825Z Done
2052024-08-09T20:33:11.269ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-08-09T20:33:11.269Zclang system 15 system
2072024-08-09T20:33:11.269Zcsh system system illumos
2082024-08-09T20:33:11.269Zctags system system illumos
2092024-08-09T20:33:11.269Zgcc vendor 12 vendor
2102024-08-09T20:33:11.269Zgcc system 10 system
2112024-08-09T20:33:11.269Zgcc system 7 system
2122024-08-09T20:33:11.269Zgo system 1.20 system
2132024-08-09T20:33:11.269Zgo system 1.19 system
2142024-08-09T20:33:11.269Zllvm system 15 system
2152024-08-09T20:33:11.269Zllvm system 14 system
2162024-08-09T20:33:11.269Zmariadb system 10.6 system
2172024-08-09T20:33:11.270Zmta vendor vendor dma
2182024-08-09T20:33:11.270Zopenjdk system 17 system
2192024-08-09T20:33:11.270Zopenjdk system 11 system
2202024-08-09T20:33:11.270Zopenjdk system 1.8 system
2212024-08-09T20:33:11.270Zopenssl vendor 3 vendor
2222024-08-09T20:33:11.270Zperl system 5.36 system
2232024-08-09T20:33:11.270Zpostgresql system 15 system
2242024-08-09T20:33:11.270Zpostgresql system 13 system
2252024-08-09T20:33:11.270Zpython vendor 3 vendor
2262024-08-09T20:33:11.270Zpython system 2 system
2272024-08-09T20:33:11.270Zpython3 system 3.11 system
2282024-08-09T20:33:11.270Zruby system 3.0 system
2292024-08-09T20:33:11.270Zwords vendor vendor american-english
2302024-08-09T20:33:11.270Zwords system system australian-english
2312024-08-09T20:33:11.270Zwords system system british-english
2322024-08-09T20:33:11.270Zwords system system canadian-english
2332024-08-09T20:33:11.270Zwords system system french
2342024-08-09T20:33:11.270Zwords system system italian
2352024-08-09T20:33:11.270Zwords system system ngerman
2362024-08-09T20:33:11.270Zwords system system ogerman
2372024-08-09T20:33:11.270Zwords system system spanish
2382024-08-09T20:33:11.605ZPUBLISHER TYPE STATUS P LOCATION
2392024-08-09T20:33:11.605Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-08-09T20:33:13.332ZFMRI IFO
2412024-08-09T20:33:13.333Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-08-09T20:33:13.333Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-08-09T20:33:13.333Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-08-09T20:33:13.333Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-08-09T20:33:13.333Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-08-09T20:33:13.333Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-08-09T20:33:13.333Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-08-09T20:33:13.333Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-08-09T20:33:13.333Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-08-09T20:33:13.333Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-08-09T20:33:13.333Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-08-09T20:33:13.333Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-08-09T20:33:13.920Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542024-08-09T20:33:14.168Z Updating git repository `https://github.com/oxidecomputer/zone`
2552024-08-09T20:33:14.411Z Updating crates.io index
2562024-08-09T20:33:14.414Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2572024-08-09T20:33:15.170Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582024-08-09T20:33:15.860Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2592024-08-09T20:33:16.107Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2602024-08-09T20:33:17.576Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612024-08-09T20:33:17.814Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622024-08-09T20:33:18.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632024-08-09T20:33:19.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642024-08-09T20:33:20.878Z Updating git repository `https://github.com/oxidecomputer/opte`
2652024-08-09T20:33:21.825Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662024-08-09T20:33:22.450Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-08-09T20:33:22.950Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682024-08-09T20:33:23.195Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2692024-08-09T20:33:23.469Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2702024-08-09T20:33:23.759Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712024-08-09T20:33:24.051Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2722024-08-09T20:33:24.275Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2732024-08-09T20:33:24.560Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2742024-08-09T20:33:24.807Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752024-08-09T20:33:25.081Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762024-08-09T20:33:25.361Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772024-08-09T20:33:25.606Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2782024-08-09T20:33:25.918Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792024-08-09T20:33:26.328Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802024-08-09T20:33:26.610Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812024-08-09T20:33:27.002Z Updating git repository `https://github.com/oxidecomputer/typify`
2822024-08-09T20:33:29.071Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832024-08-09T20:33:29.319Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842024-08-09T20:33:29.553Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852024-08-09T20:33:29.866Z Updating git repository `https://github.com/oxidecomputer/rfb`
2862024-08-09T20:33:30.928Z Downloading crates ...
2872024-08-09T20:33:31.020Z Downloaded anstyle v1.0.8
2882024-08-09T20:33:31.023Z Downloaded errno v0.3.9
2892024-08-09T20:33:31.025Z Downloaded heck v0.4.1
2902024-08-09T20:33:31.025Z Downloaded cpufeatures v0.2.12
2912024-08-09T20:33:31.028Z Downloaded clap v4.5.13
2922024-08-09T20:33:31.038Z Downloaded is_terminal_polyfill v1.70.0
2932024-08-09T20:33:31.040Z Downloaded dtrace-parser v0.2.0
2942024-08-09T20:33:31.049Z Downloaded swrite v0.1.0
2952024-08-09T20:33:31.051Z Downloaded digest v0.10.7
2962024-08-09T20:33:31.051Z Downloaded block-buffer v0.10.4
2972024-08-09T20:33:31.057Z Downloaded equivalent v1.0.1
2982024-08-09T20:33:31.065Z Downloaded clap_lex v0.7.0
2992024-08-09T20:33:31.068Z Downloaded autocfg v1.3.0
3002024-08-09T20:33:31.071Z Downloaded cargo-platform v0.1.8
3012024-08-09T20:33:31.071Z Downloaded anstyle-query v1.0.3
3022024-08-09T20:33:31.073Z Downloaded plain v0.2.3
3032024-08-09T20:33:31.073Z Downloaded macaddr v1.0.1
3042024-08-09T20:33:31.076Z Downloaded serde_spanned v0.6.7
3052024-08-09T20:33:31.081Z Downloaded fs-err v2.11.0
3062024-08-09T20:33:31.083Z Downloaded pest_generator v2.7.10
3072024-08-09T20:33:31.086Z Downloaded utf8parse v0.2.1
3082024-08-09T20:33:31.086Z Downloaded thread-id v4.2.1
3092024-08-09T20:33:31.086Z Downloaded thiserror v1.0.63
3102024-08-09T20:33:31.090Z Downloaded tabled_derive v0.7.0
3112024-08-09T20:33:31.093Z Downloaded usdt-attr-macro v0.5.0
3122024-08-09T20:33:31.093Z Downloaded usdt-macro v0.5.0
3132024-08-09T20:33:31.093Z Downloaded scroll_derive v0.12.0
3142024-08-09T20:33:31.095Z Downloaded pretty-hex v0.4.1
3152024-08-09T20:33:31.095Z Downloaded fnv v1.0.7
3162024-08-09T20:33:31.095Z Downloaded cargo_toml v0.20.4
3172024-08-09T20:33:31.098Z Downloaded version_check v0.9.5
3182024-08-09T20:33:31.100Z Downloaded byteorder v1.5.0
3192024-08-09T20:33:31.103Z Downloaded usdt v0.5.0
3202024-08-09T20:33:31.103Z Downloaded toml_datetime v0.6.8
3212024-08-09T20:33:31.106Z Downloaded heck v0.5.0
3222024-08-09T20:33:31.108Z Downloaded bytecount v0.6.8
3232024-08-09T20:33:31.111Z Downloaded itoa v1.0.11
3242024-08-09T20:33:31.111Z Downloaded dof v0.3.0
3252024-08-09T20:33:31.111Z Downloaded generic-array v0.14.7
3262024-08-09T20:33:31.114Z Downloaded cargo_metadata v0.18.1
3272024-08-09T20:33:31.117Z Downloaded proc-macro-error-attr v1.0.4
3282024-08-09T20:33:31.117Z Downloaded memmap v0.7.0
3292024-08-09T20:33:31.117Z Downloaded crypto-common v0.1.6
3302024-08-09T20:33:31.119Z Downloaded sha2 v0.10.8
3312024-08-09T20:33:31.119Z Downloaded colorchoice v1.0.1
3322024-08-09T20:33:31.122Z Downloaded once_cell v1.19.0
3332024-08-09T20:33:31.125Z Downloaded cfg-if v1.0.0
3342024-08-09T20:33:31.125Z Downloaded anstyle-parse v0.2.4
3352024-08-09T20:33:31.128Z Downloaded usdt-impl v0.5.0
3362024-08-09T20:33:31.128Z Downloaded proc-macro-error v1.0.4
3372024-08-09T20:33:31.130Z Downloaded anstream v0.6.14
3382024-08-09T20:33:31.133Z Downloaded scroll v0.12.0
3392024-08-09T20:33:31.138Z Downloaded thiserror-impl v1.0.63
3402024-08-09T20:33:31.141Z Downloaded strsim v0.11.1
3412024-08-09T20:33:31.143Z Downloaded serde_tokenstream v0.2.1
3422024-08-09T20:33:31.146Z Downloaded camino v1.1.7
3432024-08-09T20:33:31.150Z Downloaded clap_derive v4.5.13
3442024-08-09T20:33:31.155Z Downloaded typenum v1.17.0
3452024-08-09T20:33:31.158Z Downloaded semver v1.0.23
3462024-08-09T20:33:31.160Z Downloaded unicode-ident v1.0.12
3472024-08-09T20:33:31.163Z Downloaded serde_derive v1.0.205
3482024-08-09T20:33:31.166Z Downloaded quote v1.0.36
3492024-08-09T20:33:31.168Z Downloaded proc-macro2 v1.0.86
3502024-08-09T20:33:31.171Z Downloaded zerocopy-derive v0.7.34
3512024-08-09T20:33:31.174Z Downloaded terminal_size v0.3.0
3522024-08-09T20:33:31.176Z Downloaded pest_meta v2.7.10
3532024-08-09T20:33:31.179Z Downloaded log v0.4.21
3542024-08-09T20:33:31.179Z Downloaded bitflags v2.6.0
3552024-08-09T20:33:31.183Z Downloaded papergrid v0.11.0
3562024-08-09T20:33:31.188Z Downloaded toml v0.8.19
3572024-08-09T20:33:31.192Z Downloaded pest_derive v2.7.10
3582024-08-09T20:33:31.194Z Downloaded ucd-trie v0.1.6
3592024-08-09T20:33:31.200Z Downloaded anyhow v1.0.86
3602024-08-09T20:33:31.209Z Downloaded serde v1.0.205
3612024-08-09T20:33:31.219Z Downloaded indexmap v2.3.0
3622024-08-09T20:33:31.222Z Downloaded memchr v2.7.2
3632024-08-09T20:33:31.225Z Downloaded ryu v1.0.18
3642024-08-09T20:33:31.242Z Downloaded toml_edit v0.22.20
3652024-08-09T20:33:31.264Z Downloaded pest v2.7.10
3662024-08-09T20:33:31.272Z Downloaded zerocopy v0.7.34
3672024-08-09T20:33:31.287Z Downloaded serde_json v1.0.122
3682024-08-09T20:33:31.294Z Downloaded hashbrown v0.14.5
3692024-08-09T20:33:31.299Z Downloaded winnow v0.6.18
3702024-08-09T20:33:31.307Z Downloaded goblin v0.8.2
3712024-08-09T20:33:31.313Z Downloaded clap_builder v4.5.13
3722024-08-09T20:33:31.320Z Downloaded tabled v0.15.0
3732024-08-09T20:33:31.335Z Downloaded syn v1.0.109
3742024-08-09T20:33:31.345Z Downloaded syn v2.0.72
3752024-08-09T20:33:31.356Z Downloaded rustix v0.38.34
3762024-08-09T20:33:31.386Z Downloaded unicode-width v0.1.13
3772024-08-09T20:33:31.394Z Downloaded libc v0.2.155
3782024-08-09T20:33:31.692Z Compiling proc-macro2 v1.0.86
3792024-08-09T20:33:31.692Z Compiling unicode-ident v1.0.12
3802024-08-09T20:33:31.695Z Compiling version_check v0.9.5
3812024-08-09T20:33:31.695Z Compiling serde v1.0.205
3822024-08-09T20:33:31.695Z Compiling memchr v2.7.2
3832024-08-09T20:33:31.695Z Compiling thiserror v1.0.63
3842024-08-09T20:33:31.695Z Compiling libc v0.2.155
3852024-08-09T20:33:31.695Z Compiling ucd-trie v0.1.6
3862024-08-09T20:33:32.426Z Compiling itoa v1.0.11
3872024-08-09T20:33:32.575Z Compiling ryu v1.0.18
3882024-08-09T20:33:32.802Z Compiling once_cell v1.19.0
3892024-08-09T20:33:33.089Z Compiling byteorder v1.5.0
3902024-08-09T20:33:33.696Z Compiling serde_json v1.0.122
3912024-08-09T20:33:33.844Z Compiling usdt-impl v0.5.0
3922024-08-09T20:33:33.847Z Compiling proc-macro-error-attr v1.0.4
3932024-08-09T20:33:33.847Z Compiling rustix v0.38.34
3942024-08-09T20:33:34.030Z Compiling syn v1.0.109
3952024-08-09T20:33:34.180Z Compiling proc-macro-error v1.0.4
3962024-08-09T20:33:34.207Z Compiling equivalent v1.0.1
3972024-08-09T20:33:34.348Z Compiling hashbrown v0.14.5
3982024-08-09T20:33:34.372Z Compiling bitflags v2.6.0
3992024-08-09T20:33:34.495Z Compiling plain v0.2.3
4002024-08-09T20:33:34.659Z Compiling quote v1.0.36
4012024-08-09T20:33:34.742Z Compiling log v0.4.21
4022024-08-09T20:33:34.766Z Compiling thread-id v4.2.1
4032024-08-09T20:33:34.795Z Compiling utf8parse v0.2.1
4042024-08-09T20:33:34.965Z Compiling anstyle-parse v0.2.4
4052024-08-09T20:33:35.024Z Compiling syn v2.0.72
4062024-08-09T20:33:35.105Z Compiling errno v0.3.9
4072024-08-09T20:33:35.320Z Compiling semver v1.0.23
4082024-08-09T20:33:35.344Z Compiling winnow v0.6.18
4092024-08-09T20:33:35.347Z Compiling camino v1.1.7
4102024-08-09T20:33:35.692Z Compiling indexmap v2.3.0
4112024-08-09T20:33:35.882Z Compiling autocfg v1.3.0
4122024-08-09T20:33:36.058Z Compiling anstyle-query v1.0.3
4132024-08-09T20:33:36.217Z Compiling colorchoice v1.0.1
4142024-08-09T20:33:36.388Z Compiling is_terminal_polyfill v1.70.0
4152024-08-09T20:33:36.535Z Compiling anstyle v1.0.8
4162024-08-09T20:33:36.730Z Compiling pretty-hex v0.4.1
4172024-08-09T20:33:36.910Z Compiling fs-err v2.11.0
4182024-08-09T20:33:36.941Z Compiling anstream v0.6.14
4192024-08-09T20:33:36.962Z Compiling terminal_size v0.3.0
4202024-08-09T20:33:37.156Z Compiling bytecount v0.6.8
4212024-08-09T20:33:37.200Z Compiling unicode-width v0.1.13
4222024-08-09T20:33:37.280Z Compiling heck v0.4.1
4232024-08-09T20:33:37.304Z Compiling strsim v0.11.1
4242024-08-09T20:33:37.399Z Compiling heck v0.5.0
4252024-08-09T20:33:37.443Z Compiling fnv v1.0.7
4262024-08-09T20:33:37.580Z Compiling clap_lex v0.7.0
4272024-08-09T20:33:37.699Z Compiling anyhow v1.0.86
4282024-08-09T20:33:37.751Z Compiling papergrid v0.11.0
4292024-08-09T20:33:37.926Z Compiling clap_builder v4.5.13
4302024-08-09T20:33:38.376Z Compiling memmap v0.7.0
4312024-08-09T20:33:38.834Z Compiling swrite v0.1.0
4322024-08-09T20:33:40.342Z Compiling tabled_derive v0.7.0
4332024-08-09T20:33:41.861Z Compiling tabled v0.15.0
4342024-08-09T20:33:43.472Z Compiling serde_derive v1.0.205
4352024-08-09T20:33:43.472Z Compiling thiserror-impl v1.0.63
4362024-08-09T20:33:43.474Z Compiling zerocopy-derive v0.7.34
4372024-08-09T20:33:43.474Z Compiling scroll_derive v0.12.0
4382024-08-09T20:33:43.474Z Compiling clap_derive v4.5.13
4392024-08-09T20:33:44.801Z Compiling scroll v0.12.0
4402024-08-09T20:33:45.248Z Compiling goblin v0.8.2
4412024-08-09T20:33:45.428Z Compiling zerocopy v0.7.34
4422024-08-09T20:33:47.296Z Compiling clap v4.5.13
4432024-08-09T20:33:48.695Z Compiling pest v2.7.10
4442024-08-09T20:33:50.355Z Compiling pest_meta v2.7.10
4452024-08-09T20:33:51.518Z Compiling pest_generator v2.7.10
4462024-08-09T20:33:53.022Z Compiling pest_derive v2.7.10
4472024-08-09T20:33:53.290Z Compiling serde_spanned v0.6.7
4482024-08-09T20:33:53.294Z Compiling toml_datetime v0.6.8
4492024-08-09T20:33:53.294Z Compiling cargo-platform v0.1.8
4502024-08-09T20:33:53.683Z Compiling dtrace-parser v0.2.0
4512024-08-09T20:33:53.705Z Compiling serde_tokenstream v0.2.1
4522024-08-09T20:33:53.844Z Compiling toml_edit v0.22.20
4532024-08-09T20:33:53.870Z Compiling macaddr v1.0.1
4542024-08-09T20:33:54.889Z Compiling dof v0.3.0
4552024-08-09T20:33:54.889Z Compiling cargo_metadata v0.18.1
4562024-08-09T20:33:56.803Z Compiling toml v0.8.19
4572024-08-09T20:33:56.823Z Compiling usdt-macro v0.5.0
4582024-08-09T20:33:56.823Z Compiling usdt-attr-macro v0.5.0
4592024-08-09T20:33:57.629Z Compiling cargo_toml v0.20.4
4602024-08-09T20:33:58.172Z Compiling usdt v0.5.0
4612024-08-09T20:34:01.473Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-08-09T20:34:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.63s
4632024-08-09T20:34:05.553Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-08-09T20:34:06.110Z Downloading crates ...
4652024-08-09T20:34:06.217Z Downloaded async-stream-impl v0.3.5
4662024-08-09T20:34:06.219Z Downloaded atty v0.2.14
4672024-08-09T20:34:06.224Z Downloaded adler v1.0.2
4682024-08-09T20:34:06.227Z Downloaded ahash v0.8.11
4692024-08-09T20:34:06.232Z Downloaded assert_matches v1.5.0
4702024-08-09T20:34:06.243Z Downloaded is-terminal v0.4.12
4712024-08-09T20:34:06.245Z Downloaded crucible-workspace-hack v0.1.0
4722024-08-09T20:34:06.248Z Downloaded matches v0.1.10
4732024-08-09T20:34:06.248Z Downloaded is_ci v1.2.0
4742024-08-09T20:34:06.248Z Downloaded darling_macro v0.20.9
4752024-08-09T20:34:06.251Z Downloaded maplit v1.0.2
4762024-08-09T20:34:06.253Z Downloaded number_prefix v0.4.0
4772024-08-09T20:34:06.253Z Downloaded ciborium-io v0.2.2
4782024-08-09T20:34:06.262Z Downloaded num-conv v0.1.0
4792024-08-09T20:34:06.262Z Downloaded openssl-probe v0.1.5
4802024-08-09T20:34:06.262Z Downloaded newtype_derive v0.1.6
4812024-08-09T20:34:06.262Z Downloaded new_debug_unreachable v1.0.6
4822024-08-09T20:34:06.262Z Downloaded atomicwrites v0.4.3
4832024-08-09T20:34:06.266Z Downloaded aead v0.5.2
4842024-08-09T20:34:06.266Z Downloaded path-slash v0.1.5
4852024-08-09T20:34:06.269Z Downloaded bitstruct v0.1.1
4862024-08-09T20:34:06.269Z Downloaded lru-cache v0.1.2
4872024-08-09T20:34:06.271Z Downloaded linear-map v1.2.0
4882024-08-09T20:34:06.271Z Downloaded bitstruct_derive v0.1.0
4892024-08-09T20:34:06.274Z Downloaded atomic-waker v1.1.2
4902024-08-09T20:34:06.274Z Downloaded libsw v3.3.1
4912024-08-09T20:34:06.277Z Downloaded match_cfg v0.1.0
4922024-08-09T20:34:06.277Z Downloaded lazycell v1.3.0
4932024-08-09T20:34:06.279Z Downloaded lalrpop-util v0.19.12
4942024-08-09T20:34:06.282Z Downloaded nibble_vec v0.1.0
4952024-08-09T20:34:06.282Z Downloaded num_cpus v1.16.0
4962024-08-09T20:34:06.285Z Downloaded parse-display-derive v0.9.1
4972024-08-09T20:34:06.287Z Downloaded colored v2.1.0
4982024-08-09T20:34:06.290Z Downloaded packed_struct_codegen v0.10.1
4992024-08-09T20:34:06.292Z Downloaded num_enum_derive v0.5.11
5002024-08-09T20:34:06.292Z Downloaded bb8 v0.8.5
5012024-08-09T20:34:06.295Z Downloaded lock_api v0.4.12
5022024-08-09T20:34:06.298Z Downloaded libloading v0.8.3
5032024-08-09T20:34:06.300Z Downloaded percent-encoding v2.3.1
5042024-08-09T20:34:06.303Z Downloaded pem v3.0.4
5052024-08-09T20:34:06.303Z Downloaded openssl-macros v0.1.1
5062024-08-09T20:34:06.306Z Downloaded opaque-debug v0.3.1
5072024-08-09T20:34:06.306Z Downloaded num_threads v0.1.7
5082024-08-09T20:34:06.306Z Downloaded array-init v0.0.4
5092024-08-09T20:34:06.309Z Downloaded newline-converter v0.3.0
5102024-08-09T20:34:06.309Z Downloaded parse-size v1.0.0
5112024-08-09T20:34:06.311Z Downloaded normalize-line-endings v0.3.0
5122024-08-09T20:34:06.311Z Downloaded crossbeam-deque v0.8.5
5132024-08-09T20:34:06.314Z Downloaded cexpr v0.6.0
5142024-08-09T20:34:06.317Z Downloaded oso-derive v0.27.3
5152024-08-09T20:34:06.317Z Downloaded peg-runtime v0.8.3
5162024-08-09T20:34:06.317Z Downloaded owo-colors v4.0.0
5172024-08-09T20:34:06.320Z Downloaded bit-set v0.5.3
5182024-08-09T20:34:06.322Z Downloaded indoc v1.0.9
5192024-08-09T20:34:06.325Z Downloaded parking_lot_core v0.9.10
5202024-08-09T20:34:06.328Z Downloaded multer v3.1.0
5212024-08-09T20:34:06.331Z Downloaded camino-tempfile v1.1.1
5222024-08-09T20:34:06.334Z Downloaded parking_lot_core v0.8.6
5232024-08-09T20:34:06.337Z Downloaded phf v0.11.2
5242024-08-09T20:34:06.339Z Downloaded peg-macros v0.8.4
5252024-08-09T20:34:06.339Z Downloaded nu-ansi-term v0.50.0
5262024-08-09T20:34:06.342Z Downloaded argon2 v0.5.3
5272024-08-09T20:34:06.345Z Downloaded strip-ansi-escapes v0.2.0
5282024-08-09T20:34:06.347Z Downloaded constant_time_eq v0.3.0
5292024-08-09T20:34:06.347Z Downloaded buf-list v1.0.3
5302024-08-09T20:34:06.350Z Downloaded bitfield v0.14.0
5312024-08-09T20:34:06.353Z Downloaded num_enum v0.5.11
5322024-08-09T20:34:06.357Z Downloaded crc32fast v1.4.0
5332024-08-09T20:34:06.360Z Downloaded zone_cfg_derive v0.1.2
5342024-08-09T20:34:06.362Z Downloaded password-hash v0.5.0
5352024-08-09T20:34:06.365Z Downloaded cookie_store v0.20.0
5362024-08-09T20:34:06.368Z Downloaded strum_macros v0.24.3
5372024-08-09T20:34:06.370Z Downloaded cancel-safe-futures v0.1.5
5382024-08-09T20:34:06.373Z Downloaded oso v0.27.3
5392024-08-09T20:34:06.376Z Downloaded crunchy v0.2.2
5402024-08-09T20:34:06.379Z Downloaded thiserror-impl-no-std v2.0.2
5412024-08-09T20:34:06.382Z Downloaded tap v1.0.1
5422024-08-09T20:34:06.382Z Downloaded bcs v0.1.6
5432024-08-09T20:34:06.384Z Downloaded slog-stdlog v4.1.1
5442024-08-09T20:34:06.385Z Downloaded indent_write v2.2.0
5452024-08-09T20:34:06.387Z Downloaded const_format_proc_macros v0.2.32
5462024-08-09T20:34:06.390Z Downloaded parking_lot v0.12.2
5472024-08-09T20:34:06.392Z Downloaded tui-tree-widget v0.21.0
5482024-08-09T20:34:06.395Z Downloaded thiserror-no-std v2.0.2
5492024-08-09T20:34:06.397Z Downloaded hubpack_derive v0.1.1
5502024-08-09T20:34:06.400Z Downloaded parking_lot v0.11.2
5512024-08-09T20:34:06.403Z Downloaded memmap2 v0.9.4
5522024-08-09T20:34:06.406Z Downloaded defmt-parser v0.3.4
5532024-08-09T20:34:06.406Z Downloaded curve25519-dalek-derive v0.1.1
5542024-08-09T20:34:06.410Z Downloaded slog-bunyan v2.5.0
5552024-08-09T20:34:06.410Z Downloaded siphasher v0.3.11
5562024-08-09T20:34:06.412Z Downloaded embedded-io v0.4.0
5572024-08-09T20:34:06.412Z Downloaded filetime v0.2.23
5582024-08-09T20:34:06.415Z Downloaded clang-sys v1.7.0
5592024-08-09T20:34:06.418Z Downloaded crossbeam-utils v0.8.19
5602024-08-09T20:34:06.420Z Downloaded cookie v0.17.0
5612024-08-09T20:34:06.424Z Downloaded ena v0.14.3
5622024-08-09T20:34:06.427Z Downloaded tinyvec_macros v0.1.1
5632024-08-09T20:34:06.430Z Downloaded time-core v0.1.2
5642024-08-09T20:34:06.430Z Downloaded http-body v0.4.6
5652024-08-09T20:34:06.432Z Downloaded pin-utils v0.1.0
5662024-08-09T20:34:06.432Z Downloaded diesel_table_macro_syntax v0.2.0
5672024-08-09T20:34:06.436Z Downloaded termtree v0.4.1
5682024-08-09T20:34:06.436Z Downloaded rand_chacha v0.3.1
5692024-08-09T20:34:06.438Z Downloaded tokio-native-tls v0.3.1
5702024-08-09T20:34:06.441Z Downloaded rustc_version v0.4.0
5712024-08-09T20:34:06.441Z Downloaded rustc_version v0.1.7
5722024-08-09T20:34:06.444Z Downloaded uzers v0.11.3
5732024-08-09T20:34:06.447Z Downloaded const-oid v0.9.6
5742024-08-09T20:34:06.449Z Downloaded http-range v0.1.5
5752024-08-09T20:34:06.449Z Downloaded data-encoding v2.6.0
5762024-08-09T20:34:06.452Z Downloaded serde_urlencoded v0.7.1
5772024-08-09T20:34:06.452Z Downloaded static_assertions v1.1.0
5782024-08-09T20:34:06.456Z Downloaded sha1 v0.10.6
5792024-08-09T20:34:06.459Z Downloaded try-lock v0.2.5
5802024-08-09T20:34:06.459Z Downloaded foreign-types v0.3.2
5812024-08-09T20:34:06.459Z Downloaded derive_builder_macro v0.20.0
5822024-08-09T20:34:06.462Z Downloaded base64 v0.13.1
5832024-08-09T20:34:06.464Z Downloaded allocator-api2 v0.2.18
5842024-08-09T20:34:06.467Z Downloaded precomputed-hash v0.1.1
5852024-08-09T20:34:06.469Z Downloaded rustc-hash v1.1.0
5862024-08-09T20:34:06.469Z Downloaded rtoolbox v0.0.2
5872024-08-09T20:34:06.473Z Downloaded structmeta v0.3.0
5882024-08-09T20:34:06.477Z Downloaded tls_codec v0.4.1
5892024-08-09T20:34:06.478Z Downloaded tiny-keccak v2.0.2
5902024-08-09T20:34:06.481Z Downloaded ref-cast-impl v1.0.23
5912024-08-09T20:34:06.481Z Downloaded pkcs8 v0.10.2
5922024-08-09T20:34:06.484Z Downloaded pin-project-lite v0.2.14
5932024-08-09T20:34:06.489Z Downloaded bytes v1.7.1
5942024-08-09T20:34:06.494Z Downloaded utf-8 v0.7.6
5952024-08-09T20:34:06.497Z Downloaded vte_generate_state_changes v0.1.1
5962024-08-09T20:34:06.497Z Downloaded untrusted v0.9.0
5972024-08-09T20:34:06.497Z Downloaded supports-color v3.0.0
5982024-08-09T20:34:06.500Z Downloaded fixedbitset v0.4.2
5992024-08-09T20:34:06.500Z Downloaded tower-service v0.3.2
6002024-08-09T20:34:06.503Z Downloaded futures-io v0.3.30
6012024-08-09T20:34:06.503Z Downloaded futures-executor v0.3.30
6022024-08-09T20:34:06.507Z Downloaded futures-core v0.3.30
6032024-08-09T20:34:06.507Z Downloaded serde_with_macros v3.8.3
6042024-08-09T20:34:06.509Z Downloaded serde_plain v1.0.2
6052024-08-09T20:34:06.509Z Downloaded crossbeam-epoch v0.9.18
6062024-08-09T20:34:06.512Z Downloaded vsss-rs v3.3.4
6072024-08-09T20:34:06.515Z Downloaded foreign-types-shared v0.1.1
6082024-08-09T20:34:06.518Z Downloaded num-bigint v0.4.5
6092024-08-09T20:34:06.521Z Downloaded ciborium v0.2.2
6102024-08-09T20:34:06.524Z Downloaded portpicker v0.1.1
6112024-08-09T20:34:06.527Z Downloaded rpassword v7.3.1
6122024-08-09T20:34:06.527Z Downloaded foreign-types v0.5.0
6132024-08-09T20:34:06.530Z Downloaded rustfmt-wrapper v0.2.1
6142024-08-09T20:34:06.530Z Downloaded cookie v0.18.1
6152024-08-09T20:34:06.533Z Downloaded rustc-demangle v0.1.24
6162024-08-09T20:34:06.536Z Downloaded strum_macros v0.25.3
6172024-08-09T20:34:06.538Z Downloaded socket2 v0.4.10
6182024-08-09T20:34:06.541Z Downloaded toolchain_find v0.4.0
6192024-08-09T20:34:06.541Z Downloaded crypto-bigint v0.5.5
6202024-08-09T20:34:06.548Z Downloaded arc-swap v1.7.1
6212024-08-09T20:34:06.554Z Downloaded sigpipe v0.1.3
6222024-08-09T20:34:06.558Z Downloaded rustls-pki-types v1.7.0
6232024-08-09T20:34:06.558Z Downloaded deranged v0.3.11
6242024-08-09T20:34:06.561Z Downloaded resolv-conf v0.7.0
6252024-08-09T20:34:06.564Z Downloaded phf_shared v0.10.0
6262024-08-09T20:34:06.564Z Downloaded futures-task v0.3.30
6272024-08-09T20:34:06.564Z Downloaded fragile v2.0.0
6282024-08-09T20:34:06.567Z Downloaded foreign-types-macros v0.2.3
6292024-08-09T20:34:06.567Z Downloaded futures-channel v0.3.30
6302024-08-09T20:34:06.569Z Downloaded tinyvec v1.6.0
6312024-08-09T20:34:06.572Z Downloaded sqlformat v0.2.4
6322024-08-09T20:34:06.575Z Downloaded uuid v1.10.0
6332024-08-09T20:34:06.578Z Downloaded rustls-pemfile v1.0.4
6342024-08-09T20:34:06.582Z Downloaded untrusted v0.7.1
6352024-08-09T20:34:06.585Z Downloaded minimal-lexical v0.2.1
6362024-08-09T20:34:06.587Z Downloaded compact_str v0.7.1
6372024-08-09T20:34:06.591Z Downloaded diff v0.1.13
6382024-08-09T20:34:06.594Z Downloaded derive_more v0.99.18
6392024-08-09T20:34:06.600Z Downloaded topological-sort v0.2.2
6402024-08-09T20:34:06.603Z Downloaded rand_xorshift v0.3.0
6412024-08-09T20:34:06.603Z Downloaded either v1.13.0
6422024-08-09T20:34:06.607Z Downloaded snafu v0.8.2
6432024-08-09T20:34:06.619Z Downloaded serde_yaml v0.9.34+deprecated
6442024-08-09T20:34:06.623Z Downloaded hubpack v0.1.2
6452024-08-09T20:34:06.626Z Downloaded postgres-types v0.2.7
6462024-08-09T20:34:06.629Z Downloaded pin-project-internal v1.1.5
6472024-08-09T20:34:06.632Z Downloaded take_mut v0.2.2
6482024-08-09T20:34:06.635Z Downloaded pkg-config v0.3.30
6492024-08-09T20:34:06.635Z Downloaded fastrand v2.1.0
6502024-08-09T20:34:06.637Z Downloaded slog-scope v4.4.0
6512024-08-09T20:34:06.637Z Downloaded slog-envlogger v2.2.0
6522024-08-09T20:34:06.640Z Downloaded shlex v1.3.0
6532024-08-09T20:34:06.643Z Downloaded waitgroup v0.1.2
6542024-08-09T20:34:06.644Z Downloaded stability v0.2.0
6552024-08-09T20:34:06.647Z Downloaded sqlparser_derive v0.2.2
6562024-08-09T20:34:06.647Z Downloaded zip v0.6.6
6572024-08-09T20:34:06.651Z Downloaded unsafe-libyaml v0.2.11
6582024-08-09T20:34:06.654Z Downloaded float-ord v0.3.2
6592024-08-09T20:34:06.654Z Downloaded hash32 v0.2.1
6602024-08-09T20:34:06.657Z Downloaded yasna v0.5.2
6612024-08-09T20:34:06.660Z Downloaded tracing-attributes v0.1.27
6622024-08-09T20:34:06.662Z Downloaded enum-as-inner v0.5.1
6632024-08-09T20:34:06.663Z Downloaded libm v0.2.8
6642024-08-09T20:34:06.671Z Downloaded termios v0.3.3
6652024-08-09T20:34:06.674Z Downloaded pretty-hex v0.2.1
6662024-08-09T20:34:06.676Z Downloaded hyper-staticfile v0.9.5
6672024-08-09T20:34:06.679Z Downloaded rustversion v1.0.17
6682024-08-09T20:34:06.682Z Downloaded base64 v0.22.1
6692024-08-09T20:34:06.685Z Downloaded serde-big-array v0.5.1
6702024-08-09T20:34:06.688Z Downloaded pin-project v1.1.5
6712024-08-09T20:34:06.698Z Downloaded endian-type v0.1.2
6722024-08-09T20:34:06.701Z Downloaded universal-hash v0.5.1
6732024-08-09T20:34:06.701Z Downloaded hex v0.4.3
6742024-08-09T20:34:06.704Z Downloaded stable_deref_trait v1.2.0
6752024-08-09T20:34:06.704Z Downloaded string_cache v0.8.7
6762024-08-09T20:34:06.707Z Downloaded heck v0.3.3
6772024-08-09T20:34:06.707Z Downloaded fd-lock v4.0.2
6782024-08-09T20:34:06.710Z Downloaded float-cmp v0.9.0
6792024-08-09T20:34:06.713Z Downloaded tungstenite v0.21.0
6802024-08-09T20:34:06.716Z Downloaded crossbeam-channel v0.5.12
6812024-08-09T20:34:06.719Z Downloaded derive-where v1.2.7
6822024-08-09T20:34:06.722Z Downloaded sync_wrapper v0.1.2
6832024-08-09T20:34:06.725Z Downloaded strum v0.26.3
6842024-08-09T20:34:06.725Z Downloaded ident_case v1.0.1
6852024-08-09T20:34:06.728Z Downloaded whoami v1.5.1
6862024-08-09T20:34:06.730Z Downloaded serde_path_to_error v0.1.16
6872024-08-09T20:34:06.730Z Downloaded smallvec v0.6.14
6882024-08-09T20:34:06.733Z Downloaded rusty-fork v0.3.0
6892024-08-09T20:34:06.733Z Downloaded highway v1.2.0
6902024-08-09T20:34:06.736Z Downloaded wait-timeout v0.2.0
6912024-08-09T20:34:06.739Z Downloaded slog-dtrace v0.3.0
6922024-08-09T20:34:06.739Z Downloaded tokio-rustls v0.25.0
6932024-08-09T20:34:06.742Z Downloaded term v0.7.0
6942024-08-09T20:34:06.745Z Downloaded tokio-stream v0.1.15
6952024-08-09T20:34:06.749Z Downloaded num-bigint-dig v0.8.4
6962024-08-09T20:34:06.755Z Downloaded zerocopy v0.6.6
6972024-08-09T20:34:06.757Z Downloaded tabwriter v1.4.0
6982024-08-09T20:34:06.760Z Downloaded psl-types v2.0.11
6992024-08-09T20:34:06.763Z Downloaded unicode-linebreak v0.1.5
7002024-08-09T20:34:06.763Z Downloaded env_logger v0.9.3
7012024-08-09T20:34:06.765Z Downloaded toml v0.5.11
7022024-08-09T20:34:06.769Z Downloaded textwrap v0.16.1
7032024-08-09T20:34:06.771Z Downloaded postcard v1.0.8
7042024-08-09T20:34:06.774Z Downloaded spin v0.9.8
7052024-08-09T20:34:06.777Z Downloaded signal-hook-tokio v0.3.1
7062024-08-09T20:34:06.780Z Downloaded url v2.5.2
7072024-08-09T20:34:06.783Z Downloaded fxhash v0.2.1
7082024-08-09T20:34:06.786Z Downloaded unarray v0.1.4
7092024-08-09T20:34:06.786Z Downloaded unicode-xid v0.2.4
7102024-08-09T20:34:06.786Z Downloaded unicode-truncate v1.0.0
7112024-08-09T20:34:06.789Z Downloaded slog-async v2.8.0
7122024-08-09T20:34:06.792Z Downloaded signal-hook v0.3.17
7132024-08-09T20:34:06.795Z Downloaded ron v0.7.1
7142024-08-09T20:34:06.798Z Downloaded rsa v0.9.6
7152024-08-09T20:34:06.803Z Downloaded dirs-sys-next v0.1.2
7162024-08-09T20:34:06.806Z Downloaded tracing-core v0.1.32
7172024-08-09T20:34:06.809Z Downloaded dirs-next v2.0.0
7182024-08-09T20:34:06.812Z Downloaded slab v0.4.9
7192024-08-09T20:34:06.812Z Downloaded dyn-clone v1.0.17
7202024-08-09T20:34:06.814Z Downloaded radium v0.7.0
7212024-08-09T20:34:06.814Z Downloaded dsl_auto_type v0.1.2
7222024-08-09T20:34:06.818Z Downloaded flagset v0.4.5
7232024-08-09T20:34:06.820Z Downloaded schemars v0.8.21
7242024-08-09T20:34:06.832Z Downloaded x509-cert v0.2.5
7252024-08-09T20:34:06.837Z Downloaded rand_core v0.6.4
7262024-08-09T20:34:06.839Z Downloaded crossterm v0.27.0
7272024-08-09T20:34:06.845Z Downloaded unicase v2.7.0
7282024-08-09T20:34:06.848Z Downloaded rand_seeder v0.3.0
7292024-08-09T20:34:06.850Z Downloaded hyper-tls v0.5.0
7302024-08-09T20:34:06.851Z Downloaded iana-time-zone v0.1.60
7312024-08-09T20:34:06.853Z Downloaded derive_builder_core v0.20.0
7322024-08-09T20:34:06.857Z Downloaded derive_builder v0.20.0
7332024-08-09T20:34:06.860Z Downloaded snafu-derive v0.8.2
7342024-08-09T20:34:06.863Z Downloaded slog v2.7.0
7352024-08-09T20:34:06.867Z Downloaded tokio-postgres v0.7.11
7362024-08-09T20:34:06.871Z Downloaded trust-dns-server v0.22.1
7372024-08-09T20:34:06.877Z Downloaded indicatif v0.17.8
7382024-08-09T20:34:06.881Z Downloaded half v2.4.1
7392024-08-09T20:34:06.884Z Downloaded serde_with v3.8.3
7402024-08-09T20:34:06.895Z Downloaded expectorate v1.1.0
7412024-08-09T20:34:06.898Z Downloaded unicode-bidi v0.3.15
7422024-08-09T20:34:06.901Z Downloaded publicsuffix v2.2.3
7432024-08-09T20:34:06.903Z Downloaded elliptic-curve v0.13.8
7442024-08-09T20:34:06.907Z Downloaded steno v0.4.1
7452024-08-09T20:34:06.911Z Downloaded tracing v0.1.40
7462024-08-09T20:34:06.916Z Downloaded hashbrown v0.12.3
7472024-08-09T20:34:06.920Z Downloaded ron v0.8.1
7482024-08-09T20:34:06.926Z Downloaded gethostname v0.5.0
7492024-08-09T20:34:06.930Z Downloaded unicode_categories v0.1.1
7502024-08-09T20:34:06.932Z Downloaded lalrpop v0.19.12
7512024-08-09T20:34:06.942Z Downloaded reedline v0.31.0
7522024-08-09T20:34:06.950Z Downloaded trust-dns-resolver v0.22.0
7532024-08-09T20:34:06.955Z Downloaded aho-corasick v1.1.3
7542024-08-09T20:34:06.961Z Downloaded rcgen v0.12.1
7552024-08-09T20:34:06.964Z Downloaded futures-util v0.3.30
7562024-08-09T20:34:06.977Z Downloaded flate2 v1.0.31
7572024-08-09T20:34:06.983Z Downloaded typed-path v0.7.1
7582024-08-09T20:34:06.990Z Downloaded regex-automata v0.1.10
7592024-08-09T20:34:06.995Z Downloaded object v0.32.2
7602024-08-09T20:34:07.007Z Downloaded rayon-core v1.12.1
7612024-08-09T20:34:07.010Z Downloaded heapless v0.7.17
7622024-08-09T20:34:07.014Z Downloaded tough v0.17.1
7632024-08-09T20:34:07.024Z Downloaded rustls-webpki v0.101.7
7642024-08-09T20:34:07.039Z Downloaded hkdf v0.12.4
7652024-08-09T20:34:07.044Z Downloaded hashbrown v0.13.2
7662024-08-09T20:34:07.047Z Downloaded rustls-webpki v0.102.4
7672024-08-09T20:34:07.065Z Downloaded nix v0.27.1
7682024-08-09T20:34:07.076Z Downloaded proptest v1.5.0
7692024-08-09T20:34:07.086Z Downloaded chrono v0.4.38
7702024-08-09T20:34:07.094Z Downloaded webpki-roots v0.25.4
7712024-08-09T20:34:07.097Z Downloaded rustyline v14.0.0
7722024-08-09T20:34:07.103Z Downloaded smoltcp v0.9.1
7732024-08-09T20:34:07.115Z Downloaded gimli v0.28.1
7742024-08-09T20:34:07.123Z Downloaded winnow v0.5.40
7752024-08-09T20:34:07.133Z Downloaded diesel v2.2.2
7762024-08-09T20:34:07.153Z Downloaded rustls v0.22.4
7772024-08-09T20:34:07.167Z Downloaded reqwest v0.11.27
7782024-08-09T20:34:07.175Z Downloaded rustls v0.21.12
7792024-08-09T20:34:07.187Z Downloaded quick-xml v0.31.0
7802024-08-09T20:34:07.193Z Downloaded hyper v0.14.30
7812024-08-09T20:34:07.202Z Downloaded sqlparser v0.45.0
7822024-08-09T20:34:07.207Z Downloaded zerocopy-derive v0.6.6
7832024-08-09T20:34:07.216Z Downloaded rayon v1.10.0
7842024-08-09T20:34:07.226Z Downloaded idna v0.5.0
7852024-08-09T20:34:07.233Z Downloaded finl_unicode v1.2.0
7862024-08-09T20:34:07.246Z Downloaded idna v0.3.0
7872024-08-09T20:34:07.253Z Downloaded petgraph v0.6.5
7882024-08-09T20:34:07.271Z Downloaded curve25519-dalek v4.1.3
7892024-08-09T20:34:07.280Z Downloaded tokio v1.38.1
7902024-08-09T20:34:07.320Z Downloaded bstr v0.2.17
7912024-08-09T20:34:07.328Z Downloaded radix_trie v0.2.1
7922024-08-09T20:34:07.334Z Downloaded smoltcp v0.11.0
7932024-08-09T20:34:07.347Z Downloaded idna v0.2.3
7942024-08-09T20:34:07.353Z Downloaded trust-dns-proto v0.22.0
7952024-08-09T20:34:07.366Z Downloaded regex-syntax v0.6.29
7962024-08-09T20:34:07.374Z Downloaded encoding_rs v0.8.34
7972024-08-09T20:34:07.397Z Downloaded regex-syntax v0.8.3
7982024-08-09T20:34:07.406Z Downloaded regress v0.9.1
7992024-08-09T20:34:07.412Z Downloaded regex v1.10.6
8002024-08-09T20:34:07.426Z Downloaded bstr v1.9.1
8012024-08-09T20:34:07.437Z Downloaded h2 v0.3.26
8022024-08-09T20:34:07.444Z Downloaded polar-core v0.27.3
8032024-08-09T20:34:07.454Z Downloaded openapiv3 v2.0.0
8042024-08-09T20:34:07.467Z Downloaded bitvec v1.0.1
8052024-08-09T20:34:07.484Z Downloaded sled v0.34.7
8062024-08-09T20:34:07.495Z Downloaded ratatui v0.27.0
8072024-08-09T20:34:07.515Z Downloaded regex-automata v0.4.6
8082024-08-09T20:34:07.533Z Downloaded bzip2-sys v0.1.11+1.0.8
8092024-08-09T20:34:07.546Z Downloaded bindgen v0.69.4
8102024-08-09T20:34:07.556Z Downloaded openssl v0.10.66
8112024-08-09T20:34:07.564Z Downloaded csv v1.3.0
8122024-08-09T20:34:07.585Z Downloaded nix v0.28.0
8132024-08-09T20:34:07.597Z Downloaded sha3 v0.10.8
8142024-08-09T20:34:07.602Z Downloaded time v0.3.36
8152024-08-09T20:34:07.609Z Downloaded vcpkg v0.2.15
8162024-08-09T20:34:07.649Z Downloaded tokio-util v0.7.11
8172024-08-09T20:34:07.655Z Downloaded object v0.30.4
8182024-08-09T20:34:07.665Z Downloaded ring v0.16.20
8192024-08-09T20:34:07.747Z Downloaded unicode-normalization v0.1.23
8202024-08-09T20:34:07.750Z Downloaded heapless v0.8.0
8212024-08-09T20:34:07.754Z Downloaded portable-atomic v1.6.0
8222024-08-09T20:34:07.760Z Downloaded blake3 v1.5.1
8232024-08-09T20:34:07.768Z Downloaded display-error-chain v0.2.0
8242024-08-09T20:34:07.771Z Downloaded r2d2 v0.8.10
8252024-08-09T20:34:07.771Z Downloaded hmac v0.12.1
8262024-08-09T20:34:07.774Z Downloaded difflib v0.4.0
8272024-08-09T20:34:07.774Z Downloaded tokio-tungstenite v0.21.0
8282024-08-09T20:34:07.777Z Downloaded tokio-tungstenite v0.20.1
8292024-08-09T20:34:07.779Z Downloaded smallvec v1.13.2
8302024-08-09T20:34:07.779Z Downloaded indexmap v1.9.3
8312024-08-09T20:34:07.782Z Downloaded signal-hook-mio v0.2.3
8322024-08-09T20:34:07.785Z Downloaded shell-words v1.1.0
8332024-08-09T20:34:07.785Z Downloaded inout v0.1.3
8342024-08-09T20:34:07.785Z Downloaded serde_derive_internals v0.29.1
8352024-08-09T20:34:07.789Z Downloaded unicode-segmentation v1.11.0
8362024-08-09T20:34:07.791Z Downloaded http v1.1.0
8372024-08-09T20:34:07.794Z Downloaded http v0.2.12
8382024-08-09T20:34:07.797Z Downloaded itertools v0.13.0
8392024-08-09T20:34:07.805Z Downloaded serde_arrays v0.1.0
8402024-08-09T20:34:07.808Z Downloaded serde-hex v0.1.0
8412024-08-09T20:34:07.808Z Downloaded fatfs v0.3.6
8422024-08-09T20:34:07.812Z Downloaded test-strategy v0.3.1
8432024-08-09T20:34:07.814Z Downloaded similar v2.5.0
8442024-08-09T20:34:07.818Z Downloaded samael v0.0.15
8452024-08-09T20:34:07.822Z Downloaded tempfile v3.10.1
8462024-08-09T20:34:07.825Z Downloaded proc-macro-crate v1.3.1
8472024-08-09T20:34:07.828Z Downloaded which v4.4.2
8482024-08-09T20:34:07.828Z Downloaded flume v0.11.0
8492024-08-09T20:34:07.831Z Downloaded libxml v0.3.3
8502024-08-09T20:34:07.837Z Downloaded structmeta-derive v0.3.0
8512024-08-09T20:34:07.839Z Downloaded tokio-rustls v0.24.1
8522024-08-09T20:34:07.842Z Downloaded diesel_derives v2.2.2
8532024-08-09T20:34:07.844Z Downloaded itertools v0.10.5
8542024-08-09T20:34:07.850Z Downloaded termcolor v1.4.1
8552024-08-09T20:34:07.853Z Downloaded slog-json v2.6.1
8562024-08-09T20:34:07.855Z Downloaded hyper-rustls v0.24.2
8572024-08-09T20:34:07.858Z Downloaded getrandom v0.2.14
8582024-08-09T20:34:07.860Z Downloaded getopts v0.2.21
8592024-08-09T20:34:07.860Z Downloaded walkdir v2.5.0
8602024-08-09T20:34:07.863Z Downloaded toml_edit v0.19.15
8612024-08-09T20:34:07.878Z Downloaded slog-term v2.9.1
8622024-08-09T20:34:07.880Z Downloaded itertools v0.12.1
8632024-08-09T20:34:07.887Z Downloaded instant v0.1.12
8642024-08-09T20:34:07.889Z Downloaded hostname v0.4.0
8652024-08-09T20:34:07.889Z Downloaded rustls-pemfile v2.1.3
8662024-08-09T20:34:07.894Z Downloaded postgres-protocol v0.6.7
8672024-08-09T20:34:07.897Z Downloaded rand v0.8.5
8682024-08-09T20:34:07.900Z Downloaded hostname v0.3.1
8692024-08-09T20:34:07.900Z Downloaded ring v0.17.8
8702024-08-09T20:34:07.969Z Downloaded group v0.13.0
8712024-08-09T20:34:07.971Z Downloaded futures v0.3.30
8722024-08-09T20:34:07.975Z Downloaded erased-serde v0.3.31
8732024-08-09T20:34:07.977Z Downloaded env_logger v0.10.2
8742024-08-09T20:34:07.980Z Downloaded prettyplease v0.2.20
8752024-08-09T20:34:07.982Z Downloaded darling_core v0.20.9
8762024-08-09T20:34:07.987Z Downloaded headers v0.3.9
8772024-08-09T20:34:07.992Z Downloaded cc v1.0.97
8782024-08-09T20:34:07.994Z Downloaded mio v0.8.11
8792024-08-09T20:34:07.999Z Downloaded base64 v0.21.7
8802024-08-09T20:34:08.003Z Downloaded fallible-iterator v0.2.0
8812024-08-09T20:34:08.006Z Downloaded wyz v0.5.1
8822024-08-09T20:34:08.006Z Downloaded tls_codec_derive v0.4.1
8832024-08-09T20:34:08.009Z Downloaded structmeta-derive v0.2.0
8842024-08-09T20:34:08.009Z Downloaded structmeta v0.2.0
8852024-08-09T20:34:08.009Z Downloaded stringprep v0.1.4
8862024-08-09T20:34:08.012Z Downloaded poly1305 v0.8.0
8872024-08-09T20:34:08.015Z Downloaded ipnet v2.9.0
8882024-08-09T20:34:08.015Z Downloaded downcast v0.11.0
8892024-08-09T20:34:08.015Z Downloaded want v0.3.1
8902024-08-09T20:34:08.017Z Downloaded phf_shared v0.11.2
8912024-08-09T20:34:08.017Z Downloaded ipnetwork v0.20.0
8922024-08-09T20:34:08.020Z Downloaded smawk v0.3.2
8932024-08-09T20:34:08.020Z Downloaded signature v2.2.0
8942024-08-09T20:34:08.022Z Downloaded nom v7.1.3
8952024-08-09T20:34:08.025Z Downloaded thread_local v1.1.8
8962024-08-09T20:34:08.028Z Downloaded spki v0.7.3
8972024-08-09T20:34:08.031Z Downloaded sct v0.7.1
8982024-08-09T20:34:08.033Z Downloaded zeroize v1.7.0
8992024-08-09T20:34:08.033Z Downloaded tungstenite v0.20.1
9002024-08-09T20:34:08.036Z Downloaded trust-dns-client v0.22.0
9012024-08-09T20:34:08.042Z Downloaded toml v0.7.8
9022024-08-09T20:34:08.044Z Downloaded scheduled-thread-pool v0.2.7
9032024-08-09T20:34:08.047Z Downloaded same-file v1.0.6
9042024-08-09T20:34:08.047Z Downloaded predicates-core v1.0.6
9052024-08-09T20:34:08.047Z Downloaded subprocess v0.2.9
9062024-08-09T20:34:08.050Z Downloaded ppv-lite86 v0.2.17
9072024-08-09T20:34:08.052Z Downloaded powerfmt v0.2.0
9082024-08-09T20:34:08.052Z Downloaded semver v0.1.20
9092024-08-09T20:34:08.052Z Downloaded httparse v1.8.0
9102024-08-09T20:34:08.055Z Downloaded const_format v0.2.32
9112024-08-09T20:34:08.058Z Downloaded chacha20poly1305 v0.10.1
9122024-08-09T20:34:08.061Z Downloaded backtrace v0.3.71
9132024-08-09T20:34:08.065Z Downloaded secrecy v0.8.0
9142024-08-09T20:34:08.067Z Downloaded sec1 v0.7.3
9152024-08-09T20:34:08.067Z Downloaded scopeguard v1.2.0
9162024-08-09T20:34:08.069Z Downloaded schemars_derive v0.8.21
9172024-08-09T20:34:08.069Z Downloaded time-macros v0.2.18
9182024-08-09T20:34:08.073Z Downloaded pkcs1 v0.7.5
9192024-08-09T20:34:08.075Z Downloaded funty v2.0.0
9202024-08-09T20:34:08.075Z Downloaded predicates-tree v1.0.9
9212024-08-09T20:34:08.075Z Downloaded predicates v3.1.2
9222024-08-09T20:34:08.078Z Downloaded httpdate v1.0.3
9232024-08-09T20:34:08.080Z Downloaded hash32 v0.3.1
9242024-08-09T20:34:08.080Z Downloaded xattr v1.3.1
9252024-08-09T20:34:08.083Z Downloaded strum_macros v0.26.4
9262024-08-09T20:34:08.085Z Downloaded socket2 v0.5.7
9272024-08-09T20:34:08.086Z Downloaded openssl-sys v0.9.103
9282024-08-09T20:34:08.090Z Downloaded humantime v2.1.0
9292024-08-09T20:34:08.092Z Downloaded tar v0.4.41
9302024-08-09T20:34:08.095Z Downloaded der v0.7.9
9312024-08-09T20:34:08.098Z Downloaded ref-cast v1.0.23
9322024-08-09T20:34:08.102Z Downloaded impl-trait-for-tuples v0.2.2
9332024-08-09T20:34:08.105Z Downloaded der_derive v0.7.2
9342024-08-09T20:34:08.105Z Downloaded vte v0.11.1
9352024-08-09T20:34:08.107Z Downloaded serde_repr v0.1.19
9362024-08-09T20:34:08.110Z Downloaded form_urlencoded v1.2.1
9372024-08-09T20:34:08.110Z Downloaded ff v0.13.0
9382024-08-09T20:34:08.112Z Downloaded ciborium-ll v0.2.2
9392024-08-09T20:34:08.112Z Downloaded bzip2 v0.4.4
9402024-08-09T20:34:08.115Z Downloaded csv-core v0.1.11
9412024-08-09T20:34:08.115Z Downloaded blake2 v0.10.6
9422024-08-09T20:34:08.117Z Downloaded zeroize_derive v1.4.2
9432024-08-09T20:34:08.117Z Downloaded native-tls v0.2.11
9442024-08-09T20:34:08.121Z Downloaded mockall_derive v0.13.0
9452024-08-09T20:34:08.123Z Downloaded tokio-macros v2.3.0
9462024-08-09T20:34:08.123Z Downloaded quick-error v1.2.3
9472024-08-09T20:34:08.123Z Downloaded num-traits v0.2.19
9482024-08-09T20:34:08.126Z Downloaded home v0.5.9
9492024-08-09T20:34:08.126Z Downloaded globset v0.4.14
9502024-08-09T20:34:08.128Z Downloaded glob v0.3.1
9512024-08-09T20:34:08.131Z Downloaded futures-sink v0.3.30
9522024-08-09T20:34:08.131Z Downloaded futures-macro v0.3.30
9532024-08-09T20:34:08.131Z Downloaded crc-any v2.5.0
9542024-08-09T20:34:08.134Z Downloaded subtle v2.5.0
9552024-08-09T20:34:08.134Z Downloaded zone v0.1.8
9562024-08-09T20:34:08.134Z Downloaded smf v0.2.3
9572024-08-09T20:34:08.136Z Downloaded signal-hook-registry v1.4.2
9582024-08-09T20:34:08.136Z Downloaded defmt v0.3.8
9592024-08-09T20:34:08.139Z Downloaded ascii v1.1.0
9602024-08-09T20:34:08.141Z Downloaded headers-core v0.2.0
9612024-08-09T20:34:08.141Z Downloaded foreign-types-shared v0.3.1
9622024-08-09T20:34:08.144Z Downloaded num-complex v0.4.6
9632024-08-09T20:34:08.144Z Downloaded mime v0.3.17
9642024-08-09T20:34:08.146Z Downloaded maybe-uninit v2.0.0
9652024-08-09T20:34:08.147Z Downloaded crc v3.2.1
9662024-08-09T20:34:08.149Z Downloaded convert_case v0.4.0
9672024-08-09T20:34:08.149Z Downloaded cobs v0.2.3
9682024-08-09T20:34:08.149Z Downloaded cassowary v0.3.0
9692024-08-09T20:34:08.152Z Downloaded darling v0.20.9
9702024-08-09T20:34:08.154Z Downloaded base64ct v1.6.0
9712024-08-09T20:34:08.158Z Downloaded backoff v0.4.0
9722024-08-09T20:34:08.160Z Downloaded crc-catalog v2.4.0
9732024-08-09T20:34:08.160Z Downloaded omicron-zone-package v0.11.0
9742024-08-09T20:34:08.163Z Downloaded num-rational v0.4.2
9752024-08-09T20:34:08.165Z Downloaded miniz_oxide v0.7.2
9762024-08-09T20:34:08.165Z Downloaded mime_guess v2.0.4
9772024-08-09T20:34:08.169Z Downloaded async-trait v0.1.81
9782024-08-09T20:34:08.172Z Downloaded addr2line v0.21.0
9792024-08-09T20:34:08.172Z Downloaded multimap v0.10.0
9802024-08-09T20:34:08.174Z Downloaded lazy_static v1.5.0
9812024-08-09T20:34:08.174Z Downloaded arrayvec v0.7.4
9822024-08-09T20:34:08.177Z Downloaded pem-rfc7468 v0.7.0
9832024-08-09T20:34:08.180Z Downloaded peg v0.8.4
9842024-08-09T20:34:08.182Z Downloaded paste v1.0.15
9852024-08-09T20:34:08.185Z Downloaded parse-display v0.9.1
9862024-08-09T20:34:08.185Z Downloaded bitflags v1.3.2
9872024-08-09T20:34:08.187Z Downloaded async-stream v0.3.5
9882024-08-09T20:34:08.190Z Downloaded num-derive v0.4.2
9892024-08-09T20:34:08.192Z Downloaded console v0.15.8
9902024-08-09T20:34:08.192Z Downloaded spin v0.5.2
9912024-08-09T20:34:08.195Z Downloaded packed_struct v0.10.1
9922024-08-09T20:34:08.195Z Downloaded olpc-cjson v0.1.3
9932024-08-09T20:34:08.198Z Downloaded num-iter v0.1.45
9942024-08-09T20:34:08.198Z Downloaded num v0.4.3
9952024-08-09T20:34:08.198Z Downloaded managed v0.8.0
9962024-08-09T20:34:08.201Z Downloaded lru v0.12.3
9972024-08-09T20:34:08.201Z Downloaded linked-hash-map v0.5.6
9982024-08-09T20:34:08.201Z Downloaded libefi-sys v0.1.0
9992024-08-09T20:34:08.204Z Downloaded kstat-rs v0.2.4
10002024-08-09T20:34:08.204Z Downloaded block-padding v0.3.3
10012024-08-09T20:34:08.204Z Downloaded cstr-argument v0.1.2
10022024-08-09T20:34:08.206Z Downloaded cfg_aliases v0.1.1
10032024-08-09T20:34:08.206Z Downloaded ascii-canvas v3.0.0
10042024-08-09T20:34:08.206Z Downloaded nodrop v0.1.14
10052024-08-09T20:34:08.209Z Downloaded defmt-macros v0.3.9
10062024-08-09T20:34:08.211Z Downloaded chacha20 v0.9.1
10072024-08-09T20:34:08.211Z Downloaded debug-ignore v1.0.5
10082024-08-09T20:34:08.214Z Downloaded async-recursion v1.1.1
10092024-08-09T20:34:08.216Z Downloaded newtype-uuid v1.1.0
10102024-08-09T20:34:08.216Z Downloaded mockall v0.13.0
10112024-08-09T20:34:08.219Z Downloaded bitfield-struct v0.6.1
10122024-08-09T20:34:08.219Z Downloaded num-integer v0.1.46
10132024-08-09T20:34:08.221Z Downloaded base16ct v0.2.0
10142024-08-09T20:34:08.221Z Downloaded nanorand v0.7.0
10152024-08-09T20:34:08.224Z Downloaded md-5 v0.10.6
10162024-08-09T20:34:08.226Z Downloaded memoffset v0.9.1
10172024-08-09T20:34:08.226Z Downloaded keccak v0.1.5
10182024-08-09T20:34:08.229Z Downloaded cipher v0.4.4
10192024-08-09T20:34:08.229Z Downloaded castaway v0.2.2
10202024-08-09T20:34:08.231Z Downloaded bit-vec v0.6.3
10212024-08-09T20:34:08.231Z Downloaded arrayref v0.3.7
10222024-08-09T20:34:08.320Z Compiling cfg-if v1.0.0
10232024-08-09T20:34:08.320Z Compiling serde v1.0.205
10242024-08-09T20:34:08.323Z Compiling lock_api v0.4.12
10252024-08-09T20:34:08.323Z Compiling scopeguard v1.2.0
10262024-08-09T20:34:08.323Z Compiling log v0.4.21
10272024-08-09T20:34:08.447Z Compiling cc v1.0.97
10282024-08-09T20:34:08.460Z Compiling syn v2.0.72
10292024-08-09T20:34:08.486Z Compiling typenum v1.17.0
10302024-08-09T20:34:08.514Z Compiling getrandom v0.2.14
10312024-08-09T20:34:08.603Z Compiling generic-array v0.14.7
10322024-08-09T20:34:08.881Z Compiling rand_core v0.6.4
10332024-08-09T20:34:08.939Z Compiling pin-project-lite v0.2.14
10342024-08-09T20:34:08.994Z Compiling parking_lot_core v0.9.10
10352024-08-09T20:34:09.058Z Compiling smallvec v1.13.2
10362024-08-09T20:34:09.088Z Compiling signal-hook-registry v1.4.2
10372024-08-09T20:34:09.387Z Compiling spin v0.9.8
10382024-08-09T20:34:09.413Z Compiling mio v0.8.11
10392024-08-09T20:34:09.453Z Compiling ahash v0.8.11
10402024-08-09T20:34:09.778Z Compiling tinyvec_macros v0.1.1
10412024-08-09T20:34:09.799Z Compiling futures-core v0.3.30
10422024-08-09T20:34:09.865Z Compiling parking_lot v0.12.2
10432024-08-09T20:34:09.882Z Compiling tinyvec v1.6.0
10442024-08-09T20:34:10.091Z Compiling socket2 v0.5.7
10452024-08-09T20:34:10.107Z Compiling num_cpus v1.16.0
10462024-08-09T20:34:10.229Z Compiling libm v0.2.8
10472024-08-09T20:34:10.575Z Compiling subtle v2.5.0
10482024-08-09T20:34:10.639Z Compiling serde_json v1.0.122
10492024-08-09T20:34:10.933Z Compiling const-oid v0.9.6
10502024-08-09T20:34:10.978Z Compiling slab v0.4.9
10512024-08-09T20:34:11.115Z Compiling num-traits v0.2.19
10522024-08-09T20:34:11.194Z Compiling allocator-api2 v0.2.18
10532024-08-09T20:34:11.210Z Compiling unicode-bidi v0.3.15
10542024-08-09T20:34:11.297Z Compiling futures-sink v0.3.30
10552024-08-09T20:34:11.428Z Compiling unicode-normalization v0.1.23
10562024-08-09T20:34:11.946Z Compiling futures-channel v0.3.30
10572024-08-09T20:34:11.963Z Compiling futures-io v0.3.30
10582024-08-09T20:34:12.032Z Compiling futures-task v0.3.30
10592024-08-09T20:34:12.313Z Compiling vcpkg v0.2.15
10602024-08-09T20:34:12.339Z Compiling pin-utils v0.1.0
10612024-08-09T20:34:12.423Z Compiling pkg-config v0.3.30
10622024-08-09T20:34:12.484Z Compiling ring v0.17.8
10632024-08-09T20:34:12.627Z Compiling ppv-lite86 v0.2.17
10642024-08-09T20:34:13.147Z Compiling percent-encoding v2.3.1
10652024-08-09T20:34:13.217Z Compiling tracing-core v0.1.32
10662024-08-09T20:34:13.435Z Compiling rand_chacha v0.3.1
10672024-08-09T20:34:13.509Z Compiling untrusted v0.9.0
10682024-08-09T20:34:13.682Z Compiling powerfmt v0.2.0
10692024-08-09T20:34:14.073Z Compiling syn v1.0.109
10702024-08-09T20:34:14.090Z Compiling rustix v0.38.34
10712024-08-09T20:34:14.579Z Compiling time-core v0.1.2
10722024-08-09T20:34:14.612Z Compiling openssl-sys v0.9.103
10732024-08-09T20:34:14.721Z Compiling num-conv v0.1.0
10742024-08-09T20:34:14.799Z Compiling deranged v0.3.11
10752024-08-09T20:34:14.846Z Compiling rand v0.8.5
10762024-08-09T20:34:14.984Z Compiling time-macros v0.2.18
10772024-08-09T20:34:15.008Z Compiling foreign-types-shared v0.1.1
10782024-08-09T20:34:15.107Z Compiling base64ct v1.6.0
10792024-08-09T20:34:15.678Z Compiling num_threads v0.1.7
10802024-08-09T20:34:15.765Z Compiling rustversion v1.0.17
10812024-08-09T20:34:15.822Z Compiling httparse v1.8.0
10822024-08-09T20:34:16.205Z Compiling openssl v0.10.66
10832024-08-09T20:34:16.506Z Compiling pem-rfc7468 v0.7.0
10842024-08-09T20:34:16.508Z Compiling foreign-types v0.3.2
10852024-08-09T20:34:16.590Z Compiling form_urlencoded v1.2.1
10862024-08-09T20:34:16.604Z Compiling native-tls v0.2.11
10872024-08-09T20:34:16.850Z Compiling rustls v0.21.12
10882024-08-09T20:34:16.916Z Compiling crossbeam-utils v0.8.19
10892024-08-09T20:34:17.077Z Compiling siphasher v0.3.11
10902024-08-09T20:34:17.197Z Compiling try-lock v0.2.5
10912024-08-09T20:34:17.337Z Compiling flagset v0.4.5
10922024-08-09T20:34:17.412Z Compiling want v0.3.1
10932024-08-09T20:34:17.688Z Compiling idna v0.5.0
10942024-08-09T20:34:17.864Z Compiling time v0.3.36
10952024-08-09T20:34:18.162Z Compiling lazy_static v1.5.0
10962024-08-09T20:34:18.281Z Compiling aho-corasick v1.1.3
10972024-08-09T20:34:18.354Z Compiling cookie v0.17.0
10982024-08-09T20:34:18.650Z Compiling iana-time-zone v0.1.60
10992024-08-09T20:34:18.879Z Compiling httpdate v1.0.3
11002024-08-09T20:34:19.089Z Compiling cpufeatures v0.2.12
11012024-08-09T20:34:19.145Z Compiling slog v2.7.0
11022024-08-09T20:34:19.185Z Compiling finl_unicode v1.2.0
11032024-08-09T20:34:19.361Z Compiling regex-syntax v0.8.3
11042024-08-09T20:34:19.653Z Compiling adler v1.0.2
11052024-08-09T20:34:19.793Z Compiling signal-hook v0.3.17
11062024-08-09T20:34:19.862Z Compiling openssl-probe v0.1.5
11072024-08-09T20:34:20.054Z Compiling tower-service v0.3.2
11082024-08-09T20:34:20.192Z Compiling miniz_oxide v0.7.2
11092024-08-09T20:34:20.211Z Compiling stringprep v0.1.4
11102024-08-09T20:34:21.552Z Compiling url v2.5.2
11112024-08-09T20:34:22.716Z Compiling serde_derive v1.0.205
11122024-08-09T20:34:22.965Z Compiling zeroize_derive v1.4.2
11132024-08-09T20:34:22.968Z Compiling zerocopy-derive v0.7.34
11142024-08-09T20:34:23.382Z Compiling tokio-macros v2.3.0
11152024-08-09T20:34:23.770Z Compiling thiserror-impl v1.0.63
11162024-08-09T20:34:24.549Z Compiling zeroize v1.7.0
11172024-08-09T20:34:25.007Z Compiling futures-macro v0.3.30
11182024-08-09T20:34:25.216Z Compiling zerocopy v0.7.34
11192024-08-09T20:34:25.746Z Compiling tracing-attributes v0.1.27
11202024-08-09T20:34:26.026Z Compiling scroll_derive v0.12.0
11212024-08-09T20:34:26.365Z Compiling crypto-common v0.1.6
11222024-08-09T20:34:26.601Z Compiling block-buffer v0.10.4
11232024-08-09T20:34:26.929Z Compiling digest v0.10.7
11242024-08-09T20:34:27.091Z Compiling futures-util v0.3.30
11252024-08-09T20:34:27.145Z Compiling thiserror v1.0.63
11262024-08-09T20:34:27.282Z Compiling pest v2.7.10
11272024-08-09T20:34:27.416Z Compiling hashbrown v0.14.5
11282024-08-09T20:34:27.436Z Compiling hmac v0.12.1
11292024-08-09T20:34:27.468Z Compiling scroll v0.12.0
11302024-08-09T20:34:27.664Z Compiling openssl-macros v0.1.1
11312024-08-09T20:34:28.005Z Compiling goblin v0.8.2
11322024-08-09T20:34:28.415Z Compiling der_derive v0.7.2
11332024-08-09T20:34:28.832Z Compiling sct v0.7.1
11342024-08-09T20:34:29.141Z Compiling rustls-webpki v0.101.7
11352024-08-09T20:34:29.610Z Compiling tracing v0.1.40
11362024-08-09T20:34:30.133Z Compiling pest_meta v2.7.10
11372024-08-09T20:34:30.403Z Compiling sha2 v0.10.8
11382024-08-09T20:34:31.049Z Compiling der v0.7.9
11392024-08-09T20:34:31.142Z Compiling md-5 v0.10.6
11402024-08-09T20:34:31.403Z Compiling pest_generator v2.7.10
11412024-08-09T20:34:33.253Z Compiling spki v0.7.3
11422024-08-09T20:34:33.388Z Compiling regex-automata v0.4.6
11432024-08-09T20:34:33.617Z Compiling num-integer v0.1.46
11442024-08-09T20:34:34.115Z Compiling idna v0.3.0
11452024-08-09T20:34:34.374Z Compiling backtrace v0.3.71
11462024-08-09T20:34:34.418Z Compiling hash32 v0.2.1
11472024-08-09T20:34:34.787Z Compiling smoltcp v0.9.1
11482024-08-09T20:34:34.835Z Compiling base64 v0.22.1
11492024-08-09T20:34:35.160Z Compiling pest_derive v2.7.10
11502024-08-09T20:34:35.526Z Compiling fallible-iterator v0.2.0
11512024-08-09T20:34:35.607Z Compiling crc32fast v1.4.0
11522024-08-09T20:34:35.736Z Compiling stable_deref_trait v1.2.0
11532024-08-09T20:34:35.848Z Compiling gimli v0.28.1
11542024-08-09T20:34:35.985Z Compiling dtrace-parser v0.2.0
11552024-08-09T20:34:36.150Z Compiling psl-types v2.0.11
11562024-08-09T20:34:36.341Z Compiling publicsuffix v2.2.3
11572024-08-09T20:34:36.411Z Compiling pkcs8 v0.10.2
11582024-08-09T20:34:36.601Z Compiling hubpack_derive v0.1.1
11592024-08-09T20:34:36.979Z Compiling bytes v1.7.1
11602024-08-09T20:34:37.383Z Compiling bitflags v2.6.0
11612024-08-09T20:34:37.811Z Compiling tokio v1.38.1
11622024-08-09T20:34:38.091Z Compiling indexmap v2.3.0
11632024-08-09T20:34:38.210Z Compiling http v0.2.12
11642024-08-09T20:34:38.249Z Compiling semver v1.0.23
11652024-08-09T20:34:39.045Z Compiling rustc_version v0.4.0
11662024-08-09T20:34:39.541Z Compiling dof v0.3.0
11672024-08-09T20:34:39.814Z Compiling heapless v0.7.17
11682024-08-09T20:34:40.284Z Compiling http-body v0.4.6
11692024-08-09T20:34:40.776Z Compiling uuid v1.10.0
11702024-08-09T20:34:40.837Z Compiling usdt-impl v0.5.0
11712024-08-09T20:34:40.870Z Compiling toml_datetime v0.6.8
11722024-08-09T20:34:41.398Z Compiling serde_spanned v0.6.7
11732024-08-09T20:34:41.628Z Compiling serde_tokenstream v0.2.1
11742024-08-09T20:34:41.758Z Compiling chrono v0.4.38
11752024-08-09T20:34:42.177Z Compiling terminal_size v0.3.0
11762024-08-09T20:34:42.382Z Compiling addr2line v0.21.0
11772024-08-09T20:34:42.405Z Compiling postgres-protocol v0.6.7
11782024-08-09T20:34:42.437Z Compiling block-padding v0.3.3
11792024-08-09T20:34:42.699Z Compiling async-trait v0.1.81
11802024-08-09T20:34:43.039Z Compiling zerocopy-derive v0.6.6
11812024-08-09T20:34:44.584Z Compiling phf_shared v0.11.2
11822024-08-09T20:34:44.982Z Compiling serde_derive_internals v0.29.1
11832024-08-09T20:34:45.230Z Compiling ff v0.13.0
11842024-08-09T20:34:45.450Z Compiling fs-err v2.11.0
11852024-08-09T20:34:45.467Z Compiling object v0.32.2
11862024-08-09T20:34:45.489Z Compiling base16ct v0.2.0
11872024-08-09T20:34:45.552Z Compiling ipnet v2.9.0
11882024-08-09T20:34:45.787Z Compiling schemars v0.8.21
11892024-08-09T20:34:45.853Z Compiling tokio-util v0.7.11
11902024-08-09T20:34:46.154Z Compiling tokio-rustls v0.24.1
11912024-08-09T20:34:46.277Z Compiling bit-vec v0.6.3
11922024-08-09T20:34:46.557Z Compiling winnow v0.5.40
11932024-08-09T20:34:46.786Z Compiling h2 v0.3.26
11942024-08-09T20:34:47.227Z Compiling tokio-native-tls v0.3.1
11952024-08-09T20:34:47.366Z Compiling base64 v0.21.7
11962024-08-09T20:34:47.505Z Compiling matches v0.1.10
11972024-08-09T20:34:47.603Z Compiling either v1.13.0
11982024-08-09T20:34:47.734Z Compiling anyhow v1.0.86
11992024-08-09T20:34:48.028Z Compiling bitflags v1.3.2
12002024-08-09T20:34:48.096Z Compiling managed v0.8.0
12012024-08-09T20:34:48.131Z Compiling rustc-demangle v0.1.24
12022024-08-09T20:34:48.353Z Compiling regex-automata v0.1.10
12032024-08-09T20:34:48.541Z Compiling clap_builder v4.5.13
12042024-08-09T20:34:48.870Z Compiling bstr v0.2.17
12052024-08-09T20:34:49.444Z Compiling rustls-pemfile v1.0.4
12062024-08-09T20:34:49.881Z Compiling schemars_derive v0.8.21
12072024-08-09T20:34:50.355Z Compiling toml_edit v0.19.15
12082024-08-09T20:34:50.398Z Compiling idna v0.2.3
12092024-08-09T20:34:51.443Z Compiling sec1 v0.7.3
12102024-08-09T20:34:52.002Z Compiling group v0.13.0
12112024-08-09T20:34:52.060Z Compiling zerocopy v0.6.6
12122024-08-09T20:34:52.852Z Compiling signal-hook-mio v0.2.3
12132024-08-09T20:34:52.874Z Compiling phf v0.11.2
12142024-08-09T20:34:52.894Z Compiling postgres-types v0.2.7
12152024-08-09T20:34:53.009Z Compiling cookie_store v0.20.0
12162024-08-09T20:34:53.146Z Compiling inout v0.1.3
12172024-08-09T20:34:53.301Z Compiling usdt-macro v0.5.0
12182024-08-09T20:34:53.435Z Compiling usdt-attr-macro v0.5.0
12192024-08-09T20:34:54.409Z Compiling hyper v0.14.30
12202024-08-09T20:34:54.519Z Compiling regex v1.10.6
12212024-08-09T20:34:54.785Z Compiling hubpack v0.1.2
12222024-08-09T20:34:55.095Z Compiling serde_urlencoded v0.7.1
12232024-08-09T20:34:55.494Z Compiling num-bigint v0.4.5
12242024-08-09T20:34:55.611Z Compiling futures-executor v0.3.30
12252024-08-09T20:34:55.628Z Compiling enum-as-inner v0.5.1
12262024-08-09T20:34:55.826Z Compiling hkdf v0.12.4
12272024-08-09T20:34:56.097Z Compiling crypto-bigint v0.5.5
12282024-08-09T20:34:56.213Z Compiling serde_repr v0.1.19
12292024-08-09T20:34:56.689Z Compiling strum_macros v0.25.3
12302024-08-09T20:34:57.392Z Compiling clap_derive v4.5.13
12312024-08-09T20:34:57.425Z Compiling phf_shared v0.10.0
12322024-08-09T20:34:57.837Z Compiling float-cmp v0.9.0
12332024-08-09T20:34:57.855Z Compiling encoding_rs v0.8.34
12342024-08-09T20:34:58.068Z Compiling webpki-roots v0.25.4
12352024-08-09T20:34:58.231Z Compiling data-encoding v2.6.0
12362024-08-09T20:34:58.329Z Compiling static_assertions v1.1.0
12372024-08-09T20:34:58.430Z Compiling sync_wrapper v0.1.2
12382024-08-09T20:34:58.560Z Compiling predicates-core v1.0.6
12392024-08-09T20:34:58.909Z Compiling unicode-segmentation v1.11.0
12402024-08-09T20:34:59.757Z Compiling whoami v1.5.1
12412024-08-09T20:35:00.425Z Compiling mime v0.3.17
12422024-08-09T20:35:00.685Z Compiling minimal-lexical v0.2.1
12432024-08-09T20:35:00.829Z Compiling fixedbitset v0.4.2
12442024-08-09T20:35:01.068Z Compiling new_debug_unreachable v1.0.6
12452024-08-09T20:35:01.167Z Compiling hyper-rustls v0.24.2
12462024-08-09T20:35:01.259Z Compiling hyper-tls v0.5.0
12472024-08-09T20:35:01.328Z Compiling dyn-clone v1.0.17
12482024-08-09T20:35:01.519Z Compiling precomputed-hash v0.1.1
12492024-08-09T20:35:01.564Z Compiling difflib v0.4.0
12502024-08-09T20:35:01.614Z Compiling normalize-line-endings v0.3.0
12512024-08-09T20:35:01.636Z Compiling string_cache v0.8.7
12522024-08-09T20:35:01.740Z Compiling reqwest v0.11.27
12532024-08-09T20:35:02.109Z Compiling predicates v3.1.2
12542024-08-09T20:35:02.416Z Compiling nom v7.1.3
12552024-08-09T20:35:02.456Z Compiling clap v4.5.13
12562024-08-09T20:35:02.584Z Compiling petgraph v0.6.5
12572024-08-09T20:35:03.153Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12582024-08-09T20:35:03.843Z Compiling tokio-postgres v0.7.11
12592024-08-09T20:35:04.289Z Compiling console v0.15.8
12602024-08-09T20:35:05.821Z Compiling similar v2.5.0
12612024-08-09T20:35:06.001Z Compiling elliptic-curve v0.13.8
12622024-08-09T20:35:06.189Z Compiling trust-dns-proto v0.22.0
12632024-08-09T20:35:06.637Z Compiling yasna v0.5.2
12642024-08-09T20:35:06.705Z Compiling toml_edit v0.22.20
12652024-08-09T20:35:06.839Z Compiling usdt v0.5.0
12662024-08-09T20:35:07.342Z Compiling futures v0.3.30
12672024-08-09T20:35:07.468Z Compiling flate2 v1.0.31
12682024-08-09T20:35:08.397Z Compiling toml v0.7.8
12692024-08-09T20:35:08.445Z Compiling cipher v0.4.4
12702024-08-09T20:35:08.985Z Compiling crossterm v0.27.0
12712024-08-09T20:35:09.453Z Compiling itertools v0.12.1
12722024-08-09T20:35:09.605Z Compiling itertools v0.10.5
12732024-08-09T20:35:10.124Z Compiling bit-set v0.5.3
12742024-08-09T20:35:10.278Z Compiling tokio-stream v0.1.15
12752024-08-09T20:35:10.412Z Compiling openapiv3 v2.0.0
12762024-08-09T20:35:11.281Z Compiling bstr v1.9.1
12772024-08-09T20:35:12.431Z Compiling hex v0.4.3
12782024-08-09T20:35:12.647Z Compiling num-iter v0.1.45
12792024-08-09T20:35:12.742Z Compiling crossbeam-epoch v0.9.18
12802024-08-09T20:35:12.850Z Compiling dirs-sys-next v0.1.2
12812024-08-09T20:35:13.050Z Compiling peg-runtime v0.8.3
12822024-08-09T20:35:13.084Z Compiling lalrpop-util v0.19.12
12832024-08-09T20:35:13.438Z Compiling unicode-xid v0.2.4
12842024-08-09T20:35:13.495Z Compiling dirs-next v2.0.0
12852024-08-09T20:35:13.524Z Compiling thread_local v1.1.8
12862024-08-09T20:35:13.601Z Compiling slog-async v2.8.0
12872024-08-09T20:35:13.689Z Compiling term v0.7.0
12882024-08-09T20:35:13.706Z Compiling xattr v1.3.1
12892024-08-09T20:35:13.984Z Compiling strum_macros v0.26.4
12902024-08-09T20:35:14.070Z Compiling crossbeam-channel v0.5.12
12912024-08-09T20:35:14.199Z Compiling filetime v0.2.23
12922024-08-09T20:35:14.512Z Compiling is-terminal v0.4.12
12932024-08-09T20:35:14.573Z Compiling take_mut v0.2.2
12942024-08-09T20:35:14.638Z Compiling slog-term v2.9.1
12952024-08-09T20:35:14.726Z Compiling tar v0.4.41
12962024-08-09T20:35:14.849Z Compiling camino v1.1.7
12972024-08-09T20:35:16.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12982024-08-09T20:35:17.107Z Compiling strum v0.26.3
12992024-08-09T20:35:17.182Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13002024-08-09T20:35:22.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
13012024-08-09T20:35:22.655Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13022024-08-09T20:35:22.698ZAug 09 20:35:21.801 INFO Starting download, target: DendriteOpenapi
13032024-08-09T20:35:22.698ZAug 09 20:35:21.801 INFO Starting download, target: Console
13042024-08-09T20:35:22.702ZAug 09 20:35:21.801 INFO Starting download, target: Clickhouse
13052024-08-09T20:35:22.702ZAug 09 20:35:21.801 INFO Starting download, target: DendriteStub
13062024-08-09T20:35:22.702ZAug 09 20:35:21.801 INFO Starting download, target: MaghemiteMgd
13072024-08-09T20:35:22.702ZAug 09 20:35:21.801 INFO Starting download, target: Cockroach
13082024-08-09T20:35:22.703ZAug 09 20:35:21.801 INFO Starting download, target: TransceiverControl
13092024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13102024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13112024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13122024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13132024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13142024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13152024-08-09T20:35:22.703ZAug 09 20:35:21.802 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13162024-08-09T20:35:22.862ZAug 09 20:35:21.963 INFO Download complete, target: DendriteOpenapi
13172024-08-09T20:35:23.003ZAug 09 20:35:22.106 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13182024-08-09T20:35:23.362ZAug 09 20:35:22.468 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13192024-08-09T20:35:23.365ZAug 09 20:35:22.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13202024-08-09T20:35:23.379ZAug 09 20:35:22.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13212024-08-09T20:35:23.779ZAug 09 20:35:22.885 INFO Download complete, target: TransceiverControl
13222024-08-09T20:35:23.815ZAug 09 20:35:22.921 INFO Download complete, target: Console
13232024-08-09T20:35:24.718ZAug 09 20:35:23.824 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13242024-08-09T20:35:25.883ZAug 09 20:35:24.989 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13252024-08-09T20:35:25.883ZAug 09 20:35:24.989 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13262024-08-09T20:35:26.514ZAug 09 20:35:25.620 INFO Download complete, target: DendriteStub
13272024-08-09T20:35:26.557ZAug 09 20:35:25.664 INFO Download complete, target: MaghemiteMgd
13282024-08-09T20:35:33.908ZAug 09 20:35:33.016 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13292024-08-09T20:35:34.234ZAug 09 20:35:33.342 INFO Checking that binary works, target: Cockroach
13302024-08-09T20:35:34.436ZAug 09 20:35:33.544 INFO Download complete, target: Cockroach
13312024-08-09T20:35:38.539ZAug 09 20:35:37.647 INFO Checking that binary works, target: Clickhouse
13322024-08-09T20:35:38.797ZAug 09 20:35:37.905 INFO Download complete, target: Clickhouse
13332024-08-09T20:35:38.954ZAll builder prerequisites installed successfully, and PATH looks valid
13342024-08-09T20:35:38.957Z
13352024-08-09T20:35:38.957Zreal 3:56.656611068
13362024-08-09T20:35:38.957Zuser 10:59.944079621
13372024-08-09T20:35:38.957Zsys 2:20.688626025
13382024-08-09T20:35:38.957Ztrap 0.405843336
13392024-08-09T20:35:38.957Ztflt 5.286090091
13402024-08-09T20:35:38.957Zdflt 5.405033360
13412024-08-09T20:35:38.957Zkflt 0.220280315
13422024-08-09T20:35:38.957Zlock 20:51.711170262
13432024-08-09T20:35:38.957Zslp 43:21.921872700
13442024-08-09T20:35:38.958Zlat 38.381442068
13452024-08-09T20:35:38.958Zstop 1:38.388793243
13462024-08-09T20:35:38.958Z+ banner hack-check
13472024-08-09T20:35:38.961Z
13482024-08-09T20:35:38.961Z # # ## #### # # #### # # ###### #### # #
13492024-08-09T20:35:38.961Z # # # # # # # # # # # # # # # # #
13502024-08-09T20:35:38.961Z ###### # # # #### ##### # ###### ##### # ####
13512024-08-09T20:35:38.961Z # # ###### # # # # # # # # # #
13522024-08-09T20:35:38.961Z # # # # # # # # # # # # # # # # #
13532024-08-09T20:35:38.961Z # # # # #### # # #### # # ###### #### # #
13542024-08-09T20:35:38.961Z
13552024-08-09T20:35:38.961Z+ export CARGO_INCREMENTAL=0
13562024-08-09T20:35:38.961Z+ CARGO_INCREMENTAL=0
13572024-08-09T20:35:38.961Z+ ptime -m timeout 2h cargo xtask check-features --ci
13582024-08-09T20:35:39.526Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13592024-08-09T20:35:42.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
13602024-08-09T20:35:42.946Z Running `target/debug/xtask check-features --ci`
13612024-08-09T20:35:42.965Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13622024-08-09T20:35:42.968Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13632024-08-09T20:35:43.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13642024-08-09T20:35:43.455Z Running `target/debug/xtask download cargo-hack`
13652024-08-09T20:35:44.240Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13662024-08-09T20:35:44.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13672024-08-09T20:35:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
13682024-08-09T20:35:49.344Z Running `target/debug/xtask-downloader cargo-hack`
13692024-08-09T20:35:49.377ZAug 09 20:35:48.484 INFO Starting download, target: CargoHack
13702024-08-09T20:35:49.385ZAug 09 20:35:48.485 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13712024-08-09T20:35:49.951ZAug 09 20:35:49.060 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13722024-08-09T20:35:50.054ZAug 09 20:35:49.165 INFO Download complete, target: CargoHack
13732024-08-09T20:35:50.058Zrunning: "/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"
13742024-08-09T20:35:50.075Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13752024-08-09T20:35:50.225Zinfo: running `cargo check --bins` on api_identity (1/147)
13762024-08-09T20:35:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13772024-08-09T20:35:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13782024-08-09T20:35:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13792024-08-09T20:35:50.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13802024-08-09T20:35:50.825Z
13812024-08-09T20:35:50.825Zinfo: running `cargo check --bins` on bootstore (2/147)
13822024-08-09T20:35:51.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13832024-08-09T20:35:51.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13842024-08-09T20:35:51.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13852024-08-09T20:35:51.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
13862024-08-09T20:35:51.471Z
13872024-08-09T20:35:51.471Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
13882024-08-09T20:35:52.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13892024-08-09T20:35:52.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13902024-08-09T20:35:52.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13912024-08-09T20:35:52.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13922024-08-09T20:35:52.089Z
13932024-08-09T20:35:52.089Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
13942024-08-09T20:35:52.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13952024-08-09T20:35:52.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13962024-08-09T20:35:52.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13972024-08-09T20:35:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13982024-08-09T20:35:52.710Z
13992024-08-09T20:35:52.710Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14002024-08-09T20:35:53.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14012024-08-09T20:35:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14022024-08-09T20:35:53.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14032024-08-09T20:35:53.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14042024-08-09T20:35:53.168Z
14052024-08-09T20:35:53.168Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14062024-08-09T20:35:53.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14072024-08-09T20:35:53.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14082024-08-09T20:35:53.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14092024-08-09T20:35:53.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14102024-08-09T20:35:53.623Z
14112024-08-09T20:35:53.623Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14122024-08-09T20:35:54.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-09T20:35:54.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-09T20:35:54.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-09T20:35:54.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14162024-08-09T20:35:54.085Z
14172024-08-09T20:35:54.085Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14182024-08-09T20:35:54.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-09T20:35:54.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-09T20:35:54.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-09T20:35:54.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14222024-08-09T20:35:54.544Z
14232024-08-09T20:35:54.545Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14242024-08-09T20:35:54.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-09T20:35:54.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-09T20:35:54.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-09T20:35:54.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14282024-08-09T20:35:55.002Z
14292024-08-09T20:35:55.002Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14302024-08-09T20:35:55.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-09T20:35:55.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-09T20:35:55.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-09T20:35:55.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14342024-08-09T20:35:55.465Z
14352024-08-09T20:35:55.465Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14362024-08-09T20:35:55.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-09T20:35:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-09T20:35:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-09T20:35:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14402024-08-09T20:35:55.916Z
14412024-08-09T20:35:55.917Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14422024-08-09T20:35:56.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-09T20:35:56.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-09T20:35:56.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-09T20:35:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14462024-08-09T20:35:56.369Z
14472024-08-09T20:35:56.369Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14482024-08-09T20:35:56.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-09T20:35:56.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-09T20:35:56.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-09T20:35:56.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14522024-08-09T20:35:56.831Z
14532024-08-09T20:35:56.831Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14542024-08-09T20:35:57.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-09T20:35:57.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-09T20:35:57.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-09T20:35:57.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14582024-08-09T20:35:57.287Z
14592024-08-09T20:35:57.287Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14602024-08-09T20:35:57.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-09T20:35:57.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-09T20:35:57.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-09T20:35:57.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14642024-08-09T20:35:57.752Z
14652024-08-09T20:35:57.752Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14662024-08-09T20:35:58.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-09T20:35:58.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-09T20:35:58.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-09T20:35:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14702024-08-09T20:35:58.208Z
14712024-08-09T20:35:58.208Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14722024-08-09T20:35:58.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-09T20:35:58.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-09T20:35:58.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-09T20:35:58.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14762024-08-09T20:35:58.665Z
14772024-08-09T20:35:58.665Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14782024-08-09T20:35:59.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-09T20:35:59.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-09T20:35:59.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-09T20:35:59.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14822024-08-09T20:35:59.125Z
14832024-08-09T20:35:59.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14842024-08-09T20:35:59.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-09T20:35:59.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-09T20:35:59.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-09T20:35:59.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14882024-08-09T20:35:59.586Z
14892024-08-09T20:35:59.586Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
14902024-08-09T20:36:00.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-09T20:36:00.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-09T20:36:00.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-09T20:36:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14942024-08-09T20:36:00.045Z
14952024-08-09T20:36:00.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
14962024-08-09T20:36:00.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-09T20:36:00.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-09T20:36:00.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-09T20:36:00.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15002024-08-09T20:36:00.503Z
15012024-08-09T20:36:00.503Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15022024-08-09T20:36:00.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-09T20:36:00.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-09T20:36:00.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-09T20:36:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15062024-08-09T20:36:00.958Z
15072024-08-09T20:36:00.958Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15082024-08-09T20:36:01.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-09T20:36:01.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-09T20:36:01.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-09T20:36:01.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15122024-08-09T20:36:01.422Z
15132024-08-09T20:36:01.422Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15142024-08-09T20:36:01.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-09T20:36:01.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-09T20:36:01.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-09T20:36:01.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15182024-08-09T20:36:01.868Z
15192024-08-09T20:36:01.868Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15202024-08-09T20:36:02.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-09T20:36:02.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-09T20:36:02.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-09T20:36:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15242024-08-09T20:36:02.490Z
15252024-08-09T20:36:02.490Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15262024-08-09T20:36:03.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-09T20:36:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-09T20:36:03.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-09T20:36:03.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15302024-08-09T20:36:03.108Z
15312024-08-09T20:36:03.108Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15322024-08-09T20:36:03.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-09T20:36:03.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-09T20:36:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-09T20:36:03.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15362024-08-09T20:36:03.729Z
15372024-08-09T20:36:03.729Zinfo: running `cargo check --bins` on oxlog (28/147)
15382024-08-09T20:36:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-09T20:36:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-09T20:36:04.318Z Checking cfg-if v1.0.0
15412024-08-09T20:36:04.321Z Checking libc v0.2.155
15422024-08-09T20:36:04.401Z Checking memchr v2.7.2
15432024-08-09T20:36:04.419Z Checking serde v1.0.205
15442024-08-09T20:36:04.422Z Checking scopeguard v1.2.0
15452024-08-09T20:36:04.438Z Checking byteorder v1.5.0
15462024-08-09T20:36:04.440Z Checking log v0.4.21
15472024-08-09T20:36:04.462Z Checking zeroize v1.7.0
15482024-08-09T20:36:04.465Z Checking once_cell v1.19.0
15492024-08-09T20:36:04.551Z Checking lock_api v0.4.12
15502024-08-09T20:36:04.712Z Checking itoa v1.0.11
15512024-08-09T20:36:04.726Z Checking pin-project-lite v0.2.14
15522024-08-09T20:36:04.770Z Checking typenum v1.17.0
15532024-08-09T20:36:04.823Z Checking smallvec v1.13.2
15542024-08-09T20:36:04.841Z Checking zerocopy v0.7.34
15552024-08-09T20:36:04.919Z Checking tinyvec_macros v0.1.1
15562024-08-09T20:36:04.959Z Checking spin v0.9.8
15572024-08-09T20:36:05.019Z Checking futures-core v0.3.30
15582024-08-09T20:36:05.189Z Checking tinyvec v1.6.0
15592024-08-09T20:36:05.203Z Checking const-oid v0.9.6
15602024-08-09T20:36:05.228Z Checking subtle v2.5.0
15612024-08-09T20:36:05.312Z Checking unicode-bidi v0.3.15
15622024-08-09T20:36:05.479Z Checking futures-sink v0.3.30
15632024-08-09T20:36:05.495Z Checking getrandom v0.2.14
15642024-08-09T20:36:05.624Z Checking parking_lot_core v0.9.10
15652024-08-09T20:36:05.743Z Checking rand_core v0.6.4
15662024-08-09T20:36:05.943Z Checking signal-hook-registry v1.4.2
15672024-08-09T20:36:05.962Z Checking parking_lot v0.12.2
15682024-08-09T20:36:06.002Z Checking generic-array v0.14.7
15692024-08-09T20:36:06.022Z Checking mio v0.8.11
15702024-08-09T20:36:06.167Z Checking socket2 v0.5.7
15712024-08-09T20:36:06.260Z Checking num_cpus v1.16.0
15722024-08-09T20:36:06.288Z Checking ahash v0.8.11
15732024-08-09T20:36:06.367Z Checking allocator-api2 v0.2.18
15742024-08-09T20:36:06.473Z Checking unicode-normalization v0.1.23
15752024-08-09T20:36:06.613Z Checking libm v0.2.8
15762024-08-09T20:36:06.630Z Checking equivalent v1.0.1
15772024-08-09T20:36:06.731Z Checking ryu v1.0.18
15782024-08-09T20:36:06.804Z Checking futures-channel v0.3.30
15792024-08-09T20:36:06.964Z Checking slab v0.4.9
15802024-08-09T20:36:06.982Z Checking futures-io v0.3.30
15812024-08-09T20:36:07.011Z Checking hashbrown v0.14.5
15822024-08-09T20:36:07.137Z Checking futures-task v0.3.30
15832024-08-09T20:36:07.152Z Checking crypto-common v0.1.6
15842024-08-09T20:36:07.155Z Checking pin-utils v0.1.0
15852024-08-09T20:36:07.215Z Checking block-buffer v0.10.4
15862024-08-09T20:36:07.245Z Checking ppv-lite86 v0.2.17
15872024-08-09T20:36:07.319Z Checking percent-encoding v2.3.1
15882024-08-09T20:36:07.352Z Checking futures-util v0.3.30
15892024-08-09T20:36:07.367Z Checking tracing-core v0.1.32
15902024-08-09T20:36:07.422Z Checking digest v0.10.7
15912024-08-09T20:36:07.514Z Checking fnv v1.0.7
15922024-08-09T20:36:07.533Z Checking num-traits v0.2.19
15932024-08-09T20:36:07.634Z Checking untrusted v0.9.0
15942024-08-09T20:36:07.776Z Checking thiserror v1.0.63
15952024-08-09T20:36:07.788Z Checking ring v0.17.8
15962024-08-09T20:36:07.906Z Checking foreign-types-shared v0.1.1
15972024-08-09T20:36:07.945Z Checking rand_chacha v0.3.1
15982024-08-09T20:36:08.005Z Checking base64ct v1.6.0
15992024-08-09T20:36:08.020Z Checking tracing v0.1.40
16002024-08-09T20:36:08.189Z Checking powerfmt v0.2.0
16012024-08-09T20:36:08.314Z Checking rand v0.8.5
16022024-08-09T20:36:08.357Z Checking foreign-types v0.3.2
16032024-08-09T20:36:08.425Z Checking pem-rfc7468 v0.7.0
16042024-08-09T20:36:08.438Z Checking deranged v0.3.11
16052024-08-09T20:36:08.451Z Checking hmac v0.12.1
16062024-08-09T20:36:08.649Z Checking form_urlencoded v1.2.1
16072024-08-09T20:36:08.688Z Checking openssl-sys v0.9.103
16082024-08-09T20:36:08.850Z Checking try-lock v0.2.5
16092024-08-09T20:36:08.984Z Checking num_threads v0.1.7
16102024-08-09T20:36:09.100Z Checking time-core v0.1.2
16112024-08-09T20:36:09.254Z Checking flagset v0.4.5
16122024-08-09T20:36:09.302Z Checking num-conv v0.1.0
16132024-08-09T20:36:09.440Z Checking siphasher v0.3.11
16142024-08-09T20:36:09.537Z Checking unicode-ident v1.0.12
16152024-08-09T20:36:09.552Z Checking bytes v1.7.1
16162024-08-09T20:36:09.575Z Checking bitflags v2.6.0
16172024-08-09T20:36:09.599Z Checking indexmap v2.3.0
16182024-08-09T20:36:09.692Z Checking serde_json v1.0.122
16192024-08-09T20:36:09.738Z Checking proc-macro2 v1.0.86
16202024-08-09T20:36:09.863Z Checking rustls-webpki v0.101.7
16212024-08-09T20:36:09.988Z Checking openssl v0.10.66
16222024-08-09T20:36:10.144Z Checking time v0.3.36
16232024-08-09T20:36:10.309Z Checking tokio v1.38.1
16242024-08-09T20:36:10.407Z Checking http v0.2.12
16252024-08-09T20:36:10.582Z Checking sct v0.7.1
16262024-08-09T20:36:10.777Z Checking uuid v1.10.0
16272024-08-09T20:36:10.860Z Checking der v0.7.9
16282024-08-09T20:36:11.313Z Checking want v0.3.1
16292024-08-09T20:36:11.406Z Checking idna v0.5.0
16302024-08-09T20:36:11.483Z Checking errno v0.3.9
16312024-08-09T20:36:11.657Z Checking httparse v1.8.0
16322024-08-09T20:36:11.703Z Checking http-body v0.4.6
16332024-08-09T20:36:12.064Z Checking lazy_static v1.5.0
16342024-08-09T20:36:12.106Z Checking aho-corasick v1.1.3
16352024-08-09T20:36:12.169Z Checking scroll v0.12.0
16362024-08-09T20:36:12.199Z Checking openssl-probe v0.1.5
16372024-08-09T20:36:12.339Z Checking anstyle v1.0.8
16382024-08-09T20:36:12.373Z Checking adler v1.0.2
16392024-08-09T20:36:12.528Z Checking tower-service v0.3.2
16402024-08-09T20:36:12.598Z Checking cpufeatures v0.2.12
16412024-08-09T20:36:12.626Z Checking finl_unicode v1.2.0
16422024-08-09T20:36:12.639Z Checking httpdate v1.0.3
16432024-08-09T20:36:12.687Z Checking plain v0.2.3
16442024-08-09T20:36:12.703Z Checking regex-syntax v0.8.3
16452024-08-09T20:36:12.705Z Checking ucd-trie v0.1.6
16462024-08-09T20:36:12.820Z Checking iana-time-zone v0.1.60
16472024-08-09T20:36:12.847Z Checking utf8parse v0.2.1
16482024-08-09T20:36:12.900Z Checking pest v2.7.10
16492024-08-09T20:36:12.968Z Checking chrono v0.4.38
16502024-08-09T20:36:12.989Z Checking anstyle-parse v0.2.4
16512024-08-09T20:36:13.190Z Checking stringprep v0.1.4
16522024-08-09T20:36:13.248Z Checking goblin v0.8.2
16532024-08-09T20:36:13.441Z Checking spki v0.7.3
16542024-08-09T20:36:13.709Z Checking sha2 v0.10.8
16552024-08-09T20:36:13.724Z Checking miniz_oxide v0.7.2
16562024-08-09T20:36:14.285Z Checking url v2.5.2
16572024-08-09T20:36:14.458Z Checking rustix v0.38.34
16582024-08-09T20:36:14.973Z Checking rustls v0.21.12
16592024-08-09T20:36:15.087Z Checking quote v1.0.36
16602024-08-09T20:36:15.404Z Checking serde_spanned v0.6.7
16612024-08-09T20:36:15.421Z Checking toml_datetime v0.6.8
16622024-08-09T20:36:15.498Z Checking native-tls v0.2.11
16632024-08-09T20:36:15.598Z Checking num-integer v0.1.46
16642024-08-09T20:36:15.694Z Checking md-5 v0.10.6
16652024-08-09T20:36:15.805Z Checking idna v0.3.0
16662024-08-09T20:36:15.906Z Checking hash32 v0.2.1
16672024-08-09T20:36:15.994Z Checking regex-automata v0.4.6
16682024-08-09T20:36:16.087Z Checking psl-types v2.0.11
16692024-08-09T20:36:16.194Z Checking is_terminal_polyfill v1.70.0
16702024-08-09T20:36:16.277Z Checking stable_deref_trait v1.2.0
16712024-08-09T20:36:16.302Z Checking anstyle-query v1.0.3
16722024-08-09T20:36:16.367Z Checking base64 v0.22.1
16732024-08-09T20:36:16.383Z Checking fallible-iterator v0.2.0
16742024-08-09T20:36:16.436Z Checking gimli v0.28.1
16752024-08-09T20:36:16.659Z Checking pretty-hex v0.4.1
16762024-08-09T20:36:16.819Z Checking colorchoice v1.0.1
16772024-08-09T20:36:16.832Z Checking publicsuffix v2.2.3
16782024-08-09T20:36:16.946Z Checking anstream v0.6.14
16792024-08-09T20:36:16.978Z Checking postgres-protocol v0.6.7
16802024-08-09T20:36:17.067Z Checking terminal_size v0.3.0
16812024-08-09T20:36:17.157Z Checking tokio-util v0.7.11
16822024-08-09T20:36:17.223Z Checking tokio-native-tls v0.3.1
16832024-08-09T20:36:17.295Z Checking heapless v0.7.17
16842024-08-09T20:36:17.479Z Checking dtrace-parser v0.2.0
16852024-08-09T20:36:17.644Z Checking syn v2.0.72
16862024-08-09T20:36:17.946Z Checking pkcs8 v0.10.2
16872024-08-09T20:36:18.034Z Checking h2 v0.3.26
16882024-08-09T20:36:18.192Z Checking cookie v0.17.0
16892024-08-09T20:36:18.207Z Checking tokio-rustls v0.24.1
16902024-08-09T20:36:18.211Z Checking dof v0.3.0
16912024-08-09T20:36:18.300Z Checking phf_shared v0.11.2
16922024-08-09T20:36:18.563Z Checking signal-hook v0.3.17
16932024-08-09T20:36:18.576Z Checking block-padding v0.3.3
16942024-08-09T20:36:18.594Z Checking ff v0.13.0
16952024-08-09T20:36:18.770Z Checking thread-id v4.2.1
16962024-08-09T20:36:18.788Z Checking object v0.32.2
16972024-08-09T20:36:18.833Z Checking strsim v0.11.1
16982024-08-09T20:36:18.865Z Checking base16ct v0.2.0
16992024-08-09T20:36:18.870Z Checking base64 v0.21.7
17002024-08-09T20:36:19.060Z Checking bitflags v1.3.2
17012024-08-09T20:36:19.096Z Checking matches v0.1.10
17022024-08-09T20:36:19.151Z Checking winnow v0.5.40
17032024-08-09T20:36:19.194Z Checking either v1.13.0
17042024-08-09T20:36:19.330Z Checking regex-automata v0.1.10
17052024-08-09T20:36:19.585Z Checking managed v0.8.0
17062024-08-09T20:36:19.715Z Checking ipnet v2.9.0
17072024-08-09T20:36:19.974Z Checking bit-vec v0.6.3
17082024-08-09T20:36:20.184Z Checking rustc-demangle v0.1.24
17092024-08-09T20:36:20.282Z Checking addr2line v0.21.0
17102024-08-09T20:36:20.316Z Checking clap_lex v0.7.0
17112024-08-09T20:36:20.537Z Checking regex v1.10.6
17122024-08-09T20:36:20.550Z Checking clap_builder v4.5.13
17132024-08-09T20:36:20.608Z Checking smoltcp v0.9.1
17142024-08-09T20:36:20.788Z Checking bstr v0.2.17
17152024-08-09T20:36:21.107Z Checking rustls-pemfile v1.0.4
17162024-08-09T20:36:21.303Z Checking idna v0.2.3
17172024-08-09T20:36:21.639Z Checking sec1 v0.7.3
17182024-08-09T20:36:22.040Z Checking signal-hook-mio v0.2.3
17192024-08-09T20:36:22.082Z Checking group v0.13.0
17202024-08-09T20:36:22.136Z Checking inout v0.1.3
17212024-08-09T20:36:22.164Z Checking cookie_store v0.20.0
17222024-08-09T20:36:22.236Z Checking toml_edit v0.19.15
17232024-08-09T20:36:22.325Z Checking phf v0.11.2
17242024-08-09T20:36:22.353Z Checking postgres-types v0.2.7
17252024-08-09T20:36:22.581Z Checking num-bigint v0.4.5
17262024-08-09T20:36:22.793Z Checking futures-executor v0.3.30
17272024-08-09T20:36:23.015Z Checking phf_shared v0.10.0
17282024-08-09T20:36:23.071Z Checking hubpack v0.1.2
17292024-08-09T20:36:23.273Z Checking serde_urlencoded v0.7.1
17302024-08-09T20:36:23.382Z Checking float-cmp v0.9.0
17312024-08-09T20:36:23.557Z Checking hkdf v0.12.4
17322024-08-09T20:36:23.570Z Checking zerocopy v0.6.6
17332024-08-09T20:36:23.691Z Checking crossbeam-utils v0.8.19
17342024-08-09T20:36:23.757Z Checking crc32fast v1.4.0
17352024-08-09T20:36:23.908Z Checking usdt-impl v0.5.0
17362024-08-09T20:36:23.959Z Checking crypto-bigint v0.5.5
17372024-08-09T20:36:24.193Z Checking hyper v0.14.30
17382024-08-09T20:36:24.320Z Checking memmap v0.7.0
17392024-08-09T20:36:24.382Z Checking encoding_rs v0.8.34
17402024-08-09T20:36:24.419Z Checking whoami v1.5.1
17412024-08-09T20:36:24.518Z Checking winnow v0.6.18
17422024-08-09T20:36:24.696Z Checking precomputed-hash v0.1.1
17432024-08-09T20:36:24.715Z Checking dyn-clone v1.0.17
17442024-08-09T20:36:24.792Z Checking backtrace v0.3.71
17452024-08-09T20:36:24.806Z Checking mime v0.3.17
17462024-08-09T20:36:24.840Z Checking fixedbitset v0.4.2
17472024-08-09T20:36:25.090Z Checking new_debug_unreachable v1.0.6
17482024-08-09T20:36:25.105Z Checking static_assertions v1.1.0
17492024-08-09T20:36:25.130Z Checking unicode-width v0.1.13
17502024-08-09T20:36:25.171Z Checking webpki-roots v0.25.4
17512024-08-09T20:36:25.193Z Checking minimal-lexical v0.2.1
17522024-08-09T20:36:25.301Z Checking predicates-core v1.0.6
17532024-08-09T20:36:25.335Z Checking unicode-segmentation v1.11.0
17542024-08-09T20:36:25.349Z Checking normalize-line-endings v0.3.0
17552024-08-09T20:36:25.459Z Checking sync_wrapper v0.1.2
17562024-08-09T20:36:25.476Z Checking difflib v0.4.0
17572024-08-09T20:36:25.578Z Checking data-encoding v2.6.0
17582024-08-09T20:36:25.586Z Checking nom v7.1.3
17592024-08-09T20:36:25.794Z Checking predicates v3.1.2
17602024-08-09T20:36:25.961Z Checking similar v2.5.0
17612024-08-09T20:36:26.253Z Checking trust-dns-proto v0.22.0
17622024-08-09T20:36:26.429Z Checking anyhow v1.0.86
17632024-08-09T20:36:26.640Z Checking console v0.15.8
17642024-08-09T20:36:26.737Z Checking elliptic-curve v0.13.8
17652024-08-09T20:36:26.786Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17662024-08-09T20:36:26.801Z Checking string_cache v0.8.7
17672024-08-09T20:36:27.061Z Checking yasna v0.5.2
17682024-08-09T20:36:27.189Z Checking petgraph v0.6.5
17692024-08-09T20:36:27.391Z Checking schemars v0.8.21
17702024-08-09T20:36:27.500Z Checking toml_edit v0.22.20
17712024-08-09T20:36:27.976Z Checking toml v0.7.8
17722024-08-09T20:36:28.506Z Checking tokio-postgres v0.7.11
17732024-08-09T20:36:28.749Z Checking usdt v0.5.0
17742024-08-09T20:36:28.992Z Checking crossbeam-epoch v0.9.18
17752024-08-09T20:36:29.050Z Checking flate2 v1.0.31
17762024-08-09T20:36:29.441Z Checking clap v4.5.13
17772024-08-09T20:36:29.560Z Checking futures v0.3.30
17782024-08-09T20:36:29.674Z Checking cipher v0.4.4
17792024-08-09T20:36:29.699Z Checking crossterm v0.27.0
17802024-08-09T20:36:30.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812024-08-09T20:36:30.103Z Checking bstr v1.9.1
17822024-08-09T20:36:30.183Z Checking bit-set v0.5.3
17832024-08-09T20:36:30.186Z Checking itertools v0.10.5
17842024-08-09T20:36:30.328Z Checking hyper-tls v0.5.0
17852024-08-09T20:36:30.422Z Checking hyper-rustls v0.24.2
17862024-08-09T20:36:30.438Z Checking itertools v0.12.1
17872024-08-09T20:36:30.624Z Checking fs-err v2.11.0
17882024-08-09T20:36:30.715Z Checking reqwest v0.11.27
17892024-08-09T20:36:30.993Z Checking tokio-stream v0.1.15
17902024-08-09T20:36:31.162Z Checking num-iter v0.1.45
17912024-08-09T20:36:31.315Z Checking slog v2.7.0
17922024-08-09T20:36:31.412Z Checking openapiv3 v2.0.0
17932024-08-09T20:36:31.485Z Checking hex v0.4.3
17942024-08-09T20:36:31.678Z Checking semver v1.0.23
17952024-08-09T20:36:31.734Z Checking lalrpop-util v0.19.12
17962024-08-09T20:36:31.807Z Checking peg-runtime v0.8.3
17972024-08-09T20:36:31.978Z Checking camino v1.1.7
17982024-08-09T20:36:32.011Z Checking sigpipe v0.1.3
17992024-08-09T20:36:33.919Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18002024-08-09T20:36:34.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.50s
18012024-08-09T20:36:34.369Z
18022024-08-09T20:36:34.369Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18032024-08-09T20:36:34.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042024-08-09T20:36:34.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052024-08-09T20:36:35.018Z Compiling regress v0.9.1
18062024-08-09T20:36:35.110Z Checking sha1 v0.10.6
18072024-08-09T20:36:35.121Z Checking strum v0.26.3
18082024-08-09T20:36:35.140Z Checking heck v0.5.0
18092024-08-09T20:36:35.154Z Compiling getopts v0.2.21
18102024-08-09T20:36:35.157Z Checking dirs-sys-next v0.1.2
18112024-08-09T20:36:35.175Z Compiling unsafe-libyaml v0.2.11
18122024-08-09T20:36:35.303Z Checking http v1.1.0
18132024-08-09T20:36:35.325Z Checking dirs-next v2.0.0
18142024-08-09T20:36:35.343Z Checking thread_local v1.1.8
18152024-08-09T20:36:35.440Z Checking rustls-pki-types v1.7.0
18162024-08-09T20:36:35.539Z Compiling ident_case v1.0.1
18172024-08-09T20:36:35.602Z Checking term v0.7.0
18182024-08-09T20:36:35.711Z Compiling darling_core v0.20.9
18192024-08-09T20:36:35.887Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18202024-08-09T20:36:36.011Z Checking crossbeam-channel v0.5.12
18212024-08-09T20:36:36.060Z Checking atty v0.2.14
18222024-08-09T20:36:36.170Z Checking is-terminal v0.4.12
18232024-08-09T20:36:36.191Z Checking take_mut v0.2.2
18242024-08-09T20:36:36.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18252024-08-09T20:36:36.334Z Compiling rustls v0.22.4
18262024-08-09T20:36:36.616Z Compiling serde_yaml v0.9.34+deprecated
18272024-08-09T20:36:36.632Z Checking termcolor v1.4.1
18282024-08-09T20:36:36.635Z Compiling paste v1.0.15
18292024-08-09T20:36:36.717Z Checking utf-8 v0.7.6
18302024-08-09T20:36:36.918Z Checking humantime v2.1.0
18312024-08-09T20:36:37.038Z Checking slog-async v2.8.0
18322024-08-09T20:36:37.149Z Checking slog-term v2.9.1
18332024-08-09T20:36:37.195Z Checking env_logger v0.9.3
18342024-08-09T20:36:37.224Z Checking rustls-webpki v0.102.4
18352024-08-09T20:36:37.313Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18362024-08-09T20:36:37.624Z Compiling proc-macro-crate v1.3.1
18372024-08-09T20:36:37.638Z Compiling bitstruct_derive v0.1.0
18382024-08-09T20:36:37.652Z Compiling structmeta-derive v0.3.0
18392024-08-09T20:36:37.990Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18402024-08-09T20:36:38.114Z Compiling multer v3.1.0
18412024-08-09T20:36:38.426Z Checking match_cfg v0.1.0
18422024-08-09T20:36:38.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18432024-08-09T20:36:38.570Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18442024-08-09T20:36:38.796Z Checking ascii v1.1.0
18452024-08-09T20:36:39.008Z Checking bitstruct v0.1.1
18462024-08-09T20:36:39.148Z Compiling num_enum_derive v0.5.11
18472024-08-09T20:36:39.190Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18482024-08-09T20:36:40.124Z Checking hostname v0.3.1
18492024-08-09T20:36:40.260Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18502024-08-09T20:36:40.427Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18512024-08-09T20:36:40.630Z Compiling structmeta v0.3.0
18522024-08-09T20:36:40.854Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-08-09T20:36:40.962Z Checking slog-json v2.6.1
18542024-08-09T20:36:41.049Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-08-09T20:36:41.129Z Checking serde_arrays v0.1.0
18562024-08-09T20:36:41.209Z Checking erased-serde v0.3.31
18572024-08-09T20:36:41.278Z Compiling foreign-types-macros v0.2.3
18582024-08-09T20:36:41.294Z Compiling async-stream-impl v0.3.5
18592024-08-09T20:36:41.835Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18602024-08-09T20:36:41.907Z Checking atomic-waker v1.1.2
18612024-08-09T20:36:42.038Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18622024-08-09T20:36:42.138Z Checking foreign-types-shared v0.3.1
18632024-08-09T20:36:42.239Z Checking arc-swap v1.7.1
18642024-08-09T20:36:42.274Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-08-09T20:36:42.420Z Checking waitgroup v0.1.2
18662024-08-09T20:36:42.562Z Checking num_enum v0.5.11
18672024-08-09T20:36:42.575Z Checking foreign-types v0.5.0
18682024-08-09T20:36:42.653Z Checking slog-scope v4.4.0
18692024-08-09T20:36:42.673Z Checking slog-bunyan v2.5.0
18702024-08-09T20:36:42.676Z Checking async-stream v0.3.5
18712024-08-09T20:36:42.699Z Compiling parse-display-derive v0.9.1
18722024-08-09T20:36:42.712Z Compiling darling_macro v0.20.9
18732024-08-09T20:36:42.825Z Compiling proc-macro-error v1.0.4
18742024-08-09T20:36:43.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18752024-08-09T20:36:43.116Z Checking toml v0.8.19
18762024-08-09T20:36:43.394Z Checking tungstenite v0.20.1
18772024-08-09T20:36:43.489Z Checking rustls-pemfile v2.1.3
18782024-08-09T20:36:43.649Z Compiling darling v0.20.9
18792024-08-09T20:36:43.746Z Compiling heck v0.3.3
18802024-08-09T20:36:43.768Z Compiling serde_with_macros v3.8.3
18812024-08-09T20:36:43.839Z Checking newtype-uuid v1.1.0
18822024-08-09T20:36:43.940Z Checking tokio-rustls v0.25.0
18832024-08-09T20:36:44.080Z Checking ipnetwork v0.20.0
18842024-08-09T20:36:44.215Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18852024-08-09T20:36:44.318Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18862024-08-09T20:36:44.367Z Checking serde_path_to_error v0.1.16
18872024-08-09T20:36:44.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18882024-08-09T20:36:45.003Z Checking hostname v0.4.0
18892024-08-09T20:36:45.132Z Checking cstr-argument v0.1.2
18902024-08-09T20:36:45.189Z Checking instant v0.1.12
18912024-08-09T20:36:45.237Z Checking fastrand v2.1.0
18922024-08-09T20:36:45.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18932024-08-09T20:36:45.301Z Checking debug-ignore v1.0.5
18942024-08-09T20:36:45.449Z Checking pretty-hex v0.2.1
18952024-08-09T20:36:45.559Z Checking tempfile v3.10.1
18962024-08-09T20:36:45.607Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18972024-08-09T20:36:45.621Z Checking backoff v0.4.0
18982024-08-09T20:36:45.876Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18992024-08-09T20:36:45.906Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-08-09T20:36:46.050Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19012024-08-09T20:36:46.075Z Checking tokio-tungstenite v0.20.1
19022024-08-09T20:36:46.200Z Compiling zone_cfg_derive v0.1.2
19032024-08-09T20:36:46.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19042024-08-09T20:36:46.544Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19052024-08-09T20:36:46.578Z Checking slog-stdlog v4.1.1
19062024-08-09T20:36:46.731Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19072024-08-09T20:36:46.746Z Checking serde_with v3.8.3
19082024-08-09T20:36:46.877Z Checking tungstenite v0.21.0
19092024-08-09T20:36:47.309Z Checking colored v2.1.0
19102024-08-09T20:36:47.523Z Checking parse-display v0.9.1
19112024-08-09T20:36:47.588Z Checking macaddr v1.0.1
19122024-08-09T20:36:47.676Z Checking socket2 v0.4.10
19132024-08-09T20:36:47.740Z Checking base64 v0.13.1
19142024-08-09T20:36:47.786Z Checking tokio-tungstenite v0.21.0
19152024-08-09T20:36:47.908Z Checking zone v0.1.8
19162024-08-09T20:36:48.138Z Checking ron v0.7.1
19172024-08-09T20:36:48.278Z Checking slog-envlogger v2.2.0
19182024-08-09T20:36:48.500Z Checking pem v3.0.4
19192024-08-09T20:36:48.518Z Checking tabwriter v1.4.0
19202024-08-09T20:36:48.752Z Checking xattr v1.3.1
19212024-08-09T20:36:48.768Z Checking portpicker v0.1.1
19222024-08-09T20:36:48.907Z Checking headers-core v0.2.0
19232024-08-09T20:36:48.955Z Checking smf v0.2.3
19242024-08-09T20:36:49.052Z Checking filetime v0.2.23
19252024-08-09T20:36:49.274Z Checking same-file v1.0.6
19262024-08-09T20:36:49.298Z Checking tar v0.4.41
19272024-08-09T20:36:49.447Z Checking walkdir v2.5.0
19282024-08-09T20:36:49.464Z Checking headers v0.3.9
19292024-08-09T20:36:49.734Z Checking rcgen v0.12.1
19302024-08-09T20:36:49.878Z Checking atomicwrites v0.4.3
19312024-08-09T20:36:50.056Z Checking camino-tempfile v1.1.1
19322024-08-09T20:36:50.072Z Checking subprocess v0.2.9
19332024-08-09T20:36:51.044Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19342024-08-09T20:36:51.259Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-08-09T20:36:53.217Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19362024-08-09T20:36:55.264Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19372024-08-09T20:36:55.332Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19382024-08-09T20:36:58.769Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19392024-08-09T20:37:05.046Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19402024-08-09T20:37:05.178Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19412024-08-09T20:37:05.181Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-08-09T20:37:07.721Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19432024-08-09T20:37:08.117Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19442024-08-09T20:37:14.021Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19452024-08-09T20:37:15.403Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19462024-08-09T20:37:16.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.15s
19472024-08-09T20:37:16.670Z
19482024-08-09T20:37:16.670Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19492024-08-09T20:37:17.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502024-08-09T20:37:17.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512024-08-09T20:37:17.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19522024-08-09T20:37:18.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
19532024-08-09T20:37:18.734Z
19542024-08-09T20:37:18.734Zinfo: running `cargo check --bins` on nexus-config (31/147)
19552024-08-09T20:37:19.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562024-08-09T20:37:19.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572024-08-09T20:37:19.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582024-08-09T20:37:19.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19592024-08-09T20:37:19.343Z
19602024-08-09T20:37:19.343Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19612024-08-09T20:37:19.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622024-08-09T20:37:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632024-08-09T20:37:19.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642024-08-09T20:37:19.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19652024-08-09T20:37:19.932Z
19662024-08-09T20:37:19.933Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19672024-08-09T20:37:20.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682024-08-09T20:37:20.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692024-08-09T20:37:20.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702024-08-09T20:37:20.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19712024-08-09T20:37:20.547Z
19722024-08-09T20:37:20.547Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19732024-08-09T20:37:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742024-08-09T20:37:21.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752024-08-09T20:37:21.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762024-08-09T20:37:21.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19772024-08-09T20:37:21.170Z
19782024-08-09T20:37:21.170Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19792024-08-09T20:37:21.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802024-08-09T20:37:21.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812024-08-09T20:37:21.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822024-08-09T20:37:21.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19832024-08-09T20:37:21.757Z
19842024-08-09T20:37:21.757Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
19852024-08-09T20:37:22.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862024-08-09T20:37:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872024-08-09T20:37:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882024-08-09T20:37:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19892024-08-09T20:37:22.391Z
19902024-08-09T20:37:22.391Zinfo: running `cargo check --bins` on dns-service-client (37/147)
19912024-08-09T20:37:22.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922024-08-09T20:37:22.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932024-08-09T20:37:22.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942024-08-09T20:37:22.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19952024-08-09T20:37:22.990Z
19962024-08-09T20:37:22.990Zinfo: running `cargo check --bins` on dpd-client (38/147)
19972024-08-09T20:37:23.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982024-08-09T20:37:23.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992024-08-09T20:37:23.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002024-08-09T20:37:23.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20012024-08-09T20:37:23.594Z
20022024-08-09T20:37:23.594Zinfo: running `cargo check --bins` on gateway-client (39/147)
20032024-08-09T20:37:24.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042024-08-09T20:37:24.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052024-08-09T20:37:24.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062024-08-09T20:37:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20072024-08-09T20:37:24.181Z
20082024-08-09T20:37:24.181Zinfo: running `cargo check --bins` on installinator-client (40/147)
20092024-08-09T20:37:24.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-08-09T20:37:24.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-08-09T20:37:24.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122024-08-09T20:37:24.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20132024-08-09T20:37:24.805Z
20142024-08-09T20:37:24.805Zinfo: running `cargo check --bins` on installinator-common (41/147)
20152024-08-09T20:37:25.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162024-08-09T20:37:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172024-08-09T20:37:25.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182024-08-09T20:37:25.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20192024-08-09T20:37:25.423Z
20202024-08-09T20:37:25.423Zinfo: running `cargo check --bins` on update-engine (42/147)
20212024-08-09T20:37:25.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222024-08-09T20:37:25.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232024-08-09T20:37:25.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242024-08-09T20:37:25.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20252024-08-09T20:37:26.027Z
20262024-08-09T20:37:26.027Zinfo: running `cargo check --bins` on nexus-client (43/147)
20272024-08-09T20:37:26.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282024-08-09T20:37:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292024-08-09T20:37:26.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302024-08-09T20:37:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20312024-08-09T20:37:26.666Z
20322024-08-09T20:37:26.666Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20332024-08-09T20:37:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342024-08-09T20:37:27.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352024-08-09T20:37:27.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362024-08-09T20:37:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20372024-08-09T20:37:27.288Z
20382024-08-09T20:37:27.288Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20392024-08-09T20:37:27.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402024-08-09T20:37:27.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412024-08-09T20:37:27.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422024-08-09T20:37:27.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20432024-08-09T20:37:27.887Z
20442024-08-09T20:37:27.887Zinfo: running `cargo check --bins` on nexus-types (46/147)
20452024-08-09T20:37:28.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-08-09T20:37:28.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-08-09T20:37:28.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482024-08-09T20:37:28.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20492024-08-09T20:37:28.524Z
20502024-08-09T20:37:28.524Zinfo: running `cargo check --bins` on oxide-client (47/147)
20512024-08-09T20:37:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-08-09T20:37:29.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-08-09T20:37:29.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-08-09T20:37:29.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20552024-08-09T20:37:29.127Z
20562024-08-09T20:37:29.127Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20572024-08-09T20:37:29.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-08-09T20:37:29.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-08-09T20:37:29.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-08-09T20:37:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20612024-08-09T20:37:29.755Z
20622024-08-09T20:37:29.755Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20632024-08-09T20:37:30.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-08-09T20:37:30.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-08-09T20:37:30.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662024-08-09T20:37:30.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20672024-08-09T20:37:30.385Z
20682024-08-09T20:37:30.385Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20692024-08-09T20:37:30.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702024-08-09T20:37:30.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712024-08-09T20:37:30.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722024-08-09T20:37:30.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20732024-08-09T20:37:31.036Z
20742024-08-09T20:37:31.036Zinfo: running `cargo check --bins` on wicket-common (51/147)
20752024-08-09T20:37:31.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762024-08-09T20:37:31.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772024-08-09T20:37:31.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782024-08-09T20:37:31.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20792024-08-09T20:37:31.675Z
20802024-08-09T20:37:31.676Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20812024-08-09T20:37:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822024-08-09T20:37:32.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832024-08-09T20:37:32.312Z Compiling heapless v0.8.0
20842024-08-09T20:37:32.399Z Checking hash32 v0.3.1
20852024-08-09T20:37:32.409Z Compiling smoltcp v0.11.0
20862024-08-09T20:37:32.420Z Checking embedded-io v0.4.0
20872024-08-09T20:37:32.423Z Checking cobs v0.2.3
20882024-08-09T20:37:32.441Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20892024-08-09T20:37:32.443Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20902024-08-09T20:37:32.464Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20912024-08-09T20:37:32.558Z Compiling crucible-workspace-hack v0.1.0
20922024-08-09T20:37:32.583Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20932024-08-09T20:37:32.598Z Checking csv-core v0.1.11
20942024-08-09T20:37:32.602Z Checking postcard v1.0.8
20952024-08-09T20:37:32.794Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20962024-08-09T20:37:32.861Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20972024-08-09T20:37:32.922Z Checking csv v1.3.0
20982024-08-09T20:37:33.108Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20992024-08-09T20:37:33.127Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21002024-08-09T20:37:33.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21012024-08-09T20:37:33.313Z Compiling num-derive v0.4.2
21022024-08-09T20:37:33.477Z Compiling slog-dtrace v0.3.0
21032024-08-09T20:37:33.540Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042024-08-09T20:37:33.735Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21052024-08-09T20:37:33.855Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21062024-08-09T20:37:33.870Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21072024-08-09T20:37:34.269Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21082024-08-09T20:37:34.558Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21092024-08-09T20:37:35.039Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21102024-08-09T20:37:36.232Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21112024-08-09T20:37:37.087Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21122024-08-09T20:37:38.159Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21132024-08-09T20:37:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
21142024-08-09T20:37:41.056Z
21152024-08-09T20:37:41.056Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21162024-08-09T20:37:41.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-08-09T20:37:41.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-08-09T20:37:41.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-08-09T20:37:41.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21202024-08-09T20:37:41.683Z
21212024-08-09T20:37:41.683Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21222024-08-09T20:37:42.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-08-09T20:37:42.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-08-09T20:37:42.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-08-09T20:37:42.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21262024-08-09T20:37:42.305Z
21272024-08-09T20:37:42.306Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21282024-08-09T20:37:42.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-08-09T20:37:42.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-08-09T20:37:42.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-08-09T20:37:42.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21322024-08-09T20:37:43.042Z
21332024-08-09T20:37:43.042Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21342024-08-09T20:37:43.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-08-09T20:37:43.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-08-09T20:37:43.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-08-09T20:37:43.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21382024-08-09T20:37:43.773Z
21392024-08-09T20:37:43.773Zinfo: running `cargo check --bins` on dns-server (57/147)
21402024-08-09T20:37:44.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-08-09T20:37:44.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-08-09T20:37:44.403Z Compiling parking_lot_core v0.8.6
21432024-08-09T20:37:44.487Z Checking nibble_vec v0.1.0
21442024-08-09T20:37:44.496Z Checking endian-type v0.1.2
21452024-08-09T20:37:44.506Z Checking newline-converter v0.3.0
21462024-08-09T20:37:44.508Z Checking linked-hash-map v0.5.6
21472024-08-09T20:37:44.508Z Checking quick-error v1.2.3
21482024-08-09T20:37:44.513Z Checking fxhash v0.2.1
21492024-08-09T20:37:44.516Z Checking toml v0.5.11
21502024-08-09T20:37:44.629Z Checking expectorate v1.1.0
21512024-08-09T20:37:44.644Z Checking resolv-conf v0.7.0
21522024-08-09T20:37:44.647Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21532024-08-09T20:37:44.678Z Checking radix_trie v0.2.1
21542024-08-09T20:37:44.775Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21552024-08-09T20:37:44.802Z Checking lru-cache v0.1.2
21562024-08-09T20:37:44.974Z Checking trust-dns-resolver v0.22.0
21572024-08-09T20:37:45.027Z Checking trust-dns-client v0.22.0
21582024-08-09T20:37:45.210Z Checking parking_lot v0.11.2
21592024-08-09T20:37:45.532Z Checking sled v0.34.7
21602024-08-09T20:37:45.827Z Checking trust-dns-server v0.22.1
21612024-08-09T20:37:47.409Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21622024-08-09T20:37:48.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
21632024-08-09T20:37:48.610Z
21642024-08-09T20:37:48.610Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21652024-08-09T20:37:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-08-09T20:37:49.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-08-09T20:37:49.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-08-09T20:37:49.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21692024-08-09T20:37:49.219Z
21702024-08-09T20:37:49.219Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21712024-08-09T20:37:49.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-08-09T20:37:49.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-08-09T20:37:49.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-08-09T20:37:49.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21752024-08-09T20:37:49.883Z
21762024-08-09T20:37:49.883Zinfo: running `cargo check --bins` on gateway-types (60/147)
21772024-08-09T20:37:50.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-08-09T20:37:50.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-08-09T20:37:50.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-08-09T20:37:50.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21812024-08-09T20:37:50.513Z
21822024-08-09T20:37:50.513Zinfo: running `cargo check --bins` on ipcc (61/147)
21832024-08-09T20:37:51.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-09T20:37:51.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-09T20:37:51.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-08-09T20:37:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21872024-08-09T20:37:51.130Z
21882024-08-09T20:37:51.130Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
21892024-08-09T20:37:51.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-09T20:37:51.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-09T20:37:51.798Z Compiling radium v0.7.0
21922024-08-09T20:37:51.893Z Compiling maybe-uninit v2.0.0
21932024-08-09T20:37:51.909Z Checking tap v1.0.1
21942024-08-09T20:37:51.909Z Compiling bzip2-sys v0.1.11+1.0.8
21952024-08-09T20:37:51.909Z Compiling num-bigint-dig v0.8.4
21962024-08-09T20:37:51.909Z Compiling packed_struct v0.10.1
21972024-08-09T20:37:51.909Z Checking crc-catalog v2.4.0
21982024-08-09T20:37:51.915Z Checking funty v2.0.0
21992024-08-09T20:37:52.016Z Checking wyz v0.5.1
22002024-08-09T20:37:52.075Z Checking crc v3.2.1
22012024-08-09T20:37:52.218Z Compiling packed_struct_codegen v0.10.1
22022024-08-09T20:37:52.387Z Compiling indexmap v1.9.3
22032024-08-09T20:37:52.460Z Checking half v2.4.1
22042024-08-09T20:37:52.494Z Checking ciborium-io v0.2.2
22052024-08-09T20:37:52.523Z Checking nodrop v0.1.14
22062024-08-09T20:37:52.609Z Checking smallvec v0.6.14
22072024-08-09T20:37:52.636Z Checking array-init v0.0.4
22082024-08-09T20:37:52.761Z Checking pkcs1 v0.7.5
22092024-08-09T20:37:52.837Z Checking bitvec v1.0.1
22102024-08-09T20:37:52.915Z Checking ciborium-ll v0.2.2
22112024-08-09T20:37:52.984Z Checking signature v2.2.0
22122024-08-09T20:37:53.117Z Compiling memoffset v0.9.1
22132024-08-09T20:37:53.181Z Checking hashbrown v0.12.3
22142024-08-09T20:37:53.196Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22152024-08-09T20:37:53.219Z Checking bitfield v0.14.0
22162024-08-09T20:37:53.469Z Checking ciborium v0.2.2
22172024-08-09T20:37:53.526Z Checking bzip2 v0.4.4
22182024-08-09T20:37:53.573Z Checking env_logger v0.10.2
22192024-08-09T20:37:53.605Z Checking serde-hex v0.1.0
22202024-08-09T20:37:53.819Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212024-08-09T20:37:53.993Z Checking ron v0.8.1
22222024-08-09T20:37:54.056Z Checking x509-cert v0.2.5
22232024-08-09T20:37:54.510Z Checking hashbrown v0.13.2
22242024-08-09T20:37:54.791Z Checking rsa v0.9.6
22252024-08-09T20:37:54.932Z Checking crc-any v2.5.0
22262024-08-09T20:37:55.258Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22272024-08-09T20:37:55.323Z Checking zip v0.6.6
22282024-08-09T20:37:55.532Z Checking object v0.30.4
22292024-08-09T20:37:55.606Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22302024-08-09T20:37:55.636Z Checking path-slash v0.1.5
22312024-08-09T20:37:55.654Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22322024-08-09T20:37:55.776Z Checking nix v0.27.1
22332024-08-09T20:37:55.812Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22342024-08-09T20:37:55.952Z Checking serde-big-array v0.5.1
22352024-08-09T20:37:55.971Z Checking signal-hook-tokio v0.3.1
22362024-08-09T20:37:57.872Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22372024-08-09T20:37:58.261Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22382024-08-09T20:38:05.132Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22392024-08-09T20:38:06.373Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22402024-08-09T20:38:08.097Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22412024-08-09T20:38:09.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
22422024-08-09T20:38:10.031Z
22432024-08-09T20:38:10.031Zinfo: running `cargo check --bins` on gateway-api (63/147)
22442024-08-09T20:38:10.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-08-09T20:38:10.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-08-09T20:38:10.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-08-09T20:38:10.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22482024-08-09T20:38:10.652Z
22492024-08-09T20:38:10.652Zinfo: running `cargo check --bins` on sp-sim (64/147)
22502024-08-09T20:38:11.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-08-09T20:38:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-08-09T20:38:11.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22532024-08-09T20:38:12.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
22542024-08-09T20:38:13.032Z
22552024-08-09T20:38:13.032Zinfo: running `cargo check --bins` on internal-dns (65/147)
22562024-08-09T20:38:13.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-09T20:38:13.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-09T20:38:13.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-08-09T20:38:13.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22602024-08-09T20:38:13.651Z
22612024-08-09T20:38:13.651Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22622024-08-09T20:38:14.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-09T20:38:14.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-09T20:38:14.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-09T20:38:14.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22662024-08-09T20:38:14.321Z
22672024-08-09T20:38:14.321Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22682024-08-09T20:38:14.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-09T20:38:14.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-09T20:38:14.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-08-09T20:38:14.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22722024-08-09T20:38:14.996Z
22732024-08-09T20:38:14.997Zinfo: running `cargo check --bins` on db-macros (68/147)
22742024-08-09T20:38:15.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-08-09T20:38:15.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-08-09T20:38:15.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-08-09T20:38:15.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22782024-08-09T20:38:15.594Z
22792024-08-09T20:38:15.595Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22802024-08-09T20:38:16.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-08-09T20:38:16.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-08-09T20:38:16.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-08-09T20:38:16.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22842024-08-09T20:38:16.193Z
22852024-08-09T20:38:16.193Zinfo: running `cargo check --bins` on nexus-auth (70/147)
22862024-08-09T20:38:16.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-08-09T20:38:16.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-08-09T20:38:16.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-08-09T20:38:16.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22902024-08-09T20:38:16.853Z
22912024-08-09T20:38:16.853Zinfo: running `cargo check --bins` on authz-macros (71/147)
22922024-08-09T20:38:17.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-08-09T20:38:17.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-08-09T20:38:17.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-08-09T20:38:17.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22962024-08-09T20:38:17.455Z
22972024-08-09T20:38:17.455Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
22982024-08-09T20:38:18.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-08-09T20:38:18.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-08-09T20:38:18.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-08-09T20:38:18.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23022024-08-09T20:38:18.096Z
23032024-08-09T20:38:18.096Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23042024-08-09T20:38:18.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-08-09T20:38:18.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-08-09T20:38:18.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-08-09T20:38:18.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23082024-08-09T20:38:18.732Z
23092024-08-09T20:38:18.732Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23102024-08-09T20:38:19.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-08-09T20:38:19.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-08-09T20:38:19.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-08-09T20:38:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23142024-08-09T20:38:19.357Z
23152024-08-09T20:38:19.357Zinfo: running `cargo check --bins` on oximeter (75/147)
23162024-08-09T20:38:19.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-09T20:38:19.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-09T20:38:19.997Z Compiling rustls-pki-types v1.7.0
23192024-08-09T20:38:20.086Z Compiling prettyplease v0.2.20
23202024-08-09T20:38:20.088Z Compiling match_cfg v0.1.0
23212024-08-09T20:38:20.095Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23222024-08-09T20:38:20.107Z Compiling slog-json v2.6.1
23232024-08-09T20:38:20.115Z Compiling http v1.1.0
23242024-08-09T20:38:20.139Z Compiling atomic-waker v1.1.2
23252024-08-09T20:38:20.153Z Compiling async-stream v0.3.5
23262024-08-09T20:38:20.174Z Compiling hostname v0.3.1
23272024-08-09T20:38:20.316Z Compiling waitgroup v0.1.2
23282024-08-09T20:38:20.378Z Compiling toml v0.8.19
23292024-08-09T20:38:20.423Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23302024-08-09T20:38:20.449Z Compiling rustls-webpki v0.102.4
23312024-08-09T20:38:20.464Z Compiling rustls-pemfile v2.1.3
23322024-08-09T20:38:20.509Z Compiling slog-bunyan v2.5.0
23332024-08-09T20:38:20.548Z Compiling sha1 v0.10.6
23342024-08-09T20:38:20.635Z Compiling newtype-uuid v1.1.0
23352024-08-09T20:38:20.738Z Compiling ipnetwork v0.20.0
23362024-08-09T20:38:20.823Z Compiling serde_path_to_error v0.1.16
23372024-08-09T20:38:20.905Z Compiling hostname v0.4.0
23382024-08-09T20:38:20.941Z Compiling instant v0.1.12
23392024-08-09T20:38:20.978Z Compiling debug-ignore v1.0.5
23402024-08-09T20:38:21.086Z Compiling backoff v0.4.0
23412024-08-09T20:38:21.122Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23422024-08-09T20:38:21.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23432024-08-09T20:38:21.430Z Compiling rustls v0.22.4
23442024-08-09T20:38:21.481Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23452024-08-09T20:38:21.634Z Compiling multer v3.1.0
23462024-08-09T20:38:21.665Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23472024-08-09T20:38:21.836Z Compiling serde_with v3.8.3
23482024-08-09T20:38:21.862Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23492024-08-09T20:38:22.131Z Compiling parse-display v0.9.1
23502024-08-09T20:38:22.530Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23512024-08-09T20:38:22.552Z Compiling num-rational v0.4.2
23522024-08-09T20:38:22.701Z Compiling num-complex v0.4.6
23532024-08-09T20:38:22.726Z Compiling macaddr v1.0.1
23542024-08-09T20:38:23.730Z Compiling num v0.4.3
23552024-08-09T20:38:23.770Z Compiling float-ord v0.3.2
23562024-08-09T20:38:24.884Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23572024-08-09T20:38:25.374Z Compiling tokio-rustls v0.25.0
23582024-08-09T20:38:25.632Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23592024-08-09T20:38:28.948Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23602024-08-09T20:38:40.438Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23612024-08-09T20:38:43.525Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23622024-08-09T20:38:44.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.78s
23632024-08-09T20:38:44.295Z
23642024-08-09T20:38:44.295Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23652024-08-09T20:38:44.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-08-09T20:38:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-08-09T20:38:44.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-08-09T20:38:44.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23692024-08-09T20:38:44.928Z
23702024-08-09T20:38:44.928Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23712024-08-09T20:38:45.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-08-09T20:38:45.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-08-09T20:38:45.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-08-09T20:38:45.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23752024-08-09T20:38:45.520Z
23762024-08-09T20:38:45.520Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23772024-08-09T20:38:46.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-08-09T20:38:46.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-08-09T20:38:46.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-08-09T20:38:46.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23812024-08-09T20:38:46.147Z
23822024-08-09T20:38:46.147Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23832024-08-09T20:38:46.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-08-09T20:38:46.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-08-09T20:38:46.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-08-09T20:38:46.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23872024-08-09T20:38:46.789Z
23882024-08-09T20:38:46.789Zinfo: running `cargo check --bins` on typed-rng (80/147)
23892024-08-09T20:38:47.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-08-09T20:38:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-08-09T20:38:47.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-08-09T20:38:47.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23932024-08-09T20:38:47.376Z
23942024-08-09T20:38:47.376Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
23952024-08-09T20:38:47.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-08-09T20:38:47.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-08-09T20:38:48.092Z Checking password-hash v0.5.0
23982024-08-09T20:38:48.092Z Checking blake2 v0.10.6
23992024-08-09T20:38:48.095Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24002024-08-09T20:38:48.095Z Compiling semver v0.1.20
24012024-08-09T20:38:48.215Z Compiling rayon-core v1.12.1
24022024-08-09T20:38:48.217Z Compiling convert_case v0.4.0
24032024-08-09T20:38:48.239Z Compiling crossbeam-deque v0.8.5
24042024-08-09T20:38:48.242Z Compiling unicase v2.7.0
24052024-08-09T20:38:48.483Z Compiling rustc_version v0.1.7
24062024-08-09T20:38:48.557Z Compiling same-file v1.0.6
24072024-08-09T20:38:48.589Z Compiling libefi-sys v0.1.0
24082024-08-09T20:38:48.591Z Checking argon2 v0.5.3
24092024-08-09T20:38:48.617Z Compiling fastrand v2.1.0
24102024-08-09T20:38:48.780Z Compiling walkdir v2.5.0
24112024-08-09T20:38:48.908Z Compiling curve25519-dalek v4.1.3
24122024-08-09T20:38:49.007Z Compiling newtype_derive v0.1.6
24132024-08-09T20:38:49.051Z Compiling tempfile v3.10.1
24142024-08-09T20:38:49.153Z Compiling bitfield-struct v0.6.1
24152024-08-09T20:38:49.173Z Compiling derive_more v0.99.18
24162024-08-09T20:38:49.286Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24172024-08-09T20:38:49.381Z Compiling derive-where v1.2.7
24182024-08-09T20:38:49.534Z Compiling ring v0.16.20
24192024-08-09T20:38:49.558Z Compiling blake3 v1.5.1
24202024-08-09T20:38:49.573Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24212024-08-09T20:38:49.905Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24222024-08-09T20:38:50.158Z Checking keccak v0.1.5
24232024-08-09T20:38:50.462Z Checking sha3 v0.10.8
24242024-08-09T20:38:50.623Z Compiling rayon v1.10.0
24252024-08-09T20:38:50.651Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24262024-08-09T20:38:50.936Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24272024-08-09T20:38:50.952Z Checking universal-hash v0.5.1
24282024-08-09T20:38:51.125Z Compiling thiserror-impl-no-std v2.0.2
24292024-08-09T20:38:51.221Z Checking secrecy v0.8.0
24302024-08-09T20:38:51.224Z Compiling curve25519-dalek-derive v0.1.1
24312024-08-09T20:38:51.261Z Compiling memmap2 v0.9.4
24322024-08-09T20:38:51.434Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332024-08-09T20:38:51.545Z Compiling constant_time_eq v0.3.0
24342024-08-09T20:38:51.711Z Compiling home v0.5.9
24352024-08-09T20:38:51.727Z Compiling arrayvec v0.7.4
24362024-08-09T20:38:51.979Z Checking opaque-debug v0.3.1
24372024-08-09T20:38:52.074Z Compiling spin v0.5.2
24382024-08-09T20:38:52.158Z Compiling arrayref v0.3.7
24392024-08-09T20:38:52.266Z Compiling untrusted v0.7.1
24402024-08-09T20:38:52.394Z Checking poly1305 v0.8.0
24412024-08-09T20:38:52.451Z Compiling toolchain_find v0.4.0
24422024-08-09T20:38:52.779Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432024-08-09T20:38:52.945Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24442024-08-09T20:38:53.196Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24452024-08-09T20:38:53.241Z Checking steno v0.4.1
24462024-08-09T20:38:53.324Z Compiling camino-tempfile v1.1.1
24472024-08-09T20:38:53.770Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24482024-08-09T20:38:53.927Z Checking chacha20 v0.9.1
24492024-08-09T20:38:54.342Z Checking thiserror-no-std v2.0.2
24502024-08-09T20:38:54.345Z Checking gethostname v0.5.0
24512024-08-09T20:38:54.460Z Checking aead v0.5.2
24522024-08-09T20:38:54.484Z Compiling cancel-safe-futures v0.1.5
24532024-08-09T20:38:54.608Z Compiling topological-sort v0.2.2
24542024-08-09T20:38:54.683Z Checking chacha20poly1305 v0.10.1
24552024-08-09T20:38:54.830Z Checking vsss-rs v3.3.4
24562024-08-09T20:38:54.871Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24572024-08-09T20:38:54.886Z Compiling mime_guess v2.0.4
24582024-08-09T20:38:55.582Z Compiling rustfmt-wrapper v0.2.1
24592024-08-09T20:38:56.192Z Compiling omicron-zone-package v0.11.0
24602024-08-09T20:38:56.223Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24612024-08-09T20:38:56.261Z Checking glob v0.3.1
24622024-08-09T20:38:56.795Z Checking libsw v3.3.1
24632024-08-09T20:38:56.891Z Checking swrite v0.1.0
24642024-08-09T20:38:56.944Z Checking linear-map v1.2.0
24652024-08-09T20:38:57.007Z Checking owo-colors v4.0.0
24662024-08-09T20:38:57.056Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24672024-08-09T20:38:57.089Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24682024-08-09T20:38:57.260Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24692024-08-09T20:38:57.717Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24702024-08-09T20:38:57.922Z Checking kstat-rs v0.2.4
24712024-08-09T20:38:57.973Z Checking nanorand v0.7.0
24722024-08-09T20:38:58.246Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24732024-08-09T20:38:58.278Z Checking http-range v0.1.5
24742024-08-09T20:38:58.335Z Checking flume v0.11.0
24752024-08-09T20:38:58.391Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24762024-08-09T20:38:58.453Z Checking hyper-staticfile v0.9.5
24772024-08-09T20:38:58.788Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24782024-08-09T20:38:58.804Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24792024-08-09T20:38:58.864Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24802024-08-09T20:38:58.992Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24812024-08-09T20:38:59.040Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24822024-08-09T20:39:00.288Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24832024-08-09T20:39:00.651Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24842024-08-09T20:39:01.760Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24852024-08-09T20:39:02.392Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24862024-08-09T20:39:02.512Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24872024-08-09T20:39:02.900Z Checking itertools v0.13.0
24882024-08-09T20:39:02.986Z Checking display-error-chain v0.2.0
24892024-08-09T20:39:09.709Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24902024-08-09T20:39:14.941Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24912024-08-09T20:39:14.944Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24922024-08-09T20:39:15.589Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24932024-08-09T20:39:29.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.26s
24942024-08-09T20:39:29.791Z
24952024-08-09T20:39:29.791Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
24962024-08-09T20:39:30.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-08-09T20:39:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-08-09T20:39:30.504Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24992024-08-09T20:39:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.13s
25002024-08-09T20:39:45.079Z
25012024-08-09T20:39:45.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25022024-08-09T20:39:45.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-08-09T20:39:45.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-08-09T20:39:45.794Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25052024-08-09T20:39:59.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s
25062024-08-09T20:40:00.120Z
25072024-08-09T20:40:00.120Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25082024-08-09T20:40:00.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-08-09T20:40:00.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-08-09T20:40:00.840Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25112024-08-09T20:40:15.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.01s
25122024-08-09T20:40:15.290Z
25132024-08-09T20:40:15.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25142024-08-09T20:40:15.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-08-09T20:40:15.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-08-09T20:40:16.019Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25172024-08-09T20:40:30.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
25182024-08-09T20:40:30.418Z
25192024-08-09T20:40:30.418Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25202024-08-09T20:40:31.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-08-09T20:40:31.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-08-09T20:40:31.143Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25232024-08-09T20:40:45.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s
25242024-08-09T20:40:45.637Z
25252024-08-09T20:40:45.637Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25262024-08-09T20:40:46.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-08-09T20:40:46.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-08-09T20:40:46.365Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25292024-08-09T20:41:00.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s
25302024-08-09T20:41:00.720Z
25312024-08-09T20:41:00.720Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25322024-08-09T20:41:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-08-09T20:41:01.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-08-09T20:41:01.443Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25352024-08-09T20:41:15.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
25362024-08-09T20:41:15.744Z
25372024-08-09T20:41:15.744Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25382024-08-09T20:41:16.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-08-09T20:41:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-08-09T20:41:16.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-08-09T20:41:16.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25422024-08-09T20:41:16.398Z
25432024-08-09T20:41:16.398Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25442024-08-09T20:41:16.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-08-09T20:41:16.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-08-09T20:41:16.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-08-09T20:41:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25482024-08-09T20:41:17.059Z
25492024-08-09T20:41:17.059Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25502024-08-09T20:41:17.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-08-09T20:41:17.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-08-09T20:41:17.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-08-09T20:41:17.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25542024-08-09T20:41:17.698Z
25552024-08-09T20:41:17.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25562024-08-09T20:41:18.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-08-09T20:41:18.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-08-09T20:41:18.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-08-09T20:41:18.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25602024-08-09T20:41:18.344Z
25612024-08-09T20:41:18.344Zinfo: running `cargo check --bins` on key-manager (93/147)
25622024-08-09T20:41:18.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-08-09T20:41:18.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-08-09T20:41:18.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-08-09T20:41:18.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25662024-08-09T20:41:18.966Z
25672024-08-09T20:41:18.966Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25682024-08-09T20:41:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-08-09T20:41:19.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-08-09T20:41:19.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-08-09T20:41:19.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-08-09T20:41:19.598Z
25732024-08-09T20:41:19.598Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25742024-08-09T20:41:20.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-08-09T20:41:20.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-08-09T20:41:20.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-08-09T20:41:20.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25782024-08-09T20:41:20.196Z
25792024-08-09T20:41:20.196Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25802024-08-09T20:41:20.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-08-09T20:41:20.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-08-09T20:41:20.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-08-09T20:41:20.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25842024-08-09T20:41:20.808Z
25852024-08-09T20:41:20.808Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
25862024-08-09T20:41:21.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-08-09T20:41:21.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-08-09T20:41:21.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-08-09T20:41:21.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25902024-08-09T20:41:21.420Z
25912024-08-09T20:41:21.420Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
25922024-08-09T20:41:21.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-08-09T20:41:21.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-08-09T20:41:21.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-08-09T20:41:21.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962024-08-09T20:41:22.031Z
25972024-08-09T20:41:22.031Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
25982024-08-09T20:41:22.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-08-09T20:41:22.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-08-09T20:41:22.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-08-09T20:41:22.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26022024-08-09T20:41:22.655Z
26032024-08-09T20:41:22.655Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26042024-08-09T20:41:23.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-08-09T20:41:23.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-08-09T20:41:23.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-08-09T20:41:23.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082024-08-09T20:41:23.278Z
26092024-08-09T20:41:23.278Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26102024-08-09T20:41:23.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-08-09T20:41:23.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-08-09T20:41:23.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-08-09T20:41:23.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26142024-08-09T20:41:23.903Z
26152024-08-09T20:41:23.903Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26162024-08-09T20:41:24.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-08-09T20:41:24.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-08-09T20:41:24.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-08-09T20:41:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26202024-08-09T20:41:24.549Z
26212024-08-09T20:41:24.549Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26222024-08-09T20:41:25.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-08-09T20:41:25.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-08-09T20:41:25.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-08-09T20:41:25.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26262024-08-09T20:41:25.193Z
26272024-08-09T20:41:25.193Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26282024-08-09T20:41:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-08-09T20:41:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-08-09T20:41:25.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-08-09T20:41:25.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26322024-08-09T20:41:25.837Z
26332024-08-09T20:41:25.837Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26342024-08-09T20:41:26.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-08-09T20:41:26.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-08-09T20:41:26.510Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26372024-08-09T20:41:26.510Z Checking bcs v0.1.6
26382024-08-09T20:41:26.510Z Compiling async-recursion v1.1.1
26392024-08-09T20:41:26.513Z Checking highway v1.2.0
26402024-08-09T20:41:26.513Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26412024-08-09T20:41:26.513Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26422024-08-09T20:41:27.655Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26432024-08-09T20:41:30.899Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26442024-08-09T20:41:32.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
26452024-08-09T20:41:32.714Z
26462024-08-09T20:41:32.714Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26472024-08-09T20:41:33.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-08-09T20:41:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-08-09T20:41:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-08-09T20:41:33.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26512024-08-09T20:41:33.343Z
26522024-08-09T20:41:33.343Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26532024-08-09T20:41:33.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-08-09T20:41:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-08-09T20:41:33.977Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26562024-08-09T20:41:34.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
26572024-08-09T20:41:34.698Z
26582024-08-09T20:41:34.698Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26592024-08-09T20:41:35.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-08-09T20:41:35.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-08-09T20:41:35.352Z Compiling cfg_aliases v0.1.1
26622024-08-09T20:41:35.355Z Compiling vte_generate_state_changes v0.1.1
26632024-08-09T20:41:35.355Z Checking fd-lock v4.0.2
26642024-08-09T20:41:35.441Z Checking bytecount v0.6.8
26652024-08-09T20:41:35.456Z Compiling tabled_derive v0.7.0
26662024-08-09T20:41:35.460Z Compiling peg-macros v0.8.4
26672024-08-09T20:41:35.460Z Compiling sqlparser_derive v0.2.2
26682024-08-09T20:41:35.460Z Checking home v0.5.9
26692024-08-09T20:41:35.516Z Compiling nix v0.28.0
26702024-08-09T20:41:35.577Z Checking papergrid v0.11.0
26712024-08-09T20:41:35.592Z Checking nu-ansi-term v0.50.0
26722024-08-09T20:41:35.605Z Checking unicode_categories v0.1.1
26732024-08-09T20:41:35.898Z Checking sqlformat v0.2.4
26742024-08-09T20:41:36.078Z Checking vte v0.11.1
26752024-08-09T20:41:36.568Z Checking sqlparser v0.45.0
26762024-08-09T20:41:37.444Z Checking strip-ansi-escapes v0.2.0
26772024-08-09T20:41:37.478Z Checking tabled v0.15.0
26782024-08-09T20:41:37.585Z Checking reedline v0.31.0
26792024-08-09T20:41:38.050Z Checking peg v0.8.4
26802024-08-09T20:41:38.690Z Checking rustyline v14.0.0
26812024-08-09T20:41:42.780Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26822024-08-09T20:41:48.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
26832024-08-09T20:41:48.609Z
26842024-08-09T20:41:48.610Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
26852024-08-09T20:41:49.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-08-09T20:41:49.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-08-09T20:41:49.254Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26882024-08-09T20:41:54.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
26892024-08-09T20:41:55.120Z
26902024-08-09T20:41:55.120Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
26912024-08-09T20:41:55.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-08-09T20:41:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-08-09T20:41:55.781Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-08-09T20:42:02.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
26952024-08-09T20:42:02.741Z
26962024-08-09T20:42:02.741Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
26972024-08-09T20:42:02.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-09T20:42:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-09T20:42:02.758Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-08-09T20:42:06.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
27012024-08-09T20:42:06.367Z
27022024-08-09T20:42:06.367Zinfo: running `cargo check --bins` on cert-dev (112/147)
27032024-08-09T20:42:06.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-09T20:42:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-09T20:42:06.967Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27062024-08-09T20:42:07.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27072024-08-09T20:42:07.345Z
27082024-08-09T20:42:07.345Zinfo: running `cargo check --bins` on ch-dev (113/147)
27092024-08-09T20:42:07.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-08-09T20:42:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-08-09T20:42:07.994Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27122024-08-09T20:42:08.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
27132024-08-09T20:42:08.833Z
27142024-08-09T20:42:08.833Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27152024-08-09T20:42:09.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-09T20:42:09.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-09T20:42:09.480Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27182024-08-09T20:42:09.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27192024-08-09T20:42:09.951Z
27202024-08-09T20:42:09.951Zinfo: running `cargo check --bins` on db-dev (115/147)
27212024-08-09T20:42:10.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-09T20:42:10.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-09T20:42:10.599Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27242024-08-09T20:42:11.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
27252024-08-09T20:42:11.438Z
27262024-08-09T20:42:11.438Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27272024-08-09T20:42:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-09T20:42:12.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-09T20:42:12.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-08-09T20:42:12.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27312024-08-09T20:42:12.083Z
27322024-08-09T20:42:12.083Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27332024-08-09T20:42:12.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-09T20:42:12.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-09T20:42:12.680Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27362024-08-09T20:42:13.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
27372024-08-09T20:42:13.650Z
27382024-08-09T20:42:13.650Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27392024-08-09T20:42:14.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-08-09T20:42:14.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-08-09T20:42:14.344Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27422024-08-09T20:42:14.879Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27432024-08-09T20:42:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
27442024-08-09T20:42:15.412Z
27452024-08-09T20:42:15.412Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27462024-08-09T20:42:16.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-08-09T20:42:16.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-08-09T20:42:16.188Z Compiling glob v0.3.1
27492024-08-09T20:42:16.188Z Compiling crunchy v0.2.2
27502024-08-09T20:42:16.191Z Compiling tiny-keccak v2.0.2
27512024-08-09T20:42:16.296Z Compiling dsl_auto_type v0.1.2
27522024-08-09T20:42:16.303Z Checking scheduled-thread-pool v0.2.7
27532024-08-09T20:42:16.305Z Compiling diesel_table_macro_syntax v0.2.0
27542024-08-09T20:42:16.338Z Compiling ascii-canvas v3.0.0
27552024-08-09T20:42:16.341Z Compiling ena v0.14.3
27562024-08-09T20:42:16.521Z Checking r2d2 v0.8.10
27572024-08-09T20:42:16.607Z Compiling libloading v0.8.3
27582024-08-09T20:42:16.746Z Compiling bindgen v0.69.4
27592024-08-09T20:42:16.764Z Compiling regex-syntax v0.6.29
27602024-08-09T20:42:16.844Z Compiling diff v0.1.13
27612024-08-09T20:42:16.880Z Compiling which v4.4.2
27622024-08-09T20:42:17.010Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27632024-08-09T20:42:17.203Z Compiling clang-sys v1.7.0
27642024-08-09T20:42:17.247Z Compiling cexpr v0.6.0
27652024-08-09T20:42:17.520Z Compiling shlex v1.3.0
27662024-08-09T20:42:17.536Z Compiling rustc-hash v1.1.0
27672024-08-09T20:42:17.573Z Compiling lazycell v1.3.0
27682024-08-09T20:42:17.590Z Compiling ref-cast v1.0.23
27692024-08-09T20:42:17.689Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27702024-08-09T20:42:17.747Z Compiling derive_builder_core v0.20.0
27712024-08-09T20:42:17.933Z Compiling libxml v0.3.3
27722024-08-09T20:42:17.946Z Compiling diesel_derives v2.2.2
27732024-08-09T20:42:17.997Z Compiling ref-cast-impl v1.0.23
27742024-08-09T20:42:18.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27752024-08-09T20:42:18.364Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27762024-08-09T20:42:18.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27772024-08-09T20:42:18.984Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27782024-08-09T20:42:19.028Z Compiling strum_macros v0.24.3
27792024-08-09T20:42:19.341Z Compiling cookie v0.18.1
27802024-08-09T20:42:19.371Z Compiling indoc v1.0.9
27812024-08-09T20:42:20.227Z Compiling lalrpop v0.19.12
27822024-08-09T20:42:20.360Z Compiling derive_builder_macro v0.20.0
27832024-08-09T20:42:21.258Z Checking derive_builder v0.20.0
27842024-08-09T20:42:21.409Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27852024-08-09T20:42:21.710Z Compiling oso-derive v0.27.3
27862024-08-09T20:42:21.833Z Compiling impl-trait-for-tuples v0.2.2
27872024-08-09T20:42:22.597Z Checking quick-xml v0.31.0
27882024-08-09T20:42:22.663Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27892024-08-09T20:42:22.790Z Checking maplit v1.0.2
27902024-08-09T20:42:23.050Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27912024-08-09T20:42:23.383Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27922024-08-09T20:42:23.681Z Checking bb8 v0.8.5
27932024-08-09T20:42:24.189Z Compiling const_format_proc_macros v0.2.32
27942024-08-09T20:42:24.762Z Checking crossbeam-deque v0.8.5
27952024-08-09T20:42:24.859Z Compiling portable-atomic v1.6.0
27962024-08-09T20:42:25.084Z Checking rayon-core v1.12.1
27972024-08-09T20:42:25.801Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27982024-08-09T20:42:25.987Z Checking castaway v0.2.2
27992024-08-09T20:42:26.150Z Checking compact_str v0.7.1
28002024-08-09T20:42:26.380Z Checking const_format v0.2.32
28012024-08-09T20:42:26.883Z Checking rayon v1.10.0
28022024-08-09T20:42:26.934Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28032024-08-09T20:42:27.125Z Checking unicode-truncate v1.0.0
28042024-08-09T20:42:27.239Z Checking lru v0.12.3
28052024-08-09T20:42:27.361Z Compiling stability v0.2.0
28062024-08-09T20:42:27.532Z Checking cassowary v0.3.0
28072024-08-09T20:42:27.930Z Checking smawk v0.3.2
28082024-08-09T20:42:28.137Z Checking number_prefix v0.4.0
28092024-08-09T20:42:28.334Z Checking unicode-linebreak v0.1.5
28102024-08-09T20:42:28.433Z Checking ratatui v0.27.0
28112024-08-09T20:42:28.755Z Checking textwrap v0.16.1
28122024-08-09T20:42:29.235Z Checking multimap v0.10.0
28132024-08-09T20:42:30.581Z Checking diesel v2.2.2
28142024-08-09T20:42:30.684Z Checking indicatif v0.17.8
28152024-08-09T20:42:54.093Z Compiling samael v0.0.15
28162024-08-09T20:43:05.109Z Compiling polar-core v0.27.3
28172024-08-09T20:43:05.653Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28182024-08-09T20:43:12.073Z Checking oso v0.27.3
28192024-08-09T20:44:11.042Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202024-08-09T20:44:16.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
28212024-08-09T20:44:16.329Z
28222024-08-09T20:44:16.330Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28232024-08-09T20:44:16.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-08-09T20:44:16.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-08-09T20:44:16.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-08-09T20:44:16.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28272024-08-09T20:44:17.005Z
28282024-08-09T20:44:17.005Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28292024-08-09T20:44:17.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-08-09T20:44:17.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-08-09T20:44:17.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-08-09T20:44:17.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28332024-08-09T20:44:17.677Z
28342024-08-09T20:44:17.677Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28352024-08-09T20:44:18.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-08-09T20:44:18.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-08-09T20:44:18.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-08-09T20:44:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28392024-08-09T20:44:18.269Z
28402024-08-09T20:44:18.269Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28412024-08-09T20:44:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-09T20:44:18.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-09T20:44:19.044Z Compiling pin-project-internal v1.1.5
28442024-08-09T20:44:19.047Z Compiling snafu-derive v0.8.2
28452024-08-09T20:44:19.141Z Compiling buf-list v1.0.3
28462024-08-09T20:44:19.161Z Checking globset v0.4.14
28472024-08-09T20:44:19.163Z Checking olpc-cjson v0.1.3
28482024-08-09T20:44:19.163Z Checking rand_seeder v0.3.0
28492024-08-09T20:44:19.163Z Checking serde_plain v1.0.2
28502024-08-09T20:44:19.163Z Checking typed-path v0.7.1
28512024-08-09T20:44:19.403Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28522024-08-09T20:44:19.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532024-08-09T20:44:19.450Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28542024-08-09T20:44:19.588Z Checking parse-size v1.0.0
28552024-08-09T20:44:19.635Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28562024-08-09T20:44:19.758Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28572024-08-09T20:44:19.772Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582024-08-09T20:44:19.802Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28592024-08-09T20:44:20.345Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28602024-08-09T20:44:20.551Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612024-08-09T20:44:20.629Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622024-08-09T20:44:20.830Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28632024-08-09T20:44:20.930Z Checking fatfs v0.3.6
28642024-08-09T20:44:21.008Z Checking assert_matches v1.5.0
28652024-08-09T20:44:22.107Z Checking pin-project v1.1.5
28662024-08-09T20:44:22.889Z Checking snafu v0.8.2
28672024-08-09T20:44:23.190Z Checking tough v0.17.1
28682024-08-09T20:44:26.066Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28692024-08-09T20:44:27.177Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28702024-08-09T20:45:09.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.59s
28712024-08-09T20:45:10.028Z
28722024-08-09T20:45:10.028Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28732024-08-09T20:45:10.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-08-09T20:45:10.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-08-09T20:45:10.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-08-09T20:45:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28772024-08-09T20:45:10.667Z
28782024-08-09T20:45:10.668Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28792024-08-09T20:45:11.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-08-09T20:45:11.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-08-09T20:45:11.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-08-09T20:45:11.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28832024-08-09T20:45:11.328Z
28842024-08-09T20:45:11.328Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28852024-08-09T20:45:11.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-08-09T20:45:11.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-08-09T20:45:11.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-08-09T20:45:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28892024-08-09T20:45:11.992Z
28902024-08-09T20:45:11.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
28912024-08-09T20:45:12.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-08-09T20:45:12.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-08-09T20:45:12.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-08-09T20:45:12.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28952024-08-09T20:45:12.665Z
28962024-08-09T20:45:12.665Zinfo: running `cargo check --bins` on update-common (128/147)
28972024-08-09T20:45:13.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-08-09T20:45:13.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-08-09T20:45:13.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-08-09T20:45:13.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29012024-08-09T20:45:13.319Z
29022024-08-09T20:45:13.319Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29032024-08-09T20:45:13.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-08-09T20:45:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-08-09T20:45:13.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-08-09T20:45:13.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29072024-08-09T20:45:13.964Z
29082024-08-09T20:45:13.964Zinfo: running `cargo check --bins` on tufaceous (130/147)
29092024-08-09T20:45:14.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-08-09T20:45:14.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-08-09T20:45:14.622Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29122024-08-09T20:45:15.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29132024-08-09T20:45:15.653Z
29142024-08-09T20:45:15.653Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29152024-08-09T20:45:16.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-09T20:45:16.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-09T20:45:16.457Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29182024-08-09T20:45:16.457Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29192024-08-09T20:45:16.460Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29202024-08-09T20:45:17.819Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29212024-08-09T20:45:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
29222024-08-09T20:45:20.288Z
29232024-08-09T20:45:20.288Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29242024-08-09T20:45:20.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-08-09T20:45:20.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-08-09T20:45:20.976Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29272024-08-09T20:45:20.976Z Checking is_ci v1.2.0
29282024-08-09T20:45:20.976Z Checking heck v0.4.1
29292024-08-09T20:45:20.979Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302024-08-09T20:45:20.979Z Checking indent_write v2.2.0
29312024-08-09T20:45:21.155Z Checking supports-color v3.0.0
29322024-08-09T20:45:21.228Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29332024-08-09T20:45:22.592Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342024-08-09T20:45:23.397Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29352024-08-09T20:45:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29362024-08-09T20:45:24.454Z
29372024-08-09T20:45:24.454Zinfo: running `cargo check --bins` on installinator-api (133/147)
29382024-08-09T20:45:25.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-08-09T20:45:25.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-08-09T20:45:25.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412024-08-09T20:45:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29422024-08-09T20:45:25.090Z
29432024-08-09T20:45:25.090Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29442024-08-09T20:45:25.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-08-09T20:45:25.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-08-09T20:45:25.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472024-08-09T20:45:25.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29482024-08-09T20:45:25.734Z
29492024-08-09T20:45:25.734Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29502024-08-09T20:45:26.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-08-09T20:45:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-08-09T20:45:26.438Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29532024-08-09T20:45:27.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
29542024-08-09T20:45:27.789Z
29552024-08-09T20:45:27.789Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29562024-08-09T20:45:28.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-08-09T20:45:28.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-08-09T20:45:28.456Z Checking memmap2 v0.9.4
29592024-08-09T20:45:28.456Z Checking spin v0.5.2
29602024-08-09T20:45:28.458Z Checking arrayref v0.3.7
29612024-08-09T20:45:28.459Z Checking untrusted v0.7.1
29622024-08-09T20:45:28.459Z Checking constant_time_eq v0.3.0
29632024-08-09T20:45:28.459Z Checking arrayvec v0.7.4
29642024-08-09T20:45:28.459Z Checking cargo-platform v0.1.8
29652024-08-09T20:45:28.545Z Checking topological-sort v0.2.2
29662024-08-09T20:45:28.632Z Checking shell-words v1.1.0
29672024-08-09T20:45:28.734Z Checking ring v0.16.20
29682024-08-09T20:45:28.837Z Checking cargo_metadata v0.18.1
29692024-08-09T20:45:28.893Z Checking blake3 v1.5.1
29702024-08-09T20:45:29.893Z Checking omicron-zone-package v0.11.0
29712024-08-09T20:45:30.974Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29722024-08-09T20:45:31.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29732024-08-09T20:45:31.993Z
29742024-08-09T20:45:31.993Zinfo: running `cargo check --bins` on xtask (137/147)
29752024-08-09T20:45:32.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762024-08-09T20:45:32.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772024-08-09T20:45:32.470Z Checking serde v1.0.205
29782024-08-09T20:45:32.470Z Checking thiserror v1.0.63
29792024-08-09T20:45:32.473Z Checking scroll v0.12.0
29802024-08-09T20:45:32.547Z Checking log v0.4.21
29812024-08-09T20:45:32.555Z Checking hashbrown v0.14.5
29822024-08-09T20:45:32.563Z Checking bitflags v2.6.0
29832024-08-09T20:45:32.570Z Checking zerocopy v0.7.34
29842024-08-09T20:45:32.590Z Checking syn v2.0.72
29852024-08-09T20:45:32.643Z Checking pest v2.7.10
29862024-08-09T20:45:32.791Z Checking fs-err v2.11.0
29872024-08-09T20:45:32.820Z Checking rustix v0.38.34
29882024-08-09T20:45:33.004Z Checking goblin v0.8.2
29892024-08-09T20:45:33.088Z Checking anyhow v1.0.86
29902024-08-09T20:45:33.496Z Checking tabled v0.15.0
29912024-08-09T20:45:33.641Z Checking indexmap v2.3.0
29922024-08-09T20:45:33.849Z Checking terminal_size v0.3.0
29932024-08-09T20:45:34.015Z Checking clap_builder v4.5.13
29942024-08-09T20:45:35.107Z Checking dtrace-parser v0.2.0
29952024-08-09T20:45:36.571Z Checking serde_json v1.0.122
29962024-08-09T20:45:36.571Z Checking serde_spanned v0.6.7
29972024-08-09T20:45:36.574Z Checking toml_datetime v0.6.8
29982024-08-09T20:45:36.574Z Checking semver v1.0.23
29992024-08-09T20:45:36.574Z Checking cargo-platform v0.1.8
30002024-08-09T20:45:36.574Z Checking camino v1.1.7
30012024-08-09T20:45:36.788Z Checking macaddr v1.0.1
30022024-08-09T20:45:36.843Z Checking clap v4.5.13
30032024-08-09T20:45:36.886Z Checking toml_edit v0.22.20
30042024-08-09T20:45:37.654Z Checking dof v0.3.0
30052024-08-09T20:45:37.654Z Checking cargo_metadata v0.18.1
30062024-08-09T20:45:38.055Z Checking usdt-impl v0.5.0
30072024-08-09T20:45:38.404Z Checking usdt v0.5.0
30082024-08-09T20:45:38.564Z Checking toml v0.8.19
30092024-08-09T20:45:39.022Z Checking cargo_toml v0.20.4
30102024-08-09T20:45:40.232Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112024-08-09T20:45:40.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
30122024-08-09T20:45:40.903Z
30132024-08-09T20:45:40.904Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30142024-08-09T20:45:41.361Z Downloading crates ...
30152024-08-09T20:45:41.609Z Downloaded option-ext v0.2.0
30162024-08-09T20:45:41.612Z Downloaded dhcproto-macros v0.1.0
30172024-08-09T20:45:41.619Z Downloaded russh-cryptovec v0.7.2
30182024-08-09T20:45:41.626Z Downloaded md5 v0.7.0
30192024-08-09T20:45:41.628Z Downloaded rand_core v0.5.1
30202024-08-09T20:45:41.628Z Downloaded ghash v0.5.1
30212024-08-09T20:45:41.631Z Downloaded polyval v0.6.2
30222024-08-09T20:45:41.633Z Downloaded pbkdf2 v0.11.0
30232024-08-09T20:45:41.633Z Downloaded cbc v0.1.2
30242024-08-09T20:45:41.636Z Downloaded internet-checksum v0.2.1
30252024-08-09T20:45:41.636Z Downloaded dirs v5.0.1
30262024-08-09T20:45:41.639Z Downloaded bcrypt-pbkdf v0.10.0
30272024-08-09T20:45:41.639Z Downloaded rand_chacha v0.2.2
30282024-08-09T20:45:41.641Z Downloaded pbkdf2 v0.12.2
30292024-08-09T20:45:41.641Z Downloaded hex-literal v0.4.1
30302024-08-09T20:45:41.644Z Downloaded ed25519 v2.2.3
30312024-08-09T20:45:41.644Z Downloaded ctr v0.9.2
30322024-08-09T20:45:41.646Z Downloaded rfc6979 v0.4.0
30332024-08-09T20:45:41.649Z Downloaded dirs-sys v0.4.1
30342024-08-09T20:45:41.649Z Downloaded russh-keys v0.43.0
30352024-08-09T20:45:41.651Z Downloaded blowfish v0.9.1
30362024-08-09T20:45:41.654Z Downloaded ecdsa v0.16.9
30372024-08-09T20:45:41.656Z Downloaded aes v0.8.4
30382024-08-09T20:45:41.659Z Downloaded primeorder v0.13.6
30392024-08-09T20:45:41.661Z Downloaded password-hash v0.4.2
30402024-08-09T20:45:41.661Z Downloaded getrandom v0.1.16
30412024-08-09T20:45:41.664Z Downloaded dhcproto v0.12.0
30422024-08-09T20:45:41.670Z Downloaded p256 v0.13.2
30432024-08-09T20:45:41.674Z Downloaded ed25519-dalek v2.1.1
30442024-08-09T20:45:41.681Z Downloaded russh v0.43.0
30452024-08-09T20:45:41.686Z Downloaded rand v0.7.3
30462024-08-09T20:45:41.690Z Downloaded p521 v0.13.3
30472024-08-09T20:45:41.694Z Downloaded aes-gcm v0.10.3
30482024-08-09T20:45:41.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-08-09T20:45:41.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-08-09T20:45:41.826Z Compiling getrandom v0.1.16
30512024-08-09T20:45:41.926Z Checking rfc6979 v0.4.0
30522024-08-09T20:45:41.937Z Checking primeorder v0.13.6
30532024-08-09T20:45:41.940Z Checking option-ext v0.2.0
30542024-08-09T20:45:41.958Z Checking ed25519 v2.2.3
30552024-08-09T20:45:41.960Z Checking polyval v0.6.2
30562024-08-09T20:45:41.961Z Checking ctr v0.9.2
30572024-08-09T20:45:41.961Z Checking aes v0.8.4
30582024-08-09T20:45:42.041Z Checking dirs-sys v0.4.1
30592024-08-09T20:45:42.081Z Checking ecdsa v0.16.9
30602024-08-09T20:45:42.208Z Checking blowfish v0.9.1
30612024-08-09T20:45:42.228Z Checking password-hash v0.4.2
30622024-08-09T20:45:42.249Z Checking pbkdf2 v0.12.2
30632024-08-09T20:45:42.284Z Checking ghash v0.5.1
30642024-08-09T20:45:42.380Z Checking dirs v5.0.1
30652024-08-09T20:45:42.404Z Checking ed25519-dalek v2.1.1
30662024-08-09T20:45:42.425Z Checking bcrypt-pbkdf v0.10.0
30672024-08-09T20:45:42.446Z Checking cbc v0.1.2
30682024-08-09T20:45:42.523Z Checking russh-cryptovec v0.7.2
30692024-08-09T20:45:42.635Z Checking pbkdf2 v0.11.0
30702024-08-09T20:45:42.653Z Checking md5 v0.7.0
30712024-08-09T20:45:42.685Z Compiling dhcproto-macros v0.1.0
30722024-08-09T20:45:42.720Z Checking hex-literal v0.4.1
30732024-08-09T20:45:42.723Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30742024-08-09T20:45:42.788Z Checking p256 v0.13.2
30752024-08-09T20:45:42.850Z Checking p521 v0.13.3
30762024-08-09T20:45:42.867Z Checking aes-gcm v0.10.3
30772024-08-09T20:45:42.890Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30782024-08-09T20:45:42.910Z Checking internet-checksum v0.2.1
30792024-08-09T20:45:42.959Z Checking rand_core v0.5.1
30802024-08-09T20:45:43.257Z Checking rand_chacha v0.2.2
30812024-08-09T20:45:43.438Z Checking dhcproto v0.12.0
30822024-08-09T20:45:43.495Z Checking rand v0.7.3
30832024-08-09T20:45:44.454Z Checking russh-keys v0.43.0
30842024-08-09T20:45:45.201Z Checking russh v0.43.0
30852024-08-09T20:46:01.896Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30862024-08-09T20:46:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.33s
30872024-08-09T20:46:03.417Z
30882024-08-09T20:46:03.417Zinfo: running `cargo check --bins` on gateway-cli (139/147)
30892024-08-09T20:46:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-08-09T20:46:04.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-08-09T20:46:04.077Z Checking termios v0.3.3
30922024-08-09T20:46:04.283Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30932024-08-09T20:46:05.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
30942024-08-09T20:46:05.229Z
30952024-08-09T20:46:05.229Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
30962024-08-09T20:46:05.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-08-09T20:46:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-08-09T20:46:05.937Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30992024-08-09T20:46:07.987Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31002024-08-09T20:46:09.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
31012024-08-09T20:46:09.974Z
31022024-08-09T20:46:09.974Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31032024-08-09T20:46:10.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-08-09T20:46:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-08-09T20:46:10.617Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31062024-08-09T20:46:11.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
31072024-08-09T20:46:11.207Z
31082024-08-09T20:46:11.207Zinfo: running `cargo check --bins` on omicron-package (142/147)
31092024-08-09T20:46:11.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-08-09T20:46:11.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-08-09T20:46:11.905Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31122024-08-09T20:46:13.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31132024-08-09T20:46:13.332Z
31142024-08-09T20:46:13.332Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31152024-08-09T20:46:13.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-08-09T20:46:13.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-08-09T20:46:14.040Z Checking rtoolbox v0.0.2
31182024-08-09T20:46:14.040Z Checking tui-tree-widget v0.21.0
31192024-08-09T20:46:14.043Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31202024-08-09T20:46:14.254Z Checking rpassword v7.3.1
31212024-08-09T20:46:18.272Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31222024-08-09T20:46:21.112Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31232024-08-09T20:46:22.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
31242024-08-09T20:46:22.354Z
31252024-08-09T20:46:22.355Zinfo: running `cargo check --bins` on wicket (144/147)
31262024-08-09T20:46:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-08-09T20:46:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-08-09T20:46:23.021Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31292024-08-09T20:46:23.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31302024-08-09T20:46:23.532Z
31312024-08-09T20:46:23.532Zinfo: running `cargo check --bins` on wicketd (145/147)
31322024-08-09T20:46:24.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-08-09T20:46:24.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-08-09T20:46:24.219Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31352024-08-09T20:46:27.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
31362024-08-09T20:46:28.044Z
31372024-08-09T20:46:28.044Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31382024-08-09T20:46:28.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-08-09T20:46:28.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-08-09T20:46:28.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-08-09T20:46:28.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31422024-08-09T20:46:28.635Z
31432024-08-09T20:46:28.635Zinfo: running `cargo check --bins` on zone-setup (147/147)
31442024-08-09T20:46:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-08-09T20:46:29.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-08-09T20:46:29.346Z Checking uzers v0.11.3
31472024-08-09T20:46:29.639Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31482024-08-09T20:46:30.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
31492024-08-09T20:46:30.843Z
31502024-08-09T20:46:30.843Zreal 10:52.001873693
31512024-08-09T20:46:30.843Zuser 22:31.924897007
31522024-08-09T20:46:30.843Zsys 4:50.411961372
31532024-08-09T20:46:30.844Ztrap 0.493679665
31542024-08-09T20:46:30.844Ztflt 2.433040188
31552024-08-09T20:46:30.844Zdflt 1.982796755
31562024-08-09T20:46:30.844Zkflt 0.002670498
31572024-08-09T20:46:30.846Zlock 40:43.222165995
31582024-08-09T20:46:30.846Zslp 1:51:52.565728078
31592024-08-09T20:46:30.846Zlat 55.501478479
31602024-08-09T20:46:30.846Zstop 2:39.212506176
31612024-08-09T20:46:30.846Zprocess exited: duration 889231 ms, exit code 0
 
31622024-08-09T20:46:30.853Zfound 0 output files