01J43PTMCDV5N8X8EGQ0SC2TAE: 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: 01J43PTYECCRSV8RN0YZ3C29K5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-31T06:15:56.220Zjob assigned to worker 01J43PV5CGMDKQE5N30MFTVS8R (queued for 55 s)
 
22024-07-31T06:16:03.124Zstarting task 0: "setup"
32024-07-31T06:16:03.134Z++ uname -s
42024-07-31T06:16:03.137Z+ kern=SunOS
52024-07-31T06:16:03.137Z+ case "$kern" in
62024-07-31T06:16:03.137Z+ groupadd -g 12345 build
72024-07-31T06:16:03.140Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-31T06:16:05.149Z+ zfs create -o mountpoint=/work rpool/work
92024-07-31T06:16:05.240Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-31T06:16:05.243Z+ home_fs=zfs
112024-07-31T06:16:05.243Z+ [[ zfs == autofs ]]
122024-07-31T06:16:05.243Z+ mkdir -p /home/build
132024-07-31T06:16:05.245Z+ chown build:build /home/build /work
142024-07-31T06:16:07.247Z+ chmod 0700 /home/build /work
152024-07-31T06:16:07.250Zprocess exited: duration 4126 ms, exit code 0
 
162024-07-31T06:16:07.256Zstarting task 1: "rust-toolchain"
172024-07-31T06:16:07.261Z+ printf ' * toolchain channel = "%s"
182024-07-31T06:16:07.261Z' 1.78.0
192024-07-31T06:16:07.264Z+ printf ' * toolchain profile = "%s"
202024-07-31T06:16:07.264Z * toolchain channel = "1.78.0"
212024-07-31T06:16:07.264Z * toolchain profile = "default"
222024-07-31T06:16:07.265Z' default
232024-07-31T06:16:07.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-31T06:16:07.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-31T06:16:07.382Zinfo: downloading installer
262024-07-31T06:16:08.608Zinfo: profile set to 'default'
272024-07-31T06:16:08.608Zinfo: default host triple is x86_64-unknown-illumos
282024-07-31T06:16:08.611Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-31T06:16:08.757Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-31T06:16:08.757Zinfo: downloading component 'cargo'
312024-07-31T06:16:09.604Zinfo: downloading component 'clippy'
322024-07-31T06:16:09.885Zinfo: downloading component 'rust-docs'
332024-07-31T06:16:11.018Zinfo: downloading component 'rust-std'
342024-07-31T06:16:12.813Zinfo: downloading component 'rustc'
352024-07-31T06:16:17.394Zinfo: downloading component 'rustfmt'
362024-07-31T06:16:17.645Zinfo: installing component 'cargo'
372024-07-31T06:16:18.479Zinfo: installing component 'clippy'
382024-07-31T06:16:18.842Zinfo: installing component 'rust-docs'
392024-07-31T06:16:20.395Zinfo: installing component 'rust-std'
402024-07-31T06:16:22.162Zinfo: installing component 'rustc'
412024-07-31T06:16:26.307Zinfo: installing component 'rustfmt'
422024-07-31T06:16:26.640Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-31T06:16:26.640Z
442024-07-31T06:16:26.912Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-31T06:16:26.912Z
462024-07-31T06:16:26.915Z
472024-07-31T06:16:26.915ZRust is installed now. Great!
482024-07-31T06:16:26.915Z
492024-07-31T06:16:26.915ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-31T06:16:26.915Zenvironment variable. This has not been done automatically.
512024-07-31T06:16:26.915Z
522024-07-31T06:16:26.915ZTo configure your current shell, you need to source
532024-07-31T06:16:26.915Zthe corresponding env file under $HOME/.cargo.
542024-07-31T06:16:26.915Z
552024-07-31T06:16:26.915ZThis is usually done by running one of the following (note the leading DOT):
562024-07-31T06:16:26.915Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-31T06:16:26.915Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-31T06:16:26.967Z+ rustc --version
592024-07-31T06:16:27.030Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-31T06:16:27.034Zprocess exited: duration 19776 ms, exit code 0
 
612024-07-31T06:16:27.039Zstarting task 2: "authentication"
622024-07-31T06:16:27.060Zprocess exited: duration 20 ms, exit code 0
 
632024-07-31T06:16:27.066Zstarting task 3: "clone repository"
642024-07-31T06:16:27.071Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-31T06:16:27.074Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-31T06:16:27.114ZCloning into '/work/oxidecomputer/omicron'...
672024-07-31T06:16:34.271Z+ cd /work/oxidecomputer/omicron
682024-07-31T06:16:34.271Z+ git fetch origin 861cdc6952a2ee27ad779c9e7f999878ae626a4a
692024-07-31T06:16:34.559ZFrom https://github.com/oxidecomputer/omicron
702024-07-31T06:16:34.559Z * branch 861cdc6952a2ee27ad779c9e7f999878ae626a4a -> FETCH_HEAD
712024-07-31T06:16:34.569Z+ [[ -n renovate/assert_cmd-2.x ]]
722024-07-31T06:16:34.572Z++ git branch --show-current
732024-07-31T06:16:34.575Z+ current=main
742024-07-31T06:16:34.575Z+ [[ main != renovate/assert_cmd-2.x ]]
752024-07-31T06:16:34.575Z+ git branch -f renovate/assert_cmd-2.x 861cdc6952a2ee27ad779c9e7f999878ae626a4a
762024-07-31T06:16:34.578Z+ git checkout -f renovate/assert_cmd-2.x
772024-07-31T06:16:34.718ZSwitched to branch 'renovate/assert_cmd-2.x'
782024-07-31T06:16:34.720Z+ git reset --hard 861cdc6952a2ee27ad779c9e7f999878ae626a4a
792024-07-31T06:16:34.733ZHEAD is now at 861cdc695 Update Rust crate assert_cmd to 2.0.15
802024-07-31T06:16:34.736Zprocess exited: duration 7667 ms, exit code 0
 
812024-07-31T06:16:34.742Zstarting task 4: "build"
822024-07-31T06:16:34.747Z+ cargo --version
832024-07-31T06:16:34.803Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-31T06:16:34.805Z+ rustc --version
852024-07-31T06:16:34.863Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-31T06:16:34.866Z+ source ./env.sh
872024-07-31T06:16:34.866Z++ OLD_SHELL_OPTS=ehxB
882024-07-31T06:16:34.866Z++ set -o xtrace
892024-07-31T06:16:34.869Z++++ dirname ./env.sh
902024-07-31T06:16:34.871Z+++ readlink -f .
912024-07-31T06:16:34.874Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-31T06:16:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-07-31T06:16:34.874Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-31T06:16:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-07-31T06:16:34.874Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-07-31T06:16:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-07-31T06:16:34.874Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-07-31T06:16:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-07-31T06:16:34.874Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-07-31T06:16:34.874Z++ case $OLD_SHELL_OPTS in
1012024-07-31T06:16:34.875Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-31T06:16:34.875Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-07-31T06:16:34.875Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-07-31T06:16:34.875Z+ banner prerequisites
1052024-07-31T06:16:34.879Z
1062024-07-31T06:16:34.879Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-31T06:16:34.879Z # # # # # # # # # # # # # # #
1082024-07-31T06:16:34.879Z # # # # ##### # # ##### # # # # # #### #
1092024-07-31T06:16:34.879Z ##### ##### # ##### # # # # # # # # #
1102024-07-31T06:16:34.879Z # # # # # # # # # # # # # # #
1112024-07-31T06:16:34.879Z # # # ###### # # ###### ### # #### # #### #
1122024-07-31T06:16:34.879Z
1132024-07-31T06:16:34.879Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-31T06:16:40.325Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-31T06:16:42.370Z Startup: Caching catalogs ... Done
1162024-07-31T06:16:46.073ZPlanning: Solver setup ... Done (3.194s)
1172024-07-31T06:16:46.131ZPlanning: Running solver ... Done (0.058s)
1182024-07-31T06:16:46.182ZPlanning: Finding local manifests ... Done (0.003s)
1192024-07-31T06:16:46.199ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-31T06:16:46.488ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-31T06:16:46.541ZPlanning: Package planning ... Done (0.053s)
1222024-07-31T06:16:46.592ZPlanning: Merging actions ... Done (0.050s)
1232024-07-31T06:16:46.886ZPlanning: Checking for conflicting actions ... Done (0.295s)
1242024-07-31T06:16:46.898ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-07-31T06:16:47.853ZPlanning: Evaluating mediators ... Done (0.955s)
1262024-07-31T06:16:47.863ZPlanning: Planning completed in 5.43 seconds
1272024-07-31T06:16:47.878Z Packages to install: 4
1282024-07-31T06:16:47.878Z Mediators to change: 2
1292024-07-31T06:16:47.881Z Services to change: 1
1302024-07-31T06:16:47.881Z Estimated space available: 155.77 GB
1312024-07-31T06:16:47.881ZEstimated space to be consumed: 1.47 GB
1322024-07-31T06:16:47.881Z Create boot environment: No
1332024-07-31T06:16:47.881ZCreate backup boot environment: No
1342024-07-31T06:16:47.881Z Rebuild boot archive: No
1352024-07-31T06:16:47.881Z
1362024-07-31T06:16:47.882ZChanged mediators:
1372024-07-31T06:16:47.882Z mediator clang:
1382024-07-31T06:16:47.882Z version: None -> 15 (system default)
1392024-07-31T06:16:47.882Z
1402024-07-31T06:16:47.882Z mediator llvm:
1412024-07-31T06:16:47.882Z version: 14 (system default) -> 15 (system default)
1422024-07-31T06:16:47.882Z
1432024-07-31T06:16:47.882ZChanged packages:
1442024-07-31T06:16:47.882Zhelios-dev
1452024-07-31T06:16:47.882Z developer/build-essential
1462024-07-31T06:16:47.882Z None -> 11-2.0
1472024-07-31T06:16:47.882Z library/libxmlsec1
1482024-07-31T06:16:47.882Z None -> 1.2.35-2.0
1492024-07-31T06:16:47.882Z ooce/developer/clang-15
1502024-07-31T06:16:47.882Z None -> 15.0.7-2.0
1512024-07-31T06:16:47.882Z ooce/developer/llvm-15
1522024-07-31T06:16:47.882Z None -> 15.0.7-2.0
1532024-07-31T06:16:47.882Z
1542024-07-31T06:16:47.882ZServices:
1552024-07-31T06:16:47.882Z restart_fmri:
1562024-07-31T06:16:47.882Z svc:/system/update-man-index:default
1572024-07-31T06:16:47.929Z
1582024-07-31T06:16:47.929ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-31T06:16:52.929ZDownload: 818/3290 items 18.7/212.6MB 8% complete (3.8M/s)
1602024-07-31T06:16:58.321ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (11.8M/s)
1612024-07-31T06:17:03.323ZDownload: 1951/3290 items 118.7/212.6MB 55% complete (10.0M/s)
1622024-07-31T06:17:08.325ZDownload: 2611/3290 items 120.5/212.6MB 56% complete (3.7M/s)
1632024-07-31T06:17:13.497ZDownload: 3286/3290 items 211.3/212.6MB 99% complete (9.2M/s)
1642024-07-31T06:17:14.447ZDownload: Completed 212.60 MB in 26.52 seconds (8.0M/s)
1652024-07-31T06:17:14.985Z Actions: 1/3689 actions (Installing new actions)
1662024-07-31T06:17:19.578Z Actions: Completed 3689 actions in 4.59 seconds.
1672024-07-31T06:17:19.728Z Done (0.145s)
1682024-07-31T06:17:19.728Z Done (0.000s)
1692024-07-31T06:17:20.077Z Done (0.349s)
1702024-07-31T06:17:24.540Z Done (4.302s)
1712024-07-31T06:17:24.627Z Done (0.019s)
1722024-07-31T06:17:24.630Z Done (0.000s)
1732024-07-31T06:17:24.780Z Done (0.000s)
1742024-07-31T06:17:25.382ZPlanning: Evaluating mediator changes ... Done
1752024-07-31T06:17:25.546ZPlanning: Checking for conflicting actions ... Done
1762024-07-31T06:17:25.548ZPlanning: Consolidating action changes ... Done
1772024-07-31T06:17:25.826ZPlanning: Evaluating mediators ... Done
1782024-07-31T06:17:25.836ZPlanning: Planning completed in 0.44 seconds
1792024-07-31T06:17:25.860Z Mediators to change: 2
1802024-07-31T06:17:25.860Z Create boot environment: No
1812024-07-31T06:17:25.871ZCreate backup boot environment: No
1822024-07-31T06:17:25.921Z Done
1832024-07-31T06:17:25.922Z Done
1842024-07-31T06:17:26.151Z Done
1852024-07-31T06:17:29.820Z Done
1862024-07-31T06:17:29.907Z Done
1872024-07-31T06:17:29.909Z Done
1882024-07-31T06:17:30.013Z Done
1892024-07-31T06:17:30.640ZPlanning: Evaluating mediator changes ... Done
1902024-07-31T06:17:30.643ZPlanning: Merging actions ... Done
1912024-07-31T06:17:30.835ZPlanning: Checking for conflicting actions ... Done
1922024-07-31T06:17:30.838ZPlanning: Consolidating action changes ... Done
1932024-07-31T06:17:31.113ZPlanning: Evaluating mediators ... Done
1942024-07-31T06:17:31.173ZPlanning: Planning completed in 0.78 seconds
1952024-07-31T06:17:31.211Z Packages to change: 1
1962024-07-31T06:17:31.211Z Mediators to change: 1
1972024-07-31T06:17:31.211Z Services to change: 1
1982024-07-31T06:17:31.213Z Create boot environment: No
1992024-07-31T06:17:31.213ZCreate backup boot environment: Yes
2002024-07-31T06:17:33.142Z Actions: 1/6 actions (Updating modified actions)
2012024-07-31T06:17:33.145Z Actions: Completed 6 actions in 0.00 seconds.
2022024-07-31T06:17:33.145Z Done
2032024-07-31T06:17:33.145Z Done
2042024-07-31T06:17:33.218Z Done
2052024-07-31T06:17:37.077Z Done
2062024-07-31T06:17:37.165Z Done
2072024-07-31T06:17:37.168Z Done
2082024-07-31T06:17:37.273Z Done
2092024-07-31T06:17:37.728ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102024-07-31T06:17:37.728Zclang system 15 system
2112024-07-31T06:17:37.728Zcsh system system illumos
2122024-07-31T06:17:37.728Zctags system system illumos
2132024-07-31T06:17:37.728Zgcc vendor 12 vendor
2142024-07-31T06:17:37.729Zgcc system 10 system
2152024-07-31T06:17:37.729Zgcc system 7 system
2162024-07-31T06:17:37.729Zgo system 1.20 system
2172024-07-31T06:17:37.729Zgo system 1.19 system
2182024-07-31T06:17:37.729Zllvm system 15 system
2192024-07-31T06:17:37.729Zllvm system 14 system
2202024-07-31T06:17:37.729Zmariadb system 10.6 system
2212024-07-31T06:17:37.729Zmta vendor vendor dma
2222024-07-31T06:17:37.729Zopenjdk system 17 system
2232024-07-31T06:17:37.729Zopenjdk system 11 system
2242024-07-31T06:17:37.729Zopenjdk system 1.8 system
2252024-07-31T06:17:37.729Zopenssl vendor 3 vendor
2262024-07-31T06:17:37.729Zperl system 5.36 system
2272024-07-31T06:17:37.729Zpostgresql system 15 system
2282024-07-31T06:17:37.729Zpostgresql system 13 system
2292024-07-31T06:17:37.729Zpython vendor 3 vendor
2302024-07-31T06:17:37.729Zpython system 2 system
2312024-07-31T06:17:37.729Zpython3 system 3.11 system
2322024-07-31T06:17:37.729Zruby system 3.0 system
2332024-07-31T06:17:37.729Zwords vendor vendor american-english
2342024-07-31T06:17:37.729Zwords system system australian-english
2352024-07-31T06:17:37.729Zwords system system british-english
2362024-07-31T06:17:37.729Zwords system system canadian-english
2372024-07-31T06:17:37.729Zwords system system french
2382024-07-31T06:17:37.729Zwords system system italian
2392024-07-31T06:17:37.729Zwords system system ngerman
2402024-07-31T06:17:37.729Zwords system system ogerman
2412024-07-31T06:17:37.729Zwords system system spanish
2422024-07-31T06:17:38.075ZPUBLISHER TYPE STATUS P LOCATION
2432024-07-31T06:17:38.075Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442024-07-31T06:17:39.742ZFMRI IFO
2452024-07-31T06:17:39.742Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462024-07-31T06:17:39.742Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472024-07-31T06:17:39.742Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482024-07-31T06:17:39.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492024-07-31T06:17:39.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502024-07-31T06:17:39.742Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-07-31T06:17:39.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2522024-07-31T06:17:39.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532024-07-31T06:17:39.742Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-07-31T06:17:39.742Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552024-07-31T06:17:39.742Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2562024-07-31T06:17:39.742Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572024-07-31T06:17:40.299Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582024-07-31T06:17:40.583Z Updating git repository `https://github.com/oxidecomputer/zone`
2592024-07-31T06:17:40.881Z Updating crates.io index
2602024-07-31T06:17:40.990Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2612024-07-31T06:17:41.796Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622024-07-31T06:17:42.563Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2632024-07-31T06:17:42.826Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2642024-07-31T06:17:45.032Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652024-07-31T06:17:45.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662024-07-31T06:17:45.834Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672024-07-31T06:17:46.906Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682024-07-31T06:17:48.972Z Updating git repository `https://github.com/oxidecomputer/opte`
2692024-07-31T06:17:50.125Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702024-07-31T06:17:50.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712024-07-31T06:17:51.475Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722024-07-31T06:17:51.753Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2732024-07-31T06:17:52.010Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2742024-07-31T06:17:52.330Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752024-07-31T06:17:52.600Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762024-07-31T06:17:52.840Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772024-07-31T06:17:53.081Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782024-07-31T06:17:53.382Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792024-07-31T06:17:53.651Z Updating git repository `https://github.com/oxidecomputer/ispf`
2802024-07-31T06:17:54.036Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2812024-07-31T06:17:54.296Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822024-07-31T06:17:54.902Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832024-07-31T06:17:55.257Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842024-07-31T06:17:55.658Z Updating git repository `https://github.com/oxidecomputer/typify`
2852024-07-31T06:17:57.785Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862024-07-31T06:17:58.106Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872024-07-31T06:17:58.380Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882024-07-31T06:17:58.885Z Updating git repository `https://github.com/oxidecomputer/rfb`
2892024-07-31T06:17:59.918Z Downloading crates ...
2902024-07-31T06:18:00.020Z Downloaded autocfg v1.3.0
2912024-07-31T06:18:00.022Z Downloaded anstyle v1.0.8
2922024-07-31T06:18:00.025Z Downloaded anstyle-parse v0.2.4
2932024-07-31T06:18:00.028Z Downloaded anyhow v1.0.86
2942024-07-31T06:18:00.030Z Downloaded scroll_derive v0.12.0
2952024-07-31T06:18:00.038Z Downloaded pretty-hex v0.4.1
2962024-07-31T06:18:00.040Z Downloaded equivalent v1.0.1
2972024-07-31T06:18:00.047Z Downloaded anstyle-query v1.0.3
2982024-07-31T06:18:00.050Z Downloaded swrite v0.1.0
2992024-07-31T06:18:00.056Z Downloaded byteorder v1.5.0
3002024-07-31T06:18:00.067Z Downloaded itoa v1.0.11
3012024-07-31T06:18:00.070Z Downloaded fnv v1.0.7
3022024-07-31T06:18:00.070Z Downloaded serde_spanned v0.6.6
3032024-07-31T06:18:00.073Z Downloaded memmap v0.7.0
3042024-07-31T06:18:00.073Z Downloaded heck v0.4.1
3052024-07-31T06:18:00.073Z Downloaded colorchoice v1.0.1
3062024-07-31T06:18:00.076Z Downloaded block-buffer v0.10.4
3072024-07-31T06:18:00.076Z Downloaded cargo-platform v0.1.8
3082024-07-31T06:18:00.079Z Downloaded tabled_derive v0.7.0
3092024-07-31T06:18:00.079Z Downloaded anstream v0.6.14
3102024-07-31T06:18:00.082Z Downloaded dof v0.3.0
3112024-07-31T06:18:00.082Z Downloaded crypto-common v0.1.6
3122024-07-31T06:18:00.086Z Downloaded is_terminal_polyfill v1.70.0
3132024-07-31T06:18:00.090Z Downloaded bytecount v0.6.8
3142024-07-31T06:18:00.093Z Downloaded utf8parse v0.2.1
3152024-07-31T06:18:00.096Z Downloaded cargo_toml v0.20.4
3162024-07-31T06:18:00.096Z Downloaded toml_datetime v0.6.6
3172024-07-31T06:18:00.099Z Downloaded plain v0.2.3
3182024-07-31T06:18:00.099Z Downloaded heck v0.5.0
3192024-07-31T06:18:00.102Z Downloaded proc-macro-error-attr v1.0.4
3202024-07-31T06:18:00.105Z Downloaded fs-err v2.11.0
3212024-07-31T06:18:00.105Z Downloaded pest_derive v2.7.10
3222024-07-31T06:18:00.108Z Downloaded clap_derive v4.5.8
3232024-07-31T06:18:00.111Z Downloaded quote v1.0.36
3242024-07-31T06:18:00.114Z Downloaded zerocopy-derive v0.7.34
3252024-07-31T06:18:00.117Z Downloaded thiserror v1.0.63
3262024-07-31T06:18:00.122Z Downloaded bitflags v2.6.0
3272024-07-31T06:18:00.127Z Downloaded usdt-macro v0.5.0
3282024-07-31T06:18:00.132Z Downloaded pest_generator v2.7.10
3292024-07-31T06:18:00.132Z Downloaded cargo_metadata v0.18.1
3302024-07-31T06:18:00.132Z Downloaded usdt-attr-macro v0.5.0
3312024-07-31T06:18:00.132Z Downloaded usdt v0.5.0
3322024-07-31T06:18:00.136Z Downloaded thread-id v4.2.1
3332024-07-31T06:18:00.136Z Downloaded scroll v0.12.0
3342024-07-31T06:18:00.136Z Downloaded macaddr v1.0.1
3352024-07-31T06:18:00.136Z Downloaded generic-array v0.14.7
3362024-07-31T06:18:00.141Z Downloaded errno v0.3.9
3372024-07-31T06:18:00.141Z Downloaded clap_lex v0.7.0
3382024-07-31T06:18:00.141Z Downloaded cfg-if v1.0.0
3392024-07-31T06:18:00.141Z Downloaded serde_tokenstream v0.2.1
3402024-07-31T06:18:00.145Z Downloaded cpufeatures v0.2.12
3412024-07-31T06:18:00.145Z Downloaded dtrace-parser v0.2.0
3422024-07-31T06:18:00.145Z Downloaded digest v0.10.7
3432024-07-31T06:18:00.148Z Downloaded clap v4.5.9
3442024-07-31T06:18:00.156Z Downloaded serde_derive v1.0.204
3452024-07-31T06:18:00.161Z Downloaded ryu v1.0.18
3462024-07-31T06:18:00.164Z Downloaded strsim v0.11.1
3472024-07-31T06:18:00.164Z Downloaded pest_meta v2.7.10
3482024-07-31T06:18:00.164Z Downloaded once_cell v1.19.0
3492024-07-31T06:18:00.170Z Downloaded log v0.4.21
3502024-07-31T06:18:00.182Z Downloaded thiserror-impl v1.0.63
3512024-07-31T06:18:00.182Z Downloaded typenum v1.17.0
3522024-07-31T06:18:00.182Z Downloaded terminal_size v0.3.0
3532024-07-31T06:18:00.182Z Downloaded ucd-trie v0.1.6
3542024-07-31T06:18:00.191Z Downloaded sha2 v0.10.8
3552024-07-31T06:18:00.191Z Downloaded semver v1.0.23
3562024-07-31T06:18:00.191Z Downloaded papergrid v0.11.0
3572024-07-31T06:18:00.191Z Downloaded usdt-impl v0.5.0
3582024-07-31T06:18:00.191Z Downloaded version_check v0.9.4
3592024-07-31T06:18:00.191Z Downloaded proc-macro-error v1.0.4
3602024-07-31T06:18:00.196Z Downloaded camino v1.1.7
3612024-07-31T06:18:00.196Z Downloaded proc-macro2 v1.0.86
3622024-07-31T06:18:00.199Z Downloaded indexmap v2.2.6
3632024-07-31T06:18:00.203Z Downloaded unicode-ident v1.0.12
3642024-07-31T06:18:00.206Z Downloaded toml v0.8.15
3652024-07-31T06:18:00.216Z Downloaded memchr v2.7.2
3662024-07-31T06:18:00.226Z Downloaded serde v1.0.204
3672024-07-31T06:18:00.261Z Downloaded toml_edit v0.22.16
3682024-07-31T06:18:00.289Z Downloaded pest v2.7.10
3692024-07-31T06:18:00.294Z Downloaded hashbrown v0.14.5
3702024-07-31T06:18:00.294Z Downloaded winnow v0.6.8
3712024-07-31T06:18:00.308Z Downloaded serde_json v1.0.120
3722024-07-31T06:18:00.313Z Downloaded zerocopy v0.7.34
3732024-07-31T06:18:00.324Z Downloaded clap_builder v4.5.9
3742024-07-31T06:18:00.330Z Downloaded goblin v0.8.2
3752024-07-31T06:18:00.335Z Downloaded tabled v0.15.0
3762024-07-31T06:18:00.350Z Downloaded syn v2.0.72
3772024-07-31T06:18:00.361Z Downloaded syn v1.0.109
3782024-07-31T06:18:00.375Z Downloaded rustix v0.38.34
3792024-07-31T06:18:00.397Z Downloaded unicode-width v0.1.13
3802024-07-31T06:18:00.419Z Downloaded libc v0.2.155
3812024-07-31T06:18:00.711Z Compiling proc-macro2 v1.0.86
3822024-07-31T06:18:00.711Z Compiling unicode-ident v1.0.12
3832024-07-31T06:18:00.714Z Compiling version_check v0.9.4
3842024-07-31T06:18:00.714Z Compiling serde v1.0.204
3852024-07-31T06:18:00.714Z Compiling thiserror v1.0.63
3862024-07-31T06:18:00.714Z Compiling libc v0.2.155
3872024-07-31T06:18:00.714Z Compiling memchr v2.7.2
3882024-07-31T06:18:00.743Z Compiling itoa v1.0.11
3892024-07-31T06:18:00.969Z Compiling ryu v1.0.18
3902024-07-31T06:18:01.007Z Compiling ucd-trie v0.1.6
3912024-07-31T06:18:01.427Z Compiling once_cell v1.19.0
3922024-07-31T06:18:01.519Z Compiling byteorder v1.5.0
3932024-07-31T06:18:01.578Z Compiling serde_json v1.0.120
3942024-07-31T06:18:01.858Z Compiling proc-macro-error-attr v1.0.4
3952024-07-31T06:18:01.933Z Compiling usdt-impl v0.5.0
3962024-07-31T06:18:01.963Z Compiling syn v1.0.109
3972024-07-31T06:18:02.129Z Compiling rustix v0.38.34
3982024-07-31T06:18:02.274Z Compiling proc-macro-error v1.0.4
3992024-07-31T06:18:02.453Z Compiling quote v1.0.36
4002024-07-31T06:18:02.580Z Compiling log v0.4.21
4012024-07-31T06:18:02.686Z Compiling bitflags v2.6.0
4022024-07-31T06:18:02.710Z Compiling hashbrown v0.14.5
4032024-07-31T06:18:03.001Z Compiling syn v2.0.72
4042024-07-31T06:18:03.275Z Compiling errno v0.3.9
4052024-07-31T06:18:03.331Z Compiling utf8parse v0.2.1
4062024-07-31T06:18:03.358Z Compiling plain v0.2.3
4072024-07-31T06:18:03.361Z Compiling thread-id v4.2.1
4082024-07-31T06:18:03.472Z Compiling equivalent v1.0.1
4092024-07-31T06:18:03.498Z Compiling anstyle-parse v0.2.4
4102024-07-31T06:18:03.701Z Compiling colorchoice v1.0.1
4112024-07-31T06:18:03.833Z Compiling anstyle v1.0.8
4122024-07-31T06:18:03.859Z Compiling pretty-hex v0.4.1
4132024-07-31T06:18:03.917Z Compiling camino v1.1.7
4142024-07-31T06:18:04.076Z Compiling indexmap v2.2.6
4152024-07-31T06:18:04.181Z Compiling semver v1.0.23
4162024-07-31T06:18:04.282Z Compiling autocfg v1.3.0
4172024-07-31T06:18:04.402Z Compiling winnow v0.6.8
4182024-07-31T06:18:04.512Z Compiling is_terminal_polyfill v1.70.0
4192024-07-31T06:18:04.638Z Compiling anstyle-query v1.0.3
4202024-07-31T06:18:04.741Z Compiling terminal_size v0.3.0
4212024-07-31T06:18:04.787Z Compiling anstream v0.6.14
4222024-07-31T06:18:05.203Z Compiling clap_lex v0.7.0
4232024-07-31T06:18:05.232Z Compiling unicode-width v0.1.13
4242024-07-31T06:18:05.281Z Compiling fs-err v2.11.0
4252024-07-31T06:18:05.442Z Compiling heck v0.4.1
4262024-07-31T06:18:05.464Z Compiling strsim v0.11.1
4272024-07-31T06:18:05.541Z Compiling anyhow v1.0.86
4282024-07-31T06:18:05.641Z Compiling fnv v1.0.7
4292024-07-31T06:18:05.759Z Compiling bytecount v0.6.8
4302024-07-31T06:18:05.788Z Compiling heck v0.5.0
4312024-07-31T06:18:05.897Z Compiling papergrid v0.11.0
4322024-07-31T06:18:05.972Z Compiling clap_builder v4.5.9
4332024-07-31T06:18:06.325Z Compiling memmap v0.7.0
4342024-07-31T06:18:07.082Z Compiling swrite v0.1.0
4352024-07-31T06:18:09.026Z Compiling tabled_derive v0.7.0
4362024-07-31T06:18:10.640Z Compiling tabled v0.15.0
4372024-07-31T06:18:12.289Z Compiling serde_derive v1.0.204
4382024-07-31T06:18:12.289Z Compiling thiserror-impl v1.0.63
4392024-07-31T06:18:12.292Z Compiling zerocopy-derive v0.7.34
4402024-07-31T06:18:12.292Z Compiling scroll_derive v0.12.0
4412024-07-31T06:18:12.292Z Compiling clap_derive v4.5.8
4422024-07-31T06:18:13.578Z Compiling scroll v0.12.0
4432024-07-31T06:18:14.095Z Compiling goblin v0.8.2
4442024-07-31T06:18:14.157Z Compiling zerocopy v0.7.34
4452024-07-31T06:18:15.354Z Compiling pest v2.7.10
4462024-07-31T06:18:16.324Z Compiling clap v4.5.9
4472024-07-31T06:18:17.451Z Compiling pest_meta v2.7.10
4482024-07-31T06:18:18.367Z Compiling pest_generator v2.7.10
4492024-07-31T06:18:20.385Z Compiling pest_derive v2.7.10
4502024-07-31T06:18:21.046Z Compiling dtrace-parser v0.2.0
4512024-07-31T06:18:22.907Z Compiling toml_datetime v0.6.6
4522024-07-31T06:18:22.907Z Compiling serde_spanned v0.6.6
4532024-07-31T06:18:22.911Z Compiling cargo-platform v0.1.8
4542024-07-31T06:18:23.198Z Compiling macaddr v1.0.1
4552024-07-31T06:18:23.295Z Compiling toml_edit v0.22.16
4562024-07-31T06:18:23.548Z Compiling serde_tokenstream v0.2.1
4572024-07-31T06:18:24.359Z Compiling dof v0.3.0
4582024-07-31T06:18:24.359Z Compiling cargo_metadata v0.18.1
4592024-07-31T06:18:25.989Z Compiling toml v0.8.15
4602024-07-31T06:18:26.909Z Compiling usdt-macro v0.5.0
4612024-07-31T06:18:26.944Z Compiling usdt-attr-macro v0.5.0
4622024-07-31T06:18:27.019Z Compiling cargo_toml v0.20.4
4632024-07-31T06:18:28.259Z Compiling usdt v0.5.0
4642024-07-31T06:18:31.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-07-31T06:18:35.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.73s
4662024-07-31T06:18:36.077Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-07-31T06:18:36.624Z Downloading crates ...
4682024-07-31T06:18:36.751Z Downloaded adler v1.0.2
4692024-07-31T06:18:36.754Z Downloaded aead v0.5.2
4702024-07-31T06:18:36.757Z Downloaded ahash v0.8.11
4712024-07-31T06:18:36.760Z Downloaded addr2line v0.21.0
4722024-07-31T06:18:36.765Z Downloaded crunchy v0.2.2
4732024-07-31T06:18:36.768Z Downloaded cfg_aliases v0.1.1
4742024-07-31T06:18:36.772Z Downloaded atomicwrites v0.4.3
4752024-07-31T06:18:36.776Z Downloaded is-terminal v0.4.12
4762024-07-31T06:18:36.780Z Downloaded instant v0.1.12
4772024-07-31T06:18:36.783Z Downloaded num_threads v0.1.7
4782024-07-31T06:18:36.786Z Downloaded bitstruct_derive v0.1.0
4792024-07-31T06:18:36.789Z Downloaded linked-hash-map v0.5.6
4802024-07-31T06:18:36.789Z Downloaded libefi-sys v0.1.0
4812024-07-31T06:18:36.792Z Downloaded indent_write v2.2.0
4822024-07-31T06:18:36.793Z Downloaded oso-derive v0.27.3
4832024-07-31T06:18:36.796Z Downloaded openssl-probe v0.1.5
4842024-07-31T06:18:36.796Z Downloaded normalize-line-endings v0.3.0
4852024-07-31T06:18:36.796Z Downloaded match_cfg v0.1.0
4862024-07-31T06:18:36.799Z Downloaded impl-trait-for-tuples v0.2.2
4872024-07-31T06:18:36.802Z Downloaded darling_macro v0.20.9
4882024-07-31T06:18:36.802Z Downloaded opaque-debug v0.3.1
4892024-07-31T06:18:36.802Z Downloaded cstr-argument v0.1.2
4902024-07-31T06:18:36.805Z Downloaded newtype_derive v0.1.6
4912024-07-31T06:18:36.805Z Downloaded is_ci v1.2.0
4922024-07-31T06:18:36.808Z Downloaded bitstruct v0.1.1
4932024-07-31T06:18:36.808Z Downloaded atty v0.2.14
4942024-07-31T06:18:36.811Z Downloaded nodrop v0.1.14
4952024-07-31T06:18:36.811Z Downloaded newline-converter v0.3.0
4962024-07-31T06:18:36.814Z Downloaded async-stream-impl v0.3.5
4972024-07-31T06:18:36.815Z Downloaded inout v0.1.3
4982024-07-31T06:18:36.818Z Downloaded ciborium-io v0.2.2
4992024-07-31T06:18:36.818Z Downloaded indoc v1.0.9
5002024-07-31T06:18:36.820Z Downloaded kstat-rs v0.2.4
5012024-07-31T06:18:36.823Z Downloaded lazycell v1.3.0
5022024-07-31T06:18:36.823Z Downloaded lalrpop-util v0.19.12
5032024-07-31T06:18:36.826Z Downloaded mime v0.3.17
5042024-07-31T06:18:36.830Z Downloaded const_format_proc_macros v0.2.32
5052024-07-31T06:18:36.830Z Downloaded num-conv v0.1.0
5062024-07-31T06:18:36.833Z Downloaded matches v0.1.10
5072024-07-31T06:18:36.833Z Downloaded convert_case v0.4.0
5082024-07-31T06:18:36.833Z Downloaded array-init v0.0.4
5092024-07-31T06:18:36.836Z Downloaded openssl-macros v0.1.1
5102024-07-31T06:18:36.836Z Downloaded new_debug_unreachable v1.0.6
5112024-07-31T06:18:36.839Z Downloaded cipher v0.4.4
5122024-07-31T06:18:36.842Z Downloaded async-stream v0.3.5
5132024-07-31T06:18:36.842Z Downloaded number_prefix v0.4.0
5142024-07-31T06:18:36.845Z Downloaded assert_matches v1.5.0
5152024-07-31T06:18:36.847Z Downloaded crc-catalog v2.4.0
5162024-07-31T06:18:36.847Z Downloaded lru v0.12.3
5172024-07-31T06:18:36.850Z Downloaded cobs v0.2.3
5182024-07-31T06:18:36.851Z Downloaded num_cpus v1.16.0
5192024-07-31T06:18:36.853Z Downloaded managed v0.8.0
5202024-07-31T06:18:36.858Z Downloaded num v0.4.3
5212024-07-31T06:18:36.858Z Downloaded backoff v0.4.0
5222024-07-31T06:18:36.861Z Downloaded async-trait v0.1.81
5232024-07-31T06:18:36.864Z Downloaded mockall v0.12.1
5242024-07-31T06:18:36.864Z Downloaded keccak v0.1.5
5252024-07-31T06:18:36.867Z Downloaded nanorand v0.7.0
5262024-07-31T06:18:36.870Z Downloaded paste v1.0.15
5272024-07-31T06:18:36.873Z Downloaded parse-display-derive v0.9.1
5282024-07-31T06:18:36.875Z Downloaded lock_api v0.4.12
5292024-07-31T06:18:36.878Z Downloaded olpc-cjson v0.1.3
5302024-07-31T06:18:36.878Z Downloaded packed_struct_codegen v0.10.1
5312024-07-31T06:18:36.881Z Downloaded num_enum_derive v0.5.11
5322024-07-31T06:18:36.881Z Downloaded num-derive v0.4.2
5332024-07-31T06:18:36.884Z Downloaded sync_wrapper v0.1.2
5342024-07-31T06:18:36.884Z Downloaded ipnet v2.9.0
5352024-07-31T06:18:36.886Z Downloaded crossbeam-deque v0.8.5
5362024-07-31T06:18:36.889Z Downloaded num_enum v0.5.11
5372024-07-31T06:18:36.893Z Downloaded num-iter v0.1.45
5382024-07-31T06:18:36.895Z Downloaded parse-size v1.0.0
5392024-07-31T06:18:36.895Z Downloaded nibble_vec v0.1.0
5402024-07-31T06:18:36.898Z Downloaded signature v2.2.0
5412024-07-31T06:18:36.901Z Downloaded multimap v0.10.0
5422024-07-31T06:18:36.901Z Downloaded castaway v0.2.2
5432024-07-31T06:18:36.904Z Downloaded supports-color v3.0.0
5442024-07-31T06:18:36.904Z Downloaded waitgroup v0.1.2
5452024-07-31T06:18:36.908Z Downloaded try-lock v0.2.5
5462024-07-31T06:18:36.908Z Downloaded toolchain_find v0.4.0
5472024-07-31T06:18:36.908Z Downloaded base64ct v1.6.0
5482024-07-31T06:18:36.910Z Downloaded num-complex v0.4.6
5492024-07-31T06:18:36.913Z Downloaded chacha20 v0.9.1
5502024-07-31T06:18:36.916Z Downloaded num-integer v0.1.46
5512024-07-31T06:18:36.919Z Downloaded camino-tempfile v1.1.1
5522024-07-31T06:18:36.922Z Downloaded parse-display v0.9.1
5532024-07-31T06:18:36.922Z Downloaded curve25519-dalek-derive v0.1.1
5542024-07-31T06:18:36.922Z Downloaded async-recursion v1.1.1
5552024-07-31T06:18:36.926Z Downloaded parking_lot_core v0.9.10
5562024-07-31T06:18:36.929Z Downloaded password-hash v0.5.0
5572024-07-31T06:18:36.932Z Downloaded defmt-parser v0.3.4
5582024-07-31T06:18:36.934Z Downloaded defmt v0.3.8
5592024-07-31T06:18:36.937Z Downloaded indexmap v1.9.3
5602024-07-31T06:18:36.940Z Downloaded spin v0.5.2
5612024-07-31T06:18:36.942Z Downloaded darling v0.20.9
5622024-07-31T06:18:36.946Z Downloaded crossbeam-epoch v0.9.18
5632024-07-31T06:18:36.950Z Downloaded tls_codec_derive v0.4.1
5642024-07-31T06:18:36.952Z Downloaded http-range v0.1.5
5652024-07-31T06:18:36.952Z Downloaded signal-hook-tokio v0.3.1
5662024-07-31T06:18:36.955Z Downloaded owo-colors v4.0.0
5672024-07-31T06:18:36.958Z Downloaded shell-words v1.1.0
5682024-07-31T06:18:36.958Z Downloaded cancel-safe-futures v0.1.5
5692024-07-31T06:18:36.962Z Downloaded tls_codec v0.4.1
5702024-07-31T06:18:36.964Z Downloaded wait-timeout v0.2.0
5712024-07-31T06:18:36.967Z Downloaded cookie_store v0.20.0
5722024-07-31T06:18:36.971Z Downloaded cookie v0.17.0
5732024-07-31T06:18:36.975Z Downloaded constant_time_eq v0.3.0
5742024-07-31T06:18:36.975Z Downloaded strum v0.26.3
5752024-07-31T06:18:36.975Z Downloaded slog-envlogger v2.2.0
5762024-07-31T06:18:36.981Z Downloaded parking_lot v0.11.2
5772024-07-31T06:18:36.983Z Downloaded dirs-sys-next v0.1.2
5782024-07-31T06:18:36.984Z Downloaded rpassword v7.3.1
5792024-07-31T06:18:36.984Z Downloaded thiserror-impl-no-std v2.0.2
5802024-07-31T06:18:36.984Z Downloaded ascii v1.1.0
5812024-07-31T06:18:36.989Z Downloaded blake2 v0.10.6
5822024-07-31T06:18:36.992Z Downloaded subtle v2.5.0
5832024-07-31T06:18:36.992Z Downloaded sqlparser_derive v0.2.2
5842024-07-31T06:18:36.992Z Downloaded data-encoding v2.6.0
5852024-07-31T06:18:36.993Z Downloaded argon2 v0.5.3
5862024-07-31T06:18:36.996Z Downloaded fixedbitset v0.4.2
5872024-07-31T06:18:36.998Z Downloaded der v0.7.9
5882024-07-31T06:18:37.002Z Downloaded cookie v0.18.1
5892024-07-31T06:18:37.006Z Downloaded derive_builder_macro v0.20.0
5902024-07-31T06:18:37.008Z Downloaded zeroize_derive v1.4.2
5912024-07-31T06:18:37.008Z Downloaded filetime v0.2.23
5922024-07-31T06:18:37.011Z Downloaded ff v0.13.0
5932024-07-31T06:18:37.014Z Downloaded peg v0.8.4
5942024-07-31T06:18:37.017Z Downloaded foreign-types-shared v0.1.1
5952024-07-31T06:18:37.020Z Downloaded num-traits v0.2.19
5962024-07-31T06:18:37.023Z Downloaded foreign-types v0.5.0
5972024-07-31T06:18:37.023Z Downloaded oso v0.27.3
5982024-07-31T06:18:37.026Z Downloaded crc32fast v1.4.0
5992024-07-31T06:18:37.029Z Downloaded http-body v0.4.6
6002024-07-31T06:18:37.031Z Downloaded headers-core v0.2.0
6012024-07-31T06:18:37.034Z Downloaded phf v0.11.2
6022024-07-31T06:18:37.034Z Downloaded crossbeam-utils v0.8.19
6032024-07-31T06:18:37.037Z Downloaded dirs-next v2.0.0
6042024-07-31T06:18:37.040Z Downloaded openssl-sys v0.9.103
6052024-07-31T06:18:37.043Z Downloaded rustls-pemfile v1.0.4
6062024-07-31T06:18:37.046Z Downloaded schemars_derive v0.8.21
6072024-07-31T06:18:37.049Z Downloaded predicates-tree v1.0.9
6082024-07-31T06:18:37.052Z Downloaded parking_lot v0.12.2
6092024-07-31T06:18:37.055Z Downloaded hostname v0.4.0
6102024-07-31T06:18:37.055Z Downloaded rand_xorshift v0.3.0
6112024-07-31T06:18:37.058Z Downloaded console v0.15.8
6122024-07-31T06:18:37.060Z Downloaded slab v0.4.9
6132024-07-31T06:18:37.060Z Downloaded siphasher v0.3.11
6142024-07-31T06:18:37.063Z Downloaded scheduled-thread-pool v0.2.7
6152024-07-31T06:18:37.066Z Downloaded structmeta-derive v0.3.0
6162024-07-31T06:18:37.066Z Downloaded strum_macros v0.24.3
6172024-07-31T06:18:37.069Z Downloaded time-macros v0.2.18
6182024-07-31T06:18:37.072Z Downloaded env_logger v0.9.3
6192024-07-31T06:18:37.075Z Downloaded want v0.3.1
6202024-07-31T06:18:37.075Z Downloaded stability v0.2.0
6212024-07-31T06:18:37.078Z Downloaded take_mut v0.2.2
6222024-07-31T06:18:37.078Z Downloaded structmeta v0.3.0
6232024-07-31T06:18:37.078Z Downloaded hash32 v0.2.1
6242024-07-31T06:18:37.081Z Downloaded same-file v1.0.6
6252024-07-31T06:18:37.083Z Downloaded fastrand v2.1.0
6262024-07-31T06:18:37.083Z Downloaded allocator-api2 v0.2.18
6272024-07-31T06:18:37.087Z Downloaded fallible-iterator v0.2.0
6282024-07-31T06:18:37.089Z Downloaded untrusted v0.9.0
6292024-07-31T06:18:37.092Z Downloaded foreign-types-macros v0.2.3
6302024-07-31T06:18:37.092Z Downloaded unicode-xid v0.2.4
6312024-07-31T06:18:37.095Z Downloaded hash32 v0.3.1
6322024-07-31T06:18:37.095Z Downloaded zerocopy v0.6.6
6332024-07-31T06:18:37.098Z Downloaded thread_local v1.1.8
6342024-07-31T06:18:37.101Z Downloaded ident_case v1.0.1
6352024-07-31T06:18:37.101Z Downloaded rand_chacha v0.3.1
6362024-07-31T06:18:37.104Z Downloaded home v0.5.9
6372024-07-31T06:18:37.104Z Downloaded crc-any v2.5.0
6382024-07-31T06:18:37.107Z Downloaded base64 v0.13.1
6392024-07-31T06:18:37.109Z Downloaded predicates v3.1.0
6402024-07-31T06:18:37.112Z Downloaded highway v1.1.0
6412024-07-31T06:18:37.115Z Downloaded cc v1.0.97
6422024-07-31T06:18:37.118Z Downloaded rand_seeder v0.2.3
6432024-07-31T06:18:37.121Z Downloaded resolv-conf v0.7.0
6442024-07-31T06:18:37.124Z Downloaded precomputed-hash v0.1.1
6452024-07-31T06:18:37.124Z Downloaded phf_shared v0.10.0
6462024-07-31T06:18:37.126Z Downloaded predicates-core v1.0.6
6472024-07-31T06:18:37.126Z Downloaded base64 v0.21.7
6482024-07-31T06:18:37.129Z Downloaded hex v0.4.3
6492024-07-31T06:18:37.132Z Downloaded itertools v0.10.5
6502024-07-31T06:18:37.146Z Downloaded portpicker v0.1.1
6512024-07-31T06:18:37.149Z Downloaded utf-8 v0.7.6
6522024-07-31T06:18:37.149Z Downloaded unicode-truncate v1.0.0
6532024-07-31T06:18:37.152Z Downloaded structmeta v0.2.0
6542024-07-31T06:18:37.155Z Downloaded signal-hook-mio v0.2.3
6552024-07-31T06:18:37.155Z Downloaded fxhash v0.2.1
6562024-07-31T06:18:37.155Z Downloaded shlex v1.3.0
6572024-07-31T06:18:37.158Z Downloaded sha1 v0.10.6
6582024-07-31T06:18:37.160Z Downloaded tap v1.0.1
6592024-07-31T06:18:37.160Z Downloaded derive_builder_core v0.20.0
6602024-07-31T06:18:37.165Z Downloaded derive_builder v0.20.0
6612024-07-31T06:18:37.169Z Downloaded tracing-attributes v0.1.27
6622024-07-31T06:18:37.172Z Downloaded peg-runtime v0.8.3
6632024-07-31T06:18:37.172Z Downloaded gethostname v0.4.3
6642024-07-31T06:18:37.175Z Downloaded display-error-chain v0.2.0
6652024-07-31T06:18:37.175Z Downloaded difflib v0.4.0
6662024-07-31T06:18:37.178Z Downloaded futures-core v0.3.30
6672024-07-31T06:18:37.178Z Downloaded xattr v1.3.1
6682024-07-31T06:18:37.180Z Downloaded const_format v0.2.32
6692024-07-31T06:18:37.184Z Downloaded backtrace v0.3.71
6702024-07-31T06:18:37.190Z Downloaded derive-where v1.2.7
6712024-07-31T06:18:37.194Z Downloaded fd-lock v4.0.2
6722024-07-31T06:18:37.197Z Downloaded powerfmt v0.2.0
6732024-07-31T06:18:37.200Z Downloaded humantime v2.1.0
6742024-07-31T06:18:37.204Z Downloaded percent-encoding v2.3.1
6752024-07-31T06:18:37.204Z Downloaded similar v2.5.0
6762024-07-31T06:18:37.211Z Downloaded serde_repr v0.1.19
6772024-07-31T06:18:37.215Z Downloaded deranged v0.3.11
6782024-07-31T06:18:37.218Z Downloaded unsafe-libyaml v0.2.11
6792024-07-31T06:18:37.224Z Downloaded serde_plain v1.0.2
6802024-07-31T06:18:37.227Z Downloaded form_urlencoded v1.2.1
6812024-07-31T06:18:37.227Z Downloaded smawk v0.3.2
6822024-07-31T06:18:37.230Z Downloaded flagset v0.4.5
6832024-07-31T06:18:37.232Z Downloaded tempfile v3.10.1
6842024-07-31T06:18:37.235Z Downloaded sigpipe v0.1.3
6852024-07-31T06:18:37.238Z Downloaded snafu-derive v0.8.2
6862024-07-31T06:18:37.238Z Downloaded base64 v0.22.1
6872024-07-31T06:18:37.242Z Downloaded rusty-fork v0.3.0
6882024-07-31T06:18:37.244Z Downloaded unicode-linebreak v0.1.5
6892024-07-31T06:18:37.247Z Downloaded ena v0.14.3
6902024-07-31T06:18:37.247Z Downloaded futures-task v0.3.30
6912024-07-31T06:18:37.250Z Downloaded iana-time-zone v0.1.60
6922024-07-31T06:18:37.253Z Downloaded slog-bunyan v2.5.0
6932024-07-31T06:18:37.253Z Downloaded yasna v0.5.2
6942024-07-31T06:18:37.256Z Downloaded textwrap v0.16.1
6952024-07-31T06:18:37.258Z Downloaded schemars v0.8.21
6962024-07-31T06:18:37.271Z Downloaded ppv-lite86 v0.2.17
6972024-07-31T06:18:37.274Z Downloaded endian-type v0.1.2
6982024-07-31T06:18:37.274Z Downloaded tokio-rustls v0.24.1
6992024-07-31T06:18:37.277Z Downloaded diesel_table_macro_syntax v0.1.0
7002024-07-31T06:18:37.280Z Downloaded futures-executor v0.3.30
7012024-07-31T06:18:37.280Z Downloaded tokio-stream v0.1.15
7022024-07-31T06:18:37.284Z Downloaded tokio-rustls v0.25.0
7032024-07-31T06:18:37.287Z Downloaded rtoolbox v0.0.2
7042024-07-31T06:18:37.290Z Downloaded phf_shared v0.11.2
7052024-07-31T06:18:37.290Z Downloaded hubpack v0.1.2
7062024-07-31T06:18:37.293Z Downloaded httpdate v1.0.3
7072024-07-31T06:18:37.296Z Downloaded uzers v0.11.3
7082024-07-31T06:18:37.296Z Downloaded zeroize v1.7.0
7092024-07-31T06:18:37.299Z Downloaded tinyvec_macros v0.1.1
7102024-07-31T06:18:37.299Z Downloaded tiny-keccak v2.0.2
7112024-07-31T06:18:37.301Z Downloaded spki v0.7.3
7122024-07-31T06:18:37.305Z Downloaded pin-project-lite v0.2.14
7132024-07-31T06:18:37.308Z Downloaded tokio-macros v2.3.0
7142024-07-31T06:18:37.311Z Downloaded rustls-pki-types v1.7.0
7152024-07-31T06:18:37.314Z Downloaded rsa v0.9.6
7162024-07-31T06:18:37.318Z Downloaded r2d2 v0.8.10
7172024-07-31T06:18:37.321Z Downloaded quick-error v1.2.3
7182024-07-31T06:18:37.323Z Downloaded either v1.12.0
7192024-07-31T06:18:37.323Z Downloaded topological-sort v0.2.2
7202024-07-31T06:18:37.326Z Downloaded tar v0.4.41
7212024-07-31T06:18:37.329Z Downloaded libm v0.2.8
7222024-07-31T06:18:37.335Z Downloaded float-ord v0.3.2
7232024-07-31T06:18:37.338Z Downloaded path-slash v0.1.5
7242024-07-31T06:18:37.338Z Downloaded embedded-io v0.4.0
7252024-07-31T06:18:37.341Z Downloaded serde_urlencoded v0.7.1
7262024-07-31T06:18:37.343Z Downloaded dyn-clone v1.0.17
7272024-07-31T06:18:37.343Z Downloaded termcolor v1.4.1
7282024-07-31T06:18:37.346Z Downloaded static_assertions v1.1.0
7292024-07-31T06:18:37.349Z Downloaded stable_deref_trait v1.2.0
7302024-07-31T06:18:37.349Z Downloaded socket2 v0.4.10
7312024-07-31T06:18:37.352Z Downloaded tracing-core v0.1.32
7322024-07-31T06:18:37.355Z Downloaded tracing v0.1.40
7332024-07-31T06:18:37.358Z Downloaded smf v0.2.3
7342024-07-31T06:18:37.360Z Downloaded hubpack_derive v0.1.1
7352024-07-31T06:18:37.360Z Downloaded headers v0.3.9
7362024-07-31T06:18:37.367Z Downloaded rand v0.8.5
7372024-07-31T06:18:37.371Z Downloaded rustc_version v0.4.0
7382024-07-31T06:18:37.373Z Downloaded which v4.4.2
7392024-07-31T06:18:37.376Z Downloaded rustc_version v0.1.7
7402024-07-31T06:18:37.376Z Downloaded itertools v0.13.0
7412024-07-31T06:18:37.384Z Downloaded spin v0.9.8
7422024-07-31T06:18:37.387Z Downloaded zone_cfg_derive v0.1.2
7432024-07-31T06:18:37.389Z Downloaded postcard v1.0.8
7442024-07-31T06:18:37.392Z Downloaded vte_generate_state_changes v0.1.1
7452024-07-31T06:18:37.392Z Downloaded env_logger v0.10.2
7462024-07-31T06:18:37.395Z Downloaded termtree v0.4.1
7472024-07-31T06:18:37.398Z Downloaded uuid v1.10.0
7482024-07-31T06:18:37.402Z Downloaded pem v3.0.4
7492024-07-31T06:18:37.404Z Downloaded tokio-tungstenite v0.20.1
7502024-07-31T06:18:37.404Z Downloaded scopeguard v1.2.0
7512024-07-31T06:18:37.407Z Downloaded ref-cast-impl v1.0.23
7522024-07-31T06:18:37.407Z Downloaded walkdir v2.5.0
7532024-07-31T06:18:37.410Z Downloaded unarray v0.1.4
7542024-07-31T06:18:37.410Z Downloaded rustc-hash v1.1.0
7552024-07-31T06:18:37.413Z Downloaded hyper-rustls v0.24.2
7562024-07-31T06:18:37.416Z Downloaded unicase v2.7.0
7572024-07-31T06:18:37.416Z Downloaded pin-project v1.1.5
7582024-07-31T06:18:37.428Z Downloaded slog-async v2.8.0
7592024-07-31T06:18:37.431Z Downloaded httparse v1.8.0
7602024-07-31T06:18:37.433Z Downloaded hostname v0.3.1
7612024-07-31T06:18:37.436Z Downloaded rustls-pemfile v2.1.2
7622024-07-31T06:18:37.439Z Downloaded hyper-staticfile v0.9.5
7632024-07-31T06:18:37.439Z Downloaded erased-serde v0.3.31
7642024-07-31T06:18:37.442Z Downloaded fatfs v0.3.6
7652024-07-31T06:18:37.444Z Downloaded termios v0.3.3
7662024-07-31T06:18:37.447Z Downloaded ref-cast v1.0.23
7672024-07-31T06:18:37.450Z Downloaded foreign-types-shared v0.3.1
7682024-07-31T06:18:37.450Z Downloaded ron v0.7.1
7692024-07-31T06:18:37.454Z Downloaded tui-tree-widget v0.21.0
7702024-07-31T06:18:37.457Z Downloaded fragile v2.0.0
7712024-07-31T06:18:37.460Z Downloaded smallvec v0.6.14
7722024-07-31T06:18:37.460Z Downloaded tokio-native-tls v0.3.1
7732024-07-31T06:18:37.463Z Downloaded float-cmp v0.9.0
7742024-07-31T06:18:37.463Z Downloaded crossterm v0.27.0
7752024-07-31T06:18:37.469Z Downloaded group v0.13.0
7762024-07-31T06:18:37.472Z Downloaded slog-scope v4.4.0
7772024-07-31T06:18:37.475Z Downloaded serde-big-array v0.5.1
7782024-07-31T06:18:37.475Z Downloaded vsss-rs v3.3.4
7792024-07-31T06:18:37.478Z Downloaded tabwriter v1.4.0
7802024-07-31T06:18:37.478Z Downloaded snafu v0.8.2
7812024-07-31T06:18:37.484Z Downloaded slog-stdlog v4.1.1
7822024-07-31T06:18:37.487Z Downloaded rustc-demangle v0.1.24
7832024-07-31T06:18:37.489Z Downloaded strum_macros v0.25.3
7842024-07-31T06:18:37.492Z Downloaded getrandom v0.2.14
7852024-07-31T06:18:37.495Z Downloaded pkcs8 v0.10.2
7862024-07-31T06:18:37.498Z Downloaded trust-dns-client v0.22.0
7872024-07-31T06:18:37.501Z Downloaded url v2.5.2
7882024-07-31T06:18:37.504Z Downloaded strum_macros v0.26.4
7892024-07-31T06:18:37.507Z Downloaded futures v0.3.30
7902024-07-31T06:18:37.512Z Downloaded elliptic-curve v0.13.8
7912024-07-31T06:18:37.518Z Downloaded sct v0.7.1
7922024-07-31T06:18:37.521Z Downloaded serde_yaml v0.9.34+deprecated
7932024-07-31T06:18:37.524Z Downloaded serde-hex v0.1.0
7942024-07-31T06:18:37.527Z Downloaded rand_core v0.6.4
7952024-07-31T06:18:37.530Z Downloaded ron v0.8.1
7962024-07-31T06:18:37.533Z Downloaded toml v0.5.11
7972024-07-31T06:18:37.536Z Downloaded tungstenite v0.21.0
7982024-07-31T06:18:37.539Z Downloaded strip-ansi-escapes v0.2.0
7992024-07-31T06:18:37.542Z Downloaded stringprep v0.1.4
8002024-07-31T06:18:37.542Z Downloaded hyper-tls v0.5.0
8012024-07-31T06:18:37.545Z Downloaded slog-json v2.6.1
8022024-07-31T06:18:37.548Z Downloaded whoami v1.5.1
8032024-07-31T06:18:37.550Z Downloaded derive_more v0.99.18
8042024-07-31T06:18:37.553Z Downloaded tokio-postgres v0.7.11
8052024-07-31T06:18:37.558Z Downloaded subprocess v0.2.9
8062024-07-31T06:18:37.561Z Downloaded trust-dns-server v0.22.1
8072024-07-31T06:18:37.567Z Downloaded x509-cert v0.2.5
8082024-07-31T06:18:37.574Z Downloaded serde_with v3.8.3
8092024-07-31T06:18:37.583Z Downloaded term v0.7.0
8102024-07-31T06:18:37.587Z Downloaded pem-rfc7468 v0.7.0
8112024-07-31T06:18:37.590Z Downloaded vte v0.11.1
8122024-07-31T06:18:37.593Z Downloaded rayon-core v1.12.1
8132024-07-31T06:18:37.596Z Downloaded diesel_derives v2.1.4
8142024-07-31T06:18:37.599Z Downloaded unicode-segmentation v1.11.0
8152024-07-31T06:18:37.602Z Downloaded trust-dns-resolver v0.22.0
8162024-07-31T06:18:37.607Z Downloaded tungstenite v0.20.1
8172024-07-31T06:18:37.610Z Downloaded time v0.3.36
8182024-07-31T06:18:37.618Z Downloaded hashbrown v0.12.3
8192024-07-31T06:18:37.623Z Downloaded tinyvec v1.6.0
8202024-07-31T06:18:37.626Z Downloaded expectorate v1.1.0
8212024-07-31T06:18:37.629Z Downloaded reedline v0.31.0
8222024-07-31T06:18:37.638Z Downloaded toml v0.7.8
8232024-07-31T06:18:37.641Z Downloaded pkcs1 v0.7.5
8242024-07-31T06:18:37.645Z Downloaded pin-project-internal v1.1.5
8252024-07-31T06:18:37.648Z Downloaded peg-macros v0.8.4
8262024-07-31T06:18:37.648Z Downloaded flate2 v1.0.30
8272024-07-31T06:18:37.654Z Downloaded blake3 v1.5.1
8282024-07-31T06:18:37.662Z Downloaded tokio-util v0.7.11
8292024-07-31T06:18:37.668Z Downloaded hkdf v0.12.4
8302024-07-31T06:18:37.671Z Downloaded aho-corasick v1.1.3
8312024-07-31T06:18:37.677Z Downloaded tough v0.17.1
8322024-07-31T06:18:37.685Z Downloaded publicsuffix v2.2.3
8332024-07-31T06:18:37.688Z Downloaded rustyline v14.0.0
8342024-07-31T06:18:37.693Z Downloaded typed-path v0.7.1
8352024-07-31T06:18:37.699Z Downloaded zip v0.6.6
8362024-07-31T06:18:37.703Z Downloaded lalrpop v0.19.12
8372024-07-31T06:18:37.717Z Downloaded slog-term v2.9.1
8382024-07-31T06:18:37.720Z Downloaded portable-atomic v1.6.0
8392024-07-31T06:18:37.725Z Downloaded hashbrown v0.13.2
8402024-07-31T06:18:37.729Z Downloaded proc-macro-crate v1.3.1
8412024-07-31T06:18:37.732Z Downloaded unicode-normalization v0.1.23
8422024-07-31T06:18:37.735Z Downloaded openssl v0.10.66
8432024-07-31T06:18:37.746Z Downloaded diff v0.1.13
8442024-07-31T06:18:37.749Z Downloaded reqwest v0.11.27
8452024-07-31T06:18:37.758Z Downloaded object v0.30.4
8462024-07-31T06:18:37.768Z Downloaded regex-automata v0.1.10
8472024-07-31T06:18:37.774Z Downloaded nix v0.27.1
8482024-07-31T06:18:37.787Z Downloaded bindgen v0.69.4
8492024-07-31T06:18:37.795Z Downloaded winnow v0.5.40
8502024-07-31T06:18:37.804Z Downloaded object v0.32.2
8512024-07-31T06:18:37.815Z Downloaded h2 v0.3.26
8522024-07-31T06:18:37.823Z Downloaded rustls-webpki v0.101.7
8532024-07-31T06:18:37.839Z Downloaded futures-util v0.3.30
8542024-07-31T06:18:37.850Z Downloaded quick-xml v0.31.0
8552024-07-31T06:18:37.856Z Downloaded rustls-webpki v0.102.4
8562024-07-31T06:18:37.877Z Downloaded nix v0.28.0
8572024-07-31T06:18:37.888Z Downloaded regex v1.10.5
8582024-07-31T06:18:37.903Z Downloaded vcpkg v0.2.15
8592024-07-31T06:18:37.945Z Downloaded smoltcp v0.9.1
8602024-07-31T06:18:37.956Z Downloaded idna v0.3.0
8612024-07-31T06:18:37.962Z Downloaded hyper v0.14.28
8622024-07-31T06:18:37.971Z Downloaded proptest v1.4.0
8632024-07-31T06:18:37.981Z Downloaded gimli v0.28.1
8642024-07-31T06:18:37.990Z Downloaded curve25519-dalek v4.1.3
8652024-07-31T06:18:38.000Z Downloaded bstr v0.2.17
8662024-07-31T06:18:38.010Z Downloaded trust-dns-proto v0.22.0
8672024-07-31T06:18:38.022Z Downloaded ratatui v0.27.0
8682024-07-31T06:18:38.043Z Downloaded rustls v0.21.12
8692024-07-31T06:18:38.055Z Downloaded idna v0.2.3
8702024-07-31T06:18:38.061Z Downloaded smoltcp v0.11.0
8712024-07-31T06:18:38.075Z Downloaded bstr v1.9.1
8722024-07-31T06:18:38.089Z Downloaded regress v0.9.1
8732024-07-31T06:18:38.098Z Downloaded petgraph v0.6.5
8742024-07-31T06:18:38.117Z Downloaded finl_unicode v1.2.0
8752024-07-31T06:18:38.133Z Downloaded sha3 v0.10.8
8762024-07-31T06:18:38.136Z Downloaded tokio v1.38.1
8772024-07-31T06:18:38.176Z Downloaded rustls v0.22.4
8782024-07-31T06:18:38.190Z Downloaded sled v0.34.7
8792024-07-31T06:18:38.202Z Downloaded radix_trie v0.2.1
8802024-07-31T06:18:38.208Z Downloaded regex-syntax v0.8.3
8812024-07-31T06:18:38.217Z Downloaded zerocopy-derive v0.6.6
8822024-07-31T06:18:38.228Z Downloaded bzip2-sys v0.1.11+1.0.8
8832024-07-31T06:18:38.242Z Downloaded openapiv3 v2.0.0
8842024-07-31T06:18:38.257Z Downloaded regex-automata v0.4.6
8852024-07-31T06:18:38.275Z Downloaded rayon v1.10.0
8862024-07-31T06:18:38.285Z Downloaded idna v0.5.0
8872024-07-31T06:18:38.292Z Downloaded webpki-roots v0.25.4
8882024-07-31T06:18:38.297Z Downloaded csv v1.3.0
8892024-07-31T06:18:38.319Z Downloaded regex-syntax v0.6.29
8902024-07-31T06:18:38.326Z Downloaded diesel v2.1.6
8912024-07-31T06:18:38.347Z Downloaded chrono v0.4.38
8922024-07-31T06:18:38.354Z Downloaded polar-core v0.27.3
8932024-07-31T06:18:38.367Z Downloaded sqlparser v0.45.0
8942024-07-31T06:18:38.373Z Downloaded bitvec v1.0.1
8952024-07-31T06:18:38.390Z Downloaded flume v0.11.0
8962024-07-31T06:18:38.394Z Downloaded encoding_rs v0.8.34
8972024-07-31T06:18:38.418Z Downloaded rcgen v0.12.1
8982024-07-31T06:18:38.421Z Downloaded heapless v0.8.0
8992024-07-31T06:18:38.424Z Downloaded http v1.1.0
9002024-07-31T06:18:38.429Z Downloaded http v0.2.12
9012024-07-31T06:18:38.433Z Downloaded num-bigint-dig v0.8.4
9022024-07-31T06:18:38.438Z Downloaded signal-hook-registry v1.4.2
9032024-07-31T06:18:38.441Z Downloaded psl-types v2.0.11
9042024-07-31T06:18:38.441Z Downloaded funty v2.0.0
9052024-07-31T06:18:38.444Z Downloaded serde_arrays v0.1.0
9062024-07-31T06:18:38.444Z Downloaded test-strategy v0.3.1
9072024-07-31T06:18:38.447Z Downloaded prettyplease v0.2.20
9082024-07-31T06:18:38.450Z Downloaded smallvec v1.13.2
9092024-07-31T06:18:38.452Z Downloaded itertools v0.12.1
9102024-07-31T06:18:38.459Z Downloaded heapless v0.7.17
9112024-07-31T06:18:38.463Z Downloaded ring v0.17.8
9122024-07-31T06:18:38.535Z Downloaded samael v0.0.15
9132024-07-31T06:18:38.540Z Downloaded serde_with_macros v3.8.3
9142024-07-31T06:18:38.542Z Downloaded nom v7.1.3
9152024-07-31T06:18:38.547Z Downloaded postgres-protocol v0.6.7
9162024-07-31T06:18:38.550Z Downloaded signal-hook v0.3.17
9172024-07-31T06:18:38.552Z Downloaded unicode_categories v0.1.1
9182024-07-31T06:18:38.555Z Downloaded toml_edit v0.19.15
9192024-07-31T06:18:38.570Z Downloaded minimal-lexical v0.2.1
9202024-07-31T06:18:38.575Z Downloaded der_derive v0.7.2
9212024-07-31T06:18:38.578Z Downloaded steno v0.4.1
9222024-07-31T06:18:38.581Z Downloaded mio v0.8.11
9232024-07-31T06:18:38.586Z Downloaded sqlformat v0.2.4
9242024-07-31T06:18:38.589Z Downloaded serde_derive_internals v0.29.1
9252024-07-31T06:18:38.592Z Downloaded postgres-types v0.2.7
9262024-07-31T06:18:38.592Z Downloaded libxml v0.3.3
9272024-07-31T06:18:38.598Z Downloaded crypto-bigint v0.5.5
9282024-07-31T06:18:38.605Z Downloaded futures-channel v0.3.30
9292024-07-31T06:18:38.607Z Downloaded hmac v0.12.1
9302024-07-31T06:18:38.611Z Downloaded futures-sink v0.3.30
9312024-07-31T06:18:38.611Z Downloaded tokio-tungstenite v0.21.0
9322024-07-31T06:18:38.613Z Downloaded rustversion v1.0.17
9332024-07-31T06:18:38.616Z Downloaded pin-utils v0.1.0
9342024-07-31T06:18:38.617Z Downloaded half v2.4.1
9352024-07-31T06:18:38.619Z Downloaded serde_path_to_error v0.1.16
9362024-07-31T06:18:38.619Z Downloaded darling_core v0.20.9
9372024-07-31T06:18:38.624Z Downloaded globset v0.4.14
9382024-07-31T06:18:38.627Z Downloaded glob v0.3.1
9392024-07-31T06:18:38.630Z Downloaded slog v2.7.0
9402024-07-31T06:18:38.632Z Downloaded num-bigint v0.4.5
9412024-07-31T06:18:38.635Z Downloaded crossbeam-channel v0.5.12
9422024-07-31T06:18:38.640Z Downloaded unicode-bidi v0.3.15
9432024-07-31T06:18:38.643Z Downloaded semver v0.1.20
9442024-07-31T06:18:38.643Z Downloaded secrecy v0.8.0
9452024-07-31T06:18:38.646Z Downloaded sec1 v0.7.3
9462024-07-31T06:18:38.646Z Downloaded rustfmt-wrapper v0.2.1
9472024-07-31T06:18:38.649Z Downloaded wyz v0.5.1
9482024-07-31T06:18:38.649Z Downloaded socket2 v0.5.7
9492024-07-31T06:18:38.653Z Downloaded radium v0.7.0
9502024-07-31T06:18:38.653Z Downloaded getopts v0.2.21
9512024-07-31T06:18:38.656Z Downloaded downcast v0.11.0
9522024-07-31T06:18:38.656Z Downloaded poly1305 v0.8.0
9532024-07-31T06:18:38.658Z Downloaded parking_lot_core v0.8.6
9542024-07-31T06:18:38.658Z Downloaded chacha20poly1305 v0.10.1
9552024-07-31T06:18:38.661Z Downloaded arc-swap v1.7.1
9562024-07-31T06:18:38.664Z Downloaded clang-sys v1.7.0
9572024-07-31T06:18:38.667Z Downloaded omicron-zone-package v0.11.0
9582024-07-31T06:18:38.670Z Downloaded mockall_derive v0.12.1
9592024-07-31T06:18:38.674Z Downloaded ciborium v0.2.2
9602024-07-31T06:18:38.676Z Downloaded foreign-types v0.3.2
9612024-07-31T06:18:38.676Z Downloaded untrusted v0.7.1
9622024-07-31T06:18:38.676Z Downloaded pkg-config v0.3.30
9632024-07-31T06:18:38.679Z Downloaded heck v0.3.3
9642024-07-31T06:18:38.679Z Downloaded futures-macro v0.3.30
9652024-07-31T06:18:38.679Z Downloaded futures-io v0.3.30
9662024-07-31T06:18:38.682Z Downloaded tower-service v0.3.2
9672024-07-31T06:18:38.683Z Downloaded time-core v0.1.2
9682024-07-31T06:18:38.683Z Downloaded structmeta-derive v0.2.0
9692024-07-31T06:18:38.686Z Downloaded enum-as-inner v0.5.1
9702024-07-31T06:18:38.686Z Downloaded zone v0.1.8
9712024-07-31T06:18:38.686Z Downloaded universal-hash v0.5.1
9722024-07-31T06:18:38.686Z Downloaded csv-core v0.1.11
9732024-07-31T06:18:38.689Z Downloaded bytes v1.6.0
9742024-07-31T06:18:38.692Z Downloaded compact_str v0.7.1
9752024-07-31T06:18:38.695Z Downloaded indicatif v0.17.8
9762024-07-31T06:18:38.698Z Downloaded miniz_oxide v0.7.2
9772024-07-31T06:18:38.701Z Downloaded pretty-hex v0.2.1
9782024-07-31T06:18:38.703Z Downloaded const-oid v0.9.6
9792024-07-31T06:18:38.703Z Downloaded native-tls v0.2.11
9802024-07-31T06:18:38.707Z Downloaded slog-dtrace v0.3.0
9812024-07-31T06:18:38.710Z Downloaded ciborium-ll v0.2.2
9822024-07-31T06:18:38.710Z Downloaded nu-ansi-term v0.50.0
9832024-07-31T06:18:38.713Z Downloaded thiserror-no-std v2.0.2
9842024-07-31T06:18:38.716Z Downloaded string_cache v0.8.7
9852024-07-31T06:18:38.716Z Downloaded packed_struct v0.10.1
9862024-07-31T06:18:38.719Z Downloaded num-rational v0.4.2
9872024-07-31T06:18:38.719Z Downloaded multer v3.1.0
9882024-07-31T06:18:38.722Z Downloaded mime_guess v2.0.4
9892024-07-31T06:18:38.725Z Downloaded libsw v3.3.1
9902024-07-31T06:18:38.725Z Downloaded libloading v0.8.3
9912024-07-31T06:18:38.728Z Downloaded cassowary v0.3.0
9922024-07-31T06:18:38.730Z Downloaded block-padding v0.3.3
9932024-07-31T06:18:38.730Z Downloaded bcs v0.1.6
9942024-07-31T06:18:38.733Z Downloaded arrayvec v0.7.4
9952024-07-31T06:18:38.733Z Downloaded bzip2 v0.4.4
9962024-07-31T06:18:38.736Z Downloaded bitflags v1.3.2
9972024-07-31T06:18:38.739Z Downloaded memmap2 v0.9.4
9982024-07-31T06:18:38.741Z Downloaded buf-list v1.0.3
9992024-07-31T06:18:38.745Z Downloaded bitfield-struct v0.6.1
10002024-07-31T06:18:38.745Z Downloaded newtype-uuid v1.1.0
10012024-07-31T06:18:38.745Z Downloaded lru-cache v0.1.2
10022024-07-31T06:18:38.749Z Downloaded maplit v1.0.2
10032024-07-31T06:18:38.750Z Downloaded colored v2.1.0
10042024-07-31T06:18:38.750Z Downloaded bb8 v0.8.5
10052024-07-31T06:18:38.750Z Downloaded atomic-waker v1.1.2
10062024-07-31T06:18:38.755Z Downloaded memoffset v0.9.1
10072024-07-31T06:18:38.755Z Downloaded md-5 v0.10.6
10082024-07-31T06:18:38.755Z Downloaded cexpr v0.6.0
10092024-07-31T06:18:38.755Z Downloaded bit-vec v0.6.3
10102024-07-31T06:18:38.759Z Downloaded ascii-canvas v3.0.0
10112024-07-31T06:18:38.759Z Downloaded arrayref v0.3.7
10122024-07-31T06:18:38.759Z Downloaded crucible-workspace-hack v0.1.0
10132024-07-31T06:18:38.759Z Downloaded debug-ignore v1.0.5
10142024-07-31T06:18:38.761Z Downloaded ipnetwork v0.20.0
10152024-07-31T06:18:38.762Z Downloaded ring v0.16.20
10162024-07-31T06:18:38.844Z Downloaded linear-map v1.2.0
10172024-07-31T06:18:38.847Z Downloaded defmt-macros v0.3.9
10182024-07-31T06:18:38.850Z Downloaded crc v3.2.1
10192024-07-31T06:18:38.853Z Downloaded maybe-uninit v2.0.0
10202024-07-31T06:18:38.853Z Downloaded lazy_static v1.5.0
10212024-07-31T06:18:38.856Z Downloaded bitfield v0.14.0
10222024-07-31T06:18:38.856Z Downloaded bit-set v0.5.3
10232024-07-31T06:18:38.856Z Downloaded base16ct v0.2.0
10242024-07-31T06:18:38.937Z Compiling cfg-if v1.0.0
10252024-07-31T06:18:38.937Z Compiling serde v1.0.204
10262024-07-31T06:18:38.941Z Compiling lock_api v0.4.12
10272024-07-31T06:18:38.941Z Compiling scopeguard v1.2.0
10282024-07-31T06:18:39.058Z Compiling log v0.4.21
10292024-07-31T06:18:39.104Z Compiling syn v2.0.72
10302024-07-31T06:18:39.107Z Compiling cc v1.0.97
10312024-07-31T06:18:39.107Z Compiling parking_lot_core v0.9.10
10322024-07-31T06:18:39.145Z Compiling getrandom v0.2.14
10332024-07-31T06:18:39.221Z Compiling smallvec v1.13.2
10342024-07-31T06:18:39.478Z Compiling rand_core v0.6.4
10352024-07-31T06:18:39.577Z Compiling typenum v1.17.0
10362024-07-31T06:18:39.619Z Compiling generic-array v0.14.7
10372024-07-31T06:18:39.622Z Compiling pin-project-lite v0.2.14
10382024-07-31T06:18:39.754Z Compiling signal-hook-registry v1.4.2
10392024-07-31T06:18:39.955Z Compiling mio v0.8.11
10402024-07-31T06:18:39.970Z Compiling serde_json v1.0.120
10412024-07-31T06:18:40.115Z Compiling parking_lot v0.12.2
10422024-07-31T06:18:40.252Z Compiling spin v0.9.8
10432024-07-31T06:18:40.280Z Compiling libm v0.2.8
10442024-07-31T06:18:40.588Z Compiling ahash v0.8.11
10452024-07-31T06:18:40.620Z Compiling num-traits v0.2.19
10462024-07-31T06:18:40.635Z Compiling tinyvec_macros v0.1.1
10472024-07-31T06:18:40.720Z Compiling futures-core v0.3.30
10482024-07-31T06:18:40.961Z Compiling tinyvec v1.6.0
10492024-07-31T06:18:41.076Z Compiling socket2 v0.5.7
10502024-07-31T06:18:41.093Z Compiling num_cpus v1.16.0
10512024-07-31T06:18:41.205Z Compiling subtle v2.5.0
10522024-07-31T06:18:41.222Z Compiling const-oid v0.9.6
10532024-07-31T06:18:41.539Z Compiling slab v0.4.9
10542024-07-31T06:18:41.818Z Compiling unicode-bidi v0.3.15
10552024-07-31T06:18:42.400Z Compiling futures-sink v0.3.30
10562024-07-31T06:18:42.427Z Compiling allocator-api2 v0.2.18
10572024-07-31T06:18:42.523Z Compiling unicode-normalization v0.1.23
10582024-07-31T06:18:42.771Z Compiling futures-channel v0.3.30
10592024-07-31T06:18:42.993Z Compiling vcpkg v0.2.15
10602024-07-31T06:18:43.222Z Compiling pkg-config v0.3.30
10612024-07-31T06:18:43.273Z Compiling futures-io v0.3.30
10622024-07-31T06:18:43.345Z Compiling futures-task v0.3.30
10632024-07-31T06:18:43.463Z Compiling pin-utils v0.1.0
10642024-07-31T06:18:43.560Z Compiling ring v0.17.8
10652024-07-31T06:18:43.624Z Compiling percent-encoding v2.3.1
10662024-07-31T06:18:43.658Z Compiling ppv-lite86 v0.2.17
10672024-07-31T06:18:43.684Z Compiling tracing-core v0.1.32
10682024-07-31T06:18:44.014Z Compiling untrusted v0.9.0
10692024-07-31T06:18:44.203Z Compiling rustix v0.38.34
10702024-07-31T06:18:44.466Z Compiling syn v1.0.109
10712024-07-31T06:18:44.525Z Compiling rand_chacha v0.3.1
10722024-07-31T06:18:44.920Z Compiling time-core v0.1.2
10732024-07-31T06:18:44.976Z Compiling powerfmt v0.2.0
10742024-07-31T06:18:45.069Z Compiling num-conv v0.1.0
10752024-07-31T06:18:45.160Z Compiling rand v0.8.5
10762024-07-31T06:18:45.256Z Compiling deranged v0.3.11
10772024-07-31T06:18:45.336Z Compiling time-macros v0.2.18
10782024-07-31T06:18:45.352Z Compiling openssl-sys v0.9.103
10792024-07-31T06:18:45.367Z Compiling foreign-types-shared v0.1.1
10802024-07-31T06:18:45.464Z Compiling iana-time-zone v0.1.60
10812024-07-31T06:18:45.981Z Compiling rustversion v1.0.17
10822024-07-31T06:18:46.538Z Compiling base64ct v1.6.0
10832024-07-31T06:18:46.671Z Compiling num_threads v0.1.7
10842024-07-31T06:18:46.793Z Compiling openssl v0.10.66
10852024-07-31T06:18:46.913Z Compiling httparse v1.8.0
10862024-07-31T06:18:47.146Z Compiling pem-rfc7468 v0.7.0
10872024-07-31T06:18:47.310Z Compiling foreign-types v0.3.2
10882024-07-31T06:18:47.393Z Compiling form_urlencoded v1.2.1
10892024-07-31T06:18:47.409Z Compiling crossbeam-utils v0.8.19
10902024-07-31T06:18:47.711Z Compiling rustls v0.21.12
10912024-07-31T06:18:47.949Z Compiling siphasher v0.3.11
10922024-07-31T06:18:47.966Z Compiling native-tls v0.2.11
10932024-07-31T06:18:48.013Z Compiling flagset v0.4.5
10942024-07-31T06:18:48.213Z Compiling try-lock v0.2.5
10952024-07-31T06:18:48.339Z Compiling want v0.3.1
10962024-07-31T06:18:48.616Z Compiling serde_derive_internals v0.29.1
10972024-07-31T06:18:48.657Z Compiling idna v0.5.0
10982024-07-31T06:18:48.928Z Compiling time v0.3.36
10992024-07-31T06:18:49.030Z Compiling lazy_static v1.5.0
11002024-07-31T06:18:49.152Z Compiling cookie v0.17.0
11012024-07-31T06:18:49.426Z Compiling aho-corasick v1.1.3
11022024-07-31T06:18:49.930Z Compiling tower-service v0.3.2
11032024-07-31T06:18:50.052Z Compiling schemars v0.8.21
11042024-07-31T06:18:50.307Z Compiling rustls-webpki v0.101.7
11052024-07-31T06:18:50.376Z Compiling sct v0.7.1
11062024-07-31T06:18:50.699Z Compiling regex-syntax v0.8.3
11072024-07-31T06:18:51.566Z Compiling httpdate v1.0.3
11082024-07-31T06:18:52.055Z Compiling signal-hook v0.3.17
11092024-07-31T06:18:52.130Z Compiling adler v1.0.2
11102024-07-31T06:18:52.304Z Compiling slog v2.7.0
11112024-07-31T06:18:52.321Z Compiling cpufeatures v0.2.12
11122024-07-31T06:18:52.388Z Compiling openssl-probe v0.1.5
11132024-07-31T06:18:52.419Z Compiling finl_unicode v1.2.0
11142024-07-31T06:18:52.738Z Compiling miniz_oxide v0.7.2
11152024-07-31T06:18:53.001Z Compiling stringprep v0.1.4
11162024-07-31T06:18:54.247Z Compiling regex-automata v0.4.6
11172024-07-31T06:18:54.265Z Compiling serde_derive v1.0.204
11182024-07-31T06:18:54.364Z Compiling zeroize_derive v1.4.2
11192024-07-31T06:18:54.466Z Compiling zerocopy-derive v0.7.34
11202024-07-31T06:18:55.291Z Compiling tokio-macros v2.3.0
11212024-07-31T06:18:56.066Z Compiling zeroize v1.7.0
11222024-07-31T06:18:56.943Z Compiling zerocopy v0.7.34
11232024-07-31T06:18:57.072Z Compiling thiserror-impl v1.0.63
11242024-07-31T06:18:57.549Z Compiling futures-macro v0.3.30
11252024-07-31T06:18:57.938Z Compiling crypto-common v0.1.6
11262024-07-31T06:18:58.168Z Compiling block-buffer v0.10.4
11272024-07-31T06:18:58.435Z Compiling digest v0.10.7
11282024-07-31T06:18:58.934Z Compiling tracing-attributes v0.1.27
11292024-07-31T06:18:59.323Z Compiling hashbrown v0.14.5
11302024-07-31T06:18:59.743Z Compiling futures-util v0.3.30
11312024-07-31T06:19:00.581Z Compiling thiserror v1.0.63
11322024-07-31T06:19:00.720Z Compiling pest v2.7.10
11332024-07-31T06:19:00.830Z Compiling scroll_derive v0.12.0
11342024-07-31T06:19:02.350Z Compiling hmac v0.12.1
11352024-07-31T06:19:02.406Z Compiling openssl-macros v0.1.1
11362024-07-31T06:19:02.462Z Compiling scroll v0.12.0
11372024-07-31T06:19:02.607Z Compiling der_derive v0.7.2
11382024-07-31T06:19:03.053Z Compiling goblin v0.8.2
11392024-07-31T06:19:03.092Z Compiling tracing v0.1.40
11402024-07-31T06:19:03.163Z Compiling pest_meta v2.7.10
11412024-07-31T06:19:03.611Z Compiling sha2 v0.10.8
11422024-07-31T06:19:03.717Z Compiling md-5 v0.10.6
11432024-07-31T06:19:03.981Z Compiling schemars_derive v0.8.21
11442024-07-31T06:19:05.278Z Compiling pest_generator v2.7.10
11452024-07-31T06:19:06.354Z Compiling der v0.7.9
11462024-07-31T06:19:07.115Z Compiling url v2.5.2
11472024-07-31T06:19:07.595Z Compiling num-integer v0.1.46
11482024-07-31T06:19:07.966Z Compiling idna v0.3.0
11492024-07-31T06:19:08.369Z Compiling backtrace v0.3.71
11502024-07-31T06:19:08.584Z Compiling pest_derive v2.7.10
11512024-07-31T06:19:08.767Z Compiling spki v0.7.3
11522024-07-31T06:19:08.770Z Compiling hash32 v0.2.1
11532024-07-31T06:19:09.082Z Compiling psl-types v2.0.11
11542024-07-31T06:19:09.145Z Compiling stable_deref_trait v1.2.0
11552024-07-31T06:19:09.162Z Compiling fallible-iterator v0.2.0
11562024-07-31T06:19:09.249Z Compiling smoltcp v0.9.1
11572024-07-31T06:19:09.281Z Compiling bytes v1.6.0
11582024-07-31T06:19:09.386Z Compiling bitflags v2.6.0
11592024-07-31T06:19:09.690Z Compiling indexmap v2.2.6
11602024-07-31T06:19:09.866Z Compiling semver v1.0.23
11612024-07-31T06:19:09.869Z Compiling uuid v1.10.0
11622024-07-31T06:19:09.959Z Compiling chrono v0.4.38
11632024-07-31T06:19:10.577Z Compiling tokio v1.38.1
11642024-07-31T06:19:10.593Z Compiling http v0.2.12
11652024-07-31T06:19:11.091Z Compiling rustc_version v0.4.0
11662024-07-31T06:19:11.873Z Compiling heapless v0.7.17
11672024-07-31T06:19:12.342Z Compiling http-body v0.4.6
11682024-07-31T06:19:12.769Z Compiling dof v0.3.0
11692024-07-31T06:19:12.824Z Compiling dtrace-parser v0.2.0
11702024-07-31T06:19:13.042Z Compiling toml_datetime v0.6.6
11712024-07-31T06:19:13.317Z Compiling serde_spanned v0.6.6
11722024-07-31T06:19:13.539Z Compiling usdt-impl v0.5.0
11732024-07-31T06:19:13.555Z Compiling serde_tokenstream v0.2.1
11742024-07-31T06:19:13.914Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11752024-07-31T06:19:13.983Z Compiling gimli v0.28.1
11762024-07-31T06:19:14.084Z Compiling dyn-clone v1.0.17
11772024-07-31T06:19:14.307Z Compiling base64 v0.22.1
11782024-07-31T06:19:14.714Z Compiling crc32fast v1.4.0
11792024-07-31T06:19:15.099Z Compiling postgres-protocol v0.6.7
11802024-07-31T06:19:15.241Z Compiling terminal_size v0.3.0
11812024-07-31T06:19:15.283Z Compiling publicsuffix v2.2.3
11822024-07-31T06:19:15.425Z Compiling pkcs8 v0.10.2
11832024-07-31T06:19:16.018Z Compiling hubpack_derive v0.1.1
11842024-07-31T06:19:16.360Z Compiling block-padding v0.3.3
11852024-07-31T06:19:16.458Z Compiling zerocopy-derive v0.6.6
11862024-07-31T06:19:16.614Z Compiling async-trait v0.1.81
11872024-07-31T06:19:17.974Z Compiling phf_shared v0.11.2
11882024-07-31T06:19:18.136Z Compiling diesel_table_macro_syntax v0.1.0
11892024-07-31T06:19:18.351Z Compiling addr2line v0.21.0
11902024-07-31T06:19:18.527Z Compiling tokio-util v0.7.11
11912024-07-31T06:19:18.748Z Compiling tokio-native-tls v0.3.1
11922024-07-31T06:19:19.006Z Compiling tokio-rustls v0.24.1
11932024-07-31T06:19:19.023Z Compiling ff v0.13.0
11942024-07-31T06:19:19.026Z Compiling scheduled-thread-pool v0.2.7
11952024-07-31T06:19:19.057Z Compiling object v0.32.2
11962024-07-31T06:19:19.247Z Compiling fs-err v2.11.0
11972024-07-31T06:19:19.395Z Compiling either v1.12.0
11982024-07-31T06:19:19.492Z Compiling h2 v0.3.26
11992024-07-31T06:19:19.509Z Compiling bit-vec v0.6.3
12002024-07-31T06:19:19.640Z Compiling managed v0.8.0
12012024-07-31T06:19:19.800Z Compiling base16ct v0.2.0
12022024-07-31T06:19:19.914Z Compiling rustc-demangle v0.1.24
12032024-07-31T06:19:19.945Z Compiling matches v0.1.10
12042024-07-31T06:19:20.035Z Compiling regex-automata v0.1.10
12052024-07-31T06:19:20.074Z Compiling base64 v0.21.7
12062024-07-31T06:19:20.106Z Compiling bitflags v1.3.2
12072024-07-31T06:19:20.204Z Compiling winnow v0.5.40
12082024-07-31T06:19:20.351Z Compiling ipnet v2.9.0
12092024-07-31T06:19:20.506Z Compiling anyhow v1.0.86
12102024-07-31T06:19:20.812Z Compiling rustls-pemfile v1.0.4
12112024-07-31T06:19:20.902Z Compiling bstr v0.2.17
12122024-07-31T06:19:21.216Z Compiling clap_builder v4.5.9
12132024-07-31T06:19:21.660Z Compiling idna v0.2.3
12142024-07-31T06:19:22.465Z Compiling sec1 v0.7.3
12152024-07-31T06:19:23.217Z Compiling r2d2 v0.8.10
12162024-07-31T06:19:23.382Z Compiling group v0.13.0
12172024-07-31T06:19:23.489Z Compiling zerocopy v0.6.6
12182024-07-31T06:19:23.586Z Compiling diesel_derives v2.1.4
12192024-07-31T06:19:23.706Z Compiling toml_edit v0.19.15
12202024-07-31T06:19:24.037Z Compiling phf v0.11.2
12212024-07-31T06:19:24.326Z Compiling signal-hook-mio v0.2.3
12222024-07-31T06:19:24.343Z Compiling ipnetwork v0.20.0
12232024-07-31T06:19:24.482Z Compiling hubpack v0.1.2
12242024-07-31T06:19:24.948Z Compiling inout v0.1.3
12252024-07-31T06:19:25.216Z Compiling cookie_store v0.20.0
12262024-07-31T06:19:25.281Z Compiling postgres-types v0.2.7
12272024-07-31T06:19:26.367Z Compiling hyper v0.14.28
12282024-07-31T06:19:26.864Z Compiling usdt-attr-macro v0.5.0
12292024-07-31T06:19:27.150Z Compiling usdt-macro v0.5.0
12302024-07-31T06:19:28.671Z Compiling serde_urlencoded v0.7.1
12312024-07-31T06:19:28.868Z Compiling num-bigint v0.4.5
12322024-07-31T06:19:29.198Z Compiling futures-executor v0.3.30
12332024-07-31T06:19:29.810Z Compiling hkdf v0.12.4
12342024-07-31T06:19:29.911Z Compiling enum-as-inner v0.5.1
12352024-07-31T06:19:30.076Z Compiling regex v1.10.5
12362024-07-31T06:19:30.297Z Compiling crypto-bigint v0.5.5
12372024-07-31T06:19:30.920Z Compiling serde_repr v0.1.19
12382024-07-31T06:19:31.133Z Compiling clap_derive v4.5.8
12392024-07-31T06:19:31.136Z Compiling strum_macros v0.25.3
12402024-07-31T06:19:32.122Z Compiling phf_shared v0.10.0
12412024-07-31T06:19:32.145Z Compiling float-cmp v0.9.0
12422024-07-31T06:19:32.423Z Compiling encoding_rs v0.8.34
12432024-07-31T06:19:32.557Z Compiling minimal-lexical v0.2.1
12442024-07-31T06:19:33.064Z Compiling hyper-tls v0.5.0
12452024-07-31T06:19:33.397Z Compiling hyper-rustls v0.24.2
12462024-07-31T06:19:33.755Z Compiling whoami v1.5.1
12472024-07-31T06:19:34.428Z Compiling webpki-roots v0.25.4
12482024-07-31T06:19:34.583Z Compiling precomputed-hash v0.1.1
12492024-07-31T06:19:34.700Z Compiling sync_wrapper v0.1.2
12502024-07-31T06:19:34.829Z Compiling mime v0.3.17
12512024-07-31T06:19:35.480Z Compiling unicode-segmentation v1.11.0
12522024-07-31T06:19:35.620Z Compiling static_assertions v1.1.0
12532024-07-31T06:19:35.720Z Compiling difflib v0.4.0
12542024-07-31T06:19:36.342Z Compiling new_debug_unreachable v1.0.6
12552024-07-31T06:19:36.428Z Compiling normalize-line-endings v0.3.0
12562024-07-31T06:19:36.443Z Compiling predicates-core v1.0.6
12572024-07-31T06:19:36.463Z Compiling data-encoding v2.6.0
12582024-07-31T06:19:36.528Z Compiling fixedbitset v0.4.2
12592024-07-31T06:19:36.545Z Compiling toml_edit v0.22.16
12602024-07-31T06:19:36.806Z Compiling petgraph v0.6.5
12612024-07-31T06:19:36.984Z Compiling predicates v3.1.0
12622024-07-31T06:19:37.147Z Compiling trust-dns-proto v0.22.0
12632024-07-31T06:19:37.206Z Compiling diesel v2.1.6
12642024-07-31T06:19:37.388Z Compiling clap v4.5.9
12652024-07-31T06:19:37.502Z Compiling string_cache v0.8.7
12662024-07-31T06:19:37.996Z Compiling console v0.15.8
12672024-07-31T06:19:38.798Z Compiling similar v2.5.0
12682024-07-31T06:19:39.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12692024-07-31T06:19:39.623Z Compiling reqwest v0.11.27
12702024-07-31T06:19:39.785Z Compiling tokio-postgres v0.7.11
12712024-07-31T06:19:40.865Z Compiling elliptic-curve v0.13.8
12722024-07-31T06:19:41.444Z Compiling nom v7.1.3
12732024-07-31T06:19:41.628Z Compiling usdt v0.5.0
12742024-07-31T06:19:42.118Z Compiling yasna v0.5.2
12752024-07-31T06:19:44.070Z Compiling futures v0.3.30
12762024-07-31T06:19:44.189Z Compiling flate2 v1.0.30
12772024-07-31T06:19:45.178Z Compiling toml v0.7.8
12782024-07-31T06:19:45.432Z Compiling cipher v0.4.4
12792024-07-31T06:19:45.628Z Compiling crossterm v0.27.0
12802024-07-31T06:19:45.917Z Compiling bit-set v0.5.3
12812024-07-31T06:19:45.938Z Compiling itertools v0.10.5
12822024-07-31T06:19:46.076Z Compiling itertools v0.12.1
12832024-07-31T06:19:46.182Z Compiling tokio-stream v0.1.15
12842024-07-31T06:19:46.459Z Compiling openapiv3 v2.0.0
12852024-07-31T06:19:46.911Z Compiling hex v0.4.3
12862024-07-31T06:19:47.133Z Compiling crossbeam-epoch v0.9.18
12872024-07-31T06:19:47.552Z Compiling num-iter v0.1.45
12882024-07-31T06:19:47.739Z Compiling bstr v1.9.1
12892024-07-31T06:19:47.937Z Compiling dirs-sys-next v0.1.2
12902024-07-31T06:19:48.624Z Compiling peg-runtime v0.8.3
12912024-07-31T06:19:48.760Z Compiling lalrpop-util v0.19.12
12922024-07-31T06:19:49.120Z Compiling unicode-xid v0.2.4
12932024-07-31T06:19:49.295Z Compiling dirs-next v2.0.0
12942024-07-31T06:19:49.323Z Compiling thread_local v1.1.8
12952024-07-31T06:19:49.347Z Compiling slog-async v2.8.0
12962024-07-31T06:19:49.476Z Compiling term v0.7.0
12972024-07-31T06:19:49.571Z Compiling xattr v1.3.1
12982024-07-31T06:19:49.588Z Compiling crossbeam-channel v0.5.12
12992024-07-31T06:19:49.849Z Compiling strum_macros v0.26.4
13002024-07-31T06:19:49.899Z Compiling filetime v0.2.23
13012024-07-31T06:19:49.902Z Compiling is-terminal v0.4.12
13022024-07-31T06:19:50.042Z Compiling take_mut v0.2.2
13032024-07-31T06:19:50.188Z Compiling tar v0.4.41
13042024-07-31T06:19:50.241Z Compiling slog-term v2.9.1
13052024-07-31T06:19:51.000Z Compiling camino v1.1.7
13062024-07-31T06:19:53.424Z Compiling strum v0.26.3
13072024-07-31T06:20:06.002Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13082024-07-31T06:20:06.226Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13092024-07-31T06:20:11.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
13102024-07-31T06:20:11.616Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13112024-07-31T06:20:11.658ZJul 31 06:20:11.133 INFO Starting download, target: Clickhouse
13122024-07-31T06:20:11.658ZJul 31 06:20:11.133 INFO Starting download, target: Console
13132024-07-31T06:20:11.658ZJul 31 06:20:11.133 INFO Starting download, target: DendriteOpenapi
13142024-07-31T06:20:11.658ZJul 31 06:20:11.133 INFO Starting download, target: Cockroach
13152024-07-31T06:20:11.661ZJul 31 06:20:11.133 INFO Starting download, target: DendriteStub
13162024-07-31T06:20:11.661ZJul 31 06:20:11.133 INFO Starting download, target: MaghemiteMgd
13172024-07-31T06:20:11.661ZJul 31 06:20:11.133 INFO Starting download, target: TransceiverControl
13182024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13192024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13202024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13212024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13222024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13232024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13242024-07-31T06:20:11.661ZJul 31 06:20:11.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13252024-07-31T06:20:11.792ZJul 31 06:20:11.264 INFO Download complete, target: DendriteOpenapi
13262024-07-31T06:20:11.927ZJul 31 06:20:11.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13272024-07-31T06:20:12.379ZJul 31 06:20:11.852 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13282024-07-31T06:20:12.446ZJul 31 06:20:11.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13292024-07-31T06:20:12.459ZJul 31 06:20:11.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13302024-07-31T06:20:12.822ZJul 31 06:20:12.297 INFO Download complete, target: TransceiverControl
13312024-07-31T06:20:12.836ZJul 31 06:20:12.311 INFO Download complete, target: Console
13322024-07-31T06:20:13.765ZJul 31 06:20:13.239 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13332024-07-31T06:20:13.816ZJul 31 06:20:13.291 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13342024-07-31T06:20:13.816ZJul 31 06:20:13.291 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13352024-07-31T06:20:15.704ZJul 31 06:20:15.178 INFO Download complete, target: DendriteStub
13362024-07-31T06:20:15.771ZJul 31 06:20:15.245 INFO Download complete, target: MaghemiteMgd
13372024-07-31T06:20:22.435ZJul 31 06:20:21.909 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13382024-07-31T06:20:22.760ZJul 31 06:20:22.235 INFO Checking that binary works, target: Cockroach
13392024-07-31T06:20:22.916ZJul 31 06:20:22.390 INFO Download complete, target: Cockroach
13402024-07-31T06:20:28.417ZJul 31 06:20:27.891 INFO Checking that binary works, target: Clickhouse
13412024-07-31T06:20:28.588ZJul 31 06:20:28.062 INFO Download complete, target: Clickhouse
13422024-07-31T06:20:28.608ZAll builder prerequisites installed successfully, and PATH looks valid
13432024-07-31T06:20:28.611Z
13442024-07-31T06:20:28.611Zreal 3:53.718242517
13452024-07-31T06:20:28.611Zuser 12:06.678611004
13462024-07-31T06:20:28.611Zsys 2:34.795187330
13472024-07-31T06:20:28.611Ztrap 0.454702028
13482024-07-31T06:20:28.611Ztflt 0.572600767
13492024-07-31T06:20:28.611Zdflt 1.826477631
13502024-07-31T06:20:28.611Zkflt 0.021335396
13512024-07-31T06:20:28.611Zlock 25:05.111798520
13522024-07-31T06:20:28.611Zslp 34:22.849668716
13532024-07-31T06:20:28.611Zlat 43.105889211
13542024-07-31T06:20:28.611Zstop 1:39.638869976
13552024-07-31T06:20:28.611Z+ banner hack-check
13562024-07-31T06:20:28.614Z
13572024-07-31T06:20:28.614Z # # ## #### # # #### # # ###### #### # #
13582024-07-31T06:20:28.614Z # # # # # # # # # # # # # # # # #
13592024-07-31T06:20:28.614Z ###### # # # #### ##### # ###### ##### # ####
13602024-07-31T06:20:28.614Z # # ###### # # # # # # # # # #
13612024-07-31T06:20:28.614Z # # # # # # # # # # # # # # # # #
13622024-07-31T06:20:28.615Z # # # # #### # # #### # # ###### #### # #
13632024-07-31T06:20:28.615Z
13642024-07-31T06:20:28.615Z+ export CARGO_INCREMENTAL=0
13652024-07-31T06:20:28.615Z+ CARGO_INCREMENTAL=0
13662024-07-31T06:20:28.615Z+ ptime -m timeout 2h cargo xtask check-features --ci
13672024-07-31T06:20:29.167Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13682024-07-31T06:20:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
13692024-07-31T06:20:33.234Z Running `target/debug/xtask check-features --ci`
13702024-07-31T06:20:33.240Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13712024-07-31T06:20:33.240Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13722024-07-31T06:20:33.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
13732024-07-31T06:20:33.731Z Running `target/debug/xtask download cargo-hack`
13742024-07-31T06:20:34.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-07-31T06:20:34.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13762024-07-31T06:20:39.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
13772024-07-31T06:20:39.485Z Running `target/debug/xtask-downloader cargo-hack`
13782024-07-31T06:20:39.515ZJul 31 06:20:38.988 INFO Starting download, target: CargoHack
13792024-07-31T06:20:39.518ZJul 31 06:20:38.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13802024-07-31T06:20:40.117ZJul 31 06:20:39.590 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13812024-07-31T06:20:40.224ZJul 31 06:20:39.698 INFO Download complete, target: CargoHack
13822024-07-31T06:20:40.229Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13832024-07-31T06:20:40.245Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13842024-07-31T06:20:40.391Zinfo: running `cargo check --bins` on api_identity (1/142)
13852024-07-31T06:20:40.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-07-31T06:20:40.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-07-31T06:20:40.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-07-31T06:20:40.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13892024-07-31T06:20:40.975Z
13902024-07-31T06:20:40.975Zinfo: running `cargo check --bins` on bootstore (2/142)
13912024-07-31T06:20:41.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-07-31T06:20:41.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-07-31T06:20:41.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-07-31T06:20:41.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
13952024-07-31T06:20:41.596Z
13962024-07-31T06:20:41.596Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13972024-07-31T06:20:42.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-07-31T06:20:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-07-31T06:20:42.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-07-31T06:20:42.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14012024-07-31T06:20:42.185Z
14022024-07-31T06:20:42.185Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14032024-07-31T06:20:42.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-07-31T06:20:42.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-07-31T06:20:42.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-07-31T06:20:42.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14072024-07-31T06:20:42.797Z
14082024-07-31T06:20:42.797Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14092024-07-31T06:20:43.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-07-31T06:20:43.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-07-31T06:20:43.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-07-31T06:20:43.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14132024-07-31T06:20:43.244Z
14142024-07-31T06:20:43.244Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14152024-07-31T06:20:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-07-31T06:20:43.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-07-31T06:20:43.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-07-31T06:20:43.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14192024-07-31T06:20:43.694Z
14202024-07-31T06:20:43.694Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14212024-07-31T06:20:44.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-07-31T06:20:44.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-07-31T06:20:44.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-07-31T06:20:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14252024-07-31T06:20:44.154Z
14262024-07-31T06:20:44.154Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14272024-07-31T06:20:44.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-07-31T06:20:44.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-07-31T06:20:44.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-07-31T06:20:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14312024-07-31T06:20:44.613Z
14322024-07-31T06:20:44.613Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14332024-07-31T06:20:45.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-07-31T06:20:45.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-07-31T06:20:45.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-07-31T06:20:45.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14372024-07-31T06:20:45.063Z
14382024-07-31T06:20:45.063Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14392024-07-31T06:20:45.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-07-31T06:20:45.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-07-31T06:20:45.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-07-31T06:20:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14432024-07-31T06:20:45.503Z
14442024-07-31T06:20:45.503Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14452024-07-31T06:20:45.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-07-31T06:20:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-07-31T06:20:45.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-07-31T06:20:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14492024-07-31T06:20:45.948Z
14502024-07-31T06:20:45.948Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14512024-07-31T06:20:46.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-07-31T06:20:46.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-07-31T06:20:46.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-07-31T06:20:46.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14552024-07-31T06:20:46.395Z
14562024-07-31T06:20:46.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14572024-07-31T06:20:46.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-07-31T06:20:46.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-07-31T06:20:46.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-07-31T06:20:46.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14612024-07-31T06:20:46.844Z
14622024-07-31T06:20:46.844Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14632024-07-31T06:20:47.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-07-31T06:20:47.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-07-31T06:20:47.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-07-31T06:20:47.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14672024-07-31T06:20:47.288Z
14682024-07-31T06:20:47.288Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14692024-07-31T06:20:47.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-07-31T06:20:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-07-31T06:20:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-07-31T06:20:47.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14732024-07-31T06:20:47.735Z
14742024-07-31T06:20:47.735Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14752024-07-31T06:20:48.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-07-31T06:20:48.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-07-31T06:20:48.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-07-31T06:20:48.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14792024-07-31T06:20:48.182Z
14802024-07-31T06:20:48.182Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14812024-07-31T06:20:48.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-07-31T06:20:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-07-31T06:20:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-07-31T06:20:48.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14852024-07-31T06:20:48.622Z
14862024-07-31T06:20:48.622Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14872024-07-31T06:20:49.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-07-31T06:20:49.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-07-31T06:20:49.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-07-31T06:20:49.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14912024-07-31T06:20:49.072Z
14922024-07-31T06:20:49.072Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14932024-07-31T06:20:49.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-07-31T06:20:49.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-07-31T06:20:49.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-07-31T06:20:49.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14972024-07-31T06:20:49.527Z
14982024-07-31T06:20:49.527Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14992024-07-31T06:20:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-07-31T06:20:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-07-31T06:20:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-07-31T06:20:49.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15032024-07-31T06:20:49.975Z
15042024-07-31T06:20:49.975Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15052024-07-31T06:20:50.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-07-31T06:20:50.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-07-31T06:20:50.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-07-31T06:20:50.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15092024-07-31T06:20:50.423Z
15102024-07-31T06:20:50.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15112024-07-31T06:20:50.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-07-31T06:20:50.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-07-31T06:20:50.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-07-31T06:20:50.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15152024-07-31T06:20:50.877Z
15162024-07-31T06:20:50.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15172024-07-31T06:20:51.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-07-31T06:20:51.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-07-31T06:20:51.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-07-31T06:20:51.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15212024-07-31T06:20:51.332Z
15222024-07-31T06:20:51.332Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15232024-07-31T06:20:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-07-31T06:20:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-07-31T06:20:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-07-31T06:20:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15272024-07-31T06:20:51.775Z
15282024-07-31T06:20:51.775Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15292024-07-31T06:20:52.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-07-31T06:20:52.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-07-31T06:20:52.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-07-31T06:20:52.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15332024-07-31T06:20:52.376Z
15342024-07-31T06:20:52.376Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15352024-07-31T06:20:52.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-07-31T06:20:52.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-07-31T06:20:52.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-07-31T06:20:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15392024-07-31T06:20:52.988Z
15402024-07-31T06:20:52.988Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15412024-07-31T06:20:53.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-07-31T06:20:53.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-07-31T06:20:53.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-07-31T06:20:53.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15452024-07-31T06:20:53.593Z
15462024-07-31T06:20:53.593Zinfo: running `cargo check --bins` on oxlog (28/142)
15472024-07-31T06:20:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-07-31T06:20:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-07-31T06:20:54.177Z Checking cfg-if v1.0.0
15502024-07-31T06:20:54.180Z Checking libc v0.2.155
15512024-07-31T06:20:54.252Z Checking scopeguard v1.2.0
15522024-07-31T06:20:54.267Z Checking serde v1.0.204
15532024-07-31T06:20:54.276Z Checking memchr v2.7.2
15542024-07-31T06:20:54.278Z Checking log v0.4.21
15552024-07-31T06:20:54.278Z Checking byteorder v1.5.0
15562024-07-31T06:20:54.302Z Checking itoa v1.0.11
15572024-07-31T06:20:54.314Z Checking zeroize v1.7.0
15582024-07-31T06:20:54.370Z Checking lock_api v0.4.12
15592024-07-31T06:20:54.492Z Checking smallvec v1.13.2
15602024-07-31T06:20:54.536Z Checking once_cell v1.19.0
15612024-07-31T06:20:54.567Z Checking pin-project-lite v0.2.14
15622024-07-31T06:20:54.663Z Checking typenum v1.17.0
15632024-07-31T06:20:54.680Z Checking zerocopy v0.7.34
15642024-07-31T06:20:54.787Z Checking spin v0.9.8
15652024-07-31T06:20:54.802Z Checking futures-core v0.3.30
15662024-07-31T06:20:54.814Z Checking tinyvec_macros v0.1.1
15672024-07-31T06:20:54.891Z Checking tinyvec v1.6.0
15682024-07-31T06:20:54.970Z Checking libm v0.2.8
15692024-07-31T06:20:55.109Z Checking subtle v2.5.0
15702024-07-31T06:20:55.125Z Checking const-oid v0.9.6
15712024-07-31T06:20:55.347Z Checking ryu v1.0.18
15722024-07-31T06:20:55.383Z Checking getrandom v0.2.14
15732024-07-31T06:20:55.572Z Checking parking_lot_core v0.9.10
15742024-07-31T06:20:55.622Z Checking rand_core v0.6.4
15752024-07-31T06:20:55.869Z Checking signal-hook-registry v1.4.2
15762024-07-31T06:20:55.887Z Checking parking_lot v0.12.2
15772024-07-31T06:20:55.915Z Checking mio v0.8.11
15782024-07-31T06:20:55.956Z Checking generic-array v0.14.7
15792024-07-31T06:20:56.107Z Checking num_cpus v1.16.0
15802024-07-31T06:20:56.131Z Checking socket2 v0.5.7
15812024-07-31T06:20:56.166Z Checking ahash v0.8.11
15822024-07-31T06:20:56.198Z Checking unicode-normalization v0.1.23
15832024-07-31T06:20:56.211Z Checking num-traits v0.2.19
15842024-07-31T06:20:56.488Z Checking futures-sink v0.3.30
15852024-07-31T06:20:56.604Z Checking unicode-bidi v0.3.15
15862024-07-31T06:20:56.625Z Checking allocator-api2 v0.2.18
15872024-07-31T06:20:56.687Z Checking equivalent v1.0.1
15882024-07-31T06:20:56.790Z Checking futures-channel v0.3.30
15892024-07-31T06:20:56.939Z Checking slab v0.4.9
15902024-07-31T06:20:57.042Z Checking futures-task v0.3.30
15912024-07-31T06:20:57.064Z Checking crypto-common v0.1.6
15922024-07-31T06:20:57.144Z Checking pin-utils v0.1.0
15932024-07-31T06:20:57.164Z Checking futures-io v0.3.30
15942024-07-31T06:20:57.200Z Checking block-buffer v0.10.4
15952024-07-31T06:20:57.200Z Checking hashbrown v0.14.5
15962024-07-31T06:20:57.229Z Checking percent-encoding v2.3.1
15972024-07-31T06:20:57.241Z Checking ppv-lite86 v0.2.17
15982024-07-31T06:20:57.262Z Checking tracing-core v0.1.32
15992024-07-31T06:20:57.318Z Checking futures-util v0.3.30
16002024-07-31T06:20:57.402Z Checking digest v0.10.7
16012024-07-31T06:20:57.416Z Checking fnv v1.0.7
16022024-07-31T06:20:57.524Z Checking untrusted v0.9.0
16032024-07-31T06:20:57.661Z Checking ring v0.17.8
16042024-07-31T06:20:57.766Z Checking thiserror v1.0.63
16052024-07-31T06:20:57.878Z Checking tracing v0.1.40
16062024-07-31T06:20:57.893Z Checking iana-time-zone v0.1.60
16072024-07-31T06:20:57.935Z Checking rand_chacha v0.3.1
16082024-07-31T06:20:57.975Z Checking base64ct v1.6.0
16092024-07-31T06:20:58.020Z Checking foreign-types-shared v0.1.1
16102024-07-31T06:20:58.116Z Checking powerfmt v0.2.0
16112024-07-31T06:20:58.192Z Checking foreign-types v0.3.2
16122024-07-31T06:20:58.276Z Checking hmac v0.12.1
16132024-07-31T06:20:58.303Z Checking rand v0.8.5
16142024-07-31T06:20:58.359Z Checking deranged v0.3.11
16152024-07-31T06:20:58.404Z Checking form_urlencoded v1.2.1
16162024-07-31T06:20:58.415Z Checking pem-rfc7468 v0.7.0
16172024-07-31T06:20:58.458Z Checking openssl-sys v0.9.103
16182024-07-31T06:20:58.575Z Checking try-lock v0.2.5
16192024-07-31T06:20:58.669Z Checking siphasher v0.3.11
16202024-07-31T06:20:58.695Z Checking num-conv v0.1.0
16212024-07-31T06:20:58.940Z Checking flagset v0.4.5
16222024-07-31T06:20:58.980Z Checking num_threads v0.1.7
16232024-07-31T06:20:59.092Z Checking unicode-ident v1.0.12
16242024-07-31T06:20:59.127Z Checking time-core v0.1.2
16252024-07-31T06:20:59.236Z Checking proc-macro2 v1.0.86
16262024-07-31T06:20:59.266Z Checking der v0.7.9
16272024-07-31T06:20:59.434Z Checking bytes v1.6.0
16282024-07-31T06:20:59.466Z Checking bitflags v2.6.0
16292024-07-31T06:20:59.516Z Checking serde_json v1.0.120
16302024-07-31T06:20:59.739Z Checking indexmap v2.2.6
16312024-07-31T06:20:59.771Z Checking uuid v1.10.0
16322024-07-31T06:20:59.897Z Checking chrono v0.4.38
16332024-07-31T06:21:00.143Z Checking time v0.3.36
16342024-07-31T06:21:00.242Z Checking tokio v1.38.1
16352024-07-31T06:21:00.329Z Checking http v0.2.12
16362024-07-31T06:21:00.957Z Checking openssl v0.10.66
16372024-07-31T06:21:01.157Z Checking rustls-webpki v0.101.7
16382024-07-31T06:21:01.240Z Checking sct v0.7.1
16392024-07-31T06:21:01.429Z Checking want v0.3.1
16402024-07-31T06:21:01.601Z Checking idna v0.5.0
16412024-07-31T06:21:01.687Z Checking http-body v0.4.6
16422024-07-31T06:21:01.856Z Checking httparse v1.8.0
16432024-07-31T06:21:01.973Z Checking errno v0.3.9
16442024-07-31T06:21:02.065Z Checking aho-corasick v1.1.3
16452024-07-31T06:21:02.139Z Checking lazy_static v1.5.0
16462024-07-31T06:21:02.248Z Checking scroll v0.12.0
16472024-07-31T06:21:02.261Z Checking finl_unicode v1.2.0
16482024-07-31T06:21:02.403Z Checking ucd-trie v0.1.6
16492024-07-31T06:21:02.475Z Checking anstyle v1.0.8
16502024-07-31T06:21:02.591Z Checking regex-syntax v0.8.3
16512024-07-31T06:21:02.594Z Checking adler v1.0.2
16522024-07-31T06:21:02.694Z Checking plain v0.2.3
16532024-07-31T06:21:02.742Z Checking httpdate v1.0.3
16542024-07-31T06:21:02.804Z Checking openssl-probe v0.1.5
16552024-07-31T06:21:02.829Z Checking cpufeatures v0.2.12
16562024-07-31T06:21:02.832Z Checking tower-service v0.3.2
16572024-07-31T06:21:02.919Z Checking utf8parse v0.2.1
16582024-07-31T06:21:02.932Z Checking sha2 v0.10.8
16592024-07-31T06:21:02.948Z Checking goblin v0.8.2
16602024-07-31T06:21:02.961Z Checking stringprep v0.1.4
16612024-07-31T06:21:03.056Z Checking anstyle-parse v0.2.4
16622024-07-31T06:21:03.208Z Checking miniz_oxide v0.7.2
16632024-07-31T06:21:03.310Z Checking pest v2.7.10
16642024-07-31T06:21:03.469Z Checking url v2.5.2
16652024-07-31T06:21:03.719Z Checking rustix v0.38.34
16662024-07-31T06:21:03.967Z Checking rustls v0.21.12
16672024-07-31T06:21:04.239Z Checking spki v0.7.3
16682024-07-31T06:21:04.514Z Checking quote v1.0.36
16692024-07-31T06:21:04.850Z Checking serde_spanned v0.6.6
16702024-07-31T06:21:05.031Z Checking toml_datetime v0.6.6
16712024-07-31T06:21:05.294Z Checking num-integer v0.1.46
16722024-07-31T06:21:05.723Z Checking md-5 v0.10.6
16732024-07-31T06:21:05.735Z Checking idna v0.3.0
16742024-07-31T06:21:05.748Z Checking regex-automata v0.4.6
16752024-07-31T06:21:05.762Z Checking hash32 v0.2.1
16762024-07-31T06:21:05.922Z Checking dyn-clone v1.0.17
16772024-07-31T06:21:06.039Z Checking gimli v0.28.1
16782024-07-31T06:21:06.052Z Checking is_terminal_polyfill v1.70.0
16792024-07-31T06:21:06.160Z Checking base64 v0.22.1
16802024-07-31T06:21:06.207Z Checking native-tls v0.2.11
16812024-07-31T06:21:06.504Z Checking pretty-hex v0.4.1
16822024-07-31T06:21:06.524Z Checking psl-types v2.0.11
16832024-07-31T06:21:06.629Z Checking colorchoice v1.0.1
16842024-07-31T06:21:06.659Z Checking stable_deref_trait v1.2.0
16852024-07-31T06:21:06.684Z Checking fallible-iterator v0.2.0
16862024-07-31T06:21:06.745Z Checking anstyle-query v1.0.3
16872024-07-31T06:21:06.748Z Checking heapless v0.7.17
16882024-07-31T06:21:06.855Z Checking anstream v0.6.14
16892024-07-31T06:21:07.122Z Checking publicsuffix v2.2.3
16902024-07-31T06:21:07.207Z Checking tokio-util v0.7.11
16912024-07-31T06:21:07.222Z Checking tokio-native-tls v0.3.1
16922024-07-31T06:21:07.225Z Checking postgres-protocol v0.6.7
16932024-07-31T06:21:07.326Z Checking tokio-rustls v0.24.1
16942024-07-31T06:21:07.453Z Checking schemars v0.8.21
16952024-07-31T06:21:07.679Z Checking terminal_size v0.3.0
16962024-07-31T06:21:07.775Z Checking dtrace-parser v0.2.0
16972024-07-31T06:21:07.830Z Checking dof v0.3.0
16982024-07-31T06:21:07.840Z Checking syn v2.0.72
16992024-07-31T06:21:07.872Z Checking pkcs8 v0.10.2
17002024-07-31T06:21:08.065Z Checking h2 v0.3.26
17012024-07-31T06:21:08.118Z Checking cookie v0.17.0
17022024-07-31T06:21:08.241Z Checking phf_shared v0.11.2
17032024-07-31T06:21:08.404Z Checking signal-hook v0.3.17
17042024-07-31T06:21:08.500Z Checking block-padding v0.3.3
17052024-07-31T06:21:08.513Z Checking scheduled-thread-pool v0.2.7
17062024-07-31T06:21:08.694Z Checking ff v0.13.0
17072024-07-31T06:21:08.714Z Checking thread-id v4.2.1
17082024-07-31T06:21:08.731Z Checking object v0.32.2
17092024-07-31T06:21:08.810Z Checking either v1.12.0
17102024-07-31T06:21:08.899Z Checking clap_lex v0.7.0
17112024-07-31T06:21:09.053Z Checking regex-automata v0.1.10
17122024-07-31T06:21:09.136Z Checking winnow v0.5.40
17132024-07-31T06:21:09.172Z Checking base16ct v0.2.0
17142024-07-31T06:21:09.355Z Checking strsim v0.11.1
17152024-07-31T06:21:09.451Z Checking base64 v0.21.7
17162024-07-31T06:21:09.605Z Checking bitflags v1.3.2
17172024-07-31T06:21:09.692Z Checking rustc-demangle v0.1.24
17182024-07-31T06:21:09.877Z Checking addr2line v0.21.0
17192024-07-31T06:21:09.901Z Checking managed v0.8.0
17202024-07-31T06:21:10.095Z Checking bit-vec v0.6.3
17212024-07-31T06:21:10.183Z Checking ipnet v2.9.0
17222024-07-31T06:21:10.254Z Checking matches v0.1.10
17232024-07-31T06:21:10.337Z Checking idna v0.2.3
17242024-07-31T06:21:10.361Z Checking smoltcp v0.9.1
17252024-07-31T06:21:10.391Z Checking regex v1.10.5
17262024-07-31T06:21:10.629Z Checking rustls-pemfile v1.0.4
17272024-07-31T06:21:10.818Z Checking clap_builder v4.5.9
17282024-07-31T06:21:10.995Z Checking bstr v0.2.17
17292024-07-31T06:21:11.154Z Checking sec1 v0.7.3
17302024-07-31T06:21:11.514Z Checking ipnetwork v0.20.0
17312024-07-31T06:21:11.723Z Checking group v0.13.0
17322024-07-31T06:21:11.785Z Checking signal-hook-mio v0.2.3
17332024-07-31T06:21:11.852Z Checking r2d2 v0.8.10
17342024-07-31T06:21:11.916Z Checking inout v0.1.3
17352024-07-31T06:21:11.966Z Checking cookie_store v0.20.0
17362024-07-31T06:21:12.135Z Checking phf v0.11.2
17372024-07-31T06:21:12.156Z Checking postgres-types v0.2.7
17382024-07-31T06:21:12.238Z Checking toml_edit v0.19.15
17392024-07-31T06:21:12.397Z Checking num-bigint v0.4.5
17402024-07-31T06:21:12.557Z Checking futures-executor v0.3.30
17412024-07-31T06:21:12.777Z Checking hubpack v0.1.2
17422024-07-31T06:21:12.826Z Checking serde_urlencoded v0.7.1
17432024-07-31T06:21:13.085Z Checking phf_shared v0.10.0
17442024-07-31T06:21:13.252Z Checking hkdf v0.12.4
17452024-07-31T06:21:13.342Z Checking float-cmp v0.9.0
17462024-07-31T06:21:13.441Z Checking zerocopy v0.6.6
17472024-07-31T06:21:13.516Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17482024-07-31T06:21:13.755Z Checking crossbeam-utils v0.8.19
17492024-07-31T06:21:13.812Z Checking crc32fast v1.4.0
17502024-07-31T06:21:14.002Z Checking usdt-impl v0.5.0
17512024-07-31T06:21:14.022Z Checking crypto-bigint v0.5.5
17522024-07-31T06:21:14.101Z Checking hyper v0.14.28
17532024-07-31T06:21:14.200Z Checking memmap v0.7.0
17542024-07-31T06:21:14.395Z Checking encoding_rs v0.8.34
17552024-07-31T06:21:14.452Z Checking normalize-line-endings v0.3.0
17562024-07-31T06:21:14.527Z Checking data-encoding v2.6.0
17572024-07-31T06:21:14.558Z Checking unicode-segmentation v1.11.0
17582024-07-31T06:21:14.710Z Checking static_assertions v1.1.0
17592024-07-31T06:21:14.796Z Checking whoami v1.5.1
17602024-07-31T06:21:14.832Z Checking backtrace v0.3.71
17612024-07-31T06:21:14.876Z Checking unicode-width v0.1.13
17622024-07-31T06:21:15.053Z Checking minimal-lexical v0.2.1
17632024-07-31T06:21:15.066Z Checking fixedbitset v0.4.2
17642024-07-31T06:21:15.093Z Checking predicates-core v1.0.6
17652024-07-31T06:21:15.160Z Checking webpki-roots v0.25.4
17662024-07-31T06:21:15.258Z Checking sync_wrapper v0.1.2
17672024-07-31T06:21:15.290Z Checking mime v0.3.17
17682024-07-31T06:21:15.304Z Checking precomputed-hash v0.1.1
17692024-07-31T06:21:15.368Z Checking winnow v0.6.8
17702024-07-31T06:21:15.382Z Checking difflib v0.4.0
17712024-07-31T06:21:15.395Z Checking new_debug_unreachable v1.0.6
17722024-07-31T06:21:15.427Z Checking nom v7.1.3
17732024-07-31T06:21:15.470Z Checking string_cache v0.8.7
17742024-07-31T06:21:15.588Z Checking anyhow v1.0.86
17752024-07-31T06:21:15.675Z Checking predicates v3.1.0
17762024-07-31T06:21:15.734Z Checking petgraph v0.6.5
17772024-07-31T06:21:15.933Z Checking similar v2.5.0
17782024-07-31T06:21:16.302Z Checking tokio-postgres v0.7.11
17792024-07-31T06:21:16.615Z Checking trust-dns-proto v0.22.0
17802024-07-31T06:21:16.787Z Checking console v0.15.8
17812024-07-31T06:21:16.839Z Checking elliptic-curve v0.13.8
17822024-07-31T06:21:17.340Z Checking yasna v0.5.2
17832024-07-31T06:21:17.506Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17842024-07-31T06:21:18.201Z Checking toml v0.7.8
17852024-07-31T06:21:18.321Z Checking usdt v0.5.0
17862024-07-31T06:21:18.336Z Checking toml_edit v0.22.16
17872024-07-31T06:21:18.553Z Checking crossbeam-epoch v0.9.18
17882024-07-31T06:21:18.914Z Checking flate2 v1.0.30
17892024-07-31T06:21:18.983Z Checking clap v4.5.9
17902024-07-31T06:21:19.098Z Checking diesel v2.1.6
17912024-07-31T06:21:19.101Z Checking futures v0.3.30
17922024-07-31T06:21:19.171Z Checking cipher v0.4.4
17932024-07-31T06:21:19.211Z Checking crossterm v0.27.0
17942024-07-31T06:21:19.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17952024-07-31T06:21:19.560Z Checking bit-set v0.5.3
17962024-07-31T06:21:19.578Z Checking bstr v1.9.1
17972024-07-31T06:21:19.793Z Checking itertools v0.10.5
17982024-07-31T06:21:20.005Z Checking hyper-rustls v0.24.2
17992024-07-31T06:21:20.299Z Checking hyper-tls v0.5.0
18002024-07-31T06:21:20.487Z Checking itertools v0.12.1
18012024-07-31T06:21:20.551Z Checking reqwest v0.11.27
18022024-07-31T06:21:20.572Z Checking fs-err v2.11.0
18032024-07-31T06:21:20.946Z Checking tokio-stream v0.1.15
18042024-07-31T06:21:20.968Z Checking num-iter v0.1.45
18052024-07-31T06:21:21.102Z Checking slog v2.7.0
18062024-07-31T06:21:21.119Z Checking openapiv3 v2.0.0
18072024-07-31T06:21:21.567Z Checking semver v1.0.23
18082024-07-31T06:21:21.699Z Checking hex v0.4.3
18092024-07-31T06:21:21.970Z Checking peg-runtime v0.8.3
18102024-07-31T06:21:22.025Z Checking lalrpop-util v0.19.12
18112024-07-31T06:21:22.167Z Checking camino v1.1.7
18122024-07-31T06:21:22.180Z Checking sigpipe v0.1.3
18132024-07-31T06:21:40.120Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18142024-07-31T06:21:40.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.83s
18152024-07-31T06:21:40.544Z
18162024-07-31T06:21:40.544Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18172024-07-31T06:21:41.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182024-07-31T06:21:41.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192024-07-31T06:21:41.190Z Compiling regress v0.9.1
18202024-07-31T06:21:41.272Z Checking sha1 v0.10.6
18212024-07-31T06:21:41.283Z Checking strum v0.26.3
18222024-07-31T06:21:41.302Z Checking heck v0.5.0
18232024-07-31T06:21:41.312Z Compiling getopts v0.2.21
18242024-07-31T06:21:41.315Z Checking dirs-sys-next v0.1.2
18252024-07-31T06:21:41.338Z Compiling unsafe-libyaml v0.2.11
18262024-07-31T06:21:41.460Z Checking http v1.1.0
18272024-07-31T06:21:41.476Z Checking dirs-next v2.0.0
18282024-07-31T06:21:41.507Z Checking thread_local v1.1.8
18292024-07-31T06:21:41.581Z Checking rustls-pki-types v1.7.0
18302024-07-31T06:21:41.698Z Compiling ident_case v1.0.1
18312024-07-31T06:21:41.762Z Checking term v0.7.0
18322024-07-31T06:21:41.872Z Compiling darling_core v0.20.9
18332024-07-31T06:21:41.992Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18342024-07-31T06:21:42.181Z Checking crossbeam-channel v0.5.12
18352024-07-31T06:21:42.299Z Checking atty v0.2.14
18362024-07-31T06:21:42.330Z Checking is-terminal v0.4.12
18372024-07-31T06:21:42.408Z Checking take_mut v0.2.2
18382024-07-31T06:21:42.441Z Compiling paste v1.0.15
18392024-07-31T06:21:42.542Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18402024-07-31T06:21:42.814Z Compiling serde_yaml v0.9.34+deprecated
18412024-07-31T06:21:42.857Z Checking termcolor v1.4.1
18422024-07-31T06:21:42.904Z Checking utf-8 v0.7.6
18432024-07-31T06:21:42.923Z Checking humantime v2.1.0
18442024-07-31T06:21:43.092Z Compiling rustls v0.22.4
18452024-07-31T06:21:43.248Z Checking env_logger v0.9.3
18462024-07-31T06:21:43.268Z Checking slog-async v2.8.0
18472024-07-31T06:21:43.337Z Checking slog-term v2.9.1
18482024-07-31T06:21:43.370Z Checking rustls-webpki v0.102.4
18492024-07-31T06:21:43.534Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18502024-07-31T06:21:43.689Z Compiling proc-macro-crate v1.3.1
18512024-07-31T06:21:43.804Z Compiling bitstruct_derive v0.1.0
18522024-07-31T06:21:43.898Z Compiling structmeta-derive v0.3.0
18532024-07-31T06:21:44.156Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-07-31T06:21:44.274Z Compiling multer v3.1.0
18552024-07-31T06:21:44.541Z Checking match_cfg v0.1.0
18562024-07-31T06:21:44.627Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18572024-07-31T06:21:44.644Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18582024-07-31T06:21:44.870Z Checking ascii v1.1.0
18592024-07-31T06:21:45.173Z Checking bitstruct v0.1.1
18602024-07-31T06:21:45.237Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18612024-07-31T06:21:45.298Z Compiling num_enum_derive v0.5.11
18622024-07-31T06:21:46.119Z Checking hostname v0.3.1
18632024-07-31T06:21:46.306Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-07-31T06:21:46.455Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-07-31T06:21:46.983Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-07-31T06:21:47.063Z Checking slog-json v2.6.1
18672024-07-31T06:21:47.129Z Compiling structmeta v0.3.0
18682024-07-31T06:21:47.274Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-07-31T06:21:47.326Z Checking erased-serde v0.3.31
18702024-07-31T06:21:47.517Z Checking serde_arrays v0.1.0
18712024-07-31T06:21:47.585Z Compiling async-stream-impl v0.3.5
18722024-07-31T06:21:47.666Z Compiling foreign-types-macros v0.2.3
18732024-07-31T06:21:47.894Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18742024-07-31T06:21:48.082Z Checking foreign-types-shared v0.3.1
18752024-07-31T06:21:48.171Z Checking atomic-waker v1.1.2
18762024-07-31T06:21:48.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18772024-07-31T06:21:48.293Z Checking arc-swap v1.7.1
18782024-07-31T06:21:48.347Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-07-31T06:21:48.463Z Checking waitgroup v0.1.2
18802024-07-31T06:21:48.652Z Checking num_enum v0.5.11
18812024-07-31T06:21:48.680Z Checking slog-scope v4.4.0
18822024-07-31T06:21:48.784Z Compiling parse-display-derive v0.9.1
18832024-07-31T06:21:48.861Z Checking slog-bunyan v2.5.0
18842024-07-31T06:21:49.016Z Checking foreign-types v0.5.0
18852024-07-31T06:21:49.028Z Checking async-stream v0.3.5
18862024-07-31T06:21:49.031Z Compiling proc-macro-error v1.0.4
18872024-07-31T06:21:49.309Z Compiling darling_macro v0.20.9
18882024-07-31T06:21:49.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18892024-07-31T06:21:49.465Z Checking toml v0.8.15
18902024-07-31T06:21:49.657Z Checking tungstenite v0.20.1
18912024-07-31T06:21:49.748Z Checking rustls-pemfile v2.1.2
18922024-07-31T06:21:49.963Z Compiling heck v0.3.3
18932024-07-31T06:21:50.048Z Checking tokio-rustls v0.25.0
18942024-07-31T06:21:50.236Z Checking newtype-uuid v1.1.0
18952024-07-31T06:21:50.324Z Compiling darling v0.20.9
18962024-07-31T06:21:50.382Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18972024-07-31T06:21:50.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-07-31T06:21:50.428Z Compiling serde_with_macros v3.8.3
18992024-07-31T06:21:50.465Z Checking cstr-argument v0.1.2
19002024-07-31T06:21:50.497Z Checking serde_path_to_error v0.1.16
19012024-07-31T06:21:50.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19022024-07-31T06:21:51.120Z Checking hostname v0.4.0
19032024-07-31T06:21:51.226Z Checking instant v0.1.12
19042024-07-31T06:21:51.245Z Checking debug-ignore v1.0.5
19052024-07-31T06:21:51.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19062024-07-31T06:21:51.372Z Checking fastrand v2.1.0
19072024-07-31T06:21:51.386Z Checking pretty-hex v0.2.1
19082024-07-31T06:21:51.537Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19092024-07-31T06:21:51.603Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19102024-07-31T06:21:51.678Z Checking tempfile v3.10.1
19112024-07-31T06:21:51.730Z Checking backoff v0.4.0
19122024-07-31T06:21:51.941Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19132024-07-31T06:21:52.018Z Checking tokio-tungstenite v0.20.1
19142024-07-31T06:21:52.021Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19152024-07-31T06:21:52.235Z Compiling zone_cfg_derive v0.1.2
19162024-07-31T06:21:52.469Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19172024-07-31T06:21:52.490Z Checking slog-stdlog v4.1.1
19182024-07-31T06:21:52.650Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19192024-07-31T06:21:52.800Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19202024-07-31T06:21:53.151Z Checking tungstenite v0.21.0
19212024-07-31T06:21:53.231Z Checking colored v2.1.0
19222024-07-31T06:21:53.536Z Checking macaddr v1.0.1
19232024-07-31T06:21:53.593Z Checking serde_with v3.8.3
19242024-07-31T06:21:53.757Z Checking socket2 v0.4.10
19252024-07-31T06:21:53.834Z Checking parse-display v0.9.1
19262024-07-31T06:21:53.862Z Checking base64 v0.13.1
19272024-07-31T06:21:54.055Z Checking zone v0.1.8
19282024-07-31T06:21:54.077Z Checking tokio-tungstenite v0.21.0
19292024-07-31T06:21:54.311Z Checking ron v0.7.1
19302024-07-31T06:21:54.544Z Checking slog-envlogger v2.2.0
19312024-07-31T06:21:54.682Z Checking pem v3.0.4
19322024-07-31T06:21:54.749Z Checking tabwriter v1.4.0
19332024-07-31T06:21:54.921Z Checking xattr v1.3.1
19342024-07-31T06:21:54.975Z Checking portpicker v0.1.1
19352024-07-31T06:21:55.097Z Checking headers-core v0.2.0
19362024-07-31T06:21:55.100Z Checking smf v0.2.3
19372024-07-31T06:21:55.228Z Checking filetime v0.2.23
19382024-07-31T06:21:55.424Z Checking same-file v1.0.6
19392024-07-31T06:21:55.442Z Checking tar v0.4.41
19402024-07-31T06:21:55.543Z Checking headers v0.3.9
19412024-07-31T06:21:55.585Z Checking walkdir v2.5.0
19422024-07-31T06:21:55.845Z Checking rcgen v0.12.1
19432024-07-31T06:21:55.968Z Checking atomicwrites v0.4.3
19442024-07-31T06:21:56.154Z Checking camino-tempfile v1.1.1
19452024-07-31T06:21:56.173Z Checking subprocess v0.2.9
19462024-07-31T06:21:57.183Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-07-31T06:21:57.422Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-07-31T06:21:59.005Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19492024-07-31T06:22:00.972Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19502024-07-31T06:22:01.037Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19512024-07-31T06:22:04.374Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19522024-07-31T06:22:11.603Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19532024-07-31T06:22:11.731Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19542024-07-31T06:22:11.734Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-07-31T06:22:14.257Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19562024-07-31T06:22:14.577Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19572024-07-31T06:22:20.408Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19582024-07-31T06:22:21.782Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19592024-07-31T06:22:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.31s
19602024-07-31T06:22:22.995Z
19612024-07-31T06:22:22.995Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19622024-07-31T06:22:23.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-07-31T06:22:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-07-31T06:22:23.627Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19652024-07-31T06:22:24.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
19662024-07-31T06:22:24.957Z
19672024-07-31T06:22:24.957Zinfo: running `cargo check --bins` on nexus-config (31/142)
19682024-07-31T06:22:25.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-07-31T06:22:25.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-07-31T06:22:25.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-07-31T06:22:25.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19722024-07-31T06:22:25.552Z
19732024-07-31T06:22:25.552Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19742024-07-31T06:22:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-07-31T06:22:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-07-31T06:22:26.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-07-31T06:22:26.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19782024-07-31T06:22:26.123Z
19792024-07-31T06:22:26.123Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19802024-07-31T06:22:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-07-31T06:22:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-07-31T06:22:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-07-31T06:22:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19842024-07-31T06:22:26.714Z
19852024-07-31T06:22:26.714Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19862024-07-31T06:22:27.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-07-31T06:22:27.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-07-31T06:22:27.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-07-31T06:22:27.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19902024-07-31T06:22:27.329Z
19912024-07-31T06:22:27.329Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19922024-07-31T06:22:27.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-07-31T06:22:27.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-07-31T06:22:27.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-07-31T06:22:27.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19962024-07-31T06:22:27.905Z
19972024-07-31T06:22:27.905Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19982024-07-31T06:22:28.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-07-31T06:22:28.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-07-31T06:22:28.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-07-31T06:22:28.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20022024-07-31T06:22:28.521Z
20032024-07-31T06:22:28.521Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20042024-07-31T06:22:29.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-07-31T06:22:29.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-07-31T06:22:29.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-07-31T06:22:29.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20082024-07-31T06:22:29.101Z
20092024-07-31T06:22:29.101Zinfo: running `cargo check --bins` on dpd-client (38/142)
20102024-07-31T06:22:29.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-07-31T06:22:29.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-07-31T06:22:29.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-07-31T06:22:29.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142024-07-31T06:22:29.693Z
20152024-07-31T06:22:29.693Zinfo: running `cargo check --bins` on gateway-client (39/142)
20162024-07-31T06:22:30.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-07-31T06:22:30.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-07-31T06:22:30.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-07-31T06:22:30.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20202024-07-31T06:22:30.269Z
20212024-07-31T06:22:30.269Zinfo: running `cargo check --bins` on installinator-client (40/142)
20222024-07-31T06:22:30.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-07-31T06:22:30.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-07-31T06:22:30.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-07-31T06:22:30.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20262024-07-31T06:22:30.878Z
20272024-07-31T06:22:30.878Zinfo: running `cargo check --bins` on installinator-common (41/142)
20282024-07-31T06:22:31.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-07-31T06:22:31.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-07-31T06:22:31.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-07-31T06:22:31.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20322024-07-31T06:22:31.485Z
20332024-07-31T06:22:31.485Zinfo: running `cargo check --bins` on update-engine (42/142)
20342024-07-31T06:22:32.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-07-31T06:22:32.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-07-31T06:22:32.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-07-31T06:22:32.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20382024-07-31T06:22:32.071Z
20392024-07-31T06:22:32.071Zinfo: running `cargo check --bins` on nexus-client (43/142)
20402024-07-31T06:22:32.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-07-31T06:22:32.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-07-31T06:22:32.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-07-31T06:22:32.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20442024-07-31T06:22:32.686Z
20452024-07-31T06:22:32.687Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20462024-07-31T06:22:33.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-07-31T06:22:33.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-07-31T06:22:33.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-07-31T06:22:33.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20502024-07-31T06:22:33.290Z
20512024-07-31T06:22:33.290Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20522024-07-31T06:22:33.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-07-31T06:22:33.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-07-31T06:22:33.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-07-31T06:22:33.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20562024-07-31T06:22:33.870Z
20572024-07-31T06:22:33.870Zinfo: running `cargo check --bins` on nexus-types (46/142)
20582024-07-31T06:22:34.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-07-31T06:22:34.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-07-31T06:22:34.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-07-31T06:22:34.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20622024-07-31T06:22:34.497Z
20632024-07-31T06:22:34.497Zinfo: running `cargo check --bins` on oxide-client (47/142)
20642024-07-31T06:22:35.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-07-31T06:22:35.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-07-31T06:22:35.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-07-31T06:22:35.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20682024-07-31T06:22:35.075Z
20692024-07-31T06:22:35.075Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20702024-07-31T06:22:35.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-07-31T06:22:35.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-07-31T06:22:35.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-07-31T06:22:35.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20742024-07-31T06:22:35.679Z
20752024-07-31T06:22:35.679Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20762024-07-31T06:22:36.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-07-31T06:22:36.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-07-31T06:22:36.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-07-31T06:22:36.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20802024-07-31T06:22:36.302Z
20812024-07-31T06:22:36.302Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20822024-07-31T06:22:36.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-07-31T06:22:36.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-07-31T06:22:36.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-07-31T06:22:36.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20862024-07-31T06:22:36.935Z
20872024-07-31T06:22:36.935Zinfo: running `cargo check --bins` on wicket-common (51/142)
20882024-07-31T06:22:37.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-07-31T06:22:37.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-07-31T06:22:37.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-07-31T06:22:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20922024-07-31T06:22:37.557Z
20932024-07-31T06:22:37.557Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20942024-07-31T06:22:38.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-07-31T06:22:38.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-07-31T06:22:38.195Z Compiling heapless v0.8.0
20972024-07-31T06:22:38.198Z Checking hash32 v0.3.1
20982024-07-31T06:22:38.273Z Compiling smoltcp v0.11.0
20992024-07-31T06:22:38.292Z Checking embedded-io v0.4.0
21002024-07-31T06:22:38.292Z Checking cobs v0.2.3
21012024-07-31T06:22:38.311Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21022024-07-31T06:22:38.314Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21032024-07-31T06:22:38.335Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21042024-07-31T06:22:38.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21052024-07-31T06:22:38.444Z Compiling crucible-workspace-hack v0.1.0
21062024-07-31T06:22:38.447Z Checking csv-core v0.1.11
21072024-07-31T06:22:38.471Z Checking postcard v1.0.8
21082024-07-31T06:22:38.634Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21092024-07-31T06:22:38.743Z Checking csv v1.3.0
21102024-07-31T06:22:38.798Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21112024-07-31T06:22:38.844Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21122024-07-31T06:22:38.969Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21132024-07-31T06:22:39.181Z Compiling num-derive v0.4.2
21142024-07-31T06:22:39.196Z Compiling slog-dtrace v0.3.0
21152024-07-31T06:22:39.208Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21162024-07-31T06:22:39.271Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21172024-07-31T06:22:39.550Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21182024-07-31T06:22:39.983Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21192024-07-31T06:22:40.121Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21202024-07-31T06:22:40.822Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21212024-07-31T06:22:41.972Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21222024-07-31T06:22:42.801Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21232024-07-31T06:22:43.844Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21242024-07-31T06:22:44.025Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21252024-07-31T06:22:46.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
21262024-07-31T06:22:46.622Z
21272024-07-31T06:22:46.622Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21282024-07-31T06:22:47.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-07-31T06:22:47.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-07-31T06:22:47.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-07-31T06:22:47.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21322024-07-31T06:22:47.233Z
21332024-07-31T06:22:47.233Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21342024-07-31T06:22:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-07-31T06:22:47.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-07-31T06:22:47.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-07-31T06:22:47.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21382024-07-31T06:22:47.837Z
21392024-07-31T06:22:47.837Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21402024-07-31T06:22:48.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-07-31T06:22:48.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-07-31T06:22:48.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-07-31T06:22:48.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21442024-07-31T06:22:48.544Z
21452024-07-31T06:22:48.544Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21462024-07-31T06:22:49.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-07-31T06:22:49.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-07-31T06:22:49.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-07-31T06:22:49.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21502024-07-31T06:22:49.256Z
21512024-07-31T06:22:49.256Zinfo: running `cargo check --bins` on dns-server (57/142)
21522024-07-31T06:22:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-07-31T06:22:49.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-07-31T06:22:49.869Z Compiling parking_lot_core v0.8.6
21552024-07-31T06:22:49.947Z Checking nibble_vec v0.1.0
21562024-07-31T06:22:49.950Z Checking endian-type v0.1.2
21572024-07-31T06:22:49.965Z Checking newline-converter v0.3.0
21582024-07-31T06:22:49.968Z Checking quick-error v1.2.3
21592024-07-31T06:22:49.968Z Checking linked-hash-map v0.5.6
21602024-07-31T06:22:49.975Z Checking fxhash v0.2.1
21612024-07-31T06:22:49.983Z Checking toml v0.5.11
21622024-07-31T06:22:50.087Z Checking resolv-conf v0.7.0
21632024-07-31T06:22:50.087Z Checking expectorate v1.1.0
21642024-07-31T06:22:50.114Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21652024-07-31T06:22:50.126Z Checking radix_trie v0.2.1
21662024-07-31T06:22:50.232Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21672024-07-31T06:22:50.270Z Checking lru-cache v0.1.2
21682024-07-31T06:22:50.432Z Checking trust-dns-resolver v0.22.0
21692024-07-31T06:22:50.492Z Checking trust-dns-client v0.22.0
21702024-07-31T06:22:50.598Z Checking parking_lot v0.11.2
21712024-07-31T06:22:50.825Z Checking sled v0.34.7
21722024-07-31T06:22:51.347Z Checking trust-dns-server v0.22.1
21732024-07-31T06:22:52.899Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-07-31T06:22:53.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
21752024-07-31T06:22:54.084Z
21762024-07-31T06:22:54.084Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21772024-07-31T06:22:54.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-07-31T06:22:54.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-07-31T06:22:54.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-07-31T06:22:54.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21812024-07-31T06:22:54.669Z
21822024-07-31T06:22:54.669Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21832024-07-31T06:22:55.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-07-31T06:22:55.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-07-31T06:22:55.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-07-31T06:22:55.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21872024-07-31T06:22:55.311Z
21882024-07-31T06:22:55.311Zinfo: running `cargo check --bins` on gateway-types (60/142)
21892024-07-31T06:22:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-07-31T06:22:55.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-07-31T06:22:55.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-07-31T06:22:55.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21932024-07-31T06:22:55.909Z
21942024-07-31T06:22:55.909Zinfo: running `cargo check --bins` on ipcc (61/142)
21952024-07-31T06:22:56.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-07-31T06:22:56.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-07-31T06:22:56.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-07-31T06:22:56.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21992024-07-31T06:22:56.507Z
22002024-07-31T06:22:56.507Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22012024-07-31T06:22:57.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-07-31T06:22:57.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-07-31T06:22:57.157Z Compiling radium v0.7.0
22042024-07-31T06:22:57.237Z Compiling maybe-uninit v2.0.0
22052024-07-31T06:22:57.240Z Checking tap v1.0.1
22062024-07-31T06:22:57.255Z Compiling bzip2-sys v0.1.11+1.0.8
22072024-07-31T06:22:57.258Z Compiling num-bigint-dig v0.8.4
22082024-07-31T06:22:57.258Z Checking funty v2.0.0
22092024-07-31T06:22:57.258Z Checking crc-catalog v2.4.0
22102024-07-31T06:22:57.266Z Compiling packed_struct v0.10.1
22112024-07-31T06:22:57.371Z Checking wyz v0.5.1
22122024-07-31T06:22:57.385Z Checking crc v3.2.1
22132024-07-31T06:22:57.564Z Compiling packed_struct_codegen v0.10.1
22142024-07-31T06:22:57.738Z Compiling indexmap v1.9.3
22152024-07-31T06:22:57.750Z Checking half v2.4.1
22162024-07-31T06:22:57.800Z Checking ciborium-io v0.2.2
22172024-07-31T06:22:57.816Z Checking nodrop v0.1.14
22182024-07-31T06:22:57.900Z Checking smallvec v0.6.14
22192024-07-31T06:22:57.916Z Checking array-init v0.0.4
22202024-07-31T06:22:58.031Z Checking pkcs1 v0.7.5
22212024-07-31T06:22:58.190Z Checking ciborium-ll v0.2.2
22222024-07-31T06:22:58.212Z Checking bitvec v1.0.1
22232024-07-31T06:22:58.269Z Checking signature v2.2.0
22242024-07-31T06:22:58.408Z Compiling memoffset v0.9.1
22252024-07-31T06:22:58.443Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22262024-07-31T06:22:58.474Z Checking hashbrown v0.12.3
22272024-07-31T06:22:58.499Z Checking bitfield v0.14.0
22282024-07-31T06:22:58.735Z Checking env_logger v0.10.2
22292024-07-31T06:22:58.767Z Checking bzip2 v0.4.4
22302024-07-31T06:22:58.810Z Checking ciborium v0.2.2
22312024-07-31T06:22:58.916Z Checking serde-hex v0.1.0
22322024-07-31T06:22:59.072Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332024-07-31T06:22:59.170Z Checking ron v0.8.1
22342024-07-31T06:22:59.300Z Checking x509-cert v0.2.5
22352024-07-31T06:22:59.805Z Checking hashbrown v0.13.2
22362024-07-31T06:23:00.155Z Checking crc-any v2.5.0
22372024-07-31T06:23:00.185Z Checking rsa v0.9.6
22382024-07-31T06:23:00.406Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392024-07-31T06:23:00.567Z Checking zip v0.6.6
22402024-07-31T06:23:00.761Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22412024-07-31T06:23:00.803Z Checking object v0.30.4
22422024-07-31T06:23:00.899Z Checking path-slash v0.1.5
22432024-07-31T06:23:01.026Z Checking nix v0.27.1
22442024-07-31T06:23:01.070Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22452024-07-31T06:23:01.087Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22462024-07-31T06:23:01.221Z Checking serde-big-array v0.5.1
22472024-07-31T06:23:01.236Z Checking signal-hook-tokio v0.3.1
22482024-07-31T06:23:03.250Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22492024-07-31T06:23:03.797Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22502024-07-31T06:23:10.564Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22512024-07-31T06:23:11.816Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22522024-07-31T06:23:13.526Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22532024-07-31T06:23:15.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s
22542024-07-31T06:23:15.391Z
22552024-07-31T06:23:15.392Zinfo: running `cargo check --bins` on gateway-api (63/142)
22562024-07-31T06:23:15.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-07-31T06:23:15.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-07-31T06:23:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-07-31T06:23:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22602024-07-31T06:23:15.990Z
22612024-07-31T06:23:15.990Zinfo: running `cargo check --bins` on sp-sim (64/142)
22622024-07-31T06:23:16.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-07-31T06:23:16.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-07-31T06:23:16.606Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22652024-07-31T06:23:18.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
22662024-07-31T06:23:18.362Z
22672024-07-31T06:23:18.362Zinfo: running `cargo check --bins` on internal-dns (65/142)
22682024-07-31T06:23:18.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-07-31T06:23:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-07-31T06:23:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-07-31T06:23:18.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22722024-07-31T06:23:18.967Z
22732024-07-31T06:23:18.967Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22742024-07-31T06:23:19.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-07-31T06:23:19.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-07-31T06:23:19.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-07-31T06:23:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22782024-07-31T06:23:19.608Z
22792024-07-31T06:23:19.608Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22802024-07-31T06:23:20.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-07-31T06:23:20.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-07-31T06:23:20.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-07-31T06:23:20.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22842024-07-31T06:23:20.250Z
22852024-07-31T06:23:20.250Zinfo: running `cargo check --bins` on db-macros (68/142)
22862024-07-31T06:23:20.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-07-31T06:23:20.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-07-31T06:23:20.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-07-31T06:23:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22902024-07-31T06:23:20.824Z
22912024-07-31T06:23:20.824Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22922024-07-31T06:23:21.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-07-31T06:23:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-07-31T06:23:21.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-07-31T06:23:21.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22962024-07-31T06:23:21.419Z
22972024-07-31T06:23:21.419Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22982024-07-31T06:23:22.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-07-31T06:23:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-07-31T06:23:22.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-07-31T06:23:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23022024-07-31T06:23:22.074Z
23032024-07-31T06:23:22.074Zinfo: running `cargo check --bins` on authz-macros (71/142)
23042024-07-31T06:23:22.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-07-31T06:23:22.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-07-31T06:23:22.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-07-31T06:23:22.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23082024-07-31T06:23:22.660Z
23092024-07-31T06:23:22.660Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23102024-07-31T06:23:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-07-31T06:23:23.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-07-31T06:23:23.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-07-31T06:23:23.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23142024-07-31T06:23:23.300Z
23152024-07-31T06:23:23.300Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23162024-07-31T06:23:23.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-07-31T06:23:23.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-07-31T06:23:23.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-07-31T06:23:23.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23202024-07-31T06:23:23.925Z
23212024-07-31T06:23:23.925Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23222024-07-31T06:23:24.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-07-31T06:23:24.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-07-31T06:23:24.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-07-31T06:23:24.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23262024-07-31T06:23:24.520Z
23272024-07-31T06:23:24.520Zinfo: running `cargo check --bins` on oximeter (75/142)
23282024-07-31T06:23:25.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-07-31T06:23:25.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-07-31T06:23:25.138Z Compiling rustls-pki-types v1.7.0
23312024-07-31T06:23:25.216Z Compiling prettyplease v0.2.20
23322024-07-31T06:23:25.219Z Compiling match_cfg v0.1.0
23332024-07-31T06:23:25.237Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23342024-07-31T06:23:25.240Z Compiling slog-json v2.6.1
23352024-07-31T06:23:25.247Z Compiling http v1.1.0
23362024-07-31T06:23:25.259Z Compiling atomic-waker v1.1.2
23372024-07-31T06:23:25.279Z Compiling async-stream v0.3.5
23382024-07-31T06:23:25.300Z Compiling hostname v0.3.1
23392024-07-31T06:23:25.434Z Compiling waitgroup v0.1.2
23402024-07-31T06:23:25.470Z Compiling toml v0.8.15
23412024-07-31T06:23:25.540Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23422024-07-31T06:23:25.573Z Compiling slog-bunyan v2.5.0
23432024-07-31T06:23:25.617Z Compiling rustls-webpki v0.102.4
23442024-07-31T06:23:25.639Z Compiling rustls-pemfile v2.1.2
23452024-07-31T06:23:25.653Z Compiling sha1 v0.10.6
23462024-07-31T06:23:25.740Z Compiling newtype-uuid v1.1.0
23472024-07-31T06:23:25.754Z Compiling serde_path_to_error v0.1.16
23482024-07-31T06:23:26.009Z Compiling hostname v0.4.0
23492024-07-31T06:23:26.028Z Compiling instant v0.1.12
23502024-07-31T06:23:26.056Z Compiling debug-ignore v1.0.5
23512024-07-31T06:23:26.091Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23522024-07-31T06:23:26.167Z Compiling backoff v0.4.0
23532024-07-31T06:23:26.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23542024-07-31T06:23:26.251Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552024-07-31T06:23:26.404Z Compiling parse-display v0.9.1
23562024-07-31T06:23:26.418Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23572024-07-31T06:23:26.489Z Compiling rustls v0.22.4
23582024-07-31T06:23:26.579Z Compiling serde_with v3.8.3
23592024-07-31T06:23:27.084Z Compiling multer v3.1.0
23602024-07-31T06:23:27.255Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23612024-07-31T06:23:27.416Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23622024-07-31T06:23:27.560Z Compiling num-rational v0.4.2
23632024-07-31T06:23:27.762Z Compiling num-complex v0.4.6
23642024-07-31T06:23:27.832Z Compiling macaddr v1.0.1
23652024-07-31T06:23:28.819Z Compiling num v0.4.3
23662024-07-31T06:23:28.833Z Compiling float-ord v0.3.2
23672024-07-31T06:23:29.962Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23682024-07-31T06:23:30.384Z Compiling tokio-rustls v0.25.0
23692024-07-31T06:23:30.644Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23702024-07-31T06:23:34.132Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712024-07-31T06:23:45.943Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23722024-07-31T06:23:49.039Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23732024-07-31T06:23:49.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s
23742024-07-31T06:23:49.785Z
23752024-07-31T06:23:49.785Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23762024-07-31T06:23:50.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-07-31T06:23:50.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-07-31T06:23:50.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-07-31T06:23:50.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23802024-07-31T06:23:50.389Z
23812024-07-31T06:23:50.390Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23822024-07-31T06:23:50.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-07-31T06:23:50.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-07-31T06:23:50.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-07-31T06:23:50.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23862024-07-31T06:23:50.966Z
23872024-07-31T06:23:50.966Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23882024-07-31T06:23:51.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-07-31T06:23:51.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-07-31T06:23:51.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-07-31T06:23:51.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23922024-07-31T06:23:51.571Z
23932024-07-31T06:23:51.571Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23942024-07-31T06:23:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-07-31T06:23:52.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-07-31T06:23:52.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-07-31T06:23:52.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23982024-07-31T06:23:52.208Z
23992024-07-31T06:23:52.208Zinfo: running `cargo check --bins` on typed-rng (80/142)
24002024-07-31T06:23:52.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-07-31T06:23:52.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-07-31T06:23:52.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-07-31T06:23:52.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24042024-07-31T06:23:52.767Z
24052024-07-31T06:23:52.767Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24062024-07-31T06:23:53.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-07-31T06:23:53.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-07-31T06:23:53.475Z Checking password-hash v0.5.0
24092024-07-31T06:23:53.475Z Checking blake2 v0.10.6
24102024-07-31T06:23:53.479Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24112024-07-31T06:23:53.479Z Compiling semver v0.1.20
24122024-07-31T06:23:53.479Z Compiling rayon-core v1.12.1
24132024-07-31T06:23:53.479Z Compiling convert_case v0.4.0
24142024-07-31T06:23:53.596Z Compiling crossbeam-deque v0.8.5
24152024-07-31T06:23:53.669Z Compiling unicase v2.7.0
24162024-07-31T06:23:53.841Z Compiling rustc_version v0.1.7
24172024-07-31T06:23:53.912Z Compiling fastrand v2.1.0
24182024-07-31T06:23:53.926Z Compiling same-file v1.0.6
24192024-07-31T06:23:53.961Z Compiling libefi-sys v0.1.0
24202024-07-31T06:23:53.987Z Checking argon2 v0.5.3
24212024-07-31T06:23:54.173Z Compiling walkdir v2.5.0
24222024-07-31T06:23:54.239Z Compiling tempfile v3.10.1
24232024-07-31T06:23:54.332Z Compiling newtype_derive v0.1.6
24242024-07-31T06:23:54.438Z Compiling curve25519-dalek v4.1.3
24252024-07-31T06:23:54.454Z Compiling derive-where v1.2.7
24262024-07-31T06:23:54.529Z Compiling derive_more v0.99.18
24272024-07-31T06:23:54.655Z Compiling bitfield-struct v0.6.1
24282024-07-31T06:23:54.670Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292024-07-31T06:23:54.940Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24302024-07-31T06:23:54.953Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24312024-07-31T06:23:55.041Z Compiling ring v0.16.20
24322024-07-31T06:23:55.123Z Compiling blake3 v1.5.1
24332024-07-31T06:23:55.287Z Checking keccak v0.1.5
24342024-07-31T06:23:55.595Z Checking sha3 v0.10.8
24352024-07-31T06:23:56.098Z Compiling rayon v1.10.0
24362024-07-31T06:23:56.127Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24372024-07-31T06:23:56.213Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24382024-07-31T06:23:56.353Z Checking universal-hash v0.5.1
24392024-07-31T06:23:56.492Z Compiling thiserror-impl-no-std v2.0.2
24402024-07-31T06:23:56.508Z Checking secrecy v0.8.0
24412024-07-31T06:23:56.527Z Compiling curve25519-dalek-derive v0.1.1
24422024-07-31T06:23:56.680Z Compiling memmap2 v0.9.4
24432024-07-31T06:23:56.701Z Checking opaque-debug v0.3.1
24442024-07-31T06:23:56.785Z Compiling constant_time_eq v0.3.0
24452024-07-31T06:23:56.963Z Compiling arrayref v0.3.7
24462024-07-31T06:23:57.065Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472024-07-31T06:23:57.133Z Compiling untrusted v0.7.1
24482024-07-31T06:23:57.170Z Compiling arrayvec v0.7.4
24492024-07-31T06:23:57.319Z Compiling home v0.5.9
24502024-07-31T06:23:57.591Z Compiling spin v0.5.2
24512024-07-31T06:23:57.606Z Compiling toolchain_find v0.4.0
24522024-07-31T06:23:57.810Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24532024-07-31T06:23:58.162Z Checking poly1305 v0.8.0
24542024-07-31T06:23:58.233Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24552024-07-31T06:23:58.458Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24562024-07-31T06:23:58.473Z Checking steno v0.4.1
24572024-07-31T06:23:58.651Z Compiling camino-tempfile v1.1.1
24582024-07-31T06:23:59.167Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24592024-07-31T06:23:59.199Z Checking chacha20 v0.9.1
24602024-07-31T06:23:59.551Z Checking aead v0.5.2
24612024-07-31T06:23:59.780Z Checking gethostname v0.4.3
24622024-07-31T06:23:59.919Z Checking thiserror-no-std v2.0.2
24632024-07-31T06:23:59.934Z Compiling cancel-safe-futures v0.1.5
24642024-07-31T06:23:59.963Z Compiling topological-sort v0.2.2
24652024-07-31T06:24:00.022Z Checking vsss-rs v3.3.4
24662024-07-31T06:24:00.164Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24672024-07-31T06:24:00.278Z Checking chacha20poly1305 v0.10.1
24682024-07-31T06:24:00.463Z Compiling mime_guess v2.0.4
24692024-07-31T06:24:01.021Z Compiling rustfmt-wrapper v0.2.1
24702024-07-31T06:24:01.483Z Compiling omicron-zone-package v0.11.0
24712024-07-31T06:24:01.620Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24722024-07-31T06:24:01.809Z Checking glob v0.3.1
24732024-07-31T06:24:02.508Z Checking libsw v3.3.1
24742024-07-31T06:24:02.609Z Checking swrite v0.1.0
24752024-07-31T06:24:02.634Z Checking owo-colors v4.0.0
24762024-07-31T06:24:02.725Z Checking linear-map v1.2.0
24772024-07-31T06:24:02.781Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24782024-07-31T06:24:03.038Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24792024-07-31T06:24:03.346Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24802024-07-31T06:24:03.391Z Checking kstat-rs v0.2.4
24812024-07-31T06:24:03.587Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24822024-07-31T06:24:03.601Z Checking nanorand v0.7.0
24832024-07-31T06:24:03.670Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24842024-07-31T06:24:03.698Z Checking http-range v0.1.5
24852024-07-31T06:24:03.890Z Checking hyper-staticfile v0.9.5
24862024-07-31T06:24:03.973Z Checking flume v0.11.0
24872024-07-31T06:24:04.142Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24882024-07-31T06:24:04.297Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24892024-07-31T06:24:04.445Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24902024-07-31T06:24:04.459Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24912024-07-31T06:24:04.837Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24922024-07-31T06:24:05.572Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24932024-07-31T06:24:05.850Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24942024-07-31T06:24:05.981Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24952024-07-31T06:24:07.568Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24962024-07-31T06:24:07.726Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24972024-07-31T06:24:08.258Z Checking display-error-chain v0.2.0
24982024-07-31T06:24:08.385Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24992024-07-31T06:24:14.978Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25002024-07-31T06:24:20.161Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25012024-07-31T06:24:20.161Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25022024-07-31T06:24:20.820Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032024-07-31T06:24:34.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.46s
25042024-07-31T06:24:34.363Z
25052024-07-31T06:24:34.363Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25062024-07-31T06:24:34.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-07-31T06:24:34.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-07-31T06:24:35.070Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-07-31T06:24:48.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
25102024-07-31T06:24:48.919Z
25112024-07-31T06:24:48.919Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25122024-07-31T06:24:49.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-07-31T06:24:49.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-07-31T06:24:49.637Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-07-31T06:25:03.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
25162024-07-31T06:25:03.561Z
25172024-07-31T06:25:03.561Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25182024-07-31T06:25:04.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-07-31T06:25:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-07-31T06:25:04.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-07-31T06:25:18.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
25222024-07-31T06:25:18.211Z
25232024-07-31T06:25:18.211Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25242024-07-31T06:25:18.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-07-31T06:25:18.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-07-31T06:25:18.923Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25272024-07-31T06:25:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
25282024-07-31T06:25:32.703Z
25292024-07-31T06:25:32.703Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25302024-07-31T06:25:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-07-31T06:25:33.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-07-31T06:25:33.432Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-07-31T06:25:47.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
25342024-07-31T06:25:47.360Z
25352024-07-31T06:25:47.360Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25362024-07-31T06:25:47.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-07-31T06:25:47.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-07-31T06:25:48.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-07-31T06:26:01.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
25402024-07-31T06:26:01.782Z
25412024-07-31T06:26:01.782Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25422024-07-31T06:26:02.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-07-31T06:26:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-07-31T06:26:02.530Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25452024-07-31T06:26:16.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
25462024-07-31T06:26:16.252Z
25472024-07-31T06:26:16.252Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25482024-07-31T06:26:16.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-07-31T06:26:16.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-07-31T06:26:16.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-07-31T06:26:16.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25522024-07-31T06:26:16.892Z
25532024-07-31T06:26:16.892Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25542024-07-31T06:26:17.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-07-31T06:26:17.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-07-31T06:26:17.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-07-31T06:26:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25582024-07-31T06:26:17.533Z
25592024-07-31T06:26:17.533Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25602024-07-31T06:26:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-07-31T06:26:18.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-07-31T06:26:18.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-07-31T06:26:18.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25642024-07-31T06:26:18.159Z
25652024-07-31T06:26:18.159Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25662024-07-31T06:26:18.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-07-31T06:26:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-07-31T06:26:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-07-31T06:26:18.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25702024-07-31T06:26:18.783Z
25712024-07-31T06:26:18.783Zinfo: running `cargo check --bins` on key-manager (93/142)
25722024-07-31T06:26:19.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-07-31T06:26:19.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-07-31T06:26:19.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-07-31T06:26:19.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25762024-07-31T06:26:19.395Z
25772024-07-31T06:26:19.395Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25782024-07-31T06:26:19.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-07-31T06:26:19.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-07-31T06:26:19.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-07-31T06:26:19.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25822024-07-31T06:26:20.015Z
25832024-07-31T06:26:20.015Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25842024-07-31T06:26:20.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-07-31T06:26:20.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-07-31T06:26:20.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-07-31T06:26:20.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25882024-07-31T06:26:20.595Z
25892024-07-31T06:26:20.595Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25902024-07-31T06:26:21.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-07-31T06:26:21.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-07-31T06:26:21.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-07-31T06:26:21.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25942024-07-31T06:26:21.207Z
25952024-07-31T06:26:21.207Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25962024-07-31T06:26:21.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-07-31T06:26:21.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-07-31T06:26:21.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-07-31T06:26:21.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26002024-07-31T06:26:21.821Z
26012024-07-31T06:26:21.821Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26022024-07-31T06:26:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-07-31T06:26:22.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-07-31T06:26:22.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-07-31T06:26:22.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26062024-07-31T06:26:22.434Z
26072024-07-31T06:26:22.434Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26082024-07-31T06:26:22.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-07-31T06:26:22.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-07-31T06:26:22.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-07-31T06:26:22.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26122024-07-31T06:26:23.043Z
26132024-07-31T06:26:23.043Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26142024-07-31T06:26:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-07-31T06:26:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-07-31T06:26:23.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-07-31T06:26:23.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26182024-07-31T06:26:23.655Z
26192024-07-31T06:26:23.655Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26202024-07-31T06:26:24.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-07-31T06:26:24.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-07-31T06:26:24.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-07-31T06:26:24.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26242024-07-31T06:26:24.266Z
26252024-07-31T06:26:24.266Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26262024-07-31T06:26:24.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-07-31T06:26:24.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-07-31T06:26:24.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-07-31T06:26:24.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26302024-07-31T06:26:24.901Z
26312024-07-31T06:26:24.901Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26322024-07-31T06:26:25.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-07-31T06:26:25.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-07-31T06:26:25.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-07-31T06:26:25.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26362024-07-31T06:26:25.526Z
26372024-07-31T06:26:25.526Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26382024-07-31T06:26:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-07-31T06:26:26.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-07-31T06:26:26.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-07-31T06:26:26.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26422024-07-31T06:26:26.153Z
26432024-07-31T06:26:26.153Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26442024-07-31T06:26:26.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-07-31T06:26:26.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-07-31T06:26:26.813Z Checking bcs v0.1.6
26472024-07-31T06:26:26.813Z Compiling async-recursion v1.1.1
26482024-07-31T06:26:26.816Z Checking highway v1.1.0
26492024-07-31T06:26:26.816Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26502024-07-31T06:26:26.816Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26512024-07-31T06:26:27.883Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26522024-07-31T06:26:31.023Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26532024-07-31T06:26:32.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s
26542024-07-31T06:26:32.777Z
26552024-07-31T06:26:32.777Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26562024-07-31T06:26:33.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-07-31T06:26:33.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-07-31T06:26:33.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-07-31T06:26:33.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26602024-07-31T06:26:33.401Z
26612024-07-31T06:26:33.401Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26622024-07-31T06:26:33.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-07-31T06:26:33.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-07-31T06:26:34.030Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-07-31T06:26:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
26662024-07-31T06:26:34.715Z
26672024-07-31T06:26:34.715Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26682024-07-31T06:26:35.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-07-31T06:26:35.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-07-31T06:26:35.370Z Compiling cfg_aliases v0.1.1
26712024-07-31T06:26:35.373Z Compiling vte_generate_state_changes v0.1.1
26722024-07-31T06:26:35.373Z Checking fd-lock v4.0.2
26732024-07-31T06:26:35.459Z Checking bytecount v0.6.8
26742024-07-31T06:26:35.465Z Compiling tabled_derive v0.7.0
26752024-07-31T06:26:35.468Z Compiling peg-macros v0.8.4
26762024-07-31T06:26:35.468Z Compiling sqlparser_derive v0.2.2
26772024-07-31T06:26:35.475Z Checking home v0.5.9
26782024-07-31T06:26:35.517Z Compiling nix v0.28.0
26792024-07-31T06:26:35.586Z Checking papergrid v0.11.0
26802024-07-31T06:26:35.606Z Checking nu-ansi-term v0.50.0
26812024-07-31T06:26:35.618Z Checking unicode_categories v0.1.1
26822024-07-31T06:26:35.882Z Checking sqlformat v0.2.4
26832024-07-31T06:26:36.058Z Checking vte v0.11.1
26842024-07-31T06:26:36.539Z Checking sqlparser v0.45.0
26852024-07-31T06:26:37.403Z Checking strip-ansi-escapes v0.2.0
26862024-07-31T06:26:37.528Z Checking tabled v0.15.0
26872024-07-31T06:26:37.551Z Checking reedline v0.31.0
26882024-07-31T06:26:38.242Z Checking peg v0.8.4
26892024-07-31T06:26:38.646Z Checking rustyline v14.0.0
26902024-07-31T06:26:42.844Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-07-31T06:26:48.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
26922024-07-31T06:26:48.504Z
26932024-07-31T06:26:48.504Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26942024-07-31T06:26:49.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-07-31T06:26:49.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-07-31T06:26:49.148Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-07-31T06:26:54.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
26982024-07-31T06:26:55.058Z
26992024-07-31T06:26:55.058Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27002024-07-31T06:26:55.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-07-31T06:26:55.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-07-31T06:26:55.690Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-07-31T06:27:01.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
27042024-07-31T06:27:01.228Z
27052024-07-31T06:27:01.228Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27062024-07-31T06:27:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-07-31T06:27:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-07-31T06:27:01.894Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27092024-07-31T06:27:06.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
27102024-07-31T06:27:06.248Z
27112024-07-31T06:27:06.248Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27122024-07-31T06:27:06.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-07-31T06:27:06.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-07-31T06:27:06.905Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27152024-07-31T06:27:07.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27162024-07-31T06:27:07.350Z
27172024-07-31T06:27:07.350Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27182024-07-31T06:27:07.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-07-31T06:27:07.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-07-31T06:27:07.953Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27212024-07-31T06:27:08.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
27222024-07-31T06:27:08.850Z
27232024-07-31T06:27:08.850Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27242024-07-31T06:27:09.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-07-31T06:27:09.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-07-31T06:27:09.655Z Compiling crunchy v0.2.2
27272024-07-31T06:27:09.655Z Compiling glob v0.3.1
27282024-07-31T06:27:09.658Z Compiling tiny-keccak v2.0.2
27292024-07-31T06:27:09.760Z Compiling ascii-canvas v3.0.0
27302024-07-31T06:27:09.763Z Compiling ena v0.14.3
27312024-07-31T06:27:09.763Z Compiling libloading v0.8.3
27322024-07-31T06:27:09.785Z Compiling bindgen v0.69.4
27332024-07-31T06:27:09.788Z Compiling regex-syntax v0.6.29
27342024-07-31T06:27:10.018Z Compiling diff v0.1.13
27352024-07-31T06:27:10.186Z Compiling which v4.4.2
27362024-07-31T06:27:10.200Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27372024-07-31T06:27:10.288Z Compiling cexpr v0.6.0
27382024-07-31T06:27:10.415Z Compiling rustc-hash v1.1.0
27392024-07-31T06:27:10.495Z Compiling lazycell v1.3.0
27402024-07-31T06:27:10.569Z Compiling shlex v1.3.0
27412024-07-31T06:27:10.657Z Compiling ref-cast v1.0.23
27422024-07-31T06:27:10.695Z Compiling clang-sys v1.7.0
27432024-07-31T06:27:10.720Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27442024-07-31T06:27:10.789Z Compiling derive_builder_core v0.20.0
27452024-07-31T06:27:10.949Z Compiling libxml v0.3.3
27462024-07-31T06:27:10.976Z Compiling ref-cast-impl v1.0.23
27472024-07-31T06:27:10.992Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27482024-07-31T06:27:11.257Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27492024-07-31T06:27:11.316Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27502024-07-31T06:27:11.508Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27512024-07-31T06:27:11.579Z Compiling strum_macros v0.24.3
27522024-07-31T06:27:11.899Z Compiling cookie v0.18.1
27532024-07-31T06:27:12.157Z Compiling indoc v1.0.9
27542024-07-31T06:27:12.290Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27552024-07-31T06:27:12.537Z Compiling oso-derive v0.27.3
27562024-07-31T06:27:13.215Z Compiling lalrpop v0.19.12
27572024-07-31T06:27:13.318Z Compiling derive_builder_macro v0.20.0
27582024-07-31T06:27:13.611Z Compiling impl-trait-for-tuples v0.2.2
27592024-07-31T06:27:14.188Z Checking quick-xml v0.31.0
27602024-07-31T06:27:14.254Z Checking derive_builder v0.20.0
27612024-07-31T06:27:14.403Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27622024-07-31T06:27:14.683Z Checking maplit v1.0.2
27632024-07-31T06:27:15.752Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27642024-07-31T06:27:16.191Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27652024-07-31T06:27:16.293Z Checking bb8 v0.8.5
27662024-07-31T06:27:16.448Z Compiling const_format_proc_macros v0.2.32
27672024-07-31T06:27:16.778Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27682024-07-31T06:27:17.487Z Checking crossbeam-deque v0.8.5
27692024-07-31T06:27:17.743Z Compiling portable-atomic v1.6.0
27702024-07-31T06:27:17.790Z Checking rayon-core v1.12.1
27712024-07-31T06:27:18.491Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27722024-07-31T06:27:18.758Z Checking castaway v0.2.2
27732024-07-31T06:27:18.789Z Checking const_format v0.2.32
27742024-07-31T06:27:18.943Z Checking compact_str v0.7.1
27752024-07-31T06:27:19.346Z Checking rayon v1.10.0
27762024-07-31T06:27:19.695Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27772024-07-31T06:27:19.874Z Checking unicode-truncate v1.0.0
27782024-07-31T06:27:19.953Z Checking itertools v0.13.0
27792024-07-31T06:27:20.083Z Checking lru v0.12.3
27802024-07-31T06:27:20.389Z Compiling stability v0.2.0
27812024-07-31T06:27:21.445Z Checking cassowary v0.3.0
27822024-07-31T06:27:21.854Z Checking number_prefix v0.4.0
27832024-07-31T06:27:22.056Z Checking smawk v0.3.2
27842024-07-31T06:27:22.245Z Checking unicode-linebreak v0.1.5
27852024-07-31T06:27:22.586Z Checking ratatui v0.27.0
27862024-07-31T06:27:22.646Z Checking textwrap v0.16.1
27872024-07-31T06:27:23.050Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27882024-07-31T06:27:23.296Z Checking indicatif v0.17.8
27892024-07-31T06:27:23.767Z Checking multimap v0.10.0
27902024-07-31T06:27:47.896Z Compiling samael v0.0.15
27912024-07-31T06:27:58.463Z Compiling polar-core v0.27.3
27922024-07-31T06:28:05.925Z Checking oso v0.27.3
27932024-07-31T06:28:33.995Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942024-07-31T06:28:38.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
27952024-07-31T06:28:38.839Z
27962024-07-31T06:28:38.839Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27972024-07-31T06:28:39.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-07-31T06:28:39.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-07-31T06:28:39.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-07-31T06:28:39.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28012024-07-31T06:28:39.503Z
28022024-07-31T06:28:39.503Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28032024-07-31T06:28:40.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-07-31T06:28:40.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-07-31T06:28:40.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-07-31T06:28:40.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28072024-07-31T06:28:40.148Z
28082024-07-31T06:28:40.148Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28092024-07-31T06:28:40.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-07-31T06:28:40.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-07-31T06:28:40.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-07-31T06:28:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28132024-07-31T06:28:40.731Z
28142024-07-31T06:28:40.731Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28152024-07-31T06:28:41.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-07-31T06:28:41.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-07-31T06:28:41.503Z Compiling pin-project-internal v1.1.5
28182024-07-31T06:28:41.506Z Compiling snafu-derive v0.8.2
28192024-07-31T06:28:41.599Z Compiling buf-list v1.0.3
28202024-07-31T06:28:41.608Z Checking globset v0.4.14
28212024-07-31T06:28:41.611Z Checking olpc-cjson v0.1.3
28222024-07-31T06:28:41.611Z Checking rand_seeder v0.2.3
28232024-07-31T06:28:41.611Z Checking serde_plain v1.0.2
28242024-07-31T06:28:41.629Z Checking typed-path v0.7.1
28252024-07-31T06:28:41.801Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262024-07-31T06:28:41.863Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272024-07-31T06:28:41.863Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282024-07-31T06:28:42.063Z Checking parse-size v1.0.0
28292024-07-31T06:28:42.095Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302024-07-31T06:28:42.113Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312024-07-31T06:28:42.167Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322024-07-31T06:28:42.216Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28332024-07-31T06:28:42.516Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342024-07-31T06:28:42.940Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28352024-07-31T06:28:42.979Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362024-07-31T06:28:43.071Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28372024-07-31T06:28:43.293Z Checking fatfs v0.3.6
28382024-07-31T06:28:43.486Z Checking assert_matches v1.5.0
28392024-07-31T06:28:44.560Z Checking pin-project v1.1.5
28402024-07-31T06:28:45.613Z Checking snafu v0.8.2
28412024-07-31T06:28:45.910Z Checking tough v0.17.1
28422024-07-31T06:28:48.772Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28432024-07-31T06:28:49.912Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28442024-07-31T06:29:27.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.64s
28452024-07-31T06:29:27.525Z
28462024-07-31T06:29:27.525Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28472024-07-31T06:29:28.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-07-31T06:29:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-07-31T06:29:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-07-31T06:29:28.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28512024-07-31T06:29:28.159Z
28522024-07-31T06:29:28.159Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28532024-07-31T06:29:28.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-07-31T06:29:28.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-07-31T06:29:28.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-07-31T06:29:28.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28572024-07-31T06:29:28.811Z
28582024-07-31T06:29:28.811Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28592024-07-31T06:29:29.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-07-31T06:29:29.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-07-31T06:29:29.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-07-31T06:29:29.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28632024-07-31T06:29:29.471Z
28642024-07-31T06:29:29.471Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28652024-07-31T06:29:30.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-07-31T06:29:30.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-07-31T06:29:30.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-07-31T06:29:30.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28692024-07-31T06:29:30.122Z
28702024-07-31T06:29:30.122Zinfo: running `cargo check --bins` on update-common (123/142)
28712024-07-31T06:29:30.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-07-31T06:29:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-07-31T06:29:30.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-07-31T06:29:30.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28752024-07-31T06:29:30.760Z
28762024-07-31T06:29:30.760Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28772024-07-31T06:29:31.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-07-31T06:29:31.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-07-31T06:29:31.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-07-31T06:29:31.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28812024-07-31T06:29:31.404Z
28822024-07-31T06:29:31.404Zinfo: running `cargo check --bins` on tufaceous (125/142)
28832024-07-31T06:29:31.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-07-31T06:29:31.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-07-31T06:29:32.048Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28862024-07-31T06:29:32.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
28872024-07-31T06:29:33.043Z
28882024-07-31T06:29:33.043Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28892024-07-31T06:29:33.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-07-31T06:29:33.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-07-31T06:29:33.863Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922024-07-31T06:29:33.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932024-07-31T06:29:33.866Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28942024-07-31T06:29:35.183Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28952024-07-31T06:29:37.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
28962024-07-31T06:29:37.917Z
28972024-07-31T06:29:37.917Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28982024-07-31T06:29:38.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-07-31T06:29:38.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-07-31T06:29:38.599Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29012024-07-31T06:29:38.599Z Checking is_ci v1.2.0
29022024-07-31T06:29:38.602Z Checking heck v0.4.1
29032024-07-31T06:29:38.602Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042024-07-31T06:29:38.602Z Checking indent_write v2.2.0
29052024-07-31T06:29:38.818Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29062024-07-31T06:29:40.192Z Checking supports-color v3.0.0
29072024-07-31T06:29:40.235Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29082024-07-31T06:29:41.064Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29092024-07-31T06:29:41.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
29102024-07-31T06:29:42.125Z
29112024-07-31T06:29:42.125Zinfo: running `cargo check --bins` on installinator-api (128/142)
29122024-07-31T06:29:42.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-07-31T06:29:42.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-07-31T06:29:42.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-07-31T06:29:42.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29162024-07-31T06:29:42.747Z
29172024-07-31T06:29:42.747Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29182024-07-31T06:29:43.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-07-31T06:29:43.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-07-31T06:29:43.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212024-07-31T06:29:43.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29222024-07-31T06:29:43.382Z
29232024-07-31T06:29:43.382Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29242024-07-31T06:29:43.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-07-31T06:29:43.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-07-31T06:29:44.087Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29272024-07-31T06:29:45.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29282024-07-31T06:29:45.390Z
29292024-07-31T06:29:45.390Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29302024-07-31T06:29:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-07-31T06:29:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-07-31T06:29:46.055Z Checking memmap2 v0.9.4
29332024-07-31T06:29:46.055Z Checking arrayref v0.3.7
29342024-07-31T06:29:46.055Z Checking constant_time_eq v0.3.0
29352024-07-31T06:29:46.058Z Checking spin v0.5.2
29362024-07-31T06:29:46.058Z Checking untrusted v0.7.1
29372024-07-31T06:29:46.058Z Checking arrayvec v0.7.4
29382024-07-31T06:29:46.164Z Checking cargo-platform v0.1.8
29392024-07-31T06:29:46.174Z Checking topological-sort v0.2.2
29402024-07-31T06:29:46.211Z Checking shell-words v1.1.0
29412024-07-31T06:29:46.312Z Checking ring v0.16.20
29422024-07-31T06:29:46.413Z Checking cargo_metadata v0.18.1
29432024-07-31T06:29:46.469Z Checking blake3 v1.5.1
29442024-07-31T06:29:47.481Z Checking omicron-zone-package v0.11.0
29452024-07-31T06:29:48.558Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29462024-07-31T06:29:49.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29472024-07-31T06:29:49.536Z
29482024-07-31T06:29:49.536Zinfo: running `cargo check --bins` on xtask (132/142)
29492024-07-31T06:29:49.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-07-31T06:29:49.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-07-31T06:29:49.997Z Checking serde v1.0.204
29522024-07-31T06:29:50.000Z Checking thiserror v1.0.63
29532024-07-31T06:29:50.000Z Checking scroll v0.12.0
29542024-07-31T06:29:50.000Z Checking log v0.4.21
29552024-07-31T06:29:50.000Z Checking bitflags v2.6.0
29562024-07-31T06:29:50.069Z Checking hashbrown v0.14.5
29572024-07-31T06:29:50.078Z Checking zerocopy v0.7.34
29582024-07-31T06:29:50.114Z Checking syn v2.0.72
29592024-07-31T06:29:50.163Z Checking pest v2.7.10
29602024-07-31T06:29:50.310Z Checking fs-err v2.11.0
29612024-07-31T06:29:50.342Z Checking rustix v0.38.34
29622024-07-31T06:29:50.525Z Checking goblin v0.8.2
29632024-07-31T06:29:50.576Z Checking anyhow v1.0.86
29642024-07-31T06:29:50.929Z Checking tabled v0.15.0
29652024-07-31T06:29:51.150Z Checking indexmap v2.2.6
29662024-07-31T06:29:51.359Z Checking terminal_size v0.3.0
29672024-07-31T06:29:51.517Z Checking clap_builder v4.5.9
29682024-07-31T06:29:52.440Z Checking dtrace-parser v0.2.0
29692024-07-31T06:29:53.960Z Checking clap v4.5.9
29702024-07-31T06:29:54.329Z Checking serde_json v1.0.120
29712024-07-31T06:29:54.329Z Checking serde_spanned v0.6.6
29722024-07-31T06:29:54.332Z Checking toml_datetime v0.6.6
29732024-07-31T06:29:54.332Z Checking cargo-platform v0.1.8
29742024-07-31T06:29:54.332Z Checking semver v1.0.23
29752024-07-31T06:29:54.332Z Checking camino v1.1.7
29762024-07-31T06:29:54.332Z Checking macaddr v1.0.1
29772024-07-31T06:29:54.578Z Checking toml_edit v0.22.16
29782024-07-31T06:29:55.411Z Checking dof v0.3.0
29792024-07-31T06:29:55.411Z Checking cargo_metadata v0.18.1
29802024-07-31T06:29:55.804Z Checking usdt-impl v0.5.0
29812024-07-31T06:29:56.164Z Checking usdt v0.5.0
29822024-07-31T06:29:56.208Z Checking toml v0.8.15
29832024-07-31T06:29:56.662Z Checking cargo_toml v0.20.4
29842024-07-31T06:29:57.864Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852024-07-31T06:29:58.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
29862024-07-31T06:29:58.499Z
29872024-07-31T06:29:58.499Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29882024-07-31T06:29:58.957Z Downloading crates ...
29892024-07-31T06:29:59.186Z Downloaded option-ext v0.2.0
29902024-07-31T06:29:59.190Z Downloaded russh-cryptovec v0.7.2
29912024-07-31T06:29:59.193Z Downloaded md5 v0.7.0
29922024-07-31T06:29:59.196Z Downloaded dhcproto-macros v0.1.0
29932024-07-31T06:29:59.196Z Downloaded aes v0.8.4
29942024-07-31T06:29:59.198Z Downloaded bcrypt-pbkdf v0.10.0
29952024-07-31T06:29:59.201Z Downloaded rfc6979 v0.4.0
29962024-07-31T06:29:59.201Z Downloaded pbkdf2 v0.12.2
29972024-07-31T06:29:59.204Z Downloaded ghash v0.5.1
29982024-07-31T06:29:59.204Z Downloaded dirs v5.0.1
29992024-07-31T06:29:59.204Z Downloaded cbc v0.1.2
30002024-07-31T06:29:59.207Z Downloaded primeorder v0.13.6
30012024-07-31T06:29:59.207Z Downloaded rand_chacha v0.2.2
30022024-07-31T06:29:59.209Z Downloaded internet-checksum v0.2.1
30032024-07-31T06:29:59.209Z Downloaded polyval v0.6.2
30042024-07-31T06:29:59.212Z Downloaded pbkdf2 v0.11.0
30052024-07-31T06:29:59.215Z Downloaded hex-literal v0.4.1
30062024-07-31T06:29:59.215Z Downloaded rand_core v0.5.1
30072024-07-31T06:29:59.215Z Downloaded ed25519 v2.2.3
30082024-07-31T06:29:59.217Z Downloaded password-hash v0.4.2
30092024-07-31T06:29:59.220Z Downloaded blowfish v0.9.1
30102024-07-31T06:29:59.220Z Downloaded ecdsa v0.16.9
30112024-07-31T06:29:59.223Z Downloaded dirs-sys v0.4.1
30122024-07-31T06:29:59.223Z Downloaded ctr v0.9.2
30132024-07-31T06:29:59.226Z Downloaded getrandom v0.1.16
30142024-07-31T06:29:59.229Z Downloaded dhcproto v0.11.0
30152024-07-31T06:29:59.231Z Downloaded russh-keys v0.43.0
30162024-07-31T06:29:59.235Z Downloaded p256 v0.13.2
30172024-07-31T06:29:59.238Z Downloaded ed25519-dalek v2.1.1
30182024-07-31T06:29:59.241Z Downloaded russh v0.43.0
30192024-07-31T06:29:59.246Z Downloaded rand v0.7.3
30202024-07-31T06:29:59.250Z Downloaded p521 v0.13.3
30212024-07-31T06:29:59.254Z Downloaded aes-gcm v0.10.3
30222024-07-31T06:29:59.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-07-31T06:29:59.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-07-31T06:29:59.399Z Compiling getrandom v0.1.16
30252024-07-31T06:29:59.489Z Checking rfc6979 v0.4.0
30262024-07-31T06:29:59.503Z Checking primeorder v0.13.6
30272024-07-31T06:29:59.506Z Checking option-ext v0.2.0
30282024-07-31T06:29:59.522Z Checking ed25519 v2.2.3
30292024-07-31T06:29:59.525Z Checking polyval v0.6.2
30302024-07-31T06:29:59.525Z Checking ctr v0.9.2
30312024-07-31T06:29:59.525Z Checking aes v0.8.4
30322024-07-31T06:29:59.606Z Checking dirs-sys v0.4.1
30332024-07-31T06:29:59.635Z Checking ecdsa v0.16.9
30342024-07-31T06:29:59.733Z Checking blowfish v0.9.1
30352024-07-31T06:29:59.771Z Checking password-hash v0.4.2
30362024-07-31T06:29:59.804Z Checking pbkdf2 v0.12.2
30372024-07-31T06:29:59.823Z Checking ghash v0.5.1
30382024-07-31T06:29:59.947Z Checking dirs v5.0.1
30392024-07-31T06:29:59.962Z Checking ed25519-dalek v2.1.1
30402024-07-31T06:29:59.965Z Checking bcrypt-pbkdf v0.10.0
30412024-07-31T06:29:59.990Z Checking cbc v0.1.2
30422024-07-31T06:30:00.066Z Checking russh-cryptovec v0.7.2
30432024-07-31T06:30:00.166Z Checking pbkdf2 v0.11.0
30442024-07-31T06:30:00.182Z Checking md5 v0.7.0
30452024-07-31T06:30:00.212Z Compiling dhcproto-macros v0.1.0
30462024-07-31T06:30:00.254Z Checking hex-literal v0.4.1
30472024-07-31T06:30:00.269Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30482024-07-31T06:30:00.357Z Checking p521 v0.13.3
30492024-07-31T06:30:00.373Z Checking p256 v0.13.2
30502024-07-31T06:30:00.427Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30512024-07-31T06:30:00.440Z Checking internet-checksum v0.2.1
30522024-07-31T06:30:00.454Z Checking aes-gcm v0.10.3
30532024-07-31T06:30:00.480Z Checking rand_core v0.5.1
30542024-07-31T06:30:00.773Z Checking rand_chacha v0.2.2
30552024-07-31T06:30:00.940Z Checking dhcproto v0.11.0
30562024-07-31T06:30:01.011Z Checking rand v0.7.3
30572024-07-31T06:30:01.945Z Checking russh-keys v0.43.0
30582024-07-31T06:30:02.744Z Checking russh v0.43.0
30592024-07-31T06:30:19.105Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30602024-07-31T06:30:20.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.89s
30612024-07-31T06:30:20.542Z
30622024-07-31T06:30:20.542Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30632024-07-31T06:30:21.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-07-31T06:30:21.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-07-31T06:30:21.162Z Checking termios v0.3.3
30662024-07-31T06:30:21.351Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30672024-07-31T06:30:22.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
30682024-07-31T06:30:22.219Z
30692024-07-31T06:30:22.219Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30702024-07-31T06:30:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-07-31T06:30:22.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-07-31T06:30:22.906Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30732024-07-31T06:30:24.864Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30742024-07-31T06:30:26.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30752024-07-31T06:30:26.721Z
30762024-07-31T06:30:26.721Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30772024-07-31T06:30:27.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-07-31T06:30:27.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-07-31T06:30:27.352Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30802024-07-31T06:30:27.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30812024-07-31T06:30:27.895Z
30822024-07-31T06:30:27.895Zinfo: running `cargo check --bins` on omicron-package (137/142)
30832024-07-31T06:30:28.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-07-31T06:30:28.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-07-31T06:30:28.545Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30862024-07-31T06:30:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
30872024-07-31T06:30:29.857Z
30882024-07-31T06:30:29.857Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30892024-07-31T06:30:30.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-07-31T06:30:30.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-07-31T06:30:30.530Z Checking rtoolbox v0.0.2
30922024-07-31T06:30:30.530Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30932024-07-31T06:30:30.533Z Checking tui-tree-widget v0.21.0
30942024-07-31T06:30:30.726Z Checking rpassword v7.3.1
30952024-07-31T06:30:34.577Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30962024-07-31T06:30:37.343Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30972024-07-31T06:30:38.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
30982024-07-31T06:30:38.543Z
30992024-07-31T06:30:38.543Zinfo: running `cargo check --bins` on wicket (139/142)
31002024-07-31T06:30:39.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-07-31T06:30:39.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-07-31T06:30:39.218Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31032024-07-31T06:30:39.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31042024-07-31T06:30:39.700Z
31052024-07-31T06:30:39.700Zinfo: running `cargo check --bins` on wicketd (140/142)
31062024-07-31T06:30:40.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-07-31T06:30:40.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-07-31T06:30:40.386Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31092024-07-31T06:30:43.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
31102024-07-31T06:30:43.967Z
31112024-07-31T06:30:43.967Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31122024-07-31T06:30:44.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-07-31T06:30:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-07-31T06:30:44.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152024-07-31T06:30:44.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162024-07-31T06:30:44.553Z
31172024-07-31T06:30:44.553Zinfo: running `cargo check --bins` on zone-setup (142/142)
31182024-07-31T06:30:45.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-07-31T06:30:45.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-07-31T06:30:45.275Z Checking uzers v0.11.3
31212024-07-31T06:30:45.556Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31222024-07-31T06:30:46.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
31232024-07-31T06:30:46.742Z
31242024-07-31T06:30:46.742Zreal 10:18.098282389
31252024-07-31T06:30:46.742Zuser 22:12.482759979
31262024-07-31T06:30:46.742Zsys 4:43.758411247
31272024-07-31T06:30:46.742Ztrap 0.505430714
31282024-07-31T06:30:46.742Ztflt 1.733298143
31292024-07-31T06:30:46.742Zdflt 1.998511129
31302024-07-31T06:30:46.742Zkflt 0.001135555
31312024-07-31T06:30:46.745Zlock 40:22.265112670
31322024-07-31T06:30:46.745Zslp 1:27:49.276650400
31332024-07-31T06:30:46.745Zlat 50.018439776
31342024-07-31T06:30:46.745Zstop 2:17.729197779
31352024-07-31T06:30:46.745Zprocess exited: duration 851961 ms, exit code 0
 
31362024-07-31T06:30:46.751Zfound 0 output files