01J49ZE6N8TDPHSHE1NASTAVFR: 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: 01J49ZEF0PKPWME0E14KANZ0TC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-02T16:41:55.405Zjob assigned to worker 01J49ZETD4VB4ZVSZNNZVQ2AXX (queued for 59 s)
 
22024-08-02T16:42:02.909Zstarting task 0: "setup"
32024-08-02T16:42:02.966Z++ uname -s
42024-08-02T16:42:02.969Z+ kern=SunOS
52024-08-02T16:42:02.969Z+ case "$kern" in
62024-08-02T16:42:02.969Z+ groupadd -g 12345 build
72024-08-02T16:42:02.972Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-02T16:42:04.979Z+ zfs create -o mountpoint=/work rpool/work
92024-08-02T16:42:05.058Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-02T16:42:05.061Z+ home_fs=zfs
112024-08-02T16:42:05.061Z+ [[ zfs == autofs ]]
122024-08-02T16:42:05.062Z+ mkdir -p /home/build
132024-08-02T16:42:05.064Z+ chown build:build /home/build /work
142024-08-02T16:42:07.064Z+ chmod 0700 /home/build /work
152024-08-02T16:42:07.067Zprocess exited: duration 4157 ms, exit code 0
 
162024-08-02T16:42:07.073Zstarting task 1: "rust-toolchain"
172024-08-02T16:42:07.078Z+ printf ' * toolchain channel = "%s"
182024-08-02T16:42:07.078Z' 1.78.0
192024-08-02T16:42:07.081Z * toolchain channel = "1.78.0"
202024-08-02T16:42:07.081Z+ printf ' * toolchain profile = "%s"
212024-08-02T16:42:07.081Z' default
222024-08-02T16:42:07.081Z * toolchain profile = "default"
232024-08-02T16:42:07.081Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-02T16:42:07.081Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-02T16:42:07.197Zinfo: downloading installer
262024-08-02T16:42:08.664Zinfo: profile set to 'default'
272024-08-02T16:42:08.664Zinfo: default host triple is x86_64-unknown-illumos
282024-08-02T16:42:08.664Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-02T16:42:08.793Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-02T16:42:08.793Zinfo: downloading component 'cargo'
312024-08-02T16:42:09.481Zinfo: downloading component 'clippy'
322024-08-02T16:42:09.735Zinfo: downloading component 'rust-docs'
332024-08-02T16:42:10.645Zinfo: downloading component 'rust-std'
342024-08-02T16:42:12.103Zinfo: downloading component 'rustc'
352024-08-02T16:42:15.811Zinfo: downloading component 'rustfmt'
362024-08-02T16:42:16.019Zinfo: installing component 'cargo'
372024-08-02T16:42:16.876Zinfo: installing component 'clippy'
382024-08-02T16:42:17.252Zinfo: installing component 'rust-docs'
392024-08-02T16:42:18.744Zinfo: installing component 'rust-std'
402024-08-02T16:42:20.474Zinfo: installing component 'rustc'
412024-08-02T16:42:24.808Zinfo: installing component 'rustfmt'
422024-08-02T16:42:25.141Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-08-02T16:42:25.141Z
442024-08-02T16:42:25.400Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-02T16:42:25.400Z
462024-08-02T16:42:25.403Z
472024-08-02T16:42:25.403ZRust is installed now. Great!
482024-08-02T16:42:25.403Z
492024-08-02T16:42:25.403ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-02T16:42:25.403Zenvironment variable. This has not been done automatically.
512024-08-02T16:42:25.403Z
522024-08-02T16:42:25.403ZTo configure your current shell, you need to source
532024-08-02T16:42:25.403Zthe corresponding env file under $HOME/.cargo.
542024-08-02T16:42:25.403Z
552024-08-02T16:42:25.403ZThis is usually done by running one of the following (note the leading DOT):
562024-08-02T16:42:25.403Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-02T16:42:25.403Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-02T16:42:25.464Z+ rustc --version
592024-08-02T16:42:25.526Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-02T16:42:25.528Zprocess exited: duration 18453 ms, exit code 0
 
612024-08-02T16:42:25.534Zstarting task 2: "authentication"
622024-08-02T16:42:25.554Zprocess exited: duration 20 ms, exit code 0
 
632024-08-02T16:42:25.560Zstarting task 3: "clone repository"
642024-08-02T16:42:25.564Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-02T16:42:25.567Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-02T16:42:25.711ZCloning into '/work/oxidecomputer/omicron'...
672024-08-02T16:42:33.543Z+ cd /work/oxidecomputer/omicron
682024-08-02T16:42:33.543Z+ git fetch origin fcaf48be81455748a28872c53a3ae5e0dfd40aa0
692024-08-02T16:42:34.020ZFrom https://github.com/oxidecomputer/omicron
702024-08-02T16:42:34.020Z * branch fcaf48be81455748a28872c53a3ae5e0dfd40aa0 -> FETCH_HEAD
712024-08-02T16:42:34.028Z+ [[ -n '' ]]
722024-08-02T16:42:34.028Z+ git reset --hard fcaf48be81455748a28872c53a3ae5e0dfd40aa0
732024-08-02T16:42:34.166ZHEAD is now at fcaf48be8 Snapshot creation races with region replacement
742024-08-02T16:42:34.170Zprocess exited: duration 8607 ms, exit code 0
 
752024-08-02T16:42:34.176Zstarting task 4: "build"
762024-08-02T16:42:34.181Z+ cargo --version
772024-08-02T16:42:34.233Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-08-02T16:42:34.235Z+ rustc --version
792024-08-02T16:42:34.290Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-08-02T16:42:34.293Z+ source ./env.sh
812024-08-02T16:42:34.293Z++ OLD_SHELL_OPTS=ehxB
822024-08-02T16:42:34.293Z++ set -o xtrace
832024-08-02T16:42:34.296Z++++ dirname ./env.sh
842024-08-02T16:42:34.299Z+++ readlink -f .
852024-08-02T16:42:34.334Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-02T16:42:34.334Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-02T16:42:34.336Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-02T16:42:34.337Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-08-02T16:42:34.337Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-08-02T16:42:34.337Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-08-02T16:42:34.337Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-08-02T16:42:34.337Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-02T16:42:34.337Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-02T16:42:34.337Z++ case $OLD_SHELL_OPTS in
952024-08-02T16:42:34.337Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-02T16:42:34.337Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
972024-08-02T16:42:34.337Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
982024-08-02T16:42:34.337Z+ banner prerequisites
992024-08-02T16:42:34.356Z
1002024-08-02T16:42:34.356Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-02T16:42:34.356Z # # # # # # # # # # # # # # #
1022024-08-02T16:42:34.356Z # # # # ##### # # ##### # # # # # #### #
1032024-08-02T16:42:34.356Z ##### ##### # ##### # # # # # # # # #
1042024-08-02T16:42:34.356Z # # # # # # # # # # # # # # #
1052024-08-02T16:42:34.356Z # # # ###### # # ###### ### # #### # #### #
1062024-08-02T16:42:34.356Z
1072024-08-02T16:42:34.359Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-02T16:42:41.598Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-02T16:42:44.024Z Startup: Caching catalogs ... Done
1102024-08-02T16:42:47.643ZPlanning: Solver setup ... Done (3.051s)
1112024-08-02T16:42:47.702ZPlanning: Running solver ... Done (0.059s)
1122024-08-02T16:42:47.752ZPlanning: Finding local manifests ... Done (0.005s)
1132024-08-02T16:42:47.764ZPlanning: Fetching manifests: 0/4 0% complete
1142024-08-02T16:42:48.166ZPlanning: Fetching manifests: 4/4 100% complete
1152024-08-02T16:42:48.215ZPlanning: Package planning ... Done (0.048s)
1162024-08-02T16:42:48.265ZPlanning: Merging actions ... Done (0.051s)
1172024-08-02T16:42:50.047ZPlanning: Checking for conflicting actions ... Done (1.781s)
1182024-08-02T16:42:50.058ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-08-02T16:42:59.132ZPlanning: Evaluating mediators ... Done (9.073s)
1202024-08-02T16:42:59.142ZPlanning: Planning completed in 15.05 seconds
1212024-08-02T16:43:00.233Z Packages to install: 4
1222024-08-02T16:43:00.233Z Mediators to change: 2
1232024-08-02T16:43:00.233Z Services to change: 1
1242024-08-02T16:43:00.233Z Estimated space available: 155.77 GB
1252024-08-02T16:43:00.233ZEstimated space to be consumed: 1.47 GB
1262024-08-02T16:43:00.236Z Create boot environment: No
1272024-08-02T16:43:00.236ZCreate backup boot environment: No
1282024-08-02T16:43:00.236Z Rebuild boot archive: No
1292024-08-02T16:43:00.236Z
1302024-08-02T16:43:00.236ZChanged mediators:
1312024-08-02T16:43:00.236Z mediator clang:
1322024-08-02T16:43:00.236Z version: None -> 15 (system default)
1332024-08-02T16:43:00.236Z
1342024-08-02T16:43:00.236Z mediator llvm:
1352024-08-02T16:43:00.236Z version: 14 (system default) -> 15 (system default)
1362024-08-02T16:43:00.236Z
1372024-08-02T16:43:00.236ZChanged packages:
1382024-08-02T16:43:00.236Zhelios-dev
1392024-08-02T16:43:00.236Z developer/build-essential
1402024-08-02T16:43:00.236Z None -> 11-2.0
1412024-08-02T16:43:00.236Z library/libxmlsec1
1422024-08-02T16:43:00.236Z None -> 1.2.35-2.0
1432024-08-02T16:43:00.237Z ooce/developer/clang-15
1442024-08-02T16:43:00.237Z None -> 15.0.7-2.0
1452024-08-02T16:43:00.237Z ooce/developer/llvm-15
1462024-08-02T16:43:00.237Z None -> 15.0.7-2.0
1472024-08-02T16:43:00.237Z
1482024-08-02T16:43:00.237ZServices:
1492024-08-02T16:43:00.237Z restart_fmri:
1502024-08-02T16:43:00.237Z svc:/system/update-man-index:default
1512024-08-02T16:43:00.637Z
1522024-08-02T16:43:00.637ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-08-02T16:43:05.637ZDownload: 1146/3290 items 74.4/212.6MB 34% complete (14.9M/s)
1542024-08-02T16:43:10.924ZDownload: 1198/3290 items 83.0/212.6MB 39% complete (11.7M/s)
1552024-08-02T16:43:15.932ZDownload: 2290/3290 items 119.6/212.6MB 56% complete (4.4M/s)
1562024-08-02T16:43:20.629ZDownload: Completed 212.60 MB in 19.99 seconds (10.6M/s)
1572024-08-02T16:43:21.253Z Actions: 1/3689 actions (Installing new actions)
1582024-08-02T16:43:26.337Z Actions: 3551/3689 actions (Installing new actions)
1592024-08-02T16:43:27.454Z Actions: Completed 3689 actions in 6.20 seconds.
1602024-08-02T16:43:27.711Z Done (0.253s)
1612024-08-02T16:43:27.711Z Done (0.000s)
1622024-08-02T16:43:28.064Z Done (0.353s)
1632024-08-02T16:43:34.371Z Done (6.147s)
1642024-08-02T16:43:34.625Z Done (0.188s)
1652024-08-02T16:43:34.630Z Done (0.000s)
1662024-08-02T16:43:34.783Z Done (0.000s)
1672024-08-02T16:43:35.352ZPlanning: Evaluating mediator changes ... Done
1682024-08-02T16:43:35.514ZPlanning: Checking for conflicting actions ... Done
1692024-08-02T16:43:35.517ZPlanning: Consolidating action changes ... Done
1702024-08-02T16:43:35.780ZPlanning: Evaluating mediators ... Done
1712024-08-02T16:43:35.783ZPlanning: Planning completed in 0.43 seconds
1722024-08-02T16:43:35.813Z Mediators to change: 2
1732024-08-02T16:43:35.813Z Create boot environment: No
1742024-08-02T16:43:35.816ZCreate backup boot environment: No
1752024-08-02T16:43:35.895Z Done
1762024-08-02T16:43:35.895Z Done
1772024-08-02T16:43:36.112Z Done
1782024-08-02T16:43:39.576Z Done
1792024-08-02T16:43:39.660Z Done
1802024-08-02T16:43:39.660Z Done
1812024-08-02T16:43:39.776Z Done
1822024-08-02T16:43:40.376ZPlanning: Evaluating mediator changes ... Done
1832024-08-02T16:43:40.379ZPlanning: Merging actions ... Done
1842024-08-02T16:43:40.567ZPlanning: Checking for conflicting actions ... Done
1852024-08-02T16:43:40.570ZPlanning: Consolidating action changes ... Done
1862024-08-02T16:43:40.828ZPlanning: Evaluating mediators ... Done
1872024-08-02T16:43:40.883ZPlanning: Planning completed in 0.75 seconds
1882024-08-02T16:43:40.917Z Packages to change: 1
1892024-08-02T16:43:40.917Z Mediators to change: 1
1902024-08-02T16:43:40.920Z Services to change: 1
1912024-08-02T16:43:40.920Z Create boot environment: No
1922024-08-02T16:43:40.920ZCreate backup boot environment: Yes
1932024-08-02T16:43:42.723Z Actions: 1/6 actions (Updating modified actions)
1942024-08-02T16:43:42.842Z Actions: Completed 6 actions in 0.12 seconds.
1952024-08-02T16:43:42.842Z Done
1962024-08-02T16:43:42.842Z Done
1972024-08-02T16:43:42.915Z Done
1982024-08-02T16:43:46.519Z Done
1992024-08-02T16:43:46.606Z Done
2002024-08-02T16:43:46.606Z Done
2012024-08-02T16:43:46.721Z Done
2022024-08-02T16:43:47.143ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-08-02T16:43:47.144Zclang system 15 system
2042024-08-02T16:43:47.144Zcsh system system illumos
2052024-08-02T16:43:47.144Zctags system system illumos
2062024-08-02T16:43:47.144Zgcc vendor 12 vendor
2072024-08-02T16:43:47.144Zgcc system 10 system
2082024-08-02T16:43:47.144Zgcc system 7 system
2092024-08-02T16:43:47.144Zgo system 1.20 system
2102024-08-02T16:43:47.144Zgo system 1.19 system
2112024-08-02T16:43:47.144Zllvm system 15 system
2122024-08-02T16:43:47.144Zllvm system 14 system
2132024-08-02T16:43:47.145Zmariadb system 10.6 system
2142024-08-02T16:43:47.145Zmta vendor vendor dma
2152024-08-02T16:43:47.145Zopenjdk system 17 system
2162024-08-02T16:43:47.145Zopenjdk system 11 system
2172024-08-02T16:43:47.145Zopenjdk system 1.8 system
2182024-08-02T16:43:47.145Zopenssl vendor 3 vendor
2192024-08-02T16:43:47.145Zperl system 5.36 system
2202024-08-02T16:43:47.145Zpostgresql system 15 system
2212024-08-02T16:43:47.145Zpostgresql system 13 system
2222024-08-02T16:43:47.145Zpython vendor 3 vendor
2232024-08-02T16:43:47.146Zpython system 2 system
2242024-08-02T16:43:47.146Zpython3 system 3.11 system
2252024-08-02T16:43:47.146Zruby system 3.0 system
2262024-08-02T16:43:47.146Zwords vendor vendor american-english
2272024-08-02T16:43:47.146Zwords system system australian-english
2282024-08-02T16:43:47.146Zwords system system british-english
2292024-08-02T16:43:47.146Zwords system system canadian-english
2302024-08-02T16:43:47.146Zwords system system french
2312024-08-02T16:43:47.146Zwords system system italian
2322024-08-02T16:43:47.147Zwords system system ngerman
2332024-08-02T16:43:47.147Zwords system system ogerman
2342024-08-02T16:43:47.147Zwords system system spanish
2352024-08-02T16:43:47.465ZPUBLISHER TYPE STATUS P LOCATION
2362024-08-02T16:43:47.465Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-08-02T16:43:49.091ZFMRI IFO
2382024-08-02T16:43:49.091Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-08-02T16:43:49.091Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-08-02T16:43:49.091Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-08-02T16:43:49.091Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-08-02T16:43:49.091Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-08-02T16:43:49.091Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-08-02T16:43:49.091Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-08-02T16:43:49.091Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-08-02T16:43:49.091Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-08-02T16:43:49.091Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-08-02T16:43:49.091Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-08-02T16:43:49.091Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-08-02T16:43:49.616Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-08-02T16:43:49.916Z Updating git repository `https://github.com/oxidecomputer/zone`
2522024-08-02T16:43:50.194Z Updating crates.io index
2532024-08-02T16:43:50.260Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2542024-08-02T16:43:51.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552024-08-02T16:43:51.986Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2562024-08-02T16:43:52.258Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2572024-08-02T16:43:54.336Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2582024-08-02T16:43:54.795Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592024-08-02T16:43:55.041Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602024-08-02T16:43:56.077Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612024-08-02T16:43:58.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2622024-08-02T16:43:59.252Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632024-08-02T16:44:00.026Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642024-08-02T16:44:00.823Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652024-08-02T16:44:01.104Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2662024-08-02T16:44:01.386Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2672024-08-02T16:44:01.762Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682024-08-02T16:44:02.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2692024-08-02T16:44:02.353Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2702024-08-02T16:44:02.628Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2712024-08-02T16:44:03.066Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2722024-08-02T16:44:03.364Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732024-08-02T16:44:03.707Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2742024-08-02T16:44:03.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752024-08-02T16:44:04.514Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762024-08-02T16:44:04.785Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-08-02T16:44:05.197Z Updating git repository `https://github.com/oxidecomputer/typify`
2782024-08-02T16:44:07.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-08-02T16:44:07.491Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-08-02T16:44:07.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-08-02T16:44:08.324Z Updating git repository `https://github.com/oxidecomputer/rfb`
2822024-08-02T16:44:09.440Z Downloading crates ...
2832024-08-02T16:44:09.505Z Downloaded byteorder v1.5.0
2842024-08-02T16:44:09.507Z Downloaded block-buffer v0.10.4
2852024-08-02T16:44:09.510Z Downloaded autocfg v1.3.0
2862024-08-02T16:44:09.510Z Downloaded anstyle-query v1.0.3
2872024-08-02T16:44:09.513Z Downloaded clap_lex v0.7.0
2882024-08-02T16:44:09.513Z Downloaded anstyle v1.0.8
2892024-08-02T16:44:09.516Z Downloaded camino v1.1.7
2902024-08-02T16:44:09.519Z Downloaded usdt-macro v0.5.0
2912024-08-02T16:44:09.526Z Downloaded equivalent v1.0.1
2922024-08-02T16:44:09.528Z Downloaded usdt-attr-macro v0.5.0
2932024-08-02T16:44:09.531Z Downloaded swrite v0.1.0
2942024-08-02T16:44:09.531Z Downloaded crypto-common v0.1.6
2952024-08-02T16:44:09.535Z Downloaded thiserror-impl v1.0.63
2962024-08-02T16:44:09.539Z Downloaded dof v0.3.0
2972024-08-02T16:44:09.539Z Downloaded cfg-if v1.0.0
2982024-08-02T16:44:09.539Z Downloaded version_check v0.9.4
2992024-08-02T16:44:09.539Z Downloaded tabled_derive v0.7.0
3002024-08-02T16:44:09.542Z Downloaded serde_spanned v0.6.6
3012024-08-02T16:44:09.542Z Downloaded plain v0.2.3
3022024-08-02T16:44:09.545Z Downloaded itoa v1.0.11
3032024-08-02T16:44:09.545Z Downloaded fnv v1.0.7
3042024-08-02T16:44:09.547Z Downloaded anstyle-parse v0.2.4
3052024-08-02T16:44:09.550Z Downloaded thiserror v1.0.63
3062024-08-02T16:44:09.556Z Downloaded scroll v0.12.0
3072024-08-02T16:44:09.559Z Downloaded dtrace-parser v0.2.0
3082024-08-02T16:44:09.559Z Downloaded heck v0.4.1
3092024-08-02T16:44:09.562Z Downloaded cpufeatures v0.2.12
3102024-08-02T16:44:09.562Z Downloaded cargo_metadata v0.18.1
3112024-08-02T16:44:09.565Z Downloaded pest_generator v2.7.10
3122024-08-02T16:44:09.565Z Downloaded bytecount v0.6.8
3132024-08-02T16:44:09.567Z Downloaded generic-array v0.14.7
3142024-08-02T16:44:09.567Z Downloaded semver v1.0.23
3152024-08-02T16:44:09.571Z Downloaded anstream v0.6.14
3162024-08-02T16:44:09.574Z Downloaded digest v0.10.7
3172024-08-02T16:44:09.574Z Downloaded zerocopy-derive v0.7.34
3182024-08-02T16:44:09.577Z Downloaded sha2 v0.10.8
3192024-08-02T16:44:09.580Z Downloaded proc-macro-error v1.0.4
3202024-08-02T16:44:09.583Z Downloaded colorchoice v1.0.1
3212024-08-02T16:44:09.586Z Downloaded scroll_derive v0.12.0
3222024-08-02T16:44:09.586Z Downloaded is_terminal_polyfill v1.70.0
3232024-08-02T16:44:09.588Z Downloaded cargo-platform v0.1.8
3242024-08-02T16:44:09.588Z Downloaded clap_derive v4.5.8
3252024-08-02T16:44:09.591Z Downloaded thread-id v4.2.1
3262024-08-02T16:44:09.594Z Downloaded toml_datetime v0.6.6
3272024-08-02T16:44:09.594Z Downloaded heck v0.5.0
3282024-08-02T16:44:09.597Z Downloaded ucd-trie v0.1.6
3292024-08-02T16:44:09.597Z Downloaded proc-macro2 v1.0.86
3302024-08-02T16:44:09.599Z Downloaded anyhow v1.0.86
3312024-08-02T16:44:09.603Z Downloaded toml v0.8.15
3322024-08-02T16:44:09.606Z Downloaded proc-macro-error-attr v1.0.4
3332024-08-02T16:44:09.609Z Downloaded utf8parse v0.2.1
3342024-08-02T16:44:09.609Z Downloaded terminal_size v0.3.0
3352024-08-02T16:44:09.613Z Downloaded macaddr v1.0.1
3362024-08-02T16:44:09.613Z Downloaded pretty-hex v0.4.1
3372024-08-02T16:44:09.613Z Downloaded log v0.4.21
3382024-08-02T16:44:09.616Z Downloaded usdt-impl v0.5.0
3392024-08-02T16:44:09.616Z Downloaded usdt v0.5.0
3402024-08-02T16:44:09.618Z Downloaded cargo_toml v0.20.4
3412024-08-02T16:44:09.618Z Downloaded strsim v0.11.1
3422024-08-02T16:44:09.621Z Downloaded memmap v0.7.0
3432024-08-02T16:44:09.621Z Downloaded serde_tokenstream v0.2.1
3442024-08-02T16:44:09.625Z Downloaded once_cell v1.19.0
3452024-08-02T16:44:09.627Z Downloaded serde_derive v1.0.204
3462024-08-02T16:44:09.631Z Downloaded quote v1.0.36
3472024-08-02T16:44:09.634Z Downloaded errno v0.3.9
3482024-08-02T16:44:09.637Z Downloaded fs-err v2.11.0
3492024-08-02T16:44:09.639Z Downloaded clap v4.5.9
3502024-08-02T16:44:09.646Z Downloaded typenum v1.17.0
3512024-08-02T16:44:09.648Z Downloaded pest_derive v2.7.10
3522024-08-02T16:44:09.651Z Downloaded unicode-ident v1.0.12
3532024-08-02T16:44:09.654Z Downloaded indexmap v2.2.6
3542024-08-02T16:44:09.657Z Downloaded pest_meta v2.7.10
3552024-08-02T16:44:09.660Z Downloaded ryu v1.0.18
3562024-08-02T16:44:09.662Z Downloaded papergrid v0.11.0
3572024-08-02T16:44:09.667Z Downloaded bitflags v2.6.0
3582024-08-02T16:44:09.673Z Downloaded toml_edit v0.22.16
3592024-08-02T16:44:09.695Z Downloaded memchr v2.7.2
3602024-08-02T16:44:09.699Z Downloaded serde v1.0.204
3612024-08-02T16:44:09.703Z Downloaded clap_builder v4.5.9
3622024-08-02T16:44:09.710Z Downloaded pest v2.7.10
3632024-08-02T16:44:09.714Z Downloaded hashbrown v0.14.5
3642024-08-02T16:44:09.720Z Downloaded zerocopy v0.7.34
3652024-08-02T16:44:09.743Z Downloaded winnow v0.6.8
3662024-08-02T16:44:09.751Z Downloaded serde_json v1.0.120
3672024-08-02T16:44:09.759Z Downloaded goblin v0.8.2
3682024-08-02T16:44:09.765Z Downloaded tabled v0.15.0
3692024-08-02T16:44:09.783Z Downloaded syn v2.0.72
3702024-08-02T16:44:09.791Z Downloaded syn v1.0.109
3712024-08-02T16:44:09.802Z Downloaded rustix v0.38.34
3722024-08-02T16:44:09.823Z Downloaded unicode-width v0.1.13
3732024-08-02T16:44:09.830Z Downloaded libc v0.2.155
3742024-08-02T16:44:10.119Z Compiling proc-macro2 v1.0.86
3752024-08-02T16:44:10.119Z Compiling unicode-ident v1.0.12
3762024-08-02T16:44:10.122Z Compiling version_check v0.9.4
3772024-08-02T16:44:10.122Z Compiling serde v1.0.204
3782024-08-02T16:44:10.122Z Compiling thiserror v1.0.63
3792024-08-02T16:44:10.122Z Compiling libc v0.2.155
3802024-08-02T16:44:10.152Z Compiling itoa v1.0.11
3812024-08-02T16:44:10.155Z Compiling ryu v1.0.18
3822024-08-02T16:44:10.362Z Compiling ucd-trie v0.1.6
3832024-08-02T16:44:10.474Z Compiling memchr v2.7.2
3842024-08-02T16:44:10.887Z Compiling once_cell v1.19.0
3852024-08-02T16:44:10.890Z Compiling byteorder v1.5.0
3862024-08-02T16:44:11.196Z Compiling serde_json v1.0.120
3872024-08-02T16:44:13.738Z Compiling proc-macro-error-attr v1.0.4
3882024-08-02T16:44:13.741Z Compiling usdt-impl v0.5.0
3892024-08-02T16:44:13.785Z Compiling syn v1.0.109
3902024-08-02T16:44:13.788Z Compiling rustix v0.38.34
3912024-08-02T16:44:13.864Z Compiling proc-macro-error v1.0.4
3922024-08-02T16:44:14.046Z Compiling utf8parse v0.2.1
3932024-08-02T16:44:14.111Z Compiling log v0.4.21
3942024-08-02T16:44:14.177Z Compiling bitflags v2.6.0
3952024-08-02T16:44:14.199Z Compiling hashbrown v0.14.5
3962024-08-02T16:44:14.409Z Compiling equivalent v1.0.1
3972024-08-02T16:44:14.489Z Compiling thread-id v4.2.1
3982024-08-02T16:44:14.517Z Compiling plain v0.2.3
3992024-08-02T16:44:14.542Z Compiling anstyle-parse v0.2.4
4002024-08-02T16:44:14.656Z Compiling quote v1.0.36
4012024-08-02T16:44:14.681Z Compiling anstyle-query v1.0.3
4022024-08-02T16:44:14.742Z Compiling winnow v0.6.8
4032024-08-02T16:44:14.817Z Compiling camino v1.1.7
4042024-08-02T16:44:14.873Z Compiling autocfg v1.3.0
4052024-08-02T16:44:14.937Z Compiling anstyle v1.0.8
4062024-08-02T16:44:15.346Z Compiling syn v2.0.72
4072024-08-02T16:44:15.383Z Compiling errno v0.3.9
4082024-08-02T16:44:15.428Z Compiling indexmap v2.2.6
4092024-08-02T16:44:15.590Z Compiling pretty-hex v0.4.1
4102024-08-02T16:44:15.800Z Compiling semver v1.0.23
4112024-08-02T16:44:15.822Z Compiling is_terminal_polyfill v1.70.0
4122024-08-02T16:44:15.947Z Compiling colorchoice v1.0.1
4132024-08-02T16:44:16.112Z Compiling anstream v0.6.14
4142024-08-02T16:44:16.342Z Compiling fs-err v2.11.0
4152024-08-02T16:44:16.699Z Compiling terminal_size v0.3.0
4162024-08-02T16:44:16.841Z Compiling clap_lex v0.7.0
4172024-08-02T16:44:16.896Z Compiling strsim v0.11.1
4182024-08-02T16:44:16.918Z Compiling heck v0.4.1
4192024-08-02T16:44:16.921Z Compiling fnv v1.0.7
4202024-08-02T16:44:17.074Z Compiling unicode-width v0.1.13
4212024-08-02T16:44:17.099Z Compiling heck v0.5.0
4222024-08-02T16:44:17.311Z Compiling bytecount v0.6.8
4232024-08-02T16:44:17.363Z Compiling anyhow v1.0.86
4242024-08-02T16:44:17.393Z Compiling clap_builder v4.5.9
4252024-08-02T16:44:17.521Z Compiling papergrid v0.11.0
4262024-08-02T16:44:17.741Z Compiling memmap v0.7.0
4272024-08-02T16:44:18.086Z Compiling swrite v0.1.0
4282024-08-02T16:44:20.435Z Compiling tabled_derive v0.7.0
4292024-08-02T16:44:22.196Z Compiling tabled v0.15.0
4302024-08-02T16:44:24.095Z Compiling serde_derive v1.0.204
4312024-08-02T16:44:24.095Z Compiling thiserror-impl v1.0.63
4322024-08-02T16:44:24.097Z Compiling zerocopy-derive v0.7.34
4332024-08-02T16:44:24.097Z Compiling scroll_derive v0.12.0
4342024-08-02T16:44:24.098Z Compiling clap_derive v4.5.8
4352024-08-02T16:44:25.227Z Compiling scroll v0.12.0
4362024-08-02T16:44:25.805Z Compiling goblin v0.8.2
4372024-08-02T16:44:26.168Z Compiling zerocopy v0.7.34
4382024-08-02T16:44:27.184Z Compiling pest v2.7.10
4392024-08-02T16:44:28.013Z Compiling clap v4.5.9
4402024-08-02T16:44:29.122Z Compiling pest_meta v2.7.10
4412024-08-02T16:44:29.958Z Compiling pest_generator v2.7.10
4422024-08-02T16:44:32.020Z Compiling pest_derive v2.7.10
4432024-08-02T16:44:32.637Z Compiling dtrace-parser v0.2.0
4442024-08-02T16:44:34.534Z Compiling serde_spanned v0.6.6
4452024-08-02T16:44:34.537Z Compiling toml_datetime v0.6.6
4462024-08-02T16:44:34.538Z Compiling cargo-platform v0.1.8
4472024-08-02T16:44:34.905Z Compiling serde_tokenstream v0.2.1
4482024-08-02T16:44:35.005Z Compiling toml_edit v0.22.16
4492024-08-02T16:44:35.067Z Compiling macaddr v1.0.1
4502024-08-02T16:44:35.937Z Compiling dof v0.3.0
4512024-08-02T16:44:35.937Z Compiling cargo_metadata v0.18.1
4522024-08-02T16:44:37.663Z Compiling toml v0.8.15
4532024-08-02T16:44:38.012Z Compiling usdt-macro v0.5.0
4542024-08-02T16:44:38.012Z Compiling usdt-attr-macro v0.5.0
4552024-08-02T16:44:38.610Z Compiling cargo_toml v0.20.4
4562024-08-02T16:44:39.336Z Compiling usdt v0.5.0
4572024-08-02T16:44:42.211Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4582024-08-02T16:44:46.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.99s
4592024-08-02T16:44:46.669Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4602024-08-02T16:44:47.189Z Downloading crates ...
4612024-08-02T16:44:47.292Z Downloaded async-stream-impl v0.3.5
4622024-08-02T16:44:47.302Z Downloaded addr2line v0.21.0
4632024-08-02T16:44:47.305Z Downloaded bit-vec v0.6.3
4642024-08-02T16:44:47.309Z Downloaded arrayvec v0.7.4
4652024-08-02T16:44:47.313Z Downloaded atty v0.2.14
4662024-08-02T16:44:47.317Z Downloaded bitstruct v0.1.1
4672024-08-02T16:44:47.328Z Downloaded match_cfg v0.1.0
4682024-08-02T16:44:47.331Z Downloaded crucible-workspace-hack v0.1.0
4692024-08-02T16:44:47.331Z Downloaded managed v0.8.0
4702024-08-02T16:44:47.333Z Downloaded is-terminal v0.4.12
4712024-08-02T16:44:47.333Z Downloaded inout v0.1.3
4722024-08-02T16:44:47.336Z Downloaded lazycell v1.3.0
4732024-08-02T16:44:47.339Z Downloaded lalrpop-util v0.19.12
4742024-08-02T16:44:47.339Z Downloaded lock_api v0.4.12
4752024-08-02T16:44:47.342Z Downloaded atomic-waker v1.1.2
4762024-08-02T16:44:47.345Z Downloaded num-conv v0.1.0
4772024-08-02T16:44:47.345Z Downloaded openssl-probe v0.1.5
4782024-08-02T16:44:47.347Z Downloaded newtype_derive v0.1.6
4792024-08-02T16:44:47.347Z Downloaded newline-converter v0.3.0
4802024-08-02T16:44:47.350Z Downloaded libloading v0.8.3
4812024-08-02T16:44:47.353Z Downloaded ipnet v2.9.0
4822024-08-02T16:44:47.353Z Downloaded number_prefix v0.4.0
4832024-08-02T16:44:47.356Z Downloaded assert_matches v1.5.0
4842024-08-02T16:44:47.356Z Downloaded parse-size v1.0.0
4852024-08-02T16:44:47.356Z Downloaded async-recursion v1.1.1
4862024-08-02T16:44:47.360Z Downloaded array-init v0.0.4
4872024-08-02T16:44:47.362Z Downloaded linear-map v1.2.0
4882024-08-02T16:44:47.365Z Downloaded libsw v3.3.1
4892024-08-02T16:44:47.369Z Downloaded matches v0.1.10
4902024-08-02T16:44:47.369Z Downloaded num_enum_derive v0.5.11
4912024-08-02T16:44:47.369Z Downloaded num-integer v0.1.46
4922024-08-02T16:44:47.372Z Downloaded is_ci v1.2.0
4932024-08-02T16:44:47.372Z Downloaded num_cpus v1.16.0
4942024-08-02T16:44:47.375Z Downloaded multimap v0.10.0
4952024-08-02T16:44:47.378Z Downloaded packed_struct_codegen v0.10.1
4962024-08-02T16:44:47.378Z Downloaded chacha20 v0.9.1
4972024-08-02T16:44:47.381Z Downloaded memoffset v0.9.1
4982024-08-02T16:44:47.383Z Downloaded pem v3.0.4
4992024-08-02T16:44:47.384Z Downloaded cstr-argument v0.1.2
5002024-08-02T16:44:47.386Z Downloaded colored v2.1.0
5012024-08-02T16:44:47.389Z Downloaded ciborium-io v0.2.2
5022024-08-02T16:44:47.389Z Downloaded parse-display v0.9.1
5032024-08-02T16:44:47.392Z Downloaded data-encoding v2.6.0
5042024-08-02T16:44:47.392Z Downloaded defmt v0.3.8
5052024-08-02T16:44:47.395Z Downloaded opaque-debug v0.3.1
5062024-08-02T16:44:47.398Z Downloaded sqlparser_derive v0.2.2
5072024-08-02T16:44:47.398Z Downloaded oso-derive v0.27.3
5082024-08-02T16:44:47.401Z Downloaded darling_macro v0.20.9
5092024-08-02T16:44:47.401Z Downloaded openssl-macros v0.1.1
5102024-08-02T16:44:47.401Z Downloaded path-slash v0.1.5
5112024-08-02T16:44:47.404Z Downloaded peg-runtime v0.8.3
5122024-08-02T16:44:47.404Z Downloaded nibble_vec v0.1.0
5132024-08-02T16:44:47.407Z Downloaded mime_guess v2.0.4
5142024-08-02T16:44:47.409Z Downloaded linked-hash-map v0.5.6
5152024-08-02T16:44:47.409Z Downloaded parking_lot_core v0.8.6
5162024-08-02T16:44:47.412Z Downloaded owo-colors v4.0.0
5172024-08-02T16:44:47.415Z Downloaded parking_lot v0.11.2
5182024-08-02T16:44:47.418Z Downloaded lru v0.12.3
5192024-08-02T16:44:47.421Z Downloaded stability v0.2.0
5202024-08-02T16:44:47.421Z Downloaded bitfield v0.14.0
5212024-08-02T16:44:47.424Z Downloaded tinyvec_macros v0.1.1
5222024-08-02T16:44:47.424Z Downloaded try-lock v0.2.5
5232024-08-02T16:44:47.426Z Downloaded bzip2 v0.4.4
5242024-08-02T16:44:47.426Z Downloaded bit-set v0.5.3
5252024-08-02T16:44:47.429Z Downloaded peg-macros v0.8.4
5262024-08-02T16:44:47.432Z Downloaded num-iter v0.1.45
5272024-08-02T16:44:47.432Z Downloaded num-derive v0.4.2
5282024-08-02T16:44:47.434Z Downloaded nanorand v0.7.0
5292024-08-02T16:44:47.437Z Downloaded cookie v0.17.0
5302024-08-02T16:44:47.440Z Downloaded num_enum v0.5.11
5312024-08-02T16:44:47.445Z Downloaded olpc-cjson v0.1.3
5322024-08-02T16:44:47.448Z Downloaded foreign-types-shared v0.3.1
5332024-08-02T16:44:47.448Z Downloaded foreign-types-shared v0.1.1
5342024-08-02T16:44:47.451Z Downloaded defmt-macros v0.3.9
5352024-08-02T16:44:47.454Z Downloaded packed_struct v0.10.1
5362024-08-02T16:44:47.456Z Downloaded peg v0.8.4
5372024-08-02T16:44:47.459Z Downloaded cipher v0.4.4
5382024-08-02T16:44:47.462Z Downloaded zone_cfg_derive v0.1.2
5392024-08-02T16:44:47.464Z Downloaded curve25519-dalek-derive v0.1.1
5402024-08-02T16:44:47.464Z Downloaded crc-catalog v2.4.0
5412024-08-02T16:44:47.467Z Downloaded cookie_store v0.20.0
5422024-08-02T16:44:47.470Z Downloaded constant_time_eq v0.3.0
5432024-08-02T16:44:47.470Z Downloaded debug-ignore v1.0.5
5442024-08-02T16:44:47.473Z Downloaded crc v3.2.1
5452024-08-02T16:44:47.475Z Downloaded argon2 v0.5.3
5462024-08-02T16:44:47.478Z Downloaded tls_codec_derive v0.4.1
5472024-08-02T16:44:47.478Z Downloaded phf_shared v0.10.0
5482024-08-02T16:44:47.481Z Downloaded tls_codec v0.4.1
5492024-08-02T16:44:47.484Z Downloaded nu-ansi-term v0.50.0
5502024-08-02T16:44:47.486Z Downloaded slab v0.4.9
5512024-08-02T16:44:47.486Z Downloaded slog-dtrace v0.3.0
5522024-08-02T16:44:47.489Z Downloaded deranged v0.3.11
5532024-08-02T16:44:47.492Z Downloaded fastrand v2.1.0
5542024-08-02T16:44:47.492Z Downloaded password-hash v0.5.0
5552024-08-02T16:44:47.494Z Downloaded backoff v0.4.0
5562024-08-02T16:44:47.497Z Downloaded multer v3.1.0
5572024-08-02T16:44:47.500Z Downloaded futures-sink v0.3.30
5582024-08-02T16:44:47.502Z Downloaded oso v0.27.3
5592024-08-02T16:44:47.505Z Downloaded csv-core v0.1.11
5602024-08-02T16:44:47.508Z Downloaded sync_wrapper v0.1.2
5612024-08-02T16:44:47.508Z Downloaded base64ct v1.6.0
5622024-08-02T16:44:47.511Z Downloaded futures-task v0.3.30
5632024-08-02T16:44:47.514Z Downloaded hostname v0.4.0
5642024-08-02T16:44:47.514Z Downloaded tiny-keccak v2.0.2
5652024-08-02T16:44:47.517Z Downloaded thiserror-no-std v2.0.2
5662024-08-02T16:44:47.521Z Downloaded downcast v0.11.0
5672024-08-02T16:44:47.524Z Downloaded wyz v0.5.1
5682024-08-02T16:44:47.524Z Downloaded utf-8 v0.7.6
5692024-08-02T16:44:47.526Z Downloaded darling v0.20.9
5702024-08-02T16:44:47.529Z Downloaded strum v0.26.3
5712024-08-02T16:44:47.533Z Downloaded zone v0.1.8
5722024-08-02T16:44:47.533Z Downloaded memmap2 v0.9.4
5732024-08-02T16:44:47.537Z Downloaded fallible-iterator v0.2.0
5742024-08-02T16:44:47.537Z Downloaded display-error-chain v0.2.0
5752024-08-02T16:44:47.537Z Downloaded ahash v0.8.11
5762024-08-02T16:44:47.540Z Downloaded pkg-config v0.3.30
5772024-08-02T16:44:47.542Z Downloaded serde_arrays v0.1.0
5782024-08-02T16:44:47.545Z Downloaded rand_seeder v0.2.3
5792024-08-02T16:44:47.545Z Downloaded radium v0.7.0
5802024-08-02T16:44:47.547Z Downloaded indent_write v2.2.0
5812024-08-02T16:44:47.547Z Downloaded hash32 v0.3.1
5822024-08-02T16:44:47.550Z Downloaded slog-term v2.9.1
5832024-08-02T16:44:47.553Z Downloaded cancel-safe-futures v0.1.5
5842024-08-02T16:44:47.555Z Downloaded parking_lot v0.12.2
5852024-08-02T16:44:47.559Z Downloaded derive_builder v0.20.0
5862024-08-02T16:44:47.564Z Downloaded portpicker v0.1.1
5872024-08-02T16:44:47.567Z Downloaded slog-scope v4.4.0
5882024-08-02T16:44:47.570Z Downloaded signal-hook-registry v1.4.2
5892024-08-02T16:44:47.570Z Downloaded slog-stdlog v4.1.1
5902024-08-02T16:44:47.572Z Downloaded signal-hook-mio v0.2.3
5912024-08-02T16:44:47.572Z Downloaded smawk v0.3.2
5922024-08-02T16:44:47.575Z Downloaded smallvec v0.6.14
5932024-08-02T16:44:47.578Z Downloaded scopeguard v1.2.0
5942024-08-02T16:44:47.578Z Downloaded time-core v0.1.2
5952024-08-02T16:44:47.581Z Downloaded subtle v2.5.0
5962024-08-02T16:44:47.581Z Downloaded ref-cast-impl v1.0.23
5972024-08-02T16:44:47.584Z Downloaded tabwriter v1.4.0
5982024-08-02T16:44:47.584Z Downloaded structmeta-derive v0.3.0
5992024-08-02T16:44:47.586Z Downloaded cookie v0.18.1
6002024-08-02T16:44:47.589Z Downloaded unicode-xid v0.2.4
6012024-08-02T16:44:47.589Z Downloaded pkcs8 v0.10.2
6022024-08-02T16:44:47.592Z Downloaded walkdir v2.5.0
6032024-08-02T16:44:47.595Z Downloaded erased-serde v0.3.31
6042024-08-02T16:44:47.598Z Downloaded take_mut v0.2.2
6052024-08-02T16:44:47.600Z Downloaded derive_builder_macro v0.20.0
6062024-08-02T16:44:47.600Z Downloaded getopts v0.2.21
6072024-08-02T16:44:47.603Z Downloaded pkcs1 v0.7.5
6082024-08-02T16:44:47.606Z Downloaded gethostname v0.4.3
6092024-08-02T16:44:47.606Z Downloaded funty v2.0.0
6102024-08-02T16:44:47.608Z Downloaded fragile v2.0.0
6112024-08-02T16:44:47.611Z Downloaded enum-as-inner v0.5.1
6122024-08-02T16:44:47.611Z Downloaded uuid v1.10.0
6132024-08-02T16:44:47.614Z Downloaded base64 v0.22.1
6142024-08-02T16:44:47.618Z Downloaded crc-any v2.5.0
6152024-08-02T16:44:47.621Z Downloaded foreign-types-macros v0.2.3
6162024-08-02T16:44:47.624Z Downloaded darling_core v0.20.9
6172024-08-02T16:44:47.628Z Downloaded pin-utils v0.1.0
6182024-08-02T16:44:47.631Z Downloaded rand_xorshift v0.3.0
6192024-08-02T16:44:47.633Z Downloaded rustls-pemfile v1.0.4
6202024-08-02T16:44:47.636Z Downloaded precomputed-hash v0.1.1
6212024-08-02T16:44:47.636Z Downloaded serde-big-array v0.5.1
6222024-08-02T16:44:47.639Z Downloaded rand_chacha v0.3.1
6232024-08-02T16:44:47.639Z Downloaded proc-macro-crate v1.3.1
6242024-08-02T16:44:47.641Z Downloaded tower-service v0.3.2
6252024-08-02T16:44:47.641Z Downloaded supports-color v3.0.0
6262024-08-02T16:44:47.644Z Downloaded serde_repr v0.1.19
6272024-08-02T16:44:47.647Z Downloaded thiserror-impl-no-std v2.0.2
6282024-08-02T16:44:47.647Z Downloaded smf v0.2.3
6292024-08-02T16:44:47.650Z Downloaded vsss-rs v3.3.4
6302024-08-02T16:44:47.652Z Downloaded slog-json v2.6.1
6312024-08-02T16:44:47.655Z Downloaded tap v1.0.1
6322024-08-02T16:44:47.655Z Downloaded which v4.4.2
6332024-08-02T16:44:47.658Z Downloaded foreign-types v0.3.2
6342024-08-02T16:44:47.658Z Downloaded unicode-truncate v1.0.0
6352024-08-02T16:44:47.660Z Downloaded dirs-sys-next v0.1.2
6362024-08-02T16:44:47.664Z Downloaded vte_generate_state_changes v0.1.1
6372024-08-02T16:44:47.664Z Downloaded foreign-types v0.5.0
6382024-08-02T16:44:47.664Z Downloaded ff v0.13.0
6392024-08-02T16:44:47.667Z Downloaded httpdate v1.0.3
6402024-08-02T16:44:47.667Z Downloaded float-ord v0.3.2
6412024-08-02T16:44:47.670Z Downloaded filetime v0.2.23
6422024-08-02T16:44:47.670Z Downloaded hmac v0.12.1
6432024-08-02T16:44:47.673Z Downloaded httparse v1.8.0
6442024-08-02T16:44:47.676Z Downloaded universal-hash v0.5.1
6452024-08-02T16:44:47.676Z Downloaded http-range v0.1.5
6462024-08-02T16:44:47.679Z Downloaded http-body v0.4.6
6472024-08-02T16:44:47.679Z Downloaded phf v0.11.2
6482024-08-02T16:44:47.682Z Downloaded crypto-bigint v0.5.5
6492024-08-02T16:44:47.688Z Downloaded const_format v0.2.32
6502024-08-02T16:44:47.693Z Downloaded ppv-lite86 v0.2.17
6512024-08-02T16:44:47.696Z Downloaded powerfmt v0.2.0
6522024-08-02T16:44:47.698Z Downloaded stable_deref_trait v1.2.0
6532024-08-02T16:44:47.698Z Downloaded itertools v0.13.0
6542024-08-02T16:44:47.705Z Downloaded toml v0.7.8
6552024-08-02T16:44:47.710Z Downloaded headers-core v0.2.0
6562024-08-02T16:44:47.713Z Downloaded dyn-clone v1.0.17
6572024-08-02T16:44:47.715Z Downloaded mio v0.8.11
6582024-08-02T16:44:47.719Z Downloaded zip v0.6.6
6592024-08-02T16:44:47.724Z Downloaded predicates-core v1.0.6
6602024-08-02T16:44:47.734Z Downloaded float-cmp v0.9.0
6612024-08-02T16:44:47.737Z Downloaded resolv-conf v0.7.0
6622024-08-02T16:44:47.739Z Downloaded crossbeam-channel v0.5.12
6632024-08-02T16:44:47.743Z Downloaded predicates-tree v1.0.9
6642024-08-02T16:44:47.746Z Downloaded want v0.3.1
6652024-08-02T16:44:47.746Z Downloaded serde_urlencoded v0.7.1
6662024-08-02T16:44:47.748Z Downloaded spki v0.7.3
6672024-08-02T16:44:47.751Z Downloaded pretty-hex v0.2.1
6682024-08-02T16:44:47.751Z Downloaded rustversion v1.0.17
6692024-08-02T16:44:47.755Z Downloaded rustc-demangle v0.1.24
6702024-08-02T16:44:47.757Z Downloaded rpassword v7.3.1
6712024-08-02T16:44:47.757Z Downloaded rusty-fork v0.3.0
6722024-08-02T16:44:47.761Z Downloaded difflib v0.4.0
6732024-08-02T16:44:47.764Z Downloaded hash32 v0.2.1
6742024-08-02T16:44:47.764Z Downloaded embedded-io v0.4.0
6752024-08-02T16:44:47.767Z Downloaded slog-async v2.8.0
6762024-08-02T16:44:47.767Z Downloaded rustls-pki-types v1.7.0
6772024-08-02T16:44:47.769Z Downloaded tracing-core v0.1.32
6782024-08-02T16:44:47.772Z Downloaded rustc-hash v1.1.0
6792024-08-02T16:44:47.775Z Downloaded heck v0.3.3
6802024-08-02T16:44:47.775Z Downloaded topological-sort v0.2.2
6812024-08-02T16:44:47.778Z Downloaded pem-rfc7468 v0.7.0
6822024-08-02T16:44:47.781Z Downloaded unicode-segmentation v1.11.0
6832024-08-02T16:44:47.783Z Downloaded minimal-lexical v0.2.1
6842024-08-02T16:44:47.786Z Downloaded rustfmt-wrapper v0.2.1
6852024-08-02T16:44:47.789Z Downloaded futures-executor v0.3.30
6862024-08-02T16:44:47.792Z Downloaded flagset v0.4.5
6872024-08-02T16:44:47.792Z Downloaded rustc_version v0.4.0
6882024-08-02T16:44:47.795Z Downloaded rustc_version v0.1.7
6892024-08-02T16:44:47.795Z Downloaded r2d2 v0.8.10
6902024-08-02T16:44:47.798Z Downloaded spin v0.5.2
6912024-08-02T16:44:47.798Z Downloaded structmeta v0.3.0
6922024-08-02T16:44:47.801Z Downloaded sqlformat v0.2.4
6932024-08-02T16:44:47.801Z Downloaded itertools v0.10.5
6942024-08-02T16:44:47.807Z Downloaded tungstenite v0.20.1
6952024-08-02T16:44:47.811Z Downloaded fxhash v0.2.1
6962024-08-02T16:44:47.815Z Downloaded shlex v1.3.0
6972024-08-02T16:44:47.815Z Downloaded unsafe-libyaml v0.2.11
6982024-08-02T16:44:47.817Z Downloaded snafu v0.8.2
6992024-08-02T16:44:47.824Z Downloaded either v1.12.0
7002024-08-02T16:44:47.826Z Downloaded termtree v0.4.1
7012024-08-02T16:44:47.829Z Downloaded futures-macro v0.3.30
7022024-08-02T16:44:47.829Z Downloaded rustls-pemfile v2.1.2
7032024-08-02T16:44:47.832Z Downloaded itertools v0.12.1
7042024-08-02T16:44:47.838Z Downloaded phf_shared v0.11.2
7052024-08-02T16:44:47.841Z Downloaded dirs-next v2.0.0
7062024-08-02T16:44:47.841Z Downloaded form_urlencoded v1.2.1
7072024-08-02T16:44:47.844Z Downloaded libxml v0.3.3
7082024-08-02T16:44:47.848Z Downloaded spin v0.9.8
7092024-08-02T16:44:47.851Z Downloaded yasna v0.5.2
7102024-08-02T16:44:47.854Z Downloaded similar v2.5.0
7112024-08-02T16:44:47.862Z Downloaded waitgroup v0.1.2
7122024-08-02T16:44:47.862Z Downloaded predicates v3.1.0
7132024-08-02T16:44:47.862Z Downloaded fd-lock v4.0.2
7142024-08-02T16:44:47.866Z Downloaded slog-envlogger v2.2.0
7152024-08-02T16:44:47.866Z Downloaded x509-cert v0.2.5
7162024-08-02T16:44:47.872Z Downloaded diesel_table_macro_syntax v0.1.0
7172024-08-02T16:44:47.875Z Downloaded futures-io v0.3.30
7182024-08-02T16:44:47.875Z Downloaded futures-core v0.3.30
7192024-08-02T16:44:47.878Z Downloaded unarray v0.1.4
7202024-08-02T16:44:47.878Z Downloaded indexmap v1.9.3
7212024-08-02T16:44:47.881Z Downloaded unicase v2.7.0
7222024-08-02T16:44:47.883Z Downloaded tracing-attributes v0.1.27
7232024-08-02T16:44:47.886Z Downloaded hyper-tls v0.5.0
7242024-08-02T16:44:47.886Z Downloaded siphasher v0.3.11
7252024-08-02T16:44:47.889Z Downloaded sec1 v0.7.3
7262024-08-02T16:44:47.892Z Downloaded heapless v0.7.17
7272024-08-02T16:44:47.895Z Downloaded tungstenite v0.21.0
7282024-08-02T16:44:47.898Z Downloaded schemars v0.8.21
7292024-08-02T16:44:47.910Z Downloaded whoami v1.5.1
7302024-08-02T16:44:47.913Z Downloaded unicode-linebreak v0.1.5
7312024-08-02T16:44:47.915Z Downloaded flume v0.11.0
7322024-08-02T16:44:47.918Z Downloaded diesel_derives v2.1.4
7332024-08-02T16:44:47.921Z Downloaded term v0.7.0
7342024-08-02T16:44:47.924Z Downloaded untrusted v0.9.0
7352024-08-02T16:44:47.927Z Downloaded expectorate v1.1.0
7362024-08-02T16:44:47.927Z Downloaded secrecy v0.8.0
7372024-08-02T16:44:47.933Z Downloaded termcolor v1.4.1
7382024-08-02T16:44:47.935Z Downloaded untrusted v0.7.1
7392024-08-02T16:44:47.935Z Downloaded tokio-rustls v0.25.0
7402024-08-02T16:44:47.935Z Downloaded slog v2.7.0
7412024-08-02T16:44:47.935Z Downloaded hyper-rustls v0.24.2
7422024-08-02T16:44:47.938Z Downloaded tar v0.4.41
7432024-08-02T16:44:47.941Z Downloaded indicatif v0.17.8
7442024-08-02T16:44:47.944Z Downloaded crossterm v0.27.0
7452024-08-02T16:44:47.949Z Downloaded tokio-stream v0.1.15
7462024-08-02T16:44:47.952Z Downloaded sct v0.7.1
7472024-08-02T16:44:47.956Z Downloaded tokio-tungstenite v0.21.0
7482024-08-02T16:44:47.959Z Downloaded ron v0.8.1
7492024-08-02T16:44:47.963Z Downloaded ena v0.14.3
7502024-08-02T16:44:47.966Z Downloaded schemars_derive v0.8.21
7512024-08-02T16:44:47.966Z Downloaded pin-project-lite v0.2.14
7522024-08-02T16:44:47.971Z Downloaded pin-project-internal v1.1.5
7532024-08-02T16:44:47.973Z Downloaded samael v0.0.15
7542024-08-02T16:44:47.977Z Downloaded ron v0.7.1
7552024-08-02T16:44:47.981Z Downloaded postgres-protocol v0.6.7
7562024-08-02T16:44:47.984Z Downloaded diff v0.1.13
7572024-08-02T16:44:47.987Z Downloaded typed-path v0.7.1
7582024-08-02T16:44:47.991Z Downloaded prettyplease v0.2.20
7592024-08-02T16:44:47.994Z Downloaded humantime v2.1.0
7602024-08-02T16:44:47.997Z Downloaded futures-channel v0.3.30
7612024-08-02T16:44:47.997Z Downloaded heapless v0.8.0
7622024-08-02T16:44:48.001Z Downloaded flate2 v1.0.30
7632024-08-02T16:44:48.006Z Downloaded headers v0.3.9
7642024-08-02T16:44:48.011Z Downloaded zeroize_derive v1.4.2
7652024-08-02T16:44:48.014Z Downloaded iana-time-zone v0.1.60
7662024-08-02T16:44:48.016Z Downloaded serde_with_macros v3.8.3
7672024-08-02T16:44:48.016Z Downloaded snafu-derive v0.8.2
7682024-08-02T16:44:48.019Z Downloaded pin-project v1.1.5
7692024-08-02T16:44:48.028Z Downloaded elliptic-curve v0.13.8
7702024-08-02T16:44:48.031Z Downloaded tokio-rustls v0.24.1
7712024-08-02T16:44:48.034Z Downloaded trust-dns-client v0.22.0
7722024-08-02T16:44:48.039Z Downloaded futures v0.3.30
7732024-08-02T16:44:48.043Z Downloaded publicsuffix v2.2.3
7742024-08-02T16:44:48.046Z Downloaded textwrap v0.16.1
7752024-08-02T16:44:48.049Z Downloaded test-strategy v0.3.1
7762024-08-02T16:44:48.052Z Downloaded regex-automata v0.1.10
7772024-08-02T16:44:48.056Z Downloaded blake3 v1.5.1
7782024-08-02T16:44:48.063Z Downloaded lalrpop v0.19.12
7792024-08-02T16:44:48.074Z Downloaded socket2 v0.4.10
7802024-08-02T16:44:48.077Z Downloaded zerocopy v0.6.6
7812024-08-02T16:44:48.080Z Downloaded rustyline v14.0.0
7822024-08-02T16:44:48.083Z Downloaded tokio-postgres v0.7.11
7832024-08-02T16:44:48.089Z Downloaded rayon v1.10.0
7842024-08-02T16:44:48.096Z Downloaded rsa v0.9.6
7852024-08-02T16:44:48.101Z Downloaded serde_yaml v0.9.34+deprecated
7862024-08-02T16:44:48.104Z Downloaded hashbrown v0.13.2
7872024-08-02T16:44:48.108Z Downloaded toml_edit v0.19.15
7882024-08-02T16:44:48.124Z Downloaded rand v0.8.5
7892024-08-02T16:44:48.127Z Downloaded url v2.5.2
7902024-08-02T16:44:48.130Z Downloaded hkdf v0.12.4
7912024-08-02T16:44:48.132Z Downloaded reedline v0.31.0
7922024-08-02T16:44:48.139Z Downloaded quick-xml v0.31.0
7932024-08-02T16:44:48.144Z Downloaded trust-dns-resolver v0.22.0
7942024-08-02T16:44:48.148Z Downloaded tough v0.17.1
7952024-08-02T16:44:48.156Z Downloaded serde_with v3.8.3
7962024-08-02T16:44:48.164Z Downloaded rustls-webpki v0.102.4
7972024-08-02T16:44:48.181Z Downloaded nix v0.28.0
7982024-08-02T16:44:48.192Z Downloaded rustls-webpki v0.101.7
7992024-08-02T16:44:48.205Z Downloaded polar-core v0.27.3
8002024-08-02T16:44:48.213Z Downloaded regex-syntax v0.6.29
8012024-08-02T16:44:48.219Z Downloaded tokio-util v0.7.11
8022024-08-02T16:44:48.226Z Downloaded smoltcp v0.11.0
8032024-08-02T16:44:48.237Z Downloaded proptest v1.4.0
8042024-08-02T16:44:48.245Z Downloaded webpki-roots v0.25.4
8052024-08-02T16:44:48.249Z Downloaded openapiv3 v2.0.0
8062024-08-02T16:44:48.260Z Downloaded idna v0.3.0
8072024-08-02T16:44:48.266Z Downloaded radix_trie v0.2.1
8082024-08-02T16:44:48.272Z Downloaded regress v0.9.1
8092024-08-02T16:44:48.280Z Downloaded regex-syntax v0.8.3
8102024-08-02T16:44:48.288Z Downloaded hyper v0.14.28
8112024-08-02T16:44:48.295Z Downloaded idna v0.5.0
8122024-08-02T16:44:48.301Z Downloaded bstr v0.2.17
8132024-08-02T16:44:48.310Z Downloaded regex v1.10.5
8142024-08-02T16:44:48.322Z Downloaded rustls v0.21.12
8152024-08-02T16:44:48.333Z Downloaded ratatui v0.27.0
8162024-08-02T16:44:48.350Z Downloaded rustls v0.22.4
8172024-08-02T16:44:48.362Z Downloaded idna v0.2.3
8182024-08-02T16:44:48.369Z Downloaded regex-automata v0.4.6
8192024-08-02T16:44:48.385Z Downloaded trust-dns-proto v0.22.0
8202024-08-02T16:44:48.396Z Downloaded zerocopy-derive v0.6.6
8212024-08-02T16:44:48.405Z Downloaded bstr v1.9.1
8222024-08-02T16:44:48.417Z Downloaded tokio v1.38.1
8232024-08-02T16:44:48.453Z Downloaded petgraph v0.6.5
8242024-08-02T16:44:48.471Z Downloaded sled v0.34.7
8252024-08-02T16:44:48.480Z Downloaded diesel v2.1.6
8262024-08-02T16:44:48.514Z Downloaded bzip2-sys v0.1.11+1.0.8
8272024-08-02T16:44:48.517Z Downloaded vcpkg v0.2.15
8282024-08-02T16:44:48.547Z Downloaded finl_unicode v1.2.0
8292024-08-02T16:44:48.560Z Downloaded smoltcp v0.9.1
8302024-08-02T16:44:48.572Z Downloaded curve25519-dalek v4.1.3
8312024-08-02T16:44:48.580Z Downloaded chrono v0.4.38
8322024-08-02T16:44:48.587Z Downloaded csv v1.3.0
8332024-08-02T16:44:48.607Z Downloaded sha3 v0.10.8
8342024-08-02T16:44:48.611Z Downloaded gimli v0.28.1
8352024-08-02T16:44:48.621Z Downloaded nix v0.27.1
8362024-08-02T16:44:48.630Z Downloaded bitvec v1.0.1
8372024-08-02T16:44:48.644Z Downloaded encoding_rs v0.8.34
8382024-08-02T16:44:48.665Z Downloaded reqwest v0.11.27
8392024-08-02T16:44:48.671Z Downloaded bindgen v0.69.4
8402024-08-02T16:44:48.678Z Downloaded h2 v0.3.26
8412024-08-02T16:44:48.684Z Downloaded openssl v0.10.66
8422024-08-02T16:44:48.693Z Downloaded object v0.30.4
8432024-08-02T16:44:48.703Z Downloaded winnow v0.5.40
8442024-08-02T16:44:48.711Z Downloaded object v0.32.2
8452024-08-02T16:44:48.721Z Downloaded steno v0.4.1
8462024-08-02T16:44:48.724Z Downloaded time v0.3.36
8472024-08-02T16:44:48.731Z Downloaded unicode-normalization v0.1.23
8482024-08-02T16:44:48.734Z Downloaded sqlparser v0.45.0
8492024-08-02T16:44:48.740Z Downloaded rayon-core v1.12.1
8502024-08-02T16:44:48.743Z Downloaded futures-util v0.3.30
8512024-08-02T16:44:48.754Z Downloaded unicode-bidi v0.3.15
8522024-08-02T16:44:48.756Z Downloaded portable-atomic v1.6.0
8532024-08-02T16:44:48.762Z Downloaded trust-dns-server v0.22.1
8542024-08-02T16:44:48.767Z Downloaded rcgen v0.12.1
8552024-08-02T16:44:48.770Z Downloaded tempfile v3.10.1
8562024-08-02T16:44:48.775Z Downloaded half v2.4.1
8572024-08-02T16:44:48.778Z Downloaded tokio-tungstenite v0.20.1
8582024-08-02T16:44:48.780Z Downloaded socket2 v0.5.7
8592024-08-02T16:44:48.783Z Downloaded hashbrown v0.12.3
8602024-08-02T16:44:48.786Z Downloaded aho-corasick v1.1.3
8612024-08-02T16:44:48.791Z Downloaded tracing v0.1.40
8622024-08-02T16:44:48.795Z Downloaded http v1.1.0
8632024-08-02T16:44:48.798Z Downloaded glob v0.3.1
8642024-08-02T16:44:48.801Z Downloaded scheduled-thread-pool v0.2.7
8652024-08-02T16:44:48.801Z Downloaded psl-types v2.0.11
8662024-08-02T16:44:48.804Z Downloaded globset v0.4.14
8672024-08-02T16:44:48.807Z Downloaded endian-type v0.1.2
8682024-08-02T16:44:48.807Z Downloaded group v0.13.0
8692024-08-02T16:44:48.807Z Downloaded percent-encoding v2.3.1
8702024-08-02T16:44:48.810Z Downloaded derive_more v0.99.18
8712024-08-02T16:44:48.812Z Downloaded libm v0.2.8
8722024-08-02T16:44:48.819Z Downloaded same-file v1.0.6
8732024-08-02T16:44:48.822Z Downloaded semver v0.1.20
8742024-08-02T16:44:48.822Z Downloaded unicode_categories v0.1.1
8752024-08-02T16:44:48.825Z Downloaded http v0.2.12
8762024-08-02T16:44:48.827Z Downloaded ident_case v1.0.1
8772024-08-02T16:44:48.827Z Downloaded xattr v1.3.1
8782024-08-02T16:44:48.830Z Downloaded sigpipe v0.1.3
8792024-08-02T16:44:48.830Z Downloaded signature v2.2.0
8802024-08-02T16:44:48.833Z Downloaded structmeta-derive v0.2.0
8812024-08-02T16:44:48.833Z Downloaded static_assertions v1.1.0
8822024-08-02T16:44:48.833Z Downloaded rtoolbox v0.0.2
8832024-08-02T16:44:48.836Z Downloaded num-bigint-dig v0.8.4
8842024-08-02T16:44:48.839Z Downloaded toml v0.5.11
8852024-08-02T16:44:48.842Z Downloaded postgres-types v0.2.7
8862024-08-02T16:44:48.844Z Downloaded hyper-staticfile v0.9.5
8872024-08-02T16:44:48.844Z Downloaded postcard v1.0.8
8882024-08-02T16:44:48.847Z Downloaded nom v7.1.3
8892024-08-02T16:44:48.852Z Downloaded quick-error v1.2.3
8902024-08-02T16:44:48.855Z Downloaded fixedbitset v0.4.2
8912024-08-02T16:44:48.855Z Downloaded uzers v0.11.3
8922024-08-02T16:44:48.858Z Downloaded openssl-sys v0.9.103
8932024-08-02T16:44:48.860Z Downloaded num-bigint v0.4.5
8942024-08-02T16:44:48.865Z Downloaded derive_builder_core v0.20.0
8952024-08-02T16:44:48.867Z Downloaded getrandom v0.2.14
8962024-08-02T16:44:48.870Z Downloaded wait-timeout v0.2.0
8972024-08-02T16:44:48.873Z Downloaded strip-ansi-escapes v0.2.0
8982024-08-02T16:44:48.873Z Downloaded chacha20poly1305 v0.10.1
8992024-08-02T16:44:48.876Z Downloaded toolchain_find v0.4.0
9002024-08-02T16:44:48.876Z Downloaded hex v0.4.3
9012024-08-02T16:44:48.876Z Downloaded structmeta v0.2.0
9022024-08-02T16:44:48.878Z Downloaded stringprep v0.1.4
9032024-08-02T16:44:48.878Z Downloaded slog-bunyan v2.5.0
9042024-08-02T16:44:48.878Z Downloaded sha1 v0.10.6
9052024-08-02T16:44:48.881Z Downloaded time-macros v0.2.18
9062024-08-02T16:44:48.884Z Downloaded thread_local v1.1.8
9072024-08-02T16:44:48.884Z Downloaded env_logger v0.10.2
9082024-08-02T16:44:48.887Z Downloaded poly1305 v0.8.0
9092024-08-02T16:44:48.889Z Downloaded cc v1.0.97
9102024-08-02T16:44:48.892Z Downloaded indoc v1.0.9
9112024-08-02T16:44:48.895Z Downloaded signal-hook v0.3.17
9122024-08-02T16:44:48.897Z Downloaded ring v0.17.8
9132024-08-02T16:44:48.964Z Downloaded tokio-native-tls v0.3.1
9142024-08-02T16:44:48.967Z Downloaded env_logger v0.9.3
9152024-08-02T16:44:48.970Z Downloaded vte v0.11.1
9162024-08-02T16:44:48.970Z Downloaded base64 v0.21.7
9172024-08-02T16:44:48.973Z Downloaded string_cache v0.8.7
9182024-08-02T16:44:48.976Z Downloaded serde_plain v1.0.2
9192024-08-02T16:44:48.976Z Downloaded serde_path_to_error v0.1.16
9202024-08-02T16:44:48.978Z Downloaded tui-tree-widget v0.21.0
9212024-08-02T16:44:48.978Z Downloaded fatfs v0.3.6
9222024-08-02T16:44:48.981Z Downloaded rand_core v0.6.4
9232024-08-02T16:44:48.985Z Downloaded smallvec v1.13.2
9242024-08-02T16:44:48.985Z Downloaded serde_derive_internals v0.29.1
9252024-08-02T16:44:48.987Z Downloaded tinyvec v1.6.0
9262024-08-02T16:44:48.990Z Downloaded der v0.7.9
9272024-08-02T16:44:48.993Z Downloaded strum_macros v0.26.4
9282024-08-02T16:44:48.996Z Downloaded hubpack v0.1.2
9292024-08-02T16:44:48.998Z Downloaded highway v1.1.0
9302024-08-02T16:44:48.999Z Downloaded derive-where v1.2.7
9312024-08-02T16:44:49.002Z Downloaded compact_str v0.7.1
9322024-08-02T16:44:49.004Z Downloaded ring v0.16.20
9332024-08-02T16:44:49.083Z Downloaded zeroize v1.7.0
9342024-08-02T16:44:49.086Z Downloaded der_derive v0.7.2
9352024-08-02T16:44:49.086Z Downloaded bytes v1.6.0
9362024-08-02T16:44:49.089Z Downloaded strum_macros v0.24.3
9372024-08-02T16:44:49.092Z Downloaded subprocess v0.2.9
9382024-08-02T16:44:49.095Z Downloaded ref-cast v1.0.23
9392024-08-02T16:44:49.095Z Downloaded backtrace v0.3.71
9402024-08-02T16:44:49.100Z Downloaded hubpack_derive v0.1.1
9412024-08-02T16:44:49.102Z Downloaded crossbeam-epoch v0.9.18
9422024-08-02T16:44:49.102Z Downloaded clang-sys v1.7.0
9432024-08-02T16:44:49.105Z Downloaded allocator-api2 v0.2.18
9442024-08-02T16:44:49.109Z Downloaded num-traits v0.2.19
9452024-08-02T16:44:49.111Z Downloaded serde-hex v0.1.0
9462024-08-02T16:44:49.112Z Downloaded arc-swap v1.7.1
9472024-08-02T16:44:49.114Z Downloaded base64 v0.13.1
9482024-08-02T16:44:49.117Z Downloaded hostname v0.3.1
9492024-08-02T16:44:49.120Z Downloaded home v0.5.9
9502024-08-02T16:44:49.120Z Downloaded ciborium v0.2.2
9512024-08-02T16:44:49.123Z Downloaded crossbeam-utils v0.8.19
9522024-08-02T16:44:49.123Z Downloaded const-oid v0.9.6
9532024-08-02T16:44:49.126Z Downloaded blake2 v0.10.6
9542024-08-02T16:44:49.129Z Downloaded signal-hook-tokio v0.3.1
9552024-08-02T16:44:49.129Z Downloaded shell-words v1.1.0
9562024-08-02T16:44:49.129Z Downloaded parking_lot_core v0.9.10
9572024-08-02T16:44:49.133Z Downloaded num-complex v0.4.6
9582024-08-02T16:44:49.133Z Downloaded ascii v1.1.0
9592024-08-02T16:44:49.135Z Downloaded mockall v0.12.1
9602024-08-02T16:44:49.135Z Downloaded miniz_oxide v0.7.2
9612024-08-02T16:44:49.138Z Downloaded bcs v0.1.6
9622024-08-02T16:44:49.138Z Downloaded tokio-macros v2.3.0
9632024-08-02T16:44:49.141Z Downloaded termios v0.3.3
9642024-08-02T16:44:49.141Z Downloaded strum_macros v0.25.3
9652024-08-02T16:44:49.144Z Downloaded mockall_derive v0.12.1
9662024-08-02T16:44:49.144Z Downloaded async-trait v0.1.81
9672024-08-02T16:44:49.147Z Downloaded parse-display-derive v0.9.1
9682024-08-02T16:44:49.149Z Downloaded omicron-zone-package v0.11.0
9692024-08-02T16:44:49.152Z Downloaded cobs v0.2.3
9702024-08-02T16:44:49.152Z Downloaded newtype-uuid v1.1.0
9712024-08-02T16:44:49.152Z Downloaded crc32fast v1.4.0
9722024-08-02T16:44:49.155Z Downloaded cfg_aliases v0.1.1
9732024-08-02T16:44:49.155Z Downloaded const_format_proc_macros v0.2.32
9742024-08-02T16:44:49.158Z Downloaded mime v0.3.17
9752024-08-02T16:44:49.158Z Downloaded ipnetwork v0.20.0
9762024-08-02T16:44:49.160Z Downloaded console v0.15.8
9772024-08-02T16:44:49.163Z Downloaded block-padding v0.3.3
9782024-08-02T16:44:49.163Z Downloaded native-tls v0.2.11
9792024-08-02T16:44:49.163Z Downloaded num v0.4.3
9802024-08-02T16:44:49.166Z Downloaded lru-cache v0.1.2
9812024-08-02T16:44:49.166Z Downloaded libefi-sys v0.1.0
9822024-08-02T16:44:49.166Z Downloaded keccak v0.1.5
9832024-08-02T16:44:49.169Z Downloaded impl-trait-for-tuples v0.2.2
9842024-08-02T16:44:49.171Z Downloaded bitflags v1.3.2
9852024-08-02T16:44:49.171Z Downloaded async-stream v0.3.5
9862024-08-02T16:44:49.174Z Downloaded arrayref v0.3.7
9872024-08-02T16:44:49.174Z Downloaded cexpr v0.6.0
9882024-08-02T16:44:49.177Z Downloaded adler v1.0.2
9892024-08-02T16:44:49.177Z Downloaded num_threads v0.1.7
9902024-08-02T16:44:49.179Z Downloaded nodrop v0.1.14
9912024-08-02T16:44:49.179Z Downloaded normalize-line-endings v0.3.0
9922024-08-02T16:44:49.179Z Downloaded defmt-parser v0.3.4
9932024-08-02T16:44:49.180Z Downloaded convert_case v0.4.0
9942024-08-02T16:44:49.182Z Downloaded castaway v0.2.2
9952024-08-02T16:44:49.182Z Downloaded bitfield-struct v0.6.1
9962024-08-02T16:44:49.182Z Downloaded base16ct v0.2.0
9972024-08-02T16:44:49.185Z Downloaded num-rational v0.4.2
9982024-08-02T16:44:49.185Z Downloaded new_debug_unreachable v1.0.6
9992024-08-02T16:44:49.185Z Downloaded maplit v1.0.2
10002024-08-02T16:44:49.188Z Downloaded lazy_static v1.5.0
10012024-08-02T16:44:49.188Z Downloaded paste v1.0.15
10022024-08-02T16:44:49.191Z Downloaded md-5 v0.10.6
10032024-08-02T16:44:49.191Z Downloaded maybe-uninit v2.0.0
10042024-08-02T16:44:49.193Z Downloaded crunchy v0.2.2
10052024-08-02T16:44:49.193Z Downloaded crossbeam-deque v0.8.5
10062024-08-02T16:44:49.193Z Downloaded ciborium-ll v0.2.2
10072024-08-02T16:44:49.196Z Downloaded instant v0.1.12
10082024-08-02T16:44:49.196Z Downloaded camino-tempfile v1.1.1
10092024-08-02T16:44:49.199Z Downloaded buf-list v1.0.3
10102024-08-02T16:44:49.199Z Downloaded bb8 v0.8.5
10112024-08-02T16:44:49.201Z Downloaded ascii-canvas v3.0.0
10122024-08-02T16:44:49.201Z Downloaded aead v0.5.2
10132024-08-02T16:44:49.201Z Downloaded cassowary v0.3.0
10142024-08-02T16:44:49.204Z Downloaded bitstruct_derive v0.1.0
10152024-08-02T16:44:49.204Z Downloaded atomicwrites v0.4.3
10162024-08-02T16:44:49.204Z Downloaded kstat-rs v0.2.4
10172024-08-02T16:44:49.285Z Compiling cfg-if v1.0.0
10182024-08-02T16:44:49.285Z Compiling serde v1.0.204
10192024-08-02T16:44:49.288Z Compiling lock_api v0.4.12
10202024-08-02T16:44:49.288Z Compiling scopeguard v1.2.0
10212024-08-02T16:44:49.288Z Compiling log v0.4.21
10222024-08-02T16:44:49.288Z Compiling syn v2.0.72
10232024-08-02T16:44:49.288Z Compiling cc v1.0.97
10242024-08-02T16:44:49.410Z Compiling parking_lot_core v0.9.10
10252024-08-02T16:44:49.492Z Compiling getrandom v0.2.14
10262024-08-02T16:44:49.529Z Compiling smallvec v1.13.2
10272024-08-02T16:44:49.829Z Compiling rand_core v0.6.4
10282024-08-02T16:44:49.917Z Compiling typenum v1.17.0
10292024-08-02T16:44:49.952Z Compiling generic-array v0.14.7
10302024-08-02T16:44:49.969Z Compiling pin-project-lite v0.2.14
10312024-08-02T16:44:50.086Z Compiling signal-hook-registry v1.4.2
10322024-08-02T16:44:50.253Z Compiling parking_lot v0.12.2
10332024-08-02T16:44:50.301Z Compiling spin v0.9.8
10342024-08-02T16:44:50.361Z Compiling mio v0.8.11
10352024-08-02T16:44:50.596Z Compiling serde_json v1.0.120
10362024-08-02T16:44:50.698Z Compiling libm v0.2.8
10372024-08-02T16:44:50.921Z Compiling num-traits v0.2.19
10382024-08-02T16:44:50.951Z Compiling ahash v0.8.11
10392024-08-02T16:44:51.022Z Compiling futures-core v0.3.30
10402024-08-02T16:44:51.167Z Compiling tinyvec_macros v0.1.1
10412024-08-02T16:44:51.242Z Compiling tinyvec v1.6.0
10422024-08-02T16:44:51.314Z Compiling num_cpus v1.16.0
10432024-08-02T16:44:51.400Z Compiling socket2 v0.5.7
10442024-08-02T16:44:51.425Z Compiling const-oid v0.9.6
10452024-08-02T16:44:51.658Z Compiling subtle v2.5.0
10462024-08-02T16:44:52.123Z Compiling slab v0.4.9
10472024-08-02T16:44:52.583Z Compiling allocator-api2 v0.2.18
10482024-08-02T16:44:52.734Z Compiling futures-sink v0.3.30
10492024-08-02T16:44:52.844Z Compiling unicode-normalization v0.1.23
10502024-08-02T16:44:52.862Z Compiling unicode-bidi v0.3.15
10512024-08-02T16:44:53.134Z Compiling futures-channel v0.3.30
10522024-08-02T16:44:53.307Z Compiling pin-utils v0.1.0
10532024-08-02T16:44:53.375Z Compiling vcpkg v0.2.15
10542024-08-02T16:44:53.409Z Compiling pkg-config v0.3.30
10552024-08-02T16:44:53.585Z Compiling futures-task v0.3.30
10562024-08-02T16:44:53.600Z Compiling futures-io v0.3.30
10572024-08-02T16:44:53.890Z Compiling ring v0.17.8
10582024-08-02T16:44:53.937Z Compiling percent-encoding v2.3.1
10592024-08-02T16:44:53.971Z Compiling ppv-lite86 v0.2.17
10602024-08-02T16:44:54.305Z Compiling tracing-core v0.1.32
10612024-08-02T16:44:54.494Z Compiling syn v1.0.109
10622024-08-02T16:44:54.670Z Compiling num-conv v0.1.0
10632024-08-02T16:44:54.756Z Compiling rand_chacha v0.3.1
10642024-08-02T16:44:54.958Z Compiling untrusted v0.9.0
10652024-08-02T16:44:55.029Z Compiling powerfmt v0.2.0
10662024-08-02T16:44:55.122Z Compiling time-core v0.1.2
10672024-08-02T16:44:55.174Z Compiling rustix v0.38.34
10682024-08-02T16:44:55.299Z Compiling time-macros v0.2.18
10692024-08-02T16:44:55.456Z Compiling deranged v0.3.11
10702024-08-02T16:44:55.737Z Compiling openssl-sys v0.9.103
10712024-08-02T16:44:55.755Z Compiling rand v0.8.5
10722024-08-02T16:44:57.086Z Compiling httparse v1.8.0
10732024-08-02T16:44:57.089Z Compiling base64ct v1.6.0
10742024-08-02T16:44:57.089Z Compiling iana-time-zone v0.1.60
10752024-08-02T16:44:57.089Z Compiling num_threads v0.1.7
10762024-08-02T16:44:57.160Z Compiling foreign-types-shared v0.1.1
10772024-08-02T16:44:57.183Z Compiling rustversion v1.0.17
10782024-08-02T16:44:57.255Z Compiling openssl v0.10.66
10792024-08-02T16:44:57.366Z Compiling foreign-types v0.3.2
10802024-08-02T16:44:57.452Z Compiling pem-rfc7468 v0.7.0
10812024-08-02T16:44:57.633Z Compiling form_urlencoded v1.2.1
10822024-08-02T16:44:57.833Z Compiling crossbeam-utils v0.8.19
10832024-08-02T16:44:57.899Z Compiling flagset v0.4.5
10842024-08-02T16:44:58.082Z Compiling try-lock v0.2.5
10852024-08-02T16:44:58.143Z Compiling native-tls v0.2.11
10862024-08-02T16:44:58.207Z Compiling siphasher v0.3.11
10872024-08-02T16:44:58.335Z Compiling time v0.3.36
10882024-08-02T16:44:58.365Z Compiling rustls v0.21.12
10892024-08-02T16:44:58.406Z Compiling want v0.3.1
10902024-08-02T16:44:58.661Z Compiling serde_derive_internals v0.29.1
10912024-08-02T16:44:59.085Z Compiling idna v0.5.0
10922024-08-02T16:44:59.928Z Compiling lazy_static v1.5.0
10932024-08-02T16:45:00.027Z Compiling socket2 v0.4.10
10942024-08-02T16:45:00.453Z Compiling aho-corasick v1.1.3
10952024-08-02T16:45:00.808Z Compiling cookie v0.17.0
10962024-08-02T16:45:01.042Z Compiling tower-service v0.3.2
10972024-08-02T16:45:01.057Z Compiling slog v2.7.0
10982024-08-02T16:45:01.145Z Compiling httpdate v1.0.3
10992024-08-02T16:45:01.566Z Compiling openssl-probe v0.1.5
11002024-08-02T16:45:01.609Z Compiling adler v1.0.2
11012024-08-02T16:45:01.861Z Compiling cpufeatures v0.2.12
11022024-08-02T16:45:01.876Z Compiling schemars v0.8.21
11032024-08-02T16:45:01.954Z Compiling finl_unicode v1.2.0
11042024-08-02T16:45:02.178Z Compiling regex-syntax v0.8.3
11052024-08-02T16:45:02.485Z Compiling signal-hook v0.3.17
11062024-08-02T16:45:02.668Z Compiling stringprep v0.1.4
11072024-08-02T16:45:02.768Z Compiling miniz_oxide v0.7.2
11082024-08-02T16:45:03.265Z Compiling url v2.5.2
11092024-08-02T16:45:03.417Z Compiling serde_derive v1.0.204
11102024-08-02T16:45:03.828Z Compiling zeroize_derive v1.4.2
11112024-08-02T16:45:04.216Z Compiling zerocopy-derive v0.7.34
11122024-08-02T16:45:05.142Z Compiling tokio-macros v2.3.0
11132024-08-02T16:45:05.406Z Compiling zeroize v1.7.0
11142024-08-02T16:45:05.792Z Compiling thiserror-impl v1.0.63
11152024-08-02T16:45:06.466Z Compiling zerocopy v0.7.34
11162024-08-02T16:45:06.950Z Compiling futures-macro v0.3.30
11172024-08-02T16:45:07.141Z Compiling crypto-common v0.1.6
11182024-08-02T16:45:07.326Z Compiling block-buffer v0.10.4
11192024-08-02T16:45:07.374Z Compiling scroll_derive v0.12.0
11202024-08-02T16:45:07.580Z Compiling digest v0.10.7
11212024-08-02T16:45:08.163Z Compiling tracing-attributes v0.1.27
11222024-08-02T16:45:08.610Z Compiling hashbrown v0.14.5
11232024-08-02T16:45:08.907Z Compiling scroll v0.12.0
11242024-08-02T16:45:09.113Z Compiling futures-util v0.3.30
11252024-08-02T16:45:09.258Z Compiling thiserror v1.0.63
11262024-08-02T16:45:09.390Z Compiling pest v2.7.10
11272024-08-02T16:45:09.488Z Compiling goblin v0.8.2
11282024-08-02T16:45:09.991Z Compiling hmac v0.12.1
11292024-08-02T16:45:10.235Z Compiling openssl-macros v0.1.1
11302024-08-02T16:45:10.996Z Compiling der_derive v0.7.2
11312024-08-02T16:45:11.134Z Compiling sct v0.7.1
11322024-08-02T16:45:11.461Z Compiling rustls-webpki v0.101.7
11332024-08-02T16:45:12.174Z Compiling pest_meta v2.7.10
11342024-08-02T16:45:12.411Z Compiling tracing v0.1.40
11352024-08-02T16:45:12.935Z Compiling md-5 v0.10.6
11362024-08-02T16:45:13.183Z Compiling sha2 v0.10.8
11372024-08-02T16:45:13.426Z Compiling pest_generator v2.7.10
11382024-08-02T16:45:13.684Z Compiling der v0.7.9
11392024-08-02T16:45:15.577Z Compiling regex-automata v0.4.6
11402024-08-02T16:45:15.598Z Compiling schemars_derive v0.8.21
11412024-08-02T16:45:16.568Z Compiling spki v0.7.3
11422024-08-02T16:45:17.110Z Compiling num-integer v0.1.46
11432024-08-02T16:45:17.560Z Compiling pest_derive v2.7.10
11442024-08-02T16:45:17.898Z Compiling idna v0.3.0
11452024-08-02T16:45:18.334Z Compiling bytes v1.6.0
11462024-08-02T16:45:18.357Z Compiling bitflags v2.6.0
11472024-08-02T16:45:18.787Z Compiling indexmap v2.2.6
11482024-08-02T16:45:19.148Z Compiling uuid v1.10.0
11492024-08-02T16:45:19.491Z Compiling tokio v1.38.1
11502024-08-02T16:45:19.623Z Compiling http v0.2.12
11512024-08-02T16:45:20.189Z Compiling semver v1.0.23
11522024-08-02T16:45:20.656Z Compiling rustc_version v0.4.0
11532024-08-02T16:45:20.942Z Compiling chrono v0.4.38
11542024-08-02T16:45:21.460Z Compiling heapless v0.7.17
11552024-08-02T16:45:21.504Z Compiling http-body v0.4.6
11562024-08-02T16:45:21.774Z Compiling dof v0.3.0
11572024-08-02T16:45:22.001Z Compiling dtrace-parser v0.2.0
11582024-08-02T16:45:22.264Z Compiling toml_datetime v0.6.6
11592024-08-02T16:45:22.755Z Compiling usdt-impl v0.5.0
11602024-08-02T16:45:23.378Z Compiling serde_spanned v0.6.6
11612024-08-02T16:45:23.604Z Compiling serde_tokenstream v0.2.1
11622024-08-02T16:45:24.082Z Compiling backtrace v0.3.71
11632024-08-02T16:45:24.138Z Compiling hash32 v0.2.1
11642024-08-02T16:45:24.264Z Compiling dyn-clone v1.0.17
11652024-08-02T16:45:24.405Z Compiling smoltcp v0.9.1
11662024-08-02T16:45:24.487Z Compiling stable_deref_trait v1.2.0
11672024-08-02T16:45:24.503Z Compiling psl-types v2.0.11
11682024-08-02T16:45:24.520Z Compiling base64 v0.22.1
11692024-08-02T16:45:24.587Z Compiling fallible-iterator v0.2.0
11702024-08-02T16:45:24.683Z Compiling gimli v0.28.1
11712024-08-02T16:45:24.787Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11722024-08-02T16:45:25.133Z Compiling crc32fast v1.4.0
11732024-08-02T16:45:25.265Z Compiling postgres-protocol v0.6.7
11742024-08-02T16:45:25.342Z Compiling publicsuffix v2.2.3
11752024-08-02T16:45:25.960Z Compiling terminal_size v0.3.0
11762024-08-02T16:45:26.168Z Compiling pkcs8 v0.10.2
11772024-08-02T16:45:26.605Z Compiling hubpack_derive v0.1.1
11782024-08-02T16:45:26.754Z Compiling block-padding v0.3.3
11792024-08-02T16:45:26.803Z Compiling zerocopy-derive v0.6.6
11802024-08-02T16:45:26.989Z Compiling async-trait v0.1.81
11812024-08-02T16:45:27.540Z Compiling tokio-util v0.7.11
11822024-08-02T16:45:28.927Z Compiling h2 v0.3.26
11832024-08-02T16:45:29.384Z Compiling tokio-native-tls v0.3.1
11842024-08-02T16:45:29.401Z Compiling addr2line v0.21.0
11852024-08-02T16:45:29.653Z Compiling tokio-rustls v0.24.1
11862024-08-02T16:45:30.027Z Compiling phf_shared v0.11.2
11872024-08-02T16:45:30.030Z Compiling diesel_table_macro_syntax v0.1.0
11882024-08-02T16:45:30.412Z Compiling ff v0.13.0
11892024-08-02T16:45:30.449Z Compiling scheduled-thread-pool v0.2.7
11902024-08-02T16:45:30.470Z Compiling fs-err v2.11.0
11912024-08-02T16:45:30.630Z Compiling object v0.32.2
11922024-08-02T16:45:30.729Z Compiling regex-automata v0.1.10
11932024-08-02T16:45:30.797Z Compiling ipnet v2.9.0
11942024-08-02T16:45:30.815Z Compiling managed v0.8.0
11952024-08-02T16:45:30.815Z Compiling either v1.12.0
11962024-08-02T16:45:31.070Z Compiling base64 v0.21.7
11972024-08-02T16:45:31.204Z Compiling rustc-demangle v0.1.24
11982024-08-02T16:45:31.223Z Compiling base16ct v0.2.0
11992024-08-02T16:45:31.261Z Compiling bit-vec v0.6.3
12002024-08-02T16:45:31.559Z Compiling bitflags v1.3.2
12012024-08-02T16:45:31.700Z Compiling matches v0.1.10
12022024-08-02T16:45:31.748Z Compiling winnow v0.5.40
12032024-08-02T16:45:31.799Z Compiling anyhow v1.0.86
12042024-08-02T16:45:31.820Z Compiling idna v0.2.3
12052024-08-02T16:45:32.236Z Compiling rustls-pemfile v1.0.4
12062024-08-02T16:45:32.548Z Compiling sec1 v0.7.3
12072024-08-02T16:45:32.688Z Compiling clap_builder v4.5.9
12082024-08-02T16:45:33.132Z Compiling bstr v0.2.17
12092024-08-02T16:45:33.556Z Compiling r2d2 v0.8.10
12102024-08-02T16:45:33.935Z Compiling group v0.13.0
12112024-08-02T16:45:34.267Z Compiling diesel_derives v2.1.4
12122024-08-02T16:45:34.326Z Compiling phf v0.11.2
12132024-08-02T16:45:34.615Z Compiling signal-hook-mio v0.2.3
12142024-08-02T16:45:34.654Z Compiling cookie_store v0.20.0
12152024-08-02T16:45:34.771Z Compiling zerocopy v0.6.6
12162024-08-02T16:45:35.044Z Compiling hubpack v0.1.2
12172024-08-02T16:45:35.499Z Compiling toml_edit v0.19.15
12182024-08-02T16:45:35.552Z Compiling hyper v0.14.28
12192024-08-02T16:45:35.613Z Compiling ipnetwork v0.20.0
12202024-08-02T16:45:36.220Z Compiling inout v0.1.3
12212024-08-02T16:45:36.481Z Compiling postgres-types v0.2.7
12222024-08-02T16:45:37.111Z Compiling usdt-attr-macro v0.5.0
12232024-08-02T16:45:38.103Z Compiling usdt-macro v0.5.0
12242024-08-02T16:45:38.765Z Compiling regex v1.10.5
12252024-08-02T16:45:39.555Z Compiling serde_urlencoded v0.7.1
12262024-08-02T16:45:39.592Z Compiling num-bigint v0.4.5
12272024-08-02T16:45:39.791Z Compiling futures-executor v0.3.30
12282024-08-02T16:45:40.067Z Compiling enum-as-inner v0.5.1
12292024-08-02T16:45:40.378Z Compiling hkdf v0.12.4
12302024-08-02T16:45:40.634Z Compiling crypto-bigint v0.5.5
12312024-08-02T16:45:41.101Z Compiling strum_macros v0.25.3
12322024-08-02T16:45:41.649Z Compiling clap_derive v4.5.8
12332024-08-02T16:45:42.421Z Compiling hyper-rustls v0.24.2
12342024-08-02T16:45:42.773Z Compiling hyper-tls v0.5.0
12352024-08-02T16:45:43.125Z Compiling serde_repr v0.1.19
12362024-08-02T16:45:43.797Z Compiling phf_shared v0.10.0
12372024-08-02T16:45:44.208Z Compiling float-cmp v0.9.0
12382024-08-02T16:45:44.307Z Compiling encoding_rs v0.8.34
12392024-08-02T16:45:44.417Z Compiling normalize-line-endings v0.3.0
12402024-08-02T16:45:44.540Z Compiling mime v0.3.17
12412024-08-02T16:45:45.132Z Compiling minimal-lexical v0.2.1
12422024-08-02T16:45:45.488Z Compiling difflib v0.4.0
12432024-08-02T16:45:45.631Z Compiling predicates-core v1.0.6
12442024-08-02T16:45:45.647Z Compiling whoami v1.5.1
12452024-08-02T16:45:45.983Z Compiling data-encoding v2.6.0
12462024-08-02T16:45:46.295Z Compiling sync_wrapper v0.1.2
12472024-08-02T16:45:46.426Z Compiling static_assertions v1.1.0
12482024-08-02T16:45:46.527Z Compiling webpki-roots v0.25.4
12492024-08-02T16:45:46.665Z Compiling new_debug_unreachable v1.0.6
12502024-08-02T16:45:46.712Z Compiling precomputed-hash v0.1.1
12512024-08-02T16:45:46.772Z Compiling unicode-segmentation v1.11.0
12522024-08-02T16:45:46.822Z Compiling fixedbitset v0.4.2
12532024-08-02T16:45:46.825Z Compiling clap v4.5.9
12542024-08-02T16:45:46.955Z Compiling string_cache v0.8.7
12552024-08-02T16:45:47.197Z Compiling petgraph v0.6.5
12562024-08-02T16:45:47.279Z Compiling toml_edit v0.22.16
12572024-08-02T16:45:47.433Z Compiling similar v2.5.0
12582024-08-02T16:45:47.622Z Compiling reqwest v0.11.27
12592024-08-02T16:45:47.877Z Compiling diesel v2.1.6
12602024-08-02T16:45:48.434Z Compiling trust-dns-proto v0.22.0
12612024-08-02T16:45:48.986Z Compiling console v0.15.8
12622024-08-02T16:45:50.104Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12632024-08-02T16:45:50.330Z Compiling tokio-postgres v0.7.11
12642024-08-02T16:45:50.541Z Compiling predicates v3.1.0
12652024-08-02T16:45:51.171Z Compiling nom v7.1.3
12662024-08-02T16:45:52.348Z Compiling usdt v0.5.0
12672024-08-02T16:45:52.831Z Compiling elliptic-curve v0.13.8
12682024-08-02T16:45:53.644Z Compiling yasna v0.5.2
12692024-08-02T16:45:54.967Z Compiling futures v0.3.30
12702024-08-02T16:45:55.552Z Compiling toml v0.7.8
12712024-08-02T16:45:56.009Z Compiling flate2 v1.0.30
12722024-08-02T16:45:56.027Z Compiling cipher v0.4.4
12732024-08-02T16:45:56.148Z Compiling crossterm v0.27.0
12742024-08-02T16:45:56.519Z Compiling bit-set v0.5.3
12752024-08-02T16:45:56.794Z Compiling itertools v0.10.5
12762024-08-02T16:45:56.972Z Compiling itertools v0.12.1
12772024-08-02T16:45:57.146Z Compiling tokio-stream v0.1.15
12782024-08-02T16:45:57.237Z Compiling bstr v1.9.1
12792024-08-02T16:45:57.259Z Compiling openapiv3 v2.0.0
12802024-08-02T16:45:58.124Z Compiling hex v0.4.3
12812024-08-02T16:45:58.743Z Compiling crossbeam-epoch v0.9.18
12822024-08-02T16:45:59.127Z Compiling num-iter v0.1.45
12832024-08-02T16:45:59.307Z Compiling dirs-sys-next v0.1.2
12842024-08-02T16:45:59.522Z Compiling lalrpop-util v0.19.12
12852024-08-02T16:45:59.572Z Compiling unicode-xid v0.2.4
12862024-08-02T16:45:59.741Z Compiling peg-runtime v0.8.3
12872024-08-02T16:45:59.874Z Compiling dirs-next v2.0.0
12882024-08-02T16:45:59.915Z Compiling thread_local v1.1.8
12892024-08-02T16:45:59.949Z Compiling slog-async v2.8.0
12902024-08-02T16:46:00.044Z Compiling term v0.7.0
12912024-08-02T16:46:00.062Z Compiling xattr v1.3.1
12922024-08-02T16:46:00.331Z Compiling crossbeam-channel v0.5.12
12932024-08-02T16:46:00.398Z Compiling strum_macros v0.26.4
12942024-08-02T16:46:00.465Z Compiling filetime v0.2.23
12952024-08-02T16:46:00.492Z Compiling is-terminal v0.4.12
12962024-08-02T16:46:00.615Z Compiling take_mut v0.2.2
12972024-08-02T16:46:00.767Z Compiling tar v0.4.41
12982024-08-02T16:46:00.815Z Compiling slog-term v2.9.1
12992024-08-02T16:46:01.654Z Compiling camino v1.1.7
13002024-08-02T16:46:03.770Z Compiling strum v0.26.3
13012024-08-02T16:46:15.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13022024-08-02T16:46:15.599Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13032024-08-02T16:46:21.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
13042024-08-02T16:46:21.125Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13052024-08-02T16:46:21.165ZAug 02 16:46:20.171 INFO Starting download, target: Clickhouse
13062024-08-02T16:46:21.165ZAug 02 16:46:20.171 INFO Starting download, target: Cockroach
13072024-08-02T16:46:21.165ZAug 02 16:46:20.171 INFO Starting download, target: Console
13082024-08-02T16:46:21.165ZAug 02 16:46:20.171 INFO Starting download, target: DendriteOpenapi
13092024-08-02T16:46:21.168ZAug 02 16:46:20.171 INFO Starting download, target: DendriteStub
13102024-08-02T16:46:21.168ZAug 02 16:46:20.171 INFO Starting download, target: MaghemiteMgd
13112024-08-02T16:46:21.168ZAug 02 16:46:20.171 INFO Starting download, target: TransceiverControl
13122024-08-02T16:46:21.168ZAug 02 16:46:20.172 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13132024-08-02T16:46:21.168ZAug 02 16:46:20.172 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13142024-08-02T16:46:21.168ZAug 02 16:46:20.172 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13152024-08-02T16:46:21.168ZAug 02 16:46:20.173 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13162024-08-02T16:46:21.168ZAug 02 16:46:20.173 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13172024-08-02T16:46:21.168ZAug 02 16:46:20.173 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13182024-08-02T16:46:21.168ZAug 02 16:46:20.173 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-02T16:46:21.277ZAug 02 16:46:20.283 INFO Download complete, target: DendriteOpenapi
13202024-08-02T16:46:21.478ZAug 02 16:46:20.480 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13212024-08-02T16:46:21.709ZAug 02 16:46:20.712 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13222024-08-02T16:46:21.890ZAug 02 16:46:20.896 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13232024-08-02T16:46:21.970ZAug 02 16:46:20.976 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13242024-08-02T16:46:22.166ZAug 02 16:46:21.172 INFO Download complete, target: Console
13252024-08-02T16:46:22.406ZAug 02 16:46:21.412 INFO Download complete, target: TransceiverControl
13262024-08-02T16:46:23.260ZAug 02 16:46:22.266 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13272024-08-02T16:46:24.024ZAug 02 16:46:23.029 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13282024-08-02T16:46:24.024ZAug 02 16:46:23.029 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13292024-08-02T16:46:25.178ZAug 02 16:46:24.184 INFO Download complete, target: MaghemiteMgd
13302024-08-02T16:46:25.178ZAug 02 16:46:24.184 INFO Download complete, target: DendriteStub
13312024-08-02T16:46:32.598ZAug 02 16:46:31.603 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13322024-08-02T16:46:32.928ZAug 02 16:46:31.933 INFO Checking that binary works, target: Cockroach
13332024-08-02T16:46:33.162ZAug 02 16:46:32.166 INFO Download complete, target: Cockroach
13342024-08-02T16:46:37.667ZAug 02 16:46:36.672 INFO Checking that binary works, target: Clickhouse
13352024-08-02T16:46:38.242ZAug 02 16:46:37.246 INFO Download complete, target: Clickhouse
13362024-08-02T16:46:38.260ZAll builder prerequisites installed successfully, and PATH looks valid
13372024-08-02T16:46:38.263Z
13382024-08-02T16:46:38.263Zreal 4:03.858705327
13392024-08-02T16:46:38.263Zuser 11:43.651228865
13402024-08-02T16:46:38.263Zsys 2:32.110170016
13412024-08-02T16:46:38.263Ztrap 0.447903342
13422024-08-02T16:46:38.263Ztflt 10.623085908
13432024-08-02T16:46:38.263Zdflt 11.721647558
13442024-08-02T16:46:38.263Zkflt 0.181863455
13452024-08-02T16:46:38.263Zlock 24:17.521224984
13462024-08-02T16:46:38.263Zslp 36:10.320600953
13472024-08-02T16:46:38.263Zlat 37.911127944
13482024-08-02T16:46:38.263Zstop 1:35.758620442
13492024-08-02T16:46:38.263Z+ banner hack-check
13502024-08-02T16:46:38.265Z
13512024-08-02T16:46:38.265Z # # ## #### # # #### # # ###### #### # #
13522024-08-02T16:46:38.265Z # # # # # # # # # # # # # # # # #
13532024-08-02T16:46:38.266Z ###### # # # #### ##### # ###### ##### # ####
13542024-08-02T16:46:38.266Z # # ###### # # # # # # # # # #
13552024-08-02T16:46:38.266Z # # # # # # # # # # # # # # # # #
13562024-08-02T16:46:38.266Z # # # # #### # # #### # # ###### #### # #
13572024-08-02T16:46:38.266Z
13582024-08-02T16:46:38.266Z+ export CARGO_INCREMENTAL=0
13592024-08-02T16:46:38.266Z+ CARGO_INCREMENTAL=0
13602024-08-02T16:46:38.266Z+ ptime -m timeout 2h cargo xtask check-features --ci
13612024-08-02T16:46:38.786Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13622024-08-02T16:46:42.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
13632024-08-02T16:46:42.611Z Running `target/debug/xtask check-features --ci`
13642024-08-02T16:46:42.628Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13652024-08-02T16:46:42.628Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13662024-08-02T16:46:43.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
13672024-08-02T16:46:43.096Z Running `target/debug/xtask download cargo-hack`
13682024-08-02T16:46:43.815Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13692024-08-02T16:46:44.095Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13702024-08-02T16:46:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
13712024-08-02T16:46:48.968Z Running `target/debug/xtask-downloader cargo-hack`
13722024-08-02T16:46:48.996ZAug 02 16:46:47.999 INFO Starting download, target: CargoHack
13732024-08-02T16:46:48.999ZAug 02 16:46:48.000 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13742024-08-02T16:46:49.693ZAug 02 16:46:48.696 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13752024-08-02T16:46:49.801ZAug 02 16:46:48.804 INFO Download complete, target: CargoHack
13762024-08-02T16:46:49.804Zrunning: "/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"
13772024-08-02T16:46:49.820Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13782024-08-02T16:46:49.955Zinfo: running `cargo check --bins` on api_identity (1/142)
13792024-08-02T16:46:50.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13802024-08-02T16:46:50.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13812024-08-02T16:46:50.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13822024-08-02T16:46:50.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13832024-08-02T16:46:50.504Z
13842024-08-02T16:46:50.504Zinfo: running `cargo check --bins` on bootstore (2/142)
13852024-08-02T16:46:51.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-08-02T16:46:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-08-02T16:46:51.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-08-02T16:46:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13892024-08-02T16:46:51.094Z
13902024-08-02T16:46:51.094Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13912024-08-02T16:46:51.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-08-02T16:46:51.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-08-02T16:46:51.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-08-02T16:46:51.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13952024-08-02T16:46:51.662Z
13962024-08-02T16:46:51.662Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
13972024-08-02T16:46:52.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-08-02T16:46:52.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-08-02T16:46:52.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-08-02T16:46:52.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14012024-08-02T16:46:52.238Z
14022024-08-02T16:46:52.238Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14032024-08-02T16:46:52.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-02T16:46:52.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-02T16:46:52.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-02T16:46:52.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14072024-08-02T16:46:52.666Z
14082024-08-02T16:46:52.666Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14092024-08-02T16:46:53.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-02T16:46:53.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-02T16:46:53.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-02T16:46:53.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14132024-08-02T16:46:53.112Z
14142024-08-02T16:46:53.112Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14152024-08-02T16:46:53.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-02T16:46:53.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-02T16:46:53.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-02T16:46:53.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14192024-08-02T16:46:53.538Z
14202024-08-02T16:46:53.538Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14212024-08-02T16:46:53.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-02T16:46:53.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-02T16:46:53.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-02T16:46:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14252024-08-02T16:46:53.975Z
14262024-08-02T16:46:53.975Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14272024-08-02T16:46:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-02T16:46:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-02T16:46:54.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-02T16:46:54.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14312024-08-02T16:46:54.413Z
14322024-08-02T16:46:54.413Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14332024-08-02T16:46:54.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-02T16:46:54.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-02T16:46:54.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-02T16:46:54.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14372024-08-02T16:46:54.843Z
14382024-08-02T16:46:54.843Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14392024-08-02T16:46:55.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-02T16:46:55.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-02T16:46:55.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-02T16:46:55.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14432024-08-02T16:46:55.273Z
14442024-08-02T16:46:55.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14452024-08-02T16:46:55.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-02T16:46:55.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-02T16:46:55.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-02T16:46:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14492024-08-02T16:46:55.708Z
14502024-08-02T16:46:55.708Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14512024-08-02T16:46:56.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-02T16:46:56.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-02T16:46:56.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-02T16:46:56.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14552024-08-02T16:46:56.146Z
14562024-08-02T16:46:56.146Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14572024-08-02T16:46:56.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-02T16:46:56.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-02T16:46:56.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-02T16:46:56.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14612024-08-02T16:46:56.575Z
14622024-08-02T16:46:56.575Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14632024-08-02T16:46:56.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-02T16:46:56.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-02T16:46:56.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-02T16:46:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14672024-08-02T16:46:57.008Z
14682024-08-02T16:46:57.008Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14692024-08-02T16:46:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-02T16:46:57.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-02T16:46:57.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-02T16:46:57.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14732024-08-02T16:46:57.442Z
14742024-08-02T16:46:57.442Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14752024-08-02T16:46:57.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-02T16:46:57.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-02T16:46:57.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-02T16:46:57.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14792024-08-02T16:46:57.870Z
14802024-08-02T16:46:57.870Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14812024-08-02T16:46:58.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-02T16:46:58.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-02T16:46:58.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-02T16:46:58.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14852024-08-02T16:46:58.311Z
14862024-08-02T16:46:58.311Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14872024-08-02T16:46:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-02T16:46:58.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-02T16:46:58.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-02T16:46:58.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14912024-08-02T16:46:58.746Z
14922024-08-02T16:46:58.747Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14932024-08-02T16:46:59.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-02T16:46:59.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-02T16:46:59.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-02T16:46:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14972024-08-02T16:46:59.185Z
14982024-08-02T16:46:59.185Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
14992024-08-02T16:46:59.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-02T16:46:59.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-02T16:46:59.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-02T16:46:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15032024-08-02T16:46:59.619Z
15042024-08-02T16:46:59.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15052024-08-02T16:47:00.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-02T16:47:00.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-02T16:47:00.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-02T16:47:00.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15092024-08-02T16:47:00.061Z
15102024-08-02T16:47:00.061Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15112024-08-02T16:47:00.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-02T16:47:00.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-02T16:47:00.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-02T16:47:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15152024-08-02T16:47:00.500Z
15162024-08-02T16:47:00.500Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15172024-08-02T16:47:00.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-02T16:47:00.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-02T16:47:00.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-02T16:47:00.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15212024-08-02T16:47:00.930Z
15222024-08-02T16:47:00.930Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15232024-08-02T16:47:01.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-02T16:47:01.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-02T16:47:01.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-02T16:47:01.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15272024-08-02T16:47:01.518Z
15282024-08-02T16:47:01.519Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15292024-08-02T16:47:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-02T16:47:02.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-02T16:47:02.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-02T16:47:02.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15332024-08-02T16:47:02.105Z
15342024-08-02T16:47:02.105Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15352024-08-02T16:47:02.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-02T16:47:02.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-02T16:47:02.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-02T16:47:02.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15392024-08-02T16:47:02.686Z
15402024-08-02T16:47:02.686Zinfo: running `cargo check --bins` on oxlog (28/142)
15412024-08-02T16:47:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-02T16:47:03.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-02T16:47:03.257Z Checking cfg-if v1.0.0
15442024-08-02T16:47:03.260Z Checking libc v0.2.155
15452024-08-02T16:47:03.337Z Checking scopeguard v1.2.0
15462024-08-02T16:47:03.339Z Checking serde v1.0.204
15472024-08-02T16:47:03.349Z Checking memchr v2.7.2
15482024-08-02T16:47:03.349Z Checking log v0.4.21
15492024-08-02T16:47:03.352Z Checking byteorder v1.5.0
15502024-08-02T16:47:03.371Z Checking itoa v1.0.11
15512024-08-02T16:47:03.385Z Checking zeroize v1.7.0
15522024-08-02T16:47:03.440Z Checking lock_api v0.4.12
15532024-08-02T16:47:03.558Z Checking smallvec v1.13.2
15542024-08-02T16:47:03.620Z Checking once_cell v1.19.0
15552024-08-02T16:47:03.634Z Checking pin-project-lite v0.2.14
15562024-08-02T16:47:03.739Z Checking typenum v1.17.0
15572024-08-02T16:47:03.742Z Checking zerocopy v0.7.34
15582024-08-02T16:47:03.849Z Checking spin v0.9.8
15592024-08-02T16:47:03.867Z Checking tinyvec_macros v0.1.1
15602024-08-02T16:47:03.886Z Checking futures-core v0.3.30
15612024-08-02T16:47:03.943Z Checking tinyvec v1.6.0
15622024-08-02T16:47:04.058Z Checking libm v0.2.8
15632024-08-02T16:47:04.164Z Checking const-oid v0.9.6
15642024-08-02T16:47:04.167Z Checking ryu v1.0.18
15652024-08-02T16:47:04.388Z Checking subtle v2.5.0
15662024-08-02T16:47:04.401Z Checking getrandom v0.2.14
15672024-08-02T16:47:04.632Z Checking parking_lot_core v0.9.10
15682024-08-02T16:47:04.635Z Checking rand_core v0.6.4
15692024-08-02T16:47:04.922Z Checking signal-hook-registry v1.4.2
15702024-08-02T16:47:04.925Z Checking mio v0.8.11
15712024-08-02T16:47:04.966Z Checking parking_lot v0.12.2
15722024-08-02T16:47:05.026Z Checking generic-array v0.14.7
15732024-08-02T16:47:05.165Z Checking num_cpus v1.16.0
15742024-08-02T16:47:05.179Z Checking socket2 v0.5.7
15752024-08-02T16:47:05.191Z Checking ahash v0.8.11
15762024-08-02T16:47:05.266Z Checking unicode-normalization v0.1.23
15772024-08-02T16:47:05.295Z Checking num-traits v0.2.19
15782024-08-02T16:47:05.542Z Checking futures-sink v0.3.30
15792024-08-02T16:47:05.633Z Checking allocator-api2 v0.2.18
15802024-08-02T16:47:05.675Z Checking unicode-bidi v0.3.15
15812024-08-02T16:47:05.714Z Checking equivalent v1.0.1
15822024-08-02T16:47:05.809Z Checking futures-channel v0.3.30
15832024-08-02T16:47:05.969Z Checking slab v0.4.9
15842024-08-02T16:47:06.117Z Checking futures-io v0.3.30
15852024-08-02T16:47:06.138Z Checking futures-task v0.3.30
15862024-08-02T16:47:06.157Z Checking crypto-common v0.1.6
15872024-08-02T16:47:06.201Z Checking hashbrown v0.14.5
15882024-08-02T16:47:06.205Z Checking pin-utils v0.1.0
15892024-08-02T16:47:06.275Z Checking block-buffer v0.10.4
15902024-08-02T16:47:06.290Z Checking ppv-lite86 v0.2.17
15912024-08-02T16:47:06.293Z Checking percent-encoding v2.3.1
15922024-08-02T16:47:06.323Z Checking tracing-core v0.1.32
15932024-08-02T16:47:06.345Z Checking futures-util v0.3.30
15942024-08-02T16:47:06.466Z Checking digest v0.10.7
15952024-08-02T16:47:06.486Z Checking untrusted v0.9.0
15962024-08-02T16:47:06.626Z Checking fnv v1.0.7
15972024-08-02T16:47:06.743Z Checking ring v0.17.8
15982024-08-02T16:47:06.810Z Checking thiserror v1.0.63
15992024-08-02T16:47:06.927Z Checking base64ct v1.6.0
16002024-08-02T16:47:06.944Z Checking tracing v0.1.40
16012024-08-02T16:47:06.962Z Checking rand_chacha v0.3.1
16022024-08-02T16:47:07.018Z Checking powerfmt v0.2.0
16032024-08-02T16:47:07.266Z Checking foreign-types-shared v0.1.1
16042024-08-02T16:47:07.266Z Checking iana-time-zone v0.1.60
16052024-08-02T16:47:07.327Z Checking rand v0.8.5
16062024-08-02T16:47:07.358Z Checking pem-rfc7468 v0.7.0
16072024-08-02T16:47:07.358Z Checking foreign-types v0.3.2
16082024-08-02T16:47:07.393Z Checking deranged v0.3.11
16092024-08-02T16:47:07.409Z Checking hmac v0.12.1
16102024-08-02T16:47:07.431Z Checking form_urlencoded v1.2.1
16112024-08-02T16:47:07.603Z Checking openssl-sys v0.9.103
16122024-08-02T16:47:07.617Z Checking flagset v0.4.5
16132024-08-02T16:47:07.620Z Checking time-core v0.1.2
16142024-08-02T16:47:07.773Z Checking siphasher v0.3.11
16152024-08-02T16:47:07.802Z Checking try-lock v0.2.5
16162024-08-02T16:47:07.916Z Checking unicode-ident v1.0.12
16172024-08-02T16:47:08.069Z Checking num-conv v0.1.0
16182024-08-02T16:47:08.072Z Checking num_threads v0.1.7
16192024-08-02T16:47:08.183Z Checking proc-macro2 v1.0.86
16202024-08-02T16:47:08.298Z Checking want v0.3.1
16212024-08-02T16:47:08.457Z Checking der v0.7.9
16222024-08-02T16:47:08.486Z Checking bytes v1.6.0
16232024-08-02T16:47:08.541Z Checking bitflags v2.6.0
16242024-08-02T16:47:08.566Z Checking serde_json v1.0.120
16252024-08-02T16:47:08.814Z Checking indexmap v2.2.6
16262024-08-02T16:47:08.851Z Checking uuid v1.10.0
16272024-08-02T16:47:08.931Z Checking chrono v0.4.38
16282024-08-02T16:47:09.036Z Checking time v0.3.36
16292024-08-02T16:47:09.322Z Checking tokio v1.38.1
16302024-08-02T16:47:09.404Z Checking http v0.2.12
16312024-08-02T16:47:10.040Z Checking openssl v0.10.66
16322024-08-02T16:47:10.237Z Checking rustls-webpki v0.101.7
16332024-08-02T16:47:10.282Z Checking sct v0.7.1
16342024-08-02T16:47:10.460Z Checking idna v0.5.0
16352024-08-02T16:47:10.735Z Checking http-body v0.4.6
16362024-08-02T16:47:10.921Z Checking httparse v1.8.0
16372024-08-02T16:47:10.988Z Checking socket2 v0.4.10
16382024-08-02T16:47:11.126Z Checking errno v0.3.9
16392024-08-02T16:47:11.220Z Checking aho-corasick v1.1.3
16402024-08-02T16:47:11.279Z Checking lazy_static v1.5.0
16412024-08-02T16:47:11.290Z Checking scroll v0.12.0
16422024-08-02T16:47:11.379Z Checking openssl-probe v0.1.5
16432024-08-02T16:47:11.392Z Checking httpdate v1.0.3
16442024-08-02T16:47:11.479Z Checking utf8parse v0.2.1
16452024-08-02T16:47:11.497Z Checking tower-service v0.3.2
16462024-08-02T16:47:11.601Z Checking cpufeatures v0.2.12
16472024-08-02T16:47:11.604Z Checking finl_unicode v1.2.0
16482024-08-02T16:47:11.624Z Checking regex-syntax v0.8.3
16492024-08-02T16:47:11.653Z Checking plain v0.2.3
16502024-08-02T16:47:11.684Z Checking ucd-trie v0.1.6
16512024-08-02T16:47:11.707Z Checking adler v1.0.2
16522024-08-02T16:47:11.783Z Checking anstyle v1.0.8
16532024-08-02T16:47:11.846Z Checking miniz_oxide v0.7.2
16542024-08-02T16:47:11.859Z Checking pest v2.7.10
16552024-08-02T16:47:12.094Z Checking goblin v0.8.2
16562024-08-02T16:47:12.148Z Checking stringprep v0.1.4
16572024-08-02T16:47:12.387Z Checking sha2 v0.10.8
16582024-08-02T16:47:12.550Z Checking anstyle-parse v0.2.4
16592024-08-02T16:47:12.736Z Checking rustix v0.38.34
16602024-08-02T16:47:12.780Z Checking url v2.5.2
16612024-08-02T16:47:12.927Z Checking rustls v0.21.12
16622024-08-02T16:47:13.531Z Checking spki v0.7.3
16632024-08-02T16:47:13.809Z Checking quote v1.0.36
16642024-08-02T16:47:14.142Z Checking toml_datetime v0.6.6
16652024-08-02T16:47:14.295Z Checking serde_spanned v0.6.6
16662024-08-02T16:47:14.372Z Checking num-integer v0.1.46
16672024-08-02T16:47:14.475Z Checking md-5 v0.10.6
16682024-08-02T16:47:14.658Z Checking idna v0.3.0
16692024-08-02T16:47:14.693Z Checking hash32 v0.2.1
16702024-08-02T16:47:14.705Z Checking regex-automata v0.4.6
16712024-08-02T16:47:14.836Z Checking anstyle-query v1.0.3
16722024-08-02T16:47:14.949Z Checking gimli v0.28.1
16732024-08-02T16:47:14.977Z Checking stable_deref_trait v1.2.0
16742024-08-02T16:47:15.069Z Checking dyn-clone v1.0.17
16752024-08-02T16:47:15.189Z Checking colorchoice v1.0.1
16762024-08-02T16:47:15.300Z Checking pretty-hex v0.4.1
16772024-08-02T16:47:15.452Z Checking base64 v0.22.1
16782024-08-02T16:47:15.465Z Checking is_terminal_polyfill v1.70.0
16792024-08-02T16:47:15.469Z Checking native-tls v0.2.11
16802024-08-02T16:47:15.572Z Checking psl-types v2.0.11
16812024-08-02T16:47:15.756Z Checking fallible-iterator v0.2.0
16822024-08-02T16:47:15.769Z Checking publicsuffix v2.2.3
16832024-08-02T16:47:15.894Z Checking anstream v0.6.14
16842024-08-02T16:47:15.974Z Checking schemars v0.8.21
16852024-08-02T16:47:16.072Z Checking heapless v0.7.17
16862024-08-02T16:47:16.139Z Checking tokio-util v0.7.11
16872024-08-02T16:47:16.230Z Checking tokio-rustls v0.24.1
16882024-08-02T16:47:16.329Z Checking postgres-protocol v0.6.7
16892024-08-02T16:47:16.547Z Checking tokio-native-tls v0.3.1
16902024-08-02T16:47:16.798Z Checking terminal_size v0.3.0
16912024-08-02T16:47:16.943Z Checking h2 v0.3.26
16922024-08-02T16:47:16.958Z Checking dtrace-parser v0.2.0
16932024-08-02T16:47:16.971Z Checking syn v2.0.72
16942024-08-02T16:47:17.045Z Checking dof v0.3.0
16952024-08-02T16:47:17.058Z Checking pkcs8 v0.10.2
16962024-08-02T16:47:17.295Z Checking cookie v0.17.0
16972024-08-02T16:47:17.418Z Checking phf_shared v0.11.2
16982024-08-02T16:47:17.605Z Checking signal-hook v0.3.17
16992024-08-02T16:47:17.631Z Checking block-padding v0.3.3
17002024-08-02T16:47:17.670Z Checking scheduled-thread-pool v0.2.7
17012024-08-02T16:47:17.683Z Checking ff v0.13.0
17022024-08-02T16:47:17.817Z Checking thread-id v4.2.1
17032024-08-02T16:47:17.864Z Checking object v0.32.2
17042024-08-02T16:47:17.881Z Checking strsim v0.11.1
17052024-08-02T16:47:17.910Z Checking bitflags v1.3.2
17062024-08-02T16:47:17.923Z Checking matches v0.1.10
17072024-08-02T16:47:17.994Z Checking regex-automata v0.1.10
17082024-08-02T16:47:18.006Z Checking ipnet v2.9.0
17092024-08-02T16:47:18.141Z Checking base64 v0.21.7
17102024-08-02T16:47:18.387Z Checking managed v0.8.0
17112024-08-02T16:47:18.430Z Checking either v1.12.0
17122024-08-02T16:47:18.575Z Checking winnow v0.5.40
17132024-08-02T16:47:18.732Z Checking addr2line v0.21.0
17142024-08-02T16:47:18.745Z Checking bit-vec v0.6.3
17152024-08-02T16:47:18.794Z Checking rustc-demangle v0.1.24
17162024-08-02T16:47:19.041Z Checking clap_lex v0.7.0
17172024-08-02T16:47:19.129Z Checking base16ct v0.2.0
17182024-08-02T16:47:19.184Z Checking regex v1.10.5
17192024-08-02T16:47:19.200Z Checking smoltcp v0.9.1
17202024-08-02T16:47:19.267Z Checking clap_builder v4.5.9
17212024-08-02T16:47:19.309Z Checking sec1 v0.7.3
17222024-08-02T16:47:19.676Z Checking rustls-pemfile v1.0.4
17232024-08-02T16:47:19.752Z Checking bstr v0.2.17
17242024-08-02T16:47:19.847Z Checking idna v0.2.3
17252024-08-02T16:47:20.588Z Checking signal-hook-mio v0.2.3
17262024-08-02T16:47:20.639Z Checking group v0.13.0
17272024-08-02T16:47:20.659Z Checking r2d2 v0.8.10
17282024-08-02T16:47:20.717Z Checking inout v0.1.3
17292024-08-02T16:47:20.883Z Checking phf v0.11.2
17302024-08-02T16:47:20.932Z Checking cookie_store v0.20.0
17312024-08-02T16:47:20.965Z Checking ipnetwork v0.20.0
17322024-08-02T16:47:21.156Z Checking postgres-types v0.2.7
17332024-08-02T16:47:21.306Z Checking num-bigint v0.4.5
17342024-08-02T16:47:21.535Z Checking futures-executor v0.3.30
17352024-08-02T16:47:21.567Z Checking toml_edit v0.19.15
17362024-08-02T16:47:21.753Z Checking hubpack v0.1.2
17372024-08-02T16:47:21.840Z Checking serde_urlencoded v0.7.1
17382024-08-02T16:47:22.035Z Checking phf_shared v0.10.0
17392024-08-02T16:47:22.248Z Checking hkdf v0.12.4
17402024-08-02T16:47:22.262Z Checking float-cmp v0.9.0
17412024-08-02T16:47:22.297Z Checking zerocopy v0.6.6
17422024-08-02T16:47:22.420Z Checking crc32fast v1.4.0
17432024-08-02T16:47:22.448Z Checking crossbeam-utils v0.8.19
17442024-08-02T16:47:22.626Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17452024-08-02T16:47:22.867Z Checking crypto-bigint v0.5.5
17462024-08-02T16:47:22.952Z Checking hyper v0.14.28
17472024-08-02T16:47:23.065Z Checking memmap v0.7.0
17482024-08-02T16:47:23.113Z Checking encoding_rs v0.8.34
17492024-08-02T16:47:23.127Z Checking usdt-impl v0.5.0
17502024-08-02T16:47:23.242Z Checking webpki-roots v0.25.4
17512024-08-02T16:47:23.376Z Checking whoami v1.5.1
17522024-08-02T16:47:23.641Z Checking fixedbitset v0.4.2
17532024-08-02T16:47:23.653Z Checking winnow v0.6.8
17542024-08-02T16:47:23.802Z Checking data-encoding v2.6.0
17552024-08-02T16:47:23.870Z Checking minimal-lexical v0.2.1
17562024-08-02T16:47:23.933Z Checking backtrace v0.3.71
17572024-08-02T16:47:23.948Z Checking difflib v0.4.0
17582024-08-02T16:47:24.227Z Checking precomputed-hash v0.1.1
17592024-08-02T16:47:24.230Z Checking predicates-core v1.0.6
17602024-08-02T16:47:24.330Z Checking unicode-segmentation v1.11.0
17612024-08-02T16:47:24.343Z Checking normalize-line-endings v0.3.0
17622024-08-02T16:47:24.412Z Checking sync_wrapper v0.1.2
17632024-08-02T16:47:24.443Z Checking static_assertions v1.1.0
17642024-08-02T16:47:24.456Z Checking unicode-width v0.1.13
17652024-08-02T16:47:24.523Z Checking new_debug_unreachable v1.0.6
17662024-08-02T16:47:24.536Z Checking mime v0.3.17
17672024-08-02T16:47:24.607Z Checking string_cache v0.8.7
17682024-08-02T16:47:24.625Z Checking console v0.15.8
17692024-08-02T16:47:24.832Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17702024-08-02T16:47:24.876Z Checking anyhow v1.0.86
17712024-08-02T16:47:24.937Z Checking similar v2.5.0
17722024-08-02T16:47:25.170Z Checking predicates v3.1.0
17732024-08-02T16:47:25.241Z Checking trust-dns-proto v0.22.0
17742024-08-02T16:47:25.339Z Checking nom v7.1.3
17752024-08-02T16:47:25.611Z Checking elliptic-curve v0.13.8
17762024-08-02T16:47:25.747Z Checking toml v0.7.8
17772024-08-02T16:47:25.795Z Checking petgraph v0.6.5
17782024-08-02T16:47:26.257Z Checking yasna v0.5.2
17792024-08-02T16:47:26.478Z Checking tokio-postgres v0.7.11
17802024-08-02T16:47:26.566Z Checking toml_edit v0.22.16
17812024-08-02T16:47:27.139Z Checking usdt v0.5.0
17822024-08-02T16:47:27.375Z Checking crossbeam-epoch v0.9.18
17832024-08-02T16:47:27.788Z Checking diesel v2.1.6
17842024-08-02T16:47:28.319Z Checking flate2 v1.0.30
17852024-08-02T16:47:28.775Z Checking hyper-tls v0.5.0
17862024-08-02T16:47:28.936Z Checking hyper-rustls v0.24.2
17872024-08-02T16:47:29.027Z Checking clap v4.5.9
17882024-08-02T16:47:29.039Z Checking futures v0.3.30
17892024-08-02T16:47:29.132Z Checking cipher v0.4.4
17902024-08-02T16:47:29.135Z Checking crossterm v0.27.0
17912024-08-02T16:47:29.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922024-08-02T16:47:29.175Z Checking bstr v1.9.1
17932024-08-02T16:47:29.193Z Checking bit-set v0.5.3
17942024-08-02T16:47:29.205Z Checking reqwest v0.11.27
17952024-08-02T16:47:29.287Z Checking itertools v0.10.5
17962024-08-02T16:47:29.429Z Checking itertools v0.12.1
17972024-08-02T16:47:29.510Z Checking tokio-stream v0.1.15
17982024-08-02T16:47:29.816Z Checking fs-err v2.11.0
17992024-08-02T16:47:30.078Z Checking num-iter v0.1.45
18002024-08-02T16:47:30.244Z Checking slog v2.7.0
18012024-08-02T16:47:30.275Z Checking openapiv3 v2.0.0
18022024-08-02T16:47:30.336Z Checking semver v1.0.23
18032024-08-02T16:47:30.681Z Checking hex v0.4.3
18042024-08-02T16:47:30.721Z Checking peg-runtime v0.8.3
18052024-08-02T16:47:30.800Z Checking lalrpop-util v0.19.12
18062024-08-02T16:47:30.914Z Checking camino v1.1.7
18072024-08-02T16:47:30.934Z Checking sigpipe v0.1.3
18082024-08-02T16:47:47.627Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18092024-08-02T16:47:47.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s
18102024-08-02T16:47:48.018Z
18112024-08-02T16:47:48.018Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18122024-08-02T16:47:48.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132024-08-02T16:47:48.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142024-08-02T16:47:48.631Z Compiling regress v0.9.1
18152024-08-02T16:47:48.713Z Checking sha1 v0.10.6
18162024-08-02T16:47:48.722Z Checking strum v0.26.3
18172024-08-02T16:47:48.738Z Checking heck v0.5.0
18182024-08-02T16:47:48.750Z Compiling getopts v0.2.21
18192024-08-02T16:47:48.753Z Checking dirs-sys-next v0.1.2
18202024-08-02T16:47:48.772Z Compiling unsafe-libyaml v0.2.11
18212024-08-02T16:47:48.887Z Checking http v1.1.0
18222024-08-02T16:47:48.914Z Checking dirs-next v2.0.0
18232024-08-02T16:47:48.934Z Checking thread_local v1.1.8
18242024-08-02T16:47:49.026Z Compiling ident_case v1.0.1
18252024-08-02T16:47:49.124Z Checking rustls-pki-types v1.7.0
18262024-08-02T16:47:49.184Z Compiling darling_core v0.20.9
18272024-08-02T16:47:49.188Z Checking term v0.7.0
18282024-08-02T16:47:49.544Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18292024-08-02T16:47:49.611Z Checking crossbeam-channel v0.5.12
18302024-08-02T16:47:49.764Z Checking is-terminal v0.4.12
18312024-08-02T16:47:49.861Z Checking atty v0.2.14
18322024-08-02T16:47:49.877Z Checking humantime v2.1.0
18332024-08-02T16:47:49.968Z Compiling paste v1.0.15
18342024-08-02T16:47:50.150Z Compiling serde_yaml v0.9.34+deprecated
18352024-08-02T16:47:50.236Z Checking termcolor v1.4.1
18362024-08-02T16:47:50.311Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18372024-08-02T16:47:50.431Z Checking take_mut v0.2.2
18382024-08-02T16:47:50.561Z Checking utf-8 v0.7.6
18392024-08-02T16:47:50.623Z Compiling rustls v0.22.4
18402024-08-02T16:47:50.625Z Checking env_logger v0.9.3
18412024-08-02T16:47:50.743Z Checking slog-async v2.8.0
18422024-08-02T16:47:50.819Z Checking slog-term v2.9.1
18432024-08-02T16:47:50.884Z Checking rustls-webpki v0.102.4
18442024-08-02T16:47:51.026Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18452024-08-02T16:47:51.050Z Compiling proc-macro-crate v1.3.1
18462024-08-02T16:47:51.282Z Compiling bitstruct_derive v0.1.0
18472024-08-02T16:47:51.360Z Compiling structmeta-derive v0.3.0
18482024-08-02T16:47:51.644Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18492024-08-02T16:47:51.761Z Compiling multer v3.1.0
18502024-08-02T16:47:52.008Z Checking match_cfg v0.1.0
18512024-08-02T16:47:52.059Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18522024-08-02T16:47:52.092Z Checking ascii v1.1.0
18532024-08-02T16:47:52.124Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18542024-08-02T16:47:52.478Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18552024-08-02T16:47:52.625Z Checking bitstruct v0.1.1
18562024-08-02T16:47:52.749Z Compiling num_enum_derive v0.5.11
18572024-08-02T16:47:53.390Z Checking hostname v0.3.1
18582024-08-02T16:47:53.579Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-02T16:47:53.765Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-08-02T16:47:54.387Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18612024-08-02T16:47:54.477Z Compiling structmeta v0.3.0
18622024-08-02T16:47:54.491Z Checking slog-json v2.6.1
18632024-08-02T16:47:54.668Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-08-02T16:47:54.739Z Checking erased-serde v0.3.31
18652024-08-02T16:47:54.915Z Checking serde_arrays v0.1.0
18662024-08-02T16:47:54.928Z Compiling async-stream-impl v0.3.5
18672024-08-02T16:47:55.051Z Compiling foreign-types-macros v0.2.3
18682024-08-02T16:47:55.223Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18692024-08-02T16:47:55.501Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18702024-08-02T16:47:55.586Z Checking foreign-types-shared v0.3.1
18712024-08-02T16:47:55.691Z Checking arc-swap v1.7.1
18722024-08-02T16:47:55.725Z Checking atomic-waker v1.1.2
18732024-08-02T16:47:55.769Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-08-02T16:47:55.842Z Checking waitgroup v0.1.2
18752024-08-02T16:47:55.960Z Checking num_enum v0.5.11
18762024-08-02T16:47:56.111Z Checking slog-scope v4.4.0
18772024-08-02T16:47:56.158Z Compiling parse-display-derive v0.9.1
18782024-08-02T16:47:56.283Z Checking slog-bunyan v2.5.0
18792024-08-02T16:47:56.329Z Checking foreign-types v0.5.0
18802024-08-02T16:47:56.332Z Checking async-stream v0.3.5
18812024-08-02T16:47:56.436Z Compiling proc-macro-error v1.0.4
18822024-08-02T16:47:56.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18832024-08-02T16:47:56.665Z Compiling darling_macro v0.20.9
18842024-08-02T16:47:56.749Z Checking toml v0.8.15
18852024-08-02T16:47:56.825Z Checking tungstenite v0.20.1
18862024-08-02T16:47:57.197Z Checking tokio-rustls v0.25.0
18872024-08-02T16:47:57.295Z Checking rustls-pemfile v2.1.2
18882024-08-02T16:47:57.509Z Compiling heck v0.3.3
18892024-08-02T16:47:57.525Z Checking newtype-uuid v1.1.0
18902024-08-02T16:47:57.538Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18912024-08-02T16:47:57.656Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18922024-08-02T16:47:57.673Z Compiling darling v0.20.9
18932024-08-02T16:47:57.751Z Checking cstr-argument v0.1.2
18942024-08-02T16:47:57.784Z Compiling serde_with_macros v3.8.3
18952024-08-02T16:47:57.914Z Checking serde_path_to_error v0.1.16
18962024-08-02T16:47:57.932Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18972024-08-02T16:47:58.517Z Checking hostname v0.4.0
18982024-08-02T16:47:58.550Z Checking instant v0.1.12
18992024-08-02T16:47:58.640Z Checking debug-ignore v1.0.5
19002024-08-02T16:47:58.658Z Checking pretty-hex v0.2.1
19012024-08-02T16:47:58.736Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19022024-08-02T16:47:58.765Z Checking fastrand v2.1.0
19032024-08-02T16:47:58.807Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19042024-08-02T16:47:59.012Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19052024-08-02T16:47:59.070Z Checking tempfile v3.10.1
19062024-08-02T16:47:59.084Z Checking backoff v0.4.0
19072024-08-02T16:47:59.277Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19082024-08-02T16:47:59.362Z Compiling zone_cfg_derive v0.1.2
19092024-08-02T16:47:59.411Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19102024-08-02T16:47:59.573Z Checking tokio-tungstenite v0.20.1
19112024-08-02T16:47:59.633Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19122024-08-02T16:48:00.043Z Checking slog-stdlog v4.1.1
19132024-08-02T16:48:00.188Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19142024-08-02T16:48:00.342Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19152024-08-02T16:48:00.388Z Checking tungstenite v0.21.0
19162024-08-02T16:48:00.660Z Checking colored v2.1.0
19172024-08-02T16:48:00.897Z Checking macaddr v1.0.1
19182024-08-02T16:48:00.917Z Checking base64 v0.13.1
19192024-08-02T16:48:01.023Z Checking serde_with v3.8.3
19202024-08-02T16:48:01.127Z Checking parse-display v0.9.1
19212024-08-02T16:48:01.195Z Checking tokio-tungstenite v0.21.0
19222024-08-02T16:48:01.310Z Checking ron v0.7.1
19232024-08-02T16:48:01.335Z Checking zone v0.1.8
19242024-08-02T16:48:01.662Z Checking slog-envlogger v2.2.0
19252024-08-02T16:48:01.872Z Checking pem v3.0.4
19262024-08-02T16:48:01.936Z Checking tabwriter v1.4.0
19272024-08-02T16:48:02.110Z Checking xattr v1.3.1
19282024-08-02T16:48:02.157Z Checking portpicker v0.1.1
19292024-08-02T16:48:02.281Z Checking headers-core v0.2.0
19302024-08-02T16:48:02.293Z Checking smf v0.2.3
19312024-08-02T16:48:02.401Z Checking filetime v0.2.23
19322024-08-02T16:48:02.404Z Checking same-file v1.0.6
19332024-08-02T16:48:02.565Z Checking walkdir v2.5.0
19342024-08-02T16:48:02.603Z Checking tar v0.4.41
19352024-08-02T16:48:02.724Z Checking headers v0.3.9
19362024-08-02T16:48:02.825Z Checking rcgen v0.12.1
19372024-08-02T16:48:02.872Z Checking camino-tempfile v1.1.1
19382024-08-02T16:48:03.193Z Checking atomicwrites v0.4.3
19392024-08-02T16:48:03.388Z Checking subprocess v0.2.9
19402024-08-02T16:48:04.456Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-08-02T16:48:04.758Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-08-02T16:48:06.180Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19432024-08-02T16:48:08.199Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19442024-08-02T16:48:08.264Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19452024-08-02T16:48:11.478Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19462024-08-02T16:48:18.394Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19472024-08-02T16:48:18.516Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19482024-08-02T16:48:18.518Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-08-02T16:48:20.884Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19502024-08-02T16:48:21.213Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19512024-08-02T16:48:26.750Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19522024-08-02T16:48:28.080Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19532024-08-02T16:48:29.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.09s
19542024-08-02T16:48:29.240Z
19552024-08-02T16:48:29.240Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19562024-08-02T16:48:29.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572024-08-02T16:48:29.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582024-08-02T16:48:29.848Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19592024-08-02T16:48:31.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
19602024-08-02T16:48:31.129Z
19612024-08-02T16:48:31.129Zinfo: running `cargo check --bins` on nexus-config (31/142)
19622024-08-02T16:48:31.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-08-02T16:48:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-08-02T16:48:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652024-08-02T16:48:31.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19662024-08-02T16:48:31.708Z
19672024-08-02T16:48:31.708Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19682024-08-02T16:48:32.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-08-02T16:48:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-08-02T16:48:32.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-08-02T16:48:32.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19722024-08-02T16:48:32.263Z
19732024-08-02T16:48:32.263Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19742024-08-02T16:48:32.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-08-02T16:48:32.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-08-02T16:48:32.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-08-02T16:48:32.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19782024-08-02T16:48:32.839Z
19792024-08-02T16:48:32.839Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19802024-08-02T16:48:33.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-08-02T16:48:33.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-08-02T16:48:33.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-08-02T16:48:33.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19842024-08-02T16:48:33.418Z
19852024-08-02T16:48:33.418Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19862024-08-02T16:48:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-08-02T16:48:33.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-08-02T16:48:33.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-08-02T16:48:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19902024-08-02T16:48:33.972Z
19912024-08-02T16:48:33.972Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19922024-08-02T16:48:34.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-08-02T16:48:34.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-08-02T16:48:34.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-08-02T16:48:34.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19962024-08-02T16:48:34.567Z
19972024-08-02T16:48:34.567Zinfo: running `cargo check --bins` on dns-service-client (37/142)
19982024-08-02T16:48:35.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-08-02T16:48:35.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-08-02T16:48:35.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-08-02T16:48:35.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20022024-08-02T16:48:35.127Z
20032024-08-02T16:48:35.127Zinfo: running `cargo check --bins` on dpd-client (38/142)
20042024-08-02T16:48:35.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-02T16:48:35.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-02T16:48:35.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-02T16:48:35.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20082024-08-02T16:48:35.692Z
20092024-08-02T16:48:35.692Zinfo: running `cargo check --bins` on gateway-client (39/142)
20102024-08-02T16:48:36.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-02T16:48:36.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-02T16:48:36.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-02T16:48:36.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20142024-08-02T16:48:36.247Z
20152024-08-02T16:48:36.247Zinfo: running `cargo check --bins` on installinator-client (40/142)
20162024-08-02T16:48:36.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-02T16:48:36.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-02T16:48:36.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-08-02T16:48:36.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20202024-08-02T16:48:36.838Z
20212024-08-02T16:48:36.838Zinfo: running `cargo check --bins` on installinator-common (41/142)
20222024-08-02T16:48:37.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-08-02T16:48:37.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-08-02T16:48:37.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-08-02T16:48:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20262024-08-02T16:48:37.421Z
20272024-08-02T16:48:37.421Zinfo: running `cargo check --bins` on update-engine (42/142)
20282024-08-02T16:48:37.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-08-02T16:48:37.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-08-02T16:48:37.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-08-02T16:48:37.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20322024-08-02T16:48:37.979Z
20332024-08-02T16:48:37.979Zinfo: running `cargo check --bins` on nexus-client (43/142)
20342024-08-02T16:48:38.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-08-02T16:48:38.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-08-02T16:48:38.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-08-02T16:48:38.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20382024-08-02T16:48:38.571Z
20392024-08-02T16:48:38.571Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20402024-08-02T16:48:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-08-02T16:48:39.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-08-02T16:48:39.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-08-02T16:48:39.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20442024-08-02T16:48:39.149Z
20452024-08-02T16:48:39.149Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20462024-08-02T16:48:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-08-02T16:48:39.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-08-02T16:48:39.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-08-02T16:48:39.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20502024-08-02T16:48:39.693Z
20512024-08-02T16:48:39.693Zinfo: running `cargo check --bins` on nexus-types (46/142)
20522024-08-02T16:48:40.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-08-02T16:48:40.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-08-02T16:48:40.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-08-02T16:48:40.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20562024-08-02T16:48:40.289Z
20572024-08-02T16:48:40.289Zinfo: running `cargo check --bins` on oxide-client (47/142)
20582024-08-02T16:48:40.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-08-02T16:48:40.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-08-02T16:48:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-08-02T16:48:40.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20622024-08-02T16:48:40.836Z
20632024-08-02T16:48:40.836Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20642024-08-02T16:48:41.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-08-02T16:48:41.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-08-02T16:48:41.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-08-02T16:48:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20682024-08-02T16:48:41.412Z
20692024-08-02T16:48:41.412Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20702024-08-02T16:48:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-08-02T16:48:41.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-08-02T16:48:41.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-08-02T16:48:41.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742024-08-02T16:48:42.003Z
20752024-08-02T16:48:42.003Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20762024-08-02T16:48:42.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-08-02T16:48:42.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-08-02T16:48:42.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-08-02T16:48:42.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20802024-08-02T16:48:42.600Z
20812024-08-02T16:48:42.600Zinfo: running `cargo check --bins` on wicket-common (51/142)
20822024-08-02T16:48:43.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-08-02T16:48:43.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-08-02T16:48:43.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-08-02T16:48:43.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862024-08-02T16:48:43.186Z
20872024-08-02T16:48:43.186Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20882024-08-02T16:48:43.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-08-02T16:48:43.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-08-02T16:48:43.781Z Compiling heapless v0.8.0
20912024-08-02T16:48:43.858Z Checking hash32 v0.3.1
20922024-08-02T16:48:43.866Z Compiling smoltcp v0.11.0
20932024-08-02T16:48:43.873Z Checking embedded-io v0.4.0
20942024-08-02T16:48:43.875Z Checking cobs v0.2.3
20952024-08-02T16:48:43.886Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20962024-08-02T16:48:43.889Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20972024-08-02T16:48:43.905Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20982024-08-02T16:48:44.000Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20992024-08-02T16:48:44.013Z Compiling crucible-workspace-hack v0.1.0
21002024-08-02T16:48:44.030Z Checking csv-core v0.1.11
21012024-08-02T16:48:44.033Z Checking postcard v1.0.8
21022024-08-02T16:48:44.194Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21032024-08-02T16:48:44.349Z Checking csv v1.3.0
21042024-08-02T16:48:44.375Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21052024-08-02T16:48:44.388Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21062024-08-02T16:48:44.591Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21072024-08-02T16:48:44.690Z Compiling num-derive v0.4.2
21082024-08-02T16:48:44.710Z Compiling slog-dtrace v0.3.0
21092024-08-02T16:48:44.761Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21102024-08-02T16:48:44.893Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21112024-08-02T16:48:45.122Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21122024-08-02T16:48:45.488Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21132024-08-02T16:48:45.686Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21142024-08-02T16:48:46.352Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21152024-08-02T16:48:47.360Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21162024-08-02T16:48:48.173Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21172024-08-02T16:48:49.168Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21182024-08-02T16:48:49.331Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21192024-08-02T16:48:51.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
21202024-08-02T16:48:51.822Z
21212024-08-02T16:48:51.822Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21222024-08-02T16:48:52.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-08-02T16:48:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-08-02T16:48:52.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-08-02T16:48:52.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21262024-08-02T16:48:52.402Z
21272024-08-02T16:48:52.402Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21282024-08-02T16:48:52.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-08-02T16:48:52.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-08-02T16:48:52.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-08-02T16:48:52.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322024-08-02T16:48:52.973Z
21332024-08-02T16:48:52.973Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21342024-08-02T16:48:53.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-08-02T16:48:53.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-08-02T16:48:53.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-08-02T16:48:53.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21382024-08-02T16:48:53.648Z
21392024-08-02T16:48:53.648Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21402024-08-02T16:48:54.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-08-02T16:48:54.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-08-02T16:48:54.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-08-02T16:48:54.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21442024-08-02T16:48:54.310Z
21452024-08-02T16:48:54.310Zinfo: running `cargo check --bins` on dns-server (57/142)
21462024-08-02T16:48:54.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-08-02T16:48:54.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-08-02T16:48:54.886Z Compiling parking_lot_core v0.8.6
21492024-08-02T16:48:54.889Z Checking nibble_vec v0.1.0
21502024-08-02T16:48:54.965Z Checking endian-type v0.1.2
21512024-08-02T16:48:54.979Z Checking newline-converter v0.3.0
21522024-08-02T16:48:54.982Z Checking quick-error v1.2.3
21532024-08-02T16:48:54.982Z Checking linked-hash-map v0.5.6
21542024-08-02T16:48:54.988Z Checking fxhash v0.2.1
21552024-08-02T16:48:54.995Z Checking toml v0.5.11
21562024-08-02T16:48:55.104Z Checking expectorate v1.1.0
21572024-08-02T16:48:55.116Z Checking resolv-conf v0.7.0
21582024-08-02T16:48:55.119Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21592024-08-02T16:48:55.138Z Checking radix_trie v0.2.1
21602024-08-02T16:48:55.241Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21612024-08-02T16:48:55.254Z Checking lru-cache v0.1.2
21622024-08-02T16:48:55.418Z Checking trust-dns-resolver v0.22.0
21632024-08-02T16:48:55.460Z Checking trust-dns-client v0.22.0
21642024-08-02T16:48:55.674Z Checking parking_lot v0.11.2
21652024-08-02T16:48:55.917Z Checking sled v0.34.7
21662024-08-02T16:48:56.306Z Checking trust-dns-server v0.22.1
21672024-08-02T16:48:57.771Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21682024-08-02T16:48:58.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
21692024-08-02T16:48:58.898Z
21702024-08-02T16:48:58.898Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21712024-08-02T16:48:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-08-02T16:48:59.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-08-02T16:48:59.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-08-02T16:48:59.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752024-08-02T16:48:59.459Z
21762024-08-02T16:48:59.459Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21772024-08-02T16:49:00.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-08-02T16:49:00.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-08-02T16:49:00.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-08-02T16:49:00.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21812024-08-02T16:49:00.069Z
21822024-08-02T16:49:00.069Zinfo: running `cargo check --bins` on gateway-types (60/142)
21832024-08-02T16:49:00.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-02T16:49:00.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-02T16:49:00.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-08-02T16:49:00.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21872024-08-02T16:49:00.639Z
21882024-08-02T16:49:00.639Zinfo: running `cargo check --bins` on ipcc (61/142)
21892024-08-02T16:49:01.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-02T16:49:01.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-02T16:49:01.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-08-02T16:49:01.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21932024-08-02T16:49:01.211Z
21942024-08-02T16:49:01.211Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
21952024-08-02T16:49:01.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-08-02T16:49:01.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-08-02T16:49:01.838Z Compiling radium v0.7.0
21982024-08-02T16:49:01.918Z Compiling maybe-uninit v2.0.0
21992024-08-02T16:49:01.921Z Checking tap v1.0.1
22002024-08-02T16:49:01.933Z Compiling bzip2-sys v0.1.11+1.0.8
22012024-08-02T16:49:01.935Z Compiling num-bigint-dig v0.8.4
22022024-08-02T16:49:01.935Z Checking crc-catalog v2.4.0
22032024-08-02T16:49:01.940Z Checking funty v2.0.0
22042024-08-02T16:49:01.948Z Compiling packed_struct v0.10.1
22052024-08-02T16:49:02.035Z Checking wyz v0.5.1
22062024-08-02T16:49:02.071Z Checking crc v3.2.1
22072024-08-02T16:49:02.210Z Compiling packed_struct_codegen v0.10.1
22082024-08-02T16:49:02.390Z Checking half v2.4.1
22092024-08-02T16:49:02.408Z Compiling indexmap v1.9.3
22102024-08-02T16:49:02.473Z Checking ciborium-io v0.2.2
22112024-08-02T16:49:02.544Z Checking nodrop v0.1.14
22122024-08-02T16:49:02.585Z Checking smallvec v0.6.14
22132024-08-02T16:49:02.652Z Checking array-init v0.0.4
22142024-08-02T16:49:02.709Z Checking pkcs1 v0.7.5
22152024-08-02T16:49:02.816Z Checking ciborium-ll v0.2.2
22162024-08-02T16:49:02.865Z Checking bitvec v1.0.1
22172024-08-02T16:49:02.966Z Checking signature v2.2.0
22182024-08-02T16:49:03.089Z Compiling memoffset v0.9.1
22192024-08-02T16:49:03.111Z Checking hashbrown v0.12.3
22202024-08-02T16:49:03.152Z Checking bitfield v0.14.0
22212024-08-02T16:49:03.194Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22222024-08-02T16:49:03.405Z Checking bzip2 v0.4.4
22232024-08-02T16:49:03.479Z Checking env_logger v0.10.2
22242024-08-02T16:49:03.498Z Checking ciborium v0.2.2
22252024-08-02T16:49:03.638Z Checking serde-hex v0.1.0
22262024-08-02T16:49:03.689Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22272024-08-02T16:49:03.881Z Checking ron v0.8.1
22282024-08-02T16:49:03.928Z Checking x509-cert v0.2.5
22292024-08-02T16:49:04.472Z Checking hashbrown v0.13.2
22302024-08-02T16:49:04.805Z Checking crc-any v2.5.0
22312024-08-02T16:49:04.821Z Checking rsa v0.9.6
22322024-08-02T16:49:05.097Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332024-08-02T16:49:05.180Z Checking zip v0.6.6
22342024-08-02T16:49:05.433Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22352024-08-02T16:49:05.455Z Checking object v0.30.4
22362024-08-02T16:49:05.536Z Checking path-slash v0.1.5
22372024-08-02T16:49:05.672Z Checking nix v0.27.1
22382024-08-02T16:49:05.733Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22392024-08-02T16:49:05.760Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22402024-08-02T16:49:05.818Z Checking serde-big-array v0.5.1
22412024-08-02T16:49:05.844Z Checking signal-hook-tokio v0.3.1
22422024-08-02T16:49:07.791Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22432024-08-02T16:49:08.273Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22442024-08-02T16:49:14.660Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22452024-08-02T16:49:15.850Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22462024-08-02T16:49:17.430Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22472024-08-02T16:49:19.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s
22482024-08-02T16:49:19.202Z
22492024-08-02T16:49:19.202Zinfo: running `cargo check --bins` on gateway-api (63/142)
22502024-08-02T16:49:19.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-08-02T16:49:19.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-08-02T16:49:19.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-08-02T16:49:19.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542024-08-02T16:49:19.773Z
22552024-08-02T16:49:19.773Zinfo: running `cargo check --bins` on sp-sim (64/142)
22562024-08-02T16:49:20.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-02T16:49:20.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-02T16:49:20.349Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22592024-08-02T16:49:21.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22602024-08-02T16:49:21.996Z
22612024-08-02T16:49:21.996Zinfo: running `cargo check --bins` on internal-dns (65/142)
22622024-08-02T16:49:22.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-02T16:49:22.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-02T16:49:22.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-02T16:49:22.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662024-08-02T16:49:22.563Z
22672024-08-02T16:49:22.564Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22682024-08-02T16:49:23.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-02T16:49:23.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-02T16:49:23.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-08-02T16:49:23.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22722024-08-02T16:49:23.181Z
22732024-08-02T16:49:23.181Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22742024-08-02T16:49:23.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-08-02T16:49:23.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-08-02T16:49:23.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-08-02T16:49:23.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22782024-08-02T16:49:23.799Z
22792024-08-02T16:49:23.799Zinfo: running `cargo check --bins` on db-macros (68/142)
22802024-08-02T16:49:24.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-08-02T16:49:24.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-08-02T16:49:24.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-08-02T16:49:24.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22842024-08-02T16:49:24.342Z
22852024-08-02T16:49:24.342Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22862024-08-02T16:49:24.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-08-02T16:49:24.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-08-02T16:49:24.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-08-02T16:49:24.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22902024-08-02T16:49:24.888Z
22912024-08-02T16:49:24.888Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22922024-08-02T16:49:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-08-02T16:49:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-08-02T16:49:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-08-02T16:49:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22962024-08-02T16:49:25.486Z
22972024-08-02T16:49:25.486Zinfo: running `cargo check --bins` on authz-macros (71/142)
22982024-08-02T16:49:25.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-08-02T16:49:25.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-08-02T16:49:25.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-08-02T16:49:25.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23022024-08-02T16:49:26.037Z
23032024-08-02T16:49:26.037Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23042024-08-02T16:49:26.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-08-02T16:49:26.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-08-02T16:49:26.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-08-02T16:49:26.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23082024-08-02T16:49:26.621Z
23092024-08-02T16:49:26.621Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23102024-08-02T16:49:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-08-02T16:49:27.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-08-02T16:49:27.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-08-02T16:49:27.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23142024-08-02T16:49:27.206Z
23152024-08-02T16:49:27.206Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23162024-08-02T16:49:27.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-02T16:49:27.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-02T16:49:27.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-02T16:49:27.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23202024-08-02T16:49:27.780Z
23212024-08-02T16:49:27.780Zinfo: running `cargo check --bins` on oximeter (75/142)
23222024-08-02T16:49:28.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-02T16:49:28.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-02T16:49:28.367Z Compiling rustls-pki-types v1.7.0
23252024-08-02T16:49:28.444Z Compiling match_cfg v0.1.0
23262024-08-02T16:49:28.444Z Compiling prettyplease v0.2.20
23272024-08-02T16:49:28.455Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23282024-08-02T16:49:28.458Z Compiling slog-json v2.6.1
23292024-08-02T16:49:28.463Z Compiling http v1.1.0
23302024-08-02T16:49:28.477Z Compiling atomic-waker v1.1.2
23312024-08-02T16:49:28.490Z Compiling async-stream v0.3.5
23322024-08-02T16:49:28.508Z Compiling hostname v0.3.1
23332024-08-02T16:49:28.654Z Compiling waitgroup v0.1.2
23342024-08-02T16:49:28.701Z Compiling slog-bunyan v2.5.0
23352024-08-02T16:49:28.741Z Compiling toml v0.8.15
23362024-08-02T16:49:28.784Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23372024-08-02T16:49:28.810Z Compiling sha1 v0.10.6
23382024-08-02T16:49:28.851Z Compiling rustls-webpki v0.102.4
23392024-08-02T16:49:28.863Z Compiling rustls-pemfile v2.1.2
23402024-08-02T16:49:28.896Z Compiling newtype-uuid v1.1.0
23412024-08-02T16:49:28.988Z Compiling serde_path_to_error v0.1.16
23422024-08-02T16:49:29.189Z Compiling hostname v0.4.0
23432024-08-02T16:49:29.218Z Compiling instant v0.1.12
23442024-08-02T16:49:29.233Z Compiling debug-ignore v1.0.5
23452024-08-02T16:49:29.319Z Compiling backoff v0.4.0
23462024-08-02T16:49:29.359Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23472024-08-02T16:49:29.373Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23482024-08-02T16:49:29.438Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492024-08-02T16:49:29.602Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23502024-08-02T16:49:29.628Z Compiling parse-display v0.9.1
23512024-08-02T16:49:29.677Z Compiling serde_with v3.8.3
23522024-08-02T16:49:29.817Z Compiling rustls v0.22.4
23532024-08-02T16:49:30.298Z Compiling multer v3.1.0
23542024-08-02T16:49:30.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23552024-08-02T16:49:30.630Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23562024-08-02T16:49:30.764Z Compiling num-rational v0.4.2
23572024-08-02T16:49:31.031Z Compiling num-complex v0.4.6
23582024-08-02T16:49:31.046Z Compiling macaddr v1.0.1
23592024-08-02T16:49:32.064Z Compiling num v0.4.3
23602024-08-02T16:49:32.087Z Compiling float-ord v0.3.2
23612024-08-02T16:49:33.035Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23622024-08-02T16:49:33.619Z Compiling tokio-rustls v0.25.0
23632024-08-02T16:49:33.878Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23642024-08-02T16:49:37.178Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23652024-08-02T16:49:48.395Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23662024-08-02T16:49:51.416Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23672024-08-02T16:49:52.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.21s
23682024-08-02T16:49:52.128Z
23692024-08-02T16:49:52.128Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23702024-08-02T16:49:52.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-08-02T16:49:52.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-08-02T16:49:52.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-08-02T16:49:52.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23742024-08-02T16:49:52.705Z
23752024-08-02T16:49:52.705Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23762024-08-02T16:49:53.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-08-02T16:49:53.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-08-02T16:49:53.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-08-02T16:49:53.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23802024-08-02T16:49:53.278Z
23812024-08-02T16:49:53.278Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23822024-08-02T16:49:53.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-08-02T16:49:53.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-08-02T16:49:53.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-08-02T16:49:53.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23862024-08-02T16:49:53.860Z
23872024-08-02T16:49:53.860Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23882024-08-02T16:49:54.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-08-02T16:49:54.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-08-02T16:49:54.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-08-02T16:49:54.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23922024-08-02T16:49:54.451Z
23932024-08-02T16:49:54.451Zinfo: running `cargo check --bins` on typed-rng (80/142)
23942024-08-02T16:49:54.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-08-02T16:49:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-08-02T16:49:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-08-02T16:49:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23982024-08-02T16:49:54.997Z
23992024-08-02T16:49:54.997Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24002024-08-02T16:49:55.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-08-02T16:49:55.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-08-02T16:49:55.680Z Checking password-hash v0.5.0
24032024-08-02T16:49:55.680Z Checking blake2 v0.10.6
24042024-08-02T16:49:55.683Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24052024-08-02T16:49:55.683Z Compiling semver v0.1.20
24062024-08-02T16:49:55.683Z Compiling convert_case v0.4.0
24072024-08-02T16:49:55.764Z Compiling rayon-core v1.12.1
24082024-08-02T16:49:55.782Z Compiling crossbeam-deque v0.8.5
24092024-08-02T16:49:55.791Z Compiling unicase v2.7.0
24102024-08-02T16:49:56.066Z Compiling rustc_version v0.1.7
24112024-08-02T16:49:56.097Z Compiling libefi-sys v0.1.0
24122024-08-02T16:49:56.101Z Compiling same-file v1.0.6
24132024-08-02T16:49:56.162Z Compiling fastrand v2.1.0
24142024-08-02T16:49:56.183Z Checking argon2 v0.5.3
24152024-08-02T16:49:56.327Z Compiling walkdir v2.5.0
24162024-08-02T16:49:56.409Z Compiling curve25519-dalek v4.1.3
24172024-08-02T16:49:56.532Z Compiling tempfile v3.10.1
24182024-08-02T16:49:56.559Z Compiling newtype_derive v0.1.6
24192024-08-02T16:49:56.712Z Compiling derive-where v1.2.7
24202024-08-02T16:49:56.735Z Compiling derive_more v0.99.18
24212024-08-02T16:49:56.822Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24222024-08-02T16:49:56.882Z Compiling bitfield-struct v0.6.1
24232024-08-02T16:49:57.031Z Compiling blake3 v1.5.1
24242024-08-02T16:49:57.086Z Compiling ring v0.16.20
24252024-08-02T16:49:57.181Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24262024-08-02T16:49:57.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24272024-08-02T16:49:57.602Z Checking keccak v0.1.5
24282024-08-02T16:49:57.905Z Checking sha3 v0.10.8
24292024-08-02T16:49:58.286Z Compiling rayon v1.10.0
24302024-08-02T16:49:58.329Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24312024-08-02T16:49:58.422Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24322024-08-02T16:49:58.479Z Checking universal-hash v0.5.1
24332024-08-02T16:49:58.657Z Compiling thiserror-impl-no-std v2.0.2
24342024-08-02T16:49:58.692Z Checking secrecy v0.8.0
24352024-08-02T16:49:58.765Z Compiling curve25519-dalek-derive v0.1.1
24362024-08-02T16:49:58.882Z Compiling memmap2 v0.9.4
24372024-08-02T16:49:58.896Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382024-08-02T16:49:59.008Z Compiling arrayref v0.3.7
24392024-08-02T16:49:59.105Z Checking opaque-debug v0.3.1
24402024-08-02T16:49:59.195Z Compiling spin v0.5.2
24412024-08-02T16:49:59.318Z Compiling untrusted v0.7.1
24422024-08-02T16:49:59.424Z Compiling arrayvec v0.7.4
24432024-08-02T16:49:59.501Z Compiling constant_time_eq v0.3.0
24442024-08-02T16:49:59.681Z Compiling home v0.5.9
24452024-08-02T16:49:59.825Z Compiling toolchain_find v0.4.0
24462024-08-02T16:49:59.936Z Checking poly1305 v0.8.0
24472024-08-02T16:50:00.386Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482024-08-02T16:50:00.428Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24492024-08-02T16:50:00.656Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24502024-08-02T16:50:00.686Z Checking steno v0.4.1
24512024-08-02T16:50:00.838Z Compiling camino-tempfile v1.1.1
24522024-08-02T16:50:01.278Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532024-08-02T16:50:01.335Z Checking chacha20 v0.9.1
24542024-08-02T16:50:01.680Z Checking aead v0.5.2
24552024-08-02T16:50:01.897Z Checking gethostname v0.4.3
24562024-08-02T16:50:02.014Z Checking thiserror-no-std v2.0.2
24572024-08-02T16:50:02.028Z Compiling cancel-safe-futures v0.1.5
24582024-08-02T16:50:02.110Z Compiling topological-sort v0.2.2
24592024-08-02T16:50:02.122Z Checking vsss-rs v3.3.4
24602024-08-02T16:50:02.311Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24612024-08-02T16:50:02.359Z Checking chacha20poly1305 v0.10.1
24622024-08-02T16:50:02.938Z Compiling mime_guess v2.0.4
24632024-08-02T16:50:03.003Z Compiling rustfmt-wrapper v0.2.1
24642024-08-02T16:50:03.593Z Compiling omicron-zone-package v0.11.0
24652024-08-02T16:50:03.691Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24662024-08-02T16:50:04.270Z Checking glob v0.3.1
24672024-08-02T16:50:04.548Z Checking libsw v3.3.1
24682024-08-02T16:50:04.570Z Checking linear-map v1.2.0
24692024-08-02T16:50:04.620Z Checking swrite v0.1.0
24702024-08-02T16:50:04.728Z Checking owo-colors v4.0.0
24712024-08-02T16:50:04.807Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24722024-08-02T16:50:04.881Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24732024-08-02T16:50:05.337Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24742024-08-02T16:50:05.448Z Checking kstat-rs v0.2.4
24752024-08-02T16:50:05.577Z Checking nanorand v0.7.0
24762024-08-02T16:50:05.610Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24772024-08-02T16:50:05.747Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24782024-08-02T16:50:05.763Z Checking http-range v0.1.5
24792024-08-02T16:50:05.932Z Checking hyper-staticfile v0.9.5
24802024-08-02T16:50:05.946Z Checking flume v0.11.0
24812024-08-02T16:50:05.985Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24822024-08-02T16:50:06.332Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24832024-08-02T16:50:06.411Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24842024-08-02T16:50:06.495Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24852024-08-02T16:50:06.670Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24862024-08-02T16:50:07.510Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24872024-08-02T16:50:07.770Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24882024-08-02T16:50:08.231Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24892024-08-02T16:50:09.396Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24902024-08-02T16:50:09.978Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24912024-08-02T16:50:10.339Z Checking display-error-chain v0.2.0
24922024-08-02T16:50:10.381Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24932024-08-02T16:50:16.352Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24942024-08-02T16:50:21.334Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24952024-08-02T16:50:21.334Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24962024-08-02T16:50:22.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24972024-08-02T16:50:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s
24982024-08-02T16:50:34.891Z
24992024-08-02T16:50:34.891Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25002024-08-02T16:50:35.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-08-02T16:50:35.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-08-02T16:50:35.560Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032024-08-02T16:50:48.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s
25042024-08-02T16:50:48.339Z
25052024-08-02T16:50:48.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25062024-08-02T16:50:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-08-02T16:50:48.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-08-02T16:50:49.003Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-08-02T16:51:01.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s
25102024-08-02T16:51:01.693Z
25112024-08-02T16:51:01.693Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25122024-08-02T16:51:02.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-02T16:51:02.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-02T16:51:02.366Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-08-02T16:51:14.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s
25162024-08-02T16:51:15.080Z
25172024-08-02T16:51:15.080Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25182024-08-02T16:51:15.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-02T16:51:15.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-02T16:51:15.752Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-08-02T16:51:28.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
25222024-08-02T16:51:28.563Z
25232024-08-02T16:51:28.564Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25242024-08-02T16:51:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-02T16:51:29.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-02T16:51:29.227Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25272024-08-02T16:51:41.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.22s
25282024-08-02T16:51:41.930Z
25292024-08-02T16:51:41.930Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25302024-08-02T16:51:42.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-02T16:51:42.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-02T16:51:42.600Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-08-02T16:51:55.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.24s
25342024-08-02T16:51:55.320Z
25352024-08-02T16:51:55.320Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25362024-08-02T16:51:55.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-02T16:51:55.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-02T16:51:55.995Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-08-02T16:52:08.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
25402024-08-02T16:52:08.730Z
25412024-08-02T16:52:08.730Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25422024-08-02T16:52:09.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-02T16:52:09.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-02T16:52:09.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-08-02T16:52:09.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25462024-08-02T16:52:09.340Z
25472024-08-02T16:52:09.340Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25482024-08-02T16:52:09.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-02T16:52:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-02T16:52:09.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-08-02T16:52:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25522024-08-02T16:52:09.941Z
25532024-08-02T16:52:09.941Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25542024-08-02T16:52:10.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-02T16:52:10.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-02T16:52:10.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-02T16:52:10.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25582024-08-02T16:52:10.535Z
25592024-08-02T16:52:10.535Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25602024-08-02T16:52:11.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-02T16:52:11.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-02T16:52:11.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-02T16:52:11.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25642024-08-02T16:52:11.127Z
25652024-08-02T16:52:11.127Zinfo: running `cargo check --bins` on key-manager (93/142)
25662024-08-02T16:52:11.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-02T16:52:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-02T16:52:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-02T16:52:11.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25702024-08-02T16:52:11.708Z
25712024-08-02T16:52:11.708Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25722024-08-02T16:52:12.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-02T16:52:12.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-02T16:52:12.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-02T16:52:12.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25762024-08-02T16:52:12.317Z
25772024-08-02T16:52:12.317Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25782024-08-02T16:52:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-02T16:52:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-02T16:52:12.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-02T16:52:12.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25822024-08-02T16:52:12.893Z
25832024-08-02T16:52:12.893Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25842024-08-02T16:52:13.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-02T16:52:13.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-02T16:52:13.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-02T16:52:13.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25882024-08-02T16:52:13.463Z
25892024-08-02T16:52:13.463Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25902024-08-02T16:52:13.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-02T16:52:13.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-02T16:52:13.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-02T16:52:13.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25942024-08-02T16:52:14.035Z
25952024-08-02T16:52:14.035Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
25962024-08-02T16:52:14.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-02T16:52:14.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-02T16:52:14.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-02T16:52:14.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26002024-08-02T16:52:14.611Z
26012024-08-02T16:52:14.611Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26022024-08-02T16:52:15.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-02T16:52:15.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-02T16:52:15.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-02T16:52:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26062024-08-02T16:52:15.184Z
26072024-08-02T16:52:15.184Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26082024-08-02T16:52:15.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-02T16:52:15.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-02T16:52:15.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-02T16:52:15.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26122024-08-02T16:52:15.760Z
26132024-08-02T16:52:15.760Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26142024-08-02T16:52:16.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-02T16:52:16.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-02T16:52:16.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-02T16:52:16.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26182024-08-02T16:52:16.331Z
26192024-08-02T16:52:16.331Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26202024-08-02T16:52:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-02T16:52:16.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-02T16:52:16.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-02T16:52:16.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26242024-08-02T16:52:16.928Z
26252024-08-02T16:52:16.928Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26262024-08-02T16:52:17.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-02T16:52:17.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-02T16:52:17.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-02T16:52:17.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26302024-08-02T16:52:17.526Z
26312024-08-02T16:52:17.526Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26322024-08-02T16:52:18.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-02T16:52:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-02T16:52:18.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-02T16:52:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26362024-08-02T16:52:18.114Z
26372024-08-02T16:52:18.114Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26382024-08-02T16:52:18.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-02T16:52:18.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-02T16:52:18.740Z Checking bcs v0.1.6
26412024-08-02T16:52:18.740Z Compiling async-recursion v1.1.1
26422024-08-02T16:52:18.741Z Checking highway v1.1.0
26432024-08-02T16:52:18.744Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26442024-08-02T16:52:18.744Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26452024-08-02T16:52:19.786Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462024-08-02T16:52:22.822Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26472024-08-02T16:52:24.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
26482024-08-02T16:52:24.524Z
26492024-08-02T16:52:24.524Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26502024-08-02T16:52:25.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-02T16:52:25.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-02T16:52:25.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-08-02T16:52:25.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542024-08-02T16:52:25.097Z
26552024-08-02T16:52:25.097Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26562024-08-02T16:52:25.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-02T16:52:25.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-02T16:52:25.689Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592024-08-02T16:52:26.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
26602024-08-02T16:52:26.343Z
26612024-08-02T16:52:26.343Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26622024-08-02T16:52:26.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-02T16:52:26.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-02T16:52:26.951Z Compiling cfg_aliases v0.1.1
26652024-08-02T16:52:26.954Z Compiling vte_generate_state_changes v0.1.1
26662024-08-02T16:52:26.954Z Checking fd-lock v4.0.2
26672024-08-02T16:52:27.036Z Checking bytecount v0.6.8
26682024-08-02T16:52:27.046Z Compiling tabled_derive v0.7.0
26692024-08-02T16:52:27.049Z Compiling peg-macros v0.8.4
26702024-08-02T16:52:27.049Z Compiling sqlparser_derive v0.2.2
26712024-08-02T16:52:27.049Z Checking home v0.5.9
26722024-08-02T16:52:27.096Z Compiling nix v0.28.0
26732024-08-02T16:52:27.154Z Checking papergrid v0.11.0
26742024-08-02T16:52:27.185Z Checking unicode_categories v0.1.1
26752024-08-02T16:52:27.199Z Checking nu-ansi-term v0.50.0
26762024-08-02T16:52:27.452Z Checking sqlformat v0.2.4
26772024-08-02T16:52:27.635Z Checking vte v0.11.1
26782024-08-02T16:52:28.125Z Checking sqlparser v0.45.0
26792024-08-02T16:52:29.003Z Checking strip-ansi-escapes v0.2.0
26802024-08-02T16:52:29.139Z Checking tabled v0.15.0
26812024-08-02T16:52:29.153Z Checking reedline v0.31.0
26822024-08-02T16:52:29.716Z Checking peg v0.8.4
26832024-08-02T16:52:30.094Z Checking rustyline v14.0.0
26842024-08-02T16:52:34.515Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852024-08-02T16:52:39.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
26862024-08-02T16:52:39.989Z
26872024-08-02T16:52:39.989Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26882024-08-02T16:52:40.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-02T16:52:40.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-02T16:52:40.586Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-02T16:52:45.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
26922024-08-02T16:52:46.092Z
26932024-08-02T16:52:46.092Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
26942024-08-02T16:52:46.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-02T16:52:46.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-02T16:52:46.684Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-02T16:52:51.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
26982024-08-02T16:52:52.071Z
26992024-08-02T16:52:52.071Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27002024-08-02T16:52:52.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-02T16:52:52.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-02T16:52:52.672Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-02T16:52:56.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
27042024-08-02T16:52:56.671Z
27052024-08-02T16:52:56.671Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27062024-08-02T16:52:57.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-02T16:52:57.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-02T16:52:57.282Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27092024-08-02T16:52:57.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27102024-08-02T16:52:57.708Z
27112024-08-02T16:52:57.709Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27122024-08-02T16:52:58.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-02T16:52:58.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-02T16:52:58.267Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27152024-08-02T16:52:59.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27162024-08-02T16:52:59.141Z
27172024-08-02T16:52:59.141Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27182024-08-02T16:52:59.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-02T16:52:59.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-02T16:52:59.864Z Compiling glob v0.3.1
27212024-08-02T16:52:59.864Z Compiling crunchy v0.2.2
27222024-08-02T16:52:59.867Z Compiling tiny-keccak v2.0.2
27232024-08-02T16:52:59.955Z Compiling ascii-canvas v3.0.0
27242024-08-02T16:52:59.967Z Compiling ena v0.14.3
27252024-08-02T16:52:59.970Z Compiling libloading v0.8.3
27262024-08-02T16:52:59.975Z Compiling bindgen v0.69.4
27272024-08-02T16:52:59.978Z Compiling regex-syntax v0.6.29
27282024-08-02T16:53:00.215Z Compiling diff v0.1.13
27292024-08-02T16:53:00.362Z Compiling which v4.4.2
27302024-08-02T16:53:00.392Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27312024-08-02T16:53:00.485Z Compiling cexpr v0.6.0
27322024-08-02T16:53:00.607Z Compiling lazycell v1.3.0
27332024-08-02T16:53:00.687Z Compiling shlex v1.3.0
27342024-08-02T16:53:00.765Z Compiling rustc-hash v1.1.0
27352024-08-02T16:53:00.845Z Compiling clang-sys v1.7.0
27362024-08-02T16:53:00.888Z Compiling ref-cast v1.0.23
27372024-08-02T16:53:00.906Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27382024-08-02T16:53:00.969Z Compiling derive_builder_core v0.20.0
27392024-08-02T16:53:01.096Z Compiling libxml v0.3.3
27402024-08-02T16:53:01.143Z Compiling ref-cast-impl v1.0.23
27412024-08-02T16:53:01.159Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27422024-08-02T16:53:01.450Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27432024-08-02T16:53:01.466Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27442024-08-02T16:53:01.632Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27452024-08-02T16:53:01.716Z Compiling strum_macros v0.24.3
27462024-08-02T16:53:02.014Z Compiling cookie v0.18.1
27472024-08-02T16:53:02.301Z Compiling indoc v1.0.9
27482024-08-02T16:53:02.478Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27492024-08-02T16:53:02.753Z Compiling oso-derive v0.27.3
27502024-08-02T16:53:03.379Z Compiling lalrpop v0.19.12
27512024-08-02T16:53:03.430Z Compiling derive_builder_macro v0.20.0
27522024-08-02T16:53:03.841Z Compiling impl-trait-for-tuples v0.2.2
27532024-08-02T16:53:04.324Z Checking derive_builder v0.20.0
27542024-08-02T16:53:04.354Z Checking quick-xml v0.31.0
27552024-08-02T16:53:04.474Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27562024-08-02T16:53:04.751Z Checking maplit v1.0.2
27572024-08-02T16:53:05.725Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27582024-08-02T16:53:06.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27592024-08-02T16:53:06.350Z Checking bb8 v0.8.5
27602024-08-02T16:53:06.456Z Compiling const_format_proc_macros v0.2.32
27612024-08-02T16:53:06.835Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27622024-08-02T16:53:07.478Z Checking crossbeam-deque v0.8.5
27632024-08-02T16:53:07.786Z Compiling portable-atomic v1.6.0
27642024-08-02T16:53:07.811Z Checking rayon-core v1.12.1
27652024-08-02T16:53:08.564Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27662024-08-02T16:53:08.775Z Checking const_format v0.2.32
27672024-08-02T16:53:08.821Z Checking castaway v0.2.2
27682024-08-02T16:53:08.978Z Checking compact_str v0.7.1
27692024-08-02T16:53:09.289Z Checking rayon v1.10.0
27702024-08-02T16:53:09.747Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27712024-08-02T16:53:09.968Z Checking unicode-truncate v1.0.0
27722024-08-02T16:53:10.007Z Checking itertools v0.13.0
27732024-08-02T16:53:10.168Z Checking lru v0.12.3
27742024-08-02T16:53:10.439Z Compiling stability v0.2.0
27752024-08-02T16:53:11.481Z Checking number_prefix v0.4.0
27762024-08-02T16:53:11.677Z Checking unicode-linebreak v0.1.5
27772024-08-02T16:53:12.058Z Checking cassowary v0.3.0
27782024-08-02T16:53:12.458Z Checking smawk v0.3.2
27792024-08-02T16:53:12.613Z Checking ratatui v0.27.0
27802024-08-02T16:53:12.653Z Checking textwrap v0.16.1
27812024-08-02T16:53:13.072Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822024-08-02T16:53:13.146Z Checking indicatif v0.17.8
27832024-08-02T16:53:13.820Z Checking multimap v0.10.0
27842024-08-02T16:53:37.595Z Compiling samael v0.0.15
27852024-08-02T16:53:48.131Z Compiling polar-core v0.27.3
27862024-08-02T16:53:55.241Z Checking oso v0.27.3
27872024-08-02T16:54:21.954Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27882024-08-02T16:54:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
27892024-08-02T16:54:26.363Z
27902024-08-02T16:54:26.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27912024-08-02T16:54:26.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-08-02T16:54:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-08-02T16:54:26.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-08-02T16:54:26.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27952024-08-02T16:54:26.986Z
27962024-08-02T16:54:26.986Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
27972024-08-02T16:54:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-08-02T16:54:27.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-08-02T16:54:27.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-08-02T16:54:27.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012024-08-02T16:54:27.597Z
28022024-08-02T16:54:27.597Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28032024-08-02T16:54:28.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-08-02T16:54:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-08-02T16:54:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-08-02T16:54:28.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28072024-08-02T16:54:28.155Z
28082024-08-02T16:54:28.156Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28092024-08-02T16:54:28.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-08-02T16:54:28.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-08-02T16:54:28.886Z Compiling pin-project-internal v1.1.5
28122024-08-02T16:54:28.889Z Compiling snafu-derive v0.8.2
28132024-08-02T16:54:28.889Z Compiling buf-list v1.0.3
28142024-08-02T16:54:28.985Z Checking globset v0.4.14
28152024-08-02T16:54:28.988Z Checking olpc-cjson v0.1.3
28162024-08-02T16:54:28.988Z Checking rand_seeder v0.2.3
28172024-08-02T16:54:28.988Z Checking serde_plain v1.0.2
28182024-08-02T16:54:29.014Z Checking typed-path v0.7.1
28192024-08-02T16:54:29.197Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202024-08-02T16:54:29.214Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212024-08-02T16:54:29.257Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222024-08-02T16:54:29.422Z Checking parse-size v1.0.0
28232024-08-02T16:54:29.438Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242024-08-02T16:54:29.479Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28252024-08-02T16:54:29.541Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28262024-08-02T16:54:29.581Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28272024-08-02T16:54:29.929Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282024-08-02T16:54:30.295Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292024-08-02T16:54:30.394Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302024-08-02T16:54:30.416Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28312024-08-02T16:54:30.653Z Checking fatfs v0.3.6
28322024-08-02T16:54:30.834Z Checking assert_matches v1.5.0
28332024-08-02T16:54:31.942Z Checking pin-project v1.1.5
28342024-08-02T16:54:32.916Z Checking snafu v0.8.2
28352024-08-02T16:54:33.211Z Checking tough v0.17.1
28362024-08-02T16:54:35.931Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28372024-08-02T16:54:36.974Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28382024-08-02T16:55:12.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s
28392024-08-02T16:55:12.685Z
28402024-08-02T16:55:12.685Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28412024-08-02T16:55:13.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-02T16:55:13.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-02T16:55:13.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-08-02T16:55:13.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28452024-08-02T16:55:13.288Z
28462024-08-02T16:55:13.288Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28472024-08-02T16:55:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-02T16:55:13.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-02T16:55:13.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-08-02T16:55:13.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28512024-08-02T16:55:13.900Z
28522024-08-02T16:55:13.900Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28532024-08-02T16:55:14.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-08-02T16:55:14.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-08-02T16:55:14.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-08-02T16:55:14.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28572024-08-02T16:55:14.506Z
28582024-08-02T16:55:14.506Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28592024-08-02T16:55:15.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-08-02T16:55:15.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-08-02T16:55:15.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-08-02T16:55:15.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28632024-08-02T16:55:15.118Z
28642024-08-02T16:55:15.118Zinfo: running `cargo check --bins` on update-common (123/142)
28652024-08-02T16:55:15.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-08-02T16:55:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-08-02T16:55:15.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-08-02T16:55:15.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28692024-08-02T16:55:15.712Z
28702024-08-02T16:55:15.712Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28712024-08-02T16:55:16.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-08-02T16:55:16.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-08-02T16:55:16.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-08-02T16:55:16.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28752024-08-02T16:55:16.306Z
28762024-08-02T16:55:16.306Zinfo: running `cargo check --bins` on tufaceous (125/142)
28772024-08-02T16:55:16.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-08-02T16:55:16.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-08-02T16:55:16.918Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28802024-08-02T16:55:17.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
28812024-08-02T16:55:17.888Z
28822024-08-02T16:55:17.888Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28832024-08-02T16:55:18.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-08-02T16:55:18.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-08-02T16:55:18.647Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862024-08-02T16:55:18.647Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28872024-08-02T16:55:18.650Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28882024-08-02T16:55:19.888Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28892024-08-02T16:55:22.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
28902024-08-02T16:55:22.441Z
28912024-08-02T16:55:22.441Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28922024-08-02T16:55:23.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-08-02T16:55:23.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-08-02T16:55:23.092Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28952024-08-02T16:55:23.092Z Checking is_ci v1.2.0
28962024-08-02T16:55:23.092Z Checking heck v0.4.1
28972024-08-02T16:55:23.092Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982024-08-02T16:55:23.095Z Checking indent_write v2.2.0
28992024-08-02T16:55:23.251Z Checking supports-color v3.0.0
29002024-08-02T16:55:23.323Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29012024-08-02T16:55:24.637Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022024-08-02T16:55:25.425Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29032024-08-02T16:55:26.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
29042024-08-02T16:55:26.447Z
29052024-08-02T16:55:26.447Zinfo: running `cargo check --bins` on installinator-api (128/142)
29062024-08-02T16:55:26.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-08-02T16:55:26.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-08-02T16:55:26.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-08-02T16:55:26.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29102024-08-02T16:55:27.034Z
29112024-08-02T16:55:27.034Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29122024-08-02T16:55:27.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-08-02T16:55:27.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-08-02T16:55:27.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-08-02T16:55:27.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29162024-08-02T16:55:27.629Z
29172024-08-02T16:55:27.629Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29182024-08-02T16:55:28.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-08-02T16:55:28.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-08-02T16:55:28.291Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29212024-08-02T16:55:29.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
29222024-08-02T16:55:29.505Z
29232024-08-02T16:55:29.505Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29242024-08-02T16:55:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-08-02T16:55:30.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-08-02T16:55:30.123Z Checking memmap2 v0.9.4
29272024-08-02T16:55:30.123Z Checking untrusted v0.7.1
29282024-08-02T16:55:30.123Z Checking spin v0.5.2
29292024-08-02T16:55:30.126Z Checking arrayref v0.3.7
29302024-08-02T16:55:30.126Z Checking constant_time_eq v0.3.0
29312024-08-02T16:55:30.126Z Checking arrayvec v0.7.4
29322024-08-02T16:55:30.126Z Checking cargo-platform v0.1.8
29332024-08-02T16:55:30.204Z Checking topological-sort v0.2.2
29342024-08-02T16:55:30.284Z Checking shell-words v1.1.0
29352024-08-02T16:55:30.368Z Checking ring v0.16.20
29362024-08-02T16:55:30.459Z Checking cargo_metadata v0.18.1
29372024-08-02T16:55:30.509Z Checking blake3 v1.5.1
29382024-08-02T16:55:31.484Z Checking omicron-zone-package v0.11.0
29392024-08-02T16:55:32.489Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29402024-08-02T16:55:33.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
29412024-08-02T16:55:33.416Z
29422024-08-02T16:55:33.416Zinfo: running `cargo check --bins` on xtask (132/142)
29432024-08-02T16:55:33.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-08-02T16:55:33.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-08-02T16:55:33.854Z Checking serde v1.0.204
29462024-08-02T16:55:33.857Z Checking thiserror v1.0.63
29472024-08-02T16:55:33.857Z Checking scroll v0.12.0
29482024-08-02T16:55:33.857Z Checking hashbrown v0.14.5
29492024-08-02T16:55:33.923Z Checking log v0.4.21
29502024-08-02T16:55:33.926Z Checking bitflags v2.6.0
29512024-08-02T16:55:33.935Z Checking zerocopy v0.7.34
29522024-08-02T16:55:33.962Z Checking syn v2.0.72
29532024-08-02T16:55:34.016Z Checking pest v2.7.10
29542024-08-02T16:55:34.173Z Checking fs-err v2.11.0
29552024-08-02T16:55:34.185Z Checking rustix v0.38.34
29562024-08-02T16:55:34.346Z Checking goblin v0.8.2
29572024-08-02T16:55:34.452Z Checking tabled v0.15.0
29582024-08-02T16:55:34.985Z Checking indexmap v2.2.6
29592024-08-02T16:55:35.144Z Checking terminal_size v0.3.0
29602024-08-02T16:55:35.301Z Checking clap_builder v4.5.9
29612024-08-02T16:55:35.366Z Checking anyhow v1.0.86
29622024-08-02T16:55:36.441Z Checking dtrace-parser v0.2.0
29632024-08-02T16:55:37.630Z Checking clap v4.5.9
29642024-08-02T16:55:38.063Z Checking serde_json v1.0.120
29652024-08-02T16:55:38.063Z Checking toml_datetime v0.6.6
29662024-08-02T16:55:38.066Z Checking serde_spanned v0.6.6
29672024-08-02T16:55:38.066Z Checking cargo-platform v0.1.8
29682024-08-02T16:55:38.066Z Checking camino v1.1.7
29692024-08-02T16:55:38.066Z Checking semver v1.0.23
29702024-08-02T16:55:38.066Z Checking macaddr v1.0.1
29712024-08-02T16:55:38.309Z Checking toml_edit v0.22.16
29722024-08-02T16:55:39.160Z Checking dof v0.3.0
29732024-08-02T16:55:39.160Z Checking cargo_metadata v0.18.1
29742024-08-02T16:55:39.535Z Checking usdt-impl v0.5.0
29752024-08-02T16:55:39.869Z Checking toml v0.8.15
29762024-08-02T16:55:39.878Z Checking usdt v0.5.0
29772024-08-02T16:55:40.307Z Checking cargo_toml v0.20.4
29782024-08-02T16:55:41.416Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29792024-08-02T16:55:41.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
29802024-08-02T16:55:42.016Z
29812024-08-02T16:55:42.016Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29822024-08-02T16:55:42.438Z Downloading crates ...
29832024-08-02T16:55:42.717Z Downloaded md5 v0.7.0
29842024-08-02T16:55:42.720Z Downloaded dhcproto-macros v0.1.0
29852024-08-02T16:55:42.725Z Downloaded option-ext v0.2.0
29862024-08-02T16:55:42.729Z Downloaded ed25519 v2.2.3
29872024-08-02T16:55:42.736Z Downloaded russh-cryptovec v0.7.2
29882024-08-02T16:55:42.739Z Downloaded bcrypt-pbkdf v0.10.0
29892024-08-02T16:55:42.739Z Downloaded rfc6979 v0.4.0
29902024-08-02T16:55:42.742Z Downloaded hex-literal v0.4.1
29912024-08-02T16:55:42.742Z Downloaded dirs-sys v0.4.1
29922024-08-02T16:55:42.744Z Downloaded cbc v0.1.2
29932024-08-02T16:55:42.744Z Downloaded primeorder v0.13.6
29942024-08-02T16:55:42.747Z Downloaded blowfish v0.9.1
29952024-08-02T16:55:42.750Z Downloaded pbkdf2 v0.12.2
29962024-08-02T16:55:42.750Z Downloaded rand_chacha v0.2.2
29972024-08-02T16:55:42.750Z Downloaded polyval v0.6.2
29982024-08-02T16:55:42.753Z Downloaded rand_core v0.5.1
29992024-08-02T16:55:42.753Z Downloaded dirs v5.0.1
30002024-08-02T16:55:42.756Z Downloaded internet-checksum v0.2.1
30012024-08-02T16:55:42.758Z Downloaded ghash v0.5.1
30022024-08-02T16:55:42.758Z Downloaded aes v0.8.4
30032024-08-02T16:55:42.762Z Downloaded pbkdf2 v0.11.0
30042024-08-02T16:55:42.764Z Downloaded password-hash v0.4.2
30052024-08-02T16:55:42.767Z Downloaded ecdsa v0.16.9
30062024-08-02T16:55:42.767Z Downloaded ctr v0.9.2
30072024-08-02T16:55:42.770Z Downloaded getrandom v0.1.16
30082024-08-02T16:55:42.776Z Downloaded russh-keys v0.43.0
30092024-08-02T16:55:42.780Z Downloaded p256 v0.13.2
30102024-08-02T16:55:42.783Z Downloaded dhcproto v0.11.0
30112024-08-02T16:55:42.786Z Downloaded ed25519-dalek v2.1.1
30122024-08-02T16:55:42.796Z Downloaded russh v0.43.0
30132024-08-02T16:55:42.801Z Downloaded rand v0.7.3
30142024-08-02T16:55:42.806Z Downloaded aes-gcm v0.10.3
30152024-08-02T16:55:42.809Z Downloaded p521 v0.13.3
30162024-08-02T16:55:42.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-08-02T16:55:42.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-08-02T16:55:42.943Z Compiling getrandom v0.1.16
30192024-08-02T16:55:43.034Z Checking rfc6979 v0.4.0
30202024-08-02T16:55:43.044Z Checking primeorder v0.13.6
30212024-08-02T16:55:43.047Z Checking option-ext v0.2.0
30222024-08-02T16:55:43.065Z Checking ed25519 v2.2.3
30232024-08-02T16:55:43.068Z Checking polyval v0.6.2
30242024-08-02T16:55:43.068Z Checking aes v0.8.4
30252024-08-02T16:55:43.068Z Checking ctr v0.9.2
30262024-08-02T16:55:43.147Z Checking dirs-sys v0.4.1
30272024-08-02T16:55:43.179Z Checking ecdsa v0.16.9
30282024-08-02T16:55:43.302Z Checking blowfish v0.9.1
30292024-08-02T16:55:43.321Z Checking password-hash v0.4.2
30302024-08-02T16:55:43.363Z Checking pbkdf2 v0.12.2
30312024-08-02T16:55:43.381Z Checking ghash v0.5.1
30322024-08-02T16:55:43.475Z Checking dirs v5.0.1
30332024-08-02T16:55:43.513Z Checking ed25519-dalek v2.1.1
30342024-08-02T16:55:43.527Z Checking bcrypt-pbkdf v0.10.0
30352024-08-02T16:55:43.530Z Checking cbc v0.1.2
30362024-08-02T16:55:43.596Z Checking russh-cryptovec v0.7.2
30372024-08-02T16:55:43.731Z Checking md5 v0.7.0
30382024-08-02T16:55:43.755Z Checking pbkdf2 v0.11.0
30392024-08-02T16:55:43.770Z Compiling dhcproto-macros v0.1.0
30402024-08-02T16:55:43.797Z Checking hex-literal v0.4.1
30412024-08-02T16:55:43.811Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30422024-08-02T16:55:43.899Z Checking p521 v0.13.3
30432024-08-02T16:55:43.915Z Checking p256 v0.13.2
30442024-08-02T16:55:43.988Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30452024-08-02T16:55:43.988Z Checking aes-gcm v0.10.3
30462024-08-02T16:55:44.014Z Checking internet-checksum v0.2.1
30472024-08-02T16:55:44.028Z Checking rand_core v0.5.1
30482024-08-02T16:55:44.309Z Checking rand_chacha v0.2.2
30492024-08-02T16:55:44.510Z Checking dhcproto v0.11.0
30502024-08-02T16:55:44.532Z Checking rand v0.7.3
30512024-08-02T16:55:45.407Z Checking russh-keys v0.43.0
30522024-08-02T16:55:46.084Z Checking russh v0.43.0
30532024-08-02T16:56:01.605Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30542024-08-02T16:56:02.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s
30552024-08-02T16:56:02.978Z
30562024-08-02T16:56:02.978Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30572024-08-02T16:56:03.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-02T16:56:03.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-02T16:56:03.569Z Checking termios v0.3.3
30602024-08-02T16:56:03.752Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30612024-08-02T16:56:04.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
30622024-08-02T16:56:04.572Z
30632024-08-02T16:56:04.572Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30642024-08-02T16:56:05.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-08-02T16:56:05.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-08-02T16:56:05.210Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30672024-08-02T16:56:07.116Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30682024-08-02T16:56:08.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
30692024-08-02T16:56:08.917Z
30702024-08-02T16:56:08.917Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30712024-08-02T16:56:09.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-08-02T16:56:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-08-02T16:56:09.498Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30742024-08-02T16:56:09.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30752024-08-02T16:56:10.035Z
30762024-08-02T16:56:10.035Zinfo: running `cargo check --bins` on omicron-package (137/142)
30772024-08-02T16:56:10.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-08-02T16:56:10.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-08-02T16:56:10.647Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30802024-08-02T16:56:11.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
30812024-08-02T16:56:11.888Z
30822024-08-02T16:56:11.888Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30832024-08-02T16:56:12.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-08-02T16:56:12.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-08-02T16:56:12.520Z Checking rtoolbox v0.0.2
30862024-08-02T16:56:12.523Z Checking tui-tree-widget v0.21.0
30872024-08-02T16:56:12.523Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30882024-08-02T16:56:12.721Z Checking rpassword v7.3.1
30892024-08-02T16:56:16.391Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30902024-08-02T16:56:19.027Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30912024-08-02T16:56:20.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s
30922024-08-02T16:56:20.176Z
30932024-08-02T16:56:20.176Zinfo: running `cargo check --bins` on wicket (139/142)
30942024-08-02T16:56:20.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-08-02T16:56:20.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-08-02T16:56:20.803Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30972024-08-02T16:56:21.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30982024-08-02T16:56:21.269Z
30992024-08-02T16:56:21.269Zinfo: running `cargo check --bins` on wicketd (140/142)
31002024-08-02T16:56:21.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-08-02T16:56:21.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-08-02T16:56:21.913Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31032024-08-02T16:56:25.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
31042024-08-02T16:56:25.297Z
31052024-08-02T16:56:25.297Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31062024-08-02T16:56:25.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-08-02T16:56:25.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-08-02T16:56:25.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092024-08-02T16:56:25.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102024-08-02T16:56:25.854Z
31112024-08-02T16:56:25.854Zinfo: running `cargo check --bins` on zone-setup (142/142)
31122024-08-02T16:56:26.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-02T16:56:26.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-02T16:56:26.523Z Checking uzers v0.11.3
31152024-08-02T16:56:26.791Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31162024-08-02T16:56:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
31172024-08-02T16:56:27.939Z
31182024-08-02T16:56:27.939Zreal 9:49.609507164
31192024-08-02T16:56:27.939Zuser 21:36.385544651
31202024-08-02T16:56:27.939Zsys 4:36.345724337
31212024-08-02T16:56:27.939Ztrap 0.465444535
31222024-08-02T16:56:27.939Ztflt 1.768647170
31232024-08-02T16:56:27.939Zdflt 2.233887127
31242024-08-02T16:56:27.939Zkflt 0.007690784
31252024-08-02T16:56:27.939Zlock 38:42.874857370
31262024-08-02T16:56:27.939Zslp 1:24:41.177673864
31272024-08-02T16:56:27.939Zlat 51.264328494
31282024-08-02T16:56:27.939Zstop 2:15.840385048
31292024-08-02T16:56:27.942Zprocess exited: duration 833674 ms, exit code 0
 
31302024-08-02T16:56:27.948Zfound 0 output files