01J40829Q355SFT1J6J05HWYPZ: 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: 01J4082M8H5J76K1QBCC6W4SZY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-29T22:00:14.623Zjob assigned to worker 01J4082RYH0GKZAAXTNRTVJ8NP (queued for 54 s)
 
22024-07-29T22:00:21.976Zstarting task 0: "setup"
32024-07-29T22:00:22.040Z++ uname -s
42024-07-29T22:00:22.043Z+ kern=SunOS
52024-07-29T22:00:22.043Z+ case "$kern" in
62024-07-29T22:00:22.043Z+ groupadd -g 12345 build
72024-07-29T22:00:22.046Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-29T22:00:24.071Z+ zfs create -o mountpoint=/work rpool/work
92024-07-29T22:00:24.225Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-29T22:00:24.227Z+ home_fs=zfs
112024-07-29T22:00:24.228Z+ [[ zfs == autofs ]]
122024-07-29T22:00:24.228Z+ mkdir -p /home/build
132024-07-29T22:00:24.230Z+ chown build:build /home/build /work
142024-07-29T22:00:26.231Z+ chmod 0700 /home/build /work
152024-07-29T22:00:26.234Zprocess exited: duration 4256 ms, exit code 0
 
162024-07-29T22:00:26.240Zstarting task 1: "rust-toolchain"
172024-07-29T22:00:26.245Z+ printf ' * toolchain channel = "%s"
182024-07-29T22:00:26.245Z' 1.78.0
192024-07-29T22:00:26.245Z+ printf ' * toolchain profile = "%s"
202024-07-29T22:00:26.245Z' default
212024-07-29T22:00:26.248Z * toolchain channel = "1.78.0"
222024-07-29T22:00:26.248Z * toolchain profile = "default"
232024-07-29T22:00:26.248Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-29T22:00:26.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-29T22:00:26.360Zinfo: downloading installer
262024-07-29T22:00:27.866Zinfo: profile set to 'default'
272024-07-29T22:00:27.866Zinfo: default host triple is x86_64-unknown-illumos
282024-07-29T22:00:27.869Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-29T22:00:28.017Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-29T22:00:28.017Zinfo: downloading component 'cargo'
312024-07-29T22:00:28.869Zinfo: downloading component 'clippy'
322024-07-29T22:00:29.152Zinfo: downloading component 'rust-docs'
332024-07-29T22:00:30.284Zinfo: downloading component 'rust-std'
342024-07-29T22:00:32.085Zinfo: downloading component 'rustc'
352024-07-29T22:00:36.656Zinfo: downloading component 'rustfmt'
362024-07-29T22:00:36.901Zinfo: installing component 'cargo'
372024-07-29T22:00:37.772Zinfo: installing component 'clippy'
382024-07-29T22:00:38.160Zinfo: installing component 'rust-docs'
392024-07-29T22:00:39.697Zinfo: installing component 'rust-std'
402024-07-29T22:00:41.514Zinfo: installing component 'rustc'
412024-07-29T22:00:46.148Zinfo: installing component 'rustfmt'
422024-07-29T22:00:46.494Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-29T22:00:46.494Z
442024-07-29T22:00:46.755Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-29T22:00:46.755Z
462024-07-29T22:00:46.755Z
472024-07-29T22:00:46.755ZRust is installed now. Great!
482024-07-29T22:00:46.755Z
492024-07-29T22:00:46.755ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-29T22:00:46.755Zenvironment variable. This has not been done automatically.
512024-07-29T22:00:46.755Z
522024-07-29T22:00:46.755ZTo configure your current shell, you need to source
532024-07-29T22:00:46.755Zthe corresponding env file under $HOME/.cargo.
542024-07-29T22:00:46.756Z
552024-07-29T22:00:46.756ZThis is usually done by running one of the following (note the leading DOT):
562024-07-29T22:00:46.756Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-29T22:00:46.756Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-29T22:00:46.825Z+ rustc --version
592024-07-29T22:00:46.887Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-29T22:00:46.890Zprocess exited: duration 20644 ms, exit code 0
 
612024-07-29T22:00:46.895Zstarting task 2: "authentication"
622024-07-29T22:00:46.916Zprocess exited: duration 20 ms, exit code 0
 
632024-07-29T22:00:46.922Zstarting task 3: "clone repository"
642024-07-29T22:00:46.926Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-29T22:00:46.929Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-29T22:00:47.115ZCloning into '/work/oxidecomputer/omicron'...
672024-07-29T22:00:55.448Z+ cd /work/oxidecomputer/omicron
682024-07-29T22:00:55.448Z+ git fetch origin d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321
692024-07-29T22:00:55.708ZFrom https://github.com/oxidecomputer/omicron
702024-07-29T22:00:55.708Z * branch d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 -> FETCH_HEAD
712024-07-29T22:00:55.718Z+ [[ -n sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]]
722024-07-29T22:00:55.721Z++ git branch --show-current
732024-07-29T22:00:55.724Z+ current=main
742024-07-29T22:00:55.724Z+ [[ main != sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]]
752024-07-29T22:00:55.724Z+ git branch -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321
762024-07-29T22:00:55.727Z+ git checkout -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary
772024-07-29T22:00:55.862ZSwitched to branch 'sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary'
782024-07-29T22:00:55.865Z+ git reset --hard d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321
792024-07-29T22:00:55.996ZHEAD is now at d8f2fcb7e rebase on main
802024-07-29T22:00:55.998Zprocess exited: duration 9073 ms, exit code 0
 
812024-07-29T22:00:56.004Zstarting task 4: "build"
822024-07-29T22:00:56.009Z+ cargo --version
832024-07-29T22:00:56.063Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-29T22:00:56.066Z+ rustc --version
852024-07-29T22:00:56.120Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-29T22:00:56.124Z+ source ./env.sh
872024-07-29T22:00:56.124Z++ OLD_SHELL_OPTS=ehxB
882024-07-29T22:00:56.124Z++ set -o xtrace
892024-07-29T22:00:56.128Z++++ dirname ./env.sh
902024-07-29T22:00:56.128Z+++ readlink -f .
912024-07-29T22:00:56.152Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-29T22:00:56.155Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-07-29T22:00:56.155Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-29T22:00:56.155Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-07-29T22:00:56.155Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-07-29T22:00:56.155Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-07-29T22:00:56.155Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-07-29T22:00:56.155Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-07-29T22:00:56.155Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-07-29T22:00:56.155Z++ case $OLD_SHELL_OPTS in
1012024-07-29T22:00:56.155Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-29T22:00:56.155Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-07-29T22:00:56.155Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-07-29T22:00:56.156Z+ banner prerequisites
1052024-07-29T22:00:56.179Z
1062024-07-29T22:00:56.179Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-29T22:00:56.179Z # # # # # # # # # # # # # # #
1082024-07-29T22:00:56.179Z # # # # ##### # # ##### # # # # # #### #
1092024-07-29T22:00:56.179Z ##### ##### # ##### # # # # # # # # #
1102024-07-29T22:00:56.179Z # # # # # # # # # # # # # # #
1112024-07-29T22:00:56.179Z # # # ###### # # ###### ### # #### # #### #
1122024-07-29T22:00:56.179Z
1132024-07-29T22:00:56.182Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-29T22:01:10.843Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-29T22:01:13.081Z Startup: Caching catalogs ... Done
1162024-07-29T22:01:16.651ZPlanning: Solver setup ... Done (3.074s)
1172024-07-29T22:01:16.710ZPlanning: Running solver ... Done (0.058s)
1182024-07-29T22:01:16.756ZPlanning: Finding local manifests ... Done (0.003s)
1192024-07-29T22:01:16.769ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-29T22:01:17.059ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-29T22:01:17.108ZPlanning: Package planning ... Done (0.049s)
1222024-07-29T22:01:17.160ZPlanning: Merging actions ... Done (0.051s)
1232024-07-29T22:01:18.046ZPlanning: Checking for conflicting actions ... Done (0.886s)
1242024-07-29T22:01:18.057ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-07-29T22:01:22.572ZPlanning: Evaluating mediators ... Done (4.514s)
1262024-07-29T22:01:22.581ZPlanning: Planning completed in 9.43 seconds
1272024-07-29T22:01:23.561Z Packages to install: 4
1282024-07-29T22:01:23.561Z Mediators to change: 2
1292024-07-29T22:01:23.561Z Services to change: 1
1302024-07-29T22:01:23.561Z Estimated space available: 155.77 GB
1312024-07-29T22:01:23.564ZEstimated space to be consumed: 1.47 GB
1322024-07-29T22:01:23.564Z Create boot environment: No
1332024-07-29T22:01:23.564ZCreate backup boot environment: No
1342024-07-29T22:01:23.564Z Rebuild boot archive: No
1352024-07-29T22:01:23.564Z
1362024-07-29T22:01:23.564ZChanged mediators:
1372024-07-29T22:01:23.564Z mediator clang:
1382024-07-29T22:01:23.564Z version: None -> 15 (system default)
1392024-07-29T22:01:23.564Z
1402024-07-29T22:01:23.564Z mediator llvm:
1412024-07-29T22:01:23.564Z version: 14 (system default) -> 15 (system default)
1422024-07-29T22:01:23.564Z
1432024-07-29T22:01:23.564ZChanged packages:
1442024-07-29T22:01:23.564Zhelios-dev
1452024-07-29T22:01:23.564Z developer/build-essential
1462024-07-29T22:01:23.564Z None -> 11-2.0
1472024-07-29T22:01:23.564Z library/libxmlsec1
1482024-07-29T22:01:23.564Z None -> 1.2.35-2.0
1492024-07-29T22:01:23.564Z ooce/developer/clang-15
1502024-07-29T22:01:23.564Z None -> 15.0.7-2.0
1512024-07-29T22:01:23.564Z ooce/developer/llvm-15
1522024-07-29T22:01:23.564Z None -> 15.0.7-2.0
1532024-07-29T22:01:23.564Z
1542024-07-29T22:01:23.564ZServices:
1552024-07-29T22:01:23.564Z restart_fmri:
1562024-07-29T22:01:23.564Z svc:/system/update-man-index:default
1572024-07-29T22:01:23.709Z
1582024-07-29T22:01:23.709ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-29T22:01:29.981ZDownload: 213/3290 items 1.3/212.6MB 0% complete (554k/s)
1602024-07-29T22:01:34.983ZDownload: 1195/3290 items 82.3/212.6MB 38% complete (8.1M/s)
1612024-07-29T22:01:39.982ZDownload: 1907/3290 items 118.6/212.6MB 55% complete (11.8M/s)
1622024-07-29T22:01:45.369ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1632024-07-29T22:01:50.370ZDownload: 2869/3290 items 121.1/212.6MB 56% complete (242k/s)
1642024-07-29T22:01:53.249ZDownload: Completed 212.60 MB in 29.53 seconds (7.2M/s)
1652024-07-29T22:01:54.176Z Actions: 1/3689 actions (Installing new actions)
1662024-07-29T22:01:59.198Z Actions: 3605/3689 actions (Installing new actions)
1672024-07-29T22:01:59.415Z Actions: Completed 3689 actions in 5.24 seconds.
1682024-07-29T22:01:59.557Z Done (0.138s)
1692024-07-29T22:01:59.557Z Done (0.000s)
1702024-07-29T22:01:59.903Z Done (0.345s)
1712024-07-29T22:02:05.185Z Done (5.117s)
1722024-07-29T22:02:05.367Z Done (0.123s)
1732024-07-29T22:02:05.371Z Done (0.000s)
1742024-07-29T22:02:05.576Z Done (0.000s)
1752024-07-29T22:02:06.144ZPlanning: Evaluating mediator changes ... Done
1762024-07-29T22:02:06.303ZPlanning: Checking for conflicting actions ... Done
1772024-07-29T22:02:06.306ZPlanning: Consolidating action changes ... Done
1782024-07-29T22:02:06.569ZPlanning: Evaluating mediators ... Done
1792024-07-29T22:02:06.571ZPlanning: Planning completed in 0.43 seconds
1802024-07-29T22:02:06.602Z Mediators to change: 2
1812024-07-29T22:02:06.602Z Create boot environment: No
1822024-07-29T22:02:06.605ZCreate backup boot environment: No
1832024-07-29T22:02:06.669Z Done
1842024-07-29T22:02:06.669Z Done
1852024-07-29T22:02:06.885Z Done
1862024-07-29T22:02:10.366Z Done
1872024-07-29T22:02:10.447Z Done
1882024-07-29T22:02:10.450Z Done
1892024-07-29T22:02:10.628Z Done
1902024-07-29T22:02:11.228ZPlanning: Evaluating mediator changes ... Done
1912024-07-29T22:02:11.230ZPlanning: Merging actions ... Done
1922024-07-29T22:02:11.417ZPlanning: Checking for conflicting actions ... Done
1932024-07-29T22:02:11.420ZPlanning: Consolidating action changes ... Done
1942024-07-29T22:02:11.680ZPlanning: Evaluating mediators ... Done
1952024-07-29T22:02:11.733ZPlanning: Planning completed in 0.75 seconds
1962024-07-29T22:02:11.767Z Packages to change: 1
1972024-07-29T22:02:11.767Z Mediators to change: 1
1982024-07-29T22:02:11.770Z Services to change: 1
1992024-07-29T22:02:11.770Z Create boot environment: No
2002024-07-29T22:02:11.770ZCreate backup boot environment: Yes
2012024-07-29T22:02:13.636Z Actions: 1/6 actions (Updating modified actions)
2022024-07-29T22:02:13.679Z Actions: Completed 6 actions in 0.04 seconds.
2032024-07-29T22:02:13.679Z Done
2042024-07-29T22:02:13.679Z Done
2052024-07-29T22:02:13.753Z Done
2062024-07-29T22:02:17.361Z Done
2072024-07-29T22:02:17.445Z Done
2082024-07-29T22:02:17.447Z Done
2092024-07-29T22:02:17.614Z Done
2102024-07-29T22:02:18.045ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-29T22:02:18.046Zclang system 15 system
2122024-07-29T22:02:18.046Zcsh system system illumos
2132024-07-29T22:02:18.046Zctags system system illumos
2142024-07-29T22:02:18.046Zgcc vendor 12 vendor
2152024-07-29T22:02:18.046Zgcc system 10 system
2162024-07-29T22:02:18.046Zgcc system 7 system
2172024-07-29T22:02:18.046Zgo system 1.20 system
2182024-07-29T22:02:18.046Zgo system 1.19 system
2192024-07-29T22:02:18.046Zllvm system 15 system
2202024-07-29T22:02:18.046Zllvm system 14 system
2212024-07-29T22:02:18.046Zmariadb system 10.6 system
2222024-07-29T22:02:18.046Zmta vendor vendor dma
2232024-07-29T22:02:18.046Zopenjdk system 17 system
2242024-07-29T22:02:18.046Zopenjdk system 11 system
2252024-07-29T22:02:18.046Zopenjdk system 1.8 system
2262024-07-29T22:02:18.046Zopenssl vendor 3 vendor
2272024-07-29T22:02:18.046Zperl system 5.36 system
2282024-07-29T22:02:18.046Zpostgresql system 15 system
2292024-07-29T22:02:18.046Zpostgresql system 13 system
2302024-07-29T22:02:18.046Zpython vendor 3 vendor
2312024-07-29T22:02:18.046Zpython system 2 system
2322024-07-29T22:02:18.046Zpython3 system 3.11 system
2332024-07-29T22:02:18.046Zruby system 3.0 system
2342024-07-29T22:02:18.046Zwords vendor vendor american-english
2352024-07-29T22:02:18.046Zwords system system australian-english
2362024-07-29T22:02:18.046Zwords system system british-english
2372024-07-29T22:02:18.046Zwords system system canadian-english
2382024-07-29T22:02:18.046Zwords system system french
2392024-07-29T22:02:18.046Zwords system system italian
2402024-07-29T22:02:18.046Zwords system system ngerman
2412024-07-29T22:02:18.046Zwords system system ogerman
2422024-07-29T22:02:18.046Zwords system system spanish
2432024-07-29T22:02:18.370ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-29T22:02:18.370Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-29T22:02:20.001ZFMRI IFO
2462024-07-29T22:02:20.001Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-29T22:02:20.001Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-29T22:02:20.001Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-29T22:02:20.001Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-29T22:02:20.001Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-29T22:02:20.002Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-29T22:02:20.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-29T22:02:20.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-29T22:02:20.002Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-29T22:02:20.002Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-29T22:02:20.002Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-07-29T22:02:20.002Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-07-29T22:02:20.523Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-07-29T22:02:20.808Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-29T22:02:21.102Z Updating crates.io index
2612024-07-29T22:02:21.164Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-29T22:02:22.011Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-29T22:02:22.734Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-29T22:02:22.992Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-29T22:02:25.184Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-29T22:02:25.672Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-29T22:02:25.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-29T22:02:27.028Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-29T22:02:29.146Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-29T22:02:30.271Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-29T22:02:31.000Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-29T22:02:31.593Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-29T22:02:32.040Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-07-29T22:02:32.373Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-07-29T22:02:32.681Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-07-29T22:02:33.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-07-29T22:02:33.351Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-07-29T22:02:33.597Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-07-29T22:02:33.895Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-07-29T22:02:34.220Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-07-29T22:02:34.619Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-07-29T22:02:34.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-07-29T22:02:35.547Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-07-29T22:02:35.921Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-07-29T22:02:36.347Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-07-29T22:02:38.388Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-07-29T22:02:38.759Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-07-29T22:02:39.012Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-07-29T22:02:39.642Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-07-29T22:02:40.894Z Downloading crates ...
2912024-07-29T22:02:40.953Z Downloaded bytecount v0.6.8
2922024-07-29T22:02:40.957Z Downloaded bitflags v2.6.0
2932024-07-29T22:02:40.962Z Downloaded scroll_derive v0.12.0
2942024-07-29T22:02:40.964Z Downloaded is_terminal_polyfill v1.70.0
2952024-07-29T22:02:40.968Z Downloaded usdt-macro v0.5.0
2962024-07-29T22:02:40.973Z Downloaded usdt-attr-macro v0.5.0
2972024-07-29T22:02:40.977Z Downloaded dtrace-parser v0.2.0
2982024-07-29T22:02:40.981Z Downloaded byteorder v1.5.0
2992024-07-29T22:02:40.984Z Downloaded anstyle v1.0.7
3002024-07-29T22:02:40.987Z Downloaded block-buffer v0.10.4
3012024-07-29T22:02:40.990Z Downloaded anstyle-parse v0.2.4
3022024-07-29T22:02:40.990Z Downloaded cargo-platform v0.1.8
3032024-07-29T22:02:40.992Z Downloaded autocfg v1.3.0
3042024-07-29T22:02:40.992Z Downloaded heck v0.5.0
3052024-07-29T22:02:40.995Z Downloaded anstyle-query v1.0.3
3062024-07-29T22:02:40.998Z Downloaded serde_tokenstream v0.2.1
3072024-07-29T22:02:41.000Z Downloaded errno v0.3.9
3082024-07-29T22:02:41.000Z Downloaded macaddr v1.0.1
3092024-07-29T22:02:41.003Z Downloaded strsim v0.11.1
3102024-07-29T22:02:41.003Z Downloaded memmap v0.7.0
3112024-07-29T22:02:41.003Z Downloaded cfg-if v1.0.0
3122024-07-29T22:02:41.005Z Downloaded generic-array v0.14.7
3132024-07-29T22:02:41.006Z Downloaded thiserror-impl v1.0.63
3142024-07-29T22:02:41.008Z Downloaded clap_lex v0.7.0
3152024-07-29T22:02:41.008Z Downloaded pest_generator v2.7.10
3162024-07-29T22:02:41.008Z Downloaded version_check v0.9.4
3172024-07-29T22:02:41.011Z Downloaded terminal_size v0.3.0
3182024-07-29T22:02:41.011Z Downloaded camino v1.1.7
3192024-07-29T22:02:41.014Z Downloaded plain v0.2.3
3202024-07-29T22:02:41.016Z Downloaded proc-macro-error v1.0.4
3212024-07-29T22:02:41.019Z Downloaded cargo_metadata v0.18.1
3222024-07-29T22:02:41.022Z Downloaded anstream v0.6.14
3232024-07-29T22:02:41.025Z Downloaded digest v0.10.7
3242024-07-29T22:02:41.025Z Downloaded cpufeatures v0.2.12
3252024-07-29T22:02:41.040Z Downloaded pretty-hex v0.4.1
3262024-07-29T22:02:41.049Z Downloaded swrite v0.1.0
3272024-07-29T22:02:41.058Z Downloaded colorchoice v1.0.1
3282024-07-29T22:02:41.061Z Downloaded anyhow v1.0.86
3292024-07-29T22:02:41.063Z Downloaded toml v0.8.15
3302024-07-29T22:02:41.066Z Downloaded ryu v1.0.18
3312024-07-29T22:02:41.069Z Downloaded papergrid v0.11.0
3322024-07-29T22:02:41.074Z Downloaded ucd-trie v0.1.6
3332024-07-29T22:02:41.077Z Downloaded proc-macro-error-attr v1.0.4
3342024-07-29T22:02:41.077Z Downloaded itoa v1.0.11
3352024-07-29T22:02:41.077Z Downloaded crypto-common v0.1.6
3362024-07-29T22:02:41.077Z Downloaded fs-err v2.11.0
3372024-07-29T22:02:41.080Z Downloaded fnv v1.0.7
3382024-07-29T22:02:41.080Z Downloaded dof v0.3.0
3392024-07-29T22:02:41.080Z Downloaded equivalent v1.0.1
3402024-07-29T22:02:41.080Z Downloaded serde_spanned v0.6.6
3412024-07-29T22:02:41.084Z Downloaded scroll v0.12.0
3422024-07-29T22:02:41.087Z Downloaded heck v0.4.1
3432024-07-29T22:02:41.087Z Downloaded toml_datetime v0.6.6
3442024-07-29T22:02:41.090Z Downloaded tabled_derive v0.7.0
3452024-07-29T22:02:41.090Z Downloaded usdt v0.5.0
3462024-07-29T22:02:41.090Z Downloaded thread-id v4.2.1
3472024-07-29T22:02:41.093Z Downloaded utf8parse v0.2.1
3482024-07-29T22:02:41.096Z Downloaded usdt-impl v0.5.0
3492024-07-29T22:02:41.102Z Downloaded proc-macro2 v1.0.86
3502024-07-29T22:02:41.106Z Downloaded clap_derive v4.5.8
3512024-07-29T22:02:41.108Z Downloaded once_cell v1.19.0
3522024-07-29T22:02:41.111Z Downloaded cargo_toml v0.20.4
3532024-07-29T22:02:41.113Z Downloaded pest_derive v2.7.10
3542024-07-29T22:02:41.119Z Downloaded sha2 v0.10.8
3552024-07-29T22:02:41.121Z Downloaded thiserror v1.0.63
3562024-07-29T22:02:41.125Z Downloaded zerocopy-derive v0.7.34
3572024-07-29T22:02:41.133Z Downloaded serde v1.0.204
3582024-07-29T22:02:41.139Z Downloaded serde_derive v1.0.204
3592024-07-29T22:02:41.142Z Downloaded semver v1.0.23
3602024-07-29T22:02:41.144Z Downloaded quote v1.0.36
3612024-07-29T22:02:41.147Z Downloaded pest_meta v2.7.10
3622024-07-29T22:02:41.150Z Downloaded log v0.4.21
3632024-07-29T22:02:41.150Z Downloaded typenum v1.17.0
3642024-07-29T22:02:41.159Z Downloaded clap v4.5.9
3652024-07-29T22:02:41.167Z Downloaded unicode-ident v1.0.12
3662024-07-29T22:02:41.177Z Downloaded indexmap v2.2.6
3672024-07-29T22:02:41.185Z Downloaded toml_edit v0.22.16
3682024-07-29T22:02:41.204Z Downloaded memchr v2.7.2
3692024-07-29T22:02:41.213Z Downloaded hashbrown v0.14.5
3702024-07-29T22:02:41.218Z Downloaded pest v2.7.10
3712024-07-29T22:02:41.222Z Downloaded zerocopy v0.7.34
3722024-07-29T22:02:41.236Z Downloaded serde_json v1.0.120
3732024-07-29T22:02:41.243Z Downloaded clap_builder v4.5.9
3742024-07-29T22:02:41.248Z Downloaded winnow v0.6.8
3752024-07-29T22:02:41.256Z Downloaded goblin v0.8.2
3762024-07-29T22:02:41.262Z Downloaded tabled v0.15.0
3772024-07-29T22:02:41.285Z Downloaded syn v1.0.109
3782024-07-29T22:02:41.294Z Downloaded syn v2.0.72
3792024-07-29T22:02:41.312Z Downloaded rustix v0.38.34
3802024-07-29T22:02:41.332Z Downloaded unicode-width v0.1.13
3812024-07-29T22:02:41.345Z Downloaded libc v0.2.155
3822024-07-29T22:02:41.634Z Compiling proc-macro2 v1.0.86
3832024-07-29T22:02:41.634Z Compiling unicode-ident v1.0.12
3842024-07-29T22:02:41.636Z Compiling version_check v0.9.4
3852024-07-29T22:02:41.636Z Compiling serde v1.0.204
3862024-07-29T22:02:41.637Z Compiling thiserror v1.0.63
3872024-07-29T22:02:41.637Z Compiling libc v0.2.155
3882024-07-29T22:02:41.667Z Compiling memchr v2.7.2
3892024-07-29T22:02:41.669Z Compiling itoa v1.0.11
3902024-07-29T22:02:41.871Z Compiling ryu v1.0.18
3912024-07-29T22:02:41.892Z Compiling ucd-trie v0.1.6
3922024-07-29T22:02:42.448Z Compiling once_cell v1.19.0
3932024-07-29T22:02:42.468Z Compiling byteorder v1.5.0
3942024-07-29T22:02:42.764Z Compiling serde_json v1.0.120
3952024-07-29T22:02:43.633Z Compiling usdt-impl v0.5.0
3962024-07-29T22:02:43.636Z Compiling proc-macro-error-attr v1.0.4
3972024-07-29T22:02:43.671Z Compiling rustix v0.38.34
3982024-07-29T22:02:43.729Z Compiling syn v1.0.109
3992024-07-29T22:02:43.731Z Compiling proc-macro-error v1.0.4
4002024-07-29T22:02:43.954Z Compiling hashbrown v0.14.5
4012024-07-29T22:02:44.012Z Compiling equivalent v1.0.1
4022024-07-29T22:02:44.055Z Compiling bitflags v2.6.0
4032024-07-29T22:02:44.123Z Compiling log v0.4.21
4042024-07-29T22:02:44.376Z Compiling thread-id v4.2.1
4052024-07-29T22:02:44.416Z Compiling plain v0.2.3
4062024-07-29T22:02:44.466Z Compiling utf8parse v0.2.1
4072024-07-29T22:02:44.490Z Compiling quote v1.0.36
4082024-07-29T22:02:44.582Z Compiling anstyle-parse v0.2.4
4092024-07-29T22:02:44.607Z Compiling anstyle v1.0.7
4102024-07-29T22:02:44.648Z Compiling pretty-hex v0.4.1
4112024-07-29T22:02:44.852Z Compiling syn v2.0.72
4122024-07-29T22:02:44.876Z Compiling errno v0.3.9
4132024-07-29T22:02:45.099Z Compiling winnow v0.6.8
4142024-07-29T22:02:45.102Z Compiling anstyle-query v1.0.3
4152024-07-29T22:02:45.183Z Compiling indexmap v2.2.6
4162024-07-29T22:02:45.218Z Compiling semver v1.0.23
4172024-07-29T22:02:45.257Z Compiling colorchoice v1.0.1
4182024-07-29T22:02:45.413Z Compiling is_terminal_polyfill v1.70.0
4192024-07-29T22:02:45.531Z Compiling camino v1.1.7
4202024-07-29T22:02:45.716Z Compiling autocfg v1.3.0
4212024-07-29T22:02:46.255Z Compiling terminal_size v0.3.0
4222024-07-29T22:02:46.485Z Compiling anstream v0.6.14
4232024-07-29T22:02:46.619Z Compiling bytecount v0.6.8
4242024-07-29T22:02:46.663Z Compiling fnv v1.0.7
4252024-07-29T22:02:46.686Z Compiling anyhow v1.0.86
4262024-07-29T22:02:46.707Z Compiling fs-err v2.11.0
4272024-07-29T22:02:46.794Z Compiling heck v0.4.1
4282024-07-29T22:02:46.821Z Compiling unicode-width v0.1.13
4292024-07-29T22:02:46.971Z Compiling clap_lex v0.7.0
4302024-07-29T22:02:47.048Z Compiling heck v0.5.0
4312024-07-29T22:02:47.245Z Compiling strsim v0.11.1
4322024-07-29T22:02:47.296Z Compiling papergrid v0.11.0
4332024-07-29T22:02:47.539Z Compiling memmap v0.7.0
4342024-07-29T22:02:47.929Z Compiling clap_builder v4.5.9
4352024-07-29T22:02:48.337Z Compiling swrite v0.1.0
4362024-07-29T22:02:50.203Z Compiling tabled_derive v0.7.0
4372024-07-29T22:02:51.672Z Compiling tabled v0.15.0
4382024-07-29T22:02:53.799Z Compiling serde_derive v1.0.204
4392024-07-29T22:02:53.799Z Compiling thiserror-impl v1.0.63
4402024-07-29T22:02:53.801Z Compiling zerocopy-derive v0.7.34
4412024-07-29T22:02:53.801Z Compiling scroll_derive v0.12.0
4422024-07-29T22:02:53.801Z Compiling clap_derive v4.5.8
4432024-07-29T22:02:55.142Z Compiling scroll v0.12.0
4442024-07-29T22:02:55.631Z Compiling goblin v0.8.2
4452024-07-29T22:02:55.885Z Compiling zerocopy v0.7.34
4462024-07-29T22:02:56.574Z Compiling pest v2.7.10
4472024-07-29T22:02:57.814Z Compiling clap v4.5.9
4482024-07-29T22:02:58.591Z Compiling pest_meta v2.7.10
4492024-07-29T22:02:59.452Z Compiling pest_generator v2.7.10
4502024-07-29T22:03:01.372Z Compiling pest_derive v2.7.10
4512024-07-29T22:03:02.086Z Compiling dtrace-parser v0.2.0
4522024-07-29T22:03:04.308Z Compiling toml_datetime v0.6.6
4532024-07-29T22:03:04.309Z Compiling serde_spanned v0.6.6
4542024-07-29T22:03:04.311Z Compiling cargo-platform v0.1.8
4552024-07-29T22:03:04.689Z Compiling serde_tokenstream v0.2.1
4562024-07-29T22:03:04.765Z Compiling toml_edit v0.22.16
4572024-07-29T22:03:04.857Z Compiling macaddr v1.0.1
4582024-07-29T22:03:05.691Z Compiling dof v0.3.0
4592024-07-29T22:03:05.691Z Compiling cargo_metadata v0.18.1
4602024-07-29T22:03:07.452Z Compiling toml v0.8.15
4612024-07-29T22:03:07.813Z Compiling usdt-attr-macro v0.5.0
4622024-07-29T22:03:07.816Z Compiling usdt-macro v0.5.0
4632024-07-29T22:03:08.318Z Compiling cargo_toml v0.20.4
4642024-07-29T22:03:09.246Z Compiling usdt v0.5.0
4652024-07-29T22:03:12.385Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-07-29T22:03:16.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.27s
4672024-07-29T22:03:16.857Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-07-29T22:03:17.368Z Downloading crates ...
4692024-07-29T22:03:17.484Z Downloaded allocator-api2 v0.2.18
4702024-07-29T22:03:17.491Z Downloaded bitstruct v0.1.1
4712024-07-29T22:03:17.493Z Downloaded atomicwrites v0.4.3
4722024-07-29T22:03:17.496Z Downloaded async-stream-impl v0.3.5
4732024-07-29T22:03:17.499Z Downloaded ciborium-io v0.2.2
4742024-07-29T22:03:17.508Z Downloaded crucible-workspace-hack v0.1.0
4752024-07-29T22:03:17.512Z Downloaded is-terminal v0.4.12
4762024-07-29T22:03:17.515Z Downloaded maplit v1.0.2
4772024-07-29T22:03:17.518Z Downloaded lazycell v1.3.0
4782024-07-29T22:03:17.520Z Downloaded matches v0.1.10
4792024-07-29T22:03:17.520Z Downloaded indent_write v2.2.0
4802024-07-29T22:03:17.523Z Downloaded normalize-line-endings v0.3.0
4812024-07-29T22:03:17.523Z Downloaded openssl-probe v0.1.5
4822024-07-29T22:03:17.525Z Downloaded number_prefix v0.4.0
4832024-07-29T22:03:17.525Z Downloaded opaque-debug v0.3.1
4842024-07-29T22:03:17.528Z Downloaded newtype_derive v0.1.6
4852024-07-29T22:03:17.528Z Downloaded bitfield-struct v0.6.1
4862024-07-29T22:03:17.530Z Downloaded bit-vec v0.6.3
4872024-07-29T22:03:17.533Z Downloaded crc-catalog v2.4.0
4882024-07-29T22:03:17.533Z Downloaded lru-cache v0.1.2
4892024-07-29T22:03:17.535Z Downloaded inout v0.1.3
4902024-07-29T22:03:17.535Z Downloaded cexpr v0.6.0
4912024-07-29T22:03:17.538Z Downloaded num-conv v0.1.0
4922024-07-29T22:03:17.540Z Downloaded newline-converter v0.3.0
4932024-07-29T22:03:17.541Z Downloaded md-5 v0.10.6
4942024-07-29T22:03:17.543Z Downloaded match_cfg v0.1.0
4952024-07-29T22:03:17.543Z Downloaded is_ci v1.2.0
4962024-07-29T22:03:17.546Z Downloaded mockall v0.12.1
4972024-07-29T22:03:17.549Z Downloaded num_cpus v1.16.0
4982024-07-29T22:03:17.551Z Downloaded num v0.4.3
4992024-07-29T22:03:17.551Z Downloaded libloading v0.8.3
5002024-07-29T22:03:17.554Z Downloaded defmt-parser v0.3.4
5012024-07-29T22:03:17.557Z Downloaded num-integer v0.1.46
5022024-07-29T22:03:17.559Z Downloaded nodrop v0.1.14
5032024-07-29T22:03:17.562Z Downloaded parse-display-derive v0.9.1
5042024-07-29T22:03:17.562Z Downloaded packed_struct_codegen v0.10.1
5052024-07-29T22:03:17.564Z Downloaded lock_api v0.4.12
5062024-07-29T22:03:17.567Z Downloaded assert_matches v1.5.0
5072024-07-29T22:03:17.567Z Downloaded libefi-sys v0.1.0
5082024-07-29T22:03:17.569Z Downloaded num-rational v0.4.2
5092024-07-29T22:03:17.572Z Downloaded defmt v0.3.8
5102024-07-29T22:03:17.574Z Downloaded argon2 v0.5.3
5112024-07-29T22:03:17.577Z Downloaded multer v3.1.0
5122024-07-29T22:03:17.579Z Downloaded aead v0.5.2
5132024-07-29T22:03:17.582Z Downloaded oso-derive v0.27.3
5142024-07-29T22:03:17.584Z Downloaded csv-core v0.1.11
5152024-07-29T22:03:17.584Z Downloaded cookie_store v0.20.0
5162024-07-29T22:03:17.587Z Downloaded cfg_aliases v0.1.1
5172024-07-29T22:03:17.589Z Downloaded native-tls v0.2.11
5182024-07-29T22:03:17.591Z Downloaded password-hash v0.5.0
5192024-07-29T22:03:17.594Z Downloaded mime_guess v2.0.4
5202024-07-29T22:03:17.596Z Downloaded parking_lot_core v0.9.10
5212024-07-29T22:03:17.599Z Downloaded parse-size v1.0.0
5222024-07-29T22:03:17.599Z Downloaded new_debug_unreachable v1.0.6
5232024-07-29T22:03:17.602Z Downloaded waitgroup v0.1.2
5242024-07-29T22:03:17.602Z Downloaded darling_macro v0.20.9
5252024-07-29T22:03:17.605Z Downloaded downcast v0.11.0
5262024-07-29T22:03:17.605Z Downloaded zone_cfg_derive v0.1.2
5272024-07-29T22:03:17.608Z Downloaded cstr-argument v0.1.2
5282024-07-29T22:03:17.608Z Downloaded nibble_vec v0.1.0
5292024-07-29T22:03:17.608Z Downloaded crunchy v0.2.2
5302024-07-29T22:03:17.608Z Downloaded lru v0.12.3
5312024-07-29T22:03:17.612Z Downloaded owo-colors v4.0.0
5322024-07-29T22:03:17.614Z Downloaded miniz_oxide v0.7.2
5332024-07-29T22:03:17.617Z Downloaded mime v0.3.17
5342024-07-29T22:03:17.617Z Downloaded nanorand v0.7.0
5352024-07-29T22:03:17.619Z Downloaded num-iter v0.1.45
5362024-07-29T22:03:17.622Z Downloaded newtype-uuid v1.1.0
5372024-07-29T22:03:17.622Z Downloaded num-derive v0.4.2
5382024-07-29T22:03:17.624Z Downloaded difflib v0.4.0
5392024-07-29T22:03:17.624Z Downloaded subtle v2.5.0
5402024-07-29T22:03:17.627Z Downloaded num_threads v0.1.7
5412024-07-29T22:03:17.627Z Downloaded num_enum v0.5.11
5422024-07-29T22:03:17.631Z Downloaded multimap v0.10.0
5432024-07-29T22:03:17.635Z Downloaded foreign-types-shared v0.3.1
5442024-07-29T22:03:17.637Z Downloaded paste v1.0.15
5452024-07-29T22:03:17.640Z Downloaded parking_lot v0.12.2
5462024-07-29T22:03:17.642Z Downloaded blake2 v0.10.6
5472024-07-29T22:03:17.645Z Downloaded crossbeam-epoch v0.9.18
5482024-07-29T22:03:17.650Z Downloaded portpicker v0.1.1
5492024-07-29T22:03:17.650Z Downloaded shlex v1.3.0
5502024-07-29T22:03:17.650Z Downloaded async-stream v0.3.5
5512024-07-29T22:03:17.653Z Downloaded static_assertions v1.1.0
5522024-07-29T22:03:17.653Z Downloaded display-error-chain v0.2.0
5532024-07-29T22:03:17.656Z Downloaded dirs-next v2.0.0
5542024-07-29T22:03:17.656Z Downloaded constant_time_eq v0.3.0
5552024-07-29T22:03:17.659Z Downloaded dirs-sys-next v0.1.2
5562024-07-29T22:03:17.659Z Downloaded foreign-types-macros v0.2.3
5572024-07-29T22:03:17.662Z Downloaded const_format_proc_macros v0.2.32
5582024-07-29T22:03:17.665Z Downloaded maybe-uninit v2.0.0
5592024-07-29T22:03:17.665Z Downloaded memmap2 v0.9.4
5602024-07-29T22:03:17.668Z Downloaded nu-ansi-term v0.50.0
5612024-07-29T22:03:17.670Z Downloaded crc v3.2.1
5622024-07-29T22:03:17.676Z Downloaded num-complex v0.4.6
5632024-07-29T22:03:17.685Z Downloaded sigpipe v0.1.3
5642024-07-29T22:03:17.685Z Downloaded form_urlencoded v1.2.1
5652024-07-29T22:03:17.685Z Downloaded crc-any v2.5.0
5662024-07-29T22:03:17.685Z Downloaded strum v0.26.3
5672024-07-29T22:03:17.685Z Downloaded ahash v0.8.11
5682024-07-29T22:03:17.689Z Downloaded thread_local v1.1.8
5692024-07-29T22:03:17.689Z Downloaded peg v0.8.4
5702024-07-29T22:03:17.692Z Downloaded unicase v2.7.0
5712024-07-29T22:03:17.695Z Downloaded want v0.3.1
5722024-07-29T22:03:17.695Z Downloaded diesel_table_macro_syntax v0.1.0
5732024-07-29T22:03:17.697Z Downloaded utf-8 v0.7.6
5742024-07-29T22:03:17.697Z Downloaded unarray v0.1.4
5752024-07-29T22:03:17.700Z Downloaded thiserror-no-std v2.0.2
5762024-07-29T22:03:17.703Z Downloaded hubpack v0.1.2
5772024-07-29T22:03:17.706Z Downloaded rustfmt-wrapper v0.2.1
5782024-07-29T22:03:17.708Z Downloaded tokio-tungstenite v0.21.0
5792024-07-29T22:03:17.711Z Downloaded bytes v1.6.0
5802024-07-29T22:03:17.714Z Downloaded const-oid v0.9.6
5812024-07-29T22:03:17.717Z Downloaded num-traits v0.2.19
5822024-07-29T22:03:17.720Z Downloaded buf-list v1.0.3
5832024-07-29T22:03:17.722Z Downloaded mockall_derive v0.12.1
5842024-07-29T22:03:17.725Z Downloaded strum_macros v0.26.4
5852024-07-29T22:03:17.728Z Downloaded vte_generate_state_changes v0.1.1
5862024-07-29T22:03:17.730Z Downloaded slab v0.4.9
5872024-07-29T22:03:17.731Z Downloaded siphasher v0.3.11
5882024-07-29T22:03:17.733Z Downloaded float-cmp v0.9.0
5892024-07-29T22:03:17.733Z Downloaded darling v0.20.9
5902024-07-29T22:03:17.737Z Downloaded predicates-tree v1.0.9
5912024-07-29T22:03:17.740Z Downloaded termcolor v1.4.1
5922024-07-29T22:03:17.740Z Downloaded structmeta-derive v0.3.0
5932024-07-29T22:03:17.742Z Downloaded fxhash v0.2.1
5942024-07-29T22:03:17.745Z Downloaded time-macros v0.2.18
5952024-07-29T22:03:17.748Z Downloaded darling_core v0.20.9
5962024-07-29T22:03:17.751Z Downloaded predicates-core v1.0.6
5972024-07-29T22:03:17.754Z Downloaded try-lock v0.2.5
5982024-07-29T22:03:17.756Z Downloaded stability v0.2.0
5992024-07-29T22:03:17.756Z Downloaded flagset v0.4.5
6002024-07-29T22:03:17.759Z Downloaded same-file v1.0.6
6012024-07-29T22:03:17.759Z Downloaded rusty-fork v0.3.0
6022024-07-29T22:03:17.762Z Downloaded structmeta-derive v0.2.0
6032024-07-29T22:03:17.764Z Downloaded tracing-attributes v0.1.27
6042024-07-29T22:03:17.767Z Downloaded subprocess v0.2.9
6052024-07-29T22:03:17.770Z Downloaded take_mut v0.2.2
6062024-07-29T22:03:17.770Z Downloaded socket2 v0.5.7
6072024-07-29T22:03:17.774Z Downloaded omicron-zone-package v0.11.0
6082024-07-29T22:03:17.778Z Downloaded openssl-sys v0.9.103
6092024-07-29T22:03:17.780Z Downloaded serde_repr v0.1.19
6102024-07-29T22:03:17.783Z Downloaded glob v0.3.1
6112024-07-29T22:03:17.786Z Downloaded slog v2.7.0
6122024-07-29T22:03:17.788Z Downloaded crossbeam-utils v0.8.19
6132024-07-29T22:03:17.792Z Downloaded getrandom v0.2.14
6142024-07-29T22:03:17.795Z Downloaded predicates v3.1.0
6152024-07-29T22:03:17.798Z Downloaded fastrand v2.1.0
6162024-07-29T22:03:17.801Z Downloaded sync_wrapper v0.1.2
6172024-07-29T22:03:17.803Z Downloaded unicode-linebreak v0.1.5
6182024-07-29T22:03:17.804Z Downloaded wait-timeout v0.2.0
6192024-07-29T22:03:17.806Z Downloaded strum_macros v0.24.3
6202024-07-29T22:03:17.809Z Downloaded futures-task v0.3.30
6212024-07-29T22:03:17.809Z Downloaded futures-sink v0.3.30
6222024-07-29T22:03:17.809Z Downloaded slog-scope v4.4.0
6232024-07-29T22:03:17.812Z Downloaded scopeguard v1.2.0
6242024-07-29T22:03:17.812Z Downloaded rpassword v7.3.1
6252024-07-29T22:03:17.814Z Downloaded phf v0.11.2
6262024-07-29T22:03:17.817Z Downloaded zip v0.6.6
6272024-07-29T22:03:17.820Z Downloaded textwrap v0.16.1
6282024-07-29T22:03:17.823Z Downloaded yasna v0.5.2
6292024-07-29T22:03:17.825Z Downloaded test-strategy v0.3.1
6302024-07-29T22:03:17.829Z Downloaded env_logger v0.9.3
6312024-07-29T22:03:17.832Z Downloaded rustversion v1.0.17
6322024-07-29T22:03:17.835Z Downloaded hyper-rustls v0.24.2
6332024-07-29T22:03:17.838Z Downloaded filetime v0.2.23
6342024-07-29T22:03:17.842Z Downloaded hostname v0.3.1
6352024-07-29T22:03:17.844Z Downloaded ff v0.13.0
6362024-07-29T22:03:17.844Z Downloaded crypto-bigint v0.5.5
6372024-07-29T22:03:17.851Z Downloaded tap v1.0.1
6382024-07-29T22:03:17.854Z Downloaded toml v0.7.8
6392024-07-29T22:03:17.856Z Downloaded semver v0.1.20
6402024-07-29T22:03:17.859Z Downloaded tabwriter v1.4.0
6412024-07-29T22:03:17.862Z Downloaded tokio-native-tls v0.3.1
6422024-07-29T22:03:17.862Z Downloaded vsss-rs v3.3.4
6432024-07-29T22:03:17.864Z Downloaded tokio-rustls v0.24.1
6442024-07-29T22:03:17.867Z Downloaded ena v0.14.3
6452024-07-29T22:03:17.870Z Downloaded crossbeam-channel v0.5.12
6462024-07-29T22:03:17.873Z Downloaded fallible-iterator v0.2.0
6472024-07-29T22:03:17.875Z Downloaded chacha20poly1305 v0.10.1
6482024-07-29T22:03:17.878Z Downloaded home v0.5.9
6492024-07-29T22:03:17.878Z Downloaded tinyvec_macros v0.1.1
6502024-07-29T22:03:17.880Z Downloaded quick-error v1.2.3
6512024-07-29T22:03:17.880Z Downloaded fd-lock v4.0.2
6522024-07-29T22:03:17.883Z Downloaded num-bigint v0.4.5
6532024-07-29T22:03:17.886Z Downloaded mio v0.8.11
6542024-07-29T22:03:17.891Z Downloaded pkcs1 v0.7.5
6552024-07-29T22:03:17.894Z Downloaded uzers v0.11.3
6562024-07-29T22:03:17.897Z Downloaded float-ord v0.3.2
6572024-07-29T22:03:17.899Z Downloaded endian-type v0.1.2
6582024-07-29T22:03:17.899Z Downloaded termtree v0.4.1
6592024-07-29T22:03:17.899Z Downloaded steno v0.4.1
6602024-07-29T22:03:17.903Z Downloaded signature v2.2.0
6612024-07-29T22:03:17.905Z Downloaded rand_seeder v0.2.3
6622024-07-29T22:03:17.908Z Downloaded strum_macros v0.25.3
6632024-07-29T22:03:17.908Z Downloaded supports-color v3.0.0
6642024-07-29T22:03:17.911Z Downloaded tempfile v3.10.1
6652024-07-29T22:03:17.914Z Downloaded r2d2 v0.8.10
6662024-07-29T22:03:17.916Z Downloaded sqlformat v0.2.4
6672024-07-29T22:03:17.923Z Downloaded num-bigint-dig v0.8.4
6682024-07-29T22:03:17.928Z Downloaded vte v0.11.1
6692024-07-29T22:03:17.930Z Downloaded serde-big-array v0.5.1
6702024-07-29T22:03:17.933Z Downloaded tls_codec v0.4.1
6712024-07-29T22:03:17.936Z Downloaded group v0.13.0
6722024-07-29T22:03:17.936Z Downloaded foreign-types v0.5.0
6732024-07-29T22:03:17.938Z Downloaded untrusted v0.7.1
6742024-07-29T22:03:17.938Z Downloaded derive_builder v0.20.0
6752024-07-29T22:03:17.941Z Downloaded nom v7.1.3
6762024-07-29T22:03:17.947Z Downloaded phf_shared v0.11.2
6772024-07-29T22:03:17.950Z Downloaded pkg-config v0.3.30
6782024-07-29T22:03:17.950Z Downloaded rand_core v0.6.4
6792024-07-29T22:03:17.952Z Downloaded erased-serde v0.3.31
6802024-07-29T22:03:17.955Z Downloaded resolv-conf v0.7.0
6812024-07-29T22:03:17.955Z Downloaded prettyplease v0.2.20
6822024-07-29T22:03:17.958Z Downloaded url v2.5.2
6832024-07-29T22:03:17.962Z Downloaded time-core v0.1.2
6842024-07-29T22:03:17.964Z Downloaded sec1 v0.7.3
6852024-07-29T22:03:17.964Z Downloaded diesel_derives v2.1.4
6862024-07-29T22:03:17.968Z Downloaded sct v0.7.1
6872024-07-29T22:03:17.971Z Downloaded unicode-truncate v1.0.0
6882024-07-29T22:03:17.974Z Downloaded which v4.4.2
6892024-07-29T22:03:17.977Z Downloaded pretty-hex v0.2.1
6902024-07-29T22:03:17.977Z Downloaded xattr v1.3.1
6912024-07-29T22:03:17.980Z Downloaded tui-tree-widget v0.21.0
6922024-07-29T22:03:17.980Z Downloaded powerfmt v0.2.0
6932024-07-29T22:03:17.982Z Downloaded slog-stdlog v4.1.1
6942024-07-29T22:03:17.982Z Downloaded slog-envlogger v2.2.0
6952024-07-29T22:03:17.985Z Downloaded uuid v1.10.0
6962024-07-29T22:03:17.988Z Downloaded tungstenite v0.20.1
6972024-07-29T22:03:17.992Z Downloaded const_format v0.2.32
6982024-07-29T22:03:17.994Z Downloaded embedded-io v0.4.0
6992024-07-29T22:03:17.999Z Downloaded phf_shared v0.10.0
7002024-07-29T22:03:17.999Z Downloaded derive_builder_macro v0.20.0
7012024-07-29T22:03:17.999Z Downloaded env_logger v0.10.2
7022024-07-29T22:03:18.002Z Downloaded either v1.12.0
7032024-07-29T22:03:18.002Z Downloaded dyn-clone v1.0.17
7042024-07-29T22:03:18.005Z Downloaded unicode-xid v0.2.4
7052024-07-29T22:03:18.005Z Downloaded termios v0.3.3
7062024-07-29T22:03:18.008Z Downloaded http-range v0.1.5
7072024-07-29T22:03:18.008Z Downloaded hmac v0.12.1
7082024-07-29T22:03:18.011Z Downloaded fatfs v0.3.6
7092024-07-29T22:03:18.014Z Downloaded snafu v0.8.2
7102024-07-29T22:03:18.017Z Downloaded untrusted v0.9.0
7112024-07-29T22:03:18.020Z Downloaded zeroize v1.7.0
7122024-07-29T22:03:18.020Z Downloaded stringprep v0.1.4
7132024-07-29T22:03:18.022Z Downloaded futures-macro v0.3.30
7142024-07-29T22:03:18.022Z Downloaded signal-hook-tokio v0.3.1
7152024-07-29T22:03:18.025Z Downloaded hex v0.4.3
7162024-07-29T22:03:18.025Z Downloaded ident_case v1.0.1
7172024-07-29T22:03:18.028Z Downloaded signal-hook-registry v1.4.2
7182024-07-29T22:03:18.028Z Downloaded hyper-tls v0.5.0
7192024-07-29T22:03:18.030Z Downloaded smallvec v1.13.2
7202024-07-29T22:03:18.030Z Downloaded itertools v0.12.1
7212024-07-29T22:03:18.036Z Downloaded futures-io v0.3.30
7222024-07-29T22:03:18.042Z Downloaded tower-service v0.3.2
7232024-07-29T22:03:18.042Z Downloaded postgres-types v0.2.6
7242024-07-29T22:03:18.045Z Downloaded trust-dns-server v0.22.1
7252024-07-29T22:03:18.048Z Downloaded hostname v0.4.0
7262024-07-29T22:03:18.048Z Downloaded wyz v0.5.1
7272024-07-29T22:03:18.051Z Downloaded pin-project v1.1.5
7282024-07-29T22:03:18.058Z Downloaded highway v1.1.0
7292024-07-29T22:03:18.061Z Downloaded toolchain_find v0.4.0
7302024-07-29T22:03:18.061Z Downloaded foreign-types v0.3.2
7312024-07-29T22:03:18.064Z Downloaded fragile v2.0.0
7322024-07-29T22:03:18.064Z Downloaded spin v0.5.2
7332024-07-29T22:03:18.069Z Downloaded httparse v1.8.0
7342024-07-29T22:03:18.069Z Downloaded half v2.4.1
7352024-07-29T22:03:18.072Z Downloaded signal-hook-mio v0.2.3
7362024-07-29T22:03:18.072Z Downloaded serde_arrays v0.1.0
7372024-07-29T22:03:18.072Z Downloaded whoami v1.5.1
7382024-07-29T22:03:18.075Z Downloaded derive-where v1.2.7
7392024-07-29T22:03:18.079Z Downloaded http-body v0.4.6
7402024-07-29T22:03:18.082Z Downloaded heck v0.3.3
7412024-07-29T22:03:18.082Z Downloaded radium v0.7.0
7422024-07-29T22:03:18.082Z Downloaded futures-executor v0.3.30
7432024-07-29T22:03:18.085Z Downloaded deranged v0.3.11
7442024-07-29T22:03:18.085Z Downloaded postgres-protocol v0.6.6
7452024-07-29T22:03:18.087Z Downloaded globset v0.4.14
7462024-07-29T22:03:18.087Z Downloaded universal-hash v0.5.1
7472024-07-29T22:03:18.090Z Downloaded tinyvec v1.6.0
7482024-07-29T22:03:18.094Z Downloaded flate2 v1.0.30
7492024-07-29T22:03:18.097Z Downloaded typed-path v0.7.1
7502024-07-29T22:03:18.100Z Downloaded tokio-macros v2.3.0
7512024-07-29T22:03:18.104Z Downloaded rustc-demangle v0.1.24
7522024-07-29T22:03:18.104Z Downloaded heapless v0.8.0
7532024-07-29T22:03:18.108Z Downloaded topological-sort v0.2.2
7542024-07-29T22:03:18.110Z Downloaded trust-dns-resolver v0.22.0
7552024-07-29T22:03:18.113Z Downloaded tokio-postgres v0.7.10
7562024-07-29T22:03:18.117Z Downloaded hashbrown v0.13.2
7572024-07-29T22:03:18.120Z Downloaded pem v3.0.4
7582024-07-29T22:03:18.123Z Downloaded iana-time-zone v0.1.60
7592024-07-29T22:03:18.127Z Downloaded serde_with_macros v3.8.3
7602024-07-29T22:03:18.127Z Downloaded rustls-pki-types v1.7.0
7612024-07-29T22:03:18.130Z Downloaded rcgen v0.12.1
7622024-07-29T22:03:18.133Z Downloaded serde_derive_internals v0.29.1
7632024-07-29T22:03:18.133Z Downloaded funty v2.0.0
7642024-07-29T22:03:18.133Z Downloaded ron v0.7.1
7652024-07-29T22:03:18.137Z Downloaded flume v0.11.0
7662024-07-29T22:03:18.141Z Downloaded tokio-tungstenite v0.20.1
7672024-07-29T22:03:18.144Z Downloaded tokio-rustls v0.25.0
7682024-07-29T22:03:18.147Z Downloaded smallvec v0.6.14
7692024-07-29T22:03:18.147Z Downloaded pem-rfc7468 v0.7.0
7702024-07-29T22:03:18.150Z Downloaded elliptic-curve v0.13.8
7712024-07-29T22:03:18.154Z Downloaded serde_with v3.8.3
7722024-07-29T22:03:18.159Z Downloaded postcard v1.0.8
7732024-07-29T22:03:18.162Z Downloaded futures-core v0.3.30
7742024-07-29T22:03:18.166Z Downloaded futures-channel v0.3.30
7752024-07-29T22:03:18.166Z Downloaded portable-atomic v1.6.0
7762024-07-29T22:03:18.170Z Downloaded rustls-pemfile v2.1.2
7772024-07-29T22:03:18.175Z Downloaded expectorate v1.1.0
7782024-07-29T22:03:18.178Z Downloaded rand_xorshift v0.3.0
7792024-07-29T22:03:18.178Z Downloaded zerocopy v0.6.6
7802024-07-29T22:03:18.178Z Downloaded unicode_categories v0.1.1
7812024-07-29T22:03:18.180Z Downloaded rsa v0.9.6
7822024-07-29T22:03:18.184Z Downloaded hashbrown v0.12.3
7832024-07-29T22:03:18.188Z Downloaded trust-dns-client v0.22.0
7842024-07-29T22:03:18.193Z Downloaded serde_yaml v0.9.34+deprecated
7852024-07-29T22:03:18.196Z Downloaded reqwest v0.11.27
7862024-07-29T22:03:18.204Z Downloaded ron v0.8.1
7872024-07-29T22:03:18.209Z Downloaded tokio-stream v0.1.15
7882024-07-29T22:03:18.213Z Downloaded unsafe-libyaml v0.2.11
7892024-07-29T22:03:18.216Z Downloaded http v0.2.12
7902024-07-29T22:03:18.219Z Downloaded unicode-segmentation v1.11.0
7912024-07-29T22:03:18.223Z Downloaded aho-corasick v1.1.3
7922024-07-29T22:03:18.228Z Downloaded reedline v0.31.0
7932024-07-29T22:03:18.235Z Downloaded futures v0.3.30
7942024-07-29T22:03:18.239Z Downloaded tracing v0.1.40
7952024-07-29T22:03:18.243Z Downloaded x509-cert v0.2.5
7962024-07-29T22:03:18.249Z Downloaded regex-automata v0.1.10
7972024-07-29T22:03:18.254Z Downloaded http v1.1.0
7982024-07-29T22:03:18.257Z Downloaded time v0.3.36
7992024-07-29T22:03:18.264Z Downloaded unicode-normalization v0.1.23
8002024-07-29T22:03:18.267Z Downloaded derive_more v0.99.18
8012024-07-29T22:03:18.272Z Downloaded bindgen v0.69.4
8022024-07-29T22:03:18.279Z Downloaded futures-util v0.3.30
8032024-07-29T22:03:18.290Z Downloaded chrono v0.4.38
8042024-07-29T22:03:18.297Z Downloaded lalrpop v0.19.12
8052024-07-29T22:03:18.307Z Downloaded quick-xml v0.31.0
8062024-07-29T22:03:18.313Z Downloaded hkdf v0.12.4
8072024-07-29T22:03:18.315Z Downloaded tough v0.17.1
8082024-07-29T22:03:18.322Z Downloaded object v0.32.2
8092024-07-29T22:03:18.332Z Downloaded h2 v0.3.26
8102024-07-29T22:03:18.338Z Downloaded sqlparser v0.45.0
8112024-07-29T22:03:18.343Z Downloaded openssl v0.10.66
8122024-07-29T22:03:18.352Z Downloaded rustls-webpki v0.102.4
8132024-07-29T22:03:18.369Z Downloaded rustls-webpki v0.101.7
8142024-07-29T22:03:18.382Z Downloaded smoltcp v0.9.1
8152024-07-29T22:03:18.392Z Downloaded gimli v0.28.1
8162024-07-29T22:03:18.399Z Downloaded bstr v1.9.1
8172024-07-29T22:03:18.409Z Downloaded trust-dns-proto v0.22.0
8182024-07-29T22:03:18.420Z Downloaded nix v0.28.0
8192024-07-29T22:03:18.431Z Downloaded vcpkg v0.2.15
8202024-07-29T22:03:18.467Z Downloaded winnow v0.5.40
8212024-07-29T22:03:18.475Z Downloaded rayon v1.10.0
8222024-07-29T22:03:18.483Z Downloaded rustls v0.21.12
8232024-07-29T22:03:18.494Z Downloaded idna v0.5.0
8242024-07-29T22:03:18.500Z Downloaded rustls v0.22.4
8252024-07-29T22:03:18.512Z Downloaded webpki-roots v0.25.4
8262024-07-29T22:03:18.516Z Downloaded polar-core v0.27.3
8272024-07-29T22:03:18.523Z Downloaded bzip2-sys v0.1.11+1.0.8
8282024-07-29T22:03:18.535Z Downloaded regress v0.9.1
8292024-07-29T22:03:18.543Z Downloaded radix_trie v0.2.1
8302024-07-29T22:03:18.548Z Downloaded tokio v1.38.1
8312024-07-29T22:03:18.584Z Downloaded regex-syntax v0.6.29
8322024-07-29T22:03:18.590Z Downloaded idna v0.3.0
8332024-07-29T22:03:18.597Z Downloaded regex-syntax v0.8.3
8342024-07-29T22:03:18.606Z Downloaded idna v0.2.3
8352024-07-29T22:03:18.611Z Downloaded csv v1.3.0
8362024-07-29T22:03:18.631Z Downloaded diesel v2.1.6
8372024-07-29T22:03:18.649Z Downloaded smoltcp v0.11.0
8382024-07-29T22:03:18.661Z Downloaded openapiv3 v2.0.0
8392024-07-29T22:03:18.673Z Downloaded sled v0.34.7
8402024-07-29T22:03:18.683Z Downloaded curve25519-dalek v4.1.3
8412024-07-29T22:03:18.691Z Downloaded bstr v0.2.17
8422024-07-29T22:03:18.700Z Downloaded regex v1.10.5
8432024-07-29T22:03:18.713Z Downloaded object v0.30.4
8442024-07-29T22:03:18.724Z Downloaded ratatui v0.27.0
8452024-07-29T22:03:18.741Z Downloaded zerocopy-derive v0.6.6
8462024-07-29T22:03:18.751Z Downloaded nix v0.27.1
8472024-07-29T22:03:18.761Z Downloaded finl_unicode v1.2.0
8482024-07-29T22:03:18.774Z Downloaded regex-automata v0.4.6
8492024-07-29T22:03:18.790Z Downloaded hyper v0.14.28
8502024-07-29T22:03:18.798Z Downloaded petgraph v0.6.5
8512024-07-29T22:03:18.815Z Downloaded sha3 v0.10.8
8522024-07-29T22:03:18.819Z Downloaded proptest v1.4.0
8532024-07-29T22:03:18.828Z Downloaded bitvec v1.0.1
8542024-07-29T22:03:18.842Z Downloaded toml_edit v0.19.15
8552024-07-29T22:03:18.856Z Downloaded rand v0.8.5
8562024-07-29T22:03:18.860Z Downloaded blake3 v1.5.1
8572024-07-29T22:03:18.867Z Downloaded rustyline v14.0.0
8582024-07-29T22:03:18.871Z Downloaded tiny-keccak v2.0.2
8592024-07-29T22:03:18.875Z Downloaded encoding_rs v0.8.34
8602024-07-29T22:03:18.894Z Downloaded smawk v0.3.2
8612024-07-29T22:03:18.897Z Downloaded percent-encoding v2.3.1
8622024-07-29T22:03:18.897Z Downloaded serde-hex v0.1.0
8632024-07-29T22:03:18.900Z Downloaded snafu-derive v0.8.2
8642024-07-29T22:03:18.900Z Downloaded rayon-core v1.12.1
8652024-07-29T22:03:18.902Z Downloaded rustc_version v0.4.0
8662024-07-29T22:03:18.905Z Downloaded spki v0.7.3
8672024-07-29T22:03:18.908Z Downloaded sha1 v0.10.6
8682024-07-29T22:03:18.908Z Downloaded itertools v0.13.0
8692024-07-29T22:03:18.913Z Downloaded term v0.7.0
8702024-07-29T22:03:18.916Z Downloaded rand_chacha v0.3.1
8712024-07-29T22:03:18.918Z Downloaded tokio-util v0.7.11
8722024-07-29T22:03:18.923Z Downloaded crossterm v0.27.0
8732024-07-29T22:03:18.928Z Downloaded structmeta v0.2.0
8742024-07-29T22:03:18.931Z Downloaded strip-ansi-escapes v0.2.0
8752024-07-29T22:03:18.931Z Downloaded slog-bunyan v2.5.0
8762024-07-29T22:03:18.934Z Downloaded slog-async v2.8.0
8772024-07-29T22:03:18.937Z Downloaded hyper-staticfile v0.9.5
8782024-07-29T22:03:18.940Z Downloaded humantime v2.1.0
8792024-07-29T22:03:18.940Z Downloaded publicsuffix v2.2.3
8802024-07-29T22:03:18.942Z Downloaded libxml v0.3.3
8812024-07-29T22:03:18.946Z Downloaded ring v0.16.20
8822024-07-29T22:03:19.026Z Downloaded samael v0.0.15
8832024-07-29T22:03:19.031Z Downloaded sqlparser_derive v0.2.2
8842024-07-29T22:03:19.034Z Downloaded rustls-pemfile v1.0.4
8852024-07-29T22:03:19.034Z Downloaded schemars v0.8.21
8862024-07-29T22:03:19.044Z Downloaded derive_builder_core v0.20.0
8872024-07-29T22:03:19.046Z Downloaded pin-project-internal v1.1.5
8882024-07-29T22:03:19.051Z Downloaded pin-project-lite v0.2.14
8892024-07-29T22:03:19.054Z Downloaded libm v0.2.8
8902024-07-29T22:03:19.058Z Downloaded enum-as-inner v0.5.1
8912024-07-29T22:03:19.061Z Downloaded headers v0.3.9
8922024-07-29T22:03:19.065Z Downloaded cc v1.0.97
8932024-07-29T22:03:19.067Z Downloaded serde_urlencoded v0.7.1
8942024-07-29T22:03:19.070Z Downloaded serde_plain v1.0.2
8952024-07-29T22:03:19.070Z Downloaded serde_path_to_error v0.1.16
8962024-07-29T22:03:19.073Z Downloaded tar v0.4.41
8972024-07-29T22:03:19.075Z Downloaded backtrace v0.3.71
8982024-07-29T22:03:19.078Z Downloaded structmeta v0.3.0
8992024-07-29T22:03:19.081Z Downloaded pkcs8 v0.10.2
9002024-07-29T22:03:19.083Z Downloaded unicode-bidi v0.3.15
9012024-07-29T22:03:19.086Z Downloaded tungstenite v0.21.0
9022024-07-29T22:03:19.089Z Downloaded heapless v0.7.17
9032024-07-29T22:03:19.092Z Downloaded tracing-core v0.1.32
9042024-07-29T22:03:19.094Z Downloaded hash32 v0.3.1
9052024-07-29T22:03:19.094Z Downloaded hash32 v0.2.1
9062024-07-29T22:03:19.097Z Downloaded slog-json v2.6.1
9072024-07-29T22:03:19.097Z Downloaded spin v0.9.8
9082024-07-29T22:03:19.100Z Downloaded smf v0.2.3
9092024-07-29T22:03:19.100Z Downloaded similar v2.5.0
9102024-07-29T22:03:19.103Z Downloaded minimal-lexical v0.2.1
9112024-07-29T22:03:19.107Z Downloaded secrecy v0.8.0
9122024-07-29T22:03:19.110Z Downloaded toml v0.5.11
9132024-07-29T22:03:19.113Z Downloaded base64 v0.13.1
9142024-07-29T22:03:19.116Z Downloaded diff v0.1.13
9152024-07-29T22:03:19.118Z Downloaded itertools v0.10.5
9162024-07-29T22:03:19.122Z Downloaded base64 v0.22.1
9172024-07-29T22:03:19.125Z Downloaded ring v0.17.8
9182024-07-29T22:03:19.193Z Downloaded base64 v0.21.7
9192024-07-29T22:03:19.197Z Downloaded arc-swap v1.7.1
9202024-07-29T22:03:19.200Z Downloaded rustc-hash v1.1.0
9212024-07-29T22:03:19.203Z Downloaded ref-cast-impl v1.0.23
9222024-07-29T22:03:19.203Z Downloaded ref-cast v1.0.23
9232024-07-29T22:03:19.206Z Downloaded tls_codec_derive v0.4.1
9242024-07-29T22:03:19.206Z Downloaded der_derive v0.7.2
9252024-07-29T22:03:19.208Z Downloaded socket2 v0.4.10
9262024-07-29T22:03:19.208Z Downloaded schemars_derive v0.8.21
9272024-07-29T22:03:19.211Z Downloaded scheduled-thread-pool v0.2.7
9282024-07-29T22:03:19.211Z Downloaded rustc_version v0.1.7
9292024-07-29T22:03:19.211Z Downloaded signal-hook v0.3.17
9302024-07-29T22:03:19.214Z Downloaded ppv-lite86 v0.2.17
9312024-07-29T22:03:19.216Z Downloaded peg-runtime v0.8.3
9322024-07-29T22:03:19.216Z Downloaded string_cache v0.8.7
9332024-07-29T22:03:19.216Z Downloaded crc32fast v1.4.0
9342024-07-29T22:03:19.219Z Downloaded cookie v0.18.1
9352024-07-29T22:03:19.222Z Downloaded clang-sys v1.7.0
9362024-07-29T22:03:19.225Z Downloaded base64ct v1.6.0
9372024-07-29T22:03:19.225Z Downloaded getopts v0.2.21
9382024-07-29T22:03:19.228Z Downloaded gethostname v0.4.3
9392024-07-29T22:03:19.228Z Downloaded rtoolbox v0.0.2
9402024-07-29T22:03:19.228Z Downloaded poly1305 v0.8.0
9412024-07-29T22:03:19.230Z Downloaded fixedbitset v0.4.2
9422024-07-29T22:03:19.230Z Downloaded zeroize_derive v1.4.2
9432024-07-29T22:03:19.233Z Downloaded psl-types v2.0.11
9442024-07-29T22:03:19.233Z Downloaded proc-macro-crate v1.3.1
9452024-07-29T22:03:19.233Z Downloaded pin-utils v0.1.0
9462024-07-29T22:03:19.236Z Downloaded peg-macros v0.8.4
9472024-07-29T22:03:19.236Z Downloaded precomputed-hash v0.1.1
9482024-07-29T22:03:19.236Z Downloaded cookie v0.17.0
9492024-07-29T22:03:19.239Z Downloaded der v0.7.9
9502024-07-29T22:03:19.242Z Downloaded console v0.15.8
9512024-07-29T22:03:19.245Z Downloaded ciborium v0.2.2
9522024-07-29T22:03:19.248Z Downloaded camino-tempfile v1.1.1
9532024-07-29T22:03:19.250Z Downloaded bzip2 v0.4.4
9542024-07-29T22:03:19.250Z Downloaded bcs v0.1.6
9552024-07-29T22:03:19.253Z Downloaded compact_str v0.7.1
9562024-07-29T22:03:19.256Z Downloaded async-trait v0.1.81
9572024-07-29T22:03:19.258Z Downloaded arrayvec v0.7.4
9582024-07-29T22:03:19.258Z Downloaded httpdate v1.0.3
9592024-07-29T22:03:19.261Z Downloaded thiserror-impl-no-std v2.0.2
9602024-07-29T22:03:19.261Z Downloaded stable_deref_trait v1.2.0
9612024-07-29T22:03:19.261Z Downloaded slog-term v2.9.1
9622024-07-29T22:03:19.264Z Downloaded parking_lot_core v0.8.6
9632024-07-29T22:03:19.266Z Downloaded parking_lot v0.11.2
9642024-07-29T22:03:19.269Z Downloaded indexmap v1.9.3
9652024-07-29T22:03:19.271Z Downloaded slog-dtrace v0.3.0
9662024-07-29T22:03:19.272Z Downloaded shell-words v1.1.0
9672024-07-29T22:03:19.272Z Downloaded indicatif v0.17.8
9682024-07-29T22:03:19.275Z Downloaded defmt-macros v0.3.9
9692024-07-29T22:03:19.277Z Downloaded crossbeam-deque v0.8.5
9702024-07-29T22:03:19.280Z Downloaded cassowary v0.3.0
9712024-07-29T22:03:19.280Z Downloaded zone v0.1.8
9722024-07-29T22:03:19.282Z Downloaded walkdir v2.5.0
9732024-07-29T22:03:19.282Z Downloaded colored v2.1.0
9742024-07-29T22:03:19.285Z Downloaded ciborium-ll v0.2.2
9752024-07-29T22:03:19.285Z Downloaded array-init v0.0.4
9762024-07-29T22:03:19.285Z Downloaded path-slash v0.1.5
9772024-07-29T22:03:19.288Z Downloaded hubpack_derive v0.1.1
9782024-07-29T22:03:19.288Z Downloaded headers-core v0.2.0
9792024-07-29T22:03:19.288Z Downloaded parse-display v0.9.1
9802024-07-29T22:03:19.288Z Downloaded bitfield v0.14.0
9812024-07-29T22:03:19.291Z Downloaded packed_struct v0.10.1
9822024-07-29T22:03:19.291Z Downloaded foreign-types-shared v0.1.1
9832024-07-29T22:03:19.291Z Downloaded oso v0.27.3
9842024-07-29T22:03:19.294Z Downloaded bitflags v1.3.2
9852024-07-29T22:03:19.296Z Downloaded bit-set v0.5.3
9862024-07-29T22:03:19.299Z Downloaded atomic-waker v1.1.2
9872024-07-29T22:03:19.299Z Downloaded ascii-canvas v3.0.0
9882024-07-29T22:03:19.300Z Downloaded debug-ignore v1.0.5
9892024-07-29T22:03:19.302Z Downloaded addr2line v0.21.0
9902024-07-29T22:03:19.302Z Downloaded managed v0.8.0
9912024-07-29T22:03:19.305Z Downloaded cancel-safe-futures v0.1.5
9922024-07-29T22:03:19.308Z Downloaded linked-hash-map v0.5.6
9932024-07-29T22:03:19.308Z Downloaded lazy_static v1.5.0
9942024-07-29T22:03:19.316Z Downloaded keccak v0.1.5
9952024-07-29T22:03:19.316Z Downloaded bitstruct_derive v0.1.0
9962024-07-29T22:03:19.316Z Downloaded atty v0.2.14
9972024-07-29T22:03:19.316Z Downloaded openssl-macros v0.1.1
9982024-07-29T22:03:19.316Z Downloaded ipnetwork v0.20.0
9992024-07-29T22:03:19.317Z Downloaded curve25519-dalek-derive v0.1.1
10002024-07-29T22:03:19.317Z Downloaded backoff v0.4.0
10012024-07-29T22:03:19.317Z Downloaded ascii v1.1.0
10022024-07-29T22:03:19.322Z Downloaded instant v0.1.12
10032024-07-29T22:03:19.322Z Downloaded indoc v1.0.9
10042024-07-29T22:03:19.323Z Downloaded ipnet v2.9.0
10052024-07-29T22:03:19.323Z Downloaded olpc-cjson v0.1.3
10062024-07-29T22:03:19.323Z Downloaded num_enum_derive v0.5.11
10072024-07-29T22:03:19.327Z Downloaded data-encoding v2.6.0
10082024-07-29T22:03:19.327Z Downloaded chacha20 v0.9.1
10092024-07-29T22:03:19.327Z Downloaded memoffset v0.9.1
10102024-07-29T22:03:19.327Z Downloaded cobs v0.2.3
10112024-07-29T22:03:19.329Z Downloaded castaway v0.2.2
10122024-07-29T22:03:19.330Z Downloaded block-padding v0.3.3
10132024-07-29T22:03:19.330Z Downloaded linear-map v1.2.0
10142024-07-29T22:03:19.333Z Downloaded kstat-rs v0.2.4
10152024-07-29T22:03:19.333Z Downloaded cipher v0.4.4
10162024-07-29T22:03:19.333Z Downloaded base16ct v0.2.0
10172024-07-29T22:03:19.335Z Downloaded convert_case v0.4.0
10182024-07-29T22:03:19.336Z Downloaded bb8 v0.8.5
10192024-07-29T22:03:19.336Z Downloaded async-recursion v1.1.1
10202024-07-29T22:03:19.342Z Downloaded arrayref v0.3.7
10212024-07-29T22:03:19.342Z Downloaded impl-trait-for-tuples v0.2.2
10222024-07-29T22:03:19.345Z Downloaded lalrpop-util v0.19.12
10232024-07-29T22:03:19.345Z Downloaded adler v1.0.2
10242024-07-29T22:03:19.345Z Downloaded libsw v3.3.1
10252024-07-29T22:03:19.432Z Compiling cfg-if v1.0.0
10262024-07-29T22:03:19.432Z Compiling serde v1.0.204
10272024-07-29T22:03:19.434Z Compiling lock_api v0.4.12
10282024-07-29T22:03:19.434Z Compiling scopeguard v1.2.0
10292024-07-29T22:03:19.434Z Compiling log v0.4.21
10302024-07-29T22:03:19.566Z Compiling syn v2.0.72
10312024-07-29T22:03:19.570Z Compiling cc v1.0.97
10322024-07-29T22:03:19.574Z Compiling parking_lot_core v0.9.10
10332024-07-29T22:03:19.639Z Compiling getrandom v0.2.14
10342024-07-29T22:03:19.718Z Compiling smallvec v1.13.2
10352024-07-29T22:03:19.954Z Compiling rand_core v0.6.4
10362024-07-29T22:03:20.079Z Compiling typenum v1.17.0
10372024-07-29T22:03:20.092Z Compiling generic-array v0.14.7
10382024-07-29T22:03:20.137Z Compiling pin-project-lite v0.2.14
10392024-07-29T22:03:20.258Z Compiling signal-hook-registry v1.4.2
10402024-07-29T22:03:20.399Z Compiling spin v0.9.8
10412024-07-29T22:03:20.419Z Compiling mio v0.8.11
10422024-07-29T22:03:20.481Z Compiling parking_lot v0.12.2
10432024-07-29T22:03:20.747Z Compiling libm v0.2.8
10442024-07-29T22:03:20.805Z Compiling serde_json v1.0.120
10452024-07-29T22:03:21.088Z Compiling ahash v0.8.11
10462024-07-29T22:03:21.103Z Compiling num-traits v0.2.19
10472024-07-29T22:03:21.157Z Compiling futures-core v0.3.30
10482024-07-29T22:03:21.357Z Compiling tinyvec_macros v0.1.1
10492024-07-29T22:03:21.435Z Compiling tinyvec v1.6.0
10502024-07-29T22:03:21.451Z Compiling socket2 v0.5.7
10512024-07-29T22:03:21.585Z Compiling num_cpus v1.16.0
10522024-07-29T22:03:21.705Z Compiling const-oid v0.9.6
10532024-07-29T22:03:21.722Z Compiling subtle v2.5.0
10542024-07-29T22:03:22.063Z Compiling slab v0.4.9
10552024-07-29T22:03:22.411Z Compiling allocator-api2 v0.2.18
10562024-07-29T22:03:22.874Z Compiling unicode-normalization v0.1.23
10572024-07-29T22:03:22.889Z Compiling unicode-bidi v0.3.15
10582024-07-29T22:03:22.941Z Compiling futures-sink v0.3.30
10592024-07-29T22:03:23.314Z Compiling futures-channel v0.3.30
10602024-07-29T22:03:23.329Z Compiling futures-io v0.3.30
10612024-07-29T22:03:23.501Z Compiling futures-task v0.3.30
10622024-07-29T22:03:23.659Z Compiling vcpkg v0.2.15
10632024-07-29T22:03:23.756Z Compiling pin-utils v0.1.0
10642024-07-29T22:03:23.784Z Compiling pkg-config v0.3.30
10652024-07-29T22:03:23.827Z Compiling ring v0.17.8
10662024-07-29T22:03:23.866Z Compiling ppv-lite86 v0.2.17
10672024-07-29T22:03:24.042Z Compiling percent-encoding v2.3.1
10682024-07-29T22:03:24.451Z Compiling tracing-core v0.1.32
10692024-07-29T22:03:24.578Z Compiling untrusted v0.9.0
10702024-07-29T22:03:24.672Z Compiling rand_chacha v0.3.1
10712024-07-29T22:03:24.689Z Compiling rustix v0.38.34
10722024-07-29T22:03:24.760Z Compiling time-core v0.1.2
10732024-07-29T22:03:24.945Z Compiling powerfmt v0.2.0
10742024-07-29T22:03:25.326Z Compiling syn v1.0.109
10752024-07-29T22:03:25.480Z Compiling num-conv v0.1.0
10762024-07-29T22:03:25.633Z Compiling deranged v0.3.11
10772024-07-29T22:03:25.769Z Compiling time-macros v0.2.18
10782024-07-29T22:03:25.915Z Compiling rand v0.8.5
10792024-07-29T22:03:25.989Z Compiling iana-time-zone v0.1.60
10802024-07-29T22:03:26.004Z Compiling openssl-sys v0.9.103
10812024-07-29T22:03:26.451Z Compiling base64ct v1.6.0
10822024-07-29T22:03:26.910Z Compiling httparse v1.8.0
10832024-07-29T22:03:26.972Z Compiling rustversion v1.0.17
10842024-07-29T22:03:27.264Z Compiling foreign-types-shared v0.1.1
10852024-07-29T22:03:27.326Z Compiling num_threads v0.1.7
10862024-07-29T22:03:27.351Z Compiling openssl v0.10.66
10872024-07-29T22:03:27.448Z Compiling foreign-types v0.3.2
10882024-07-29T22:03:27.570Z Compiling pem-rfc7468 v0.7.0
10892024-07-29T22:03:27.715Z Compiling form_urlencoded v1.2.1
10902024-07-29T22:03:27.770Z Compiling base64 v0.21.7
10912024-07-29T22:03:27.988Z Compiling flagset v0.4.5
10922024-07-29T22:03:28.167Z Compiling rustls v0.21.12
10932024-07-29T22:03:28.275Z Compiling native-tls v0.2.11
10942024-07-29T22:03:28.393Z Compiling siphasher v0.3.11
10952024-07-29T22:03:28.451Z Compiling try-lock v0.2.5
10962024-07-29T22:03:28.553Z Compiling crossbeam-utils v0.8.19
10972024-07-29T22:03:28.568Z Compiling want v0.3.1
10982024-07-29T22:03:28.907Z Compiling time v0.3.36
10992024-07-29T22:03:29.188Z Compiling serde_derive_internals v0.29.1
11002024-07-29T22:03:29.545Z Compiling idna v0.5.0
11012024-07-29T22:03:29.976Z Compiling lazy_static v1.5.0
11022024-07-29T22:03:30.095Z Compiling aho-corasick v1.1.3
11032024-07-29T22:03:30.285Z Compiling cookie v0.17.0
11042024-07-29T22:03:30.546Z Compiling signal-hook v0.3.17
11052024-07-29T22:03:30.782Z Compiling adler v1.0.2
11062024-07-29T22:03:31.002Z Compiling schemars v0.8.21
11072024-07-29T22:03:31.085Z Compiling slog v2.7.0
11082024-07-29T22:03:31.281Z Compiling regex-syntax v0.8.3
11092024-07-29T22:03:31.536Z Compiling httpdate v1.0.3
11102024-07-29T22:03:32.020Z Compiling cpufeatures v0.2.12
11112024-07-29T22:03:32.115Z Compiling tower-service v0.3.2
11122024-07-29T22:03:32.129Z Compiling finl_unicode v1.2.0
11132024-07-29T22:03:32.227Z Compiling openssl-probe v0.1.5
11142024-07-29T22:03:32.630Z Compiling stringprep v0.1.4
11152024-07-29T22:03:32.715Z Compiling miniz_oxide v0.7.2
11162024-07-29T22:03:33.976Z Compiling url v2.5.2
11172024-07-29T22:03:34.262Z Compiling num-integer v0.1.46
11182024-07-29T22:03:34.296Z Compiling serde_derive v1.0.204
11192024-07-29T22:03:35.052Z Compiling zeroize_derive v1.4.2
11202024-07-29T22:03:35.551Z Compiling zerocopy-derive v0.7.34
11212024-07-29T22:03:35.904Z Compiling tokio-macros v2.3.0
11222024-07-29T22:03:35.929Z Compiling thiserror-impl v1.0.63
11232024-07-29T22:03:36.666Z Compiling zeroize v1.7.0
11242024-07-29T22:03:37.389Z Compiling futures-macro v0.3.30
11252024-07-29T22:03:37.666Z Compiling scroll_derive v0.12.0
11262024-07-29T22:03:37.921Z Compiling zerocopy v0.7.34
11272024-07-29T22:03:38.064Z Compiling tracing-attributes v0.1.27
11282024-07-29T22:03:38.588Z Compiling crypto-common v0.1.6
11292024-07-29T22:03:38.817Z Compiling block-buffer v0.10.4
11302024-07-29T22:03:39.067Z Compiling digest v0.10.7
11312024-07-29T22:03:39.198Z Compiling scroll v0.12.0
11322024-07-29T22:03:39.364Z Compiling thiserror v1.0.63
11332024-07-29T22:03:39.492Z Compiling futures-util v0.3.30
11342024-07-29T22:03:39.539Z Compiling pest v2.7.10
11352024-07-29T22:03:39.618Z Compiling hmac v0.12.1
11362024-07-29T22:03:39.720Z Compiling goblin v0.8.2
11372024-07-29T22:03:39.852Z Compiling openssl-macros v0.1.1
11382024-07-29T22:03:40.121Z Compiling hashbrown v0.14.5
11392024-07-29T22:03:40.577Z Compiling der_derive v0.7.2
11402024-07-29T22:03:41.530Z Compiling rustls-webpki v0.101.7
11412024-07-29T22:03:42.123Z Compiling pest_meta v2.7.10
11422024-07-29T22:03:42.206Z Compiling tracing v0.1.40
11432024-07-29T22:03:42.474Z Compiling sct v0.7.1
11442024-07-29T22:03:42.822Z Compiling md-5 v0.10.6
11452024-07-29T22:03:43.076Z Compiling sha2 v0.10.8
11462024-07-29T22:03:43.231Z Compiling der v0.7.9
11472024-07-29T22:03:43.599Z Compiling pest_generator v2.7.10
11482024-07-29T22:03:45.684Z Compiling spki v0.7.3
11492024-07-29T22:03:45.770Z Compiling regex-automata v0.4.6
11502024-07-29T22:03:46.056Z Compiling schemars_derive v0.8.21
11512024-07-29T22:03:46.452Z Compiling idna v0.3.0
11522024-07-29T22:03:46.648Z Compiling backtrace v0.3.71
11532024-07-29T22:03:47.093Z Compiling hash32 v0.2.1
11542024-07-29T22:03:47.478Z Compiling stable_deref_trait v1.2.0
11552024-07-29T22:03:47.548Z Compiling pest_derive v2.7.10
11562024-07-29T22:03:47.598Z Compiling dyn-clone v1.0.17
11572024-07-29T22:03:47.826Z Compiling smoltcp v0.9.1
11582024-07-29T22:03:48.083Z Compiling fallible-iterator v0.2.0
11592024-07-29T22:03:48.329Z Compiling dtrace-parser v0.2.0
11602024-07-29T22:03:48.574Z Compiling psl-types v2.0.11
11612024-07-29T22:03:48.763Z Compiling crc32fast v1.4.0
11622024-07-29T22:03:48.821Z Compiling gimli v0.28.1
11632024-07-29T22:03:49.255Z Compiling bytes v1.6.0
11642024-07-29T22:03:49.574Z Compiling bitflags v2.6.0
11652024-07-29T22:03:50.019Z Compiling indexmap v2.2.6
11662024-07-29T22:03:50.578Z Compiling tokio v1.38.1
11672024-07-29T22:03:50.593Z Compiling http v0.2.12
11682024-07-29T22:03:50.652Z Compiling uuid v1.10.0
11692024-07-29T22:03:51.425Z Compiling semver v1.0.23
11702024-07-29T22:03:51.958Z Compiling rustc_version v0.4.0
11712024-07-29T22:03:52.186Z Compiling chrono v0.4.38
11722024-07-29T22:03:52.749Z Compiling heapless v0.7.17
11732024-07-29T22:03:52.921Z Compiling http-body v0.4.6
11742024-07-29T22:03:53.202Z Compiling dof v0.3.0
11752024-07-29T22:03:53.445Z Compiling serde_tokenstream v0.2.1
11762024-07-29T22:03:53.836Z Compiling serde_spanned v0.6.6
11772024-07-29T22:03:53.999Z Compiling usdt-impl v0.5.0
11782024-07-29T22:03:54.067Z Compiling toml_datetime v0.6.6
11792024-07-29T22:03:54.565Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11802024-07-29T22:03:55.494Z Compiling terminal_size v0.3.0
11812024-07-29T22:03:55.689Z Compiling addr2line v0.21.0
11822024-07-29T22:03:55.753Z Compiling postgres-protocol v0.6.6
11832024-07-29T22:03:56.168Z Compiling publicsuffix v2.2.3
11842024-07-29T22:03:56.378Z Compiling pkcs8 v0.10.2
11852024-07-29T22:03:56.418Z Compiling hubpack_derive v0.1.1
11862024-07-29T22:03:56.844Z Compiling block-padding v0.3.3
11872024-07-29T22:03:56.920Z Compiling async-trait v0.1.81
11882024-07-29T22:03:57.082Z Compiling zerocopy-derive v0.6.6
11892024-07-29T22:03:58.371Z Compiling phf_shared v0.11.2
11902024-07-29T22:03:58.767Z Compiling tokio-util v0.7.11
11912024-07-29T22:03:58.904Z Compiling tokio-rustls v0.24.1
11922024-07-29T22:03:59.161Z Compiling diesel_table_macro_syntax v0.1.0
11932024-07-29T22:03:59.284Z Compiling ff v0.13.0
11942024-07-29T22:03:59.347Z Compiling scheduled-thread-pool v0.2.7
11952024-07-29T22:03:59.488Z Compiling fs-err v2.11.0
11962024-07-29T22:03:59.577Z Compiling object v0.32.2
11972024-07-29T22:03:59.750Z Compiling h2 v0.3.26
11982024-07-29T22:03:59.784Z Compiling tokio-native-tls v0.3.1
11992024-07-29T22:03:59.950Z Compiling bitflags v1.3.2
12002024-07-29T22:04:00.021Z Compiling base16ct v0.2.0
12012024-07-29T22:04:00.046Z Compiling anyhow v1.0.86
12022024-07-29T22:04:00.063Z Compiling matches v0.1.10
12032024-07-29T22:04:00.094Z Compiling managed v0.8.0
12042024-07-29T22:04:00.147Z Compiling regex-automata v0.1.10
12052024-07-29T22:04:00.332Z Compiling bit-vec v0.6.3
12062024-07-29T22:04:00.520Z Compiling ipnet v2.9.0
12072024-07-29T22:04:00.625Z Compiling winnow v0.5.40
12082024-07-29T22:04:00.645Z Compiling either v1.12.0
12092024-07-29T22:04:00.782Z Compiling rustc-demangle v0.1.24
12102024-07-29T22:04:01.058Z Compiling clap_builder v4.5.9
12112024-07-29T22:04:01.848Z Compiling bstr v0.2.17
12122024-07-29T22:04:02.429Z Compiling sec1 v0.7.3
12132024-07-29T22:04:03.065Z Compiling idna v0.2.3
12142024-07-29T22:04:03.582Z Compiling diesel_derives v2.1.4
12152024-07-29T22:04:04.188Z Compiling toml_edit v0.19.15
12162024-07-29T22:04:04.598Z Compiling r2d2 v0.8.10
12172024-07-29T22:04:04.737Z Compiling group v0.13.0
12182024-07-29T22:04:04.952Z Compiling zerocopy v0.6.6
12192024-07-29T22:04:05.072Z Compiling phf v0.11.2
12202024-07-29T22:04:05.391Z Compiling signal-hook-mio v0.2.3
12212024-07-29T22:04:05.548Z Compiling cookie_store v0.20.0
12222024-07-29T22:04:05.833Z Compiling hubpack v0.1.2
12232024-07-29T22:04:06.119Z Compiling inout v0.1.3
12242024-07-29T22:04:06.396Z Compiling hyper v0.14.28
12252024-07-29T22:04:07.066Z Compiling ipnetwork v0.20.0
12262024-07-29T22:04:07.115Z Compiling postgres-types v0.2.6
12272024-07-29T22:04:08.665Z Compiling usdt-attr-macro v0.5.0
12282024-07-29T22:04:08.706Z Compiling usdt-macro v0.5.0
12292024-07-29T22:04:10.048Z Compiling regex v1.10.5
12302024-07-29T22:04:10.260Z Compiling serde_urlencoded v0.7.1
12312024-07-29T22:04:10.395Z Compiling futures-executor v0.3.30
12322024-07-29T22:04:10.412Z Compiling enum-as-inner v0.5.1
12332024-07-29T22:04:10.790Z Compiling hkdf v0.12.4
12342024-07-29T22:04:10.810Z Compiling crypto-bigint v0.5.5
12352024-07-29T22:04:10.972Z Compiling num-bigint v0.4.5
12362024-07-29T22:04:11.041Z Compiling clap_derive v4.5.8
12372024-07-29T22:04:11.197Z Compiling strum_macros v0.25.3
12382024-07-29T22:04:11.409Z Compiling serde_repr v0.1.19
12392024-07-29T22:04:12.361Z Compiling phf_shared v0.10.0
12402024-07-29T22:04:12.613Z Compiling rustls-pemfile v1.0.4
12412024-07-29T22:04:12.816Z Compiling float-cmp v0.9.0
12422024-07-29T22:04:13.042Z Compiling encoding_rs v0.8.34
12432024-07-29T22:04:13.060Z Compiling new_debug_unreachable v1.0.6
12442024-07-29T22:04:13.148Z Compiling hyper-rustls v0.24.2
12452024-07-29T22:04:13.498Z Compiling hyper-tls v0.5.0
12462024-07-29T22:04:13.839Z Compiling difflib v0.4.0
12472024-07-29T22:04:15.545Z Compiling webpki-roots v0.25.4
12482024-07-29T22:04:15.700Z Compiling unicode-segmentation v1.11.0
12492024-07-29T22:04:15.717Z Compiling mime v0.3.17
12502024-07-29T22:04:16.299Z Compiling whoami v1.5.1
12512024-07-29T22:04:16.317Z Compiling minimal-lexical v0.2.1
12522024-07-29T22:04:16.439Z Compiling static_assertions v1.1.0
12532024-07-29T22:04:16.520Z Compiling predicates-core v1.0.6
12542024-07-29T22:04:16.537Z Compiling sync_wrapper v0.1.2
12552024-07-29T22:04:16.658Z Compiling normalize-line-endings v0.3.0
12562024-07-29T22:04:16.779Z Compiling fixedbitset v0.4.2
12572024-07-29T22:04:16.820Z Compiling precomputed-hash v0.1.1
12582024-07-29T22:04:16.866Z Compiling data-encoding v2.6.0
12592024-07-29T22:04:16.883Z Compiling diesel v2.1.6
12602024-07-29T22:04:16.926Z Compiling string_cache v0.8.7
12612024-07-29T22:04:16.943Z Compiling predicates v3.1.0
12622024-07-29T22:04:16.958Z Compiling nom v7.1.3
12632024-07-29T22:04:17.231Z Compiling petgraph v0.6.5
12642024-07-29T22:04:17.381Z Compiling toml_edit v0.22.16
12652024-07-29T22:04:17.633Z Compiling trust-dns-proto v0.22.0
12662024-07-29T22:04:18.825Z Compiling reqwest v0.11.27
12672024-07-29T22:04:19.404Z Compiling tokio-postgres v0.7.10
12682024-07-29T22:04:20.670Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12692024-07-29T22:04:21.110Z Compiling similar v2.5.0
12702024-07-29T22:04:21.622Z Compiling console v0.15.8
12712024-07-29T22:04:23.204Z Compiling clap v4.5.9
12722024-07-29T22:04:23.320Z Compiling yasna v0.5.2
12732024-07-29T22:04:23.820Z Compiling elliptic-curve v0.13.8
12742024-07-29T22:04:24.517Z Compiling usdt v0.5.0
12752024-07-29T22:04:24.644Z Compiling futures v0.3.30
12762024-07-29T22:04:24.763Z Compiling flate2 v1.0.30
12772024-07-29T22:04:25.017Z Compiling toml v0.7.8
12782024-07-29T22:04:25.702Z Compiling cipher v0.4.4
12792024-07-29T22:04:26.115Z Compiling crossterm v0.27.0
12802024-07-29T22:04:26.190Z Compiling itertools v0.10.5
12812024-07-29T22:04:26.345Z Compiling itertools v0.12.1
12822024-07-29T22:04:26.765Z Compiling bit-set v0.5.3
12832024-07-29T22:04:27.029Z Compiling tokio-stream v0.1.15
12842024-07-29T22:04:27.046Z Compiling openapiv3 v2.0.0
12852024-07-29T22:04:27.128Z Compiling bstr v1.9.1
12862024-07-29T22:04:28.039Z Compiling hex v0.4.3
12872024-07-29T22:04:28.671Z Compiling crossbeam-epoch v0.9.18
12882024-07-29T22:04:29.001Z Compiling num-iter v0.1.45
12892024-07-29T22:04:29.062Z Compiling dirs-sys-next v0.1.2
12902024-07-29T22:04:29.184Z Compiling peg-runtime v0.8.3
12912024-07-29T22:04:29.461Z Compiling lalrpop-util v0.19.12
12922024-07-29T22:04:29.515Z Compiling unicode-xid v0.2.4
12932024-07-29T22:04:29.683Z Compiling dirs-next v2.0.0
12942024-07-29T22:04:29.723Z Compiling thread_local v1.1.8
12952024-07-29T22:04:29.801Z Compiling slog-async v2.8.0
12962024-07-29T22:04:29.863Z Compiling term v0.7.0
12972024-07-29T22:04:29.881Z Compiling xattr v1.3.1
12982024-07-29T22:04:29.900Z Compiling crossbeam-channel v0.5.12
12992024-07-29T22:04:30.158Z Compiling strum_macros v0.26.4
13002024-07-29T22:04:30.292Z Compiling filetime v0.2.23
13012024-07-29T22:04:30.392Z Compiling is-terminal v0.4.12
13022024-07-29T22:04:30.517Z Compiling take_mut v0.2.2
13032024-07-29T22:04:30.647Z Compiling tar v0.4.41
13042024-07-29T22:04:30.985Z Compiling slog-term v2.9.1
13052024-07-29T22:04:31.497Z Compiling camino v1.1.7
13062024-07-29T22:04:33.824Z Compiling strum v0.26.3
13072024-07-29T22:04:45.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13082024-07-29T22:04:45.458Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13092024-07-29T22:04:50.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
13102024-07-29T22:04:51.049Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13112024-07-29T22:04:51.090ZJul 29 22:04:50.073 INFO Starting download, target: Cockroach
13122024-07-29T22:04:51.090ZJul 29 22:04:50.073 INFO Starting download, target: Console
13132024-07-29T22:04:51.090ZJul 29 22:04:50.073 INFO Starting download, target: Clickhouse
13142024-07-29T22:04:51.094ZJul 29 22:04:50.073 INFO Starting download, target: DendriteOpenapi
13152024-07-29T22:04:51.094ZJul 29 22:04:50.073 INFO Starting download, target: DendriteStub
13162024-07-29T22:04:51.094ZJul 29 22:04:50.073 INFO Starting download, target: MaghemiteMgd
13172024-07-29T22:04:51.094ZJul 29 22:04:50.073 INFO Starting download, target: TransceiverControl
13182024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13192024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13202024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13212024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13222024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13232024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13242024-07-29T22:04:51.094ZJul 29 22:04:50.074 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13252024-07-29T22:04:51.241ZJul 29 22:04:50.215 INFO Download complete, target: DendriteOpenapi
13262024-07-29T22:04:51.443ZJul 29 22:04:50.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13272024-07-29T22:04:51.575ZJul 29 22:04:50.551 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13282024-07-29T22:04:51.741ZJul 29 22:04:50.724 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13292024-07-29T22:04:51.801ZJul 29 22:04:50.784 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13302024-07-29T22:04:52.027ZJul 29 22:04:51.009 INFO Download complete, target: Console
13312024-07-29T22:04:52.295ZJul 29 22:04:51.263 INFO Download complete, target: TransceiverControl
13322024-07-29T22:04:53.202ZJul 29 22:04:52.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13332024-07-29T22:04:53.763ZJul 29 22:04:52.745 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13342024-07-29T22:04:53.763ZJul 29 22:04:52.745 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13352024-07-29T22:04:55.043ZJul 29 22:04:54.025 INFO Download complete, target: DendriteStub
13362024-07-29T22:04:55.216ZJul 29 22:04:54.198 INFO Download complete, target: MaghemiteMgd
13372024-07-29T22:05:02.357ZJul 29 22:05:01.337 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13382024-07-29T22:05:02.711ZJul 29 22:05:01.689 INFO Checking that binary works, target: Cockroach
13392024-07-29T22:05:02.856ZJul 29 22:05:01.835 INFO Download complete, target: Cockroach
13402024-07-29T22:05:07.845ZJul 29 22:05:06.824 INFO Checking that binary works, target: Clickhouse
13412024-07-29T22:05:08.237ZJul 29 22:05:07.216 INFO Download complete, target: Clickhouse
13422024-07-29T22:05:08.256ZAll builder prerequisites installed successfully, and PATH looks valid
13432024-07-29T22:05:08.259Z
13442024-07-29T22:05:08.259Zreal 4:11.994915428
13452024-07-29T22:05:08.259Zuser 11:48.752422391
13462024-07-29T22:05:08.259Zsys 2:34.353561547
13472024-07-29T22:05:08.259Ztrap 0.419968085
13482024-07-29T22:05:08.259Ztflt 5.307891307
13492024-07-29T22:05:08.259Zdflt 6.278531063
13502024-07-29T22:05:08.259Zkflt 0.339342099
13512024-07-29T22:05:08.259Zlock 24:01.219288178
13522024-07-29T22:05:08.259Zslp 35:23.614156171
13532024-07-29T22:05:08.259Zlat 39.381721627
13542024-07-29T22:05:08.259Zstop 1:32.222053191
13552024-07-29T22:05:08.259Z+ banner hack-check
13562024-07-29T22:05:08.262Z
13572024-07-29T22:05:08.262Z # # ## #### # # #### # # ###### #### # #
13582024-07-29T22:05:08.262Z # # # # # # # # # # # # # # # # #
13592024-07-29T22:05:08.262Z ###### # # # #### ##### # ###### ##### # ####
13602024-07-29T22:05:08.262Z # # ###### # # # # # # # # # #
13612024-07-29T22:05:08.262Z # # # # # # # # # # # # # # # # #
13622024-07-29T22:05:08.262Z # # # # #### # # #### # # ###### #### # #
13632024-07-29T22:05:08.262Z
13642024-07-29T22:05:08.262Z+ export CARGO_INCREMENTAL=0
13652024-07-29T22:05:08.262Z+ CARGO_INCREMENTAL=0
13662024-07-29T22:05:08.262Z+ ptime -m timeout 2h cargo xtask check-features --ci
13672024-07-29T22:05:08.761Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13682024-07-29T22:05:12.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
13692024-07-29T22:05:12.713Z Running `target/debug/xtask check-features --ci`
13702024-07-29T22:05:12.726Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13712024-07-29T22:05:12.726Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13722024-07-29T22:05:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
13732024-07-29T22:05:13.187Z Running `target/debug/xtask download cargo-hack`
13742024-07-29T22:05:13.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-07-29T22:05:14.208Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13762024-07-29T22:05:18.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
13772024-07-29T22:05:19.079Z Running `target/debug/xtask-downloader cargo-hack`
13782024-07-29T22:05:19.109ZJul 29 22:05:18.086 INFO Starting download, target: CargoHack
13792024-07-29T22:05:19.112ZJul 29 22:05:18.086 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13802024-07-29T22:05:19.765ZJul 29 22:05:18.738 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13812024-07-29T22:05:19.869ZJul 29 22:05:18.844 INFO Download complete, target: CargoHack
13822024-07-29T22:05:19.872Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13832024-07-29T22:05:19.913Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13842024-07-29T22:05:20.025Zinfo: running `cargo check --bins` on api_identity (1/142)
13852024-07-29T22:05:20.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-07-29T22:05:20.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-07-29T22:05:20.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-07-29T22:05:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13892024-07-29T22:05:20.568Z
13902024-07-29T22:05:20.568Zinfo: running `cargo check --bins` on bootstore (2/142)
13912024-07-29T22:05:21.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-07-29T22:05:21.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-07-29T22:05:21.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-07-29T22:05:21.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
13952024-07-29T22:05:21.165Z
13962024-07-29T22:05:21.165Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13972024-07-29T22:05:21.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-07-29T22:05:21.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-07-29T22:05:21.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-07-29T22:05:21.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14012024-07-29T22:05:21.720Z
14022024-07-29T22:05:21.720Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14032024-07-29T22:05:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-07-29T22:05:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-07-29T22:05:22.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-07-29T22:05:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14072024-07-29T22:05:22.285Z
14082024-07-29T22:05:22.285Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14092024-07-29T22:05:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-07-29T22:05:22.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-07-29T22:05:22.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-07-29T22:05:22.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14132024-07-29T22:05:22.702Z
14142024-07-29T22:05:22.702Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14152024-07-29T22:05:23.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-07-29T22:05:23.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-07-29T22:05:23.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-07-29T22:05:23.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14192024-07-29T22:05:23.125Z
14202024-07-29T22:05:23.125Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14212024-07-29T22:05:23.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-07-29T22:05:23.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-07-29T22:05:23.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-07-29T22:05:23.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14252024-07-29T22:05:23.545Z
14262024-07-29T22:05:23.545Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14272024-07-29T22:05:23.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-07-29T22:05:23.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-07-29T22:05:23.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-07-29T22:05:23.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14312024-07-29T22:05:23.968Z
14322024-07-29T22:05:23.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14332024-07-29T22:05:24.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-07-29T22:05:24.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-07-29T22:05:24.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-07-29T22:05:24.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14372024-07-29T22:05:24.398Z
14382024-07-29T22:05:24.398Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14392024-07-29T22:05:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-07-29T22:05:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-07-29T22:05:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-07-29T22:05:24.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14432024-07-29T22:05:24.824Z
14442024-07-29T22:05:24.824Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14452024-07-29T22:05:25.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-07-29T22:05:25.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-07-29T22:05:25.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-07-29T22:05:25.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14492024-07-29T22:05:25.249Z
14502024-07-29T22:05:25.249Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14512024-07-29T22:05:25.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-07-29T22:05:25.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-07-29T22:05:25.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-07-29T22:05:25.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14552024-07-29T22:05:25.672Z
14562024-07-29T22:05:25.672Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14572024-07-29T22:05:26.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-07-29T22:05:26.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-07-29T22:05:26.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-07-29T22:05:26.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14612024-07-29T22:05:26.110Z
14622024-07-29T22:05:26.110Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14632024-07-29T22:05:26.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-07-29T22:05:26.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-07-29T22:05:26.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-07-29T22:05:26.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14672024-07-29T22:05:26.530Z
14682024-07-29T22:05:26.530Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14692024-07-29T22:05:26.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-07-29T22:05:26.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-07-29T22:05:26.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-07-29T22:05:26.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14732024-07-29T22:05:26.953Z
14742024-07-29T22:05:26.953Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14752024-07-29T22:05:27.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-07-29T22:05:27.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-07-29T22:05:27.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-07-29T22:05:27.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14792024-07-29T22:05:27.373Z
14802024-07-29T22:05:27.373Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14812024-07-29T22:05:27.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-07-29T22:05:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-07-29T22:05:27.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-07-29T22:05:27.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14852024-07-29T22:05:27.794Z
14862024-07-29T22:05:27.794Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14872024-07-29T22:05:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-07-29T22:05:28.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-07-29T22:05:28.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-07-29T22:05:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14912024-07-29T22:05:28.221Z
14922024-07-29T22:05:28.221Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14932024-07-29T22:05:28.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-07-29T22:05:28.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-07-29T22:05:28.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-07-29T22:05:28.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14972024-07-29T22:05:28.649Z
14982024-07-29T22:05:28.649Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14992024-07-29T22:05:29.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-07-29T22:05:29.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-07-29T22:05:29.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-07-29T22:05:29.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15032024-07-29T22:05:29.073Z
15042024-07-29T22:05:29.073Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15052024-07-29T22:05:29.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-07-29T22:05:29.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-07-29T22:05:29.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-07-29T22:05:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15092024-07-29T22:05:29.499Z
15102024-07-29T22:05:29.499Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15112024-07-29T22:05:29.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-07-29T22:05:29.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-07-29T22:05:29.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-07-29T22:05:29.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15152024-07-29T22:05:29.922Z
15162024-07-29T22:05:29.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15172024-07-29T22:05:30.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-07-29T22:05:30.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-07-29T22:05:30.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-07-29T22:05:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15212024-07-29T22:05:30.347Z
15222024-07-29T22:05:30.347Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15232024-07-29T22:05:30.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-07-29T22:05:30.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-07-29T22:05:30.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-07-29T22:05:30.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15272024-07-29T22:05:30.765Z
15282024-07-29T22:05:30.765Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15292024-07-29T22:05:31.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-07-29T22:05:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-07-29T22:05:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-07-29T22:05:31.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15332024-07-29T22:05:31.343Z
15342024-07-29T22:05:31.343Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15352024-07-29T22:05:31.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-07-29T22:05:31.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-07-29T22:05:31.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-07-29T22:05:31.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15392024-07-29T22:05:31.912Z
15402024-07-29T22:05:31.912Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15412024-07-29T22:05:32.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-07-29T22:05:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-07-29T22:05:32.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-07-29T22:05:32.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15452024-07-29T22:05:32.490Z
15462024-07-29T22:05:32.490Zinfo: running `cargo check --bins` on oxlog (28/142)
15472024-07-29T22:05:32.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-07-29T22:05:32.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-07-29T22:05:33.045Z Checking cfg-if v1.0.0
15502024-07-29T22:05:33.048Z Checking libc v0.2.155
15512024-07-29T22:05:33.126Z Checking scopeguard v1.2.0
15522024-07-29T22:05:33.130Z Checking serde v1.0.204
15532024-07-29T22:05:33.136Z Checking memchr v2.7.2
15542024-07-29T22:05:33.139Z Checking byteorder v1.5.0
15552024-07-29T22:05:33.139Z Checking log v0.4.21
15562024-07-29T22:05:33.161Z Checking itoa v1.0.11
15572024-07-29T22:05:33.173Z Checking zeroize v1.7.0
15582024-07-29T22:05:33.228Z Checking lock_api v0.4.12
15592024-07-29T22:05:33.342Z Checking once_cell v1.19.0
15602024-07-29T22:05:33.403Z Checking smallvec v1.13.2
15612024-07-29T22:05:33.416Z Checking pin-project-lite v0.2.14
15622024-07-29T22:05:33.522Z Checking typenum v1.17.0
15632024-07-29T22:05:33.538Z Checking zerocopy v0.7.34
15642024-07-29T22:05:33.634Z Checking futures-core v0.3.30
15652024-07-29T22:05:33.647Z Checking spin v0.9.8
15662024-07-29T22:05:33.724Z Checking tinyvec_macros v0.1.1
15672024-07-29T22:05:33.798Z Checking tinyvec v1.6.0
15682024-07-29T22:05:33.810Z Checking libm v0.2.8
15692024-07-29T22:05:33.978Z Checking const-oid v0.9.6
15702024-07-29T22:05:33.992Z Checking subtle v2.5.0
15712024-07-29T22:05:34.172Z Checking getrandom v0.2.14
15722024-07-29T22:05:34.224Z Checking parking_lot_core v0.9.10
15732024-07-29T22:05:34.429Z Checking rand_core v0.6.4
15742024-07-29T22:05:34.543Z Checking parking_lot v0.12.2
15752024-07-29T22:05:34.677Z Checking signal-hook-registry v1.4.2
15762024-07-29T22:05:34.729Z Checking mio v0.8.11
15772024-07-29T22:05:34.784Z Checking generic-array v0.14.7
15782024-07-29T22:05:34.875Z Checking socket2 v0.5.7
15792024-07-29T22:05:34.903Z Checking num_cpus v1.16.0
15802024-07-29T22:05:34.950Z Checking ryu v1.0.18
15812024-07-29T22:05:35.001Z Checking ahash v0.8.11
15822024-07-29T22:05:35.036Z Checking unicode-normalization v0.1.23
15832024-07-29T22:05:35.163Z Checking num-traits v0.2.19
15842024-07-29T22:05:35.314Z Checking unicode-bidi v0.3.15
15852024-07-29T22:05:35.328Z Checking allocator-api2 v0.2.18
15862024-07-29T22:05:35.517Z Checking futures-sink v0.3.30
15872024-07-29T22:05:35.657Z Checking equivalent v1.0.1
15882024-07-29T22:05:35.761Z Checking futures-channel v0.3.30
15892024-07-29T22:05:35.819Z Checking slab v0.4.9
15902024-07-29T22:05:35.900Z Checking futures-task v0.3.30
15912024-07-29T22:05:35.903Z Checking pin-utils v0.1.0
15922024-07-29T22:05:35.966Z Checking crypto-common v0.1.6
15932024-07-29T22:05:35.984Z Checking hashbrown v0.14.5
15942024-07-29T22:05:35.987Z Checking futures-io v0.3.30
15952024-07-29T22:05:36.045Z Checking block-buffer v0.10.4
15962024-07-29T22:05:36.100Z Checking ppv-lite86 v0.2.17
15972024-07-29T22:05:36.120Z Checking percent-encoding v2.3.1
15982024-07-29T22:05:36.136Z Checking tracing-core v0.1.32
15992024-07-29T22:05:36.167Z Checking futures-util v0.3.30
16002024-07-29T22:05:36.251Z Checking digest v0.10.7
16012024-07-29T22:05:36.319Z Checking untrusted v0.9.0
16022024-07-29T22:05:36.461Z Checking fnv v1.0.7
16032024-07-29T22:05:36.578Z Checking ring v0.17.8
16042024-07-29T22:05:36.602Z Checking thiserror v1.0.63
16052024-07-29T22:05:36.726Z Checking foreign-types-shared v0.1.1
16062024-07-29T22:05:36.774Z Checking rand_chacha v0.3.1
16072024-07-29T22:05:36.777Z Checking tracing v0.1.40
16082024-07-29T22:05:36.812Z Checking powerfmt v0.2.0
16092024-07-29T22:05:36.902Z Checking iana-time-zone v0.1.60
16102024-07-29T22:05:37.045Z Checking base64ct v1.6.0
16112024-07-29T22:05:37.061Z Checking deranged v0.3.11
16122024-07-29T22:05:37.117Z Checking rand v0.8.5
16132024-07-29T22:05:37.121Z Checking foreign-types v0.3.2
16142024-07-29T22:05:37.182Z Checking hmac v0.12.1
16152024-07-29T22:05:37.204Z Checking form_urlencoded v1.2.1
16162024-07-29T22:05:37.366Z Checking openssl-sys v0.9.103
16172024-07-29T22:05:37.396Z Checking time-core v0.1.2
16182024-07-29T22:05:37.467Z Checking pem-rfc7468 v0.7.0
16192024-07-29T22:05:37.541Z Checking flagset v0.4.5
16202024-07-29T22:05:37.723Z Checking siphasher v0.3.11
16212024-07-29T22:05:37.726Z Checking try-lock v0.2.5
16222024-07-29T22:05:37.851Z Checking base64 v0.21.7
16232024-07-29T22:05:37.999Z Checking num_threads v0.1.7
16242024-07-29T22:05:38.107Z Checking num-conv v0.1.0
16252024-07-29T22:05:38.268Z Checking unicode-ident v1.0.12
16262024-07-29T22:05:38.327Z Checking bytes v1.6.0
16272024-07-29T22:05:38.340Z Checking bitflags v2.6.0
16282024-07-29T22:05:38.343Z Checking serde_json v1.0.120
16292024-07-29T22:05:38.395Z Checking indexmap v2.2.6
16302024-07-29T22:05:38.410Z Checking uuid v1.10.0
16312024-07-29T22:05:38.613Z Checking chrono v0.4.38
16322024-07-29T22:05:38.627Z Checking openssl v0.10.66
16332024-07-29T22:05:38.860Z Checking time v0.3.36
16342024-07-29T22:05:38.981Z Checking proc-macro2 v1.0.86
16352024-07-29T22:05:39.112Z Checking tokio v1.38.1
16362024-07-29T22:05:39.616Z Checking http v0.2.12
16372024-07-29T22:05:39.673Z Checking sct v0.7.1
16382024-07-29T22:05:39.850Z Checking rustls-webpki v0.101.7
16392024-07-29T22:05:40.021Z Checking want v0.3.1
16402024-07-29T22:05:40.177Z Checking der v0.7.9
16412024-07-29T22:05:40.503Z Checking idna v0.5.0
16422024-07-29T22:05:40.581Z Checking httparse v1.8.0
16432024-07-29T22:05:40.969Z Checking errno v0.3.9
16442024-07-29T22:05:40.983Z Checking http-body v0.4.6
16452024-07-29T22:05:41.123Z Checking aho-corasick v1.1.3
16462024-07-29T22:05:41.303Z Checking lazy_static v1.5.0
16472024-07-29T22:05:41.369Z Checking scroll v0.12.0
16482024-07-29T22:05:41.404Z Checking httpdate v1.0.3
16492024-07-29T22:05:41.419Z Checking regex-syntax v0.8.3
16502024-07-29T22:05:41.439Z Checking plain v0.2.3
16512024-07-29T22:05:41.570Z Checking finl_unicode v1.2.0
16522024-07-29T22:05:41.623Z Checking tower-service v0.3.2
16532024-07-29T22:05:41.736Z Checking cpufeatures v0.2.12
16542024-07-29T22:05:41.822Z Checking ucd-trie v0.1.6
16552024-07-29T22:05:41.833Z Checking utf8parse v0.2.1
16562024-07-29T22:05:41.960Z Checking anstyle v1.0.7
16572024-07-29T22:05:42.000Z Checking openssl-probe v0.1.5
16582024-07-29T22:05:42.073Z Checking adler v1.0.2
16592024-07-29T22:05:42.117Z Checking spki v0.7.3
16602024-07-29T22:05:42.131Z Checking stringprep v0.1.4
16612024-07-29T22:05:42.205Z Checking miniz_oxide v0.7.2
16622024-07-29T22:05:42.317Z Checking pest v2.7.10
16632024-07-29T22:05:42.371Z Checking anstyle-parse v0.2.4
16642024-07-29T22:05:42.384Z Checking goblin v0.8.2
16652024-07-29T22:05:42.611Z Checking sha2 v0.10.8
16662024-07-29T22:05:42.728Z Checking url v2.5.2
16672024-07-29T22:05:42.892Z Checking rustix v0.38.34
16682024-07-29T22:05:43.156Z Checking rustls v0.21.12
16692024-07-29T22:05:43.478Z Checking quote v1.0.36
16702024-07-29T22:05:43.809Z Checking serde_spanned v0.6.6
16712024-07-29T22:05:43.991Z Checking toml_datetime v0.6.6
16722024-07-29T22:05:44.153Z Checking native-tls v0.2.11
16732024-07-29T22:05:44.258Z Checking num-integer v0.1.46
16742024-07-29T22:05:44.465Z Checking md-5 v0.10.6
16752024-07-29T22:05:44.582Z Checking regex-automata v0.4.6
16762024-07-29T22:05:44.671Z Checking idna v0.3.0
16772024-07-29T22:05:44.691Z Checking hash32 v0.2.1
16782024-07-29T22:05:44.723Z Checking colorchoice v1.0.1
16792024-07-29T22:05:44.792Z Checking psl-types v2.0.11
16802024-07-29T22:05:44.839Z Checking is_terminal_polyfill v1.70.0
16812024-07-29T22:05:44.952Z Checking stable_deref_trait v1.2.0
16822024-07-29T22:05:44.966Z Checking dyn-clone v1.0.17
16832024-07-29T22:05:44.987Z Checking pretty-hex v0.4.1
16842024-07-29T22:05:45.035Z Checking gimli v0.28.1
16852024-07-29T22:05:45.091Z Checking anstyle-query v1.0.3
16862024-07-29T22:05:45.148Z Checking fallible-iterator v0.2.0
16872024-07-29T22:05:45.201Z Checking anstream v0.6.14
16882024-07-29T22:05:45.443Z Checking publicsuffix v2.2.3
16892024-07-29T22:05:45.543Z Checking schemars v0.8.21
16902024-07-29T22:05:45.656Z Checking heapless v0.7.17
16912024-07-29T22:05:45.745Z Checking postgres-protocol v0.6.6
16922024-07-29T22:05:45.939Z Checking tokio-util v0.7.11
16932024-07-29T22:05:46.271Z Checking tokio-rustls v0.24.1
16942024-07-29T22:05:46.371Z Checking tokio-native-tls v0.3.1
16952024-07-29T22:05:46.605Z Checking terminal_size v0.3.0
16962024-07-29T22:05:46.608Z Checking dtrace-parser v0.2.0
16972024-07-29T22:05:46.688Z Checking syn v2.0.72
16982024-07-29T22:05:46.767Z Checking pkcs8 v0.10.2
16992024-07-29T22:05:46.803Z Checking h2 v0.3.26
17002024-07-29T22:05:47.017Z Checking cookie v0.17.0
17012024-07-29T22:05:47.058Z Checking phf_shared v0.11.2
17022024-07-29T22:05:47.131Z Checking signal-hook v0.3.17
17032024-07-29T22:05:47.277Z Checking dof v0.3.0
17042024-07-29T22:05:47.328Z Checking block-padding v0.3.3
17052024-07-29T22:05:47.407Z Checking scheduled-thread-pool v0.2.7
17062024-07-29T22:05:47.434Z Checking ff v0.13.0
17072024-07-29T22:05:47.514Z Checking thread-id v4.2.1
17082024-07-29T22:05:47.601Z Checking object v0.32.2
17092024-07-29T22:05:47.615Z Checking bitflags v1.3.2
17102024-07-29T22:05:47.633Z Checking matches v0.1.10
17112024-07-29T22:05:47.696Z Checking managed v0.8.0
17122024-07-29T22:05:47.710Z Checking rustc-demangle v0.1.24
17132024-07-29T22:05:47.854Z Checking strsim v0.11.1
17142024-07-29T22:05:48.046Z Checking clap_lex v0.7.0
17152024-07-29T22:05:48.100Z Checking regex-automata v0.1.10
17162024-07-29T22:05:48.115Z Checking ipnet v2.9.0
17172024-07-29T22:05:48.278Z Checking base16ct v0.2.0
17182024-07-29T22:05:48.468Z Checking bit-vec v0.6.3
17192024-07-29T22:05:48.481Z Checking winnow v0.5.40
17202024-07-29T22:05:48.549Z Checking either v1.12.0
17212024-07-29T22:05:48.768Z Checking bstr v0.2.17
17222024-07-29T22:05:48.787Z Checking addr2line v0.21.0
17232024-07-29T22:05:48.891Z Checking sec1 v0.7.3
17242024-07-29T22:05:49.076Z Checking regex v1.10.5
17252024-07-29T22:05:49.243Z Checking clap_builder v4.5.9
17262024-07-29T22:05:49.266Z Checking smoltcp v0.9.1
17272024-07-29T22:05:49.539Z Checking idna v0.2.3
17282024-07-29T22:05:49.657Z Checking group v0.13.0
17292024-07-29T22:05:49.914Z Checking r2d2 v0.8.10
17302024-07-29T22:05:50.220Z Checking inout v0.1.3
17312024-07-29T22:05:50.352Z Checking signal-hook-mio v0.2.3
17322024-07-29T22:05:50.449Z Checking cookie_store v0.20.0
17332024-07-29T22:05:50.484Z Checking phf v0.11.2
17342024-07-29T22:05:50.746Z Checking ipnetwork v0.20.0
17352024-07-29T22:05:50.782Z Checking postgres-types v0.2.6
17362024-07-29T22:05:51.068Z Checking num-bigint v0.4.5
17372024-07-29T22:05:51.108Z Checking futures-executor v0.3.30
17382024-07-29T22:05:51.323Z Checking hubpack v0.1.2
17392024-07-29T22:05:51.457Z Checking serde_urlencoded v0.7.1
17402024-07-29T22:05:51.613Z Checking rustls-pemfile v1.0.4
17412024-07-29T22:05:51.639Z Checking toml_edit v0.19.15
17422024-07-29T22:05:51.783Z Checking phf_shared v0.10.0
17432024-07-29T22:05:51.871Z Checking hkdf v0.12.4
17442024-07-29T22:05:52.058Z Checking float-cmp v0.9.0
17452024-07-29T22:05:52.070Z Checking zerocopy v0.6.6
17462024-07-29T22:05:52.133Z Checking crc32fast v1.4.0
17472024-07-29T22:05:52.221Z Checking crossbeam-utils v0.8.19
17482024-07-29T22:05:52.340Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17492024-07-29T22:05:52.568Z Checking crypto-bigint v0.5.5
17502024-07-29T22:05:52.680Z Checking hyper v0.14.28
17512024-07-29T22:05:52.811Z Checking memmap v0.7.0
17522024-07-29T22:05:52.940Z Checking encoding_rs v0.8.34
17532024-07-29T22:05:52.979Z Checking usdt-impl v0.5.0
17542024-07-29T22:05:52.994Z Checking unicode-segmentation v1.11.0
17552024-07-29T22:05:53.408Z Checking data-encoding v2.6.0
17562024-07-29T22:05:53.502Z Checking static_assertions v1.1.0
17572024-07-29T22:05:53.516Z Checking backtrace v0.3.71
17582024-07-29T22:05:53.575Z Checking predicates-core v1.0.6
17592024-07-29T22:05:53.588Z Checking unicode-width v0.1.13
17602024-07-29T22:05:53.746Z Checking normalize-line-endings v0.3.0
17612024-07-29T22:05:53.758Z Checking minimal-lexical v0.2.1
17622024-07-29T22:05:53.853Z Checking fixedbitset v0.4.2
17632024-07-29T22:05:53.909Z Checking webpki-roots v0.25.4
17642024-07-29T22:05:54.042Z Checking whoami v1.5.1
17652024-07-29T22:05:54.056Z Checking winnow v0.6.8
17662024-07-29T22:05:54.059Z Checking difflib v0.4.0
17672024-07-29T22:05:54.081Z Checking precomputed-hash v0.1.1
17682024-07-29T22:05:54.113Z Checking sync_wrapper v0.1.2
17692024-07-29T22:05:54.172Z Checking mime v0.3.17
17702024-07-29T22:05:54.221Z Checking new_debug_unreachable v1.0.6
17712024-07-29T22:05:54.303Z Checking string_cache v0.8.7
17722024-07-29T22:05:54.335Z Checking tokio-postgres v0.7.10
17732024-07-29T22:05:54.356Z Checking predicates v3.1.0
17742024-07-29T22:05:54.487Z Checking nom v7.1.3
17752024-07-29T22:05:54.561Z Checking petgraph v0.6.5
17762024-07-29T22:05:54.978Z Checking toml v0.7.8
17772024-07-29T22:05:55.122Z Checking anyhow v1.0.86
17782024-07-29T22:05:55.276Z Checking elliptic-curve v0.13.8
17792024-07-29T22:05:55.504Z Checking trust-dns-proto v0.22.0
17802024-07-29T22:05:55.731Z Checking console v0.15.8
17812024-07-29T22:05:55.944Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17822024-07-29T22:05:56.272Z Checking similar v2.5.0
17832024-07-29T22:05:56.962Z Checking usdt v0.5.0
17842024-07-29T22:05:57.093Z Checking yasna v0.5.2
17852024-07-29T22:05:57.107Z Checking toml_edit v0.22.16
17862024-07-29T22:05:57.194Z Checking crossbeam-epoch v0.9.18
17872024-07-29T22:05:57.377Z Checking diesel v2.1.6
17882024-07-29T22:05:57.630Z Checking flate2 v1.0.30
17892024-07-29T22:05:57.893Z Checking clap v4.5.9
17902024-07-29T22:05:57.948Z Checking futures v0.3.30
17912024-07-29T22:05:58.000Z Checking crossterm v0.27.0
17922024-07-29T22:05:58.047Z Checking cipher v0.4.4
17932024-07-29T22:05:58.275Z Checking bstr v1.9.1
17942024-07-29T22:05:58.425Z Checking itertools v0.10.5
17952024-07-29T22:05:58.606Z Checking hyper-rustls v0.24.2
17962024-07-29T22:05:58.913Z Checking hyper-tls v0.5.0
17972024-07-29T22:05:59.166Z Checking itertools v0.12.1
17982024-07-29T22:05:59.182Z Checking reqwest v0.11.27
17992024-07-29T22:05:59.376Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002024-07-29T22:05:59.401Z Checking bit-set v0.5.3
18012024-07-29T22:05:59.644Z Checking fs-err v2.11.0
18022024-07-29T22:05:59.658Z Checking tokio-stream v0.1.15
18032024-07-29T22:05:59.709Z Checking num-iter v0.1.45
18042024-07-29T22:05:59.863Z Checking openapiv3 v2.0.0
18052024-07-29T22:06:00.181Z Checking slog v2.7.0
18062024-07-29T22:06:00.410Z Checking semver v1.0.23
18072024-07-29T22:06:00.638Z Checking hex v0.4.3
18082024-07-29T22:06:00.781Z Checking peg-runtime v0.8.3
18092024-07-29T22:06:00.781Z Checking lalrpop-util v0.19.12
18102024-07-29T22:06:00.807Z Checking camino v1.1.7
18112024-07-29T22:06:00.810Z Checking sigpipe v0.1.3
18122024-07-29T22:06:17.466Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18132024-07-29T22:06:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.23s
18142024-07-29T22:06:17.852Z
18152024-07-29T22:06:17.852Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18162024-07-29T22:06:18.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172024-07-29T22:06:18.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182024-07-29T22:06:18.458Z Compiling regress v0.9.1
18192024-07-29T22:06:18.540Z Checking sha1 v0.10.6
18202024-07-29T22:06:18.548Z Checking strum v0.26.3
18212024-07-29T22:06:18.561Z Checking heck v0.5.0
18222024-07-29T22:06:18.572Z Compiling getopts v0.2.21
18232024-07-29T22:06:18.575Z Checking dirs-sys-next v0.1.2
18242024-07-29T22:06:18.591Z Compiling unsafe-libyaml v0.2.11
18252024-07-29T22:06:18.714Z Checking http v1.1.0
18262024-07-29T22:06:18.727Z Checking dirs-next v2.0.0
18272024-07-29T22:06:18.772Z Checking thread_local v1.1.8
18282024-07-29T22:06:18.837Z Checking rustls-pki-types v1.7.0
18292024-07-29T22:06:18.963Z Compiling ident_case v1.0.1
18302024-07-29T22:06:19.025Z Checking term v0.7.0
18312024-07-29T22:06:19.121Z Compiling darling_core v0.20.9
18322024-07-29T22:06:19.265Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18332024-07-29T22:06:19.467Z Checking crossbeam-channel v0.5.12
18342024-07-29T22:06:19.582Z Checking is-terminal v0.4.12
18352024-07-29T22:06:19.595Z Checking atty v0.2.14
18362024-07-29T22:06:19.692Z Checking utf-8 v0.7.6
18372024-07-29T22:06:19.705Z Checking base64 v0.22.1
18382024-07-29T22:06:19.879Z Compiling serde_yaml v0.9.34+deprecated
18392024-07-29T22:06:20.076Z Checking take_mut v0.2.2
18402024-07-29T22:06:20.166Z Checking humantime v2.1.0
18412024-07-29T22:06:20.181Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18422024-07-29T22:06:20.209Z Compiling paste v1.0.15
18432024-07-29T22:06:20.433Z Compiling rustls v0.22.4
18442024-07-29T22:06:20.486Z Checking termcolor v1.4.1
18452024-07-29T22:06:20.526Z Checking slog-async v2.8.0
18462024-07-29T22:06:20.709Z Checking slog-term v2.9.1
18472024-07-29T22:06:20.785Z Checking rustls-webpki v0.102.4
18482024-07-29T22:06:20.801Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18492024-07-29T22:06:20.907Z Checking env_logger v0.9.3
18502024-07-29T22:06:21.141Z Compiling proc-macro-crate v1.3.1
18512024-07-29T22:06:21.154Z Compiling bitstruct_derive v0.1.0
18522024-07-29T22:06:21.312Z Compiling structmeta-derive v0.3.0
18532024-07-29T22:06:21.552Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-07-29T22:06:21.668Z Compiling multer v3.1.0
18552024-07-29T22:06:21.908Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18562024-07-29T22:06:21.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18572024-07-29T22:06:22.230Z Checking ascii v1.1.0
18582024-07-29T22:06:22.464Z Checking match_cfg v0.1.0
18592024-07-29T22:06:22.550Z Checking hostname v0.3.1
18602024-07-29T22:06:22.602Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18612024-07-29T22:06:22.669Z Checking bitstruct v0.1.1
18622024-07-29T22:06:22.769Z Compiling num_enum_derive v0.5.11
18632024-07-29T22:06:23.519Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-07-29T22:06:23.656Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-07-29T22:06:24.217Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-07-29T22:06:24.260Z Checking slog-json v2.6.1
18672024-07-29T22:06:24.417Z Compiling structmeta v0.3.0
18682024-07-29T22:06:24.494Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-07-29T22:06:24.508Z Checking erased-serde v0.3.31
18702024-07-29T22:06:24.757Z Checking serde_arrays v0.1.0
18712024-07-29T22:06:24.878Z Compiling foreign-types-macros v0.2.3
18722024-07-29T22:06:24.901Z Compiling async-stream-impl v0.3.5
18732024-07-29T22:06:25.132Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18742024-07-29T22:06:25.414Z Checking atomic-waker v1.1.2
18752024-07-29T22:06:25.535Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18762024-07-29T22:06:25.549Z Checking arc-swap v1.7.1
18772024-07-29T22:06:25.577Z Checking foreign-types-shared v0.3.1
18782024-07-29T22:06:25.696Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-07-29T22:06:25.834Z Checking num_enum v0.5.11
18802024-07-29T22:06:25.978Z Checking waitgroup v0.1.2
18812024-07-29T22:06:26.003Z Checking slog-scope v4.4.0
18822024-07-29T22:06:26.167Z Checking foreign-types v0.5.0
18832024-07-29T22:06:26.180Z Compiling parse-display-derive v0.9.1
18842024-07-29T22:06:26.193Z Checking slog-bunyan v2.5.0
18852024-07-29T22:06:26.267Z Compiling proc-macro-error v1.0.4
18862024-07-29T22:06:26.345Z Checking async-stream v0.3.5
18872024-07-29T22:06:26.549Z Compiling darling_macro v0.20.9
18882024-07-29T22:06:26.650Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18892024-07-29T22:06:26.706Z Checking toml v0.8.15
18902024-07-29T22:06:26.909Z Checking rustls-pemfile v2.1.2
18912024-07-29T22:06:26.965Z Checking tungstenite v0.20.1
18922024-07-29T22:06:27.122Z Compiling heck v0.3.3
18932024-07-29T22:06:27.169Z Checking tokio-rustls v0.25.0
18942024-07-29T22:06:27.459Z Checking newtype-uuid v1.1.0
18952024-07-29T22:06:27.489Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18962024-07-29T22:06:27.527Z Compiling darling v0.20.9
18972024-07-29T22:06:27.541Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-07-29T22:06:27.638Z Compiling serde_with_macros v3.8.3
18992024-07-29T22:06:27.696Z Checking cstr-argument v0.1.2
19002024-07-29T22:06:27.809Z Checking serde_path_to_error v0.1.16
19012024-07-29T22:06:27.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19022024-07-29T22:06:28.351Z Checking hostname v0.4.0
19032024-07-29T22:06:28.460Z Checking instant v0.1.12
19042024-07-29T22:06:28.474Z Checking fastrand v2.1.0
19052024-07-29T22:06:28.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19062024-07-29T22:06:28.619Z Checking pretty-hex v0.2.1
19072024-07-29T22:06:28.771Z Checking debug-ignore v1.0.5
19082024-07-29T22:06:28.787Z Checking tempfile v3.10.1
19092024-07-29T22:06:28.839Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19102024-07-29T22:06:28.899Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112024-07-29T22:06:29.032Z Checking backoff v0.4.0
19122024-07-29T22:06:29.143Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19132024-07-29T22:06:29.232Z Checking tokio-tungstenite v0.20.1
19142024-07-29T22:06:29.315Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19152024-07-29T22:06:29.440Z Compiling zone_cfg_derive v0.1.2
19162024-07-29T22:06:29.536Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19172024-07-29T22:06:29.688Z Checking slog-stdlog v4.1.1
19182024-07-29T22:06:29.844Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19192024-07-29T22:06:29.990Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19202024-07-29T22:06:30.292Z Checking tungstenite v0.21.0
19212024-07-29T22:06:30.306Z Checking colored v2.1.0
19222024-07-29T22:06:30.613Z Checking macaddr v1.0.1
19232024-07-29T22:06:30.867Z Checking serde_with v3.8.3
19242024-07-29T22:06:30.990Z Checking socket2 v0.4.10
19252024-07-29T22:06:31.004Z Checking base64 v0.13.1
19262024-07-29T22:06:31.162Z Checking tokio-tungstenite v0.21.0
19272024-07-29T22:06:31.186Z Checking parse-display v0.9.1
19282024-07-29T22:06:31.387Z Checking ron v0.7.1
19292024-07-29T22:06:31.402Z Checking zone v0.1.8
19302024-07-29T22:06:31.616Z Checking slog-envlogger v2.2.0
19312024-07-29T22:06:31.816Z Checking pem v3.0.4
19322024-07-29T22:06:32.044Z Checking tabwriter v1.4.0
19332024-07-29T22:06:32.066Z Checking xattr v1.3.1
19342024-07-29T22:06:32.252Z Checking portpicker v0.1.1
19352024-07-29T22:06:32.266Z Checking headers-core v0.2.0
19362024-07-29T22:06:32.374Z Checking smf v0.2.3
19372024-07-29T22:06:32.390Z Checking filetime v0.2.23
19382024-07-29T22:06:32.490Z Checking same-file v1.0.6
19392024-07-29T22:06:32.584Z Checking tar v0.4.41
19402024-07-29T22:06:32.651Z Checking walkdir v2.5.0
19412024-07-29T22:06:32.813Z Checking headers v0.3.9
19422024-07-29T22:06:32.910Z Checking rcgen v0.12.1
19432024-07-29T22:06:33.074Z Checking atomicwrites v0.4.3
19442024-07-29T22:06:33.267Z Checking camino-tempfile v1.1.1
19452024-07-29T22:06:33.340Z Checking subprocess v0.2.9
19462024-07-29T22:06:34.300Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-07-29T22:06:34.563Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-07-29T22:06:36.121Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19492024-07-29T22:06:38.199Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19502024-07-29T22:06:38.260Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19512024-07-29T22:06:41.410Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19522024-07-29T22:06:48.391Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19532024-07-29T22:06:48.513Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19542024-07-29T22:06:48.517Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-07-29T22:06:50.980Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19562024-07-29T22:06:51.230Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19572024-07-29T22:06:56.693Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19582024-07-29T22:06:58.031Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19592024-07-29T22:06:59.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.20s
19602024-07-29T22:06:59.189Z
19612024-07-29T22:06:59.189Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19622024-07-29T22:06:59.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-07-29T22:06:59.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-07-29T22:06:59.798Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19652024-07-29T22:07:00.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
19662024-07-29T22:07:01.072Z
19672024-07-29T22:07:01.072Zinfo: running `cargo check --bins` on nexus-config (31/142)
19682024-07-29T22:07:01.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-07-29T22:07:01.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-07-29T22:07:01.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-07-29T22:07:01.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19722024-07-29T22:07:01.642Z
19732024-07-29T22:07:01.642Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19742024-07-29T22:07:02.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-07-29T22:07:02.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-07-29T22:07:02.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-07-29T22:07:02.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19782024-07-29T22:07:02.191Z
19792024-07-29T22:07:02.191Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19802024-07-29T22:07:02.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-07-29T22:07:02.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-07-29T22:07:02.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-07-29T22:07:02.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19842024-07-29T22:07:02.765Z
19852024-07-29T22:07:02.765Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19862024-07-29T22:07:03.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-07-29T22:07:03.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-07-29T22:07:03.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-07-29T22:07:03.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902024-07-29T22:07:03.347Z
19912024-07-29T22:07:03.347Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19922024-07-29T22:07:03.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-07-29T22:07:03.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-07-29T22:07:03.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-07-29T22:07:03.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19962024-07-29T22:07:03.897Z
19972024-07-29T22:07:03.897Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19982024-07-29T22:07:04.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-07-29T22:07:04.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-07-29T22:07:04.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-07-29T22:07:04.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022024-07-29T22:07:04.491Z
20032024-07-29T22:07:04.491Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20042024-07-29T22:07:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-07-29T22:07:04.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-07-29T22:07:04.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-07-29T22:07:04.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20082024-07-29T22:07:05.041Z
20092024-07-29T22:07:05.041Zinfo: running `cargo check --bins` on dpd-client (38/142)
20102024-07-29T22:07:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-07-29T22:07:05.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-07-29T22:07:05.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-07-29T22:07:05.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20142024-07-29T22:07:05.600Z
20152024-07-29T22:07:05.600Zinfo: running `cargo check --bins` on gateway-client (39/142)
20162024-07-29T22:07:06.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-07-29T22:07:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-07-29T22:07:06.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-07-29T22:07:06.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20202024-07-29T22:07:06.144Z
20212024-07-29T22:07:06.144Zinfo: running `cargo check --bins` on installinator-client (40/142)
20222024-07-29T22:07:06.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-07-29T22:07:06.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-07-29T22:07:06.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-07-29T22:07:06.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20262024-07-29T22:07:06.735Z
20272024-07-29T22:07:06.735Zinfo: running `cargo check --bins` on installinator-common (41/142)
20282024-07-29T22:07:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-07-29T22:07:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-07-29T22:07:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-07-29T22:07:07.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20322024-07-29T22:07:07.330Z
20332024-07-29T22:07:07.330Zinfo: running `cargo check --bins` on update-engine (42/142)
20342024-07-29T22:07:07.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-07-29T22:07:07.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-07-29T22:07:07.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-07-29T22:07:07.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20382024-07-29T22:07:07.894Z
20392024-07-29T22:07:07.894Zinfo: running `cargo check --bins` on nexus-client (43/142)
20402024-07-29T22:07:08.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-07-29T22:07:08.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-07-29T22:07:08.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-07-29T22:07:08.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20442024-07-29T22:07:08.494Z
20452024-07-29T22:07:08.494Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20462024-07-29T22:07:09.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-07-29T22:07:09.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-07-29T22:07:09.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-07-29T22:07:09.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20502024-07-29T22:07:09.089Z
20512024-07-29T22:07:09.089Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20522024-07-29T22:07:09.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-07-29T22:07:09.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-07-29T22:07:09.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-07-29T22:07:09.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20562024-07-29T22:07:09.651Z
20572024-07-29T22:07:09.651Zinfo: running `cargo check --bins` on nexus-types (46/142)
20582024-07-29T22:07:10.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-07-29T22:07:10.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-07-29T22:07:10.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-07-29T22:07:10.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20622024-07-29T22:07:10.254Z
20632024-07-29T22:07:10.254Zinfo: running `cargo check --bins` on oxide-client (47/142)
20642024-07-29T22:07:10.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-07-29T22:07:10.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-07-29T22:07:10.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-07-29T22:07:10.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20682024-07-29T22:07:10.812Z
20692024-07-29T22:07:10.812Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20702024-07-29T22:07:11.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-07-29T22:07:11.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-07-29T22:07:11.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-07-29T22:07:11.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20742024-07-29T22:07:11.393Z
20752024-07-29T22:07:11.393Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20762024-07-29T22:07:11.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-07-29T22:07:11.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-07-29T22:07:11.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-07-29T22:07:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20802024-07-29T22:07:11.978Z
20812024-07-29T22:07:11.978Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20822024-07-29T22:07:12.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-07-29T22:07:12.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-07-29T22:07:12.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-07-29T22:07:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862024-07-29T22:07:12.576Z
20872024-07-29T22:07:12.576Zinfo: running `cargo check --bins` on wicket-common (51/142)
20882024-07-29T22:07:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-07-29T22:07:13.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-07-29T22:07:13.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-07-29T22:07:13.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922024-07-29T22:07:13.169Z
20932024-07-29T22:07:13.169Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20942024-07-29T22:07:13.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-07-29T22:07:13.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-07-29T22:07:13.771Z Compiling heapless v0.8.0
20972024-07-29T22:07:13.774Z Checking hash32 v0.3.1
20982024-07-29T22:07:13.857Z Compiling smoltcp v0.11.0
20992024-07-29T22:07:13.864Z Checking embedded-io v0.4.0
21002024-07-29T22:07:13.867Z Checking cobs v0.2.3
21012024-07-29T22:07:13.877Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21022024-07-29T22:07:13.880Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21032024-07-29T22:07:13.899Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21042024-07-29T22:07:14.006Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21052024-07-29T22:07:14.006Z Compiling crucible-workspace-hack v0.1.0
21062024-07-29T22:07:14.027Z Checking postcard v1.0.8
21072024-07-29T22:07:14.030Z Checking csv-core v0.1.11
21082024-07-29T22:07:14.168Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21092024-07-29T22:07:14.337Z Checking csv v1.3.0
21102024-07-29T22:07:14.351Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21112024-07-29T22:07:14.351Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21122024-07-29T22:07:14.553Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21132024-07-29T22:07:14.712Z Compiling num-derive v0.4.2
21142024-07-29T22:07:14.726Z Compiling slog-dtrace v0.3.0
21152024-07-29T22:07:14.756Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21162024-07-29T22:07:14.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21172024-07-29T22:07:15.125Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21182024-07-29T22:07:15.615Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21192024-07-29T22:07:15.703Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21202024-07-29T22:07:16.331Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
21212024-07-29T22:07:17.447Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21222024-07-29T22:07:18.232Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21232024-07-29T22:07:19.211Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21242024-07-29T22:07:19.375Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21252024-07-29T22:07:21.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
21262024-07-29T22:07:21.873Z
21272024-07-29T22:07:21.873Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21282024-07-29T22:07:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-07-29T22:07:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-07-29T22:07:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-07-29T22:07:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21322024-07-29T22:07:22.452Z
21332024-07-29T22:07:22.452Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21342024-07-29T22:07:22.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-07-29T22:07:22.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-07-29T22:07:22.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-07-29T22:07:22.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21382024-07-29T22:07:23.024Z
21392024-07-29T22:07:23.024Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21402024-07-29T22:07:23.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-07-29T22:07:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-07-29T22:07:23.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-07-29T22:07:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21442024-07-29T22:07:23.695Z
21452024-07-29T22:07:23.695Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21462024-07-29T22:07:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-07-29T22:07:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-07-29T22:07:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-07-29T22:07:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21502024-07-29T22:07:24.367Z
21512024-07-29T22:07:24.367Zinfo: running `cargo check --bins` on dns-server (57/142)
21522024-07-29T22:07:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-07-29T22:07:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-07-29T22:07:24.951Z Compiling parking_lot_core v0.8.6
21552024-07-29T22:07:25.026Z Checking nibble_vec v0.1.0
21562024-07-29T22:07:25.033Z Checking endian-type v0.1.2
21572024-07-29T22:07:25.039Z Checking newline-converter v0.3.0
21582024-07-29T22:07:25.042Z Checking linked-hash-map v0.5.6
21592024-07-29T22:07:25.042Z Checking quick-error v1.2.3
21602024-07-29T22:07:25.055Z Checking toml v0.5.11
21612024-07-29T22:07:25.058Z Checking fxhash v0.2.1
21622024-07-29T22:07:25.152Z Checking expectorate v1.1.0
21632024-07-29T22:07:25.164Z Checking resolv-conf v0.7.0
21642024-07-29T22:07:25.177Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21652024-07-29T22:07:25.193Z Checking radix_trie v0.2.1
21662024-07-29T22:07:25.285Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21672024-07-29T22:07:25.322Z Checking lru-cache v0.1.2
21682024-07-29T22:07:25.464Z Checking trust-dns-resolver v0.22.0
21692024-07-29T22:07:25.557Z Checking trust-dns-client v0.22.0
21702024-07-29T22:07:25.665Z Checking parking_lot v0.11.2
21712024-07-29T22:07:25.917Z Checking sled v0.34.7
21722024-07-29T22:07:26.461Z Checking trust-dns-server v0.22.1
21732024-07-29T22:07:27.957Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-07-29T22:07:28.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
21752024-07-29T22:07:29.072Z
21762024-07-29T22:07:29.072Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21772024-07-29T22:07:29.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-07-29T22:07:29.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-07-29T22:07:29.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-07-29T22:07:29.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812024-07-29T22:07:29.636Z
21822024-07-29T22:07:29.636Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21832024-07-29T22:07:30.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-07-29T22:07:30.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-07-29T22:07:30.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-07-29T22:07:30.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21872024-07-29T22:07:30.249Z
21882024-07-29T22:07:30.249Zinfo: running `cargo check --bins` on gateway-types (60/142)
21892024-07-29T22:07:30.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-07-29T22:07:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-07-29T22:07:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-07-29T22:07:30.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21932024-07-29T22:07:30.831Z
21942024-07-29T22:07:30.831Zinfo: running `cargo check --bins` on ipcc (61/142)
21952024-07-29T22:07:31.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-07-29T22:07:31.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-07-29T22:07:31.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-07-29T22:07:31.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21992024-07-29T22:07:31.402Z
22002024-07-29T22:07:31.402Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22012024-07-29T22:07:31.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-07-29T22:07:31.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-07-29T22:07:32.025Z Compiling radium v0.7.0
22042024-07-29T22:07:32.103Z Compiling maybe-uninit v2.0.0
22052024-07-29T22:07:32.112Z Checking tap v1.0.1
22062024-07-29T22:07:32.119Z Compiling bzip2-sys v0.1.11+1.0.8
22072024-07-29T22:07:32.122Z Checking crc-catalog v2.4.0
22082024-07-29T22:07:32.122Z Compiling packed_struct v0.10.1
22092024-07-29T22:07:32.128Z Compiling num-bigint-dig v0.8.4
22102024-07-29T22:07:32.131Z Checking funty v2.0.0
22112024-07-29T22:07:32.237Z Checking wyz v0.5.1
22122024-07-29T22:07:32.252Z Checking crc v3.2.1
22132024-07-29T22:07:32.435Z Compiling packed_struct_codegen v0.10.1
22142024-07-29T22:07:32.551Z Checking half v2.4.1
22152024-07-29T22:07:32.583Z Compiling indexmap v1.9.3
22162024-07-29T22:07:32.633Z Checking ciborium-io v0.2.2
22172024-07-29T22:07:32.698Z Checking nodrop v0.1.14
22182024-07-29T22:07:32.744Z Checking smallvec v0.6.14
22192024-07-29T22:07:32.794Z Checking array-init v0.0.4
22202024-07-29T22:07:32.892Z Checking pkcs1 v0.7.5
22212024-07-29T22:07:32.980Z Checking ciborium-ll v0.2.2
22222024-07-29T22:07:33.078Z Checking bitvec v1.0.1
22232024-07-29T22:07:33.111Z Checking signature v2.2.0
22242024-07-29T22:07:33.248Z Compiling memoffset v0.9.1
22252024-07-29T22:07:33.264Z Checking hashbrown v0.12.3
22262024-07-29T22:07:33.301Z Checking bitfield v0.14.0
22272024-07-29T22:07:33.372Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22282024-07-29T22:07:33.524Z Checking env_logger v0.10.2
22292024-07-29T22:07:33.647Z Checking bzip2 v0.4.4
22302024-07-29T22:07:33.680Z Checking ciborium v0.2.2
22312024-07-29T22:07:33.778Z Checking serde-hex v0.1.0
22322024-07-29T22:07:33.927Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332024-07-29T22:07:33.942Z Checking x509-cert v0.2.5
22342024-07-29T22:07:34.156Z Checking ron v0.8.1
22352024-07-29T22:07:34.745Z Checking hashbrown v0.13.2
22362024-07-29T22:07:34.968Z Checking crc-any v2.5.0
22372024-07-29T22:07:35.000Z Checking rsa v0.9.6
22382024-07-29T22:07:35.366Z Checking zip v0.6.6
22392024-07-29T22:07:35.395Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402024-07-29T22:07:35.672Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22412024-07-29T22:07:35.687Z Checking path-slash v0.1.5
22422024-07-29T22:07:35.756Z Checking object v0.30.4
22432024-07-29T22:07:35.814Z Checking nix v0.27.1
22442024-07-29T22:07:35.938Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22452024-07-29T22:07:36.011Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22462024-07-29T22:07:36.029Z Checking serde-big-array v0.5.1
22472024-07-29T22:07:36.050Z Checking signal-hook-tokio v0.3.1
22482024-07-29T22:07:38.230Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22492024-07-29T22:07:38.314Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22502024-07-29T22:07:44.672Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22512024-07-29T22:07:45.881Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22522024-07-29T22:07:47.488Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22532024-07-29T22:07:49.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s
22542024-07-29T22:07:49.272Z
22552024-07-29T22:07:49.272Zinfo: running `cargo check --bins` on gateway-api (63/142)
22562024-07-29T22:07:49.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-07-29T22:07:49.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-07-29T22:07:49.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-07-29T22:07:49.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602024-07-29T22:07:49.843Z
22612024-07-29T22:07:49.843Zinfo: running `cargo check --bins` on sp-sim (64/142)
22622024-07-29T22:07:50.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-07-29T22:07:50.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-07-29T22:07:50.428Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22652024-07-29T22:07:51.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
22662024-07-29T22:07:52.092Z
22672024-07-29T22:07:52.092Zinfo: running `cargo check --bins` on internal-dns (65/142)
22682024-07-29T22:07:52.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-07-29T22:07:52.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-07-29T22:07:52.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-07-29T22:07:52.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22722024-07-29T22:07:52.667Z
22732024-07-29T22:07:52.667Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22742024-07-29T22:07:53.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-07-29T22:07:53.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-07-29T22:07:53.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-07-29T22:07:53.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22782024-07-29T22:07:53.286Z
22792024-07-29T22:07:53.286Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22802024-07-29T22:07:53.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-07-29T22:07:53.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-07-29T22:07:53.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-07-29T22:07:53.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22842024-07-29T22:07:53.917Z
22852024-07-29T22:07:53.917Zinfo: running `cargo check --bins` on db-macros (68/142)
22862024-07-29T22:07:54.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-07-29T22:07:54.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-07-29T22:07:54.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-07-29T22:07:54.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22902024-07-29T22:07:54.474Z
22912024-07-29T22:07:54.474Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22922024-07-29T22:07:54.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-07-29T22:07:54.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-07-29T22:07:54.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-07-29T22:07:54.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22962024-07-29T22:07:55.025Z
22972024-07-29T22:07:55.025Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22982024-07-29T22:07:55.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-07-29T22:07:55.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-07-29T22:07:55.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-07-29T22:07:55.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23022024-07-29T22:07:55.635Z
23032024-07-29T22:07:55.635Zinfo: running `cargo check --bins` on authz-macros (71/142)
23042024-07-29T22:07:56.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-07-29T22:07:56.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-07-29T22:07:56.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-07-29T22:07:56.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23082024-07-29T22:07:56.188Z
23092024-07-29T22:07:56.188Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23102024-07-29T22:07:56.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-07-29T22:07:56.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-07-29T22:07:56.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-07-29T22:07:56.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23142024-07-29T22:07:56.776Z
23152024-07-29T22:07:56.776Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23162024-07-29T22:07:57.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-07-29T22:07:57.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-07-29T22:07:57.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-07-29T22:07:57.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23202024-07-29T22:07:57.365Z
23212024-07-29T22:07:57.365Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23222024-07-29T22:07:57.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-07-29T22:07:57.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-07-29T22:07:57.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-07-29T22:07:57.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23262024-07-29T22:07:57.930Z
23272024-07-29T22:07:57.930Zinfo: running `cargo check --bins` on oximeter (75/142)
23282024-07-29T22:07:58.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-07-29T22:07:58.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-07-29T22:07:58.515Z Compiling rustls-pki-types v1.7.0
23312024-07-29T22:07:58.592Z Compiling match_cfg v0.1.0
23322024-07-29T22:07:58.595Z Compiling prettyplease v0.2.20
23332024-07-29T22:07:58.605Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23342024-07-29T22:07:58.608Z Compiling slog-json v2.6.1
23352024-07-29T22:07:58.614Z Compiling http v1.1.0
23362024-07-29T22:07:58.634Z Compiling base64 v0.22.1
23372024-07-29T22:07:58.637Z Compiling atomic-waker v1.1.2
23382024-07-29T22:07:58.658Z Compiling hostname v0.3.1
23392024-07-29T22:07:58.819Z Compiling waitgroup v0.1.2
23402024-07-29T22:07:58.851Z Compiling slog-bunyan v2.5.0
23412024-07-29T22:07:58.890Z Compiling async-stream v0.3.5
23422024-07-29T22:07:58.954Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23432024-07-29T22:07:59.022Z Compiling rustls-webpki v0.102.4
23442024-07-29T22:07:59.036Z Compiling toml v0.8.15
23452024-07-29T22:07:59.040Z Compiling sha1 v0.10.6
23462024-07-29T22:07:59.148Z Compiling rustls-pemfile v2.1.2
23472024-07-29T22:07:59.207Z Compiling newtype-uuid v1.1.0
23482024-07-29T22:07:59.395Z Compiling serde_path_to_error v0.1.16
23492024-07-29T22:07:59.431Z Compiling hostname v0.4.0
23502024-07-29T22:07:59.476Z Compiling instant v0.1.12
23512024-07-29T22:07:59.498Z Compiling debug-ignore v1.0.5
23522024-07-29T22:07:59.590Z Compiling backoff v0.4.0
23532024-07-29T22:07:59.614Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542024-07-29T22:07:59.634Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23552024-07-29T22:07:59.663Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562024-07-29T22:07:59.824Z Compiling parse-display v0.9.1
23572024-07-29T22:07:59.911Z Compiling rustls v0.22.4
23582024-07-29T22:07:59.925Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23592024-07-29T22:08:00.236Z Compiling multer v3.1.0
23602024-07-29T22:08:00.493Z Compiling serde_with v3.8.3
23612024-07-29T22:08:00.863Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23622024-07-29T22:08:01.025Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23632024-07-29T22:08:01.072Z Compiling num-rational v0.4.2
23642024-07-29T22:08:01.212Z Compiling num-complex v0.4.6
23652024-07-29T22:08:01.227Z Compiling macaddr v1.0.1
23662024-07-29T22:08:02.264Z Compiling num v0.4.3
23672024-07-29T22:08:02.324Z Compiling float-ord v0.3.2
23682024-07-29T22:08:03.316Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23692024-07-29T22:08:03.739Z Compiling tokio-rustls v0.25.0
23702024-07-29T22:08:04.049Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23712024-07-29T22:08:07.387Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722024-07-29T22:08:18.659Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23732024-07-29T22:08:21.727Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23742024-07-29T22:08:22.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.36s
23752024-07-29T22:08:22.424Z
23762024-07-29T22:08:22.424Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23772024-07-29T22:08:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-07-29T22:08:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-07-29T22:08:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-07-29T22:08:22.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23812024-07-29T22:08:22.994Z
23822024-07-29T22:08:22.994Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23832024-07-29T22:08:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-07-29T22:08:23.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-07-29T22:08:23.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-07-29T22:08:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23872024-07-29T22:08:23.538Z
23882024-07-29T22:08:23.538Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23892024-07-29T22:08:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-07-29T22:08:24.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-07-29T22:08:24.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-07-29T22:08:24.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23932024-07-29T22:08:24.103Z
23942024-07-29T22:08:24.103Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23952024-07-29T22:08:24.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-07-29T22:08:24.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-07-29T22:08:24.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-07-29T22:08:24.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23992024-07-29T22:08:24.694Z
24002024-07-29T22:08:24.694Zinfo: running `cargo check --bins` on typed-rng (80/142)
24012024-07-29T22:08:25.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-07-29T22:08:25.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-07-29T22:08:25.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-07-29T22:08:25.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24052024-07-29T22:08:25.237Z
24062024-07-29T22:08:25.237Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24072024-07-29T22:08:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-07-29T22:08:25.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-07-29T22:08:25.943Z Checking password-hash v0.5.0
24102024-07-29T22:08:25.943Z Checking blake2 v0.10.6
24112024-07-29T22:08:25.946Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122024-07-29T22:08:25.946Z Compiling semver v0.1.20
24132024-07-29T22:08:26.045Z Compiling convert_case v0.4.0
24142024-07-29T22:08:26.052Z Compiling rayon-core v1.12.1
24152024-07-29T22:08:26.075Z Compiling crossbeam-deque v0.8.5
24162024-07-29T22:08:26.078Z Compiling unicase v2.7.0
24172024-07-29T22:08:26.339Z Compiling rustc_version v0.1.7
24182024-07-29T22:08:26.359Z Compiling same-file v1.0.6
24192024-07-29T22:08:26.413Z Compiling fastrand v2.1.0
24202024-07-29T22:08:26.428Z Compiling libefi-sys v0.1.0
24212024-07-29T22:08:26.431Z Checking argon2 v0.5.3
24222024-07-29T22:08:26.589Z Compiling walkdir v2.5.0
24232024-07-29T22:08:26.707Z Compiling curve25519-dalek v4.1.3
24242024-07-29T22:08:26.972Z Compiling newtype_derive v0.1.6
24252024-07-29T22:08:26.975Z Compiling tempfile v3.10.1
24262024-07-29T22:08:26.987Z Compiling derive-where v1.2.7
24272024-07-29T22:08:27.054Z Compiling derive_more v0.99.18
24282024-07-29T22:08:27.103Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292024-07-29T22:08:27.148Z Compiling bitfield-struct v0.6.1
24302024-07-29T22:08:27.294Z Compiling ring v0.16.20
24312024-07-29T22:08:27.372Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24322024-07-29T22:08:27.387Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24332024-07-29T22:08:27.691Z Compiling blake3 v1.5.1
24342024-07-29T22:08:27.724Z Checking keccak v0.1.5
24352024-07-29T22:08:28.039Z Checking sha3 v0.10.8
24362024-07-29T22:08:28.495Z Compiling rayon v1.10.0
24372024-07-29T22:08:28.575Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382024-07-29T22:08:28.746Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24392024-07-29T22:08:28.761Z Checking universal-hash v0.5.1
24402024-07-29T22:08:28.925Z Compiling thiserror-impl-no-std v2.0.2
24412024-07-29T22:08:29.036Z Checking secrecy v0.8.0
24422024-07-29T22:08:29.103Z Compiling curve25519-dalek-derive v0.1.1
24432024-07-29T22:08:29.133Z Compiling memmap2 v0.9.4
24442024-07-29T22:08:29.223Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452024-07-29T22:08:29.337Z Checking opaque-debug v0.3.1
24462024-07-29T22:08:29.424Z Compiling arrayref v0.3.7
24472024-07-29T22:08:29.522Z Compiling arrayvec v0.7.4
24482024-07-29T22:08:29.571Z Compiling home v0.5.9
24492024-07-29T22:08:29.839Z Compiling constant_time_eq v0.3.0
24502024-07-29T22:08:29.906Z Compiling untrusted v0.7.1
24512024-07-29T22:08:30.016Z Compiling spin v0.5.2
24522024-07-29T22:08:30.083Z Compiling toolchain_find v0.4.0
24532024-07-29T22:08:30.248Z Checking poly1305 v0.8.0
24542024-07-29T22:08:30.737Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24552024-07-29T22:08:30.752Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24562024-07-29T22:08:30.982Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24572024-07-29T22:08:31.026Z Checking steno v0.4.1
24582024-07-29T22:08:31.195Z Compiling camino-tempfile v1.1.1
24592024-07-29T22:08:31.635Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24602024-07-29T22:08:31.635Z Checking chacha20 v0.9.1
24612024-07-29T22:08:31.991Z Checking aead v0.5.2
24622024-07-29T22:08:32.214Z Checking gethostname v0.4.3
24632024-07-29T22:08:32.270Z Checking thiserror-no-std v2.0.2
24642024-07-29T22:08:32.349Z Compiling cancel-safe-futures v0.1.5
24652024-07-29T22:08:32.380Z Compiling topological-sort v0.2.2
24662024-07-29T22:08:32.560Z Checking vsss-rs v3.3.4
24672024-07-29T22:08:32.582Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24682024-07-29T22:08:32.685Z Checking chacha20poly1305 v0.10.1
24692024-07-29T22:08:32.856Z Compiling mime_guess v2.0.4
24702024-07-29T22:08:33.594Z Compiling rustfmt-wrapper v0.2.1
24712024-07-29T22:08:33.903Z Compiling omicron-zone-package v0.11.0
24722024-07-29T22:08:34.192Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24732024-07-29T22:08:34.212Z Checking glob v0.3.1
24742024-07-29T22:08:34.759Z Checking libsw v3.3.1
24752024-07-29T22:08:34.992Z Checking owo-colors v4.0.0
24762024-07-29T22:08:35.008Z Checking swrite v0.1.0
24772024-07-29T22:08:35.021Z Checking linear-map v1.2.0
24782024-07-29T22:08:35.120Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24792024-07-29T22:08:35.321Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24802024-07-29T22:08:35.733Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24812024-07-29T22:08:35.853Z Checking kstat-rs v0.2.4
24822024-07-29T22:08:35.932Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24832024-07-29T22:08:35.946Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24842024-07-29T22:08:35.985Z Checking nanorand v0.7.0
24852024-07-29T22:08:36.183Z Checking http-range v0.1.5
24862024-07-29T22:08:36.353Z Checking hyper-staticfile v0.9.5
24872024-07-29T22:08:36.367Z Checking flume v0.11.0
24882024-07-29T22:08:36.432Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24892024-07-29T22:08:36.765Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24902024-07-29T22:08:36.783Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24912024-07-29T22:08:36.817Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24922024-07-29T22:08:37.130Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24932024-07-29T22:08:37.832Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24942024-07-29T22:08:38.214Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24952024-07-29T22:08:38.429Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24962024-07-29T22:08:39.707Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24972024-07-29T22:08:40.240Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
24982024-07-29T22:08:40.631Z Checking display-error-chain v0.2.0
24992024-07-29T22:08:40.664Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25002024-07-29T22:08:47.017Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25012024-07-29T22:08:52.001Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25022024-07-29T22:08:52.004Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25032024-07-29T22:08:52.641Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25042024-07-29T22:09:05.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.39s
25052024-07-29T22:09:05.781Z
25062024-07-29T22:09:05.781Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25072024-07-29T22:09:06.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-07-29T22:09:06.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-07-29T22:09:06.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25102024-07-29T22:09:19.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
25112024-07-29T22:09:19.715Z
25122024-07-29T22:09:19.715Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25132024-07-29T22:09:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-07-29T22:09:20.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-07-29T22:09:20.378Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25162024-07-29T22:09:33.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
25172024-07-29T22:09:33.731Z
25182024-07-29T22:09:33.731Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25192024-07-29T22:09:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-07-29T22:09:34.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-07-29T22:09:34.405Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25222024-07-29T22:09:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
25232024-07-29T22:09:47.714Z
25242024-07-29T22:09:47.714Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25252024-07-29T22:09:48.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-07-29T22:09:48.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-07-29T22:09:48.390Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25282024-07-29T22:10:01.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
25292024-07-29T22:10:01.576Z
25302024-07-29T22:10:01.576Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25312024-07-29T22:10:02.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-07-29T22:10:02.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-07-29T22:10:02.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25342024-07-29T22:10:15.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
25352024-07-29T22:10:15.419Z
25362024-07-29T22:10:15.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25372024-07-29T22:10:15.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-07-29T22:10:15.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-07-29T22:10:16.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25402024-07-29T22:10:29.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
25412024-07-29T22:10:29.443Z
25422024-07-29T22:10:29.443Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25432024-07-29T22:10:30.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-07-29T22:10:30.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-07-29T22:10:30.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25462024-07-29T22:10:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
25472024-07-29T22:10:43.428Z
25482024-07-29T22:10:43.428Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25492024-07-29T22:10:43.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-07-29T22:10:43.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-07-29T22:10:43.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-07-29T22:10:43.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25532024-07-29T22:10:44.034Z
25542024-07-29T22:10:44.034Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25552024-07-29T22:10:44.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-07-29T22:10:44.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-07-29T22:10:44.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-07-29T22:10:44.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25592024-07-29T22:10:44.635Z
25602024-07-29T22:10:44.635Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25612024-07-29T22:10:45.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-07-29T22:10:45.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-07-29T22:10:45.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-07-29T22:10:45.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25652024-07-29T22:10:45.229Z
25662024-07-29T22:10:45.229Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25672024-07-29T22:10:45.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-07-29T22:10:45.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-07-29T22:10:45.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-07-29T22:10:45.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25712024-07-29T22:10:45.822Z
25722024-07-29T22:10:45.822Zinfo: running `cargo check --bins` on key-manager (93/142)
25732024-07-29T22:10:46.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-07-29T22:10:46.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-07-29T22:10:46.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-07-29T22:10:46.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25772024-07-29T22:10:46.397Z
25782024-07-29T22:10:46.397Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25792024-07-29T22:10:46.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-07-29T22:10:46.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-07-29T22:10:46.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-07-29T22:10:46.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25832024-07-29T22:10:46.976Z
25842024-07-29T22:10:46.976Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25852024-07-29T22:10:47.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-07-29T22:10:47.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-07-29T22:10:47.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-07-29T22:10:47.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892024-07-29T22:10:47.523Z
25902024-07-29T22:10:47.523Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25912024-07-29T22:10:48.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-07-29T22:10:48.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-07-29T22:10:48.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-07-29T22:10:48.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25952024-07-29T22:10:48.097Z
25962024-07-29T22:10:48.097Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25972024-07-29T22:10:48.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-07-29T22:10:48.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-07-29T22:10:48.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-07-29T22:10:48.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26012024-07-29T22:10:48.671Z
26022024-07-29T22:10:48.671Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26032024-07-29T22:10:49.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-07-29T22:10:49.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-07-29T22:10:49.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-07-29T22:10:49.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26072024-07-29T22:10:49.247Z
26082024-07-29T22:10:49.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26092024-07-29T22:10:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-07-29T22:10:49.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-07-29T22:10:49.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-07-29T22:10:49.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26132024-07-29T22:10:49.823Z
26142024-07-29T22:10:49.823Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26152024-07-29T22:10:50.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-07-29T22:10:50.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-07-29T22:10:50.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-07-29T22:10:50.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26192024-07-29T22:10:50.396Z
26202024-07-29T22:10:50.396Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26212024-07-29T22:10:50.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-07-29T22:10:50.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-07-29T22:10:50.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-07-29T22:10:50.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252024-07-29T22:10:50.973Z
26262024-07-29T22:10:50.973Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26272024-07-29T22:10:51.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-07-29T22:10:51.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-07-29T22:10:51.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-07-29T22:10:51.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26312024-07-29T22:10:51.565Z
26322024-07-29T22:10:51.565Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26332024-07-29T22:10:52.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-07-29T22:10:52.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-07-29T22:10:52.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-07-29T22:10:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26372024-07-29T22:10:52.152Z
26382024-07-29T22:10:52.152Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26392024-07-29T22:10:52.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-07-29T22:10:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-07-29T22:10:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-07-29T22:10:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26432024-07-29T22:10:52.742Z
26442024-07-29T22:10:52.742Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26452024-07-29T22:10:53.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-07-29T22:10:53.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-07-29T22:10:53.368Z Checking bcs v0.1.6
26482024-07-29T22:10:53.368Z Compiling async-recursion v1.1.1
26492024-07-29T22:10:53.371Z Checking highway v1.1.0
26502024-07-29T22:10:53.371Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26512024-07-29T22:10:53.371Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26522024-07-29T22:10:54.370Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532024-07-29T22:10:57.335Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26542024-07-29T22:10:58.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
26552024-07-29T22:10:59.037Z
26562024-07-29T22:10:59.037Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26572024-07-29T22:10:59.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-07-29T22:10:59.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-07-29T22:10:59.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-07-29T22:10:59.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612024-07-29T22:10:59.609Z
26622024-07-29T22:10:59.609Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26632024-07-29T22:11:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-07-29T22:11:00.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-07-29T22:11:00.200Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662024-07-29T22:11:00.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
26672024-07-29T22:11:00.864Z
26682024-07-29T22:11:00.864Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26692024-07-29T22:11:01.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-07-29T22:11:01.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-07-29T22:11:01.471Z Compiling cfg_aliases v0.1.1
26722024-07-29T22:11:01.473Z Compiling vte_generate_state_changes v0.1.1
26732024-07-29T22:11:01.473Z Checking fd-lock v4.0.2
26742024-07-29T22:11:01.555Z Checking bytecount v0.6.8
26752024-07-29T22:11:01.567Z Compiling tabled_derive v0.7.0
26762024-07-29T22:11:01.569Z Compiling peg-macros v0.8.4
26772024-07-29T22:11:01.569Z Compiling sqlparser_derive v0.2.2
26782024-07-29T22:11:01.569Z Checking nu-ansi-term v0.50.0
26792024-07-29T22:11:01.617Z Compiling nix v0.28.0
26802024-07-29T22:11:01.674Z Checking papergrid v0.11.0
26812024-07-29T22:11:01.706Z Checking home v0.5.9
26822024-07-29T22:11:01.835Z Checking unicode_categories v0.1.1
26832024-07-29T22:11:02.116Z Checking sqlformat v0.2.4
26842024-07-29T22:11:02.143Z Checking vte v0.11.1
26852024-07-29T22:11:02.610Z Checking sqlparser v0.45.0
26862024-07-29T22:11:03.363Z Checking strip-ansi-escapes v0.2.0
26872024-07-29T22:11:03.496Z Checking reedline v0.31.0
26882024-07-29T22:11:03.612Z Checking tabled v0.15.0
26892024-07-29T22:11:04.327Z Checking peg v0.8.4
26902024-07-29T22:11:04.800Z Checking rustyline v14.0.0
26912024-07-29T22:11:08.777Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26922024-07-29T22:11:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.20s
26932024-07-29T22:11:14.194Z
26942024-07-29T22:11:14.194Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26952024-07-29T22:11:14.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-07-29T22:11:14.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-07-29T22:11:14.795Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-07-29T22:11:20.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
26992024-07-29T22:11:20.287Z
27002024-07-29T22:11:20.287Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27012024-07-29T22:11:20.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-07-29T22:11:20.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-07-29T22:11:20.886Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-07-29T22:11:26.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
27052024-07-29T22:11:26.186Z
27062024-07-29T22:11:26.186Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27072024-07-29T22:11:26.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-07-29T22:11:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-07-29T22:11:26.775Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-07-29T22:11:30.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
27112024-07-29T22:11:30.818Z
27122024-07-29T22:11:30.818Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27132024-07-29T22:11:31.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-07-29T22:11:31.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-07-29T22:11:31.432Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27162024-07-29T22:11:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27172024-07-29T22:11:31.893Z
27182024-07-29T22:11:31.893Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27192024-07-29T22:11:32.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-07-29T22:11:32.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-07-29T22:11:32.546Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27222024-07-29T22:11:33.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
27232024-07-29T22:11:33.302Z
27242024-07-29T22:11:33.303Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27252024-07-29T22:11:33.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-07-29T22:11:33.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-07-29T22:11:34.027Z Compiling glob v0.3.1
27282024-07-29T22:11:34.027Z Compiling crunchy v0.2.2
27292024-07-29T22:11:34.030Z Compiling tiny-keccak v2.0.2
27302024-07-29T22:11:34.128Z Compiling ascii-canvas v3.0.0
27312024-07-29T22:11:34.133Z Compiling ena v0.14.3
27322024-07-29T22:11:34.137Z Compiling libloading v0.8.3
27332024-07-29T22:11:34.142Z Compiling regex-syntax v0.6.29
27342024-07-29T22:11:34.149Z Compiling bindgen v0.69.4
27352024-07-29T22:11:34.383Z Compiling diff v0.1.13
27362024-07-29T22:11:34.500Z Compiling which v4.4.2
27372024-07-29T22:11:34.579Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27382024-07-29T22:11:34.659Z Compiling cexpr v0.6.0
27392024-07-29T22:11:34.799Z Compiling shlex v1.3.0
27402024-07-29T22:11:34.878Z Compiling ref-cast v1.0.23
27412024-07-29T22:11:35.054Z Compiling clang-sys v1.7.0
27422024-07-29T22:11:35.093Z Compiling lazycell v1.3.0
27432024-07-29T22:11:35.108Z Compiling rustc-hash v1.1.0
27442024-07-29T22:11:35.233Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27452024-07-29T22:11:35.248Z Compiling derive_builder_core v0.20.0
27462024-07-29T22:11:35.250Z Compiling libxml v0.3.3
27472024-07-29T22:11:35.346Z Compiling ref-cast-impl v1.0.23
27482024-07-29T22:11:35.422Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27492024-07-29T22:11:35.500Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27502024-07-29T22:11:35.629Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512024-07-29T22:11:35.901Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27522024-07-29T22:11:35.918Z Compiling strum_macros v0.24.3
27532024-07-29T22:11:36.272Z Compiling cookie v0.18.1
27542024-07-29T22:11:36.516Z Compiling indoc v1.0.9
27552024-07-29T22:11:36.705Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27562024-07-29T22:11:36.975Z Compiling impl-trait-for-tuples v0.2.2
27572024-07-29T22:11:37.571Z Compiling lalrpop v0.19.12
27582024-07-29T22:11:37.773Z Compiling derive_builder_macro v0.20.0
27592024-07-29T22:11:38.362Z Compiling oso-derive v0.27.3
27602024-07-29T22:11:38.637Z Checking derive_builder v0.20.0
27612024-07-29T22:11:38.783Z Checking quick-xml v0.31.0
27622024-07-29T22:11:39.863Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27632024-07-29T22:11:40.146Z Checking maplit v1.0.2
27642024-07-29T22:11:40.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27652024-07-29T22:11:40.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27662024-07-29T22:11:40.977Z Checking bb8 v0.8.5
27672024-07-29T22:11:40.989Z Compiling const_format_proc_macros v0.2.32
27682024-07-29T22:11:41.448Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27692024-07-29T22:11:42.006Z Checking crossbeam-deque v0.8.5
27702024-07-29T22:11:42.333Z Compiling portable-atomic v1.6.0
27712024-07-29T22:11:42.336Z Checking rayon-core v1.12.1
27722024-07-29T22:11:43.064Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27732024-07-29T22:11:43.294Z Checking const_format v0.2.32
27742024-07-29T22:11:43.318Z Checking castaway v0.2.2
27752024-07-29T22:11:43.458Z Checking compact_str v0.7.1
27762024-07-29T22:11:43.777Z Checking rayon v1.10.0
27772024-07-29T22:11:44.205Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27782024-07-29T22:11:44.400Z Checking unicode-truncate v1.0.0
27792024-07-29T22:11:44.451Z Checking itertools v0.13.0
27802024-07-29T22:11:44.615Z Checking lru v0.12.3
27812024-07-29T22:11:44.888Z Compiling stability v0.2.0
27822024-07-29T22:11:45.982Z Checking number_prefix v0.4.0
27832024-07-29T22:11:46.179Z Checking smawk v0.3.2
27842024-07-29T22:11:46.366Z Checking unicode-linebreak v0.1.5
27852024-07-29T22:11:46.751Z Checking cassowary v0.3.0
27862024-07-29T22:11:47.115Z Checking textwrap v0.16.1
27872024-07-29T22:11:47.194Z Checking ratatui v0.27.0
27882024-07-29T22:11:47.532Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27892024-07-29T22:11:47.904Z Checking indicatif v0.17.8
27902024-07-29T22:11:48.254Z Checking multimap v0.10.0
27912024-07-29T22:12:11.928Z Compiling samael v0.0.15
27922024-07-29T22:12:22.114Z Compiling polar-core v0.27.3
27932024-07-29T22:12:29.305Z Checking oso v0.27.3
27942024-07-29T22:12:56.400Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952024-07-29T22:13:00.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
27962024-07-29T22:13:00.790Z
27972024-07-29T22:13:00.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27982024-07-29T22:13:01.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-07-29T22:13:01.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-07-29T22:13:01.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-07-29T22:13:01.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-07-29T22:13:01.409Z
28032024-07-29T22:13:01.409Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28042024-07-29T22:13:01.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-07-29T22:13:01.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-07-29T22:13:01.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-07-29T22:13:01.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-07-29T22:13:02.024Z
28092024-07-29T22:13:02.024Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28102024-07-29T22:13:02.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-07-29T22:13:02.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-07-29T22:13:02.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-07-29T22:13:02.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28142024-07-29T22:13:02.579Z
28152024-07-29T22:13:02.579Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28162024-07-29T22:13:03.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-07-29T22:13:03.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-07-29T22:13:03.323Z Compiling pin-project-internal v1.1.5
28192024-07-29T22:13:03.328Z Compiling snafu-derive v0.8.2
28202024-07-29T22:13:03.415Z Compiling buf-list v1.0.3
28212024-07-29T22:13:03.422Z Checking globset v0.4.14
28222024-07-29T22:13:03.425Z Checking olpc-cjson v0.1.3
28232024-07-29T22:13:03.425Z Checking rand_seeder v0.2.3
28242024-07-29T22:13:03.425Z Checking serde_plain v1.0.2
28252024-07-29T22:13:03.425Z Checking typed-path v0.7.1
28262024-07-29T22:13:03.649Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272024-07-29T22:13:03.665Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282024-07-29T22:13:03.678Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28292024-07-29T22:13:03.848Z Checking parse-size v1.0.0
28302024-07-29T22:13:04.080Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312024-07-29T22:13:04.084Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322024-07-29T22:13:04.084Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332024-07-29T22:13:04.084Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28342024-07-29T22:13:04.365Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352024-07-29T22:13:04.743Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28362024-07-29T22:13:05.057Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372024-07-29T22:13:05.079Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
28382024-07-29T22:13:05.079Z Checking fatfs v0.3.6
28392024-07-29T22:13:05.277Z Checking assert_matches v1.5.0
28402024-07-29T22:13:06.275Z Checking pin-project v1.1.5
28412024-07-29T22:13:07.344Z Checking snafu v0.8.2
28422024-07-29T22:13:07.604Z Checking tough v0.17.1
28432024-07-29T22:13:12.779Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28442024-07-29T22:13:12.779Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28452024-07-29T22:13:46.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s
28462024-07-29T22:13:46.866Z
28472024-07-29T22:13:46.866Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28482024-07-29T22:13:47.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-07-29T22:13:47.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-07-29T22:13:47.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-07-29T22:13:47.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28522024-07-29T22:13:47.473Z
28532024-07-29T22:13:47.473Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28542024-07-29T22:13:48.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-07-29T22:13:48.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-07-29T22:13:48.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-07-29T22:13:48.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28582024-07-29T22:13:48.098Z
28592024-07-29T22:13:48.098Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28602024-07-29T22:13:48.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-07-29T22:13:48.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-07-29T22:13:48.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-07-29T22:13:48.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28642024-07-29T22:13:48.704Z
28652024-07-29T22:13:48.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28662024-07-29T22:13:49.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-07-29T22:13:49.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-07-29T22:13:49.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-07-29T22:13:49.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28702024-07-29T22:13:49.322Z
28712024-07-29T22:13:49.322Zinfo: running `cargo check --bins` on update-common (123/142)
28722024-07-29T22:13:49.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-07-29T22:13:49.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-07-29T22:13:49.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-07-29T22:13:49.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28762024-07-29T22:13:49.917Z
28772024-07-29T22:13:49.917Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28782024-07-29T22:13:50.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-07-29T22:13:50.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-07-29T22:13:50.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-07-29T22:13:50.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28822024-07-29T22:13:50.504Z
28832024-07-29T22:13:50.504Zinfo: running `cargo check --bins` on tufaceous (125/142)
28842024-07-29T22:13:51.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-07-29T22:13:51.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-07-29T22:13:51.118Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28872024-07-29T22:13:51.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
28882024-07-29T22:13:52.072Z
28892024-07-29T22:13:52.072Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28902024-07-29T22:13:52.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-07-29T22:13:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-07-29T22:13:52.823Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932024-07-29T22:13:52.823Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942024-07-29T22:13:52.823Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28952024-07-29T22:13:54.067Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28962024-07-29T22:13:56.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
28972024-07-29T22:13:56.629Z
28982024-07-29T22:13:56.629Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28992024-07-29T22:13:57.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-07-29T22:13:57.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-07-29T22:13:57.280Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29022024-07-29T22:13:57.280Z Checking heck v0.4.1
29032024-07-29T22:13:57.280Z Checking is_ci v1.2.0
29042024-07-29T22:13:57.283Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052024-07-29T22:13:57.283Z Checking indent_write v2.2.0
29062024-07-29T22:13:57.458Z Checking supports-color v3.0.0
29072024-07-29T22:13:57.504Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29082024-07-29T22:13:58.788Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29092024-07-29T22:13:59.580Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29102024-07-29T22:14:00.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
29112024-07-29T22:14:00.593Z
29122024-07-29T22:14:00.593Zinfo: running `cargo check --bins` on installinator-api (128/142)
29132024-07-29T22:14:01.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-07-29T22:14:01.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-07-29T22:14:01.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-07-29T22:14:01.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29172024-07-29T22:14:01.186Z
29182024-07-29T22:14:01.186Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29192024-07-29T22:14:01.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-07-29T22:14:01.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-07-29T22:14:01.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222024-07-29T22:14:01.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29232024-07-29T22:14:01.784Z
29242024-07-29T22:14:01.784Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29252024-07-29T22:14:02.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-07-29T22:14:02.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-07-29T22:14:02.434Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29282024-07-29T22:14:03.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
29292024-07-29T22:14:03.652Z
29302024-07-29T22:14:03.652Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29312024-07-29T22:14:04.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-07-29T22:14:04.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-07-29T22:14:04.275Z Checking memmap2 v0.9.4
29342024-07-29T22:14:04.276Z Checking constant_time_eq v0.3.0
29352024-07-29T22:14:04.279Z Checking arrayref v0.3.7
29362024-07-29T22:14:04.279Z Checking arrayvec v0.7.4
29372024-07-29T22:14:04.279Z Checking spin v0.5.2
29382024-07-29T22:14:04.279Z Checking untrusted v0.7.1
29392024-07-29T22:14:04.355Z Checking cargo-platform v0.1.8
29402024-07-29T22:14:04.358Z Checking topological-sort v0.2.2
29412024-07-29T22:14:04.447Z Checking shell-words v1.1.0
29422024-07-29T22:14:04.544Z Checking ring v0.16.20
29432024-07-29T22:14:04.615Z Checking cargo_metadata v0.18.1
29442024-07-29T22:14:04.635Z Checking blake3 v1.5.1
29452024-07-29T22:14:05.633Z Checking omicron-zone-package v0.11.0
29462024-07-29T22:14:06.666Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29472024-07-29T22:14:07.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
29482024-07-29T22:14:07.586Z
29492024-07-29T22:14:07.586Zinfo: running `cargo check --bins` on xtask (132/142)
29502024-07-29T22:14:08.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-07-29T22:14:08.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-07-29T22:14:08.021Z Checking serde v1.0.204
29532024-07-29T22:14:08.021Z Checking thiserror v1.0.63
29542024-07-29T22:14:08.024Z Checking scroll v0.12.0
29552024-07-29T22:14:08.024Z Checking bitflags v2.6.0
29562024-07-29T22:14:08.087Z Checking log v0.4.21
29572024-07-29T22:14:08.098Z Checking hashbrown v0.14.5
29582024-07-29T22:14:08.101Z Checking zerocopy v0.7.34
29592024-07-29T22:14:08.132Z Checking syn v2.0.72
29602024-07-29T22:14:08.172Z Checking pest v2.7.10
29612024-07-29T22:14:08.328Z Checking fs-err v2.11.0
29622024-07-29T22:14:08.359Z Checking rustix v0.38.34
29632024-07-29T22:14:08.540Z Checking goblin v0.8.2
29642024-07-29T22:14:08.622Z Checking tabled v0.15.0
29652024-07-29T22:14:09.221Z Checking indexmap v2.2.6
29662024-07-29T22:14:09.349Z Checking terminal_size v0.3.0
29672024-07-29T22:14:09.396Z Checking anyhow v1.0.86
29682024-07-29T22:14:09.503Z Checking clap_builder v4.5.9
29692024-07-29T22:14:10.575Z Checking dtrace-parser v0.2.0
29702024-07-29T22:14:11.961Z Checking clap v4.5.9
29712024-07-29T22:14:12.590Z Checking serde_json v1.0.120
29722024-07-29T22:14:12.590Z Checking toml_datetime v0.6.6
29732024-07-29T22:14:12.590Z Checking serde_spanned v0.6.6
29742024-07-29T22:14:12.593Z Checking semver v1.0.23
29752024-07-29T22:14:12.593Z Checking cargo-platform v0.1.8
29762024-07-29T22:14:12.593Z Checking camino v1.1.7
29772024-07-29T22:14:12.593Z Checking macaddr v1.0.1
29782024-07-29T22:14:12.839Z Checking toml_edit v0.22.16
29792024-07-29T22:14:13.624Z Checking dof v0.3.0
29802024-07-29T22:14:13.624Z Checking cargo_metadata v0.18.1
29812024-07-29T22:14:14.011Z Checking usdt-impl v0.5.0
29822024-07-29T22:14:14.340Z Checking usdt v0.5.0
29832024-07-29T22:14:14.358Z Checking toml v0.8.15
29842024-07-29T22:14:14.812Z Checking cargo_toml v0.20.4
29852024-07-29T22:14:15.922Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29862024-07-29T22:14:16.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
29872024-07-29T22:14:16.519Z
29882024-07-29T22:14:16.519Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29892024-07-29T22:14:16.936Z Downloading crates ...
29902024-07-29T22:14:17.126Z Downloaded ed25519 v2.2.3
29912024-07-29T22:14:17.129Z Downloaded dirs-sys v0.4.1
29922024-07-29T22:14:17.137Z Downloaded md5 v0.7.0
29932024-07-29T22:14:17.140Z Downloaded dhcproto-macros v0.1.0
29942024-07-29T22:14:17.144Z Downloaded russh-cryptovec v0.7.2
29952024-07-29T22:14:17.148Z Downloaded pbkdf2 v0.12.2
29962024-07-29T22:14:17.151Z Downloaded rand_chacha v0.2.2
29972024-07-29T22:14:17.151Z Downloaded blowfish v0.9.1
29982024-07-29T22:14:17.151Z Downloaded rfc6979 v0.4.0
29992024-07-29T22:14:17.154Z Downloaded primeorder v0.13.6
30002024-07-29T22:14:17.154Z Downloaded hex-literal v0.4.1
30012024-07-29T22:14:17.154Z Downloaded cbc v0.1.2
30022024-07-29T22:14:17.158Z Downloaded getrandom v0.1.16
30032024-07-29T22:14:17.158Z Downloaded option-ext v0.2.0
30042024-07-29T22:14:17.161Z Downloaded ctr v0.9.2
30052024-07-29T22:14:17.161Z Downloaded bcrypt-pbkdf v0.10.0
30062024-07-29T22:14:17.164Z Downloaded internet-checksum v0.2.1
30072024-07-29T22:14:17.164Z Downloaded ghash v0.5.1
30082024-07-29T22:14:17.167Z Downloaded polyval v0.6.2
30092024-07-29T22:14:17.167Z Downloaded dirs v5.0.1
30102024-07-29T22:14:17.170Z Downloaded rand_core v0.5.1
30112024-07-29T22:14:17.170Z Downloaded pbkdf2 v0.11.0
30122024-07-29T22:14:17.173Z Downloaded ecdsa v0.16.9
30132024-07-29T22:14:17.176Z Downloaded password-hash v0.4.2
30142024-07-29T22:14:17.179Z Downloaded p256 v0.13.2
30152024-07-29T22:14:17.184Z Downloaded dhcproto v0.11.0
30162024-07-29T22:14:17.187Z Downloaded aes-gcm v0.10.3
30172024-07-29T22:14:17.191Z Downloaded ed25519-dalek v2.1.1
30182024-07-29T22:14:17.195Z Downloaded russh-keys v0.43.0
30192024-07-29T22:14:17.198Z Downloaded russh v0.43.0
30202024-07-29T22:14:17.203Z Downloaded rand v0.7.3
30212024-07-29T22:14:17.207Z Downloaded p521 v0.13.3
30222024-07-29T22:14:17.211Z Downloaded aes v0.8.4
30232024-07-29T22:14:17.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-07-29T22:14:17.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-07-29T22:14:17.341Z Compiling getrandom v0.1.16
30262024-07-29T22:14:17.431Z Checking rfc6979 v0.4.0
30272024-07-29T22:14:17.440Z Checking primeorder v0.13.6
30282024-07-29T22:14:17.443Z Checking option-ext v0.2.0
30292024-07-29T22:14:17.457Z Checking ed25519 v2.2.3
30302024-07-29T22:14:17.460Z Checking polyval v0.6.2
30312024-07-29T22:14:17.460Z Checking blowfish v0.9.1
30322024-07-29T22:14:17.460Z Checking ctr v0.9.2
30332024-07-29T22:14:17.538Z Checking dirs-sys v0.4.1
30342024-07-29T22:14:17.568Z Checking ecdsa v0.16.9
30352024-07-29T22:14:17.681Z Checking aes v0.8.4
30362024-07-29T22:14:17.697Z Checking password-hash v0.4.2
30372024-07-29T22:14:17.712Z Checking pbkdf2 v0.12.2
30382024-07-29T22:14:17.727Z Checking dirs v5.0.1
30392024-07-29T22:14:17.742Z Checking ghash v0.5.1
30402024-07-29T22:14:17.848Z Checking ed25519-dalek v2.1.1
30412024-07-29T22:14:17.861Z Checking bcrypt-pbkdf v0.10.0
30422024-07-29T22:14:17.878Z Checking cbc v0.1.2
30432024-07-29T22:14:17.899Z Checking russh-cryptovec v0.7.2
30442024-07-29T22:14:18.080Z Checking md5 v0.7.0
30452024-07-29T22:14:18.094Z Checking pbkdf2 v0.11.0
30462024-07-29T22:14:18.120Z Compiling dhcproto-macros v0.1.0
30472024-07-29T22:14:18.123Z Checking hex-literal v0.4.1
30482024-07-29T22:14:18.159Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30492024-07-29T22:14:18.247Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30502024-07-29T22:14:18.250Z Checking p256 v0.13.2
30512024-07-29T22:14:18.332Z Checking p521 v0.13.3
30522024-07-29T22:14:18.346Z Checking internet-checksum v0.2.1
30532024-07-29T22:14:18.390Z Checking rand_core v0.5.1
30542024-07-29T22:14:18.518Z Checking aes-gcm v0.10.3
30552024-07-29T22:14:18.653Z Checking rand_chacha v0.2.2
30562024-07-29T22:14:18.891Z Checking dhcproto v0.11.0
30572024-07-29T22:14:18.894Z Checking rand v0.7.3
30582024-07-29T22:14:19.762Z Checking russh-keys v0.43.0
30592024-07-29T22:14:20.444Z Checking russh v0.43.0
30602024-07-29T22:14:35.983Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30612024-07-29T22:14:37.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.66s
30622024-07-29T22:14:37.338Z
30632024-07-29T22:14:37.338Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30642024-07-29T22:14:37.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-07-29T22:14:37.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-07-29T22:14:37.927Z Checking termios v0.3.3
30672024-07-29T22:14:38.108Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30682024-07-29T22:14:38.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
30692024-07-29T22:14:38.922Z
30702024-07-29T22:14:38.922Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30712024-07-29T22:14:39.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-07-29T22:14:39.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-07-29T22:14:39.572Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30742024-07-29T22:14:41.426Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30752024-07-29T22:14:43.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
30762024-07-29T22:14:43.213Z
30772024-07-29T22:14:43.213Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30782024-07-29T22:14:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-07-29T22:14:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-07-29T22:14:43.803Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30812024-07-29T22:14:44.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30822024-07-29T22:14:44.330Z
30832024-07-29T22:14:44.330Zinfo: running `cargo check --bins` on omicron-package (137/142)
30842024-07-29T22:14:44.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-07-29T22:14:44.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-07-29T22:14:44.947Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30872024-07-29T22:14:46.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
30882024-07-29T22:14:46.198Z
30892024-07-29T22:14:46.198Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30902024-07-29T22:14:46.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-07-29T22:14:46.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-07-29T22:14:46.843Z Checking rtoolbox v0.0.2
30932024-07-29T22:14:46.843Z Checking tui-tree-widget v0.21.0
30942024-07-29T22:14:46.843Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30952024-07-29T22:14:47.034Z Checking rpassword v7.3.1
30962024-07-29T22:14:50.686Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30972024-07-29T22:14:53.289Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30982024-07-29T22:14:54.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s
30992024-07-29T22:14:54.420Z
31002024-07-29T22:14:54.420Zinfo: running `cargo check --bins` on wicket (139/142)
31012024-07-29T22:14:54.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-07-29T22:14:54.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-07-29T22:14:55.054Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31042024-07-29T22:14:55.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31052024-07-29T22:14:55.521Z
31062024-07-29T22:14:55.521Zinfo: running `cargo check --bins` on wicketd (140/142)
31072024-07-29T22:14:56.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-07-29T22:14:56.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-07-29T22:14:56.183Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31102024-07-29T22:14:59.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
31112024-07-29T22:14:59.581Z
31122024-07-29T22:14:59.581Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31132024-07-29T22:15:00.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-07-29T22:15:00.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-07-29T22:15:00.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-07-29T22:15:00.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172024-07-29T22:15:00.137Z
31182024-07-29T22:15:00.137Zinfo: running `cargo check --bins` on zone-setup (142/142)
31192024-07-29T22:15:00.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-07-29T22:15:00.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-07-29T22:15:00.814Z Checking uzers v0.11.3
31222024-07-29T22:15:01.078Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31232024-07-29T22:15:02.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
31242024-07-29T22:15:02.206Z
31252024-07-29T22:15:02.206Zreal 9:53.800564030
31262024-07-29T22:15:02.206Zuser 21:35.930094863
31272024-07-29T22:15:02.206Zsys 4:43.303644707
31282024-07-29T22:15:02.206Ztrap 0.477500399
31292024-07-29T22:15:02.206Ztflt 1.743011954
31302024-07-29T22:15:02.206Zdflt 2.128975322
31312024-07-29T22:15:02.206Zkflt 0.000983722
31322024-07-29T22:15:02.206Zlock 39:02.096727829
31332024-07-29T22:15:02.206Zslp 1:25:20.196186471
31342024-07-29T22:15:02.206Zlat 49.841935403
31352024-07-29T22:15:02.206Zstop 2:14.785441058
31362024-07-29T22:15:02.209Zprocess exited: duration 845997 ms, exit code 0
 
31372024-07-29T22:15:02.215Zfound 0 output files