01J40HQG40XDF2Y2P0QR81J578: 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: 01J40HQSXCP0HDNVNFZPTB466K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-30T00:49:09.386Zjob assigned to worker 01J40HR3C742HSRKZQJD0MNP61 (queued for 57 s)
 
22024-07-30T00:49:17.096Zstarting task 0: "setup"
32024-07-30T00:49:17.151Z++ uname -s
42024-07-30T00:49:17.153Z+ kern=SunOS
52024-07-30T00:49:17.153Z+ case "$kern" in
62024-07-30T00:49:17.153Z+ groupadd -g 12345 build
72024-07-30T00:49:17.156Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-30T00:49:19.174Z+ zfs create -o mountpoint=/work rpool/work
92024-07-30T00:49:19.296Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-30T00:49:19.299Z+ home_fs=zfs
112024-07-30T00:49:19.299Z+ [[ zfs == autofs ]]
122024-07-30T00:49:19.299Z+ mkdir -p /home/build
132024-07-30T00:49:19.302Z+ chown build:build /home/build /work
142024-07-30T00:49:21.303Z+ chmod 0700 /home/build /work
152024-07-30T00:49:21.306Zprocess exited: duration 4209 ms, exit code 0
 
162024-07-30T00:49:21.312Zstarting task 1: "rust-toolchain"
172024-07-30T00:49:21.317Z+ printf ' * toolchain channel = "%s"
182024-07-30T00:49:21.317Z * toolchain channel = "1.78.0"
192024-07-30T00:49:21.317Z * toolchain profile = "default"
202024-07-30T00:49:21.317Z' 1.78.0
212024-07-30T00:49:21.317Z+ printf ' * toolchain profile = "%s"
222024-07-30T00:49:21.317Z' default
232024-07-30T00:49:21.320Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-30T00:49:21.320Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-30T00:49:21.432Zinfo: downloading installer
262024-07-30T00:49:22.736Zinfo: profile set to 'default'
272024-07-30T00:49:22.736Zinfo: default host triple is x86_64-unknown-illumos
282024-07-30T00:49:22.739Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-30T00:49:22.888Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-30T00:49:22.888Zinfo: downloading component 'cargo'
312024-07-30T00:49:23.745Zinfo: downloading component 'clippy'
322024-07-30T00:49:24.028Zinfo: downloading component 'rust-docs'
332024-07-30T00:49:25.157Zinfo: downloading component 'rust-std'
342024-07-30T00:49:26.967Zinfo: downloading component 'rustc'
352024-07-30T00:49:31.590Zinfo: downloading component 'rustfmt'
362024-07-30T00:49:31.842Zinfo: installing component 'cargo'
372024-07-30T00:49:32.690Zinfo: installing component 'clippy'
382024-07-30T00:49:33.057Zinfo: installing component 'rust-docs'
392024-07-30T00:49:34.594Zinfo: installing component 'rust-std'
402024-07-30T00:49:36.309Zinfo: installing component 'rustc'
412024-07-30T00:49:40.552Zinfo: installing component 'rustfmt'
422024-07-30T00:49:40.893Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-30T00:49:40.893Z
442024-07-30T00:49:41.153Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-30T00:49:41.153Z
462024-07-30T00:49:41.156Z
472024-07-30T00:49:41.156ZRust is installed now. Great!
482024-07-30T00:49:41.156Z
492024-07-30T00:49:41.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-30T00:49:41.156Zenvironment variable. This has not been done automatically.
512024-07-30T00:49:41.156Z
522024-07-30T00:49:41.156ZTo configure your current shell, you need to source
532024-07-30T00:49:41.156Zthe corresponding env file under $HOME/.cargo.
542024-07-30T00:49:41.156Z
552024-07-30T00:49:41.156ZThis is usually done by running one of the following (note the leading DOT):
562024-07-30T00:49:41.156Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-30T00:49:41.156Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-30T00:49:41.226Z+ rustc --version
592024-07-30T00:49:41.290Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-30T00:49:41.293Zprocess exited: duration 19977 ms, exit code 0
 
612024-07-30T00:49:41.298Zstarting task 2: "authentication"
622024-07-30T00:49:41.321Zprocess exited: duration 22 ms, exit code 0
 
632024-07-30T00:49:41.326Zstarting task 3: "clone repository"
642024-07-30T00:49:41.332Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-30T00:49:41.335Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-30T00:49:41.489ZCloning into '/work/oxidecomputer/omicron'...
672024-07-30T00:49:47.762Z+ cd /work/oxidecomputer/omicron
682024-07-30T00:49:47.762Z+ git fetch origin e359e7f94cadf4e85393eeacd733f772e7638516
692024-07-30T00:49:48.029ZFrom https://github.com/oxidecomputer/omicron
702024-07-30T00:49:48.029Z * branch e359e7f94cadf4e85393eeacd733f772e7638516 -> FETCH_HEAD
712024-07-30T00:49:48.039Z+ [[ -n update-you-a-propolis ]]
722024-07-30T00:49:48.042Z++ git branch --show-current
732024-07-30T00:49:48.045Z+ current=main
742024-07-30T00:49:48.045Z+ [[ main != update-you-a-propolis ]]
752024-07-30T00:49:48.045Z+ git branch -f update-you-a-propolis e359e7f94cadf4e85393eeacd733f772e7638516
762024-07-30T00:49:48.048Z+ git checkout -f update-you-a-propolis
772024-07-30T00:49:48.184ZSwitched to branch 'update-you-a-propolis'
782024-07-30T00:49:48.187Z+ git reset --hard e359e7f94cadf4e85393eeacd733f772e7638516
792024-07-30T00:49:48.325ZHEAD is now at e359e7f94 Update the Oximeter DB version
802024-07-30T00:49:48.328Zprocess exited: duration 6999 ms, exit code 0
 
812024-07-30T00:49:48.334Zstarting task 4: "build"
822024-07-30T00:49:48.339Z+ cargo --version
832024-07-30T00:49:48.394Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-30T00:49:48.397Z+ rustc --version
852024-07-30T00:49:48.454Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-30T00:49:48.457Z+ source ./env.sh
872024-07-30T00:49:48.460Z++ OLD_SHELL_OPTS=ehxB
882024-07-30T00:49:48.460Z++ set -o xtrace
892024-07-30T00:49:48.463Z++++ dirname ./env.sh
902024-07-30T00:49:48.463Z+++ readlink -f .
912024-07-30T00:49:48.483Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-30T00:49:48.485Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ 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-30T00:49:48.486Z++ case $OLD_SHELL_OPTS in
1012024-07-30T00:49:48.486Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-30T00:49:48.486Z+ 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-30T00:49:48.486Z+ 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-30T00:49:48.486Z+ banner prerequisites
1052024-07-30T00:49:48.504Z
1062024-07-30T00:49:48.504Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-30T00:49:48.504Z # # # # # # # # # # # # # # #
1082024-07-30T00:49:48.504Z # # # # ##### # # ##### # # # # # #### #
1092024-07-30T00:49:48.504Z ##### ##### # ##### # # # # # # # # #
1102024-07-30T00:49:48.504Z # # # # # # # # # # # # # # #
1112024-07-30T00:49:48.504Z # # # ###### # # ###### ### # #### # #### #
1122024-07-30T00:49:48.504Z
1132024-07-30T00:49:48.507Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-30T00:49:55.964Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-30T00:49:58.093Z Startup: Caching catalogs ... Done
1162024-07-30T00:50:01.809ZPlanning: Solver setup ... Done (3.209s)
1172024-07-30T00:50:01.869ZPlanning: Running solver ... Done (0.059s)
1182024-07-30T00:50:01.922ZPlanning: Finding local manifests ... Done (0.004s)
1192024-07-30T00:50:01.935ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-30T00:50:02.206ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-30T00:50:02.258ZPlanning: Package planning ... Done (0.052s)
1222024-07-30T00:50:02.314ZPlanning: Merging actions ... Done (0.055s)
1232024-07-30T00:50:03.146ZPlanning: Checking for conflicting actions ... Done (0.832s)
1242024-07-30T00:50:03.157ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-07-30T00:50:09.760ZPlanning: Evaluating mediators ... Done (6.601s)
1262024-07-30T00:50:09.770ZPlanning: Planning completed in 11.61 seconds
1272024-07-30T00:50:10.867Z Packages to install: 4
1282024-07-30T00:50:10.867Z Mediators to change: 2
1292024-07-30T00:50:10.867Z Services to change: 1
1302024-07-30T00:50:10.870Z Estimated space available: 155.77 GB
1312024-07-30T00:50:10.870ZEstimated space to be consumed: 1.47 GB
1322024-07-30T00:50:10.871Z Create boot environment: No
1332024-07-30T00:50:10.871ZCreate backup boot environment: No
1342024-07-30T00:50:10.871Z Rebuild boot archive: No
1352024-07-30T00:50:10.871Z
1362024-07-30T00:50:10.871ZChanged mediators:
1372024-07-30T00:50:10.871Z mediator clang:
1382024-07-30T00:50:10.871Z version: None -> 15 (system default)
1392024-07-30T00:50:10.871Z
1402024-07-30T00:50:10.871Z mediator llvm:
1412024-07-30T00:50:10.871Z version: 14 (system default) -> 15 (system default)
1422024-07-30T00:50:10.871Z
1432024-07-30T00:50:10.871ZChanged packages:
1442024-07-30T00:50:10.871Zhelios-dev
1452024-07-30T00:50:10.871Z developer/build-essential
1462024-07-30T00:50:10.871Z None -> 11-2.0
1472024-07-30T00:50:10.871Z library/libxmlsec1
1482024-07-30T00:50:10.871Z None -> 1.2.35-2.0
1492024-07-30T00:50:10.871Z ooce/developer/clang-15
1502024-07-30T00:50:10.871Z None -> 15.0.7-2.0
1512024-07-30T00:50:10.871Z ooce/developer/llvm-15
1522024-07-30T00:50:10.871Z None -> 15.0.7-2.0
1532024-07-30T00:50:10.871Z
1542024-07-30T00:50:10.871ZServices:
1552024-07-30T00:50:10.871Z restart_fmri:
1562024-07-30T00:50:10.871Z svc:/system/update-man-index:default
1572024-07-30T00:50:10.998Z
1582024-07-30T00:50:10.998ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-30T00:50:16.005ZDownload: 769/3290 items 18.5/212.6MB 8% complete (3.8M/s)
1602024-07-30T00:50:21.007ZDownload: 1223/3290 items 88.1/212.6MB 41% complete (8.8M/s)
1612024-07-30T00:50:26.009ZDownload: 2169/3290 items 119.0/212.6MB 55% complete (10.1M/s)
1622024-07-30T00:50:34.798ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (9.6M/s)
1632024-07-30T00:50:39.822ZDownload: 2481/3290 items 120.2/212.6MB 56% complete (194k/s)
1642024-07-30T00:50:44.824ZDownload: 3243/3290 items 201.3/212.6MB 94% complete (8.3M/s)
1652024-07-30T00:51:05.020ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1662024-07-30T00:51:06.548ZDownload: Completed 212.60 MB in 55.54 seconds (3.8M/s)
1672024-07-30T00:51:06.802Z Actions: 1/3689 actions (Installing new actions)
1682024-07-30T00:51:11.939Z Actions: 3562/3689 actions (Installing new actions)
1692024-07-30T00:51:12.069Z Actions: Completed 3689 actions in 5.27 seconds.
1702024-07-30T00:51:12.217Z Done (0.144s)
1712024-07-30T00:51:12.217Z Done (0.000s)
1722024-07-30T00:51:12.574Z Done (0.356s)
1732024-07-30T00:51:18.324Z Done (5.587s)
1742024-07-30T00:51:18.492Z Done (0.096s)
1752024-07-30T00:51:18.495Z Done (0.000s)
1762024-07-30T00:51:18.673Z Done (0.000s)
1772024-07-30T00:51:19.278ZPlanning: Evaluating mediator changes ... Done
1782024-07-30T00:51:19.445ZPlanning: Checking for conflicting actions ... Done
1792024-07-30T00:51:19.447ZPlanning: Consolidating action changes ... Done
1802024-07-30T00:51:19.730ZPlanning: Evaluating mediators ... Done
1812024-07-30T00:51:19.733ZPlanning: Planning completed in 0.45 seconds
1822024-07-30T00:51:19.769Z Mediators to change: 2
1832024-07-30T00:51:19.769Z Create boot environment: No
1842024-07-30T00:51:19.769ZCreate backup boot environment: No
1852024-07-30T00:51:19.853Z Done
1862024-07-30T00:51:19.853Z Done
1872024-07-30T00:51:20.087Z Done
1882024-07-30T00:51:23.886Z Done
1892024-07-30T00:51:23.974Z Done
1902024-07-30T00:51:23.974Z Done
1912024-07-30T00:51:24.115Z Done
1922024-07-30T00:51:24.741ZPlanning: Evaluating mediator changes ... Done
1932024-07-30T00:51:24.744ZPlanning: Merging actions ... Done
1942024-07-30T00:51:24.936ZPlanning: Checking for conflicting actions ... Done
1952024-07-30T00:51:24.938ZPlanning: Consolidating action changes ... Done
1962024-07-30T00:51:25.218ZPlanning: Evaluating mediators ... Done
1972024-07-30T00:51:25.276ZPlanning: Planning completed in 0.78 seconds
1982024-07-30T00:51:25.312Z Packages to change: 1
1992024-07-30T00:51:25.312Z Mediators to change: 1
2002024-07-30T00:51:25.312Z Services to change: 1
2012024-07-30T00:51:25.312Z Create boot environment: No
2022024-07-30T00:51:25.312ZCreate backup boot environment: Yes
2032024-07-30T00:51:27.245Z Actions: 1/6 actions (Updating modified actions)
2042024-07-30T00:51:27.297Z Actions: Completed 6 actions in 0.05 seconds.
2052024-07-30T00:51:27.299Z Done
2062024-07-30T00:51:27.299Z Done
2072024-07-30T00:51:27.371Z Done
2082024-07-30T00:51:31.230Z Done
2092024-07-30T00:51:31.328Z Done
2102024-07-30T00:51:31.331Z Done
2112024-07-30T00:51:31.457Z Done
2122024-07-30T00:51:31.903ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-07-30T00:51:31.903Zclang system 15 system
2142024-07-30T00:51:31.903Zcsh system system illumos
2152024-07-30T00:51:31.903Zctags system system illumos
2162024-07-30T00:51:31.903Zgcc vendor 12 vendor
2172024-07-30T00:51:31.903Zgcc system 10 system
2182024-07-30T00:51:31.903Zgcc system 7 system
2192024-07-30T00:51:31.903Zgo system 1.20 system
2202024-07-30T00:51:31.903Zgo system 1.19 system
2212024-07-30T00:51:31.903Zllvm system 15 system
2222024-07-30T00:51:31.903Zllvm system 14 system
2232024-07-30T00:51:31.903Zmariadb system 10.6 system
2242024-07-30T00:51:31.903Zmta vendor vendor dma
2252024-07-30T00:51:31.903Zopenjdk system 17 system
2262024-07-30T00:51:31.903Zopenjdk system 11 system
2272024-07-30T00:51:31.903Zopenjdk system 1.8 system
2282024-07-30T00:51:31.903Zopenssl vendor 3 vendor
2292024-07-30T00:51:31.903Zperl system 5.36 system
2302024-07-30T00:51:31.903Zpostgresql system 15 system
2312024-07-30T00:51:31.903Zpostgresql system 13 system
2322024-07-30T00:51:31.903Zpython vendor 3 vendor
2332024-07-30T00:51:31.903Zpython system 2 system
2342024-07-30T00:51:31.903Zpython3 system 3.11 system
2352024-07-30T00:51:31.903Zruby system 3.0 system
2362024-07-30T00:51:31.903Zwords vendor vendor american-english
2372024-07-30T00:51:31.903Zwords system system australian-english
2382024-07-30T00:51:31.903Zwords system system british-english
2392024-07-30T00:51:31.903Zwords system system canadian-english
2402024-07-30T00:51:31.903Zwords system system french
2412024-07-30T00:51:31.903Zwords system system italian
2422024-07-30T00:51:31.903Zwords system system ngerman
2432024-07-30T00:51:31.904Zwords system system ogerman
2442024-07-30T00:51:31.904Zwords system system spanish
2452024-07-30T00:51:32.246ZPUBLISHER TYPE STATUS P LOCATION
2462024-07-30T00:51:32.246Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472024-07-30T00:51:33.901ZFMRI IFO
2482024-07-30T00:51:33.901Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492024-07-30T00:51:33.901Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502024-07-30T00:51:33.901Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512024-07-30T00:51:33.901Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522024-07-30T00:51:33.901Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532024-07-30T00:51:33.901Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542024-07-30T00:51:33.901Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2552024-07-30T00:51:33.901Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-07-30T00:51:33.901Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2572024-07-30T00:51:33.901Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582024-07-30T00:51:33.901Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-07-30T00:51:33.901Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602024-07-30T00:51:34.461Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612024-07-30T00:51:34.717Z Updating git repository `https://github.com/oxidecomputer/zone`
2622024-07-30T00:51:34.978Z Updating crates.io index
2632024-07-30T00:51:35.065Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2642024-07-30T00:51:35.873Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652024-07-30T00:51:36.597Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662024-07-30T00:51:36.815Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2672024-07-30T00:51:38.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682024-07-30T00:51:39.330Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692024-07-30T00:51:39.579Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702024-07-30T00:51:40.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712024-07-30T00:51:42.705Z Updating git repository `https://github.com/oxidecomputer/opte`
2722024-07-30T00:51:43.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732024-07-30T00:51:44.379Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742024-07-30T00:51:44.964Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752024-07-30T00:51:45.259Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2762024-07-30T00:51:45.495Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2772024-07-30T00:51:45.774Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-07-30T00:51:46.018Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-07-30T00:51:46.230Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-07-30T00:51:46.450Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-07-30T00:51:46.785Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-07-30T00:51:47.084Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-07-30T00:51:47.408Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-07-30T00:51:47.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-07-30T00:51:48.231Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-07-30T00:51:48.522Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872024-07-30T00:51:48.945Z Updating git repository `https://github.com/oxidecomputer/typify`
2882024-07-30T00:51:51.033Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892024-07-30T00:51:51.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902024-07-30T00:51:51.630Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912024-07-30T00:51:52.026Z Updating git repository `https://github.com/oxidecomputer/rfb`
2922024-07-30T00:51:53.196Z Downloading crates ...
2932024-07-30T00:51:53.325Z Downloaded pin-utils v0.1.0
2942024-07-30T00:51:53.328Z Downloaded dtrace-parser v0.2.0
2952024-07-30T00:51:53.331Z Downloaded pretty-hex v0.4.1
2962024-07-30T00:51:53.331Z Downloaded pin-project-lite v0.2.14
2972024-07-30T00:51:53.336Z Downloaded openssl-macros v0.1.1
2982024-07-30T00:51:53.340Z Downloaded foreign-types-shared v0.1.1
2992024-07-30T00:51:53.340Z Downloaded is-terminal v0.4.12
3002024-07-30T00:51:53.340Z Downloaded num-conv v0.1.0
3012024-07-30T00:51:53.343Z Downloaded tinyvec_macros v0.1.1
3022024-07-30T00:51:53.343Z Downloaded equivalent v1.0.1
3032024-07-30T00:51:53.343Z Downloaded tower-service v0.3.2
3042024-07-30T00:51:53.343Z Downloaded scroll_derive v0.12.0
3052024-07-30T00:51:53.346Z Downloaded deranged v0.3.11
3062024-07-30T00:51:53.346Z Downloaded dirs-next v2.0.0
3072024-07-30T00:51:53.349Z Downloaded bytecount v0.6.8
3082024-07-30T00:51:53.349Z Downloaded autocfg v1.3.0
3092024-07-30T00:51:53.351Z Downloaded want v0.3.1
3102024-07-30T00:51:53.351Z Downloaded rustversion v1.0.17
3112024-07-30T00:51:53.354Z Downloaded num_cpus v1.16.0
3122024-07-30T00:51:53.357Z Downloaded itoa v1.0.11
3132024-07-30T00:51:53.360Z Downloaded usdt-macro v0.5.0
3142024-07-30T00:51:53.360Z Downloaded usdt-attr-macro v0.5.0
3152024-07-30T00:51:53.363Z Downloaded rustls-pemfile v1.0.4
3162024-07-30T00:51:53.363Z Downloaded pest_generator v2.7.10
3172024-07-30T00:51:53.366Z Downloaded filetime v0.2.23
3182024-07-30T00:51:53.366Z Downloaded scopeguard v1.2.0
3192024-07-30T00:51:53.369Z Downloaded http-body v0.4.6
3202024-07-30T00:51:53.369Z Downloaded crc32fast v1.4.0
3212024-07-30T00:51:53.372Z Downloaded toml_datetime v0.6.6
3222024-07-30T00:51:53.374Z Downloaded strsim v0.11.1
3232024-07-30T00:51:53.374Z Downloaded slab v0.4.9
3242024-07-30T00:51:53.377Z Downloaded xattr v1.3.1
3252024-07-30T00:51:53.377Z Downloaded once_cell v1.19.0
3262024-07-30T00:51:53.381Z Downloaded tokio-macros v2.3.0
3272024-07-30T00:51:53.384Z Downloaded anstyle-parse v0.2.4
3282024-07-30T00:51:53.387Z Downloaded block-buffer v0.10.4
3292024-07-30T00:51:53.387Z Downloaded serde_tokenstream v0.2.1
3302024-07-30T00:51:53.389Z Downloaded time-macros v0.2.18
3312024-07-30T00:51:53.393Z Downloaded parking_lot_core v0.9.10
3322024-07-30T00:51:53.396Z Downloaded slog-json v2.6.1
3332024-07-30T00:51:53.396Z Downloaded sha2 v0.10.8
3342024-07-30T00:51:53.399Z Downloaded foreign-types v0.3.2
3352024-07-30T00:51:53.399Z Downloaded bitflags v2.5.0
3362024-07-30T00:51:53.403Z Downloaded slog-async v2.8.0
3372024-07-30T00:51:53.405Z Downloaded term v0.7.0
3382024-07-30T00:51:53.409Z Downloaded smallvec v1.13.2
3392024-07-30T00:51:53.412Z Downloaded parking_lot v0.12.2
3402024-07-30T00:51:53.414Z Downloaded try-lock v0.2.5
3412024-07-30T00:51:53.414Z Downloaded sync_wrapper v0.1.2
3422024-07-30T00:51:53.414Z Downloaded digest v0.10.7
3432024-07-30T00:51:53.417Z Downloaded crossbeam-utils v0.8.19
3442024-07-30T00:51:53.420Z Downloaded anstream v0.6.14
3452024-07-30T00:51:53.423Z Downloaded strum v0.26.3
3462024-07-30T00:51:53.423Z Downloaded heck v0.5.0
3472024-07-30T00:51:53.425Z Downloaded clap v4.5.9
3482024-07-30T00:51:53.433Z Downloaded bytes v1.6.0
3492024-07-30T00:51:53.440Z Downloaded ryu v1.0.18
3502024-07-30T00:51:53.443Z Downloaded typenum v1.17.0
3512024-07-30T00:51:53.443Z Downloaded time-core v0.1.2
3522024-07-30T00:51:53.448Z Downloaded slog-bunyan v2.5.0
3532024-07-30T00:51:53.448Z Downloaded serde_spanned v0.6.6
3542024-07-30T00:51:53.448Z Downloaded camino v1.1.7
3552024-07-30T00:51:53.451Z Downloaded thread_local v1.1.8
3562024-07-30T00:51:53.451Z Downloaded zerocopy-derive v0.7.34
3572024-07-30T00:51:53.454Z Downloaded tokio-native-tls v0.3.1
3582024-07-30T00:51:53.458Z Downloaded signal-hook-registry v1.4.2
3592024-07-30T00:51:53.460Z Downloaded httparse v1.8.0
3602024-07-30T00:51:53.460Z Downloaded lock_api v0.4.12
3612024-07-30T00:51:53.463Z Downloaded ipnet v2.9.0
3622024-07-30T00:51:53.463Z Downloaded thiserror-impl v1.0.62
3632024-07-30T00:51:53.466Z Downloaded version_check v0.9.4
3642024-07-30T00:51:53.466Z Downloaded utf8parse v0.2.1
3652024-07-30T00:51:53.469Z Downloaded tabled_derive v0.7.0
3662024-07-30T00:51:53.469Z Downloaded cc v1.0.97
3672024-07-30T00:51:53.471Z Downloaded terminal_size v0.3.0
3682024-07-30T00:51:53.474Z Downloaded usdt v0.5.0
3692024-07-30T00:51:53.474Z Downloaded unicode-bidi v0.3.15
3702024-07-30T00:51:53.477Z Downloaded tracing-core v0.1.32
3712024-07-30T00:51:53.480Z Downloaded openssl-sys v0.9.103
3722024-07-30T00:51:53.484Z Downloaded slog-term v2.9.1
3732024-07-30T00:51:53.489Z Downloaded scroll v0.12.0
3742024-07-30T00:51:53.492Z Downloaded base64 v0.21.7
3752024-07-30T00:51:53.492Z Downloaded strum_macros v0.26.4
3762024-07-30T00:51:53.495Z Downloaded slog v2.7.0
3772024-07-30T00:51:53.498Z Downloaded indexmap v2.2.6
3782024-07-30T00:51:53.500Z Downloaded anyhow v1.0.86
3792024-07-30T00:51:53.504Z Downloaded usdt-impl v0.5.0
3802024-07-30T00:51:53.507Z Downloaded flate2 v1.0.30
3812024-07-30T00:51:53.511Z Downloaded url v2.5.2
3822024-07-30T00:51:53.514Z Downloaded ucd-trie v0.1.6
3832024-07-30T00:51:53.516Z Downloaded pest v2.7.10
3842024-07-30T00:51:53.521Z Downloaded unicode-ident v1.0.12
3852024-07-30T00:51:53.524Z Downloaded toml v0.8.15
3862024-07-30T00:51:53.527Z Downloaded tar v0.4.41
3872024-07-30T00:51:53.530Z Downloaded http v0.2.12
3882024-07-30T00:51:53.534Z Downloaded hashbrown v0.14.5
3892024-07-30T00:51:53.540Z Downloaded tinyvec v1.6.0
3902024-07-30T00:51:53.543Z Downloaded clap_builder v4.5.9
3912024-07-30T00:51:53.549Z Downloaded socket2 v0.5.7
3922024-07-30T00:51:53.552Z Downloaded tracing v0.1.40
3932024-07-30T00:51:53.555Z Downloaded serde_derive v1.0.204
3942024-07-30T00:51:53.558Z Downloaded unicode-normalization v0.1.23
3952024-07-30T00:51:53.562Z Downloaded time v0.3.36
3962024-07-30T00:51:53.569Z Downloaded hyper v0.14.28
3972024-07-30T00:51:53.577Z Downloaded tokio-util v0.7.11
3982024-07-30T00:51:53.583Z Downloaded toml_edit v0.22.16
3992024-07-30T00:51:53.606Z Downloaded reqwest v0.11.27
4002024-07-30T00:51:53.614Z Downloaded serde_json v1.0.120
4012024-07-30T00:51:53.622Z Downloaded idna v0.5.0
4022024-07-30T00:51:53.628Z Downloaded winnow v0.6.8
4032024-07-30T00:51:53.636Z Downloaded zerocopy v0.7.34
4042024-07-30T00:51:53.653Z Downloaded libc v0.2.155
4052024-07-30T00:51:53.679Z Downloaded vcpkg v0.2.15
4062024-07-30T00:51:53.716Z Downloaded rustix v0.38.34
4072024-07-30T00:51:53.736Z Downloaded unicode-width v0.1.13
4082024-07-30T00:51:53.743Z Downloaded encoding_rs v0.8.34
4092024-07-30T00:51:53.762Z Downloaded syn v2.0.72
4102024-07-30T00:51:53.772Z Downloaded tokio v1.38.1
4112024-07-30T00:51:53.807Z Downloaded syn v1.0.109
4122024-07-30T00:51:53.816Z Downloaded tabled v0.15.0
4132024-07-30T00:51:53.831Z Downloaded openssl v0.10.66
4142024-07-30T00:51:53.843Z Downloaded h2 v0.3.26
4152024-07-30T00:51:53.848Z Downloaded goblin v0.8.2
4162024-07-30T00:51:53.851Z Downloaded futures-util v0.3.30
4172024-07-30T00:51:53.862Z Downloaded crossbeam-channel v0.5.12
4182024-07-30T00:51:53.865Z Downloaded serde v1.0.204
4192024-07-30T00:51:53.868Z Downloaded papergrid v0.11.0
4202024-07-30T00:51:53.872Z Downloaded mio v0.8.11
4212024-07-30T00:51:53.877Z Downloaded memchr v2.7.2
4222024-07-30T00:51:53.882Z Downloaded pest_meta v2.7.10
4232024-07-30T00:51:53.884Z Downloaded miniz_oxide v0.7.2
4242024-07-30T00:51:53.887Z Downloaded semver v1.0.23
4252024-07-30T00:51:53.890Z Downloaded futures v0.3.30
4262024-07-30T00:51:53.893Z Downloaded pest_derive v2.7.10
4272024-07-30T00:51:53.896Z Downloaded native-tls v0.2.11
4282024-07-30T00:51:53.896Z Downloaded log v0.4.21
4292024-07-30T00:51:53.898Z Downloaded serde_urlencoded v0.7.1
4302024-07-30T00:51:53.899Z Downloaded cargo_toml v0.20.4
4312024-07-30T00:51:53.901Z Downloaded percent-encoding v2.3.1
4322024-07-30T00:51:53.901Z Downloaded num_threads v0.1.7
4332024-07-30T00:51:53.901Z Downloaded memmap v0.7.0
4342024-07-30T00:51:53.904Z Downloaded httpdate v1.0.3
4352024-07-30T00:51:53.904Z Downloaded crypto-common v0.1.6
4362024-07-30T00:51:53.906Z Downloaded heck v0.4.1
4372024-07-30T00:51:53.906Z Downloaded futures-sink v0.3.30
4382024-07-30T00:51:53.906Z Downloaded futures-io v0.3.30
4392024-07-30T00:51:53.907Z Downloaded futures-core v0.3.30
4402024-07-30T00:51:53.909Z Downloaded form_urlencoded v1.2.1
4412024-07-30T00:51:53.909Z Downloaded errno v0.3.9
4422024-07-30T00:51:53.912Z Downloaded dirs-sys-next v0.1.2
4432024-07-30T00:51:53.912Z Downloaded cpufeatures v0.2.12
4442024-07-30T00:51:53.912Z Downloaded clap_lex v0.7.0
4452024-07-30T00:51:53.914Z Downloaded cfg-if v1.0.0
4462024-07-30T00:51:53.914Z Downloaded cargo_metadata v0.18.1
4472024-07-30T00:51:53.914Z Downloaded byteorder v1.5.0
4482024-07-30T00:51:53.917Z Downloaded proc-macro2 v1.0.86
4492024-07-30T00:51:53.920Z Downloaded openssl-probe v0.1.5
4502024-07-30T00:51:53.920Z Downloaded macaddr v1.0.1
4512024-07-30T00:51:53.922Z Downloaded is_terminal_polyfill v1.70.0
4522024-07-30T00:51:53.922Z Downloaded futures-channel v0.3.30
4532024-07-30T00:51:53.922Z Downloaded quote v1.0.36
4542024-07-30T00:51:53.925Z Downloaded proc-macro-error v1.0.4
4552024-07-30T00:51:53.928Z Downloaded thread-id v4.2.1
4562024-07-30T00:51:53.930Z Downloaded thiserror v1.0.62
4572024-07-30T00:51:53.933Z Downloaded clap_derive v4.5.8
4582024-07-30T00:51:53.936Z Downloaded proc-macro-error-attr v1.0.4
4592024-07-30T00:51:53.936Z Downloaded hyper-tls v0.5.0
4602024-07-30T00:51:53.938Z Downloaded hostname v0.3.1
4612024-07-30T00:51:53.939Z Downloaded generic-array v0.14.7
4622024-07-30T00:51:53.939Z Downloaded futures-macro v0.3.30
4632024-07-30T00:51:53.941Z Downloaded fs-err v2.11.0
4642024-07-30T00:51:53.941Z Downloaded fnv v1.0.7
4652024-07-30T00:51:53.944Z Downloaded dof v0.3.0
4662024-07-30T00:51:53.944Z Downloaded swrite v0.1.0
4672024-07-30T00:51:53.944Z Downloaded powerfmt v0.2.0
4682024-07-30T00:51:53.947Z Downloaded plain v0.2.3
4692024-07-30T00:51:53.947Z Downloaded pkg-config v0.3.30
4702024-07-30T00:51:53.947Z Downloaded mime v0.3.17
4712024-07-30T00:51:53.949Z Downloaded futures-task v0.3.30
4722024-07-30T00:51:53.949Z Downloaded futures-executor v0.3.30
4732024-07-30T00:51:53.949Z Downloaded take_mut v0.2.2
4742024-07-30T00:51:53.952Z Downloaded anstyle-query v1.0.3
4752024-07-30T00:51:53.952Z Downloaded anstyle v1.0.7
4762024-07-30T00:51:53.954Z Downloaded adler v1.0.2
4772024-07-30T00:51:53.954Z Downloaded match_cfg v0.1.0
4782024-07-30T00:51:53.954Z Downloaded colorchoice v1.0.1
4792024-07-30T00:51:53.957Z Downloaded cargo-platform v0.1.8
4802024-07-30T00:51:54.253Z Compiling proc-macro2 v1.0.86
4812024-07-30T00:51:54.253Z Compiling unicode-ident v1.0.12
4822024-07-30T00:51:54.253Z Compiling libc v0.2.155
4832024-07-30T00:51:54.256Z Compiling version_check v0.9.4
4842024-07-30T00:51:54.256Z Compiling cfg-if v1.0.0
4852024-07-30T00:51:54.256Z Compiling once_cell v1.19.0
4862024-07-30T00:51:54.256Z Compiling itoa v1.0.11
4872024-07-30T00:51:54.290Z Compiling autocfg v1.3.0
4882024-07-30T00:51:54.446Z Compiling serde v1.0.204
4892024-07-30T00:51:54.483Z Compiling memchr v2.7.2
4902024-07-30T00:51:54.600Z Compiling thiserror v1.0.62
4912024-07-30T00:51:54.833Z Compiling ryu v1.0.18
4922024-07-30T00:51:55.095Z Compiling pin-project-lite v0.2.14
4932024-07-30T00:51:55.129Z Compiling bitflags v2.5.0
4942024-07-30T00:51:55.208Z Compiling ucd-trie v0.1.6
4952024-07-30T00:51:55.257Z Compiling lock_api v0.4.12
4962024-07-30T00:51:55.473Z Compiling cc v1.0.97
4972024-07-30T00:51:55.682Z Compiling pkg-config v0.3.30
4982024-07-30T00:51:55.826Z Compiling vcpkg v0.2.15
4992024-07-30T00:51:55.977Z Compiling parking_lot_core v0.9.10
5002024-07-30T00:51:56.166Z Compiling slab v0.4.9
5012024-07-30T00:51:56.265Z Compiling futures-core v0.3.30
5022024-07-30T00:51:56.491Z Compiling futures-sink v0.3.30
5032024-07-30T00:51:56.493Z Compiling bytes v1.6.0
5042024-07-30T00:51:56.660Z Compiling smallvec v1.13.2
5052024-07-30T00:51:57.139Z Compiling quote v1.0.36
5062024-07-30T00:51:57.164Z Compiling scopeguard v1.2.0
5072024-07-30T00:51:57.723Z Compiling syn v2.0.72
5082024-07-30T00:51:57.792Z Compiling serde_json v1.0.120
5092024-07-30T00:51:57.836Z Compiling log v0.4.21
5102024-07-30T00:51:57.895Z Compiling hashbrown v0.14.5
5112024-07-30T00:51:58.119Z Compiling equivalent v1.0.1
5122024-07-30T00:51:58.154Z Compiling fnv v1.0.7
5132024-07-30T00:51:58.179Z Compiling byteorder v1.5.0
5142024-07-30T00:51:58.238Z Compiling parking_lot v0.12.2
5152024-07-30T00:51:58.264Z Compiling socket2 v0.5.7
5162024-07-30T00:51:58.306Z Compiling mio v0.8.11
5172024-07-30T00:51:58.534Z Compiling num_cpus v1.16.0
5182024-07-30T00:51:58.620Z Compiling signal-hook-registry v1.4.2
5192024-07-30T00:51:58.668Z Compiling futures-channel v0.3.30
5202024-07-30T00:51:58.960Z Compiling openssl-sys v0.9.103
5212024-07-30T00:51:59.112Z Compiling pin-utils v0.1.0
5222024-07-30T00:51:59.219Z Compiling indexmap v2.2.6
5232024-07-30T00:51:59.244Z Compiling futures-io v0.3.30
5242024-07-30T00:51:59.247Z Compiling rustix v0.38.34
5252024-07-30T00:51:59.316Z Compiling typenum v1.17.0
5262024-07-30T00:51:59.605Z Compiling futures-task v0.3.30
5272024-07-30T00:51:59.837Z Compiling errno v0.3.9
5282024-07-30T00:51:59.919Z Compiling generic-array v0.14.7
5292024-07-30T00:52:00.095Z Compiling slog v2.7.0
5302024-07-30T00:52:00.141Z Compiling foreign-types-shared v0.1.1
5312024-07-30T00:52:00.221Z Compiling openssl v0.10.66
5322024-07-30T00:52:00.246Z Compiling foreign-types v0.3.2
5332024-07-30T00:52:00.534Z Compiling http v0.2.12
5342024-07-30T00:52:00.608Z Compiling usdt-impl v0.5.0
5352024-07-30T00:52:00.655Z Compiling proc-macro-error-attr v1.0.4
5362024-07-30T00:52:00.902Z Compiling tracing-core v0.1.32
5372024-07-30T00:52:00.929Z Compiling powerfmt v0.2.0
5382024-07-30T00:52:01.103Z Compiling num-conv v0.1.0
5392024-07-30T00:52:01.326Z Compiling native-tls v0.2.11
5402024-07-30T00:52:01.435Z Compiling syn v1.0.109
5412024-07-30T00:52:01.646Z Compiling time-core v0.1.2
5422024-07-30T00:52:01.831Z Compiling httparse v1.8.0
5432024-07-30T00:52:02.021Z Compiling tinyvec_macros v0.1.1
5442024-07-30T00:52:02.098Z Compiling tinyvec v1.6.0
5452024-07-30T00:52:02.321Z Compiling time-macros v0.2.18
5462024-07-30T00:52:02.346Z Compiling tracing v0.1.40
5472024-07-30T00:52:02.870Z Compiling deranged v0.3.11
5482024-07-30T00:52:02.965Z Compiling thread-id v4.2.1
5492024-07-30T00:52:03.270Z Compiling proc-macro-error v1.0.4
5502024-07-30T00:52:03.478Z Compiling utf8parse v0.2.1
5512024-07-30T00:52:03.478Z Compiling plain v0.2.3
5522024-07-30T00:52:03.559Z Compiling crossbeam-utils v0.8.19
5532024-07-30T00:52:03.651Z Compiling openssl-probe v0.1.5
5542024-07-30T00:52:03.676Z Compiling heck v0.5.0
5552024-07-30T00:52:03.986Z Compiling percent-encoding v2.3.1
5562024-07-30T00:52:04.012Z Compiling try-lock v0.2.5
5572024-07-30T00:52:04.070Z Compiling rustversion v1.0.17
5582024-07-30T00:52:04.171Z Compiling num_threads v0.1.7
5592024-07-30T00:52:04.226Z Compiling form_urlencoded v1.2.1
5602024-07-30T00:52:04.284Z Compiling want v0.3.1
5612024-07-30T00:52:04.311Z Compiling anstyle-parse v0.2.4
5622024-07-30T00:52:04.527Z Compiling unicode-normalization v0.1.23
5632024-07-30T00:52:04.828Z Compiling http-body v0.4.6
5642024-07-30T00:52:04.863Z Compiling dirs-sys-next v0.1.2
5652024-07-30T00:52:05.327Z Compiling anstyle v1.0.7
5662024-07-30T00:52:05.494Z Compiling semver v1.0.23
5672024-07-30T00:52:05.520Z Compiling crc32fast v1.4.0
5682024-07-30T00:52:05.592Z Compiling httpdate v1.0.3
5692024-07-30T00:52:05.595Z Compiling winnow v0.6.8
5702024-07-30T00:52:05.770Z Compiling time v0.3.36
5712024-07-30T00:52:05.807Z Compiling colorchoice v1.0.1
5722024-07-30T00:52:05.970Z Compiling pretty-hex v0.4.1
5732024-07-30T00:52:06.019Z Compiling is_terminal_polyfill v1.70.0
5742024-07-30T00:52:06.045Z Compiling anstyle-query v1.0.3
5752024-07-30T00:52:06.107Z Compiling unicode-bidi v0.3.15
5762024-07-30T00:52:06.146Z Compiling camino v1.1.7
5772024-07-30T00:52:06.182Z Compiling tower-service v0.3.2
5782024-07-30T00:52:06.207Z Compiling anstream v0.6.14
5792024-07-30T00:52:06.646Z Compiling dirs-next v2.0.0
5802024-07-30T00:52:06.878Z Compiling idna v0.5.0
5812024-07-30T00:52:08.374Z Compiling crypto-common v0.1.6
5822024-07-30T00:52:08.467Z Compiling block-buffer v0.10.4
5832024-07-30T00:52:08.504Z Compiling terminal_size v0.3.0
5842024-07-30T00:52:08.597Z Compiling fs-err v2.11.0
5852024-07-30T00:52:08.687Z Compiling thread_local v1.1.8
5862024-07-30T00:52:08.713Z Compiling base64 v0.21.7
5872024-07-30T00:52:08.736Z Compiling strsim v0.11.1
5882024-07-30T00:52:08.867Z Compiling heck v0.4.1
5892024-07-30T00:52:09.299Z Compiling unicode-width v0.1.13
5902024-07-30T00:52:09.372Z Compiling clap_lex v0.7.0
5912024-07-30T00:52:09.470Z Compiling bytecount v0.6.8
5922024-07-30T00:52:09.497Z Compiling match_cfg v0.1.0
5932024-07-30T00:52:09.559Z Compiling adler v1.0.2
5942024-07-30T00:52:09.605Z Compiling anyhow v1.0.86
5952024-07-30T00:52:09.688Z Compiling slog-async v2.8.0
5962024-07-30T00:52:09.714Z Compiling miniz_oxide v0.7.2
5972024-07-30T00:52:09.782Z Compiling clap_builder v4.5.9
5982024-07-30T00:52:09.812Z Compiling papergrid v0.11.0
5992024-07-30T00:52:09.899Z Compiling hostname v0.3.1
6002024-07-30T00:52:10.162Z Compiling rustls-pemfile v1.0.4
6012024-07-30T00:52:10.366Z Compiling digest v0.10.7
6022024-07-30T00:52:10.435Z Compiling crossbeam-channel v0.5.12
6032024-07-30T00:52:10.616Z Compiling url v2.5.2
6042024-07-30T00:52:10.832Z Compiling term v0.7.0
6052024-07-30T00:52:11.183Z Compiling serde_derive v1.0.204
6062024-07-30T00:52:11.387Z Compiling thiserror-impl v1.0.62
6072024-07-30T00:52:11.552Z Compiling zerocopy-derive v0.7.34
6082024-07-30T00:52:11.581Z Compiling tokio-macros v2.3.0
6092024-07-30T00:52:12.538Z Compiling futures-macro v0.3.30
6102024-07-30T00:52:12.615Z Compiling openssl-macros v0.1.1
6112024-07-30T00:52:13.409Z Compiling scroll_derive v0.12.0
6122024-07-30T00:52:13.433Z Compiling tokio v1.38.1
6132024-07-30T00:52:13.996Z Compiling zerocopy v0.7.34
6142024-07-30T00:52:14.781Z Compiling futures-util v0.3.30
6152024-07-30T00:52:14.984Z Compiling scroll v0.12.0
6162024-07-30T00:52:15.072Z Compiling pest v2.7.10
6172024-07-30T00:52:15.545Z Compiling goblin v0.8.2
6182024-07-30T00:52:15.652Z Compiling tabled_derive v0.7.0
6192024-07-30T00:52:18.132Z Compiling pest_meta v2.7.10
6202024-07-30T00:52:18.417Z Compiling strum_macros v0.26.4
6212024-07-30T00:52:20.037Z Compiling pest_generator v2.7.10
6222024-07-30T00:52:22.206Z Compiling tokio-util v0.7.11
6232024-07-30T00:52:23.260Z Compiling h2 v0.3.26
6242024-07-30T00:52:23.523Z Compiling pest_derive v2.7.10
6252024-07-30T00:52:24.155Z Compiling tokio-native-tls v0.3.1
6262024-07-30T00:52:24.209Z Compiling futures-executor v0.3.30
6272024-07-30T00:52:24.286Z Compiling dtrace-parser v0.2.0
6282024-07-30T00:52:24.420Z Compiling clap_derive v4.5.8
6292024-07-30T00:52:25.178Z Compiling xattr v1.3.1
6302024-07-30T00:52:25.473Z Compiling memmap v0.7.0
6312024-07-30T00:52:25.843Z Compiling is-terminal v0.4.12
6322024-07-30T00:52:25.991Z Compiling filetime v0.2.23
6332024-07-30T00:52:26.363Z Compiling encoding_rs v0.8.34
6342024-07-30T00:52:26.435Z Compiling cpufeatures v0.2.12
6352024-07-30T00:52:26.552Z Compiling mime v0.3.17
6362024-07-30T00:52:26.578Z Compiling take_mut v0.2.2
6372024-07-30T00:52:27.157Z Compiling toml_datetime v0.6.6
6382024-07-30T00:52:27.172Z Compiling serde_spanned v0.6.6
6392024-07-30T00:52:27.720Z Compiling serde_tokenstream v0.2.1
6402024-07-30T00:52:27.762Z Compiling toml_edit v0.22.16
6412024-07-30T00:52:28.285Z Compiling hyper v0.14.28
6422024-07-30T00:52:29.095Z Compiling dof v0.3.0
6432024-07-30T00:52:29.720Z Compiling slog-json v2.6.1
6442024-07-30T00:52:30.860Z Compiling serde_urlencoded v0.7.1
6452024-07-30T00:52:31.066Z Compiling toml v0.8.15
6462024-07-30T00:52:31.448Z Compiling cargo-platform v0.1.8
6472024-07-30T00:52:31.944Z Compiling sync_wrapper v0.1.2
6482024-07-30T00:52:32.068Z Compiling ipnet v2.9.0
6492024-07-30T00:52:32.072Z Compiling cargo_toml v0.20.4
6502024-07-30T00:52:32.119Z Compiling slog-bunyan v2.5.0
6512024-07-30T00:52:32.293Z Compiling usdt-attr-macro v0.5.0
6522024-07-30T00:52:32.332Z Compiling usdt-macro v0.5.0
6532024-07-30T00:52:32.499Z Compiling hyper-tls v0.5.0
6542024-07-30T00:52:32.867Z Compiling reqwest v0.11.27
6552024-07-30T00:52:32.953Z Compiling cargo_metadata v0.18.1
6562024-07-30T00:52:33.382Z Compiling clap v4.5.9
6572024-07-30T00:52:33.708Z Compiling macaddr v1.0.1
6582024-07-30T00:52:33.843Z Compiling usdt v0.5.0
6592024-07-30T00:52:34.191Z Compiling sha2 v0.10.8
6602024-07-30T00:52:34.374Z Compiling tar v0.4.41
6612024-07-30T00:52:34.768Z Compiling slog-term v2.9.1
6622024-07-30T00:52:34.913Z Compiling flate2 v1.0.30
6632024-07-30T00:52:35.932Z Compiling futures v0.3.30
6642024-07-30T00:52:36.062Z Compiling strum v0.26.3
6652024-07-30T00:52:36.084Z Compiling tabled v0.15.0
6662024-07-30T00:52:36.882Z Compiling swrite v0.1.0
6672024-07-30T00:52:40.829Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6682024-07-30T00:52:50.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6692024-07-30T00:52:50.810Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6702024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: Clickhouse
6712024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: Cockroach
6722024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: Console
6732024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: DendriteOpenapi
6742024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: DendriteStub
6752024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: MaghemiteMgd
6762024-07-30T00:52:50.810ZJul 30 00:52:48.037 INFO Starting download, target: TransceiverControl
6772024-07-30T00:52:50.810ZJul 30 00:52:48.038 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6782024-07-30T00:52:50.810ZJul 30 00:52:48.038 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6792024-07-30T00:52:50.810ZJul 30 00:52:48.038 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6802024-07-30T00:52:50.810ZJul 30 00:52:48.038 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6812024-07-30T00:52:50.811ZJul 30 00:52:48.038 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6822024-07-30T00:52:50.811ZJul 30 00:52:48.038 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6832024-07-30T00:52:50.811ZJul 30 00:52:48.038 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6842024-07-30T00:52:50.811ZJul 30 00:52:48.575 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6852024-07-30T00:52:50.811ZJul 30 00:52:48.930 INFO Download complete, target: Console
6862024-07-30T00:52:50.811ZJul 30 00:52:50.063 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6872024-07-30T00:52:50.882ZJul 30 00:52:50.250 INFO Download complete, target: DendriteOpenapi
6882024-07-30T00:52:51.077ZJul 30 00:52:50.441 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6892024-07-30T00:52:51.529ZJul 30 00:52:50.906 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6902024-07-30T00:52:51.596ZJul 30 00:52:50.973 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6912024-07-30T00:52:51.853ZJul 30 00:52:51.231 INFO Download complete, target: TransceiverControl
6922024-07-30T00:52:53.991ZJul 30 00:52:53.368 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6932024-07-30T00:52:53.991ZJul 30 00:52:53.368 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6942024-07-30T00:52:54.667ZJul 30 00:52:54.043 INFO Download complete, target: DendriteStub
6952024-07-30T00:52:54.995ZJul 30 00:52:54.372 INFO Download complete, target: MaghemiteMgd
6962024-07-30T00:53:02.777ZJul 30 00:53:02.153 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6972024-07-30T00:53:03.098ZJul 30 00:53:02.474 INFO Checking that binary works, target: Cockroach
6982024-07-30T00:53:03.294ZJul 30 00:53:02.669 INFO Download complete, target: Cockroach
6992024-07-30T00:53:06.105ZJul 30 00:53:05.480 INFO Checking that binary works, target: Clickhouse
7002024-07-30T00:53:06.426ZJul 30 00:53:05.792 INFO Download complete, target: Clickhouse
7012024-07-30T00:53:06.588ZAll builder prerequisites installed successfully, and PATH looks valid
7022024-07-30T00:53:06.591Z
7032024-07-30T00:53:06.591Zreal 3:18.032747621
7042024-07-30T00:53:06.591Zuser 6:02.494635318
7052024-07-30T00:53:06.591Zsys 1:20.942559806
7062024-07-30T00:53:06.591Ztrap 0.231021809
7072024-07-30T00:53:06.591Ztflt 2.147461661
7082024-07-30T00:53:06.591Zdflt 3.159501241
7092024-07-30T00:53:06.592Zkflt 0.113771627
7102024-07-30T00:53:06.592Zlock 13:57.106532213
7112024-07-30T00:53:06.592Zslp 18:59.743659792
7122024-07-30T00:53:06.592Zlat 20.680246428
7132024-07-30T00:53:06.592Zstop 1:06.016136416
7142024-07-30T00:53:06.592Z+ banner hack-check
7152024-07-30T00:53:06.596Z
7162024-07-30T00:53:06.596Z # # ## #### # # #### # # ###### #### # #
7172024-07-30T00:53:06.596Z # # # # # # # # # # # # # # # # #
7182024-07-30T00:53:06.596Z ###### # # # #### ##### # ###### ##### # ####
7192024-07-30T00:53:06.596Z # # ###### # # # # # # # # # #
7202024-07-30T00:53:06.596Z # # # # # # # # # # # # # # # # #
7212024-07-30T00:53:06.596Z # # # # #### # # #### # # ###### #### # #
7222024-07-30T00:53:06.596Z
7232024-07-30T00:53:06.596Z+ export CARGO_INCREMENTAL=0
7242024-07-30T00:53:06.596Z+ CARGO_INCREMENTAL=0
7252024-07-30T00:53:06.596Z+ ptime -m timeout 2h cargo xtask check-features --ci
7262024-07-30T00:53:07.169Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7272024-07-30T00:53:14.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
7282024-07-30T00:53:14.110Z Running `target/debug/xtask check-features --ci`
7292024-07-30T00:53:14.135Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7302024-07-30T00:53:14.135Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7312024-07-30T00:53:14.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
7322024-07-30T00:53:14.689Z Running `target/debug/xtask download cargo-hack`
7332024-07-30T00:53:14.715ZJul 30 00:53:14.089 INFO Starting download, target: CargoHack
7342024-07-30T00:53:14.717ZJul 30 00:53:14.089 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7352024-07-30T00:53:15.286ZJul 30 00:53:14.660 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7362024-07-30T00:53:15.392ZJul 30 00:53:14.766 INFO Download complete, target: CargoHack
7372024-07-30T00:53:15.397Zrunning: "/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"
7382024-07-30T00:53:15.413Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7392024-07-30T00:53:15.554Zinfo: running `cargo check --bins` on api_identity (1/141)
7402024-07-30T00:53:15.965Z Downloading crates ...
7412024-07-30T00:53:16.083Z Downloaded matches v0.1.10
7422024-07-30T00:53:16.092Z Downloaded hubpack_derive v0.1.1
7432024-07-30T00:53:16.095Z Downloaded diesel_table_macro_syntax v0.1.0
7442024-07-30T00:53:16.102Z Downloaded bitflags v1.3.2
7452024-07-30T00:53:16.105Z Downloaded sec1 v0.7.3
7462024-07-30T00:53:16.110Z Downloaded normalize-line-endings v0.3.0
7472024-07-30T00:53:16.113Z Downloaded new_debug_unreachable v1.0.6
7482024-07-30T00:53:16.116Z Downloaded psl-types v2.0.11
7492024-07-30T00:53:16.123Z Downloaded base64ct v1.6.0
7502024-07-30T00:53:16.125Z Downloaded hex v0.4.3
7512024-07-30T00:53:16.128Z Downloaded dyn-clone v1.0.17
7522024-07-30T00:53:16.132Z Downloaded lalrpop-util v0.19.12
7532024-07-30T00:53:16.134Z Downloaded fallible-iterator v0.2.0
7542024-07-30T00:53:16.137Z Downloaded stable_deref_trait v1.2.0
7552024-07-30T00:53:16.140Z Downloaded serde_repr v0.1.19
7562024-07-30T00:53:16.142Z Downloaded strum_macros v0.25.3
7572024-07-30T00:53:16.145Z Downloaded hash32 v0.2.1
7582024-07-30T00:53:16.145Z Downloaded flagset v0.4.5
7592024-07-30T00:53:16.148Z Downloaded scheduled-thread-pool v0.2.7
7602024-07-30T00:53:16.148Z Downloaded unicode-xid v0.2.4
7612024-07-30T00:53:16.150Z Downloaded siphasher v0.3.11
7622024-07-30T00:53:16.150Z Downloaded signal-hook-mio v0.2.3
7632024-07-30T00:53:16.153Z Downloaded r2d2 v0.8.10
7642024-07-30T00:53:16.156Z Downloaded zeroize v1.7.0
7652024-07-30T00:53:16.156Z Downloaded schemars_derive v0.8.21
7662024-07-30T00:53:16.158Z Downloaded static_assertions v1.1.0
7672024-07-30T00:53:16.158Z Downloaded spki v0.7.3
7682024-07-30T00:53:16.161Z Downloaded ahash v0.8.11
7692024-07-30T00:53:16.164Z Downloaded untrusted v0.9.0
7702024-07-30T00:53:16.167Z Downloaded spin v0.9.8
7712024-07-30T00:53:16.169Z Downloaded ppv-lite86 v0.2.17
7722024-07-30T00:53:16.172Z Downloaded zeroize_derive v1.4.2
7732024-07-30T00:53:16.172Z Downloaded whoami v1.5.1
7742024-07-30T00:53:16.176Z Downloaded subtle v2.5.0
7752024-07-30T00:53:16.176Z Downloaded stringprep v0.1.4
7762024-07-30T00:53:16.178Z Downloaded serde_derive_internals v0.29.1
7772024-07-30T00:53:16.179Z Downloaded num-integer v0.1.46
7782024-07-30T00:53:16.181Z Downloaded sct v0.7.1
7792024-07-30T00:53:17.186Z Downloaded iana-time-zone v0.1.60
7802024-07-30T00:53:17.190Z Downloaded console v0.15.8
7812024-07-30T00:53:17.190Z Downloaded uuid v1.10.0
7822024-07-30T00:53:17.190Z Downloaded zerocopy v0.6.6
7832024-07-30T00:53:17.190Z Downloaded predicates v3.1.0
7842024-07-30T00:53:17.190Z Downloaded yasna v0.5.2
7852024-07-30T00:53:17.190Z Downloaded similar v2.5.0
7862024-07-30T00:53:17.190Z Downloaded inout v0.1.3
7872024-07-30T00:53:17.190Z Downloaded toml v0.7.8
7882024-07-30T00:53:17.190Z Downloaded tokio-postgres v0.7.10
7892024-07-30T00:53:17.190Z Downloaded schemars v0.8.21
7902024-07-30T00:53:17.190Z Downloaded precomputed-hash v0.1.1
7912024-07-30T00:53:17.190Z Downloaded unicode-segmentation v1.11.0
7922024-07-30T00:53:17.190Z Downloaded md-5 v0.10.6
7932024-07-30T00:53:17.190Z Downloaded lazy_static v1.5.0
7942024-07-30T00:53:17.190Z Downloaded group v0.13.0
7952024-07-30T00:53:17.190Z Downloaded float-cmp v0.9.0
7962024-07-30T00:53:17.190Z Downloaded fixedbitset v0.4.2
7972024-07-30T00:53:17.190Z Downloaded hmac v0.12.1
7982024-07-30T00:53:17.190Z Downloaded num-traits v0.2.19
7992024-07-30T00:53:17.190Z Downloaded async-trait v0.1.81
8002024-07-30T00:53:17.190Z Downloaded enum-as-inner v0.5.1
8012024-07-30T00:53:17.190Z Downloaded hubpack v0.1.2
8022024-07-30T00:53:17.190Z Downloaded addr2line v0.21.0
8032024-07-30T00:53:17.190Z Downloaded either v1.12.0
8042024-07-30T00:53:17.191Z Downloaded ff v0.13.0
8052024-07-30T00:53:17.191Z Downloaded data-encoding v2.6.0
8062024-07-30T00:53:17.191Z Downloaded winnow v0.5.40
8072024-07-30T00:53:17.191Z Downloaded num-iter v0.1.45
8082024-07-30T00:53:17.191Z Downloaded managed v0.8.0
8092024-07-30T00:53:17.191Z Downloaded cipher v0.4.4
8102024-07-30T00:53:17.191Z Downloaded block-padding v0.3.3
8112024-07-30T00:53:17.191Z Downloaded peg-runtime v0.8.3
8122024-07-30T00:53:17.191Z Downloaded ipnetwork v0.20.0
8132024-07-30T00:53:17.191Z Downloaded predicates-core v1.0.6
8142024-07-30T00:53:17.191Z Downloaded backtrace v0.3.71
8152024-07-30T00:53:17.191Z Downloaded signal-hook v0.3.17
8162024-07-30T00:53:17.191Z Downloaded webpki-roots v0.25.4
8172024-07-30T00:53:17.191Z Downloaded smoltcp v0.9.1
8182024-07-30T00:53:17.191Z Downloaded crossbeam-epoch v0.9.18
8192024-07-30T00:53:17.191Z Downloaded trust-dns-proto v0.22.0
8202024-07-30T00:53:17.191Z Downloaded rustls v0.21.12
8212024-07-30T00:53:17.191Z Downloaded zerocopy-derive v0.6.6
8222024-07-30T00:53:17.191Z Downloaded const-oid v0.9.6
8232024-07-30T00:53:17.191Z Downloaded elliptic-curve v0.13.8
8242024-07-30T00:53:17.191Z Downloaded crypto-bigint v0.5.5
8252024-07-30T00:53:17.191Z Downloaded rand_core v0.6.4
8262024-07-30T00:53:17.191Z Downloaded rustc-demangle v0.1.24
8272024-07-30T00:53:17.191Z Downloaded postgres-types v0.2.6
8282024-07-30T00:53:17.191Z Downloaded pkcs8 v0.10.2
8292024-07-30T00:53:17.191Z Downloaded der v0.7.9
8302024-07-30T00:53:17.191Z Downloaded hyper-rustls v0.24.2
8312024-07-30T00:53:17.191Z Downloaded cookie_store v0.20.0
8322024-07-30T00:53:17.191Z Downloaded allocator-api2 v0.2.18
8332024-07-30T00:53:17.191Z Downloaded difflib v0.4.0
8342024-07-30T00:53:17.191Z Downloaded der_derive v0.7.2
8352024-07-30T00:53:17.191Z Downloaded phf_shared v0.10.0
8362024-07-30T00:53:17.191Z Downloaded postgres-protocol v0.6.6
8372024-07-30T00:53:17.191Z Downloaded tokio-stream v0.1.15
8382024-07-30T00:53:17.191Z Downloaded tracing-attributes v0.1.27
8392024-07-30T00:53:17.191Z Downloaded tokio-rustls v0.24.1
8402024-07-30T00:53:17.191Z Downloaded getrandom v0.2.14
8412024-07-30T00:53:17.191Z Downloaded cookie v0.17.0
8422024-07-30T00:53:17.191Z Downloaded pem-rfc7468 v0.7.0
8432024-07-30T00:53:17.192Z Downloaded bit-set v0.5.3
8442024-07-30T00:53:17.192Z Downloaded base16ct v0.2.0
8452024-07-30T00:53:17.192Z Downloaded heapless v0.7.17
8462024-07-30T00:53:17.192Z Downloaded bit-vec v0.6.3
8472024-07-30T00:53:17.192Z Downloaded toml_edit v0.19.15
8482024-07-30T00:53:17.192Z Downloaded string_cache v0.8.7
8492024-07-30T00:53:17.192Z Downloaded publicsuffix v2.2.3
8502024-07-30T00:53:17.192Z Downloaded libm v0.2.8
8512024-07-30T00:53:17.192Z Downloaded diesel_derives v2.1.4
8522024-07-30T00:53:17.192Z Downloaded phf v0.11.2
8532024-07-30T00:53:17.192Z Downloaded rustc_version v0.4.0
8542024-07-30T00:53:17.192Z Downloaded rand_chacha v0.3.1
8552024-07-30T00:53:17.192Z Downloaded rand v0.8.5
8562024-07-30T00:53:17.192Z Downloaded minimal-lexical v0.2.1
8572024-07-30T00:53:17.192Z Downloaded phf_shared v0.11.2
8582024-07-30T00:53:17.192Z Downloaded itertools v0.10.5
8592024-07-30T00:53:17.192Z Downloaded aho-corasick v1.1.3
8602024-07-30T00:53:17.192Z Downloaded crossterm v0.27.0
8612024-07-30T00:53:17.192Z Downloaded num-bigint v0.4.5
8622024-07-30T00:53:17.192Z Downloaded nom v7.1.3
8632024-07-30T00:53:17.192Z Downloaded regex-automata v0.1.10
8642024-07-30T00:53:17.192Z Downloaded itertools v0.12.1
8652024-07-30T00:53:17.192Z Downloaded rustls-webpki v0.101.7
8662024-07-30T00:53:17.192Z Downloaded hkdf v0.12.4
8672024-07-30T00:53:17.192Z Downloaded chrono v0.4.38
8682024-07-30T00:53:17.192Z Downloaded regex v1.10.5
8692024-07-30T00:53:17.192Z Downloaded idna v0.3.0
8702024-07-30T00:53:17.192Z Downloaded idna v0.2.3
8712024-07-30T00:53:17.192Z Downloaded gimli v0.28.1
8722024-07-30T00:53:17.192Z Downloaded object v0.32.2
8732024-07-30T00:53:17.192Z Downloaded bstr v0.2.17
8742024-07-30T00:53:17.192Z Downloaded diesel v2.1.6
8752024-07-30T00:53:17.192Z Downloaded regex-syntax v0.8.3
8762024-07-30T00:53:17.192Z Downloaded openapiv3 v2.0.0
8772024-07-30T00:53:17.192Z Downloaded bstr v1.9.1
8782024-07-30T00:53:17.192Z Downloaded regex-automata v0.4.6
8792024-07-30T00:53:17.192Z Downloaded finl_unicode v1.2.0
8802024-07-30T00:53:17.195Z Downloaded petgraph v0.6.5
8812024-07-30T00:53:17.195Z Downloaded ring v0.17.8
8822024-07-30T00:53:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8832024-07-30T00:53:17.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8842024-07-30T00:53:17.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8852024-07-30T00:53:17.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
8862024-07-30T00:53:17.195Z
8872024-07-30T00:53:17.196Zinfo: running `cargo check --bins` on bootstore (2/141)
8882024-07-30T00:53:17.549Z Downloading crates ...
8892024-07-30T00:53:17.697Z Downloaded async-stream-impl v0.3.5
8902024-07-30T00:53:17.700Z Downloaded camino-tempfile v1.1.1
8912024-07-30T00:53:17.703Z Downloaded backoff v0.4.0
8922024-07-30T00:53:17.706Z Downloaded convert_case v0.4.0
8932024-07-30T00:53:17.709Z Downloaded ciborium-io v0.2.2
8942024-07-30T00:53:17.709Z Downloaded num_enum v0.5.11
8952024-07-30T00:53:17.713Z Downloaded fastrand v2.1.0
8962024-07-30T00:53:17.716Z Downloaded ident_case v1.0.1
8972024-07-30T00:53:17.716Z Downloaded foreign-types-shared v0.3.1
8982024-07-30T00:53:17.719Z Downloaded defmt-macros v0.3.9
8992024-07-30T00:53:17.721Z Downloaded opaque-debug v0.3.1
9002024-07-30T00:53:17.721Z Downloaded waitgroup v0.1.2
9012024-07-30T00:53:17.727Z Downloaded newtype-uuid v1.1.0
9022024-07-30T00:53:17.730Z Downloaded parse-display-derive v0.9.1
9032024-07-30T00:53:17.730Z Downloaded debug-ignore v1.0.5
9042024-07-30T00:53:17.733Z Downloaded structmeta-derive v0.3.0
9052024-07-30T00:53:17.736Z Downloaded hostname v0.4.0
9062024-07-30T00:53:17.736Z Downloaded cstr-argument v0.1.2
9072024-07-30T00:53:17.738Z Downloaded proc-macro-crate v1.3.1
9082024-07-30T00:53:17.738Z Downloaded cobs v0.2.3
9092024-07-30T00:53:17.738Z Downloaded curve25519-dalek-derive v0.1.1
9102024-07-30T00:53:17.741Z Downloaded smf v0.2.3
9112024-07-30T00:53:17.741Z Downloaded thiserror-impl-no-std v2.0.2
9122024-07-30T00:53:17.744Z Downloaded secrecy v0.8.0
9132024-07-30T00:53:17.744Z Downloaded keccak v0.1.5
9142024-07-30T00:53:17.749Z Downloaded tempfile v3.10.1
9152024-07-30T00:53:17.755Z Downloaded rustls-pki-types v1.7.0
9162024-07-30T00:53:17.758Z Downloaded half v2.4.1
9172024-07-30T00:53:17.761Z Downloaded derive_more v0.99.18
9182024-07-30T00:53:17.766Z Downloaded crucible-workspace-hack v0.1.0
9192024-07-30T00:53:17.769Z Downloaded darling_macro v0.20.9
9202024-07-30T00:53:17.773Z Downloaded foreign-types-macros v0.2.3
9212024-07-30T00:53:17.773Z Downloaded tokio-rustls v0.25.0
9222024-07-30T00:53:17.773Z Downloaded socket2 v0.4.10
9232024-07-30T00:53:17.776Z Downloaded indexmap v1.9.3
9242024-07-30T00:53:17.779Z Downloaded postcard v1.0.8
9252024-07-30T00:53:17.782Z Downloaded instant v0.1.12
9262024-07-30T00:53:17.785Z Downloaded darling_core v0.20.9
9272024-07-30T00:53:17.788Z Downloaded sigpipe v0.1.3
9282024-07-30T00:53:17.791Z Downloaded ciborium-ll v0.2.2
9292024-07-30T00:53:17.791Z Downloaded paste v1.0.15
9302024-07-30T00:53:17.794Z Downloaded pretty-hex v0.2.1
9312024-07-30T00:53:17.794Z Downloaded hash32 v0.3.1
9322024-07-30T00:53:17.797Z Downloaded getopts v0.2.21
9332024-07-30T00:53:17.797Z Downloaded foreign-types v0.5.0
9342024-07-30T00:53:17.800Z Downloaded defmt v0.3.8
9352024-07-30T00:53:17.804Z Downloaded unsafe-libyaml v0.2.11
9362024-07-30T00:53:17.806Z Downloaded num_enum_derive v0.5.11
9372024-07-30T00:53:17.806Z Downloaded defmt-parser v0.3.4
9382024-07-30T00:53:17.809Z Downloaded thiserror-no-std v2.0.2
9392024-07-30T00:53:17.812Z Downloaded universal-hash v0.5.1
9402024-07-30T00:53:17.812Z Downloaded structmeta v0.3.0
9412024-07-30T00:53:17.812Z Downloaded sha1 v0.10.6
9422024-07-30T00:53:17.816Z Downloaded darling v0.20.9
9432024-07-30T00:53:17.819Z Downloaded hashbrown v0.12.3
9442024-07-30T00:53:17.822Z Downloaded ciborium v0.2.2
9452024-07-30T00:53:17.825Z Downloaded vsss-rs v3.3.4
9462024-07-30T00:53:17.828Z Downloaded tabwriter v1.4.0
9472024-07-30T00:53:17.828Z Downloaded multer v3.1.0
9482024-07-30T00:53:17.831Z Downloaded serde_with_macros v3.8.3
9492024-07-30T00:53:17.834Z Downloaded rustls-pemfile v2.1.2
9502024-07-30T00:53:17.837Z Downloaded poly1305 v0.8.0
9512024-07-30T00:53:17.837Z Downloaded parse-display v0.9.1
9522024-07-30T00:53:17.840Z Downloaded serde_path_to_error v0.1.16
9532024-07-30T00:53:17.840Z Downloaded num-derive v0.4.2
9542024-07-30T00:53:17.843Z Downloaded serde_yaml v0.9.34+deprecated
9552024-07-30T00:53:17.846Z Downloaded base64 v0.22.1
9562024-07-30T00:53:17.849Z Downloaded heapless v0.8.0
9572024-07-30T00:53:17.853Z Downloaded http v1.1.0
9582024-07-30T00:53:17.857Z Downloaded aead v0.5.2
9592024-07-30T00:53:17.860Z Downloaded serde_with v3.8.3
9602024-07-30T00:53:17.866Z Downloaded async-stream v0.3.5
9612024-07-30T00:53:17.869Z Downloaded embedded-io v0.4.0
9622024-07-30T00:53:17.871Z Downloaded colored v2.1.0
9632024-07-30T00:53:17.871Z Downloaded chacha20 v0.9.1
9642024-07-30T00:53:17.874Z Downloaded atomic-waker v1.1.2
9652024-07-30T00:53:17.875Z Downloaded chacha20poly1305 v0.10.1
9662024-07-30T00:53:17.890Z Downloaded rustls-webpki v0.102.4
9672024-07-30T00:53:17.915Z Downloaded rustls v0.22.4
9682024-07-30T00:53:17.927Z Downloaded curve25519-dalek v4.1.3
9692024-07-30T00:53:17.937Z Downloaded smoltcp v0.11.0
9702024-07-30T00:53:17.949Z Downloaded regress v0.9.1
9712024-07-30T00:53:17.957Z Downloaded sha3 v0.10.8
9722024-07-30T00:53:17.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9732024-07-30T00:53:17.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9742024-07-30T00:53:17.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9752024-07-30T00:53:17.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
9762024-07-30T00:53:18.037Z
9772024-07-30T00:53:18.037Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/141)
9782024-07-30T00:53:18.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9792024-07-30T00:53:18.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9802024-07-30T00:53:18.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9812024-07-30T00:53:18.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
9822024-07-30T00:53:18.607Z
9832024-07-30T00:53:18.607Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/141)
9842024-07-30T00:53:19.075Z Downloading crates ...
9852024-07-30T00:53:19.165Z Downloaded unarray v0.1.4
9862024-07-30T00:53:19.173Z Downloaded test-strategy v0.3.1
9872024-07-30T00:53:19.182Z Downloaded structmeta-derive v0.2.0
9882024-07-30T00:53:19.185Z Downloaded wait-timeout v0.2.0
9892024-07-30T00:53:19.188Z Downloaded structmeta v0.2.0
9902024-07-30T00:53:19.190Z Downloaded rusty-fork v0.3.0
9912024-07-30T00:53:19.193Z Downloaded rand_xorshift v0.3.0
9922024-07-30T00:53:19.193Z Downloaded quick-error v1.2.3
9932024-07-30T00:53:19.196Z Downloaded proptest v1.4.0
9942024-07-30T00:53:19.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9952024-07-30T00:53:19.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9962024-07-30T00:53:19.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9972024-07-30T00:53:19.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
9982024-07-30T00:53:19.275Z
9992024-07-30T00:53:19.275Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/141)
10002024-07-30T00:53:19.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10012024-07-30T00:53:19.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10022024-07-30T00:53:19.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10032024-07-30T00:53:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10042024-07-30T00:53:19.734Z
10052024-07-30T00:53:19.734Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/141)
10062024-07-30T00:53:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10072024-07-30T00:53:20.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10082024-07-30T00:53:20.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10092024-07-30T00:53:20.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
10102024-07-30T00:53:20.196Z
10112024-07-30T00:53:20.196Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/141)
10122024-07-30T00:53:20.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10132024-07-30T00:53:20.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10142024-07-30T00:53:20.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10152024-07-30T00:53:20.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10162024-07-30T00:53:20.643Z
10172024-07-30T00:53:20.643Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/141)
10182024-07-30T00:53:21.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10192024-07-30T00:53:21.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10202024-07-30T00:53:21.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10212024-07-30T00:53:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10222024-07-30T00:53:21.084Z
10232024-07-30T00:53:21.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/141)
10242024-07-30T00:53:21.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10252024-07-30T00:53:21.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10262024-07-30T00:53:21.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10272024-07-30T00:53:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10282024-07-30T00:53:21.522Z
10292024-07-30T00:53:21.522Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/141)
10302024-07-30T00:53:21.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10312024-07-30T00:53:21.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10322024-07-30T00:53:21.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10332024-07-30T00:53:21.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
10342024-07-30T00:53:21.954Z
10352024-07-30T00:53:21.954Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/141)
10362024-07-30T00:53:22.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10372024-07-30T00:53:22.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10382024-07-30T00:53:22.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10392024-07-30T00:53:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10402024-07-30T00:53:22.395Z
10412024-07-30T00:53:22.395Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/141)
10422024-07-30T00:53:22.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10432024-07-30T00:53:22.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10442024-07-30T00:53:22.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10452024-07-30T00:53:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10462024-07-30T00:53:22.832Z
10472024-07-30T00:53:22.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/141)
10482024-07-30T00:53:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10492024-07-30T00:53:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10502024-07-30T00:53:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10512024-07-30T00:53:23.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10522024-07-30T00:53:23.272Z
10532024-07-30T00:53:23.272Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/141)
10542024-07-30T00:53:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10552024-07-30T00:53:23.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10562024-07-30T00:53:23.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10572024-07-30T00:53:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10582024-07-30T00:53:23.721Z
10592024-07-30T00:53:23.721Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/141)
10602024-07-30T00:53:24.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10612024-07-30T00:53:24.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10622024-07-30T00:53:24.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10632024-07-30T00:53:24.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10642024-07-30T00:53:24.179Z
10652024-07-30T00:53:24.179Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/141)
10662024-07-30T00:53:24.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10672024-07-30T00:53:24.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10682024-07-30T00:53:24.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10692024-07-30T00:53:24.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10702024-07-30T00:53:24.635Z
10712024-07-30T00:53:24.635Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/141)
10722024-07-30T00:53:25.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10732024-07-30T00:53:25.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10742024-07-30T00:53:25.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10752024-07-30T00:53:25.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10762024-07-30T00:53:25.074Z
10772024-07-30T00:53:25.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/141)
10782024-07-30T00:53:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10792024-07-30T00:53:25.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10802024-07-30T00:53:25.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10812024-07-30T00:53:25.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10822024-07-30T00:53:25.528Z
10832024-07-30T00:53:25.528Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/141)
10842024-07-30T00:53:25.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10852024-07-30T00:53:25.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10862024-07-30T00:53:25.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10872024-07-30T00:53:25.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
10882024-07-30T00:53:25.977Z
10892024-07-30T00:53:25.977Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/141)
10902024-07-30T00:53:26.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10912024-07-30T00:53:26.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10922024-07-30T00:53:26.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10932024-07-30T00:53:26.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10942024-07-30T00:53:26.419Z
10952024-07-30T00:53:26.419Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/141)
10962024-07-30T00:53:26.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10972024-07-30T00:53:26.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10982024-07-30T00:53:26.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10992024-07-30T00:53:26.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
11002024-07-30T00:53:26.852Z
11012024-07-30T00:53:26.852Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/141)
11022024-07-30T00:53:27.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11032024-07-30T00:53:27.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11042024-07-30T00:53:27.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11052024-07-30T00:53:27.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
11062024-07-30T00:53:27.293Z
11072024-07-30T00:53:27.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/141)
11082024-07-30T00:53:27.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11092024-07-30T00:53:27.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11102024-07-30T00:53:27.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11112024-07-30T00:53:27.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
11122024-07-30T00:53:27.724Z
11132024-07-30T00:53:27.724Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/141)
11142024-07-30T00:53:28.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11152024-07-30T00:53:28.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11162024-07-30T00:53:28.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11172024-07-30T00:53:28.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
11182024-07-30T00:53:28.166Z
11192024-07-30T00:53:28.166Zinfo: running `cargo check --bins` on sled-hardware-types (25/141)
11202024-07-30T00:53:28.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11212024-07-30T00:53:28.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11222024-07-30T00:53:28.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11232024-07-30T00:53:28.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11242024-07-30T00:53:28.762Z
11252024-07-30T00:53:28.762Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/141)
11262024-07-30T00:53:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11272024-07-30T00:53:29.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11282024-07-30T00:53:29.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11292024-07-30T00:53:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11302024-07-30T00:53:29.366Z
11312024-07-30T00:53:29.366Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/141)
11322024-07-30T00:53:29.820Z Downloading crates ...
11332024-07-30T00:53:29.953Z Downloaded fragile v2.0.0
11342024-07-30T00:53:29.959Z Downloaded mockall v0.12.1
11352024-07-30T00:53:29.961Z Downloaded predicates-tree v1.0.9
11362024-07-30T00:53:29.965Z Downloaded termtree v0.4.1
11372024-07-30T00:53:29.965Z Downloaded mockall_derive v0.12.1
11382024-07-30T00:53:29.967Z Downloaded downcast v0.11.0
11392024-07-30T00:53:29.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11402024-07-30T00:53:29.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11412024-07-30T00:53:29.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11422024-07-30T00:53:29.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
11432024-07-30T00:53:30.046Z
11442024-07-30T00:53:30.046Zinfo: running `cargo check --bins` on oxlog (28/141)
11452024-07-30T00:53:30.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11462024-07-30T00:53:30.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11472024-07-30T00:53:30.634Z Compiling serde v1.0.204
11482024-07-30T00:53:30.634Z Checking cfg-if v1.0.0
11492024-07-30T00:53:30.637Z Checking libc v0.2.155
11502024-07-30T00:53:30.726Z Compiling syn v2.0.72
11512024-07-30T00:53:30.729Z Compiling getrandom v0.2.14
11522024-07-30T00:53:30.729Z Compiling generic-array v0.14.7
11532024-07-30T00:53:30.729Z Compiling scopeguard v1.2.0
11542024-07-30T00:53:30.772Z Compiling libm v0.2.8
11552024-07-30T00:53:30.881Z Compiling lock_api v0.4.12
11562024-07-30T00:53:31.062Z Compiling log v0.4.21
11572024-07-30T00:53:31.093Z Compiling ahash v0.8.11
11582024-07-30T00:53:31.220Z Compiling num-traits v0.2.19
11592024-07-30T00:53:31.239Z Compiling serde_json v1.0.120
11602024-07-30T00:53:31.314Z Checking memchr v2.7.2
11612024-07-30T00:53:31.337Z Checking byteorder v1.5.0
11622024-07-30T00:53:31.502Z Checking itoa v1.0.11
11632024-07-30T00:53:31.549Z Compiling smallvec v1.13.2
11642024-07-30T00:53:31.702Z Compiling rand_core v0.6.4
11652024-07-30T00:53:31.713Z Checking once_cell v1.19.0
11662024-07-30T00:53:31.727Z Compiling ring v0.17.8
11672024-07-30T00:53:31.913Z Compiling parking_lot_core v0.9.10
11682024-07-30T00:53:31.997Z Checking pin-project-lite v0.2.14
11692024-07-30T00:53:32.111Z Compiling mio v0.8.11
11702024-07-30T00:53:32.144Z Compiling spin v0.9.8
11712024-07-30T00:53:32.223Z Checking typenum v1.17.0
11722024-07-30T00:53:32.348Z Compiling parking_lot v0.12.2
11732024-07-30T00:53:32.531Z Checking signal-hook-registry v1.4.2
11742024-07-30T00:53:33.089Z Compiling subtle v2.5.0
11752024-07-30T00:53:33.225Z Compiling const-oid v0.9.6
11762024-07-30T00:53:33.312Z Compiling unicode-normalization v0.1.23
11772024-07-30T00:53:33.409Z Checking tinyvec_macros v0.1.1
11782024-07-30T00:53:33.420Z Compiling unicode-bidi v0.3.15
11792024-07-30T00:53:33.483Z Checking futures-core v0.3.30
11802024-07-30T00:53:33.511Z Compiling allocator-api2 v0.2.18
11812024-07-30T00:53:34.137Z Checking tinyvec v1.6.0
11822024-07-30T00:53:34.297Z Checking socket2 v0.5.7
11832024-07-30T00:53:34.343Z Checking num_cpus v1.16.0
11842024-07-30T00:53:34.993Z Checking ryu v1.0.18
11852024-07-30T00:53:35.164Z Compiling time-macros v0.2.18
11862024-07-30T00:53:35.848Z Checking futures-sink v0.3.30
11872024-07-30T00:53:35.983Z Compiling syn v1.0.109
11882024-07-30T00:53:36.322Z Checking equivalent v1.0.1
11892024-07-30T00:53:36.335Z Compiling rustls v0.21.12
11902024-07-30T00:53:36.418Z Checking futures-channel v0.3.30
11912024-07-30T00:53:36.483Z Checking slab v0.4.9
11922024-07-30T00:53:36.566Z Checking futures-io v0.3.30
11932024-07-30T00:53:36.719Z Compiling ppv-lite86 v0.2.17
11942024-07-30T00:53:36.734Z Checking pin-utils v0.1.0
11952024-07-30T00:53:36.774Z Checking futures-task v0.3.30
11962024-07-30T00:53:36.813Z Compiling cookie v0.17.0
11972024-07-30T00:53:37.006Z Compiling schemars v0.8.21
11982024-07-30T00:53:37.078Z Compiling untrusted v0.9.0
11992024-07-30T00:53:37.092Z Compiling signal-hook v0.3.17
12002024-07-30T00:53:37.335Z Compiling base64ct v1.6.0
12012024-07-30T00:53:37.396Z Checking percent-encoding v2.3.1
12022024-07-30T00:53:37.483Z Compiling rand_chacha v0.3.1
12032024-07-30T00:53:37.610Z Compiling iana-time-zone v0.1.60
12042024-07-30T00:53:37.927Z Compiling rand v0.8.5
12052024-07-30T00:53:38.053Z Compiling serde_derive_internals v0.29.1
12062024-07-30T00:53:38.461Z Compiling pem-rfc7468 v0.7.0
12072024-07-30T00:53:38.693Z Checking tracing-core v0.1.32
12082024-07-30T00:53:39.322Z Compiling backtrace v0.3.71
12092024-07-30T00:53:39.395Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12102024-07-30T00:53:39.777Z Compiling smoltcp v0.9.1
12112024-07-30T00:53:39.933Z Compiling crossbeam-utils v0.8.19
12122024-07-30T00:53:40.037Z Compiling flagset v0.4.5
12132024-07-30T00:53:40.231Z Compiling siphasher v0.3.11
12142024-07-30T00:53:40.255Z Checking fnv v1.0.7
12152024-07-30T00:53:40.553Z Compiling time v0.3.36
12162024-07-30T00:53:40.632Z Compiling rustls-webpki v0.101.7
12172024-07-30T00:53:40.978Z Compiling sct v0.7.1
12182024-07-30T00:53:41.272Z Compiling idna v0.5.0
12192024-07-30T00:53:41.757Z Compiling lazy_static v1.5.0
12202024-07-30T00:53:41.878Z Compiling aho-corasick v1.1.3
12212024-07-30T00:53:42.397Z Checking foreign-types-shared v0.1.1
12222024-07-30T00:53:42.453Z Compiling finl_unicode v1.2.0
12232024-07-30T00:53:42.630Z Compiling regex-syntax v0.8.3
12242024-07-30T00:53:42.642Z Checking powerfmt v0.2.0
12252024-07-30T00:53:42.906Z Checking deranged v0.3.11
12262024-07-30T00:53:43.034Z Compiling stringprep v0.1.4
12272024-07-30T00:53:43.650Z Checking foreign-types v0.3.2
12282024-07-30T00:53:43.733Z Compiling url v2.5.2
12292024-07-30T00:53:44.713Z Compiling diesel_table_macro_syntax v0.1.0
12302024-07-30T00:53:45.123Z Checking form_urlencoded v1.2.1
12312024-07-30T00:53:45.317Z Compiling num-integer v0.1.46
12322024-07-30T00:53:45.704Z Compiling idna v0.3.0
12332024-07-30T00:53:45.916Z Compiling serde_derive v1.0.204
12342024-07-30T00:53:46.095Z Compiling zeroize_derive v1.4.2
12352024-07-30T00:53:46.129Z Compiling zerocopy-derive v0.7.34
12362024-07-30T00:53:47.413Z Compiling tokio-macros v2.3.0
12372024-07-30T00:53:47.800Z Compiling zeroize v1.7.0
12382024-07-30T00:53:47.803Z Compiling futures-macro v0.3.30
12392024-07-30T00:53:48.175Z Compiling thiserror-impl v1.0.62
12402024-07-30T00:53:48.571Z Compiling zerocopy v0.7.34
12412024-07-30T00:53:50.338Z Compiling tracing-attributes v0.1.27
12422024-07-30T00:53:51.007Z Compiling scroll_derive v0.12.0
12432024-07-30T00:53:51.341Z Compiling hashbrown v0.14.5
12442024-07-30T00:53:51.752Z Compiling thiserror v1.0.62
12452024-07-30T00:53:51.779Z Compiling crypto-common v0.1.6
12462024-07-30T00:53:51.887Z Compiling pest v2.7.10
12472024-07-30T00:53:52.017Z Compiling openssl-macros v0.1.1
12482024-07-30T00:53:52.122Z Compiling der_derive v0.7.2
12492024-07-30T00:53:52.806Z Compiling block-buffer v0.10.4
12502024-07-30T00:53:52.871Z Compiling futures-util v0.3.30
12512024-07-30T00:53:53.076Z Compiling digest v0.10.7
12522024-07-30T00:53:53.736Z Compiling scroll v0.12.0
12532024-07-30T00:53:54.311Z Compiling pest_meta v2.7.10
12542024-07-30T00:53:54.384Z Compiling goblin v0.8.2
12552024-07-30T00:53:54.447Z Compiling tracing v0.1.40
12562024-07-30T00:53:54.824Z Compiling schemars_derive v0.8.21
12572024-07-30T00:53:54.960Z Compiling hmac v0.12.1
12582024-07-30T00:53:55.212Z Compiling der v0.7.9
12592024-07-30T00:53:58.484Z Compiling pest_generator v2.7.10
12602024-07-30T00:53:59.144Z Compiling hubpack_derive v0.1.1
12612024-07-30T00:53:59.420Z Compiling zerocopy-derive v0.6.6
12622024-07-30T00:53:59.566Z Compiling async-trait v0.1.81
12632024-07-30T00:53:59.894Z Compiling spki v0.7.3
12642024-07-30T00:54:00.200Z Checking bytes v1.6.0
12652024-07-30T00:54:00.283Z Checking bitflags v2.5.0
12662024-07-30T00:54:00.569Z Checking indexmap v2.2.6
12672024-07-30T00:54:00.669Z Compiling pest_derive v2.7.10
12682024-07-30T00:54:01.015Z Checking tokio v1.38.1
12692024-07-30T00:54:02.051Z Compiling semver v1.0.23
12702024-07-30T00:54:02.126Z Compiling uuid v1.10.0
12712024-07-30T00:54:02.818Z Compiling rustc_version v0.4.0
12722024-07-30T00:54:02.853Z Compiling http v0.2.12
12732024-07-30T00:54:03.158Z Compiling dtrace-parser v0.2.0
12742024-07-30T00:54:03.592Z Compiling heapless v0.7.17
12752024-07-30T00:54:03.667Z Compiling dof v0.3.0
12762024-07-30T00:54:04.090Z Compiling chrono v0.4.38
12772024-07-30T00:54:04.801Z Compiling usdt-impl v0.5.0
12782024-07-30T00:54:05.437Z Compiling http-body v0.4.6
12792024-07-30T00:54:05.482Z Compiling openssl v0.10.66
12802024-07-30T00:54:05.532Z Compiling serde_tokenstream v0.2.1
12812024-07-30T00:54:06.167Z Compiling rustix v0.38.34
12822024-07-30T00:54:06.594Z Compiling serde_spanned v0.6.6
12832024-07-30T00:54:06.694Z Compiling toml_datetime v0.6.6
12842024-07-30T00:54:07.227Z Compiling sha2 v0.10.8
12852024-07-30T00:54:07.302Z Compiling md-5 v0.10.6
12862024-07-30T00:54:07.558Z Compiling regex-automata v0.4.6
12872024-07-30T00:54:08.154Z Checking openssl-sys v0.9.103
12882024-07-30T00:54:08.334Z Checking tokio-util v0.7.11
12892024-07-30T00:54:08.912Z Compiling hash32 v0.2.1
12902024-07-30T00:54:09.194Z Compiling fs-err v2.11.0
12912024-07-30T00:54:09.247Z Checking num_threads v0.1.7
12922024-07-30T00:54:09.294Z Checking unicode-ident v1.0.12
12932024-07-30T00:54:09.352Z Compiling gimli v0.28.1
12942024-07-30T00:54:09.462Z Compiling anyhow v1.0.86
12952024-07-30T00:54:09.474Z Compiling psl-types v2.0.11
12962024-07-30T00:54:09.626Z Compiling slog v2.7.0
12972024-07-30T00:54:09.658Z Checking try-lock v0.2.5
12982024-07-30T00:54:09.786Z Compiling stable_deref_trait v1.2.0
12992024-07-30T00:54:09.889Z Compiling fallible-iterator v0.2.0
13002024-07-30T00:54:10.044Z Checking num-conv v0.1.0
13012024-07-30T00:54:10.123Z Compiling dyn-clone v1.0.17
13022024-07-30T00:54:10.342Z Checking time-core v0.1.2
13032024-07-30T00:54:10.491Z Checking base64 v0.21.7
13042024-07-30T00:54:10.579Z Compiling postgres-protocol v0.6.6
13052024-07-30T00:54:10.937Z Compiling tokio-rustls v0.24.1
13062024-07-30T00:54:11.319Z Compiling clap_derive v4.5.8
13072024-07-30T00:54:11.996Z Compiling h2 v0.3.26
13082024-07-30T00:54:12.136Z Compiling native-tls v0.2.11
13092024-07-30T00:54:12.768Z Compiling tokio-native-tls v0.3.1
13102024-07-30T00:54:14.503Z Compiling addr2line v0.21.0
13112024-07-30T00:54:14.516Z Checking want v0.3.1
13122024-07-30T00:54:14.688Z Compiling publicsuffix v2.2.3
13132024-07-30T00:54:15.308Z Checking proc-macro2 v1.0.86
13142024-07-30T00:54:16.451Z Compiling terminal_size v0.3.0
13152024-07-30T00:54:16.653Z Compiling usdt-attr-macro v0.5.0
13162024-07-30T00:54:16.927Z Compiling usdt-macro v0.5.0
13172024-07-30T00:54:17.056Z Compiling pkcs8 v0.10.2
13182024-07-30T00:54:18.104Z Compiling enum-as-inner v0.5.1
13192024-07-30T00:54:18.309Z Compiling block-padding v0.3.3
13202024-07-30T00:54:18.452Z Compiling diesel_derives v2.1.4
13212024-07-30T00:54:18.487Z Compiling serde_repr v0.1.19
13222024-07-30T00:54:18.550Z Compiling strum_macros v0.25.3
13232024-07-30T00:54:19.124Z Compiling hyper v0.14.28
13242024-07-30T00:54:20.831Z Compiling phf_shared v0.11.2
13252024-07-30T00:54:21.305Z Checking httparse v1.8.0
13262024-07-30T00:54:21.703Z Compiling ff v0.13.0
13272024-07-30T00:54:22.055Z Compiling scheduled-thread-pool v0.2.7
13282024-07-30T00:54:22.186Z Checking errno v0.3.9
13292024-07-30T00:54:22.263Z Compiling object v0.32.2
13302024-07-30T00:54:22.649Z Compiling rustc-demangle v0.1.24
13312024-07-30T00:54:22.897Z Checking openssl-probe v0.1.5
13322024-07-30T00:54:23.027Z Checking utf8parse v0.2.1
13332024-07-30T00:54:23.078Z Compiling either v1.12.0
13342024-07-30T00:54:23.164Z Checking ucd-trie v0.1.6
13352024-07-30T00:54:23.363Z Compiling regex-automata v0.1.10
13362024-07-30T00:54:23.475Z Checking adler v1.0.2
13372024-07-30T00:54:23.596Z Compiling matches v0.1.10
13382024-07-30T00:54:23.620Z Checking tower-service v0.3.2
13392024-07-30T00:54:23.648Z Compiling bitflags v1.3.2
13402024-07-30T00:54:23.686Z Checking cpufeatures v0.2.12
13412024-07-30T00:54:23.728Z Checking plain v0.2.3
13422024-07-30T00:54:23.743Z Compiling winnow v0.5.40
13432024-07-30T00:54:23.773Z Compiling managed v0.8.0
13442024-07-30T00:54:23.851Z Checking anstyle v1.0.7
13452024-07-30T00:54:23.864Z Checking httpdate v1.0.3
13462024-07-30T00:54:24.111Z Compiling bit-vec v0.6.3
13472024-07-30T00:54:24.216Z Compiling base16ct v0.2.0
13482024-07-30T00:54:24.567Z Compiling sec1 v0.7.3
13492024-07-30T00:54:26.738Z Compiling hyper-rustls v0.24.2
13502024-07-30T00:54:27.085Z Compiling hyper-tls v0.5.0
13512024-07-30T00:54:27.438Z Compiling toml_edit v0.19.15
13522024-07-30T00:54:28.174Z Compiling bstr v0.2.17
13532024-07-30T00:54:29.740Z Compiling idna v0.2.3
13542024-07-30T00:54:29.775Z Checking miniz_oxide v0.7.2
13552024-07-30T00:54:30.012Z Compiling clap_builder v4.5.9
13562024-07-30T00:54:30.532Z Checking anstyle-parse v0.2.4
13572024-07-30T00:54:31.219Z Compiling r2d2 v0.8.10
13582024-07-30T00:54:31.590Z Compiling group v0.13.0
13592024-07-30T00:54:31.889Z Compiling signal-hook-mio v0.2.3
13602024-07-30T00:54:32.227Z Compiling phf v0.11.2
13612024-07-30T00:54:32.408Z Compiling cookie_store v0.20.0
13622024-07-30T00:54:32.509Z Compiling inout v0.1.3
13632024-07-30T00:54:32.793Z Checking quote v1.0.36
13642024-07-30T00:54:32.943Z Compiling ipnetwork v0.20.0
13652024-07-30T00:54:33.106Z Compiling regex v1.10.5
13662024-07-30T00:54:33.119Z Compiling postgres-types v0.2.6
13672024-07-30T00:54:33.303Z Compiling zerocopy v0.6.6
13682024-07-30T00:54:33.905Z Compiling serde_urlencoded v0.7.1
13692024-07-30T00:54:34.100Z Compiling hubpack v0.1.2
13702024-07-30T00:54:34.422Z Compiling futures-executor v0.3.30
13712024-07-30T00:54:34.468Z Compiling hkdf v0.12.4
13722024-07-30T00:54:34.601Z Compiling crypto-bigint v0.5.5
13732024-07-30T00:54:34.684Z Compiling num-bigint v0.4.5
13742024-07-30T00:54:34.995Z Compiling phf_shared v0.10.0
13752024-07-30T00:54:35.407Z Compiling float-cmp v0.9.0
13762024-07-30T00:54:35.629Z Compiling data-encoding v2.6.0
13772024-07-30T00:54:35.941Z Checking pretty-hex v0.4.1
13782024-07-30T00:54:36.020Z Checking colorchoice v1.0.1
13792024-07-30T00:54:36.110Z Compiling fixedbitset v0.4.2
13802024-07-30T00:54:36.144Z Compiling webpki-roots v0.25.4
13812024-07-30T00:54:36.213Z Compiling normalize-line-endings v0.3.0
13822024-07-30T00:54:36.227Z Checking is_terminal_polyfill v1.70.0
13832024-07-30T00:54:36.292Z Compiling minimal-lexical v0.2.1
13842024-07-30T00:54:36.330Z Compiling unicode-segmentation v1.11.0
13852024-07-30T00:54:36.668Z Compiling static_assertions v1.1.0
13862024-07-30T00:54:36.769Z Compiling predicates-core v1.0.6
13872024-07-30T00:54:36.803Z Compiling difflib v0.4.0
13882024-07-30T00:54:36.888Z Compiling whoami v1.5.1
13892024-07-30T00:54:37.128Z Checking anstyle-query v1.0.3
13902024-07-30T00:54:37.183Z Compiling precomputed-hash v0.1.1
13912024-07-30T00:54:37.249Z Compiling new_debug_unreachable v1.0.6
13922024-07-30T00:54:37.342Z Compiling string_cache v0.8.7
13932024-07-30T00:54:37.538Z Checking anstream v0.6.14
13942024-07-30T00:54:37.827Z Compiling yasna v0.5.2
13952024-07-30T00:54:37.898Z Compiling elliptic-curve v0.13.8
13962024-07-30T00:54:38.170Z Compiling tokio-postgres v0.7.10
13972024-07-30T00:54:38.440Z Compiling reqwest v0.11.27
13982024-07-30T00:54:38.746Z Compiling console v0.15.8
13992024-07-30T00:54:39.831Z Compiling predicates v3.1.0
14002024-07-30T00:54:40.189Z Compiling similar v2.5.0
14012024-07-30T00:54:40.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14022024-07-30T00:54:41.737Z Compiling nom v7.1.3
14032024-07-30T00:54:41.802Z Compiling petgraph v0.6.5
14042024-07-30T00:54:42.189Z Compiling trust-dns-proto v0.22.0
14052024-07-30T00:54:43.785Z Compiling toml_edit v0.22.16
14062024-07-30T00:54:45.113Z Compiling usdt v0.5.0
14072024-07-30T00:54:45.621Z Compiling crossbeam-epoch v0.9.18
14082024-07-30T00:54:45.777Z Compiling diesel v2.1.6
14092024-07-30T00:54:45.868Z Compiling futures v0.3.30
14102024-07-30T00:54:45.976Z Compiling clap v4.5.9
14112024-07-30T00:54:46.382Z Compiling cipher v0.4.4
14122024-07-30T00:54:46.887Z Compiling crossterm v0.27.0
14132024-07-30T00:54:47.209Z Compiling toml v0.7.8
14142024-07-30T00:54:48.422Z Compiling bit-set v0.5.3
14152024-07-30T00:54:48.692Z Compiling itertools v0.12.1
14162024-07-30T00:54:49.024Z Compiling itertools v0.10.5
14172024-07-30T00:54:51.909Z Compiling bstr v1.9.1
14182024-07-30T00:54:51.961Z Compiling tokio-stream v0.1.15
14192024-07-30T00:54:52.222Z Compiling openapiv3 v2.0.0
14202024-07-30T00:54:52.323Z Compiling hex v0.4.3
14212024-07-30T00:54:52.593Z Compiling num-iter v0.1.45
14222024-07-30T00:54:53.085Z Checking thread-id v4.2.1
14232024-07-30T00:54:53.204Z Checking clap_lex v0.7.0
14242024-07-30T00:54:53.291Z Compiling unicode-xid v0.2.4
14252024-07-30T00:54:53.470Z Checking strsim v0.11.1
14262024-07-30T00:54:53.800Z Checking ipnet v2.9.0
14272024-07-30T00:54:54.057Z Compiling peg-runtime v0.8.3
14282024-07-30T00:54:54.270Z Compiling lalrpop-util v0.19.12
14292024-07-30T00:54:57.106Z Checking rustls-pemfile v1.0.4
14302024-07-30T00:54:58.249Z Checking crc32fast v1.4.0
14312024-07-30T00:54:58.461Z Checking memmap v0.7.0
14322024-07-30T00:54:58.474Z Checking encoding_rs v0.8.34
14332024-07-30T00:54:58.805Z Checking winnow v0.6.8
14342024-07-30T00:54:59.451Z Checking mime v0.3.17
14352024-07-30T00:54:59.545Z Checking sync_wrapper v0.1.2
14362024-07-30T00:54:59.651Z Checking unicode-width v0.1.13
14372024-07-30T00:55:03.384Z Checking flate2 v1.0.30
14382024-07-30T00:55:06.856Z Checking camino v1.1.7
14392024-07-30T00:55:06.998Z Checking sigpipe v0.1.3
14402024-07-30T00:55:16.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14412024-07-30T00:55:24.944Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14422024-07-30T00:55:25.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
14432024-07-30T00:55:25.360Z
14442024-07-30T00:55:25.360Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/141)
14452024-07-30T00:55:25.797Z Downloading crates ...
14462024-07-30T00:55:26.000Z Downloaded env_logger v0.9.3
14472024-07-30T00:55:26.007Z Downloaded walkdir v2.5.0
14482024-07-30T00:55:26.010Z Downloaded base64 v0.13.1
14492024-07-30T00:55:26.012Z Downloaded bitstruct_derive v0.1.0
14502024-07-30T00:55:26.015Z Downloaded serde_arrays v0.1.0
14512024-07-30T00:55:26.015Z Downloaded portpicker v0.1.1
14522024-07-30T00:55:26.015Z Downloaded humantime v2.1.0
14532024-07-30T00:55:26.018Z Downloaded headers-core v0.2.0
14542024-07-30T00:55:26.018Z Downloaded atomicwrites v0.4.3
14552024-07-30T00:55:26.023Z Downloaded zone_cfg_derive v0.1.2
14562024-07-30T00:55:26.026Z Downloaded bitstruct v0.1.1
14572024-07-30T00:55:26.026Z Downloaded atty v0.2.14
14582024-07-30T00:55:26.028Z Downloaded tungstenite v0.21.0
14592024-07-30T00:55:26.031Z Downloaded zone v0.1.8
14602024-07-30T00:55:26.034Z Downloaded slog-scope v4.4.0
14612024-07-30T00:55:26.034Z Downloaded tokio-tungstenite v0.20.1
14622024-07-30T00:55:26.036Z Downloaded utf-8 v0.7.6
14632024-07-30T00:55:26.036Z Downloaded ron v0.7.1
14642024-07-30T00:55:26.041Z Downloaded pem v3.0.4
14652024-07-30T00:55:26.047Z Downloaded termcolor v1.4.1
14662024-07-30T00:55:26.047Z Downloaded slog-envlogger v2.2.0
14672024-07-30T00:55:26.047Z Downloaded tokio-tungstenite v0.21.0
14682024-07-30T00:55:26.047Z Downloaded slog-stdlog v4.1.1
14692024-07-30T00:55:26.051Z Downloaded erased-serde v0.3.31
14702024-07-30T00:55:26.051Z Downloaded same-file v1.0.6
14712024-07-30T00:55:26.051Z Downloaded subprocess v0.2.9
14722024-07-30T00:55:26.054Z Downloaded ascii v1.1.0
14732024-07-30T00:55:26.065Z Downloaded heck v0.3.3
14742024-07-30T00:55:26.065Z Downloaded tungstenite v0.20.1
14752024-07-30T00:55:26.065Z Downloaded rcgen v0.12.1
14762024-07-30T00:55:26.065Z Downloaded headers v0.3.9
14772024-07-30T00:55:26.069Z Downloaded arc-swap v1.7.1
14782024-07-30T00:55:26.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-07-30T00:55:26.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-07-30T00:55:26.162Z Compiling regress v0.9.1
14812024-07-30T00:55:26.245Z Checking sha1 v0.10.6
14822024-07-30T00:55:26.248Z Compiling strum_macros v0.26.4
14832024-07-30T00:55:26.265Z Checking heck v0.5.0
14842024-07-30T00:55:26.286Z Compiling getopts v0.2.21
14852024-07-30T00:55:26.289Z Checking dirs-sys-next v0.1.2
14862024-07-30T00:55:26.308Z Compiling unsafe-libyaml v0.2.11
14872024-07-30T00:55:26.456Z Checking dirs-next v2.0.0
14882024-07-30T00:55:26.491Z Checking http v1.1.0
14892024-07-30T00:55:26.571Z Checking thread_local v1.1.8
14902024-07-30T00:55:26.746Z Compiling ident_case v1.0.1
14912024-07-30T00:55:26.840Z Checking rustls-pki-types v1.7.0
14922024-07-30T00:55:26.917Z Compiling darling_core v0.20.9
14932024-07-30T00:55:27.270Z Checking term v0.7.0
14942024-07-30T00:55:27.284Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14952024-07-30T00:55:27.606Z Compiling serde_yaml v0.9.34+deprecated
14962024-07-30T00:55:27.705Z Checking crossbeam-channel v0.5.12
14972024-07-30T00:55:27.914Z Checking atty v0.2.14
14982024-07-30T00:55:28.035Z Checking is-terminal v0.4.12
14992024-07-30T00:55:28.152Z Checking termcolor v1.4.1
15002024-07-30T00:55:28.286Z Compiling paste v1.0.15
15012024-07-30T00:55:28.445Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15022024-07-30T00:55:28.589Z Compiling rustls v0.22.4
15032024-07-30T00:55:28.779Z Checking humantime v2.1.0
15042024-07-30T00:55:28.794Z Checking base64 v0.22.1
15052024-07-30T00:55:28.826Z Checking take_mut v0.2.2
15062024-07-30T00:55:28.965Z Checking utf-8 v0.7.6
15072024-07-30T00:55:29.060Z Checking env_logger v0.9.3
15082024-07-30T00:55:29.149Z Checking slog-async v2.8.0
15092024-07-30T00:55:29.402Z Checking slog-term v2.9.1
15102024-07-30T00:55:29.435Z Checking rustls-webpki v0.102.4
15112024-07-30T00:55:29.502Z Compiling proc-macro-crate v1.3.1
15122024-07-30T00:55:29.700Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15132024-07-30T00:55:30.228Z Compiling bitstruct_derive v0.1.0
15142024-07-30T00:55:30.673Z Compiling structmeta-derive v0.3.0
15152024-07-30T00:55:31.459Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15162024-07-30T00:55:31.580Z Compiling multer v3.1.0
15172024-07-30T00:55:31.635Z Checking match_cfg v0.1.0
15182024-07-30T00:55:31.723Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15192024-07-30T00:55:31.847Z Checking ascii v1.1.0
15202024-07-30T00:55:31.920Z Checking strum v0.26.3
15212024-07-30T00:55:32.066Z Checking hostname v0.3.1
15222024-07-30T00:55:32.081Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15232024-07-30T00:55:32.142Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15242024-07-30T00:55:32.156Z Checking bitstruct v0.1.1
15252024-07-30T00:55:32.188Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-30T00:55:32.219Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15272024-07-30T00:55:32.255Z Compiling num_enum_derive v0.5.11
15282024-07-30T00:55:32.438Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15292024-07-30T00:55:32.677Z Checking slog-json v2.6.1
15302024-07-30T00:55:32.951Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15312024-07-30T00:55:33.122Z Checking serde_arrays v0.1.0
15322024-07-30T00:55:33.226Z Checking erased-serde v0.3.31
15332024-07-30T00:55:33.269Z Compiling async-stream-impl v0.3.5
15342024-07-30T00:55:33.661Z Compiling foreign-types-macros v0.2.3
15352024-07-30T00:55:33.862Z Compiling structmeta v0.3.0
15362024-07-30T00:55:34.341Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15372024-07-30T00:55:34.382Z Checking atomic-waker v1.1.2
15382024-07-30T00:55:34.508Z Checking arc-swap v1.7.1
15392024-07-30T00:55:34.623Z Checking foreign-types-shared v0.3.1
15402024-07-30T00:55:34.681Z Compiling darling_macro v0.20.9
15412024-07-30T00:55:34.733Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15422024-07-30T00:55:34.737Z Checking async-stream v0.3.5
15432024-07-30T00:55:34.928Z Checking slog-scope v4.4.0
15442024-07-30T00:55:35.006Z Checking waitgroup v0.1.2
15452024-07-30T00:55:35.021Z Checking foreign-types v0.5.0
15462024-07-30T00:55:35.024Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15472024-07-30T00:55:35.119Z Compiling parse-display-derive v0.9.1
15482024-07-30T00:55:35.134Z Checking slog-bunyan v2.5.0
15492024-07-30T00:55:35.137Z Compiling proc-macro-error v1.0.4
15502024-07-30T00:55:35.159Z Checking num_enum v0.5.11
15512024-07-30T00:55:35.449Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-07-30T00:55:35.555Z Checking toml v0.8.15
15532024-07-30T00:55:35.696Z Compiling darling v0.20.9
15542024-07-30T00:55:35.803Z Compiling serde_with_macros v3.8.3
15552024-07-30T00:55:35.825Z Checking rustls-pemfile v2.1.2
15562024-07-30T00:55:35.838Z Checking tungstenite v0.20.1
15572024-07-30T00:55:36.042Z Checking tokio-rustls v0.25.0
15582024-07-30T00:55:36.066Z Compiling heck v0.3.3
15592024-07-30T00:55:36.330Z Checking newtype-uuid v1.1.0
15602024-07-30T00:55:36.411Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15612024-07-30T00:55:36.501Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15622024-07-30T00:55:36.581Z Checking cstr-argument v0.1.2
15632024-07-30T00:55:36.753Z Checking serde_path_to_error v0.1.16
15642024-07-30T00:55:36.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-30T00:55:37.331Z Checking hostname v0.4.0
15662024-07-30T00:55:37.379Z Checking instant v0.1.12
15672024-07-30T00:55:37.459Z Checking fastrand v2.1.0
15682024-07-30T00:55:37.488Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15692024-07-30T00:55:37.559Z Checking pretty-hex v0.2.1
15702024-07-30T00:55:37.726Z Checking debug-ignore v1.0.5
15712024-07-30T00:55:37.775Z Checking tempfile v3.10.1
15722024-07-30T00:55:37.787Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15732024-07-30T00:55:37.860Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-07-30T00:55:38.003Z Checking backoff v0.4.0
15752024-07-30T00:55:38.136Z Checking tokio-tungstenite v0.20.1
15762024-07-30T00:55:38.214Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15772024-07-30T00:55:38.304Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15782024-07-30T00:55:38.514Z Compiling zone_cfg_derive v0.1.2
15792024-07-30T00:55:38.528Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15802024-07-30T00:55:38.617Z Checking slog-stdlog v4.1.1
15812024-07-30T00:55:38.766Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-30T00:55:38.917Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-30T00:55:39.120Z Checking serde_with v3.8.3
15842024-07-30T00:55:39.304Z Checking tungstenite v0.21.0
15852024-07-30T00:55:39.320Z Checking colored v2.1.0
15862024-07-30T00:55:39.614Z Checking macaddr v1.0.1
15872024-07-30T00:55:39.967Z Checking socket2 v0.4.10
15882024-07-30T00:55:40.178Z Checking base64 v0.13.1
15892024-07-30T00:55:40.214Z Checking parse-display v0.9.1
15902024-07-30T00:55:40.255Z Checking tokio-tungstenite v0.21.0
15912024-07-30T00:55:40.439Z Checking zone v0.1.8
15922024-07-30T00:55:40.573Z Checking ron v0.7.1
15932024-07-30T00:55:40.715Z Checking slog-envlogger v2.2.0
15942024-07-30T00:55:40.939Z Checking pem v3.0.4
15952024-07-30T00:55:41.060Z Checking tabwriter v1.4.0
15962024-07-30T00:55:41.201Z Checking xattr v1.3.1
15972024-07-30T00:55:41.291Z Checking portpicker v0.1.1
15982024-07-30T00:55:41.396Z Checking headers-core v0.2.0
15992024-07-30T00:55:41.432Z Checking smf v0.2.3
16002024-07-30T00:55:41.527Z Checking filetime v0.2.23
16012024-07-30T00:55:41.646Z Checking same-file v1.0.6
16022024-07-30T00:55:41.719Z Checking tar v0.4.41
16032024-07-30T00:55:41.813Z Checking walkdir v2.5.0
16042024-07-30T00:55:41.862Z Checking headers v0.3.9
16052024-07-30T00:55:42.065Z Checking rcgen v0.12.1
16062024-07-30T00:55:42.117Z Checking atomicwrites v0.4.3
16072024-07-30T00:55:42.304Z Checking camino-tempfile v1.1.1
16082024-07-30T00:55:42.482Z Checking subprocess v0.2.9
16092024-07-30T00:55:43.819Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-30T00:55:44.113Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16112024-07-30T00:55:45.121Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16122024-07-30T00:55:47.100Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16132024-07-30T00:55:47.166Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-30T00:55:50.515Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16152024-07-30T00:55:57.714Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16162024-07-30T00:55:57.841Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16172024-07-30T00:55:57.841Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16182024-07-30T00:56:00.440Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16192024-07-30T00:56:00.816Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16202024-07-30T00:56:06.462Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16212024-07-30T00:56:07.862Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16222024-07-30T00:56:08.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.61s
16232024-07-30T00:56:09.112Z
16242024-07-30T00:56:09.112Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/141)
16252024-07-30T00:56:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-07-30T00:56:09.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-07-30T00:56:09.778Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16282024-07-30T00:56:11.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
16292024-07-30T00:56:11.131Z
16302024-07-30T00:56:11.131Zinfo: running `cargo check --bins` on nexus-config (31/141)
16312024-07-30T00:56:11.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-07-30T00:56:11.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-07-30T00:56:11.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-07-30T00:56:11.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16352024-07-30T00:56:11.704Z
16362024-07-30T00:56:11.704Zinfo: running `cargo check --bins` on omicron-rpaths (32/141)
16372024-07-30T00:56:12.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-07-30T00:56:12.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-07-30T00:56:12.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-07-30T00:56:12.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16412024-07-30T00:56:12.255Z
16422024-07-30T00:56:12.255Zinfo: running `cargo check --bins` on omicron-certificates (33/141)
16432024-07-30T00:56:12.680Z Downloading crates ...
16442024-07-30T00:56:12.816Z Downloaded display-error-chain v0.2.0
16452024-07-30T00:56:12.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-07-30T00:56:12.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-07-30T00:56:12.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-07-30T00:56:12.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16492024-07-30T00:56:12.887Z
16502024-07-30T00:56:12.887Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/141)
16512024-07-30T00:56:13.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-07-30T00:56:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-07-30T00:56:13.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-07-30T00:56:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16552024-07-30T00:56:13.503Z
16562024-07-30T00:56:13.503Zinfo: running `cargo check --bins` on cockroach-admin-client (35/141)
16572024-07-30T00:56:14.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-07-30T00:56:14.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-07-30T00:56:14.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-07-30T00:56:14.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16612024-07-30T00:56:14.073Z
16622024-07-30T00:56:14.073Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/141)
16632024-07-30T00:56:14.565Z Downloading crates ...
16642024-07-30T00:56:14.662Z Downloaded memmap2 v0.9.4
16652024-07-30T00:56:14.668Z Downloaded crossbeam-deque v0.8.5
16662024-07-30T00:56:14.671Z Downloaded arrayref v0.3.7
16672024-07-30T00:56:14.676Z Downloaded toolchain_find v0.4.0
16682024-07-30T00:56:14.683Z Downloaded spin v0.5.2
16692024-07-30T00:56:14.686Z Downloaded untrusted v0.7.1
16702024-07-30T00:56:14.689Z Downloaded topological-sort v0.2.2
16712024-07-30T00:56:14.689Z Downloaded rustfmt-wrapper v0.2.1
16722024-07-30T00:56:14.694Z Downloaded home v0.5.9
16732024-07-30T00:56:14.694Z Downloaded constant_time_eq v0.3.0
16742024-07-30T00:56:14.694Z Downloaded arrayvec v0.7.4
16752024-07-30T00:56:14.697Z Downloaded omicron-zone-package v0.11.0
16762024-07-30T00:56:14.700Z Downloaded rayon-core v1.12.1
16772024-07-30T00:56:14.725Z Downloaded blake3 v1.5.1
16782024-07-30T00:56:14.733Z Downloaded rayon v1.10.0
16792024-07-30T00:56:15.045Z Downloaded ring v0.16.20
16802024-07-30T00:56:15.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-07-30T00:56:15.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-07-30T00:56:15.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-07-30T00:56:15.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
16842024-07-30T00:56:15.198Z
16852024-07-30T00:56:15.198Zinfo: running `cargo check --bins` on dns-service-client (37/141)
16862024-07-30T00:56:15.642Z Downloading crates ...
16872024-07-30T00:56:15.783Z Downloaded newline-converter v0.3.0
16882024-07-30T00:56:15.786Z Downloaded expectorate v1.1.0
16892024-07-30T00:56:15.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-07-30T00:56:15.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-07-30T00:56:15.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-07-30T00:56:15.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16932024-07-30T00:56:15.856Z
16942024-07-30T00:56:15.856Zinfo: running `cargo check --bins` on dpd-client (38/141)
16952024-07-30T00:56:16.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-07-30T00:56:16.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-07-30T00:56:16.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-07-30T00:56:16.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16992024-07-30T00:56:16.455Z
17002024-07-30T00:56:16.455Zinfo: running `cargo check --bins` on gateway-client (39/141)
17012024-07-30T00:56:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-07-30T00:56:16.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-07-30T00:56:16.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-07-30T00:56:16.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17052024-07-30T00:56:17.038Z
17062024-07-30T00:56:17.038Zinfo: running `cargo check --bins` on installinator-client (40/141)
17072024-07-30T00:56:17.476Z Downloading crates ...
17082024-07-30T00:56:17.640Z Downloaded owo-colors v4.0.0
17092024-07-30T00:56:17.643Z Downloaded libsw v3.3.1
17102024-07-30T00:56:17.646Z Downloaded linear-map v1.2.0
17112024-07-30T00:56:17.646Z Downloaded cancel-safe-futures v0.1.5
17122024-07-30T00:56:17.649Z Downloaded derive-where v1.2.7
17132024-07-30T00:56:17.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-07-30T00:56:17.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-07-30T00:56:17.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-07-30T00:56:17.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17172024-07-30T00:56:17.728Z
17182024-07-30T00:56:17.728Zinfo: running `cargo check --bins` on installinator-common (41/141)
17192024-07-30T00:56:18.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-07-30T00:56:18.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-07-30T00:56:18.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-07-30T00:56:18.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17232024-07-30T00:56:18.346Z
17242024-07-30T00:56:18.346Zinfo: running `cargo check --bins` on update-engine (42/141)
17252024-07-30T00:56:18.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-07-30T00:56:18.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-07-30T00:56:18.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-07-30T00:56:18.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17292024-07-30T00:56:18.925Z
17302024-07-30T00:56:18.925Zinfo: running `cargo check --bins` on nexus-client (43/141)
17312024-07-30T00:56:19.357Z Downloading crates ...
17322024-07-30T00:56:19.523Z Downloaded rustc_version v0.1.7
17332024-07-30T00:56:19.529Z Downloaded blake2 v0.10.6
17342024-07-30T00:56:19.532Z Downloaded argon2 v0.5.3
17352024-07-30T00:56:19.535Z Downloaded newtype_derive v0.1.6
17362024-07-30T00:56:19.538Z Downloaded steno v0.4.1
17372024-07-30T00:56:19.541Z Downloaded semver v0.1.20
17382024-07-30T00:56:19.541Z Downloaded password-hash v0.5.0
17392024-07-30T00:56:19.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-07-30T00:56:19.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-07-30T00:56:19.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-07-30T00:56:19.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17432024-07-30T00:56:19.621Z
17442024-07-30T00:56:19.621Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/141)
17452024-07-30T00:56:20.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-07-30T00:56:20.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-07-30T00:56:20.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-07-30T00:56:20.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17492024-07-30T00:56:20.251Z
17502024-07-30T00:56:20.251Zinfo: running `cargo check --bins` on omicron-passwords (45/141)
17512024-07-30T00:56:20.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-07-30T00:56:20.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-07-30T00:56:20.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-07-30T00:56:20.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17552024-07-30T00:56:20.827Z
17562024-07-30T00:56:20.827Zinfo: running `cargo check --bins` on nexus-types (46/141)
17572024-07-30T00:56:21.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-07-30T00:56:21.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-07-30T00:56:21.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-07-30T00:56:21.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17612024-07-30T00:56:21.434Z
17622024-07-30T00:56:21.434Zinfo: running `cargo check --bins` on oxide-client (47/141)
17632024-07-30T00:56:21.877Z Downloading crates ...
17642024-07-30T00:56:21.978Z Downloaded linked-hash-map v0.5.6
17652024-07-30T00:56:21.981Z Downloaded lru-cache v0.1.2
17662024-07-30T00:56:21.989Z Downloaded trust-dns-resolver v0.22.0
17672024-07-30T00:56:21.994Z Downloaded resolv-conf v0.7.0
17682024-07-30T00:56:22.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-07-30T00:56:22.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-07-30T00:56:22.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-07-30T00:56:22.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17722024-07-30T00:56:22.068Z
17732024-07-30T00:56:22.068Zinfo: running `cargo check --bins` on oximeter-client (48/141)
17742024-07-30T00:56:22.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-07-30T00:56:22.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-07-30T00:56:22.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-07-30T00:56:22.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17782024-07-30T00:56:22.648Z
17792024-07-30T00:56:22.648Zinfo: running `cargo check --bins` on sled-agent-client (49/141)
17802024-07-30T00:56:23.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-07-30T00:56:23.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-07-30T00:56:23.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832024-07-30T00:56:23.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17842024-07-30T00:56:23.267Z
17852024-07-30T00:56:23.267Zinfo: running `cargo check --bins` on wicketd-client (50/141)
17862024-07-30T00:56:23.734Z Downloading crates ...
17872024-07-30T00:56:23.847Z Downloaded maplit v1.0.2
17882024-07-30T00:56:23.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892024-07-30T00:56:23.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902024-07-30T00:56:23.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912024-07-30T00:56:23.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17922024-07-30T00:56:23.923Z
17932024-07-30T00:56:23.923Zinfo: running `cargo check --bins` on wicket-common (51/141)
17942024-07-30T00:56:24.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952024-07-30T00:56:24.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962024-07-30T00:56:24.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972024-07-30T00:56:24.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17982024-07-30T00:56:24.552Z
17992024-07-30T00:56:24.552Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/141)
18002024-07-30T00:56:25.000Z Downloading crates ...
18012024-07-30T00:56:25.140Z Downloaded csv-core v0.1.11
18022024-07-30T00:56:25.144Z Downloaded slog-dtrace v0.3.0
18032024-07-30T00:56:25.195Z Downloaded csv v1.3.0
18042024-07-30T00:56:25.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052024-07-30T00:56:25.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062024-07-30T00:56:25.305Z Compiling heapless v0.8.0
18072024-07-30T00:56:25.383Z Checking hash32 v0.3.1
18082024-07-30T00:56:25.391Z Compiling smoltcp v0.11.0
18092024-07-30T00:56:25.401Z Checking embedded-io v0.4.0
18102024-07-30T00:56:25.404Z Checking cobs v0.2.3
18112024-07-30T00:56:25.418Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18122024-07-30T00:56:25.420Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18132024-07-30T00:56:25.442Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18142024-07-30T00:56:25.543Z Compiling crucible-workspace-hack v0.1.0
18152024-07-30T00:56:25.558Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18162024-07-30T00:56:25.570Z Checking csv-core v0.1.11
18172024-07-30T00:56:25.582Z Checking postcard v1.0.8
18182024-07-30T00:56:25.726Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18192024-07-30T00:56:25.881Z Checking csv v1.3.0
18202024-07-30T00:56:25.895Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18212024-07-30T00:56:25.944Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18222024-07-30T00:56:26.096Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18232024-07-30T00:56:26.260Z Compiling num-derive v0.4.2
18242024-07-30T00:56:26.291Z Compiling slog-dtrace v0.3.0
18252024-07-30T00:56:26.326Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18262024-07-30T00:56:26.427Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18272024-07-30T00:56:26.661Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
18282024-07-30T00:56:27.058Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
18292024-07-30T00:56:27.212Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18302024-07-30T00:56:27.856Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18312024-07-30T00:56:29.111Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18322024-07-30T00:56:29.995Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18332024-07-30T00:56:31.059Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18342024-07-30T00:56:31.227Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18352024-07-30T00:56:33.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
18362024-07-30T00:56:33.993Z
18372024-07-30T00:56:33.993Zinfo: running `cargo check --bins` on cockroach-admin-api (53/141)
18382024-07-30T00:56:34.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392024-07-30T00:56:34.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402024-07-30T00:56:34.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412024-07-30T00:56:34.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18422024-07-30T00:56:34.624Z
18432024-07-30T00:56:34.624Zinfo: running `cargo check --bins` on cockroach-admin-types (54/141)
18442024-07-30T00:56:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452024-07-30T00:56:35.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462024-07-30T00:56:35.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472024-07-30T00:56:35.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18482024-07-30T00:56:35.219Z
18492024-07-30T00:56:35.219Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/141)
18502024-07-30T00:56:35.663Z Downloading crates ...
18512024-07-30T00:56:35.893Z Downloaded bitfield-struct v0.6.1
18522024-07-30T00:56:35.896Z Downloaded clang-sys v1.7.0
18532024-07-30T00:56:35.899Z Downloaded fxhash v0.2.1
18542024-07-30T00:56:35.901Z Downloaded crunchy v0.2.2
18552024-07-30T00:56:35.904Z Downloaded http-range v0.1.5
18562024-07-30T00:56:35.906Z Downloaded oso-derive v0.27.3
18572024-07-30T00:56:35.912Z Downloaded async-recursion v1.1.1
18582024-07-30T00:56:35.916Z Downloaded array-init v0.0.4
18592024-07-30T00:56:35.927Z Downloaded signal-hook-tokio v0.3.1
18602024-07-30T00:56:35.927Z Downloaded serde-big-array v0.5.1
18612024-07-30T00:56:35.927Z Downloaded memoffset v0.9.1
18622024-07-30T00:56:35.927Z Downloaded ascii-canvas v3.0.0
18632024-07-30T00:56:35.927Z Downloaded crc v3.2.1
18642024-07-30T00:56:35.930Z Downloaded nanorand v0.7.0
18652024-07-30T00:56:35.933Z Downloaded glob v0.3.1
18662024-07-30T00:56:35.936Z Downloaded const_format_proc_macros v0.2.32
18672024-07-30T00:56:35.939Z Downloaded impl-trait-for-tuples v0.2.2
18682024-07-30T00:56:35.941Z Downloaded highway v1.1.0
18692024-07-30T00:56:35.944Z Downloaded packed_struct_codegen v0.10.1
18702024-07-30T00:56:35.944Z Downloaded libefi-sys v0.1.0
18712024-07-30T00:56:35.947Z Downloaded bitfield v0.14.0
18722024-07-30T00:56:35.947Z Downloaded rustc-hash v1.1.0
18732024-07-30T00:56:35.947Z Downloaded num v0.4.3
18742024-07-30T00:56:35.950Z Downloaded which v4.4.2
18752024-07-30T00:56:35.953Z Downloaded tls_codec v0.4.1
18762024-07-30T00:56:35.953Z Downloaded num-complex v0.4.6
18772024-07-30T00:56:35.956Z Downloaded pkcs1 v0.7.5
18782024-07-30T00:56:35.959Z Downloaded ref-cast-impl v1.0.23
18792024-07-30T00:56:35.959Z Downloaded bb8 v0.8.5
18802024-07-30T00:56:35.961Z Downloaded env_logger v0.10.2
18812024-07-30T00:56:35.965Z Downloaded derive_builder_core v0.20.0
18822024-07-30T00:56:35.965Z Downloaded bcs v0.1.6
18832024-07-30T00:56:35.968Z Downloaded num-rational v0.4.2
18842024-07-30T00:56:35.968Z Downloaded endian-type v0.1.2
18852024-07-30T00:56:35.970Z Downloaded path-slash v0.1.5
18862024-07-30T00:56:35.970Z Downloaded derive_builder_macro v0.20.0
18872024-07-30T00:56:35.979Z Downloaded indoc v1.0.9
18882024-07-30T00:56:35.982Z Downloaded tap v1.0.1
18892024-07-30T00:56:35.985Z Downloaded parking_lot_core v0.8.6
18902024-07-30T00:56:35.987Z Downloaded cexpr v0.6.0
18912024-07-30T00:56:35.995Z Downloaded bzip2 v0.4.4
18922024-07-30T00:56:35.997Z Downloaded diff v0.1.13
18932024-07-30T00:56:36.002Z Downloaded cookie v0.18.1
18942024-07-30T00:56:36.004Z Downloaded nodrop v0.1.14
18952024-07-30T00:56:36.004Z Downloaded serde-hex v0.1.0
18962024-07-30T00:56:36.007Z Downloaded hyper-staticfile v0.9.5
18972024-07-30T00:56:36.010Z Downloaded gethostname v0.4.3
18982024-07-30T00:56:36.010Z Downloaded radium v0.7.0
18992024-07-30T00:56:36.010Z Downloaded crc-catalog v2.4.0
19002024-07-30T00:56:36.013Z Downloaded maybe-uninit v2.0.0
19012024-07-30T00:56:36.013Z Downloaded unicase v2.7.0
19022024-07-30T00:56:36.015Z Downloaded ref-cast v1.0.23
19032024-07-30T00:56:36.018Z Downloaded wyz v0.5.1
19042024-07-30T00:56:36.018Z Downloaded shlex v1.3.0
19052024-07-30T00:56:36.021Z Downloaded toml v0.5.11
19062024-07-30T00:56:36.023Z Downloaded lazycell v1.3.0
19072024-07-30T00:56:36.024Z Downloaded strum_macros v0.24.3
19082024-07-30T00:56:36.026Z Downloaded nibble_vec v0.1.0
19092024-07-30T00:56:36.029Z Downloaded ron v0.8.1
19102024-07-30T00:56:36.033Z Downloaded prettyplease v0.2.20
19112024-07-30T00:56:36.037Z Downloaded smallvec v0.6.14
19122024-07-30T00:56:36.040Z Downloaded parking_lot v0.11.2
19132024-07-30T00:56:36.042Z Downloaded mime_guess v2.0.4
19142024-07-30T00:56:36.045Z Downloaded libloading v0.8.3
19152024-07-30T00:56:36.045Z Downloaded tiny-keccak v2.0.2
19162024-07-30T00:56:36.048Z Downloaded kstat-rs v0.2.4
19172024-07-30T00:56:36.051Z Downloaded tls_codec_derive v0.4.1
19182024-07-30T00:56:36.051Z Downloaded derive_builder v0.20.0
19192024-07-30T00:56:36.055Z Downloaded flume v0.11.0
19202024-07-30T00:56:36.060Z Downloaded oso v0.27.3
19212024-07-30T00:56:36.063Z Downloaded crc-any v2.5.0
19222024-07-30T00:56:36.066Z Downloaded signature v2.2.0
19232024-07-30T00:56:36.069Z Downloaded trust-dns-server v0.22.1
19242024-07-30T00:56:36.072Z Downloaded packed_struct v0.10.1
19252024-07-30T00:56:36.075Z Downloaded samael v0.0.15
19262024-07-30T00:56:36.079Z Downloaded zip v0.6.6
19272024-07-30T00:56:36.084Z Downloaded const_format v0.2.32
19282024-07-30T00:56:36.089Z Downloaded funty v2.0.0
19292024-07-30T00:56:36.091Z Downloaded x509-cert v0.2.5
19302024-07-30T00:56:36.096Z Downloaded trust-dns-client v0.22.0
19312024-07-30T00:56:36.102Z Downloaded libxml v0.3.3
19322024-07-30T00:56:36.108Z Downloaded hashbrown v0.13.2
19332024-07-30T00:56:36.113Z Downloaded rsa v0.9.6
19342024-07-30T00:56:36.117Z Downloaded float-ord v0.3.2
19352024-07-30T00:56:36.120Z Downloaded ena v0.14.3
19362024-07-30T00:56:36.126Z Downloaded num-bigint-dig v0.8.4
19372024-07-30T00:56:36.131Z Downloaded quick-xml v0.31.0
19382024-07-30T00:56:36.140Z Downloaded bindgen v0.69.4
19392024-07-30T00:56:36.158Z Downloaded bitvec v1.0.1
19402024-07-30T00:56:36.173Z Downloaded radix_trie v0.2.1
19412024-07-30T00:56:36.178Z Downloaded lalrpop v0.19.12
19422024-07-30T00:56:36.193Z Downloaded nix v0.27.1
19432024-07-30T00:56:36.204Z Downloaded regex-syntax v0.6.29
19442024-07-30T00:56:36.211Z Downloaded polar-core v0.27.3
19452024-07-30T00:56:36.219Z Downloaded object v0.30.4
19462024-07-30T00:56:36.228Z Downloaded sled v0.34.7
19472024-07-30T00:56:36.238Z Downloaded bzip2-sys v0.1.11+1.0.8
19482024-07-30T00:56:36.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492024-07-30T00:56:36.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502024-07-30T00:56:36.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512024-07-30T00:56:36.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
19522024-07-30T00:56:36.339Z
19532024-07-30T00:56:36.339Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/141)
19542024-07-30T00:56:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552024-07-30T00:56:36.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562024-07-30T00:56:36.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572024-07-30T00:56:36.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19582024-07-30T00:56:37.042Z
19592024-07-30T00:56:37.042Zinfo: running `cargo check --bins` on dns-server (57/141)
19602024-07-30T00:56:37.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612024-07-30T00:56:37.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622024-07-30T00:56:37.642Z Compiling parking_lot_core v0.8.6
19632024-07-30T00:56:37.719Z Checking nibble_vec v0.1.0
19642024-07-30T00:56:37.722Z Checking endian-type v0.1.2
19652024-07-30T00:56:37.739Z Checking newline-converter v0.3.0
19662024-07-30T00:56:37.742Z Checking quick-error v1.2.3
19672024-07-30T00:56:37.742Z Checking linked-hash-map v0.5.6
19682024-07-30T00:56:37.749Z Checking toml v0.5.11
19692024-07-30T00:56:37.752Z Checking fxhash v0.2.1
19702024-07-30T00:56:37.866Z Checking expectorate v1.1.0
19712024-07-30T00:56:37.866Z Checking resolv-conf v0.7.0
19722024-07-30T00:56:37.888Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19732024-07-30T00:56:37.908Z Checking radix_trie v0.2.1
19742024-07-30T00:56:37.999Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19752024-07-30T00:56:38.060Z Checking lru-cache v0.1.2
19762024-07-30T00:56:38.199Z Checking trust-dns-resolver v0.22.0
19772024-07-30T00:56:38.270Z Checking trust-dns-client v0.22.0
19782024-07-30T00:56:38.403Z Checking parking_lot v0.11.2
19792024-07-30T00:56:38.734Z Checking sled v0.34.7
19802024-07-30T00:56:39.113Z Checking trust-dns-server v0.22.1
19812024-07-30T00:56:40.738Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19822024-07-30T00:56:41.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
19832024-07-30T00:56:41.904Z
19842024-07-30T00:56:41.904Zinfo: running `cargo check --bins` on dns-server-api (58/141)
19852024-07-30T00:56:42.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862024-07-30T00:56:42.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872024-07-30T00:56:42.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882024-07-30T00:56:42.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19892024-07-30T00:56:42.491Z
19902024-07-30T00:56:42.491Zinfo: running `cargo check --bins` on gateway-test-utils (59/141)
19912024-07-30T00:56:43.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922024-07-30T00:56:43.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932024-07-30T00:56:43.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942024-07-30T00:56:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19952024-07-30T00:56:43.125Z
19962024-07-30T00:56:43.125Zinfo: running `cargo check --bins` on gateway-types (60/141)
19972024-07-30T00:56:43.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982024-07-30T00:56:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992024-07-30T00:56:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002024-07-30T00:56:43.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20012024-07-30T00:56:43.700Z
20022024-07-30T00:56:43.700Zinfo: running `cargo check --bins` on ipcc (61/141)
20032024-07-30T00:56:44.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042024-07-30T00:56:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052024-07-30T00:56:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062024-07-30T00:56:44.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20072024-07-30T00:56:44.304Z
20082024-07-30T00:56:44.304Zinfo: running `cargo check --bins` on omicron-gateway (62/141)
20092024-07-30T00:56:44.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-07-30T00:56:44.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-07-30T00:56:44.947Z Compiling radium v0.7.0
20122024-07-30T00:56:45.027Z Checking tap v1.0.1
20132024-07-30T00:56:45.030Z Compiling maybe-uninit v2.0.0
20142024-07-30T00:56:45.044Z Compiling bzip2-sys v0.1.11+1.0.8
20152024-07-30T00:56:45.047Z Checking crc-catalog v2.4.0
20162024-07-30T00:56:45.052Z Checking funty v2.0.0
20172024-07-30T00:56:45.055Z Compiling packed_struct v0.10.1
20182024-07-30T00:56:45.055Z Compiling num-bigint-dig v0.8.4
20192024-07-30T00:56:45.149Z Checking wyz v0.5.1
20202024-07-30T00:56:45.177Z Checking crc v3.2.1
20212024-07-30T00:56:45.363Z Compiling packed_struct_codegen v0.10.1
20222024-07-30T00:56:45.493Z Compiling indexmap v1.9.3
20232024-07-30T00:56:45.534Z Checking half v2.4.1
20242024-07-30T00:56:45.597Z Checking nodrop v0.1.14
20252024-07-30T00:56:45.666Z Checking ciborium-io v0.2.2
20262024-07-30T00:56:45.702Z Checking array-init v0.0.4
20272024-07-30T00:56:45.768Z Checking smallvec v0.6.14
20282024-07-30T00:56:45.812Z Checking pkcs1 v0.7.5
20292024-07-30T00:56:46.008Z Checking bitvec v1.0.1
20302024-07-30T00:56:46.022Z Checking ciborium-ll v0.2.2
20312024-07-30T00:56:46.134Z Checking signature v2.2.0
20322024-07-30T00:56:46.186Z Compiling memoffset v0.9.1
20332024-07-30T00:56:46.299Z Checking bitfield v0.14.0
20342024-07-30T00:56:46.314Z Checking hashbrown v0.12.3
20352024-07-30T00:56:46.327Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20362024-07-30T00:56:46.568Z Checking env_logger v0.10.2
20372024-07-30T00:56:46.586Z Checking bzip2 v0.4.4
20382024-07-30T00:56:46.621Z Checking ciborium v0.2.2
20392024-07-30T00:56:46.678Z Checking serde-hex v0.1.0
20402024-07-30T00:56:46.872Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20412024-07-30T00:56:46.977Z Checking x509-cert v0.2.5
20422024-07-30T00:56:47.124Z Checking ron v0.8.1
20432024-07-30T00:56:47.613Z Checking hashbrown v0.13.2
20442024-07-30T00:56:47.973Z Checking rsa v0.9.6
20452024-07-30T00:56:48.060Z Checking crc-any v2.5.0
20462024-07-30T00:56:48.432Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20472024-07-30T00:56:48.463Z Checking zip v0.6.6
20482024-07-30T00:56:48.632Z Checking object v0.30.4
20492024-07-30T00:56:48.678Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20502024-07-30T00:56:48.681Z Checking path-slash v0.1.5
20512024-07-30T00:56:48.831Z Checking nix v0.27.1
20522024-07-30T00:56:48.989Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20532024-07-30T00:56:49.008Z Checking serde-big-array v0.5.1
20542024-07-30T00:56:49.044Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
20552024-07-30T00:56:49.137Z Checking signal-hook-tokio v0.3.1
20562024-07-30T00:56:51.192Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
20572024-07-30T00:56:51.625Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20582024-07-30T00:56:58.314Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20592024-07-30T00:56:59.528Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20602024-07-30T00:57:01.162Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20612024-07-30T00:57:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.56s
20622024-07-30T00:57:03.000Z
20632024-07-30T00:57:03.001Zinfo: running `cargo check --bins` on gateway-api (63/141)
20642024-07-30T00:57:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-07-30T00:57:03.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-07-30T00:57:03.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-07-30T00:57:03.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682024-07-30T00:57:03.603Z
20692024-07-30T00:57:03.603Zinfo: running `cargo check --bins` on sp-sim (64/141)
20702024-07-30T00:57:04.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-07-30T00:57:04.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-07-30T00:57:04.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20732024-07-30T00:57:05.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
20742024-07-30T00:57:05.943Z
20752024-07-30T00:57:05.943Zinfo: running `cargo check --bins` on internal-dns (65/141)
20762024-07-30T00:57:06.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-07-30T00:57:06.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-07-30T00:57:06.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-07-30T00:57:06.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20802024-07-30T00:57:06.544Z
20812024-07-30T00:57:06.544Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/141)
20822024-07-30T00:57:07.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-07-30T00:57:07.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-07-30T00:57:07.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-07-30T00:57:07.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20862024-07-30T00:57:07.177Z
20872024-07-30T00:57:07.177Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/141)
20882024-07-30T00:57:07.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-07-30T00:57:07.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-07-30T00:57:07.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-07-30T00:57:07.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20922024-07-30T00:57:07.817Z
20932024-07-30T00:57:07.817Zinfo: running `cargo check --bins` on db-macros (68/141)
20942024-07-30T00:57:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-07-30T00:57:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-07-30T00:57:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972024-07-30T00:57:08.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982024-07-30T00:57:08.405Z
20992024-07-30T00:57:08.405Zinfo: running `cargo check --bins` on nexus-macros-common (69/141)
21002024-07-30T00:57:08.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-07-30T00:57:08.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-07-30T00:57:08.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032024-07-30T00:57:08.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042024-07-30T00:57:08.992Z
21052024-07-30T00:57:08.992Zinfo: running `cargo check --bins` on nexus-auth (70/141)
21062024-07-30T00:57:09.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-07-30T00:57:09.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-07-30T00:57:09.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-07-30T00:57:09.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21102024-07-30T00:57:09.632Z
21112024-07-30T00:57:09.632Zinfo: running `cargo check --bins` on authz-macros (71/141)
21122024-07-30T00:57:10.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-07-30T00:57:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-07-30T00:57:10.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-07-30T00:57:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21162024-07-30T00:57:10.256Z
21172024-07-30T00:57:10.256Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/141)
21182024-07-30T00:57:10.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-07-30T00:57:10.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-07-30T00:57:10.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-07-30T00:57:10.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21222024-07-30T00:57:10.880Z
21232024-07-30T00:57:10.880Zinfo: running `cargo check --bins` on nexus-db-model (73/141)
21242024-07-30T00:57:11.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-07-30T00:57:11.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-07-30T00:57:11.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-07-30T00:57:11.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21282024-07-30T00:57:11.516Z
21292024-07-30T00:57:11.516Zinfo: running `cargo check --bins` on nexus-defaults (74/141)
21302024-07-30T00:57:12.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-07-30T00:57:12.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-07-30T00:57:12.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332024-07-30T00:57:12.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342024-07-30T00:57:12.125Z
21352024-07-30T00:57:12.125Zinfo: running `cargo check --bins` on oximeter (75/141)
21362024-07-30T00:57:12.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372024-07-30T00:57:12.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382024-07-30T00:57:12.738Z Compiling rustls-pki-types v1.7.0
21392024-07-30T00:57:12.816Z Compiling prettyplease v0.2.20
21402024-07-30T00:57:12.825Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21412024-07-30T00:57:12.828Z Compiling crossbeam-channel v0.5.12
21422024-07-30T00:57:12.832Z Compiling slog-json v2.6.1
21432024-07-30T00:57:12.842Z Compiling http v1.1.0
21442024-07-30T00:57:12.852Z Compiling base64 v0.22.1
21452024-07-30T00:57:12.874Z Compiling atomic-waker v1.1.2
21462024-07-30T00:57:13.061Z Compiling waitgroup v0.1.2
21472024-07-30T00:57:13.078Z Compiling slog-bunyan v2.5.0
21482024-07-30T00:57:13.200Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21492024-07-30T00:57:13.247Z Compiling rustls-webpki v0.102.4
21502024-07-30T00:57:13.274Z Compiling slog-term v2.9.1
21512024-07-30T00:57:13.289Z Compiling async-stream v0.3.5
21522024-07-30T00:57:13.433Z Compiling rustls-pemfile v2.1.2
21532024-07-30T00:57:13.619Z Compiling slog-async v2.8.0
21542024-07-30T00:57:13.634Z Compiling camino v1.1.7
21552024-07-30T00:57:13.659Z Compiling toml v0.8.15
21562024-07-30T00:57:13.902Z Compiling sha1 v0.10.6
21572024-07-30T00:57:13.917Z Compiling newtype-uuid v1.1.0
21582024-07-30T00:57:14.229Z Compiling rustls v0.22.4
21592024-07-30T00:57:14.358Z Compiling serde_path_to_error v0.1.16
21602024-07-30T00:57:14.548Z Compiling multer v3.1.0
21612024-07-30T00:57:14.597Z Compiling hostname v0.4.0
21622024-07-30T00:57:14.850Z Compiling instant v0.1.12
21632024-07-30T00:57:14.885Z Compiling debug-ignore v1.0.5
21642024-07-30T00:57:14.994Z Compiling backoff v0.4.0
21652024-07-30T00:57:15.034Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21662024-07-30T00:57:15.232Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21672024-07-30T00:57:15.349Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-07-30T00:57:15.349Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21692024-07-30T00:57:15.448Z Compiling strum v0.26.3
21702024-07-30T00:57:15.479Z Compiling parse-display v0.9.1
21712024-07-30T00:57:15.493Z Compiling serde_with v3.8.3
21722024-07-30T00:57:15.516Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21732024-07-30T00:57:15.613Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21742024-07-30T00:57:15.632Z Compiling num-rational v0.4.2
21752024-07-30T00:57:15.671Z Compiling num-complex v0.4.6
21762024-07-30T00:57:16.182Z Compiling macaddr v1.0.1
21772024-07-30T00:57:16.649Z Compiling num v0.4.3
21782024-07-30T00:57:16.755Z Compiling float-ord v0.3.2
21792024-07-30T00:57:17.923Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21802024-07-30T00:57:18.443Z Compiling tokio-rustls v0.25.0
21812024-07-30T00:57:18.799Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21822024-07-30T00:57:22.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21832024-07-30T00:57:34.077Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21842024-07-30T00:57:37.333Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21852024-07-30T00:57:37.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.81s
21862024-07-30T00:57:38.082Z
21872024-07-30T00:57:38.082Zinfo: running `cargo check --bins` on oximeter-impl (76/141)
21882024-07-30T00:57:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-07-30T00:57:38.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-07-30T00:57:38.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912024-07-30T00:57:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21922024-07-30T00:57:38.679Z
21932024-07-30T00:57:38.679Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/141)
21942024-07-30T00:57:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952024-07-30T00:57:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962024-07-30T00:57:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972024-07-30T00:57:39.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21982024-07-30T00:57:39.257Z
21992024-07-30T00:57:39.257Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/141)
22002024-07-30T00:57:39.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012024-07-30T00:57:39.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022024-07-30T00:57:39.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032024-07-30T00:57:39.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22042024-07-30T00:57:39.883Z
22052024-07-30T00:57:39.883Zinfo: running `cargo check --bins` on nexus-inventory (79/141)
22062024-07-30T00:57:40.378Z Downloading crates ...
22072024-07-30T00:57:40.520Z Downloaded rand_seeder v0.2.3
22082024-07-30T00:57:40.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-07-30T00:57:40.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-07-30T00:57:40.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-07-30T00:57:40.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22122024-07-30T00:57:40.597Z
22132024-07-30T00:57:40.597Zinfo: running `cargo check --bins` on typed-rng (80/141)
22142024-07-30T00:57:41.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-07-30T00:57:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-07-30T00:57:41.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-07-30T00:57:41.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22182024-07-30T00:57:41.180Z
22192024-07-30T00:57:41.180Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/141)
22202024-07-30T00:57:41.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-07-30T00:57:41.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-07-30T00:57:41.882Z Checking password-hash v0.5.0
22232024-07-30T00:57:41.882Z Checking blake2 v0.10.6
22242024-07-30T00:57:41.882Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22252024-07-30T00:57:41.884Z Compiling semver v0.1.20
22262024-07-30T00:57:41.884Z Compiling rayon-core v1.12.1
22272024-07-30T00:57:41.884Z Compiling convert_case v0.4.0
22282024-07-30T00:57:42.005Z Compiling crossbeam-deque v0.8.5
22292024-07-30T00:57:42.015Z Compiling unicase v2.7.0
22302024-07-30T00:57:42.253Z Compiling rustc_version v0.1.7
22312024-07-30T00:57:42.324Z Compiling same-file v1.0.6
22322024-07-30T00:57:42.341Z Compiling fastrand v2.1.0
22332024-07-30T00:57:42.372Z Compiling libefi-sys v0.1.0
22342024-07-30T00:57:42.397Z Checking argon2 v0.5.3
22352024-07-30T00:57:42.560Z Compiling walkdir v2.5.0
22362024-07-30T00:57:42.674Z Compiling tempfile v3.10.1
22372024-07-30T00:57:42.749Z Compiling newtype_derive v0.1.6
22382024-07-30T00:57:42.827Z Compiling curve25519-dalek v4.1.3
22392024-07-30T00:57:42.898Z Compiling derive-where v1.2.7
22402024-07-30T00:57:42.936Z Compiling derive_more v0.99.18
22412024-07-30T00:57:43.079Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22422024-07-30T00:57:43.101Z Compiling bitfield-struct v0.6.1
22432024-07-30T00:57:43.322Z Compiling blake3 v1.5.1
22442024-07-30T00:57:43.360Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22452024-07-30T00:57:43.469Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22462024-07-30T00:57:43.583Z Compiling ring v0.16.20
22472024-07-30T00:57:43.825Z Checking keccak v0.1.5
22482024-07-30T00:57:44.148Z Checking sha3 v0.10.8
22492024-07-30T00:57:44.522Z Compiling rayon v1.10.0
22502024-07-30T00:57:44.648Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22512024-07-30T00:57:44.662Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22522024-07-30T00:57:44.752Z Compiling xattr v1.3.1
22532024-07-30T00:57:44.938Z Checking universal-hash v0.5.1
22542024-07-30T00:57:44.954Z Compiling thiserror-impl-no-std v2.0.2
22552024-07-30T00:57:45.031Z Checking secrecy v0.8.0
22562024-07-30T00:57:45.115Z Compiling curve25519-dalek-derive v0.1.1
22572024-07-30T00:57:45.206Z Compiling memmap2 v0.9.4
22582024-07-30T00:57:45.233Z Compiling untrusted v0.7.1
22592024-07-30T00:57:45.412Z Compiling spin v0.5.2
22602024-07-30T00:57:45.645Z Checking opaque-debug v0.3.1
22612024-07-30T00:57:45.669Z Compiling arrayvec v0.7.4
22622024-07-30T00:57:45.735Z Compiling home v0.5.9
22632024-07-30T00:57:46.003Z Compiling constant_time_eq v0.3.0
22642024-07-30T00:57:46.076Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22652024-07-30T00:57:46.172Z Compiling arrayref v0.3.7
22662024-07-30T00:57:46.191Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22672024-07-30T00:57:46.267Z Compiling toolchain_find v0.4.0
22682024-07-30T00:57:46.633Z Checking poly1305 v0.8.0
22692024-07-30T00:57:46.636Z Compiling tar v0.4.41
22702024-07-30T00:57:47.134Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22712024-07-30T00:57:47.189Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22722024-07-30T00:57:47.379Z Checking steno v0.4.1
22732024-07-30T00:57:47.475Z Compiling camino-tempfile v1.1.1
22742024-07-30T00:57:48.304Z Checking thiserror-no-std v2.0.2
22752024-07-30T00:57:48.346Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22762024-07-30T00:57:48.420Z Checking chacha20 v0.9.1
22772024-07-30T00:57:48.643Z Checking aead v0.5.2
22782024-07-30T00:57:48.754Z Checking gethostname v0.4.3
22792024-07-30T00:57:48.857Z Compiling cancel-safe-futures v0.1.5
22802024-07-30T00:57:48.874Z Compiling topological-sort v0.2.2
22812024-07-30T00:57:48.892Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22822024-07-30T00:57:49.243Z Checking chacha20poly1305 v0.10.1
22832024-07-30T00:57:49.440Z Checking vsss-rs v3.3.4
22842024-07-30T00:57:49.505Z Compiling mime_guess v2.0.4
22852024-07-30T00:57:49.800Z Compiling omicron-zone-package v0.11.0
22862024-07-30T00:57:50.454Z Compiling rustfmt-wrapper v0.2.1
22872024-07-30T00:57:50.916Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22882024-07-30T00:57:51.027Z Checking glob v0.3.1
22892024-07-30T00:57:51.317Z Checking libsw v3.3.1
22902024-07-30T00:57:51.516Z Checking swrite v0.1.0
22912024-07-30T00:57:51.532Z Checking linear-map v1.2.0
22922024-07-30T00:57:51.571Z Checking owo-colors v4.0.0
22932024-07-30T00:57:51.628Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22942024-07-30T00:57:51.836Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22952024-07-30T00:57:51.998Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22962024-07-30T00:57:52.243Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22972024-07-30T00:57:52.442Z Checking kstat-rs v0.2.4
22982024-07-30T00:57:52.507Z Checking nanorand v0.7.0
22992024-07-30T00:57:52.774Z Checking http-range v0.1.5
23002024-07-30T00:57:52.885Z Checking flume v0.11.0
23012024-07-30T00:57:52.915Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23022024-07-30T00:57:52.939Z Checking hyper-staticfile v0.9.5
23032024-07-30T00:57:52.942Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23042024-07-30T00:57:53.335Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23052024-07-30T00:57:53.367Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23062024-07-30T00:57:53.446Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23072024-07-30T00:57:53.601Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23082024-07-30T00:57:53.951Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23092024-07-30T00:57:54.796Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23102024-07-30T00:57:55.494Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23112024-07-30T00:57:56.531Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23122024-07-30T00:57:56.714Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23132024-07-30T00:57:57.344Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23142024-07-30T00:57:57.368Z Checking display-error-chain v0.2.0
23152024-07-30T00:58:04.562Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23162024-07-30T00:58:09.913Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23172024-07-30T00:58:09.913Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23182024-07-30T00:58:10.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23192024-07-30T00:58:24.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.06s
23202024-07-30T00:58:24.402Z
23212024-07-30T00:58:24.402Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/141)
23222024-07-30T00:58:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-07-30T00:58:25.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-07-30T00:58:25.120Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23252024-07-30T00:58:39.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
23262024-07-30T00:58:39.304Z
23272024-07-30T00:58:39.304Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/141)
23282024-07-30T00:58:39.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-07-30T00:58:39.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-07-30T00:58:40.027Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23312024-07-30T00:58:53.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
23322024-07-30T00:58:54.017Z
23332024-07-30T00:58:54.017Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/141)
23342024-07-30T00:58:54.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-07-30T00:58:54.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-07-30T00:58:54.750Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23372024-07-30T00:59:08.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
23382024-07-30T00:59:08.702Z
23392024-07-30T00:59:08.702Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/141)
23402024-07-30T00:59:09.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-07-30T00:59:09.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-07-30T00:59:09.394Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23432024-07-30T00:59:23.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
23442024-07-30T00:59:23.606Z
23452024-07-30T00:59:23.606Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/141)
23462024-07-30T00:59:24.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-07-30T00:59:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-07-30T00:59:24.321Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23492024-07-30T00:59:38.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
23502024-07-30T00:59:38.200Z
23512024-07-30T00:59:38.200Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/141)
23522024-07-30T00:59:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-07-30T00:59:38.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-07-30T00:59:38.877Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23552024-07-30T00:59:52.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
23562024-07-30T00:59:52.762Z
23572024-07-30T00:59:52.762Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/141)
23582024-07-30T00:59:53.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-07-30T00:59:53.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-07-30T00:59:53.446Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23612024-07-30T01:00:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
23622024-07-30T01:00:07.640Z
23632024-07-30T01:00:07.640Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/141)
23642024-07-30T01:00:08.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-07-30T01:00:08.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-07-30T01:00:08.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-07-30T01:00:08.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23682024-07-30T01:00:08.271Z
23692024-07-30T01:00:08.271Zinfo: running `cargo check --bins` on sled-agent-types (90/141)
23702024-07-30T01:00:08.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-07-30T01:00:08.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-07-30T01:00:08.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-07-30T01:00:08.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23742024-07-30T01:00:08.910Z
23752024-07-30T01:00:08.910Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/141)
23762024-07-30T01:00:09.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-07-30T01:00:09.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-07-30T01:00:09.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-07-30T01:00:09.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23802024-07-30T01:00:09.546Z
23812024-07-30T01:00:09.546Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/141)
23822024-07-30T01:00:10.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-07-30T01:00:10.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-07-30T01:00:10.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-07-30T01:00:10.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23862024-07-30T01:00:10.188Z
23872024-07-30T01:00:10.188Zinfo: running `cargo check --bins` on key-manager (93/141)
23882024-07-30T01:00:10.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-07-30T01:00:10.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-07-30T01:00:10.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-07-30T01:00:10.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23922024-07-30T01:00:10.793Z
23932024-07-30T01:00:10.793Zinfo: running `cargo check --bins` on sled-hardware (94/141)
23942024-07-30T01:00:11.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-07-30T01:00:11.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-07-30T01:00:11.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-07-30T01:00:11.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23982024-07-30T01:00:11.399Z
23992024-07-30T01:00:11.399Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/141)
24002024-07-30T01:00:11.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-07-30T01:00:11.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-07-30T01:00:11.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-07-30T01:00:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24042024-07-30T01:00:11.983Z
24052024-07-30T01:00:11.983Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/141)
24062024-07-30T01:00:12.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-07-30T01:00:12.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-07-30T01:00:12.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-07-30T01:00:12.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24102024-07-30T01:00:12.620Z
24112024-07-30T01:00:12.620Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/141)
24122024-07-30T01:00:13.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-07-30T01:00:13.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-07-30T01:00:13.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-07-30T01:00:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24162024-07-30T01:00:13.233Z
24172024-07-30T01:00:13.233Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/141)
24182024-07-30T01:00:13.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-07-30T01:00:13.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-07-30T01:00:13.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-07-30T01:00:13.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24222024-07-30T01:00:13.874Z
24232024-07-30T01:00:13.874Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/141)
24242024-07-30T01:00:14.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-07-30T01:00:14.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-07-30T01:00:14.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-07-30T01:00:14.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24282024-07-30T01:00:14.515Z
24292024-07-30T01:00:14.515Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/141)
24302024-07-30T01:00:15.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-07-30T01:00:15.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-07-30T01:00:15.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-07-30T01:00:15.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24342024-07-30T01:00:15.134Z
24352024-07-30T01:00:15.134Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/141)
24362024-07-30T01:00:15.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-07-30T01:00:15.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-07-30T01:00:15.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-07-30T01:00:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24402024-07-30T01:00:15.774Z
24412024-07-30T01:00:15.774Zinfo: running `cargo check --bins` on oximeter-producer (102/141)
24422024-07-30T01:00:16.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-07-30T01:00:16.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-07-30T01:00:16.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-07-30T01:00:16.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24462024-07-30T01:00:16.436Z
24472024-07-30T01:00:16.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/141)
24482024-07-30T01:00:17.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-07-30T01:00:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-07-30T01:00:17.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-07-30T01:00:17.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24522024-07-30T01:00:17.078Z
24532024-07-30T01:00:17.078Zinfo: running `cargo check --bins` on nexus-test-interface (104/141)
24542024-07-30T01:00:17.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-07-30T01:00:17.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-07-30T01:00:17.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-07-30T01:00:17.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24582024-07-30T01:00:17.705Z
24592024-07-30T01:00:17.705Zinfo: running `cargo check --bins` on oximeter-collector (105/141)
24602024-07-30T01:00:18.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-07-30T01:00:18.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-07-30T01:00:18.367Z Checking bcs v0.1.6
24632024-07-30T01:00:18.368Z Compiling async-recursion v1.1.1
24642024-07-30T01:00:18.368Z Checking highway v1.1.0
24652024-07-30T01:00:18.373Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24662024-07-30T01:00:18.373Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24672024-07-30T01:00:19.437Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682024-07-30T01:00:22.625Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24692024-07-30T01:00:24.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
24702024-07-30T01:00:24.427Z
24712024-07-30T01:00:24.428Zinfo: running `cargo check --bins` on oximeter-api (106/141)
24722024-07-30T01:00:24.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-07-30T01:00:24.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-07-30T01:00:24.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-07-30T01:00:24.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24762024-07-30T01:00:25.036Z
24772024-07-30T01:00:25.036Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/141)
24782024-07-30T01:00:25.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-07-30T01:00:25.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-07-30T01:00:25.659Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24812024-07-30T01:00:26.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
24822024-07-30T01:00:26.366Z
24832024-07-30T01:00:26.366Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/141)
24842024-07-30T01:00:26.795Z Downloading crates ...
24852024-07-30T01:00:26.986Z Downloaded nu-ansi-term v0.50.0
24862024-07-30T01:00:26.995Z Downloaded cfg_aliases v0.1.1
24872024-07-30T01:00:26.999Z Downloaded sqlparser_derive v0.2.2
24882024-07-30T01:00:27.005Z Downloaded vte_generate_state_changes v0.1.1
24892024-07-30T01:00:27.005Z Downloaded strip-ansi-escapes v0.2.0
24902024-07-30T01:00:27.011Z Downloaded peg v0.8.4
24912024-07-30T01:00:27.011Z Downloaded sqlformat v0.2.4
24922024-07-30T01:00:27.015Z Downloaded fd-lock v4.0.2
24932024-07-30T01:00:27.032Z Downloaded rustyline v14.0.0
24942024-07-30T01:00:27.032Z Downloaded vte v0.11.1
24952024-07-30T01:00:27.032Z Downloaded peg-macros v0.8.4
24962024-07-30T01:00:27.032Z Downloaded unicode_categories v0.1.1
24972024-07-30T01:00:27.036Z Downloaded reedline v0.31.0
24982024-07-30T01:00:27.044Z Downloaded sqlparser v0.45.0
24992024-07-30T01:00:27.051Z Downloaded nix v0.28.0
25002024-07-30T01:00:27.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-07-30T01:00:27.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-07-30T01:00:27.159Z Compiling cfg_aliases v0.1.1
25032024-07-30T01:00:27.163Z Compiling vte_generate_state_changes v0.1.1
25042024-07-30T01:00:27.163Z Checking fd-lock v4.0.2
25052024-07-30T01:00:27.163Z Checking bytecount v0.6.8
25062024-07-30T01:00:27.249Z Compiling tabled_derive v0.7.0
25072024-07-30T01:00:27.252Z Compiling peg-macros v0.8.4
25082024-07-30T01:00:27.257Z Compiling sqlparser_derive v0.2.2
25092024-07-30T01:00:27.260Z Checking home v0.5.9
25102024-07-30T01:00:27.312Z Compiling nix v0.28.0
25112024-07-30T01:00:27.377Z Checking papergrid v0.11.0
25122024-07-30T01:00:27.410Z Checking unicode_categories v0.1.1
25132024-07-30T01:00:27.419Z Checking nu-ansi-term v0.50.0
25142024-07-30T01:00:27.687Z Checking sqlformat v0.2.4
25152024-07-30T01:00:27.848Z Checking vte v0.11.1
25162024-07-30T01:00:28.366Z Checking sqlparser v0.45.0
25172024-07-30T01:00:29.262Z Checking strip-ansi-escapes v0.2.0
25182024-07-30T01:00:29.379Z Checking reedline v0.31.0
25192024-07-30T01:00:29.411Z Checking tabled v0.15.0
25202024-07-30T01:00:30.144Z Checking peg v0.8.4
25212024-07-30T01:00:30.666Z Checking rustyline v14.0.0
25222024-07-30T01:00:36.045Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25232024-07-30T01:00:40.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
25242024-07-30T01:00:40.821Z
25252024-07-30T01:00:40.821Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/141)
25262024-07-30T01:00:41.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-07-30T01:00:41.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-07-30T01:00:41.498Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25292024-07-30T01:00:47.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
25302024-07-30T01:00:47.590Z
25312024-07-30T01:00:47.590Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/141)
25322024-07-30T01:00:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-07-30T01:00:48.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-07-30T01:00:48.243Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352024-07-30T01:00:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
25362024-07-30T01:00:54.135Z
25372024-07-30T01:00:54.135Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/141)
25382024-07-30T01:00:54.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-07-30T01:00:54.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-07-30T01:00:54.823Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412024-07-30T01:00:59.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
25422024-07-30T01:00:59.216Z
25432024-07-30T01:00:59.216Zinfo: running `cargo check --bins` on crdb-seed (112/141)
25442024-07-30T01:00:59.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-07-30T01:00:59.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-07-30T01:00:59.903Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25472024-07-30T01:01:00.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
25482024-07-30T01:01:00.369Z
25492024-07-30T01:01:00.369Zinfo: running `cargo check --bins` on omicron-omdb (113/141)
25502024-07-30T01:01:00.842Z Downloading crates ...
25512024-07-30T01:01:01.045Z Downloaded lru v0.12.3
25522024-07-30T01:01:01.049Z Downloaded cassowary v0.3.0
25532024-07-30T01:01:01.056Z Downloaded indicatif v0.17.8
25542024-07-30T01:01:01.060Z Downloaded number_prefix v0.4.0
25552024-07-30T01:01:01.063Z Downloaded unicode-linebreak v0.1.5
25562024-07-30T01:01:01.063Z Downloaded stability v0.2.0
25572024-07-30T01:01:01.066Z Downloaded castaway v0.2.2
25582024-07-30T01:01:01.073Z Downloaded smawk v0.3.2
25592024-07-30T01:01:01.078Z Downloaded multimap v0.10.0
25602024-07-30T01:01:01.087Z Downloaded unicode-truncate v1.0.0
25612024-07-30T01:01:01.090Z Downloaded textwrap v0.16.1
25622024-07-30T01:01:01.093Z Downloaded itertools v0.13.0
25632024-07-30T01:01:01.100Z Downloaded compact_str v0.7.1
25642024-07-30T01:01:01.103Z Downloaded portable-atomic v1.6.0
25652024-07-30T01:01:01.123Z Downloaded ratatui v0.27.0
25662024-07-30T01:01:01.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-07-30T01:01:01.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-07-30T01:01:01.309Z Compiling glob v0.3.1
25692024-07-30T01:01:01.309Z Compiling crunchy v0.2.2
25702024-07-30T01:01:01.312Z Compiling tiny-keccak v2.0.2
25712024-07-30T01:01:01.419Z Compiling ascii-canvas v3.0.0
25722024-07-30T01:01:01.422Z Compiling ena v0.14.3
25732024-07-30T01:01:01.422Z Compiling libloading v0.8.3
25742024-07-30T01:01:01.434Z Compiling regex-syntax v0.6.29
25752024-07-30T01:01:01.445Z Compiling diff v0.1.13
25762024-07-30T01:01:01.674Z Compiling bindgen v0.69.4
25772024-07-30T01:01:01.861Z Compiling which v4.4.2
25782024-07-30T01:01:01.893Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25792024-07-30T01:01:02.023Z Compiling cexpr v0.6.0
25802024-07-30T01:01:02.102Z Compiling shlex v1.3.0
25812024-07-30T01:01:02.192Z Compiling rustc-hash v1.1.0
25822024-07-30T01:01:02.348Z Compiling lazycell v1.3.0
25832024-07-30T01:01:02.377Z Compiling clang-sys v1.7.0
25842024-07-30T01:01:02.409Z Compiling ref-cast v1.0.23
25852024-07-30T01:01:02.479Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25862024-07-30T01:01:02.518Z Compiling derive_builder_core v0.20.0
25872024-07-30T01:01:02.521Z Compiling libxml v0.3.3
25882024-07-30T01:01:02.666Z Compiling ref-cast-impl v1.0.23
25892024-07-30T01:01:02.739Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902024-07-30T01:01:02.949Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25912024-07-30T01:01:02.996Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25922024-07-30T01:01:03.263Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25932024-07-30T01:01:03.281Z Compiling strum_macros v0.24.3
25942024-07-30T01:01:03.658Z Compiling cookie v0.18.1
25952024-07-30T01:01:03.933Z Compiling indoc v1.0.9
25962024-07-30T01:01:04.074Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25972024-07-30T01:01:04.370Z Compiling impl-trait-for-tuples v0.2.2
25982024-07-30T01:01:05.057Z Compiling lalrpop v0.19.12
25992024-07-30T01:01:05.073Z Compiling derive_builder_macro v0.20.0
26002024-07-30T01:01:05.997Z Checking derive_builder v0.20.0
26012024-07-30T01:01:06.037Z Compiling oso-derive v0.27.3
26022024-07-30T01:01:06.151Z Checking quick-xml v0.31.0
26032024-07-30T01:01:07.500Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
26042024-07-30T01:01:07.755Z Checking maplit v1.0.2
26052024-07-30T01:01:07.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26062024-07-30T01:01:08.190Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26072024-07-30T01:01:08.349Z Checking bb8 v0.8.5
26082024-07-30T01:01:08.465Z Compiling const_format_proc_macros v0.2.32
26092024-07-30T01:01:08.854Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26102024-07-30T01:01:09.758Z Checking crossbeam-deque v0.8.5
26112024-07-30T01:01:09.866Z Compiling portable-atomic v1.6.0
26122024-07-30T01:01:10.101Z Checking rayon-core v1.12.1
26132024-07-30T01:01:10.808Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26142024-07-30T01:01:10.939Z Checking const_format v0.2.32
26152024-07-30T01:01:10.998Z Checking castaway v0.2.2
26162024-07-30T01:01:11.158Z Checking compact_str v0.7.1
26172024-07-30T01:01:11.426Z Checking rayon v1.10.0
26182024-07-30T01:01:11.899Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26192024-07-30T01:01:12.120Z Checking unicode-truncate v1.0.0
26202024-07-30T01:01:12.171Z Checking itertools v0.13.0
26212024-07-30T01:01:12.351Z Checking lru v0.12.3
26222024-07-30T01:01:12.647Z Compiling stability v0.2.0
26232024-07-30T01:01:13.701Z Checking unicode-linebreak v0.1.5
26242024-07-30T01:01:14.093Z Checking cassowary v0.3.0
26252024-07-30T01:01:14.533Z Checking smawk v0.3.2
26262024-07-30T01:01:14.740Z Checking number_prefix v0.4.0
26272024-07-30T01:01:14.888Z Checking ratatui v0.27.0
26282024-07-30T01:01:14.925Z Checking textwrap v0.16.1
26292024-07-30T01:01:15.345Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26302024-07-30T01:01:15.475Z Checking indicatif v0.17.8
26312024-07-30T01:01:16.081Z Checking multimap v0.10.0
26322024-07-30T01:01:40.045Z Compiling samael v0.0.15
26332024-07-30T01:01:51.085Z Compiling polar-core v0.27.3
26342024-07-30T01:01:58.457Z Checking oso v0.27.3
26352024-07-30T01:02:28.961Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26362024-07-30T01:02:33.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
26372024-07-30T01:02:33.716Z
26382024-07-30T01:02:33.716Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (114/141)
26392024-07-30T01:02:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-07-30T01:02:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-07-30T01:02:34.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-07-30T01:02:34.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26432024-07-30T01:02:34.456Z
26442024-07-30T01:02:34.456Zinfo: running `cargo check --bins` on nexus-saga-recovery (115/141)
26452024-07-30T01:02:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-07-30T01:02:34.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-07-30T01:02:34.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-07-30T01:02:34.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26492024-07-30T01:02:35.027Z
26502024-07-30T01:02:35.027Zinfo: running `cargo check --bins` on nexus-test-utils-macros (116/141)
26512024-07-30T01:02:35.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-07-30T01:02:35.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-07-30T01:02:35.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-07-30T01:02:35.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26552024-07-30T01:02:35.606Z
26562024-07-30T01:02:35.606Zinfo: running `cargo check --bins` on omicron-nexus (117/141)
26572024-07-30T01:02:36.069Z Downloading crates ...
26582024-07-30T01:02:36.273Z Downloaded olpc-cjson v0.1.3
26592024-07-30T01:02:36.283Z Downloaded pin-project v1.1.5
26602024-07-30T01:02:36.295Z Downloaded pin-project-internal v1.1.5
26612024-07-30T01:02:36.298Z Downloaded parse-size v1.0.0
26622024-07-30T01:02:36.298Z Downloaded fatfs v0.3.6
26632024-07-30T01:02:36.301Z Downloaded assert_matches v1.5.0
26642024-07-30T01:02:36.303Z Downloaded buf-list v1.0.3
26652024-07-30T01:02:36.306Z Downloaded globset v0.4.14
26662024-07-30T01:02:36.306Z Downloaded snafu-derive v0.8.2
26672024-07-30T01:02:36.309Z Downloaded serde_plain v1.0.2
26682024-07-30T01:02:36.312Z Downloaded snafu v0.8.2
26692024-07-30T01:02:36.316Z Downloaded typed-path v0.7.1
26702024-07-30T01:02:36.322Z Downloaded tough v0.17.1
26712024-07-30T01:02:36.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-07-30T01:02:36.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-07-30T01:02:36.492Z Compiling pin-project-internal v1.1.5
26742024-07-30T01:02:36.580Z Compiling snafu-derive v0.8.2
26752024-07-30T01:02:36.583Z Compiling buf-list v1.0.3
26762024-07-30T01:02:36.599Z Checking globset v0.4.14
26772024-07-30T01:02:36.602Z Checking olpc-cjson v0.1.3
26782024-07-30T01:02:36.602Z Checking rand_seeder v0.2.3
26792024-07-30T01:02:36.602Z Checking serde_plain v1.0.2
26802024-07-30T01:02:36.602Z Checking typed-path v0.7.1
26812024-07-30T01:02:36.826Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26822024-07-30T01:02:36.842Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26832024-07-30T01:02:36.858Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26842024-07-30T01:02:37.028Z Checking parse-size v1.0.0
26852024-07-30T01:02:37.067Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26862024-07-30T01:02:37.115Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26872024-07-30T01:02:37.134Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26882024-07-30T01:02:37.196Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26892024-07-30T01:02:37.501Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26902024-07-30T01:02:37.906Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26912024-07-30T01:02:37.993Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26922024-07-30T01:02:38.132Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26932024-07-30T01:02:38.227Z Checking fatfs v0.3.6
26942024-07-30T01:02:38.539Z Checking assert_matches v1.5.0
26952024-07-30T01:02:39.790Z Checking pin-project v1.1.5
26962024-07-30T01:02:40.645Z Checking snafu v0.8.2
26972024-07-30T01:02:40.927Z Checking tough v0.17.1
26982024-07-30T01:02:43.715Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26992024-07-30T01:02:44.795Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002024-07-30T01:03:23.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.55s
27012024-07-30T01:03:23.330Z
27022024-07-30T01:03:23.330Zinfo: running `cargo check --bins` on nexus-internal-api (118/141)
27032024-07-30T01:03:23.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-07-30T01:03:23.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-07-30T01:03:23.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062024-07-30T01:03:23.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27072024-07-30T01:03:23.947Z
27082024-07-30T01:03:23.948Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (119/141)
27092024-07-30T01:03:24.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-07-30T01:03:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-07-30T01:03:24.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-07-30T01:03:24.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27132024-07-30T01:03:24.582Z
27142024-07-30T01:03:24.582Zinfo: running `cargo check --bins` on nexus-networking (120/141)
27152024-07-30T01:03:25.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-07-30T01:03:25.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-07-30T01:03:25.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-07-30T01:03:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27192024-07-30T01:03:25.218Z
27202024-07-30T01:03:25.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (121/141)
27212024-07-30T01:03:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-07-30T01:03:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-07-30T01:03:25.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-07-30T01:03:25.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27252024-07-30T01:03:25.867Z
27262024-07-30T01:03:25.867Zinfo: running `cargo check --bins` on update-common (122/141)
27272024-07-30T01:03:26.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-07-30T01:03:26.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-07-30T01:03:26.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-07-30T01:03:26.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27312024-07-30T01:03:26.495Z
27322024-07-30T01:03:26.495Zinfo: running `cargo check --bins` on tufaceous-lib (123/141)
27332024-07-30T01:03:27.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-07-30T01:03:27.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-07-30T01:03:27.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-07-30T01:03:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27372024-07-30T01:03:27.116Z
27382024-07-30T01:03:27.116Zinfo: running `cargo check --bins` on tufaceous (124/141)
27392024-07-30T01:03:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-07-30T01:03:27.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-07-30T01:03:27.732Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27422024-07-30T01:03:28.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
27432024-07-30T01:03:28.738Z
27442024-07-30T01:03:28.738Zinfo: running `cargo check --bins` on omicron-dev (125/141)
27452024-07-30T01:03:29.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-07-30T01:03:29.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-07-30T01:03:29.544Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27482024-07-30T01:03:29.544Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27492024-07-30T01:03:29.547Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27502024-07-30T01:03:30.859Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27512024-07-30T01:03:33.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
27522024-07-30T01:03:33.581Z
27532024-07-30T01:03:33.581Zinfo: running `cargo check --bins` on openapi-manager (126/141)
27542024-07-30T01:03:34.070Z Downloading crates ...
27552024-07-30T01:03:34.207Z Downloaded indent_write v2.2.0
27562024-07-30T01:03:34.213Z Downloaded is_ci v1.2.0
27572024-07-30T01:03:34.216Z Downloaded supports-color v3.0.0
27582024-07-30T01:03:34.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-07-30T01:03:34.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-07-30T01:03:34.329Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27612024-07-30T01:03:34.329Z Checking is_ci v1.2.0
27622024-07-30T01:03:34.332Z Checking heck v0.4.1
27632024-07-30T01:03:34.332Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27642024-07-30T01:03:34.413Z Checking indent_write v2.2.0
27652024-07-30T01:03:34.505Z Checking supports-color v3.0.0
27662024-07-30T01:03:34.558Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27672024-07-30T01:03:35.906Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27682024-07-30T01:03:36.716Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27692024-07-30T01:03:37.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
27702024-07-30T01:03:37.788Z
27712024-07-30T01:03:37.788Zinfo: running `cargo check --bins` on installinator-api (127/141)
27722024-07-30T01:03:38.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-07-30T01:03:38.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-07-30T01:03:38.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-07-30T01:03:38.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27762024-07-30T01:03:38.387Z
27772024-07-30T01:03:38.387Zinfo: running `cargo check --bins` on wicketd-api (128/141)
27782024-07-30T01:03:38.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-07-30T01:03:38.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-07-30T01:03:38.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-07-30T01:03:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27822024-07-30T01:03:39.002Z
27832024-07-30T01:03:39.002Zinfo: running `cargo check --bins` on reconfigurator-cli (129/141)
27842024-07-30T01:03:39.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-07-30T01:03:39.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-07-30T01:03:39.705Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27872024-07-30T01:03:40.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
27882024-07-30T01:03:40.987Z
27892024-07-30T01:03:40.988Zinfo: running `cargo check --bins` on omicron-releng (130/141)
27902024-07-30T01:03:41.504Z Downloading crates ...
27912024-07-30T01:03:41.591Z Downloaded shell-words v1.1.0
27922024-07-30T01:03:41.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-07-30T01:03:41.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-07-30T01:03:41.686Z Checking memmap2 v0.9.4
27952024-07-30T01:03:41.686Z Checking untrusted v0.7.1
27962024-07-30T01:03:41.686Z Checking constant_time_eq v0.3.0
27972024-07-30T01:03:41.689Z Checking arrayref v0.3.7
27982024-07-30T01:03:41.689Z Checking spin v0.5.2
27992024-07-30T01:03:41.689Z Checking arrayvec v0.7.4
28002024-07-30T01:03:41.689Z Checking cargo-platform v0.1.8
28012024-07-30T01:03:41.768Z Checking topological-sort v0.2.2
28022024-07-30T01:03:41.862Z Checking shell-words v1.1.0
28032024-07-30T01:03:41.991Z Checking ring v0.16.20
28042024-07-30T01:03:42.095Z Checking cargo_metadata v0.18.1
28052024-07-30T01:03:42.107Z Checking blake3 v1.5.1
28062024-07-30T01:03:43.157Z Checking omicron-zone-package v0.11.0
28072024-07-30T01:03:44.237Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
28082024-07-30T01:03:45.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28092024-07-30T01:03:45.221Z
28102024-07-30T01:03:45.221Zinfo: running `cargo check --bins` on xtask (131/141)
28112024-07-30T01:03:45.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-07-30T01:03:45.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-07-30T01:03:45.728Z Checking bitflags v2.5.0
28142024-07-30T01:03:45.728Z Checking bytes v1.6.0
28152024-07-30T01:03:45.731Z Checking serde v1.0.204
28162024-07-30T01:03:45.797Z Checking smallvec v1.13.2
28172024-07-30T01:03:45.800Z Checking scopeguard v1.2.0
28182024-07-30T01:03:45.827Z Checking log v0.4.21
28192024-07-30T01:03:45.830Z Checking hashbrown v0.14.5
28202024-07-30T01:03:45.849Z Checking mio v0.8.11
28212024-07-30T01:03:45.924Z Checking lock_api v0.4.12
28222024-07-30T01:03:46.045Z Checking futures-util v0.3.30
28232024-07-30T01:03:46.068Z Checking thiserror v1.0.62
28242024-07-30T01:03:46.187Z Checking rustix v0.38.34
28252024-07-30T01:03:46.327Z Checking tracing v0.1.40
28262024-07-30T01:03:46.453Z Checking openssl v0.10.66
28272024-07-30T01:03:46.539Z Checking http v0.2.12
28282024-07-30T01:03:46.618Z Checking scroll v0.12.0
28292024-07-30T01:03:46.921Z Checking indexmap v2.2.6
28302024-07-30T01:03:47.118Z Checking generic-array v0.14.7
28312024-07-30T01:03:47.862Z Checking slog v2.7.0
28322024-07-30T01:03:47.893Z Checking time v0.3.36
28332024-07-30T01:03:48.061Z Checking zerocopy v0.7.34
28342024-07-30T01:03:48.294Z Checking pest v2.7.10
28352024-07-30T01:03:48.343Z Checking goblin v0.8.2
28362024-07-30T01:03:49.197Z Checking http-body v0.4.6
28372024-07-30T01:03:49.556Z Checking unicode-normalization v0.1.23
28382024-07-30T01:03:49.560Z Checking unicode-bidi v0.3.15
28392024-07-30T01:03:50.187Z Checking syn v2.0.72
28402024-07-30T01:03:50.430Z Checking idna v0.5.0
28412024-07-30T01:03:50.645Z Checking parking_lot_core v0.9.10
28422024-07-30T01:03:50.665Z Checking dtrace-parser v0.2.0
28432024-07-30T01:03:50.713Z Checking serde_json v1.0.120
28442024-07-30T01:03:50.931Z Checking toml_datetime v0.6.6
28452024-07-30T01:03:50.978Z Checking parking_lot v0.12.2
28462024-07-30T01:03:51.119Z Checking serde_spanned v0.6.6
28472024-07-30T01:03:51.188Z Checking native-tls v0.2.11
28482024-07-30T01:03:51.201Z Checking block-buffer v0.10.4
28492024-07-30T01:03:51.240Z Checking crypto-common v0.1.6
28502024-07-30T01:03:51.305Z Checking toml_edit v0.22.16
28512024-07-30T01:03:51.318Z Checking tokio v1.38.1
28522024-07-30T01:03:51.383Z Checking crossbeam-utils v0.8.19
28532024-07-30T01:03:51.396Z Checking terminal_size v0.3.0
28542024-07-30T01:03:51.485Z Checking digest v0.10.7
28552024-07-30T01:03:51.557Z Checking clap_builder v4.5.9
28562024-07-30T01:03:51.813Z Checking url v2.5.2
28572024-07-30T01:03:52.111Z Checking crossbeam-channel v0.5.12
28582024-07-30T01:03:52.223Z Checking slog-json v2.6.1
28592024-07-30T01:03:52.467Z Checking futures-executor v0.3.30
28602024-07-30T01:03:52.598Z Checking camino v1.1.7
28612024-07-30T01:03:52.684Z Checking cargo-platform v0.1.8
28622024-07-30T01:03:52.822Z Checking serde_urlencoded v0.7.1
28632024-07-30T01:03:52.869Z Checking dof v0.3.0
28642024-07-30T01:03:52.966Z Checking semver v1.0.23
28652024-07-30T01:03:53.125Z Checking xattr v1.3.1
28662024-07-30T01:03:53.254Z Checking slog-async v2.8.0
28672024-07-30T01:03:53.312Z Checking tar v0.4.41
28682024-07-30T01:03:53.393Z Checking cargo_metadata v0.18.1
28692024-07-30T01:03:53.496Z Checking sha2 v0.10.8
28702024-07-30T01:03:53.531Z Checking slog-term v2.9.1
28712024-07-30T01:03:53.774Z Checking toml v0.8.15
28722024-07-30T01:03:54.010Z Checking futures v0.3.30
28732024-07-30T01:03:54.043Z Checking strum v0.26.3
28742024-07-30T01:03:54.061Z Checking slog-bunyan v2.5.0
28752024-07-30T01:03:54.122Z Checking fs-err v2.11.0
28762024-07-30T01:03:54.198Z Checking tabled v0.15.0
28772024-07-30T01:03:54.222Z Checking anyhow v1.0.86
28782024-07-30T01:03:54.437Z Checking macaddr v1.0.1
28792024-07-30T01:03:54.533Z Checking cargo_toml v0.20.4
28802024-07-30T01:03:54.667Z Checking clap v4.5.9
28812024-07-30T01:03:55.005Z Checking usdt-impl v0.5.0
28822024-07-30T01:03:55.395Z Checking usdt v0.5.0
28832024-07-30T01:03:57.270Z Checking tokio-util v0.7.11
28842024-07-30T01:03:57.273Z Checking tokio-native-tls v0.3.1
28852024-07-30T01:03:57.782Z Checking h2 v0.3.26
28862024-07-30T01:04:00.241Z Checking hyper v0.14.28
28872024-07-30T01:04:02.281Z Checking hyper-tls v0.5.0
28882024-07-30T01:04:02.446Z Checking reqwest v0.11.27
28892024-07-30T01:04:03.136Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28902024-07-30T01:04:04.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
28912024-07-30T01:04:04.166Z
28922024-07-30T01:04:04.166Zinfo: running `cargo check --bins` on end-to-end-tests (132/141)
28932024-07-30T01:04:04.602Z Downloading crates ...
28942024-07-30T01:04:04.832Z Downloaded aes v0.8.4
28952024-07-30T01:04:04.842Z Downloaded option-ext v0.2.0
28962024-07-30T01:04:04.847Z Downloaded rand_core v0.5.1
28972024-07-30T01:04:04.850Z Downloaded bcrypt-pbkdf v0.10.0
28982024-07-30T01:04:04.853Z Downloaded internet-checksum v0.2.1
28992024-07-30T01:04:04.856Z Downloaded ghash v0.5.1
29002024-07-30T01:04:04.856Z Downloaded pbkdf2 v0.11.0
29012024-07-30T01:04:04.858Z Downloaded dirs v5.0.1
29022024-07-30T01:04:04.861Z Downloaded polyval v0.6.2
29032024-07-30T01:04:04.861Z Downloaded cbc v0.1.2
29042024-07-30T01:04:04.864Z Downloaded dhcproto-macros v0.1.0
29052024-07-30T01:04:04.864Z Downloaded md5 v0.7.0
29062024-07-30T01:04:04.867Z Downloaded russh-keys v0.43.0
29072024-07-30T01:04:04.873Z Downloaded ed25519 v2.2.3
29082024-07-30T01:04:04.875Z Downloaded dirs-sys v0.4.1
29092024-07-30T01:04:04.875Z Downloaded blowfish v0.9.1
29102024-07-30T01:04:04.878Z Downloaded russh-cryptovec v0.7.2
29112024-07-30T01:04:04.878Z Downloaded rand_chacha v0.2.2
29122024-07-30T01:04:04.881Z Downloaded primeorder v0.13.6
29132024-07-30T01:04:04.881Z Downloaded hex-literal v0.4.1
29142024-07-30T01:04:04.881Z Downloaded ctr v0.9.2
29152024-07-30T01:04:04.883Z Downloaded pbkdf2 v0.12.2
29162024-07-30T01:04:04.886Z Downloaded rfc6979 v0.4.0
29172024-07-30T01:04:04.890Z Downloaded ecdsa v0.16.9
29182024-07-30T01:04:04.892Z Downloaded dhcproto v0.11.0
29192024-07-30T01:04:04.895Z Downloaded password-hash v0.4.2
29202024-07-30T01:04:04.898Z Downloaded getrandom v0.1.16
29212024-07-30T01:04:04.907Z Downloaded p256 v0.13.2
29222024-07-30T01:04:04.910Z Downloaded ed25519-dalek v2.1.1
29232024-07-30T01:04:04.914Z Downloaded russh v0.43.0
29242024-07-30T01:04:04.919Z Downloaded rand v0.7.3
29252024-07-30T01:04:04.923Z Downloaded p521 v0.13.3
29262024-07-30T01:04:04.927Z Downloaded aes-gcm v0.10.3
29272024-07-30T01:04:04.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-07-30T01:04:04.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-07-30T01:04:05.076Z Compiling getrandom v0.1.16
29302024-07-30T01:04:05.167Z Checking rfc6979 v0.4.0
29312024-07-30T01:04:05.178Z Checking primeorder v0.13.6
29322024-07-30T01:04:05.181Z Checking option-ext v0.2.0
29332024-07-30T01:04:05.196Z Checking ed25519 v2.2.3
29342024-07-30T01:04:05.199Z Checking polyval v0.6.2
29352024-07-30T01:04:05.199Z Checking aes v0.8.4
29362024-07-30T01:04:05.199Z Checking blowfish v0.9.1
29372024-07-30T01:04:05.281Z Checking dirs-sys v0.4.1
29382024-07-30T01:04:05.308Z Checking ecdsa v0.16.9
29392024-07-30T01:04:05.463Z Checking ctr v0.9.2
29402024-07-30T01:04:05.466Z Checking password-hash v0.4.2
29412024-07-30T01:04:05.480Z Checking pbkdf2 v0.12.2
29422024-07-30T01:04:05.498Z Checking dirs v5.0.1
29432024-07-30T01:04:05.609Z Checking ghash v0.5.1
29442024-07-30T01:04:05.634Z Checking ed25519-dalek v2.1.1
29452024-07-30T01:04:05.650Z Checking bcrypt-pbkdf v0.10.0
29462024-07-30T01:04:05.674Z Checking cbc v0.1.2
29472024-07-30T01:04:05.771Z Checking russh-cryptovec v0.7.2
29482024-07-30T01:04:05.881Z Checking pbkdf2 v0.11.0
29492024-07-30T01:04:05.896Z Checking md5 v0.7.0
29502024-07-30T01:04:05.913Z Compiling dhcproto-macros v0.1.0
29512024-07-30T01:04:05.945Z Checking hex-literal v0.4.1
29522024-07-30T01:04:05.963Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29532024-07-30T01:04:06.008Z Checking p256 v0.13.2
29542024-07-30T01:04:06.074Z Checking p521 v0.13.3
29552024-07-30T01:04:06.109Z Checking rand_core v0.5.1
29562024-07-30T01:04:06.130Z Checking aes-gcm v0.10.3
29572024-07-30T01:04:06.145Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29582024-07-30T01:04:06.159Z Checking internet-checksum v0.2.1
29592024-07-30T01:04:06.407Z Checking rand_chacha v0.2.2
29602024-07-30T01:04:06.663Z Checking dhcproto v0.11.0
29612024-07-30T01:04:06.666Z Checking rand v0.7.3
29622024-07-30T01:04:07.580Z Checking russh-keys v0.43.0
29632024-07-30T01:04:08.289Z Checking russh v0.43.0
29642024-07-30T01:04:24.695Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29652024-07-30T01:04:25.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.77s
29662024-07-30T01:04:26.095Z
29672024-07-30T01:04:26.095Zinfo: running `cargo check --bins` on gateway-cli (133/141)
29682024-07-30T01:04:26.600Z Downloading crates ...
29692024-07-30T01:04:26.688Z Downloaded termios v0.3.3
29702024-07-30T01:04:26.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-07-30T01:04:26.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-07-30T01:04:26.776Z Checking termios v0.3.3
29732024-07-30T01:04:26.964Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29742024-07-30T01:04:27.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
29752024-07-30T01:04:27.804Z
29762024-07-30T01:04:27.804Zinfo: running `cargo check --bins --no-default-features` on installinator (134/141)
29772024-07-30T01:04:28.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-07-30T01:04:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-07-30T01:04:28.475Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29802024-07-30T01:04:30.441Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29812024-07-30T01:04:32.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
29822024-07-30T01:04:32.295Z
29832024-07-30T01:04:32.295Zinfo: running `cargo check --bins` on internal-dns-cli (135/141)
29842024-07-30T01:04:32.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-07-30T01:04:32.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-07-30T01:04:32.892Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29872024-07-30T01:04:33.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29882024-07-30T01:04:33.445Z
29892024-07-30T01:04:33.445Zinfo: running `cargo check --bins` on omicron-package (136/141)
29902024-07-30T01:04:33.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-07-30T01:04:33.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-07-30T01:04:34.076Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932024-07-30T01:04:35.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
29942024-07-30T01:04:35.361Z
29952024-07-30T01:04:35.361Zinfo: running `cargo check --bins` on wicket-dbg (137/141)
29962024-07-30T01:04:35.859Z Downloading crates ...
29972024-07-30T01:04:35.956Z Downloaded rtoolbox v0.0.2
29982024-07-30T01:04:35.959Z Downloaded tui-tree-widget v0.21.0
29992024-07-30T01:04:35.964Z Downloaded rpassword v7.3.1
30002024-07-30T01:04:35.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-07-30T01:04:35.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-07-30T01:04:36.077Z Checking rtoolbox v0.0.2
30032024-07-30T01:04:36.077Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30042024-07-30T01:04:36.081Z Checking tui-tree-widget v0.21.0
30052024-07-30T01:04:36.269Z Checking rpassword v7.3.1
30062024-07-30T01:04:40.126Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30072024-07-30T01:04:43.029Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30082024-07-30T01:04:44.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s
30092024-07-30T01:04:44.239Z
30102024-07-30T01:04:44.239Zinfo: running `cargo check --bins` on wicket (138/141)
30112024-07-30T01:04:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-07-30T01:04:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-07-30T01:04:44.891Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30142024-07-30T01:04:45.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30152024-07-30T01:04:45.375Z
30162024-07-30T01:04:45.375Zinfo: running `cargo check --bins` on wicketd (139/141)
30172024-07-30T01:04:45.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-07-30T01:04:45.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-07-30T01:04:46.069Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30202024-07-30T01:04:49.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30212024-07-30T01:04:49.614Z
30222024-07-30T01:04:49.614Zinfo: running `cargo check --bins` on omicron-workspace-hack (140/141)
30232024-07-30T01:04:50.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-07-30T01:04:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-07-30T01:04:50.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-07-30T01:04:50.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30272024-07-30T01:04:50.219Z
30282024-07-30T01:04:50.219Zinfo: running `cargo check --bins` on zone-setup (141/141)
30292024-07-30T01:04:50.793Z Downloading crates ...
30302024-07-30T01:04:50.850Z Downloaded uzers v0.11.3
30312024-07-30T01:04:50.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-07-30T01:04:50.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-07-30T01:04:50.976Z Checking uzers v0.11.3
30342024-07-30T01:04:51.249Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30352024-07-30T01:04:52.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
30362024-07-30T01:04:52.533Z
30372024-07-30T01:04:52.533Zreal 11:45.758841464
30382024-07-30T01:04:52.533Zuser 30:51.991607646
30392024-07-30T01:04:52.533Zsys 6:23.794056012
30402024-07-30T01:04:52.533Ztrap 0.790173682
30412024-07-30T01:04:52.533Ztflt 2.692314901
30422024-07-30T01:04:52.533Zdflt 2.781587306
30432024-07-30T01:04:52.533Zkflt 0.003467839
30442024-07-30T01:04:52.533Zlock 2:17:44.520229594
30452024-07-30T01:04:52.536Zslp 2:11:00.531883087
30462024-07-30T01:04:52.536Zlat 1:17.966534075
30472024-07-30T01:04:52.536Zstop 3:10.448251724
30482024-07-30T01:04:52.536Zprocess exited: duration 903987 ms, exit code 0
 
30492024-07-30T01:04:52.543Zfound 0 output files