01J36M74JFK0TJVRYFX321DPSW: 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: 01J36M7D4FSKPW7KF1FCXE651A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T23:11:59.068Zjob assigned to worker 01J36M7EB3QB8431KYFR8NNQFC (queued for 34 s)
 
22024-07-19T23:11:59.380Zstarting task 0: "setup"
32024-07-19T23:11:59.404Z++ uname -s
42024-07-19T23:11:59.404Z+ kern=SunOS
52024-07-19T23:11:59.404Z+ case "$kern" in
62024-07-19T23:11:59.404Z+ groupadd -g 12345 build
72024-07-19T23:11:59.404Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T23:12:01.408Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T23:12:01.457Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T23:12:01.482Z+ home_fs=zfs
112024-07-19T23:12:01.482Z+ [[ zfs == autofs ]]
122024-07-19T23:12:01.482Z+ mkdir -p /home/build
132024-07-19T23:12:01.482Z+ chown build:build /home/build /work
142024-07-19T23:12:03.468Z+ chmod 0700 /home/build /work
152024-07-19T23:12:03.492Zprocess exited: duration 4092 ms, exit code 0
 
162024-07-19T23:12:03.540Zstarting task 1: "rust-toolchain"
172024-07-19T23:12:03.565Z+ printf ' * toolchain channel = "%s"
182024-07-19T23:12:03.565Z * toolchain channel = "1.78.0"
192024-07-19T23:12:03.565Z' 1.78.0
202024-07-19T23:12:03.565Z * toolchain profile = "default"
212024-07-19T23:12:03.565Z+ printf ' * toolchain profile = "%s"
222024-07-19T23:12:03.565Z' default
232024-07-19T23:12:03.565Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T23:12:03.565Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-19T23:12:03.721Zinfo: downloading installer
262024-07-19T23:12:04.301Zinfo: profile set to 'default'
272024-07-19T23:12:04.301Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T23:12:04.301Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-19T23:12:04.411Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-19T23:12:04.411Zinfo: downloading component 'cargo'
312024-07-19T23:12:04.585Zinfo: downloading component 'clippy'
322024-07-19T23:12:04.641Zinfo: downloading component 'rust-docs'
332024-07-19T23:12:04.834Zinfo: downloading component 'rust-std'
342024-07-19T23:12:05.216Zinfo: downloading component 'rustc'
352024-07-19T23:12:06.152Zinfo: downloading component 'rustfmt'
362024-07-19T23:12:06.201Zinfo: installing component 'cargo'
372024-07-19T23:12:07.313Zinfo: installing component 'clippy'
382024-07-19T23:12:07.722Zinfo: installing component 'rust-docs'
392024-07-19T23:12:10.432Zinfo: installing component 'rust-std'
402024-07-19T23:12:12.415Zinfo: installing component 'rustc'
412024-07-19T23:12:17.402Zinfo: installing component 'rustfmt'
422024-07-19T23:12:17.775Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-19T23:12:17.775Z
442024-07-19T23:12:17.906Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-19T23:12:17.906Z
462024-07-19T23:12:17.906Z
472024-07-19T23:12:17.906ZRust is installed now. Great!
482024-07-19T23:12:17.906Z
492024-07-19T23:12:17.906ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T23:12:17.906Zenvironment variable. This has not been done automatically.
512024-07-19T23:12:17.906Z
522024-07-19T23:12:17.906ZTo configure your current shell, you need to source
532024-07-19T23:12:17.906Zthe corresponding env file under $HOME/.cargo.
542024-07-19T23:12:17.906Z
552024-07-19T23:12:17.906ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T23:12:17.906Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T23:12:17.931Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T23:12:17.987Z+ rustc --version
592024-07-19T23:12:18.098Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-19T23:12:18.122Zprocess exited: duration 14561 ms, exit code 0
 
612024-07-19T23:12:18.174Zstarting task 2: "authentication"
622024-07-19T23:12:18.231Zprocess exited: duration 60 ms, exit code 0
 
632024-07-19T23:12:18.280Zstarting task 3: "clone repository"
642024-07-19T23:12:18.304Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-19T23:12:18.304Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-19T23:12:18.333ZCloning into '/work/oxidecomputer/omicron'...
672024-07-19T23:12:24.165Z+ cd /work/oxidecomputer/omicron
682024-07-19T23:12:24.165Z+ git fetch origin 1d58c058faa655475a46b839608a4bb871141408
692024-07-19T23:12:24.545ZFrom https://github.com/oxidecomputer/omicron
702024-07-19T23:12:24.545Z * branch 1d58c058faa655475a46b839608a4bb871141408 -> FETCH_HEAD
712024-07-19T23:12:24.568Z+ [[ -n sunshowers/spr/oximeter-turn-api-into-a-trait ]]
722024-07-19T23:12:24.568Z++ git branch --show-current
732024-07-19T23:12:24.568Z+ current=main
742024-07-19T23:12:24.569Z+ [[ main != sunshowers/spr/oximeter-turn-api-into-a-trait ]]
752024-07-19T23:12:24.569Z+ git branch -f sunshowers/spr/oximeter-turn-api-into-a-trait 1d58c058faa655475a46b839608a4bb871141408
762024-07-19T23:12:24.569Z+ git checkout -f sunshowers/spr/oximeter-turn-api-into-a-trait
772024-07-19T23:12:24.737ZSwitched to branch 'sunshowers/spr/oximeter-turn-api-into-a-trait'
782024-07-19T23:12:24.760Z+ git reset --hard 1d58c058faa655475a46b839608a4bb871141408
792024-07-19T23:12:24.784ZHEAD is now at 1d58c058f [𝘀𝗽𝗿] initial version
802024-07-19T23:12:24.784Zprocess exited: duration 6485 ms, exit code 0
 
812024-07-19T23:12:24.831Zstarting task 4: "build"
822024-07-19T23:12:24.854Z+ cargo --version
832024-07-19T23:12:24.906Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-19T23:12:24.934Z+ rustc --version
852024-07-19T23:12:24.983Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-19T23:12:25.007Z+ source ./env.sh
872024-07-19T23:12:25.007Z++ OLD_SHELL_OPTS=ehxB
882024-07-19T23:12:25.007Z++ set -o xtrace
892024-07-19T23:12:25.007Z++++ dirname ./env.sh
902024-07-19T23:12:25.007Z+++ readlink -f .
912024-07-19T23:12:25.007Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ 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-19T23:12:25.007Z++ case $OLD_SHELL_OPTS in
1012024-07-19T23:12:25.007Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-19T23:12:25.007Z+ 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-19T23:12:25.007Z+ 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-19T23:12:25.007Z+ banner prerequisites
1052024-07-19T23:12:25.007Z
1062024-07-19T23:12:25.007Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-19T23:12:25.007Z # # # # # # # # # # # # # # #
1082024-07-19T23:12:25.007Z # # # # ##### # # ##### # # # # # #### #
1092024-07-19T23:12:25.007Z ##### ##### # ##### # # # # # # # # #
1102024-07-19T23:12:25.007Z # # # # # # # # # # # # # # #
1112024-07-19T23:12:25.008Z # # # ###### # # ###### ### # #### # #### #
1122024-07-19T23:12:25.008Z
1132024-07-19T23:12:25.008Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-19T23:12:31.313Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-19T23:12:33.687Z Startup: Caching catalogs ... Done
1162024-07-19T23:12:37.651ZPlanning: Solver setup ... Done (3.337s)
1172024-07-19T23:12:37.716ZPlanning: Running solver ... Done (0.065s)
1182024-07-19T23:12:37.761ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-19T23:12:37.838ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-19T23:12:38.189ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-19T23:12:38.245ZPlanning: Package planning ... Done (0.056s)
1222024-07-19T23:12:38.303ZPlanning: Merging actions ... Done (0.058s)
1232024-07-19T23:12:38.651ZPlanning: Checking for conflicting actions ... Done (0.347s)
1242024-07-19T23:12:38.675ZPlanning: Consolidating action changes ... Done (0.013s)
1252024-07-19T23:12:39.351ZPlanning: Evaluating mediators ... Done (0.687s)
1262024-07-19T23:12:39.375ZPlanning: Planning completed in 5.61 seconds
1272024-07-19T23:12:39.406Z Packages to install: 4
1282024-07-19T23:12:39.406Z Mediators to change: 2
1292024-07-19T23:12:39.406Z Services to change: 1
1302024-07-19T23:12:39.406Z Estimated space available: 148.89 GB
1312024-07-19T23:12:39.406ZEstimated space to be consumed: 1.47 GB
1322024-07-19T23:12:39.406Z Create boot environment: No
1332024-07-19T23:12:39.406ZCreate backup boot environment: No
1342024-07-19T23:12:39.406Z Rebuild boot archive: No
1352024-07-19T23:12:39.406Z
1362024-07-19T23:12:39.406ZChanged mediators:
1372024-07-19T23:12:39.407Z mediator clang:
1382024-07-19T23:12:39.407Z version: None -> 15 (system default)
1392024-07-19T23:12:39.407Z
1402024-07-19T23:12:39.407Z mediator llvm:
1412024-07-19T23:12:39.407Z version: 14 (system default) -> 15 (system default)
1422024-07-19T23:12:39.407Z
1432024-07-19T23:12:39.407ZChanged packages:
1442024-07-19T23:12:39.407Zhelios-dev
1452024-07-19T23:12:39.407Z developer/build-essential
1462024-07-19T23:12:39.407Z None -> 11-2.0
1472024-07-19T23:12:39.407Z library/libxmlsec1
1482024-07-19T23:12:39.407Z None -> 1.2.35-2.0
1492024-07-19T23:12:39.407Z ooce/developer/clang-15
1502024-07-19T23:12:39.407Z None -> 15.0.7-2.0
1512024-07-19T23:12:39.407Z ooce/developer/llvm-15
1522024-07-19T23:12:39.407Z None -> 15.0.7-2.0
1532024-07-19T23:12:39.407Z
1542024-07-19T23:12:39.407ZServices:
1552024-07-19T23:12:39.407Z restart_fmri:
1562024-07-19T23:12:39.407Z svc:/system/update-man-index:default
1572024-07-19T23:12:39.436Z
1582024-07-19T23:12:39.436ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-19T23:12:44.436ZDownload: 1142/3290 items 44.4/212.6MB 20% complete (8.8M/s)
1602024-07-19T23:12:49.442ZDownload: 1198/3290 items 76.7/212.6MB 36% complete (7.7M/s)
1612024-07-19T23:12:54.446ZDownload: 1953/3290 items 118.7/212.6MB 55% complete (8.1M/s)
1622024-07-19T23:12:59.456ZDownload: 2605/3290 items 120.5/212.6MB 56% complete (4.4M/s)
1632024-07-19T23:13:04.451ZDownload: 3248/3290 items 200.2/212.6MB 94% complete (8.1M/s)
1642024-07-19T23:13:05.656ZDownload: Completed 212.60 MB in 26.22 seconds (8.1M/s)
1652024-07-19T23:13:05.831Z Actions: 1/3689 actions (Installing new actions)
1662024-07-19T23:13:10.893Z Actions: 2990/3689 actions (Installing new actions)
1672024-07-19T23:13:11.591Z Actions: Completed 3689 actions in 5.76 seconds.
1682024-07-19T23:13:11.951Z Done (0.354s)
1692024-07-19T23:13:11.951Z Done (0.000s)
1702024-07-19T23:13:12.362Z Done (0.410s)
1712024-07-19T23:13:17.424Z Done (4.927s)
1722024-07-19T23:13:17.517Z Done (0.020s)
1732024-07-19T23:13:17.541Z Done (0.000s)
1742024-07-19T23:13:17.686Z Done (0.000s)
1752024-07-19T23:13:18.364ZPlanning: Evaluating mediator changes ... Done
1762024-07-19T23:13:18.567ZPlanning: Checking for conflicting actions ... Done
1772024-07-19T23:13:18.594ZPlanning: Consolidating action changes ... Done
1782024-07-19T23:13:18.898ZPlanning: Evaluating mediators ... Done
1792024-07-19T23:13:18.924ZPlanning: Planning completed in 0.54 seconds
1802024-07-19T23:13:18.948Z Mediators to change: 2
1812024-07-19T23:13:18.948Z Create boot environment: No
1822024-07-19T23:13:18.948ZCreate backup boot environment: No
1832024-07-19T23:13:18.997Z Done
1842024-07-19T23:13:18.997Z Done
1852024-07-19T23:13:19.258Z Done
1862024-07-19T23:13:23.535Z Done
1872024-07-19T23:13:23.619Z Done
1882024-07-19T23:13:23.619Z Done
1892024-07-19T23:13:23.694Z Done
1902024-07-19T23:13:24.424ZPlanning: Evaluating mediator changes ... Done
1912024-07-19T23:13:24.448ZPlanning: Merging actions ... Done
1922024-07-19T23:13:24.669ZPlanning: Checking for conflicting actions ... Done
1932024-07-19T23:13:24.694ZPlanning: Consolidating action changes ... Done
1942024-07-19T23:13:24.990ZPlanning: Evaluating mediators ... Done
1952024-07-19T23:13:25.057ZPlanning: Planning completed in 0.93 seconds
1962024-07-19T23:13:25.098Z Packages to change: 1
1972024-07-19T23:13:25.098Z Mediators to change: 1
1982024-07-19T23:13:25.098Z Services to change: 1
1992024-07-19T23:13:25.098Z Create boot environment: No
2002024-07-19T23:13:25.098ZCreate backup boot environment: Yes
2012024-07-19T23:13:26.637Z Actions: 1/6 actions (Updating modified actions)
2022024-07-19T23:13:26.661Z Actions: Completed 6 actions in 0.00 seconds.
2032024-07-19T23:13:26.661Z Done
2042024-07-19T23:13:26.661Z Done
2052024-07-19T23:13:26.722Z Done
2062024-07-19T23:13:31.128Z Done
2072024-07-19T23:13:31.229Z Done
2082024-07-19T23:13:31.230Z Done
2092024-07-19T23:13:31.305Z Done
2102024-07-19T23:13:31.841ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-19T23:13:31.841Zclang system 15 system
2122024-07-19T23:13:31.841Zcsh system system illumos
2132024-07-19T23:13:31.841Zctags system system illumos
2142024-07-19T23:13:31.841Zgcc vendor 12 vendor
2152024-07-19T23:13:31.841Zgcc system 10 system
2162024-07-19T23:13:31.841Zgcc system 7 system
2172024-07-19T23:13:31.841Zgo system 1.20 system
2182024-07-19T23:13:31.841Zgo system 1.19 system
2192024-07-19T23:13:31.841Zllvm system 15 system
2202024-07-19T23:13:31.841Zllvm system 14 system
2212024-07-19T23:13:31.841Zmariadb system 10.6 system
2222024-07-19T23:13:31.841Zmta vendor vendor dma
2232024-07-19T23:13:31.841Zopenjdk system 17 system
2242024-07-19T23:13:31.841Zopenjdk system 11 system
2252024-07-19T23:13:31.841Zopenjdk system 1.8 system
2262024-07-19T23:13:31.841Zopenssl vendor 3 vendor
2272024-07-19T23:13:31.841Zperl system 5.36 system
2282024-07-19T23:13:31.841Zpostgresql system 15 system
2292024-07-19T23:13:31.841Zpostgresql system 13 system
2302024-07-19T23:13:31.841Zpython vendor 3 vendor
2312024-07-19T23:13:31.841Zpython system 2 system
2322024-07-19T23:13:31.841Zpython3 system 3.11 system
2332024-07-19T23:13:31.841Zruby system 3.0 system
2342024-07-19T23:13:31.841Zwords vendor vendor american-english
2352024-07-19T23:13:31.842Zwords system system australian-english
2362024-07-19T23:13:31.842Zwords system system british-english
2372024-07-19T23:13:31.842Zwords system system canadian-english
2382024-07-19T23:13:31.842Zwords system system french
2392024-07-19T23:13:31.842Zwords system system italian
2402024-07-19T23:13:31.842Zwords system system ngerman
2412024-07-19T23:13:31.842Zwords system system ogerman
2422024-07-19T23:13:31.842Zwords system system spanish
2432024-07-19T23:13:32.248ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-19T23:13:32.248Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-19T23:13:34.200ZFMRI IFO
2462024-07-19T23:13:34.200Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-19T23:13:34.200Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-19T23:13:34.200Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-19T23:13:34.200Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-19T23:13:34.200Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-19T23:13:34.200Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-19T23:13:34.200Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-19T23:13:34.200Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-19T23:13:34.200Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-19T23:13:34.201Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-19T23:13:34.201Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-07-19T23:13:34.201Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-07-19T23:13:34.796Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-07-19T23:13:35.240Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-19T23:13:35.599Z Updating crates.io index
2612024-07-19T23:13:35.623Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-19T23:13:36.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-19T23:13:37.367Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-19T23:13:37.728Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-19T23:13:40.283Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-19T23:13:40.903Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-19T23:13:41.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-19T23:13:42.386Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-19T23:13:44.633Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-19T23:13:45.801Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-19T23:13:47.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-19T23:13:47.707Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-19T23:13:48.057Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-07-19T23:13:48.426Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-07-19T23:13:48.780Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-07-19T23:13:49.174Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-07-19T23:13:49.523Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-07-19T23:13:49.827Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-07-19T23:13:50.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-07-19T23:13:50.640Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-07-19T23:13:51.009Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-07-19T23:13:51.392Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-07-19T23:13:52.096Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-07-19T23:13:52.581Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-07-19T23:13:53.071Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-07-19T23:13:55.314Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-07-19T23:13:55.740Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-07-19T23:13:56.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-07-19T23:13:56.711Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-07-19T23:13:57.966Z Downloading crates ...
2912024-07-19T23:13:58.031Z Downloaded foreign-types v0.3.2
2922024-07-19T23:13:58.060Z Downloaded num-conv v0.1.0
2932024-07-19T23:13:58.060Z Downloaded openssl-probe v0.1.5
2942024-07-19T23:13:58.060Z Downloaded is_terminal_polyfill v1.70.0
2952024-07-19T23:13:58.060Z Downloaded itoa v1.0.11
2962024-07-19T23:13:58.060Z Downloaded pretty-hex v0.4.1
2972024-07-19T23:13:58.060Z Downloaded proc-macro-error-attr v1.0.4
2982024-07-19T23:13:58.060Z Downloaded powerfmt v0.2.0
2992024-07-19T23:13:58.060Z Downloaded quote v1.0.36
3002024-07-19T23:13:58.085Z Downloaded proc-macro-error v1.0.4
3012024-07-19T23:13:58.085Z Downloaded swrite v0.1.0
3022024-07-19T23:13:58.085Z Downloaded tinyvec_macros v0.1.1
3032024-07-19T23:13:58.085Z Downloaded indexmap v2.2.6
3042024-07-19T23:13:58.085Z Downloaded pest v2.7.10
3052024-07-19T23:13:58.109Z Downloaded try-lock v0.2.5
3062024-07-19T23:13:58.109Z Downloaded pkg-config v0.3.30
3072024-07-19T23:13:58.109Z Downloaded sync_wrapper v0.1.2
3082024-07-19T23:13:58.109Z Downloaded proc-macro2 v1.0.86
3092024-07-19T23:13:58.109Z Downloaded time-core v0.1.2
3102024-07-19T23:13:58.109Z Downloaded libc v0.2.155
3112024-07-19T23:13:58.136Z Downloaded plain v0.2.3
3122024-07-19T23:13:58.168Z Downloaded want v0.3.1
3132024-07-19T23:13:58.168Z Downloaded version_check v0.9.4
3142024-07-19T23:13:58.168Z Downloaded encoding_rs v0.8.34
3152024-07-19T23:13:58.168Z Downloaded thread_local v1.1.8
3162024-07-19T23:13:58.168Z Downloaded xattr v1.3.1
3172024-07-19T23:13:58.196Z Downloaded usdt v0.5.0
3182024-07-19T23:13:58.196Z Downloaded toml_datetime v0.6.6
3192024-07-19T23:13:58.196Z Downloaded tokio-macros v2.3.0
3202024-07-19T23:13:58.196Z Downloaded term v0.7.0
3212024-07-19T23:13:58.196Z Downloaded tabled_derive v0.7.0
3222024-07-19T23:13:58.196Z Downloaded terminal_size v0.3.0
3232024-07-19T23:13:58.196Z Downloaded strsim v0.11.1
3242024-07-19T23:13:58.196Z Downloaded smallvec v1.13.2
3252024-07-19T23:13:58.196Z Downloaded time-macros v0.2.18
3262024-07-19T23:13:58.196Z Downloaded slog-term v2.9.1
3272024-07-19T23:13:58.196Z Downloaded zerocopy-derive v0.7.34
3282024-07-19T23:13:58.196Z Downloaded socket2 v0.5.7
3292024-07-19T23:13:58.196Z Downloaded unicode-ident v1.0.12
3302024-07-19T23:13:58.220Z Downloaded strum_macros v0.26.4
3312024-07-19T23:13:58.220Z Downloaded slog v2.7.0
3322024-07-19T23:13:58.220Z Downloaded typenum v1.17.0
3332024-07-19T23:13:58.220Z Downloaded toml v0.8.15
3342024-07-19T23:13:58.220Z Downloaded ryu v1.0.18
3352024-07-19T23:13:58.220Z Downloaded unicode-bidi v0.3.15
3362024-07-19T23:13:58.220Z Downloaded tracing-core v0.1.32
3372024-07-19T23:13:58.244Z Downloaded tracing v0.1.40
3382024-07-19T23:13:58.244Z Downloaded url v2.5.0
3392024-07-19T23:13:58.244Z Downloaded serde v1.0.204
3402024-07-19T23:13:58.244Z Downloaded toml_edit v0.22.16
3412024-07-19T23:13:58.268Z Downloaded zerocopy v0.7.34
3422024-07-19T23:13:58.292Z Downloaded unicode-normalization v0.1.23
3432024-07-19T23:13:58.292Z Downloaded vcpkg v0.2.15
3442024-07-19T23:13:58.334Z Downloaded rustix v0.38.34
3452024-07-19T23:13:58.360Z Downloaded unicode-width v0.1.13
3462024-07-19T23:13:58.383Z Downloaded tokio v1.38.1
3472024-07-19T23:13:58.410Z Downloaded syn v1.0.109
3482024-07-19T23:13:58.434Z Downloaded tokio-util v0.7.11
3492024-07-19T23:13:58.434Z Downloaded time v0.3.36
3502024-07-19T23:13:58.458Z Downloaded tabled v0.15.0
3512024-07-19T23:13:58.458Z Downloaded syn v2.0.71
3522024-07-19T23:13:58.482Z Downloaded serde_json v1.0.120
3532024-07-19T23:13:58.482Z Downloaded reqwest v0.11.27
3542024-07-19T23:13:58.506Z Downloaded winnow v0.6.8
3552024-07-19T23:13:58.506Z Downloaded ucd-trie v0.1.6
3562024-07-19T23:13:58.506Z Downloaded tinyvec v1.6.0
3572024-07-19T23:13:58.506Z Downloaded tar v0.4.41
3582024-07-19T23:13:58.506Z Downloaded serde_derive v1.0.204
3592024-07-19T23:13:58.506Z Downloaded signal-hook-registry v1.4.2
3602024-07-19T23:13:58.506Z Downloaded semver v1.0.23
3612024-07-19T23:13:58.530Z Downloaded slog-bunyan v2.5.0
3622024-07-19T23:13:58.530Z Downloaded scroll v0.12.0
3632024-07-19T23:13:58.530Z Downloaded rustls-pemfile v1.0.4
3642024-07-19T23:13:58.530Z Downloaded thiserror-impl v1.0.62
3652024-07-19T23:13:58.530Z Downloaded sha2 v0.10.8
3662024-07-19T23:13:58.530Z Downloaded serde_urlencoded v0.7.1
3672024-07-19T23:13:58.530Z Downloaded serde_spanned v0.6.6
3682024-07-19T23:13:58.530Z Downloaded utf8parse v0.2.1
3692024-07-19T23:13:58.530Z Downloaded usdt-macro v0.5.0
3702024-07-19T23:13:58.530Z Downloaded usdt-impl v0.5.0
3712024-07-19T23:13:58.530Z Downloaded usdt-attr-macro v0.5.0
3722024-07-19T23:13:58.530Z Downloaded tower-service v0.3.2
3732024-07-19T23:13:58.530Z Downloaded tokio-native-tls v0.3.1
3742024-07-19T23:13:58.530Z Downloaded thread-id v4.2.1
3752024-07-19T23:13:58.530Z Downloaded thiserror v1.0.62
3762024-07-19T23:13:58.555Z Downloaded slog-json v2.6.1
3772024-07-19T23:13:58.555Z Downloaded slog-async v2.8.0
3782024-07-19T23:13:58.555Z Downloaded slab v0.4.9
3792024-07-19T23:13:58.555Z Downloaded serde_tokenstream v0.2.1
3802024-07-19T23:13:58.555Z Downloaded scopeguard v1.2.0
3812024-07-19T23:13:58.555Z Downloaded rustversion v1.0.17
3822024-07-19T23:13:58.555Z Downloaded openssl v0.10.64
3832024-07-19T23:13:58.579Z Downloaded idna v0.5.0
3842024-07-19T23:13:58.579Z Downloaded hashbrown v0.14.5
3852024-07-19T23:13:58.579Z Downloaded h2 v0.3.26
3862024-07-19T23:13:58.579Z Downloaded goblin v0.8.2
3872024-07-19T23:13:58.604Z Downloaded hyper v0.14.28
3882024-07-19T23:13:58.604Z Downloaded futures-util v0.3.30
3892024-07-19T23:13:58.627Z Downloaded clap_builder v4.5.9
3902024-07-19T23:13:58.627Z Downloaded crossbeam-channel v0.5.12
3912024-07-19T23:13:58.627Z Downloaded take_mut v0.2.2
3922024-07-19T23:13:58.627Z Downloaded scroll_derive v0.12.0
3932024-07-19T23:13:58.627Z Downloaded miniz_oxide v0.7.2
3942024-07-19T23:13:58.627Z Downloaded memchr v2.7.2
3952024-07-19T23:13:58.627Z Downloaded log v0.4.21
3962024-07-19T23:13:58.651Z Downloaded http v0.2.12
3972024-07-19T23:13:58.651Z Downloaded flate2 v1.0.30
3982024-07-19T23:13:58.651Z Downloaded cc v1.0.97
3992024-07-19T23:13:58.651Z Downloaded bytes v1.6.0
4002024-07-19T23:13:58.651Z Downloaded base64 v0.21.7
4012024-07-19T23:13:58.651Z Downloaded strum v0.26.3
4022024-07-19T23:13:58.651Z Downloaded pest_meta v2.7.10
4032024-07-19T23:13:58.675Z Downloaded pest_derive v2.7.10
4042024-07-19T23:13:58.675Z Downloaded parking_lot v0.12.2
4052024-07-19T23:13:58.675Z Downloaded papergrid v0.11.0
4062024-07-19T23:13:58.676Z Downloaded openssl-sys v0.9.102
4072024-07-19T23:13:58.676Z Downloaded once_cell v1.19.0
4082024-07-19T23:13:58.676Z Downloaded native-tls v0.2.11
4092024-07-19T23:13:58.676Z Downloaded mio v0.8.11
4102024-07-19T23:13:58.699Z Downloaded httparse v1.8.0
4112024-07-19T23:13:58.699Z Downloaded http-body v0.4.6
4122024-07-19T23:13:58.699Z Downloaded generic-array v0.14.7
4132024-07-19T23:13:58.700Z Downloaded futures-channel v0.3.30
4142024-07-19T23:13:58.700Z Downloaded futures v0.3.30
4152024-07-19T23:13:58.700Z Downloaded clap v4.5.9
4162024-07-19T23:13:58.724Z Downloaded heck v0.4.1
4172024-07-19T23:13:58.724Z Downloaded crossbeam-utils v0.8.19
4182024-07-19T23:13:58.724Z Downloaded pin-project-lite v0.2.14
4192024-07-19T23:13:58.724Z Downloaded percent-encoding v2.3.1
4202024-07-19T23:13:58.724Z Downloaded parking_lot_core v0.9.10
4212024-07-19T23:13:58.724Z Downloaded num_cpus v1.16.0
4222024-07-19T23:13:58.724Z Downloaded lock_api v0.4.12
4232024-07-19T23:13:58.724Z Downloaded ipnet v2.9.0
4242024-07-19T23:13:58.724Z Downloaded hyper-tls v0.5.0
4252024-07-19T23:13:58.724Z Downloaded crc32fast v1.4.0
4262024-07-19T23:13:58.724Z Downloaded clap_derive v4.5.8
4272024-07-19T23:13:58.749Z Downloaded cargo-platform v0.1.8
4282024-07-19T23:13:58.749Z Downloaded bitflags v2.5.0
4292024-07-19T23:13:58.749Z Downloaded anyhow v1.0.86
4302024-07-19T23:13:58.749Z Downloaded pest_generator v2.7.10
4312024-07-19T23:13:58.749Z Downloaded openssl-macros v0.1.1
4322024-07-19T23:13:58.749Z Downloaded memmap v0.7.0
4332024-07-19T23:13:58.749Z Downloaded match_cfg v0.1.0
4342024-07-19T23:13:58.749Z Downloaded is-terminal v0.4.12
4352024-07-19T23:13:58.749Z Downloaded httpdate v1.0.3
4362024-07-19T23:13:58.749Z Downloaded hostname v0.3.1
4372024-07-19T23:13:58.749Z Downloaded heck v0.5.0
4382024-07-19T23:13:58.749Z Downloaded futures-task v0.3.30
4392024-07-19T23:13:58.749Z Downloaded futures-sink v0.3.30
4402024-07-19T23:13:58.749Z Downloaded futures-macro v0.3.30
4412024-07-19T23:13:58.749Z Downloaded futures-executor v0.3.30
4422024-07-19T23:13:58.774Z Downloaded futures-core v0.3.30
4432024-07-19T23:13:58.774Z Downloaded digest v0.10.7
4442024-07-19T23:13:58.774Z Downloaded deranged v0.3.11
4452024-07-19T23:13:58.774Z Downloaded cargo_toml v0.20.3
4462024-07-19T23:13:58.774Z Downloaded anstream v0.6.14
4472024-07-19T23:13:58.774Z Downloaded pin-utils v0.1.0
4482024-07-19T23:13:58.774Z Downloaded mime v0.3.17
4492024-07-19T23:13:58.774Z Downloaded macaddr v1.0.1
4502024-07-19T23:13:58.774Z Downloaded camino v1.1.7
4512024-07-19T23:13:58.774Z Downloaded futures-io v0.3.30
4522024-07-19T23:13:58.774Z Downloaded crypto-common v0.1.6
4532024-07-19T23:13:58.774Z Downloaded bytecount v0.6.8
4542024-07-19T23:13:58.774Z Downloaded block-buffer v0.10.4
4552024-07-19T23:13:58.774Z Downloaded fs-err v2.11.0
4562024-07-19T23:13:58.774Z Downloaded foreign-types-shared v0.1.1
4572024-07-19T23:13:58.774Z Downloaded fnv v1.0.7
4582024-07-19T23:13:58.774Z Downloaded filetime v0.2.23
4592024-07-19T23:13:58.774Z Downloaded errno v0.3.9
4602024-07-19T23:13:58.798Z Downloaded equivalent v1.0.1
4612024-07-19T23:13:58.798Z Downloaded dof v0.3.0
4622024-07-19T23:13:58.798Z Downloaded dirs-sys-next v0.1.2
4632024-07-19T23:13:58.798Z Downloaded cpufeatures v0.2.12
4642024-07-19T23:13:58.798Z Downloaded colorchoice v1.0.1
4652024-07-19T23:13:58.798Z Downloaded clap_lex v0.7.0
4662024-07-19T23:13:58.798Z Downloaded cfg-if v1.0.0
4672024-07-19T23:13:58.798Z Downloaded cargo_metadata v0.18.1
4682024-07-19T23:13:58.798Z Downloaded autocfg v1.3.0
4692024-07-19T23:13:58.798Z Downloaded anstyle-query v1.0.3
4702024-07-19T23:13:58.798Z Downloaded anstyle-parse v0.2.4
4712024-07-19T23:13:58.798Z Downloaded anstyle v1.0.7
4722024-07-19T23:13:58.798Z Downloaded adler v1.0.2
4732024-07-19T23:13:58.798Z Downloaded num_threads v0.1.7
4742024-07-19T23:13:58.798Z Downloaded form_urlencoded v1.2.1
4752024-07-19T23:13:58.798Z Downloaded dtrace-parser v0.2.0
4762024-07-19T23:13:58.798Z Downloaded dirs-next v2.0.0
4772024-07-19T23:13:58.798Z Downloaded byteorder v1.5.0
4782024-07-19T23:13:58.942Z Compiling proc-macro2 v1.0.86
4792024-07-19T23:13:58.942Z Compiling unicode-ident v1.0.12
4802024-07-19T23:13:58.967Z Compiling libc v0.2.155
4812024-07-19T23:13:58.967Z Compiling version_check v0.9.4
4822024-07-19T23:13:58.967Z Compiling cfg-if v1.0.0
4832024-07-19T23:13:58.967Z Compiling itoa v1.0.11
4842024-07-19T23:13:58.967Z Compiling once_cell v1.19.0
4852024-07-19T23:13:58.967Z Compiling autocfg v1.3.0
4862024-07-19T23:13:59.139Z Compiling serde v1.0.204
4872024-07-19T23:13:59.312Z Compiling memchr v2.7.2
4882024-07-19T23:13:59.454Z Compiling thiserror v1.0.62
4892024-07-19T23:13:59.596Z Compiling ryu v1.0.18
4902024-07-19T23:13:59.714Z Compiling pin-project-lite v0.2.14
4912024-07-19T23:13:59.813Z Compiling bitflags v2.5.0
4922024-07-19T23:13:59.862Z Compiling parking_lot_core v0.9.10
4932024-07-19T23:13:59.904Z Compiling cc v1.0.97
4942024-07-19T23:13:59.966Z Compiling lock_api v0.4.12
4952024-07-19T23:14:00.086Z Compiling vcpkg v0.2.15
4962024-07-19T23:14:00.195Z Compiling pkg-config v0.3.30
4972024-07-19T23:14:00.238Z Compiling ucd-trie v0.1.6
4982024-07-19T23:14:00.429Z Compiling slab v0.4.9
4992024-07-19T23:14:00.699Z Compiling quote v1.0.36
5002024-07-19T23:14:00.815Z Compiling bytes v1.6.0
5012024-07-19T23:14:01.026Z Compiling syn v2.0.71
5022024-07-19T23:14:01.175Z Compiling smallvec v1.13.2
5032024-07-19T23:14:01.375Z Compiling scopeguard v1.2.0
5042024-07-19T23:14:02.504Z Compiling futures-core v0.3.30
5052024-07-19T23:14:02.529Z Compiling futures-sink v0.3.30
5062024-07-19T23:14:02.529Z Compiling log v0.4.21
5072024-07-19T23:14:02.529Z Compiling fnv v1.0.7
5082024-07-19T23:14:02.529Z Compiling serde_json v1.0.120
5092024-07-19T23:14:02.529Z Compiling equivalent v1.0.1
5102024-07-19T23:14:02.529Z Compiling byteorder v1.5.0
5112024-07-19T23:14:02.529Z Compiling hashbrown v0.14.5
5122024-07-19T23:14:02.529Z Compiling parking_lot v0.12.2
5132024-07-19T23:14:02.529Z Compiling futures-channel v0.3.30
5142024-07-19T23:14:02.529Z Compiling num_cpus v1.16.0
5152024-07-19T23:14:02.529Z Compiling signal-hook-registry v1.4.2
5162024-07-19T23:14:02.529Z Compiling socket2 v0.5.7
5172024-07-19T23:14:02.529Z Compiling mio v0.8.11
5182024-07-19T23:14:02.679Z Compiling pin-utils v0.1.0
5192024-07-19T23:14:02.775Z Compiling rustix v0.38.34
5202024-07-19T23:14:03.078Z Compiling openssl-sys v0.9.102
5212024-07-19T23:14:03.329Z Compiling indexmap v2.2.6
5222024-07-19T23:14:03.376Z Compiling futures-task v0.3.30
5232024-07-19T23:14:03.423Z Compiling futures-io v0.3.30
5242024-07-19T23:14:03.476Z Compiling typenum v1.17.0
5252024-07-19T23:14:03.700Z Compiling errno v0.3.9
5262024-07-19T23:14:03.728Z Compiling generic-array v0.14.7
5272024-07-19T23:14:03.753Z Compiling slog v2.7.0
5282024-07-19T23:14:03.800Z Compiling foreign-types-shared v0.1.1
5292024-07-19T23:14:03.905Z Compiling openssl v0.10.64
5302024-07-19T23:14:03.929Z Compiling foreign-types v0.3.2
5312024-07-19T23:14:04.253Z Compiling http v0.2.12
5322024-07-19T23:14:04.310Z Compiling proc-macro-error-attr v1.0.4
5332024-07-19T23:14:04.428Z Compiling usdt-impl v0.5.0
5342024-07-19T23:14:04.568Z Compiling tracing-core v0.1.32
5352024-07-19T23:14:04.734Z Compiling num-conv v0.1.0
5362024-07-19T23:14:04.758Z Compiling syn v1.0.109
5372024-07-19T23:14:05.012Z Compiling powerfmt v0.2.0
5382024-07-19T23:14:05.346Z Compiling time-core v0.1.2
5392024-07-19T23:14:05.412Z Compiling native-tls v0.2.11
5402024-07-19T23:14:05.448Z Compiling httparse v1.8.0
5412024-07-19T23:14:05.532Z Compiling tinyvec_macros v0.1.1
5422024-07-19T23:14:05.639Z Compiling tinyvec v1.6.0
5432024-07-19T23:14:05.791Z Compiling time-macros v0.2.18
5442024-07-19T23:14:05.935Z Compiling deranged v0.3.11
5452024-07-19T23:14:05.980Z Compiling tracing v0.1.40
5462024-07-19T23:14:06.566Z Compiling thread-id v4.2.1
5472024-07-19T23:14:06.685Z Compiling proc-macro-error v1.0.4
5482024-07-19T23:14:06.712Z Compiling plain v0.2.3
5492024-07-19T23:14:06.857Z Compiling percent-encoding v2.3.1
5502024-07-19T23:14:06.942Z Compiling try-lock v0.2.5
5512024-07-19T23:14:06.965Z Compiling num_threads v0.1.7
5522024-07-19T23:14:07.031Z Compiling rustversion v1.0.17
5532024-07-19T23:14:07.086Z Compiling crossbeam-utils v0.8.19
5542024-07-19T23:14:07.110Z Compiling openssl-probe v0.1.5
5552024-07-19T23:14:07.199Z Compiling utf8parse v0.2.1
5562024-07-19T23:14:07.353Z Compiling heck v0.5.0
5572024-07-19T23:14:07.406Z Compiling anstyle-parse v0.2.4
5582024-07-19T23:14:07.430Z Compiling want v0.3.1
5592024-07-19T23:14:07.603Z Compiling form_urlencoded v1.2.1
5602024-07-19T23:14:07.725Z Compiling unicode-normalization v0.1.23
5612024-07-19T23:14:07.849Z Compiling http-body v0.4.6
5622024-07-19T23:14:07.911Z Compiling dirs-sys-next v0.1.2
5632024-07-19T23:14:08.363Z Compiling anstyle-query v1.0.3
5642024-07-19T23:14:08.467Z Compiling semver v1.0.23
5652024-07-19T23:14:08.493Z Compiling httpdate v1.0.3
5662024-07-19T23:14:08.522Z Compiling pretty-hex v0.4.1
5672024-07-19T23:14:08.546Z Compiling winnow v0.6.8
5682024-07-19T23:14:08.584Z Compiling unicode-bidi v0.3.15
5692024-07-19T23:14:08.616Z Compiling time v0.3.36
5702024-07-19T23:14:08.733Z Compiling camino v1.1.7
5712024-07-19T23:14:08.889Z Compiling colorchoice v1.0.1
5722024-07-19T23:14:08.913Z Compiling crc32fast v1.4.0
5732024-07-19T23:14:09.036Z Compiling anstyle v1.0.7
5742024-07-19T23:14:09.248Z Compiling tower-service v0.3.2
5752024-07-19T23:14:09.321Z Compiling is_terminal_polyfill v1.70.0
5762024-07-19T23:14:09.440Z Compiling anstream v0.6.14
5772024-07-19T23:14:09.472Z Compiling idna v0.5.0
5782024-07-19T23:14:09.750Z Compiling dirs-next v2.0.0
5792024-07-19T23:14:10.707Z Compiling crypto-common v0.1.6
5802024-07-19T23:14:10.740Z Compiling block-buffer v0.10.4
5812024-07-19T23:14:10.894Z Compiling terminal_size v0.3.0
5822024-07-19T23:14:11.007Z Compiling fs-err v2.11.0
5832024-07-19T23:14:11.054Z Compiling thread_local v1.1.8
5842024-07-19T23:14:11.078Z Compiling unicode-width v0.1.13
5852024-07-19T23:14:11.172Z Compiling clap_lex v0.7.0
5862024-07-19T23:14:11.233Z Compiling base64 v0.21.7
5872024-07-19T23:14:11.357Z Compiling strsim v0.11.1
5882024-07-19T23:14:11.594Z Compiling heck v0.4.1
5892024-07-19T23:14:11.669Z Compiling anyhow v1.0.86
5902024-07-19T23:14:11.700Z Compiling bytecount v0.6.8
5912024-07-19T23:14:11.848Z Compiling slog-async v2.8.0
5922024-07-19T23:14:11.875Z Compiling match_cfg v0.1.0
5932024-07-19T23:14:11.962Z Compiling adler v1.0.2
5942024-07-19T23:14:11.991Z Compiling hostname v0.3.1
5952024-07-19T23:14:12.033Z Compiling papergrid v0.11.0
5962024-07-19T23:14:12.149Z Compiling serde_derive v1.0.204
5972024-07-19T23:14:12.183Z Compiling thiserror-impl v1.0.62
5982024-07-19T23:14:12.210Z Compiling zerocopy-derive v0.7.34
5992024-07-19T23:14:12.236Z Compiling tokio-macros v2.3.0
6002024-07-19T23:14:12.236Z Compiling futures-macro v0.3.30
6012024-07-19T23:14:12.288Z Compiling openssl-macros v0.1.1
6022024-07-19T23:14:12.891Z Compiling scroll_derive v0.12.0
6032024-07-19T23:14:13.623Z Compiling tokio v1.38.1
6042024-07-19T23:14:13.944Z Compiling futures-util v0.3.30
6052024-07-19T23:14:14.073Z Compiling zerocopy v0.7.34
6062024-07-19T23:14:14.137Z Compiling scroll v0.12.0
6072024-07-19T23:14:14.610Z Compiling goblin v0.8.2
6082024-07-19T23:14:15.029Z Compiling pest v2.7.10
6092024-07-19T23:14:15.391Z Compiling tabled_derive v0.7.0
6102024-07-19T23:14:15.780Z Compiling clap_derive v4.5.8
6112024-07-19T23:14:17.644Z Compiling pest_meta v2.7.10
6122024-07-19T23:14:17.669Z Compiling strum_macros v0.26.4
6132024-07-19T23:14:20.047Z Compiling pest_generator v2.7.10
6142024-07-19T23:14:20.392Z Compiling tokio-util v0.7.11
6152024-07-19T23:14:21.590Z Compiling h2 v0.3.26
6162024-07-19T23:14:22.187Z Compiling pest_derive v2.7.10
6172024-07-19T23:14:22.215Z Compiling tokio-native-tls v0.3.1
6182024-07-19T23:14:22.303Z Compiling futures-executor v0.3.30
6192024-07-19T23:14:22.457Z Compiling miniz_oxide v0.7.2
6202024-07-19T23:14:22.821Z Compiling rustls-pemfile v1.0.4
6212024-07-19T23:14:22.845Z Compiling dtrace-parser v0.2.0
6222024-07-19T23:14:23.195Z Compiling clap_builder v4.5.9
6232024-07-19T23:14:23.808Z Compiling serde_spanned v0.6.6
6242024-07-19T23:14:24.123Z Compiling serde_tokenstream v0.2.1
6252024-07-19T23:14:24.348Z Compiling toml_datetime v0.6.6
6262024-07-19T23:14:24.610Z Compiling toml_edit v0.22.16
6272024-07-19T23:14:25.473Z Compiling dof v0.3.0
6282024-07-19T23:14:25.698Z Compiling hyper v0.14.28
6292024-07-19T23:14:26.500Z Compiling slog-json v2.6.1
6302024-07-19T23:14:26.719Z Compiling cargo-platform v0.1.8
6312024-07-19T23:14:26.843Z Compiling serde_urlencoded v0.7.1
6322024-07-19T23:14:27.327Z Compiling toml v0.8.15
6332024-07-19T23:14:27.861Z Compiling usdt-macro v0.5.0
6342024-07-19T23:14:28.052Z Compiling usdt-attr-macro v0.5.0
6352024-07-19T23:14:28.345Z Compiling digest v0.10.7
6362024-07-19T23:14:28.648Z Compiling crossbeam-channel v0.5.12
6372024-07-19T23:14:28.701Z Compiling url v2.5.0
6382024-07-19T23:14:28.872Z Compiling term v0.7.0
6392024-07-19T23:14:29.247Z Compiling hyper-tls v0.5.0
6402024-07-19T23:14:29.300Z Compiling xattr v1.3.1
6412024-07-19T23:14:29.557Z Compiling is-terminal v0.4.12
6422024-07-19T23:14:29.580Z Compiling filetime v0.2.23
6432024-07-19T23:14:29.630Z Compiling memmap v0.7.0
6442024-07-19T23:14:29.691Z Compiling encoding_rs v0.8.34
6452024-07-19T23:14:29.893Z Compiling cpufeatures v0.2.12
6462024-07-19T23:14:29.958Z Compiling sync_wrapper v0.1.2
6472024-07-19T23:14:30.001Z Compiling ipnet v2.9.0
6482024-07-19T23:14:30.084Z Compiling mime v0.3.17
6492024-07-19T23:14:30.281Z Compiling take_mut v0.2.2
6502024-07-19T23:14:30.365Z Compiling sha2 v0.10.8
6512024-07-19T23:14:30.672Z Compiling usdt v0.5.0
6522024-07-19T23:14:31.127Z Compiling tar v0.4.41
6532024-07-19T23:14:31.153Z Compiling slog-term v2.9.1
6542024-07-19T23:14:31.177Z Compiling flate2 v1.0.30
6552024-07-19T23:14:31.563Z Compiling cargo_toml v0.20.3
6562024-07-19T23:14:31.655Z Compiling reqwest v0.11.27
6572024-07-19T23:14:32.052Z Compiling cargo_metadata v0.18.1
6582024-07-19T23:14:32.243Z Compiling slog-bunyan v2.5.0
6592024-07-19T23:14:32.287Z Compiling clap v4.5.9
6602024-07-19T23:14:32.427Z Compiling macaddr v1.0.1
6612024-07-19T23:14:32.805Z Compiling futures v0.3.30
6622024-07-19T23:14:32.911Z Compiling strum v0.26.3
6632024-07-19T23:14:32.935Z Compiling tabled v0.15.0
6642024-07-19T23:14:33.053Z Compiling swrite v0.1.0
6652024-07-19T23:14:37.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6662024-07-19T23:14:48.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6672024-07-19T23:14:49.021Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6682024-07-19T23:14:49.105ZJul 19 23:14:48.882 INFO Starting download, target: Clickhouse
6692024-07-19T23:14:49.105ZJul 19 23:14:48.883 INFO Starting download, target: DendriteOpenapi
6702024-07-19T23:14:49.105ZJul 19 23:14:48.883 INFO Starting download, target: Cockroach
6712024-07-19T23:14:49.105ZJul 19 23:14:48.883 INFO Starting download, target: Console
6722024-07-19T23:14:49.105ZJul 19 23:14:48.883 INFO Starting download, target: DendriteStub
6732024-07-19T23:14:49.135ZJul 19 23:14:48.883 INFO Starting download, target: MaghemiteMgd
6742024-07-19T23:14:49.135ZJul 19 23:14:48.883 INFO Starting download, target: TransceiverControl
6752024-07-19T23:14:49.135ZJul 19 23:14:48.884 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6762024-07-19T23:14:49.135ZJul 19 23:14:48.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6772024-07-19T23:14:49.135ZJul 19 23:14:48.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6782024-07-19T23:14:49.136ZJul 19 23:14:48.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6792024-07-19T23:14:49.136ZJul 19 23:14:48.885 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6802024-07-19T23:14:49.136ZJul 19 23:14:48.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6812024-07-19T23:14:49.136ZJul 19 23:14:48.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6822024-07-19T23:14:49.494ZJul 19 23:14:49.272 INFO Download complete, target: DendriteOpenapi
6832024-07-19T23:14:50.616ZJul 19 23:14:50.396 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6842024-07-19T23:14:51.361ZJul 19 23:14:51.141 INFO Download complete, target: TransceiverControl
6852024-07-19T23:14:52.174ZJul 19 23:14:51.954 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6862024-07-19T23:14:54.521ZJul 19 23:14:54.301 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6872024-07-19T23:14:54.897ZJul 19 23:14:54.677 INFO Download complete, target: Console
6882024-07-19T23:14:55.343ZJul 19 23:14:55.122 INFO Download complete, target: DendriteStub
6892024-07-19T23:14:55.799ZJul 19 23:14:55.579 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6902024-07-19T23:14:55.799ZJul 19 23:14:55.579 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6912024-07-19T23:14:57.227ZJul 19 23:14:57.007 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6922024-07-19T23:15:00.640ZJul 19 23:15:00.419 INFO Download complete, target: MaghemiteMgd
6932024-07-19T23:15:05.964ZJul 19 23:15:05.744 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6942024-07-19T23:15:06.081ZJul 19 23:15:05.853 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6952024-07-19T23:15:06.445ZJul 19 23:15:06.225 INFO Checking that binary works, target: Cockroach
6962024-07-19T23:15:06.667ZJul 19 23:15:06.447 INFO Download complete, target: Cockroach
6972024-07-19T23:15:22.755ZJul 19 23:15:22.535 INFO Checking that binary works, target: Clickhouse
6982024-07-19T23:15:22.962ZJul 19 23:15:22.741 INFO Download complete, target: Clickhouse
6992024-07-19T23:15:22.988ZAll builder prerequisites installed successfully, and PATH looks valid
7002024-07-19T23:15:23.013Z
7012024-07-19T23:15:23.013Zreal 2:57.987824465
7022024-07-19T23:15:23.013Zuser 5:29.031201929
7032024-07-19T23:15:23.013Zsys 1:20.146777614
7042024-07-19T23:15:23.013Ztrap 0.188230227
7052024-07-19T23:15:23.013Ztflt 0.116834413
7062024-07-19T23:15:23.013Zdflt 0.785504158
7072024-07-19T23:15:23.013Zkflt 0.007567852
7082024-07-19T23:15:23.013Zlock 17:45.690049121
7092024-07-19T23:15:23.013Zslp 15:25.033299020
7102024-07-19T23:15:23.013Zlat 23.796877082
7112024-07-19T23:15:23.013Zstop 1:04.707567045
7122024-07-19T23:15:23.013Z+ banner hack-check
7132024-07-19T23:15:23.013Z
7142024-07-19T23:15:23.013Z # # ## #### # # #### # # ###### #### # #
7152024-07-19T23:15:23.013Z # # # # # # # # # # # # # # # # #
7162024-07-19T23:15:23.013Z ###### # # # #### ##### # ###### ##### # ####
7172024-07-19T23:15:23.013Z # # ###### # # # # # # # # # #
7182024-07-19T23:15:23.013Z # # # # # # # # # # # # # # # # #
7192024-07-19T23:15:23.013Z # # # # #### # # #### # # ###### #### # #
7202024-07-19T23:15:23.013Z
7212024-07-19T23:15:23.013Z+ export CARGO_INCREMENTAL=0
7222024-07-19T23:15:23.013Z+ CARGO_INCREMENTAL=0
7232024-07-19T23:15:23.013Z+ ptime -m timeout 2h cargo xtask check-features --ci
7242024-07-19T23:15:23.854Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7252024-07-19T23:15:34.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
7262024-07-19T23:15:34.144Z Running `target/debug/xtask check-features --ci`
7272024-07-19T23:15:34.175Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7282024-07-19T23:15:34.175Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7292024-07-19T23:15:34.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
7302024-07-19T23:15:34.995Z Running `target/debug/xtask download cargo-hack`
7312024-07-19T23:15:35.028ZJul 19 23:15:34.807 INFO Starting download, target: CargoHack
7322024-07-19T23:15:35.051ZJul 19 23:15:34.809 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7332024-07-19T23:15:35.591ZJul 19 23:15:35.371 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7342024-07-19T23:15:35.720ZJul 19 23:15:35.500 INFO Download complete, target: CargoHack
7352024-07-19T23:15:35.744Zrunning: "/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"
7362024-07-19T23:15:35.768Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7372024-07-19T23:15:35.965Zinfo: running `cargo check --bins` on api_identity (1/134)
7382024-07-19T23:15:36.611Z Downloading crates ...
7392024-07-19T23:15:36.851Z Downloaded tokio-stream v0.1.15
7402024-07-19T23:15:36.917Z Downloaded zeroize_derive v1.4.2
7412024-07-19T23:15:36.944Z Downloaded zerocopy v0.6.6
7422024-07-19T23:15:36.968Z Downloaded webpki-roots v0.25.4
7432024-07-19T23:15:36.993Z Downloaded regex-automata v0.4.6
7442024-07-19T23:15:36.993Z Downloaded zerocopy-derive v0.6.6
7452024-07-19T23:15:37.017Z Downloaded petgraph v0.6.5
7462024-07-19T23:15:37.044Z Downloaded finl_unicode v1.2.0
7472024-07-19T23:15:37.068Z Downloaded trust-dns-proto v0.22.0
7482024-07-19T23:15:37.091Z Downloaded smoltcp v0.9.1
7492024-07-19T23:15:37.091Z Downloaded rustls v0.21.12
7502024-07-19T23:15:37.115Z Downloaded openapiv3 v2.0.0
7512024-07-19T23:15:37.139Z Downloaded gimli v0.28.1
7522024-07-19T23:15:37.163Z Downloaded diesel v2.1.6
7532024-07-19T23:15:37.163Z Downloaded chrono v0.4.38
7542024-07-19T23:15:37.189Z Downloaded bstr v1.9.1
7552024-07-19T23:15:37.189Z Downloaded yasna v0.5.2
7562024-07-19T23:15:37.189Z Downloaded winnow v0.5.40
7572024-07-19T23:15:37.213Z Downloaded uuid v1.10.0
7582024-07-19T23:15:37.213Z Downloaded unicode-segmentation v1.11.0
7592024-07-19T23:15:37.213Z Downloaded tracing-attributes v0.1.27
7602024-07-19T23:15:37.213Z Downloaded toml_edit v0.19.15
7612024-07-19T23:15:37.237Z Downloaded toml v0.7.8
7622024-07-19T23:15:37.237Z Downloaded tokio-rustls v0.24.1
7632024-07-19T23:15:37.261Z Downloaded ring v0.17.8
7642024-07-19T23:15:37.322Z Downloaded tokio-postgres v0.7.10
7652024-07-19T23:15:37.347Z Downloaded similar v2.5.0
7662024-07-19T23:15:37.347Z Downloaded signal-hook v0.3.17
7672024-07-19T23:15:37.347Z Downloaded rustls-webpki v0.101.7
7682024-07-19T23:15:37.371Z Downloaded regex-syntax v0.8.3
7692024-07-19T23:15:37.395Z Downloaded regex-automata v0.1.10
7702024-07-19T23:15:37.395Z Downloaded regex v1.10.5
7712024-07-19T23:15:37.395Z Downloaded object v0.32.2
7722024-07-19T23:15:37.418Z Downloaded idna v0.3.0
7732024-07-19T23:15:37.418Z Downloaded idna v0.2.3
7742024-07-19T23:15:37.443Z Downloaded der_derive v0.7.2
7752024-07-19T23:15:37.443Z Downloaded der v0.7.9
7762024-07-19T23:15:37.443Z Downloaded data-encoding v2.6.0
7772024-07-19T23:15:37.443Z Downloaded crypto-bigint v0.5.5
7782024-07-19T23:15:37.443Z Downloaded crossterm v0.27.0
7792024-07-19T23:15:37.467Z Downloaded crossbeam-epoch v0.9.18
7802024-07-19T23:15:37.467Z Downloaded cookie_store v0.20.0
7812024-07-19T23:15:37.467Z Downloaded cookie v0.17.0
7822024-07-19T23:15:37.467Z Downloaded const-oid v0.9.6
7832024-07-19T23:15:37.467Z Downloaded console v0.15.8
7842024-07-19T23:15:37.467Z Downloaded cipher v0.4.4
7852024-07-19T23:15:37.467Z Downloaded bstr v0.2.17
7862024-07-19T23:15:37.491Z Downloaded block-padding v0.3.3
7872024-07-19T23:15:37.491Z Downloaded bitflags v1.3.2
7882024-07-19T23:15:37.492Z Downloaded bit-vec v0.6.3
7892024-07-19T23:15:37.492Z Downloaded base64ct v1.6.0
7902024-07-19T23:15:37.492Z Downloaded backtrace v0.3.71
7912024-07-19T23:15:37.516Z Downloaded async-trait v0.1.81
7922024-07-19T23:15:37.516Z Downloaded allocator-api2 v0.2.18
7932024-07-19T23:15:37.516Z Downloaded aho-corasick v1.1.3
7942024-07-19T23:15:37.516Z Downloaded zeroize v1.7.0
7952024-07-19T23:15:37.516Z Downloaded whoami v1.5.1
7962024-07-19T23:15:37.516Z Downloaded untrusted v0.9.0
7972024-07-19T23:15:37.516Z Downloaded unicode-xid v0.2.4
7982024-07-19T23:15:37.516Z Downloaded siphasher v0.3.11
7992024-07-19T23:15:37.516Z Downloaded signal-hook-mio v0.2.3
8002024-07-19T23:15:37.540Z Downloaded rustc_version v0.4.0
8012024-07-19T23:15:37.540Z Downloaded rustc-demangle v0.1.24
8022024-07-19T23:15:37.540Z Downloaded rand_core v0.6.4
8032024-07-19T23:15:37.540Z Downloaded rand_chacha v0.3.1
8042024-07-19T23:15:37.540Z Downloaded rand v0.8.5
8052024-07-19T23:15:37.540Z Downloaded r2d2 v0.8.10
8062024-07-19T23:15:37.540Z Downloaded publicsuffix v2.2.3
8072024-07-19T23:15:37.540Z Downloaded psl-types v2.0.11
8082024-07-19T23:15:37.540Z Downloaded predicates-core v1.0.6
8092024-07-19T23:15:37.540Z Downloaded predicates v3.1.0
8102024-07-19T23:15:37.541Z Downloaded ppv-lite86 v0.2.17
8112024-07-19T23:15:37.541Z Downloaded postgres-types v0.2.6
8122024-07-19T23:15:37.564Z Downloaded postgres-protocol v0.6.6
8132024-07-19T23:15:37.564Z Downloaded pkcs8 v0.10.2
8142024-07-19T23:15:37.564Z Downloaded phf_shared v0.11.2
8152024-07-19T23:15:37.564Z Downloaded phf_shared v0.10.0
8162024-07-19T23:15:37.564Z Downloaded phf v0.11.2
8172024-07-19T23:15:37.565Z Downloaded pem-rfc7468 v0.7.0
8182024-07-19T23:15:37.565Z Downloaded peg-runtime v0.8.3
8192024-07-19T23:15:37.565Z Downloaded num-traits v0.2.19
8202024-07-19T23:15:37.565Z Downloaded num-iter v0.1.45
8212024-07-19T23:15:37.565Z Downloaded num-integer v0.1.46
8222024-07-19T23:15:37.565Z Downloaded num-bigint v0.4.5
8232024-07-19T23:15:37.589Z Downloaded nom v7.1.3
8242024-07-19T23:15:37.589Z Downloaded minimal-lexical v0.2.1
8252024-07-19T23:15:37.589Z Downloaded matches v0.1.10
8262024-07-19T23:15:37.589Z Downloaded managed v0.8.0
8272024-07-19T23:15:37.589Z Downloaded libm v0.2.8
8282024-07-19T23:15:37.613Z Downloaded lazy_static v1.5.0
8292024-07-19T23:15:37.613Z Downloaded lalrpop-util v0.19.12
8302024-07-19T23:15:37.613Z Downloaded itertools v0.12.1
8312024-07-19T23:15:37.613Z Downloaded itertools v0.10.5
8322024-07-19T23:15:37.613Z Downloaded ipnetwork v0.20.0
8332024-07-19T23:15:37.637Z Downloaded inout v0.1.3
8342024-07-19T23:15:37.637Z Downloaded iana-time-zone v0.1.60
8352024-07-19T23:15:37.637Z Downloaded hyper-rustls v0.24.2
8362024-07-19T23:15:37.638Z Downloaded hubpack_derive v0.1.1
8372024-07-19T23:15:37.638Z Downloaded hubpack v0.1.2
8382024-07-19T23:15:37.638Z Downloaded hmac v0.12.1
8392024-07-19T23:15:37.638Z Downloaded hkdf v0.12.4
8402024-07-19T23:15:37.638Z Downloaded hex v0.4.3
8412024-07-19T23:15:37.638Z Downloaded heapless v0.7.17
8422024-07-19T23:15:37.638Z Downloaded hash32 v0.2.1
8432024-07-19T23:15:37.638Z Downloaded group v0.13.0
8442024-07-19T23:15:37.638Z Downloaded getrandom v0.2.14
8452024-07-19T23:15:37.662Z Downloaded float-cmp v0.9.0
8462024-07-19T23:15:37.662Z Downloaded flagset v0.4.5
8472024-07-19T23:15:37.662Z Downloaded fixedbitset v0.4.2
8482024-07-19T23:15:37.662Z Downloaded ff v0.13.0
8492024-07-19T23:15:37.662Z Downloaded fallible-iterator v0.2.0
8502024-07-19T23:15:37.662Z Downloaded enum-as-inner v0.5.1
8512024-07-19T23:15:37.662Z Downloaded elliptic-curve v0.13.8
8522024-07-19T23:15:37.662Z Downloaded either v1.12.0
8532024-07-19T23:15:37.662Z Downloaded dyn-clone v1.0.17
8542024-07-19T23:15:37.662Z Downloaded difflib v0.4.0
8552024-07-19T23:15:37.662Z Downloaded diesel_table_macro_syntax v0.1.0
8562024-07-19T23:15:37.662Z Downloaded diesel_derives v2.1.4
8572024-07-19T23:15:37.687Z Downloaded bit-set v0.5.3
8582024-07-19T23:15:37.687Z Downloaded base16ct v0.2.0
8592024-07-19T23:15:37.687Z Downloaded ahash v0.8.11
8602024-07-19T23:15:37.687Z Downloaded addr2line v0.21.0
8612024-07-19T23:15:37.687Z Downloaded subtle v2.5.0
8622024-07-19T23:15:37.687Z Downloaded strum_macros v0.25.3
8632024-07-19T23:15:37.687Z Downloaded stringprep v0.1.4
8642024-07-19T23:15:37.687Z Downloaded string_cache v0.8.7
8652024-07-19T23:15:37.687Z Downloaded static_assertions v1.1.0
8662024-07-19T23:15:37.687Z Downloaded stable_deref_trait v1.2.0
8672024-07-19T23:15:37.687Z Downloaded spki v0.7.3
8682024-07-19T23:15:37.687Z Downloaded spin v0.9.8
8692024-07-19T23:15:37.711Z Downloaded serde_repr v0.1.19
8702024-07-19T23:15:37.711Z Downloaded serde_derive_internals v0.29.1
8712024-07-19T23:15:37.711Z Downloaded sec1 v0.7.3
8722024-07-19T23:15:37.711Z Downloaded sct v0.7.1
8732024-07-19T23:15:37.711Z Downloaded schemars_derive v0.8.21
8742024-07-19T23:15:37.711Z Downloaded schemars v0.8.21
8752024-07-19T23:15:37.735Z Downloaded scheduled-thread-pool v0.2.7
8762024-07-19T23:15:37.735Z Downloaded precomputed-hash v0.1.1
8772024-07-19T23:15:37.735Z Downloaded normalize-line-endings v0.3.0
8782024-07-19T23:15:37.735Z Downloaded new_debug_unreachable v1.0.6
8792024-07-19T23:15:37.735Z Downloaded md-5 v0.10.6
8802024-07-19T23:15:37.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8812024-07-19T23:15:37.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8822024-07-19T23:15:37.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8832024-07-19T23:15:37.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
8842024-07-19T23:15:37.800Z
8852024-07-19T23:15:37.800Zinfo: running `cargo check --bins` on bootstore (2/134)
8862024-07-19T23:15:38.465Z Downloading crates ...
8872024-07-19T23:15:38.652Z Downloaded async-stream-impl v0.3.5
8882024-07-19T23:15:38.676Z Downloaded smf v0.2.3
8892024-07-19T23:15:38.676Z Downloaded tabwriter v1.4.0
8902024-07-19T23:15:38.676Z Downloaded unsafe-libyaml v0.2.11
8912024-07-19T23:15:38.700Z Downloaded waitgroup v0.1.2
8922024-07-19T23:15:38.700Z Downloaded structmeta v0.3.0
8932024-07-19T23:15:38.701Z Downloaded rustls v0.22.4
8942024-07-19T23:15:38.725Z Downloaded smoltcp v0.11.0
8952024-07-19T23:15:38.750Z Downloaded hostname v0.4.0
8962024-07-19T23:15:38.750Z Downloaded sha3 v0.10.8
8972024-07-19T23:15:38.750Z Downloaded chacha20 v0.9.1
8982024-07-19T23:15:38.750Z Downloaded regress v0.9.1
8992024-07-19T23:15:38.750Z Downloaded curve25519-dalek v4.1.3
9002024-07-19T23:15:38.784Z Downloaded rustls-webpki v0.102.4
9012024-07-19T23:15:38.809Z Downloaded vsss-rs v3.3.4
9022024-07-19T23:15:38.809Z Downloaded universal-hash v0.5.1
9032024-07-19T23:15:38.809Z Downloaded thiserror-no-std v2.0.2
9042024-07-19T23:15:38.809Z Downloaded tempfile v3.10.1
9052024-07-19T23:15:38.809Z Downloaded sigpipe v0.1.3
9062024-07-19T23:15:38.809Z Downloaded sha1 v0.10.6
9072024-07-19T23:15:38.809Z Downloaded serde_with_macros v3.8.3
9082024-07-19T23:15:38.809Z Downloaded serde_with v3.8.3
9092024-07-19T23:15:38.809Z Downloaded serde_path_to_error v0.1.16
9102024-07-19T23:15:38.809Z Downloaded rustls-pemfile v2.1.2
9112024-07-19T23:15:38.839Z Downloaded pretty-hex v0.2.1
9122024-07-19T23:15:38.839Z Downloaded poly1305 v0.8.0
9132024-07-19T23:15:38.839Z Downloaded parse-display-derive v0.9.1
9142024-07-19T23:15:38.839Z Downloaded parse-display v0.9.1
9152024-07-19T23:15:38.839Z Downloaded num_enum_derive v0.5.11
9162024-07-19T23:15:38.839Z Downloaded num-derive v0.4.2
9172024-07-19T23:15:38.839Z Downloaded multer v3.1.0
9182024-07-19T23:15:38.839Z Downloaded indexmap v1.9.3
9192024-07-19T23:15:38.839Z Downloaded http v1.1.0
9202024-07-19T23:15:38.839Z Downloaded heapless v0.8.0
9212024-07-19T23:15:38.866Z Downloaded hashbrown v0.12.3
9222024-07-19T23:15:38.867Z Downloaded darling_core v0.20.9
9232024-07-19T23:15:38.867Z Downloaded tokio-rustls v0.25.0
9242024-07-19T23:15:38.867Z Downloaded thiserror-impl-no-std v2.0.2
9252024-07-19T23:15:38.867Z Downloaded socket2 v0.4.10
9262024-07-19T23:15:38.867Z Downloaded serde_yaml v0.9.34+deprecated
9272024-07-19T23:15:38.867Z Downloaded rustls-pki-types v1.7.0
9282024-07-19T23:15:38.867Z Downloaded proc-macro-crate v1.3.1
9292024-07-19T23:15:38.867Z Downloaded postcard v1.0.8
9302024-07-19T23:15:38.867Z Downloaded paste v1.0.15
9312024-07-19T23:15:38.892Z Downloaded num_enum v0.5.11
9322024-07-19T23:15:38.892Z Downloaded half v2.4.1
9332024-07-19T23:15:38.892Z Downloaded getopts v0.2.21
9342024-07-19T23:15:38.892Z Downloaded foreign-types-macros v0.2.3
9352024-07-19T23:15:38.892Z Downloaded fastrand v2.1.0
9362024-07-19T23:15:38.892Z Downloaded embedded-io v0.4.0
9372024-07-19T23:15:38.892Z Downloaded derive_more v0.99.18
9382024-07-19T23:15:38.916Z Downloaded defmt-macros v0.3.9
9392024-07-19T23:15:38.916Z Downloaded debug-ignore v1.0.5
9402024-07-19T23:15:38.916Z Downloaded darling v0.20.9
9412024-07-19T23:15:38.916Z Downloaded curve25519-dalek-derive v0.1.1
9422024-07-19T23:15:38.916Z Downloaded cstr-argument v0.1.2
9432024-07-19T23:15:38.916Z Downloaded convert_case v0.4.0
9442024-07-19T23:15:38.916Z Downloaded colored v2.1.0
9452024-07-19T23:15:38.916Z Downloaded cobs v0.2.3
9462024-07-19T23:15:38.916Z Downloaded ciborium-ll v0.2.2
9472024-07-19T23:15:38.917Z Downloaded ciborium-io v0.2.2
9482024-07-19T23:15:38.917Z Downloaded ciborium v0.2.2
9492024-07-19T23:15:38.917Z Downloaded chacha20poly1305 v0.10.1
9502024-07-19T23:15:38.941Z Downloaded camino-tempfile v1.1.1
9512024-07-19T23:15:38.941Z Downloaded base64 v0.22.1
9522024-07-19T23:15:38.941Z Downloaded backoff v0.4.0
9532024-07-19T23:15:38.941Z Downloaded atomic-waker v1.1.2
9542024-07-19T23:15:38.941Z Downloaded async-stream v0.3.5
9552024-07-19T23:15:38.941Z Downloaded aead v0.5.2
9562024-07-19T23:15:38.941Z Downloaded structmeta-derive v0.3.0
9572024-07-19T23:15:38.941Z Downloaded instant v0.1.12
9582024-07-19T23:15:38.941Z Downloaded hash32 v0.3.1
9592024-07-19T23:15:38.941Z Downloaded darling_macro v0.20.9
9602024-07-19T23:15:38.941Z Downloaded secrecy v0.8.0
9612024-07-19T23:15:38.941Z Downloaded opaque-debug v0.3.1
9622024-07-19T23:15:38.941Z Downloaded newtype-uuid v1.1.0
9632024-07-19T23:15:38.965Z Downloaded keccak v0.1.5
9642024-07-19T23:15:38.965Z Downloaded ident_case v1.0.1
9652024-07-19T23:15:38.965Z Downloaded foreign-types-shared v0.3.1
9662024-07-19T23:15:38.965Z Downloaded foreign-types v0.5.0
9672024-07-19T23:15:38.965Z Downloaded defmt-parser v0.3.4
9682024-07-19T23:15:38.965Z Downloaded defmt v0.3.8
9692024-07-19T23:15:38.965Z Downloaded crucible-workspace-hack v0.1.0
9702024-07-19T23:15:38.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9712024-07-19T23:15:38.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9722024-07-19T23:15:38.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9732024-07-19T23:15:38.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
9742024-07-19T23:15:39.038Z
9752024-07-19T23:15:39.038Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/134)
9762024-07-19T23:15:39.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9772024-07-19T23:15:39.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9782024-07-19T23:15:39.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9792024-07-19T23:15:39.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
9802024-07-19T23:15:39.837Z
9812024-07-19T23:15:39.837Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/134)
9822024-07-19T23:15:40.501Z Downloading crates ...
9832024-07-19T23:15:40.602Z Downloaded test-strategy v0.3.1
9842024-07-19T23:15:40.625Z Downloaded wait-timeout v0.2.0
9852024-07-19T23:15:40.625Z Downloaded unarray v0.1.4
9862024-07-19T23:15:40.626Z Downloaded structmeta-derive v0.2.0
9872024-07-19T23:15:40.626Z Downloaded structmeta v0.2.0
9882024-07-19T23:15:40.626Z Downloaded rusty-fork v0.3.0
9892024-07-19T23:15:40.626Z Downloaded rand_xorshift v0.3.0
9902024-07-19T23:15:40.626Z Downloaded quick-error v1.2.3
9912024-07-19T23:15:40.626Z Downloaded proptest v1.4.0
9922024-07-19T23:15:40.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9932024-07-19T23:15:40.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9942024-07-19T23:15:40.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9952024-07-19T23:15:40.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
9962024-07-19T23:15:40.712Z
9972024-07-19T23:15:40.712Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/134)
9982024-07-19T23:15:41.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9992024-07-19T23:15:41.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10002024-07-19T23:15:41.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10012024-07-19T23:15:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10022024-07-19T23:15:41.312Z
10032024-07-19T23:15:41.312Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/134)
10042024-07-19T23:15:41.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10052024-07-19T23:15:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10062024-07-19T23:15:41.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10072024-07-19T23:15:41.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
10082024-07-19T23:15:41.987Z
10092024-07-19T23:15:41.987Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/134)
10102024-07-19T23:15:42.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10112024-07-19T23:15:42.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10122024-07-19T23:15:42.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10132024-07-19T23:15:42.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10142024-07-19T23:15:42.583Z
10152024-07-19T23:15:42.583Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/134)
10162024-07-19T23:15:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10172024-07-19T23:15:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10182024-07-19T23:15:43.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10192024-07-19T23:15:43.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10202024-07-19T23:15:43.180Z
10212024-07-19T23:15:43.180Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/134)
10222024-07-19T23:15:43.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10232024-07-19T23:15:43.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10242024-07-19T23:15:43.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10252024-07-19T23:15:43.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10262024-07-19T23:15:43.789Z
10272024-07-19T23:15:43.789Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/134)
10282024-07-19T23:15:44.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10292024-07-19T23:15:44.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10302024-07-19T23:15:44.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10312024-07-19T23:15:44.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10322024-07-19T23:15:44.410Z
10332024-07-19T23:15:44.410Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/134)
10342024-07-19T23:15:44.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10352024-07-19T23:15:44.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10362024-07-19T23:15:44.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10372024-07-19T23:15:44.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10382024-07-19T23:15:44.992Z
10392024-07-19T23:15:44.992Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/134)
10402024-07-19T23:15:45.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10412024-07-19T23:15:45.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10422024-07-19T23:15:45.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10432024-07-19T23:15:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
10442024-07-19T23:15:45.636Z
10452024-07-19T23:15:45.637Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/134)
10462024-07-19T23:15:46.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10472024-07-19T23:15:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10482024-07-19T23:15:46.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10492024-07-19T23:15:46.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10502024-07-19T23:15:46.270Z
10512024-07-19T23:15:46.270Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/134)
10522024-07-19T23:15:46.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10532024-07-19T23:15:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10542024-07-19T23:15:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10552024-07-19T23:15:46.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10562024-07-19T23:15:46.868Z
10572024-07-19T23:15:46.868Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/134)
10582024-07-19T23:15:47.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10592024-07-19T23:15:47.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10602024-07-19T23:15:47.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10612024-07-19T23:15:47.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10622024-07-19T23:15:47.462Z
10632024-07-19T23:15:47.462Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/134)
10642024-07-19T23:15:48.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10652024-07-19T23:15:48.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10662024-07-19T23:15:48.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10672024-07-19T23:15:48.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10682024-07-19T23:15:48.051Z
10692024-07-19T23:15:48.051Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/134)
10702024-07-19T23:15:48.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10712024-07-19T23:15:48.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10722024-07-19T23:15:48.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10732024-07-19T23:15:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10742024-07-19T23:15:48.638Z
10752024-07-19T23:15:48.638Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/134)
10762024-07-19T23:15:49.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10772024-07-19T23:15:49.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10782024-07-19T23:15:49.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10792024-07-19T23:15:49.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
10802024-07-19T23:15:49.223Z
10812024-07-19T23:15:49.223Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/134)
10822024-07-19T23:15:49.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10832024-07-19T23:15:49.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10842024-07-19T23:15:49.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10852024-07-19T23:15:49.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10862024-07-19T23:15:49.825Z
10872024-07-19T23:15:49.825Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/134)
10882024-07-19T23:15:50.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10892024-07-19T23:15:50.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10902024-07-19T23:15:50.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10912024-07-19T23:15:50.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10922024-07-19T23:15:50.431Z
10932024-07-19T23:15:50.431Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/134)
10942024-07-19T23:15:51.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10952024-07-19T23:15:51.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10962024-07-19T23:15:51.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10972024-07-19T23:15:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
10982024-07-19T23:15:51.061Z
10992024-07-19T23:15:51.061Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/134)
11002024-07-19T23:15:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11012024-07-19T23:15:51.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11022024-07-19T23:15:51.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11032024-07-19T23:15:51.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
11042024-07-19T23:15:51.665Z
11052024-07-19T23:15:51.665Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/134)
11062024-07-19T23:15:52.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11072024-07-19T23:15:52.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11082024-07-19T23:15:52.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11092024-07-19T23:15:52.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
11102024-07-19T23:15:52.306Z
11112024-07-19T23:15:52.306Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/134)
11122024-07-19T23:15:52.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11132024-07-19T23:15:52.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11142024-07-19T23:15:52.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11152024-07-19T23:15:52.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
11162024-07-19T23:15:52.919Z
11172024-07-19T23:15:52.919Zinfo: running `cargo check --bins` on sled-hardware-types (25/134)
11182024-07-19T23:15:53.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11192024-07-19T23:15:53.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11202024-07-19T23:15:53.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11212024-07-19T23:15:53.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
11222024-07-19T23:15:53.741Z
11232024-07-19T23:15:53.741Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/134)
11242024-07-19T23:15:54.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11252024-07-19T23:15:54.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11262024-07-19T23:15:54.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11272024-07-19T23:15:54.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
11282024-07-19T23:15:54.558Z
11292024-07-19T23:15:54.558Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/134)
11302024-07-19T23:15:55.169Z Downloading crates ...
11312024-07-19T23:15:55.344Z Downloaded predicates-tree v1.0.9
11322024-07-19T23:15:55.371Z Downloaded termtree v0.4.1
11332024-07-19T23:15:55.371Z Downloaded fragile v2.0.0
11342024-07-19T23:15:55.371Z Downloaded downcast v0.11.0
11352024-07-19T23:15:55.371Z Downloaded mockall_derive v0.12.1
11362024-07-19T23:15:55.371Z Downloaded mockall v0.12.1
11372024-07-19T23:15:55.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11382024-07-19T23:15:55.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11392024-07-19T23:15:55.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11402024-07-19T23:15:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
11412024-07-19T23:15:55.464Z
11422024-07-19T23:15:55.464Zinfo: running `cargo check --bins` on oxlog (28/134)
11432024-07-19T23:15:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11442024-07-19T23:15:56.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11452024-07-19T23:15:56.311Z Compiling serde v1.0.204
11462024-07-19T23:15:56.311Z Checking cfg-if v1.0.0
11472024-07-19T23:15:56.335Z Checking libc v0.2.155
11482024-07-19T23:15:56.336Z Compiling syn v2.0.71
11492024-07-19T23:15:56.336Z Compiling getrandom v0.2.14
11502024-07-19T23:15:56.336Z Compiling generic-array v0.14.7
11512024-07-19T23:15:56.336Z Compiling scopeguard v1.2.0
11522024-07-19T23:15:56.492Z Compiling lock_api v0.4.12
11532024-07-19T23:15:56.654Z Compiling log v0.4.21
11542024-07-19T23:15:56.721Z Compiling libm v0.2.8
11552024-07-19T23:15:56.795Z Compiling ahash v0.8.11
11562024-07-19T23:15:56.838Z Compiling num-traits v0.2.19
11572024-07-19T23:15:56.881Z Compiling serde_json v1.0.120
11582024-07-19T23:15:56.906Z Checking memchr v2.7.2
11592024-07-19T23:15:57.024Z Checking byteorder v1.5.0
11602024-07-19T23:15:57.146Z Checking itoa v1.0.11
11612024-07-19T23:15:57.183Z Compiling smallvec v1.13.2
11622024-07-19T23:15:57.282Z Compiling rand_core v0.6.4
11632024-07-19T23:15:57.328Z Checking once_cell v1.19.0
11642024-07-19T23:15:57.384Z Compiling ring v0.17.8
11652024-07-19T23:15:57.515Z Compiling parking_lot_core v0.9.10
11662024-07-19T23:15:57.595Z Checking pin-project-lite v0.2.14
11672024-07-19T23:15:57.666Z Compiling mio v0.8.11
11682024-07-19T23:15:57.701Z Compiling spin v0.9.8
11692024-07-19T23:15:57.743Z Checking typenum v1.17.0
11702024-07-19T23:15:57.795Z Checking signal-hook-registry v1.4.2
11712024-07-19T23:15:57.925Z Compiling parking_lot v0.12.2
11722024-07-19T23:15:58.578Z Compiling const-oid v0.9.6
11732024-07-19T23:15:58.634Z Compiling subtle v2.5.0
11742024-07-19T23:15:58.748Z Compiling unicode-normalization v0.1.23
11752024-07-19T23:15:58.772Z Compiling unicode-bidi v0.3.15
11762024-07-19T23:15:58.833Z Compiling allocator-api2 v0.2.18
11772024-07-19T23:15:59.268Z Checking futures-core v0.3.30
11782024-07-19T23:15:59.433Z Checking tinyvec_macros v0.1.1
11792024-07-19T23:15:59.508Z Checking tinyvec v1.6.0
11802024-07-19T23:15:59.533Z Checking socket2 v0.5.7
11812024-07-19T23:15:59.671Z Checking num_cpus v1.16.0
11822024-07-19T23:16:00.147Z Checking ryu v1.0.18
11832024-07-19T23:16:00.171Z Compiling time-macros v0.2.18
11842024-07-19T23:16:00.344Z Checking futures-sink v0.3.30
11852024-07-19T23:16:00.649Z Compiling syn v1.0.109
11862024-07-19T23:16:01.065Z Compiling rustls v0.21.12
11872024-07-19T23:16:01.219Z Checking equivalent v1.0.1
11882024-07-19T23:16:01.343Z Checking futures-channel v0.3.30
11892024-07-19T23:16:01.424Z Checking slab v0.4.9
11902024-07-19T23:16:01.488Z Checking futures-task v0.3.30
11912024-07-19T23:16:01.565Z Checking futures-io v0.3.30
11922024-07-19T23:16:01.647Z Checking pin-utils v0.1.0
11932024-07-19T23:16:01.672Z Compiling ppv-lite86 v0.2.17
11942024-07-19T23:16:01.696Z Compiling cookie v0.17.0
11952024-07-19T23:16:01.728Z Compiling schemars v0.8.21
11962024-07-19T23:16:01.752Z Compiling signal-hook v0.3.17
11972024-07-19T23:16:01.934Z Compiling untrusted v0.9.0
11982024-07-19T23:16:01.995Z Compiling base64ct v1.6.0
11992024-07-19T23:16:02.032Z Compiling iana-time-zone v0.1.60
12002024-07-19T23:16:02.056Z Checking percent-encoding v2.3.1
12012024-07-19T23:16:02.324Z Compiling rand_chacha v0.3.1
12022024-07-19T23:16:02.453Z Compiling pem-rfc7468 v0.7.0
12032024-07-19T23:16:02.521Z Checking tracing-core v0.1.32
12042024-07-19T23:16:02.811Z Compiling serde_derive_internals v0.29.1
12052024-07-19T23:16:03.086Z Compiling rand v0.8.5
12062024-07-19T23:16:03.123Z Compiling backtrace v0.3.71
12072024-07-19T23:16:03.420Z Compiling siphasher v0.3.11
12082024-07-19T23:16:03.484Z Compiling flagset v0.4.5
12092024-07-19T23:16:03.661Z Checking fnv v1.0.7
12102024-07-19T23:16:03.743Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12112024-07-19T23:16:03.916Z Compiling smoltcp v0.9.1
12122024-07-19T23:16:04.202Z Compiling crossbeam-utils v0.8.19
12132024-07-19T23:16:04.556Z Compiling rustls-webpki v0.101.7
12142024-07-19T23:16:04.748Z Compiling sct v0.7.1
12152024-07-19T23:16:04.935Z Compiling time v0.3.36
12162024-07-19T23:16:05.231Z Compiling idna v0.5.0
12172024-07-19T23:16:05.491Z Compiling lazy_static v1.5.0
12182024-07-19T23:16:05.635Z Compiling aho-corasick v1.1.3
12192024-07-19T23:16:06.118Z Checking foreign-types-shared v0.1.1
12202024-07-19T23:16:06.364Z Compiling finl_unicode v1.2.0
12212024-07-19T23:16:06.429Z Checking powerfmt v0.2.0
12222024-07-19T23:16:06.658Z Compiling regex-syntax v0.8.3
12232024-07-19T23:16:06.685Z Checking deranged v0.3.11
12242024-07-19T23:16:06.916Z Compiling stringprep v0.1.4
12252024-07-19T23:16:07.004Z Checking foreign-types v0.3.2
12262024-07-19T23:16:07.088Z Compiling url v2.5.0
12272024-07-19T23:16:08.199Z Compiling diesel_table_macro_syntax v0.1.0
12282024-07-19T23:16:08.558Z Checking form_urlencoded v1.2.1
12292024-07-19T23:16:08.728Z Compiling num-integer v0.1.46
12302024-07-19T23:16:08.752Z Compiling idna v0.3.0
12312024-07-19T23:16:09.152Z Compiling serde_derive v1.0.204
12322024-07-19T23:16:09.406Z Compiling zeroize_derive v1.4.2
12332024-07-19T23:16:09.690Z Compiling zerocopy-derive v0.7.34
12342024-07-19T23:16:10.063Z Compiling tokio-macros v2.3.0
12352024-07-19T23:16:10.555Z Compiling futures-macro v0.3.30
12362024-07-19T23:16:10.788Z Compiling zeroize v1.7.0
12372024-07-19T23:16:11.146Z Compiling thiserror-impl v1.0.62
12382024-07-19T23:16:11.724Z Compiling zerocopy v0.7.34
12392024-07-19T23:16:13.036Z Compiling tracing-attributes v0.1.27
12402024-07-19T23:16:13.355Z Compiling scroll_derive v0.12.0
12412024-07-19T23:16:13.588Z Compiling hashbrown v0.14.5
12422024-07-19T23:16:13.944Z Compiling crypto-common v0.1.6
12432024-07-19T23:16:14.067Z Compiling openssl-macros v0.1.1
12442024-07-19T23:16:14.092Z Compiling thiserror v1.0.62
12452024-07-19T23:16:14.154Z Compiling der_derive v0.7.2
12462024-07-19T23:16:14.206Z Compiling pest v2.7.10
12472024-07-19T23:16:14.712Z Compiling block-buffer v0.10.4
12482024-07-19T23:16:14.783Z Compiling futures-util v0.3.30
12492024-07-19T23:16:14.951Z Compiling digest v0.10.7
12502024-07-19T23:16:15.562Z Compiling scroll v0.12.0
12512024-07-19T23:16:16.051Z Compiling goblin v0.8.2
12522024-07-19T23:16:16.444Z Compiling pest_meta v2.7.10
12532024-07-19T23:16:16.515Z Compiling tracing v0.1.40
12542024-07-19T23:16:16.816Z Compiling schemars_derive v0.8.21
12552024-07-19T23:16:16.978Z Compiling hmac v0.12.1
12562024-07-19T23:16:17.481Z Compiling pest_generator v2.7.10
12572024-07-19T23:16:19.081Z Compiling der v0.7.9
12582024-07-19T23:16:19.746Z Compiling hubpack_derive v0.1.1
12592024-07-19T23:16:20.049Z Compiling async-trait v0.1.81
12602024-07-19T23:16:20.254Z Compiling zerocopy-derive v0.6.6
12612024-07-19T23:16:20.726Z Compiling sha2 v0.10.8
12622024-07-19T23:16:20.750Z Checking bytes v1.6.0
12632024-07-19T23:16:20.891Z Checking bitflags v2.5.0
12642024-07-19T23:16:22.223Z Compiling tokio v1.38.1
12652024-07-19T23:16:22.583Z Compiling indexmap v2.2.6
12662024-07-19T23:16:22.607Z Compiling semver v1.0.23
12672024-07-19T23:16:22.631Z Compiling pest_derive v2.7.10
12682024-07-19T23:16:23.282Z Compiling rustc_version v0.4.0
12692024-07-19T23:16:23.346Z Compiling http v0.2.12
12702024-07-19T23:16:23.800Z Compiling uuid v1.10.0
12712024-07-19T23:16:23.950Z Compiling heapless v0.7.17
12722024-07-19T23:16:24.357Z Compiling dtrace-parser v0.2.0
12732024-07-19T23:16:24.381Z Compiling dof v0.3.0
12742024-07-19T23:16:24.415Z Compiling chrono v0.4.38
12752024-07-19T23:16:25.057Z Compiling usdt-impl v0.5.0
12762024-07-19T23:16:25.305Z Compiling http-body v0.4.6
12772024-07-19T23:16:25.565Z Compiling openssl v0.10.64
12782024-07-19T23:16:26.326Z Compiling serde_tokenstream v0.2.1
12792024-07-19T23:16:26.514Z Compiling rustix v0.38.34
12802024-07-19T23:16:26.786Z Compiling serde_spanned v0.6.6
12812024-07-19T23:16:26.880Z Compiling toml_datetime v0.6.6
12822024-07-19T23:16:26.904Z Compiling spki v0.7.3
12832024-07-19T23:16:27.208Z Compiling md-5 v0.10.6
12842024-07-19T23:16:27.330Z Compiling regex-automata v0.4.6
12852024-07-19T23:16:27.438Z Checking openssl-sys v0.9.102
12862024-07-19T23:16:27.709Z Compiling hash32 v0.2.1
12872024-07-19T23:16:28.048Z Compiling fs-err v2.11.0
12882024-07-19T23:16:28.284Z Compiling slog v2.7.0
12892024-07-19T23:16:28.500Z Compiling stable_deref_trait v1.2.0
12902024-07-19T23:16:28.602Z Compiling psl-types v2.0.11
12912024-07-19T23:16:28.741Z Checking unicode-ident v1.0.12
12922024-07-19T23:16:28.777Z Checking tokio-util v0.7.11
12932024-07-19T23:16:28.802Z Checking time-core v0.1.2
12942024-07-19T23:16:28.802Z Compiling fallible-iterator v0.2.0
12952024-07-19T23:16:28.895Z Checking num_threads v0.1.7
12962024-07-19T23:16:28.920Z Compiling anyhow v1.0.86
12972024-07-19T23:16:28.996Z Compiling gimli v0.28.1
12982024-07-19T23:16:29.408Z Checking num-conv v0.1.0
12992024-07-19T23:16:29.432Z Checking base64 v0.21.7
13002024-07-19T23:16:29.509Z Checking try-lock v0.2.5
13012024-07-19T23:16:29.610Z Compiling dyn-clone v1.0.17
13022024-07-19T23:16:29.841Z Checking want v0.3.1
13032024-07-19T23:16:30.505Z Compiling h2 v0.3.26
13042024-07-19T23:16:31.450Z Compiling native-tls v0.2.11
13052024-07-19T23:16:32.015Z Compiling tokio-native-tls v0.3.1
13062024-07-19T23:16:32.409Z Compiling postgres-protocol v0.6.6
13072024-07-19T23:16:33.154Z Compiling addr2line v0.21.0
13082024-07-19T23:16:33.178Z Compiling tokio-rustls v0.24.1
13092024-07-19T23:16:33.272Z Checking proc-macro2 v1.0.86
13102024-07-19T23:16:33.558Z Compiling clap_derive v4.5.8
13112024-07-19T23:16:33.732Z Compiling publicsuffix v2.2.3
13122024-07-19T23:16:33.986Z Compiling terminal_size v0.3.0
13132024-07-19T23:16:34.320Z Compiling pkcs8 v0.10.2
13142024-07-19T23:16:34.912Z Compiling usdt-attr-macro v0.5.0
13152024-07-19T23:16:35.217Z Compiling usdt-macro v0.5.0
13162024-07-19T23:16:36.475Z Compiling hyper v0.14.28
13172024-07-19T23:16:36.554Z Compiling enum-as-inner v0.5.1
13182024-07-19T23:16:36.597Z Compiling block-padding v0.3.3
13192024-07-19T23:16:36.843Z Compiling diesel_derives v2.1.4
13202024-07-19T23:16:37.409Z Compiling serde_repr v0.1.19
13212024-07-19T23:16:37.502Z Compiling strum_macros v0.25.3
13222024-07-19T23:16:38.799Z Compiling phf_shared v0.11.2
13232024-07-19T23:16:39.057Z Checking httparse v1.8.0
13242024-07-19T23:16:39.140Z Compiling ff v0.13.0
13252024-07-19T23:16:39.408Z Compiling scheduled-thread-pool v0.2.7
13262024-07-19T23:16:39.680Z Checking errno v0.3.9
13272024-07-19T23:16:39.716Z Compiling object v0.32.2
13282024-07-19T23:16:39.833Z Checking openssl-probe v0.1.5
13292024-07-19T23:16:39.947Z Compiling bit-vec v0.6.3
13302024-07-19T23:16:39.971Z Checking httpdate v1.0.3
13312024-07-19T23:16:40.166Z Compiling managed v0.8.0
13322024-07-19T23:16:40.349Z Compiling regex-automata v0.1.10
13332024-07-19T23:16:40.564Z Compiling either v1.12.0
13342024-07-19T23:16:40.799Z Checking tower-service v0.3.2
13352024-07-19T23:16:40.892Z Compiling rustc-demangle v0.1.24
13362024-07-19T23:16:40.916Z Compiling winnow v0.5.40
13372024-07-19T23:16:40.940Z Compiling matches v0.1.10
13382024-07-19T23:16:41.018Z Compiling base16ct v0.2.0
13392024-07-19T23:16:41.145Z Checking ucd-trie v0.1.6
13402024-07-19T23:16:41.314Z Checking cpufeatures v0.2.12
13412024-07-19T23:16:41.404Z Compiling bitflags v1.3.2
13422024-07-19T23:16:41.439Z Checking anstyle v1.0.7
13432024-07-19T23:16:41.498Z Checking adler v1.0.2
13442024-07-19T23:16:41.630Z Checking utf8parse v0.2.1
13452024-07-19T23:16:41.752Z Checking plain v0.2.3
13462024-07-19T23:16:41.855Z Checking anstyle-parse v0.2.4
13472024-07-19T23:16:42.086Z Checking miniz_oxide v0.7.2
13482024-07-19T23:16:42.418Z Compiling hyper-tls v0.5.0
13492024-07-19T23:16:42.718Z Compiling hyper-rustls v0.24.2
13502024-07-19T23:16:43.504Z Compiling clap_builder v4.5.9
13512024-07-19T23:16:44.248Z Compiling toml_edit v0.19.15
13522024-07-19T23:16:45.152Z Compiling sec1 v0.7.3
13532024-07-19T23:16:45.957Z Compiling idna v0.2.3
13542024-07-19T23:16:46.462Z Compiling bstr v0.2.17
13552024-07-19T23:16:47.635Z Compiling r2d2 v0.8.10
13562024-07-19T23:16:47.723Z Compiling group v0.13.0
13572024-07-19T23:16:47.935Z Compiling signal-hook-mio v0.2.3
13582024-07-19T23:16:47.959Z Compiling phf v0.11.2
13592024-07-19T23:16:48.078Z Compiling cookie_store v0.20.0
13602024-07-19T23:16:48.202Z Compiling inout v0.1.3
13612024-07-19T23:16:48.457Z Checking quote v1.0.36
13622024-07-19T23:16:48.691Z Compiling postgres-types v0.2.6
13632024-07-19T23:16:48.741Z Compiling regex v1.10.5
13642024-07-19T23:16:49.248Z Compiling ipnetwork v0.20.0
13652024-07-19T23:16:49.431Z Compiling zerocopy v0.6.6
13662024-07-19T23:16:49.680Z Compiling serde_urlencoded v0.7.1
13672024-07-19T23:16:50.038Z Compiling hubpack v0.1.2
13682024-07-19T23:16:50.155Z Compiling futures-executor v0.3.30
13692024-07-19T23:16:50.296Z Compiling hkdf v0.12.4
13702024-07-19T23:16:50.459Z Compiling crypto-bigint v0.5.5
13712024-07-19T23:16:50.523Z Compiling num-bigint v0.4.5
13722024-07-19T23:16:50.855Z Compiling phf_shared v0.10.0
13732024-07-19T23:16:51.405Z Compiling float-cmp v0.9.0
13742024-07-19T23:16:51.609Z Compiling new_debug_unreachable v1.0.6
13752024-07-19T23:16:51.660Z Compiling static_assertions v1.1.0
13762024-07-19T23:16:51.699Z Compiling difflib v0.4.0
13772024-07-19T23:16:51.727Z Compiling fixedbitset v0.4.2
13782024-07-19T23:16:51.752Z Checking colorchoice v1.0.1
13792024-07-19T23:16:51.867Z Checking anstyle-query v1.0.3
13802024-07-19T23:16:51.891Z Compiling precomputed-hash v0.1.1
13812024-07-19T23:16:51.956Z Compiling data-encoding v2.6.0
13822024-07-19T23:16:51.983Z Checking is_terminal_polyfill v1.70.0
13832024-07-19T23:16:52.007Z Compiling predicates-core v1.0.6
13842024-07-19T23:16:52.137Z Compiling unicode-segmentation v1.11.0
13852024-07-19T23:16:52.326Z Compiling minimal-lexical v0.2.1
13862024-07-19T23:16:52.652Z Checking pretty-hex v0.4.1
13872024-07-19T23:16:52.812Z Compiling normalize-line-endings v0.3.0
13882024-07-19T23:16:52.855Z Compiling whoami v1.5.1
13892024-07-19T23:16:52.879Z Compiling webpki-roots v0.25.4
13902024-07-19T23:16:53.023Z Compiling reqwest v0.11.27
13912024-07-19T23:16:53.152Z Compiling tokio-postgres v0.7.10
13922024-07-19T23:16:53.447Z Compiling yasna v0.5.2
13932024-07-19T23:16:53.993Z Compiling elliptic-curve v0.13.8
13942024-07-19T23:16:54.408Z Compiling predicates v3.1.0
13952024-07-19T23:16:55.140Z Compiling console v0.15.8
13962024-07-19T23:16:55.602Z Compiling similar v2.5.0
13972024-07-19T23:16:55.673Z Compiling nom v7.1.3
13982024-07-19T23:16:55.985Z Compiling trust-dns-proto v0.22.0
13992024-07-19T23:16:56.510Z Checking anstream v0.6.14
14002024-07-19T23:16:56.534Z Compiling string_cache v0.8.7
14012024-07-19T23:16:56.844Z Compiling petgraph v0.6.5
14022024-07-19T23:16:57.186Z Compiling toml_edit v0.22.16
14032024-07-19T23:16:57.581Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14042024-07-19T23:16:57.891Z Compiling usdt v0.5.0
14052024-07-19T23:16:58.338Z Compiling crossbeam-epoch v0.9.18
14062024-07-19T23:16:58.709Z Compiling diesel v2.1.6
14072024-07-19T23:16:59.335Z Compiling futures v0.3.30
14082024-07-19T23:16:59.800Z Compiling cipher v0.4.4
14092024-07-19T23:17:00.218Z Compiling crossterm v0.27.0
14102024-07-19T23:17:00.491Z Compiling toml v0.7.8
14112024-07-19T23:17:02.048Z Compiling clap v4.5.9
14122024-07-19T23:17:03.089Z Compiling itertools v0.12.1
14132024-07-19T23:17:03.357Z Compiling itertools v0.10.5
14142024-07-19T23:17:03.493Z Compiling bit-set v0.5.3
14152024-07-19T23:17:04.472Z Compiling bstr v1.9.1
14162024-07-19T23:17:04.668Z Compiling tokio-stream v0.1.15
14172024-07-19T23:17:04.881Z Compiling openapiv3 v2.0.0
14182024-07-19T23:17:04.947Z Compiling hex v0.4.3
14192024-07-19T23:17:05.509Z Compiling num-iter v0.1.45
14202024-07-19T23:17:05.882Z Checking thread-id v4.2.1
14212024-07-19T23:17:06.004Z Compiling unicode-xid v0.2.4
14222024-07-19T23:17:06.549Z Compiling lalrpop-util v0.19.12
14232024-07-19T23:17:06.574Z Checking clap_lex v0.7.0
14242024-07-19T23:17:06.769Z Checking strsim v0.11.1
14252024-07-19T23:17:06.862Z Compiling peg-runtime v0.8.3
14262024-07-19T23:17:06.974Z Checking ipnet v2.9.0
14272024-07-19T23:17:09.279Z Checking rustls-pemfile v1.0.4
14282024-07-19T23:17:10.075Z Checking crc32fast v1.4.0
14292024-07-19T23:17:10.323Z Checking memmap v0.7.0
14302024-07-19T23:17:10.444Z Checking encoding_rs v0.8.34
14312024-07-19T23:17:10.699Z Checking mime v0.3.17
14322024-07-19T23:17:10.970Z Checking unicode-width v0.1.13
14332024-07-19T23:17:11.161Z Checking sync_wrapper v0.1.2
14342024-07-19T23:17:11.417Z Checking winnow v0.6.8
14352024-07-19T23:17:14.945Z Checking flate2 v1.0.30
14362024-07-19T23:17:17.528Z Checking camino v1.1.7
14372024-07-19T23:17:17.576Z Checking sigpipe v0.1.3
14382024-07-19T23:17:28.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14392024-07-19T23:17:40.402Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14402024-07-19T23:17:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
14412024-07-19T23:17:40.947Z
14422024-07-19T23:17:40.947Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/134)
14432024-07-19T23:17:41.563Z Downloading crates ...
14442024-07-19T23:17:41.764Z Downloaded pem v3.0.4
14452024-07-19T23:17:41.790Z Downloaded atty v0.2.14
14462024-07-19T23:17:41.790Z Downloaded atomicwrites v0.4.3
14472024-07-19T23:17:41.790Z Downloaded zone_cfg_derive v0.1.2
14482024-07-19T23:17:41.790Z Downloaded slog-stdlog v4.1.1
14492024-07-19T23:17:41.790Z Downloaded utf-8 v0.7.6
14502024-07-19T23:17:41.790Z Downloaded zone v0.1.8
14512024-07-19T23:17:41.790Z Downloaded walkdir v2.5.0
14522024-07-19T23:17:41.790Z Downloaded tungstenite v0.21.0
14532024-07-19T23:17:41.791Z Downloaded tungstenite v0.20.1
14542024-07-19T23:17:41.817Z Downloaded tokio-tungstenite v0.21.0
14552024-07-19T23:17:41.818Z Downloaded tokio-tungstenite v0.20.1
14562024-07-19T23:17:41.818Z Downloaded subprocess v0.2.9
14572024-07-19T23:17:41.818Z Downloaded slog-scope v4.4.0
14582024-07-19T23:17:41.818Z Downloaded slog-envlogger v2.2.0
14592024-07-19T23:17:41.818Z Downloaded serde_arrays v0.1.0
14602024-07-19T23:17:41.818Z Downloaded ron v0.7.1
14612024-07-19T23:17:41.818Z Downloaded rcgen v0.12.1
14622024-07-19T23:17:41.818Z Downloaded headers v0.3.9
14632024-07-19T23:17:41.846Z Downloaded termcolor v1.4.1
14642024-07-19T23:17:41.846Z Downloaded portpicker v0.1.1
14652024-07-19T23:17:41.847Z Downloaded heck v0.3.3
14662024-07-19T23:17:41.847Z Downloaded base64 v0.13.1
14672024-07-19T23:17:41.847Z Downloaded arc-swap v1.7.1
14682024-07-19T23:17:41.847Z Downloaded same-file v1.0.6
14692024-07-19T23:17:41.847Z Downloaded humantime v2.1.0
14702024-07-19T23:17:41.847Z Downloaded headers-core v0.2.0
14712024-07-19T23:17:41.847Z Downloaded env_logger v0.9.3
14722024-07-19T23:17:41.848Z Downloaded bitstruct_derive v0.1.0
14732024-07-19T23:17:41.848Z Downloaded bitstruct v0.1.1
14742024-07-19T23:17:41.848Z Downloaded erased-serde v0.3.31
14752024-07-19T23:17:41.848Z Downloaded ascii v1.1.0
14762024-07-19T23:17:41.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-07-19T23:17:41.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-07-19T23:17:42.027Z Compiling regress v0.9.1
14792024-07-19T23:17:42.076Z Checking sha1 v0.10.6
14802024-07-19T23:17:42.076Z Compiling strum_macros v0.26.4
14812024-07-19T23:17:42.076Z Checking heck v0.5.0
14822024-07-19T23:17:42.110Z Compiling getopts v0.2.21
14832024-07-19T23:17:42.110Z Checking dirs-sys-next v0.1.2
14842024-07-19T23:17:42.154Z Compiling unsafe-libyaml v0.2.11
14852024-07-19T23:17:42.282Z Checking dirs-next v2.0.0
14862024-07-19T23:17:42.323Z Checking http v1.1.0
14872024-07-19T23:17:42.368Z Checking thread_local v1.1.8
14882024-07-19T23:17:42.524Z Compiling ident_case v1.0.1
14892024-07-19T23:17:42.608Z Checking rustls-pki-types v1.7.0
14902024-07-19T23:17:42.671Z Compiling darling_core v0.20.9
14912024-07-19T23:17:42.955Z Checking term v0.7.0
14922024-07-19T23:17:42.980Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14932024-07-19T23:17:43.239Z Compiling serde_yaml v0.9.34+deprecated
14942024-07-19T23:17:43.329Z Checking crossbeam-channel v0.5.12
14952024-07-19T23:17:43.442Z Checking atty v0.2.14
14962024-07-19T23:17:43.547Z Checking is-terminal v0.4.12
14972024-07-19T23:17:43.647Z Checking termcolor v1.4.1
14982024-07-19T23:17:43.778Z Checking humantime v2.1.0
14992024-07-19T23:17:43.969Z Checking utf-8 v0.7.6
15002024-07-19T23:17:44.015Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15012024-07-19T23:17:44.040Z Checking base64 v0.22.1
15022024-07-19T23:17:44.144Z Checking take_mut v0.2.2
15032024-07-19T23:17:44.270Z Compiling paste v1.0.15
15042024-07-19T23:17:44.295Z Compiling rustls v0.22.4
15052024-07-19T23:17:44.500Z Checking slog-async v2.8.0
15062024-07-19T23:17:44.536Z Checking env_logger v0.9.3
15072024-07-19T23:17:44.748Z Checking slog-term v2.9.1
15082024-07-19T23:17:44.774Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15092024-07-19T23:17:44.798Z Checking rustls-webpki v0.102.4
15102024-07-19T23:17:45.166Z Compiling proc-macro-crate v1.3.1
15112024-07-19T23:17:45.440Z Compiling bitstruct_derive v0.1.0
15122024-07-19T23:17:46.193Z Compiling structmeta-derive v0.3.0
15132024-07-19T23:17:46.287Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15142024-07-19T23:17:46.425Z Compiling multer v3.1.0
15152024-07-19T23:17:46.621Z Checking strum v0.26.3
15162024-07-19T23:17:46.678Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15172024-07-19T23:17:46.705Z Checking ascii v1.1.0
15182024-07-19T23:17:46.784Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15192024-07-19T23:17:46.880Z Checking match_cfg v0.1.0
15202024-07-19T23:17:46.936Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15212024-07-19T23:17:46.968Z Checking hostname v0.3.1
15222024-07-19T23:17:47.048Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15232024-07-19T23:17:47.085Z Checking bitstruct v0.1.1
15242024-07-19T23:17:47.116Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15252024-07-19T23:17:47.170Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-19T23:17:47.202Z Compiling num_enum_derive v0.5.11
15272024-07-19T23:17:47.337Z Checking slog-json v2.6.1
15282024-07-19T23:17:47.562Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15292024-07-19T23:17:47.786Z Checking serde_arrays v0.1.0
15302024-07-19T23:17:47.864Z Checking erased-serde v0.3.31
15312024-07-19T23:17:47.912Z Compiling foreign-types-macros v0.2.3
15322024-07-19T23:17:48.337Z Compiling async-stream-impl v0.3.5
15332024-07-19T23:17:48.787Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15342024-07-19T23:17:48.852Z Compiling structmeta v0.3.0
15352024-07-19T23:17:49.013Z Checking foreign-types-shared v0.3.1
15362024-07-19T23:17:49.037Z Checking atomic-waker v1.1.2
15372024-07-19T23:17:49.100Z Compiling darling_macro v0.20.9
15382024-07-19T23:17:49.124Z Checking arc-swap v1.7.1
15392024-07-19T23:17:49.149Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15402024-07-19T23:17:49.278Z Compiling parse-display-derive v0.9.1
15412024-07-19T23:17:49.380Z Checking waitgroup v0.1.2
15422024-07-19T23:17:49.497Z Checking slog-scope v4.4.0
15432024-07-19T23:17:49.521Z Checking foreign-types v0.5.0
15442024-07-19T23:17:49.545Z Checking num_enum v0.5.11
15452024-07-19T23:17:49.569Z Checking async-stream v0.3.5
15462024-07-19T23:17:49.666Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15472024-07-19T23:17:49.690Z Checking slog-bunyan v2.5.0
15482024-07-19T23:17:49.690Z Compiling proc-macro-error v1.0.4
15492024-07-19T23:17:49.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15502024-07-19T23:17:49.988Z Compiling darling v0.20.9
15512024-07-19T23:17:50.064Z Checking toml v0.8.15
15522024-07-19T23:17:50.099Z Compiling serde_with_macros v3.8.3
15532024-07-19T23:17:50.258Z Checking rustls-pemfile v2.1.2
15542024-07-19T23:17:50.359Z Checking tungstenite v0.20.1
15552024-07-19T23:17:50.391Z Checking tokio-rustls v0.25.0
15562024-07-19T23:17:50.472Z Compiling heck v0.3.3
15572024-07-19T23:17:50.751Z Checking newtype-uuid v1.1.0
15582024-07-19T23:17:50.779Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15592024-07-19T23:17:50.879Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15602024-07-19T23:17:50.963Z Checking serde_path_to_error v0.1.16
15612024-07-19T23:17:51.156Z Checking cstr-argument v0.1.2
15622024-07-19T23:17:51.347Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15632024-07-19T23:17:51.578Z Checking hostname v0.4.0
15642024-07-19T23:17:51.661Z Checking instant v0.1.12
15652024-07-19T23:17:51.699Z Checking debug-ignore v1.0.5
15662024-07-19T23:17:51.761Z Checking fastrand v2.1.0
15672024-07-19T23:17:51.816Z Checking pretty-hex v0.2.1
15682024-07-19T23:17:51.958Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15692024-07-19T23:17:51.996Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702024-07-19T23:17:52.080Z Checking tempfile v3.10.1
15712024-07-19T23:17:52.145Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15722024-07-19T23:17:52.283Z Checking backoff v0.4.0
15732024-07-19T23:17:52.418Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15742024-07-19T23:17:52.515Z Checking tokio-tungstenite v0.20.1
15752024-07-19T23:17:52.541Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-19T23:17:52.674Z Compiling zone_cfg_derive v0.1.2
15772024-07-19T23:17:52.709Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-07-19T23:17:52.913Z Checking serde_with v3.8.3
15792024-07-19T23:17:52.942Z Checking slog-stdlog v4.1.1
15802024-07-19T23:17:53.064Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15812024-07-19T23:17:53.232Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15822024-07-19T23:17:53.383Z Checking tungstenite v0.21.0
15832024-07-19T23:17:53.526Z Checking colored v2.1.0
15842024-07-19T23:17:53.719Z Checking parse-display v0.9.1
15852024-07-19T23:17:53.807Z Checking macaddr v1.0.1
15862024-07-19T23:17:53.872Z Checking socket2 v0.4.10
15872024-07-19T23:17:53.992Z Checking base64 v0.13.1
15882024-07-19T23:17:54.079Z Checking zone v0.1.8
15892024-07-19T23:17:54.116Z Checking tokio-tungstenite v0.21.0
15902024-07-19T23:17:54.329Z Checking ron v0.7.1
15912024-07-19T23:17:54.543Z Checking slog-envlogger v2.2.0
15922024-07-19T23:17:54.615Z Checking pem v3.0.4
15932024-07-19T23:17:54.734Z Checking tabwriter v1.4.0
15942024-07-19T23:17:54.838Z Checking xattr v1.3.1
15952024-07-19T23:17:54.946Z Checking portpicker v0.1.1
15962024-07-19T23:17:55.005Z Checking headers-core v0.2.0
15972024-07-19T23:17:55.073Z Checking smf v0.2.3
15982024-07-19T23:17:55.127Z Checking filetime v0.2.23
15992024-07-19T23:17:55.301Z Checking same-file v1.0.6
16002024-07-19T23:17:55.325Z Checking tar v0.4.41
16012024-07-19T23:17:55.467Z Checking walkdir v2.5.0
16022024-07-19T23:17:55.491Z Checking headers v0.3.9
16032024-07-19T23:17:55.714Z Checking rcgen v0.12.1
16042024-07-19T23:17:55.753Z Checking camino-tempfile v1.1.1
16052024-07-19T23:17:55.892Z Checking atomicwrites v0.4.3
16062024-07-19T23:17:55.984Z Checking subprocess v0.2.9
16072024-07-19T23:17:57.600Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16082024-07-19T23:17:57.845Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16092024-07-19T23:17:58.959Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16102024-07-19T23:18:01.604Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16112024-07-19T23:18:01.718Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16122024-07-19T23:18:06.433Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16132024-07-19T23:18:16.266Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-19T23:18:16.438Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16152024-07-19T23:18:16.438Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16162024-07-19T23:18:19.762Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16172024-07-19T23:18:20.264Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16182024-07-19T23:18:27.683Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16192024-07-19T23:18:29.494Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16202024-07-19T23:18:30.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.00s
16212024-07-19T23:18:31.073Z
16222024-07-19T23:18:31.073Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/134)
16232024-07-19T23:18:31.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-07-19T23:18:31.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-07-19T23:18:31.957Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16262024-07-19T23:18:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
16272024-07-19T23:18:33.619Z
16282024-07-19T23:18:33.619Zinfo: running `cargo check --bins` on nexus-config (31/134)
16292024-07-19T23:18:34.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-07-19T23:18:34.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-07-19T23:18:34.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-07-19T23:18:34.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16332024-07-19T23:18:34.493Z
16342024-07-19T23:18:34.494Zinfo: running `cargo check --bins` on omicron-rpaths (32/134)
16352024-07-19T23:18:35.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-07-19T23:18:35.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-07-19T23:18:35.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-07-19T23:18:35.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16392024-07-19T23:18:35.276Z
16402024-07-19T23:18:35.276Zinfo: running `cargo check --bins` on omicron-certificates (33/134)
16412024-07-19T23:18:35.906Z Downloading crates ...
16422024-07-19T23:18:36.073Z Downloaded display-error-chain v0.2.0
16432024-07-19T23:18:36.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-07-19T23:18:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-07-19T23:18:36.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-07-19T23:18:36.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16472024-07-19T23:18:36.184Z
16482024-07-19T23:18:36.184Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/134)
16492024-07-19T23:18:36.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-07-19T23:18:36.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-07-19T23:18:36.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-07-19T23:18:36.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16532024-07-19T23:18:37.047Z
16542024-07-19T23:18:37.048Zinfo: running `cargo check --bins` on cockroach-admin-client (35/134)
16552024-07-19T23:18:37.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-07-19T23:18:37.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-07-19T23:18:37.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-07-19T23:18:37.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
16592024-07-19T23:18:37.850Z
16602024-07-19T23:18:37.850Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/134)
16612024-07-19T23:18:38.463Z Downloading crates ...
16622024-07-19T23:18:38.649Z Downloaded arrayref v0.3.7
16632024-07-19T23:18:38.674Z Downloaded home v0.5.9
16642024-07-19T23:18:38.674Z Downloaded toolchain_find v0.4.0
16652024-07-19T23:18:38.674Z Downloaded untrusted v0.7.1
16662024-07-19T23:18:38.674Z Downloaded topological-sort v0.2.2
16672024-07-19T23:18:38.674Z Downloaded omicron-zone-package v0.11.0
16682024-07-19T23:18:38.674Z Downloaded rayon v1.10.0
16692024-07-19T23:18:38.698Z Downloaded memmap2 v0.9.4
16702024-07-19T23:18:38.698Z Downloaded constant_time_eq v0.3.0
16712024-07-19T23:18:38.698Z Downloaded blake3 v1.5.1
16722024-07-19T23:18:38.698Z Downloaded spin v0.5.2
16732024-07-19T23:18:38.698Z Downloaded rustfmt-wrapper v0.2.1
16742024-07-19T23:18:38.698Z Downloaded rayon-core v1.12.1
16752024-07-19T23:18:38.724Z Downloaded arrayvec v0.7.4
16762024-07-19T23:18:38.724Z Downloaded crossbeam-deque v0.8.5
16772024-07-19T23:18:38.748Z Downloaded ring v0.16.20
16782024-07-19T23:18:38.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-07-19T23:18:38.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-07-19T23:18:38.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-07-19T23:18:38.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
16822024-07-19T23:18:38.931Z
16832024-07-19T23:18:38.931Zinfo: running `cargo check --bins` on dns-service-client (37/134)
16842024-07-19T23:18:39.527Z Downloading crates ...
16852024-07-19T23:18:39.656Z Downloaded newline-converter v0.3.0
16862024-07-19T23:18:39.681Z Downloaded expectorate v1.1.0
16872024-07-19T23:18:39.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-07-19T23:18:39.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-07-19T23:18:39.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-07-19T23:18:39.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16912024-07-19T23:18:39.751Z
16922024-07-19T23:18:39.751Zinfo: running `cargo check --bins` on dpd-client (38/134)
16932024-07-19T23:18:40.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-07-19T23:18:40.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-07-19T23:18:40.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-07-19T23:18:40.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16972024-07-19T23:18:40.574Z
16982024-07-19T23:18:40.574Zinfo: running `cargo check --bins` on gateway-client (39/134)
16992024-07-19T23:18:41.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-07-19T23:18:41.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-07-19T23:18:41.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-07-19T23:18:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17032024-07-19T23:18:41.356Z
17042024-07-19T23:18:41.356Zinfo: running `cargo check --bins` on installinator-client (40/134)
17052024-07-19T23:18:41.974Z Downloading crates ...
17062024-07-19T23:18:42.143Z Downloaded linear-map v1.2.0
17072024-07-19T23:18:42.167Z Downloaded derive-where v1.2.7
17082024-07-19T23:18:42.167Z Downloaded owo-colors v4.0.0
17092024-07-19T23:18:42.167Z Downloaded libsw v3.3.1
17102024-07-19T23:18:42.167Z Downloaded cancel-safe-futures v0.1.5
17112024-07-19T23:18:42.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-07-19T23:18:42.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-07-19T23:18:42.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-07-19T23:18:42.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
17152024-07-19T23:18:42.254Z
17162024-07-19T23:18:42.254Zinfo: running `cargo check --bins` on installinator-common (41/134)
17172024-07-19T23:18:43.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-07-19T23:18:43.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-07-19T23:18:43.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-07-19T23:18:43.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17212024-07-19T23:18:43.089Z
17222024-07-19T23:18:43.089Zinfo: running `cargo check --bins` on update-engine (42/134)
17232024-07-19T23:18:43.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-07-19T23:18:43.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-07-19T23:18:43.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-07-19T23:18:43.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17272024-07-19T23:18:43.887Z
17282024-07-19T23:18:43.887Zinfo: running `cargo check --bins` on nexus-client (43/134)
17292024-07-19T23:18:44.492Z Downloading crates ...
17302024-07-19T23:18:44.662Z Downloaded newtype_derive v0.1.6
17312024-07-19T23:18:44.686Z Downloaded rustc_version v0.1.7
17322024-07-19T23:18:44.686Z Downloaded password-hash v0.5.0
17332024-07-19T23:18:44.686Z Downloaded blake2 v0.10.6
17342024-07-19T23:18:44.686Z Downloaded semver v0.1.20
17352024-07-19T23:18:44.686Z Downloaded argon2 v0.5.3
17362024-07-19T23:18:44.686Z Downloaded steno v0.4.1
17372024-07-19T23:18:44.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-07-19T23:18:44.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-07-19T23:18:44.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-07-19T23:18:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17412024-07-19T23:18:44.777Z
17422024-07-19T23:18:44.777Zinfo: running `cargo check --bins` on nexus-types (44/134)
17432024-07-19T23:18:45.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-07-19T23:18:45.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-07-19T23:18:45.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-07-19T23:18:45.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17472024-07-19T23:18:45.625Z
17482024-07-19T23:18:45.625Zinfo: running `cargo check --bins` on omicron-passwords (45/134)
17492024-07-19T23:18:46.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-07-19T23:18:46.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-07-19T23:18:46.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-07-19T23:18:46.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17532024-07-19T23:18:46.432Z
17542024-07-19T23:18:46.432Zinfo: running `cargo check --bins` on sled-agent-client (46/134)
17552024-07-19T23:18:47.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-07-19T23:18:47.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-07-19T23:18:47.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-07-19T23:18:47.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17592024-07-19T23:18:47.253Z
17602024-07-19T23:18:47.253Zinfo: running `cargo check --bins` on oxide-client (47/134)
17612024-07-19T23:18:47.903Z Downloading crates ...
17622024-07-19T23:18:48.034Z Downloaded resolv-conf v0.7.0
17632024-07-19T23:18:48.058Z Downloaded linked-hash-map v0.5.6
17642024-07-19T23:18:48.058Z Downloaded trust-dns-resolver v0.22.0
17652024-07-19T23:18:48.058Z Downloaded lru-cache v0.1.2
17662024-07-19T23:18:48.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-07-19T23:18:48.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-07-19T23:18:48.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-07-19T23:18:48.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17702024-07-19T23:18:48.138Z
17712024-07-19T23:18:48.138Zinfo: running `cargo check --bins` on oximeter-client (48/134)
17722024-07-19T23:18:48.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-07-19T23:18:48.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-07-19T23:18:48.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-07-19T23:18:48.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17762024-07-19T23:18:48.980Z
17772024-07-19T23:18:48.980Zinfo: running `cargo check --bins` on wicketd-client (49/134)
17782024-07-19T23:18:49.638Z Downloading crates ...
17792024-07-19T23:18:49.761Z Downloaded maplit v1.0.2
17802024-07-19T23:18:49.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-07-19T23:18:49.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-07-19T23:18:49.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832024-07-19T23:18:49.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17842024-07-19T23:18:49.858Z
17852024-07-19T23:18:49.858Zinfo: running `cargo check --bins` on wicket-common (50/134)
17862024-07-19T23:18:50.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872024-07-19T23:18:50.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882024-07-19T23:18:50.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892024-07-19T23:18:50.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17902024-07-19T23:18:50.726Z
17912024-07-19T23:18:50.726Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/134)
17922024-07-19T23:18:51.340Z Downloading crates ...
17932024-07-19T23:18:51.496Z Downloaded csv-core v0.1.11
17942024-07-19T23:18:51.520Z Downloaded slog-dtrace v0.3.0
17952024-07-19T23:18:51.520Z Downloaded csv v1.3.0
17962024-07-19T23:18:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972024-07-19T23:18:51.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982024-07-19T23:18:51.668Z Compiling heapless v0.8.0
17992024-07-19T23:18:51.668Z Checking hash32 v0.3.1
18002024-07-19T23:18:51.692Z Compiling smoltcp v0.11.0
18012024-07-19T23:18:51.716Z Checking cobs v0.2.3
18022024-07-19T23:18:51.740Z Checking embedded-io v0.4.0
18032024-07-19T23:18:51.764Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18042024-07-19T23:18:51.764Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18052024-07-19T23:18:51.788Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18062024-07-19T23:18:51.865Z Compiling crucible-workspace-hack v0.1.0
18072024-07-19T23:18:51.889Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18082024-07-19T23:18:51.913Z Checking postcard v1.0.8
18092024-07-19T23:18:51.937Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18102024-07-19T23:18:52.053Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18112024-07-19T23:18:52.133Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18122024-07-19T23:18:52.254Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18132024-07-19T23:18:52.394Z Compiling num-derive v0.4.2
18142024-07-19T23:18:52.429Z Compiling slog-dtrace v0.3.0
18152024-07-19T23:18:52.543Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18162024-07-19T23:18:52.567Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18172024-07-19T23:18:52.591Z Checking csv-core v0.1.11
18182024-07-19T23:18:52.869Z Checking csv v1.3.0
18192024-07-19T23:18:53.334Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18202024-07-19T23:18:53.989Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18212024-07-19T23:18:55.630Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18222024-07-19T23:18:56.739Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18232024-07-19T23:18:58.106Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18242024-07-19T23:18:58.326Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18252024-07-19T23:19:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
18262024-07-19T23:19:02.022Z
18272024-07-19T23:19:02.022Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (52/134)
18282024-07-19T23:19:02.667Z Downloading crates ...
18292024-07-19T23:19:02.902Z Downloaded crunchy v0.2.2
18302024-07-19T23:19:02.927Z Downloaded fxhash v0.2.1
18312024-07-19T23:19:02.927Z Downloaded derive_builder_macro v0.20.0
18322024-07-19T23:19:02.927Z Downloaded ascii-canvas v3.0.0
18332024-07-19T23:19:02.927Z Downloaded path-slash v0.1.5
18342024-07-19T23:19:02.927Z Downloaded nodrop v0.1.14
18352024-07-19T23:19:02.927Z Downloaded signal-hook-tokio v0.3.1
18362024-07-19T23:19:02.927Z Downloaded ena v0.14.3
18372024-07-19T23:19:02.952Z Downloaded wyz v0.5.1
18382024-07-19T23:19:02.952Z Downloaded smallvec v0.6.14
18392024-07-19T23:19:02.952Z Downloaded toml v0.5.11
18402024-07-19T23:19:02.952Z Downloaded zip v0.6.6
18412024-07-19T23:19:02.976Z Downloaded x509-cert v0.2.5
18422024-07-19T23:19:02.976Z Downloaded libxml v0.3.3
18432024-07-19T23:19:03.001Z Downloaded regex-syntax v0.6.29
18442024-07-19T23:19:03.001Z Downloaded sled v0.34.7
18452024-07-19T23:19:03.001Z Downloaded bzip2-sys v0.1.11+1.0.8
18462024-07-19T23:19:03.025Z Downloaded radix_trie v0.2.1
18472024-07-19T23:19:03.025Z Downloaded polar-core v0.27.3
18482024-07-19T23:19:03.049Z Downloaded object v0.30.4
18492024-07-19T23:19:03.049Z Downloaded nix v0.27.1
18502024-07-19T23:19:03.073Z Downloaded lalrpop v0.19.12
18512024-07-19T23:19:03.073Z Downloaded bitvec v1.0.1
18522024-07-19T23:19:03.098Z Downloaded bindgen v0.69.4
18532024-07-19T23:19:03.098Z Downloaded trust-dns-client v0.22.0
18542024-07-19T23:19:03.122Z Downloaded quick-xml v0.31.0
18552024-07-19T23:19:03.122Z Downloaded prettyplease v0.2.20
18562024-07-19T23:19:03.122Z Downloaded num-bigint-dig v0.8.4
18572024-07-19T23:19:03.122Z Downloaded hashbrown v0.13.2
18582024-07-19T23:19:03.122Z Downloaded flume v0.11.0
18592024-07-19T23:19:03.146Z Downloaded trust-dns-server v0.22.1
18602024-07-19T23:19:03.146Z Downloaded samael v0.0.15
18612024-07-19T23:19:03.146Z Downloaded rustc-hash v1.1.0
18622024-07-19T23:19:03.146Z Downloaded rsa v0.9.6
18632024-07-19T23:19:03.146Z Downloaded ron v0.8.1
18642024-07-19T23:19:03.172Z Downloaded parking_lot_core v0.8.6
18652024-07-19T23:19:03.172Z Downloaded packed_struct_codegen v0.10.1
18662024-07-19T23:19:03.172Z Downloaded oso v0.27.3
18672024-07-19T23:19:03.172Z Downloaded num-complex v0.4.6
18682024-07-19T23:19:03.172Z Downloaded const_format_proc_macros v0.2.32
18692024-07-19T23:19:03.172Z Downloaded const_format v0.2.32
18702024-07-19T23:19:03.172Z Downloaded clang-sys v1.7.0
18712024-07-19T23:19:03.172Z Downloaded tls_codec_derive v0.4.1
18722024-07-19T23:19:03.172Z Downloaded tap v1.0.1
18732024-07-19T23:19:03.172Z Downloaded strum_macros v0.24.3
18742024-07-19T23:19:03.196Z Downloaded pkcs1 v0.7.5
18752024-07-19T23:19:03.196Z Downloaded packed_struct v0.10.1
18762024-07-19T23:19:03.196Z Downloaded mime_guess v2.0.4
18772024-07-19T23:19:03.196Z Downloaded lazycell v1.3.0
18782024-07-19T23:19:03.196Z Downloaded diff v0.1.13
18792024-07-19T23:19:03.196Z Downloaded crc-any v2.5.0
18802024-07-19T23:19:03.196Z Downloaded cookie v0.18.1
18812024-07-19T23:19:03.196Z Downloaded bzip2 v0.4.4
18822024-07-19T23:19:03.196Z Downloaded serde-hex v0.1.0
18832024-07-19T23:19:03.196Z Downloaded ref-cast v1.0.23
18842024-07-19T23:19:03.220Z Downloaded radium v0.7.0
18852024-07-19T23:19:03.220Z Downloaded parking_lot v0.11.2
18862024-07-19T23:19:03.220Z Downloaded num-rational v0.4.2
18872024-07-19T23:19:03.220Z Downloaded nibble_vec v0.1.0
18882024-07-19T23:19:03.220Z Downloaded libloading v0.8.3
18892024-07-19T23:19:03.220Z Downloaded funty v2.0.0
18902024-07-19T23:19:03.220Z Downloaded float-ord v0.3.2
18912024-07-19T23:19:03.220Z Downloaded env_logger v0.10.2
18922024-07-19T23:19:03.220Z Downloaded derive_builder_core v0.20.0
18932024-07-19T23:19:03.220Z Downloaded derive_builder v0.20.0
18942024-07-19T23:19:03.220Z Downloaded crc-catalog v2.4.0
18952024-07-19T23:19:03.220Z Downloaded bitfield-struct v0.6.1
18962024-07-19T23:19:03.245Z Downloaded bcs v0.1.6
18972024-07-19T23:19:03.245Z Downloaded which v4.4.2
18982024-07-19T23:19:03.245Z Downloaded unicase v2.7.0
18992024-07-19T23:19:03.245Z Downloaded tls_codec v0.4.1
19002024-07-19T23:19:03.245Z Downloaded tiny-keccak v2.0.2
19012024-07-19T23:19:03.245Z Downloaded signature v2.2.0
19022024-07-19T23:19:03.245Z Downloaded shlex v1.3.0
19032024-07-19T23:19:03.245Z Downloaded ref-cast-impl v1.0.23
19042024-07-19T23:19:03.245Z Downloaded num v0.4.3
19052024-07-19T23:19:03.245Z Downloaded maybe-uninit v2.0.0
19062024-07-19T23:19:03.245Z Downloaded kstat-rs v0.2.4
19072024-07-19T23:19:03.246Z Downloaded indoc v1.0.9
19082024-07-19T23:19:03.246Z Downloaded impl-trait-for-tuples v0.2.2
19092024-07-19T23:19:03.270Z Downloaded gethostname v0.4.3
19102024-07-19T23:19:03.270Z Downloaded crc v3.2.1
19112024-07-19T23:19:03.270Z Downloaded async-recursion v1.1.1
19122024-07-19T23:19:03.270Z Downloaded array-init v0.0.4
19132024-07-19T23:19:03.270Z Downloaded serde-big-array v0.5.1
19142024-07-19T23:19:03.270Z Downloaded oso-derive v0.27.3
19152024-07-19T23:19:03.270Z Downloaded nanorand v0.7.0
19162024-07-19T23:19:03.270Z Downloaded memoffset v0.9.1
19172024-07-19T23:19:03.270Z Downloaded libefi-sys v0.1.0
19182024-07-19T23:19:03.270Z Downloaded bb8 v0.8.5
19192024-07-19T23:19:03.270Z Downloaded hyper-staticfile v0.9.5
19202024-07-19T23:19:03.270Z Downloaded http-range v0.1.5
19212024-07-19T23:19:03.270Z Downloaded highway v1.1.0
19222024-07-19T23:19:03.270Z Downloaded glob v0.3.1
19232024-07-19T23:19:03.294Z Downloaded endian-type v0.1.2
19242024-07-19T23:19:03.294Z Downloaded cexpr v0.6.0
19252024-07-19T23:19:03.294Z Downloaded bitfield v0.14.0
19262024-07-19T23:19:03.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272024-07-19T23:19:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282024-07-19T23:19:03.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292024-07-19T23:19:03.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
19302024-07-19T23:19:03.394Z
19312024-07-19T23:19:03.394Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/134)
19322024-07-19T23:19:04.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332024-07-19T23:19:04.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342024-07-19T23:19:04.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352024-07-19T23:19:04.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19362024-07-19T23:19:04.360Z
19372024-07-19T23:19:04.360Zinfo: running `cargo check --bins` on dns-server (54/134)
19382024-07-19T23:19:05.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392024-07-19T23:19:05.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402024-07-19T23:19:05.223Z Compiling parking_lot_core v0.8.6
19412024-07-19T23:19:05.247Z Checking nibble_vec v0.1.0
19422024-07-19T23:19:05.247Z Checking endian-type v0.1.2
19432024-07-19T23:19:05.271Z Checking newline-converter v0.3.0
19442024-07-19T23:19:05.298Z Checking quick-error v1.2.3
19452024-07-19T23:19:05.298Z Checking linked-hash-map v0.5.6
19462024-07-19T23:19:05.299Z Checking toml v0.5.11
19472024-07-19T23:19:05.324Z Checking fxhash v0.2.1
19482024-07-19T23:19:05.410Z Checking expectorate v1.1.0
19492024-07-19T23:19:05.434Z Checking resolv-conf v0.7.0
19502024-07-19T23:19:05.434Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19512024-07-19T23:19:05.458Z Checking radix_trie v0.2.1
19522024-07-19T23:19:05.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19532024-07-19T23:19:05.598Z Checking lru-cache v0.1.2
19542024-07-19T23:19:05.760Z Checking trust-dns-resolver v0.22.0
19552024-07-19T23:19:05.828Z Checking trust-dns-client v0.22.0
19562024-07-19T23:19:05.977Z Checking parking_lot v0.11.2
19572024-07-19T23:19:06.270Z Checking sled v0.34.7
19582024-07-19T23:19:06.898Z Checking trust-dns-server v0.22.1
19592024-07-19T23:19:09.096Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19602024-07-19T23:19:10.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
19612024-07-19T23:19:10.603Z
19622024-07-19T23:19:10.603Zinfo: running `cargo check --bins` on dns-server-api (55/134)
19632024-07-19T23:19:11.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642024-07-19T23:19:11.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652024-07-19T23:19:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662024-07-19T23:19:11.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19672024-07-19T23:19:11.440Z
19682024-07-19T23:19:11.440Zinfo: running `cargo check --bins` on gateway-test-utils (56/134)
19692024-07-19T23:19:12.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702024-07-19T23:19:12.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712024-07-19T23:19:12.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722024-07-19T23:19:12.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19732024-07-19T23:19:12.306Z
19742024-07-19T23:19:12.306Zinfo: running `cargo check --bins` on omicron-gateway (57/134)
19752024-07-19T23:19:13.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762024-07-19T23:19:13.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772024-07-19T23:19:13.224Z Compiling radium v0.7.0
19782024-07-19T23:19:13.248Z Checking tap v1.0.1
19792024-07-19T23:19:13.248Z Compiling maybe-uninit v2.0.0
19802024-07-19T23:19:13.276Z Compiling bzip2-sys v0.1.11+1.0.8
19812024-07-19T23:19:13.300Z Compiling packed_struct v0.10.1
19822024-07-19T23:19:13.300Z Checking crc-catalog v2.4.0
19832024-07-19T23:19:13.300Z Checking funty v2.0.0
19842024-07-19T23:19:13.324Z Compiling num-bigint-dig v0.8.4
19852024-07-19T23:19:13.398Z Checking wyz v0.5.1
19862024-07-19T23:19:13.423Z Checking crc v3.2.1
19872024-07-19T23:19:13.599Z Compiling packed_struct_codegen v0.10.1
19882024-07-19T23:19:13.731Z Compiling indexmap v1.9.3
19892024-07-19T23:19:13.755Z Checking nodrop v0.1.14
19902024-07-19T23:19:13.863Z Checking array-init v0.0.4
19912024-07-19T23:19:13.887Z Checking smallvec v0.6.14
19922024-07-19T23:19:13.998Z Checking pkcs1 v0.7.5
19932024-07-19T23:19:14.023Z Checking signature v2.2.0
19942024-07-19T23:19:14.125Z Checking bitvec v1.0.1
19952024-07-19T23:19:14.192Z Compiling memoffset v0.9.1
19962024-07-19T23:19:14.216Z Checking hashbrown v0.12.3
19972024-07-19T23:19:14.349Z Checking bitfield v0.14.0
19982024-07-19T23:19:14.409Z Checking bzip2 v0.4.4
19992024-07-19T23:19:14.570Z Checking env_logger v0.10.2
20002024-07-19T23:19:14.594Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20012024-07-19T23:19:14.661Z Checking x509-cert v0.2.5
20022024-07-19T23:19:14.697Z Checking serde-hex v0.1.0
20032024-07-19T23:19:14.812Z Checking ron v0.8.1
20042024-07-19T23:19:14.940Z Checking hashbrown v0.13.2
20052024-07-19T23:19:15.621Z Checking rsa v0.9.6
20062024-07-19T23:19:15.667Z Checking half v2.4.1
20072024-07-19T23:19:15.829Z Checking crc-any v2.5.0
20082024-07-19T23:19:15.887Z Checking ciborium-io v0.2.2
20092024-07-19T23:19:15.982Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20102024-07-19T23:19:16.007Z Checking object v0.30.4
20112024-07-19T23:19:16.069Z Checking ciborium-ll v0.2.2
20122024-07-19T23:19:16.093Z Checking zip v0.6.6
20132024-07-19T23:19:16.212Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20142024-07-19T23:19:16.236Z Checking path-slash v0.1.5
20152024-07-19T23:19:16.350Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20162024-07-19T23:19:16.376Z Checking ciborium v0.2.2
20172024-07-19T23:19:16.527Z Checking nix v0.27.1
20182024-07-19T23:19:16.569Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20192024-07-19T23:19:16.616Z Checking serde-big-array v0.5.1
20202024-07-19T23:19:16.734Z Checking signal-hook-tokio v0.3.1
20212024-07-19T23:19:19.375Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20222024-07-19T23:19:28.456Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20232024-07-19T23:19:29.988Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20242024-07-19T23:19:32.247Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20252024-07-19T23:19:37.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.98s
20262024-07-19T23:19:37.423Z
20272024-07-19T23:19:37.423Zinfo: running `cargo check --bins` on ipcc (58/134)
20282024-07-19T23:19:38.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-07-19T23:19:38.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-07-19T23:19:38.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-07-19T23:19:38.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20322024-07-19T23:19:38.265Z
20332024-07-19T23:19:38.265Zinfo: running `cargo check --bins` on sp-sim (59/134)
20342024-07-19T23:19:39.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-07-19T23:19:39.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-07-19T23:19:39.172Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20372024-07-19T23:19:41.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
20382024-07-19T23:19:41.446Z
20392024-07-19T23:19:41.446Zinfo: running `cargo check --bins` on internal-dns (60/134)
20402024-07-19T23:19:42.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-07-19T23:19:42.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-07-19T23:19:42.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-07-19T23:19:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20442024-07-19T23:19:42.267Z
20452024-07-19T23:19:42.267Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (61/134)
20462024-07-19T23:19:43.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-07-19T23:19:43.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-07-19T23:19:43.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-07-19T23:19:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20502024-07-19T23:19:43.119Z
20512024-07-19T23:19:43.119Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/134)
20522024-07-19T23:19:43.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-07-19T23:19:43.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-07-19T23:19:43.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-07-19T23:19:43.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20562024-07-19T23:19:44.009Z
20572024-07-19T23:19:44.009Zinfo: running `cargo check --bins` on db-macros (63/134)
20582024-07-19T23:19:44.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-07-19T23:19:44.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-07-19T23:19:44.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-07-19T23:19:44.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20622024-07-19T23:19:44.795Z
20632024-07-19T23:19:44.795Zinfo: running `cargo check --bins` on nexus-macros-common (64/134)
20642024-07-19T23:19:45.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-07-19T23:19:45.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-07-19T23:19:45.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-07-19T23:19:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20682024-07-19T23:19:45.603Z
20692024-07-19T23:19:45.603Zinfo: running `cargo check --bins` on nexus-auth (65/134)
20702024-07-19T23:19:46.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-07-19T23:19:46.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-07-19T23:19:46.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-07-19T23:19:46.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20742024-07-19T23:19:46.460Z
20752024-07-19T23:19:46.460Zinfo: running `cargo check --bins` on authz-macros (66/134)
20762024-07-19T23:19:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-07-19T23:19:47.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-07-19T23:19:47.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-07-19T23:19:47.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20802024-07-19T23:19:47.268Z
20812024-07-19T23:19:47.268Zinfo: running `cargo check --bins` on nexus-db-fixed-data (67/134)
20822024-07-19T23:19:48.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-07-19T23:19:48.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-07-19T23:19:48.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-07-19T23:19:48.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20862024-07-19T23:19:48.127Z
20872024-07-19T23:19:48.128Zinfo: running `cargo check --bins` on nexus-db-model (68/134)
20882024-07-19T23:19:48.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-07-19T23:19:48.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-07-19T23:19:48.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-07-19T23:19:48.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20922024-07-19T23:19:48.968Z
20932024-07-19T23:19:48.968Zinfo: running `cargo check --bins` on nexus-defaults (69/134)
20942024-07-19T23:19:49.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-07-19T23:19:49.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-07-19T23:19:49.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972024-07-19T23:19:49.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20982024-07-19T23:19:49.793Z
20992024-07-19T23:19:49.793Zinfo: running `cargo check --bins` on oximeter (70/134)
21002024-07-19T23:19:50.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-07-19T23:19:50.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-07-19T23:19:50.681Z Compiling rustls-pki-types v1.7.0
21032024-07-19T23:19:50.705Z Compiling prettyplease v0.2.20
21042024-07-19T23:19:50.729Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21052024-07-19T23:19:50.729Z Compiling crossbeam-channel v0.5.12
21062024-07-19T23:19:50.729Z Compiling slog-json v2.6.1
21072024-07-19T23:19:50.753Z Compiling http v1.1.0
21082024-07-19T23:19:50.777Z Compiling base64 v0.22.1
21092024-07-19T23:19:50.801Z Compiling atomic-waker v1.1.2
21102024-07-19T23:19:50.974Z Compiling waitgroup v0.1.2
21112024-07-19T23:19:50.999Z Compiling slog-term v2.9.1
21122024-07-19T23:19:51.113Z Compiling rustls-webpki v0.102.4
21132024-07-19T23:19:51.137Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21142024-07-19T23:19:51.189Z Compiling slog-bunyan v2.5.0
21152024-07-19T23:19:51.353Z Compiling rustls-pemfile v2.1.2
21162024-07-19T23:19:51.378Z Compiling camino v1.1.7
21172024-07-19T23:19:51.450Z Compiling slog-async v2.8.0
21182024-07-19T23:19:51.516Z Compiling async-stream v0.3.5
21192024-07-19T23:19:51.727Z Compiling toml v0.8.15
21202024-07-19T23:19:51.757Z Compiling sha1 v0.10.6
21212024-07-19T23:19:51.828Z Compiling newtype-uuid v1.1.0
21222024-07-19T23:19:52.094Z Compiling rustls v0.22.4
21232024-07-19T23:19:52.121Z Compiling multer v3.1.0
21242024-07-19T23:19:52.162Z Compiling serde_path_to_error v0.1.16
21252024-07-19T23:19:52.252Z Compiling hostname v0.4.0
21262024-07-19T23:19:52.477Z Compiling instant v0.1.12
21272024-07-19T23:19:52.539Z Compiling debug-ignore v1.0.5
21282024-07-19T23:19:52.612Z Compiling backoff v0.4.0
21292024-07-19T23:19:52.675Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21302024-07-19T23:19:52.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21312024-07-19T23:19:52.924Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-07-19T23:19:52.964Z Compiling strum v0.26.3
21332024-07-19T23:19:53.029Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21342024-07-19T23:19:53.053Z Compiling serde_with v3.8.3
21352024-07-19T23:19:53.095Z Compiling parse-display v0.9.1
21362024-07-19T23:19:53.124Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21372024-07-19T23:19:53.149Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21382024-07-19T23:19:53.276Z Compiling num-rational v0.4.2
21392024-07-19T23:19:53.301Z Compiling num-complex v0.4.6
21402024-07-19T23:19:53.708Z Compiling macaddr v1.0.1
21412024-07-19T23:19:54.110Z Compiling num v0.4.3
21422024-07-19T23:19:54.214Z Compiling float-ord v0.3.2
21432024-07-19T23:19:55.255Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21442024-07-19T23:19:55.847Z Compiling tokio-rustls v0.25.0
21452024-07-19T23:19:56.164Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21462024-07-19T23:19:59.957Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21472024-07-19T23:20:15.254Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21482024-07-19T23:20:19.113Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21492024-07-19T23:20:19.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.07s
21502024-07-19T23:20:20.016Z
21512024-07-19T23:20:20.016Zinfo: running `cargo check --bins` on oximeter-impl (71/134)
21522024-07-19T23:20:20.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-07-19T23:20:20.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-07-19T23:20:20.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-07-19T23:20:20.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21562024-07-19T23:20:20.867Z
21572024-07-19T23:20:20.867Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/134)
21582024-07-19T23:20:21.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-07-19T23:20:21.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-07-19T23:20:21.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612024-07-19T23:20:21.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21622024-07-19T23:20:21.664Z
21632024-07-19T23:20:21.664Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (73/134)
21642024-07-19T23:20:22.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-07-19T23:20:22.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-07-19T23:20:22.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672024-07-19T23:20:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21682024-07-19T23:20:22.505Z
21692024-07-19T23:20:22.505Zinfo: running `cargo check --bins` on nexus-inventory (74/134)
21702024-07-19T23:20:23.194Z Downloading crates ...
21712024-07-19T23:20:23.318Z Downloaded rand_seeder v0.2.3
21722024-07-19T23:20:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-07-19T23:20:23.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-07-19T23:20:23.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-07-19T23:20:23.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21762024-07-19T23:20:23.416Z
21772024-07-19T23:20:23.416Zinfo: running `cargo check --bins` on typed-rng (75/134)
21782024-07-19T23:20:24.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-07-19T23:20:24.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-07-19T23:20:24.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-07-19T23:20:24.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21822024-07-19T23:20:24.222Z
21832024-07-19T23:20:24.222Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/134)
21842024-07-19T23:20:25.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-07-19T23:20:25.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-07-19T23:20:25.199Z Compiling semver v0.1.20
21872024-07-19T23:20:25.199Z Compiling rayon-core v1.12.1
21882024-07-19T23:20:25.223Z Compiling crossbeam-deque v0.8.5
21892024-07-19T23:20:25.223Z Compiling unicase v2.7.0
21902024-07-19T23:20:25.223Z Compiling same-file v1.0.6
21912024-07-19T23:20:25.223Z Compiling fastrand v2.1.0
21922024-07-19T23:20:25.279Z Compiling ring v0.16.20
21932024-07-19T23:20:25.303Z Compiling blake3 v1.5.1
21942024-07-19T23:20:25.451Z Compiling walkdir v2.5.0
21952024-07-19T23:20:25.513Z Compiling rustc_version v0.1.7
21962024-07-19T23:20:25.594Z Compiling tempfile v3.10.1
21972024-07-19T23:20:25.763Z Compiling convert_case v0.4.0
21982024-07-19T23:20:25.850Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21992024-07-19T23:20:25.982Z Compiling newtype_derive v0.1.6
22002024-07-19T23:20:26.149Z Checking password-hash v0.5.0
22012024-07-19T23:20:26.223Z Checking blake2 v0.10.6
22022024-07-19T23:20:26.338Z Compiling xattr v1.3.1
22032024-07-19T23:20:26.425Z Compiling derive-where v1.2.7
22042024-07-19T23:20:26.533Z Compiling rayon v1.10.0
22052024-07-19T23:20:26.586Z Compiling memmap2 v0.9.4
22062024-07-19T23:20:26.611Z Compiling constant_time_eq v0.3.0
22072024-07-19T23:20:26.637Z Compiling libefi-sys v0.1.0
22082024-07-19T23:20:26.676Z Compiling derive_more v0.99.18
22092024-07-19T23:20:26.774Z Compiling spin v0.5.2
22102024-07-19T23:20:26.876Z Compiling home v0.5.9
22112024-07-19T23:20:26.985Z Compiling untrusted v0.7.1
22122024-07-19T23:20:27.009Z Compiling arrayvec v0.7.4
22132024-07-19T23:20:27.119Z Compiling arrayref v0.3.7
22142024-07-19T23:20:27.149Z Compiling toolchain_find v0.4.0
22152024-07-19T23:20:27.246Z Checking argon2 v0.5.3
22162024-07-19T23:20:27.355Z Compiling tar v0.4.41
22172024-07-19T23:20:27.494Z Compiling camino-tempfile v1.1.1
22182024-07-19T23:20:27.836Z Compiling curve25519-dalek v4.1.3
22192024-07-19T23:20:27.903Z Compiling bitfield-struct v0.6.1
22202024-07-19T23:20:28.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22212024-07-19T23:20:28.399Z Compiling topological-sort v0.2.2
22222024-07-19T23:20:28.423Z Compiling cancel-safe-futures v0.1.5
22232024-07-19T23:20:28.595Z Checking keccak v0.1.5
22242024-07-19T23:20:28.870Z Checking sha3 v0.10.8
22252024-07-19T23:20:28.938Z Compiling mime_guess v2.0.4
22262024-07-19T23:20:29.116Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22272024-07-19T23:20:29.183Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22282024-07-19T23:20:29.212Z Checking steno v0.4.1
22292024-07-19T23:20:29.432Z Compiling rustfmt-wrapper v0.2.1
22302024-07-19T23:20:29.599Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22312024-07-19T23:20:29.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22322024-07-19T23:20:29.860Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22332024-07-19T23:20:29.892Z Checking universal-hash v0.5.1
22342024-07-19T23:20:30.071Z Compiling thiserror-impl-no-std v2.0.2
22352024-07-19T23:20:30.105Z Checking secrecy v0.8.0
22362024-07-19T23:20:30.631Z Compiling curve25519-dalek-derive v0.1.1
22372024-07-19T23:20:31.126Z Compiling omicron-zone-package v0.11.0
22382024-07-19T23:20:31.779Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22392024-07-19T23:20:31.877Z Checking opaque-debug v0.3.1
22402024-07-19T23:20:31.961Z Checking poly1305 v0.8.0
22412024-07-19T23:20:32.000Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22422024-07-19T23:20:32.424Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22432024-07-19T23:20:32.643Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22442024-07-19T23:20:32.916Z Checking thiserror-no-std v2.0.2
22452024-07-19T23:20:33.010Z Checking chacha20 v0.9.1
22462024-07-19T23:20:33.053Z Checking aead v0.5.2
22472024-07-19T23:20:33.124Z Checking libsw v3.3.1
22482024-07-19T23:20:33.252Z Checking gethostname v0.4.3
22492024-07-19T23:20:33.298Z Checking linear-map v1.2.0
22502024-07-19T23:20:33.354Z Checking owo-colors v4.0.0
22512024-07-19T23:20:33.390Z Checking swrite v0.1.0
22522024-07-19T23:20:33.500Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22532024-07-19T23:20:33.535Z Checking vsss-rs v3.3.4
22542024-07-19T23:20:33.582Z Checking chacha20poly1305 v0.10.1
22552024-07-19T23:20:33.771Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22562024-07-19T23:20:33.970Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22572024-07-19T23:20:34.116Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22582024-07-19T23:20:34.301Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22592024-07-19T23:20:34.533Z Checking kstat-rs v0.2.4
22602024-07-19T23:20:34.677Z Checking nanorand v0.7.0
22612024-07-19T23:20:34.705Z Checking http-range v0.1.5
22622024-07-19T23:20:34.794Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22632024-07-19T23:20:34.833Z Checking glob v0.3.1
22642024-07-19T23:20:34.858Z Checking hyper-staticfile v0.9.5
22652024-07-19T23:20:35.008Z Checking flume v0.11.0
22662024-07-19T23:20:35.032Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22672024-07-19T23:20:35.096Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22682024-07-19T23:20:35.227Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22692024-07-19T23:20:35.408Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22702024-07-19T23:20:35.606Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22712024-07-19T23:20:36.395Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22722024-07-19T23:20:36.845Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22732024-07-19T23:20:36.895Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22742024-07-19T23:20:37.092Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22752024-07-19T23:20:37.255Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22762024-07-19T23:20:37.752Z Checking display-error-chain v0.2.0
22772024-07-19T23:20:48.875Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782024-07-19T23:20:55.679Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22792024-07-19T23:20:56.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22802024-07-19T23:21:16.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.12s
22812024-07-19T23:21:16.484Z
22822024-07-19T23:21:16.484Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/134)
22832024-07-19T23:21:17.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-07-19T23:21:17.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-07-19T23:21:17.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22862024-07-19T23:21:36.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
22872024-07-19T23:21:36.117Z
22882024-07-19T23:21:36.117Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/134)
22892024-07-19T23:21:36.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-07-19T23:21:36.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-07-19T23:21:37.031Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22922024-07-19T23:21:56.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
22932024-07-19T23:21:56.384Z
22942024-07-19T23:21:56.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/134)
22952024-07-19T23:21:57.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-07-19T23:21:57.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-07-19T23:21:57.283Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22982024-07-19T23:22:15.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
22992024-07-19T23:22:15.972Z
23002024-07-19T23:22:15.972Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/134)
23012024-07-19T23:22:16.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-07-19T23:22:16.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-07-19T23:22:16.900Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23042024-07-19T23:22:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.82s
23052024-07-19T23:22:36.927Z
23062024-07-19T23:22:36.927Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/134)
23072024-07-19T23:22:37.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-07-19T23:22:37.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-07-19T23:22:37.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23102024-07-19T23:22:57.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.22s
23112024-07-19T23:22:57.289Z
23122024-07-19T23:22:57.289Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/134)
23132024-07-19T23:22:58.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-07-19T23:22:58.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-07-19T23:22:58.233Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23162024-07-19T23:23:17.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.59s
23172024-07-19T23:23:18.030Z
23182024-07-19T23:23:18.030Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/134)
23192024-07-19T23:23:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-07-19T23:23:18.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-07-19T23:23:18.965Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23222024-07-19T23:23:38.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.64s
23232024-07-19T23:23:38.814Z
23242024-07-19T23:23:38.814Zinfo: running `cargo check --bins` on key-manager (84/134)
23252024-07-19T23:23:39.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-07-19T23:23:39.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-07-19T23:23:39.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-07-19T23:23:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23292024-07-19T23:23:39.615Z
23302024-07-19T23:23:39.615Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/134)
23312024-07-19T23:23:40.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-07-19T23:23:40.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-07-19T23:23:40.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-07-19T23:23:40.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23352024-07-19T23:23:40.388Z
23362024-07-19T23:23:40.388Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/134)
23372024-07-19T23:23:41.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-07-19T23:23:41.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-07-19T23:23:41.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-07-19T23:23:41.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23412024-07-19T23:23:41.179Z
23422024-07-19T23:23:41.179Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/134)
23432024-07-19T23:23:41.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-07-19T23:23:41.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-07-19T23:23:41.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-07-19T23:23:41.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23472024-07-19T23:23:41.995Z
23482024-07-19T23:23:41.995Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/134)
23492024-07-19T23:23:42.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-07-19T23:23:42.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-07-19T23:23:42.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-07-19T23:23:42.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23532024-07-19T23:23:42.787Z
23542024-07-19T23:23:42.787Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/134)
23552024-07-19T23:23:43.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-07-19T23:23:43.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-07-19T23:23:43.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-07-19T23:23:43.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23592024-07-19T23:23:43.586Z
23602024-07-19T23:23:43.586Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/134)
23612024-07-19T23:23:44.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-07-19T23:23:44.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-07-19T23:23:44.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-07-19T23:23:44.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23652024-07-19T23:23:44.409Z
23662024-07-19T23:23:44.409Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/134)
23672024-07-19T23:23:45.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-07-19T23:23:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-07-19T23:23:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-07-19T23:23:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23712024-07-19T23:23:45.233Z
23722024-07-19T23:23:45.233Zinfo: running `cargo check --bins` on oximeter-producer (92/134)
23732024-07-19T23:23:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-07-19T23:23:46.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-07-19T23:23:46.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-07-19T23:23:46.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23772024-07-19T23:23:46.091Z
23782024-07-19T23:23:46.091Zinfo: running `cargo check --bins` on sled-hardware (93/134)
23792024-07-19T23:23:46.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-07-19T23:23:46.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-07-19T23:23:46.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-07-19T23:23:46.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23832024-07-19T23:23:46.882Z
23842024-07-19T23:23:46.882Zinfo: running `cargo check --bins --no-default-features` on sled-storage (94/134)
23852024-07-19T23:23:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-07-19T23:23:47.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-07-19T23:23:47.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-07-19T23:23:47.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23892024-07-19T23:23:47.680Z
23902024-07-19T23:23:47.680Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/134)
23912024-07-19T23:23:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-07-19T23:23:48.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-07-19T23:23:48.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-07-19T23:23:48.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23952024-07-19T23:23:48.451Z
23962024-07-19T23:23:48.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (96/134)
23972024-07-19T23:23:49.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-07-19T23:23:49.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-07-19T23:23:49.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-07-19T23:23:49.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24012024-07-19T23:23:49.253Z
24022024-07-19T23:23:49.253Zinfo: running `cargo check --bins` on nexus-test-interface (97/134)
24032024-07-19T23:23:49.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-07-19T23:23:49.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-07-19T23:23:49.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-07-19T23:23:49.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24072024-07-19T23:23:50.052Z
24082024-07-19T23:23:50.052Zinfo: running `cargo check --bins` on oximeter-collector (98/134)
24092024-07-19T23:23:50.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-07-19T23:23:50.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-07-19T23:23:50.904Z Checking bcs v0.1.6
24122024-07-19T23:23:50.904Z Compiling async-recursion v1.1.1
24132024-07-19T23:23:50.904Z Checking highway v1.1.0
24142024-07-19T23:23:50.904Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24152024-07-19T23:23:50.928Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24162024-07-19T23:23:52.068Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-07-19T23:23:56.088Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24182024-07-19T23:23:58.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s
24192024-07-19T23:23:58.242Z
24202024-07-19T23:23:58.242Zinfo: running `cargo check --bins` on oximeter-api (99/134)
24212024-07-19T23:23:58.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-07-19T23:23:58.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-07-19T23:23:58.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-07-19T23:23:58.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24252024-07-19T23:23:59.028Z
24262024-07-19T23:23:59.028Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (100/134)
24272024-07-19T23:23:59.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-07-19T23:23:59.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-07-19T23:23:59.833Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302024-07-19T23:24:00.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
24312024-07-19T23:24:00.577Z
24322024-07-19T23:24:00.577Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (101/134)
24332024-07-19T23:24:01.185Z Downloading crates ...
24342024-07-19T23:24:01.373Z Downloaded cfg_aliases v0.1.1
24352024-07-19T23:24:01.398Z Downloaded strip-ansi-escapes v0.2.0
24362024-07-19T23:24:01.398Z Downloaded vte_generate_state_changes v0.1.1
24372024-07-19T23:24:01.398Z Downloaded sqlparser_derive v0.2.2
24382024-07-19T23:24:01.398Z Downloaded vte v0.11.1
24392024-07-19T23:24:01.398Z Downloaded unicode_categories v0.1.1
24402024-07-19T23:24:01.398Z Downloaded peg-macros v0.8.3
24412024-07-19T23:24:01.398Z Downloaded sqlparser v0.45.0
24422024-07-19T23:24:01.422Z Downloaded rustyline v14.0.0
24432024-07-19T23:24:01.422Z Downloaded reedline v0.31.0
24442024-07-19T23:24:01.422Z Downloaded nix v0.28.0
24452024-07-19T23:24:01.447Z Downloaded sqlformat v0.2.4
24462024-07-19T23:24:01.447Z Downloaded nu-ansi-term v0.50.0
24472024-07-19T23:24:01.447Z Downloaded peg v0.8.3
24482024-07-19T23:24:01.447Z Downloaded fd-lock v4.0.2
24492024-07-19T23:24:01.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-07-19T23:24:01.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-07-19T23:24:01.560Z Compiling cfg_aliases v0.1.1
24522024-07-19T23:24:01.590Z Compiling vte_generate_state_changes v0.1.1
24532024-07-19T23:24:01.590Z Checking fd-lock v4.0.2
24542024-07-19T23:24:01.590Z Checking bytecount v0.6.8
24552024-07-19T23:24:01.616Z Compiling tabled_derive v0.7.0
24562024-07-19T23:24:01.616Z Compiling peg-macros v0.8.3
24572024-07-19T23:24:01.616Z Compiling sqlparser_derive v0.2.2
24582024-07-19T23:24:01.616Z Checking nu-ansi-term v0.50.0
24592024-07-19T23:24:01.690Z Compiling nix v0.28.0
24602024-07-19T23:24:01.729Z Checking papergrid v0.11.0
24612024-07-19T23:24:01.819Z Checking unicode_categories v0.1.1
24622024-07-19T23:24:02.002Z Checking home v0.5.9
24632024-07-19T23:24:02.058Z Checking sqlformat v0.2.4
24642024-07-19T23:24:02.117Z Checking vte v0.11.1
24652024-07-19T23:24:02.570Z Checking sqlparser v0.45.0
24662024-07-19T23:24:03.103Z Checking strip-ansi-escapes v0.2.0
24672024-07-19T23:24:03.228Z Checking reedline v0.31.0
24682024-07-19T23:24:03.398Z Checking tabled v0.15.0
24692024-07-19T23:24:04.063Z Checking peg v0.8.3
24702024-07-19T23:24:04.409Z Checking rustyline v14.0.0
24712024-07-19T23:24:09.692Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722024-07-19T23:24:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.25s
24732024-07-19T23:24:16.980Z
24742024-07-19T23:24:16.980Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (102/134)
24752024-07-19T23:24:17.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-07-19T23:24:17.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-07-19T23:24:17.864Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24782024-07-19T23:24:25.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
24792024-07-19T23:24:25.224Z
24802024-07-19T23:24:25.224Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (103/134)
24812024-07-19T23:24:25.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-07-19T23:24:26.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-07-19T23:24:26.096Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842024-07-19T23:24:32.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
24852024-07-19T23:24:33.029Z
24862024-07-19T23:24:33.029Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (104/134)
24872024-07-19T23:24:33.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-07-19T23:24:33.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-07-19T23:24:33.887Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902024-07-19T23:24:38.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
24912024-07-19T23:24:38.989Z
24922024-07-19T23:24:38.989Zinfo: running `cargo check --bins` on crdb-seed (105/134)
24932024-07-19T23:24:39.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-07-19T23:24:39.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-07-19T23:24:39.849Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24962024-07-19T23:24:40.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
24972024-07-19T23:24:40.282Z
24982024-07-19T23:24:40.282Zinfo: running `cargo check --bins` on omicron-omdb (106/134)
24992024-07-19T23:24:40.913Z Downloading crates ...
25002024-07-19T23:24:41.167Z Downloaded smawk v0.3.2
25012024-07-19T23:24:41.191Z Downloaded multimap v0.10.0
25022024-07-19T23:24:41.191Z Downloaded unicode-linebreak v0.1.5
25032024-07-19T23:24:41.192Z Downloaded unicode-truncate v1.0.0
25042024-07-19T23:24:41.192Z Downloaded textwrap v0.16.1
25052024-07-19T23:24:41.192Z Downloaded itertools v0.13.0
25062024-07-19T23:24:41.216Z Downloaded portable-atomic v1.6.0
25072024-07-19T23:24:41.216Z Downloaded ratatui v0.27.0
25082024-07-19T23:24:41.241Z Downloaded indicatif v0.17.8
25092024-07-19T23:24:41.241Z Downloaded compact_str v0.7.1
25102024-07-19T23:24:41.241Z Downloaded lru v0.12.3
25112024-07-19T23:24:41.241Z Downloaded castaway v0.2.2
25122024-07-19T23:24:41.241Z Downloaded cassowary v0.3.0
25132024-07-19T23:24:41.241Z Downloaded stability v0.2.0
25142024-07-19T23:24:41.241Z Downloaded number_prefix v0.4.0
25152024-07-19T23:24:41.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-07-19T23:24:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-07-19T23:24:41.471Z Compiling crunchy v0.2.2
25182024-07-19T23:24:41.471Z Compiling glob v0.3.1
25192024-07-19T23:24:41.495Z Compiling tiny-keccak v2.0.2
25202024-07-19T23:24:41.528Z Compiling ascii-canvas v3.0.0
25212024-07-19T23:24:41.553Z Compiling ena v0.14.3
25222024-07-19T23:24:41.553Z Compiling libloading v0.8.3
25232024-07-19T23:24:41.577Z Compiling regex-syntax v0.6.29
25242024-07-19T23:24:41.577Z Compiling diff v0.1.13
25252024-07-19T23:24:41.799Z Compiling bindgen v0.69.4
25262024-07-19T23:24:41.899Z Compiling which v4.4.2
25272024-07-19T23:24:41.939Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25282024-07-19T23:24:42.062Z Compiling cexpr v0.6.0
25292024-07-19T23:24:42.141Z Compiling lazycell v1.3.0
25302024-07-19T23:24:42.206Z Compiling ref-cast v1.0.23
25312024-07-19T23:24:42.303Z Compiling shlex v1.3.0
25322024-07-19T23:24:42.334Z Compiling clang-sys v1.7.0
25332024-07-19T23:24:42.429Z Compiling rustc-hash v1.1.0
25342024-07-19T23:24:42.476Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25352024-07-19T23:24:42.569Z Compiling derive_builder_core v0.20.0
25362024-07-19T23:24:42.595Z Compiling libxml v0.3.3
25372024-07-19T23:24:42.686Z Compiling ref-cast-impl v1.0.23
25382024-07-19T23:24:42.711Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25392024-07-19T23:24:42.750Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25402024-07-19T23:24:42.930Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25412024-07-19T23:24:43.140Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25422024-07-19T23:24:43.257Z Compiling strum_macros v0.24.3
25432024-07-19T23:24:43.368Z Compiling cookie v0.18.1
25442024-07-19T23:24:43.596Z Compiling indoc v1.0.9
25452024-07-19T23:24:43.822Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25462024-07-19T23:24:44.043Z Compiling impl-trait-for-tuples v0.2.2
25472024-07-19T23:24:44.455Z Compiling lalrpop v0.19.12
25482024-07-19T23:24:44.622Z Compiling derive_builder_macro v0.20.0
25492024-07-19T23:24:45.194Z Compiling oso-derive v0.27.3
25502024-07-19T23:24:45.400Z Checking derive_builder v0.20.0
25512024-07-19T23:24:45.526Z Checking quick-xml v0.31.0
25522024-07-19T23:24:46.475Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25532024-07-19T23:24:46.558Z Checking maplit v1.0.2
25542024-07-19T23:24:46.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25552024-07-19T23:24:47.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25562024-07-19T23:24:47.253Z Checking bb8 v0.8.5
25572024-07-19T23:24:47.286Z Compiling const_format_proc_macros v0.2.32
25582024-07-19T23:24:47.628Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25592024-07-19T23:24:48.170Z Checking crossbeam-deque v0.8.5
25602024-07-19T23:24:48.435Z Compiling portable-atomic v1.6.0
25612024-07-19T23:24:48.461Z Checking rayon-core v1.12.1
25622024-07-19T23:24:49.079Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25632024-07-19T23:24:49.231Z Checking const_format v0.2.32
25642024-07-19T23:24:49.339Z Checking castaway v0.2.2
25652024-07-19T23:24:49.515Z Checking compact_str v0.7.1
25662024-07-19T23:24:49.706Z Checking rayon v1.10.0
25672024-07-19T23:24:50.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25682024-07-19T23:24:50.350Z Checking unicode-truncate v1.0.0
25692024-07-19T23:24:50.487Z Checking itertools v0.13.0
25702024-07-19T23:24:50.572Z Checking lru v0.12.3
25712024-07-19T23:24:50.855Z Compiling stability v0.2.0
25722024-07-19T23:24:51.689Z Checking unicode-linebreak v0.1.5
25732024-07-19T23:24:51.995Z Checking number_prefix v0.4.0
25742024-07-19T23:24:52.154Z Checking smawk v0.3.2
25752024-07-19T23:24:52.317Z Checking cassowary v0.3.0
25762024-07-19T23:24:52.673Z Checking textwrap v0.16.1
25772024-07-19T23:24:52.762Z Checking ratatui v0.27.0
25782024-07-19T23:24:52.980Z Checking indicatif v0.17.8
25792024-07-19T23:24:53.026Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25802024-07-19T23:24:53.222Z Checking multimap v0.10.0
25812024-07-19T23:25:13.165Z Compiling samael v0.0.15
25822024-07-19T23:25:25.750Z Compiling polar-core v0.27.3
25832024-07-19T23:25:34.706Z Checking oso v0.27.3
25842024-07-19T23:26:07.210Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25852024-07-19T23:26:13.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
25862024-07-19T23:26:13.241Z
25872024-07-19T23:26:13.242Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (107/134)
25882024-07-19T23:26:14.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-07-19T23:26:14.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-07-19T23:26:14.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-07-19T23:26:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25922024-07-19T23:26:14.125Z
25932024-07-19T23:26:14.125Zinfo: running `cargo check --bins` on nexus-saga-recovery (108/134)
25942024-07-19T23:26:14.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-07-19T23:26:14.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-07-19T23:26:14.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-07-19T23:26:14.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25982024-07-19T23:26:15.007Z
25992024-07-19T23:26:15.007Zinfo: running `cargo check --bins` on nexus-test-utils-macros (109/134)
26002024-07-19T23:26:15.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-07-19T23:26:15.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-07-19T23:26:15.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-07-19T23:26:15.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26042024-07-19T23:26:15.833Z
26052024-07-19T23:26:15.833Zinfo: running `cargo check --bins` on omicron-nexus (110/134)
26062024-07-19T23:26:16.457Z Downloading crates ...
26072024-07-19T23:26:16.711Z Downloaded assert_matches v1.5.0
26082024-07-19T23:26:16.735Z Downloaded pin-project v1.1.5
26092024-07-19T23:26:16.759Z Downloaded typed-path v0.7.1
26102024-07-19T23:26:16.760Z Downloaded tough v0.17.1
26112024-07-19T23:26:16.760Z Downloaded snafu-derive v0.8.2
26122024-07-19T23:26:16.760Z Downloaded snafu v0.8.2
26132024-07-19T23:26:16.784Z Downloaded serde_plain v1.0.2
26142024-07-19T23:26:16.784Z Downloaded pin-project-internal v1.1.5
26152024-07-19T23:26:16.784Z Downloaded parse-size v1.0.0
26162024-07-19T23:26:16.784Z Downloaded olpc-cjson v0.1.3
26172024-07-19T23:26:16.784Z Downloaded globset v0.4.14
26182024-07-19T23:26:16.784Z Downloaded fatfs v0.3.6
26192024-07-19T23:26:16.784Z Downloaded buf-list v1.0.3
26202024-07-19T23:26:16.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-07-19T23:26:16.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-07-19T23:26:17.010Z Compiling pin-project-internal v1.1.5
26232024-07-19T23:26:17.035Z Compiling snafu-derive v0.8.2
26242024-07-19T23:26:17.059Z Compiling buf-list v1.0.3
26252024-07-19T23:26:17.084Z Checking globset v0.4.14
26262024-07-19T23:26:17.084Z Checking olpc-cjson v0.1.3
26272024-07-19T23:26:17.084Z Checking rand_seeder v0.2.3
26282024-07-19T23:26:17.084Z Checking serde_plain v1.0.2
26292024-07-19T23:26:17.108Z Checking typed-path v0.7.1
26302024-07-19T23:26:17.274Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26312024-07-19T23:26:17.326Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26322024-07-19T23:26:17.350Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26332024-07-19T23:26:17.500Z Checking parse-size v1.0.0
26342024-07-19T23:26:17.537Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26352024-07-19T23:26:17.562Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26362024-07-19T23:26:17.601Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26372024-07-19T23:26:17.656Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26382024-07-19T23:26:17.983Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26392024-07-19T23:26:18.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26402024-07-19T23:26:18.404Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26412024-07-19T23:26:18.615Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26422024-07-19T23:26:18.782Z Checking fatfs v0.3.6
26432024-07-19T23:26:18.809Z Checking assert_matches v1.5.0
26442024-07-19T23:26:19.597Z Checking pin-project v1.1.5
26452024-07-19T23:26:20.887Z Checking snafu v0.8.2
26462024-07-19T23:26:21.284Z Checking tough v0.17.1
26472024-07-19T23:26:25.002Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26482024-07-19T23:26:26.546Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26492024-07-19T23:27:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
26502024-07-19T23:27:18.809Z
26512024-07-19T23:27:18.809Zinfo: running `cargo check --bins` on nexus-internal-api (111/134)
26522024-07-19T23:27:19.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-07-19T23:27:19.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-07-19T23:27:19.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-07-19T23:27:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26562024-07-19T23:27:19.634Z
26572024-07-19T23:27:19.634Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (112/134)
26582024-07-19T23:27:20.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-07-19T23:27:20.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-07-19T23:27:20.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-07-19T23:27:20.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26622024-07-19T23:27:20.466Z
26632024-07-19T23:27:20.466Zinfo: running `cargo check --bins` on nexus-networking (113/134)
26642024-07-19T23:27:21.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-07-19T23:27:21.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-07-19T23:27:21.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-07-19T23:27:21.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26682024-07-19T23:27:21.341Z
26692024-07-19T23:27:21.341Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (114/134)
26702024-07-19T23:27:22.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-07-19T23:27:22.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-07-19T23:27:22.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-07-19T23:27:22.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26742024-07-19T23:27:22.194Z
26752024-07-19T23:27:22.194Zinfo: running `cargo check --bins` on update-common (115/134)
26762024-07-19T23:27:22.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-07-19T23:27:22.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-07-19T23:27:22.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-07-19T23:27:22.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26802024-07-19T23:27:23.039Z
26812024-07-19T23:27:23.039Zinfo: running `cargo check --bins` on tufaceous-lib (116/134)
26822024-07-19T23:27:23.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-07-19T23:27:23.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-07-19T23:27:23.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-07-19T23:27:23.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26862024-07-19T23:27:23.911Z
26872024-07-19T23:27:23.912Zinfo: running `cargo check --bins` on tufaceous (117/134)
26882024-07-19T23:27:24.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-07-19T23:27:24.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-07-19T23:27:24.795Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26912024-07-19T23:27:25.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
26922024-07-19T23:27:25.920Z
26932024-07-19T23:27:25.920Zinfo: running `cargo check --bins` on omicron-dev (118/134)
26942024-07-19T23:27:26.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-07-19T23:27:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-07-19T23:27:26.970Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26972024-07-19T23:27:26.970Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26982024-07-19T23:27:26.995Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
26992024-07-19T23:27:28.520Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27002024-07-19T23:27:31.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
27012024-07-19T23:27:31.908Z
27022024-07-19T23:27:31.908Zinfo: running `cargo check --bins` on openapi-manager (119/134)
27032024-07-19T23:27:32.546Z Downloading crates ...
27042024-07-19T23:27:32.716Z Downloaded is_ci v1.2.0
27052024-07-19T23:27:32.740Z Downloaded supports-color v3.0.0
27062024-07-19T23:27:32.740Z Downloaded indent_write v2.2.0
27072024-07-19T23:27:32.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-07-19T23:27:32.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-07-19T23:27:32.857Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27102024-07-19T23:27:32.857Z Checking is_ci v1.2.0
27112024-07-19T23:27:32.857Z Checking heck v0.4.1
27122024-07-19T23:27:32.881Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27132024-07-19T23:27:32.881Z Checking indent_write v2.2.0
27142024-07-19T23:27:33.027Z Checking supports-color v3.0.0
27152024-07-19T23:27:33.051Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27162024-07-19T23:27:34.797Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27172024-07-19T23:27:35.892Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27182024-07-19T23:27:36.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
27192024-07-19T23:27:37.091Z
27202024-07-19T23:27:37.091Zinfo: running `cargo check --bins` on installinator-api (120/134)
27212024-07-19T23:27:37.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-07-19T23:27:37.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-07-19T23:27:37.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-07-19T23:27:37.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27252024-07-19T23:27:37.902Z
27262024-07-19T23:27:37.902Zinfo: running `cargo check --bins` on wicketd-api (121/134)
27272024-07-19T23:27:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-07-19T23:27:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-07-19T23:27:38.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-07-19T23:27:38.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27312024-07-19T23:27:38.705Z
27322024-07-19T23:27:38.705Zinfo: running `cargo check --bins` on reconfigurator-cli (122/134)
27332024-07-19T23:27:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-07-19T23:27:39.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-07-19T23:27:39.584Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27362024-07-19T23:27:40.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
27372024-07-19T23:27:41.042Z
27382024-07-19T23:27:41.042Zinfo: running `cargo check --bins` on omicron-releng (123/134)
27392024-07-19T23:27:41.750Z Downloading crates ...
27402024-07-19T23:27:41.827Z Downloaded shell-words v1.1.0
27412024-07-19T23:27:41.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-07-19T23:27:41.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-07-19T23:27:41.956Z Checking memmap2 v0.9.4
27442024-07-19T23:27:41.956Z Checking constant_time_eq v0.3.0
27452024-07-19T23:27:41.956Z Checking spin v0.5.2
27462024-07-19T23:27:41.980Z Checking untrusted v0.7.1
27472024-07-19T23:27:41.980Z Checking arrayvec v0.7.4
27482024-07-19T23:27:41.980Z Checking arrayref v0.3.7
27492024-07-19T23:27:41.980Z Checking cargo-platform v0.1.8
27502024-07-19T23:27:41.980Z Checking topological-sort v0.2.2
27512024-07-19T23:27:42.086Z Checking shell-words v1.1.0
27522024-07-19T23:27:42.193Z Checking ring v0.16.20
27532024-07-19T23:27:42.279Z Checking cargo_metadata v0.18.1
27542024-07-19T23:27:42.325Z Checking blake3 v1.5.1
27552024-07-19T23:27:43.635Z Checking omicron-zone-package v0.11.0
27562024-07-19T23:27:45.039Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27572024-07-19T23:27:46.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
27582024-07-19T23:27:46.248Z
27592024-07-19T23:27:46.248Zinfo: running `cargo check --bins` on xtask (124/134)
27602024-07-19T23:27:46.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-07-19T23:27:46.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-07-19T23:27:46.967Z Checking bitflags v2.5.0
27632024-07-19T23:27:46.967Z Checking serde v1.0.204
27642024-07-19T23:27:46.967Z Checking bytes v1.6.0
27652024-07-19T23:27:46.967Z Checking smallvec v1.13.2
27662024-07-19T23:27:46.997Z Checking scopeguard v1.2.0
27672024-07-19T23:27:47.029Z Checking hashbrown v0.14.5
27682024-07-19T23:27:47.054Z Checking log v0.4.21
27692024-07-19T23:27:47.054Z Checking mio v0.8.11
27702024-07-19T23:27:47.116Z Checking lock_api v0.4.12
27712024-07-19T23:27:47.211Z Checking futures-util v0.3.30
27722024-07-19T23:27:47.259Z Checking thiserror v1.0.62
27732024-07-19T23:27:47.307Z Checking parking_lot_core v0.9.10
27742024-07-19T23:27:47.384Z Checking rustix v0.38.34
27752024-07-19T23:27:47.463Z Checking tracing v0.1.40
27762024-07-19T23:27:47.575Z Checking scroll v0.12.0
27772024-07-19T23:27:47.602Z Checking parking_lot v0.12.2
27782024-07-19T23:27:47.648Z Checking http v0.2.12
27792024-07-19T23:27:47.729Z Checking openssl v0.10.64
27802024-07-19T23:27:47.901Z Checking tokio v1.38.1
27812024-07-19T23:27:47.972Z Checking generic-array v0.14.7
27822024-07-19T23:27:47.996Z Checking indexmap v2.2.6
27832024-07-19T23:27:48.721Z Checking slog v2.7.0
27842024-07-19T23:27:48.859Z Checking zerocopy v0.7.34
27852024-07-19T23:27:48.946Z Checking time v0.3.36
27862024-07-19T23:27:49.002Z Checking goblin v0.8.2
27872024-07-19T23:27:49.135Z Checking pest v2.7.10
27882024-07-19T23:27:50.002Z Checking http-body v0.4.6
27892024-07-19T23:27:50.328Z Checking unicode-normalization v0.1.23
27902024-07-19T23:27:50.417Z Checking unicode-bidi v0.3.15
27912024-07-19T23:27:50.957Z Checking syn v2.0.71
27922024-07-19T23:27:51.046Z Checking idna v0.5.0
27932024-07-19T23:27:51.141Z Checking dtrace-parser v0.2.0
27942024-07-19T23:27:51.215Z Checking serde_json v1.0.120
27952024-07-19T23:27:51.450Z Checking serde_spanned v0.6.6
27962024-07-19T23:27:51.571Z Checking toml_datetime v0.6.6
27972024-07-19T23:27:51.617Z Checking crossbeam-utils v0.8.19
27982024-07-19T23:27:51.719Z Checking terminal_size v0.3.0
27992024-07-19T23:27:51.808Z Checking toml_edit v0.22.16
28002024-07-19T23:27:51.865Z Checking crypto-common v0.1.6
28012024-07-19T23:27:52.013Z Checking block-buffer v0.10.4
28022024-07-19T23:27:52.184Z Checking clap_builder v4.5.9
28032024-07-19T23:27:52.226Z Checking crossbeam-channel v0.5.12
28042024-07-19T23:27:52.251Z Checking native-tls v0.2.11
28052024-07-19T23:27:52.498Z Checking slog-json v2.6.1
28062024-07-19T23:27:52.523Z Checking digest v0.10.7
28072024-07-19T23:27:52.724Z Checking url v2.5.0
28082024-07-19T23:27:52.799Z Checking futures-executor v0.3.30
28092024-07-19T23:27:52.848Z Checking semver v1.0.23
28102024-07-19T23:27:53.008Z Checking serde_urlencoded v0.7.1
28112024-07-19T23:27:53.187Z Checking dof v0.3.0
28122024-07-19T23:27:53.211Z Checking cargo-platform v0.1.8
28132024-07-19T23:27:53.379Z Checking camino v1.1.7
28142024-07-19T23:27:53.403Z Checking xattr v1.3.1
28152024-07-19T23:27:53.455Z Checking slog-async v2.8.0
28162024-07-19T23:27:53.552Z Checking tar v0.4.41
28172024-07-19T23:27:53.701Z Checking sha2 v0.10.8
28182024-07-19T23:27:53.726Z Checking slog-term v2.9.1
28192024-07-19T23:27:53.848Z Checking cargo_metadata v0.18.1
28202024-07-19T23:27:53.947Z Checking toml v0.8.15
28212024-07-19T23:27:53.974Z Checking tokio-util v0.7.11
28222024-07-19T23:27:54.118Z Checking tokio-native-tls v0.3.1
28232024-07-19T23:27:54.159Z Checking futures v0.3.30
28242024-07-19T23:27:54.184Z Checking strum v0.26.3
28252024-07-19T23:27:54.268Z Checking slog-bunyan v2.5.0
28262024-07-19T23:27:54.330Z Checking fs-err v2.11.0
28272024-07-19T23:27:54.354Z Checking anyhow v1.0.86
28282024-07-19T23:27:54.413Z Checking tabled v0.15.0
28292024-07-19T23:27:54.582Z Checking cargo_toml v0.20.3
28302024-07-19T23:27:54.607Z Checking macaddr v1.0.1
28312024-07-19T23:27:54.665Z Checking clap v4.5.9
28322024-07-19T23:27:54.703Z Checking h2 v0.3.26
28332024-07-19T23:27:55.053Z Checking usdt-impl v0.5.0
28342024-07-19T23:27:55.484Z Checking usdt v0.5.0
28352024-07-19T23:27:57.946Z Checking hyper v0.14.28
28362024-07-19T23:28:00.537Z Checking hyper-tls v0.5.0
28372024-07-19T23:28:00.755Z Checking reqwest v0.11.27
28382024-07-19T23:28:01.663Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28392024-07-19T23:28:02.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s
28402024-07-19T23:28:02.944Z
28412024-07-19T23:28:02.944Zinfo: running `cargo check --bins` on end-to-end-tests (125/134)
28422024-07-19T23:28:03.504Z Downloading crates ...
28432024-07-19T23:28:03.751Z Downloaded ed25519 v2.2.3
28442024-07-19T23:28:03.776Z Downloaded ctr v0.9.2
28452024-07-19T23:28:03.776Z Downloaded russh-cryptovec v0.7.2
28462024-07-19T23:28:03.776Z Downloaded dhcproto-macros v0.1.0
28472024-07-19T23:28:03.776Z Downloaded md5 v0.7.0
28482024-07-19T23:28:03.776Z Downloaded hex-literal v0.4.1
28492024-07-19T23:28:03.776Z Downloaded dirs-sys v0.4.1
28502024-07-19T23:28:03.776Z Downloaded rand_chacha v0.2.2
28512024-07-19T23:28:03.776Z Downloaded primeorder v0.13.6
28522024-07-19T23:28:03.776Z Downloaded rfc6979 v0.4.0
28532024-07-19T23:28:03.776Z Downloaded pbkdf2 v0.11.0
28542024-07-19T23:28:03.776Z Downloaded russh-keys v0.43.0
28552024-07-19T23:28:03.800Z Downloaded polyval v0.6.2
28562024-07-19T23:28:03.800Z Downloaded p256 v0.13.2
28572024-07-19T23:28:03.800Z Downloaded ecdsa v0.16.9
28582024-07-19T23:28:03.800Z Downloaded russh v0.43.0
28592024-07-19T23:28:03.800Z Downloaded rand v0.7.3
28602024-07-19T23:28:03.800Z Downloaded p521 v0.13.3
28612024-07-19T23:28:03.824Z Downloaded aes v0.8.4
28622024-07-19T23:28:03.825Z Downloaded ed25519-dalek v2.1.1
28632024-07-19T23:28:03.825Z Downloaded dhcproto v0.11.0
28642024-07-19T23:28:03.825Z Downloaded dirs v5.0.1
28652024-07-19T23:28:03.825Z Downloaded cbc v0.1.2
28662024-07-19T23:28:03.825Z Downloaded rand_core v0.5.1
28672024-07-19T23:28:03.825Z Downloaded aes-gcm v0.10.3
28682024-07-19T23:28:03.825Z Downloaded password-hash v0.4.2
28692024-07-19T23:28:03.825Z Downloaded internet-checksum v0.2.1
28702024-07-19T23:28:03.825Z Downloaded ghash v0.5.1
28712024-07-19T23:28:03.825Z Downloaded getrandom v0.1.16
28722024-07-19T23:28:03.850Z Downloaded blowfish v0.9.1
28732024-07-19T23:28:03.850Z Downloaded bcrypt-pbkdf v0.10.0
28742024-07-19T23:28:03.850Z Downloaded pbkdf2 v0.12.2
28752024-07-19T23:28:03.850Z Downloaded option-ext v0.2.0
28762024-07-19T23:28:03.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-07-19T23:28:03.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-07-19T23:28:04.010Z Compiling getrandom v0.1.16
28792024-07-19T23:28:04.034Z Checking rfc6979 v0.4.0
28802024-07-19T23:28:04.059Z Checking primeorder v0.13.6
28812024-07-19T23:28:04.059Z Checking option-ext v0.2.0
28822024-07-19T23:28:04.086Z Checking ed25519 v2.2.3
28832024-07-19T23:28:04.110Z Checking polyval v0.6.2
28842024-07-19T23:28:04.110Z Checking blowfish v0.9.1
28852024-07-19T23:28:04.110Z Checking aes v0.8.4
28862024-07-19T23:28:04.182Z Checking dirs-sys v0.4.1
28872024-07-19T23:28:04.216Z Checking ecdsa v0.16.9
28882024-07-19T23:28:04.295Z Checking ctr v0.9.2
28892024-07-19T23:28:04.337Z Checking password-hash v0.4.2
28902024-07-19T23:28:04.337Z Checking pbkdf2 v0.12.2
28912024-07-19T23:28:04.366Z Checking dirs v5.0.1
28922024-07-19T23:28:04.450Z Checking ghash v0.5.1
28932024-07-19T23:28:04.483Z Checking ed25519-dalek v2.1.1
28942024-07-19T23:28:04.511Z Checking bcrypt-pbkdf v0.10.0
28952024-07-19T23:28:04.536Z Checking cbc v0.1.2
28962024-07-19T23:28:04.591Z Checking russh-cryptovec v0.7.2
28972024-07-19T23:28:04.698Z Checking pbkdf2 v0.11.0
28982024-07-19T23:28:04.723Z Checking md5 v0.7.0
28992024-07-19T23:28:04.747Z Compiling dhcproto-macros v0.1.0
29002024-07-19T23:28:04.772Z Checking hex-literal v0.4.1
29012024-07-19T23:28:04.796Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29022024-07-19T23:28:04.823Z Checking p256 v0.13.2
29032024-07-19T23:28:04.847Z Checking p521 v0.13.3
29042024-07-19T23:28:04.871Z Checking rand_core v0.5.1
29052024-07-19T23:28:04.896Z Checking aes-gcm v0.10.3
29062024-07-19T23:28:04.942Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29072024-07-19T23:28:04.966Z Checking internet-checksum v0.2.1
29082024-07-19T23:28:05.125Z Checking rand_chacha v0.2.2
29092024-07-19T23:28:05.400Z Checking rand v0.7.3
29102024-07-19T23:28:05.466Z Checking dhcproto v0.11.0
29112024-07-19T23:28:06.542Z Checking russh-keys v0.43.0
29122024-07-19T23:28:07.478Z Checking russh v0.43.0
29132024-07-19T23:28:29.410Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29142024-07-19T23:28:31.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s
29152024-07-19T23:28:31.472Z
29162024-07-19T23:28:31.472Zinfo: running `cargo check --bins` on gateway-cli (126/134)
29172024-07-19T23:28:32.145Z Downloading crates ...
29182024-07-19T23:28:32.204Z Downloaded termios v0.3.3
29192024-07-19T23:28:32.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-07-19T23:28:32.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-07-19T23:28:32.311Z Checking termios v0.3.3
29222024-07-19T23:28:32.488Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29232024-07-19T23:28:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
29242024-07-19T23:28:33.566Z
29252024-07-19T23:28:33.566Zinfo: running `cargo check --bins --no-default-features` on installinator (127/134)
29262024-07-19T23:28:34.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-07-19T23:28:34.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-07-19T23:28:34.449Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292024-07-19T23:28:36.814Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29302024-07-19T23:28:38.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
29312024-07-19T23:28:39.119Z
29322024-07-19T23:28:39.119Zinfo: running `cargo check --bins` on internal-dns-cli (128/134)
29332024-07-19T23:28:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-07-19T23:28:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-07-19T23:28:39.938Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29362024-07-19T23:28:40.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
29372024-07-19T23:28:40.516Z
29382024-07-19T23:28:40.516Zinfo: running `cargo check --bins` on omicron-package (129/134)
29392024-07-19T23:28:41.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402024-07-19T23:28:41.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412024-07-19T23:28:41.390Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29422024-07-19T23:28:42.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
29432024-07-19T23:28:42.915Z
29442024-07-19T23:28:42.915Zinfo: running `cargo check --bins` on wicket-dbg (130/134)
29452024-07-19T23:28:43.587Z Downloading crates ...
29462024-07-19T23:28:43.708Z Downloaded rtoolbox v0.0.2
29472024-07-19T23:28:43.733Z Downloaded rpassword v7.3.1
29482024-07-19T23:28:43.733Z Downloaded tui-tree-widget v0.21.0
29492024-07-19T23:28:43.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-07-19T23:28:43.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-07-19T23:28:44.042Z Checking rtoolbox v0.0.2
29522024-07-19T23:28:44.042Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532024-07-19T23:28:44.066Z Checking tui-tree-widget v0.21.0
29542024-07-19T23:28:44.216Z Checking rpassword v7.3.1
29552024-07-19T23:28:49.051Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29562024-07-19T23:28:52.581Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572024-07-19T23:28:53.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s
29582024-07-19T23:28:54.060Z
29592024-07-19T23:28:54.060Zinfo: running `cargo check --bins` on wicket (131/134)
29602024-07-19T23:28:54.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-07-19T23:28:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-07-19T23:28:54.957Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29632024-07-19T23:28:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
29642024-07-19T23:28:55.435Z
29652024-07-19T23:28:55.435Zinfo: running `cargo check --bins` on wicketd (132/134)
29662024-07-19T23:28:56.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-07-19T23:28:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-07-19T23:28:56.330Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692024-07-19T23:29:00.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
29702024-07-19T23:29:00.650Z
29712024-07-19T23:29:00.650Zinfo: running `cargo check --bins` on omicron-workspace-hack (133/134)
29722024-07-19T23:29:01.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-07-19T23:29:01.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-07-19T23:29:01.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752024-07-19T23:29:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29762024-07-19T23:29:01.577Z
29772024-07-19T23:29:01.577Zinfo: running `cargo check --bins` on zone-setup (134/134)
29782024-07-19T23:29:02.173Z Downloading crates ...
29792024-07-19T23:29:02.244Z Downloaded uzers v0.11.3
29802024-07-19T23:29:02.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-07-19T23:29:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-07-19T23:29:02.358Z Checking uzers v0.11.3
29832024-07-19T23:29:02.628Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29842024-07-19T23:29:03.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
29852024-07-19T23:29:03.386Z
29862024-07-19T23:29:03.410Zreal 13:40.387582724
29872024-07-19T23:29:03.410Zuser 29:17.779535171
29882024-07-19T23:29:03.411Zsys 6:39.824420003
29892024-07-19T23:29:03.411Ztrap 0.845249962
29902024-07-19T23:29:03.411Ztflt 1.178287290
29912024-07-19T23:29:03.411Zdflt 3.156841928
29922024-07-19T23:29:03.411Zkflt 0.001626812
29932024-07-19T23:29:03.411Zlock 2:30:39.318129796
29942024-07-19T23:29:03.411Zslp 2:15:25.187267104
29952024-07-19T23:29:03.411Zlat 1:16.551786947
29962024-07-19T23:29:03.411Zstop 2:51.666766092
29972024-07-19T23:29:03.411Zprocess exited: duration 998554 ms, exit code 0
 
29982024-07-19T23:29:03.459Zfound 0 output files