01J6DHEXB7Q3CZYCH3KYK03Q6N: 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: 01J6DHFBD39BENA1JNGQ3ZYNGA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-28T22:25:53.696Zjob assigned to worker 01J6DHFGNTWRVDCTR2AW3E3K0R (queued for 47 s)
 
22024-08-28T22:26:01.208Zstarting task 0: "setup"
32024-08-28T22:26:01.217Z++ uname -s
42024-08-28T22:26:01.220Z+ kern=SunOS
52024-08-28T22:26:01.220Z+ case "$kern" in
62024-08-28T22:26:01.220Z+ groupadd -g 12345 build
72024-08-28T22:26:01.222Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-28T22:26:03.232Z+ zfs create -o mountpoint=/work rpool/work
92024-08-28T22:26:03.346Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-28T22:26:03.348Z+ home_fs=zfs
112024-08-28T22:26:03.348Z+ [[ zfs == autofs ]]
122024-08-28T22:26:03.348Z+ mkdir -p /home/build
132024-08-28T22:26:03.351Z+ chown build:build /home/build /work
142024-08-28T22:26:05.352Z+ chmod 0700 /home/build /work
152024-08-28T22:26:05.355Zprocess exited: duration 4148 ms, exit code 0
 
162024-08-28T22:26:05.361Zstarting task 1: "rust-toolchain"
172024-08-28T22:26:05.367Z+ printf ' * toolchain channel = "%s"
182024-08-28T22:26:05.367Z * toolchain channel = "1.80.1"
192024-08-28T22:26:05.367Z * toolchain profile = "default"
202024-08-28T22:26:05.367Z' 1.80.1
212024-08-28T22:26:05.367Z+ printf ' * toolchain profile = "%s"
222024-08-28T22:26:05.367Z' default
232024-08-28T22:26:05.369Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-28T22:26:05.369Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-28T22:26:05.526Zinfo: downloading installer
262024-08-28T22:26:06.921Zinfo: profile set to 'default'
272024-08-28T22:26:06.921Zinfo: default host triple is x86_64-unknown-illumos
282024-08-28T22:26:06.924Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-28T22:26:07.053Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-28T22:26:07.053Zinfo: downloading component 'cargo'
312024-08-28T22:26:07.741Zinfo: downloading component 'clippy'
322024-08-28T22:26:07.990Zinfo: downloading component 'rust-docs'
332024-08-28T22:26:08.948Zinfo: downloading component 'rust-std'
342024-08-28T22:26:10.301Zinfo: downloading component 'rustc'
352024-08-28T22:26:14.071Zinfo: downloading component 'rustfmt'
362024-08-28T22:26:14.236Zinfo: installing component 'cargo'
372024-08-28T22:26:15.060Zinfo: installing component 'clippy'
382024-08-28T22:26:15.437Zinfo: installing component 'rust-docs'
392024-08-28T22:26:17.057Zinfo: installing component 'rust-std'
402024-08-28T22:26:18.794Zinfo: installing component 'rustc'
412024-08-28T22:26:24.625Zinfo: installing component 'rustfmt'
422024-08-28T22:26:24.625Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-28T22:26:24.625Z
442024-08-28T22:26:24.625Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-28T22:26:24.625Z
462024-08-28T22:26:24.625Z
472024-08-28T22:26:24.625ZRust is installed now. Great!
482024-08-28T22:26:24.625Z
492024-08-28T22:26:24.625ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-28T22:26:24.625Zenvironment variable. This has not been done automatically.
512024-08-28T22:26:24.625Z
522024-08-28T22:26:24.625ZTo configure your current shell, you need to source
532024-08-28T22:26:24.626Zthe corresponding env file under $HOME/.cargo.
542024-08-28T22:26:24.626Z
552024-08-28T22:26:24.626ZThis is usually done by running one of the following (note the leading DOT):
562024-08-28T22:26:24.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-28T22:26:24.626Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-28T22:26:24.626Z+ rustc --version
592024-08-28T22:26:24.626Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-28T22:26:24.626Zprocess exited: duration 18372 ms, exit code 0
 
612024-08-28T22:26:24.667Zstarting task 2: "authentication"
622024-08-28T22:26:24.708Zprocess exited: duration 57 ms, exit code 0
 
632024-08-28T22:26:24.714Zstarting task 3: "clone repository"
642024-08-28T22:26:24.719Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-28T22:26:24.724Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-28T22:26:24.758ZCloning into '/work/oxidecomputer/omicron'...
672024-08-28T22:26:31.151Z+ cd /work/oxidecomputer/omicron
682024-08-28T22:26:31.151Z+ git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459
692024-08-28T22:26:31.454ZFrom https://github.com/oxidecomputer/omicron
702024-08-28T22:26:31.454Z * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD
712024-08-28T22:26:31.465Z+ [[ -n dap/live-tests-follow-up ]]
722024-08-28T22:26:31.467Z++ git branch --show-current
732024-08-28T22:26:31.470Z+ current=main
742024-08-28T22:26:31.470Z+ [[ main != dap/live-tests-follow-up ]]
752024-08-28T22:26:31.470Z+ git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459
762024-08-28T22:26:31.473Z+ git checkout -f dap/live-tests-follow-up
772024-08-28T22:26:31.630ZSwitched to branch 'dap/live-tests-follow-up'
782024-08-28T22:26:31.632Z+ git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459
792024-08-28T22:26:31.666ZHEAD is now at 9189023e0 fix README
802024-08-28T22:26:31.668Zprocess exited: duration 6953 ms, exit code 0
 
812024-08-28T22:26:31.673Zstarting task 4: "build"
822024-08-28T22:26:31.679Z+ cargo --version
832024-08-28T22:26:31.735Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-28T22:26:31.738Z+ rustc --version
852024-08-28T22:26:31.798Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-28T22:26:31.801Z+ source ./env.sh
872024-08-28T22:26:31.803Z++ OLD_SHELL_OPTS=ehxB
882024-08-28T22:26:31.803Z++ set -o xtrace
892024-08-28T22:26:31.806Z++++ dirname ./env.sh
902024-08-28T22:26:31.806Z+++ readlink -f .
912024-08-28T22:26:31.809Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ 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-08-28T22:26:31.811Z++ case $OLD_SHELL_OPTS in
1012024-08-28T22:26:31.811Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-28T22:26:31.811Z+ 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-08-28T22:26:31.811Z+ 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-08-28T22:26:31.811Z+ banner prerequisites
1052024-08-28T22:26:31.814Z
1062024-08-28T22:26:31.814Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-28T22:26:31.814Z # # # # # # # # # # # # # # #
1082024-08-28T22:26:31.814Z # # # # ##### # # ##### # # # # # #### #
1092024-08-28T22:26:31.814Z ##### ##### # ##### # # # # # # # # #
1102024-08-28T22:26:31.814Z # # # # # # # # # # # # # # #
1112024-08-28T22:26:31.814Z # # # ###### # # ###### ### # #### # #### #
1122024-08-28T22:26:31.814Z
1132024-08-28T22:26:31.814Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-28T22:26:36.412Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-28T22:26:38.812Z Startup: Caching catalogs ... Done
1162024-08-28T22:26:40.811ZPlanning: Solver setup ... Done (1.426s)
1172024-08-28T22:26:40.833ZPlanning: Running solver ... Done (0.023s)
1182024-08-28T22:26:40.884ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-28T22:26:40.898ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-28T22:26:41.639ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-28T22:26:41.746ZPlanning: Package planning ... Done (0.106s)
1222024-08-28T22:26:41.802ZPlanning: Merging actions ... Done (0.056s)
1232024-08-28T22:26:42.015ZPlanning: Checking for conflicting actions ... Done (0.213s)
1242024-08-28T22:26:43.938ZPlanning: Consolidating action changes ... Done (1.922s)
1252024-08-28T22:26:44.379ZPlanning: Evaluating mediators ... Done (0.440s)
1262024-08-28T22:26:44.461ZPlanning: Planning completed in 5.58 seconds
1272024-08-28T22:26:44.477Z Packages to install: 4
1282024-08-28T22:26:44.477Z Packages to update: 1
1292024-08-28T22:26:44.477Z Mediators to change: 2
1302024-08-28T22:26:44.479Z Services to change: 1
1312024-08-28T22:26:44.479Z Estimated space available: 155.72 GB
1322024-08-28T22:26:44.479ZEstimated space to be consumed: 1.53 GB
1332024-08-28T22:26:44.479Z Create boot environment: No
1342024-08-28T22:26:44.479ZCreate backup boot environment: Yes
1352024-08-28T22:26:44.479Z Rebuild boot archive: No
1362024-08-28T22:26:44.479Z
1372024-08-28T22:26:44.479ZChanged mediators:
1382024-08-28T22:26:44.480Z mediator clang:
1392024-08-28T22:26:44.480Z version: None -> 15 (system default)
1402024-08-28T22:26:44.480Z
1412024-08-28T22:26:44.480Z mediator llvm:
1422024-08-28T22:26:44.480Z version: 14 (system default) -> 15 (system default)
1432024-08-28T22:26:44.480Z
1442024-08-28T22:26:44.480ZChanged packages:
1452024-08-28T22:26:44.480Zhelios-dev
1462024-08-28T22:26:44.480Z developer/build-essential
1472024-08-28T22:26:44.480Z None -> 11-2.0
1482024-08-28T22:26:44.480Z library/libxmlsec1
1492024-08-28T22:26:44.480Z None -> 1.2.35-2.0
1502024-08-28T22:26:44.480Z ooce/developer/clang-15
1512024-08-28T22:26:44.480Z None -> 15.0.7-2.0
1522024-08-28T22:26:44.480Z ooce/developer/llvm-15
1532024-08-28T22:26:44.480Z None -> 15.0.7-2.0
1542024-08-28T22:26:44.480Z package/pkg
1552024-08-28T22:26:44.480Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-28T22:26:44.480Z
1572024-08-28T22:26:44.480ZServices:
1582024-08-28T22:26:44.480Z restart_fmri:
1592024-08-28T22:26:44.480Z svc:/system/update-man-index:default
1602024-08-28T22:26:44.480Z
1612024-08-28T22:26:44.480ZEditable files to change:
1622024-08-28T22:26:44.480Z Update:
1632024-08-28T22:26:44.480Z usr/share/lib/pkg/web/config.shtml
1642024-08-28T22:26:44.557Z
1652024-08-28T22:26:44.557ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-28T22:26:49.558ZDownload: 1070/4281 items 19.7/220.6MB 8% complete (4.0M/s)
1672024-08-28T22:26:54.618ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (12.4M/s)
1682024-08-28T22:27:03.072ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1692024-08-28T22:27:08.071ZDownload: 1581/4281 items 116.1/220.6MB 52% complete (6.6M/s)
1702024-08-28T22:27:13.074ZDownload: 2725/4281 items 120.8/220.6MB 54% complete (3.8M/s)
1712024-08-28T22:27:18.091ZDownload: 3104/4281 items 130.8/220.6MB 59% complete (1.4M/s)
1722024-08-28T22:27:24.286ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1732024-08-28T22:27:37.069ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1742024-08-28T22:27:40.850ZDownload: Completed 220.60 MB in 56.29 seconds (3.9M/s)
1752024-08-28T22:27:43.064Z Actions: 1/5063 actions (Removing old actions)
1762024-08-28T22:27:43.085Z Actions: 194/5063 actions (Installing new actions)
1772024-08-28T22:27:47.864Z Actions: 4226/5063 actions (Updating modified actions)
1782024-08-28T22:27:48.185Z Actions: Completed 5063 actions in 5.12 seconds.
1792024-08-28T22:27:48.472Z Done (0.280s)
1802024-08-28T22:27:48.474Z Done (0.000s)
1812024-08-28T22:27:48.847Z Done (0.374s)
1822024-08-28T22:27:53.677Z Done (4.652s)
1832024-08-28T22:27:53.778Z Done (0.017s)
1842024-08-28T22:27:53.780Z Done (0.000s)
1852024-08-28T22:27:54.019Z Done (0.000s)
1862024-08-28T22:27:54.695ZPlanning: Evaluating mediator changes ... Done
1872024-08-28T22:27:54.843ZPlanning: Checking for conflicting actions ... Done
1882024-08-28T22:27:54.846ZPlanning: Consolidating action changes ... Done
1892024-08-28T22:27:55.132ZPlanning: Evaluating mediators ... Done
1902024-08-28T22:27:55.134ZPlanning: Planning completed in 0.46 seconds
1912024-08-28T22:27:55.173Z Mediators to change: 2
1922024-08-28T22:27:55.173Z Create boot environment: No
1932024-08-28T22:27:55.173ZCreate backup boot environment: No
1942024-08-28T22:27:55.266Z Done
1952024-08-28T22:27:55.266Z Done
1962024-08-28T22:27:55.515Z Done
1972024-08-28T22:27:59.619Z Done
1982024-08-28T22:27:59.726Z Done
1992024-08-28T22:27:59.728Z Done
2002024-08-28T22:27:59.846Z Done
2012024-08-28T22:28:00.543ZPlanning: Evaluating mediator changes ... Done
2022024-08-28T22:28:00.545ZPlanning: Merging actions ... Done
2032024-08-28T22:28:00.749ZPlanning: Checking for conflicting actions ... Done
2042024-08-28T22:28:00.753ZPlanning: Consolidating action changes ... Done
2052024-08-28T22:28:01.039ZPlanning: Evaluating mediators ... Done
2062024-08-28T22:28:01.100ZPlanning: Planning completed in 0.82 seconds
2072024-08-28T22:28:01.150Z Packages to change: 1
2082024-08-28T22:28:01.150Z Mediators to change: 1
2092024-08-28T22:28:01.153Z Services to change: 1
2102024-08-28T22:28:01.154Z Create boot environment: No
2112024-08-28T22:28:01.154ZCreate backup boot environment: Yes
2122024-08-28T22:28:03.424Z Actions: 1/6 actions (Updating modified actions)
2132024-08-28T22:28:03.427Z Actions: Completed 6 actions in 0.00 seconds.
2142024-08-28T22:28:03.427Z Done
2152024-08-28T22:28:03.427Z Done
2162024-08-28T22:28:03.505Z Done
2172024-08-28T22:28:07.553Z Done
2182024-08-28T22:28:07.654Z Done
2192024-08-28T22:28:07.656Z Done
2202024-08-28T22:28:07.772Z Done
2212024-08-28T22:28:08.254ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-08-28T22:28:08.254Zclang system 15 system
2232024-08-28T22:28:08.254Zcsh system system illumos
2242024-08-28T22:28:08.254Zctags system system illumos
2252024-08-28T22:28:08.254Zgcc vendor 12 vendor
2262024-08-28T22:28:08.254Zgcc system 10 system
2272024-08-28T22:28:08.254Zgcc system 7 system
2282024-08-28T22:28:08.254Zgo system 1.20 system
2292024-08-28T22:28:08.254Zgo system 1.19 system
2302024-08-28T22:28:08.254Zllvm system 15 system
2312024-08-28T22:28:08.254Zllvm system 14 system
2322024-08-28T22:28:08.254Zmariadb system 10.6 system
2332024-08-28T22:28:08.254Zmta vendor vendor dma
2342024-08-28T22:28:08.254Zopenjdk system 17 system
2352024-08-28T22:28:08.254Zopenjdk system 11 system
2362024-08-28T22:28:08.254Zopenjdk system 1.8 system
2372024-08-28T22:28:08.254Zopenssl vendor 3 vendor
2382024-08-28T22:28:08.254Zperl system 5.36 system
2392024-08-28T22:28:08.254Zpostgresql system 15 system
2402024-08-28T22:28:08.255Zpostgresql system 13 system
2412024-08-28T22:28:08.255Zpython vendor 3 vendor
2422024-08-28T22:28:08.255Zpython system 2 system
2432024-08-28T22:28:08.255Zpython3 system 3.11 system
2442024-08-28T22:28:08.255Zruby system 3.0 system
2452024-08-28T22:28:08.255Zwords vendor vendor american-english
2462024-08-28T22:28:08.255Zwords system system australian-english
2472024-08-28T22:28:08.255Zwords system system british-english
2482024-08-28T22:28:08.255Zwords system system canadian-english
2492024-08-28T22:28:08.255Zwords system system french
2502024-08-28T22:28:08.255Zwords system system italian
2512024-08-28T22:28:08.255Zwords system system ngerman
2522024-08-28T22:28:08.255Zwords system system ogerman
2532024-08-28T22:28:08.255Zwords system system spanish
2542024-08-28T22:28:08.619ZPUBLISHER TYPE STATUS P LOCATION
2552024-08-28T22:28:08.619Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-08-28T22:28:10.489ZFMRI IFO
2572024-08-28T22:28:10.489Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-08-28T22:28:10.489Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-08-28T22:28:10.489Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-08-28T22:28:10.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-08-28T22:28:10.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-08-28T22:28:10.489Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-08-28T22:28:10.490Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-08-28T22:28:10.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-08-28T22:28:10.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-08-28T22:28:10.490Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-08-28T22:28:10.490Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-08-28T22:28:10.490Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-08-28T22:28:10.490Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-08-28T22:28:11.157Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-08-28T22:28:11.393Z Updating git repository `https://github.com/oxidecomputer/zone`
2722024-08-28T22:28:11.625Z Updating crates.io index
2732024-08-28T22:28:11.628Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2742024-08-28T22:28:12.342Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-08-28T22:28:12.992Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-08-28T22:28:13.200Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2772024-08-28T22:28:14.752Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-08-28T22:28:14.984Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-08-28T22:28:15.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-08-28T22:28:16.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-08-28T22:28:18.081Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-08-28T22:28:19.019Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-08-28T22:28:19.653Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-08-28T22:28:19.944Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-08-28T22:28:20.576Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862024-08-28T22:28:20.865Z Updating git repository `https://github.com/oxidecomputer/qorb`
2872024-08-28T22:28:21.344Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-08-28T22:28:21.597Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-08-28T22:28:21.837Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-08-28T22:28:22.043Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-08-28T22:28:22.259Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922024-08-28T22:28:22.496Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-08-28T22:28:22.787Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-08-28T22:28:23.078Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-08-28T22:28:23.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-08-28T22:28:23.758Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-08-28T22:28:24.073Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-08-28T22:28:24.488Z Updating git repository `https://github.com/oxidecomputer/typify`
2992024-08-28T22:28:26.709Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-08-28T22:28:26.948Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-08-28T22:28:27.181Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-08-28T22:28:27.483Z Updating git repository `https://github.com/oxidecomputer/rfb`
3032024-08-28T22:28:28.642Z Downloading crates ...
3042024-08-28T22:28:28.739Z Downloaded anstyle-query v1.0.3
3052024-08-28T22:28:28.742Z Downloaded anstyle v1.0.8
3062024-08-28T22:28:28.744Z Downloaded autocfg v1.3.0
3072024-08-28T22:28:28.747Z Downloaded dtrace-parser v0.2.0
3082024-08-28T22:28:28.754Z Downloaded scroll_derive v0.12.0
3092024-08-28T22:28:28.762Z Downloaded pretty-hex v0.4.1
3102024-08-28T22:28:28.766Z Downloaded usdt-attr-macro v0.5.0
3112024-08-28T22:28:28.770Z Downloaded fnv v1.0.7
3122024-08-28T22:28:28.772Z Downloaded errno v0.3.9
3132024-08-28T22:28:28.775Z Downloaded digest v0.10.7
3142024-08-28T22:28:28.775Z Downloaded macaddr v1.0.1
3152024-08-28T22:28:28.777Z Downloaded usdt-macro v0.5.0
3162024-08-28T22:28:28.777Z Downloaded generic-array v0.14.7
3172024-08-28T22:28:28.780Z Downloaded camino-tempfile v1.1.1
3182024-08-28T22:28:28.782Z Downloaded byteorder v1.5.0
3192024-08-28T22:28:28.785Z Downloaded proc-macro-error-attr v1.0.4
3202024-08-28T22:28:28.788Z Downloaded usdt v0.5.0
3212024-08-28T22:28:28.790Z Downloaded block-buffer v0.10.4
3222024-08-28T22:28:28.790Z Downloaded strsim v0.11.1
3232024-08-28T22:28:28.794Z Downloaded clap_derive v4.5.13
3242024-08-28T22:28:28.796Z Downloaded anstream v0.6.14
3252024-08-28T22:28:28.798Z Downloaded unicode-linebreak v0.1.5
3262024-08-28T22:28:28.798Z Downloaded cfg-if v1.0.0
3272024-08-28T22:28:28.806Z Downloaded version_check v0.9.5
3282024-08-28T22:28:28.806Z Downloaded memmap v0.7.0
3292024-08-28T22:28:28.810Z Downloaded cpufeatures v0.2.12
3302024-08-28T22:28:28.810Z Downloaded pest_derive v2.7.10
3312024-08-28T22:28:28.810Z Downloaded cargo_metadata v0.18.1
3322024-08-28T22:28:28.810Z Downloaded thiserror-impl v1.0.63
3332024-08-28T22:28:28.812Z Downloaded serde_spanned v0.6.7
3342024-08-28T22:28:28.812Z Downloaded heck v0.5.0
3352024-08-28T22:28:28.812Z Downloaded tempfile v3.10.1
3362024-08-28T22:28:28.818Z Downloaded zerocopy-derive v0.7.34
3372024-08-28T22:28:28.822Z Downloaded equivalent v1.0.1
3382024-08-28T22:28:28.826Z Downloaded once_cell v1.19.0
3392024-08-28T22:28:28.830Z Downloaded ryu v1.0.18
3402024-08-28T22:28:28.834Z Downloaded pest_meta v2.7.10
3412024-08-28T22:28:28.836Z Downloaded ucd-trie v0.1.6
3422024-08-28T22:28:28.839Z Downloaded textwrap v0.16.1
3432024-08-28T22:28:28.843Z Downloaded swrite v0.1.0
3442024-08-28T22:28:28.849Z Downloaded quote v1.0.36
3452024-08-28T22:28:28.852Z Downloaded plain v0.2.3
3462024-08-28T22:28:28.854Z Downloaded clap_lex v0.7.0
3472024-08-28T22:28:28.858Z Downloaded utf8parse v0.2.1
3482024-08-28T22:28:28.860Z Downloaded is_terminal_polyfill v1.70.0
3492024-08-28T22:28:28.862Z Downloaded bytecount v0.6.8
3502024-08-28T22:28:28.865Z Downloaded itoa v1.0.11
3512024-08-28T22:28:28.865Z Downloaded fs-err v2.11.0
3522024-08-28T22:28:28.867Z Downloaded anstyle-parse v0.2.4
3532024-08-28T22:28:28.870Z Downloaded pest_generator v2.7.10
3542024-08-28T22:28:28.872Z Downloaded fastrand v2.1.0
3552024-08-28T22:28:28.878Z Downloaded heck v0.4.1
3562024-08-28T22:28:28.880Z Downloaded dof v0.3.0
3572024-08-28T22:28:28.883Z Downloaded serde_tokenstream v0.2.2
3582024-08-28T22:28:28.885Z Downloaded crypto-common v0.1.6
3592024-08-28T22:28:28.885Z Downloaded tabled_derive v0.7.0
3602024-08-28T22:28:28.894Z Downloaded cargo-platform v0.1.8
3612024-08-28T22:28:28.897Z Downloaded toml_datetime v0.6.8
3622024-08-28T22:28:28.897Z Downloaded scroll v0.12.0
3632024-08-28T22:28:28.897Z Downloaded thread-id v4.2.1
3642024-08-28T22:28:28.897Z Downloaded terminal_size v0.3.0
3652024-08-28T22:28:28.897Z Downloaded colorchoice v1.0.1
3662024-08-28T22:28:28.910Z Downloaded serde v1.0.208
3672024-08-28T22:28:28.913Z Downloaded proc-macro-error v1.0.4
3682024-08-28T22:28:28.916Z Downloaded thiserror v1.0.63
3692024-08-28T22:28:28.921Z Downloaded smawk v0.3.2
3702024-08-28T22:28:28.924Z Downloaded usdt-impl v0.5.0
3712024-08-28T22:28:28.926Z Downloaded cargo_toml v0.20.4
3722024-08-28T22:28:28.926Z Downloaded camino v1.1.9
3732024-08-28T22:28:28.930Z Downloaded semver v1.0.23
3742024-08-28T22:28:28.933Z Downloaded log v0.4.21
3752024-08-28T22:28:28.936Z Downloaded bitflags v2.6.0
3762024-08-28T22:28:28.941Z Downloaded anyhow v1.0.86
3772024-08-28T22:28:28.948Z Downloaded toml v0.8.19
3782024-08-28T22:28:28.952Z Downloaded proc-macro2 v1.0.86
3792024-08-28T22:28:28.955Z Downloaded serde_derive v1.0.208
3802024-08-28T22:28:28.957Z Downloaded unicode-ident v1.0.12
3812024-08-28T22:28:28.961Z Downloaded typenum v1.17.0
3822024-08-28T22:28:28.965Z Downloaded sha2 v0.10.8
3832024-08-28T22:28:28.968Z Downloaded toml_edit v0.22.20
3842024-08-28T22:28:28.989Z Downloaded papergrid v0.11.0
3852024-08-28T22:28:29.005Z Downloaded pest v2.7.10
3862024-08-28T22:28:29.009Z Downloaded indexmap v2.4.0
3872024-08-28T22:28:29.009Z Downloaded memchr v2.7.2
3882024-08-28T22:28:29.012Z Downloaded clap v4.5.16
3892024-08-28T22:28:29.018Z Downloaded hashbrown v0.14.5
3902024-08-28T22:28:29.023Z Downloaded winnow v0.6.18
3912024-08-28T22:28:29.042Z Downloaded clap_builder v4.5.15
3922024-08-28T22:28:29.050Z Downloaded tabled v0.15.0
3932024-08-28T22:28:29.066Z Downloaded zerocopy v0.7.34
3942024-08-28T22:28:29.083Z Downloaded serde_json v1.0.125
3952024-08-28T22:28:29.090Z Downloaded syn v1.0.109
3962024-08-28T22:28:29.155Z Downloaded goblin v0.8.2
3972024-08-28T22:28:29.171Z Downloaded syn v2.0.74
3982024-08-28T22:28:29.171Z Downloaded rustix v0.38.34
3992024-08-28T22:28:29.171Z Downloaded unicode-width v0.1.13
4002024-08-28T22:28:29.171Z Downloaded libc v0.2.158
4012024-08-28T22:28:29.457Z Compiling proc-macro2 v1.0.86
4022024-08-28T22:28:29.457Z Compiling unicode-ident v1.0.12
4032024-08-28T22:28:29.461Z Compiling version_check v0.9.5
4042024-08-28T22:28:29.461Z Compiling serde v1.0.208
4052024-08-28T22:28:29.461Z Compiling memchr v2.7.2
4062024-08-28T22:28:29.461Z Compiling thiserror v1.0.63
4072024-08-28T22:28:29.461Z Compiling libc v0.2.158
4082024-08-28T22:28:29.461Z Compiling itoa v1.0.11
4092024-08-28T22:28:29.719Z Compiling ryu v1.0.18
4102024-08-28T22:28:29.803Z Compiling ucd-trie v0.1.6
4112024-08-28T22:28:30.049Z Compiling once_cell v1.19.0
4122024-08-28T22:28:30.322Z Compiling byteorder v1.5.0
4132024-08-28T22:28:30.437Z Compiling rustix v0.38.34
4142024-08-28T22:28:30.483Z Compiling serde_json v1.0.125
4152024-08-28T22:28:30.909Z Compiling bitflags v2.6.0
4162024-08-28T22:28:30.932Z Compiling usdt-impl v0.5.0
4172024-08-28T22:28:31.210Z Compiling quote v1.0.36
4182024-08-28T22:28:31.274Z Compiling proc-macro-error-attr v1.0.4
4192024-08-28T22:28:31.314Z Compiling syn v1.0.109
4202024-08-28T22:28:31.423Z Compiling proc-macro-error v1.0.4
4212024-08-28T22:28:31.495Z Compiling equivalent v1.0.1
4222024-08-28T22:28:31.612Z Compiling syn v2.0.74
4232024-08-28T22:28:31.637Z Compiling errno v0.3.9
4242024-08-28T22:28:31.738Z Compiling plain v0.2.3
4252024-08-28T22:28:31.907Z Compiling thread-id v4.2.1
4262024-08-28T22:28:31.910Z Compiling camino v1.1.9
4272024-08-28T22:28:31.951Z Compiling hashbrown v0.14.5
4282024-08-28T22:28:32.004Z Compiling log v0.4.21
4292024-08-28T22:28:32.030Z Compiling utf8parse v0.2.1
4302024-08-28T22:28:32.206Z Compiling anstyle-parse v0.2.4
4312024-08-28T22:28:32.589Z Compiling anstyle v1.0.8
4322024-08-28T22:28:32.715Z Compiling is_terminal_polyfill v1.70.0
4332024-08-28T22:28:32.882Z Compiling pretty-hex v0.4.1
4342024-08-28T22:28:33.017Z Compiling winnow v0.6.18
4352024-08-28T22:28:33.071Z Compiling autocfg v1.3.0
4362024-08-28T22:28:33.099Z Compiling colorchoice v1.0.1
4372024-08-28T22:28:33.124Z Compiling anstyle-query v1.0.3
4382024-08-28T22:28:33.283Z Compiling indexmap v2.4.0
4392024-08-28T22:28:33.283Z Compiling semver v1.0.23
4402024-08-28T22:28:33.398Z Compiling unicode-width v0.1.13
4412024-08-28T22:28:33.670Z Compiling anstream v0.6.14
4422024-08-28T22:28:34.276Z Compiling terminal_size v0.3.0
4432024-08-28T22:28:34.303Z Compiling fs-err v2.11.0
4442024-08-28T22:28:34.610Z Compiling bytecount v0.6.8
4452024-08-28T22:28:34.635Z Compiling clap_lex v0.7.0
4462024-08-28T22:28:34.659Z Compiling cfg-if v1.0.0
4472024-08-28T22:28:34.761Z Compiling fnv v1.0.7
4482024-08-28T22:28:34.787Z Compiling anyhow v1.0.86
4492024-08-28T22:28:34.830Z Compiling heck v0.4.1
4502024-08-28T22:28:34.906Z Compiling strsim v0.11.1
4512024-08-28T22:28:35.025Z Compiling fastrand v2.1.0
4522024-08-28T22:28:35.155Z Compiling heck v0.5.0
4532024-08-28T22:28:35.613Z Compiling tempfile v3.10.1
4542024-08-28T22:28:35.640Z Compiling clap_builder v4.5.15
4552024-08-28T22:28:35.700Z Compiling papergrid v0.11.0
4562024-08-28T22:28:36.039Z Compiling memmap v0.7.0
4572024-08-28T22:28:36.082Z Compiling smawk v0.3.2
4582024-08-28T22:28:36.330Z Compiling unicode-linebreak v0.1.5
4592024-08-28T22:28:36.850Z Compiling textwrap v0.16.1
4602024-08-28T22:28:37.036Z Compiling swrite v0.1.0
4612024-08-28T22:28:38.168Z Compiling tabled_derive v0.7.0
4622024-08-28T22:28:39.897Z Compiling tabled v0.15.0
4632024-08-28T22:28:40.785Z Compiling serde_derive v1.0.208
4642024-08-28T22:28:40.785Z Compiling thiserror-impl v1.0.63
4652024-08-28T22:28:40.788Z Compiling zerocopy-derive v0.7.34
4662024-08-28T22:28:40.788Z Compiling scroll_derive v0.12.0
4672024-08-28T22:28:40.788Z Compiling clap_derive v4.5.13
4682024-08-28T22:28:42.261Z Compiling scroll v0.12.0
4692024-08-28T22:28:42.881Z Compiling goblin v0.8.2
4702024-08-28T22:28:43.132Z Compiling zerocopy v0.7.34
4712024-08-28T22:28:44.181Z Compiling pest v2.7.10
4722024-08-28T22:28:44.748Z Compiling clap v4.5.16
4732024-08-28T22:28:46.337Z Compiling pest_meta v2.7.10
4742024-08-28T22:28:47.298Z Compiling pest_generator v2.7.10
4752024-08-28T22:28:49.416Z Compiling pest_derive v2.7.10
4762024-08-28T22:28:50.134Z Compiling dtrace-parser v0.2.0
4772024-08-28T22:28:51.673Z Compiling serde_tokenstream v0.2.2
4782024-08-28T22:28:51.877Z Compiling toml_datetime v0.6.8
4792024-08-28T22:28:51.877Z Compiling serde_spanned v0.6.7
4802024-08-28T22:28:51.977Z Compiling cargo-platform v0.1.8
4812024-08-28T22:28:52.254Z Compiling toml_edit v0.22.20
4822024-08-28T22:28:52.281Z Compiling macaddr v1.0.1
4832024-08-28T22:28:52.522Z Compiling camino-tempfile v1.1.1
4842024-08-28T22:28:53.245Z Compiling dof v0.3.0
4852024-08-28T22:28:53.478Z Compiling cargo_metadata v0.18.1
4862024-08-28T22:28:54.944Z Compiling usdt-macro v0.5.0
4872024-08-28T22:28:54.966Z Compiling usdt-attr-macro v0.5.0
4882024-08-28T22:28:55.341Z Compiling toml v0.8.19
4892024-08-28T22:28:56.178Z Compiling cargo_toml v0.20.4
4902024-08-28T22:28:56.344Z Compiling usdt v0.5.0
4912024-08-28T22:29:00.129Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-08-28T22:29:04.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.75s
4932024-08-28T22:29:04.931Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-08-28T22:29:05.544Z Downloading crates ...
4952024-08-28T22:29:05.666Z Downloaded adler v1.0.2
4962024-08-28T22:29:05.671Z Downloaded addr2line v0.21.0
4972024-08-28T22:29:05.678Z Downloaded bitstruct_derive v0.1.0
4982024-08-28T22:29:05.681Z Downloaded ciborium-io v0.2.2
4992024-08-28T22:29:05.685Z Downloaded allocator-api2 v0.2.18
5002024-08-28T22:29:05.693Z Downloaded crucible-workspace-hack v0.1.0
5012024-08-28T22:29:05.695Z Downloaded bit-set v0.5.3
5022024-08-28T22:29:05.698Z Downloaded ascii-canvas v3.0.0
5032024-08-28T22:29:05.698Z Downloaded array-init v0.0.4
5042024-08-28T22:29:05.700Z Downloaded hyper-staticfile v0.9.5
5052024-08-28T22:29:05.703Z Downloaded cobs v0.2.3
5062024-08-28T22:29:05.703Z Downloaded aead v0.5.2
5072024-08-28T22:29:05.706Z Downloaded bitflags v1.3.2
5082024-08-28T22:29:05.709Z Downloaded darling_macro v0.20.9
5092024-08-28T22:29:05.712Z Downloaded curve25519-dalek-derive v0.1.1
5102024-08-28T22:29:05.712Z Downloaded is-terminal v0.4.12
5112024-08-28T22:29:05.715Z Downloaded hubpack_derive v0.1.1
5122024-08-28T22:29:05.715Z Downloaded ident_case v1.0.1
5132024-08-28T22:29:05.718Z Downloaded bb8 v0.8.5
5142024-08-28T22:29:05.718Z Downloaded ctr v0.9.2
5152024-08-28T22:29:05.720Z Downloaded crc-catalog v2.4.0
5162024-08-28T22:29:05.723Z Downloaded bitfield v0.14.0
5172024-08-28T22:29:05.725Z Downloaded md5 v0.7.0
5182024-08-28T22:29:05.725Z Downloaded crc v3.2.1
5192024-08-28T22:29:05.728Z Downloaded castaway v0.2.3
5202024-08-28T22:29:05.731Z Downloaded atomicwrites v0.4.3
5212024-08-28T22:29:05.733Z Downloaded match_cfg v0.1.0
5222024-08-28T22:29:05.733Z Downloaded convert_case v0.4.0
5232024-08-28T22:29:05.736Z Downloaded http-range v0.1.5
5242024-08-28T22:29:05.736Z Downloaded cipher v0.4.4
5252024-08-28T22:29:05.738Z Downloaded const_format_proc_macros v0.2.32
5262024-08-28T22:29:05.741Z Downloaded chacha20 v0.9.1
5272024-08-28T22:29:05.743Z Downloaded normalize-line-endings v0.3.0
5282024-08-28T22:29:05.746Z Downloaded multimap v0.10.0
5292024-08-28T22:29:05.746Z Downloaded const-oid v0.9.6
5302024-08-28T22:29:05.750Z Downloaded lazycell v1.3.0
5312024-08-28T22:29:05.753Z Downloaded cookie v0.18.1
5322024-08-28T22:29:05.757Z Downloaded nibble_vec v0.1.0
5332024-08-28T22:29:05.757Z Downloaded atty v0.2.14
5342024-08-28T22:29:05.759Z Downloaded num v0.4.3
5352024-08-28T22:29:05.759Z Downloaded bitstruct v0.1.1
5362024-08-28T22:29:05.761Z Downloaded hickory-server v0.24.1
5372024-08-28T22:29:05.767Z Downloaded nanorand v0.7.0
5382024-08-28T22:29:05.770Z Downloaded managed v0.8.0
5392024-08-28T22:29:05.772Z Downloaded linked-hash-map v0.5.6
5402024-08-28T22:29:05.775Z Downloaded impl-trait-for-tuples v0.2.2
5412024-08-28T22:29:05.778Z Downloaded hyper-tls v0.5.0
5422024-08-28T22:29:05.781Z Downloaded ipnet v2.9.0
5432024-08-28T22:29:05.781Z Downloaded crunchy v0.2.2
5442024-08-28T22:29:05.784Z Downloaded mime_guess v2.0.4
5452024-08-28T22:29:05.786Z Downloaded cstr-argument v0.1.2
5462024-08-28T22:29:05.786Z Downloaded hickory-resolver v0.24.1
5472024-08-28T22:29:05.791Z Downloaded base64 v0.13.1
5482024-08-28T22:29:05.795Z Downloaded iana-time-zone v0.1.60
5492024-08-28T22:29:05.798Z Downloaded base16ct v0.2.0
5502024-08-28T22:29:05.802Z Downloaded atomic-waker v1.1.2
5512024-08-28T22:29:05.804Z Downloaded async-stream v0.3.5
5522024-08-28T22:29:05.806Z Downloaded bytes v1.7.1
5532024-08-28T22:29:05.809Z Downloaded new_debug_unreachable v1.0.6
5542024-08-28T22:29:05.811Z Downloaded sync_wrapper v0.1.2
5552024-08-28T22:29:05.811Z Downloaded bit-vec v0.6.3
5562024-08-28T22:29:05.814Z Downloaded newtype_derive v0.1.6
5572024-08-28T22:29:05.816Z Downloaded cassowary v0.3.0
5582024-08-28T22:29:05.819Z Downloaded newline-converter v0.3.0
5592024-08-28T22:29:05.819Z Downloaded jobserver v0.1.32
5602024-08-28T22:29:05.821Z Downloaded ciborium-ll v0.2.2
5612024-08-28T22:29:05.824Z Downloaded mockall_derive v0.13.0
5622024-08-28T22:29:05.826Z Downloaded colored v2.1.0
5632024-08-28T22:29:05.828Z Downloaded cexpr v0.6.0
5642024-08-28T22:29:05.831Z Downloaded try-lock v0.2.5
5652024-08-28T22:29:05.831Z Downloaded lru-cache v0.1.2
5662024-08-28T22:29:05.833Z Downloaded rtoolbox v0.0.2
5672024-08-28T22:29:05.835Z Downloaded highway v1.2.0
5682024-08-28T22:29:05.838Z Downloaded cbc v0.1.2
5692024-08-28T22:29:05.840Z Downloaded crossbeam-deque v0.8.5
5702024-08-28T22:29:05.840Z Downloaded sec1 v0.7.3
5712024-08-28T22:29:05.843Z Downloaded instability v0.3.2
5722024-08-28T22:29:05.846Z Downloaded float-ord v0.3.2
5732024-08-28T22:29:05.846Z Downloaded libefi-sys v0.1.0
5742024-08-28T22:29:05.849Z Downloaded md-5 v0.10.6
5752024-08-28T22:29:05.849Z Downloaded schemars_derive v0.8.21
5762024-08-28T22:29:05.852Z Downloaded slog-envlogger v2.2.0
5772024-08-28T22:29:05.854Z Downloaded mockall v0.13.0
5782024-08-28T22:29:05.856Z Downloaded base64 v0.22.1
5792024-08-28T22:29:05.859Z Downloaded lazy_static v1.5.0
5802024-08-28T22:29:05.862Z Downloaded spki v0.7.3
5812024-08-28T22:29:05.865Z Downloaded slog-bunyan v2.5.0
5822024-08-28T22:29:05.867Z Downloaded headers-core v0.2.0
5832024-08-28T22:29:05.867Z Downloaded tiny-keccak v2.0.2
5842024-08-28T22:29:05.870Z Downloaded supports-color v3.0.0
5852024-08-28T22:29:05.872Z Downloaded cookie_store v0.20.0
5862024-08-28T22:29:05.875Z Downloaded tabwriter v1.4.0
5872024-08-28T22:29:05.875Z Downloaded console v0.15.8
5882024-08-28T22:29:05.878Z Downloaded string_cache v0.8.7
5892024-08-28T22:29:05.881Z Downloaded crc32fast v1.4.0
5902024-08-28T22:29:05.884Z Downloaded pem v3.0.4
5912024-08-28T22:29:05.886Z Downloaded memmap2 v0.9.4
5922024-08-28T22:29:05.888Z Downloaded number_prefix v0.4.0
5932024-08-28T22:29:05.889Z Downloaded tui-tree-widget v0.22.0
5942024-08-28T22:29:05.891Z Downloaded sqlformat v0.2.4
5952024-08-28T22:29:05.893Z Downloaded portpicker v0.1.1
5962024-08-28T22:29:05.893Z Downloaded argon2 v0.5.3
5972024-08-28T22:29:05.896Z Downloaded lock_api v0.4.12
5982024-08-28T22:29:05.898Z Downloaded dropshot_endpoint v0.10.1
5992024-08-28T22:29:05.898Z Downloaded untrusted v0.9.0
6002024-08-28T22:29:05.901Z Downloaded serde_with_macros v3.9.0
6012024-08-28T22:29:05.903Z Downloaded darling_core v0.20.9
6022024-08-28T22:29:05.908Z Downloaded zeroize v1.7.0
6032024-08-28T22:29:05.916Z Downloaded serde-big-array v0.5.1
6042024-08-28T22:29:05.920Z Downloaded russh-cryptovec v0.7.2
6052024-08-28T22:29:05.920Z Downloaded futures-io v0.3.30
6062024-08-28T22:29:05.920Z Downloaded hyper-rustls v0.24.2
6072024-08-28T22:29:05.920Z Downloaded native-tls v0.2.11
6082024-08-28T22:29:05.923Z Downloaded strum v0.26.3
6092024-08-28T22:29:05.923Z Downloaded pem-rfc7468 v0.7.0
6102024-08-28T22:29:05.926Z Downloaded csv-core v0.1.11
6112024-08-28T22:29:05.929Z Downloaded crossbeam-utils v0.8.19
6122024-08-28T22:29:05.929Z Downloaded clang-sys v1.7.0
6132024-08-28T22:29:05.932Z Downloaded ghash v0.5.1
6142024-08-28T22:29:05.934Z Downloaded heck v0.3.3
6152024-08-28T22:29:05.937Z Downloaded debug-ignore v1.0.5
6162024-08-28T22:29:05.939Z Downloaded waitgroup v0.1.2
6172024-08-28T22:29:05.939Z Downloaded predicates-core v1.0.6
6182024-08-28T22:29:05.939Z Downloaded group v0.13.0
6192024-08-28T22:29:05.945Z Downloaded predicates-tree v1.0.9
6202024-08-28T22:29:05.948Z Downloaded tinyvec_macros v0.1.1
6212024-08-28T22:29:05.948Z Downloaded rand_seeder v0.3.0
6222024-08-28T22:29:05.948Z Downloaded crypto-bigint v0.5.5
6232024-08-28T22:29:05.953Z Downloaded backtrace v0.3.71
6242024-08-28T22:29:05.960Z Downloaded parse-size v1.0.0
6252024-08-28T22:29:05.962Z Downloaded num-conv v0.1.0
6262024-08-28T22:29:05.965Z Downloaded foreign-types v0.5.0
6272024-08-28T22:29:05.965Z Downloaded foreign-types-macros v0.2.3
6282024-08-28T22:29:05.967Z Downloaded display-error-chain v0.2.0
6292024-08-28T22:29:05.967Z Downloaded chacha20poly1305 v0.10.1
6302024-08-28T22:29:05.970Z Downloaded dirs-next v2.0.0
6312024-08-28T22:29:05.973Z Downloaded olpc-cjson v0.1.3
6322024-08-28T22:29:05.973Z Downloaded tap v1.0.1
6332024-08-28T22:29:05.973Z Downloaded ciborium v0.2.2
6342024-08-28T22:29:05.976Z Downloaded serde_urlencoded v0.7.1
6352024-08-28T22:29:05.978Z Downloaded crc-any v2.5.0
6362024-08-28T22:29:05.980Z Downloaded rustc-hash v1.1.0
6372024-08-28T22:29:05.983Z Downloaded xattr v1.3.1
6382024-08-28T22:29:05.986Z Downloaded russh-keys v0.44.0
6392024-08-28T22:29:05.988Z Downloaded phf_shared v0.10.0
6402024-08-28T22:29:05.988Z Downloaded yasna v0.5.2
6412024-08-28T22:29:05.991Z Downloaded ff v0.13.0
6422024-08-28T22:29:05.994Z Downloaded fd-lock v4.0.2
6432024-08-28T22:29:05.996Z Downloaded stable_deref_trait v1.2.0
6442024-08-28T22:29:05.999Z Downloaded futures-task v0.3.30
6452024-08-28T22:29:05.999Z Downloaded futures-sink v0.3.30
6462024-08-28T22:29:06.010Z Downloaded mio v1.0.2
6472024-08-28T22:29:06.017Z Downloaded want v0.3.1
6482024-08-28T22:29:06.020Z Downloaded psl-types v2.0.11
6492024-08-28T22:29:06.022Z Downloaded sqlparser_derive v0.2.2
6502024-08-28T22:29:06.022Z Downloaded rpassword v7.3.1
6512024-08-28T22:29:06.025Z Downloaded tungstenite v0.20.1
6522024-08-28T22:29:06.030Z Downloaded downcast v0.11.0
6532024-08-28T22:29:06.030Z Downloaded dirs-sys-next v0.1.2
6542024-08-28T22:29:06.032Z Downloaded dirs-sys v0.4.1
6552024-08-28T22:29:06.032Z Downloaded zerocopy v0.6.6
6562024-08-28T22:29:06.035Z Downloaded serde_plain v1.0.2
6572024-08-28T22:29:06.039Z Downloaded resolv-conf v0.7.0
6582024-08-28T22:29:06.043Z Downloaded indicatif v0.17.8
6592024-08-28T22:29:06.047Z Downloaded flume v0.11.0
6602024-08-28T22:29:06.049Z Downloaded slog-stdlog v4.1.1
6612024-08-28T22:29:06.052Z Downloaded structmeta-derive v0.3.0
6622024-08-28T22:29:06.052Z Downloaded structmeta-derive v0.2.0
6632024-08-28T22:29:06.057Z Downloaded password-hash v0.4.2
6642024-08-28T22:29:06.057Z Downloaded phf_shared v0.11.2
6652024-08-28T22:29:06.059Z Downloaded phf v0.11.2
6662024-08-28T22:29:06.060Z Downloaded shlex v1.3.0
6672024-08-28T22:29:06.062Z Downloaded http v0.2.12
6682024-08-28T22:29:06.065Z Downloaded parking_lot_core v0.9.10
6692024-08-28T22:29:06.068Z Downloaded thiserror-impl-no-std v2.0.2
6702024-08-28T22:29:06.071Z Downloaded term v0.7.0
6712024-08-28T22:29:06.073Z Downloaded deranged v0.3.11
6722024-08-28T22:29:06.075Z Downloaded scrypt v0.11.0
6732024-08-28T22:29:06.080Z Downloaded crossterm v0.27.0
6742024-08-28T22:29:06.085Z Downloaded hash32 v0.3.1
6752024-08-28T22:29:06.087Z Downloaded openssl-probe v0.1.5
6762024-08-28T22:29:06.091Z Downloaded endian-type v0.1.2
6772024-08-28T22:29:06.091Z Downloaded openssl-macros v0.1.1
6782024-08-28T22:29:06.094Z Downloaded rustc-demangle v0.1.24
6792024-08-28T22:29:06.094Z Downloaded semver v0.1.20
6802024-08-28T22:29:06.094Z Downloaded hash32 v0.2.1
6812024-08-28T22:29:06.097Z Downloaded fallible-iterator v0.3.0
6822024-08-28T22:29:06.098Z Downloaded slog-term v2.9.1
6832024-08-28T22:29:06.100Z Downloaded polyval v0.6.2
6842024-08-28T22:29:06.103Z Downloaded packed_struct_codegen v0.10.1
6852024-08-28T22:29:06.107Z Downloaded packed_struct v0.10.1
6862024-08-28T22:29:06.107Z Downloaded snafu v0.8.2
6872024-08-28T22:29:06.112Z Downloaded quick-error v1.2.3
6882024-08-28T22:29:06.115Z Downloaded scopeguard v1.2.0
6892024-08-28T22:29:06.121Z Downloaded radium v0.7.0
6902024-08-28T22:29:06.121Z Downloaded r2d2 v0.8.10
6912024-08-28T22:29:06.124Z Downloaded fixedbitset v0.4.2
6922024-08-28T22:29:06.124Z Downloaded fallible-streaming-iterator v0.1.9
6932024-08-28T22:29:06.124Z Downloaded dyn-clone v1.0.17
6942024-08-28T22:29:06.124Z Downloaded which v4.4.2
6952024-08-28T22:29:06.126Z Downloaded elliptic-curve v0.13.8
6962024-08-28T22:29:06.130Z Downloaded wyz v0.5.1
6972024-08-28T22:29:06.133Z Downloaded unarray v0.1.4
6982024-08-28T22:29:06.136Z Downloaded tracing-core v0.1.32
6992024-08-28T22:29:06.138Z Downloaded num-bigint-dig v0.8.4
7002024-08-28T22:29:06.142Z Downloaded serde_arrays v0.1.0
7012024-08-28T22:29:06.145Z Downloaded vte_generate_state_changes v0.1.1
7022024-08-28T22:29:06.148Z Downloaded ed25519 v2.2.3
7032024-08-28T22:29:06.148Z Downloaded foreign-types-shared v0.3.1
7042024-08-28T22:29:06.150Z Downloaded signal-hook-tokio v0.3.1
7052024-08-28T22:29:06.150Z Downloaded secrecy v0.8.0
7062024-08-28T22:29:06.156Z Downloaded rand_xorshift v0.3.0
7072024-08-28T22:29:06.156Z Downloaded vergen v8.3.2
7082024-08-28T22:29:06.159Z Downloaded hex-literal v0.4.1
7092024-08-28T22:29:06.159Z Downloaded tls_codec v0.4.1
7102024-08-28T22:29:06.161Z Downloaded num_enum_derive v0.5.11
7112024-08-28T22:29:06.164Z Downloaded socket2 v0.4.10
7122024-08-28T22:29:06.164Z Downloaded tokio-tungstenite v0.20.1
7132024-08-28T22:29:06.167Z Downloaded enum-as-inner v0.5.1
7142024-08-28T22:29:06.171Z Downloaded rustfmt-wrapper v0.2.1
7152024-08-28T22:29:06.174Z Downloaded structmeta v0.3.0
7162024-08-28T22:29:06.174Z Downloaded rustc_version v0.4.0
7172024-08-28T22:29:06.174Z Downloaded url v2.5.2
7182024-08-28T22:29:06.177Z Downloaded unicode_categories v0.1.1
7192024-08-28T22:29:06.180Z Downloaded parking_lot v0.12.2
7202024-08-28T22:29:06.183Z Downloaded num-bigint v0.4.5
7212024-08-28T22:29:06.189Z Downloaded enum-as-inner v0.6.0
7222024-08-28T22:29:06.191Z Downloaded num_enum v0.5.11
7232024-08-28T22:29:06.196Z Downloaded termtree v0.4.1
7242024-08-28T22:29:06.198Z Downloaded take_mut v0.2.2
7252024-08-28T22:29:06.201Z Downloaded strum_macros v0.25.3
7262024-08-28T22:29:06.203Z Downloaded poly1305 v0.8.0
7272024-08-28T22:29:06.206Z Downloaded strum_macros v0.24.3
7282024-08-28T22:29:06.209Z Downloaded proc-macro-crate v1.3.1
7292024-08-28T22:29:06.209Z Downloaded sct v0.7.1
7302024-08-28T22:29:06.212Z Downloaded p256 v0.13.2
7312024-08-28T22:29:06.216Z Downloaded glob v0.3.1
7322024-08-28T22:29:06.218Z Downloaded toml v0.7.8
7332024-08-28T22:29:06.222Z Downloaded primeorder v0.13.6
7342024-08-28T22:29:06.228Z Downloaded flagset v0.4.5
7352024-08-28T22:29:06.231Z Downloaded env_logger v0.9.3
7362024-08-28T22:29:06.231Z Downloaded pretty-hex v0.2.1
7372024-08-28T22:29:06.231Z Downloaded hyper v0.14.30
7382024-08-28T22:29:06.241Z Downloaded wait-timeout v0.2.0
7392024-08-28T22:29:06.243Z Downloaded termcolor v1.4.1
7402024-08-28T22:29:06.243Z Downloaded option-ext v0.2.0
7412024-08-28T22:29:06.246Z Downloaded paste v1.0.15
7422024-08-28T22:29:06.249Z Downloaded scheduled-thread-pool v0.2.7
7432024-08-28T22:29:06.251Z Downloaded termios v0.3.3
7442024-08-28T22:29:06.251Z Downloaded rayon-core v1.12.1
7452024-08-28T22:29:06.255Z Downloaded thiserror-no-std v2.0.2
7462024-08-28T22:29:06.260Z Downloaded foreign-types-shared v0.1.1
7472024-08-28T22:29:06.262Z Downloaded rustls-pemfile v2.1.3
7482024-08-28T22:29:06.264Z Downloaded peg-runtime v0.8.3
7492024-08-28T22:29:06.264Z Downloaded spin v0.5.2
7502024-08-28T22:29:06.269Z Downloaded thread_local v1.1.8
7512024-08-28T22:29:06.271Z Downloaded derive_builder_macro v0.20.0
7522024-08-28T22:29:06.271Z Downloaded getopts v0.2.21
7532024-08-28T22:29:06.271Z Downloaded gethostname v0.5.0
7542024-08-28T22:29:06.274Z Downloaded crossterm v0.28.1
7552024-08-28T22:29:06.279Z Downloaded fragile v2.0.0
7562024-08-28T22:29:06.282Z Downloaded password-hash v0.5.0
7572024-08-28T22:29:06.287Z Downloaded derive_builder_core v0.20.0
7582024-08-28T22:29:06.290Z Downloaded strip-ansi-escapes v0.2.0
7592024-08-28T22:29:06.290Z Downloaded ssh-encoding v0.2.0
7602024-08-28T22:29:06.290Z Downloaded mio v0.8.11
7612024-08-28T22:29:06.297Z Downloaded ssh-cipher v0.2.0
7622024-08-28T22:29:06.299Z Downloaded stringprep v0.1.4
7632024-08-28T22:29:06.299Z Downloaded fallible-iterator v0.2.0
7642024-08-28T22:29:06.302Z Downloaded half v2.4.1
7652024-08-28T22:29:06.304Z Downloaded nom v7.1.3
7662024-08-28T22:29:06.310Z Downloaded rusty-fork v0.3.0
7672024-08-28T22:29:06.312Z Downloaded diesel_table_macro_syntax v0.2.0
7682024-08-28T22:29:06.316Z Downloaded precomputed-hash v0.1.1
7692024-08-28T22:29:06.316Z Downloaded toolchain_find v0.4.0
7702024-08-28T22:29:06.316Z Downloaded powerfmt v0.2.0
7712024-08-28T22:29:06.321Z Downloaded slab v0.4.9
7722024-08-28T22:29:06.323Z Downloaded diff v0.1.13
7732024-08-28T22:29:06.323Z Downloaded percent-encoding v2.3.1
7742024-08-28T22:29:06.323Z Downloaded form_urlencoded v1.2.1
7752024-08-28T22:29:06.326Z Downloaded slog-scope v4.4.0
7762024-08-28T22:29:06.326Z Downloaded pkcs8 v0.10.2
7772024-08-28T22:29:06.329Z Downloaded rustls-pki-types v1.7.0
7782024-08-28T22:29:06.331Z Downloaded postgres-protocol v0.6.7
7792024-08-28T22:29:06.333Z Downloaded utf-8 v0.7.6
7802024-08-28T22:29:06.337Z Downloaded difflib v0.4.0
7812024-08-28T22:29:06.337Z Downloaded zeroize_derive v1.4.2
7822024-08-28T22:29:06.340Z Downloaded path-slash v0.1.5
7832024-08-28T22:29:06.340Z Downloaded static_assertions v1.1.0
7842024-08-28T22:29:06.342Z Downloaded smf v0.2.3
7852024-08-28T22:29:06.342Z Downloaded tough v0.17.1
7862024-08-28T22:29:06.350Z Downloaded libxml v0.3.3
7872024-08-28T22:29:06.359Z Downloaded tower-service v0.3.2
7882024-08-28T22:29:06.361Z Downloaded unicode-truncate v1.0.0
7892024-08-28T22:29:06.361Z Downloaded num-rational v0.4.2
7902024-08-28T22:29:06.364Z Downloaded subprocess v0.2.9
7912024-08-28T22:29:06.366Z Downloaded socket2 v0.5.7
7922024-08-28T22:29:06.370Z Downloaded hkdf v0.12.4
7932024-08-28T22:29:06.372Z Downloaded oso-derive v0.27.3
7942024-08-28T22:29:06.372Z Downloaded slog-json v2.6.1
7952024-08-28T22:29:06.374Z Downloaded rsa v0.9.6
7962024-08-28T22:29:06.379Z Downloaded ref-cast-impl v1.0.23
7972024-08-28T22:29:06.382Z Downloaded topological-sort v0.2.2
7982024-08-28T22:29:06.382Z Downloaded typed-path v0.7.1
7992024-08-28T22:29:06.388Z Downloaded unicode-xid v0.2.4
8002024-08-28T22:29:06.390Z Downloaded smallvec v1.13.2
8012024-08-28T22:29:06.393Z Downloaded pbkdf2 v0.11.0
8022024-08-28T22:29:06.395Z Downloaded openssl-sys v0.9.103
8032024-08-28T22:29:06.400Z Downloaded similar v2.6.0
8042024-08-28T22:29:06.405Z Downloaded tracing v0.1.40
8052024-08-28T22:29:06.410Z Downloaded num-iter v0.1.45
8062024-08-28T22:29:06.413Z Downloaded postgres-types v0.2.7
8072024-08-28T22:29:06.415Z Downloaded slog v2.7.0
8082024-08-28T22:29:06.417Z Downloaded num-derive v0.4.2
8092024-08-28T22:29:06.420Z Downloaded pkcs5 v0.7.1
8102024-08-28T22:29:06.423Z Downloaded unicode-normalization v0.1.23
8112024-08-28T22:29:06.427Z Downloaded hickory-client v0.24.1
8122024-08-28T22:29:06.433Z Downloaded hashlink v0.9.1
8132024-08-28T22:29:06.435Z Downloaded derive_more v0.99.18
8142024-08-28T22:29:06.438Z Downloaded tokio-postgres v0.7.11
8152024-08-28T22:29:06.444Z Downloaded der v0.7.9
8162024-08-28T22:29:06.450Z Downloaded vte v0.11.1
8172024-08-28T22:29:06.452Z Downloaded whoami v1.5.1
8182024-08-28T22:29:06.455Z Downloaded vsss-rs v3.3.4
8192024-08-28T22:29:06.457Z Downloaded unicase v2.7.0
8202024-08-28T22:29:06.459Z Downloaded headers v0.3.9
8212024-08-28T22:29:06.464Z Downloaded erased-serde v0.3.31
8222024-08-28T22:29:06.467Z Downloaded pkcs1 v0.7.5
8232024-08-28T22:29:06.469Z Downloaded tokio-rustls v0.25.0
8242024-08-28T22:29:06.472Z Downloaded futures-util v0.3.30
8252024-08-28T22:29:06.484Z Downloaded uuid v1.10.0
8262024-08-28T22:29:06.487Z Downloaded zip v0.6.6
8272024-08-28T22:29:06.492Z Downloaded p521 v0.13.3
8282024-08-28T22:29:06.496Z Downloaded dhcproto v0.12.0
8292024-08-28T22:29:06.499Z Downloaded tinyvec v1.6.0
8302024-08-28T22:29:06.502Z Downloaded tokio-util v0.7.11
8312024-08-28T22:29:06.510Z Downloaded hashbrown v0.12.3
8322024-08-28T22:29:06.515Z Downloaded expectorate v1.1.0
8332024-08-28T22:29:06.518Z Downloaded russh v0.44.1
8342024-08-28T22:29:06.523Z Downloaded portable-atomic v1.6.0
8352024-08-28T22:29:06.530Z Downloaded bitvec v1.0.1
8362024-08-28T22:29:06.546Z Downloaded flate2 v1.0.31
8372024-08-28T22:29:06.551Z Downloaded rusqlite v0.31.0
8382024-08-28T22:29:06.559Z Downloaded bindgen v0.69.4
8392024-08-28T22:29:06.567Z Downloaded hashbrown v0.13.2
8402024-08-28T22:29:06.571Z Downloaded x509-cert v0.2.5
8412024-08-28T22:29:06.577Z Downloaded sqlparser v0.45.0
8422024-08-28T22:29:06.584Z Downloaded quick-xml v0.31.0
8432024-08-28T22:29:06.590Z Downloaded time v0.3.36
8442024-08-28T22:29:06.598Z Downloaded idna v0.4.0
8452024-08-28T22:29:06.605Z Downloaded rayon v1.10.0
8462024-08-28T22:29:06.615Z Downloaded lalrpop v0.19.12
8472024-08-28T22:29:06.627Z Downloaded proptest v1.5.0
8482024-08-28T22:29:06.637Z Downloaded reedline v0.33.0
8492024-08-28T22:29:06.645Z Downloaded rustls v0.21.12
8502024-08-28T22:29:06.657Z Downloaded regress v0.9.1
8512024-08-28T22:29:06.666Z Downloaded curve25519-dalek v4.1.3
8522024-08-28T22:29:06.676Z Downloaded nix v0.27.1
8532024-08-28T22:29:06.688Z Downloaded winnow v0.5.40
8542024-08-28T22:29:06.698Z Downloaded radix_trie v0.2.1
8552024-08-28T22:29:06.704Z Downloaded reqwest v0.11.27
8562024-08-28T22:29:06.713Z Downloaded nix v0.28.0
8572024-08-28T22:29:06.725Z Downloaded rustls-webpki v0.102.4
8582024-08-28T22:29:06.744Z Downloaded regex v1.10.6
8592024-08-28T22:29:06.757Z Downloaded vcpkg v0.2.15
8602024-08-28T22:29:06.798Z Downloaded smoltcp v0.9.1
8612024-08-28T22:29:06.810Z Downloaded openapiv3 v2.0.0
8622024-08-28T22:29:06.823Z Downloaded hickory-proto v0.24.1
8632024-08-28T22:29:06.842Z Downloaded smoltcp v0.11.0
8642024-08-28T22:29:06.854Z Downloaded regex-syntax v0.8.4
8652024-08-28T22:29:06.862Z Downloaded regex-syntax v0.6.29
8662024-08-28T22:29:06.871Z Downloaded rustls v0.22.4
8672024-08-28T22:29:06.884Z Downloaded diesel v2.2.3
8682024-08-28T22:29:06.905Z Downloaded ratatui v0.28.0
8692024-08-28T22:29:06.925Z Downloaded sled v0.34.7
8702024-08-28T22:29:06.936Z Downloaded zerocopy-derive v0.6.6
8712024-08-28T22:29:06.948Z Downloaded bzip2-sys v0.1.11+1.0.8
8722024-08-28T22:29:06.960Z Downloaded petgraph v0.6.5
8732024-08-28T22:29:06.979Z Downloaded csv v1.3.0
8742024-08-28T22:29:07.003Z Downloaded gimli v0.28.1
8752024-08-28T22:29:07.013Z Downloaded p384 v0.13.0
8762024-08-28T22:29:07.021Z Downloaded polar-core v0.27.3
8772024-08-28T22:29:07.027Z Downloaded dropshot v0.10.1
8782024-08-28T22:29:07.037Z Downloaded bstr v1.9.1
8792024-08-28T22:29:07.048Z Downloaded trust-dns-proto v0.22.0
8802024-08-28T22:29:07.062Z Downloaded regex-automata v0.4.6
8812024-08-28T22:29:07.082Z Downloaded finl_unicode v1.2.0
8822024-08-28T22:29:07.096Z Downloaded tokio v1.39.3
8832024-08-28T22:29:07.134Z Downloaded git2 v0.19.0
8842024-08-28T22:29:07.145Z Downloaded openssl v0.10.66
8852024-08-28T22:29:07.155Z Downloaded sha3 v0.10.8
8862024-08-28T22:29:07.160Z Downloaded object v0.32.2
8872024-08-28T22:29:07.173Z Downloaded idna v0.5.0
8882024-08-28T22:29:07.179Z Downloaded webpki-roots v0.25.4
8892024-08-28T22:29:07.184Z Downloaded object v0.30.4
8902024-08-28T22:29:07.193Z Downloaded idna v0.3.0
8912024-08-28T22:29:07.200Z Downloaded idna v0.2.3
8922024-08-28T22:29:07.208Z Downloaded h2 v0.3.26
8932024-08-28T22:29:07.215Z Downloaded samael v0.0.15
8942024-08-28T22:29:07.220Z Downloaded env_logger v0.10.2
8952024-08-28T22:29:07.223Z Downloaded oso v0.27.3
8962024-08-28T22:29:07.226Z Downloaded itertools v0.13.0
8972024-08-28T22:29:07.234Z Downloaded prettyplease v0.2.20
8982024-08-28T22:29:07.237Z Downloaded ref-cast v1.0.23
8992024-08-28T22:29:07.240Z Downloaded rcgen v0.12.1
9002024-08-28T22:29:07.242Z Downloaded peg-macros v0.8.4
9012024-08-28T22:29:07.245Z Downloaded hex v0.4.3
9022024-08-28T22:29:07.248Z Downloaded tokio-native-tls v0.3.1
9032024-08-28T22:29:07.251Z Downloaded chrono v0.4.38
9042024-08-28T22:29:07.257Z Downloaded tls_codec_derive v0.4.1
9052024-08-28T22:29:07.260Z Downloaded pin-project-internal v1.1.5
9062024-08-28T22:29:07.260Z Downloaded futures v0.3.30
9072024-08-28T22:29:07.266Z Downloaded unicode-segmentation v1.11.0
9082024-08-28T22:29:07.270Z Downloaded float-cmp v0.9.0
9092024-08-28T22:29:07.273Z Downloaded pbkdf2 v0.12.2
9102024-08-28T22:29:07.273Z Downloaded uzers v0.11.3
9112024-08-28T22:29:07.275Z Downloaded structmeta v0.2.0
9122024-08-28T22:29:07.275Z Downloaded peg v0.8.4
9132024-08-28T22:29:07.279Z Downloaded itertools v0.12.1
9142024-08-28T22:29:07.290Z Downloaded time-core v0.1.2
9152024-08-28T22:29:07.293Z Downloaded encoding_rs v0.8.34
9162024-08-28T22:29:07.314Z Downloaded der_derive v0.7.2
9172024-08-28T22:29:07.317Z Downloaded spin v0.9.8
9182024-08-28T22:29:07.319Z Downloaded ron v0.7.1
9192024-08-28T22:29:07.324Z Downloaded tokio-macros v2.4.0
9202024-08-28T22:29:07.327Z Downloaded getrandom v0.2.14
9212024-08-28T22:29:07.329Z Downloaded rustls-webpki v0.101.7
9222024-08-28T22:29:07.344Z Downloaded publicsuffix v2.2.3
9232024-08-28T22:29:07.347Z Downloaded zone v0.1.8
9242024-08-28T22:29:07.349Z Downloaded slog-async v2.8.0
9252024-08-28T22:29:07.349Z Downloaded rustversion v1.0.17
9262024-08-28T22:29:07.352Z Downloaded futures-channel v0.3.30
9272024-08-28T22:29:07.354Z Downloaded ssh-key v0.6.6
9282024-08-28T22:29:07.361Z Downloaded serde_with v3.9.0
9292024-08-28T22:29:07.371Z Downloaded toml_edit v0.19.15
9302024-08-28T22:29:07.389Z Downloaded num-traits v0.2.19
9312024-08-28T22:29:07.392Z Downloaded pin-project v1.1.5
9322024-08-28T22:29:07.405Z Downloaded signal-hook v0.3.17
9332024-08-28T22:29:07.409Z Downloaded libgit2-sys v0.17.0+1.8.1
9342024-08-28T22:29:07.475Z Downloaded globset v0.4.14
9352024-08-28T22:29:07.483Z Downloaded ring v0.17.8
9362024-08-28T22:29:07.547Z Downloaded strum_macros v0.26.4
9372024-08-28T22:29:07.551Z Downloaded foreign-types v0.3.2
9382024-08-28T22:29:07.551Z Downloaded zone_cfg_derive v0.1.2
9392024-08-28T22:29:07.551Z Downloaded futures-core v0.3.30
9402024-08-28T22:29:07.551Z Downloaded same-file v1.0.6
9412024-08-28T22:29:07.554Z Downloaded pkg-config v0.3.30
9422024-08-28T22:29:07.554Z Downloaded libm v0.2.8
9432024-08-28T22:29:07.562Z Downloaded ecdsa v0.16.9
9442024-08-28T22:29:07.565Z Downloaded smallvec v0.6.14
9452024-08-28T22:29:07.568Z Downloaded tracing-attributes v0.1.27
9462024-08-28T22:29:07.570Z Downloaded postcard v1.0.8
9472024-08-28T22:29:07.574Z Downloaded fatfs v0.3.6
9482024-08-28T22:29:07.576Z Downloaded tokio-tungstenite v0.21.0
9492024-08-28T22:29:07.581Z Downloaded unicode-bidi v0.3.15
9502024-08-28T22:29:07.581Z Downloaded rustls-pemfile v1.0.4
9512024-08-28T22:29:07.583Z Downloaded ring v0.16.20
9522024-08-28T22:29:07.667Z Downloaded serde-hex v0.1.0
9532024-08-28T22:29:07.669Z Downloaded tungstenite v0.23.0
9542024-08-28T22:29:07.672Z Downloaded tungstenite v0.21.0
9552024-08-28T22:29:07.675Z Downloaded blake3 v1.5.1
9562024-08-28T22:29:07.683Z Downloaded parking_lot v0.11.2
9572024-08-28T22:29:07.686Z Downloaded aho-corasick v1.1.3
9582024-08-28T22:29:07.691Z Downloaded filetime v0.2.24
9592024-08-28T22:29:07.716Z Downloaded rand v0.8.5
9602024-08-28T22:29:07.716Z Downloaded rustyline v14.0.0
9612024-08-28T22:29:07.716Z Downloaded derive-where v1.2.7
9622024-08-28T22:29:07.719Z Downloaded ron v0.8.1
9632024-08-28T22:29:07.725Z Downloaded serde_repr v0.1.19
9642024-08-28T22:29:07.728Z Downloaded test-strategy v0.3.1
9652024-08-28T22:29:07.733Z Downloaded heapless v0.7.17
9662024-08-28T22:29:07.739Z Downloaded steno v0.4.1
9672024-08-28T22:29:07.743Z Downloaded dirs v5.0.1
9682024-08-28T22:29:07.746Z Downloaded defmt-parser v0.3.4
9692024-08-28T22:29:07.749Z Downloaded signal-hook-mio v0.2.4
9702024-08-28T22:29:07.749Z Downloaded serde_path_to_error v0.1.16
9712024-08-28T22:29:07.752Z Downloaded num-integer v0.1.46
9722024-08-28T22:29:07.755Z Downloaded aes-gcm v0.10.3
9732024-08-28T22:29:07.757Z Downloaded signature v2.2.0
9742024-08-28T22:29:07.760Z Downloaded minimal-lexical v0.2.1
9752024-08-28T22:29:07.765Z Downloaded itertools v0.10.5
9762024-08-28T22:29:07.775Z Downloaded twox-hash v1.6.3
9772024-08-28T22:29:07.778Z Downloaded heapless v0.8.0
9782024-08-28T22:29:07.783Z Downloaded serde_yaml v0.9.34+deprecated
9792024-08-28T22:29:07.788Z Downloaded schemars v0.8.21
9802024-08-28T22:29:07.803Z Downloaded dsl_auto_type v0.1.2
9812024-08-28T22:29:07.806Z Downloaded parking_lot_core v0.8.6
9822024-08-28T22:29:07.810Z Downloaded omicron-zone-package v0.11.0
9832024-08-28T22:29:07.813Z Downloaded diesel_derives v2.2.2
9842024-08-28T22:29:07.815Z Downloaded unsafe-libyaml v0.2.11
9852024-08-28T22:29:07.818Z Downloaded tokio-stream v0.1.15
9862024-08-28T22:29:07.822Z Downloaded ed25519-dalek v2.1.1
9872024-08-28T22:29:07.824Z Downloaded walkdir v2.5.0
9882024-08-28T22:29:07.827Z Downloaded salsa20 v0.10.2
9892024-08-28T22:29:07.827Z Downloaded tar v0.4.41
9902024-08-28T22:29:07.830Z Downloaded sigpipe v0.1.3
9912024-08-28T22:29:07.832Z Downloaded ppv-lite86 v0.2.17
9922024-08-28T22:29:07.832Z Downloaded pin-project-lite v0.2.14
9932024-08-28T22:29:07.836Z Downloaded parse-display v0.10.0
9942024-08-28T22:29:07.839Z Downloaded owo-colors v4.0.0
9952024-08-28T22:29:07.841Z Downloaded const_format v0.2.32
9962024-08-28T22:29:07.845Z Downloaded base64 v0.21.7
9972024-08-28T22:29:07.849Z Downloaded futures-executor v0.3.30
9982024-08-28T22:29:07.852Z Downloaded shell-words v1.1.0
9992024-08-28T22:29:07.852Z Downloaded sha1 v0.10.6
10002024-08-28T22:29:07.854Z Downloaded rustc_version v0.1.7
10012024-08-28T22:29:07.854Z Downloaded rfc6979 v0.4.0
10022024-08-28T22:29:07.856Z Downloaded nu-ansi-term v0.50.0
10032024-08-28T22:29:07.859Z Downloaded defmt-macros v0.3.9
10042024-08-28T22:29:07.862Z Downloaded libz-sys v1.1.16
10052024-08-28T22:29:07.929Z Downloaded defmt v0.3.8
10062024-08-28T22:29:07.933Z Downloaded data-encoding v2.6.0
10072024-08-28T22:29:07.935Z Downloaded ena v0.14.3
10082024-08-28T22:29:07.937Z Downloaded num-complex v0.4.6
10092024-08-28T22:29:07.938Z Downloaded pin-utils v0.1.0
10102024-08-28T22:29:07.940Z Downloaded parse-display-derive v0.10.0
10112024-08-28T22:29:07.940Z Downloaded funty v2.0.0
10122024-08-28T22:29:07.943Z Downloaded embedded-io v0.4.0
10132024-08-28T22:29:07.943Z Downloaded untrusted v0.7.1
10142024-08-28T22:29:07.943Z Downloaded opaque-debug v0.3.1
10152024-08-28T22:29:07.946Z Downloaded num_threads v0.1.7
10162024-08-28T22:29:07.946Z Downloaded fxhash v0.2.1
10172024-08-28T22:29:07.946Z Downloaded rand_core v0.6.4
10182024-08-28T22:29:07.948Z Downloaded futures-macro v0.3.30
10192024-08-28T22:29:07.948Z Downloaded tokio-tungstenite v0.23.1
10202024-08-28T22:29:07.953Z Downloaded crossbeam-channel v0.5.12
10212024-08-28T22:29:07.955Z Downloaded rand_chacha v0.3.1
10222024-08-28T22:29:07.957Z Downloaded derive_builder v0.20.0
10232024-08-28T22:29:07.961Z Downloaded http v1.1.0
10242024-08-28T22:29:07.964Z Downloaded predicates v3.1.2
10252024-08-28T22:29:07.967Z Downloaded snafu-derive v0.8.2
10262024-08-28T22:29:07.970Z Downloaded serde_derive_internals v0.29.1
10272024-08-28T22:29:07.972Z Downloaded miniz_oxide v0.7.2
10282024-08-28T22:29:07.974Z Downloaded darling v0.20.9
10292024-08-28T22:29:07.978Z Downloaded either v1.13.0
10302024-08-28T22:29:07.980Z Downloaded libsqlite3-sys v0.28.0
10312024-08-28T22:29:08.055Z Downloaded multer v3.1.0
10322024-08-28T22:29:08.058Z Downloaded bzip2 v0.4.4
10332024-08-28T22:29:08.061Z Downloaded tokio-rustls v0.24.1
10342024-08-28T22:29:08.063Z Downloaded time-macros v0.2.18
10352024-08-28T22:29:08.066Z Downloaded libloading v0.8.3
10362024-08-28T22:29:08.068Z Downloaded indexmap v1.9.3
10372024-08-28T22:29:08.072Z Downloaded cc v1.0.97
10382024-08-28T22:29:08.074Z Downloaded ascii v1.1.0
10392024-08-28T22:29:08.074Z Downloaded universal-hash v0.5.1
10402024-08-28T22:29:08.077Z Downloaded cookie v0.17.0
10412024-08-28T22:29:08.079Z Downloaded siphasher v0.3.11
10422024-08-28T22:29:08.079Z Downloaded hmac v0.12.1
10432024-08-28T22:29:08.082Z Downloaded constant_time_eq v0.3.0
10442024-08-28T22:29:08.084Z Downloaded base64ct v1.6.0
10452024-08-28T22:29:08.084Z Downloaded subtle v2.5.0
10462024-08-28T22:29:08.087Z Downloaded cancel-safe-futures v0.1.5
10472024-08-28T22:29:08.089Z Downloaded keccak v0.1.5
10482024-08-28T22:29:08.091Z Downloaded bitfield-struct v0.6.1
10492024-08-28T22:29:08.091Z Downloaded arc-swap v1.7.1
10502024-08-28T22:29:08.094Z Downloaded aes v0.8.4
10512024-08-28T22:29:08.098Z Downloaded inout v0.1.3
10522024-08-28T22:29:08.101Z Downloaded backoff v0.4.0
10532024-08-28T22:29:08.104Z Downloaded mime v0.3.17
10542024-08-28T22:29:08.104Z Downloaded maplit v1.0.2
10552024-08-28T22:29:08.104Z Downloaded ipnetwork v0.20.0
10562024-08-28T22:29:08.107Z Downloaded indent_write v2.2.0
10572024-08-28T22:29:08.107Z Downloaded slog-dtrace v0.3.0
10582024-08-28T22:29:08.109Z Downloaded signal-hook-registry v1.4.2
10592024-08-28T22:29:08.109Z Downloaded arrayvec v0.7.4
10602024-08-28T22:29:08.112Z Downloaded compact_str v0.8.0
10612024-08-28T22:29:08.114Z Downloaded dhcproto-macros v0.1.0
10622024-08-28T22:29:08.117Z Downloaded linear-map v1.2.0
10632024-08-28T22:29:08.117Z Downloaded internet-checksum v0.2.1
10642024-08-28T22:29:08.119Z Downloaded humantime v2.1.0
10652024-08-28T22:29:08.119Z Downloaded httparse v1.8.0
10662024-08-28T22:29:08.122Z Downloaded buf-list v1.0.3
10672024-08-28T22:29:08.125Z Downloaded block-padding v0.3.3
10682024-08-28T22:29:08.125Z Downloaded matches v0.1.10
10692024-08-28T22:29:08.125Z Downloaded is_ci v1.2.0
10702024-08-28T22:29:08.130Z Downloaded bcrypt-pbkdf v0.10.0
10712024-08-28T22:29:08.130Z Downloaded async-recursion v1.1.1
10722024-08-28T22:29:08.132Z Downloaded arrayref v0.3.7
10732024-08-28T22:29:08.132Z Downloaded http-body v0.4.6
10742024-08-28T22:29:08.134Z Downloaded hubpack v0.1.2
10752024-08-28T22:29:08.135Z Downloaded hostname v0.3.1
10762024-08-28T22:29:08.135Z Downloaded crossbeam-epoch v0.9.18
10772024-08-28T22:29:08.137Z Downloaded cfg_aliases v0.1.1
10782024-08-28T22:29:08.139Z Downloaded blake2 v0.10.6
10792024-08-28T22:29:08.142Z Downloaded lalrpop-util v0.19.12
10802024-08-28T22:29:08.142Z Downloaded async-stream-impl v0.3.5
10812024-08-28T22:29:08.142Z Downloaded assert_matches v1.5.0
10822024-08-28T22:29:08.145Z Downloaded newtype-uuid v1.1.0
10832024-08-28T22:29:08.145Z Downloaded lru v0.12.3
10842024-08-28T22:29:08.145Z Downloaded libsw v3.3.1
10852024-08-28T22:29:08.147Z Downloaded kstat-rs v0.2.4
10862024-08-28T22:29:08.150Z Downloaded ahash v0.8.11
10872024-08-28T22:29:08.153Z Downloaded indoc v1.0.9
10882024-08-28T22:29:08.153Z Downloaded async-trait v0.1.81
10892024-08-28T22:29:08.156Z Downloaded maybe-uninit v2.0.0
10902024-08-28T22:29:08.159Z Downloaded hostname v0.4.0
10912024-08-28T22:29:08.159Z Downloaded blowfish v0.9.1
10922024-08-28T22:29:08.162Z Downloaded nodrop v0.1.14
10932024-08-28T22:29:08.162Z Downloaded memoffset v0.9.1
10942024-08-28T22:29:08.162Z Downloaded instant v0.1.12
10952024-08-28T22:29:08.164Z Downloaded httpdate v1.0.3
10962024-08-28T22:29:08.164Z Downloaded home v0.5.9
10972024-08-28T22:29:08.167Z Downloaded async-bb8-diesel v0.2.1
10982024-08-28T22:29:08.169Z Downloaded bcs v0.1.6
10992024-08-28T22:29:08.268Z Compiling serde v1.0.208
11002024-08-28T22:29:08.271Z Compiling typenum v1.17.0
11012024-08-28T22:29:08.271Z Compiling lock_api v0.4.12
11022024-08-28T22:29:08.271Z Compiling generic-array v0.14.7
11032024-08-28T22:29:08.271Z Compiling scopeguard v1.2.0
11042024-08-28T22:29:08.417Z Compiling log v0.4.21
11052024-08-28T22:29:08.432Z Compiling syn v2.0.74
11062024-08-28T22:29:08.446Z Compiling getrandom v0.2.14
11072024-08-28T22:29:08.606Z Compiling jobserver v0.1.32
11082024-08-28T22:29:08.772Z Compiling rand_core v0.6.4
11092024-08-28T22:29:08.953Z Compiling subtle v2.5.0
11102024-08-28T22:29:09.019Z Compiling cc v1.0.97
11112024-08-28T22:29:09.062Z Compiling const-oid v0.9.6
11122024-08-28T22:29:09.328Z Compiling smallvec v1.13.2
11132024-08-28T22:29:09.347Z Compiling pin-project-lite v0.2.14
11142024-08-28T22:29:09.470Z Compiling parking_lot_core v0.9.10
11152024-08-28T22:29:09.489Z Compiling signal-hook-registry v1.4.2
11162024-08-28T22:29:09.600Z Compiling spin v0.9.8
11172024-08-28T22:29:09.757Z Compiling mio v1.0.2
11182024-08-28T22:29:10.045Z Compiling ahash v0.8.11
11192024-08-28T22:29:10.371Z Compiling parking_lot v0.12.2
11202024-08-28T22:29:10.417Z Compiling tinyvec_macros v0.1.1
11212024-08-28T22:29:10.516Z Compiling tinyvec v1.6.0
11222024-08-28T22:29:10.746Z Compiling socket2 v0.5.7
11232024-08-28T22:29:10.993Z Compiling libm v0.2.8
11242024-08-28T22:29:11.084Z Compiling futures-core v0.3.30
11252024-08-28T22:29:11.294Z Compiling serde_json v1.0.125
11262024-08-28T22:29:11.340Z Compiling cpufeatures v0.2.12
11272024-08-28T22:29:11.358Z Compiling futures-sink v0.3.30
11282024-08-28T22:29:11.405Z Compiling num-traits v0.2.19
11292024-08-28T22:29:11.436Z Compiling slab v0.4.9
11302024-08-28T22:29:11.515Z Compiling allocator-api2 v0.2.18
11312024-08-28T22:29:11.685Z Compiling unicode-bidi v0.3.15
11322024-08-28T22:29:11.970Z Compiling futures-channel v0.3.30
11332024-08-28T22:29:12.050Z Compiling unicode-normalization v0.1.23
11342024-08-28T22:29:12.224Z Compiling futures-task v0.3.30
11352024-08-28T22:29:12.333Z Compiling vcpkg v0.2.15
11362024-08-28T22:29:12.406Z Compiling pin-utils v0.1.0
11372024-08-28T22:29:12.502Z Compiling futures-io v0.3.30
11382024-08-28T22:29:12.521Z Compiling pkg-config v0.3.30
11392024-08-28T22:29:13.231Z Compiling base64ct v1.6.0
11402024-08-28T22:29:13.258Z Compiling flagset v0.4.5
11412024-08-28T22:29:13.306Z Compiling ring v0.17.8
11422024-08-28T22:29:13.326Z Compiling percent-encoding v2.3.1
11432024-08-28T22:29:13.475Z Compiling ppv-lite86 v0.2.17
11442024-08-28T22:29:13.708Z Compiling tracing-core v0.1.32
11452024-08-28T22:29:13.877Z Compiling pem-rfc7468 v0.7.0
11462024-08-28T22:29:14.229Z Compiling rustix v0.38.34
11472024-08-28T22:29:14.319Z Compiling rand_chacha v0.3.1
11482024-08-28T22:29:14.652Z Compiling untrusted v0.9.0
11492024-08-28T22:29:14.670Z Compiling openssl-sys v0.9.103
11502024-08-28T22:29:14.822Z Compiling rand v0.8.5
11512024-08-28T22:29:15.045Z Compiling time-core v0.1.2
11522024-08-28T22:29:15.207Z Compiling openssl v0.10.66
11532024-08-28T22:29:15.229Z Compiling foreign-types-shared v0.1.1
11542024-08-28T22:29:15.248Z Compiling num-conv v0.1.0
11552024-08-28T22:29:15.340Z Compiling powerfmt v0.2.0
11562024-08-28T22:29:15.533Z Compiling rustversion v1.0.17
11572024-08-28T22:29:15.646Z Compiling httparse v1.8.0
11582024-08-28T22:29:15.706Z Compiling deranged v0.3.11
11592024-08-28T22:29:16.122Z Compiling time-macros v0.2.18
11602024-08-28T22:29:16.307Z Compiling foreign-types v0.3.2
11612024-08-28T22:29:16.405Z Compiling form_urlencoded v1.2.1
11622024-08-28T22:29:16.735Z Compiling aho-corasick v1.1.3
11632024-08-28T22:29:16.737Z Compiling syn v1.0.109
11642024-08-28T22:29:16.775Z Compiling native-tls v0.2.11
11652024-08-28T22:29:17.127Z Compiling siphasher v0.3.11
11662024-08-28T22:29:17.333Z Compiling num_threads v0.1.7
11672024-08-28T22:29:17.362Z Compiling rustls v0.21.12
11682024-08-28T22:29:17.446Z Compiling regex-syntax v0.8.4
11692024-08-28T22:29:17.521Z Compiling crossbeam-utils v0.8.19
11702024-08-28T22:29:17.604Z Compiling try-lock v0.2.5
11712024-08-28T22:29:17.775Z Compiling want v0.3.1
11722024-08-28T22:29:18.222Z Compiling idna v0.5.0
11732024-08-28T22:29:18.783Z Compiling cookie v0.17.0
11742024-08-28T22:29:19.083Z Compiling adler v1.0.2
11752024-08-28T22:29:19.235Z Compiling openssl-probe v0.1.5
11762024-08-28T22:29:19.301Z Compiling finl_unicode v1.2.0
11772024-08-28T22:29:19.320Z Compiling time v0.3.36
11782024-08-28T22:29:19.579Z Compiling slog v2.7.0
11792024-08-28T22:29:19.783Z Compiling iana-time-zone v0.1.60
11802024-08-28T22:29:19.896Z Compiling tower-service v0.3.2
11812024-08-28T22:29:20.016Z Compiling httpdate v1.0.3
11822024-08-28T22:29:20.209Z Compiling stringprep v0.1.4
11832024-08-28T22:29:20.255Z Compiling miniz_oxide v0.7.2
11842024-08-28T22:29:20.487Z Compiling url v2.5.2
11852024-08-28T22:29:21.424Z Compiling regex-automata v0.4.6
11862024-08-28T22:29:22.449Z Compiling num-integer v0.1.46
11872024-08-28T22:29:23.298Z Compiling rustls-webpki v0.101.7
11882024-08-28T22:29:23.321Z Compiling sct v0.7.1
11892024-08-28T22:29:23.411Z Compiling serde_derive v1.0.208
11902024-08-28T22:29:23.649Z Compiling zeroize_derive v1.4.2
11912024-08-28T22:29:24.397Z Compiling zerocopy-derive v0.7.34
11922024-08-28T22:29:24.854Z Compiling tokio-macros v2.4.0
11932024-08-28T22:29:25.031Z Compiling thiserror-impl v1.0.63
11942024-08-28T22:29:25.348Z Compiling zeroize v1.7.0
11952024-08-28T22:29:25.381Z Compiling futures-macro v0.3.30
11962024-08-28T22:29:26.579Z Compiling der_derive v0.7.2
11972024-08-28T22:29:26.801Z Compiling zerocopy v0.7.34
11982024-08-28T22:29:27.262Z Compiling crypto-common v0.1.6
11992024-08-28T22:29:27.487Z Compiling block-buffer v0.10.4
12002024-08-28T22:29:27.507Z Compiling block-padding v0.3.3
12012024-08-28T22:29:27.788Z Compiling digest v0.10.7
12022024-08-28T22:29:27.808Z Compiling inout v0.1.3
12032024-08-28T22:29:28.110Z Compiling cipher v0.4.4
12042024-08-28T22:29:28.326Z Compiling hmac v0.12.1
12052024-08-28T22:29:28.576Z Compiling sha2 v0.10.8
12062024-08-28T22:29:28.597Z Compiling thiserror v1.0.63
12072024-08-28T22:29:28.669Z Compiling futures-util v0.3.30
12082024-08-28T22:29:28.744Z Compiling pest v2.7.10
12092024-08-28T22:29:29.192Z Compiling hashbrown v0.14.5
12102024-08-28T22:29:29.231Z Compiling der v0.7.9
12112024-08-28T22:29:30.701Z Compiling salsa20 v0.10.2
12122024-08-28T22:29:30.939Z Compiling pbkdf2 v0.12.2
12132024-08-28T22:29:31.124Z Compiling scroll_derive v0.12.0
12142024-08-28T22:29:31.849Z Compiling pest_meta v2.7.10
12152024-08-28T22:29:32.201Z Compiling tracing-attributes v0.1.27
12162024-08-28T22:29:32.662Z Compiling scroll v0.12.0
12172024-08-28T22:29:32.850Z Compiling spki v0.7.3
12182024-08-28T22:29:33.229Z Compiling pest_generator v2.7.10
12192024-08-28T22:29:33.276Z Compiling scrypt v0.11.0
12202024-08-28T22:29:33.874Z Compiling aes v0.8.4
12212024-08-28T22:29:35.204Z Compiling cbc v0.1.2
12222024-08-28T22:29:35.243Z Compiling goblin v0.8.2
12232024-08-28T22:29:35.419Z Compiling pkcs5 v0.7.1
12242024-08-28T22:29:35.455Z Compiling openssl-macros v0.1.1
12252024-08-28T22:29:36.263Z Compiling tracing v0.1.40
12262024-08-28T22:29:36.282Z Compiling pkcs8 v0.10.2
12272024-08-28T22:29:36.706Z Compiling md-5 v0.10.6
12282024-08-28T22:29:36.806Z Compiling backtrace v0.3.71
12292024-08-28T22:29:36.961Z Compiling idna v0.3.0
12302024-08-28T22:29:37.028Z Compiling lazy_static v1.5.0
12312024-08-28T22:29:37.055Z Compiling pest_derive v2.7.10
12322024-08-28T22:29:37.149Z Compiling hash32 v0.2.1
12332024-08-28T22:29:37.295Z Compiling signal-hook v0.3.17
12342024-08-28T22:29:37.323Z Compiling gimli v0.28.1
12352024-08-28T22:29:37.537Z Compiling fallible-iterator v0.2.0
12362024-08-28T22:29:37.575Z Compiling num-bigint-dig v0.8.4
12372024-08-28T22:29:37.886Z Compiling dtrace-parser v0.2.0
12382024-08-28T22:29:37.909Z Compiling psl-types v2.0.11
12392024-08-28T22:29:38.114Z Compiling smoltcp v0.9.1
12402024-08-28T22:29:38.328Z Compiling bytes v1.7.1
12412024-08-28T22:29:38.601Z Compiling bitflags v2.6.0
12422024-08-28T22:29:38.883Z Compiling indexmap v2.4.0
12432024-08-28T22:29:39.049Z Compiling semver v1.0.23
12442024-08-28T22:29:39.672Z Compiling tokio v1.39.3
12452024-08-28T22:29:39.842Z Compiling http v0.2.12
12462024-08-28T22:29:40.123Z Compiling rustc_version v0.4.0
12472024-08-28T22:29:40.887Z Compiling heapless v0.7.17
12482024-08-28T22:29:41.356Z Compiling dof v0.3.0
12492024-08-28T22:29:41.823Z Compiling http-body v0.4.6
12502024-08-28T22:29:42.399Z Compiling uuid v1.10.0
12512024-08-28T22:29:42.550Z Compiling usdt-impl v0.5.0
12522024-08-28T22:29:43.640Z Compiling chrono v0.4.38
12532024-08-28T22:29:43.721Z Compiling serde_tokenstream v0.2.2
12542024-08-28T22:29:43.953Z Compiling toml_datetime v0.6.8
12552024-08-28T22:29:44.252Z Compiling serde_spanned v0.6.7
12562024-08-28T22:29:44.381Z Compiling stable_deref_trait v1.2.0
12572024-08-28T22:29:44.487Z Compiling cfg_aliases v0.1.1
12582024-08-28T22:29:44.489Z Compiling crc32fast v1.4.0
12592024-08-28T22:29:44.523Z Compiling base64 v0.22.1
12602024-08-28T22:29:44.590Z Compiling nix v0.28.0
12612024-08-28T22:29:45.137Z Compiling postgres-protocol v0.6.7
12622024-08-28T22:29:45.456Z Compiling terminal_size v0.3.0
12632024-08-28T22:29:45.667Z Compiling addr2line v0.21.0
12642024-08-28T22:29:46.038Z Compiling publicsuffix v2.2.3
12652024-08-28T22:29:46.194Z Compiling hubpack_derive v0.1.1
12662024-08-28T22:29:46.306Z Compiling zerocopy-derive v0.6.6
12672024-08-28T22:29:46.368Z Compiling async-trait v0.1.81
12682024-08-28T22:29:46.521Z Compiling num-iter v0.1.45
12692024-08-28T22:29:47.160Z Compiling phf_shared v0.11.2
12702024-08-28T22:29:47.536Z Compiling serde_derive_internals v0.29.1
12712024-08-28T22:29:47.557Z Compiling ff v0.13.0
12722024-08-28T22:29:47.557Z Compiling object v0.32.2
12732024-08-28T22:29:47.762Z Compiling fs-err v2.11.0
12742024-08-28T22:29:47.845Z Compiling either v1.13.0
12752024-08-28T22:29:48.082Z Compiling winnow v0.5.40
12762024-08-28T22:29:48.291Z Compiling tokio-util v0.7.11
12772024-08-28T22:29:49.211Z Compiling tokio-native-tls v0.3.1
12782024-08-28T22:29:49.318Z Compiling h2 v0.3.26
12792024-08-28T22:29:49.501Z Compiling tokio-rustls v0.24.1
12802024-08-28T22:29:49.755Z Compiling anyhow v1.0.86
12812024-08-28T22:29:49.937Z Compiling base16ct v0.2.0
12822024-08-28T22:29:50.276Z Compiling schemars v0.8.21
12832024-08-28T22:29:50.417Z Compiling rustc-demangle v0.1.24
12842024-08-28T22:29:50.456Z Compiling base64 v0.21.7
12852024-08-28T22:29:50.640Z Compiling managed v0.8.0
12862024-08-28T22:29:51.100Z Compiling ipnet v2.9.0
12872024-08-28T22:29:51.266Z Compiling bitflags v1.3.2
12882024-08-28T22:29:51.320Z Compiling rustls-pemfile v1.0.4
12892024-08-28T22:29:51.428Z Compiling schemars_derive v0.8.21
12902024-08-28T22:29:51.746Z Compiling toml_edit v0.19.15
12912024-08-28T22:29:52.141Z Compiling clap_builder v4.5.15
12922024-08-28T22:29:52.497Z Compiling sec1 v0.7.3
12932024-08-28T22:29:53.167Z Compiling zerocopy v0.6.6
12942024-08-28T22:29:53.656Z Compiling group v0.13.0
12952024-08-28T22:29:53.989Z Compiling phf v0.11.2
12962024-08-28T22:29:54.063Z Compiling hubpack v0.1.2
12972024-08-28T22:29:54.539Z Compiling cookie_store v0.20.0
12982024-08-28T22:29:55.393Z Compiling postgres-types v0.2.7
12992024-08-28T22:29:55.990Z Compiling usdt-attr-macro v0.5.0
13002024-08-28T22:29:56.118Z Compiling usdt-macro v0.5.0
13012024-08-28T22:29:56.941Z Compiling hyper v0.14.30
13022024-08-28T22:29:57.696Z Compiling serde_urlencoded v0.7.1
13032024-08-28T22:29:57.858Z Compiling pkcs1 v0.7.5
13042024-08-28T22:29:58.039Z Compiling futures-executor v0.3.30
13052024-08-28T22:29:58.313Z Compiling hkdf v0.12.4
13062024-08-28T22:29:58.595Z Compiling signature v2.2.0
13072024-08-28T22:29:58.615Z Compiling crypto-bigint v0.5.5
13082024-08-28T22:29:58.901Z Compiling bstr v1.9.1
13092024-08-28T22:29:58.903Z Compiling regex v1.10.6
13102024-08-28T22:29:59.928Z Compiling strum_macros v0.25.3
13112024-08-28T22:30:00.059Z Compiling serde_repr v0.1.19
13122024-08-28T22:30:00.419Z Compiling enum-as-inner v0.6.0
13132024-08-28T22:30:00.762Z Compiling clap_derive v4.5.13
13142024-08-28T22:30:01.274Z Compiling phf_shared v0.10.0
13152024-08-28T22:30:01.529Z Compiling float-cmp v0.9.0
13162024-08-28T22:30:01.700Z Compiling idna v0.4.0
13172024-08-28T22:30:01.745Z Compiling mio v0.8.11
13182024-08-28T22:30:01.765Z Compiling encoding_rs v0.8.34
13192024-08-28T22:30:03.080Z Compiling dyn-clone v1.0.17
13202024-08-28T22:30:03.327Z Compiling webpki-roots v0.25.4
13212024-08-28T22:30:03.383Z Compiling static_assertions v1.1.0
13222024-08-28T22:30:03.494Z Compiling precomputed-hash v0.1.1
13232024-08-28T22:30:03.516Z Compiling predicates-core v1.0.6
13242024-08-28T22:30:03.617Z Compiling minimal-lexical v0.2.1
13252024-08-28T22:30:03.907Z Compiling new_debug_unreachable v1.0.6
13262024-08-28T22:30:04.012Z Compiling unicode-segmentation v1.11.0
13272024-08-28T22:30:04.105Z Compiling difflib v0.4.0
13282024-08-28T22:30:04.134Z Compiling sync_wrapper v0.1.2
13292024-08-28T22:30:04.274Z Compiling hyper-tls v0.5.0
13302024-08-28T22:30:04.648Z Compiling hyper-rustls v0.24.2
13312024-08-28T22:30:04.866Z Compiling whoami v1.5.1
13322024-08-28T22:30:04.909Z Compiling mime v0.3.17
13332024-08-28T22:30:05.025Z Compiling data-encoding v2.6.0
13342024-08-28T22:30:05.515Z Compiling fixedbitset v0.4.2
13352024-08-28T22:30:05.534Z Compiling bit-vec v0.6.3
13362024-08-28T22:30:05.724Z Compiling normalize-line-endings v0.3.0
13372024-08-28T22:30:05.846Z Compiling predicates v3.1.2
13382024-08-28T22:30:05.970Z Compiling clap v4.5.16
13392024-08-28T22:30:05.995Z Compiling bit-set v0.5.3
13402024-08-28T22:30:06.015Z Compiling petgraph v0.6.5
13412024-08-28T22:30:06.097Z Compiling hickory-proto v0.24.1
13422024-08-28T22:30:06.297Z Compiling reqwest v0.11.27
13432024-08-28T22:30:06.454Z Compiling tokio-postgres v0.7.11
13442024-08-28T22:30:07.362Z Compiling toml_edit v0.22.20
13452024-08-28T22:30:07.475Z Compiling console v0.15.8
13462024-08-28T22:30:07.559Z Compiling similar v2.6.0
13472024-08-28T22:30:09.051Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13482024-08-28T22:30:10.100Z Compiling string_cache v0.8.7
13492024-08-28T22:30:10.211Z Compiling nom v7.1.3
13502024-08-28T22:30:10.593Z Compiling signal-hook-mio v0.2.4
13512024-08-28T22:30:10.782Z Compiling usdt v0.5.0
13522024-08-28T22:30:11.305Z Compiling elliptic-curve v0.13.8
13532024-08-28T22:30:12.174Z Compiling rsa v0.9.6
13542024-08-28T22:30:12.263Z Compiling futures v0.3.30
13552024-08-28T22:30:12.386Z Compiling flate2 v1.0.31
13562024-08-28T22:30:14.183Z Compiling toml v0.7.8
13572024-08-28T22:30:15.713Z Compiling tokio-stream v0.1.15
13582024-08-28T22:30:15.884Z Compiling itertools v0.12.1
13592024-08-28T22:30:16.045Z Compiling itertools v0.10.5
13602024-08-28T22:30:16.166Z Compiling openapiv3 v2.0.0
13612024-08-28T22:30:16.614Z Compiling hex v0.4.3
13622024-08-28T22:30:16.792Z Compiling sha1 v0.10.6
13632024-08-28T22:30:17.262Z Compiling crossbeam-epoch v0.9.18
13642024-08-28T22:30:17.288Z Compiling dirs-sys-next v0.1.2
13652024-08-28T22:30:17.674Z Compiling lalrpop-util v0.19.12
13662024-08-28T22:30:18.018Z Compiling unicode-xid v0.2.4
13672024-08-28T22:30:18.073Z Compiling peg-runtime v0.8.3
13682024-08-28T22:30:18.103Z Compiling dirs-next v2.0.0
13692024-08-28T22:30:18.196Z Compiling thread_local v1.1.8
13702024-08-28T22:30:18.306Z Compiling slog-async v2.8.0
13712024-08-28T22:30:18.722Z Compiling term v0.7.0
13722024-08-28T22:30:18.757Z Compiling xattr v1.3.1
13732024-08-28T22:30:18.941Z Compiling strum_macros v0.26.4
13742024-08-28T22:30:18.981Z Compiling crossbeam-channel v0.5.12
13752024-08-28T22:30:19.052Z Compiling is-terminal v0.4.12
13762024-08-28T22:30:19.144Z Compiling filetime v0.2.24
13772024-08-28T22:30:19.188Z Compiling take_mut v0.2.2
13782024-08-28T22:30:19.364Z Compiling tar v0.4.41
13792024-08-28T22:30:19.464Z Compiling slog-term v2.9.1
13802024-08-28T22:30:20.270Z Compiling camino v1.1.9
13812024-08-28T22:30:21.509Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13822024-08-28T22:30:22.216Z Compiling strum v0.26.3
13832024-08-28T22:30:22.297Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13842024-08-28T22:30:27.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
13852024-08-28T22:30:27.991Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13862024-08-28T22:30:28.044ZAug 28 22:30:27.816 INFO Starting download, target: Cockroach
13872024-08-28T22:30:28.044ZAug 28 22:30:27.816 INFO Starting download, target: Console
13882024-08-28T22:30:28.044ZAug 28 22:30:27.816 INFO Starting download, target: DendriteOpenapi
13892024-08-28T22:30:28.044ZAug 28 22:30:27.816 INFO Starting download, target: Clickhouse
13902024-08-28T22:30:28.070ZAug 28 22:30:27.816 INFO Starting download, target: DendriteStub
13912024-08-28T22:30:28.070ZAug 28 22:30:27.816 INFO Starting download, target: MaghemiteMgd
13922024-08-28T22:30:28.071ZAug 28 22:30:27.816 INFO Starting download, target: TransceiverControl
13932024-08-28T22:30:28.071ZAug 28 22:30:27.817 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13942024-08-28T22:30:28.071ZAug 28 22:30:27.817 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13952024-08-28T22:30:28.071ZAug 28 22:30:27.817 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13962024-08-28T22:30:28.071ZAug 28 22:30:27.817 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13972024-08-28T22:30:28.071ZAug 28 22:30:27.818 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13982024-08-28T22:30:28.071ZAug 28 22:30:27.818 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13992024-08-28T22:30:28.071ZAug 28 22:30:27.818 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14002024-08-28T22:30:28.494ZAug 28 22:30:28.167 INFO Download complete, target: DendriteOpenapi
14012024-08-28T22:30:28.842ZAug 28 22:30:28.531 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14022024-08-28T22:30:28.942ZAug 28 22:30:28.616 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14032024-08-28T22:30:29.240ZAug 28 22:30:28.988 INFO Download complete, target: Console
14042024-08-28T22:30:29.243ZAug 28 22:30:29.003 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14052024-08-28T22:30:29.243ZAug 28 22:30:29.003 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14062024-08-28T22:30:29.294ZAug 28 22:30:29.067 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14072024-08-28T22:30:29.298ZAug 28 22:30:29.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14082024-08-28T22:30:29.526ZAug 28 22:30:29.299 INFO Download complete, target: TransceiverControl
14092024-08-28T22:30:30.106ZAug 28 22:30:29.877 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14102024-08-28T22:30:32.256ZAug 28 22:30:32.028 INFO Download complete, target: DendriteStub
14112024-08-28T22:30:32.370ZAug 28 22:30:32.143 INFO Download complete, target: MaghemiteMgd
14122024-08-28T22:30:37.359ZAug 28 22:30:37.131 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14132024-08-28T22:30:37.644ZAug 28 22:30:37.417 INFO Checking that binary works, target: Cockroach
14142024-08-28T22:30:37.811ZAug 28 22:30:37.583 INFO Download complete, target: Cockroach
14152024-08-28T22:30:43.846ZAug 28 22:30:43.617 INFO Checking that binary works, target: Clickhouse
14162024-08-28T22:30:44.020ZAug 28 22:30:43.791 INFO Download complete, target: Clickhouse
14172024-08-28T22:30:44.042ZAll builder prerequisites installed successfully, and PATH looks valid
14182024-08-28T22:30:44.044Z
14192024-08-28T22:30:44.044Zreal 4:12.201501482
14202024-08-28T22:30:44.044Zuser 11:54.022738432
14212024-08-28T22:30:44.045Zsys 2:30.504230863
14222024-08-28T22:30:44.045Ztrap 0.451552263
14232024-08-28T22:30:44.045Ztflt 1.526258648
14242024-08-28T22:30:44.045Zdflt 1.466606193
14252024-08-28T22:30:44.045Zkflt 0.023952059
14262024-08-28T22:30:44.045Zlock 23:41.036734550
14272024-08-28T22:30:44.045Zslp 46:31.323018663
14282024-08-28T22:30:44.045Zlat 44.643775008
14292024-08-28T22:30:44.045Zstop 1:53.116410761
14302024-08-28T22:30:44.045Z+ banner hack-check
14312024-08-28T22:30:44.048Z
14322024-08-28T22:30:44.048Z # # ## #### # # #### # # ###### #### # #
14332024-08-28T22:30:44.048Z # # # # # # # # # # # # # # # # #
14342024-08-28T22:30:44.048Z ###### # # # #### ##### # ###### ##### # ####
14352024-08-28T22:30:44.048Z # # ###### # # # # # # # # # #
14362024-08-28T22:30:44.048Z # # # # # # # # # # # # # # # # #
14372024-08-28T22:30:44.048Z # # # # #### # # #### # # ###### #### # #
14382024-08-28T22:30:44.048Z
14392024-08-28T22:30:44.048Z+ export CARGO_INCREMENTAL=0
14402024-08-28T22:30:44.048Z+ CARGO_INCREMENTAL=0
14412024-08-28T22:30:44.048Z+ ptime -m timeout 2h cargo xtask check-features --ci
14422024-08-28T22:30:44.647Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14432024-08-28T22:30:48.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
14442024-08-28T22:30:48.802Z Running `target/debug/xtask check-features --ci`
14452024-08-28T22:30:48.826Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14462024-08-28T22:30:48.826Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14472024-08-28T22:30:49.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14482024-08-28T22:30:49.374Z Running `target/debug/xtask download cargo-hack`
14492024-08-28T22:30:50.284Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14502024-08-28T22:30:50.670Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14512024-08-28T22:30:55.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
14522024-08-28T22:30:55.752Z Running `target/debug/xtask-downloader cargo-hack`
14532024-08-28T22:30:55.793ZAug 28 22:30:55.563 INFO Starting download, target: CargoHack
14542024-08-28T22:30:55.798ZAug 28 22:30:55.564 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14552024-08-28T22:30:56.378ZAug 28 22:30:56.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14562024-08-28T22:30:56.479ZAug 28 22:30:56.249 INFO Download complete, target: CargoHack
14572024-08-28T22:30:56.483Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14582024-08-28T22:30:56.500Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14592024-08-28T22:30:56.667Zinfo: running `cargo check --bins` on api_identity (1/156)
14602024-08-28T22:30:57.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-28T22:30:57.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-28T22:30:57.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-28T22:30:57.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14642024-08-28T22:30:57.312Z
14652024-08-28T22:30:57.312Zinfo: running `cargo check --bins` on bootstore (2/156)
14662024-08-28T22:30:57.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-28T22:30:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-28T22:30:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-28T22:30:57.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
14702024-08-28T22:30:58.028Z
14712024-08-28T22:30:58.028Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/156)
14722024-08-28T22:30:58.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-28T22:30:58.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-28T22:30:58.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-28T22:30:58.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14762024-08-28T22:30:58.713Z
14772024-08-28T22:30:58.714Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/156)
14782024-08-28T22:30:59.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-28T22:30:59.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-28T22:30:59.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-28T22:30:59.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14822024-08-28T22:30:59.389Z
14832024-08-28T22:30:59.389Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/156)
14842024-08-28T22:30:59.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-28T22:30:59.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-28T22:30:59.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-28T22:30:59.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14882024-08-28T22:30:59.907Z
14892024-08-28T22:30:59.907Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/156)
14902024-08-28T22:31:00.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-28T22:31:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-28T22:31:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-28T22:31:00.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14942024-08-28T22:31:00.423Z
14952024-08-28T22:31:00.423Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/156)
14962024-08-28T22:31:00.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-28T22:31:00.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-28T22:31:00.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-28T22:31:00.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15002024-08-28T22:31:00.930Z
15012024-08-28T22:31:00.930Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/156)
15022024-08-28T22:31:01.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-28T22:31:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-28T22:31:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-28T22:31:01.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15062024-08-28T22:31:01.438Z
15072024-08-28T22:31:01.438Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/156)
15082024-08-28T22:31:01.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-28T22:31:01.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-28T22:31:01.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-28T22:31:01.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15122024-08-28T22:31:01.938Z
15132024-08-28T22:31:01.938Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/156)
15142024-08-28T22:31:02.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-28T22:31:02.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-28T22:31:02.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-28T22:31:02.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15182024-08-28T22:31:02.424Z
15192024-08-28T22:31:02.425Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/156)
15202024-08-28T22:31:02.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-28T22:31:02.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-28T22:31:02.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-28T22:31:02.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15242024-08-28T22:31:02.915Z
15252024-08-28T22:31:02.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/156)
15262024-08-28T22:31:03.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-28T22:31:03.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-28T22:31:03.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-28T22:31:03.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15302024-08-28T22:31:03.414Z
15312024-08-28T22:31:03.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/156)
15322024-08-28T22:31:03.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-28T22:31:03.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-28T22:31:03.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-28T22:31:03.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15362024-08-28T22:31:03.923Z
15372024-08-28T22:31:03.923Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/156)
15382024-08-28T22:31:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-28T22:31:04.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-28T22:31:04.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-28T22:31:04.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15422024-08-28T22:31:04.409Z
15432024-08-28T22:31:04.410Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/156)
15442024-08-28T22:31:04.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-28T22:31:04.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-28T22:31:04.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-28T22:31:04.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15482024-08-28T22:31:04.922Z
15492024-08-28T22:31:04.922Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/156)
15502024-08-28T22:31:05.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-28T22:31:05.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-28T22:31:05.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-08-28T22:31:05.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15542024-08-28T22:31:05.439Z
15552024-08-28T22:31:05.439Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/156)
15562024-08-28T22:31:05.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-08-28T22:31:05.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-08-28T22:31:05.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-08-28T22:31:05.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15602024-08-28T22:31:05.950Z
15612024-08-28T22:31:05.950Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/156)
15622024-08-28T22:31:06.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-08-28T22:31:06.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-08-28T22:31:06.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-08-28T22:31:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15662024-08-28T22:31:06.476Z
15672024-08-28T22:31:06.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/156)
15682024-08-28T22:31:06.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-08-28T22:31:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-08-28T22:31:06.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-08-28T22:31:06.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15722024-08-28T22:31:06.997Z
15732024-08-28T22:31:06.997Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/156)
15742024-08-28T22:31:07.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-08-28T22:31:07.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-08-28T22:31:07.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-08-28T22:31:07.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15782024-08-28T22:31:07.501Z
15792024-08-28T22:31:07.501Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/156)
15802024-08-28T22:31:07.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-08-28T22:31:07.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-08-28T22:31:07.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-08-28T22:31:07.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15842024-08-28T22:31:08.014Z
15852024-08-28T22:31:08.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/156)
15862024-08-28T22:31:08.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-08-28T22:31:08.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-08-28T22:31:08.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-08-28T22:31:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15902024-08-28T22:31:08.540Z
15912024-08-28T22:31:08.540Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/156)
15922024-08-28T22:31:09.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-08-28T22:31:09.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-08-28T22:31:09.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-08-28T22:31:09.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15962024-08-28T22:31:09.073Z
15972024-08-28T22:31:09.073Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/156)
15982024-08-28T22:31:09.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-08-28T22:31:09.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-08-28T22:31:09.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-08-28T22:31:09.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16022024-08-28T22:31:09.596Z
16032024-08-28T22:31:09.596Zinfo: running `cargo check --bins` on sled-hardware-types (25/156)
16042024-08-28T22:31:10.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-08-28T22:31:10.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-08-28T22:31:10.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-08-28T22:31:10.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16082024-08-28T22:31:10.309Z
16092024-08-28T22:31:10.309Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/156)
16102024-08-28T22:31:10.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-08-28T22:31:10.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-08-28T22:31:10.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-08-28T22:31:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16142024-08-28T22:31:11.011Z
16152024-08-28T22:31:11.011Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/156)
16162024-08-28T22:31:11.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-08-28T22:31:11.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-08-28T22:31:11.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-08-28T22:31:11.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16202024-08-28T22:31:11.711Z
16212024-08-28T22:31:11.711Zinfo: running `cargo check --bins` on oxlog (28/156)
16222024-08-28T22:31:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-08-28T22:31:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-08-28T22:31:12.356Z Checking cfg-if v1.0.0
16252024-08-28T22:31:12.358Z Checking libc v0.2.158
16262024-08-28T22:31:12.441Z Checking memchr v2.7.2
16272024-08-28T22:31:12.462Z Checking serde v1.0.208
16282024-08-28T22:31:12.464Z Checking zeroize v1.7.0
16292024-08-28T22:31:12.482Z Checking typenum v1.17.0
16302024-08-28T22:31:12.485Z Checking scopeguard v1.2.0
16312024-08-28T22:31:12.485Z Checking byteorder v1.5.0
16322024-08-28T22:31:12.520Z Checking log v0.4.21
16332024-08-28T22:31:12.629Z Checking lock_api v0.4.12
16342024-08-28T22:31:12.712Z Checking subtle v2.5.0
16352024-08-28T22:31:12.814Z Checking once_cell v1.19.0
16362024-08-28T22:31:12.911Z Checking const-oid v0.9.6
16372024-08-28T22:31:12.974Z Checking itoa v1.0.11
16382024-08-28T22:31:13.044Z Checking smallvec v1.13.2
16392024-08-28T22:31:13.116Z Checking pin-project-lite v0.2.14
16402024-08-28T22:31:13.181Z Checking zerocopy v0.7.34
16412024-08-28T22:31:13.257Z Checking spin v0.9.8
16422024-08-28T22:31:13.302Z Checking tinyvec_macros v0.1.1
16432024-08-28T22:31:13.393Z Checking tinyvec v1.6.0
16442024-08-28T22:31:13.395Z Checking futures-core v0.3.30
16452024-08-28T22:31:13.536Z Checking getrandom v0.2.14
16462024-08-28T22:31:13.591Z Checking signal-hook-registry v1.4.2
16472024-08-28T22:31:13.629Z Checking parking_lot_core v0.9.10
16482024-08-28T22:31:13.773Z Checking rand_core v0.6.4
16492024-08-28T22:31:13.840Z Checking mio v1.0.2
16502024-08-28T22:31:13.843Z Checking generic-array v0.14.7
16512024-08-28T22:31:13.948Z Checking parking_lot v0.12.2
16522024-08-28T22:31:14.061Z Checking socket2 v0.5.7
16532024-08-28T22:31:14.299Z Checking cpufeatures v0.2.12
16542024-08-28T22:31:14.389Z Checking futures-sink v0.3.30
16552024-08-28T22:31:14.466Z Checking allocator-api2 v0.2.18
16562024-08-28T22:31:14.528Z Checking unicode-bidi v0.3.15
16572024-08-28T22:31:14.550Z Checking libm v0.2.8
16582024-08-28T22:31:14.602Z Checking ahash v0.8.11
16592024-08-28T22:31:14.673Z Checking equivalent v1.0.1
16602024-08-28T22:31:14.691Z Checking unicode-normalization v0.1.23
16612024-08-28T22:31:14.771Z Checking ryu v1.0.18
16622024-08-28T22:31:14.986Z Checking futures-channel v0.3.30
16632024-08-28T22:31:15.062Z Checking crypto-common v0.1.6
16642024-08-28T22:31:15.108Z Checking block-buffer v0.10.4
16652024-08-28T22:31:15.159Z Checking block-padding v0.3.3
16662024-08-28T22:31:15.174Z Checking hashbrown v0.14.5
16672024-08-28T22:31:15.252Z Checking slab v0.4.9
16682024-08-28T22:31:15.312Z Checking digest v0.10.7
16692024-08-28T22:31:15.350Z Checking futures-task v0.3.30
16702024-08-28T22:31:15.364Z Checking inout v0.1.3
16712024-08-28T22:31:15.512Z Checking futures-io v0.3.30
16722024-08-28T22:31:15.514Z Checking num-traits v0.2.19
16732024-08-28T22:31:15.584Z Checking pin-utils v0.1.0
16742024-08-28T22:31:15.598Z Checking cipher v0.4.4
16752024-08-28T22:31:15.613Z Checking base64ct v1.6.0
16762024-08-28T22:31:15.673Z Checking ppv-lite86 v0.2.17
16772024-08-28T22:31:15.689Z Checking hmac v0.12.1
16782024-08-28T22:31:15.692Z Checking sha2 v0.10.8
16792024-08-28T22:31:15.885Z Checking futures-util v0.3.30
16802024-08-28T22:31:15.978Z Checking flagset v0.4.5
16812024-08-28T22:31:16.054Z Checking pem-rfc7468 v0.7.0
16822024-08-28T22:31:16.187Z Checking percent-encoding v2.3.1
16832024-08-28T22:31:16.275Z Checking salsa20 v0.10.2
16842024-08-28T22:31:16.334Z Checking der v0.7.9
16852024-08-28T22:31:16.370Z Checking rand_chacha v0.3.1
16862024-08-28T22:31:16.395Z Checking pbkdf2 v0.12.2
16872024-08-28T22:31:16.427Z Checking tracing-core v0.1.32
16882024-08-28T22:31:16.494Z Checking fnv v1.0.7
16892024-08-28T22:31:16.553Z Checking untrusted v0.9.0
16902024-08-28T22:31:16.616Z Checking scrypt v0.11.0
16912024-08-28T22:31:16.713Z Checking ring v0.17.8
16922024-08-28T22:31:16.756Z Checking rand v0.8.5
16932024-08-28T22:31:16.847Z Checking cbc v0.1.2
16942024-08-28T22:31:17.070Z Checking aes v0.8.4
16952024-08-28T22:31:17.072Z Checking tracing v0.1.40
16962024-08-28T22:31:17.284Z Checking thiserror v1.0.63
16972024-08-28T22:31:17.419Z Checking foreign-types-shared v0.1.1
16982024-08-28T22:31:17.434Z Checking form_urlencoded v1.2.1
16992024-08-28T22:31:17.529Z Checking foreign-types v0.3.2
17002024-08-28T22:31:17.619Z Checking openssl-sys v0.9.103
17012024-08-28T22:31:17.638Z Checking aho-corasick v1.1.3
17022024-08-28T22:31:17.677Z Checking bytes v1.7.1
17032024-08-28T22:31:17.955Z Checking bitflags v2.6.0
17042024-08-28T22:31:18.002Z Checking indexmap v2.4.0
17052024-08-28T22:31:18.249Z Checking serde_json v1.0.125
17062024-08-28T22:31:18.272Z Checking spki v0.7.3
17072024-08-28T22:31:18.512Z Checking tokio v1.39.3
17082024-08-28T22:31:18.554Z Checking http v0.2.12
17092024-08-28T22:31:18.643Z Checking pkcs5 v0.7.1
17102024-08-28T22:31:19.066Z Checking powerfmt v0.2.0
17112024-08-28T22:31:19.202Z Checking unicode-ident v1.0.12
17122024-08-28T22:31:19.301Z Checking siphasher v0.3.11
17132024-08-28T22:31:19.317Z Checking regex-syntax v0.8.4
17142024-08-28T22:31:19.357Z Checking try-lock v0.2.5
17152024-08-28T22:31:19.374Z Checking proc-macro2 v1.0.86
17162024-08-28T22:31:19.488Z Checking want v0.3.1
17172024-08-28T22:31:19.618Z Checking deranged v0.3.11
17182024-08-28T22:31:19.677Z Checking pkcs8 v0.10.2
17192024-08-28T22:31:19.947Z Checking http-body v0.4.6
17202024-08-28T22:31:19.971Z Checking openssl v0.10.66
17212024-08-28T22:31:19.971Z Checking rustls-webpki v0.101.7
17222024-08-28T22:31:20.041Z Checking sct v0.7.1
17232024-08-28T22:31:20.234Z Checking uuid v1.10.0
17242024-08-28T22:31:20.335Z Checking idna v0.5.0
17252024-08-28T22:31:20.693Z Checking httparse v1.8.0
17262024-08-28T22:31:20.825Z Checking errno v0.3.9
17272024-08-28T22:31:20.989Z Checking scroll v0.12.0
17282024-08-28T22:31:21.122Z Checking openssl-probe v0.1.5
17292024-08-28T22:31:21.159Z Checking ucd-trie v0.1.6
17302024-08-28T22:31:21.246Z Checking num-conv v0.1.0
17312024-08-28T22:31:21.275Z Checking anstyle v1.0.8
17322024-08-28T22:31:21.686Z Checking num_threads v0.1.7
17332024-08-28T22:31:21.700Z Checking utf8parse v0.2.1
17342024-08-28T22:31:21.701Z Checking time-core v0.1.2
17352024-08-28T22:31:21.701Z Checking finl_unicode v1.2.0
17362024-08-28T22:31:21.701Z Checking adler v1.0.2
17372024-08-28T22:31:21.701Z Checking plain v0.2.3
17382024-08-28T22:31:21.701Z Checking tower-service v0.3.2
17392024-08-28T22:31:21.701Z Checking iana-time-zone v0.1.60
17402024-08-28T22:31:21.701Z Checking httpdate v1.0.3
17412024-08-28T22:31:21.701Z Checking goblin v0.8.2
17422024-08-28T22:31:21.729Z Checking miniz_oxide v0.7.2
17432024-08-28T22:31:21.778Z Checking chrono v0.4.38
17442024-08-28T22:31:21.871Z Checking time v0.3.36
17452024-08-28T22:31:22.041Z Checking stringprep v0.1.4
17462024-08-28T22:31:22.297Z Checking anstyle-parse v0.2.4
17472024-08-28T22:31:22.437Z Checking pest v2.7.10
17482024-08-28T22:31:22.553Z Checking url v2.5.2
17492024-08-28T22:31:22.570Z Checking regex-automata v0.4.6
17502024-08-28T22:31:23.406Z Checking rustix v0.38.34
17512024-08-28T22:31:23.859Z Checking rustls v0.21.12
17522024-08-28T22:31:24.404Z Checking quote v1.0.36
17532024-08-28T22:31:24.738Z Checking serde_spanned v0.6.7
17542024-08-28T22:31:24.933Z Checking toml_datetime v0.6.8
17552024-08-28T22:31:25.030Z Checking num-integer v0.1.46
17562024-08-28T22:31:25.211Z Checking md-5 v0.10.6
17572024-08-28T22:31:25.371Z Checking native-tls v0.2.11
17582024-08-28T22:31:25.433Z Checking idna v0.3.0
17592024-08-28T22:31:25.510Z Checking lazy_static v1.5.0
17602024-08-28T22:31:25.539Z Checking hash32 v0.2.1
17612024-08-28T22:31:25.620Z Checking psl-types v2.0.11
17622024-08-28T22:31:25.638Z Checking tokio-util v0.7.11
17632024-08-28T22:31:25.673Z Checking stable_deref_trait v1.2.0
17642024-08-28T22:31:25.775Z Checking fallible-iterator v0.2.0
17652024-08-28T22:31:25.805Z Checking anstyle-query v1.0.3
17662024-08-28T22:31:25.851Z Checking gimli v0.28.1
17672024-08-28T22:31:25.930Z Checking is_terminal_polyfill v1.70.0
17682024-08-28T22:31:26.052Z Checking colorchoice v1.0.1
17692024-08-28T22:31:26.186Z Checking pretty-hex v0.4.1
17702024-08-28T22:31:26.338Z Checking base64 v0.22.1
17712024-08-28T22:31:26.369Z Checking publicsuffix v2.2.3
17722024-08-28T22:31:26.409Z Checking anstream v0.6.14
17732024-08-28T22:31:26.489Z Checking h2 v0.3.26
17742024-08-28T22:31:26.603Z Checking heapless v0.7.17
17752024-08-28T22:31:26.790Z Checking tokio-native-tls v0.3.1
17762024-08-28T22:31:26.825Z Checking postgres-protocol v0.6.7
17772024-08-28T22:31:26.864Z Checking dof v0.3.0
17782024-08-28T22:31:27.038Z Checking num-iter v0.1.45
17792024-08-28T22:31:27.174Z Checking tokio-rustls v0.24.1
17802024-08-28T22:31:27.201Z Checking terminal_size v0.3.0
17812024-08-28T22:31:27.340Z Checking dtrace-parser v0.2.0
17822024-08-28T22:31:27.365Z Checking syn v2.0.74
17832024-08-28T22:31:27.505Z Checking cookie v0.17.0
17842024-08-28T22:31:27.521Z Checking phf_shared v0.11.2
17852024-08-28T22:31:27.534Z Checking ff v0.13.0
17862024-08-28T22:31:27.643Z Checking thread-id v4.2.1
17872024-08-28T22:31:27.746Z Checking object v0.32.2
17882024-08-28T22:31:27.761Z Checking bitflags v1.3.2
17892024-08-28T22:31:27.781Z Checking either v1.13.0
17902024-08-28T22:31:27.796Z Checking base64 v0.21.7
17912024-08-28T22:31:27.857Z Checking clap_lex v0.7.0
17922024-08-28T22:31:27.912Z Checking managed v0.8.0
17932024-08-28T22:31:28.093Z Checking strsim v0.11.1
17942024-08-28T22:31:28.151Z Checking ipnet v2.9.0
17952024-08-28T22:31:28.276Z Checking winnow v0.5.40
17962024-08-28T22:31:28.278Z Checking rustc-demangle v0.1.24
17972024-08-28T22:31:28.367Z Checking base16ct v0.2.0
17982024-08-28T22:31:28.562Z Checking sec1 v0.7.3
17992024-08-28T22:31:28.622Z Checking clap_builder v4.5.15
18002024-08-28T22:31:28.733Z Checking rustls-pemfile v1.0.4
18012024-08-28T22:31:28.928Z Checking smoltcp v0.9.1
18022024-08-28T22:31:28.945Z Checking cookie_store v0.20.0
18032024-08-28T22:31:29.623Z Checking phf v0.11.2
18042024-08-28T22:31:29.907Z Checking group v0.13.0
18052024-08-28T22:31:29.923Z Checking addr2line v0.21.0
18062024-08-28T22:31:30.176Z Checking postgres-types v0.2.7
18072024-08-28T22:31:30.479Z Checking regex v1.10.6
18082024-08-28T22:31:30.502Z Checking bstr v1.9.1
18092024-08-28T22:31:30.916Z Checking num-bigint-dig v0.8.4
18102024-08-28T22:31:31.133Z Checking futures-executor v0.3.30
18112024-08-28T22:31:31.376Z Checking pkcs1 v0.7.5
18122024-08-28T22:31:31.478Z Checking toml_edit v0.19.15
18132024-08-28T22:31:31.497Z Checking phf_shared v0.10.0
18142024-08-28T22:31:31.784Z Checking hubpack v0.1.2
18152024-08-28T22:31:31.788Z Checking serde_urlencoded v0.7.1
18162024-08-28T22:31:31.903Z Checking zerocopy v0.6.6
18172024-08-28T22:31:32.113Z Checking float-cmp v0.9.0
18182024-08-28T22:31:32.226Z Checking crc32fast v1.4.0
18192024-08-28T22:31:32.305Z Checking signal-hook v0.3.17
18202024-08-28T22:31:32.454Z Checking crossbeam-utils v0.8.19
18212024-08-28T22:31:32.663Z Checking hkdf v0.12.4
18222024-08-28T22:31:32.696Z Checking signature v2.2.0
18232024-08-28T22:31:32.871Z Checking idna v0.4.0
18242024-08-28T22:31:32.896Z Checking crypto-bigint v0.5.5
18252024-08-28T22:31:32.911Z Checking hyper v0.14.30
18262024-08-28T22:31:33.073Z Checking mio v0.8.11
18272024-08-28T22:31:33.141Z Checking memmap v0.7.0
18282024-08-28T22:31:33.356Z Checking encoding_rs v0.8.34
18292024-08-28T22:31:33.736Z Checking whoami v1.5.1
18302024-08-28T22:31:33.766Z Checking webpki-roots v0.25.4
18312024-08-28T22:31:33.820Z Checking usdt-impl v0.5.0
18322024-08-28T22:31:33.853Z Checking backtrace v0.3.71
18332024-08-28T22:31:33.928Z Checking unicode-width v0.1.13
18342024-08-28T22:31:34.033Z Checking sync_wrapper v0.1.2
18352024-08-28T22:31:34.085Z Checking normalize-line-endings v0.3.0
18362024-08-28T22:31:34.110Z Checking fixedbitset v0.4.2
18372024-08-28T22:31:34.159Z Checking winnow v0.6.18
18382024-08-28T22:31:34.195Z Checking predicates-core v1.0.6
18392024-08-28T22:31:34.374Z Checking precomputed-hash v0.1.1
18402024-08-28T22:31:34.389Z Checking unicode-segmentation v1.11.0
18412024-08-28T22:31:34.404Z Checking difflib v0.4.0
18422024-08-28T22:31:34.419Z Checking new_debug_unreachable v1.0.6
18432024-08-28T22:31:34.489Z Checking data-encoding v2.6.0
18442024-08-28T22:31:34.505Z Checking static_assertions v1.1.0
18452024-08-28T22:31:34.596Z Checking dyn-clone v1.0.17
18462024-08-28T22:31:34.717Z Checking mime v0.3.17
18472024-08-28T22:31:34.745Z Checking bit-vec v0.6.3
18482024-08-28T22:31:35.050Z Checking minimal-lexical v0.2.1
18492024-08-28T22:31:35.063Z Checking similar v2.6.0
18502024-08-28T22:31:35.099Z Checking bit-set v0.5.3
18512024-08-28T22:31:35.191Z Checking hickory-proto v0.24.1
18522024-08-28T22:31:35.355Z Checking schemars v0.8.21
18532024-08-28T22:31:35.456Z Checking nom v7.1.3
18542024-08-28T22:31:35.717Z Checking predicates v3.1.2
18552024-08-28T22:31:35.754Z Checking elliptic-curve v0.13.8
18562024-08-28T22:31:35.954Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18572024-08-28T22:31:36.404Z Checking string_cache v0.8.7
18582024-08-28T22:31:36.478Z Checking anyhow v1.0.86
18592024-08-28T22:31:36.703Z Checking petgraph v0.6.5
18602024-08-28T22:31:36.889Z Checking usdt v0.5.0
18612024-08-28T22:31:36.983Z Checking console v0.15.8
18622024-08-28T22:31:37.152Z Checking toml v0.7.8
18632024-08-28T22:31:37.192Z Checking toml_edit v0.22.20
18642024-08-28T22:31:37.560Z Checking tokio-postgres v0.7.11
18652024-08-28T22:31:37.927Z Checking signal-hook-mio v0.2.4
18662024-08-28T22:31:38.085Z Checking crossbeam-epoch v0.9.18
18672024-08-28T22:31:38.438Z Checking rsa v0.9.6
18682024-08-28T22:31:38.508Z Checking flate2 v1.0.31
18692024-08-28T22:31:39.141Z Checking clap v4.5.16
18702024-08-28T22:31:39.189Z Checking hyper-rustls v0.24.2
18712024-08-28T22:31:39.251Z Checking hyper-tls v0.5.0
18722024-08-28T22:31:39.490Z Checking futures v0.3.30
18732024-08-28T22:31:39.508Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18742024-08-28T22:31:39.532Z Checking itertools v0.12.1
18752024-08-28T22:31:39.547Z Checking reqwest v0.11.27
18762024-08-28T22:31:39.602Z Checking itertools v0.10.5
18772024-08-28T22:31:39.897Z Checking tokio-stream v0.1.15
18782024-08-28T22:31:39.984Z Checking fs-err v2.11.0
18792024-08-28T22:31:40.060Z Checking nix v0.28.0
18802024-08-28T22:31:40.546Z Checking openapiv3 v2.0.0
18812024-08-28T22:31:40.630Z Checking slog v2.7.0
18822024-08-28T22:31:40.720Z Checking semver v1.0.23
18832024-08-28T22:31:41.136Z Checking hex v0.4.3
18842024-08-28T22:31:41.160Z Checking sha1 v0.10.6
18852024-08-28T22:31:41.186Z Checking peg-runtime v0.8.3
18862024-08-28T22:31:41.313Z Checking lalrpop-util v0.19.12
18872024-08-28T22:31:41.422Z Checking camino v1.1.9
18882024-08-28T22:31:41.445Z Checking sigpipe v0.1.3
18892024-08-28T22:31:43.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18902024-08-28T22:31:43.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.97s
18912024-08-28T22:31:43.829Z
18922024-08-28T22:31:43.829Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/156)
18932024-08-28T22:31:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942024-08-28T22:31:44.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952024-08-28T22:31:44.553Z Compiling regress v0.9.1
18962024-08-28T22:31:44.649Z Checking strum v0.26.3
18972024-08-28T22:31:44.668Z Checking heck v0.5.0
18982024-08-28T22:31:44.680Z Compiling getopts v0.2.21
18992024-08-28T22:31:44.682Z Checking dirs-sys-next v0.1.2
19002024-08-28T22:31:44.707Z Compiling unsafe-libyaml v0.2.11
19012024-08-28T22:31:44.779Z Checking http v1.1.0
19022024-08-28T22:31:44.837Z Checking thread_local v1.1.8
19032024-08-28T22:31:44.878Z Checking dirs-next v2.0.0
19042024-08-28T22:31:45.010Z Compiling ident_case v1.0.1
19052024-08-28T22:31:45.026Z Checking rustls-pki-types v1.7.0
19062024-08-28T22:31:45.118Z Checking term v0.7.0
19072024-08-28T22:31:45.190Z Compiling darling_core v0.20.9
19082024-08-28T22:31:45.448Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19092024-08-28T22:31:45.550Z Checking crossbeam-channel v0.5.12
19102024-08-28T22:31:45.634Z Checking atty v0.2.14
19112024-08-28T22:31:45.761Z Checking is-terminal v0.4.12
19122024-08-28T22:31:45.800Z Compiling paste v1.0.15
19132024-08-28T22:31:45.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19142024-08-28T22:31:46.098Z Compiling serde_yaml v0.9.34+deprecated
19152024-08-28T22:31:46.257Z Compiling rustls v0.22.4
19162024-08-28T22:31:46.282Z Checking utf-8 v0.7.6
19172024-08-28T22:31:46.335Z Checking termcolor v1.4.1
19182024-08-28T22:31:46.490Z Checking humantime v2.1.0
19192024-08-28T22:31:46.553Z Checking take_mut v0.2.2
19202024-08-28T22:31:46.698Z Checking slog-async v2.8.0
19212024-08-28T22:31:46.804Z Checking env_logger v0.9.3
19222024-08-28T22:31:46.846Z Checking slog-term v2.9.1
19232024-08-28T22:31:46.862Z Checking rustls-webpki v0.102.4
19242024-08-28T22:31:46.988Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-08-28T22:31:47.268Z Compiling proc-macro-crate v1.3.1
19262024-08-28T22:31:47.344Z Compiling bitstruct_derive v0.1.0
19272024-08-28T22:31:47.360Z Compiling structmeta-derive v0.3.0
19282024-08-28T22:31:47.679Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19292024-08-28T22:31:47.803Z Compiling multer v3.1.0
19302024-08-28T22:31:48.110Z Checking match_cfg v0.1.0
19312024-08-28T22:31:48.203Z Checking ascii v1.1.0
19322024-08-28T22:31:48.219Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19332024-08-28T22:31:48.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19342024-08-28T22:31:48.800Z Checking bitstruct v0.1.1
19352024-08-28T22:31:48.927Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19362024-08-28T22:31:48.948Z Compiling num_enum_derive v0.5.11
19372024-08-28T22:31:49.827Z Checking hostname v0.3.1
19382024-08-28T22:31:49.957Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-08-28T22:31:50.127Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-08-28T22:31:50.391Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-08-28T22:31:50.481Z Compiling structmeta v0.3.0
19422024-08-28T22:31:50.702Z Checking slog-json v2.6.1
19432024-08-28T22:31:50.806Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-08-28T22:31:50.951Z Checking erased-serde v0.3.31
19452024-08-28T22:31:50.965Z Checking serde_arrays v0.1.0
19462024-08-28T22:31:51.085Z Compiling foreign-types-macros v0.2.3
19472024-08-28T22:31:51.120Z Compiling async-stream-impl v0.3.5
19482024-08-28T22:31:51.511Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19492024-08-28T22:31:51.710Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19502024-08-28T22:31:51.850Z Checking foreign-types-shared v0.3.1
19512024-08-28T22:31:51.972Z Checking arc-swap v1.7.1
19522024-08-28T22:31:52.033Z Checking atomic-waker v1.1.2
19532024-08-28T22:31:52.065Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-08-28T22:31:52.169Z Checking waitgroup v0.1.2
19552024-08-28T22:31:52.390Z Compiling darling_macro v0.20.9
19562024-08-28T22:31:52.406Z Checking num_enum v0.5.11
19572024-08-28T22:31:52.422Z Checking slog-scope v4.4.0
19582024-08-28T22:31:52.472Z Checking foreign-types v0.5.0
19592024-08-28T22:31:52.555Z Checking slog-bunyan v2.5.0
19602024-08-28T22:31:52.584Z Compiling parse-display-derive v0.10.0
19612024-08-28T22:31:52.599Z Checking async-stream v0.3.5
19622024-08-28T22:31:52.615Z Compiling proc-macro-error v1.0.4
19632024-08-28T22:31:52.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19642024-08-28T22:31:53.144Z Checking toml v0.8.19
19652024-08-28T22:31:53.237Z Checking tungstenite v0.20.1
19662024-08-28T22:31:53.314Z Checking rustls-pemfile v2.1.3
19672024-08-28T22:31:53.402Z Compiling darling v0.20.9
19682024-08-28T22:31:53.524Z Compiling serde_with_macros v3.9.0
19692024-08-28T22:31:53.560Z Compiling heck v0.3.3
19702024-08-28T22:31:53.820Z Checking tokio-rustls v0.25.0
19712024-08-28T22:31:53.930Z Checking newtype-uuid v1.1.0
19722024-08-28T22:31:54.019Z Checking ipnetwork v0.20.0
19732024-08-28T22:31:54.187Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19742024-08-28T22:31:54.196Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19752024-08-28T22:31:54.211Z Checking serde_path_to_error v0.1.16
19762024-08-28T22:31:54.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19772024-08-28T22:31:54.857Z Checking hostname v0.4.0
19782024-08-28T22:31:55.011Z Checking cstr-argument v0.1.2
19792024-08-28T22:31:55.132Z Checking instant v0.1.12
19802024-08-28T22:31:55.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19812024-08-28T22:31:55.230Z Checking pretty-hex v0.2.1
19822024-08-28T22:31:55.260Z Checking debug-ignore v1.0.5
19832024-08-28T22:31:55.404Z Checking fastrand v2.1.0
19842024-08-28T22:31:55.420Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19852024-08-28T22:31:55.543Z Checking backoff v0.4.0
19862024-08-28T22:31:55.708Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872024-08-28T22:31:55.749Z Checking tempfile v3.10.1
19882024-08-28T22:31:55.856Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19892024-08-28T22:31:56.032Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19902024-08-28T22:31:56.125Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19912024-08-28T22:31:56.202Z Checking tokio-tungstenite v0.20.1
19922024-08-28T22:31:56.433Z Compiling zone_cfg_derive v0.1.2
19932024-08-28T22:31:56.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19942024-08-28T22:31:56.705Z Checking slog-stdlog v4.1.1
19952024-08-28T22:31:56.720Z Checking serde_with v3.9.0
19962024-08-28T22:31:56.876Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19972024-08-28T22:31:57.035Z Checking tungstenite v0.21.0
19982024-08-28T22:31:57.283Z Checking colored v2.1.0
19992024-08-28T22:31:57.418Z Checking parse-display v0.10.0
20002024-08-28T22:31:57.590Z Checking macaddr v1.0.1
20012024-08-28T22:31:57.661Z Checking socket2 v0.4.10
20022024-08-28T22:31:57.922Z Checking base64 v0.13.1
20032024-08-28T22:31:57.947Z Checking tokio-tungstenite v0.21.0
20042024-08-28T22:31:58.074Z Checking zone v0.1.8
20052024-08-28T22:31:58.321Z Checking ron v0.7.1
20062024-08-28T22:31:58.454Z Checking slog-envlogger v2.2.0
20072024-08-28T22:31:58.687Z Checking pem v3.0.4
20082024-08-28T22:31:58.744Z Checking tabwriter v1.4.0
20092024-08-28T22:31:58.963Z Checking xattr v1.3.1
20102024-08-28T22:31:58.990Z Checking portpicker v0.1.1
20112024-08-28T22:31:59.135Z Checking yasna v0.5.2
20122024-08-28T22:31:59.173Z Checking headers-core v0.2.0
20132024-08-28T22:31:59.324Z Checking smf v0.2.3
20142024-08-28T22:31:59.565Z Checking filetime v0.2.24
20152024-08-28T22:31:59.776Z Checking same-file v1.0.6
20162024-08-28T22:31:59.807Z Checking tar v0.4.41
20172024-08-28T22:31:59.944Z Checking walkdir v2.5.0
20182024-08-28T22:31:59.991Z Checking headers v0.3.9
20192024-08-28T22:32:00.068Z Checking rcgen v0.12.1
20202024-08-28T22:32:00.184Z Checking atomicwrites v0.4.3
20212024-08-28T22:32:00.243Z Checking camino-tempfile v1.1.1
20222024-08-28T22:32:00.399Z Checking subprocess v0.2.9
20232024-08-28T22:32:01.393Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20242024-08-28T22:32:01.655Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20252024-08-28T22:32:03.681Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20262024-08-28T22:32:05.674Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20272024-08-28T22:32:05.747Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-08-28T22:32:09.219Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20292024-08-28T22:32:15.554Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20302024-08-28T22:32:15.702Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20312024-08-28T22:32:15.705Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20322024-08-28T22:32:18.439Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20332024-08-28T22:32:19.022Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20342024-08-28T22:32:25.376Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20352024-08-28T22:32:26.971Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20362024-08-28T22:32:28.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s
20372024-08-28T22:32:28.386Z
20382024-08-28T22:32:28.386Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/156)
20392024-08-28T22:32:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402024-08-28T22:32:29.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412024-08-28T22:32:29.122Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20422024-08-28T22:32:30.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
20432024-08-28T22:32:30.714Z
20442024-08-28T22:32:30.714Zinfo: running `cargo check --bins` on nexus-config (31/156)
20452024-08-28T22:32:31.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-08-28T22:32:31.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-08-28T22:32:31.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482024-08-28T22:32:31.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20492024-08-28T22:32:31.407Z
20502024-08-28T22:32:31.407Zinfo: running `cargo check --bins` on omicron-rpaths (32/156)
20512024-08-28T22:32:32.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-08-28T22:32:32.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-08-28T22:32:32.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-08-28T22:32:32.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20552024-08-28T22:32:32.097Z
20562024-08-28T22:32:32.097Zinfo: running `cargo check --bins` on omicron-certificates (33/156)
20572024-08-28T22:32:32.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-08-28T22:32:32.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-08-28T22:32:32.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-08-28T22:32:32.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20612024-08-28T22:32:32.809Z
20622024-08-28T22:32:32.809Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/156)
20632024-08-28T22:32:33.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-08-28T22:32:33.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-08-28T22:32:33.509Z Compiling heapless v0.8.0
20662024-08-28T22:32:33.513Z Checking hash32 v0.3.1
20672024-08-28T22:32:33.513Z Compiling smoltcp v0.11.0
20682024-08-28T22:32:33.622Z Checking cobs v0.2.3
20692024-08-28T22:32:33.622Z Checking embedded-io v0.4.0
20702024-08-28T22:32:33.648Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20712024-08-28T22:32:33.651Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20722024-08-28T22:32:33.672Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20732024-08-28T22:32:33.763Z Compiling crucible-workspace-hack v0.1.0
20742024-08-28T22:32:33.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20752024-08-28T22:32:33.801Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20762024-08-28T22:32:33.826Z Checking postcard v1.0.8
20772024-08-28T22:32:34.005Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20782024-08-28T22:32:34.033Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20792024-08-28T22:32:34.188Z Compiling num-derive v0.4.2
20802024-08-28T22:32:34.350Z Compiling slog-dtrace v0.3.0
20812024-08-28T22:32:34.413Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20822024-08-28T22:32:34.534Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20832024-08-28T22:32:34.569Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20842024-08-28T22:32:35.350Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20852024-08-28T22:32:35.918Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20862024-08-28T22:32:37.343Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20872024-08-28T22:32:38.247Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20882024-08-28T22:32:39.339Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20892024-08-28T22:32:41.183Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20902024-08-28T22:32:41.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
20912024-08-28T22:32:42.033Z
20922024-08-28T22:32:42.033Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/156)
20932024-08-28T22:32:42.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942024-08-28T22:32:42.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952024-08-28T22:32:42.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962024-08-28T22:32:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20972024-08-28T22:32:42.703Z
20982024-08-28T22:32:42.703Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/156)
20992024-08-28T22:32:43.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002024-08-28T22:32:43.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012024-08-28T22:32:43.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022024-08-28T22:32:43.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21032024-08-28T22:32:43.472Z
21042024-08-28T22:32:43.472Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/156)
21052024-08-28T22:32:44.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062024-08-28T22:32:44.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072024-08-28T22:32:44.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082024-08-28T22:32:44.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21092024-08-28T22:32:44.258Z
21102024-08-28T22:32:44.258Zinfo: running `cargo check --bins` on dns-server (38/156)
21112024-08-28T22:32:44.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122024-08-28T22:32:44.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132024-08-28T22:32:44.938Z Compiling parking_lot_core v0.8.6
21142024-08-28T22:32:45.028Z Checking newline-converter v0.3.0
21152024-08-28T22:32:45.030Z Checking nibble_vec v0.1.0
21162024-08-28T22:32:45.030Z Checking quick-error v1.2.3
21172024-08-28T22:32:45.030Z Checking linked-hash-map v0.5.6
21182024-08-28T22:32:45.031Z Checking endian-type v0.1.2
21192024-08-28T22:32:45.039Z Checking fxhash v0.2.1
21202024-08-28T22:32:45.051Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21212024-08-28T22:32:45.152Z Checking expectorate v1.1.0
21222024-08-28T22:32:45.176Z Checking resolv-conf v0.7.0
21232024-08-28T22:32:45.211Z Checking hickory-server v0.24.1
21242024-08-28T22:32:45.245Z Checking radix_trie v0.2.1
21252024-08-28T22:32:45.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21262024-08-28T22:32:45.384Z Checking lru-cache v0.1.2
21272024-08-28T22:32:45.544Z Checking hickory-resolver v0.24.1
21282024-08-28T22:32:45.635Z Checking hickory-client v0.24.1
21292024-08-28T22:32:45.785Z Checking parking_lot v0.11.2
21302024-08-28T22:32:46.120Z Checking sled v0.34.7
21312024-08-28T22:32:48.037Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21322024-08-28T22:32:49.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
21332024-08-28T22:32:49.313Z
21342024-08-28T22:32:49.314Zinfo: running `cargo check --bins` on dns-server-api (39/156)
21352024-08-28T22:32:49.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-08-28T22:32:49.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-08-28T22:32:49.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-08-28T22:32:49.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21392024-08-28T22:32:49.967Z
21402024-08-28T22:32:49.967Zinfo: running `cargo check --bins` on dns-service-client (40/156)
21412024-08-28T22:32:50.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-08-28T22:32:50.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-08-28T22:32:50.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-08-28T22:32:50.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21452024-08-28T22:32:50.619Z
21462024-08-28T22:32:50.619Zinfo: running `cargo check --bins` on gateway-test-utils (41/156)
21472024-08-28T22:32:51.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-08-28T22:32:51.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-08-28T22:32:51.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502024-08-28T22:32:51.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21512024-08-28T22:32:51.340Z
21522024-08-28T22:32:51.340Zinfo: running `cargo check --bins` on gateway-types (42/156)
21532024-08-28T22:32:51.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-08-28T22:32:51.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-08-28T22:32:51.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-08-28T22:32:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21572024-08-28T22:32:52.010Z
21582024-08-28T22:32:52.010Zinfo: running `cargo check --bins` on ipcc (43/156)
21592024-08-28T22:32:52.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-08-28T22:32:52.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-08-28T22:32:52.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-08-28T22:32:52.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21632024-08-28T22:32:52.683Z
21642024-08-28T22:32:52.683Zinfo: running `cargo check --bins` on omicron-gateway (44/156)
21652024-08-28T22:32:53.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-08-28T22:32:53.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-08-28T22:32:53.421Z Compiling rustls-pki-types v1.7.0
21682024-08-28T22:32:53.425Z Compiling match_cfg v0.1.0
21692024-08-28T22:32:53.526Z Checking num-rational v0.4.2
21702024-08-28T22:32:53.529Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21712024-08-28T22:32:53.529Z Compiling slog-json v2.6.1
21722024-08-28T22:32:53.529Z Compiling http v1.1.0
21732024-08-28T22:32:53.529Z Checking num-complex v0.4.6
21742024-08-28T22:32:53.550Z Compiling atomic-waker v1.1.2
21752024-08-28T22:32:53.602Z Compiling hostname v0.3.1
21762024-08-28T22:32:53.737Z Compiling prettyplease v0.2.20
21772024-08-28T22:32:53.848Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21782024-08-28T22:32:53.929Z Compiling rustls-webpki v0.102.4
21792024-08-28T22:32:53.963Z Compiling rustls-pemfile v2.1.3
21802024-08-28T22:32:54.054Z Compiling slog-bunyan v2.5.0
21812024-08-28T22:32:54.097Z Compiling waitgroup v0.1.2
21822024-08-28T22:32:54.180Z Compiling async-stream v0.3.5
21832024-08-28T22:32:54.292Z Compiling toml v0.8.19
21842024-08-28T22:32:54.309Z Compiling newtype-uuid v1.1.0
21852024-08-28T22:32:54.356Z Compiling ipnetwork v0.20.0
21862024-08-28T22:32:54.455Z Compiling serde_path_to_error v0.1.16
21872024-08-28T22:32:54.495Z Compiling hostname v0.4.0
21882024-08-28T22:32:54.511Z Checking num v0.4.3
21892024-08-28T22:32:54.616Z Compiling instant v0.1.12
21902024-08-28T22:32:54.634Z Compiling semver v0.1.20
21912024-08-28T22:32:54.778Z Compiling rustls v0.22.4
21922024-08-28T22:32:54.793Z Compiling radium v0.7.0
21932024-08-28T22:32:55.282Z Compiling multer v3.1.0
21942024-08-28T22:32:55.282Z Compiling debug-ignore v1.0.5
21952024-08-28T22:32:55.313Z Checking float-ord v0.3.2
21962024-08-28T22:32:55.369Z Compiling rustc_version v0.1.7
21972024-08-28T22:32:55.440Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21982024-08-28T22:32:55.454Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21992024-08-28T22:32:55.894Z Compiling backoff v0.4.0
22002024-08-28T22:32:56.094Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22012024-08-28T22:32:56.140Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22022024-08-28T22:32:56.141Z Compiling parse-display v0.10.0
22032024-08-28T22:32:56.318Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042024-08-28T22:32:56.405Z Compiling serde_with v3.9.0
22052024-08-28T22:32:56.463Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22062024-08-28T22:32:56.541Z Compiling macaddr v1.0.1
22072024-08-28T22:32:56.837Z Checking tap v1.0.1
22082024-08-28T22:32:57.003Z Compiling maybe-uninit v2.0.0
22092024-08-28T22:32:57.018Z Checking wyz v0.5.1
22102024-08-28T22:32:57.497Z Compiling newtype_derive v0.1.6
22112024-08-28T22:32:57.647Z Checking password-hash v0.5.0
22122024-08-28T22:32:57.816Z Checking blake2 v0.10.6
22132024-08-28T22:32:57.924Z Compiling bzip2-sys v0.1.11+1.0.8
22142024-08-28T22:32:58.124Z Checking funty v2.0.0
22152024-08-28T22:32:58.272Z Checking crc-catalog v2.4.0
22162024-08-28T22:32:58.425Z Compiling packed_struct v0.10.1
22172024-08-28T22:32:58.468Z Checking crc v3.2.1
22182024-08-28T22:32:58.896Z Checking argon2 v0.5.3
22192024-08-28T22:32:59.033Z Checking bitvec v1.0.1
22202024-08-28T22:32:59.104Z Compiling tokio-rustls v0.25.0
22212024-08-28T22:32:59.568Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22222024-08-28T22:32:59.590Z Compiling packed_struct_codegen v0.10.1
22232024-08-28T22:33:00.177Z Compiling indexmap v1.9.3
22242024-08-28T22:33:00.240Z Compiling cookie v0.18.1
22252024-08-28T22:33:00.501Z Checking half v2.4.1
22262024-08-28T22:33:00.578Z Checking ciborium-io v0.2.2
22272024-08-28T22:33:00.708Z Checking nodrop v0.1.14
22282024-08-28T22:33:00.837Z Checking array-init v0.0.4
22292024-08-28T22:33:00.998Z Checking ciborium-ll v0.2.2
22302024-08-28T22:33:01.601Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22312024-08-28T22:33:01.914Z Checking smallvec v0.6.14
22322024-08-28T22:33:02.060Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22332024-08-28T22:33:02.319Z Compiling memoffset v0.9.1
22342024-08-28T22:33:02.634Z Compiling convert_case v0.4.0
22352024-08-28T22:33:02.649Z Checking highway v1.2.0
22362024-08-28T22:33:02.774Z Checking hashbrown v0.12.3
22372024-08-28T22:33:03.070Z Checking bitfield v0.14.0
22382024-08-28T22:33:03.295Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22392024-08-28T22:33:03.347Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22402024-08-28T22:33:03.631Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22412024-08-28T22:33:03.645Z Compiling derive_more v0.99.18
22422024-08-28T22:33:04.315Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22432024-08-28T22:33:04.409Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22442024-08-28T22:33:04.569Z Checking env_logger v0.10.2
22452024-08-28T22:33:05.150Z Checking serde-hex v0.1.0
22462024-08-28T22:33:05.171Z Checking steno v0.4.1
22472024-08-28T22:33:05.173Z Checking bzip2 v0.4.4
22482024-08-28T22:33:05.911Z Checking ciborium v0.2.2
22492024-08-28T22:33:05.929Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22502024-08-28T22:33:05.968Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22512024-08-28T22:33:06.247Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22522024-08-28T22:33:06.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22532024-08-28T22:33:07.572Z Checking ron v0.8.1
22542024-08-28T22:33:08.243Z Checking x509-cert v0.2.5
22552024-08-28T22:33:08.824Z Checking hashbrown v0.13.2
22562024-08-28T22:33:08.909Z Compiling derive-where v1.2.7
22572024-08-28T22:33:09.449Z Checking crc-any v2.5.0
22582024-08-28T22:33:09.850Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22592024-08-28T22:33:09.908Z Checking object v0.30.4
22602024-08-28T22:33:10.107Z Checking zip v0.6.6
22612024-08-28T22:33:10.704Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22622024-08-28T22:33:10.820Z Checking path-slash v0.1.5
22632024-08-28T22:33:10.967Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22642024-08-28T22:33:10.988Z Checking nix v0.27.1
22652024-08-28T22:33:11.109Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22662024-08-28T22:33:11.850Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22672024-08-28T22:33:11.997Z Checking kstat-rs v0.2.4
22682024-08-28T22:33:12.131Z Checking serde-big-array v0.5.1
22692024-08-28T22:33:12.309Z Checking signal-hook-tokio v0.3.1
22702024-08-28T22:33:12.667Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22712024-08-28T22:33:13.629Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22722024-08-28T22:33:16.372Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22732024-08-28T22:33:17.799Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22742024-08-28T22:33:20.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22752024-08-28T22:33:23.530Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22762024-08-28T22:33:23.663Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22772024-08-28T22:33:23.925Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22782024-08-28T22:33:29.372Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22792024-08-28T22:33:30.007Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22802024-08-28T22:33:32.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.04s
22812024-08-28T22:33:32.893Z
22822024-08-28T22:33:32.893Zinfo: running `cargo check --bins` on gateway-api (45/156)
22832024-08-28T22:33:33.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-28T22:33:33.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-28T22:33:33.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-28T22:33:33.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22872024-08-28T22:33:33.545Z
22882024-08-28T22:33:33.545Zinfo: running `cargo check --bins` on oximeter (46/156)
22892024-08-28T22:33:34.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-28T22:33:34.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-28T22:33:34.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-28T22:33:34.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22932024-08-28T22:33:34.202Z
22942024-08-28T22:33:34.202Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/156)
22952024-08-28T22:33:34.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-28T22:33:34.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-28T22:33:34.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-28T22:33:34.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22992024-08-28T22:33:34.812Z
23002024-08-28T22:33:34.812Zinfo: running `cargo check --bins` on oximeter-schema (48/156)
23012024-08-28T22:33:35.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-28T22:33:35.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-28T22:33:35.457Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23042024-08-28T22:33:35.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23052024-08-28T22:33:36.001Z
23062024-08-28T22:33:36.001Zinfo: running `cargo check --bins` on oximeter-types (49/156)
23072024-08-28T22:33:36.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-28T22:33:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-28T22:33:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-28T22:33:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23112024-08-28T22:33:36.669Z
23122024-08-28T22:33:36.669Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/156)
23132024-08-28T22:33:37.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-28T22:33:37.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-28T22:33:37.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-28T22:33:37.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23172024-08-28T22:33:37.355Z
23182024-08-28T22:33:37.355Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (51/156)
23192024-08-28T22:33:37.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-28T22:33:37.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-28T22:33:37.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-08-28T22:33:37.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23232024-08-28T22:33:38.019Z
23242024-08-28T22:33:38.019Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/156)
23252024-08-28T22:33:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-08-28T22:33:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-08-28T22:33:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-08-28T22:33:38.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23292024-08-28T22:33:38.685Z
23302024-08-28T22:33:38.685Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/156)
23312024-08-28T22:33:39.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-08-28T22:33:39.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-08-28T22:33:39.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-08-28T22:33:39.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23352024-08-28T22:33:39.371Z
23362024-08-28T22:33:39.371Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/156)
23372024-08-28T22:33:39.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-08-28T22:33:39.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-08-28T22:33:39.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-08-28T22:33:39.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23412024-08-28T22:33:40.033Z
23422024-08-28T22:33:40.033Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/156)
23432024-08-28T22:33:40.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-08-28T22:33:40.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-08-28T22:33:40.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-08-28T22:33:40.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23472024-08-28T22:33:40.694Z
23482024-08-28T22:33:40.694Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/156)
23492024-08-28T22:33:41.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-08-28T22:33:41.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-08-28T22:33:41.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-08-28T22:33:41.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23532024-08-28T22:33:41.352Z
23542024-08-28T22:33:41.353Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/156)
23552024-08-28T22:33:41.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-08-28T22:33:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-08-28T22:33:41.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-08-28T22:33:41.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23592024-08-28T22:33:42.031Z
23602024-08-28T22:33:42.031Zinfo: running `cargo check --bins` on oximeter-producer (58/156)
23612024-08-28T22:33:42.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-08-28T22:33:42.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-08-28T22:33:42.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-08-28T22:33:42.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23652024-08-28T22:33:42.728Z
23662024-08-28T22:33:42.728Zinfo: running `cargo check --bins` on internal-dns (59/156)
23672024-08-28T22:33:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-08-28T22:33:43.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-08-28T22:33:43.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-08-28T22:33:43.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23712024-08-28T22:33:43.404Z
23722024-08-28T22:33:43.404Zinfo: running `cargo check --bins` on nexus-client (60/156)
23732024-08-28T22:33:44.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-08-28T22:33:44.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-08-28T22:33:44.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-08-28T22:33:44.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23772024-08-28T22:33:44.103Z
23782024-08-28T22:33:44.103Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (61/156)
23792024-08-28T22:33:44.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-08-28T22:33:44.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-08-28T22:33:44.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-08-28T22:33:44.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23832024-08-28T22:33:44.791Z
23842024-08-28T22:33:44.791Zinfo: running `cargo check --bins` on omicron-passwords (62/156)
23852024-08-28T22:33:45.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-08-28T22:33:45.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-08-28T22:33:45.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-08-28T22:33:45.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23892024-08-28T22:33:45.455Z
23902024-08-28T22:33:45.455Zinfo: running `cargo check --bins` on nexus-types (63/156)
23912024-08-28T22:33:46.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-08-28T22:33:46.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-08-28T22:33:46.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-08-28T22:33:46.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23952024-08-28T22:33:46.172Z
23962024-08-28T22:33:46.172Zinfo: running `cargo check --bins` on gateway-client (64/156)
23972024-08-28T22:33:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-08-28T22:33:46.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-08-28T22:33:46.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-08-28T22:33:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24012024-08-28T22:33:46.824Z
24022024-08-28T22:33:46.824Zinfo: running `cargo check --bins` on oxql-types (65/156)
24032024-08-28T22:33:47.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-08-28T22:33:47.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-08-28T22:33:47.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-08-28T22:33:47.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24072024-08-28T22:33:47.486Z
24082024-08-28T22:33:47.486Zinfo: running `cargo check --bins` on sp-sim (66/156)
24092024-08-28T22:33:48.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-08-28T22:33:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-08-28T22:33:48.139Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24122024-08-28T22:33:49.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
24132024-08-28T22:33:50.120Z
24142024-08-28T22:33:50.120Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (67/156)
24152024-08-28T22:33:50.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-08-28T22:33:50.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-08-28T22:33:50.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-08-28T22:33:50.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24192024-08-28T22:33:50.821Z
24202024-08-28T22:33:50.821Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/156)
24212024-08-28T22:33:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-08-28T22:33:51.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-08-28T22:33:51.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-08-28T22:33:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24252024-08-28T22:33:51.565Z
24262024-08-28T22:33:51.565Zinfo: running `cargo check --bins` on db-macros (69/156)
24272024-08-28T22:33:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-08-28T22:33:52.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-08-28T22:33:52.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-08-28T22:33:52.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24312024-08-28T22:33:52.235Z
24322024-08-28T22:33:52.235Zinfo: running `cargo check --bins` on nexus-macros-common (70/156)
24332024-08-28T22:33:52.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-08-28T22:33:52.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-08-28T22:33:52.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-08-28T22:33:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24372024-08-28T22:33:52.892Z
24382024-08-28T22:33:52.892Zinfo: running `cargo check --bins` on nexus-auth (71/156)
24392024-08-28T22:33:53.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-08-28T22:33:53.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-08-28T22:33:53.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-08-28T22:33:53.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24432024-08-28T22:33:53.617Z
24442024-08-28T22:33:53.617Zinfo: running `cargo check --bins` on authz-macros (72/156)
24452024-08-28T22:33:54.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-08-28T22:33:54.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-08-28T22:33:54.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-08-28T22:33:54.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24492024-08-28T22:33:54.271Z
24502024-08-28T22:33:54.271Zinfo: running `cargo check --bins` on nexus-db-fixed-data (73/156)
24512024-08-28T22:33:54.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-08-28T22:33:54.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-08-28T22:33:54.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-08-28T22:33:54.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24552024-08-28T22:33:54.994Z
24562024-08-28T22:33:54.994Zinfo: running `cargo check --bins` on nexus-db-model (74/156)
24572024-08-28T22:33:55.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-08-28T22:33:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-08-28T22:33:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-08-28T22:33:55.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24612024-08-28T22:33:55.726Z
24622024-08-28T22:33:55.726Zinfo: running `cargo check --bins` on nexus-defaults (75/156)
24632024-08-28T22:33:56.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-08-28T22:33:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-08-28T22:33:56.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-08-28T22:33:56.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24672024-08-28T22:33:56.432Z
24682024-08-28T22:33:56.432Zinfo: running `cargo check --bins` on sled-agent-client (76/156)
24692024-08-28T22:33:57.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-08-28T22:33:57.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-08-28T22:33:57.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-08-28T22:33:57.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24732024-08-28T22:33:57.143Z
24742024-08-28T22:33:57.143Zinfo: running `cargo check --bins` on nexus-inventory (77/156)
24752024-08-28T22:33:57.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-08-28T22:33:57.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-08-28T22:33:57.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-08-28T22:33:57.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24792024-08-28T22:33:57.888Z
24802024-08-28T22:33:57.888Zinfo: running `cargo check --bins` on typed-rng (78/156)
24812024-08-28T22:33:58.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-08-28T22:33:58.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-08-28T22:33:58.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-08-28T22:33:58.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24852024-08-28T22:33:58.556Z
24862024-08-28T22:33:58.556Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/156)
24872024-08-28T22:33:59.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-08-28T22:33:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-08-28T22:33:59.380Z Compiling rayon-core v1.12.1
24902024-08-28T22:33:59.382Z Compiling crossbeam-deque v0.8.5
24912024-08-28T22:33:59.382Z Compiling curve25519-dalek v4.1.3
24922024-08-28T22:33:59.383Z Compiling unicase v2.7.0
24932024-08-28T22:33:59.479Z Compiling same-file v1.0.6
24942024-08-28T22:33:59.481Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24952024-08-28T22:33:59.490Z Checking keccak v0.1.5
24962024-08-28T22:33:59.518Z Compiling tempfile v3.10.1
24972024-08-28T22:33:59.761Z Compiling walkdir v2.5.0
24982024-08-28T22:33:59.778Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992024-08-28T22:33:59.891Z Checking sha3 v0.10.8
25002024-08-28T22:33:59.990Z Compiling thiserror-impl-no-std v2.0.2
25012024-08-28T22:34:00.084Z Checking universal-hash v0.5.1
25022024-08-28T22:34:00.256Z Checking secrecy v0.8.0
25032024-08-28T22:34:00.272Z Compiling ring v0.16.20
25042024-08-28T22:34:00.357Z Compiling blake3 v1.5.1
25052024-08-28T22:34:00.384Z Compiling curve25519-dalek-derive v0.1.1
25062024-08-28T22:34:00.457Z Checking opaque-debug v0.3.1
25072024-08-28T22:34:00.474Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25082024-08-28T22:34:00.536Z Checking chacha20 v0.9.1
25092024-08-28T22:34:00.553Z Checking poly1305 v0.8.0
25102024-08-28T22:34:00.790Z Compiling rayon v1.10.0
25112024-08-28T22:34:00.869Z Checking aead v0.5.2
25122024-08-28T22:34:01.083Z Compiling memmap2 v0.9.4
25132024-08-28T22:34:01.100Z Compiling constant_time_eq v0.3.0
25142024-08-28T22:34:01.303Z Compiling untrusted v0.7.1
25152024-08-28T22:34:01.506Z Compiling arrayref v0.3.7
25162024-08-28T22:34:01.581Z Compiling libefi-sys v0.1.0
25172024-08-28T22:34:01.608Z Compiling spin v0.5.2
25182024-08-28T22:34:01.671Z Compiling arrayvec v0.7.4
25192024-08-28T22:34:01.688Z Compiling home v0.5.9
25202024-08-28T22:34:01.854Z Compiling toolchain_find v0.4.0
25212024-08-28T22:34:01.923Z Checking chacha20poly1305 v0.10.1
25222024-08-28T22:34:02.108Z Compiling camino-tempfile v1.1.1
25232024-08-28T22:34:02.241Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25242024-08-28T22:34:02.479Z Compiling bitfield-struct v0.6.1
25252024-08-28T22:34:02.554Z Compiling topological-sort v0.2.2
25262024-08-28T22:34:02.596Z Compiling cancel-safe-futures v0.1.5
25272024-08-28T22:34:02.785Z Compiling mime_guess v2.0.4
25282024-08-28T22:34:02.813Z Compiling rustfmt-wrapper v0.2.1
25292024-08-28T22:34:03.299Z Checking thiserror-no-std v2.0.2
25302024-08-28T22:34:03.377Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25312024-08-28T22:34:03.395Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322024-08-28T22:34:03.418Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332024-08-28T22:34:03.548Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25342024-08-28T22:34:04.004Z Checking vsss-rs v3.3.4
25352024-08-28T22:34:04.029Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362024-08-28T22:34:04.220Z Checking gethostname v0.5.0
25372024-08-28T22:34:04.255Z Checking libsw v3.3.1
25382024-08-28T22:34:04.281Z Checking swrite v0.1.0
25392024-08-28T22:34:04.350Z Checking linear-map v1.2.0
25402024-08-28T22:34:04.405Z Checking owo-colors v4.0.0
25412024-08-28T22:34:04.595Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422024-08-28T22:34:04.689Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25432024-08-28T22:34:05.106Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25442024-08-28T22:34:05.288Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25452024-08-28T22:34:05.666Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25462024-08-28T22:34:05.959Z Checking nanorand v0.7.0
25472024-08-28T22:34:06.358Z Compiling omicron-zone-package v0.11.0
25482024-08-28T22:34:06.396Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25492024-08-28T22:34:06.549Z Checking http-range v0.1.5
25502024-08-28T22:34:06.567Z Checking glob v0.3.1
25512024-08-28T22:34:06.613Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25522024-08-28T22:34:06.737Z Checking hyper-staticfile v0.9.5
25532024-08-28T22:34:06.896Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25542024-08-28T22:34:07.179Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25552024-08-28T22:34:07.332Z Checking flume v0.11.0
25562024-08-28T22:34:07.884Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25572024-08-28T22:34:07.903Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25582024-08-28T22:34:07.980Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25592024-08-28T22:34:08.826Z Checking itertools v0.13.0
25602024-08-28T22:34:09.089Z Checking display-error-chain v0.2.0
25612024-08-28T22:34:09.621Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25622024-08-28T22:34:10.188Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25632024-08-28T22:34:11.541Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25642024-08-28T22:34:13.439Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25652024-08-28T22:34:13.477Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25662024-08-28T22:34:24.245Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25672024-08-28T22:34:36.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.38s
25682024-08-28T22:34:37.120Z
25692024-08-28T22:34:37.120Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/156)
25702024-08-28T22:34:37.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-08-28T22:34:37.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-08-28T22:34:37.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25732024-08-28T22:34:50.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.01s
25742024-08-28T22:34:50.318Z
25752024-08-28T22:34:50.318Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/156)
25762024-08-28T22:34:50.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-08-28T22:34:50.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-08-28T22:34:51.104Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25792024-08-28T22:35:03.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s
25802024-08-28T22:35:03.595Z
25812024-08-28T22:35:03.595Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/156)
25822024-08-28T22:35:04.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-08-28T22:35:04.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-08-28T22:35:04.363Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25852024-08-28T22:35:17.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
25862024-08-28T22:35:17.335Z
25872024-08-28T22:35:17.335Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/156)
25882024-08-28T22:35:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-08-28T22:35:17.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-08-28T22:35:18.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25912024-08-28T22:35:30.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
25922024-08-28T22:35:30.423Z
25932024-08-28T22:35:30.423Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/156)
25942024-08-28T22:35:31.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-08-28T22:35:31.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-08-28T22:35:31.185Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25972024-08-28T22:35:44.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
25982024-08-28T22:35:44.313Z
25992024-08-28T22:35:44.313Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/156)
26002024-08-28T22:35:44.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-08-28T22:35:44.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-08-28T22:35:45.056Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26032024-08-28T22:35:57.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.37s
26042024-08-28T22:35:57.867Z
26052024-08-28T22:35:57.867Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/156)
26062024-08-28T22:35:58.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-08-28T22:35:58.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-08-28T22:35:58.677Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26092024-08-28T22:36:11.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s
26102024-08-28T22:36:11.446Z
26112024-08-28T22:36:11.446Zinfo: running `cargo check --bins` on bootstrap-agent-api (87/156)
26122024-08-28T22:36:12.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-08-28T22:36:12.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-08-28T22:36:12.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-08-28T22:36:12.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26162024-08-28T22:36:12.164Z
26172024-08-28T22:36:12.164Zinfo: running `cargo check --bins` on sled-agent-types (88/156)
26182024-08-28T22:36:12.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-08-28T22:36:12.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-08-28T22:36:12.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-08-28T22:36:12.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26222024-08-28T22:36:12.858Z
26232024-08-28T22:36:12.859Zinfo: running `cargo check --bins` on bootstrap-agent-client (89/156)
26242024-08-28T22:36:13.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-08-28T22:36:13.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-08-28T22:36:13.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-08-28T22:36:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26282024-08-28T22:36:13.535Z
26292024-08-28T22:36:13.535Zinfo: running `cargo check --bins` on dpd-client (90/156)
26302024-08-28T22:36:14.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-08-28T22:36:14.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-08-28T22:36:14.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-08-28T22:36:14.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26342024-08-28T22:36:14.419Z
26352024-08-28T22:36:14.419Zinfo: running `cargo check --bins` on installinator-common (91/156)
26362024-08-28T22:36:14.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-08-28T22:36:14.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-08-28T22:36:14.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-08-28T22:36:14.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26402024-08-28T22:36:14.853Z
26412024-08-28T22:36:14.854Zinfo: running `cargo check --bins` on update-engine (92/156)
26422024-08-28T22:36:15.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-08-28T22:36:15.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-08-28T22:36:15.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-08-28T22:36:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26462024-08-28T22:36:15.470Z
26472024-08-28T22:36:15.470Zinfo: running `cargo check --bins` on key-manager (93/156)
26482024-08-28T22:36:16.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-08-28T22:36:16.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-08-28T22:36:16.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-08-28T22:36:16.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26522024-08-28T22:36:16.123Z
26532024-08-28T22:36:16.123Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (94/156)
26542024-08-28T22:36:16.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-08-28T22:36:16.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-08-28T22:36:16.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-08-28T22:36:16.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26582024-08-28T22:36:16.809Z
26592024-08-28T22:36:16.809Zinfo: running `cargo check --bins` on sled-agent-api (95/156)
26602024-08-28T22:36:17.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-08-28T22:36:17.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-08-28T22:36:17.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-08-28T22:36:17.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26642024-08-28T22:36:17.502Z
26652024-08-28T22:36:17.502Zinfo: running `cargo check --bins` on sled-hardware (96/156)
26662024-08-28T22:36:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-08-28T22:36:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-08-28T22:36:18.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-08-28T22:36:18.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26702024-08-28T22:36:18.174Z
26712024-08-28T22:36:18.174Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/156)
26722024-08-28T22:36:22.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-08-28T22:36:22.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-08-28T22:36:22.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-08-28T22:36:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26762024-08-28T22:36:22.252Z
26772024-08-28T22:36:22.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/156)
26782024-08-28T22:36:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-08-28T22:36:22.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-08-28T22:36:22.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-08-28T22:36:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26822024-08-28T22:36:22.252Z
26832024-08-28T22:36:22.252Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/156)
26842024-08-28T22:36:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-08-28T22:36:22.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-08-28T22:36:22.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872024-08-28T22:36:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26882024-08-28T22:36:22.252Z
26892024-08-28T22:36:22.252Zinfo: running `cargo check --bins` on nexus-test-interface (100/156)
26902024-08-28T22:36:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-08-28T22:36:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-08-28T22:36:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932024-08-28T22:36:22.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26942024-08-28T22:36:22.253Z
26952024-08-28T22:36:22.253Zinfo: running `cargo check --bins` on oximeter-collector (101/156)
26962024-08-28T22:36:22.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-08-28T22:36:22.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-08-28T22:36:22.341Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26992024-08-28T22:36:22.341Z Checking bcs v0.1.6
27002024-08-28T22:36:22.341Z Compiling async-recursion v1.1.1
27012024-08-28T22:36:22.341Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27022024-08-28T22:36:22.341Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27032024-08-28T22:36:22.807Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-08-28T22:36:26.104Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27052024-08-28T22:36:27.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
27062024-08-28T22:36:28.087Z
27072024-08-28T22:36:28.087Zinfo: running `cargo check --bins` on oximeter-api (102/156)
27082024-08-28T22:36:28.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-08-28T22:36:28.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-08-28T22:36:28.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-08-28T22:36:28.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27122024-08-28T22:36:28.761Z
27132024-08-28T22:36:28.761Zinfo: running `cargo check --bins` on oximeter-client (103/156)
27142024-08-28T22:36:29.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-08-28T22:36:29.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-08-28T22:36:29.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-08-28T22:36:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27182024-08-28T22:36:29.424Z
27192024-08-28T22:36:29.424Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/156)
27202024-08-28T22:36:30.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-08-28T22:36:30.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-08-28T22:36:30.115Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232024-08-28T22:36:30.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
27242024-08-28T22:36:30.891Z
27252024-08-28T22:36:30.891Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/156)
27262024-08-28T22:36:31.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-08-28T22:36:31.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-08-28T22:36:31.602Z Compiling vte_generate_state_changes v0.1.1
27292024-08-28T22:36:31.602Z Checking fd-lock v4.0.2
27302024-08-28T22:36:31.605Z Checking bytecount v0.6.8
27312024-08-28T22:36:31.605Z Compiling tabled_derive v0.7.0
27322024-08-28T22:36:31.605Z Checking crossterm v0.27.0
27332024-08-28T22:36:31.695Z Compiling peg-macros v0.8.4
27342024-08-28T22:36:31.708Z Compiling sqlparser_derive v0.2.2
27352024-08-28T22:36:31.710Z Checking home v0.5.9
27362024-08-28T22:36:31.837Z Checking papergrid v0.11.0
27372024-08-28T22:36:31.856Z Checking unicode_categories v0.1.1
27382024-08-28T22:36:31.868Z Checking nu-ansi-term v0.50.0
27392024-08-28T22:36:32.158Z Checking sqlformat v0.2.4
27402024-08-28T22:36:32.250Z Checking rustyline v14.0.0
27412024-08-28T22:36:32.373Z Checking vte v0.11.1
27422024-08-28T22:36:32.879Z Checking sqlparser v0.45.0
27432024-08-28T22:36:33.397Z Checking crossterm v0.28.1
27442024-08-28T22:36:33.797Z Checking strip-ansi-escapes v0.2.0
27452024-08-28T22:36:33.949Z Checking reedline v0.33.0
27462024-08-28T22:36:34.343Z Checking tabled v0.15.0
27472024-08-28T22:36:34.865Z Checking peg v0.8.4
27482024-08-28T22:36:39.636Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492024-08-28T22:36:45.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
27502024-08-28T22:36:45.328Z
27512024-08-28T22:36:45.328Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/156)
27522024-08-28T22:36:49.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-28T22:36:49.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-28T22:36:49.901Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552024-08-28T22:36:51.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
27562024-08-28T22:36:51.670Z
27572024-08-28T22:36:51.670Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/156)
27582024-08-28T22:36:52.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-08-28T22:36:52.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-08-28T22:36:52.343Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612024-08-28T22:36:57.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
27622024-08-28T22:36:57.628Z
27632024-08-28T22:36:57.628Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/156)
27642024-08-28T22:36:58.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-28T22:36:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-28T22:36:58.316Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672024-08-28T22:37:02.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
27682024-08-28T22:37:02.707Z
27692024-08-28T22:37:02.707Zinfo: running `cargo check --bins` on oximeter-test-utils (109/156)
27702024-08-28T22:37:03.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-08-28T22:37:03.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-08-28T22:37:03.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-08-28T22:37:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27742024-08-28T22:37:03.375Z
27752024-08-28T22:37:03.376Zinfo: running `cargo check --bins` on cockroach-admin-client (110/156)
27762024-08-28T22:37:03.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-08-28T22:37:03.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-08-28T22:37:03.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-08-28T22:37:03.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27802024-08-28T22:37:03.994Z
27812024-08-28T22:37:03.994Zinfo: running `cargo check --bins` on installinator-client (111/156)
27822024-08-28T22:37:04.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-08-28T22:37:04.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-08-28T22:37:04.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-08-28T22:37:04.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27862024-08-28T22:37:04.677Z
27872024-08-28T22:37:04.677Zinfo: running `cargo check --bins` on oxide-client (112/156)
27882024-08-28T22:37:05.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-08-28T22:37:05.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-08-28T22:37:05.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-08-28T22:37:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27922024-08-28T22:37:05.323Z
27932024-08-28T22:37:05.323Zinfo: running `cargo check --bins` on wicketd-client (113/156)
27942024-08-28T22:37:05.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-08-28T22:37:05.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-08-28T22:37:05.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-08-28T22:37:05.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27982024-08-28T22:37:05.985Z
27992024-08-28T22:37:05.985Zinfo: running `cargo check --bins` on wicket-common (114/156)
28002024-08-28T22:37:06.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-28T22:37:06.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-28T22:37:06.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-08-28T22:37:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28042024-08-28T22:37:06.687Z
28052024-08-28T22:37:06.687Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/156)
28062024-08-28T22:37:07.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-08-28T22:37:07.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-08-28T22:37:07.400Z Checking csv-core v0.1.11
28092024-08-28T22:37:07.403Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28102024-08-28T22:37:07.707Z Checking csv v1.3.0
28112024-08-28T22:37:08.273Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28122024-08-28T22:37:08.631Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28132024-08-28T22:37:09.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28142024-08-28T22:37:10.101Z
28152024-08-28T22:37:10.101Zinfo: running `cargo check --bins` on cockroach-admin-api (116/156)
28162024-08-28T22:37:10.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-28T22:37:10.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-28T22:37:10.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-08-28T22:37:10.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28202024-08-28T22:37:10.803Z
28212024-08-28T22:37:10.803Zinfo: running `cargo check --bins` on cockroach-admin-types (117/156)
28222024-08-28T22:37:11.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-08-28T22:37:11.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-08-28T22:37:11.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-08-28T22:37:11.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28262024-08-28T22:37:11.501Z
28272024-08-28T22:37:11.501Zinfo: running `cargo check --bins` on cert-dev (118/156)
28282024-08-28T22:37:12.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-08-28T22:37:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-08-28T22:37:12.163Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28312024-08-28T22:37:12.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28322024-08-28T22:37:12.577Z
28332024-08-28T22:37:12.577Zinfo: running `cargo check --bins` on ch-dev (119/156)
28342024-08-28T22:37:13.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-08-28T22:37:13.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-08-28T22:37:13.322Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28372024-08-28T22:37:14.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
28382024-08-28T22:37:14.232Z
28392024-08-28T22:37:14.232Zinfo: running `cargo check --bins` on crdb-seed (120/156)
28402024-08-28T22:37:14.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-08-28T22:37:14.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-08-28T22:37:14.938Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28432024-08-28T22:37:15.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28442024-08-28T22:37:15.450Z
28452024-08-28T22:37:15.450Zinfo: running `cargo check --bins` on db-dev (121/156)
28462024-08-28T22:37:16.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-08-28T22:37:16.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-08-28T22:37:16.191Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28492024-08-28T22:37:16.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
28502024-08-28T22:37:17.143Z
28512024-08-28T22:37:17.143Zinfo: running `cargo check --bins` on omicron-dev-lib (122/156)
28522024-08-28T22:37:17.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-08-28T22:37:17.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-08-28T22:37:17.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-08-28T22:37:17.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28562024-08-28T22:37:17.888Z
28572024-08-28T22:37:17.888Zinfo: running `cargo check --bins` on xtask-downloader (123/156)
28582024-08-28T22:37:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-08-28T22:37:18.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-08-28T22:37:18.579Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28612024-08-28T22:37:19.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
28622024-08-28T22:37:19.673Z
28632024-08-28T22:37:19.673Zinfo: running `cargo check --bins` on mgs-dev (124/156)
28642024-08-28T22:37:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-08-28T22:37:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-08-28T22:37:20.475Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28672024-08-28T22:37:21.153Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28682024-08-28T22:37:21.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
28692024-08-28T22:37:21.850Z
28702024-08-28T22:37:21.850Zinfo: running `cargo check --bins` on omicron-omdb (125/156)
28712024-08-28T22:37:22.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-08-28T22:37:22.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-08-28T22:37:22.726Z Compiling glob v0.3.1
28742024-08-28T22:37:22.726Z Compiling crunchy v0.2.2
28752024-08-28T22:37:22.729Z Compiling tiny-keccak v2.0.2
28762024-08-28T22:37:22.729Z Compiling dsl_auto_type v0.1.2
28772024-08-28T22:37:22.841Z Checking scheduled-thread-pool v0.2.7
28782024-08-28T22:37:22.844Z Compiling diesel_table_macro_syntax v0.2.0
28792024-08-28T22:37:22.894Z Compiling ascii-canvas v3.0.0
28802024-08-28T22:37:22.897Z Compiling ena v0.14.3
28812024-08-28T22:37:23.085Z Checking r2d2 v0.8.10
28822024-08-28T22:37:23.170Z Compiling libloading v0.8.3
28832024-08-28T22:37:23.310Z Compiling regex-syntax v0.6.29
28842024-08-28T22:37:23.327Z Compiling diff v0.1.13
28852024-08-28T22:37:23.404Z Compiling bindgen v0.69.4
28862024-08-28T22:37:23.449Z Compiling which v4.4.2
28872024-08-28T22:37:23.601Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28882024-08-28T22:37:23.803Z Compiling clang-sys v1.7.0
28892024-08-28T22:37:23.845Z Compiling cexpr v0.6.0
28902024-08-28T22:37:24.007Z Compiling rustc-hash v1.1.0
28912024-08-28T22:37:24.103Z Compiling shlex v1.3.0
28922024-08-28T22:37:24.173Z Compiling lazycell v1.3.0
28932024-08-28T22:37:24.222Z Compiling ref-cast v1.0.23
28942024-08-28T22:37:24.239Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28952024-08-28T22:37:24.345Z Compiling derive_builder_core v0.20.0
28962024-08-28T22:37:24.498Z Compiling diesel_derives v2.2.2
28972024-08-28T22:37:24.541Z Compiling libxml v0.3.3
28982024-08-28T22:37:24.558Z Compiling ref-cast-impl v1.0.23
28992024-08-28T22:37:24.886Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29002024-08-28T22:37:25.015Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29012024-08-28T22:37:25.445Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29022024-08-28T22:37:25.748Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29032024-08-28T22:37:25.780Z Compiling strum_macros v0.24.3
29042024-08-28T22:37:25.974Z Compiling dropshot v0.10.1
29052024-08-28T22:37:26.186Z Compiling indoc v1.0.9
29062024-08-28T22:37:26.893Z Compiling lalrpop v0.19.12
29072024-08-28T22:37:27.252Z Compiling derive_builder_macro v0.20.0
29082024-08-28T22:37:28.194Z Checking derive_builder v0.20.0
29092024-08-28T22:37:28.347Z Checking tungstenite v0.23.0
29102024-08-28T22:37:28.696Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29112024-08-28T22:37:29.007Z Compiling dropshot_endpoint v0.10.1
29122024-08-28T22:37:29.327Z Compiling impl-trait-for-tuples v0.2.2
29132024-08-28T22:37:29.416Z Compiling oso-derive v0.27.3
29142024-08-28T22:37:29.502Z Checking quick-xml v0.31.0
29152024-08-28T22:37:30.597Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29162024-08-28T22:37:30.936Z Checking maplit v1.0.2
29172024-08-28T22:37:31.149Z Checking tokio-tungstenite v0.23.1
29182024-08-28T22:37:31.728Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29192024-08-28T22:37:31.798Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29202024-08-28T22:37:32.125Z Checking bb8 v0.8.5
29212024-08-28T22:37:32.629Z Compiling const_format_proc_macros v0.2.32
29222024-08-28T22:37:33.518Z Checking crossbeam-deque v0.8.5
29232024-08-28T22:37:33.876Z Compiling portable-atomic v1.6.0
29242024-08-28T22:37:34.927Z Checking const_format v0.2.32
29252024-08-28T22:37:35.029Z Checking rayon-core v1.12.1
29262024-08-28T22:37:35.383Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29272024-08-28T22:37:35.456Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29282024-08-28T22:37:35.765Z Checking castaway v0.2.3
29292024-08-28T22:37:35.784Z Checking rayon v1.10.0
29302024-08-28T22:37:35.941Z Checking compact_str v0.8.0
29312024-08-28T22:37:37.283Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29322024-08-28T22:37:37.620Z Checking unicode-truncate v1.0.0
29332024-08-28T22:37:37.723Z Checking lru v0.12.3
29342024-08-28T22:37:37.847Z Compiling instability v0.3.2
29352024-08-28T22:37:37.963Z Checking number_prefix v0.4.0
29362024-08-28T22:37:38.033Z Checking smawk v0.3.2
29372024-08-28T22:37:38.056Z Checking diesel v2.2.3
29382024-08-28T22:37:38.184Z Checking cassowary v0.3.0
29392024-08-28T22:37:38.203Z Checking unicode-linebreak v0.1.5
29402024-08-28T22:37:38.290Z Checking multimap v0.10.0
29412024-08-28T22:37:38.643Z Checking textwrap v0.16.1
29422024-08-28T22:37:38.939Z Checking ratatui v0.28.0
29432024-08-28T22:37:39.697Z Checking indicatif v0.17.8
29442024-08-28T22:37:59.837Z Compiling samael v0.0.15
29452024-08-28T22:38:14.483Z Compiling polar-core v0.27.3
29462024-08-28T22:38:15.723Z Checking async-bb8-diesel v0.2.1
29472024-08-28T22:38:22.139Z Checking oso v0.27.3
29482024-08-28T22:39:28.304Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29492024-08-28T22:39:34.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
29502024-08-28T22:39:34.388Z
29512024-08-28T22:39:34.388Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/156)
29522024-08-28T22:39:35.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-08-28T22:39:35.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-08-28T22:39:35.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552024-08-28T22:39:35.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29562024-08-28T22:39:35.128Z
29572024-08-28T22:39:35.128Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/156)
29582024-08-28T22:39:35.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-08-28T22:39:35.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-08-28T22:39:35.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-08-28T22:39:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29622024-08-28T22:39:35.893Z
29632024-08-28T22:39:35.893Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/156)
29642024-08-28T22:39:36.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-08-28T22:39:36.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-08-28T22:39:36.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-08-28T22:39:36.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29682024-08-28T22:39:36.570Z
29692024-08-28T22:39:36.570Zinfo: running `cargo check --bins` on omicron-nexus (129/156)
29702024-08-28T22:39:37.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-08-28T22:39:37.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-08-28T22:39:37.446Z Compiling libz-sys v1.1.16
29732024-08-28T22:39:37.550Z Compiling libgit2-sys v0.17.0+1.8.1
29742024-08-28T22:39:37.563Z Compiling vergen v8.3.2
29752024-08-28T22:39:37.565Z Compiling cargo-platform v0.1.8
29762024-08-28T22:39:37.565Z Compiling pin-project-internal v1.1.5
29772024-08-28T22:39:37.604Z Compiling snafu-derive v0.8.2
29782024-08-28T22:39:37.607Z Compiling libsqlite3-sys v0.28.0
29792024-08-28T22:39:37.607Z Compiling buf-list v1.0.3
29802024-08-28T22:39:37.899Z Compiling cargo_metadata v0.18.1
29812024-08-28T22:39:38.140Z Checking globset v0.4.14
29822024-08-28T22:39:38.196Z Checking olpc-cjson v0.1.3
29832024-08-28T22:39:38.366Z Checking rand_seeder v0.3.0
29842024-08-28T22:39:38.399Z Checking serde_plain v1.0.2
29852024-08-28T22:39:38.497Z Checking typed-path v0.7.1
29862024-08-28T22:39:38.585Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29872024-08-28T22:39:38.781Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29882024-08-28T22:39:38.936Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29892024-08-28T22:39:39.087Z Checking hashlink v0.9.1
29902024-08-28T22:39:39.105Z Checking fallible-streaming-iterator v0.1.9
29912024-08-28T22:39:39.251Z Checking fallible-iterator v0.3.0
29922024-08-28T22:39:39.345Z Checking parse-size v1.0.0
29932024-08-28T22:39:39.600Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29942024-08-28T22:39:39.741Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29952024-08-28T22:39:39.866Z Checking rusqlite v0.31.0
29962024-08-28T22:39:40.469Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29972024-08-28T22:39:40.578Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29982024-08-28T22:39:40.742Z Checking pin-project v1.1.5
29992024-08-28T22:39:40.776Z Checking twox-hash v1.6.3
30002024-08-28T22:39:40.871Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30012024-08-28T22:39:41.270Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30022024-08-28T22:39:41.506Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30032024-08-28T22:39:41.605Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30042024-08-28T22:39:41.713Z Checking fatfs v0.3.6
30052024-08-28T22:39:41.774Z Checking assert_matches v1.5.0
30062024-08-28T22:39:43.053Z Checking snafu v0.8.2
30072024-08-28T22:39:43.498Z Checking tough v0.17.1
30082024-08-28T22:39:47.556Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30092024-08-28T22:39:48.780Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30102024-08-28T22:39:48.792Z Compiling git2 v0.19.0
30112024-08-28T22:39:53.791Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30122024-08-28T22:40:58.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
30132024-08-28T22:40:58.571Z
30142024-08-28T22:40:58.572Zinfo: running `cargo check --bins` on nexus-internal-api (130/156)
30152024-08-28T22:40:59.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-08-28T22:40:59.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-08-28T22:40:59.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-08-28T22:40:59.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30192024-08-28T22:40:59.312Z
30202024-08-28T22:40:59.312Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/156)
30212024-08-28T22:40:59.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-08-28T22:40:59.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-08-28T22:40:59.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-08-28T22:40:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30252024-08-28T22:41:00.038Z
30262024-08-28T22:41:00.038Zinfo: running `cargo check --bins` on nexus-networking (132/156)
30272024-08-28T22:41:00.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-08-28T22:41:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-08-28T22:41:00.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-08-28T22:41:00.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30312024-08-28T22:41:00.759Z
30322024-08-28T22:41:00.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/156)
30332024-08-28T22:41:01.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-08-28T22:41:01.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-08-28T22:41:01.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-08-28T22:41:01.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30372024-08-28T22:41:01.490Z
30382024-08-28T22:41:01.490Zinfo: running `cargo check --bins` on update-common (134/156)
30392024-08-28T22:41:02.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-08-28T22:41:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-08-28T22:41:02.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-08-28T22:41:02.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30432024-08-28T22:41:02.188Z
30442024-08-28T22:41:02.188Zinfo: running `cargo check --bins` on tufaceous-lib (135/156)
30452024-08-28T22:41:02.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-08-28T22:41:02.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-08-28T22:41:02.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-08-28T22:41:02.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30492024-08-28T22:41:02.897Z
30502024-08-28T22:41:02.897Zinfo: running `cargo check --bins` on tufaceous (136/156)
30512024-08-28T22:41:03.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-08-28T22:41:03.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-08-28T22:41:03.638Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30542024-08-28T22:41:04.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
30552024-08-28T22:41:04.711Z
30562024-08-28T22:41:04.711Zinfo: running `cargo check --bins` on omicron-dev (137/156)
30572024-08-28T22:41:05.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-28T22:41:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-28T22:41:05.590Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30602024-08-28T22:41:05.590Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30612024-08-28T22:41:05.592Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30622024-08-28T22:41:07.011Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30632024-08-28T22:41:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
30642024-08-28T22:41:09.788Z
30652024-08-28T22:41:09.788Zinfo: running `cargo check --bins` on openapi-manager (138/156)
30662024-08-28T22:41:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-28T22:41:10.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-28T22:41:10.579Z Checking is_ci v1.2.0
30692024-08-28T22:41:10.579Z Checking heck v0.4.1
30702024-08-28T22:41:10.582Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30712024-08-28T22:41:10.582Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30722024-08-28T22:41:10.582Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30732024-08-28T22:41:10.582Z Checking indent_write v2.2.0
30742024-08-28T22:41:10.766Z Checking supports-color v3.0.0
30752024-08-28T22:41:10.843Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30762024-08-28T22:41:12.336Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30772024-08-28T22:41:13.153Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30782024-08-28T22:41:14.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30792024-08-28T22:41:14.379Z
30802024-08-28T22:41:14.379Zinfo: running `cargo check --bins` on installinator-api (139/156)
30812024-08-28T22:41:15.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-08-28T22:41:15.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-08-28T22:41:15.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-08-28T22:41:15.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30852024-08-28T22:41:15.090Z
30862024-08-28T22:41:15.090Zinfo: running `cargo check --bins` on openapi-manager-types (140/156)
30872024-08-28T22:41:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-08-28T22:41:15.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-08-28T22:41:15.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-08-28T22:41:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30912024-08-28T22:41:15.750Z
30922024-08-28T22:41:15.750Zinfo: running `cargo check --bins` on wicketd-api (141/156)
30932024-08-28T22:41:16.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-08-28T22:41:16.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-08-28T22:41:16.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-08-28T22:41:16.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30972024-08-28T22:41:16.446Z
30982024-08-28T22:41:16.446Zinfo: running `cargo check --bins` on reconfigurator-cli (142/156)
30992024-08-28T22:41:17.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-08-28T22:41:17.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-08-28T22:41:17.221Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31022024-08-28T22:41:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
31032024-08-28T22:41:18.688Z
31042024-08-28T22:41:18.688Zinfo: running `cargo check --bins` on omicron-releng (143/156)
31052024-08-28T22:41:19.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-08-28T22:41:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-08-28T22:41:19.406Z Checking memmap2 v0.9.4
31082024-08-28T22:41:19.406Z Checking constant_time_eq v0.3.0
31092024-08-28T22:41:19.408Z Checking arrayref v0.3.7
31102024-08-28T22:41:19.408Z Checking untrusted v0.7.1
31112024-08-28T22:41:19.408Z Checking spin v0.5.2
31122024-08-28T22:41:19.408Z Checking arrayvec v0.7.4
31132024-08-28T22:41:19.408Z Checking cargo-platform v0.1.8
31142024-08-28T22:41:19.498Z Checking topological-sort v0.2.2
31152024-08-28T22:41:19.588Z Checking shell-words v1.1.0
31162024-08-28T22:41:19.714Z Checking ring v0.16.20
31172024-08-28T22:41:19.804Z Checking blake3 v1.5.1
31182024-08-28T22:41:19.807Z Checking cargo_metadata v0.18.1
31192024-08-28T22:41:20.921Z Checking omicron-zone-package v0.11.0
31202024-08-28T22:41:22.066Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31212024-08-28T22:41:23.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
31222024-08-28T22:41:23.159Z
31232024-08-28T22:41:23.159Zinfo: running `cargo check --bins` on xtask (144/156)
31242024-08-28T22:41:23.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-08-28T22:41:23.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-08-28T22:41:23.677Z Checking bitflags v2.6.0
31272024-08-28T22:41:23.679Z Checking serde v1.0.208
31282024-08-28T22:41:23.679Z Checking thiserror v1.0.63
31292024-08-28T22:41:23.769Z Checking scroll v0.12.0
31302024-08-28T22:41:23.772Z Checking log v0.4.21
31312024-08-28T22:41:23.772Z Checking hashbrown v0.14.5
31322024-08-28T22:41:23.783Z Checking zerocopy v0.7.34
31332024-08-28T22:41:23.812Z Checking syn v2.0.74
31342024-08-28T22:41:23.865Z Checking pest v2.7.10
31352024-08-28T22:41:23.986Z Checking rustix v0.38.34
31362024-08-28T22:41:24.027Z Checking fs-err v2.11.0
31372024-08-28T22:41:24.216Z Checking goblin v0.8.2
31382024-08-28T22:41:24.323Z Checking tabled v0.15.0
31392024-08-28T22:41:24.976Z Checking indexmap v2.4.0
31402024-08-28T22:41:25.157Z Checking anyhow v1.0.86
31412024-08-28T22:41:25.869Z Checking terminal_size v0.3.0
31422024-08-28T22:41:25.872Z Checking tempfile v3.10.1
31432024-08-28T22:41:26.055Z Checking clap_builder v4.5.15
31442024-08-28T22:41:26.440Z Checking dtrace-parser v0.2.0
31452024-08-28T22:41:27.992Z Checking serde_json v1.0.125
31462024-08-28T22:41:27.992Z Checking serde_spanned v0.6.7
31472024-08-28T22:41:27.995Z Checking toml_datetime v0.6.8
31482024-08-28T22:41:27.995Z Checking camino v1.1.9
31492024-08-28T22:41:27.995Z Checking semver v1.0.23
31502024-08-28T22:41:28.214Z Checking cargo-platform v0.1.8
31512024-08-28T22:41:28.298Z Checking toml_edit v0.22.20
31522024-08-28T22:41:28.381Z Checking macaddr v1.0.1
31532024-08-28T22:41:28.404Z Checking clap v4.5.16
31542024-08-28T22:41:28.538Z Checking camino-tempfile v1.1.1
31552024-08-28T22:41:29.143Z Checking dof v0.3.0
31562024-08-28T22:41:29.143Z Checking cargo_metadata v0.18.1
31572024-08-28T22:41:29.581Z Checking usdt-impl v0.5.0
31582024-08-28T22:41:29.962Z Checking usdt v0.5.0
31592024-08-28T22:41:30.160Z Checking toml v0.8.19
31602024-08-28T22:41:30.630Z Checking cargo_toml v0.20.4
31612024-08-28T22:41:31.951Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31622024-08-28T22:41:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s
31632024-08-28T22:41:32.692Z
31642024-08-28T22:41:32.692Zinfo: running `cargo check --bins` on end-to-end-tests (145/156)
31652024-08-28T22:41:33.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-08-28T22:41:33.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-08-28T22:41:33.554Z Checking polyval v0.6.2
31682024-08-28T22:41:33.554Z Checking rfc6979 v0.4.0
31692024-08-28T22:41:33.668Z Checking primeorder v0.13.6
31702024-08-28T22:41:33.670Z Checking ctr v0.9.2
31712024-08-28T22:41:33.694Z Checking ed25519 v2.2.3
31722024-08-28T22:41:33.697Z Checking ssh-encoding v0.2.0
31732024-08-28T22:41:33.697Z Checking blowfish v0.9.1
31742024-08-28T22:41:33.697Z Checking option-ext v0.2.0
31752024-08-28T22:41:33.818Z Checking ecdsa v0.16.9
31762024-08-28T22:41:33.860Z Checking dirs-sys v0.4.1
31772024-08-28T22:41:33.892Z Checking ghash v0.5.1
31782024-08-28T22:41:33.931Z Checking bcrypt-pbkdf v0.10.0
31792024-08-28T22:41:33.979Z Checking password-hash v0.4.2
31802024-08-28T22:41:34.006Z Checking ed25519-dalek v2.1.1
31812024-08-28T22:41:34.034Z Checking matches v0.1.10
31822024-08-28T22:41:34.057Z Checking aes-gcm v0.10.3
31832024-08-28T22:41:34.075Z Checking dirs v5.0.1
31842024-08-28T22:41:34.132Z Checking idna v0.2.3
31852024-08-28T22:41:34.153Z Compiling enum-as-inner v0.5.1
31862024-08-28T22:41:34.186Z Checking russh-cryptovec v0.7.2
31872024-08-28T22:41:34.206Z Checking md5 v0.7.0
31882024-08-28T22:41:34.303Z Checking ssh-cipher v0.2.0
31892024-08-28T22:41:34.369Z Checking num-bigint v0.4.5
31902024-08-28T22:41:34.397Z Checking hex-literal v0.4.1
31912024-08-28T22:41:34.437Z Checking pbkdf2 v0.11.0
31922024-08-28T22:41:34.507Z Compiling dhcproto-macros v0.1.0
31932024-08-28T22:41:34.531Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31942024-08-28T22:41:34.578Z Checking p256 v0.13.2
31952024-08-28T22:41:34.604Z Checking ssh-key v0.6.6
31962024-08-28T22:41:34.725Z Checking p384 v0.13.0
31972024-08-28T22:41:35.045Z Checking p521 v0.13.3
31982024-08-28T22:41:35.094Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31992024-08-28T22:41:35.243Z Checking trust-dns-proto v0.22.0
32002024-08-28T22:41:35.481Z Checking internet-checksum v0.2.1
32012024-08-28T22:41:36.525Z Checking russh-keys v0.44.0
32022024-08-28T22:41:37.543Z Checking russh v0.44.1
32032024-08-28T22:41:38.146Z Checking dhcproto v0.12.0
32042024-08-28T22:41:56.452Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32052024-08-28T22:41:57.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
32062024-08-28T22:41:58.059Z
32072024-08-28T22:41:58.059Zinfo: running `cargo check --bins` on gateway-cli (146/156)
32082024-08-28T22:41:58.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-08-28T22:41:58.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-08-28T22:41:58.757Z Checking termios v0.3.3
32112024-08-28T22:41:58.967Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32122024-08-28T22:41:59.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
32132024-08-28T22:41:59.918Z
32142024-08-28T22:41:59.918Zinfo: running `cargo check --bins --no-default-features` on installinator (147/156)
32152024-08-28T22:42:00.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-08-28T22:42:00.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-08-28T22:42:00.687Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32182024-08-28T22:42:02.746Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32192024-08-28T22:42:04.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
32202024-08-28T22:42:04.802Z
32212024-08-28T22:42:04.802Zinfo: running `cargo check --bins` on internal-dns-cli (148/156)
32222024-08-28T22:42:05.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-08-28T22:42:05.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-08-28T22:42:05.510Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32252024-08-28T22:42:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
32262024-08-28T22:42:06.127Z
32272024-08-28T22:42:06.127Zinfo: running `cargo check --bins` on omicron-live-tests (149/156)
32282024-08-28T22:42:06.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292024-08-28T22:42:06.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302024-08-28T22:42:06.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312024-08-28T22:42:06.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32322024-08-28T22:42:06.789Z
32332024-08-28T22:42:06.789Zinfo: running `cargo check --bins` on live-tests-macros (150/156)
32342024-08-28T22:42:07.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-08-28T22:42:07.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-08-28T22:42:07.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372024-08-28T22:42:07.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32382024-08-28T22:42:07.448Z
32392024-08-28T22:42:07.448Zinfo: running `cargo check --bins` on omicron-package (151/156)
32402024-08-28T22:42:08.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-08-28T22:42:08.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-08-28T22:42:08.173Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32432024-08-28T22:42:09.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
32442024-08-28T22:42:09.629Z
32452024-08-28T22:42:09.629Zinfo: running `cargo check --bins` on wicket-dbg (152/156)
32462024-08-28T22:42:10.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-08-28T22:42:10.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-08-28T22:42:10.390Z Checking rtoolbox v0.0.2
32492024-08-28T22:42:10.390Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32502024-08-28T22:42:10.392Z Checking tui-tree-widget v0.22.0
32512024-08-28T22:42:10.604Z Checking rpassword v7.3.1
32522024-08-28T22:42:14.715Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32532024-08-28T22:42:17.786Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32542024-08-28T22:42:18.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
32552024-08-28T22:42:19.092Z
32562024-08-28T22:42:19.092Zinfo: running `cargo check --bins` on wicket (153/156)
32572024-08-28T22:42:19.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-08-28T22:42:19.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-08-28T22:42:19.848Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32602024-08-28T22:42:20.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
32612024-08-28T22:42:20.396Z
32622024-08-28T22:42:20.396Zinfo: running `cargo check --bins` on wicketd (154/156)
32632024-08-28T22:42:21.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-08-28T22:42:21.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-08-28T22:42:21.204Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32662024-08-28T22:42:25.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
32672024-08-28T22:42:25.510Z
32682024-08-28T22:42:25.511Zinfo: running `cargo check --bins` on omicron-workspace-hack (155/156)
32692024-08-28T22:42:26.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-08-28T22:42:26.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-08-28T22:42:26.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722024-08-28T22:42:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32732024-08-28T22:42:26.214Z
32742024-08-28T22:42:26.214Zinfo: running `cargo check --bins` on zone-setup (156/156)
32752024-08-28T22:42:26.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-08-28T22:42:26.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-08-28T22:42:27.035Z Checking uzers v0.11.3
32782024-08-28T22:42:27.354Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32792024-08-28T22:42:28.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
32802024-08-28T22:42:28.676Z
32812024-08-28T22:42:28.676Zreal 11:44.557150499
32822024-08-28T22:42:28.676Zuser 24:53.153416734
32832024-08-28T22:42:28.676Zsys 5:18.467237207
32842024-08-28T22:42:28.676Ztrap 0.586230086
32852024-08-28T22:42:28.679Ztflt 3.071224754
32862024-08-28T22:42:28.679Zdflt 2.093099039
32872024-08-28T22:42:28.679Zkflt 0.002616534
32882024-08-28T22:42:28.679Zlock 45:15.553159596
32892024-08-28T22:42:28.679Zslp 2:03:01.799180598
32902024-08-28T22:42:28.679Zlat 1:07.130583169
32912024-08-28T22:42:28.679Zstop 3:10.916796718
32922024-08-28T22:42:28.679Zprocess exited: duration 956907 ms, exit code 0
 
32932024-08-28T22:42:28.684Zfound 0 output files