01J35X9PYRB2AQ984F4FPRY8NM: 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: 01J35X9ZFK6AREJBXZ2N35D89N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T16:31:25.388Zjob assigned to worker 01J35XA0TX64G409YZE2REHJKM (queued for 33 s)
 
22024-07-19T16:31:26.347Zstarting task 0: "setup"
32024-07-19T16:31:26.373Z++ uname -s
42024-07-19T16:31:26.373Z+ kern=SunOS
52024-07-19T16:31:26.373Z+ case "$kern" in
62024-07-19T16:31:26.373Z+ groupadd -g 12345 build
72024-07-19T16:31:26.373Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T16:31:28.378Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T16:31:28.421Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T16:31:28.445Z+ home_fs=zfs
112024-07-19T16:31:28.445Z+ [[ zfs == autofs ]]
122024-07-19T16:31:28.445Z+ mkdir -p /home/build
132024-07-19T16:31:28.445Z+ chown build:build /home/build /work
142024-07-19T16:31:30.430Z+ chmod 0700 /home/build /work
152024-07-19T16:31:30.454Zprocess exited: duration 4087 ms, exit code 0
 
162024-07-19T16:31:30.503Zstarting task 1: "rust-toolchain"
172024-07-19T16:31:30.527Z+ printf ' * toolchain channel = "%s"
182024-07-19T16:31:30.527Z * toolchain channel = "1.78.0"
192024-07-19T16:31:30.527Z * toolchain profile = "default"
202024-07-19T16:31:30.527Z' 1.78.0
212024-07-19T16:31:30.527Z+ printf ' * toolchain profile = "%s"
222024-07-19T16:31:30.527Z' default
232024-07-19T16:31:30.527Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T16:31:30.527Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-19T16:31:35.664Zinfo: downloading installer
262024-07-19T16:31:36.132Zinfo: profile set to 'default'
272024-07-19T16:31:36.132Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T16:31:36.132Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-19T16:31:36.240Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-19T16:31:36.240Zinfo: downloading component 'cargo'
312024-07-19T16:31:36.400Zinfo: downloading component 'clippy'
322024-07-19T16:31:36.460Zinfo: downloading component 'rust-docs'
332024-07-19T16:31:36.699Zinfo: downloading component 'rust-std'
342024-07-19T16:31:36.997Zinfo: downloading component 'rustc'
352024-07-19T16:31:37.649Zinfo: downloading component 'rustfmt'
362024-07-19T16:31:37.687Zinfo: installing component 'cargo'
372024-07-19T16:31:38.804Zinfo: installing component 'clippy'
382024-07-19T16:31:39.217Zinfo: installing component 'rust-docs'
392024-07-19T16:31:41.780Zinfo: installing component 'rust-std'
402024-07-19T16:31:43.660Zinfo: installing component 'rustc'
412024-07-19T16:31:48.464Zinfo: installing component 'rustfmt'
422024-07-19T16:31:48.829Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-19T16:31:48.829Z
442024-07-19T16:31:48.951Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-19T16:31:48.951Z
462024-07-19T16:31:48.951Z
472024-07-19T16:31:48.951ZRust is installed now. Great!
482024-07-19T16:31:48.951Z
492024-07-19T16:31:48.951ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T16:31:48.975Zenvironment variable. This has not been done automatically.
512024-07-19T16:31:48.975Z
522024-07-19T16:31:48.975ZTo configure your current shell, you need to source
532024-07-19T16:31:48.975Zthe corresponding env file under $HOME/.cargo.
542024-07-19T16:31:48.975Z
552024-07-19T16:31:48.975ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T16:31:48.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T16:31:48.975Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T16:31:49.012Z+ rustc --version
592024-07-19T16:31:49.126Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-19T16:31:49.149Zprocess exited: duration 18629 ms, exit code 0
 
612024-07-19T16:31:49.201Zstarting task 2: "authentication"
622024-07-19T16:31:49.259Zprocess exited: duration 60 ms, exit code 0
 
632024-07-19T16:31:49.309Zstarting task 3: "clone repository"
642024-07-19T16:31:49.333Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-19T16:31:49.333Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-19T16:31:49.357ZCloning into '/work/oxidecomputer/omicron'...
672024-07-19T16:31:55.532Z+ cd /work/oxidecomputer/omicron
682024-07-19T16:31:55.532Z+ git fetch origin ea8e04155df20d01a64c93f92af7609261fe0506
692024-07-19T16:31:55.957ZFrom https://github.com/oxidecomputer/omicron
702024-07-19T16:31:55.957Z * branch ea8e04155df20d01a64c93f92af7609261fe0506 -> FETCH_HEAD
712024-07-19T16:31:55.981Z+ [[ -n move-switch-data-link-timeseries-to-toml ]]
722024-07-19T16:31:55.981Z++ git branch --show-current
732024-07-19T16:31:55.981Z+ current=main
742024-07-19T16:31:55.981Z+ [[ main != move-switch-data-link-timeseries-to-toml ]]
752024-07-19T16:31:55.981Z+ git branch -f move-switch-data-link-timeseries-to-toml ea8e04155df20d01a64c93f92af7609261fe0506
762024-07-19T16:31:56.005Z+ git checkout -f move-switch-data-link-timeseries-to-toml
772024-07-19T16:31:56.138ZSwitched to branch 'move-switch-data-link-timeseries-to-toml'
782024-07-19T16:31:56.162Z+ git reset --hard ea8e04155df20d01a64c93f92af7609261fe0506
792024-07-19T16:31:56.279ZHEAD is now at ea8e04155 update openapi spec
802024-07-19T16:31:56.303Zprocess exited: duration 6974 ms, exit code 0
 
812024-07-19T16:31:56.351Zstarting task 4: "build"
822024-07-19T16:31:56.381Z+ cargo --version
832024-07-19T16:31:56.450Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-19T16:31:56.475Z+ rustc --version
852024-07-19T16:31:56.547Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-19T16:31:56.572Z+ source ./env.sh
872024-07-19T16:31:56.573Z++ OLD_SHELL_OPTS=ehxB
882024-07-19T16:31:56.573Z++ set -o xtrace
892024-07-19T16:31:56.573Z++++ dirname ./env.sh
902024-07-19T16:31:56.573Z+++ readlink -f .
912024-07-19T16:31:56.573Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ 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-19T16:31:56.573Z++ case $OLD_SHELL_OPTS in
1012024-07-19T16:31:56.573Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-19T16:31:56.573Z+ 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-19T16:31:56.573Z+ 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-19T16:31:56.573Z+ banner prerequisites
1052024-07-19T16:31:56.573Z
1062024-07-19T16:31:56.573Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-19T16:31:56.573Z # # # # # # # # # # # # # # #
1082024-07-19T16:31:56.573Z # # # # ##### # # ##### # # # # # #### #
1092024-07-19T16:31:56.573Z ##### ##### # ##### # # # # # # # # #
1102024-07-19T16:31:56.573Z # # # # # # # # # # # # # # #
1112024-07-19T16:31:56.573Z # # # ###### # # ###### ### # #### # #### #
1122024-07-19T16:31:56.573Z
1132024-07-19T16:31:56.573Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-19T16:32:02.949Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-19T16:32:05.446Z Startup: Caching catalogs ... Done
1162024-07-19T16:32:09.227ZPlanning: Solver setup ... Done (3.172s)
1172024-07-19T16:32:09.290ZPlanning: Running solver ... Done (0.063s)
1182024-07-19T16:32:09.336ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-19T16:32:09.420ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-19T16:32:09.794ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-19T16:32:09.856ZPlanning: Package planning ... Done (0.062s)
1222024-07-19T16:32:09.914ZPlanning: Merging actions ... Done (0.058s)
1232024-07-19T16:32:10.272ZPlanning: Checking for conflicting actions ... Done (0.355s)
1242024-07-19T16:32:10.297ZPlanning: Consolidating action changes ... Done (0.014s)
1252024-07-19T16:32:10.925ZPlanning: Evaluating mediators ... Done (0.641s)
1262024-07-19T16:32:10.949ZPlanning: Planning completed in 5.43 seconds
1272024-07-19T16:32:10.973Z Packages to install: 4
1282024-07-19T16:32:10.973Z Mediators to change: 2
1292024-07-19T16:32:10.973Z Services to change: 1
1302024-07-19T16:32:10.973Z Estimated space available: 148.89 GB
1312024-07-19T16:32:10.973ZEstimated space to be consumed: 1.47 GB
1322024-07-19T16:32:10.973Z Create boot environment: No
1332024-07-19T16:32:10.973ZCreate backup boot environment: No
1342024-07-19T16:32:10.973Z Rebuild boot archive: No
1352024-07-19T16:32:10.973Z
1362024-07-19T16:32:10.974ZChanged mediators:
1372024-07-19T16:32:10.974Z mediator clang:
1382024-07-19T16:32:10.974Z version: None -> 15 (system default)
1392024-07-19T16:32:10.974Z
1402024-07-19T16:32:10.974Z mediator llvm:
1412024-07-19T16:32:10.974Z version: 14 (system default) -> 15 (system default)
1422024-07-19T16:32:10.974Z
1432024-07-19T16:32:10.974ZChanged packages:
1442024-07-19T16:32:10.974Zhelios-dev
1452024-07-19T16:32:10.974Z developer/build-essential
1462024-07-19T16:32:10.974Z None -> 11-2.0
1472024-07-19T16:32:10.974Z library/libxmlsec1
1482024-07-19T16:32:10.974Z None -> 1.2.35-2.0
1492024-07-19T16:32:10.974Z ooce/developer/clang-15
1502024-07-19T16:32:10.974Z None -> 15.0.7-2.0
1512024-07-19T16:32:10.974Z ooce/developer/llvm-15
1522024-07-19T16:32:10.974Z None -> 15.0.7-2.0
1532024-07-19T16:32:10.974Z
1542024-07-19T16:32:10.974ZServices:
1552024-07-19T16:32:10.974Z restart_fmri:
1562024-07-19T16:32:10.974Z svc:/system/update-man-index:default
1572024-07-19T16:32:11.006Z
1582024-07-19T16:32:11.006ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-19T16:33:09.237ZDownload: 1065/3290 items 19.7/212.6MB 9% complete (4.1M/s)
1602024-07-19T16:33:09.287ZDownload: 1198/3290 items 81.2/212.6MB 38% complete (8.6M/s)
1612024-07-19T16:33:09.287ZDownload: 1774/3290 items 118.3/212.6MB 55% complete (9.9M/s)
1622024-07-19T16:33:09.287ZDownload: 3132/3290 items 130.2/212.6MB 61% complete (4.8M/s)
1632024-07-19T16:33:09.287ZDownload: 3248/3290 items 195.1/212.6MB 91% complete (7.6M/s)
1642024-07-19T16:33:09.287ZDownload: Completed 212.60 MB in 27.50 seconds (7.7M/s)
1652024-07-19T16:33:09.287Z Actions: 1/3689 actions (Installing new actions)
1662024-07-19T16:33:09.287Z Actions: 3463/3689 actions (Installing new actions)
1672024-07-19T16:33:09.287Z Actions: Completed 3689 actions in 5.56 seconds.
1682024-07-19T16:33:09.287Z Done (0.353s)
1692024-07-19T16:33:09.287Z Done (0.000s)
1702024-07-19T16:33:09.287Z Done (0.401s)
1712024-07-19T16:33:09.287Z Done (4.543s)
1722024-07-19T16:33:09.287Z Done (0.018s)
1732024-07-19T16:33:09.287Z Done (0.000s)
1742024-07-19T16:33:09.287Z Done (0.000s)
1752024-07-19T16:33:09.287ZPlanning: Evaluating mediator changes ... Done
1762024-07-19T16:33:09.287ZPlanning: Checking for conflicting actions ... Done
1772024-07-19T16:33:09.287ZPlanning: Consolidating action changes ... Done
1782024-07-19T16:33:09.287ZPlanning: Evaluating mediators ... Done
1792024-07-19T16:33:09.287ZPlanning: Planning completed in 0.52 seconds
1802024-07-19T16:33:09.287Z Mediators to change: 2
1812024-07-19T16:33:09.287Z Create boot environment: No
1822024-07-19T16:33:09.288ZCreate backup boot environment: No
1832024-07-19T16:33:09.288Z Done
1842024-07-19T16:33:09.288Z Done
1852024-07-19T16:33:09.288Z Done
1862024-07-19T16:33:09.288Z Done
1872024-07-19T16:33:09.288Z Done
1882024-07-19T16:33:09.288Z Done
1892024-07-19T16:33:09.288Z Done
1902024-07-19T16:33:09.288ZPlanning: Evaluating mediator changes ... Done
1912024-07-19T16:33:09.288ZPlanning: Merging actions ... Done
1922024-07-19T16:33:09.288ZPlanning: Checking for conflicting actions ... Done
1932024-07-19T16:33:09.288ZPlanning: Consolidating action changes ... Done
1942024-07-19T16:33:09.288ZPlanning: Evaluating mediators ... Done
1952024-07-19T16:33:09.288ZPlanning: Planning completed in 0.89 seconds
1962024-07-19T16:33:09.288Z Packages to change: 1
1972024-07-19T16:33:09.288Z Mediators to change: 1
1982024-07-19T16:33:09.288Z Services to change: 1
1992024-07-19T16:33:09.288Z Create boot environment: No
2002024-07-19T16:33:09.288ZCreate backup boot environment: Yes
2012024-07-19T16:33:09.288Z Actions: 1/6 actions (Updating modified actions)
2022024-07-19T16:33:09.288Z Actions: Completed 6 actions in 0.00 seconds.
2032024-07-19T16:33:09.288Z Done
2042024-07-19T16:33:09.288Z Done
2052024-07-19T16:33:09.288Z Done
2062024-07-19T16:33:09.288Z Done
2072024-07-19T16:33:09.288Z Done
2082024-07-19T16:33:09.288Z Done
2092024-07-19T16:33:09.288Z Done
2102024-07-19T16:33:09.288ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-19T16:33:09.288Zclang system 15 system
2122024-07-19T16:33:09.289Zcsh system system illumos
2132024-07-19T16:33:09.289Zctags system system illumos
2142024-07-19T16:33:09.289Zgcc vendor 12 vendor
2152024-07-19T16:33:09.289Zgcc system 10 system
2162024-07-19T16:33:09.289Zgcc system 7 system
2172024-07-19T16:33:09.289Zgo system 1.20 system
2182024-07-19T16:33:09.289Zgo system 1.19 system
2192024-07-19T16:33:09.289Zllvm system 15 system
2202024-07-19T16:33:09.289Zllvm system 14 system
2212024-07-19T16:33:09.289Zmariadb system 10.6 system
2222024-07-19T16:33:09.289Zmta vendor vendor dma
2232024-07-19T16:33:09.289Zopenjdk system 17 system
2242024-07-19T16:33:09.289Zopenjdk system 11 system
2252024-07-19T16:33:09.289Zopenjdk system 1.8 system
2262024-07-19T16:33:09.289Zopenssl vendor 3 vendor
2272024-07-19T16:33:09.289Zperl system 5.36 system
2282024-07-19T16:33:09.289Zpostgresql system 15 system
2292024-07-19T16:33:09.289Zpostgresql system 13 system
2302024-07-19T16:33:09.289Zpython vendor 3 vendor
2312024-07-19T16:33:09.289Zpython system 2 system
2322024-07-19T16:33:09.289Zpython3 system 3.11 system
2332024-07-19T16:33:09.289Zruby system 3.0 system
2342024-07-19T16:33:09.289Zwords vendor vendor american-english
2352024-07-19T16:33:09.289Zwords system system australian-english
2362024-07-19T16:33:09.289Zwords system system british-english
2372024-07-19T16:33:09.289Zwords system system canadian-english
2382024-07-19T16:33:09.289Zwords system system french
2392024-07-19T16:33:09.289Zwords system system italian
2402024-07-19T16:33:09.290Zwords system system ngerman
2412024-07-19T16:33:09.290Zwords system system ogerman
2422024-07-19T16:33:09.290Zwords system system spanish
2432024-07-19T16:33:09.290ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-19T16:33:09.290Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-19T16:33:09.290ZFMRI IFO
2462024-07-19T16:33:09.290Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-19T16:33:09.290Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-19T16:33:09.290Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-19T16:33:09.290Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-19T16:33:09.290Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-19T16:33:09.290Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-19T16:33:09.290Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-19T16:33:09.290Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-19T16:33:09.290Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-19T16:33:09.290Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-19T16:33:09.290Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-07-19T16:33:09.290Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-07-19T16:33:09.290Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-07-19T16:33:09.290Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-19T16:33:09.315Z Updating crates.io index
2612024-07-19T16:33:09.315Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-19T16:33:09.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-19T16:33:09.315Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-19T16:33:09.315Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-19T16:33:11.370Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-19T16:33:11.668Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-19T16:33:11.984Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-19T16:33:13.023Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-19T16:34:11.914Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-07-19T16:34:12.006Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-07-19T16:34:12.006Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-07-19T16:34:12.006Z Downloading crates ...
2912024-07-19T16:34:12.006Z Downloaded is-terminal v0.4.12
2922024-07-19T16:34:12.006Z Downloaded openssl-probe v0.1.5
2932024-07-19T16:34:12.006Z Downloaded want v0.3.1
2942024-07-19T16:34:12.006Z Downloaded zerocopy-derive v0.7.34
2952024-07-19T16:34:12.006Z Downloaded xattr v1.3.1
2962024-07-19T16:34:12.006Z Downloaded usdt-attr-macro v0.5.0
2972024-07-19T16:34:12.006Z Downloaded utf8parse v0.2.1
2982024-07-19T16:34:12.006Z Downloaded typenum v1.17.0
2992024-07-19T16:34:12.006Z Downloaded httparse v1.8.0
3002024-07-19T16:34:12.006Z Downloaded url v2.5.0
3012024-07-19T16:34:12.007Z Downloaded zerocopy v0.7.34
3022024-07-19T16:34:12.007Z Downloaded pest v2.7.10
3032024-07-19T16:34:12.007Z Downloaded unicode-width v0.1.13
3042024-07-19T16:34:12.007Z Downloaded rustix v0.38.34
3052024-07-19T16:34:12.007Z Downloaded tokio v1.38.1
3062024-07-19T16:34:12.007Z Downloaded libc v0.2.155
3072024-07-19T16:34:12.007Z Downloaded idna v0.5.0
3082024-07-19T16:34:12.007Z Downloaded hyper v0.14.28
3092024-07-19T16:34:12.007Z Downloaded http v0.2.12
3102024-07-19T16:34:12.007Z Downloaded encoding_rs v0.8.34
3112024-07-19T16:34:12.007Z Downloaded hashbrown v0.14.5
3122024-07-19T16:34:12.007Z Downloaded h2 v0.3.26
3132024-07-19T16:34:12.007Z Downloaded goblin v0.8.2
3142024-07-19T16:34:12.007Z Downloaded futures-util v0.3.30
3152024-07-19T16:34:12.007Z Downloaded clap_builder v4.5.9
3162024-07-19T16:34:12.007Z Downloaded openssl-sys v0.9.102
3172024-07-19T16:34:12.007Z Downloaded openssl v0.10.64
3182024-07-19T16:34:12.007Z Downloaded memchr v2.7.2
3192024-07-19T16:34:12.007Z Downloaded log v0.4.21
3202024-07-19T16:34:12.007Z Downloaded winnow v0.6.8
3212024-07-19T16:34:12.007Z Downloaded vcpkg v0.2.15
3222024-07-19T16:34:12.007Z Downloaded unicode-normalization v0.1.23
3232024-07-19T16:34:12.007Z Downloaded tokio-util v0.7.11
3242024-07-19T16:34:12.007Z Downloaded tabled v0.15.0
3252024-07-19T16:34:12.007Z Downloaded syn v2.0.71
3262024-07-19T16:34:12.007Z Downloaded syn v1.0.109
3272024-07-19T16:34:12.007Z Downloaded pest_meta v2.7.10
3282024-07-19T16:34:12.007Z Downloaded parking_lot v0.12.2
3292024-07-19T16:34:12.007Z Downloaded miniz_oxide v0.7.2
3302024-07-19T16:34:12.007Z Downloaded ipnet v2.9.0
3312024-07-19T16:34:12.007Z Downloaded flate2 v1.0.30
3322024-07-19T16:34:12.007Z Downloaded crossbeam-channel v0.5.12
3332024-07-19T16:34:12.007Z Downloaded cc v1.0.97
3342024-07-19T16:34:12.007Z Downloaded base64 v0.21.7
3352024-07-19T16:34:12.007Z Downloaded unicode-bidi v0.3.15
3362024-07-19T16:34:12.007Z Downloaded tracing-core v0.1.32
3372024-07-19T16:34:12.007Z Downloaded toml_edit v0.22.14
3382024-07-19T16:34:12.007Z Downloaded time v0.3.36
3392024-07-19T16:34:12.008Z Downloaded serde_json v1.0.120
3402024-07-19T16:34:12.008Z Downloaded reqwest v0.11.27
3412024-07-19T16:34:12.008Z Downloaded pest_derive v2.7.10
3422024-07-19T16:34:12.008Z Downloaded once_cell v1.19.0
3432024-07-19T16:34:12.008Z Downloaded native-tls v0.2.11
3442024-07-19T16:34:12.008Z Downloaded mio v0.8.11
3452024-07-19T16:34:12.008Z Downloaded indexmap v2.2.6
3462024-07-19T16:34:12.008Z Downloaded crossbeam-utils v0.8.19
3472024-07-19T16:34:12.008Z Downloaded clap v4.5.9
3482024-07-19T16:34:12.008Z Downloaded tar v0.4.41
3492024-07-19T16:34:12.008Z Downloaded papergrid v0.11.0
3502024-07-19T16:34:12.008Z Downloaded tracing v0.1.40
3512024-07-19T16:34:12.008Z Downloaded time-macros v0.2.18
3522024-07-19T16:34:12.008Z Downloaded socket2 v0.5.7
3532024-07-19T16:34:12.008Z Downloaded percent-encoding v2.3.1
3542024-07-19T16:34:12.008Z Downloaded futures-channel v0.3.30
3552024-07-19T16:34:12.008Z Downloaded camino v1.1.7
3562024-07-19T16:34:12.008Z Downloaded unicode-ident v1.0.12
3572024-07-19T16:34:12.008Z Downloaded ucd-trie v0.1.6
3582024-07-19T16:34:12.008Z Downloaded tower-service v0.3.2
3592024-07-19T16:34:12.008Z Downloaded toml_datetime v0.6.6
3602024-07-19T16:34:12.008Z Downloaded toml v0.8.14
3612024-07-19T16:34:12.008Z Downloaded tokio-macros v2.3.0
3622024-07-19T16:34:12.008Z Downloaded tabled_derive v0.7.0
3632024-07-19T16:34:12.008Z Downloaded socket2 v0.4.10
3642024-07-19T16:34:12.008Z Downloaded smallvec v1.13.2
3652024-07-19T16:34:12.008Z Downloaded slog v2.7.0
3662024-07-19T16:34:12.008Z Downloaded sha2 v0.10.8
3672024-07-19T16:34:12.008Z Downloaded serde v1.0.204
3682024-07-19T16:34:12.008Z Downloaded num_cpus v1.16.0
3692024-07-19T16:34:12.008Z Downloaded heck v0.5.0
3702024-07-19T16:34:12.034Z Downloaded bytes v1.6.0
3712024-07-19T16:34:12.034Z Downloaded version_check v0.9.4
3722024-07-19T16:34:12.034Z Downloaded tinyvec_macros v0.1.1
3732024-07-19T16:34:12.034Z Downloaded tinyvec v1.6.0
3742024-07-19T16:34:12.034Z Downloaded thread-id v4.2.1
3752024-07-19T16:34:12.034Z Downloaded thiserror v1.0.62
3762024-07-19T16:34:12.034Z Downloaded term v0.7.0
3772024-07-19T16:34:12.034Z Downloaded slog-async v2.8.0
3782024-07-19T16:34:12.034Z Downloaded serde_tokenstream v0.2.1
3792024-07-19T16:34:12.034Z Downloaded serde_derive v1.0.204
3802024-07-19T16:34:12.034Z Downloaded semver v1.0.23
3812024-07-19T16:34:12.034Z Downloaded scopeguard v1.2.0
3822024-07-19T16:34:12.034Z Downloaded ryu v1.0.18
3832024-07-19T16:34:12.034Z Downloaded proc-macro2 v1.0.86
3842024-07-19T16:34:12.034Z Downloaded openssl-macros v0.1.1
3852024-07-19T16:34:12.034Z Downloaded memmap v0.7.0
3862024-07-19T16:34:12.035Z Downloaded lock_api v0.4.12
3872024-07-19T16:34:12.035Z Downloaded futures-sink v0.3.30
3882024-07-19T16:34:12.035Z Downloaded errno v0.3.9
3892024-07-19T16:34:12.035Z Downloaded deranged v0.3.11
3902024-07-19T16:34:12.035Z Downloaded crc32fast v1.4.0
3912024-07-19T16:34:12.035Z Downloaded cargo_metadata v0.18.1
3922024-07-19T16:34:12.035Z Downloaded anyhow v1.0.86
3932024-07-19T16:34:12.035Z Downloaded usdt-impl v0.5.0
3942024-07-19T16:34:12.035Z Downloaded tokio-native-tls v0.3.1
3952024-07-19T16:34:12.035Z Downloaded terminal_size v0.3.0
3962024-07-19T16:34:12.035Z Downloaded swrite v0.1.0
3972024-07-19T16:34:12.035Z Downloaded strum_macros v0.26.4
3982024-07-19T16:34:12.035Z Downloaded strum v0.26.3
3992024-07-19T16:34:12.035Z Downloaded slog-bunyan v2.5.0
4002024-07-19T16:34:12.035Z Downloaded serde_urlencoded v0.7.1
4012024-07-19T16:34:12.035Z Downloaded serde_spanned v0.6.6
4022024-07-19T16:34:12.035Z Downloaded parking_lot_core v0.9.10
4032024-07-19T16:34:12.035Z Downloaded match_cfg v0.1.0
4042024-07-19T16:34:12.035Z Downloaded http-body v0.4.6
4052024-07-19T16:34:12.035Z Downloaded futures-executor v0.3.30
4062024-07-19T16:34:12.035Z Downloaded futures v0.3.30
4072024-07-19T16:34:12.035Z Downloaded fs-err v2.11.0
4082024-07-19T16:34:12.035Z Downloaded dof v0.3.0
4092024-07-19T16:34:12.035Z Downloaded dirs-next v2.0.0
4102024-07-19T16:34:12.035Z Downloaded cpufeatures v0.2.12
4112024-07-19T16:34:12.035Z Downloaded clap_lex v0.7.0
4122024-07-19T16:34:12.035Z Downloaded cargo-platform v0.1.8
4132024-07-19T16:34:12.035Z Downloaded byteorder v1.5.0
4142024-07-19T16:34:12.035Z Downloaded bitflags v2.5.0
4152024-07-19T16:34:12.035Z Downloaded anstream v0.6.14
4162024-07-19T16:34:12.035Z Downloaded usdt-macro v0.5.0
4172024-07-19T16:34:12.035Z Downloaded usdt v0.5.0
4182024-07-19T16:34:12.035Z Downloaded try-lock v0.2.5
4192024-07-19T16:34:12.035Z Downloaded time-core v0.1.2
4202024-07-19T16:34:12.035Z Downloaded thread_local v1.1.8
4212024-07-19T16:34:12.035Z Downloaded thiserror-impl v1.0.62
4222024-07-19T16:34:12.035Z Downloaded take_mut v0.2.2
4232024-07-19T16:34:12.035Z Downloaded sync_wrapper v0.1.2
4242024-07-19T16:34:12.035Z Downloaded strsim v0.11.1
4252024-07-19T16:34:12.036Z Downloaded slog-term v2.9.1
4262024-07-19T16:34:12.036Z Downloaded slog-json v2.6.1
4272024-07-19T16:34:12.036Z Downloaded slab v0.4.9
4282024-07-19T16:34:12.036Z Downloaded signal-hook-registry v1.4.2
4292024-07-19T16:34:12.036Z Downloaded scroll_derive v0.12.0
4302024-07-19T16:34:12.036Z Downloaded scroll v0.12.0
4312024-07-19T16:34:12.036Z Downloaded rustversion v1.0.17
4322024-07-19T16:34:12.036Z Downloaded rustls-pemfile v1.0.4
4332024-07-19T16:34:12.036Z Downloaded quote v1.0.36
4342024-07-19T16:34:12.036Z Downloaded proc-macro-error-attr v1.0.4
4352024-07-19T16:34:12.036Z Downloaded proc-macro-error v1.0.4
4362024-07-19T16:34:12.036Z Downloaded pretty-hex v0.4.1
4372024-07-19T16:34:12.036Z Downloaded powerfmt v0.2.0
4382024-07-19T16:34:12.036Z Downloaded plain v0.2.3
4392024-07-19T16:34:12.036Z Downloaded pkg-config v0.3.30
4402024-07-19T16:34:12.036Z Downloaded pin-utils v0.1.0
4412024-07-19T16:34:12.036Z Downloaded pin-project-lite v0.2.14
4422024-07-19T16:34:12.036Z Downloaded pest_generator v2.7.10
4432024-07-19T16:34:12.036Z Downloaded mime v0.3.17
4442024-07-19T16:34:12.036Z Downloaded macaddr v1.0.1
4452024-07-19T16:34:12.036Z Downloaded itoa v1.0.11
4462024-07-19T16:34:12.036Z Downloaded is_terminal_polyfill v1.70.0
4472024-07-19T16:34:12.036Z Downloaded hyper-tls v0.5.0
4482024-07-19T16:34:12.036Z Downloaded httpdate v1.0.3
4492024-07-19T16:34:12.036Z Downloaded hostname v0.3.1
4502024-07-19T16:34:12.036Z Downloaded heck v0.4.1
4512024-07-19T16:34:12.036Z Downloaded foreign-types v0.3.2
4522024-07-19T16:34:12.036Z Downloaded fnv v1.0.7
4532024-07-19T16:34:12.036Z Downloaded filetime v0.2.23
4542024-07-19T16:34:12.036Z Downloaded digest v0.10.7
4552024-07-19T16:34:12.036Z Downloaded colorchoice v1.0.1
4562024-07-19T16:34:12.036Z Downloaded clap_derive v4.5.8
4572024-07-19T16:34:12.036Z Downloaded cfg-if v1.0.0
4582024-07-19T16:34:12.036Z Downloaded cargo_toml v0.20.3
4592024-07-19T16:34:12.036Z Downloaded bytecount v0.6.8
4602024-07-19T16:34:12.036Z Downloaded block-buffer v0.10.4
4612024-07-19T16:34:12.036Z Downloaded autocfg v1.3.0
4622024-07-19T16:34:12.036Z Downloaded anstyle v1.0.7
4632024-07-19T16:34:12.036Z Downloaded adler v1.0.2
4642024-07-19T16:34:12.037Z Downloaded num_threads v0.1.7
4652024-07-19T16:34:12.037Z Downloaded num-conv v0.1.0
4662024-07-19T16:34:12.037Z Downloaded generic-array v0.14.7
4672024-07-19T16:34:12.037Z Downloaded futures-task v0.3.30
4682024-07-19T16:34:12.037Z Downloaded futures-macro v0.3.30
4692024-07-19T16:34:12.037Z Downloaded futures-io v0.3.30
4702024-07-19T16:34:12.061Z Downloaded futures-core v0.3.30
4712024-07-19T16:34:12.061Z Downloaded form_urlencoded v1.2.1
4722024-07-19T16:34:12.061Z Downloaded foreign-types-shared v0.1.1
4732024-07-19T16:34:12.061Z Downloaded equivalent v1.0.1
4742024-07-19T16:34:12.061Z Downloaded dtrace-parser v0.2.0
4752024-07-19T16:34:12.062Z Downloaded dirs-sys-next v0.1.2
4762024-07-19T16:34:12.062Z Downloaded crypto-common v0.1.6
4772024-07-19T16:34:12.062Z Downloaded anstyle-query v1.0.3
4782024-07-19T16:34:12.062Z Downloaded anstyle-parse v0.2.4
4792024-07-19T16:34:12.062Z Compiling proc-macro2 v1.0.86
4802024-07-19T16:34:12.062Z Compiling unicode-ident v1.0.12
4812024-07-19T16:34:12.062Z Compiling libc v0.2.155
4822024-07-19T16:34:12.062Z Compiling version_check v0.9.4
4832024-07-19T16:34:12.062Z Compiling cfg-if v1.0.0
4842024-07-19T16:34:12.062Z Compiling itoa v1.0.11
4852024-07-19T16:34:12.062Z Compiling once_cell v1.19.0
4862024-07-19T16:34:12.062Z Compiling serde v1.0.204
4872024-07-19T16:34:12.062Z Compiling autocfg v1.3.0
4882024-07-19T16:34:12.062Z Compiling memchr v2.7.2
4892024-07-19T16:34:12.062Z Compiling thiserror v1.0.62
4902024-07-19T16:34:12.062Z Compiling ryu v1.0.18
4912024-07-19T16:34:12.062Z Compiling pin-project-lite v0.2.14
4922024-07-19T16:34:12.062Z Compiling bitflags v2.5.0
4932024-07-19T16:34:12.062Z Compiling vcpkg v0.2.15
4942024-07-19T16:34:12.062Z Compiling ucd-trie v0.1.6
4952024-07-19T16:34:12.062Z Compiling pkg-config v0.3.30
4962024-07-19T16:34:12.062Z Compiling lock_api v0.4.12
4972024-07-19T16:34:12.062Z Compiling parking_lot_core v0.9.10
4982024-07-19T16:34:12.062Z Compiling cc v1.0.97
4992024-07-19T16:34:12.062Z Compiling quote v1.0.36
5002024-07-19T16:34:12.062Z Compiling slab v0.4.9
5012024-07-19T16:34:12.062Z Compiling smallvec v1.13.2
5022024-07-19T16:34:12.062Z Compiling bytes v1.6.0
5032024-07-19T16:34:12.062Z Compiling syn v2.0.71
5042024-07-19T16:34:12.062Z Compiling futures-core v0.3.30
5052024-07-19T16:34:12.062Z Compiling scopeguard v1.2.0
5062024-07-19T16:34:12.062Z Compiling futures-sink v0.3.30
5072024-07-19T16:34:12.062Z Compiling byteorder v1.5.0
5082024-07-19T16:34:12.062Z Compiling serde_json v1.0.120
5092024-07-19T16:34:12.062Z Compiling hashbrown v0.14.5
5102024-07-19T16:34:12.062Z Compiling fnv v1.0.7
5112024-07-19T16:34:12.062Z Compiling log v0.4.21
5122024-07-19T16:34:12.062Z Compiling equivalent v1.0.1
5132024-07-19T16:34:12.063Z Compiling parking_lot v0.12.2
5142024-07-19T16:34:12.063Z Compiling futures-channel v0.3.30
5152024-07-19T16:34:12.063Z Compiling signal-hook-registry v1.4.2
5162024-07-19T16:34:12.063Z Compiling mio v0.8.11
5172024-07-19T16:34:12.063Z Compiling socket2 v0.5.7
5182024-07-19T16:34:12.063Z Compiling num_cpus v1.16.0
5192024-07-19T16:34:12.063Z Compiling futures-task v0.3.30
5202024-07-19T16:34:12.063Z Compiling indexmap v2.2.6
5212024-07-19T16:34:12.063Z Compiling typenum v1.17.0
5222024-07-19T16:34:12.063Z Compiling pin-utils v0.1.0
5232024-07-19T16:34:12.063Z Compiling futures-io v0.3.30
5242024-07-19T16:34:12.063Z Compiling rustix v0.38.34
5252024-07-19T16:34:12.063Z Compiling openssl-sys v0.9.102
5262024-07-19T16:34:12.063Z Compiling errno v0.3.9
5272024-07-19T16:34:12.063Z Compiling generic-array v0.14.7
5282024-07-19T16:34:12.063Z Compiling foreign-types-shared v0.1.1
5292024-07-19T16:34:12.063Z Compiling slog v2.7.0
5302024-07-19T16:34:12.063Z Compiling openssl v0.10.64
5312024-07-19T16:34:12.063Z Compiling foreign-types v0.3.2
5322024-07-19T16:34:12.063Z Compiling http v0.2.12
5332024-07-19T16:34:12.063Z Compiling proc-macro-error-attr v1.0.4
5342024-07-19T16:34:12.063Z Compiling usdt-impl v0.5.0
5352024-07-19T16:34:12.063Z Compiling tracing-core v0.1.32
5362024-07-19T16:34:12.063Z Compiling powerfmt v0.2.0
5372024-07-19T16:34:12.063Z Compiling syn v1.0.109
5382024-07-19T16:34:12.063Z Compiling num-conv v0.1.0
5392024-07-19T16:34:12.063Z Compiling native-tls v0.2.11
5402024-07-19T16:34:12.063Z Compiling httparse v1.8.0
5412024-07-19T16:34:12.063Z Compiling time-core v0.1.2
5422024-07-19T16:34:12.063Z Compiling tinyvec_macros v0.1.1
5432024-07-19T16:34:12.063Z Compiling time-macros v0.2.18
5442024-07-19T16:34:12.063Z Compiling tinyvec v1.6.0
5452024-07-19T16:34:12.064Z Compiling tracing v0.1.40
5462024-07-19T16:34:12.064Z Compiling deranged v0.3.11
5472024-07-19T16:34:12.064Z Compiling thread-id v4.2.1
5482024-07-19T16:34:12.064Z Compiling proc-macro-error v1.0.4
5492024-07-19T16:34:12.064Z Compiling plain v0.2.3
5502024-07-19T16:34:12.064Z Compiling utf8parse v0.2.1
5512024-07-19T16:34:12.064Z Compiling heck v0.5.0
5522024-07-19T16:34:12.064Z Compiling rustversion v1.0.17
5532024-07-19T16:34:12.064Z Compiling openssl-probe v0.1.5
5542024-07-19T16:34:12.064Z Compiling percent-encoding v2.3.1
5552024-07-19T16:34:12.064Z Compiling crossbeam-utils v0.8.19
5562024-07-19T16:34:12.064Z Compiling try-lock v0.2.5
5572024-07-19T16:34:12.064Z Compiling num_threads v0.1.7
5582024-07-19T16:34:12.064Z Compiling form_urlencoded v1.2.1
5592024-07-19T16:34:12.064Z Compiling want v0.3.1
5602024-07-19T16:34:12.064Z Compiling anstyle-parse v0.2.4
5612024-07-19T16:34:12.064Z Compiling unicode-normalization v0.1.23
5622024-07-19T16:34:12.064Z Compiling http-body v0.4.6
5632024-07-19T16:34:12.064Z Compiling dirs-sys-next v0.1.2
5642024-07-19T16:34:12.064Z Compiling socket2 v0.4.10
5652024-07-19T16:34:12.064Z Compiling anstyle v1.0.7
5662024-07-19T16:34:12.064Z Compiling time v0.3.36
5672024-07-19T16:34:12.064Z Compiling crc32fast v1.4.0
5682024-07-19T16:34:12.064Z Compiling pretty-hex v0.4.1
5692024-07-19T16:34:12.064Z Compiling colorchoice v1.0.1
5702024-07-19T16:34:12.091Z Compiling anstyle-query v1.0.3
5712024-07-19T16:34:12.091Z Compiling winnow v0.6.8
5722024-07-19T16:34:12.091Z Compiling unicode-bidi v0.3.15
5732024-07-19T16:34:12.091Z Compiling is_terminal_polyfill v1.70.0
5742024-07-19T16:34:12.091Z Compiling semver v1.0.23
5752024-07-19T16:34:12.092Z Compiling tower-service v0.3.2
5762024-07-19T16:34:12.092Z Compiling camino v1.1.7
5772024-07-19T16:34:12.092Z Compiling httpdate v1.0.3
5782024-07-19T16:34:12.092Z Compiling anstream v0.6.14
5792024-07-19T16:34:12.092Z Compiling idna v0.5.0
5802024-07-19T16:34:12.092Z Compiling dirs-next v2.0.0
5812024-07-19T16:34:12.092Z Compiling block-buffer v0.10.4
5822024-07-19T16:34:12.092Z Compiling crypto-common v0.1.6
5832024-07-19T16:34:12.092Z Compiling terminal_size v0.3.0
5842024-07-19T16:34:12.092Z Compiling fs-err v2.11.0
5852024-07-19T16:34:12.092Z Compiling thread_local v1.1.8
5862024-07-19T16:34:12.092Z Compiling match_cfg v0.1.0
5872024-07-19T16:34:12.092Z Compiling adler v1.0.2
5882024-07-19T16:34:12.092Z Compiling slog-async v2.8.0
5892024-07-19T16:34:12.092Z Compiling strsim v0.11.1
5902024-07-19T16:34:12.092Z Compiling clap_lex v0.7.0
5912024-07-19T16:34:12.092Z Compiling unicode-width v0.1.13
5922024-07-19T16:34:12.092Z Compiling base64 v0.21.7
5932024-07-19T16:34:12.092Z Compiling anyhow v1.0.86
5942024-07-19T16:34:12.092Z Compiling heck v0.4.1
5952024-07-19T16:34:12.092Z Compiling bytecount v0.6.8
5962024-07-19T16:34:12.092Z Compiling clap_builder v4.5.9
5972024-07-19T16:34:12.092Z Compiling serde_derive v1.0.204
5982024-07-19T16:34:12.092Z Compiling thiserror-impl v1.0.62
5992024-07-19T16:34:12.092Z Compiling zerocopy-derive v0.7.34
6002024-07-19T16:34:12.092Z Compiling tokio-macros v2.3.0
6012024-07-19T16:34:12.092Z Compiling futures-macro v0.3.30
6022024-07-19T16:34:12.092Z Compiling scroll_derive v0.12.0
6032024-07-19T16:34:12.092Z Compiling openssl-macros v0.1.1
6042024-07-19T16:34:12.092Z Compiling scroll v0.12.0
6052024-07-19T16:34:12.092Z Compiling tokio v1.38.1
6062024-07-19T16:34:12.092Z Compiling futures-util v0.3.30
6072024-07-19T16:34:12.092Z Compiling goblin v0.8.2
6082024-07-19T16:34:12.092Z Compiling zerocopy v0.7.34
6092024-07-19T16:34:12.092Z Compiling pest v2.7.10
6102024-07-19T16:34:12.092Z Compiling tabled_derive v0.7.0
6112024-07-19T16:34:12.092Z Compiling pest_meta v2.7.10
6122024-07-19T16:34:12.092Z Compiling rustls-pemfile v1.0.4
6132024-07-19T16:34:12.092Z Compiling papergrid v0.11.0
6142024-07-19T16:34:12.093Z Compiling pest_generator v2.7.10
6152024-07-19T16:34:12.093Z Compiling tokio-util v0.7.11
6162024-07-19T16:34:12.093Z Compiling h2 v0.3.26
6172024-07-19T16:34:12.093Z Compiling pest_derive v2.7.10
6182024-07-19T16:34:12.093Z Compiling tokio-native-tls v0.3.1
6192024-07-19T16:34:12.093Z Compiling futures-executor v0.3.30
6202024-07-19T16:34:12.093Z Compiling clap_derive v4.5.8
6212024-07-19T16:34:12.093Z Compiling dtrace-parser v0.2.0
6222024-07-19T16:34:12.093Z Compiling strum_macros v0.26.4
6232024-07-19T16:34:12.093Z Compiling miniz_oxide v0.7.2
6242024-07-19T16:34:12.093Z Compiling serde_tokenstream v0.2.1
6252024-07-19T16:34:12.093Z Compiling toml_datetime v0.6.6
6262024-07-19T16:34:12.093Z Compiling serde_spanned v0.6.6
6272024-07-19T16:34:12.093Z Compiling toml_edit v0.22.14
6282024-07-19T16:34:12.093Z Compiling hyper v0.14.28
6292024-07-19T16:34:12.093Z Compiling dof v0.3.0
6302024-07-19T16:34:12.093Z Compiling slog-json v2.6.1
6312024-07-19T16:34:12.093Z Compiling cargo-platform v0.1.8
6322024-07-19T16:34:12.093Z Compiling serde_urlencoded v0.7.1
6332024-07-19T16:34:12.093Z Compiling toml v0.8.14
6342024-07-19T16:34:12.093Z Compiling hostname v0.3.1
6352024-07-19T16:34:12.093Z Compiling digest v0.10.7
6362024-07-19T16:34:12.093Z Compiling crossbeam-channel v0.5.12
6372024-07-19T16:34:12.093Z Compiling url v2.5.0
6382024-07-19T16:34:12.093Z Compiling usdt-attr-macro v0.5.0
6392024-07-19T16:34:12.093Z Compiling usdt-macro v0.5.0
6402024-07-19T16:34:12.093Z Compiling term v0.7.0
6412024-07-19T16:34:12.093Z Compiling hyper-tls v0.5.0
6422024-07-19T16:34:12.093Z Compiling xattr v1.3.1
6432024-07-19T16:34:12.093Z Compiling is-terminal v0.4.12
6442024-07-19T16:34:12.093Z Compiling memmap v0.7.0
6452024-07-19T16:34:12.093Z Compiling filetime v0.2.23
6462024-07-19T16:34:12.093Z Compiling encoding_rs v0.8.34
6472024-07-19T16:34:12.093Z Compiling ipnet v2.9.0
6482024-07-19T16:34:12.093Z Compiling take_mut v0.2.2
6492024-07-19T16:34:12.093Z Compiling sync_wrapper v0.1.2
6502024-07-19T16:34:12.093Z Compiling cpufeatures v0.2.12
6512024-07-19T16:34:12.093Z Compiling mime v0.3.17
6522024-07-19T16:34:12.094Z Compiling sha2 v0.10.8
6532024-07-19T16:34:12.094Z Compiling tar v0.4.41
6542024-07-19T16:34:12.094Z Compiling usdt v0.5.0
6552024-07-19T16:34:12.094Z Compiling slog-term v2.9.1
6562024-07-19T16:34:12.094Z Compiling flate2 v1.0.30
6572024-07-19T16:34:12.094Z Compiling cargo_toml v0.20.3
6582024-07-19T16:34:12.094Z Compiling slog-bunyan v2.5.0
6592024-07-19T16:34:12.094Z Compiling reqwest v0.11.27
6602024-07-19T16:34:12.094Z Compiling cargo_metadata v0.18.1
6612024-07-19T16:34:12.094Z Compiling strum v0.26.3
6622024-07-19T16:34:12.094Z Compiling clap v4.5.9
6632024-07-19T16:34:12.094Z Compiling macaddr v1.0.1
6642024-07-19T16:34:12.094Z Compiling futures v0.3.30
6652024-07-19T16:34:12.094Z Compiling tabled v0.15.0
6662024-07-19T16:34:12.094Z Compiling swrite v0.1.0
6672024-07-19T16:34:12.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6682024-07-19T16:34:17.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
6692024-07-19T16:34:17.895Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6702024-07-19T16:34:17.977ZJul 19 16:34:17.634 INFO Starting download, target: Console
6712024-07-19T16:34:17.977ZJul 19 16:34:17.634 INFO Starting download, target: Clickhouse
6722024-07-19T16:34:18.002ZJul 19 16:34:17.634 INFO Starting download, target: DendriteOpenapi
6732024-07-19T16:34:18.002ZJul 19 16:34:17.634 INFO Starting download, target: Cockroach
6742024-07-19T16:34:18.002ZJul 19 16:34:17.634 INFO Starting download, target: DendriteStub
6752024-07-19T16:34:18.002ZJul 19 16:34:17.634 INFO Starting download, target: MaghemiteMgd
6762024-07-19T16:34:18.002ZJul 19 16:34:17.634 INFO Starting download, target: TransceiverControl
6772024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6782024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6792024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6802024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6812024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6822024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6832024-07-19T16:34:18.002ZJul 19 16:34:17.636 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6842024-07-19T16:34:18.293ZJul 19 16:34:17.948 INFO Download complete, target: DendriteOpenapi
6852024-07-19T16:34:18.342ZJul 19 16:34:17.989 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6862024-07-19T16:34:18.691ZJul 19 16:34:18.337 INFO Download complete, target: Console
6872024-07-19T16:34:18.780ZJul 19 16:34:18.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6882024-07-19T16:34:19.500ZJul 19 16:34:19.156 INFO Download complete, target: TransceiverControl
6892024-07-19T16:34:20.774ZJul 19 16:34:20.430 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6902024-07-19T16:34:21.624ZJul 19 16:34:21.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6912024-07-19T16:34:24.082ZJul 19 16:34:23.738 INFO Download complete, target: MaghemiteMgd
6922024-07-19T16:34:24.956ZJul 19 16:34:24.613 INFO Download complete, target: DendriteStub
6932024-07-19T16:34:28.383ZJul 19 16:34:28.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6942024-07-19T16:34:28.383ZJul 19 16:34:28.041 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6952024-07-19T16:34:34.906ZJul 19 16:34:34.563 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6962024-07-19T16:34:38.573ZJul 19 16:34:38.230 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6972024-07-19T16:34:38.965ZJul 19 16:34:38.622 INFO Checking that binary works, target: Cockroach
6982024-07-19T16:34:39.173ZJul 19 16:34:38.830 INFO Download complete, target: Cockroach
6992024-07-19T16:35:39.462ZJul 19 16:34:51.083 INFO Checking that binary works, target: Clickhouse
7002024-07-19T16:35:39.462ZJul 19 16:34:51.242 INFO Download complete, target: Clickhouse
7012024-07-19T16:35:39.509ZAll builder prerequisites installed successfully, and PATH looks valid
7022024-07-19T16:35:39.509Z
7032024-07-19T16:35:39.509Zreal 2:55.048064885
7042024-07-19T16:35:39.509Zuser 5:19.385520373
7052024-07-19T16:35:39.509Zsys 1:20.277446619
7062024-07-19T16:35:39.509Ztrap 0.171680213
7072024-07-19T16:35:39.509Ztflt 0.124521964
7082024-07-19T16:35:39.509Zdflt 0.735309398
7092024-07-19T16:35:39.509Zkflt 0.006722690
7102024-07-19T16:35:39.509Zlock 15:14.906832900
7112024-07-19T16:35:39.509Zslp 14:57.308784185
7122024-07-19T16:35:39.509Zlat 24.477756447
7132024-07-19T16:35:39.509Zstop 1:02.901960925
7142024-07-19T16:35:39.509Z+ banner hack-check
7152024-07-19T16:35:39.509Z
7162024-07-19T16:35:39.509Z # # ## #### # # #### # # ###### #### # #
7172024-07-19T16:35:39.509Z # # # # # # # # # # # # # # # # #
7182024-07-19T16:35:39.509Z ###### # # # #### ##### # ###### ##### # ####
7192024-07-19T16:35:39.509Z # # ###### # # # # # # # # # #
7202024-07-19T16:35:39.509Z # # # # # # # # # # # # # # # # #
7212024-07-19T16:35:39.509Z # # # # #### # # #### # # ###### #### # #
7222024-07-19T16:35:39.509Z
7232024-07-19T16:35:39.509Z+ export CARGO_INCREMENTAL=0
7242024-07-19T16:35:39.510Z+ CARGO_INCREMENTAL=0
7252024-07-19T16:35:39.510Z+ ptime -m timeout 2h cargo xtask check-features --ci
7262024-07-19T16:35:39.510Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7272024-07-19T16:35:39.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s
7282024-07-19T16:35:39.510Z Running `target/debug/xtask check-features --ci`
7292024-07-19T16:35:39.510Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7302024-07-19T16:35:39.510Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7312024-07-19T16:35:39.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
7322024-07-19T16:35:39.510Z Running `target/debug/xtask download cargo-hack`
7332024-07-19T16:35:39.510ZJul 19 16:35:02.620 INFO Starting download, target: CargoHack
7342024-07-19T16:35:39.510ZJul 19 16:35:02.621 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7352024-07-19T16:35:39.510ZJul 19 16:35:03.261 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7362024-07-19T16:35:39.510ZJul 19 16:35:03.387 INFO Download complete, target: CargoHack
7372024-07-19T16:35:39.510Zrunning: "/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-19T16:35:39.510Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7392024-07-19T16:35:39.510Zinfo: running `cargo check --bins` on api_identity (1/133)
7402024-07-19T16:35:39.510Z Downloading crates ...
7412024-07-19T16:35:39.510Z Downloaded diesel_table_macro_syntax v0.1.0
7422024-07-19T16:35:39.510Z Downloaded sec1 v0.7.3
7432024-07-19T16:35:39.510Z Downloaded sct v0.7.1
7442024-07-19T16:35:39.510Z Downloaded rand_core v0.6.4
7452024-07-19T16:35:39.510Z Downloaded strum_macros v0.25.3
7462024-07-19T16:35:39.510Z Downloaded zeroize v1.7.0
7472024-07-19T16:35:39.510Z Downloaded untrusted v0.9.0
7482024-07-19T16:35:39.510Z Downloaded stringprep v0.1.4
7492024-07-19T16:35:39.510Z Downloaded zeroize_derive v1.4.2
7502024-07-19T16:35:39.510Z Downloaded zerocopy v0.6.6
7512024-07-19T16:35:39.510Z Downloaded tokio-rustls v0.24.1
7522024-07-19T16:35:39.510Z Downloaded unicode-segmentation v1.11.0
7532024-07-19T16:35:39.510Z Downloaded regex-automata v0.4.6
7542024-07-19T16:35:39.510Z Downloaded petgraph v0.6.5
7552024-07-19T16:35:39.510Z Downloaded winnow v0.5.40
7562024-07-19T16:35:39.510Z Downloaded webpki-roots v0.25.4
7572024-07-19T16:35:39.510Z Downloaded zerocopy-derive v0.6.6
7582024-07-19T16:35:39.510Z Downloaded trust-dns-proto v0.22.0
7592024-07-19T16:35:39.510Z Downloaded smoltcp v0.9.1
7602024-07-19T16:35:39.511Z Downloaded rustls v0.21.12
7612024-07-19T16:35:39.511Z Downloaded finl_unicode v1.2.0
7622024-07-19T16:35:39.511Z Downloaded toml_edit v0.19.15
7632024-07-19T16:35:39.511Z Downloaded tokio-postgres v0.7.10
7642024-07-19T16:35:39.511Z Downloaded similar v2.5.0
7652024-07-19T16:35:39.511Z Downloaded regex-syntax v0.8.3
7662024-07-19T16:35:39.511Z Downloaded regex v1.10.5
7672024-07-19T16:35:39.511Z Downloaded openapiv3 v2.0.0
7682024-07-19T16:35:39.511Z Downloaded diesel v2.1.6
7692024-07-19T16:35:39.511Z Downloaded bstr v1.9.1
7702024-07-19T16:35:39.511Z Downloaded bstr v0.2.17
7712024-07-19T16:35:39.511Z Downloaded yasna v0.5.2
7722024-07-19T16:35:39.511Z Downloaded toml v0.7.8
7732024-07-19T16:35:39.511Z Downloaded signal-hook v0.3.17
7742024-07-19T16:35:39.511Z Downloaded ring v0.17.8
7752024-07-19T16:35:39.511Z Downloaded rustls-webpki v0.101.7
7762024-07-19T16:35:39.511Z Downloaded object v0.32.2
7772024-07-19T16:35:39.511Z Downloaded idna v0.3.0
7782024-07-19T16:35:39.511Z Downloaded idna v0.2.3
7792024-07-19T16:35:39.511Z Downloaded gimli v0.28.1
7802024-07-19T16:35:39.511Z Downloaded whoami v1.5.1
7812024-07-19T16:35:39.511Z Downloaded uuid v1.10.0
7822024-07-19T16:35:39.511Z Downloaded tracing-attributes v0.1.27
7832024-07-19T16:35:39.511Z Downloaded subtle v2.5.0
7842024-07-19T16:35:39.511Z Downloaded spin v0.9.8
7852024-07-19T16:35:39.511Z Downloaded serde_derive_internals v0.29.1
7862024-07-19T16:35:39.511Z Downloaded chrono v0.4.38
7872024-07-19T16:35:39.511Z Downloaded static_assertions v1.1.0
7882024-07-19T16:35:39.511Z Downloaded libm v0.2.8
7892024-07-19T16:35:39.511Z Downloaded itertools v0.12.1
7902024-07-19T16:35:39.511Z Downloaded itertools v0.10.5
7912024-07-19T16:35:39.511Z Downloaded hkdf v0.12.4
7922024-07-19T16:35:39.511Z Downloaded aho-corasick v1.1.3
7932024-07-19T16:35:39.511Z Downloaded schemars v0.8.21
7942024-07-19T16:35:39.511Z Downloaded regex-automata v0.1.10
7952024-07-19T16:35:39.511Z Downloaded postgres-protocol v0.6.6
7962024-07-19T16:35:39.511Z Downloaded nom v7.1.3
7972024-07-19T16:35:39.511Z Downloaded minimal-lexical v0.2.1
7982024-07-19T16:35:39.511Z Downloaded md-5 v0.10.6
7992024-07-19T16:35:39.511Z Downloaded managed v0.8.0
8002024-07-19T16:35:39.512Z Downloaded heapless v0.7.17
8012024-07-19T16:35:39.537Z Downloaded flagset v0.4.5
8022024-07-19T16:35:39.537Z Downloaded elliptic-curve v0.13.8
8032024-07-19T16:35:39.537Z Downloaded diesel_derives v2.1.4
8042024-07-19T16:35:39.537Z Downloaded crossterm v0.27.0
8052024-07-19T16:35:39.537Z Downloaded allocator-api2 v0.2.18
8062024-07-19T16:35:39.537Z Downloaded unicode-xid v0.2.4
8072024-07-19T16:35:39.537Z Downloaded tokio-stream v0.1.15
8082024-07-19T16:35:39.537Z Downloaded string_cache v0.8.7
8092024-07-19T16:35:39.537Z Downloaded siphasher v0.3.11
8102024-07-19T16:35:39.537Z Downloaded signal-hook-mio v0.2.3
8112024-07-19T16:35:39.537Z Downloaded serde_repr v0.1.19
8122024-07-19T16:35:39.537Z Downloaded rustc_version v0.4.0
8132024-07-19T16:35:39.537Z Downloaded rustc-demangle v0.1.24
8142024-07-19T16:35:39.537Z Downloaded rand v0.8.5
8152024-07-19T16:35:39.537Z Downloaded r2d2 v0.8.10
8162024-07-19T16:35:39.538Z Downloaded publicsuffix v2.2.3
8172024-07-19T16:35:39.538Z Downloaded ppv-lite86 v0.2.17
8182024-07-19T16:35:39.538Z Downloaded postgres-types v0.2.6
8192024-07-19T16:35:39.538Z Downloaded pem-rfc7468 v0.7.0
8202024-07-19T16:35:39.538Z Downloaded num-traits v0.2.19
8212024-07-19T16:35:39.538Z Downloaded num-integer v0.1.46
8222024-07-19T16:35:39.538Z Downloaded num-bigint v0.4.5
8232024-07-19T16:35:39.538Z Downloaded new_debug_unreachable v1.0.6
8242024-07-19T16:35:39.538Z Downloaded lazy_static v1.5.0
8252024-07-19T16:35:39.538Z Downloaded ipnetwork v0.20.0
8262024-07-19T16:35:39.538Z Downloaded iana-time-zone v0.1.60
8272024-07-19T16:35:39.538Z Downloaded hmac v0.12.1
8282024-07-19T16:35:39.538Z Downloaded getrandom v0.2.14
8292024-07-19T16:35:39.538Z Downloaded fixedbitset v0.4.2
8302024-07-19T16:35:39.538Z Downloaded fallible-iterator v0.2.0
8312024-07-19T16:35:39.538Z Downloaded enum-as-inner v0.5.1
8322024-07-19T16:35:39.538Z Downloaded der_derive v0.7.2
8332024-07-19T16:35:39.538Z Downloaded der v0.7.9
8342024-07-19T16:35:39.538Z Downloaded crypto-bigint v0.5.5
8352024-07-19T16:35:39.538Z Downloaded base64ct v1.6.0
8362024-07-19T16:35:39.538Z Downloaded base16ct v0.2.0
8372024-07-19T16:35:39.538Z Downloaded backtrace v0.3.71
8382024-07-19T16:35:39.538Z Downloaded ahash v0.8.11
8392024-07-19T16:35:39.538Z Downloaded addr2line v0.21.0
8402024-07-19T16:35:39.538Z Downloaded stable_deref_trait v1.2.0
8412024-07-19T16:35:39.538Z Downloaded spki v0.7.3
8422024-07-19T16:35:39.538Z Downloaded schemars_derive v0.8.21
8432024-07-19T16:35:39.538Z Downloaded scheduled-thread-pool v0.2.7
8442024-07-19T16:35:39.538Z Downloaded rand_chacha v0.3.1
8452024-07-19T16:35:39.538Z Downloaded psl-types v2.0.11
8462024-07-19T16:35:39.538Z Downloaded predicates v3.1.0
8472024-07-19T16:35:39.538Z Downloaded pkcs8 v0.10.2
8482024-07-19T16:35:39.538Z Downloaded phf_shared v0.11.2
8492024-07-19T16:35:39.538Z Downloaded phf v0.11.2
8502024-07-19T16:35:39.538Z Downloaded peg-runtime v0.8.3
8512024-07-19T16:35:39.538Z Downloaded normalize-line-endings v0.3.0
8522024-07-19T16:35:39.539Z Downloaded hyper-rustls v0.24.2
8532024-07-19T16:35:39.539Z Downloaded hubpack_derive v0.1.1
8542024-07-19T16:35:39.539Z Downloaded hubpack v0.1.2
8552024-07-19T16:35:39.539Z Downloaded hash32 v0.2.1
8562024-07-19T16:35:39.539Z Downloaded group v0.13.0
8572024-07-19T16:35:39.539Z Downloaded float-cmp v0.9.0
8582024-07-19T16:35:39.539Z Downloaded dyn-clone v1.0.17
8592024-07-19T16:35:39.539Z Downloaded difflib v0.4.0
8602024-07-19T16:35:39.539Z Downloaded crossbeam-epoch v0.9.18
8612024-07-19T16:35:39.539Z Downloaded cookie_store v0.20.0
8622024-07-19T16:35:39.539Z Downloaded cookie v0.17.0
8632024-07-19T16:35:39.539Z Downloaded const-oid v0.9.6
8642024-07-19T16:35:39.539Z Downloaded console v0.15.8
8652024-07-19T16:35:39.539Z Downloaded cipher v0.4.4
8662024-07-19T16:35:39.539Z Downloaded bit-set v0.5.3
8672024-07-19T16:35:39.539Z Downloaded async-trait v0.1.81
8682024-07-19T16:35:39.539Z Downloaded precomputed-hash v0.1.1
8692024-07-19T16:35:39.539Z Downloaded num-iter v0.1.45
8702024-07-19T16:35:39.539Z Downloaded matches v0.1.10
8712024-07-19T16:35:39.539Z Downloaded lalrpop-util v0.19.12
8722024-07-19T16:35:39.539Z Downloaded inout v0.1.3
8732024-07-19T16:35:39.539Z Downloaded hex v0.4.3
8742024-07-19T16:35:39.539Z Downloaded ff v0.13.0
8752024-07-19T16:35:39.539Z Downloaded either v1.12.0
8762024-07-19T16:35:39.539Z Downloaded data-encoding v2.6.0
8772024-07-19T16:35:39.540Z Downloaded block-padding v0.3.3
8782024-07-19T16:35:39.540Z Downloaded bitflags v1.3.2
8792024-07-19T16:35:39.540Z Downloaded bit-vec v0.6.3
8802024-07-19T16:35:39.540Z Downloaded predicates-core v1.0.6
8812024-07-19T16:35:39.540Z Downloaded phf_shared v0.10.0
8822024-07-19T16:35:39.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8832024-07-19T16:35:39.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8842024-07-19T16:35:39.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8852024-07-19T16:35:39.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
8862024-07-19T16:35:39.540Z
8872024-07-19T16:35:39.540Zinfo: running `cargo check --bins` on bootstore (2/133)
8882024-07-19T16:35:39.540Z Downloading crates ...
8892024-07-19T16:35:39.540Z Downloaded convert_case v0.4.0
8902024-07-19T16:35:39.540Z Downloaded ciborium-io v0.2.2
8912024-07-19T16:35:39.540Z Downloaded instant v0.1.12
8922024-07-19T16:35:39.540Z Downloaded structmeta-derive v0.3.0
8932024-07-19T16:35:39.540Z Downloaded waitgroup v0.1.2
8942024-07-19T16:35:39.540Z Downloaded vsss-rs v3.3.4
8952024-07-19T16:35:39.540Z Downloaded smf v0.2.3
8962024-07-19T16:35:39.540Z Downloaded unsafe-libyaml v0.2.11
8972024-07-19T16:35:39.540Z Downloaded smoltcp v0.11.0
8982024-07-19T16:35:39.540Z Downloaded rustls v0.22.4
8992024-07-19T16:35:39.540Z Downloaded regress v0.9.1
9002024-07-19T16:35:39.540Z Downloaded curve25519-dalek v4.1.3
9012024-07-19T16:35:39.566Z Downloaded sha3 v0.10.8
9022024-07-19T16:35:39.566Z Downloaded serde_with v3.8.3
9032024-07-19T16:35:39.566Z Downloaded rustls-webpki v0.102.4
9042024-07-19T16:35:39.566Z Downloaded http v1.1.0
9052024-07-19T16:35:39.566Z Downloaded chacha20poly1305 v0.10.1
9062024-07-19T16:35:39.566Z Downloaded serde_yaml v0.9.34+deprecated
9072024-07-19T16:35:39.566Z Downloaded serde_with_macros v3.8.3
9082024-07-19T16:35:39.566Z Downloaded secrecy v0.8.0
9092024-07-19T16:35:39.566Z Downloaded rustls-pki-types v1.7.0
9102024-07-19T16:35:39.566Z Downloaded proc-macro-crate v1.3.1
9112024-07-19T16:35:39.566Z Downloaded postcard v1.0.8
9122024-07-19T16:35:39.566Z Downloaded newtype-uuid v1.1.0
9132024-07-19T16:35:39.566Z Downloaded indexmap v1.9.3
9142024-07-19T16:35:39.566Z Downloaded heapless v0.8.0
9152024-07-19T16:35:39.566Z Downloaded hashbrown v0.12.3
9162024-07-19T16:35:39.566Z Downloaded derive_more v0.99.18
9172024-07-19T16:35:39.566Z Downloaded darling_core v0.20.9
9182024-07-19T16:35:39.566Z Downloaded base64 v0.22.1
9192024-07-19T16:35:39.566Z Downloaded tokio-rustls v0.25.0
9202024-07-19T16:35:39.566Z Downloaded thiserror-no-std v2.0.2
9212024-07-19T16:35:39.566Z Downloaded thiserror-impl-no-std v2.0.2
9222024-07-19T16:35:39.566Z Downloaded tabwriter v1.4.0
9232024-07-19T16:35:39.567Z Downloaded structmeta v0.3.0
9242024-07-19T16:35:39.567Z Downloaded rustls-pemfile v2.1.2
9252024-07-19T16:35:39.567Z Downloaded foreign-types-macros v0.2.3
9262024-07-19T16:35:39.567Z Downloaded fastrand v2.1.0
9272024-07-19T16:35:39.567Z Downloaded defmt-macros v0.3.9
9282024-07-19T16:35:39.567Z Downloaded defmt v0.3.8
9292024-07-19T16:35:39.567Z Downloaded darling v0.20.9
9302024-07-19T16:35:39.567Z Downloaded crucible-workspace-hack v0.1.0
9312024-07-19T16:35:39.567Z Downloaded universal-hash v0.5.1
9322024-07-19T16:35:39.567Z Downloaded tempfile v3.10.1
9332024-07-19T16:35:39.567Z Downloaded sha1 v0.10.6
9342024-07-19T16:35:39.567Z Downloaded serde_path_to_error v0.1.16
9352024-07-19T16:35:39.567Z Downloaded poly1305 v0.8.0
9362024-07-19T16:35:39.567Z Downloaded parse-display-derive v0.9.1
9372024-07-19T16:35:39.567Z Downloaded num_enum v0.5.11
9382024-07-19T16:35:39.567Z Downloaded multer v3.1.0
9392024-07-19T16:35:39.567Z Downloaded keccak v0.1.5
9402024-07-19T16:35:39.567Z Downloaded hostname v0.4.0
9412024-07-19T16:35:39.567Z Downloaded hash32 v0.3.1
9422024-07-19T16:35:39.567Z Downloaded half v2.4.1
9432024-07-19T16:35:39.567Z Downloaded getopts v0.2.21
9442024-07-19T16:35:39.567Z Downloaded async-stream v0.3.5
9452024-07-19T16:35:39.567Z Downloaded aead v0.5.2
9462024-07-19T16:35:39.567Z Downloaded sigpipe v0.1.3
9472024-07-19T16:35:39.568Z Downloaded pretty-hex v0.2.1
9482024-07-19T16:35:39.568Z Downloaded paste v1.0.15
9492024-07-19T16:35:39.568Z Downloaded parse-display v0.9.1
9502024-07-19T16:35:39.568Z Downloaded opaque-debug v0.3.1
9512024-07-19T16:35:39.568Z Downloaded num_enum_derive v0.5.11
9522024-07-19T16:35:39.568Z Downloaded num-derive v0.4.2
9532024-07-19T16:35:39.568Z Downloaded foreign-types v0.5.0
9542024-07-19T16:35:39.568Z Downloaded embedded-io v0.4.0
9552024-07-19T16:35:39.568Z Downloaded defmt-parser v0.3.4
9562024-07-19T16:35:39.568Z Downloaded debug-ignore v1.0.5
9572024-07-19T16:35:39.568Z Downloaded darling_macro v0.20.9
9582024-07-19T16:35:39.568Z Downloaded curve25519-dalek-derive v0.1.1
9592024-07-19T16:35:39.568Z Downloaded colored v2.1.0
9602024-07-19T16:35:39.568Z Downloaded cobs v0.2.3
9612024-07-19T16:35:39.568Z Downloaded ciborium-ll v0.2.2
9622024-07-19T16:35:39.568Z Downloaded ciborium v0.2.2
9632024-07-19T16:35:39.568Z Downloaded chacha20 v0.9.1
9642024-07-19T16:35:39.568Z Downloaded camino-tempfile v1.1.1
9652024-07-19T16:35:39.568Z Downloaded backoff v0.4.0
9662024-07-19T16:35:39.568Z Downloaded atomic-waker v1.1.2
9672024-07-19T16:35:39.568Z Downloaded ident_case v1.0.1
9682024-07-19T16:35:39.568Z Downloaded foreign-types-shared v0.3.1
9692024-07-19T16:35:39.568Z Downloaded cstr-argument v0.1.2
9702024-07-19T16:35:39.568Z Downloaded async-stream-impl v0.3.5
9712024-07-19T16:35:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9722024-07-19T16:35:39.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9732024-07-19T16:35:39.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9742024-07-19T16:35:39.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
9752024-07-19T16:35:39.569Z
9762024-07-19T16:35:39.569Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/133)
9772024-07-19T16:35:39.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9782024-07-19T16:35:39.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9792024-07-19T16:35:39.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9802024-07-19T16:35:39.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
9812024-07-19T16:35:39.569Z
9822024-07-19T16:35:39.569Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/133)
9832024-07-19T16:35:39.569Z Downloading crates ...
9842024-07-19T16:35:39.569Z Downloaded quick-error v1.2.3
9852024-07-19T16:35:39.569Z Downloaded rusty-fork v0.3.0
9862024-07-19T16:35:39.569Z Downloaded unarray v0.1.4
9872024-07-19T16:35:39.569Z Downloaded wait-timeout v0.2.0
9882024-07-19T16:35:39.569Z Downloaded test-strategy v0.3.1
9892024-07-19T16:35:39.569Z Downloaded proptest v1.4.0
9902024-07-19T16:35:39.569Z Downloaded structmeta-derive v0.2.0
9912024-07-19T16:35:39.569Z Downloaded structmeta v0.2.0
9922024-07-19T16:35:39.569Z Downloaded rand_xorshift v0.3.0
9932024-07-19T16:35:39.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9942024-07-19T16:35:39.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9952024-07-19T16:35:39.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9962024-07-19T16:35:39.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
9972024-07-19T16:35:39.570Z
9982024-07-19T16:35:39.570Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/133)
9992024-07-19T16:35:39.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10002024-07-19T16:35:39.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10012024-07-19T16:35:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10022024-07-19T16:35:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10032024-07-19T16:35:39.595Z
10042024-07-19T16:35:39.595Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/133)
10052024-07-19T16:35:39.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10062024-07-19T16:35:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10072024-07-19T16:35:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10082024-07-19T16:35:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10092024-07-19T16:35:39.595Z
10102024-07-19T16:35:39.595Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/133)
10112024-07-19T16:35:39.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10122024-07-19T16:35:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10132024-07-19T16:35:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10142024-07-19T16:35:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
10152024-07-19T16:35:39.595Z
10162024-07-19T16:35:39.595Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/133)
10172024-07-19T16:35:39.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10182024-07-19T16:35:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10192024-07-19T16:35:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10202024-07-19T16:35:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10212024-07-19T16:35:39.595Z
10222024-07-19T16:35:39.595Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/133)
10232024-07-19T16:35:39.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10242024-07-19T16:35:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10252024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10262024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
10272024-07-19T16:35:39.596Z
10282024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/133)
10292024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10302024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10312024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10322024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10332024-07-19T16:35:39.596Z
10342024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/133)
10352024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10362024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10372024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10382024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10392024-07-19T16:35:39.596Z
10402024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/133)
10412024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10422024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10432024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10442024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10452024-07-19T16:35:39.596Z
10462024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/133)
10472024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10482024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10492024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10502024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
10512024-07-19T16:35:39.596Z
10522024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/133)
10532024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10542024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10552024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10562024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10572024-07-19T16:35:39.596Z
10582024-07-19T16:35:39.596Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/133)
10592024-07-19T16:35:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10602024-07-19T16:35:39.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10612024-07-19T16:35:39.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10622024-07-19T16:35:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10632024-07-19T16:35:39.596Z
10642024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/133)
10652024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10662024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10672024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10682024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10692024-07-19T16:35:39.597Z
10702024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/133)
10712024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10722024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10732024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10742024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10752024-07-19T16:35:39.597Z
10762024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/133)
10772024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10782024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10792024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10802024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10812024-07-19T16:35:39.597Z
10822024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/133)
10832024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10842024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10852024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10862024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10872024-07-19T16:35:39.597Z
10882024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/133)
10892024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10902024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10912024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10922024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
10932024-07-19T16:35:39.597Z
10942024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/133)
10952024-07-19T16:35:39.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10962024-07-19T16:35:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10972024-07-19T16:35:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10982024-07-19T16:35:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
10992024-07-19T16:35:39.597Z
11002024-07-19T16:35:39.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/133)
11012024-07-19T16:35:39.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11022024-07-19T16:35:39.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11032024-07-19T16:35:39.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11042024-07-19T16:35:39.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11052024-07-19T16:35:39.622Z
11062024-07-19T16:35:39.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/133)
11072024-07-19T16:35:39.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11082024-07-19T16:35:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11092024-07-19T16:35:39.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11102024-07-19T16:35:39.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11112024-07-19T16:35:39.623Z
11122024-07-19T16:35:39.623Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/133)
11132024-07-19T16:35:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11142024-07-19T16:35:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11152024-07-19T16:35:39.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11162024-07-19T16:35:39.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
11172024-07-19T16:35:39.623Z
11182024-07-19T16:35:39.623Zinfo: running `cargo check --bins` on sled-hardware-types (25/133)
11192024-07-19T16:35:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11202024-07-19T16:35:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11212024-07-19T16:35:39.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11222024-07-19T16:35:39.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
11232024-07-19T16:35:39.623Z
11242024-07-19T16:35:39.623Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/133)
11252024-07-19T16:35:40.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11262024-07-19T16:35:40.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11272024-07-19T16:35:40.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11282024-07-19T16:35:40.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
11292024-07-19T16:35:40.188Z
11302024-07-19T16:35:40.188Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/133)
11312024-07-19T16:35:40.732Z Downloading crates ...
11322024-07-19T16:35:40.903Z Downloaded downcast v0.11.0
11332024-07-19T16:35:40.930Z Downloaded termtree v0.4.1
11342024-07-19T16:35:40.930Z Downloaded predicates-tree v1.0.9
11352024-07-19T16:35:40.930Z Downloaded mockall_derive v0.12.1
11362024-07-19T16:35:40.930Z Downloaded mockall v0.12.1
11372024-07-19T16:35:40.930Z Downloaded fragile v2.0.0
11382024-07-19T16:35:40.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11392024-07-19T16:35:40.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11402024-07-19T16:35:40.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11412024-07-19T16:35:40.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
11422024-07-19T16:35:41.004Z
11432024-07-19T16:35:41.004Zinfo: running `cargo check --bins` on oxlog (28/133)
11442024-07-19T16:35:41.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11452024-07-19T16:35:41.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11462024-07-19T16:35:41.775Z Compiling serde v1.0.204
11472024-07-19T16:35:41.775Z Checking cfg-if v1.0.0
11482024-07-19T16:35:41.799Z Checking libc v0.2.155
11492024-07-19T16:35:41.799Z Compiling syn v2.0.71
11502024-07-19T16:35:41.799Z Compiling getrandom v0.2.14
11512024-07-19T16:35:41.799Z Compiling generic-array v0.14.7
11522024-07-19T16:35:41.799Z Compiling scopeguard v1.2.0
11532024-07-19T16:35:41.887Z Compiling log v0.4.21
11542024-07-19T16:35:41.984Z Compiling lock_api v0.4.12
11552024-07-19T16:35:42.122Z Compiling libm v0.2.8
11562024-07-19T16:35:42.230Z Compiling ahash v0.8.11
11572024-07-19T16:35:42.261Z Compiling num-traits v0.2.19
11582024-07-19T16:35:42.261Z Compiling serde_json v1.0.120
11592024-07-19T16:35:42.377Z Checking memchr v2.7.2
11602024-07-19T16:35:42.401Z Checking byteorder v1.5.0
11612024-07-19T16:35:42.557Z Compiling smallvec v1.13.2
11622024-07-19T16:35:42.581Z Checking itoa v1.0.11
11632024-07-19T16:35:42.662Z Compiling rand_core v0.6.4
11642024-07-19T16:35:42.735Z Checking once_cell v1.19.0
11652024-07-19T16:35:42.759Z Compiling ring v0.17.8
11662024-07-19T16:35:42.883Z Compiling parking_lot_core v0.9.10
11672024-07-19T16:35:43.020Z Checking pin-project-lite v0.2.14
11682024-07-19T16:35:43.088Z Compiling spin v0.9.8
11692024-07-19T16:35:43.127Z Compiling mio v0.8.11
11702024-07-19T16:35:43.152Z Checking typenum v1.17.0
11712024-07-19T16:35:43.259Z Compiling parking_lot v0.12.2
11722024-07-19T16:35:43.419Z Checking signal-hook-registry v1.4.2
11732024-07-19T16:35:43.905Z Compiling const-oid v0.9.6
11742024-07-19T16:35:43.970Z Compiling subtle v2.5.0
11752024-07-19T16:35:44.055Z Compiling unicode-normalization v0.1.23
11762024-07-19T16:35:44.150Z Compiling allocator-api2 v0.2.18
11772024-07-19T16:35:44.213Z Checking futures-core v0.3.30
11782024-07-19T16:35:44.258Z Compiling unicode-bidi v0.3.15
11792024-07-19T16:35:44.622Z Checking tinyvec_macros v0.1.1
11802024-07-19T16:35:44.697Z Checking tinyvec v1.6.0
11812024-07-19T16:35:44.815Z Checking socket2 v0.5.7
11822024-07-19T16:35:44.891Z Checking num_cpus v1.16.0
11832024-07-19T16:35:45.207Z Checking ryu v1.0.18
11842024-07-19T16:35:45.477Z Compiling time-macros v0.2.18
11852024-07-19T16:35:45.979Z Compiling syn v1.0.109
11862024-07-19T16:35:46.080Z Checking futures-sink v0.3.30
11872024-07-19T16:35:46.195Z Compiling rustls v0.21.12
11882024-07-19T16:35:46.389Z Checking equivalent v1.0.1
11892024-07-19T16:35:46.435Z Checking futures-channel v0.3.30
11902024-07-19T16:35:46.479Z Checking slab v0.4.9
11912024-07-19T16:35:46.641Z Checking futures-io v0.3.30
11922024-07-19T16:35:46.692Z Checking futures-task v0.3.30
11932024-07-19T16:35:46.729Z Compiling ppv-lite86 v0.2.17
11942024-07-19T16:35:46.753Z Checking pin-utils v0.1.0
11952024-07-19T16:35:46.797Z Compiling cookie v0.17.0
11962024-07-19T16:35:46.829Z Compiling untrusted v0.9.0
11972024-07-19T16:35:46.891Z Compiling signal-hook v0.3.17
11982024-07-19T16:35:46.978Z Compiling schemars v0.8.21
11992024-07-19T16:35:47.079Z Compiling base64ct v1.6.0
12002024-07-19T16:35:47.122Z Checking percent-encoding v2.3.1
12012024-07-19T16:35:47.267Z Compiling iana-time-zone v0.1.60
12022024-07-19T16:35:47.349Z Compiling rand_chacha v0.3.1
12032024-07-19T16:35:47.562Z Compiling serde_derive_internals v0.29.1
12042024-07-19T16:35:47.641Z Compiling pem-rfc7468 v0.7.0
12052024-07-19T16:35:47.828Z Compiling rand v0.8.5
12062024-07-19T16:35:48.311Z Checking tracing-core v0.1.32
12072024-07-19T16:35:48.470Z Compiling backtrace v0.3.71
12082024-07-19T16:35:48.792Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12092024-07-19T16:35:48.979Z Checking fnv v1.0.7
12102024-07-19T16:35:49.091Z Compiling smoltcp v0.9.1
12112024-07-19T16:35:49.115Z Compiling flagset v0.4.5
12122024-07-19T16:35:49.278Z Compiling crossbeam-utils v0.8.19
12132024-07-19T16:35:49.449Z Compiling siphasher v0.3.11
12142024-07-19T16:35:49.588Z Compiling time v0.3.36
12152024-07-19T16:35:49.793Z Compiling sct v0.7.1
12162024-07-19T16:35:49.823Z Compiling rustls-webpki v0.101.7
12172024-07-19T16:35:50.052Z Compiling idna v0.5.0
12182024-07-19T16:35:50.244Z Compiling lazy_static v1.5.0
12192024-07-19T16:35:50.357Z Compiling aho-corasick v1.1.3
12202024-07-19T16:35:50.868Z Compiling regex-syntax v0.8.3
12212024-07-19T16:35:51.281Z Compiling finl_unicode v1.2.0
12222024-07-19T16:35:51.365Z Checking foreign-types-shared v0.1.1
12232024-07-19T16:35:51.365Z Checking powerfmt v0.2.0
12242024-07-19T16:35:51.581Z Checking deranged v0.3.11
12252024-07-19T16:35:51.759Z Compiling stringprep v0.1.4
12262024-07-19T16:35:52.027Z Checking foreign-types v0.3.2
12272024-07-19T16:35:52.112Z Compiling url v2.5.0
12282024-07-19T16:35:53.083Z Compiling diesel_table_macro_syntax v0.1.0
12292024-07-19T16:35:53.455Z Checking form_urlencoded v1.2.1
12302024-07-19T16:35:53.622Z Compiling regex-automata v0.4.6
12312024-07-19T16:35:53.646Z Compiling serde_derive v1.0.204
12322024-07-19T16:35:53.828Z Compiling zeroize_derive v1.4.2
12332024-07-19T16:35:54.050Z Compiling zerocopy-derive v0.7.34
12342024-07-19T16:35:55.018Z Compiling tokio-macros v2.3.0
12352024-07-19T16:35:55.185Z Compiling zeroize v1.7.0
12362024-07-19T16:35:55.499Z Compiling futures-macro v0.3.30
12372024-07-19T16:35:55.956Z Compiling zerocopy v0.7.34
12382024-07-19T16:35:56.262Z Compiling thiserror-impl v1.0.62
12392024-07-19T16:35:57.732Z Compiling tracing-attributes v0.1.27
12402024-07-19T16:35:58.256Z Compiling scroll_derive v0.12.0
12412024-07-19T16:35:58.594Z Compiling hashbrown v0.14.5
12422024-07-19T16:35:58.797Z Compiling crypto-common v0.1.6
12432024-07-19T16:35:58.995Z Compiling der_derive v0.7.2
12442024-07-19T16:35:59.023Z Compiling thiserror v1.0.62
12452024-07-19T16:35:59.123Z Compiling pest v2.7.10
12462024-07-19T16:35:59.438Z Compiling openssl-macros v0.1.1
12472024-07-19T16:36:00.047Z Compiling block-buffer v0.10.4
12482024-07-19T16:36:00.268Z Compiling futures-util v0.3.30
12492024-07-19T16:36:00.723Z Compiling digest v0.10.7
12502024-07-19T16:36:01.033Z Compiling scroll v0.12.0
12512024-07-19T16:36:01.057Z Compiling pest_meta v2.7.10
12522024-07-19T16:36:01.496Z Compiling goblin v0.8.2
12532024-07-19T16:36:01.800Z Compiling tracing v0.1.40
12542024-07-19T16:36:02.222Z Compiling pest_generator v2.7.10
12552024-07-19T16:36:03.821Z Compiling schemars_derive v0.8.21
12562024-07-19T16:36:04.269Z Compiling hmac v0.12.1
12572024-07-19T16:36:04.460Z Checking bytes v1.6.0
12582024-07-19T16:36:04.485Z Checking bitflags v2.5.0
12592024-07-19T16:36:05.360Z Checking tokio v1.38.1
12602024-07-19T16:36:05.425Z Compiling indexmap v2.2.6
12612024-07-19T16:36:05.655Z Compiling semver v1.0.23
12622024-07-19T16:36:06.131Z Compiling rustc_version v0.4.0
12632024-07-19T16:36:06.267Z Compiling pest_derive v2.7.10
12642024-07-19T16:36:06.566Z Compiling http v0.2.12
12652024-07-19T16:36:06.744Z Compiling heapless v0.7.17
12662024-07-19T16:36:06.885Z Compiling uuid v1.10.0
12672024-07-19T16:36:07.133Z Compiling dtrace-parser v0.2.0
12682024-07-19T16:36:07.519Z Compiling dof v0.3.0
12692024-07-19T16:36:07.747Z Compiling chrono v0.4.38
12702024-07-19T16:36:08.120Z Compiling http-body v0.4.6
12712024-07-19T16:36:08.486Z Compiling usdt-impl v0.5.0
12722024-07-19T16:36:08.619Z Compiling openssl v0.10.64
12732024-07-19T16:36:09.413Z Compiling serde_tokenstream v0.2.1
12742024-07-19T16:36:09.856Z Compiling der v0.7.9
12752024-07-19T16:36:10.156Z Compiling hubpack_derive v0.1.1
12762024-07-19T16:36:10.278Z Compiling zerocopy-derive v0.6.6
12772024-07-19T16:36:10.312Z Compiling async-trait v0.1.81
12782024-07-19T16:36:10.799Z Compiling rustix v0.38.34
12792024-07-19T16:36:10.858Z Compiling serde_spanned v0.6.6
12802024-07-19T16:36:11.049Z Compiling toml_datetime v0.6.6
12812024-07-19T16:36:11.206Z Checking tokio-util v0.7.11
12822024-07-19T16:36:11.910Z Compiling spki v0.7.3
12832024-07-19T16:36:12.222Z Compiling md-5 v0.10.6
12842024-07-19T16:36:12.247Z Compiling sha2 v0.10.8
12852024-07-19T16:36:12.434Z Compiling num-integer v0.1.46
12862024-07-19T16:36:12.594Z Compiling idna v0.3.0
12872024-07-19T16:36:13.114Z Checking openssl-sys v0.9.102
12882024-07-19T16:36:13.139Z Compiling hash32 v0.2.1
12892024-07-19T16:36:13.239Z Compiling fs-err v2.11.0
12902024-07-19T16:36:13.446Z Compiling h2 v0.3.26
12912024-07-19T16:36:13.470Z Compiling native-tls v0.2.11
12922024-07-19T16:36:13.712Z Compiling fallible-iterator v0.2.0
12932024-07-19T16:36:13.837Z Compiling stable_deref_trait v1.2.0
12942024-07-19T16:36:13.964Z Compiling dyn-clone v1.0.17
12952024-07-19T16:36:14.144Z Checking num_threads v0.1.7
12962024-07-19T16:36:14.168Z Compiling gimli v0.28.1
12972024-07-19T16:36:14.192Z Compiling slog v2.7.0
12982024-07-19T16:36:14.239Z Checking num-conv v0.1.0
12992024-07-19T16:36:14.274Z Compiling psl-types v2.0.11
13002024-07-19T16:36:14.437Z Checking time-core v0.1.2
13012024-07-19T16:36:14.571Z Checking unicode-ident v1.0.12
13022024-07-19T16:36:14.595Z Compiling anyhow v1.0.86
13032024-07-19T16:36:14.619Z Checking base64 v0.21.7
13042024-07-19T16:36:14.709Z Checking try-lock v0.2.5
13052024-07-19T16:36:14.745Z Checking proc-macro2 v1.0.86
13062024-07-19T16:36:14.823Z Checking want v0.3.1
13072024-07-19T16:36:15.219Z Compiling publicsuffix v2.2.3
13082024-07-19T16:36:15.278Z Compiling postgres-protocol v0.6.6
13092024-07-19T16:36:15.424Z Compiling clap_derive v4.5.8
13102024-07-19T16:36:16.999Z Compiling tokio-native-tls v0.3.1
13112024-07-19T16:36:17.348Z Compiling terminal_size v0.3.0
13122024-07-19T16:36:17.421Z Compiling addr2line v0.21.0
13132024-07-19T16:36:17.515Z Compiling tokio-rustls v0.24.1
13142024-07-19T16:36:17.828Z Compiling pkcs8 v0.10.2
13152024-07-19T16:36:18.345Z Compiling usdt-attr-macro v0.5.0
13162024-07-19T16:36:18.425Z Compiling usdt-macro v0.5.0
13172024-07-19T16:36:19.046Z Compiling hyper v0.14.28
13182024-07-19T16:36:19.272Z Compiling enum-as-inner v0.5.1
13192024-07-19T16:36:19.458Z Compiling block-padding v0.3.3
13202024-07-19T16:36:19.647Z Compiling diesel_derives v2.1.4
13212024-07-19T16:36:19.702Z Compiling strum_macros v0.25.3
13222024-07-19T16:36:19.725Z Compiling serde_repr v0.1.19
13232024-07-19T16:36:20.655Z Compiling phf_shared v0.11.2
13242024-07-19T16:36:20.976Z Checking httparse v1.8.0
13252024-07-19T16:36:21.294Z Compiling ff v0.13.0
13262024-07-19T16:36:21.546Z Compiling scheduled-thread-pool v0.2.7
13272024-07-19T16:36:21.645Z Checking socket2 v0.4.10
13282024-07-19T16:36:21.807Z Checking errno v0.3.9
13292024-07-19T16:36:21.948Z Compiling object v0.32.2
13302024-07-19T16:36:21.995Z Compiling matches v0.1.10
13312024-07-19T16:36:22.078Z Checking anstyle v1.0.7
13322024-07-19T16:36:22.102Z Checking cpufeatures v0.2.12
13332024-07-19T16:36:22.173Z Checking httpdate v1.0.3
13342024-07-19T16:36:22.361Z Compiling bitflags v1.3.2
13352024-07-19T16:36:22.385Z Checking tower-service v0.3.2
13362024-07-19T16:36:22.456Z Compiling rustc-demangle v0.1.24
13372024-07-19T16:36:22.480Z Compiling either v1.12.0
13382024-07-19T16:36:22.810Z Checking openssl-probe v0.1.5
13392024-07-19T16:36:22.892Z Compiling base16ct v0.2.0
13402024-07-19T16:36:22.937Z Checking ucd-trie v0.1.6
13412024-07-19T16:36:23.045Z Checking plain v0.2.3
13422024-07-19T16:36:23.170Z Compiling regex-automata v0.1.10
13432024-07-19T16:36:23.195Z Compiling winnow v0.5.40
13442024-07-19T16:36:23.249Z Compiling managed v0.8.0
13452024-07-19T16:36:23.568Z Checking adler v1.0.2
13462024-07-19T16:36:23.626Z Checking utf8parse v0.2.1
13472024-07-19T16:36:23.694Z Compiling bit-vec v0.6.3
13482024-07-19T16:36:23.748Z Checking anstyle-parse v0.2.4
13492024-07-19T16:36:23.962Z Checking miniz_oxide v0.7.2
13502024-07-19T16:36:23.986Z Compiling clap_builder v4.5.9
13512024-07-19T16:36:24.552Z Compiling hyper-rustls v0.24.2
13522024-07-19T16:36:24.850Z Compiling hyper-tls v0.5.0
13532024-07-19T16:36:25.162Z Compiling bstr v0.2.17
13542024-07-19T16:36:26.294Z Compiling toml_edit v0.19.15
13552024-07-19T16:36:27.185Z Compiling sec1 v0.7.3
13562024-07-19T16:36:28.589Z Compiling idna v0.2.3
13572024-07-19T16:36:29.767Z Compiling r2d2 v0.8.10
13582024-07-19T16:36:30.070Z Compiling group v0.13.0
13592024-07-19T16:36:30.337Z Compiling signal-hook-mio v0.2.3
13602024-07-19T16:36:30.464Z Compiling phf v0.11.2
13612024-07-19T16:36:30.590Z Compiling cookie_store v0.20.0
13622024-07-19T16:36:30.709Z Compiling inout v0.1.3
13632024-07-19T16:36:30.734Z Compiling ipnetwork v0.20.0
13642024-07-19T16:36:30.945Z Compiling postgres-types v0.2.6
13652024-07-19T16:36:31.079Z Checking quote v1.0.36
13662024-07-19T16:36:31.369Z Compiling num-bigint v0.4.5
13672024-07-19T16:36:31.487Z Compiling zerocopy v0.6.6
13682024-07-19T16:36:31.816Z Compiling hubpack v0.1.2
13692024-07-19T16:36:31.842Z Compiling serde_urlencoded v0.7.1
13702024-07-19T16:36:32.148Z Compiling futures-executor v0.3.30
13712024-07-19T16:36:32.278Z Compiling hkdf v0.12.4
13722024-07-19T16:36:32.429Z Compiling regex v1.10.5
13732024-07-19T16:36:32.498Z Compiling crypto-bigint v0.5.5
13742024-07-19T16:36:32.639Z Compiling phf_shared v0.10.0
13752024-07-19T16:36:33.104Z Compiling float-cmp v0.9.0
13762024-07-19T16:36:33.283Z Compiling precomputed-hash v0.1.1
13772024-07-19T16:36:33.361Z Compiling difflib v0.4.0
13782024-07-19T16:36:33.386Z Compiling new_debug_unreachable v1.0.6
13792024-07-19T16:36:33.411Z Compiling static_assertions v1.1.0
13802024-07-19T16:36:33.462Z Checking is_terminal_polyfill v1.70.0
13812024-07-19T16:36:33.487Z Compiling webpki-roots v0.25.4
13822024-07-19T16:36:33.564Z Compiling fixedbitset v0.4.2
13832024-07-19T16:36:33.589Z Compiling unicode-segmentation v1.11.0
13842024-07-19T16:36:33.613Z Checking colorchoice v1.0.1
13852024-07-19T16:36:33.710Z Compiling minimal-lexical v0.2.1
13862024-07-19T16:36:33.774Z Compiling data-encoding v2.6.0
13872024-07-19T16:36:33.939Z Checking pretty-hex v0.4.1
13882024-07-19T16:36:34.133Z Checking anstyle-query v1.0.3
13892024-07-19T16:36:34.236Z Compiling whoami v1.5.1
13902024-07-19T16:36:34.420Z Compiling predicates-core v1.0.6
13912024-07-19T16:36:34.578Z Compiling normalize-line-endings v0.3.0
13922024-07-19T16:36:34.689Z Compiling predicates v3.1.0
13932024-07-19T16:36:34.751Z Compiling tokio-postgres v0.7.10
13942024-07-19T16:36:35.266Z Compiling elliptic-curve v0.13.8
13952024-07-19T16:36:35.729Z Compiling reqwest v0.11.27
13962024-07-19T16:36:36.080Z Checking anstream v0.6.14
13972024-07-19T16:36:36.111Z Compiling trust-dns-proto v0.22.0
13982024-07-19T16:36:36.822Z Compiling similar v2.5.0
13992024-07-19T16:36:36.883Z Compiling nom v7.1.3
14002024-07-19T16:36:37.112Z Compiling petgraph v0.6.5
14012024-07-19T16:36:37.243Z Compiling yasna v0.5.2
14022024-07-19T16:36:38.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14032024-07-19T16:36:38.795Z Compiling string_cache v0.8.7
14042024-07-19T16:36:38.926Z Compiling console v0.15.8
14052024-07-19T16:36:39.188Z Compiling toml_edit v0.22.14
14062024-07-19T16:36:39.693Z Compiling usdt v0.5.0
14072024-07-19T16:36:39.811Z Compiling crossbeam-epoch v0.9.18
14082024-07-19T16:36:40.200Z Compiling diesel v2.1.6
14092024-07-19T16:36:40.387Z Compiling futures v0.3.30
14102024-07-19T16:36:40.495Z Compiling cipher v0.4.4
14112024-07-19T16:36:40.786Z Compiling crossterm v0.27.0
14122024-07-19T16:36:40.926Z Compiling toml v0.7.8
14132024-07-19T16:36:43.141Z Compiling clap v4.5.9
14142024-07-19T16:36:43.242Z Compiling bit-set v0.5.3
14152024-07-19T16:36:43.471Z Compiling itertools v0.12.1
14162024-07-19T16:36:43.495Z Compiling itertools v0.10.5
14172024-07-19T16:36:44.749Z Compiling num-iter v0.1.45
14182024-07-19T16:36:44.846Z Compiling tokio-stream v0.1.15
14192024-07-19T16:36:44.900Z Compiling openapiv3 v2.0.0
14202024-07-19T16:36:45.357Z Compiling hex v0.4.3
14212024-07-19T16:36:45.729Z Compiling bstr v1.9.1
14222024-07-19T16:36:46.041Z Checking thread-id v4.2.1
14232024-07-19T16:36:46.074Z Checking clap_lex v0.7.0
14242024-07-19T16:36:46.141Z Compiling unicode-xid v0.2.4
14252024-07-19T16:36:46.380Z Checking ipnet v2.9.0
14262024-07-19T16:36:46.773Z Compiling lalrpop-util v0.19.12
14272024-07-19T16:36:47.091Z Compiling peg-runtime v0.8.3
14282024-07-19T16:36:47.483Z Checking strsim v0.11.1
14292024-07-19T16:36:49.552Z Checking rustls-pemfile v1.0.4
14302024-07-19T16:36:50.467Z Checking crc32fast v1.4.0
14312024-07-19T16:36:50.659Z Checking memmap v0.7.0
14322024-07-19T16:36:50.699Z Checking encoding_rs v0.8.34
14332024-07-19T16:36:50.818Z Checking unicode-width v0.1.13
14342024-07-19T16:36:50.842Z Checking mime v0.3.17
14352024-07-19T16:36:51.307Z Checking sync_wrapper v0.1.2
14362024-07-19T16:36:51.414Z Checking winnow v0.6.8
14372024-07-19T16:36:54.206Z Checking flate2 v1.0.30
14382024-07-19T16:36:57.235Z Checking camino v1.1.7
14392024-07-19T16:36:57.259Z Checking sigpipe v0.1.3
14402024-07-19T16:37:07.167Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14412024-07-19T16:37:17.745Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14422024-07-19T16:37:18.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
14432024-07-19T16:37:18.245Z
14442024-07-19T16:37:18.245Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/133)
14452024-07-19T16:37:18.803Z Downloading crates ...
14462024-07-19T16:37:18.995Z Downloaded atty v0.2.14
14472024-07-19T16:37:19.019Z Downloaded bitstruct v0.1.1
14482024-07-19T16:37:19.019Z Downloaded heck v0.3.3
14492024-07-19T16:37:19.019Z Downloaded zone_cfg_derive v0.1.2
14502024-07-19T16:37:19.019Z Downloaded walkdir v2.5.0
14512024-07-19T16:37:19.019Z Downloaded zone v0.1.8
14522024-07-19T16:37:19.019Z Downloaded tungstenite v0.20.1
14532024-07-19T16:37:19.043Z Downloaded ron v0.7.1
14542024-07-19T16:37:19.043Z Downloaded arc-swap v1.7.1
14552024-07-19T16:37:19.043Z Downloaded tokio-tungstenite v0.21.0
14562024-07-19T16:37:19.043Z Downloaded tokio-tungstenite v0.20.1
14572024-07-19T16:37:19.044Z Downloaded subprocess v0.2.9
14582024-07-19T16:37:19.044Z Downloaded rcgen v0.12.1
14592024-07-19T16:37:19.044Z Downloaded humantime v2.1.0
14602024-07-19T16:37:19.068Z Downloaded erased-serde v0.3.31
14612024-07-19T16:37:19.068Z Downloaded base64 v0.13.1
14622024-07-19T16:37:19.068Z Downloaded utf-8 v0.7.6
14632024-07-19T16:37:19.068Z Downloaded tungstenite v0.21.0
14642024-07-19T16:37:19.068Z Downloaded slog-scope v4.4.0
14652024-07-19T16:37:19.068Z Downloaded slog-envlogger v2.2.0
14662024-07-19T16:37:19.068Z Downloaded serde_arrays v0.1.0
14672024-07-19T16:37:19.068Z Downloaded portpicker v0.1.1
14682024-07-19T16:37:19.068Z Downloaded pem v3.0.4
14692024-07-19T16:37:19.068Z Downloaded bitstruct_derive v0.1.0
14702024-07-19T16:37:19.068Z Downloaded termcolor v1.4.1
14712024-07-19T16:37:19.068Z Downloaded slog-stdlog v4.1.1
14722024-07-19T16:37:19.068Z Downloaded same-file v1.0.6
14732024-07-19T16:37:19.068Z Downloaded headers-core v0.2.0
14742024-07-19T16:37:19.068Z Downloaded headers v0.3.9
14752024-07-19T16:37:19.093Z Downloaded env_logger v0.9.3
14762024-07-19T16:37:19.093Z Downloaded atomicwrites v0.4.3
14772024-07-19T16:37:19.093Z Downloaded ascii v1.1.0
14782024-07-19T16:37:19.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-07-19T16:37:19.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-07-19T16:37:19.198Z Compiling regress v0.9.1
14812024-07-19T16:37:19.222Z Checking sha1 v0.10.6
14822024-07-19T16:37:19.222Z Compiling strum_macros v0.26.4
14832024-07-19T16:37:19.265Z Checking heck v0.5.0
14842024-07-19T16:37:19.289Z Compiling getopts v0.2.21
14852024-07-19T16:37:19.289Z Checking dirs-sys-next v0.1.2
14862024-07-19T16:37:19.313Z Compiling unsafe-libyaml v0.2.11
14872024-07-19T16:37:19.449Z Checking dirs-next v2.0.0
14882024-07-19T16:37:19.473Z Checking http v1.1.0
14892024-07-19T16:37:19.573Z Checking thread_local v1.1.8
14902024-07-19T16:37:19.706Z Checking rustls-pki-types v1.7.0
14912024-07-19T16:37:19.799Z Compiling ident_case v1.0.1
14922024-07-19T16:37:19.942Z Compiling darling_core v0.20.9
14932024-07-19T16:37:20.063Z Checking term v0.7.0
14942024-07-19T16:37:20.127Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14952024-07-19T16:37:20.383Z Compiling serde_yaml v0.9.34+deprecated
14962024-07-19T16:37:20.407Z Checking crossbeam-channel v0.5.12
14972024-07-19T16:37:20.558Z Checking is-terminal v0.4.12
14982024-07-19T16:37:20.660Z Checking atty v0.2.14
14992024-07-19T16:37:20.757Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15002024-07-19T16:37:20.792Z Checking take_mut v0.2.2
15012024-07-19T16:37:20.913Z Compiling paste v1.0.15
15022024-07-19T16:37:20.995Z Checking humantime v2.1.0
15032024-07-19T16:37:21.019Z Checking base64 v0.22.1
15042024-07-19T16:37:21.220Z Compiling rustls v0.22.4
15052024-07-19T16:37:21.311Z Checking utf-8 v0.7.6
15062024-07-19T16:37:21.413Z Checking termcolor v1.4.1
15072024-07-19T16:37:21.498Z Checking slog-async v2.8.0
15082024-07-19T16:37:21.522Z Checking slog-term v2.9.1
15092024-07-19T16:37:21.735Z Checking rustls-webpki v0.102.4
15102024-07-19T16:37:21.760Z Checking env_logger v0.9.3
15112024-07-19T16:37:21.840Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15122024-07-19T16:37:22.136Z Compiling proc-macro-crate v1.3.1
15132024-07-19T16:37:22.361Z Compiling bitstruct_derive v0.1.0
15142024-07-19T16:37:23.103Z Compiling structmeta-derive v0.3.0
15152024-07-19T16:37:23.240Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15162024-07-19T16:37:23.349Z Compiling multer v3.1.0
15172024-07-19T16:37:23.475Z Checking match_cfg v0.1.0
15182024-07-19T16:37:23.562Z Checking ascii v1.1.0
15192024-07-19T16:37:23.586Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15202024-07-19T16:37:23.639Z Checking strum v0.26.3
15212024-07-19T16:37:23.776Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15222024-07-19T16:37:23.801Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15232024-07-19T16:37:23.838Z Checking hostname v0.3.1
15242024-07-19T16:37:23.902Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15252024-07-19T16:37:23.927Z Checking bitstruct v0.1.1
15262024-07-19T16:37:23.951Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15272024-07-19T16:37:24.013Z Compiling num_enum_derive v0.5.11
15282024-07-19T16:37:24.072Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15292024-07-19T16:37:24.288Z Checking slog-json v2.6.1
15302024-07-19T16:37:24.553Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15312024-07-19T16:37:24.715Z Checking serde_arrays v0.1.0
15322024-07-19T16:37:24.841Z Checking erased-serde v0.3.31
15332024-07-19T16:37:24.865Z Compiling foreign-types-macros v0.2.3
15342024-07-19T16:37:25.178Z Compiling async-stream-impl v0.3.5
15352024-07-19T16:37:25.704Z Compiling structmeta v0.3.0
15362024-07-19T16:37:25.728Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15372024-07-19T16:37:25.881Z Checking foreign-types-shared v0.3.1
15382024-07-19T16:37:25.963Z Checking atomic-waker v1.1.2
15392024-07-19T16:37:25.987Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15402024-07-19T16:37:26.011Z Compiling darling_macro v0.20.9
15412024-07-19T16:37:26.081Z Checking arc-swap v1.7.1
15422024-07-19T16:37:26.106Z Compiling parse-display-derive v0.9.1
15432024-07-19T16:37:26.236Z Checking waitgroup v0.1.2
15442024-07-19T16:37:26.322Z Checking async-stream v0.3.5
15452024-07-19T16:37:26.371Z Checking foreign-types v0.5.0
15462024-07-19T16:37:26.395Z Checking num_enum v0.5.11
15472024-07-19T16:37:26.438Z Checking slog-scope v4.4.0
15482024-07-19T16:37:26.493Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15492024-07-19T16:37:26.517Z Checking slog-bunyan v2.5.0
15502024-07-19T16:37:26.541Z Compiling proc-macro-error v1.0.4
15512024-07-19T16:37:26.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-07-19T16:37:26.829Z Checking toml v0.8.14
15532024-07-19T16:37:26.864Z Compiling darling v0.20.9
15542024-07-19T16:37:26.971Z Compiling serde_with_macros v3.8.3
15552024-07-19T16:37:27.137Z Checking tungstenite v0.20.1
15562024-07-19T16:37:27.162Z Checking rustls-pemfile v2.1.2
15572024-07-19T16:37:27.217Z Checking tokio-rustls v0.25.0
15582024-07-19T16:37:27.357Z Compiling heck v0.3.3
15592024-07-19T16:37:27.467Z Checking newtype-uuid v1.1.0
15602024-07-19T16:37:27.539Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15612024-07-19T16:37:27.671Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15622024-07-19T16:37:27.718Z Checking cstr-argument v0.1.2
15632024-07-19T16:37:27.859Z Checking serde_path_to_error v0.1.16
15642024-07-19T16:37:27.883Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-19T16:37:28.380Z Checking hostname v0.4.0
15662024-07-19T16:37:28.441Z Checking instant v0.1.12
15672024-07-19T16:37:28.496Z Checking pretty-hex v0.2.1
15682024-07-19T16:37:28.541Z Checking fastrand v2.1.0
15692024-07-19T16:37:28.565Z Checking debug-ignore v1.0.5
15702024-07-19T16:37:28.641Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15712024-07-19T16:37:28.679Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15722024-07-19T16:37:28.817Z Checking tempfile v3.10.1
15732024-07-19T16:37:28.869Z Checking backoff v0.4.0
15742024-07-19T16:37:28.910Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15752024-07-19T16:37:29.108Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15762024-07-19T16:37:29.132Z Checking tokio-tungstenite v0.20.1
15772024-07-19T16:37:29.168Z Compiling zone_cfg_derive v0.1.2
15782024-07-19T16:37:29.359Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15792024-07-19T16:37:29.520Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15802024-07-19T16:37:29.545Z Checking slog-stdlog v4.1.1
15812024-07-19T16:37:29.618Z Checking serde_with v3.8.3
15822024-07-19T16:37:29.697Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15832024-07-19T16:37:29.826Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15842024-07-19T16:37:30.122Z Checking tungstenite v0.21.0
15852024-07-19T16:37:30.146Z Checking parse-display v0.9.1
15862024-07-19T16:37:30.170Z Checking colored v2.1.0
15872024-07-19T16:37:30.331Z Checking macaddr v1.0.1
15882024-07-19T16:37:30.394Z Checking base64 v0.13.1
15892024-07-19T16:37:30.419Z Checking zone v0.1.8
15902024-07-19T16:37:30.722Z Checking ron v0.7.1
15912024-07-19T16:37:30.832Z Checking tokio-tungstenite v0.21.0
15922024-07-19T16:37:30.945Z Checking slog-envlogger v2.2.0
15932024-07-19T16:37:31.144Z Checking pem v3.0.4
15942024-07-19T16:37:31.219Z Checking tabwriter v1.4.0
15952024-07-19T16:37:31.368Z Checking xattr v1.3.1
15962024-07-19T16:37:31.410Z Checking portpicker v0.1.1
15972024-07-19T16:37:31.534Z Checking headers-core v0.2.0
15982024-07-19T16:37:31.558Z Checking smf v0.2.3
15992024-07-19T16:37:31.641Z Checking filetime v0.2.23
16002024-07-19T16:37:31.665Z Checking same-file v1.0.6
16012024-07-19T16:37:31.800Z Checking walkdir v2.5.0
16022024-07-19T16:37:31.824Z Checking tar v0.4.41
16032024-07-19T16:37:31.942Z Checking headers v0.3.9
16042024-07-19T16:37:32.036Z Checking rcgen v0.12.1
16052024-07-19T16:37:32.060Z Checking camino-tempfile v1.1.1
16062024-07-19T16:37:32.289Z Checking atomicwrites v0.4.3
16072024-07-19T16:37:32.314Z Checking subprocess v0.2.9
16082024-07-19T16:37:33.799Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16092024-07-19T16:37:34.036Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-19T16:37:35.097Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16112024-07-19T16:37:37.568Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16122024-07-19T16:37:37.666Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16132024-07-19T16:37:41.951Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-19T16:37:50.080Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16152024-07-19T16:37:50.246Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16162024-07-19T16:37:50.246Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16172024-07-19T16:37:53.349Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16182024-07-19T16:37:53.746Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16192024-07-19T16:38:00.697Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16202024-07-19T16:38:02.363Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16212024-07-19T16:38:03.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.49s
16222024-07-19T16:38:03.892Z
16232024-07-19T16:38:03.892Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/133)
16242024-07-19T16:38:04.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-07-19T16:38:04.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-07-19T16:38:04.716Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16272024-07-19T16:38:06.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
16282024-07-19T16:38:06.262Z
16292024-07-19T16:38:06.262Zinfo: running `cargo check --bins` on nexus-config (31/133)
16302024-07-19T16:38:06.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-07-19T16:38:06.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-07-19T16:38:06.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-07-19T16:38:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16342024-07-19T16:38:07.016Z
16352024-07-19T16:38:07.016Zinfo: running `cargo check --bins` on omicron-rpaths (32/133)
16362024-07-19T16:38:07.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-07-19T16:38:07.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-07-19T16:38:07.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-07-19T16:38:07.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16402024-07-19T16:38:07.718Z
16412024-07-19T16:38:07.718Zinfo: running `cargo check --bins` on omicron-certificates (33/133)
16422024-07-19T16:38:08.270Z Downloading crates ...
16432024-07-19T16:38:08.443Z Downloaded display-error-chain v0.2.0
16442024-07-19T16:38:08.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-07-19T16:38:08.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-07-19T16:38:08.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-07-19T16:38:08.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16482024-07-19T16:38:08.536Z
16492024-07-19T16:38:08.536Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/133)
16502024-07-19T16:38:09.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-07-19T16:38:09.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-07-19T16:38:09.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-07-19T16:38:09.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
16542024-07-19T16:38:09.344Z
16552024-07-19T16:38:09.344Zinfo: running `cargo check --bins` on cockroach-admin-client (35/133)
16562024-07-19T16:38:10.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-07-19T16:38:10.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-07-19T16:38:10.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-07-19T16:38:10.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16602024-07-19T16:38:10.110Z
16612024-07-19T16:38:10.110Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/133)
16622024-07-19T16:38:10.633Z Downloading crates ...
16632024-07-19T16:38:10.806Z Downloaded home v0.5.9
16642024-07-19T16:38:10.835Z Downloaded crossbeam-deque v0.8.5
16652024-07-19T16:38:10.835Z Downloaded rayon v1.10.0
16662024-07-19T16:38:10.835Z Downloaded untrusted v0.7.1
16672024-07-19T16:38:10.835Z Downloaded rayon-core v1.12.1
16682024-07-19T16:38:10.835Z Downloaded omicron-zone-package v0.11.0
16692024-07-19T16:38:10.862Z Downloaded memmap2 v0.9.4
16702024-07-19T16:38:10.862Z Downloaded constant_time_eq v0.3.0
16712024-07-19T16:38:10.862Z Downloaded blake3 v1.5.1
16722024-07-19T16:38:10.862Z Downloaded arrayvec v0.7.4
16732024-07-19T16:38:10.863Z Downloaded arrayref v0.3.7
16742024-07-19T16:38:10.863Z Downloaded topological-sort v0.2.2
16752024-07-19T16:38:10.863Z Downloaded toolchain_find v0.4.0
16762024-07-19T16:38:10.863Z Downloaded spin v0.5.2
16772024-07-19T16:38:10.863Z Downloaded rustfmt-wrapper v0.2.1
16782024-07-19T16:38:10.887Z Downloaded ring v0.16.20
16792024-07-19T16:38:10.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-07-19T16:38:11.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-07-19T16:38:11.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-07-19T16:38:11.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
16832024-07-19T16:38:11.067Z
16842024-07-19T16:38:11.067Zinfo: running `cargo check --bins` on dns-service-client (37/133)
16852024-07-19T16:38:11.627Z Downloading crates ...
16862024-07-19T16:38:11.748Z Downloaded expectorate v1.1.0
16872024-07-19T16:38:11.772Z Downloaded newline-converter v0.3.0
16882024-07-19T16:38:11.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-07-19T16:38:11.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-07-19T16:38:11.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-07-19T16:38:11.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16922024-07-19T16:38:11.836Z
16932024-07-19T16:38:11.836Zinfo: running `cargo check --bins` on dpd-client (38/133)
16942024-07-19T16:38:12.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-07-19T16:38:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-07-19T16:38:12.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-07-19T16:38:12.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16982024-07-19T16:38:12.560Z
16992024-07-19T16:38:12.560Zinfo: running `cargo check --bins` on gateway-client (39/133)
17002024-07-19T16:38:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-07-19T16:38:13.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-07-19T16:38:13.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-07-19T16:38:13.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17042024-07-19T16:38:13.281Z
17052024-07-19T16:38:13.281Zinfo: running `cargo check --bins` on installinator-client (40/133)
17062024-07-19T16:38:13.843Z Downloading crates ...
17072024-07-19T16:38:14.008Z Downloaded cancel-safe-futures v0.1.5
17082024-07-19T16:38:14.032Z Downloaded linear-map v1.2.0
17092024-07-19T16:38:14.032Z Downloaded libsw v3.3.1
17102024-07-19T16:38:14.032Z Downloaded owo-colors v4.0.0
17112024-07-19T16:38:14.032Z Downloaded derive-where v1.2.7
17122024-07-19T16:38:14.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-07-19T16:38:14.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-07-19T16:38:14.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-07-19T16:38:14.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17162024-07-19T16:38:14.118Z
17172024-07-19T16:38:14.118Zinfo: running `cargo check --bins` on installinator-common (41/133)
17182024-07-19T16:38:14.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-07-19T16:38:14.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-07-19T16:38:14.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-07-19T16:38:14.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17222024-07-19T16:38:14.921Z
17232024-07-19T16:38:14.921Zinfo: running `cargo check --bins` on update-engine (42/133)
17242024-07-19T16:38:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-07-19T16:38:15.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-07-19T16:38:15.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-07-19T16:38:15.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17282024-07-19T16:38:15.663Z
17292024-07-19T16:38:15.663Zinfo: running `cargo check --bins` on nexus-client (43/133)
17302024-07-19T16:38:16.211Z Downloading crates ...
17312024-07-19T16:38:16.374Z Downloaded blake2 v0.10.6
17322024-07-19T16:38:16.407Z Downloaded steno v0.4.1
17332024-07-19T16:38:16.407Z Downloaded semver v0.1.20
17342024-07-19T16:38:16.407Z Downloaded argon2 v0.5.3
17352024-07-19T16:38:16.407Z Downloaded rustc_version v0.1.7
17362024-07-19T16:38:16.407Z Downloaded password-hash v0.5.0
17372024-07-19T16:38:16.407Z Downloaded newtype_derive v0.1.6
17382024-07-19T16:38:16.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-07-19T16:38:16.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-07-19T16:38:16.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-07-19T16:38:16.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17422024-07-19T16:38:16.479Z
17432024-07-19T16:38:16.479Zinfo: running `cargo check --bins` on nexus-types (44/133)
17442024-07-19T16:38:17.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-07-19T16:38:17.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-07-19T16:38:17.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-07-19T16:38:17.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17482024-07-19T16:38:17.254Z
17492024-07-19T16:38:17.254Zinfo: running `cargo check --bins` on omicron-passwords (45/133)
17502024-07-19T16:38:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-07-19T16:38:17.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-07-19T16:38:17.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-07-19T16:38:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17542024-07-19T16:38:17.997Z
17552024-07-19T16:38:17.997Zinfo: running `cargo check --bins` on sled-agent-client (46/133)
17562024-07-19T16:38:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-07-19T16:38:18.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-07-19T16:38:18.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-07-19T16:38:18.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17602024-07-19T16:38:18.758Z
17612024-07-19T16:38:18.758Zinfo: running `cargo check --bins` on oxide-client (47/133)
17622024-07-19T16:38:19.335Z Downloading crates ...
17632024-07-19T16:38:19.431Z Downloaded lru-cache v0.1.2
17642024-07-19T16:38:19.455Z Downloaded trust-dns-resolver v0.22.0
17652024-07-19T16:38:19.455Z Downloaded resolv-conf v0.7.0
17662024-07-19T16:38:19.455Z Downloaded linked-hash-map v0.5.6
17672024-07-19T16:38:19.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-07-19T16:38:19.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-07-19T16:38:19.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-07-19T16:38:19.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17712024-07-19T16:38:19.533Z
17722024-07-19T16:38:19.533Zinfo: running `cargo check --bins` on oximeter-client (48/133)
17732024-07-19T16:38:20.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-07-19T16:38:20.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-07-19T16:38:20.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-07-19T16:38:20.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17772024-07-19T16:38:20.262Z
17782024-07-19T16:38:20.262Zinfo: running `cargo check --bins` on wicketd-client (49/133)
17792024-07-19T16:38:20.874Z Downloading crates ...
17802024-07-19T16:38:20.994Z Downloaded maplit v1.0.2
17812024-07-19T16:38:21.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-07-19T16:38:21.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-07-19T16:38:21.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-07-19T16:38:21.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17852024-07-19T16:38:21.091Z
17862024-07-19T16:38:21.091Zinfo: running `cargo check --bins` on wicket-common (50/133)
17872024-07-19T16:38:21.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-07-19T16:38:21.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-07-19T16:38:21.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902024-07-19T16:38:21.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17912024-07-19T16:38:21.884Z
17922024-07-19T16:38:21.884Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/133)
17932024-07-19T16:38:22.458Z Downloading crates ...
17942024-07-19T16:38:22.608Z Downloaded slog-dtrace v0.3.0
17952024-07-19T16:38:22.632Z Downloaded csv-core v0.1.11
17962024-07-19T16:38:22.632Z Downloaded csv v1.3.0
17972024-07-19T16:38:22.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982024-07-19T16:38:22.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992024-07-19T16:38:22.754Z Compiling heapless v0.8.0
18002024-07-19T16:38:22.778Z Checking hash32 v0.3.1
18012024-07-19T16:38:22.778Z Compiling smoltcp v0.11.0
18022024-07-19T16:38:22.803Z Checking cobs v0.2.3
18032024-07-19T16:38:22.827Z Checking embedded-io v0.4.0
18042024-07-19T16:38:22.851Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18052024-07-19T16:38:22.851Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18062024-07-19T16:38:22.875Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18072024-07-19T16:38:22.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18082024-07-19T16:38:22.975Z Compiling crucible-workspace-hack v0.1.0
18092024-07-19T16:38:22.999Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18102024-07-19T16:38:23.024Z Checking postcard v1.0.8
18112024-07-19T16:38:23.139Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18122024-07-19T16:38:23.208Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18132024-07-19T16:38:23.343Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18142024-07-19T16:38:23.416Z Compiling num-derive v0.4.2
18152024-07-19T16:38:23.506Z Compiling slog-dtrace v0.3.0
18162024-07-19T16:38:23.615Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18172024-07-19T16:38:23.639Z Checking csv-core v0.1.11
18182024-07-19T16:38:23.663Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18192024-07-19T16:38:23.913Z Checking csv v1.3.0
18202024-07-19T16:38:24.312Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18212024-07-19T16:38:24.966Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18222024-07-19T16:38:26.523Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18232024-07-19T16:38:27.564Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18242024-07-19T16:38:28.860Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18252024-07-19T16:38:29.080Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18262024-07-19T16:38:32.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
18272024-07-19T16:38:32.715Z
18282024-07-19T16:38:32.715Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (52/133)
18292024-07-19T16:38:33.299Z Downloading crates ...
18302024-07-19T16:38:33.544Z Downloaded crunchy v0.2.2
18312024-07-19T16:38:33.568Z Downloaded http-range v0.1.5
18322024-07-19T16:38:33.568Z Downloaded derive_builder_macro v0.20.0
18332024-07-19T16:38:33.568Z Downloaded oso-derive v0.27.3
18342024-07-19T16:38:33.569Z Downloaded fxhash v0.2.1
18352024-07-19T16:38:33.569Z Downloaded wyz v0.5.1
18362024-07-19T16:38:33.569Z Downloaded unicase v2.7.0
18372024-07-19T16:38:33.569Z Downloaded tiny-keccak v2.0.2
18382024-07-19T16:38:33.593Z Downloaded zip v0.6.6
18392024-07-19T16:38:33.593Z Downloaded which v4.4.2
18402024-07-19T16:38:33.593Z Downloaded tap v1.0.1
18412024-07-19T16:38:33.593Z Downloaded toml v0.5.11
18422024-07-19T16:38:33.593Z Downloaded libloading v0.8.3
18432024-07-19T16:38:33.617Z Downloaded oso v0.27.3
18442024-07-19T16:38:33.617Z Downloaded x509-cert v0.2.5
18452024-07-19T16:38:33.617Z Downloaded num-bigint-dig v0.8.4
18462024-07-19T16:38:33.617Z Downloaded sled v0.34.7
18472024-07-19T16:38:33.641Z Downloaded bzip2-sys v0.1.11+1.0.8
18482024-07-19T16:38:33.641Z Downloaded polar-core v0.27.3
18492024-07-19T16:38:33.666Z Downloaded nix v0.27.1
18502024-07-19T16:38:33.666Z Downloaded trust-dns-server v0.22.1
18512024-07-19T16:38:33.690Z Downloaded regex-syntax v0.6.29
18522024-07-19T16:38:33.690Z Downloaded radix_trie v0.2.1
18532024-07-19T16:38:33.690Z Downloaded quick-xml v0.31.0
18542024-07-19T16:38:33.690Z Downloaded object v0.30.4
18552024-07-19T16:38:33.714Z Downloaded lalrpop v0.19.12
18562024-07-19T16:38:33.714Z Downloaded bitvec v1.0.1
18572024-07-19T16:38:33.739Z Downloaded bindgen v0.69.4
18582024-07-19T16:38:33.739Z Downloaded tls_codec v0.4.1
18592024-07-19T16:38:33.739Z Downloaded serde-big-array v0.5.1
18602024-07-19T16:38:33.739Z Downloaded ron v0.8.1
18612024-07-19T16:38:33.763Z Downloaded packed_struct v0.10.1
18622024-07-19T16:38:33.763Z Downloaded nibble_vec v0.1.0
18632024-07-19T16:38:33.763Z Downloaded mime_guess v2.0.4
18642024-07-19T16:38:33.763Z Downloaded kstat-rs v0.2.4
18652024-07-19T16:38:33.763Z Downloaded smallvec v0.6.14
18662024-07-19T16:38:33.763Z Downloaded signature v2.2.0
18672024-07-19T16:38:33.763Z Downloaded shlex v1.3.0
18682024-07-19T16:38:33.764Z Downloaded ref-cast-impl v1.0.23
18692024-07-19T16:38:33.764Z Downloaded path-slash v0.1.5
18702024-07-19T16:38:33.764Z Downloaded maybe-uninit v2.0.0
18712024-07-19T16:38:33.764Z Downloaded samael v0.0.15
18722024-07-19T16:38:33.788Z Downloaded rustc-hash v1.1.0
18732024-07-19T16:38:33.788Z Downloaded prettyplease v0.2.20
18742024-07-19T16:38:33.788Z Downloaded parking_lot v0.11.2
18752024-07-19T16:38:33.788Z Downloaded num-rational v0.4.2
18762024-07-19T16:38:33.788Z Downloaded nodrop v0.1.14
18772024-07-19T16:38:33.788Z Downloaded libxml v0.3.3
18782024-07-19T16:38:33.788Z Downloaded lazycell v1.3.0
18792024-07-19T16:38:33.788Z Downloaded impl-trait-for-tuples v0.2.2
18802024-07-19T16:38:33.788Z Downloaded hyper-staticfile v0.9.5
18812024-07-19T16:38:33.788Z Downloaded highway v1.1.0
18822024-07-19T16:38:33.813Z Downloaded hashbrown v0.13.2
18832024-07-19T16:38:33.813Z Downloaded glob v0.3.1
18842024-07-19T16:38:33.813Z Downloaded flume v0.11.0
18852024-07-19T16:38:33.813Z Downloaded float-ord v0.3.2
18862024-07-19T16:38:33.813Z Downloaded endian-type v0.1.2
18872024-07-19T16:38:33.813Z Downloaded diff v0.1.13
18882024-07-19T16:38:33.813Z Downloaded crc-any v2.5.0
18892024-07-19T16:38:33.813Z Downloaded crc v3.2.1
18902024-07-19T16:38:33.813Z Downloaded const_format_proc_macros v0.2.32
18912024-07-19T16:38:33.813Z Downloaded trust-dns-client v0.22.0
18922024-07-19T16:38:33.837Z Downloaded rsa v0.9.6
18932024-07-19T16:38:33.837Z Downloaded pkcs1 v0.7.5
18942024-07-19T16:38:33.837Z Downloaded parking_lot_core v0.8.6
18952024-07-19T16:38:33.837Z Downloaded packed_struct_codegen v0.10.1
18962024-07-19T16:38:33.837Z Downloaded derive_builder_core v0.20.0
18972024-07-19T16:38:33.837Z Downloaded derive_builder v0.20.0
18982024-07-19T16:38:33.837Z Downloaded cookie v0.18.1
18992024-07-19T16:38:33.862Z Downloaded const_format v0.2.32
19002024-07-19T16:38:33.862Z Downloaded clang-sys v1.7.0
19012024-07-19T16:38:33.862Z Downloaded serde-hex v0.1.0
19022024-07-19T16:38:33.862Z Downloaded num-complex v0.4.6
19032024-07-19T16:38:33.862Z Downloaded num v0.4.3
19042024-07-19T16:38:33.862Z Downloaded memoffset v0.9.1
19052024-07-19T16:38:33.862Z Downloaded libefi-sys v0.1.0
19062024-07-19T16:38:33.862Z Downloaded indoc v1.0.9
19072024-07-19T16:38:33.862Z Downloaded bb8 v0.8.5
19082024-07-19T16:38:33.862Z Downloaded tls_codec_derive v0.4.1
19092024-07-19T16:38:33.862Z Downloaded signal-hook-tokio v0.3.1
19102024-07-19T16:38:33.862Z Downloaded ref-cast v1.0.23
19112024-07-19T16:38:33.886Z Downloaded radium v0.7.0
19122024-07-19T16:38:33.886Z Downloaded nanorand v0.7.0
19132024-07-19T16:38:33.887Z Downloaded gethostname v0.4.3
19142024-07-19T16:38:33.887Z Downloaded env_logger v0.10.2
19152024-07-19T16:38:33.887Z Downloaded ena v0.14.3
19162024-07-19T16:38:33.887Z Downloaded bzip2 v0.4.4
19172024-07-19T16:38:33.887Z Downloaded bitfield-struct v0.6.1
19182024-07-19T16:38:33.887Z Downloaded bcs v0.1.6
19192024-07-19T16:38:33.887Z Downloaded strum_macros v0.24.3
19202024-07-19T16:38:33.887Z Downloaded bitfield v0.14.0
19212024-07-19T16:38:33.887Z Downloaded async-recursion v1.1.1
19222024-07-19T16:38:33.887Z Downloaded funty v2.0.0
19232024-07-19T16:38:33.887Z Downloaded cexpr v0.6.0
19242024-07-19T16:38:33.911Z Downloaded crc-catalog v2.4.0
19252024-07-19T16:38:33.911Z Downloaded ascii-canvas v3.0.0
19262024-07-19T16:38:33.911Z Downloaded array-init v0.0.4
19272024-07-19T16:38:33.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282024-07-19T16:38:33.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292024-07-19T16:38:33.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302024-07-19T16:38:33.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
19312024-07-19T16:38:34.006Z
19322024-07-19T16:38:34.006Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/133)
19332024-07-19T16:38:34.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342024-07-19T16:38:34.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352024-07-19T16:38:34.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362024-07-19T16:38:34.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19372024-07-19T16:38:34.899Z
19382024-07-19T16:38:34.899Zinfo: running `cargo check --bins` on dns-server (54/133)
19392024-07-19T16:38:35.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402024-07-19T16:38:35.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412024-07-19T16:38:35.668Z Compiling parking_lot_core v0.8.6
19422024-07-19T16:38:35.692Z Checking nibble_vec v0.1.0
19432024-07-19T16:38:35.692Z Checking endian-type v0.1.2
19442024-07-19T16:38:35.716Z Checking newline-converter v0.3.0
19452024-07-19T16:38:35.740Z Checking quick-error v1.2.3
19462024-07-19T16:38:35.740Z Checking linked-hash-map v0.5.6
19472024-07-19T16:38:35.740Z Checking toml v0.5.11
19482024-07-19T16:38:35.740Z Checking fxhash v0.2.1
19492024-07-19T16:38:35.848Z Checking expectorate v1.1.0
19502024-07-19T16:38:35.874Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19512024-07-19T16:38:35.901Z Checking resolv-conf v0.7.0
19522024-07-19T16:38:35.901Z Checking radix_trie v0.2.1
19532024-07-19T16:38:35.986Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19542024-07-19T16:38:36.011Z Checking lru-cache v0.1.2
19552024-07-19T16:38:36.170Z Checking trust-dns-resolver v0.22.0
19562024-07-19T16:38:36.222Z Checking trust-dns-client v0.22.0
19572024-07-19T16:38:36.360Z Checking parking_lot v0.11.2
19582024-07-19T16:38:36.635Z Checking sled v0.34.7
19592024-07-19T16:38:37.180Z Checking trust-dns-server v0.22.1
19602024-07-19T16:38:39.097Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19612024-07-19T16:38:40.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
19622024-07-19T16:38:40.548Z
19632024-07-19T16:38:40.548Zinfo: running `cargo check --bins` on dns-server-api (55/133)
19642024-07-19T16:38:41.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652024-07-19T16:38:41.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662024-07-19T16:38:41.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672024-07-19T16:38:41.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
19682024-07-19T16:38:41.294Z
19692024-07-19T16:38:41.294Zinfo: running `cargo check --bins` on gateway-test-utils (56/133)
19702024-07-19T16:38:42.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712024-07-19T16:38:42.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722024-07-19T16:38:42.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732024-07-19T16:38:42.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19742024-07-19T16:38:42.077Z
19752024-07-19T16:38:42.077Zinfo: running `cargo check --bins` on omicron-gateway (57/133)
19762024-07-19T16:38:42.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772024-07-19T16:38:42.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782024-07-19T16:38:42.894Z Compiling radium v0.7.0
19792024-07-19T16:38:42.918Z Compiling maybe-uninit v2.0.0
19802024-07-19T16:38:42.919Z Checking tap v1.0.1
19812024-07-19T16:38:42.945Z Compiling bzip2-sys v0.1.11+1.0.8
19822024-07-19T16:38:42.969Z Compiling packed_struct v0.10.1
19832024-07-19T16:38:42.969Z Compiling num-bigint-dig v0.8.4
19842024-07-19T16:38:42.993Z Checking funty v2.0.0
19852024-07-19T16:38:42.993Z Checking crc-catalog v2.4.0
19862024-07-19T16:38:43.073Z Checking wyz v0.5.1
19872024-07-19T16:38:43.126Z Checking crc v3.2.1
19882024-07-19T16:38:43.230Z Compiling packed_struct_codegen v0.10.1
19892024-07-19T16:38:43.368Z Compiling indexmap v1.9.3
19902024-07-19T16:38:43.394Z Checking nodrop v0.1.14
19912024-07-19T16:38:43.501Z Checking array-init v0.0.4
19922024-07-19T16:38:43.525Z Checking smallvec v0.6.14
19932024-07-19T16:38:43.615Z Checking pkcs1 v0.7.5
19942024-07-19T16:38:43.639Z Checking signature v2.2.0
19952024-07-19T16:38:43.766Z Checking bitvec v1.0.1
19962024-07-19T16:38:43.797Z Compiling memoffset v0.9.1
19972024-07-19T16:38:43.845Z Checking hashbrown v0.12.3
19982024-07-19T16:38:43.952Z Checking bitfield v0.14.0
19992024-07-19T16:38:44.054Z Checking bzip2 v0.4.4
20002024-07-19T16:38:44.173Z Checking env_logger v0.10.2
20012024-07-19T16:38:44.197Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20022024-07-19T16:38:44.299Z Checking serde-hex v0.1.0
20032024-07-19T16:38:44.324Z Checking x509-cert v0.2.5
20042024-07-19T16:38:44.401Z Checking ron v0.8.1
20052024-07-19T16:38:44.541Z Checking hashbrown v0.13.2
20062024-07-19T16:38:45.185Z Checking rsa v0.9.6
20072024-07-19T16:38:45.255Z Checking half v2.4.1
20082024-07-19T16:38:45.363Z Checking crc-any v2.5.0
20092024-07-19T16:38:45.420Z Checking ciborium-io v0.2.2
20102024-07-19T16:38:45.528Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20112024-07-19T16:38:45.596Z Checking object v0.30.4
20122024-07-19T16:38:45.620Z Checking zip v0.6.6
20132024-07-19T16:38:45.644Z Checking ciborium-ll v0.2.2
20142024-07-19T16:38:45.743Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20152024-07-19T16:38:45.768Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20162024-07-19T16:38:45.874Z Checking path-slash v0.1.5
20172024-07-19T16:38:46.003Z Checking ciborium v0.2.2
20182024-07-19T16:38:46.030Z Checking nix v0.27.1
20192024-07-19T16:38:46.054Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20202024-07-19T16:38:46.078Z Checking serde-big-array v0.5.1
20212024-07-19T16:38:46.184Z Checking signal-hook-tokio v0.3.1
20222024-07-19T16:38:48.795Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20232024-07-19T16:38:57.140Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20242024-07-19T16:38:58.686Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20252024-07-19T16:39:00.751Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20262024-07-19T16:39:05.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.38s
20272024-07-19T16:39:05.585Z
20282024-07-19T16:39:05.585Zinfo: running `cargo check --bins` on ipcc (58/133)
20292024-07-19T16:39:06.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302024-07-19T16:39:06.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312024-07-19T16:39:06.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322024-07-19T16:39:06.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20332024-07-19T16:39:06.360Z
20342024-07-19T16:39:06.360Zinfo: running `cargo check --bins` on sp-sim (59/133)
20352024-07-19T16:39:07.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-07-19T16:39:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-07-19T16:39:07.167Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20382024-07-19T16:39:09.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
20392024-07-19T16:39:09.300Z
20402024-07-19T16:39:09.300Zinfo: running `cargo check --bins` on internal-dns (60/133)
20412024-07-19T16:39:10.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-07-19T16:39:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-07-19T16:39:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442024-07-19T16:39:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20452024-07-19T16:39:10.079Z
20462024-07-19T16:39:10.079Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (61/133)
20472024-07-19T16:39:10.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-07-19T16:39:10.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-07-19T16:39:10.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-07-19T16:39:10.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20512024-07-19T16:39:10.846Z
20522024-07-19T16:39:10.846Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/133)
20532024-07-19T16:39:11.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-07-19T16:39:11.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-07-19T16:39:11.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-07-19T16:39:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20572024-07-19T16:39:11.660Z
20582024-07-19T16:39:11.660Zinfo: running `cargo check --bins` on db-macros (63/133)
20592024-07-19T16:39:12.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-07-19T16:39:12.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-07-19T16:39:12.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-07-19T16:39:12.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20632024-07-19T16:39:12.407Z
20642024-07-19T16:39:12.407Zinfo: running `cargo check --bins` on nexus-macros-common (64/133)
20652024-07-19T16:39:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-07-19T16:39:13.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-07-19T16:39:13.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-07-19T16:39:13.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20692024-07-19T16:39:13.144Z
20702024-07-19T16:39:13.144Zinfo: running `cargo check --bins` on nexus-auth (65/133)
20712024-07-19T16:39:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-07-19T16:39:13.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-07-19T16:39:13.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-07-19T16:39:13.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20752024-07-19T16:39:13.928Z
20762024-07-19T16:39:13.928Zinfo: running `cargo check --bins` on authz-macros (66/133)
20772024-07-19T16:39:14.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-07-19T16:39:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-07-19T16:39:14.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-07-19T16:39:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20812024-07-19T16:39:14.671Z
20822024-07-19T16:39:14.671Zinfo: running `cargo check --bins` on nexus-db-fixed-data (67/133)
20832024-07-19T16:39:15.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-07-19T16:39:15.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-07-19T16:39:15.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-07-19T16:39:15.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20872024-07-19T16:39:15.414Z
20882024-07-19T16:39:15.414Zinfo: running `cargo check --bins` on nexus-db-model (68/133)
20892024-07-19T16:39:16.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-07-19T16:39:16.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-07-19T16:39:16.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-07-19T16:39:16.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20932024-07-19T16:39:16.163Z
20942024-07-19T16:39:16.163Zinfo: running `cargo check --bins` on nexus-defaults (69/133)
20952024-07-19T16:39:16.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-07-19T16:39:16.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-07-19T16:39:16.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-07-19T16:39:16.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20992024-07-19T16:39:16.905Z
21002024-07-19T16:39:16.905Zinfo: running `cargo check --bins` on oximeter (70/133)
21012024-07-19T16:39:17.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-07-19T16:39:17.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-07-19T16:39:17.668Z Compiling rustls-pki-types v1.7.0
21042024-07-19T16:39:17.693Z Compiling prettyplease v0.2.20
21052024-07-19T16:39:17.717Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21062024-07-19T16:39:17.717Z Compiling crossbeam-channel v0.5.12
21072024-07-19T16:39:17.717Z Compiling slog-json v2.6.1
21082024-07-19T16:39:17.717Z Compiling http v1.1.0
21092024-07-19T16:39:17.760Z Compiling atomic-waker v1.1.2
21102024-07-19T16:39:17.784Z Compiling base64 v0.22.1
21112024-07-19T16:39:17.929Z Compiling waitgroup v0.1.2
21122024-07-19T16:39:17.954Z Compiling slog-bunyan v2.5.0
21132024-07-19T16:39:18.056Z Compiling rustls-webpki v0.102.4
21142024-07-19T16:39:18.094Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21152024-07-19T16:39:18.134Z Compiling slog-term v2.9.1
21162024-07-19T16:39:18.158Z Compiling async-stream v0.3.5
21172024-07-19T16:39:18.284Z Compiling rustls-pemfile v2.1.2
21182024-07-19T16:39:18.395Z Compiling slog-async v2.8.0
21192024-07-19T16:39:18.431Z Compiling camino v1.1.7
21202024-07-19T16:39:18.459Z Compiling toml v0.8.14
21212024-07-19T16:39:18.671Z Compiling sha1 v0.10.6
21222024-07-19T16:39:18.695Z Compiling newtype-uuid v1.1.0
21232024-07-19T16:39:18.943Z Compiling rustls v0.22.4
21242024-07-19T16:39:19.024Z Compiling multer v3.1.0
21252024-07-19T16:39:19.159Z Compiling serde_path_to_error v0.1.16
21262024-07-19T16:39:19.218Z Compiling hostname v0.4.0
21272024-07-19T16:39:19.431Z Compiling instant v0.1.12
21282024-07-19T16:39:19.455Z Compiling debug-ignore v1.0.5
21292024-07-19T16:39:19.575Z Compiling backoff v0.4.0
21302024-07-19T16:39:19.600Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21312024-07-19T16:39:19.830Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21322024-07-19T16:39:19.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-07-19T16:39:19.878Z Compiling serde_with v3.8.3
21342024-07-19T16:39:19.878Z Compiling strum v0.26.3
21352024-07-19T16:39:19.878Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21362024-07-19T16:39:19.918Z Compiling parse-display v0.9.1
21372024-07-19T16:39:19.970Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21382024-07-19T16:39:20.010Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21392024-07-19T16:39:20.065Z Compiling num-rational v0.4.2
21402024-07-19T16:39:20.111Z Compiling num-complex v0.4.6
21412024-07-19T16:39:20.491Z Compiling macaddr v1.0.1
21422024-07-19T16:39:20.867Z Compiling num v0.4.3
21432024-07-19T16:39:20.966Z Compiling float-ord v0.3.2
21442024-07-19T16:39:21.931Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21452024-07-19T16:39:22.268Z Compiling tokio-rustls v0.25.0
21462024-07-19T16:39:22.565Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21472024-07-19T16:39:26.004Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21482024-07-19T16:39:39.927Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21492024-07-19T16:39:43.626Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21502024-07-19T16:39:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
21512024-07-19T16:39:44.585Z
21522024-07-19T16:39:44.585Zinfo: running `cargo check --bins` on oximeter-impl (71/133)
21532024-07-19T16:39:45.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-07-19T16:39:45.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-07-19T16:39:45.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-07-19T16:39:45.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21572024-07-19T16:39:45.451Z
21582024-07-19T16:39:45.451Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/133)
21592024-07-19T16:39:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-07-19T16:39:46.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-07-19T16:39:46.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-07-19T16:39:46.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21632024-07-19T16:39:46.261Z
21642024-07-19T16:39:46.261Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (73/133)
21652024-07-19T16:39:47.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-07-19T16:39:47.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-07-19T16:39:47.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-07-19T16:39:47.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21692024-07-19T16:39:47.115Z
21702024-07-19T16:39:47.115Zinfo: running `cargo check --bins` on nexus-inventory (74/133)
21712024-07-19T16:39:47.835Z Downloading crates ...
21722024-07-19T16:39:47.993Z Downloaded rand_seeder v0.2.3
21732024-07-19T16:39:48.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-07-19T16:39:48.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-07-19T16:39:48.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-07-19T16:39:48.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21772024-07-19T16:39:48.079Z
21782024-07-19T16:39:48.079Zinfo: running `cargo check --bins` on typed-rng (75/133)
21792024-07-19T16:39:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-07-19T16:39:48.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-07-19T16:39:48.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-07-19T16:39:48.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21832024-07-19T16:39:48.890Z
21842024-07-19T16:39:48.890Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/133)
21852024-07-19T16:39:49.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-07-19T16:39:49.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-07-19T16:39:49.872Z Compiling semver v0.1.20
21882024-07-19T16:39:49.872Z Compiling rayon-core v1.12.1
21892024-07-19T16:39:49.896Z Compiling crossbeam-deque v0.8.5
21902024-07-19T16:39:49.896Z Compiling unicase v2.7.0
21912024-07-19T16:39:49.896Z Compiling fastrand v2.1.0
21922024-07-19T16:39:49.896Z Compiling same-file v1.0.6
21932024-07-19T16:39:49.954Z Compiling blake3 v1.5.1
21942024-07-19T16:39:49.954Z Compiling ring v0.16.20
21952024-07-19T16:39:50.106Z Compiling walkdir v2.5.0
21962024-07-19T16:39:50.157Z Compiling rustc_version v0.1.7
21972024-07-19T16:39:50.213Z Compiling tempfile v3.10.1
21982024-07-19T16:39:50.401Z Compiling convert_case v0.4.0
21992024-07-19T16:39:50.466Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22002024-07-19T16:39:50.595Z Compiling newtype_derive v0.1.6
22012024-07-19T16:39:50.762Z Checking password-hash v0.5.0
22022024-07-19T16:39:50.787Z Checking blake2 v0.10.6
22032024-07-19T16:39:50.892Z Compiling xattr v1.3.1
22042024-07-19T16:39:51.000Z Compiling rayon v1.10.0
22052024-07-19T16:39:51.029Z Compiling derive-where v1.2.7
22062024-07-19T16:39:51.128Z Compiling memmap2 v0.9.4
22072024-07-19T16:39:51.152Z Compiling libefi-sys v0.1.0
22082024-07-19T16:39:51.177Z Compiling arrayref v0.3.7
22092024-07-19T16:39:51.231Z Compiling derive_more v0.99.18
22102024-07-19T16:39:51.255Z Compiling spin v0.5.2
22112024-07-19T16:39:51.364Z Compiling untrusted v0.7.1
22122024-07-19T16:39:51.455Z Compiling home v0.5.9
22132024-07-19T16:39:51.504Z Compiling constant_time_eq v0.3.0
22142024-07-19T16:39:51.528Z Compiling arrayvec v0.7.4
22152024-07-19T16:39:51.659Z Compiling toolchain_find v0.4.0
22162024-07-19T16:39:51.711Z Checking argon2 v0.5.3
22172024-07-19T16:39:51.877Z Compiling tar v0.4.41
22182024-07-19T16:39:51.982Z Compiling camino-tempfile v1.1.1
22192024-07-19T16:39:52.242Z Compiling curve25519-dalek v4.1.3
22202024-07-19T16:39:52.354Z Compiling bitfield-struct v0.6.1
22212024-07-19T16:39:52.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22222024-07-19T16:39:52.733Z Checking keccak v0.1.5
22232024-07-19T16:39:52.807Z Compiling cancel-safe-futures v0.1.5
22242024-07-19T16:39:53.015Z Compiling topological-sort v0.2.2
22252024-07-19T16:39:53.131Z Checking sha3 v0.10.8
22262024-07-19T16:39:53.391Z Compiling mime_guess v2.0.4
22272024-07-19T16:39:53.457Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22282024-07-19T16:39:53.548Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22292024-07-19T16:39:53.649Z Checking steno v0.4.1
22302024-07-19T16:39:53.694Z Compiling rustfmt-wrapper v0.2.1
22312024-07-19T16:39:54.020Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22322024-07-19T16:39:54.172Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22332024-07-19T16:39:54.264Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22342024-07-19T16:39:54.288Z Checking universal-hash v0.5.1
22352024-07-19T16:39:54.434Z Compiling thiserror-impl-no-std v2.0.2
22362024-07-19T16:39:54.881Z Checking secrecy v0.8.0
22372024-07-19T16:39:55.047Z Compiling omicron-zone-package v0.11.0
22382024-07-19T16:39:55.454Z Compiling curve25519-dalek-derive v0.1.1
22392024-07-19T16:39:55.773Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22402024-07-19T16:39:55.875Z Checking opaque-debug v0.3.1
22412024-07-19T16:39:55.954Z Checking poly1305 v0.8.0
22422024-07-19T16:39:56.130Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22432024-07-19T16:39:56.391Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22442024-07-19T16:39:56.518Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22452024-07-19T16:39:57.050Z Checking chacha20 v0.9.1
22462024-07-19T16:39:57.087Z Checking thiserror-no-std v2.0.2
22472024-07-19T16:39:57.111Z Checking aead v0.5.2
22482024-07-19T16:39:57.186Z Checking libsw v3.3.1
22492024-07-19T16:39:57.280Z Checking gethostname v0.4.3
22502024-07-19T16:39:57.350Z Checking swrite v0.1.0
22512024-07-19T16:39:57.403Z Checking owo-colors v4.0.0
22522024-07-19T16:39:57.427Z Checking linear-map v1.2.0
22532024-07-19T16:39:57.453Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22542024-07-19T16:39:57.691Z Checking chacha20poly1305 v0.10.1
22552024-07-19T16:39:57.868Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22562024-07-19T16:39:58.188Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22572024-07-19T16:39:58.225Z Checking vsss-rs v3.3.4
22582024-07-19T16:39:58.255Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22592024-07-19T16:39:58.386Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22602024-07-19T16:39:58.614Z Checking kstat-rs v0.2.4
22612024-07-19T16:39:58.638Z Checking nanorand v0.7.0
22622024-07-19T16:39:58.823Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22632024-07-19T16:39:58.847Z Checking http-range v0.1.5
22642024-07-19T16:39:58.893Z Checking glob v0.3.1
22652024-07-19T16:39:58.961Z Checking flume v0.11.0
22662024-07-19T16:39:58.986Z Checking hyper-staticfile v0.9.5
22672024-07-19T16:39:59.135Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22682024-07-19T16:39:59.160Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22692024-07-19T16:39:59.330Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22702024-07-19T16:39:59.359Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22712024-07-19T16:39:59.707Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22722024-07-19T16:40:00.368Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22732024-07-19T16:40:00.420Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22742024-07-19T16:40:00.799Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22752024-07-19T16:40:00.923Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22762024-07-19T16:40:01.176Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22772024-07-19T16:40:01.607Z Checking display-error-chain v0.2.0
22782024-07-19T16:40:11.890Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22792024-07-19T16:40:18.157Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22802024-07-19T16:40:18.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22812024-07-19T16:40:37.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s
22822024-07-19T16:40:37.527Z
22832024-07-19T16:40:37.527Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/133)
22842024-07-19T16:40:38.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-07-19T16:40:38.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-07-19T16:40:38.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22872024-07-19T16:40:56.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
22882024-07-19T16:40:57.002Z
22892024-07-19T16:40:57.002Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/133)
22902024-07-19T16:40:57.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-07-19T16:40:57.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-07-19T16:40:57.886Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22932024-07-19T16:41:16.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
22942024-07-19T16:41:16.386Z
22952024-07-19T16:41:16.386Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/133)
22962024-07-19T16:41:17.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-07-19T16:41:17.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-07-19T16:41:17.246Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22992024-07-19T16:41:35.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
23002024-07-19T16:41:35.866Z
23012024-07-19T16:41:35.866Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/133)
23022024-07-19T16:41:36.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-07-19T16:41:36.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-07-19T16:41:36.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23052024-07-19T16:41:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
23062024-07-19T16:41:55.497Z
23072024-07-19T16:41:55.497Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/133)
23082024-07-19T16:41:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-07-19T16:41:56.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-07-19T16:41:56.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23112024-07-19T16:42:15.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.62s
23122024-07-19T16:42:15.252Z
23132024-07-19T16:42:15.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/133)
23142024-07-19T16:42:16.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-07-19T16:42:16.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-07-19T16:42:16.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23172024-07-19T16:42:35.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
23182024-07-19T16:42:35.267Z
23192024-07-19T16:42:35.267Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/133)
23202024-07-19T16:42:36.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-07-19T16:42:36.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-07-19T16:42:36.143Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23232024-07-19T16:42:54.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
23242024-07-19T16:42:54.779Z
23252024-07-19T16:42:54.780Zinfo: running `cargo check --bins` on key-manager (84/133)
23262024-07-19T16:42:55.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-07-19T16:42:55.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-07-19T16:42:55.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-07-19T16:42:55.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23302024-07-19T16:42:55.524Z
23312024-07-19T16:42:55.524Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/133)
23322024-07-19T16:42:56.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-07-19T16:42:56.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-07-19T16:42:56.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-07-19T16:42:56.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23362024-07-19T16:42:56.247Z
23372024-07-19T16:42:56.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/133)
23382024-07-19T16:42:56.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-07-19T16:42:56.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-07-19T16:42:56.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-07-19T16:42:56.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23422024-07-19T16:42:57.013Z
23432024-07-19T16:42:57.013Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/133)
23442024-07-19T16:42:57.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-07-19T16:42:57.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-07-19T16:42:57.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-07-19T16:42:57.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23482024-07-19T16:42:57.784Z
23492024-07-19T16:42:57.785Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/133)
23502024-07-19T16:42:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-07-19T16:42:58.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-07-19T16:42:58.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-07-19T16:42:58.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23542024-07-19T16:42:58.547Z
23552024-07-19T16:42:58.547Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/133)
23562024-07-19T16:42:59.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-07-19T16:42:59.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-07-19T16:42:59.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-07-19T16:42:59.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23602024-07-19T16:42:59.307Z
23612024-07-19T16:42:59.307Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/133)
23622024-07-19T16:43:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-07-19T16:43:00.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-07-19T16:43:00.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-07-19T16:43:00.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23662024-07-19T16:43:00.070Z
23672024-07-19T16:43:00.070Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/133)
23682024-07-19T16:43:00.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-07-19T16:43:00.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-07-19T16:43:00.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-07-19T16:43:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23722024-07-19T16:43:00.975Z
23732024-07-19T16:43:00.975Zinfo: running `cargo check --bins` on oximeter-producer (92/133)
23742024-07-19T16:43:01.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-07-19T16:43:01.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-07-19T16:43:01.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-07-19T16:43:01.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23782024-07-19T16:43:01.588Z
23792024-07-19T16:43:01.588Zinfo: running `cargo check --bins` on sled-hardware (93/133)
23802024-07-19T16:43:02.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-07-19T16:43:02.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-07-19T16:43:02.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-07-19T16:43:02.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23842024-07-19T16:43:02.339Z
23852024-07-19T16:43:02.339Zinfo: running `cargo check --bins --no-default-features` on sled-storage (94/133)
23862024-07-19T16:43:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-07-19T16:43:03.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-07-19T16:43:03.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-07-19T16:43:03.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
23902024-07-19T16:43:03.098Z
23912024-07-19T16:43:03.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/133)
23922024-07-19T16:43:03.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-07-19T16:43:03.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-07-19T16:43:03.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-07-19T16:43:03.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23962024-07-19T16:43:03.890Z
23972024-07-19T16:43:03.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (96/133)
23982024-07-19T16:43:04.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-07-19T16:43:04.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-07-19T16:43:04.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-07-19T16:43:04.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24022024-07-19T16:43:04.676Z
24032024-07-19T16:43:04.676Zinfo: running `cargo check --bins` on nexus-test-interface (97/133)
24042024-07-19T16:43:05.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-07-19T16:43:05.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-07-19T16:43:05.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-07-19T16:43:05.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24082024-07-19T16:43:05.447Z
24092024-07-19T16:43:05.447Zinfo: running `cargo check --bins` on oximeter-collector (98/133)
24102024-07-19T16:43:06.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-07-19T16:43:06.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-07-19T16:43:06.241Z Checking bcs v0.1.6
24132024-07-19T16:43:06.241Z Compiling async-recursion v1.1.1
24142024-07-19T16:43:06.241Z Checking highway v1.1.0
24152024-07-19T16:43:06.266Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24162024-07-19T16:43:07.350Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-07-19T16:43:11.266Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24182024-07-19T16:43:13.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.91s
24192024-07-19T16:43:13.475Z
24202024-07-19T16:43:13.475Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (99/133)
24212024-07-19T16:43:14.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-07-19T16:43:14.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-07-19T16:43:14.279Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242024-07-19T16:43:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
24252024-07-19T16:43:15.041Z
24262024-07-19T16:43:15.041Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (100/133)
24272024-07-19T16:43:15.605Z Downloading crates ...
24282024-07-19T16:43:15.788Z Downloaded fd-lock v4.0.2
24292024-07-19T16:43:15.814Z Downloaded cfg_aliases v0.1.1
24302024-07-19T16:43:15.814Z Downloaded peg v0.8.3
24312024-07-19T16:43:15.814Z Downloaded vte_generate_state_changes v0.1.1
24322024-07-19T16:43:15.814Z Downloaded vte v0.11.1
24332024-07-19T16:43:15.814Z Downloaded unicode_categories v0.1.1
24342024-07-19T16:43:15.814Z Downloaded strip-ansi-escapes v0.2.0
24352024-07-19T16:43:15.815Z Downloaded sqlparser v0.45.0
24362024-07-19T16:43:15.839Z Downloaded sqlformat v0.2.4
24372024-07-19T16:43:15.839Z Downloaded rustyline v14.0.0
24382024-07-19T16:43:15.839Z Downloaded reedline v0.31.0
24392024-07-19T16:43:15.839Z Downloaded peg-macros v0.8.3
24402024-07-19T16:43:15.839Z Downloaded nix v0.28.0
24412024-07-19T16:43:15.863Z Downloaded sqlparser_derive v0.2.2
24422024-07-19T16:43:15.863Z Downloaded nu-ansi-term v0.50.0
24432024-07-19T16:43:15.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-07-19T16:43:15.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-07-19T16:43:15.966Z Compiling cfg_aliases v0.1.1
24462024-07-19T16:43:15.990Z Compiling vte_generate_state_changes v0.1.1
24472024-07-19T16:43:15.990Z Checking fd-lock v4.0.2
24482024-07-19T16:43:15.990Z Checking bytecount v0.6.8
24492024-07-19T16:43:15.991Z Compiling tabled_derive v0.7.0
24502024-07-19T16:43:15.991Z Compiling peg-macros v0.8.3
24512024-07-19T16:43:16.015Z Compiling sqlparser_derive v0.2.2
24522024-07-19T16:43:16.015Z Checking nu-ansi-term v0.50.0
24532024-07-19T16:43:16.089Z Compiling nix v0.28.0
24542024-07-19T16:43:16.156Z Checking papergrid v0.11.0
24552024-07-19T16:43:16.180Z Checking home v0.5.9
24562024-07-19T16:43:16.283Z Checking unicode_categories v0.1.1
24572024-07-19T16:43:16.527Z Checking sqlformat v0.2.4
24582024-07-19T16:43:16.551Z Checking vte v0.11.1
24592024-07-19T16:43:16.956Z Checking sqlparser v0.45.0
24602024-07-19T16:43:17.519Z Checking strip-ansi-escapes v0.2.0
24612024-07-19T16:43:17.645Z Checking reedline v0.31.0
24622024-07-19T16:43:17.750Z Checking tabled v0.15.0
24632024-07-19T16:43:18.432Z Checking peg v0.8.3
24642024-07-19T16:43:18.743Z Checking rustyline v14.0.0
24652024-07-19T16:43:23.728Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24662024-07-19T16:43:30.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s
24672024-07-19T16:43:30.680Z
24682024-07-19T16:43:30.680Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (101/133)
24692024-07-19T16:43:31.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-07-19T16:43:31.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-07-19T16:43:31.490Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722024-07-19T16:43:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
24732024-07-19T16:43:38.583Z
24742024-07-19T16:43:38.583Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (102/133)
24752024-07-19T16:43:39.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-07-19T16:43:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-07-19T16:43:39.376Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24782024-07-19T16:43:46.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
24792024-07-19T16:43:46.152Z
24802024-07-19T16:43:46.152Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (103/133)
24812024-07-19T16:43:46.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-07-19T16:43:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-07-19T16:43:46.979Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842024-07-19T16:43:51.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
24852024-07-19T16:43:52.019Z
24862024-07-19T16:43:52.019Zinfo: running `cargo check --bins` on crdb-seed (104/133)
24872024-07-19T16:43:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-07-19T16:43:52.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-07-19T16:43:52.828Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24902024-07-19T16:43:53.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
24912024-07-19T16:43:53.258Z
24922024-07-19T16:43:53.258Zinfo: running `cargo check --bins` on omicron-omdb (105/133)
24932024-07-19T16:43:53.844Z Downloading crates ...
24942024-07-19T16:43:54.093Z Downloaded castaway v0.2.2
24952024-07-19T16:43:54.118Z Downloaded lru v0.12.3
24962024-07-19T16:43:54.118Z Downloaded compact_str v0.7.1
24972024-07-19T16:43:54.118Z Downloaded unicode-truncate v1.0.0
24982024-07-19T16:43:54.118Z Downloaded stability v0.2.0
24992024-07-19T16:43:54.118Z Downloaded portable-atomic v1.6.0
25002024-07-19T16:43:54.118Z Downloaded smawk v0.3.2
25012024-07-19T16:43:54.118Z Downloaded ratatui v0.27.0
25022024-07-19T16:43:54.142Z Downloaded multimap v0.10.0
25032024-07-19T16:43:54.142Z Downloaded itertools v0.13.0
25042024-07-19T16:43:54.166Z Downloaded unicode-linebreak v0.1.5
25052024-07-19T16:43:54.166Z Downloaded textwrap v0.16.1
25062024-07-19T16:43:54.166Z Downloaded number_prefix v0.4.0
25072024-07-19T16:43:54.166Z Downloaded indicatif v0.17.8
25082024-07-19T16:43:54.166Z Downloaded cassowary v0.3.0
25092024-07-19T16:43:54.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-07-19T16:43:54.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-07-19T16:43:54.364Z Compiling crunchy v0.2.2
25122024-07-19T16:43:54.364Z Compiling glob v0.3.1
25132024-07-19T16:43:54.389Z Compiling tiny-keccak v2.0.2
25142024-07-19T16:43:54.421Z Compiling ascii-canvas v3.0.0
25152024-07-19T16:43:54.445Z Compiling ena v0.14.3
25162024-07-19T16:43:54.445Z Compiling libloading v0.8.3
25172024-07-19T16:43:54.469Z Compiling bindgen v0.69.4
25182024-07-19T16:43:54.469Z Compiling diff v0.1.13
25192024-07-19T16:43:54.667Z Compiling regex-syntax v0.6.29
25202024-07-19T16:43:54.789Z Compiling which v4.4.2
25212024-07-19T16:43:54.818Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25222024-07-19T16:43:54.922Z Compiling cexpr v0.6.0
25232024-07-19T16:43:55.010Z Compiling shlex v1.3.0
25242024-07-19T16:43:55.061Z Compiling ref-cast v1.0.23
25252024-07-19T16:43:55.085Z Compiling rustc-hash v1.1.0
25262024-07-19T16:43:55.215Z Compiling lazycell v1.3.0
25272024-07-19T16:43:55.242Z Compiling clang-sys v1.7.0
25282024-07-19T16:43:55.333Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25292024-07-19T16:43:55.360Z Compiling derive_builder_core v0.20.0
25302024-07-19T16:43:55.398Z Compiling libxml v0.3.3
25312024-07-19T16:43:55.454Z Compiling ref-cast-impl v1.0.23
25322024-07-19T16:43:55.553Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25332024-07-19T16:43:55.587Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25342024-07-19T16:43:55.729Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25352024-07-19T16:43:56.010Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25362024-07-19T16:43:56.056Z Compiling strum_macros v0.24.3
25372024-07-19T16:43:56.229Z Compiling cookie v0.18.1
25382024-07-19T16:43:56.442Z Compiling indoc v1.0.9
25392024-07-19T16:43:56.573Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25402024-07-19T16:43:56.782Z Compiling impl-trait-for-tuples v0.2.2
25412024-07-19T16:43:57.303Z Compiling lalrpop v0.19.12
25422024-07-19T16:43:57.348Z Compiling derive_builder_macro v0.20.0
25432024-07-19T16:43:57.976Z Compiling oso-derive v0.27.3
25442024-07-19T16:43:58.075Z Checking derive_builder v0.20.0
25452024-07-19T16:43:58.209Z Checking quick-xml v0.31.0
25462024-07-19T16:43:59.168Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25472024-07-19T16:43:59.402Z Checking maplit v1.0.2
25482024-07-19T16:43:59.524Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25492024-07-19T16:43:59.831Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25502024-07-19T16:43:59.885Z Checking bb8 v0.8.5
25512024-07-19T16:44:00.051Z Compiling const_format_proc_macros v0.2.32
25522024-07-19T16:44:00.282Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25532024-07-19T16:44:00.919Z Checking crossbeam-deque v0.8.5
25542024-07-19T16:44:01.074Z Compiling portable-atomic v1.6.0
25552024-07-19T16:44:01.174Z Checking rayon-core v1.12.1
25562024-07-19T16:44:01.725Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25572024-07-19T16:44:01.877Z Checking const_format v0.2.32
25582024-07-19T16:44:01.947Z Checking castaway v0.2.2
25592024-07-19T16:44:02.094Z Checking compact_str v0.7.1
25602024-07-19T16:44:02.317Z Checking rayon v1.10.0
25612024-07-19T16:44:02.780Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25622024-07-19T16:44:02.889Z Checking unicode-truncate v1.0.0
25632024-07-19T16:44:03.106Z Checking itertools v0.13.0
25642024-07-19T16:44:03.174Z Checking lru v0.12.3
25652024-07-19T16:44:03.444Z Compiling stability v0.2.0
25662024-07-19T16:44:04.327Z Checking number_prefix v0.4.0
25672024-07-19T16:44:04.492Z Checking unicode-linebreak v0.1.5
25682024-07-19T16:44:04.871Z Checking smawk v0.3.2
25692024-07-19T16:44:05.054Z Checking cassowary v0.3.0
25702024-07-19T16:44:05.351Z Checking textwrap v0.16.1
25712024-07-19T16:44:05.391Z Checking ratatui v0.27.0
25722024-07-19T16:44:05.695Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25732024-07-19T16:44:05.719Z Checking indicatif v0.17.8
25742024-07-19T16:44:05.744Z Checking multimap v0.10.0
25752024-07-19T16:44:25.137Z Compiling samael v0.0.15
25762024-07-19T16:44:36.762Z Compiling polar-core v0.27.3
25772024-07-19T16:44:45.674Z Checking oso v0.27.3
25782024-07-19T16:45:15.594Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25792024-07-19T16:45:21.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
25802024-07-19T16:45:21.368Z
25812024-07-19T16:45:21.368Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (106/133)
25822024-07-19T16:45:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-07-19T16:45:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-07-19T16:45:22.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-07-19T16:45:22.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25862024-07-19T16:45:22.141Z
25872024-07-19T16:45:22.142Zinfo: running `cargo check --bins` on nexus-saga-recovery (107/133)
25882024-07-19T16:45:22.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-07-19T16:45:22.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-07-19T16:45:22.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-07-19T16:45:22.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25922024-07-19T16:45:22.935Z
25932024-07-19T16:45:22.935Zinfo: running `cargo check --bins` on nexus-test-utils-macros (108/133)
25942024-07-19T16:45:23.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-07-19T16:45:23.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-07-19T16:45:23.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-07-19T16:45:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25982024-07-19T16:45:23.642Z
25992024-07-19T16:45:23.642Zinfo: running `cargo check --bins` on omicron-nexus (109/133)
26002024-07-19T16:45:24.179Z Downloading crates ...
26012024-07-19T16:45:24.422Z Downloaded pin-project-internal v1.1.5
26022024-07-19T16:45:24.447Z Downloaded assert_matches v1.5.0
26032024-07-19T16:45:24.447Z Downloaded parse-size v1.0.0
26042024-07-19T16:45:24.447Z Downloaded pin-project v1.1.5
26052024-07-19T16:45:24.447Z Downloaded buf-list v1.0.3
26062024-07-19T16:45:24.447Z Downloaded typed-path v0.7.1
26072024-07-19T16:45:24.471Z Downloaded tough v0.17.1
26082024-07-19T16:45:24.471Z Downloaded snafu-derive v0.8.2
26092024-07-19T16:45:24.472Z Downloaded snafu v0.8.2
26102024-07-19T16:45:24.472Z Downloaded serde_plain v1.0.2
26112024-07-19T16:45:24.472Z Downloaded olpc-cjson v0.1.3
26122024-07-19T16:45:24.472Z Downloaded globset v0.4.14
26132024-07-19T16:45:24.496Z Downloaded fatfs v0.3.6
26142024-07-19T16:45:24.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-07-19T16:45:24.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-07-19T16:45:24.680Z Compiling pin-project-internal v1.1.5
26172024-07-19T16:45:24.705Z Compiling snafu-derive v0.8.2
26182024-07-19T16:45:24.705Z Compiling buf-list v1.0.3
26192024-07-19T16:45:24.737Z Checking globset v0.4.14
26202024-07-19T16:45:24.761Z Checking olpc-cjson v0.1.3
26212024-07-19T16:45:24.761Z Checking rand_seeder v0.2.3
26222024-07-19T16:45:24.761Z Checking serde_plain v1.0.2
26232024-07-19T16:45:24.761Z Checking typed-path v0.7.1
26242024-07-19T16:45:24.944Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26252024-07-19T16:45:24.968Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26262024-07-19T16:45:24.993Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26272024-07-19T16:45:25.129Z Checking parse-size v1.0.0
26282024-07-19T16:45:25.170Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26292024-07-19T16:45:25.211Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26302024-07-19T16:45:25.260Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26312024-07-19T16:45:25.293Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26322024-07-19T16:45:25.579Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26332024-07-19T16:45:25.860Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26342024-07-19T16:45:25.988Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26352024-07-19T16:45:26.152Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26362024-07-19T16:45:26.368Z Checking fatfs v0.3.6
26372024-07-19T16:45:26.368Z Checking assert_matches v1.5.0
26382024-07-19T16:45:27.096Z Checking pin-project v1.1.5
26392024-07-19T16:45:28.222Z Checking snafu v0.8.2
26402024-07-19T16:45:28.591Z Checking tough v0.17.1
26412024-07-19T16:45:32.063Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26422024-07-19T16:45:33.416Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26432024-07-19T16:46:19.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.10s
26442024-07-19T16:46:19.892Z
26452024-07-19T16:46:19.892Zinfo: running `cargo check --bins` on nexus-internal-api (110/133)
26462024-07-19T16:46:20.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-07-19T16:46:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-07-19T16:46:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-07-19T16:46:20.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26502024-07-19T16:46:20.678Z
26512024-07-19T16:46:20.678Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (111/133)
26522024-07-19T16:46:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-07-19T16:46:21.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-07-19T16:46:21.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-07-19T16:46:21.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26562024-07-19T16:46:21.450Z
26572024-07-19T16:46:21.451Zinfo: running `cargo check --bins` on nexus-networking (112/133)
26582024-07-19T16:46:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-07-19T16:46:22.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-07-19T16:46:22.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-07-19T16:46:22.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26622024-07-19T16:46:22.213Z
26632024-07-19T16:46:22.213Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (113/133)
26642024-07-19T16:46:22.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-07-19T16:46:22.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-07-19T16:46:22.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-07-19T16:46:22.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26682024-07-19T16:46:23.006Z
26692024-07-19T16:46:23.006Zinfo: running `cargo check --bins` on update-common (114/133)
26702024-07-19T16:46:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-07-19T16:46:23.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-07-19T16:46:23.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-07-19T16:46:23.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26742024-07-19T16:46:23.776Z
26752024-07-19T16:46:23.776Zinfo: running `cargo check --bins` on tufaceous-lib (115/133)
26762024-07-19T16:46:24.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-07-19T16:46:24.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-07-19T16:46:24.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-07-19T16:46:24.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26802024-07-19T16:46:24.568Z
26812024-07-19T16:46:24.568Zinfo: running `cargo check --bins` on tufaceous (116/133)
26822024-07-19T16:46:25.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-07-19T16:46:25.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-07-19T16:46:25.359Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26852024-07-19T16:46:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
26862024-07-19T16:46:26.446Z
26872024-07-19T16:46:26.446Zinfo: running `cargo check --bins` on omicron-dev (117/133)
26882024-07-19T16:46:27.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-07-19T16:46:27.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-07-19T16:46:27.445Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26912024-07-19T16:46:27.445Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26922024-07-19T16:46:27.469Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
26932024-07-19T16:46:29.037Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
26942024-07-19T16:46:31.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
26952024-07-19T16:46:32.121Z
26962024-07-19T16:46:32.121Zinfo: running `cargo check --bins` on openapi-manager (118/133)
26972024-07-19T16:46:32.721Z Downloading crates ...
26982024-07-19T16:46:32.874Z Downloaded is_ci v1.2.0
26992024-07-19T16:46:32.898Z Downloaded supports-color v3.0.0
27002024-07-19T16:46:32.898Z Downloaded indent_write v2.2.0
27012024-07-19T16:46:32.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-07-19T16:46:32.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-07-19T16:46:33.014Z Checking heck v0.4.1
27042024-07-19T16:46:33.014Z Checking is_ci v1.2.0
27052024-07-19T16:46:33.014Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27062024-07-19T16:46:33.038Z Checking indent_write v2.2.0
27072024-07-19T16:46:33.038Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27082024-07-19T16:46:33.142Z Checking supports-color v3.0.0
27092024-07-19T16:46:33.211Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27102024-07-19T16:46:34.891Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27112024-07-19T16:46:35.882Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27122024-07-19T16:46:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
27132024-07-19T16:46:37.063Z
27142024-07-19T16:46:37.063Zinfo: running `cargo check --bins` on installinator-api (119/133)
27152024-07-19T16:46:37.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-07-19T16:46:37.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-07-19T16:46:37.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-07-19T16:46:37.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27192024-07-19T16:46:37.828Z
27202024-07-19T16:46:37.828Zinfo: running `cargo check --bins` on wicketd-api (120/133)
27212024-07-19T16:46:38.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-07-19T16:46:38.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-07-19T16:46:38.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-07-19T16:46:38.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27252024-07-19T16:46:38.615Z
27262024-07-19T16:46:38.615Zinfo: running `cargo check --bins` on reconfigurator-cli (121/133)
27272024-07-19T16:46:39.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-07-19T16:46:39.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-07-19T16:46:39.471Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27302024-07-19T16:46:40.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27312024-07-19T16:46:40.823Z
27322024-07-19T16:46:40.823Zinfo: running `cargo check --bins` on omicron-releng (122/133)
27332024-07-19T16:46:41.453Z Downloading crates ...
27342024-07-19T16:46:41.527Z Downloaded shell-words v1.1.0
27352024-07-19T16:46:41.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-07-19T16:46:41.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-07-19T16:46:41.638Z Checking memmap2 v0.9.4
27382024-07-19T16:46:41.638Z Checking spin v0.5.2
27392024-07-19T16:46:41.662Z Checking arrayref v0.3.7
27402024-07-19T16:46:41.662Z Checking constant_time_eq v0.3.0
27412024-07-19T16:46:41.662Z Checking untrusted v0.7.1
27422024-07-19T16:46:41.662Z Checking arrayvec v0.7.4
27432024-07-19T16:46:41.662Z Checking cargo-platform v0.1.8
27442024-07-19T16:46:41.662Z Checking topological-sort v0.2.2
27452024-07-19T16:46:41.798Z Checking shell-words v1.1.0
27462024-07-19T16:46:41.860Z Checking ring v0.16.20
27472024-07-19T16:46:41.940Z Checking cargo_metadata v0.18.1
27482024-07-19T16:46:42.019Z Checking blake3 v1.5.1
27492024-07-19T16:46:43.263Z Checking omicron-zone-package v0.11.0
27502024-07-19T16:46:44.520Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27512024-07-19T16:46:45.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
27522024-07-19T16:46:45.661Z
27532024-07-19T16:46:45.661Zinfo: running `cargo check --bins` on xtask (123/133)
27542024-07-19T16:46:46.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-07-19T16:46:46.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-07-19T16:46:46.313Z Checking bitflags v2.5.0
27572024-07-19T16:46:46.313Z Checking scopeguard v1.2.0
27582024-07-19T16:46:46.313Z Checking serde v1.0.204
27592024-07-19T16:46:46.313Z Checking bytes v1.6.0
27602024-07-19T16:46:46.353Z Checking smallvec v1.13.2
27612024-07-19T16:46:46.380Z Checking log v0.4.21
27622024-07-19T16:46:46.404Z Checking hashbrown v0.14.5
27632024-07-19T16:46:46.428Z Checking mio v0.8.11
27642024-07-19T16:46:46.454Z Checking lock_api v0.4.12
27652024-07-19T16:46:46.549Z Checking futures-util v0.3.30
27662024-07-19T16:46:46.613Z Checking thiserror v1.0.62
27672024-07-19T16:46:46.665Z Checking parking_lot_core v0.9.10
27682024-07-19T16:46:46.733Z Checking rustix v0.38.34
27692024-07-19T16:46:46.787Z Checking tracing v0.1.40
27702024-07-19T16:46:46.925Z Checking openssl v0.10.64
27712024-07-19T16:46:46.952Z Checking parking_lot v0.12.2
27722024-07-19T16:46:46.989Z Checking http v0.2.12
27732024-07-19T16:46:47.052Z Checking scroll v0.12.0
27742024-07-19T16:46:47.247Z Checking tokio v1.38.1
27752024-07-19T16:46:47.282Z Checking indexmap v2.2.6
27762024-07-19T16:46:47.440Z Checking generic-array v0.14.7
27772024-07-19T16:46:48.038Z Checking slog v2.7.0
27782024-07-19T16:46:48.214Z Checking time v0.3.36
27792024-07-19T16:46:48.286Z Checking zerocopy v0.7.34
27802024-07-19T16:46:48.333Z Checking pest v2.7.10
27812024-07-19T16:46:48.432Z Checking goblin v0.8.2
27822024-07-19T16:46:49.321Z Checking http-body v0.4.6
27832024-07-19T16:46:49.621Z Checking unicode-normalization v0.1.23
27842024-07-19T16:46:49.645Z Checking unicode-bidi v0.3.15
27852024-07-19T16:46:50.109Z Checking syn v2.0.71
27862024-07-19T16:46:50.264Z Checking idna v0.5.0
27872024-07-19T16:46:50.288Z Checking dtrace-parser v0.2.0
27882024-07-19T16:46:50.312Z Checking serde_json v1.0.120
27892024-07-19T16:46:50.557Z Checking serde_spanned v0.6.6
27902024-07-19T16:46:50.668Z Checking toml_datetime v0.6.6
27912024-07-19T16:46:50.730Z Checking crossbeam-utils v0.8.19
27922024-07-19T16:46:50.852Z Checking block-buffer v0.10.4
27932024-07-19T16:46:50.896Z Checking toml_edit v0.22.14
27942024-07-19T16:46:51.030Z Checking crypto-common v0.1.6
27952024-07-19T16:46:51.090Z Checking native-tls v0.2.11
27962024-07-19T16:46:51.174Z Checking terminal_size v0.3.0
27972024-07-19T16:46:51.298Z Checking crossbeam-channel v0.5.12
27982024-07-19T16:46:51.322Z Checking clap_builder v4.5.9
27992024-07-19T16:46:51.346Z Checking digest v0.10.7
28002024-07-19T16:46:51.473Z Checking slog-json v2.6.1
28012024-07-19T16:46:51.601Z Checking url v2.5.0
28022024-07-19T16:46:51.684Z Checking futures-executor v0.3.30
28032024-07-19T16:46:51.873Z Checking serde_urlencoded v0.7.1
28042024-07-19T16:46:51.897Z Checking cargo-platform v0.1.8
28052024-07-19T16:46:52.118Z Checking camino v1.1.7
28062024-07-19T16:46:52.220Z Checking semver v1.0.23
28072024-07-19T16:46:52.244Z Checking xattr v1.3.1
28082024-07-19T16:46:52.268Z Checking dof v0.3.0
28092024-07-19T16:46:52.393Z Checking slog-async v2.8.0
28102024-07-19T16:46:52.580Z Checking sha2 v0.10.8
28112024-07-19T16:46:52.604Z Checking cargo_metadata v0.18.1
28122024-07-19T16:46:52.630Z Checking slog-term v2.9.1
28132024-07-19T16:46:52.752Z Checking tar v0.4.41
28142024-07-19T16:46:52.895Z Checking toml v0.8.14
28152024-07-19T16:46:52.939Z Checking tokio-util v0.7.11
28162024-07-19T16:46:53.034Z Checking tokio-native-tls v0.3.1
28172024-07-19T16:46:53.064Z Checking futures v0.3.30
28182024-07-19T16:46:53.160Z Checking strum v0.26.3
28192024-07-19T16:46:53.249Z Checking slog-bunyan v2.5.0
28202024-07-19T16:46:53.293Z Checking fs-err v2.11.0
28212024-07-19T16:46:53.375Z Checking tabled v0.15.0
28222024-07-19T16:46:53.401Z Checking anyhow v1.0.86
28232024-07-19T16:46:53.501Z Checking cargo_toml v0.20.3
28242024-07-19T16:46:53.557Z Checking macaddr v1.0.1
28252024-07-19T16:46:53.630Z Checking h2 v0.3.26
28262024-07-19T16:46:53.840Z Checking clap v4.5.9
28272024-07-19T16:46:53.978Z Checking usdt-impl v0.5.0
28282024-07-19T16:46:54.403Z Checking usdt v0.5.0
28292024-07-19T16:46:56.691Z Checking hyper v0.14.28
28302024-07-19T16:46:59.158Z Checking hyper-tls v0.5.0
28312024-07-19T16:46:59.364Z Checking reqwest v0.11.27
28322024-07-19T16:47:00.221Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28332024-07-19T16:47:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s
28342024-07-19T16:47:01.484Z
28352024-07-19T16:47:01.484Zinfo: running `cargo check --bins` on end-to-end-tests (124/133)
28362024-07-19T16:47:02.037Z Downloading crates ...
28372024-07-19T16:47:02.283Z Downloaded md5 v0.7.0
28382024-07-19T16:47:02.307Z Downloaded rand_core v0.5.1
28392024-07-19T16:47:02.307Z Downloaded pbkdf2 v0.11.0
28402024-07-19T16:47:02.307Z Downloaded russh-keys v0.43.0
28412024-07-19T16:47:02.307Z Downloaded ecdsa v0.16.9
28422024-07-19T16:47:02.307Z Downloaded russh v0.43.0
28432024-07-19T16:47:02.307Z Downloaded rfc6979 v0.4.0
28442024-07-19T16:47:02.307Z Downloaded rand_chacha v0.2.2
28452024-07-19T16:47:02.307Z Downloaded rand v0.7.3
28462024-07-19T16:47:02.332Z Downloaded polyval v0.6.2
28472024-07-19T16:47:02.332Z Downloaded p521 v0.13.3
28482024-07-19T16:47:02.332Z Downloaded option-ext v0.2.0
28492024-07-19T16:47:02.332Z Downloaded internet-checksum v0.2.1
28502024-07-19T16:47:02.332Z Downloaded ghash v0.5.1
28512024-07-19T16:47:02.332Z Downloaded ed25519-dalek v2.1.1
28522024-07-19T16:47:02.332Z Downloaded dirs v5.0.1
28532024-07-19T16:47:02.332Z Downloaded dhcproto v0.11.0
28542024-07-19T16:47:02.332Z Downloaded cbc v0.1.2
28552024-07-19T16:47:02.332Z Downloaded bcrypt-pbkdf v0.10.0
28562024-07-19T16:47:02.332Z Downloaded aes v0.8.4
28572024-07-19T16:47:02.356Z Downloaded russh-cryptovec v0.7.2
28582024-07-19T16:47:02.356Z Downloaded primeorder v0.13.6
28592024-07-19T16:47:02.356Z Downloaded password-hash v0.4.2
28602024-07-19T16:47:02.356Z Downloaded p256 v0.13.2
28612024-07-19T16:47:02.356Z Downloaded hex-literal v0.4.1
28622024-07-19T16:47:02.356Z Downloaded pbkdf2 v0.12.2
28632024-07-19T16:47:02.356Z Downloaded getrandom v0.1.16
28642024-07-19T16:47:02.356Z Downloaded ed25519 v2.2.3
28652024-07-19T16:47:02.356Z Downloaded dirs-sys v0.4.1
28662024-07-19T16:47:02.356Z Downloaded dhcproto-macros v0.1.0
28672024-07-19T16:47:02.356Z Downloaded ctr v0.9.2
28682024-07-19T16:47:02.356Z Downloaded blowfish v0.9.1
28692024-07-19T16:47:02.356Z Downloaded aes-gcm v0.10.3
28702024-07-19T16:47:02.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-07-19T16:47:02.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-07-19T16:47:02.530Z Compiling getrandom v0.1.16
28732024-07-19T16:47:02.555Z Checking rfc6979 v0.4.0
28742024-07-19T16:47:02.579Z Checking primeorder v0.13.6
28752024-07-19T16:47:02.579Z Checking option-ext v0.2.0
28762024-07-19T16:47:02.608Z Checking ed25519 v2.2.3
28772024-07-19T16:47:02.632Z Checking polyval v0.6.2
28782024-07-19T16:47:02.632Z Checking ctr v0.9.2
28792024-07-19T16:47:02.632Z Checking blowfish v0.9.1
28802024-07-19T16:47:02.697Z Checking dirs-sys v0.4.1
28812024-07-19T16:47:02.721Z Checking ecdsa v0.16.9
28822024-07-19T16:47:02.800Z Checking aes v0.8.4
28832024-07-19T16:47:02.823Z Checking password-hash v0.4.2
28842024-07-19T16:47:02.856Z Checking pbkdf2 v0.12.2
28852024-07-19T16:47:02.880Z Checking ghash v0.5.1
28862024-07-19T16:47:02.880Z Checking dirs v5.0.1
28872024-07-19T16:47:02.986Z Checking ed25519-dalek v2.1.1
28882024-07-19T16:47:03.018Z Checking bcrypt-pbkdf v0.10.0
28892024-07-19T16:47:03.042Z Checking cbc v0.1.2
28902024-07-19T16:47:03.066Z Checking russh-cryptovec v0.7.2
28912024-07-19T16:47:03.189Z Checking pbkdf2 v0.11.0
28922024-07-19T16:47:03.220Z Checking md5 v0.7.0
28932024-07-19T16:47:03.244Z Compiling dhcproto-macros v0.1.0
28942024-07-19T16:47:03.244Z Checking hex-literal v0.4.1
28952024-07-19T16:47:03.269Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28962024-07-19T16:47:03.329Z Checking p256 v0.13.2
28972024-07-19T16:47:03.353Z Checking p521 v0.13.3
28982024-07-19T16:47:03.385Z Checking rand_core v0.5.1
28992024-07-19T16:47:03.432Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29002024-07-19T16:47:03.457Z Checking internet-checksum v0.2.1
29012024-07-19T16:47:03.528Z Checking aes-gcm v0.10.3
29022024-07-19T16:47:03.646Z Checking rand_chacha v0.2.2
29032024-07-19T16:47:03.916Z Checking rand v0.7.3
29042024-07-19T16:47:04.001Z Checking dhcproto v0.11.0
29052024-07-19T16:47:04.951Z Checking russh-keys v0.43.0
29062024-07-19T16:47:05.801Z Checking russh v0.43.0
29072024-07-19T16:47:25.345Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29082024-07-19T16:47:27.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.69s
29092024-07-19T16:47:27.316Z
29102024-07-19T16:47:27.316Zinfo: running `cargo check --bins` on gateway-cli (125/133)
29112024-07-19T16:47:27.961Z Downloading crates ...
29122024-07-19T16:47:28.043Z Downloaded termios v0.3.3
29132024-07-19T16:47:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-07-19T16:47:28.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-07-19T16:47:28.139Z Checking termios v0.3.3
29162024-07-19T16:47:28.309Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29172024-07-19T16:47:29.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
29182024-07-19T16:47:29.311Z
29192024-07-19T16:47:29.311Zinfo: running `cargo check --bins --no-default-features` on installinator (126/133)
29202024-07-19T16:47:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-07-19T16:47:30.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-07-19T16:47:30.154Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29232024-07-19T16:47:32.431Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29242024-07-19T16:47:34.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
29252024-07-19T16:47:34.603Z
29262024-07-19T16:47:34.603Zinfo: running `cargo check --bins` on internal-dns-cli (127/133)
29272024-07-19T16:47:35.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-07-19T16:47:35.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-07-19T16:47:35.373Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29302024-07-19T16:47:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29312024-07-19T16:47:35.940Z
29322024-07-19T16:47:35.940Zinfo: running `cargo check --bins` on omicron-package (128/133)
29332024-07-19T16:47:36.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-07-19T16:47:36.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-07-19T16:47:36.731Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29362024-07-19T16:47:38.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
29372024-07-19T16:47:38.192Z
29382024-07-19T16:47:38.192Zinfo: running `cargo check --bins` on wicket-dbg (129/133)
29392024-07-19T16:47:38.827Z Downloading crates ...
29402024-07-19T16:47:38.917Z Downloaded rpassword v7.3.1
29412024-07-19T16:47:38.940Z Downloaded tui-tree-widget v0.21.0
29422024-07-19T16:47:38.940Z Downloaded rtoolbox v0.0.2
29432024-07-19T16:47:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-07-19T16:47:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-07-19T16:47:39.049Z Checking rtoolbox v0.0.2
29462024-07-19T16:47:39.049Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29472024-07-19T16:47:39.050Z Checking tui-tree-widget v0.21.0
29482024-07-19T16:47:39.237Z Checking rpassword v7.3.1
29492024-07-19T16:47:43.907Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502024-07-19T16:47:47.199Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29512024-07-19T16:47:48.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
29522024-07-19T16:47:48.642Z
29532024-07-19T16:47:48.642Zinfo: running `cargo check --bins` on wicket (130/133)
29542024-07-19T16:47:49.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-07-19T16:47:49.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-07-19T16:47:49.452Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29572024-07-19T16:47:49.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
29582024-07-19T16:47:49.908Z
29592024-07-19T16:47:49.908Zinfo: running `cargo check --bins` on wicketd (131/133)
29602024-07-19T16:47:50.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-07-19T16:47:50.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-07-19T16:47:50.746Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29632024-07-19T16:47:54.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
29642024-07-19T16:47:54.827Z
29652024-07-19T16:47:54.827Zinfo: running `cargo check --bins` on omicron-workspace-hack (132/133)
29662024-07-19T16:47:55.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-07-19T16:47:55.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-07-19T16:47:55.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692024-07-19T16:47:55.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29702024-07-19T16:47:55.551Z
29712024-07-19T16:47:55.551Zinfo: running `cargo check --bins` on zone-setup (133/133)
29722024-07-19T16:47:56.239Z Downloading crates ...
29732024-07-19T16:47:56.272Z Downloaded uzers v0.11.3
29742024-07-19T16:47:56.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-07-19T16:47:56.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-07-19T16:47:56.386Z Checking uzers v0.11.3
29772024-07-19T16:47:56.669Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29782024-07-19T16:47:57.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
29792024-07-19T16:47:57.402Z
29802024-07-19T16:47:57.402Zreal 13:05.807658511
29812024-07-19T16:47:57.402Zuser 27:23.167361783
29822024-07-19T16:47:57.402Zsys 6:15.600972031
29832024-07-19T16:47:57.402Ztrap 0.691743172
29842024-07-19T16:47:57.402Ztflt 0.933165196
29852024-07-19T16:47:57.402Zdflt 2.791977566
29862024-07-19T16:47:57.427Zkflt 0.001145890
29872024-07-19T16:47:57.427Zlock 2:22:58.543163872
29882024-07-19T16:47:57.427Zslp 2:08:23.147644959
29892024-07-19T16:47:57.427Zlat 1:10.207364136
29902024-07-19T16:47:57.427Zstop 2:41.299892871
29912024-07-19T16:47:57.427Zprocess exited: duration 961081 ms, exit code 0
 
29922024-07-19T16:47:57.477Zfound 0 output files