01JAGNETE56MZNKY80A7YK2NE4: 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: 01JAGNF6Y8Z4MSNT2RG2T7VYYH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T20:35:51.518Zjob assigned to worker 01JAGNF7XXF5FJ3NG13XHW0EXM (queued for 25 s)
 
22024-10-18T20:35:52.060Zstarting task 0: "setup"
32024-10-18T20:35:52.083Z++ uname -s
42024-10-18T20:35:52.083Z+ kern=SunOS
52024-10-18T20:35:52.083Z+ case "$kern" in
62024-10-18T20:35:52.083Z+ groupadd -g 12345 build
72024-10-18T20:35:52.083Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T20:35:54.095Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T20:35:54.133Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T20:35:54.156Z+ home_fs=zfs
112024-10-18T20:35:54.156Z+ [[ zfs == autofs ]]
122024-10-18T20:35:54.156Z+ mkdir -p /home/build
132024-10-18T20:35:54.156Z+ chown build:build /home/build /work
142024-10-18T20:35:56.142Z+ chmod 0700 /home/build /work
152024-10-18T20:35:56.165Zprocess exited: duration 4086 ms, exit code 0
 
162024-10-18T20:35:56.212Zstarting task 1: "rust-toolchain"
172024-10-18T20:35:56.234Z+ printf ' * toolchain channel = "%s"
182024-10-18T20:35:56.234Z' 1.80.1
192024-10-18T20:35:56.235Z+ printf ' * toolchain profile = "%s"
202024-10-18T20:35:56.235Z' default
212024-10-18T20:35:56.235Z * toolchain channel = "1.80.1"
222024-10-18T20:35:56.235Z * toolchain profile = "default"
232024-10-18T20:35:56.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T20:35:56.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T20:35:56.389Zinfo: downloading installer
262024-10-18T20:35:56.818Zinfo: profile set to 'default'
272024-10-18T20:35:56.818Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T20:35:56.818Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T20:35:56.907Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T20:35:56.907Zinfo: downloading component 'cargo'
312024-10-18T20:35:57.117Zinfo: downloading component 'clippy'
322024-10-18T20:35:57.168Zinfo: downloading component 'rust-docs'
332024-10-18T20:35:57.337Zinfo: downloading component 'rust-std'
342024-10-18T20:35:57.570Zinfo: downloading component 'rustc'
352024-10-18T20:35:58.364Zinfo: downloading component 'rustfmt'
362024-10-18T20:35:58.417Zinfo: installing component 'cargo'
372024-10-18T20:35:59.530Zinfo: installing component 'clippy'
382024-10-18T20:35:59.981Zinfo: installing component 'rust-docs'
392024-10-18T20:36:02.775Zinfo: installing component 'rust-std'
402024-10-18T20:36:04.674Zinfo: installing component 'rustc'
412024-10-18T20:36:09.798Zinfo: installing component 'rustfmt'
422024-10-18T20:36:10.207Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T20:36:10.207Z
442024-10-18T20:36:10.293Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T20:36:10.293Z
462024-10-18T20:36:10.293Z
472024-10-18T20:36:10.293ZRust is installed now. Great!
482024-10-18T20:36:10.293Z
492024-10-18T20:36:10.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T20:36:10.293Zenvironment variable. This has not been done automatically.
512024-10-18T20:36:10.293Z
522024-10-18T20:36:10.293ZTo configure your current shell, you need to source
532024-10-18T20:36:10.293Zthe corresponding env file under $HOME/.cargo.
542024-10-18T20:36:10.293Z
552024-10-18T20:36:10.293ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T20:36:10.293Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T20:36:10.293Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T20:36:10.364Z+ rustc --version
592024-10-18T20:36:10.461Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T20:36:10.484Zprocess exited: duration 14254 ms, exit code 0
 
612024-10-18T20:36:10.533Zstarting task 2: "authentication"
622024-10-18T20:36:10.586Zprocess exited: duration 55 ms, exit code 0
 
632024-10-18T20:36:10.634Zstarting task 3: "clone repository"
642024-10-18T20:36:10.658Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T20:36:10.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T20:36:10.681ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T20:36:17.754Z+ cd /work/oxidecomputer/omicron
682024-10-18T20:36:17.754Z+ git fetch origin 74d0fdba409309e31374fb0d356dc78a5a248c13
692024-10-18T20:36:18.229ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T20:36:18.229Z * branch 74d0fdba409309e31374fb0d356dc78a5a248c13 -> FETCH_HEAD
712024-10-18T20:36:18.252Z+ [[ -n qorb-terminate ]]
722024-10-18T20:36:18.252Z++ git branch --show-current
732024-10-18T20:36:18.252Z+ current=main
742024-10-18T20:36:18.252Z+ [[ main != qorb-terminate ]]
752024-10-18T20:36:18.253Z+ git branch -f qorb-terminate 74d0fdba409309e31374fb0d356dc78a5a248c13
762024-10-18T20:36:18.276Z+ git checkout -f qorb-terminate
772024-10-18T20:36:18.411ZSwitched to branch 'qorb-terminate'
782024-10-18T20:36:18.435Z+ git reset --hard 74d0fdba409309e31374fb0d356dc78a5a248c13
792024-10-18T20:36:18.593ZHEAD is now at 74d0fdba4 Convert a new test
802024-10-18T20:36:18.616Zprocess exited: duration 7961 ms, exit code 0
 
812024-10-18T20:36:18.663Zstarting task 4: "build"
822024-10-18T20:36:18.686Z+ source .github/buildomat/ci-env.sh
832024-10-18T20:36:18.686Z++ export CARGO_TERM_COLOR=always
842024-10-18T20:36:18.686Z++ CARGO_TERM_COLOR=always
852024-10-18T20:36:18.686Z+ cargo --version
862024-10-18T20:36:18.742Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T20:36:18.765Z+ rustc --version
882024-10-18T20:36:18.819Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T20:36:18.843Z+ source ./env.sh
902024-10-18T20:36:18.843Z++ OLD_SHELL_OPTS=ehxB
912024-10-18T20:36:18.843Z++ set -o xtrace
922024-10-18T20:36:18.843Z++++ dirname ./env.sh
932024-10-18T20:36:18.843Z+++ readlink -f .
942024-10-18T20:36:18.843Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-18T20:36:18.843Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-18T20:36:18.843Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-18T20:36:18.843Z++ 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
982024-10-18T20:36:18.843Z++ 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
992024-10-18T20:36:18.843Z++ 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
1002024-10-18T20:36:18.843Z++ 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
1012024-10-18T20:36:18.843Z++ 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
1022024-10-18T20:36:18.843Z++ 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
1032024-10-18T20:36:18.843Z++ case $OLD_SHELL_OPTS in
1042024-10-18T20:36:18.843Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-18T20:36:18.843Z+ 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
1062024-10-18T20:36:18.843Z+ 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
1072024-10-18T20:36:18.843Z+ banner prerequisites
1082024-10-18T20:36:18.843Z
1092024-10-18T20:36:18.843Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-18T20:36:18.843Z # # # # # # # # # # # # # # #
1112024-10-18T20:36:18.843Z # # # # ##### # # ##### # # # # # #### #
1122024-10-18T20:36:18.843Z ##### ##### # ##### # # # # # # # # #
1132024-10-18T20:36:18.843Z # # # # # # # # # # # # # # #
1142024-10-18T20:36:18.843Z # # # ###### # # ###### ### # #### # #### #
1152024-10-18T20:36:18.843Z
1162024-10-18T20:36:18.843Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-18T20:36:27.811Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-18T20:36:31.700Z Startup: Caching catalogs ... Done
1192024-10-18T20:36:39.911ZPlanning: Solver setup ... Done (7.165s)
1202024-10-18T20:36:40.018ZPlanning: Running solver ... Done (0.107s)
1212024-10-18T20:36:40.100ZPlanning: Finding local manifests ... Done (0.004s)
1222024-10-18T20:36:40.178ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-18T20:36:40.667ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-18T20:36:40.800ZPlanning: Package planning ... Done (0.133s)
1252024-10-18T20:36:40.870ZPlanning: Merging actions ... Done (0.069s)
1262024-10-18T20:36:41.120ZPlanning: Checking for conflicting actions ... Done (0.249s)
1272024-10-18T20:36:42.562ZPlanning: Consolidating action changes ... Done (1.442s)
1282024-10-18T20:36:43.005ZPlanning: Evaluating mediators ... Done (0.443s)
1292024-10-18T20:36:43.117ZPlanning: Planning completed in 11.34 seconds
1302024-10-18T20:36:43.140Z Packages to install: 4
1312024-10-18T20:36:43.140Z Packages to update: 1
1322024-10-18T20:36:43.140Z Mediators to change: 2
1332024-10-18T20:36:43.140Z Services to change: 1
1342024-10-18T20:36:43.141Z Estimated space available: 148.81 GB
1352024-10-18T20:36:43.141ZEstimated space to be consumed: 1.57 GB
1362024-10-18T20:36:43.141Z Create boot environment: No
1372024-10-18T20:36:43.141ZCreate backup boot environment: Yes
1382024-10-18T20:36:43.141Z Rebuild boot archive: No
1392024-10-18T20:36:43.141Z
1402024-10-18T20:36:43.141ZChanged mediators:
1412024-10-18T20:36:43.141Z mediator clang:
1422024-10-18T20:36:43.141Z version: None -> 15 (system default)
1432024-10-18T20:36:43.141Z
1442024-10-18T20:36:43.141Z mediator llvm:
1452024-10-18T20:36:43.141Z version: 14 (system default) -> 15 (system default)
1462024-10-18T20:36:43.141Z
1472024-10-18T20:36:43.141ZChanged packages:
1482024-10-18T20:36:43.141Zhelios-dev
1492024-10-18T20:36:43.141Z developer/build-essential
1502024-10-18T20:36:43.141Z None -> 11-2.0
1512024-10-18T20:36:43.141Z library/libxmlsec1
1522024-10-18T20:36:43.141Z None -> 1.2.35-2.0
1532024-10-18T20:36:43.142Z ooce/developer/clang-15
1542024-10-18T20:36:43.142Z None -> 15.0.7-2.0
1552024-10-18T20:36:43.142Z ooce/developer/llvm-15
1562024-10-18T20:36:43.142Z None -> 15.0.7-2.0
1572024-10-18T20:36:43.142Z package/pkg
1582024-10-18T20:36:43.142Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-18T20:36:43.142Z
1602024-10-18T20:36:43.142ZServices:
1612024-10-18T20:36:43.142Z restart_fmri:
1622024-10-18T20:36:43.142Z svc:/system/update-man-index:default
1632024-10-18T20:36:43.142Z
1642024-10-18T20:36:43.142ZEditable files to change:
1652024-10-18T20:36:43.142Z Update:
1662024-10-18T20:36:43.142Z usr/share/lib/pkg/web/config.shtml
1672024-10-18T20:36:43.214Z
1682024-10-18T20:36:43.214ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-18T20:36:48.214ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (17.1M/s)
1702024-10-18T20:36:53.219ZDownload: 2541/4281 items 120.4/220.6MB 54% complete (12.2M/s)
1712024-10-18T20:36:58.218ZDownload: 3243/4281 items 185.7/220.6MB 84% complete (10.1M/s)
1722024-10-18T20:37:03.231ZDownload: 3308/4281 items 212.6/220.6MB 96% complete (9.2M/s)
1732024-10-18T20:37:08.235ZDownload: 4052/4281 items 219.8/220.6MB 99% complete (3.6M/s)
1742024-10-18T20:37:09.852ZDownload: Completed 220.60 MB in 26.64 seconds (8.3M/s)
1752024-10-18T20:37:11.349Z Actions: 1/5063 actions (Removing old actions)
1762024-10-18T20:37:11.373Z Actions: 194/5063 actions (Installing new actions)
1772024-10-18T20:37:16.727Z Actions: 3497/5063 actions (Installing new actions)
1782024-10-18T20:37:17.401Z Actions: 4226/5063 actions (Updating modified actions)
1792024-10-18T20:37:17.852Z Actions: Completed 5063 actions in 6.50 seconds.
1802024-10-18T20:37:18.202Z Done (0.340s)
1812024-10-18T20:37:18.225Z Done (0.000s)
1822024-10-18T20:37:18.859Z Done (0.655s)
1832024-10-18T20:37:24.423Z Done (5.399s)
1842024-10-18T20:37:24.527Z Done (0.018s)
1852024-10-18T20:37:24.550Z Done (0.000s)
1862024-10-18T20:37:24.724Z Done (0.000s)
1872024-10-18T20:37:25.537ZPlanning: Evaluating mediator changes ... Done
1882024-10-18T20:37:25.805ZPlanning: Checking for conflicting actions ... Done
1892024-10-18T20:37:25.828ZPlanning: Consolidating action changes ... Done
1902024-10-18T20:37:26.148ZPlanning: Evaluating mediators ... Done
1912024-10-18T20:37:26.171ZPlanning: Planning completed in 0.61 seconds
1922024-10-18T20:37:26.197Z Mediators to change: 2
1932024-10-18T20:37:26.197Z Create boot environment: No
1942024-10-18T20:37:26.197ZCreate backup boot environment: No
1952024-10-18T20:37:26.264Z Done
1962024-10-18T20:37:26.264Z Done
1972024-10-18T20:37:26.709Z Done
1982024-10-18T20:37:31.566Z Done
1992024-10-18T20:37:31.663Z Done
2002024-10-18T20:37:31.686Z Done
2012024-10-18T20:37:31.715Z Done
2022024-10-18T20:37:32.528ZPlanning: Evaluating mediator changes ... Done
2032024-10-18T20:37:32.552ZPlanning: Merging actions ... Done
2042024-10-18T20:37:32.775ZPlanning: Checking for conflicting actions ... Done
2052024-10-18T20:37:32.798ZPlanning: Consolidating action changes ... Done
2062024-10-18T20:37:33.125ZPlanning: Evaluating mediators ... Done
2072024-10-18T20:37:33.213ZPlanning: Planning completed in 1.03 seconds
2082024-10-18T20:37:33.269Z Packages to change: 1
2092024-10-18T20:37:33.269Z Mediators to change: 1
2102024-10-18T20:37:33.269Z Services to change: 1
2112024-10-18T20:37:33.270Z Create boot environment: No
2122024-10-18T20:37:33.293ZCreate backup boot environment: Yes
2132024-10-18T20:37:34.921Z Actions: 1/6 actions (Updating modified actions)
2142024-10-18T20:37:34.944Z Actions: Completed 6 actions in 0.00 seconds.
2152024-10-18T20:37:34.944Z Done
2162024-10-18T20:37:34.944Z Done
2172024-10-18T20:37:35.044Z Done
2182024-10-18T20:37:39.840Z Done
2192024-10-18T20:37:39.960Z Done
2202024-10-18T20:37:39.983Z Done
2212024-10-18T20:37:40.010Z Done
2222024-10-18T20:37:40.580ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-10-18T20:37:40.580Zclang system 15 system
2242024-10-18T20:37:40.580Zcsh system system illumos
2252024-10-18T20:37:40.580Zctags system system illumos
2262024-10-18T20:37:40.580Zgcc vendor 12 vendor
2272024-10-18T20:37:40.580Zgcc system 10 system
2282024-10-18T20:37:40.580Zgcc system 7 system
2292024-10-18T20:37:40.580Zgo system 1.20 system
2302024-10-18T20:37:40.580Zgo system 1.19 system
2312024-10-18T20:37:40.580Zllvm system 15 system
2322024-10-18T20:37:40.580Zllvm system 14 system
2332024-10-18T20:37:40.580Zmariadb system 10.6 system
2342024-10-18T20:37:40.580Zmta vendor vendor dma
2352024-10-18T20:37:40.580Zopenjdk system 17 system
2362024-10-18T20:37:40.580Zopenjdk system 11 system
2372024-10-18T20:37:40.580Zopenjdk system 1.8 system
2382024-10-18T20:37:40.580Zopenssl vendor 3 vendor
2392024-10-18T20:37:40.580Zperl system 5.36 system
2402024-10-18T20:37:40.580Zpostgresql system 15 system
2412024-10-18T20:37:40.580Zpostgresql system 13 system
2422024-10-18T20:37:40.580Zpython vendor 3 vendor
2432024-10-18T20:37:40.580Zpython system 2 system
2442024-10-18T20:37:40.581Zpython3 system 3.11 system
2452024-10-18T20:37:40.581Zruby system 3.0 system
2462024-10-18T20:37:40.581Zwords vendor vendor american-english
2472024-10-18T20:37:40.581Zwords system system australian-english
2482024-10-18T20:37:40.581Zwords system system british-english
2492024-10-18T20:37:40.581Zwords system system canadian-english
2502024-10-18T20:37:40.581Zwords system system french
2512024-10-18T20:37:40.581Zwords system system italian
2522024-10-18T20:37:40.581Zwords system system ngerman
2532024-10-18T20:37:40.581Zwords system system ogerman
2542024-10-18T20:37:40.581Zwords system system spanish
2552024-10-18T20:37:41.018ZPUBLISHER TYPE STATUS P LOCATION
2562024-10-18T20:37:41.018Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-10-18T20:37:43.841ZFMRI IFO
2582024-10-18T20:37:43.841Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-10-18T20:37:43.841Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-10-18T20:37:43.841Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-10-18T20:37:43.841Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-10-18T20:37:43.841Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-10-18T20:37:43.841Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-10-18T20:37:43.841Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-10-18T20:37:43.841Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-10-18T20:37:43.841Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-10-18T20:37:43.841Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-10-18T20:37:43.841Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-10-18T20:37:43.841Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-10-18T20:37:43.841Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-10-18T20:37:44.652Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-10-18T20:37:45.059Z Updating crates.io index
2732024-10-18T20:37:45.083Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-10-18T20:37:46.112Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-10-18T20:37:46.459Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-10-18T20:37:46.853Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-10-18T20:37:47.256Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-10-18T20:37:48.181Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-10-18T20:37:50.842Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-10-18T20:37:51.990Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-10-18T20:37:52.777Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-10-18T20:37:53.146Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-10-18T20:37:53.515Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-10-18T20:37:54.210Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-10-18T20:37:54.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-10-18T20:37:55.321Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-10-18T20:37:55.676Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-10-18T20:37:56.033Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-10-18T20:37:56.393Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-10-18T20:37:56.901Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-10-18T20:37:57.364Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-10-18T20:37:57.865Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-10-18T20:37:58.222Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-10-18T20:37:58.837Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-10-18T20:37:59.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-10-18T20:37:59.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-10-18T20:38:00.347Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-10-18T20:38:00.737Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-10-18T20:38:01.108Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-10-18T20:38:02.848Z Downloading crates ...
3012024-10-18T20:38:02.923Z Downloaded equivalent v1.0.1
3022024-10-18T20:38:02.947Z Downloaded cfg-if v1.0.0
3032024-10-18T20:38:02.947Z Downloaded fs-err v2.11.0
3042024-10-18T20:38:02.947Z Downloaded scroll_derive v0.12.0
3052024-10-18T20:38:02.947Z Downloaded utf8parse v0.2.2
3062024-10-18T20:38:02.947Z Downloaded zerocopy-derive v0.7.35
3072024-10-18T20:38:02.971Z Downloaded ucd-trie v0.1.7
3082024-10-18T20:38:02.971Z Downloaded winnow v0.6.20
3092024-10-18T20:38:02.971Z Downloaded goblin v0.8.2
3102024-10-18T20:38:02.994Z Downloaded zerocopy v0.7.35
3112024-10-18T20:38:03.018Z Downloaded serde_derive v1.0.210
3122024-10-18T20:38:03.018Z Downloaded unicode-width v0.1.14
3132024-10-18T20:38:03.018Z Downloaded rustix v0.38.37
3142024-10-18T20:38:03.044Z Downloaded papergrid v0.11.0
3152024-10-18T20:38:03.067Z Downloaded libc v0.2.161
3162024-10-18T20:38:03.090Z Downloaded itoa v1.0.11
3172024-10-18T20:38:03.114Z Downloaded indexmap v2.6.0
3182024-10-18T20:38:03.114Z Downloaded version_check v0.9.5
3192024-10-18T20:38:03.114Z Downloaded usdt-macro v0.5.0
3202024-10-18T20:38:03.114Z Downloaded usdt-attr-macro v0.5.0
3212024-10-18T20:38:03.114Z Downloaded unicode-ident v1.0.13
3222024-10-18T20:38:03.114Z Downloaded typenum v1.17.0
3232024-10-18T20:38:03.114Z Downloaded toml_datetime v0.6.8
3242024-10-18T20:38:03.114Z Downloaded thread-id v4.2.2
3252024-10-18T20:38:03.114Z Downloaded thiserror v1.0.64
3262024-10-18T20:38:03.137Z Downloaded terminal_size v0.4.0
3272024-10-18T20:38:03.137Z Downloaded tabled_derive v0.7.0
3282024-10-18T20:38:03.137Z Downloaded syn v2.0.79
3292024-10-18T20:38:03.137Z Downloaded swrite v0.1.0
3302024-10-18T20:38:03.137Z Downloaded smawk v0.3.2
3312024-10-18T20:38:03.138Z Downloaded serde_spanned v0.6.8
3322024-10-18T20:38:03.138Z Downloaded semver v1.0.23
3332024-10-18T20:38:03.138Z Downloaded scroll v0.12.0
3342024-10-18T20:38:03.161Z Downloaded proc-macro2 v1.0.87
3352024-10-18T20:38:03.161Z Downloaded proc-macro-error v1.0.4
3362024-10-18T20:38:03.161Z Downloaded pretty-hex v0.4.1
3372024-10-18T20:38:03.161Z Downloaded pest_meta v2.7.14
3382024-10-18T20:38:03.161Z Downloaded pest_derive v2.7.14
3392024-10-18T20:38:03.161Z Downloaded memmap v0.7.0
3402024-10-18T20:38:03.161Z Downloaded memchr v2.7.4
3412024-10-18T20:38:03.161Z Downloaded log v0.4.22
3422024-10-18T20:38:03.184Z Downloaded heck v0.5.0
3432024-10-18T20:38:03.184Z Downloaded hashbrown v0.15.0
3442024-10-18T20:38:03.184Z Downloaded generic-array v0.14.7
3452024-10-18T20:38:03.184Z Downloaded fnv v1.0.7
3462024-10-18T20:38:03.184Z Downloaded errno v0.3.9
3472024-10-18T20:38:03.184Z Downloaded dtrace-parser v0.2.0
3482024-10-18T20:38:03.184Z Downloaded digest v0.10.7
3492024-10-18T20:38:03.184Z Downloaded cpufeatures v0.2.14
3502024-10-18T20:38:03.184Z Downloaded clap_lex v0.7.2
3512024-10-18T20:38:03.185Z Downloaded clap_builder v4.5.20
3522024-10-18T20:38:03.208Z Downloaded cargo_toml v0.20.5
3532024-10-18T20:38:03.208Z Downloaded cargo-platform v0.1.8
3542024-10-18T20:38:03.208Z Downloaded camino v1.1.9
3552024-10-18T20:38:03.208Z Downloaded anyhow v1.0.89
3562024-10-18T20:38:03.208Z Downloaded tabled v0.15.0
3572024-10-18T20:38:03.231Z Downloaded syn v1.0.109
3582024-10-18T20:38:03.231Z Downloaded serde_json v1.0.128
3592024-10-18T20:38:03.254Z Downloaded serde v1.0.210
3602024-10-18T20:38:03.254Z Downloaded pest v2.7.14
3612024-10-18T20:38:03.254Z Downloaded bytecount v0.6.8
3622024-10-18T20:38:03.254Z Downloaded toml_edit v0.22.22
3632024-10-18T20:38:03.278Z Downloaded sha2 v0.10.8
3642024-10-18T20:38:03.301Z Downloaded ryu v1.0.18
3652024-10-18T20:38:03.301Z Downloaded pest_generator v2.7.14
3662024-10-18T20:38:03.301Z Downloaded once_cell v1.20.2
3672024-10-18T20:38:03.301Z Downloaded usdt-impl v0.5.0
3682024-10-18T20:38:03.302Z Downloaded toml v0.8.19
3692024-10-18T20:38:03.302Z Downloaded textwrap v0.16.1
3702024-10-18T20:38:03.302Z Downloaded tempfile v3.13.0
3712024-10-18T20:38:03.325Z Downloaded quote v1.0.37
3722024-10-18T20:38:03.325Z Downloaded macaddr v1.0.1
3732024-10-18T20:38:03.325Z Downloaded bitflags v2.6.0
3742024-10-18T20:38:03.325Z Downloaded anstyle v1.0.8
3752024-10-18T20:38:03.325Z Downloaded usdt v0.5.0
3762024-10-18T20:38:03.325Z Downloaded unicode-linebreak v0.1.5
3772024-10-18T20:38:03.325Z Downloaded thiserror-impl v1.0.64
3782024-10-18T20:38:03.325Z Downloaded strsim v0.11.1
3792024-10-18T20:38:03.325Z Downloaded serde_tokenstream v0.2.2
3802024-10-18T20:38:03.325Z Downloaded proc-macro-error-attr v1.0.4
3812024-10-18T20:38:03.325Z Downloaded plain v0.2.3
3822024-10-18T20:38:03.325Z Downloaded is_terminal_polyfill v1.70.1
3832024-10-18T20:38:03.325Z Downloaded clap_derive v4.5.18
3842024-10-18T20:38:03.348Z Downloaded clap v4.5.20
3852024-10-18T20:38:03.348Z Downloaded cargo_metadata v0.18.1
3862024-10-18T20:38:03.348Z Downloaded byteorder v1.5.0
3872024-10-18T20:38:03.349Z Downloaded heck v0.4.1
3882024-10-18T20:38:03.349Z Downloaded dof v0.3.0
3892024-10-18T20:38:03.349Z Downloaded colorchoice v1.0.2
3902024-10-18T20:38:03.349Z Downloaded camino-tempfile v1.1.1
3912024-10-18T20:38:03.349Z Downloaded autocfg v1.4.0
3922024-10-18T20:38:03.372Z Downloaded fastrand v2.1.1
3932024-10-18T20:38:03.372Z Downloaded crypto-common v0.1.6
3942024-10-18T20:38:03.372Z Downloaded block-buffer v0.10.4
3952024-10-18T20:38:03.372Z Downloaded anstyle-query v1.1.1
3962024-10-18T20:38:03.372Z Downloaded anstyle-parse v0.2.5
3972024-10-18T20:38:03.372Z Downloaded anstream v0.6.15
3982024-10-18T20:38:03.500Z Compiling proc-macro2 v1.0.87
3992024-10-18T20:38:03.523Z Compiling unicode-ident v1.0.13
4002024-10-18T20:38:03.523Z Compiling serde v1.0.210
4012024-10-18T20:38:03.523Z Compiling version_check v0.9.5
4022024-10-18T20:38:03.523Z Compiling thiserror v1.0.64
4032024-10-18T20:38:03.523Z Compiling memchr v2.7.4
4042024-10-18T20:38:03.523Z Compiling libc v0.2.161
4052024-10-18T20:38:03.523Z Compiling itoa v1.0.11
4062024-10-18T20:38:03.769Z Compiling ucd-trie v0.1.7
4072024-10-18T20:38:03.802Z Compiling ryu v1.0.18
4082024-10-18T20:38:04.116Z Compiling once_cell v1.20.2
4092024-10-18T20:38:04.317Z Compiling byteorder v1.5.0
4102024-10-18T20:38:04.370Z Compiling serde_json v1.0.128
4112024-10-18T20:38:04.398Z Compiling rustix v0.38.37
4122024-10-18T20:38:04.746Z Compiling bitflags v2.6.0
4132024-10-18T20:38:04.868Z Compiling proc-macro-error-attr v1.0.4
4142024-10-18T20:38:05.131Z Compiling usdt-impl v0.5.0
4152024-10-18T20:38:05.159Z Compiling syn v1.0.109
4162024-10-18T20:38:05.252Z Compiling quote v1.0.37
4172024-10-18T20:38:05.281Z Compiling proc-macro-error v1.0.4
4182024-10-18T20:38:05.367Z Compiling equivalent v1.0.1
4192024-10-18T20:38:05.484Z Compiling plain v0.2.3
4202024-10-18T20:38:05.560Z Compiling utf8parse v0.2.2
4212024-10-18T20:38:05.604Z Compiling syn v2.0.79
4222024-10-18T20:38:05.638Z Compiling errno v0.3.9
4232024-10-18T20:38:05.717Z Compiling log v0.4.22
4242024-10-18T20:38:05.869Z Compiling camino v1.1.9
4252024-10-18T20:38:05.899Z Compiling hashbrown v0.15.0
4262024-10-18T20:38:06.036Z Compiling thread-id v4.2.2
4272024-10-18T20:38:06.120Z Compiling anstyle-parse v0.2.5
4282024-10-18T20:38:06.466Z Compiling unicode-width v0.1.14
4292024-10-18T20:38:06.569Z Compiling colorchoice v1.0.2
4302024-10-18T20:38:06.634Z Compiling pretty-hex v0.4.1
4312024-10-18T20:38:06.730Z Compiling semver v1.0.23
4322024-10-18T20:38:06.883Z Compiling is_terminal_polyfill v1.70.1
4332024-10-18T20:38:06.915Z Compiling anstyle v1.0.8
4342024-10-18T20:38:06.951Z Compiling anstyle-query v1.1.1
4352024-10-18T20:38:07.020Z Compiling indexmap v2.6.0
4362024-10-18T20:38:07.057Z Compiling winnow v0.6.20
4372024-10-18T20:38:07.130Z Compiling autocfg v1.4.0
4382024-10-18T20:38:07.297Z Compiling anstream v0.6.15
4392024-10-18T20:38:07.635Z Compiling terminal_size v0.4.0
4402024-10-18T20:38:07.850Z Compiling anyhow v1.0.89
4412024-10-18T20:38:07.962Z Compiling cfg-if v1.0.0
4422024-10-18T20:38:08.058Z Compiling heck v0.5.0
4432024-10-18T20:38:08.202Z Compiling fs-err v2.11.0
4442024-10-18T20:38:08.233Z Compiling fnv v1.0.7
4452024-10-18T20:38:08.378Z Compiling strsim v0.11.1
4462024-10-18T20:38:08.404Z Compiling heck v0.4.1
4472024-10-18T20:38:08.528Z Compiling bytecount v0.6.8
4482024-10-18T20:38:08.724Z Compiling fastrand v2.1.1
4492024-10-18T20:38:08.851Z Compiling clap_lex v0.7.2
4502024-10-18T20:38:08.877Z Compiling papergrid v0.11.0
4512024-10-18T20:38:09.105Z Compiling clap_builder v4.5.20
4522024-10-18T20:38:09.198Z Compiling tempfile v3.13.0
4532024-10-18T20:38:09.318Z Compiling memmap v0.7.0
4542024-10-18T20:38:09.419Z Compiling unicode-linebreak v0.1.5
4552024-10-18T20:38:09.658Z Compiling smawk v0.3.2
4562024-10-18T20:38:09.892Z Compiling textwrap v0.16.1
4572024-10-18T20:38:10.509Z Compiling swrite v0.1.0
4582024-10-18T20:38:11.333Z Compiling tabled_derive v0.7.0
4592024-10-18T20:38:13.100Z Compiling tabled v0.15.0
4602024-10-18T20:38:14.024Z Compiling serde_derive v1.0.210
4612024-10-18T20:38:14.024Z Compiling thiserror-impl v1.0.64
4622024-10-18T20:38:14.048Z Compiling zerocopy-derive v0.7.35
4632024-10-18T20:38:14.048Z Compiling scroll_derive v0.12.0
4642024-10-18T20:38:14.073Z Compiling clap_derive v4.5.18
4652024-10-18T20:38:15.366Z Compiling scroll v0.12.0
4662024-10-18T20:38:15.894Z Compiling goblin v0.8.2
4672024-10-18T20:38:15.966Z Compiling zerocopy v0.7.35
4682024-10-18T20:38:16.694Z Compiling pest v2.7.14
4692024-10-18T20:38:17.639Z Compiling clap v4.5.20
4702024-10-18T20:38:18.996Z Compiling pest_meta v2.7.14
4712024-10-18T20:38:20.098Z Compiling pest_generator v2.7.14
4722024-10-18T20:38:21.909Z Compiling pest_derive v2.7.14
4732024-10-18T20:38:22.627Z Compiling dtrace-parser v0.2.0
4742024-10-18T20:38:24.406Z Compiling toml_datetime v0.6.8
4752024-10-18T20:38:24.406Z Compiling serde_spanned v0.6.8
4762024-10-18T20:38:24.430Z Compiling cargo-platform v0.1.8
4772024-10-18T20:38:24.812Z Compiling serde_tokenstream v0.2.2
4782024-10-18T20:38:24.877Z Compiling macaddr v1.0.1
4792024-10-18T20:38:24.982Z Compiling toml_edit v0.22.22
4802024-10-18T20:38:25.090Z Compiling camino-tempfile v1.1.1
4812024-10-18T20:38:25.927Z Compiling dof v0.3.0
4822024-10-18T20:38:25.927Z Compiling cargo_metadata v0.18.1
4832024-10-18T20:38:27.817Z Compiling toml v0.8.19
4842024-10-18T20:38:28.077Z Compiling usdt-attr-macro v0.5.0
4852024-10-18T20:38:28.077Z Compiling usdt-macro v0.5.0
4862024-10-18T20:38:28.683Z Compiling cargo_toml v0.20.5
4872024-10-18T20:38:29.306Z Compiling usdt v0.5.0
4882024-10-18T20:38:33.440Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-10-18T20:38:38.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s
4902024-10-18T20:38:39.142Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-10-18T20:38:40.020Z Downloading crates ...
4922024-10-18T20:38:40.172Z Downloaded async-stream-impl v0.3.6
4932024-10-18T20:38:40.198Z Downloaded atty v0.2.14
4942024-10-18T20:38:40.222Z Downloaded debug-ignore v1.0.5
4952024-10-18T20:38:40.222Z Downloaded hubpack_derive v0.1.1
4962024-10-18T20:38:40.222Z Downloaded normalize-line-endings v0.3.0
4972024-10-18T20:38:40.247Z Downloaded rustc_version v0.4.1
4982024-10-18T20:38:40.272Z Downloaded unicode-properties v0.1.3
4992024-10-18T20:38:40.272Z Downloaded derive-where v1.2.7
5002024-10-18T20:38:40.296Z Downloaded derive_more v0.99.18
5012024-10-18T20:38:40.296Z Downloaded number_prefix v0.4.0
5022024-10-18T20:38:40.320Z Downloaded radium v0.7.0
5032024-10-18T20:38:40.320Z Downloaded r2d2 v0.8.10
5042024-10-18T20:38:40.320Z Downloaded toolchain_find v0.4.0
5052024-10-18T20:38:40.320Z Downloaded multer v3.1.0
5062024-10-18T20:38:40.346Z Downloaded olpc-cjson v0.1.4
5072024-10-18T20:38:40.346Z Downloaded phf_shared v0.10.0
5082024-10-18T20:38:40.346Z Downloaded foreign-types v0.5.0
5092024-10-18T20:38:40.346Z Downloaded foldhash v0.1.3
5102024-10-18T20:38:40.346Z Downloaded des v0.8.1
5112024-10-18T20:38:40.346Z Downloaded miniz_oxide v0.8.0
5122024-10-18T20:38:40.346Z Downloaded peg-runtime v0.8.3
5132024-10-18T20:38:40.346Z Downloaded vte_generate_state_changes v0.1.2
5142024-10-18T20:38:40.346Z Downloaded typify-macro v0.2.0
5152024-10-18T20:38:40.346Z Downloaded toml v0.7.8
5162024-10-18T20:38:40.371Z Downloaded dsl_auto_type v0.1.2
5172024-10-18T20:38:40.371Z Downloaded ssh-cipher v0.2.0
5182024-10-18T20:38:40.371Z Downloaded owo-colors v4.1.0
5192024-10-18T20:38:40.394Z Downloaded spki v0.7.3
5202024-10-18T20:38:40.394Z Downloaded endian-type v0.1.2
5212024-10-18T20:38:40.394Z Downloaded dirs-next v2.0.0
5222024-10-18T20:38:40.418Z Downloaded enum-as-inner v0.5.1
5232024-10-18T20:38:40.418Z Downloaded predicates-tree v1.0.11
5242024-10-18T20:38:40.418Z Downloaded fxhash v0.2.1
5252024-10-18T20:38:40.418Z Downloaded slog-dtrace v0.3.0
5262024-10-18T20:38:40.443Z Downloaded futures-task v0.3.31
5272024-10-18T20:38:40.444Z Downloaded semver v0.1.20
5282024-10-18T20:38:40.444Z Downloaded zone_cfg_derive v0.1.2
5292024-10-18T20:38:40.444Z Downloaded salsa20 v0.10.2
5302024-10-18T20:38:40.444Z Downloaded shlex v1.3.0
5312024-10-18T20:38:40.469Z Downloaded headers-core v0.3.0
5322024-10-18T20:38:40.469Z Downloaded futures-channel v0.3.31
5332024-10-18T20:38:40.469Z Downloaded sync_wrapper v0.1.2
5342024-10-18T20:38:40.469Z Downloaded tls_codec v0.4.1
5352024-10-18T20:38:40.469Z Downloaded xattr v1.3.1
5362024-10-18T20:38:40.493Z Downloaded rustversion v1.0.17
5372024-10-18T20:38:40.493Z Downloaded time-core v0.1.2
5382024-10-18T20:38:40.493Z Downloaded yasna v0.5.2
5392024-10-18T20:38:40.493Z Downloaded h2 v0.4.6
5402024-10-18T20:38:40.517Z Downloaded zeroize v1.8.1
5412024-10-18T20:38:40.517Z Downloaded form_urlencoded v1.2.1
5422024-10-18T20:38:40.517Z Downloaded walkdir v2.5.0
5432024-10-18T20:38:40.517Z Downloaded winnow v0.5.40
5442024-10-18T20:38:40.541Z Downloaded h2 v0.3.26
5452024-10-18T20:38:40.565Z Downloaded webpki-roots v0.26.6
5462024-10-18T20:38:40.565Z Downloaded zerocopy-derive v0.6.6
5472024-10-18T20:38:40.588Z Downloaded tokio v1.40.0
5482024-10-18T20:38:40.618Z Downloaded ssh-key v0.6.6
5492024-10-18T20:38:40.644Z Downloaded salty v0.3.0
5502024-10-18T20:38:40.644Z Downloaded serde_with v3.11.0
5512024-10-18T20:38:40.667Z Downloaded vcpkg v0.2.15
5522024-10-18T20:38:40.709Z Downloaded polar-core v0.27.3
5532024-10-18T20:38:40.733Z Downloaded ratatui v0.28.1
5542024-10-18T20:38:40.756Z Downloaded rustls v0.23.14
5552024-10-18T20:38:40.780Z Downloaded sha3 v0.10.8
5562024-10-18T20:38:40.780Z Downloaded lzma-sys v0.1.20
5572024-10-18T20:38:40.813Z Downloaded libz-sys v1.1.20
5582024-10-18T20:38:40.848Z Downloaded encoding_rs v0.8.34
5592024-10-18T20:38:40.875Z Downloaded ring v0.17.8
5602024-10-18T20:38:40.962Z Downloaded libgit2-sys v0.17.0+1.8.1
5612024-10-18T20:38:41.037Z Downloaded openssl v0.10.66
5622024-10-18T20:38:41.060Z Downloaded openapiv3 v2.0.0
5632024-10-18T20:38:41.084Z Downloaded object v0.36.5
5642024-10-18T20:38:41.107Z Downloaded diesel v2.2.4
5652024-10-18T20:38:41.136Z Downloaded nix v0.29.0
5662024-10-18T20:38:41.160Z Downloaded radix_trie v0.2.1
5672024-10-18T20:38:41.160Z Downloaded rustls v0.22.4
5682024-10-18T20:38:41.184Z Downloaded object v0.30.4
5692024-10-18T20:38:41.207Z Downloaded ring v0.16.20
5702024-10-18T20:38:41.297Z Downloaded nix v0.28.0
5712024-10-18T20:38:41.321Z Downloaded nix v0.27.1
5722024-10-18T20:38:41.345Z Downloaded idna v0.5.0
5732024-10-18T20:38:41.345Z Downloaded idna v0.3.0
5742024-10-18T20:38:41.345Z Downloaded hashbrown v0.14.5
5752024-10-18T20:38:41.368Z Downloaded portable-atomic v1.9.0
5762024-10-18T20:38:41.368Z Downloaded rayon v1.10.0
5772024-10-18T20:38:41.392Z Downloaded lalrpop v0.19.12
5782024-10-18T20:38:41.392Z Downloaded idna v0.4.0
5792024-10-18T20:38:41.415Z Downloaded idna v0.2.3
5802024-10-18T20:38:41.416Z Downloaded libsqlite3-sys v0.30.1
5812024-10-18T20:38:41.499Z Downloaded headers v0.4.0
5822024-10-18T20:38:41.523Z Downloaded hashbrown v0.12.3
5832024-10-18T20:38:41.523Z Downloaded expectorate v1.1.0
5842024-10-18T20:38:41.523Z Downloaded reedline v0.35.0
5852024-10-18T20:38:41.547Z Downloaded subprocess v0.2.9
5862024-10-18T20:38:41.547Z Downloaded schemars v0.8.21
5872024-10-18T20:38:41.547Z Downloaded itertools v0.13.0
5882024-10-18T20:38:41.570Z Downloaded hyper v0.14.30
5892024-10-18T20:38:41.570Z Downloaded sct v0.7.1
5902024-10-18T20:38:41.570Z Downloaded fatfs v0.3.6
5912024-10-18T20:38:41.570Z Downloaded sled v0.34.7
5922024-10-18T20:38:41.594Z Downloaded hashbrown v0.13.2
5932024-10-18T20:38:41.594Z Downloaded ed25519-dalek v2.1.1
5942024-10-18T20:38:41.594Z Downloaded steno v0.4.1
5952024-10-18T20:38:41.619Z Downloaded nom v7.1.3
5962024-10-18T20:38:41.619Z Downloaded hyper v1.4.1
5972024-10-18T20:38:41.619Z Downloaded hickory-proto v0.24.1
5982024-10-18T20:38:41.642Z Downloaded rustls-webpki v0.101.7
5992024-10-18T20:38:41.665Z Downloaded git2 v0.19.0
6002024-10-18T20:38:41.665Z Downloaded time-macros v0.2.18
6012024-10-18T20:38:41.666Z Downloaded password-hash v0.5.0
6022024-10-18T20:38:41.666Z Downloaded password-hash v0.4.2
6032024-10-18T20:38:41.829Z Downloaded smoltcp v0.9.1
6042024-10-18T20:38:41.829Z Downloaded typify-impl v0.2.0
6052024-10-18T20:38:41.853Z Downloaded rustyline v14.0.0
6062024-10-18T20:38:41.853Z Downloaded slog v2.7.0
6072024-10-18T20:38:41.853Z Downloaded elliptic-curve v0.13.8
6082024-10-18T20:38:41.853Z Downloaded petgraph v0.6.5
6092024-10-18T20:38:41.853Z Downloaded time v0.3.36
6102024-10-18T20:38:41.853Z Downloaded itertools v0.10.5
6112024-10-18T20:38:41.853Z Downloaded zeroize_derive v1.4.2
6122024-10-18T20:38:41.853Z Downloaded zerocopy v0.6.6
6132024-10-18T20:38:41.853Z Downloaded xz2 v0.1.7
6142024-10-18T20:38:41.853Z Downloaded x509-cert v0.2.5
6152024-10-18T20:38:41.853Z Downloaded wyz v0.5.1
6162024-10-18T20:38:41.853Z Downloaded whoami v1.5.2
6172024-10-18T20:38:41.853Z Downloaded tokio-native-tls v0.3.1
6182024-10-18T20:38:41.853Z Downloaded heapless v0.7.17
6192024-10-18T20:38:41.854Z Downloaded supports-color v3.0.1
6202024-10-18T20:38:41.854Z Downloaded subtle v2.6.1
6212024-10-18T20:38:41.854Z Downloaded parse-zoneinfo v0.3.1
6222024-10-18T20:38:41.854Z Downloaded hickory-server v0.24.1
6232024-10-18T20:38:41.854Z Downloaded scopeguard v1.2.0
6242024-10-18T20:38:41.854Z Downloaded futures-util v0.3.31
6252024-10-18T20:38:41.854Z Downloaded samael v0.0.17
6262024-10-18T20:38:41.854Z Downloaded libxml v0.3.3
6272024-10-18T20:38:41.854Z Downloaded tls_codec_derive v0.4.1
6282024-10-18T20:38:41.854Z Downloaded tiny-keccak v2.0.2
6292024-10-18T20:38:41.854Z Downloaded funty v2.0.0
6302024-10-18T20:38:41.854Z Downloaded half v2.4.1
6312024-10-18T20:38:41.854Z Downloaded futures-core v0.3.31
6322024-10-18T20:38:41.854Z Downloaded futures v0.3.31
6332024-10-18T20:38:41.854Z Downloaded signal-hook v0.3.17
6342024-10-18T20:38:41.854Z Downloaded heapless v0.8.0
6352024-10-18T20:38:41.878Z Downloaded openssl-sys v0.9.103
6362024-10-18T20:38:41.878Z Downloaded hickory-client v0.24.1
6372024-10-18T20:38:41.878Z Downloaded serde_with_macros v3.11.0
6382024-10-18T20:38:41.878Z Downloaded globset v0.4.15
6392024-10-18T20:38:41.878Z Downloaded strum_macros v0.26.4
6402024-10-18T20:38:41.878Z Downloaded env_logger v0.10.2
6412024-10-18T20:38:41.902Z Downloaded rand v0.8.5
6422024-10-18T20:38:41.902Z Downloaded unsafe-libyaml v0.2.11
6432024-10-18T20:38:41.902Z Downloaded num-bigint v0.4.6
6442024-10-18T20:38:41.902Z Downloaded shell-words v1.1.0
6452024-10-18T20:38:41.902Z Downloaded sec1 v0.7.3
6462024-10-18T20:38:41.902Z Downloaded scrypt v0.11.0
6472024-10-18T20:38:41.926Z Downloaded schemars_derive v0.8.21
6482024-10-18T20:38:41.926Z Downloaded ff v0.13.0
6492024-10-18T20:38:41.926Z Downloaded fd-lock v4.0.2
6502024-10-18T20:38:41.926Z Downloaded fallible-iterator v0.2.0
6512024-10-18T20:38:41.926Z Downloaded want v0.3.1
6522024-10-18T20:38:41.926Z Downloaded tokio-postgres v0.7.12
6532024-10-18T20:38:41.926Z Downloaded tokio-macros v2.4.0
6542024-10-18T20:38:41.926Z Downloaded tinyvec_macros v0.1.1
6552024-10-18T20:38:41.926Z Downloaded tinyvec v1.8.0
6562024-10-18T20:38:41.926Z Downloaded hash32 v0.3.1
6572024-10-18T20:38:41.926Z Downloaded path-slash v0.1.5
6582024-10-18T20:38:41.926Z Downloaded parking_lot_core v0.9.10
6592024-10-18T20:38:41.950Z Downloaded hex v0.4.3
6602024-10-18T20:38:41.950Z Downloaded fallible-streaming-iterator v0.1.9
6612024-10-18T20:38:41.950Z Downloaded fallible-iterator v0.3.0
6622024-10-18T20:38:41.950Z Downloaded serde_plain v1.0.2
6632024-10-18T20:38:41.950Z Downloaded env_logger v0.11.5
6642024-10-18T20:38:41.950Z Downloaded parking_lot v0.12.3
6652024-10-18T20:38:41.950Z Downloaded sync_wrapper v1.0.1
6662024-10-18T20:38:41.950Z Downloaded pbkdf2 v0.12.2
6672024-10-18T20:38:41.950Z Downloaded parse-display-derive v0.10.0
6682024-10-18T20:38:41.950Z Downloaded scheduled-thread-pool v0.2.7
6692024-10-18T20:38:41.950Z Downloaded zip v0.6.6
6702024-10-18T20:38:41.974Z Downloaded serde_urlencoded v0.7.1
6712024-10-18T20:38:41.974Z Downloaded serde_repr v0.1.19
6722024-10-18T20:38:41.974Z Downloaded parking_lot v0.11.2
6732024-10-18T20:38:41.974Z Downloaded group v0.13.0
6742024-10-18T20:38:41.974Z Downloaded gimli v0.31.1
6752024-10-18T20:38:41.974Z Downloaded itertools v0.12.1
6762024-10-18T20:38:41.998Z Downloaded which v4.4.2
6772024-10-18T20:38:41.998Z Downloaded rustls-webpki v0.102.8
6782024-10-18T20:38:42.021Z Downloaded postcard v1.0.10
6792024-10-18T20:38:42.021Z Downloaded defmt-macros v0.3.9
6802024-10-18T20:38:42.021Z Downloaded zone v0.3.0
6812024-10-18T20:38:42.021Z Downloaded serde_path_to_error v0.1.16
6822024-10-18T20:38:42.022Z Downloaded glob v0.3.1
6832024-10-18T20:38:42.022Z Downloaded ghash v0.5.1
6842024-10-18T20:38:42.022Z Downloaded slog-scope v4.4.0
6852024-10-18T20:38:42.022Z Downloaded trust-dns-proto v0.22.0
6862024-10-18T20:38:42.046Z Downloaded unicode_categories v0.1.1
6872024-10-18T20:38:42.046Z Downloaded futures-sink v0.3.31
6882024-10-18T20:38:42.046Z Downloaded futures-macro v0.3.31
6892024-10-18T20:38:42.046Z Downloaded futures-executor v0.3.31
6902024-10-18T20:38:42.046Z Downloaded slog-envlogger v2.2.0
6912024-10-18T20:38:42.046Z Downloaded slog-bunyan v2.5.0
6922024-10-18T20:38:42.046Z Downloaded slab v0.4.9
6932024-10-18T20:38:42.046Z Downloaded signal-hook-registry v1.4.2
6942024-10-18T20:38:42.046Z Downloaded snafu v0.8.5
6952024-10-18T20:38:42.071Z Downloaded rayon-core v1.12.1
6962024-10-18T20:38:42.094Z Downloaded oso v0.27.3
6972024-10-18T20:38:42.094Z Downloaded zone_cfg_derive v0.3.0
6982024-10-18T20:38:42.094Z Downloaded serde-big-array v0.5.1
6992024-10-18T20:38:42.094Z Downloaded gethostname v0.5.0
7002024-10-18T20:38:42.094Z Downloaded strum_macros v0.25.3
7012024-10-18T20:38:42.094Z Downloaded rustls-pemfile v2.2.0
7022024-10-18T20:38:42.094Z Downloaded serde_derive_internals v0.29.1
7032024-10-18T20:38:42.094Z Downloaded p521 v0.13.3
7042024-10-18T20:38:42.094Z Downloaded num-bigint-dig v0.8.4
7052024-10-18T20:38:42.094Z Downloaded pbkdf2 v0.11.0
7062024-10-18T20:38:42.094Z Downloaded parse-display v0.10.0
7072024-10-18T20:38:42.094Z Downloaded predicates-core v1.0.8
7082024-10-18T20:38:42.094Z Downloaded postgres-protocol v0.6.7
7092024-10-18T20:38:42.095Z Downloaded env_filter v0.1.2
7102024-10-18T20:38:42.095Z Downloaded dirs-sys-next v0.1.2
7112024-10-18T20:38:42.095Z Downloaded difflib v0.4.0
7122024-10-18T20:38:42.118Z Downloaded der_derive v0.7.3
7132024-10-18T20:38:42.118Z Downloaded strum_macros v0.24.3
7142024-10-18T20:38:42.118Z Downloaded spin v0.9.8
7152024-10-18T20:38:42.118Z Downloaded socket2 v0.5.7
7162024-10-18T20:38:42.118Z Downloaded smallvec v1.13.2
7172024-10-18T20:38:42.118Z Downloaded parking_lot_core v0.8.6
7182024-10-18T20:38:42.118Z Downloaded packed_struct_codegen v0.10.1
7192024-10-18T20:38:42.118Z Downloaded pkcs5 v0.7.1
7202024-10-18T20:38:42.118Z Downloaded libm v0.2.8
7212024-10-18T20:38:42.142Z Downloaded fragile v2.0.0
7222024-10-18T20:38:42.143Z Downloaded hash32 v0.2.1
7232024-10-18T20:38:42.143Z Downloaded parse-size v1.0.0
7242024-10-18T20:38:42.143Z Downloaded sigpipe v0.1.3
7252024-10-18T20:38:42.143Z Downloaded precomputed-hash v0.1.1
7262024-10-18T20:38:42.143Z Downloaded powerfmt v0.2.0
7272024-10-18T20:38:42.143Z Downloaded enum-as-inner v0.6.1
7282024-10-18T20:38:42.143Z Downloaded diesel_table_macro_syntax v0.2.0
7292024-10-18T20:38:42.143Z Downloaded vte v0.11.1
7302024-10-18T20:38:42.143Z Downloaded vergen v8.3.2
7312024-10-18T20:38:42.166Z Downloaded paste v1.0.15
7322024-10-18T20:38:42.166Z Downloaded oso-derive v0.27.3
7332024-10-18T20:38:42.167Z Downloaded openssl-probe v0.1.5
7342024-10-18T20:38:42.167Z Downloaded hex-literal v0.4.1
7352024-10-18T20:38:42.167Z Downloaded heck v0.3.3
7362024-10-18T20:38:42.167Z Downloaded rustls-pki-types v1.9.0
7372024-10-18T20:38:42.167Z Downloaded downcast v0.11.0
7382024-10-18T20:38:42.167Z Downloaded smoltcp v0.11.0
7392024-10-18T20:38:42.190Z Downloaded signature v2.2.0
7402024-10-18T20:38:42.190Z Downloaded serde_yaml v0.9.34+deprecated
7412024-10-18T20:38:42.190Z Downloaded p256 v0.13.2
7422024-10-18T20:38:42.190Z Downloaded embedded-io v0.4.0
7432024-10-18T20:38:42.190Z Downloaded uuid v1.10.0
7442024-10-18T20:38:42.190Z Downloaded rusty-fork v0.3.0
7452024-10-18T20:38:42.190Z Downloaded defmt v0.3.8
7462024-10-18T20:38:42.214Z Downloaded sha1 v0.10.6
7472024-10-18T20:38:42.214Z Downloaded hashlink v0.9.1
7482024-10-18T20:38:42.214Z Downloaded zone v0.1.8
7492024-10-18T20:38:42.214Z Downloaded serde-hex v0.1.0
7502024-10-18T20:38:42.214Z Downloaded getrandom v0.2.15
7512024-10-18T20:38:42.214Z Downloaded proptest v1.5.0
7522024-10-18T20:38:42.214Z Downloaded regex-automata v0.4.8
7532024-10-18T20:38:42.247Z Downloaded secrecy v0.8.0
7542024-10-18T20:38:42.271Z Downloaded dropshot_endpoint v0.12.0
7552024-10-18T20:38:42.271Z Downloaded dropshot v0.12.0
7562024-10-18T20:38:42.297Z Downloaded ssh-encoding v0.2.0
7572024-10-18T20:38:42.321Z Downloaded poly1305 v0.8.0
7582024-10-18T20:38:42.321Z Downloaded pkcs8 v0.10.2
7592024-10-18T20:38:42.321Z Downloaded toml_edit v0.19.15
7602024-10-18T20:38:42.344Z Downloaded futures-io v0.3.31
7612024-10-18T20:38:42.344Z Downloaded slog-json v2.6.1
7622024-10-18T20:38:42.344Z Downloaded similar v2.6.0
7632024-10-18T20:38:42.344Z Downloaded dyn-clone v1.0.17
7642024-10-18T20:38:42.368Z Downloaded sqlformat v0.2.6
7652024-10-18T20:38:42.368Z Downloaded pin-project-internal v1.1.6
7662024-10-18T20:38:42.368Z Downloaded vsss-rs v3.3.4
7672024-10-18T20:38:42.368Z Downloaded tungstenite v0.23.0
7682024-10-18T20:38:42.368Z Downloaded rcgen v0.12.1
7692024-10-18T20:38:42.368Z Downloaded slog-async v2.8.0
7702024-10-18T20:38:42.368Z Downloaded signal-hook-mio v0.2.4
7712024-10-18T20:38:42.368Z Downloaded postgres-types v0.2.8
7722024-10-18T20:38:42.368Z Downloaded phf v0.11.2
7732024-10-18T20:38:42.392Z Downloaded uzers v0.12.1
7742024-10-18T20:38:42.392Z Downloaded twox-hash v1.6.3
7752024-10-18T20:38:42.392Z Downloaded tui-tree-widget v0.22.0
7762024-10-18T20:38:42.392Z Downloaded omicron-zone-package v0.11.1
7772024-10-18T20:38:42.392Z Downloaded http v0.2.12
7782024-10-18T20:38:42.392Z Downloaded slog-stdlog v4.1.1
7792024-10-18T20:38:42.392Z Downloaded siphasher v0.3.11
7802024-10-18T20:38:42.392Z Downloaded signal-hook-tokio v0.3.1
7812024-10-18T20:38:42.392Z Downloaded diesel_derives v2.2.3
7822024-10-18T20:38:42.415Z Downloaded same-file v1.0.6
7832024-10-18T20:38:42.416Z Downloaded p384 v0.13.0
7842024-10-18T20:38:42.416Z Downloaded sqlparser_derive v0.2.2
7852024-10-18T20:38:42.416Z Downloaded phf_shared v0.11.2
7862024-10-18T20:38:42.416Z Downloaded phf_generator v0.11.2
7872024-10-18T20:38:42.416Z Downloaded percent-encoding v2.3.1
7882024-10-18T20:38:42.416Z Downloaded pem v3.0.4
7892024-10-18T20:38:42.416Z Downloaded peg-macros v0.8.4
7902024-10-18T20:38:42.416Z Downloaded value-bag v1.9.0
7912024-10-18T20:38:42.439Z Downloaded tokio-rustls v0.24.1
7922024-10-18T20:38:42.439Z Downloaded quinn v0.11.5
7932024-10-18T20:38:42.439Z Downloaded publicsuffix v2.2.3
7942024-10-18T20:38:42.439Z Downloaded predicates v3.1.2
7952024-10-18T20:38:42.439Z Downloaded ppv-lite86 v0.2.20
7962024-10-18T20:38:42.439Z Downloaded diff v0.1.13
7972024-10-18T20:38:42.439Z Downloaded either v1.13.0
7982024-10-18T20:38:42.439Z Downloaded ed25519 v2.2.3
7992024-10-18T20:38:42.463Z Downloaded structmeta-derive v0.3.0
8002024-10-18T20:38:42.463Z Downloaded structmeta v0.3.0
8012024-10-18T20:38:42.463Z Downloaded strip-ansi-escapes v0.2.0
8022024-10-18T20:38:42.463Z Downloaded stable_deref_trait v1.2.0
8032024-10-18T20:38:42.463Z Downloaded pin-utils v0.1.0
8042024-10-18T20:38:42.463Z Downloaded utf-8 v0.7.6
8052024-10-18T20:38:42.463Z Downloaded unarray v0.1.4
8062024-10-18T20:38:42.463Z Downloaded tracing-attributes v0.1.27
8072024-10-18T20:38:42.463Z Downloaded tokio-rustls v0.26.0
8082024-10-18T20:38:42.463Z Downloaded minimal-lexical v0.2.1
8092024-10-18T20:38:42.463Z Downloaded der v0.7.9
8102024-10-18T20:38:42.487Z Downloaded ena v0.14.3
8112024-10-18T20:38:42.487Z Downloaded embedded-io v0.6.1
8122024-10-18T20:38:42.487Z Downloaded structmeta-derive v0.2.0
8132024-10-18T20:38:42.487Z Downloaded structmeta v0.2.0
8142024-10-18T20:38:42.487Z Downloaded tower-service v0.3.3
8152024-10-18T20:38:42.487Z Downloaded topological-sort v0.2.2
8162024-10-18T20:38:42.487Z Downloaded tokio-tungstenite v0.24.0
8172024-10-18T20:38:42.487Z Downloaded tokio-tungstenite v0.21.0
8182024-10-18T20:38:42.487Z Downloaded rand_seeder v0.3.0
8192024-10-18T20:38:42.487Z Downloaded quick-error v1.2.3
8202024-10-18T20:38:42.487Z Downloaded spin v0.5.2
8212024-10-18T20:38:42.487Z Downloaded smf v0.2.3
8222024-10-18T20:38:42.487Z Downloaded smallvec v0.6.14
8232024-10-18T20:38:42.487Z Downloaded slog-term v2.9.1
8242024-10-18T20:38:42.513Z Downloaded strum v0.26.3
8252024-10-18T20:38:42.513Z Downloaded stringprep v0.1.5
8262024-10-18T20:38:42.513Z Downloaded string_cache v0.8.7
8272024-10-18T20:38:42.513Z Downloaded static_assertions v1.1.0
8282024-10-18T20:38:42.513Z Downloaded polyval v0.6.2
8292024-10-18T20:38:42.513Z Downloaded mio v1.0.2
8302024-10-18T20:38:42.513Z Downloaded display-error-chain v0.2.1
8312024-10-18T20:38:42.513Z Downloaded defmt-parser v0.3.4
8322024-10-18T20:38:42.513Z Downloaded snafu-derive v0.8.5
8332024-10-18T20:38:42.513Z Downloaded packed_struct v0.10.1
8342024-10-18T20:38:42.513Z Downloaded openssl-macros v0.1.1
8352024-10-18T20:38:42.537Z Downloaded sqlparser v0.45.0
8362024-10-18T20:38:42.537Z Downloaded pkg-config v0.3.31
8372024-10-18T20:38:42.537Z Downloaded waitgroup v0.1.2
8382024-10-18T20:38:42.537Z Downloaded quinn-udp v0.5.5
8392024-10-18T20:38:42.537Z Downloaded progenitor-impl v0.8.0
8402024-10-18T20:38:42.537Z Downloaded progenitor v0.8.0
8412024-10-18T20:38:42.537Z Downloaded unicode-segmentation v1.12.0
8422024-10-18T20:38:42.537Z Downloaded unicode-normalization v0.1.24
8432024-10-18T20:38:42.537Z Downloaded russh v0.45.0
8442024-10-18T20:38:42.570Z Downloaded wait-timeout v0.2.0
8452024-10-18T20:38:42.570Z Downloaded tough v0.17.1
8462024-10-18T20:38:42.570Z Downloaded tokio-util v0.7.12
8472024-10-18T20:38:42.570Z Downloaded primeorder v0.13.6
8482024-10-18T20:38:42.570Z Downloaded pretty-hex v0.2.1
8492024-10-18T20:38:42.570Z Downloaded num_threads v0.1.7
8502024-10-18T20:38:42.570Z Downloaded num_enum v0.5.11
8512024-10-18T20:38:42.594Z Downloaded num-rational v0.4.2
8522024-10-18T20:38:42.594Z Downloaded num-integer v0.1.46
8532024-10-18T20:38:42.594Z Downloaded num-conv v0.1.0
8542024-10-18T20:38:42.594Z Downloaded hkdf v0.12.4
8552024-10-18T20:38:42.594Z Downloaded flume v0.11.0
8562024-10-18T20:38:42.594Z Downloaded float-cmp v0.9.0
8572024-10-18T20:38:42.594Z Downloaded flagset v0.4.6
8582024-10-18T20:38:42.594Z Downloaded dhcproto v0.12.0
8592024-10-18T20:38:42.594Z Downloaded ecdsa v0.16.9
8602024-10-18T20:38:42.617Z Downloaded pin-project v1.1.6
8612024-10-18T20:38:42.618Z Downloaded url v2.5.2
8622024-10-18T20:38:42.618Z Downloaded typed-path v0.7.1
8632024-10-18T20:38:42.641Z Downloaded tungstenite v0.24.0
8642024-10-18T20:38:42.641Z Downloaded tungstenite v0.21.0
8652024-10-18T20:38:42.641Z Downloaded reqwest v0.11.27
8662024-10-18T20:38:42.641Z Downloaded hyper-util v0.1.9
8672024-10-18T20:38:42.665Z Downloaded pin-project-lite v0.2.14
8682024-10-18T20:38:42.665Z Downloaded pem-rfc7468 v0.7.0
8692024-10-18T20:38:42.665Z Downloaded tracing-core v0.1.32
8702024-10-18T20:38:42.665Z Downloaded rustls-pemfile v1.0.4
8712024-10-18T20:38:42.665Z Downloaded ref-cast v1.0.23
8722024-10-18T20:38:42.665Z Downloaded rand_xorshift v0.3.0
8732024-10-18T20:38:42.665Z Downloaded rand_chacha v0.3.1
8742024-10-18T20:38:42.665Z Downloaded filetime v0.2.25
8752024-10-18T20:38:42.665Z Downloaded derive_builder_macro v0.20.2
8762024-10-18T20:38:42.665Z Downloaded derive_builder v0.20.2
8772024-10-18T20:38:42.688Z Downloaded deranged v0.3.11
8782024-10-18T20:38:42.688Z Downloaded termios v0.3.3
8792024-10-18T20:38:42.688Z Downloaded term v0.7.0
8802024-10-18T20:38:42.689Z Downloaded rustfmt-wrapper v0.2.1
8812024-10-18T20:38:42.689Z Downloaded rustc-hash v1.1.0
8822024-10-18T20:38:42.689Z Downloaded russh-keys v0.45.0
8832024-10-18T20:38:42.689Z Downloaded ron v0.7.1
8842024-10-18T20:38:42.689Z Downloaded indicatif v0.17.8
8852024-10-18T20:38:42.712Z Downloaded pkcs1 v0.7.5
8862024-10-18T20:38:42.712Z Downloaded phf_codegen v0.11.2
8872024-10-18T20:38:42.712Z Downloaded peg v0.8.4
8882024-10-18T20:38:42.712Z Downloaded typify v0.2.0
8892024-10-18T20:38:42.712Z Downloaded tracing v0.1.40
8902024-10-18T20:38:42.712Z Downloaded unicase v2.7.0
8912024-10-18T20:38:42.712Z Downloaded thiserror-impl-no-std v2.0.2
8922024-10-18T20:38:42.736Z Downloaded tap v1.0.1
8932024-10-18T20:38:42.736Z Downloaded tabwriter v1.4.0
8942024-10-18T20:38:42.736Z Downloaded rustc_version v0.1.7
8952024-10-18T20:38:42.736Z Downloaded rtoolbox v0.0.2
8962024-10-18T20:38:42.736Z Downloaded rpassword v7.3.1
8972024-10-18T20:38:42.736Z Downloaded rand_core v0.6.4
8982024-10-18T20:38:42.736Z Downloaded regex-syntax v0.8.5
8992024-10-18T20:38:42.736Z Downloaded try-lock v0.2.5
9002024-10-18T20:38:42.736Z Downloaded tokio-tungstenite v0.23.1
9012024-10-18T20:38:42.736Z Downloaded tokio-stream v0.1.16
9022024-10-18T20:38:42.760Z Downloaded foreign-types-macros v0.2.3
9032024-10-18T20:38:42.760Z Downloaded thread_local v1.1.8
9042024-10-18T20:38:42.760Z Downloaded thiserror-no-std v2.0.2
9052024-10-18T20:38:42.760Z Downloaded resolv-conf v0.7.0
9062024-10-18T20:38:42.760Z Downloaded mockall v0.13.0
9072024-10-18T20:38:42.760Z Downloaded libloading v0.8.5
9082024-10-18T20:38:42.761Z Downloaded tokio-rustls v0.25.0
9092024-10-18T20:38:42.761Z Downloaded quinn-proto v0.11.8
9102024-10-18T20:38:42.784Z Downloaded quick-xml v0.33.0
9112024-10-18T20:38:42.784Z Downloaded qorb v0.1.2
9122024-10-18T20:38:42.785Z Downloaded diesel-dtrace v0.3.0
9132024-10-18T20:38:42.785Z Downloaded nu-ansi-term v0.50.1
9142024-10-18T20:38:42.785Z Downloaded native-tls v0.2.12
9152024-10-18T20:38:42.809Z Downloaded mockall_derive v0.13.0
9162024-10-18T20:38:42.809Z Downloaded mime_guess v2.0.5
9172024-10-18T20:38:42.809Z Downloaded lock_api v0.4.12
9182024-10-18T20:38:42.809Z Downloaded linear-map v1.2.0
9192024-10-18T20:38:42.809Z Downloaded libsw v3.3.1
9202024-10-18T20:38:42.809Z Downloaded psl-types v2.0.11
9212024-10-18T20:38:42.809Z Downloaded progenitor-macro v0.8.0
9222024-10-18T20:38:42.809Z Downloaded progenitor-client v0.8.0
9232024-10-18T20:38:42.809Z Downloaded opaque-debug v0.3.1
9242024-10-18T20:38:42.809Z Downloaded foreign-types-shared v0.3.1
9252024-10-18T20:38:42.809Z Downloaded foreign-types-shared v0.1.1
9262024-10-18T20:38:42.809Z Downloaded foreign-types v0.3.2
9272024-10-18T20:38:42.809Z Downloaded untrusted v0.9.0
9282024-10-18T20:38:42.809Z Downloaded untrusted v0.7.1
9292024-10-18T20:38:42.809Z Downloaded universal-hash v0.5.1
9302024-10-18T20:38:42.809Z Downloaded unicode-xid v0.2.6
9312024-10-18T20:38:42.809Z Downloaded unicode-truncate v1.1.0
9322024-10-18T20:38:42.833Z Downloaded lru v0.12.5
9332024-10-18T20:38:42.833Z Downloaded ipnet v2.10.1
9342024-10-18T20:38:42.833Z Downloaded hyper-staticfile v0.10.1
9352024-10-18T20:38:42.833Z Downloaded curve25519-dalek v4.1.3
9362024-10-18T20:38:42.833Z Downloaded proc-macro-crate v1.3.1
9372024-10-18T20:38:42.833Z Downloaded prettyplease v0.2.22
9382024-10-18T20:38:42.833Z Downloaded fixedbitset v0.4.2
9392024-10-18T20:38:42.833Z Downloaded dhcproto-macros v0.1.0
9402024-10-18T20:38:42.857Z Downloaded ref-cast-impl v1.0.23
9412024-10-18T20:38:42.857Z Downloaded num-complex v0.4.6
9422024-10-18T20:38:42.857Z Downloaded memmap2 v0.9.5
9432024-10-18T20:38:42.857Z Downloaded maybe-uninit v2.0.0
9442024-10-18T20:38:42.857Z Downloaded indexmap v1.9.3
9452024-10-18T20:38:42.857Z Downloaded iana-time-zone v0.1.61
9462024-10-18T20:38:42.857Z Downloaded httparse v1.9.5
9472024-10-18T20:38:42.857Z Downloaded hmac v0.12.1
9482024-10-18T20:38:42.857Z Downloaded crunchy v0.2.2
9492024-10-18T20:38:42.857Z Downloaded cookie v0.18.1
9502024-10-18T20:38:42.857Z Downloaded compact_str v0.8.0
9512024-10-18T20:38:42.881Z Downloaded cipher v0.4.4
9522024-10-18T20:38:42.881Z Downloaded chrono v0.4.38
9532024-10-18T20:38:42.881Z Downloaded chacha20poly1305 v0.10.1
9542024-10-18T20:38:42.881Z Downloaded cfg_aliases v0.2.1
9552024-10-18T20:38:42.881Z Downloaded cbc v0.1.2
9562024-10-18T20:38:42.881Z Downloaded bitvec v1.0.1
9572024-10-18T20:38:42.904Z Downloaded bindgen v0.69.5
9582024-10-18T20:38:42.904Z Downloaded aes-gcm v0.10.3
9592024-10-18T20:38:42.928Z Downloaded num_enum_derive v0.5.11
9602024-10-18T20:38:42.928Z Downloaded num-traits v0.2.19
9612024-10-18T20:38:42.928Z Downloaded num-iter v0.1.45
9622024-10-18T20:38:42.928Z Downloaded num-derive v0.4.2
9632024-10-18T20:38:42.928Z Downloaded highway v1.2.0
9642024-10-18T20:38:42.928Z Downloaded float-ord v0.3.2
9652024-10-18T20:38:42.928Z Downloaded flate2 v1.0.34
9662024-10-18T20:38:42.928Z Downloaded regress v0.10.1
9672024-10-18T20:38:42.951Z Downloaded regress v0.9.1
9682024-10-18T20:38:42.951Z Downloaded regex-syntax v0.6.29
9692024-10-18T20:38:42.975Z Downloaded memoffset v0.9.1
9702024-10-18T20:38:42.975Z Downloaded managed v0.8.0
9712024-10-18T20:38:42.975Z Downloaded lru-cache v0.1.2
9722024-10-18T20:38:42.975Z Downloaded is-terminal v0.4.13
9732024-10-18T20:38:42.975Z Downloaded ipnetwork v0.20.0
9742024-10-18T20:38:42.975Z Downloaded inout v0.1.3
9752024-10-18T20:38:42.975Z Downloaded indent_write v2.2.0
9762024-10-18T20:38:42.975Z Downloaded humantime v2.1.0
9772024-10-18T20:38:42.975Z Downloaded hubpack v0.1.2
9782024-10-18T20:38:42.975Z Downloaded http v1.1.0
9792024-10-18T20:38:42.975Z Downloaded csv-core v0.1.11
9802024-10-18T20:38:42.999Z Downloaded crossterm v0.28.1
9812024-10-18T20:38:42.999Z Downloaded crossbeam-utils v0.8.20
9822024-10-18T20:38:42.999Z Downloaded crossbeam-deque v0.8.5
9832024-10-18T20:38:42.999Z Downloaded crc32fast v1.4.2
9842024-10-18T20:38:42.999Z Downloaded crc-any v2.5.0
9852024-10-18T20:38:42.999Z Downloaded crc v3.2.1
9862024-10-18T20:38:42.999Z Downloaded cancel-safe-futures v0.1.5
9872024-10-18T20:38:43.022Z Downloaded bzip2 v0.4.4
9882024-10-18T20:38:43.022Z Downloaded buf-list v1.0.3
9892024-10-18T20:38:43.022Z Downloaded blowfish v0.9.1
9902024-10-18T20:38:43.022Z Downloaded blake3 v1.5.4
9912024-10-18T20:38:43.022Z Downloaded bit-vec v0.6.3
9922024-10-18T20:38:43.023Z Downloaded base64 v0.21.7
9932024-10-18T20:38:43.023Z Downloaded base16ct v0.2.0
9942024-10-18T20:38:43.046Z Downloaded backoff v0.4.0
9952024-10-18T20:38:43.046Z Downloaded atomicwrites v0.4.4
9962024-10-18T20:38:43.046Z Downloaded async-trait v0.1.83
9972024-10-18T20:38:43.046Z Downloaded aho-corasick v1.1.3
9982024-10-18T20:38:43.046Z Downloaded aead v0.5.2
9992024-10-18T20:38:43.046Z Downloaded derive_builder_core v0.20.2
10002024-10-18T20:38:43.047Z Downloaded rustls v0.21.12
10012024-10-18T20:38:43.070Z Downloaded reqwest v0.12.8
10022024-10-18T20:38:43.070Z Downloaded nibble_vec v0.1.0
10032024-10-18T20:38:43.070Z Downloaded newtype_derive v0.1.6
10042024-10-18T20:38:43.093Z Downloaded newtype-uuid v1.1.2
10052024-10-18T20:38:43.094Z Downloaded newline-converter v0.3.0
10062024-10-18T20:38:43.094Z Downloaded nanorand v0.7.0
10072024-10-18T20:38:43.094Z Downloaded multimap v0.10.0
10082024-10-18T20:38:43.094Z Downloaded md5 v0.7.0
10092024-10-18T20:38:43.094Z Downloaded match_cfg v0.1.0
10102024-10-18T20:38:43.094Z Downloaded libefi-sys v0.1.0
10112024-10-18T20:38:43.094Z Downloaded lazycell v1.3.0
10122024-10-18T20:38:43.094Z Downloaded lazy_static v1.5.0
10132024-10-18T20:38:43.094Z Downloaded keccak v0.1.5
10142024-10-18T20:38:43.094Z Downloaded jobserver v0.1.32
10152024-10-18T20:38:43.094Z Downloaded instant v0.1.13
10162024-10-18T20:38:43.094Z Downloaded darling_macro v0.20.10
10172024-10-18T20:38:43.094Z Downloaded darling v0.20.10
10182024-10-18T20:38:43.117Z Downloaded cstr-argument v0.1.2
10192024-10-18T20:38:43.118Z Downloaded const-oid v0.9.6
10202024-10-18T20:38:43.118Z Downloaded cobs v0.2.3
10212024-10-18T20:38:43.118Z Downloaded ciborium-io v0.2.2
10222024-10-18T20:38:43.118Z Downloaded chrono-tz-build v0.4.0
10232024-10-18T20:38:43.118Z Downloaded cexpr v0.6.0
10242024-10-18T20:38:43.118Z Downloaded cassowary v0.3.0
10252024-10-18T20:38:43.118Z Downloaded bcrypt-pbkdf v0.10.0
10262024-10-18T20:38:43.118Z Downloaded base64ct v1.6.0
10272024-10-18T20:38:43.118Z Downloaded async-recursion v1.1.1
10282024-10-18T20:38:43.118Z Downloaded assert_matches v1.5.0
10292024-10-18T20:38:43.118Z Downloaded arrayvec v0.7.6
10302024-10-18T20:38:43.141Z Downloaded array-init v0.0.4
10312024-10-18T20:38:43.142Z Downloaded termcolor v1.4.1
10322024-10-18T20:38:43.142Z Downloaded tar v0.4.42
10332024-10-18T20:38:43.142Z Downloaded take_mut v0.2.2
10342024-10-18T20:38:43.142Z Downloaded rustc-demangle v0.1.24
10352024-10-18T20:38:43.142Z Downloaded regex v1.11.0
10362024-10-18T20:38:43.165Z Downloaded num v0.4.3
10372024-10-18T20:38:43.165Z Downloaded mime v0.3.17
10382024-10-18T20:38:43.165Z Downloaded md-5 v0.10.6
10392024-10-18T20:38:43.165Z Downloaded linked-hash-map v0.5.6
10402024-10-18T20:38:43.165Z Downloaded hyper-tls v0.6.0
10412024-10-18T20:38:43.165Z Downloaded hyper-rustls v0.27.3
10422024-10-18T20:38:43.165Z Downloaded http-body v0.4.6
10432024-10-18T20:38:43.165Z Downloaded csv v1.3.0
10442024-10-18T20:38:43.189Z Downloaded const_format_proc_macros v0.2.33
10452024-10-18T20:38:43.189Z Downloaded bzip2-sys v0.1.11+1.0.8
10462024-10-18T20:38:43.212Z Downloaded bitfield-struct v0.6.2
10472024-10-18T20:38:43.212Z Downloaded arc-swap v1.7.1
10482024-10-18T20:38:43.212Z Downloaded addr2line v0.24.2
10492024-10-18T20:38:43.212Z Downloaded unicode-bidi v0.3.17
10502024-10-18T20:38:43.212Z Downloaded test-strategy v0.3.1
10512024-10-18T20:38:43.236Z Downloaded termtree v0.4.1
10522024-10-18T20:38:43.236Z Downloaded rusqlite v0.32.1
10532024-10-18T20:38:43.236Z Downloaded rsa v0.9.6
10542024-10-18T20:38:43.236Z Downloaded ron v0.8.1
10552024-10-18T20:38:43.259Z Downloaded lalrpop-util v0.19.12
10562024-10-18T20:38:43.259Z Downloaded kstat-rs v0.2.4
10572024-10-18T20:38:43.259Z Downloaded impl-trait-for-tuples v0.2.2
10582024-10-18T20:38:43.259Z Downloaded ident_case v1.0.1
10592024-10-18T20:38:43.259Z Downloaded hostname v0.3.1
10602024-10-18T20:38:43.259Z Downloaded home v0.5.9
10612024-10-18T20:38:43.259Z Downloaded rustc-hash v2.0.0
10622024-10-18T20:38:43.259Z Downloaded russh-cryptovec v0.7.3
10632024-10-18T20:38:43.259Z Downloaded rfc6979 v0.4.0
10642024-10-18T20:38:43.259Z Downloaded nodrop v0.1.14
10652024-10-18T20:38:43.260Z Downloaded new_debug_unreachable v1.0.6
10662024-10-18T20:38:43.260Z Downloaded maplit v1.0.2
10672024-10-18T20:38:43.260Z Downloaded instability v0.3.2
10682024-10-18T20:38:43.260Z Downloaded http-body-util v0.1.2
10692024-10-18T20:38:43.260Z Downloaded chrono-tz v0.10.0
10702024-10-18T20:38:43.283Z Downloaded bstr v1.10.0
10712024-10-18T20:38:43.283Z Downloaded matches v0.1.10
10722024-10-18T20:38:43.283Z Downloaded is_ci v1.2.0
10732024-10-18T20:38:43.283Z Downloaded internet-checksum v0.2.1
10742024-10-18T20:38:43.307Z Downloaded indoc v1.0.9
10752024-10-18T20:38:43.307Z Downloaded httpdate v1.0.3
10762024-10-18T20:38:43.307Z Downloaded hostname v0.4.0
10772024-10-18T20:38:43.307Z Downloaded cc v1.1.30
10782024-10-18T20:38:43.307Z Downloaded base64 v0.22.1
10792024-10-18T20:38:43.307Z Downloaded base64 v0.13.1
10802024-10-18T20:38:43.307Z Downloaded backtrace v0.3.74
10812024-10-18T20:38:43.330Z Downloaded allocator-api2 v0.2.18
10822024-10-18T20:38:43.330Z Downloaded http-range v0.1.5
10832024-10-18T20:38:43.330Z Downloaded http-body v1.0.1
10842024-10-18T20:38:43.330Z Downloaded hickory-resolver v0.24.1
10852024-10-18T20:38:43.331Z Downloaded crypto-bigint v0.5.5
10862024-10-18T20:38:43.331Z Downloaded crossbeam-channel v0.5.13
10872024-10-18T20:38:43.354Z Downloaded const_format v0.2.33
10882024-10-18T20:38:43.354Z Downloaded castaway v0.2.3
10892024-10-18T20:38:43.354Z Downloaded bytes v1.7.2
10902024-10-18T20:38:43.354Z Downloaded bcs v0.1.6
10912024-10-18T20:38:43.354Z Downloaded arrayref v0.3.9
10922024-10-18T20:38:43.354Z Downloaded ahash v0.8.11
10932024-10-18T20:38:43.378Z Downloaded aes v0.8.4
10942024-10-18T20:38:43.378Z Downloaded data-encoding v2.6.0
10952024-10-18T20:38:43.378Z Downloaded darling_core v0.20.10
10962024-10-18T20:38:43.378Z Downloaded curve25519-dalek-derive v0.1.1
10972024-10-18T20:38:43.378Z Downloaded ctr v0.9.2
10982024-10-18T20:38:43.378Z Downloaded crucible-workspace-hack v0.1.0
10992024-10-18T20:38:43.378Z Downloaded crossbeam-epoch v0.9.18
11002024-10-18T20:38:43.378Z Downloaded crc-catalog v2.4.0
11012024-10-18T20:38:43.378Z Downloaded cookie_store v0.21.0
11022024-10-18T20:38:43.378Z Downloaded convert_case v0.4.0
11032024-10-18T20:38:43.402Z Downloaded constant_time_eq v0.3.1
11042024-10-18T20:38:43.402Z Downloaded console v0.15.8
11052024-10-18T20:38:43.402Z Downloaded colored v2.1.0
11062024-10-18T20:38:43.402Z Downloaded clang-sys v1.8.1
11072024-10-18T20:38:43.402Z Downloaded ciborium-ll v0.2.2
11082024-10-18T20:38:43.402Z Downloaded ciborium v0.2.2
11092024-10-18T20:38:43.402Z Downloaded chacha20 v0.9.1
11102024-10-18T20:38:43.402Z Downloaded cfg_aliases v0.1.1
11112024-10-18T20:38:43.402Z Downloaded block-padding v0.3.3
11122024-10-18T20:38:43.402Z Downloaded blake2 v0.10.6
11132024-10-18T20:38:43.402Z Downloaded bitflags v1.3.2
11142024-10-18T20:38:43.426Z Downloaded bitfield v0.14.0
11152024-10-18T20:38:43.426Z Downloaded bit-set v0.5.3
11162024-10-18T20:38:43.426Z Downloaded bb8 v0.8.5
11172024-10-18T20:38:43.426Z Downloaded atomic-waker v1.1.2
11182024-10-18T20:38:43.426Z Downloaded async-stream v0.3.6
11192024-10-18T20:38:43.426Z Downloaded async-bb8-diesel v0.2.1
11202024-10-18T20:38:43.426Z Downloaded ascii-canvas v3.0.0
11212024-10-18T20:38:43.426Z Downloaded argon2 v0.5.3
11222024-10-18T20:38:43.426Z Downloaded adler2 v2.0.0
11232024-10-18T20:38:43.574Z Compiling serde v1.0.210
11242024-10-18T20:38:43.598Z Compiling typenum v1.17.0
11252024-10-18T20:38:43.598Z Compiling lock_api v0.4.12
11262024-10-18T20:38:43.598Z Compiling generic-array v0.14.7
11272024-10-18T20:38:43.598Z Compiling scopeguard v1.2.0
11282024-10-18T20:38:43.598Z Compiling subtle v2.6.1
11292024-10-18T20:38:43.598Z Compiling syn v2.0.79
11302024-10-18T20:38:43.598Z Compiling getrandom v0.2.15
11312024-10-18T20:38:43.855Z Compiling value-bag v1.9.0
11322024-10-18T20:38:43.970Z Compiling rand_core v0.6.4
11332024-10-18T20:38:44.100Z Compiling const-oid v0.9.6
11342024-10-18T20:38:44.124Z Compiling pin-project-lite v0.2.14
11352024-10-18T20:38:44.212Z Compiling smallvec v1.13.2
11362024-10-18T20:38:44.251Z Compiling log v0.4.22
11372024-10-18T20:38:44.415Z Compiling jobserver v0.1.32
11382024-10-18T20:38:44.483Z Compiling shlex v1.3.0
11392024-10-18T20:38:44.507Z Compiling parking_lot_core v0.9.10
11402024-10-18T20:38:44.608Z Compiling futures-core v0.3.31
11412024-10-18T20:38:44.853Z Compiling cc v1.1.30
11422024-10-18T20:38:44.877Z Compiling signal-hook-registry v1.4.2
11432024-10-18T20:38:45.239Z Compiling mio v1.0.2
11442024-10-18T20:38:45.612Z Compiling cpufeatures v0.2.14
11452024-10-18T20:38:45.716Z Compiling parking_lot v0.12.3
11462024-10-18T20:38:45.944Z Compiling futures-sink v0.3.31
11472024-10-18T20:38:45.968Z Compiling spin v0.9.8
11482024-10-18T20:38:46.063Z Compiling socket2 v0.5.7
11492024-10-18T20:38:46.110Z Compiling slab v0.4.9
11502024-10-18T20:38:46.333Z Compiling serde_json v1.0.128
11512024-10-18T20:38:46.356Z Compiling futures-channel v0.3.31
11522024-10-18T20:38:46.480Z Compiling allocator-api2 v0.2.18
11532024-10-18T20:38:46.544Z Compiling pin-utils v0.1.0
11542024-10-18T20:38:46.668Z Compiling futures-io v0.3.31
11552024-10-18T20:38:46.810Z Compiling futures-task v0.3.31
11562024-10-18T20:38:46.869Z Compiling tinyvec_macros v0.1.1
11572024-10-18T20:38:46.964Z Compiling foldhash v0.1.3
11582024-10-18T20:38:47.046Z Compiling tinyvec v1.8.0
11592024-10-18T20:38:47.105Z Compiling libm v0.2.8
11602024-10-18T20:38:47.150Z Compiling num-traits v0.2.19
11612024-10-18T20:38:47.196Z Compiling unicode-bidi v0.3.17
11622024-10-18T20:38:47.344Z Compiling hashbrown v0.15.0
11632024-10-18T20:38:47.459Z Compiling base64ct v1.6.0
11642024-10-18T20:38:47.754Z Compiling flagset v0.4.6
11652024-10-18T20:38:47.939Z Compiling pem-rfc7468 v0.7.0
11662024-10-18T20:38:48.063Z Compiling httparse v1.9.5
11672024-10-18T20:38:48.641Z Compiling unicode-normalization v0.1.24
11682024-10-18T20:38:48.691Z Compiling tracing-core v0.1.32
11692024-10-18T20:38:48.725Z Compiling percent-encoding v2.3.1
11702024-10-18T20:38:48.909Z Compiling crossbeam-utils v0.8.20
11712024-10-18T20:38:48.933Z Compiling rustls-pki-types v1.9.0
11722024-10-18T20:38:49.262Z Compiling ring v0.17.8
11732024-10-18T20:38:49.539Z Compiling powerfmt v0.2.0
11742024-10-18T20:38:49.792Z Compiling pkg-config v0.3.31
11752024-10-18T20:38:49.838Z Compiling time-core v0.1.2
11762024-10-18T20:38:49.929Z Compiling num-conv v0.1.0
11772024-10-18T20:38:49.952Z Compiling vcpkg v0.2.15
11782024-10-18T20:38:50.042Z Compiling untrusted v0.9.0
11792024-10-18T20:38:50.080Z Compiling deranged v0.3.11
11802024-10-18T20:38:50.250Z Compiling time-macros v0.2.18
11812024-10-18T20:38:50.520Z Compiling num_threads v0.1.7
11822024-10-18T20:38:50.652Z Compiling atomic-waker v1.1.2
11832024-10-18T20:38:50.831Z Compiling form_urlencoded v1.2.1
11842024-10-18T20:38:51.140Z Compiling slog v2.7.0
11852024-10-18T20:38:51.279Z Compiling rustix v0.38.37
11862024-10-18T20:38:51.405Z Compiling try-lock v0.2.5
11872024-10-18T20:38:51.556Z Compiling want v0.3.1
11882024-10-18T20:38:51.696Z Compiling httpdate v1.0.3
11892024-10-18T20:38:51.815Z Compiling idna v0.5.0
11902024-10-18T20:38:51.930Z Compiling openssl-sys v0.9.103
11912024-10-18T20:38:52.121Z Compiling iana-time-zone v0.1.61
11922024-10-18T20:38:52.145Z Compiling rustversion v1.0.17
11932024-10-18T20:38:52.517Z Compiling tower-service v0.3.3
11942024-10-18T20:38:52.572Z Compiling foreign-types-shared v0.1.1
11952024-10-18T20:38:52.645Z Compiling match_cfg v0.1.0
11962024-10-18T20:38:52.689Z Compiling base64 v0.22.1
11972024-10-18T20:38:52.759Z Compiling openssl v0.10.66
11982024-10-18T20:38:52.915Z Compiling hostname v0.3.1
11992024-10-18T20:38:53.064Z Compiling time v0.3.36
12002024-10-18T20:38:53.189Z Compiling foreign-types v0.3.2
12012024-10-18T20:38:53.223Z Compiling url v2.5.2
12022024-10-18T20:38:53.247Z Compiling dirs-sys-next v0.1.2
12032024-10-18T20:38:53.305Z Compiling aho-corasick v1.1.3
12042024-10-18T20:38:53.434Z Compiling data-encoding v2.6.0
12052024-10-18T20:38:53.889Z Compiling siphasher v0.3.11
12062024-10-18T20:38:54.261Z Compiling native-tls v0.2.12
12072024-10-18T20:38:54.345Z Compiling regex-syntax v0.8.5
12082024-10-18T20:38:54.575Z Compiling adler2 v2.0.0
12092024-10-18T20:38:54.766Z Compiling rustls v0.23.14
12102024-10-18T20:38:54.964Z Compiling rustls v0.22.4
12112024-10-18T20:38:55.007Z Compiling syn v1.0.109
12122024-10-18T20:38:55.285Z Compiling miniz_oxide v0.8.0
12132024-10-18T20:38:55.636Z Compiling dirs-next v2.0.0
12142024-10-18T20:38:55.821Z Compiling serde_derive_internals v0.29.1
12152024-10-18T20:38:56.659Z Compiling crossbeam-epoch v0.9.18
12162024-10-18T20:38:57.122Z Compiling lazy_static v1.5.0
12172024-10-18T20:38:57.239Z Compiling thread_local v1.1.8
12182024-10-18T20:38:57.396Z Compiling multer v3.1.0
12192024-10-18T20:38:57.444Z Compiling serde_derive v1.0.210
12202024-10-18T20:38:57.666Z Compiling zeroize_derive v1.4.2
12212024-10-18T20:38:57.827Z Compiling zerocopy-derive v0.7.35
12222024-10-18T20:38:57.879Z Compiling tokio-macros v2.4.0
12232024-10-18T20:38:58.213Z Compiling thiserror-impl v1.0.64
12242024-10-18T20:38:58.417Z Compiling futures-macro v0.3.31
12252024-10-18T20:38:59.105Z Compiling der_derive v0.7.3
12262024-10-18T20:38:59.156Z Compiling zeroize v1.8.1
12272024-10-18T20:38:59.527Z Compiling tracing-attributes v0.1.27
12282024-10-18T20:38:59.872Z Compiling zerocopy v0.7.35
12292024-10-18T20:39:00.216Z Compiling futures-util v0.3.31
12302024-10-18T20:39:00.493Z Compiling scroll_derive v0.12.0
12312024-10-18T20:39:00.755Z Compiling crypto-common v0.1.6
12322024-10-18T20:39:00.994Z Compiling block-buffer v0.10.4
12332024-10-18T20:39:01.260Z Compiling digest v0.10.7
12342024-10-18T20:39:01.356Z Compiling thiserror v1.0.64
12352024-10-18T20:39:01.418Z Compiling block-padding v0.3.3
12362024-10-18T20:39:01.452Z Compiling ppv-lite86 v0.2.20
12372024-10-18T20:39:01.506Z Compiling der v0.7.9
12382024-10-18T20:39:01.673Z Compiling hmac v0.12.1
12392024-10-18T20:39:01.735Z Compiling inout v0.1.3
12402024-10-18T20:39:01.846Z Compiling sha2 v0.10.8
12412024-10-18T20:39:01.902Z Compiling pbkdf2 v0.12.2
12422024-10-18T20:39:01.997Z Compiling cipher v0.4.4
12432024-10-18T20:39:02.080Z Compiling pest v2.7.14
12442024-10-18T20:39:02.224Z Compiling rand_chacha v0.3.1
12452024-10-18T20:39:02.475Z Compiling salsa20 v0.10.2
12462024-10-18T20:39:02.700Z Compiling rand v0.8.5
12472024-10-18T20:39:03.031Z Compiling tracing v0.1.40
12482024-10-18T20:39:03.557Z Compiling spki v0.7.3
12492024-10-18T20:39:03.974Z Compiling scrypt v0.11.0
12502024-10-18T20:39:04.304Z Compiling cbc v0.1.2
12512024-10-18T20:39:04.523Z Compiling aes v0.8.4
12522024-10-18T20:39:04.546Z Compiling scroll v0.12.0
12532024-10-18T20:39:04.685Z Compiling pest_meta v2.7.14
12542024-10-18T20:39:04.744Z Compiling rustls-webpki v0.102.8
12552024-10-18T20:39:04.991Z Compiling openssl-macros v0.1.1
12562024-10-18T20:39:05.116Z Compiling goblin v0.8.2
12572024-10-18T20:39:05.144Z Compiling async-trait v0.1.83
12582024-10-18T20:39:05.739Z Compiling pkcs5 v0.7.1
12592024-10-18T20:39:06.047Z Compiling pest_generator v2.7.14
12602024-10-18T20:39:06.712Z Compiling pkcs8 v0.10.2
12612024-10-18T20:39:06.810Z Compiling signature v2.2.0
12622024-10-18T20:39:06.998Z Compiling sha1 v0.10.6
12632024-10-18T20:39:07.093Z Compiling regex-automata v0.4.8
12642024-10-18T20:39:07.377Z Compiling cookie v0.18.1
12652024-10-18T20:39:07.410Z Compiling encoding_rs v0.8.34
12662024-10-18T20:39:07.650Z Compiling either v1.13.0
12672024-10-18T20:39:07.672Z Compiling gimli v0.31.1
12682024-10-18T20:39:07.843Z Compiling ipnet v2.10.1
12692024-10-18T20:39:08.033Z Compiling mime v0.3.17
12702024-10-18T20:39:08.579Z Compiling schemars v0.8.21
12712024-10-18T20:39:08.925Z Compiling rayon-core v1.12.1
12722024-10-18T20:39:08.952Z Compiling openssl-probe v0.1.5
12732024-10-18T20:39:09.197Z Compiling signal-hook v0.3.17
12742024-10-18T20:39:09.233Z Compiling pest_derive v2.7.14
12752024-10-18T20:39:09.284Z Compiling slog-async v2.8.0
12762024-10-18T20:39:09.449Z Compiling paste v1.0.15
12772024-10-18T20:39:09.784Z Compiling unicode-properties v0.1.3
12782024-10-18T20:39:10.099Z Compiling dtrace-parser v0.2.0
12792024-10-18T20:39:10.144Z Compiling stringprep v0.1.5
12802024-10-18T20:39:10.224Z Compiling bytes v1.7.2
12812024-10-18T20:39:11.144Z Compiling tokio v1.40.0
12822024-10-18T20:39:11.335Z Compiling indexmap v2.6.0
12832024-10-18T20:39:11.371Z Compiling http v1.1.0
12842024-10-18T20:39:12.001Z Compiling bitflags v2.6.0
12852024-10-18T20:39:12.219Z Compiling semver v1.0.23
12862024-10-18T20:39:12.678Z Compiling rustc_version v0.4.1
12872024-10-18T20:39:12.966Z Compiling http-body v1.0.1
12882024-10-18T20:39:13.189Z Compiling dof v0.3.0
12892024-10-18T20:39:13.345Z Compiling toml_datetime v0.6.8
12902024-10-18T20:39:13.436Z Compiling serde_tokenstream v0.2.2
12912024-10-18T20:39:13.775Z Compiling serde_spanned v0.6.8
12922024-10-18T20:39:13.809Z Compiling uuid v1.10.0
12932024-10-18T20:39:14.002Z Compiling usdt-impl v0.5.0
12942024-10-18T20:39:14.026Z Compiling chrono v0.4.38
12952024-10-18T20:39:14.619Z Compiling heapless v0.7.17
12962024-10-18T20:39:15.007Z Compiling http-body-util v0.1.2
12972024-10-18T20:39:15.280Z Compiling toml_edit v0.22.22
12982024-10-18T20:39:15.492Z Compiling usdt-attr-macro v0.5.0
12992024-10-18T20:39:15.516Z Compiling usdt-macro v0.5.0
13002024-10-18T20:39:17.053Z Compiling curve25519-dalek v4.1.3
13012024-10-18T20:39:17.206Z Compiling slog-json v2.6.1
13022024-10-18T20:39:17.292Z Compiling addr2line v0.24.2
13032024-10-18T20:39:17.467Z Compiling serde_urlencoded v0.7.1
13042024-10-18T20:39:18.008Z Compiling futures-executor v0.3.31
13052024-10-18T20:39:18.032Z Compiling md-5 v0.10.6
13062024-10-18T20:39:18.301Z Compiling schemars_derive v0.8.21
13072024-10-18T20:39:18.667Z Compiling enum-as-inner v0.6.1
13082024-10-18T20:39:18.822Z Compiling tokio-util v0.7.12
13092024-10-18T20:39:19.597Z Compiling async-stream-impl v0.3.6
13102024-10-18T20:39:20.022Z Compiling h2 v0.4.6
13112024-10-18T20:39:21.296Z Compiling crossbeam-deque v0.8.5
13122024-10-18T20:39:21.440Z Compiling term v0.7.0
13132024-10-18T20:39:22.849Z Compiling crossbeam-channel v0.5.13
13142024-10-18T20:39:22.962Z Compiling num-integer v0.1.46
13152024-10-18T20:39:23.053Z Compiling idna v0.4.0
13162024-10-18T20:39:23.671Z Compiling idna v0.3.0
13172024-10-18T20:39:23.856Z Compiling rustls-pemfile v2.2.0
13182024-10-18T20:39:24.181Z Compiling ff v0.13.0
13192024-10-18T20:39:24.399Z Compiling hash32 v0.2.1
13202024-10-18T20:39:24.486Z Compiling is-terminal v0.4.13
13212024-10-18T20:39:24.605Z Compiling object v0.36.5
13222024-10-18T20:39:24.741Z Compiling dropshot v0.12.0
13232024-10-18T20:39:24.999Z Compiling utf-8 v0.7.6
13242024-10-18T20:39:25.145Z Compiling dyn-clone v1.0.17
13252024-10-18T20:39:25.221Z Compiling fallible-iterator v0.2.0
13262024-10-18T20:39:25.366Z Compiling take_mut v0.2.2
13272024-10-18T20:39:25.389Z Compiling rustc-demangle v0.1.24
13282024-10-18T20:39:25.516Z Compiling linked-hash-map v0.5.6
13292024-10-18T20:39:25.867Z Compiling portable-atomic v1.9.0
13302024-10-18T20:39:25.891Z Compiling stable_deref_trait v1.2.0
13312024-10-18T20:39:25.998Z Compiling num-bigint-dig v0.8.4
13322024-10-18T20:39:26.280Z Compiling psl-types v2.0.11
13332024-10-18T20:39:26.304Z Compiling hyper v1.4.1
13342024-10-18T20:39:26.471Z Compiling base16ct v0.2.0
13352024-10-18T20:39:26.782Z Compiling anyhow v1.0.89
13362024-10-18T20:39:26.851Z Compiling quick-error v1.2.3
13372024-10-18T20:39:26.875Z Compiling smoltcp v0.9.1
13382024-10-18T20:39:26.996Z Compiling resolv-conf v0.7.0
13392024-10-18T20:39:27.610Z Compiling sec1 v0.7.3
13402024-10-18T20:39:27.639Z Compiling publicsuffix v2.2.3
13412024-10-18T20:39:27.892Z Compiling lru-cache v0.1.2
13422024-10-18T20:39:28.070Z Compiling postgres-protocol v0.6.7
13432024-10-18T20:39:28.979Z Compiling hyper-util v0.1.9
13442024-10-18T20:39:29.330Z Compiling tungstenite v0.24.0
13452024-10-18T20:39:29.775Z Compiling slog-term v2.9.1
13462024-10-18T20:39:30.281Z Compiling usdt v0.5.0
13472024-10-18T20:39:30.527Z Compiling group v0.13.0
13482024-10-18T20:39:30.746Z Compiling hickory-proto v0.24.1
13492024-10-18T20:39:30.833Z Compiling num-iter v0.1.45
13502024-10-18T20:39:30.974Z Compiling tokio-rustls v0.26.0
13512024-10-18T20:39:31.013Z Compiling tokio-rustls v0.25.0
13522024-10-18T20:39:31.379Z Compiling backtrace v0.3.74
13532024-10-18T20:39:31.492Z Compiling tokio-native-tls v0.3.1
13542024-10-18T20:39:31.778Z Compiling async-stream v0.3.6
13552024-10-18T20:39:31.902Z Compiling toml v0.8.19
13562024-10-18T20:39:32.082Z Compiling futures v0.3.31
13572024-10-18T20:39:32.880Z Compiling camino v1.1.9
13582024-10-18T20:39:32.971Z Compiling slog-bunyan v2.5.0
13592024-10-18T20:39:33.087Z Compiling terminal_size v0.4.0
13602024-10-18T20:39:33.166Z Compiling dropshot_endpoint v0.12.0
13612024-10-18T20:39:33.278Z Compiling openapiv3 v2.0.0
13622024-10-18T20:39:33.470Z Compiling serde_path_to_error v0.1.16
13632024-10-18T20:39:34.186Z Compiling hkdf v0.12.4
13642024-10-18T20:39:34.229Z Compiling crypto-bigint v0.5.5
13652024-10-18T20:39:34.434Z Compiling zerocopy-derive v0.6.6
13662024-10-18T20:39:34.520Z Compiling hubpack_derive v0.1.1
13672024-10-18T20:39:34.695Z Compiling curve25519-dalek-derive v0.1.1
13682024-10-18T20:39:34.896Z Compiling phf_shared v0.11.2
13692024-10-18T20:39:35.275Z Compiling waitgroup v0.1.2
13702024-10-18T20:39:35.384Z Compiling webpki-roots v0.26.6
13712024-10-18T20:39:35.493Z Compiling hostname v0.4.0
13722024-10-18T20:39:35.585Z Compiling ahash v0.8.11
13732024-10-18T20:39:35.734Z Compiling fs-err v2.11.0
13742024-10-18T20:39:35.894Z Compiling bitflags v1.3.2
13752024-10-18T20:39:36.002Z Compiling winnow v0.5.40
13762024-10-18T20:39:36.031Z Compiling debug-ignore v1.0.5
13772024-10-18T20:39:36.058Z Compiling managed v0.8.0
13782024-10-18T20:39:36.178Z Compiling clap_builder v4.5.20
13792024-10-18T20:39:36.420Z Compiling zerocopy v0.6.6
13802024-10-18T20:39:37.094Z Compiling elliptic-curve v0.13.8
13812024-10-18T20:39:37.174Z Compiling strum_macros v0.25.3
13822024-10-18T20:39:38.414Z Compiling console v0.15.8
13832024-10-18T20:39:39.398Z Compiling toml_edit v0.19.15
13842024-10-18T20:39:39.809Z Compiling hickory-resolver v0.24.1
13852024-10-18T20:39:39.832Z Compiling hyper-rustls v0.27.3
13862024-10-18T20:39:40.240Z Compiling hubpack v0.1.2
13872024-10-18T20:39:40.467Z Compiling phf v0.11.2
13882024-10-18T20:39:40.656Z Compiling signal-hook-mio v0.2.4
13892024-10-18T20:39:40.743Z Compiling cookie_store v0.21.0
13902024-10-18T20:39:40.818Z Compiling rayon v1.10.0
13912024-10-18T20:39:41.692Z Compiling hyper-tls v0.6.0
13922024-10-18T20:39:42.118Z Compiling tokio-tungstenite v0.24.0
13932024-10-18T20:39:42.676Z Compiling postgres-types v0.2.8
13942024-10-18T20:39:44.564Z Compiling tokio-stream v0.1.16
13952024-10-18T20:39:44.828Z Compiling bstr v1.10.0
13962024-10-18T20:39:45.190Z Compiling regex v1.11.0
13972024-10-18T20:39:45.252Z Compiling serde-big-array v0.5.1
13982024-10-18T20:39:45.471Z Compiling ed25519 v2.2.3
13992024-10-18T20:39:45.509Z Compiling pkcs1 v0.7.5
14002024-10-18T20:39:45.991Z Compiling rfc6979 v0.4.0
14012024-10-18T20:39:46.167Z Compiling clap_derive v4.5.18
14022024-10-18T20:39:46.191Z Compiling serde_repr v0.1.19
14032024-10-18T20:39:46.233Z Compiling derive-where v1.2.7
14042024-10-18T20:39:46.375Z Compiling phf_shared v0.10.0
14052024-10-18T20:39:46.443Z Compiling float-cmp v0.9.0
14062024-10-18T20:39:46.617Z Compiling sync_wrapper v1.0.1
14072024-10-18T20:39:46.679Z Compiling crc32fast v1.4.2
14082024-10-18T20:39:46.742Z Compiling minimal-lexical v0.2.1
14092024-10-18T20:39:46.765Z Compiling predicates-core v1.0.8
14102024-10-18T20:39:47.001Z Compiling difflib v0.4.0
14112024-10-18T20:39:47.105Z Compiling static_assertions v1.1.0
14122024-10-18T20:39:47.207Z Compiling unicode-segmentation v1.12.0
14132024-10-18T20:39:47.233Z Compiling fixedbitset v0.4.2
14142024-10-18T20:39:47.256Z Compiling whoami v1.5.2
14152024-10-18T20:39:47.256Z Compiling normalize-line-endings v0.3.0
14162024-10-18T20:39:47.405Z Compiling precomputed-hash v0.1.1
14172024-10-18T20:39:47.524Z Compiling new_debug_unreachable v1.0.6
14182024-10-18T20:39:47.624Z Compiling number_prefix v0.4.0
14192024-10-18T20:39:47.676Z Compiling bit-vec v0.6.3
14202024-10-18T20:39:47.849Z Compiling indicatif v0.17.8
14212024-10-18T20:39:47.873Z Compiling similar v2.6.0
14222024-10-18T20:39:48.051Z Compiling bit-set v0.5.3
14232024-10-18T20:39:48.151Z Compiling string_cache v0.8.7
14242024-10-18T20:39:48.305Z Compiling tokio-postgres v0.7.12
14252024-10-18T20:39:48.455Z Compiling petgraph v0.6.5
14262024-10-18T20:39:48.585Z Compiling predicates v3.1.2
14272024-10-18T20:39:49.420Z Compiling qorb v0.1.2
14282024-10-18T20:39:49.837Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14292024-10-18T20:39:50.014Z Compiling nom v7.1.3
14302024-10-18T20:39:50.227Z Compiling flate2 v1.0.34
14312024-10-18T20:39:50.532Z Compiling clap v4.5.20
14322024-10-18T20:39:50.649Z Compiling reqwest v0.12.8
14332024-10-18T20:39:51.101Z Compiling ecdsa v0.16.9
14342024-10-18T20:39:51.886Z Compiling rsa v0.9.6
14352024-10-18T20:39:52.121Z Compiling ed25519-dalek v2.1.1
14362024-10-18T20:39:53.331Z Compiling toml v0.7.8
14372024-10-18T20:39:53.401Z Compiling crossterm v0.28.1
14382024-10-18T20:39:54.893Z Compiling hex v0.4.3
14392024-10-18T20:39:54.965Z Compiling itertools v0.12.1
14402024-10-18T20:39:55.003Z Compiling itertools v0.10.5
14412024-10-18T20:39:55.455Z Compiling x509-cert v0.2.5
14422024-10-18T20:39:55.496Z Compiling unicode-xid v0.2.6
14432024-10-18T20:39:55.669Z Compiling lalrpop-util v0.19.12
14442024-10-18T20:39:56.008Z Compiling peg-runtime v0.8.3
14452024-10-18T20:39:56.101Z Compiling xattr v1.3.1
14462024-10-18T20:39:56.363Z Compiling strum_macros v0.26.4
14472024-10-18T20:39:56.657Z Compiling filetime v0.2.25
14482024-10-18T20:39:56.935Z Compiling tar v0.4.42
14492024-10-18T20:39:59.996Z Compiling strum v0.26.3
14502024-10-18T20:40:00.138Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14512024-10-18T20:40:00.530Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14522024-10-18T20:40:07.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14532024-10-18T20:40:07.846Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14542024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: Clickhouse
14552024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: Cockroach
14562024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: Console
14572024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: DendriteOpenapi
14582024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: DendriteStub
14592024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: MaghemiteMgd
14602024-10-18T20:40:07.924ZOct 18 20:40:07.350 INFO Starting download, target: TransceiverControl
14612024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14622024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14632024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14642024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14652024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14662024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14672024-10-18T20:40:07.948ZOct 18 20:40:07.352 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14682024-10-18T20:40:08.547ZOct 18 20:40:07.971 INFO Download complete, target: DendriteOpenapi
14692024-10-18T20:40:08.659ZOct 18 20:40:08.083 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14702024-10-18T20:40:09.079ZOct 18 20:40:08.504 INFO Download complete, target: Console
14712024-10-18T20:40:09.962ZOct 18 20:40:09.388 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14722024-10-18T20:40:10.186ZOct 18 20:40:09.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14732024-10-18T20:40:10.302ZOct 18 20:40:09.728 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14742024-10-18T20:40:10.958ZOct 18 20:40:10.384 INFO Download complete, target: TransceiverControl
14752024-10-18T20:40:14.703ZOct 18 20:40:14.129 INFO Download complete, target: DendriteStub
14762024-10-18T20:40:14.727ZOct 18 20:40:14.149 INFO Download complete, target: MaghemiteMgd
14772024-10-18T20:40:17.319ZOct 18 20:40:16.745 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14782024-10-18T20:40:17.319ZOct 18 20:40:16.746 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14792024-10-18T20:40:21.309ZOct 18 20:40:20.736 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14802024-10-18T20:40:26.802ZOct 18 20:40:26.228 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14812024-10-18T20:40:27.257ZOct 18 20:40:26.683 INFO Checking that binary works, target: Cockroach
14822024-10-18T20:40:27.558ZOct 18 20:40:26.984 INFO Download complete, target: Cockroach
14832024-10-18T20:40:37.828ZOct 18 20:40:37.255 INFO Checking that binary works, target: Clickhouse
14842024-10-18T20:40:38.047ZOct 18 20:40:37.473 INFO Download complete, target: Clickhouse
14852024-10-18T20:40:38.074ZAll builder prerequisites installed successfully, and PATH looks valid
14862024-10-18T20:40:38.097Z
14872024-10-18T20:40:38.097Zreal 4:19.241654652
14882024-10-18T20:40:38.097Zuser 12:19.326681300
14892024-10-18T20:40:38.097Zsys 2:47.653988779
14902024-10-18T20:40:38.098Ztrap 0.441538087
14912024-10-18T20:40:38.098Ztflt 0.675776036
14922024-10-18T20:40:38.098Zdflt 1.704914988
14932024-10-18T20:40:38.098Zkflt 0.009326636
14942024-10-18T20:40:38.098Zlock 26:33.533637674
14952024-10-18T20:40:38.098Zslp 46:14.539593097
14962024-10-18T20:40:38.098Zlat 54.144888502
14972024-10-18T20:40:38.098Zstop 2:14.218779437
14982024-10-18T20:40:38.098Z+ banner hack-check
14992024-10-18T20:40:38.098Z
15002024-10-18T20:40:38.098Z # # ## #### # # #### # # ###### #### # #
15012024-10-18T20:40:38.098Z # # # # # # # # # # # # # # # # #
15022024-10-18T20:40:38.098Z ###### # # # #### ##### # ###### ##### # ####
15032024-10-18T20:40:38.098Z # # ###### # # # # # # # # # #
15042024-10-18T20:40:38.098Z # # # # # # # # # # # # # # # # #
15052024-10-18T20:40:38.098Z # # # # #### # # #### # # ###### #### # #
15062024-10-18T20:40:38.098Z
15072024-10-18T20:40:38.098Z+ export CARGO_INCREMENTAL=0
15082024-10-18T20:40:38.098Z+ CARGO_INCREMENTAL=0
15092024-10-18T20:40:38.098Z+ ptime -m timeout 2h cargo xtask check-features --ci
15102024-10-18T20:40:38.952Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15112024-10-18T20:40:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s
15122024-10-18T20:40:44.117Z Running `target/debug/xtask check-features --ci`
15132024-10-18T20:40:44.150Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15142024-10-18T20:40:44.150Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15152024-10-18T20:40:44.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15162024-10-18T20:40:44.983Z Running `target/debug/xtask download cargo-hack`
15172024-10-18T20:40:46.346Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15182024-10-18T20:40:46.714Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15192024-10-18T20:40:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.89s
15202024-10-18T20:40:53.037Z Running `target/debug/xtask-downloader cargo-hack`
15212024-10-18T20:40:53.087ZOct 18 20:40:52.513 INFO Starting download, target: CargoHack
15222024-10-18T20:40:53.110ZOct 18 20:40:52.515 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15232024-10-18T20:40:53.681ZOct 18 20:40:53.107 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15242024-10-18T20:40:53.802ZOct 18 20:40:53.229 INFO Download complete, target: CargoHack
15252024-10-18T20:40:53.825Zrunning: "/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"
15262024-10-18T20:40:53.849Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15272024-10-18T20:40:54.053Zinfo: running `cargo check --bins` on api_identity (1/166)
15282024-10-18T20:40:54.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-10-18T20:40:54.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-10-18T20:40:54.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-10-18T20:40:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15322024-10-18T20:40:54.910Z
15332024-10-18T20:40:54.910Zinfo: running `cargo check --bins` on bootstore (2/166)
15342024-10-18T20:40:55.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-10-18T20:40:55.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-10-18T20:40:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-10-18T20:40:55.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15382024-10-18T20:40:55.797Z
15392024-10-18T20:40:55.797Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15402024-10-18T20:40:56.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-10-18T20:40:56.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-10-18T20:40:56.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-10-18T20:40:56.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15442024-10-18T20:40:56.659Z
15452024-10-18T20:40:56.659Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15462024-10-18T20:40:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-10-18T20:40:57.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-10-18T20:40:57.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-10-18T20:40:57.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15502024-10-18T20:40:57.540Z
15512024-10-18T20:40:57.540Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15522024-10-18T20:40:58.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-10-18T20:40:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-10-18T20:40:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-10-18T20:40:58.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15562024-10-18T20:40:58.192Z
15572024-10-18T20:40:58.192Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15582024-10-18T20:40:58.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-10-18T20:40:58.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-10-18T20:40:58.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-10-18T20:40:58.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15622024-10-18T20:40:58.841Z
15632024-10-18T20:40:58.841Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15642024-10-18T20:40:59.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-10-18T20:40:59.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-10-18T20:40:59.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-10-18T20:40:59.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15682024-10-18T20:40:59.471Z
15692024-10-18T20:40:59.471Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15702024-10-18T20:41:00.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-10-18T20:41:00.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-10-18T20:41:00.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-10-18T20:41:00.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15742024-10-18T20:41:00.120Z
15752024-10-18T20:41:00.120Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15762024-10-18T20:41:00.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-10-18T20:41:00.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-10-18T20:41:00.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-10-18T20:41:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15802024-10-18T20:41:00.770Z
15812024-10-18T20:41:00.770Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15822024-10-18T20:41:01.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-10-18T20:41:01.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-10-18T20:41:01.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-10-18T20:41:01.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15862024-10-18T20:41:01.409Z
15872024-10-18T20:41:01.409Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15882024-10-18T20:41:01.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-10-18T20:41:01.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-10-18T20:41:01.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-10-18T20:41:01.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15922024-10-18T20:41:02.027Z
15932024-10-18T20:41:02.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15942024-10-18T20:41:02.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-10-18T20:41:02.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-10-18T20:41:02.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-10-18T20:41:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15982024-10-18T20:41:02.683Z
15992024-10-18T20:41:02.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16002024-10-18T20:41:03.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-10-18T20:41:03.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-10-18T20:41:03.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-10-18T20:41:03.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16042024-10-18T20:41:03.345Z
16052024-10-18T20:41:03.345Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16062024-10-18T20:41:03.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-10-18T20:41:03.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-10-18T20:41:03.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-10-18T20:41:03.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16102024-10-18T20:41:03.956Z
16112024-10-18T20:41:03.956Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16122024-10-18T20:41:04.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-10-18T20:41:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-10-18T20:41:04.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-10-18T20:41:04.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16162024-10-18T20:41:04.579Z
16172024-10-18T20:41:04.579Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16182024-10-18T20:41:05.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-10-18T20:41:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-10-18T20:41:05.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-10-18T20:41:05.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16222024-10-18T20:41:05.203Z
16232024-10-18T20:41:05.203Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16242024-10-18T20:41:05.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-10-18T20:41:05.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-10-18T20:41:05.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-10-18T20:41:05.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16282024-10-18T20:41:05.815Z
16292024-10-18T20:41:05.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16302024-10-18T20:41:06.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-10-18T20:41:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-10-18T20:41:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-10-18T20:41:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16342024-10-18T20:41:06.464Z
16352024-10-18T20:41:06.464Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16362024-10-18T20:41:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-10-18T20:41:07.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-10-18T20:41:07.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-10-18T20:41:07.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16402024-10-18T20:41:07.117Z
16412024-10-18T20:41:07.117Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16422024-10-18T20:41:07.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-10-18T20:41:07.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-10-18T20:41:07.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-10-18T20:41:07.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16462024-10-18T20:41:07.768Z
16472024-10-18T20:41:07.768Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16482024-10-18T20:41:08.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-10-18T20:41:08.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-10-18T20:41:08.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-10-18T20:41:08.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16522024-10-18T20:41:08.383Z
16532024-10-18T20:41:08.383Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16542024-10-18T20:41:08.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-10-18T20:41:08.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-10-18T20:41:08.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-10-18T20:41:08.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16582024-10-18T20:41:09.008Z
16592024-10-18T20:41:09.008Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16602024-10-18T20:41:09.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-10-18T20:41:09.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-10-18T20:41:09.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-10-18T20:41:09.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16642024-10-18T20:41:09.619Z
16652024-10-18T20:41:09.619Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16662024-10-18T20:41:10.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-10-18T20:41:10.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-10-18T20:41:10.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-10-18T20:41:10.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16702024-10-18T20:41:10.293Z
16712024-10-18T20:41:10.293Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16722024-10-18T20:41:11.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-10-18T20:41:11.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-10-18T20:41:11.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-10-18T20:41:11.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16762024-10-18T20:41:11.206Z
16772024-10-18T20:41:11.206Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16782024-10-18T20:41:12.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-10-18T20:41:12.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-10-18T20:41:12.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-10-18T20:41:12.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16822024-10-18T20:41:12.114Z
16832024-10-18T20:41:12.114Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16842024-10-18T20:41:12.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-10-18T20:41:12.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-10-18T20:41:12.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-10-18T20:41:12.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16882024-10-18T20:41:13.015Z
16892024-10-18T20:41:13.015Zinfo: running `cargo check --bins` on oxlog (28/166)
16902024-10-18T20:41:13.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-10-18T20:41:13.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-10-18T20:41:13.892Z Checking cfg-if v1.0.0
16932024-10-18T20:41:13.915Z Checking libc v0.2.161
16942024-10-18T20:41:13.939Z Checking serde v1.0.210
16952024-10-18T20:41:13.939Z Checking zeroize v1.8.1
16962024-10-18T20:41:13.962Z Checking memchr v2.7.4
16972024-10-18T20:41:13.985Z Checking typenum v1.17.0
16982024-10-18T20:41:13.985Z Checking scopeguard v1.2.0
16992024-10-18T20:41:14.008Z Checking subtle v2.6.1
17002024-10-18T20:41:14.030Z Checking value-bag v1.9.0
17012024-10-18T20:41:14.129Z Checking lock_api v0.4.12
17022024-10-18T20:41:14.185Z Checking itoa v1.0.11
17032024-10-18T20:41:14.251Z Checking const-oid v0.9.6
17042024-10-18T20:41:14.380Z Checking pin-project-lite v0.2.14
17052024-10-18T20:41:14.403Z Checking log v0.4.22
17062024-10-18T20:41:14.490Z Checking smallvec v1.13.2
17072024-10-18T20:41:14.513Z Checking byteorder v1.5.0
17082024-10-18T20:41:14.721Z Checking futures-core v0.3.31
17092024-10-18T20:41:14.804Z Checking once_cell v1.20.2
17102024-10-18T20:41:14.864Z Checking cpufeatures v0.2.14
17112024-10-18T20:41:14.888Z Checking futures-sink v0.3.31
17122024-10-18T20:41:14.911Z Checking getrandom v0.2.15
17132024-10-18T20:41:14.911Z Checking signal-hook-registry v1.4.2
17142024-10-18T20:41:14.959Z Checking parking_lot_core v0.9.10
17152024-10-18T20:41:15.016Z Checking mio v1.0.2
17162024-10-18T20:41:15.038Z Checking generic-array v0.14.7
17172024-10-18T20:41:15.061Z Checking socket2 v0.5.7
17182024-10-18T20:41:15.111Z Checking rand_core v0.6.4
17192024-10-18T20:41:15.147Z Checking spin v0.9.8
17202024-10-18T20:41:15.243Z Checking parking_lot v0.12.3
17212024-10-18T20:41:15.364Z Checking zerocopy v0.7.35
17222024-10-18T20:41:15.466Z Checking slab v0.4.9
17232024-10-18T20:41:15.489Z Checking futures-channel v0.3.31
17242024-10-18T20:41:15.514Z Checking futures-task v0.3.31
17252024-10-18T20:41:15.537Z Checking allocator-api2 v0.2.18
17262024-10-18T20:41:15.701Z Checking pin-utils v0.1.0
17272024-10-18T20:41:15.724Z Checking foldhash v0.1.3
17282024-10-18T20:41:15.747Z Checking futures-io v0.3.31
17292024-10-18T20:41:15.787Z Checking tinyvec_macros v0.1.1
17302024-10-18T20:41:15.811Z Checking equivalent v1.0.1
17312024-10-18T20:41:15.872Z Checking tinyvec v1.8.0
17322024-10-18T20:41:15.895Z Checking futures-util v0.3.31
17332024-10-18T20:41:15.918Z Checking ryu v1.0.18
17342024-10-18T20:41:15.918Z Checking fnv v1.0.7
17352024-10-18T20:41:16.004Z Checking crypto-common v0.1.6
17362024-10-18T20:41:16.048Z Checking block-buffer v0.10.4
17372024-10-18T20:41:16.089Z Checking hashbrown v0.15.0
17382024-10-18T20:41:16.133Z Checking block-padding v0.3.3
17392024-10-18T20:41:16.191Z Checking unicode-bidi v0.3.17
17402024-10-18T20:41:16.243Z Checking digest v0.10.7
17412024-10-18T20:41:16.315Z Checking inout v0.1.3
17422024-10-18T20:41:16.526Z Checking cipher v0.4.4
17432024-10-18T20:41:16.565Z Checking hmac v0.12.1
17442024-10-18T20:41:16.588Z Checking sha2 v0.10.8
17452024-10-18T20:41:16.735Z Checking libm v0.2.8
17462024-10-18T20:41:16.765Z Checking base64ct v1.6.0
17472024-10-18T20:41:16.886Z Checking ppv-lite86 v0.2.20
17482024-10-18T20:41:16.970Z Checking unicode-normalization v0.1.24
17492024-10-18T20:41:17.030Z Checking flagset v0.4.6
17502024-10-18T20:41:17.078Z Checking tracing-core v0.1.32
17512024-10-18T20:41:17.151Z Checking pem-rfc7468 v0.7.0
17522024-10-18T20:41:17.205Z Checking thiserror v1.0.64
17532024-10-18T20:41:17.332Z Checking rustls-pki-types v1.9.0
17542024-10-18T20:41:17.380Z Checking der v0.7.9
17552024-10-18T20:41:17.512Z Checking num-traits v0.2.19
17562024-10-18T20:41:17.537Z Checking rand_chacha v0.3.1
17572024-10-18T20:41:17.664Z Checking percent-encoding v2.3.1
17582024-10-18T20:41:17.772Z Checking tracing v0.1.40
17592024-10-18T20:41:17.825Z Checking salsa20 v0.10.2
17602024-10-18T20:41:17.848Z Checking pbkdf2 v0.12.2
17612024-10-18T20:41:17.883Z Checking rand v0.8.5
17622024-10-18T20:41:17.993Z Checking httparse v1.9.5
17632024-10-18T20:41:18.017Z Checking powerfmt v0.2.0
17642024-10-18T20:41:18.091Z Checking untrusted v0.9.0
17652024-10-18T20:41:18.129Z Checking bytes v1.7.2
17662024-10-18T20:41:18.235Z Checking indexmap v2.6.0
17672024-10-18T20:41:18.259Z Checking serde_json v1.0.128
17682024-10-18T20:41:18.368Z Checking bitflags v2.6.0
17692024-10-18T20:41:18.626Z Checking deranged v0.3.11
17702024-10-18T20:41:18.827Z Checking tokio v1.40.0
17712024-10-18T20:41:18.923Z Checking http v1.1.0
17722024-10-18T20:41:18.947Z Checking spki v0.7.3
17732024-10-18T20:41:18.972Z Checking ring v0.17.8
17742024-10-18T20:41:19.188Z Checking scrypt v0.11.0
17752024-10-18T20:41:19.324Z Checking aes v0.8.4
17762024-10-18T20:41:19.379Z Checking cbc v0.1.2
17772024-10-18T20:41:19.556Z Checking crossbeam-utils v0.8.20
17782024-10-18T20:41:19.664Z Checking atomic-waker v1.1.2
17792024-10-18T20:41:19.784Z Checking time-core v0.1.2
17802024-10-18T20:41:19.918Z Checking num-conv v0.1.0
17812024-10-18T20:41:20.127Z Checking num_threads v0.1.7
17822024-10-18T20:41:20.151Z Checking http-body v1.0.1
17832024-10-18T20:41:20.151Z Checking pkcs5 v0.7.1
17842024-10-18T20:41:20.180Z Checking form_urlencoded v1.2.1
17852024-10-18T20:41:20.206Z Checking try-lock v0.2.5
17862024-10-18T20:41:20.239Z Checking time v0.3.36
17872024-10-18T20:41:20.326Z Checking unicode-ident v1.0.13
17882024-10-18T20:41:20.349Z Checking want v0.3.1
17892024-10-18T20:41:20.349Z Checking httpdate v1.0.3
17902024-10-18T20:41:20.376Z Checking uuid v1.10.0
17912024-10-18T20:41:20.477Z Checking proc-macro2 v1.0.87
17922024-10-18T20:41:20.509Z Checking toml_datetime v0.6.8
17932024-10-18T20:41:20.568Z Checking serde_spanned v0.6.8
17942024-10-18T20:41:20.628Z Checking pkcs8 v0.10.2
17952024-10-18T20:41:20.651Z Checking rustls-webpki v0.102.8
17962024-10-18T20:41:20.744Z Checking idna v0.5.0
17972024-10-18T20:41:20.768Z Checking slog v2.7.0
17982024-10-18T20:41:20.901Z Checking scroll v0.12.0
17992024-10-18T20:41:20.925Z Checking tower-service v0.3.3
18002024-10-18T20:41:21.038Z Checking match_cfg v0.1.0
18012024-10-18T20:41:21.073Z Checking foreign-types-shared v0.1.1
18022024-10-18T20:41:21.124Z Checking ucd-trie v0.1.7
18032024-10-18T20:41:21.164Z Checking base64 v0.22.1
18042024-10-18T20:41:21.194Z Checking plain v0.2.3
18052024-10-18T20:41:21.302Z Checking iana-time-zone v0.1.61
18062024-10-18T20:41:21.326Z Checking pest v2.7.14
18072024-10-18T20:41:21.349Z Checking goblin v0.8.2
18082024-10-18T20:41:21.373Z Checking foreign-types v0.3.2
18092024-10-18T20:41:21.419Z Checking url v2.5.2
18102024-10-18T20:41:21.442Z Checking chrono v0.4.38
18112024-10-18T20:41:21.466Z Checking hostname v0.3.1
18122024-10-18T20:41:21.567Z Checking quote v1.0.37
18132024-10-18T20:41:21.591Z Checking openssl-sys v0.9.103
18142024-10-18T20:41:21.867Z Checking errno v0.3.9
18152024-10-18T20:41:22.024Z Checking dirs-sys-next v0.1.2
18162024-10-18T20:41:22.079Z Checking aho-corasick v1.1.3
18172024-10-18T20:41:22.183Z Checking adler2 v2.0.0
18182024-10-18T20:41:22.327Z Checking siphasher v0.3.11
18192024-10-18T20:41:22.350Z Checking data-encoding v2.6.0
18202024-10-18T20:41:22.584Z Checking regex-syntax v0.8.5
18212024-10-18T20:41:22.635Z Checking pretty-hex v0.4.1
18222024-10-18T20:41:22.786Z Checking openssl v0.10.66
18232024-10-18T20:41:22.908Z Checking miniz_oxide v0.8.0
18242024-10-18T20:41:23.171Z Checking dirs-next v2.0.0
18252024-10-18T20:41:23.288Z Checking rustix v0.38.37
18262024-10-18T20:41:23.519Z Checking syn v2.0.79
18272024-10-18T20:41:23.542Z Checking dtrace-parser v0.2.0
18282024-10-18T20:41:23.566Z Checking http-body-util v0.1.2
18292024-10-18T20:41:23.940Z Checking crossbeam-epoch v0.9.18
18302024-10-18T20:41:23.965Z Checking sha1 v0.10.6
18312024-10-18T20:41:24.181Z Checking signature v2.2.0
18322024-10-18T20:41:24.313Z Checking lazy_static v1.5.0
18332024-10-18T20:41:24.363Z Checking thread_local v1.1.8
18342024-10-18T20:41:24.421Z Checking thread-id v4.2.2
18352024-10-18T20:41:24.524Z Checking encoding_rs v0.8.34
18362024-10-18T20:41:24.613Z Checking gimli v0.31.1
18372024-10-18T20:41:25.228Z Checking tokio-util v0.7.12
18382024-10-18T20:41:25.403Z Checking regex-automata v0.4.8
18392024-10-18T20:41:25.642Z Checking dof v0.3.0
18402024-10-18T20:41:26.113Z Checking h2 v0.4.6
18412024-10-18T20:41:26.250Z Checking unicode-properties v0.1.3
18422024-10-18T20:41:26.431Z Checking ipnet v2.10.1
18432024-10-18T20:41:26.540Z Checking openssl-probe v0.1.5
18442024-10-18T20:41:26.577Z Checking anstyle v1.0.8
18452024-10-18T20:41:26.702Z Checking mime v0.3.17
18462024-10-18T20:41:26.845Z Checking winnow v0.6.20
18472024-10-18T20:41:26.924Z Checking either v1.13.0
18482024-10-18T20:41:26.997Z Checking utf8parse v0.2.2
18492024-10-18T20:41:27.132Z Checking anstyle-parse v0.2.5
18502024-10-18T20:41:27.254Z Checking stringprep v0.1.5
18512024-10-18T20:41:27.381Z Checking crossbeam-deque v0.8.5
18522024-10-18T20:41:27.439Z Checking native-tls v0.2.12
18532024-10-18T20:41:27.499Z Checking term v0.7.0
18542024-10-18T20:41:27.655Z Checking slog-json v2.6.1
18552024-10-18T20:41:27.727Z Checking rustls v0.23.14
18562024-10-18T20:41:27.871Z Checking rustls v0.22.4
18572024-10-18T20:41:27.895Z Checking serde_urlencoded v0.7.1
18582024-10-18T20:41:28.001Z Checking addr2line v0.24.2
18592024-10-18T20:41:28.242Z Checking futures-executor v0.3.31
18602024-10-18T20:41:28.432Z Checking crossbeam-channel v0.5.13
18612024-10-18T20:41:28.455Z Checking num-integer v0.1.46
18622024-10-18T20:41:28.855Z Checking rustls-pemfile v2.2.0
18632024-10-18T20:41:28.930Z Checking usdt-impl v0.5.0
18642024-10-18T20:41:29.055Z Checking idna v0.4.0
18652024-10-18T20:41:29.078Z Checking idna v0.3.0
18662024-10-18T20:41:29.400Z Checking md-5 v0.10.6
18672024-10-18T20:41:29.462Z Checking toml_edit v0.22.22
18682024-10-18T20:41:29.485Z Checking ff v0.13.0
18692024-10-18T20:41:29.591Z Checking is-terminal v0.4.13
18702024-10-18T20:41:29.695Z Checking memmap v0.7.0
18712024-10-18T20:41:29.733Z Checking hash32 v0.2.1
18722024-10-18T20:41:29.757Z Checking object v0.36.5
18732024-10-18T20:41:29.780Z Checking anstyle-query v1.1.1
18742024-10-18T20:41:29.867Z Checking is_terminal_polyfill v1.70.1
18752024-10-18T20:41:29.891Z Checking colorchoice v1.0.2
18762024-10-18T20:41:29.979Z Checking take_mut v0.2.2
18772024-10-18T20:41:30.002Z Checking psl-types v2.0.11
18782024-10-18T20:41:30.026Z Checking dyn-clone v1.0.17
18792024-10-18T20:41:30.105Z Checking stable_deref_trait v1.2.0
18802024-10-18T20:41:30.134Z Checking linked-hash-map v0.5.6
18812024-10-18T20:41:30.157Z Checking rustc-demangle v0.1.24
18822024-10-18T20:41:30.195Z Checking base16ct v0.2.0
18832024-10-18T20:41:30.363Z Checking quick-error v1.2.3
18842024-10-18T20:41:30.415Z Checking fallible-iterator v0.2.0
18852024-10-18T20:41:30.487Z Checking utf-8 v0.7.6
18862024-10-18T20:41:30.536Z Checking resolv-conf v0.7.0
18872024-10-18T20:41:30.661Z Checking tungstenite v0.24.0
18882024-10-18T20:41:30.830Z Checking lru-cache v0.1.2
18892024-10-18T20:41:30.939Z Checking postgres-protocol v0.6.7
18902024-10-18T20:41:30.970Z Checking tokio-rustls v0.25.0
18912024-10-18T20:41:30.993Z Checking sec1 v0.7.3
18922024-10-18T20:41:31.316Z Checking heapless v0.7.17
18932024-10-18T20:41:31.339Z Checking publicsuffix v2.2.3
18942024-10-18T20:41:31.448Z Checking hyper v1.4.1
18952024-10-18T20:41:31.472Z Checking schemars v0.8.21
18962024-10-18T20:41:31.515Z Checking slog-async v2.8.0
18972024-10-18T20:41:31.557Z Checking anstream v0.6.15
18982024-10-18T20:41:31.692Z Checking toml v0.8.19
18992024-10-18T20:41:31.789Z Checking usdt v0.5.0
19002024-10-18T20:41:31.894Z Checking hickory-proto v0.24.1
19012024-10-18T20:41:31.917Z Checking tokio-rustls v0.26.0
19022024-10-18T20:41:32.024Z Checking slog-term v2.9.1
19032024-10-18T20:41:32.209Z Checking group v0.13.0
19042024-10-18T20:41:32.281Z Checking num-iter v0.1.45
19052024-10-18T20:41:32.329Z Checking futures v0.3.31
19062024-10-18T20:41:32.440Z Checking slog-bunyan v2.5.0
19072024-10-18T20:41:32.463Z Checking tokio-native-tls v0.3.1
19082024-10-18T20:41:32.463Z Checking rayon-core v1.12.1
19092024-10-18T20:41:32.463Z Checking multer v3.1.0
19102024-10-18T20:41:32.586Z Checking terminal_size v0.4.0
19112024-10-18T20:41:32.709Z Checking phf_shared v0.11.2
19122024-10-18T20:41:32.746Z Checking cookie v0.18.1
19132024-10-18T20:41:32.850Z Checking async-stream v0.3.6
19142024-10-18T20:41:32.873Z Checking camino v1.1.9
19152024-10-18T20:41:32.958Z Checking signal-hook v0.3.17
19162024-10-18T20:41:33.022Z Checking waitgroup v0.1.2
19172024-10-18T20:41:33.095Z Checking openapiv3 v2.0.0
19182024-10-18T20:41:33.154Z Checking serde_path_to_error v0.1.16
19192024-10-18T20:41:33.178Z Checking webpki-roots v0.26.6
19202024-10-18T20:41:33.254Z Checking hyper-util v0.1.9
19212024-10-18T20:41:33.277Z Checking hkdf v0.12.4
19222024-10-18T20:41:33.354Z Checking crypto-bigint v0.5.5
19232024-10-18T20:41:33.378Z Checking hostname v0.4.0
19242024-10-18T20:41:33.455Z Checking clap_lex v0.7.2
19252024-10-18T20:41:33.500Z Checking debug-ignore v1.0.5
19262024-10-18T20:41:33.647Z Checking bitflags v1.3.2
19272024-10-18T20:41:33.672Z Checking unicode-width v0.1.14
19282024-10-18T20:41:33.696Z Checking managed v0.8.0
19292024-10-18T20:41:33.745Z Checking winnow v0.5.40
19302024-10-18T20:41:34.017Z Checking strsim v0.11.1
19312024-10-18T20:41:34.070Z Checking console v0.15.8
19322024-10-18T20:41:34.257Z Checking clap_builder v4.5.20
19332024-10-18T20:41:34.549Z Checking smoltcp v0.9.1
19342024-10-18T20:41:34.975Z Checking hyper-tls v0.6.0
19352024-10-18T20:41:35.185Z Checking backtrace v0.3.74
19362024-10-18T20:41:35.222Z Checking hyper-rustls v0.27.3
19372024-10-18T20:41:35.514Z Checking signal-hook-mio v0.2.4
19382024-10-18T20:41:35.643Z Checking cookie_store v0.21.0
19392024-10-18T20:41:35.685Z Checking elliptic-curve v0.13.8
19402024-10-18T20:41:35.708Z Checking anyhow v1.0.89
19412024-10-18T20:41:35.837Z Checking rayon v1.10.0
19422024-10-18T20:41:35.894Z Checking dropshot v0.12.0
19432024-10-18T20:41:36.013Z Checking hickory-resolver v0.24.1
19442024-10-18T20:41:36.045Z Checking phf v0.11.2
19452024-10-18T20:41:36.200Z Checking num-bigint-dig v0.8.4
19462024-10-18T20:41:36.272Z Checking postgres-types v0.2.8
19472024-10-18T20:41:36.296Z Checking tokio-tungstenite v0.24.0
19482024-10-18T20:41:36.357Z Checking toml_edit v0.19.15
19492024-10-18T20:41:36.697Z Checking regex v1.11.0
19502024-10-18T20:41:36.789Z Checking bstr v1.10.0
19512024-10-18T20:41:36.880Z Checking tokio-stream v0.1.16
19522024-10-18T20:41:37.225Z Checking ed25519 v2.2.3
19532024-10-18T20:41:37.409Z Checking phf_shared v0.10.0
19542024-10-18T20:41:37.517Z Checking zerocopy v0.6.6
19552024-10-18T20:41:37.614Z Checking curve25519-dalek v4.1.3
19562024-10-18T20:41:37.649Z Checking pkcs1 v0.7.5
19572024-10-18T20:41:37.672Z Checking hubpack v0.1.2
19582024-10-18T20:41:37.977Z Checking portable-atomic v1.9.0
19592024-10-18T20:41:38.000Z Checking float-cmp v0.9.0
19602024-10-18T20:41:38.024Z Checking serde-big-array v0.5.1
19612024-10-18T20:41:38.167Z Checking rfc6979 v0.4.0
19622024-10-18T20:41:38.199Z Checking sync_wrapper v1.0.1
19632024-10-18T20:41:38.223Z Checking crc32fast v1.4.2
19642024-10-18T20:41:38.334Z Checking normalize-line-endings v0.3.0
19652024-10-18T20:41:38.357Z Checking new_debug_unreachable v1.0.6
19662024-10-18T20:41:38.431Z Checking precomputed-hash v0.1.1
19672024-10-18T20:41:38.454Z Checking minimal-lexical v0.2.1
19682024-10-18T20:41:38.478Z Checking bit-vec v0.6.3
19692024-10-18T20:41:38.582Z Checking whoami v1.5.2
19702024-10-18T20:41:38.605Z Checking difflib v0.4.0
19712024-10-18T20:41:38.769Z Checking number_prefix v0.4.0
19722024-10-18T20:41:38.815Z Checking unicode-segmentation v1.12.0
19732024-10-18T20:41:38.839Z Checking predicates-core v1.0.8
19742024-10-18T20:41:38.862Z Checking static_assertions v1.1.0
19752024-10-18T20:41:38.934Z Checking fixedbitset v0.4.2
19762024-10-18T20:41:38.957Z Checking nom v7.1.3
19772024-10-18T20:41:38.957Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-10-18T20:41:39.008Z Checking predicates v3.1.2
19792024-10-18T20:41:39.054Z Checking qorb v0.1.2
19802024-10-18T20:41:39.190Z Checking petgraph v0.6.5
19812024-10-18T20:41:39.213Z Checking ed25519-dalek v2.1.1
19822024-10-18T20:41:39.268Z Checking indicatif v0.17.8
19832024-10-18T20:41:39.426Z Checking similar v2.6.0
19842024-10-18T20:41:39.593Z Checking tokio-postgres v0.7.12
19852024-10-18T20:41:39.616Z Checking bit-set v0.5.3
19862024-10-18T20:41:39.866Z Checking toml v0.7.8
19872024-10-18T20:41:39.941Z Checking string_cache v0.8.7
19882024-10-18T20:41:40.183Z Checking flate2 v1.0.34
19892024-10-18T20:41:40.207Z Checking reqwest v0.12.8
19902024-10-18T20:41:40.487Z Checking ecdsa v0.16.9
19912024-10-18T20:41:40.741Z Checking rsa v0.9.6
19922024-10-18T20:41:41.082Z Checking clap v4.5.20
19932024-10-18T20:41:41.116Z Checking crossterm v0.28.1
19942024-10-18T20:41:41.185Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-10-18T20:41:41.216Z Checking itertools v0.10.5
19962024-10-18T20:41:41.351Z Checking itertools v0.12.1
19972024-10-18T20:41:41.619Z Checking fs-err v2.11.0
19982024-10-18T20:41:41.752Z Checking ahash v0.8.11
19992024-10-18T20:41:42.078Z Checking x509-cert v0.2.5
20002024-10-18T20:41:42.114Z Checking hex v0.4.3
20012024-10-18T20:41:42.141Z Checking semver v1.0.23
20022024-10-18T20:41:42.195Z Checking peg-runtime v0.8.3
20032024-10-18T20:41:42.395Z Checking lalrpop-util v0.19.12
20042024-10-18T20:41:42.498Z Checking sigpipe v0.1.3
20052024-10-18T20:41:43.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-10-18T20:41:44.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s
20072024-10-18T20:41:44.182Z
20082024-10-18T20:41:44.182Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20092024-10-18T20:41:44.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-10-18T20:41:45.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-10-18T20:41:45.095Z Compiling hashbrown v0.14.5
20122024-10-18T20:41:45.140Z Checking heck v0.5.0
20132024-10-18T20:41:45.163Z Compiling unsafe-libyaml v0.2.11
20142024-10-18T20:41:45.186Z Compiling ident_case v1.0.1
20152024-10-18T20:41:45.210Z Checking progenitor-client v0.8.0
20162024-10-18T20:41:45.236Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172024-10-18T20:41:45.236Z Compiling proc-macro-crate v1.3.1
20182024-10-18T20:41:45.313Z Compiling darling_core v0.20.10
20192024-10-18T20:41:45.361Z Checking ipnetwork v0.20.0
20202024-10-18T20:41:45.484Z Compiling structmeta-derive v0.3.0
20212024-10-18T20:41:45.550Z Compiling newtype-uuid v1.1.2
20222024-10-18T20:41:45.677Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20232024-10-18T20:41:45.814Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242024-10-18T20:41:45.947Z Compiling lzma-sys v0.1.20
20252024-10-18T20:41:46.124Z Compiling foreign-types-macros v0.2.3
20262024-10-18T20:41:46.147Z Checking regress v0.10.1
20272024-10-18T20:41:46.172Z Compiling num_enum_derive v0.5.11
20282024-10-18T20:41:46.580Z Compiling serde_yaml v0.9.34+deprecated
20292024-10-18T20:41:46.716Z Checking foreign-types-shared v0.3.1
20302024-10-18T20:41:46.820Z Checking arc-swap v1.7.1
20312024-10-18T20:41:47.186Z Checking slog-scope v4.4.0
20322024-10-18T20:41:47.210Z Checking foreign-types v0.5.0
20332024-10-18T20:41:47.336Z Compiling proc-macro-error v1.0.4
20342024-10-18T20:41:47.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20352024-10-18T20:41:47.891Z Compiling structmeta v0.3.0
20362024-10-18T20:41:47.950Z Checking tungstenite v0.21.0
20372024-10-18T20:41:47.985Z Compiling heck v0.3.3
20382024-10-18T20:41:48.278Z Compiling parse-display-derive v0.10.0
20392024-10-18T20:41:48.364Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20402024-10-18T20:41:48.388Z Checking num_enum v0.5.11
20412024-10-18T20:41:48.524Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-10-18T20:41:48.718Z Checking cstr-argument v0.1.2
20432024-10-18T20:41:48.889Z Checking instant v0.1.13
20442024-10-18T20:41:48.938Z Checking typify-impl v0.2.0
20452024-10-18T20:41:48.999Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20462024-10-18T20:41:49.189Z Checking fastrand v2.1.1
20472024-10-18T20:41:49.251Z Checking pretty-hex v0.2.1
20482024-10-18T20:41:49.402Z Checking base64 v0.21.7
20492024-10-18T20:41:49.479Z Checking tempfile v3.13.0
20502024-10-18T20:41:49.849Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20512024-10-18T20:41:49.898Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-10-18T20:41:50.031Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532024-10-18T20:41:50.088Z Checking backoff v0.4.0
20542024-10-18T20:41:50.171Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552024-10-18T20:41:50.194Z Checking tokio-tungstenite v0.21.0
20562024-10-18T20:41:50.447Z Checking strum v0.26.3
20572024-10-18T20:41:50.470Z Compiling zone_cfg_derive v0.1.2
20582024-10-18T20:41:50.471Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20592024-10-18T20:41:50.471Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-10-18T20:41:50.613Z Checking slog-stdlog v4.1.1
20612024-10-18T20:41:50.770Z Checking regress v0.9.1
20622024-10-18T20:41:50.817Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20632024-10-18T20:41:50.960Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-18T20:41:51.077Z Checking colored v2.1.0
20652024-10-18T20:41:51.125Z Checking macaddr v1.0.1
20662024-10-18T20:41:51.221Z Checking base64 v0.13.1
20672024-10-18T20:41:51.288Z Compiling darling_macro v0.20.10
20682024-10-18T20:41:51.407Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20692024-10-18T20:41:51.566Z Checking ron v0.7.1
20702024-10-18T20:41:51.647Z Checking zone v0.1.8
20712024-10-18T20:41:51.802Z Checking xz2 v0.1.7
20722024-10-18T20:41:52.090Z Compiling darling v0.20.10
20732024-10-18T20:41:52.113Z Checking slog-envlogger v2.2.0
20742024-10-18T20:41:52.192Z Checking tabwriter v1.4.0
20752024-10-18T20:41:52.215Z Compiling serde_with_macros v3.11.0
20762024-10-18T20:41:52.248Z Checking parse-display v0.10.0
20772024-10-18T20:41:52.302Z Checking xattr v1.3.1
20782024-10-18T20:41:52.407Z Checking pem v3.0.4
20792024-10-18T20:41:52.458Z Checking yasna v0.5.2
20802024-10-18T20:41:52.485Z Checking headers-core v0.3.0
20812024-10-18T20:41:52.537Z Checking smf v0.2.3
20822024-10-18T20:41:52.621Z Checking filetime v0.2.25
20832024-10-18T20:41:52.652Z Checking same-file v1.0.6
20842024-10-18T20:41:52.805Z Checking tar v0.4.42
20852024-10-18T20:41:52.829Z Checking walkdir v2.5.0
20862024-10-18T20:41:52.943Z Checking headers v0.4.0
20872024-10-18T20:41:52.981Z Checking camino-tempfile v1.1.1
20882024-10-18T20:41:53.058Z Checking atomicwrites v0.4.4
20892024-10-18T20:41:53.224Z Checking subprocess v0.2.9
20902024-10-18T20:41:53.248Z Checking rcgen v0.12.1
20912024-10-18T20:41:54.390Z Checking serde_with v3.11.0
20922024-10-18T20:41:58.002Z Compiling typify-macro v0.2.0
20932024-10-18T20:42:00.414Z Compiling typify v0.2.0
20942024-10-18T20:42:00.521Z Compiling progenitor-impl v0.8.0
20952024-10-18T20:42:04.659Z Compiling progenitor-macro v0.8.0
20962024-10-18T20:42:12.962Z Checking progenitor v0.8.0
20972024-10-18T20:42:13.132Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20982024-10-18T20:42:13.132Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20992024-10-18T20:42:16.493Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21002024-10-18T20:42:16.883Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21012024-10-18T20:42:24.867Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21022024-10-18T20:42:26.764Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21032024-10-18T20:42:28.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.04s
21042024-10-18T20:42:28.383Z
21052024-10-18T20:42:28.383Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21062024-10-18T20:42:29.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-10-18T20:42:29.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-10-18T20:42:29.294Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21092024-10-18T20:42:30.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
21102024-10-18T20:42:31.054Z
21112024-10-18T20:42:31.054Zinfo: running `cargo check --bins` on nexus-config (31/166)
21122024-10-18T20:42:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-10-18T20:42:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-10-18T20:42:31.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-10-18T20:42:31.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21162024-10-18T20:42:31.911Z
21172024-10-18T20:42:31.911Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21182024-10-18T20:42:32.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-10-18T20:42:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-10-18T20:42:32.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-10-18T20:42:32.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21222024-10-18T20:42:32.726Z
21232024-10-18T20:42:32.726Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21242024-10-18T20:42:33.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-10-18T20:42:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-10-18T20:42:33.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-10-18T20:42:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21282024-10-18T20:42:33.590Z
21292024-10-18T20:42:33.590Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21302024-10-18T20:42:34.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-10-18T20:42:34.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-10-18T20:42:34.479Z Compiling heapless v0.8.0
21332024-10-18T20:42:34.503Z Checking hash32 v0.3.1
21342024-10-18T20:42:34.527Z Compiling smoltcp v0.11.0
21352024-10-18T20:42:34.552Z Checking cobs v0.2.3
21362024-10-18T20:42:34.577Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21372024-10-18T20:42:34.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-10-18T20:42:34.602Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-18T20:42:34.602Z Compiling crucible-workspace-hack v0.1.0
21402024-10-18T20:42:34.681Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21412024-10-18T20:42:34.714Z Checking newline-converter v0.3.0
21422024-10-18T20:42:34.737Z Checking postcard v1.0.10
21432024-10-18T20:42:34.854Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21442024-10-18T20:42:34.898Z Compiling convert_case v0.4.0
21452024-10-18T20:42:35.024Z Checking expectorate v1.1.0
21462024-10-18T20:42:35.064Z Compiling zone_cfg_derive v0.3.0
21472024-10-18T20:42:35.196Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21482024-10-18T20:42:35.196Z Checking itertools v0.13.0
21492024-10-18T20:42:35.224Z Compiling num-derive v0.4.2
21502024-10-18T20:42:35.353Z Compiling slog-dtrace v0.3.0
21512024-10-18T20:42:35.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21522024-10-18T20:42:35.675Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21532024-10-18T20:42:35.754Z Compiling derive_more v0.99.18
21542024-10-18T20:42:36.273Z Checking zone v0.3.0
21552024-10-18T20:42:36.746Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21562024-10-18T20:42:38.459Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21572024-10-18T20:42:39.542Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-10-18T20:42:40.262Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21592024-10-18T20:42:40.914Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-18T20:42:41.920Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21612024-10-18T20:42:43.231Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21622024-10-18T20:42:44.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
21632024-10-18T20:42:44.526Z
21642024-10-18T20:42:44.527Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21652024-10-18T20:42:45.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-10-18T20:42:45.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-10-18T20:42:45.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-10-18T20:42:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21692024-10-18T20:42:45.431Z
21702024-10-18T20:42:45.431Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21712024-10-18T20:42:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-10-18T20:42:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-10-18T20:42:46.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-10-18T20:42:46.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21752024-10-18T20:42:46.306Z
21762024-10-18T20:42:46.306Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21772024-10-18T20:42:47.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-10-18T20:42:47.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-10-18T20:42:47.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-10-18T20:42:47.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
21812024-10-18T20:42:47.337Z
21822024-10-18T20:42:47.337Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21832024-10-18T20:42:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-10-18T20:42:48.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-10-18T20:42:48.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-10-18T20:42:48.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21872024-10-18T20:42:48.340Z
21882024-10-18T20:42:48.340Zinfo: running `cargo check --bins` on dns-server (39/166)
21892024-10-18T20:42:49.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-10-18T20:42:49.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-10-18T20:42:49.203Z Compiling parking_lot_core v0.8.6
21922024-10-18T20:42:49.203Z Checking nibble_vec v0.1.0
21932024-10-18T20:42:49.203Z Checking endian-type v0.1.2
21942024-10-18T20:42:49.203Z Checking fxhash v0.2.1
21952024-10-18T20:42:49.227Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21962024-10-18T20:42:49.227Z Checking hickory-server v0.24.1
21972024-10-18T20:42:49.457Z Checking radix_trie v0.2.1
21982024-10-18T20:42:49.818Z Checking hickory-client v0.24.1
21992024-10-18T20:42:49.932Z Checking parking_lot v0.11.2
22002024-10-18T20:42:50.051Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22012024-10-18T20:42:50.051Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22022024-10-18T20:42:50.228Z Checking sled v0.34.7
22032024-10-18T20:42:52.441Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22042024-10-18T20:42:53.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
22052024-10-18T20:42:54.092Z
22062024-10-18T20:42:54.092Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22072024-10-18T20:42:54.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-10-18T20:42:54.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-10-18T20:42:54.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-10-18T20:42:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22112024-10-18T20:42:54.968Z
22122024-10-18T20:42:54.968Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22132024-10-18T20:42:55.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-10-18T20:42:55.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-10-18T20:42:55.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-10-18T20:42:55.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22172024-10-18T20:42:55.835Z
22182024-10-18T20:42:55.835Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22192024-10-18T20:42:56.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-10-18T20:42:56.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-10-18T20:42:56.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-10-18T20:42:56.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22232024-10-18T20:42:56.703Z
22242024-10-18T20:42:56.703Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22252024-10-18T20:42:57.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-10-18T20:42:57.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-10-18T20:42:57.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-10-18T20:42:57.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22292024-10-18T20:42:57.649Z
22302024-10-18T20:42:57.649Zinfo: running `cargo check --bins` on gateway-types (44/166)
22312024-10-18T20:42:58.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-10-18T20:42:58.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-10-18T20:42:58.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-10-18T20:42:58.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22352024-10-18T20:42:58.500Z
22362024-10-18T20:42:58.500Zinfo: running `cargo check --bins` on ipcc (45/166)
22372024-10-18T20:42:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-10-18T20:42:59.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-10-18T20:42:59.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-10-18T20:42:59.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22412024-10-18T20:42:59.356Z
22422024-10-18T20:42:59.356Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22432024-10-18T20:43:00.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-10-18T20:43:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-10-18T20:43:00.323Z Checking num-rational v0.4.2
22462024-10-18T20:43:00.323Z Compiling progenitor-client v0.8.0
22472024-10-18T20:43:00.323Z Checking num-complex v0.4.6
22482024-10-18T20:43:00.347Z Compiling prettyplease v0.2.22
22492024-10-18T20:43:00.348Z Compiling newtype-uuid v1.1.2
22502024-10-18T20:43:00.348Z Compiling ipnetwork v0.20.0
22512024-10-18T20:43:00.372Z Compiling instant v0.1.13
22522024-10-18T20:43:00.372Z Checking float-ord v0.3.2
22532024-10-18T20:43:00.511Z Compiling semver v0.1.20
22542024-10-18T20:43:00.558Z Compiling radium v0.7.0
22552024-10-18T20:43:00.664Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562024-10-18T20:43:00.688Z Compiling backoff v0.4.0
22572024-10-18T20:43:00.801Z Compiling progenitor v0.8.0
22582024-10-18T20:43:00.913Z Compiling rustc_version v0.1.7
22592024-10-18T20:43:00.942Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22602024-10-18T20:43:00.985Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-10-18T20:43:01.008Z Compiling parse-display v0.10.0
22622024-10-18T20:43:01.032Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632024-10-18T20:43:01.096Z Compiling serde_with v3.11.0
22642024-10-18T20:43:01.152Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22652024-10-18T20:43:01.176Z Checking num v0.4.3
22662024-10-18T20:43:01.200Z Compiling regress v0.9.1
22672024-10-18T20:43:01.278Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22682024-10-18T20:43:01.593Z Compiling macaddr v1.0.1
22692024-10-18T20:43:01.617Z Checking tap v1.0.1
22702024-10-18T20:43:01.746Z Compiling maybe-uninit v2.0.0
22712024-10-18T20:43:01.958Z Checking wyz v0.5.1
22722024-10-18T20:43:02.260Z Compiling newtype_derive v0.1.6
22732024-10-18T20:43:02.327Z Checking password-hash v0.5.0
22742024-10-18T20:43:02.515Z Checking blake2 v0.10.6
22752024-10-18T20:43:02.605Z Compiling bzip2-sys v0.1.11+1.0.8
22762024-10-18T20:43:02.711Z Checking crc-catalog v2.4.0
22772024-10-18T20:43:02.767Z Checking funty v2.0.0
22782024-10-18T20:43:02.846Z Compiling owo-colors v4.1.0
22792024-10-18T20:43:03.036Z Compiling cancel-safe-futures v0.1.5
22802024-10-18T20:43:03.060Z Compiling packed_struct v0.10.1
22812024-10-18T20:43:03.362Z Checking argon2 v0.5.3
22822024-10-18T20:43:03.501Z Checking crc v3.2.1
22832024-10-18T20:43:03.546Z Checking bitvec v1.0.1
22842024-10-18T20:43:04.025Z Compiling packed_struct_codegen v0.10.1
22852024-10-18T20:43:04.049Z Checking half v2.4.1
22862024-10-18T20:43:04.256Z Compiling indexmap v1.9.3
22872024-10-18T20:43:04.339Z Checking ciborium-io v0.2.2
22882024-10-18T20:43:04.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22892024-10-18T20:43:04.474Z Checking nodrop v0.1.14
22902024-10-18T20:43:04.548Z Checking ciborium-ll v0.2.2
22912024-10-18T20:43:04.581Z Checking array-init v0.0.4
22922024-10-18T20:43:04.825Z Checking smallvec v0.6.14
22932024-10-18T20:43:04.995Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22942024-10-18T20:43:05.166Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952024-10-18T20:43:05.258Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962024-10-18T20:43:05.733Z Checking libsw v3.3.1
22972024-10-18T20:43:05.959Z Compiling memoffset v0.9.1
22982024-10-18T20:43:06.236Z Checking indent_write v2.2.0
22992024-10-18T20:43:06.347Z Checking hashbrown v0.12.3
23002024-10-18T20:43:06.420Z Checking swrite v0.1.0
23012024-10-18T20:43:06.532Z Checking bitfield v0.14.0
23022024-10-18T20:43:06.575Z Checking highway v1.2.0
23032024-10-18T20:43:06.877Z Checking termcolor v1.4.1
23042024-10-18T20:43:06.901Z Checking linear-map v1.2.0
23052024-10-18T20:43:06.935Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23062024-10-18T20:43:06.959Z Checking ron v0.8.1
23072024-10-18T20:43:06.959Z Checking env_logger v0.10.2
23082024-10-18T20:43:07.082Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23092024-10-18T20:43:07.330Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-10-18T20:43:07.549Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23112024-10-18T20:43:07.761Z Checking serde-hex v0.1.0
23122024-10-18T20:43:08.007Z Checking steno v0.4.1
23132024-10-18T20:43:08.119Z Checking bzip2 v0.4.4
23142024-10-18T20:43:08.143Z Checking ciborium v0.2.2
23152024-10-18T20:43:08.552Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162024-10-18T20:43:08.760Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23172024-10-18T20:43:08.784Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23182024-10-18T20:43:08.878Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23192024-10-18T20:43:08.970Z Checking hashbrown v0.13.2
23202024-10-18T20:43:09.453Z Checking humantime v2.1.0
23212024-10-18T20:43:09.741Z Checking crc-any v2.5.0
23222024-10-18T20:43:09.765Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23232024-10-18T20:43:09.841Z Checking object v0.30.4
23242024-10-18T20:43:09.948Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-10-18T20:43:10.053Z Checking zip v0.6.6
23262024-10-18T20:43:10.242Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23272024-10-18T20:43:10.298Z Checking path-slash v0.1.5
23282024-10-18T20:43:10.426Z Checking nix v0.27.1
23292024-10-18T20:43:10.574Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23302024-10-18T20:43:10.648Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23312024-10-18T20:43:10.944Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23322024-10-18T20:43:11.183Z Checking tungstenite v0.23.0
23332024-10-18T20:43:11.254Z Checking kstat-rs v0.2.4
23342024-10-18T20:43:11.449Z Checking signal-hook-tokio v0.3.1
23352024-10-18T20:43:11.939Z Checking tokio-tungstenite v0.23.1
23362024-10-18T20:43:12.559Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23372024-10-18T20:43:12.903Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23382024-10-18T20:43:18.033Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23392024-10-18T20:43:19.710Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23402024-10-18T20:43:20.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23412024-10-18T20:43:23.936Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23422024-10-18T20:43:24.309Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23432024-10-18T20:43:26.233Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23442024-10-18T20:43:33.541Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23452024-10-18T20:43:34.416Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-10-18T20:43:37.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.51s
23472024-10-18T20:43:38.038Z
23482024-10-18T20:43:38.038Zinfo: running `cargo check --bins` on gateway-api (47/166)
23492024-10-18T20:43:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-10-18T20:43:38.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-10-18T20:43:38.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-10-18T20:43:38.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23532024-10-18T20:43:38.897Z
23542024-10-18T20:43:38.897Zinfo: running `cargo check --bins` on oximeter (48/166)
23552024-10-18T20:43:39.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-18T20:43:39.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-18T20:43:39.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-10-18T20:43:39.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23592024-10-18T20:43:39.773Z
23602024-10-18T20:43:39.773Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23612024-10-18T20:43:40.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-18T20:43:40.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-18T20:43:40.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-18T20:43:40.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23652024-10-18T20:43:40.635Z
23662024-10-18T20:43:40.635Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23672024-10-18T20:43:41.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-18T20:43:41.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-18T20:43:41.548Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23702024-10-18T20:43:41.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
23712024-10-18T20:43:42.136Z
23722024-10-18T20:43:42.136Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23732024-10-18T20:43:42.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-18T20:43:42.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-18T20:43:42.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-10-18T20:43:42.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23772024-10-18T20:43:43.045Z
23782024-10-18T20:43:43.046Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23792024-10-18T20:43:43.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-18T20:43:43.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-18T20:43:43.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-18T20:43:43.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23832024-10-18T20:43:43.937Z
23842024-10-18T20:43:43.937Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23852024-10-18T20:43:44.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-18T20:43:44.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-18T20:43:44.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-18T20:43:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23892024-10-18T20:43:44.781Z
23902024-10-18T20:43:44.781Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23912024-10-18T20:43:45.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-18T20:43:45.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-18T20:43:45.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-18T20:43:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23952024-10-18T20:43:45.667Z
23962024-10-18T20:43:45.667Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23972024-10-18T20:43:46.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-18T20:43:46.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-18T20:43:46.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-18T20:43:46.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24012024-10-18T20:43:46.574Z
24022024-10-18T20:43:46.574Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24032024-10-18T20:43:47.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-18T20:43:47.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-18T20:43:47.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-18T20:43:47.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24072024-10-18T20:43:47.468Z
24082024-10-18T20:43:47.468Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24092024-10-18T20:43:48.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-18T20:43:48.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-18T20:43:48.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-18T20:43:48.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24132024-10-18T20:43:48.362Z
24142024-10-18T20:43:48.362Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24152024-10-18T20:43:49.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-18T20:43:49.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-18T20:43:49.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-18T20:43:49.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24192024-10-18T20:43:49.244Z
24202024-10-18T20:43:49.244Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24212024-10-18T20:43:50.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-18T20:43:50.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-18T20:43:50.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-18T20:43:50.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24252024-10-18T20:43:50.117Z
24262024-10-18T20:43:50.117Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24272024-10-18T20:43:50.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-18T20:43:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-18T20:43:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-18T20:43:50.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24312024-10-18T20:43:51.034Z
24322024-10-18T20:43:51.034Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24332024-10-18T20:43:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-18T20:43:51.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-18T20:43:51.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-18T20:43:51.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24372024-10-18T20:43:51.921Z
24382024-10-18T20:43:51.922Zinfo: running `cargo check --bins` on nexus-client (62/166)
24392024-10-18T20:43:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-18T20:43:52.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-18T20:43:52.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-18T20:43:52.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24432024-10-18T20:43:52.841Z
24442024-10-18T20:43:52.841Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24452024-10-18T20:43:53.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-18T20:43:53.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-18T20:43:53.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-18T20:43:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24492024-10-18T20:43:53.731Z
24502024-10-18T20:43:53.731Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24512024-10-18T20:43:54.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-18T20:43:54.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-18T20:43:54.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-18T20:43:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24552024-10-18T20:43:54.597Z
24562024-10-18T20:43:54.597Zinfo: running `cargo check --bins` on nexus-types (65/166)
24572024-10-18T20:43:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-18T20:43:55.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-18T20:43:55.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-18T20:43:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24612024-10-18T20:43:55.548Z
24622024-10-18T20:43:55.548Zinfo: running `cargo check --bins` on gateway-client (66/166)
24632024-10-18T20:43:56.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-18T20:43:56.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-18T20:43:56.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-10-18T20:43:56.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24672024-10-18T20:43:56.403Z
24682024-10-18T20:43:56.403Zinfo: running `cargo check --bins` on oxql-types (67/166)
24692024-10-18T20:43:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-18T20:43:57.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-18T20:43:57.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-10-18T20:43:57.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24732024-10-18T20:43:57.300Z
24742024-10-18T20:43:57.300Zinfo: running `cargo check --bins` on update-engine (68/166)
24752024-10-18T20:43:58.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-18T20:43:58.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-18T20:43:58.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-18T20:43:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24792024-10-18T20:43:58.193Z
24802024-10-18T20:43:58.193Zinfo: running `cargo check --bins` on sp-sim (69/166)
24812024-10-18T20:43:58.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-18T20:43:59.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-18T20:43:59.102Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-10-18T20:44:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
24852024-10-18T20:44:01.372Z
24862024-10-18T20:44:01.372Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24872024-10-18T20:44:02.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-18T20:44:02.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-18T20:44:02.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-10-18T20:44:02.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24912024-10-18T20:44:02.308Z
24922024-10-18T20:44:02.309Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24932024-10-18T20:44:03.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-18T20:44:03.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-18T20:44:03.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-18T20:44:03.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
24972024-10-18T20:44:03.282Z
24982024-10-18T20:44:03.282Zinfo: running `cargo check --bins` on db-macros (72/166)
24992024-10-18T20:44:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-18T20:44:04.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-18T20:44:04.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-18T20:44:04.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25032024-10-18T20:44:04.121Z
25042024-10-18T20:44:04.121Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25052024-10-18T20:44:04.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-18T20:44:04.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-18T20:44:04.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-18T20:44:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25092024-10-18T20:44:04.963Z
25102024-10-18T20:44:04.963Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25112024-10-18T20:44:05.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-18T20:44:05.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-18T20:44:05.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-18T20:44:05.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
25152024-10-18T20:44:05.914Z
25162024-10-18T20:44:05.914Zinfo: running `cargo check --bins` on authz-macros (75/166)
25172024-10-18T20:44:06.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-18T20:44:06.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-18T20:44:06.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-18T20:44:06.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25212024-10-18T20:44:06.775Z
25222024-10-18T20:44:06.775Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25232024-10-18T20:44:07.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-18T20:44:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-18T20:44:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-18T20:44:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25272024-10-18T20:44:07.702Z
25282024-10-18T20:44:07.702Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25292024-10-18T20:44:08.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-18T20:44:08.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-18T20:44:08.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-18T20:44:08.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25332024-10-18T20:44:08.637Z
25342024-10-18T20:44:08.637Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25352024-10-18T20:44:09.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-18T20:44:09.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-18T20:44:09.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-18T20:44:09.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25392024-10-18T20:44:09.539Z
25402024-10-18T20:44:09.540Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25412024-10-18T20:44:10.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-18T20:44:10.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-18T20:44:10.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-10-18T20:44:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25452024-10-18T20:44:10.441Z
25462024-10-18T20:44:10.441Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25472024-10-18T20:44:11.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-10-18T20:44:11.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-10-18T20:44:11.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-10-18T20:44:11.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25512024-10-18T20:44:11.339Z
25522024-10-18T20:44:11.339Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25532024-10-18T20:44:12.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-10-18T20:44:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-10-18T20:44:12.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-10-18T20:44:12.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25572024-10-18T20:44:12.241Z
25582024-10-18T20:44:12.241Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25592024-10-18T20:44:13.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-10-18T20:44:13.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-10-18T20:44:13.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-10-18T20:44:13.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25632024-10-18T20:44:13.166Z
25642024-10-18T20:44:13.166Zinfo: running `cargo check --bins` on typed-rng (83/166)
25652024-10-18T20:44:13.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-10-18T20:44:13.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-10-18T20:44:13.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-10-18T20:44:13.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25692024-10-18T20:44:14.067Z
25702024-10-18T20:44:14.067Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25712024-10-18T20:44:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-10-18T20:44:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-10-18T20:44:15.092Z Checking keccak v0.1.5
25742024-10-18T20:44:15.116Z Checking secrecy v0.8.0
25752024-10-18T20:44:15.140Z Compiling unicase v2.7.0
25762024-10-18T20:44:15.140Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25772024-10-18T20:44:15.140Z Compiling same-file v1.0.6
25782024-10-18T20:44:15.140Z Compiling tempfile v3.13.0
25792024-10-18T20:44:15.140Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25802024-10-18T20:44:15.140Z Compiling thiserror-impl-no-std v2.0.2
25812024-10-18T20:44:15.380Z Checking sha3 v0.10.8
25822024-10-18T20:44:15.435Z Compiling walkdir v2.5.0
25832024-10-18T20:44:15.466Z Checking universal-hash v0.5.1
25842024-10-18T20:44:15.490Z Compiling blake3 v1.5.4
25852024-10-18T20:44:15.614Z Compiling ring v0.16.20
25862024-10-18T20:44:15.638Z Checking opaque-debug v0.3.1
25872024-10-18T20:44:15.717Z Checking poly1305 v0.8.0
25882024-10-18T20:44:15.741Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892024-10-18T20:44:15.959Z Checking chacha20 v0.9.1
25902024-10-18T20:44:16.019Z Checking aead v0.5.2
25912024-10-18T20:44:16.043Z Compiling memmap2 v0.9.5
25922024-10-18T20:44:16.105Z Compiling arrayvec v0.7.6
25932024-10-18T20:44:16.149Z Compiling salty v0.3.0
25942024-10-18T20:44:16.211Z Compiling spin v0.5.2
25952024-10-18T20:44:16.288Z Compiling constant_time_eq v0.3.1
25962024-10-18T20:44:16.443Z Compiling home v0.5.9
25972024-10-18T20:44:16.467Z Compiling untrusted v0.7.1
25982024-10-18T20:44:16.491Z Compiling libefi-sys v0.1.0
25992024-10-18T20:44:16.491Z Compiling arrayref v0.3.9
26002024-10-18T20:44:16.586Z Compiling toolchain_find v0.4.0
26012024-10-18T20:44:16.610Z Checking chacha20poly1305 v0.10.1
26022024-10-18T20:44:16.778Z Compiling camino-tempfile v1.1.1
26032024-10-18T20:44:16.801Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26042024-10-18T20:44:16.895Z Compiling bitfield-struct v0.6.2
26052024-10-18T20:44:17.074Z Compiling topological-sort v0.2.2
26062024-10-18T20:44:17.193Z Compiling mime_guess v2.0.5
26072024-10-18T20:44:17.222Z Compiling rustfmt-wrapper v0.2.1
26082024-10-18T20:44:17.600Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26092024-10-18T20:44:17.736Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26102024-10-18T20:44:17.767Z Checking primeorder v0.13.6
26112024-10-18T20:44:17.823Z Checking env_filter v0.1.2
26122024-10-18T20:44:17.910Z Checking thiserror-no-std v2.0.2
26132024-10-18T20:44:18.016Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-10-18T20:44:18.040Z Checking vsss-rs v3.3.4
26152024-10-18T20:44:18.064Z Checking env_logger v0.11.5
26162024-10-18T20:44:18.151Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172024-10-18T20:44:18.190Z Checking p384 v0.13.0
26182024-10-18T20:44:18.348Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26192024-10-18T20:44:18.372Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202024-10-18T20:44:18.580Z Checking gethostname v0.5.0
26212024-10-18T20:44:18.657Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222024-10-18T20:44:18.681Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26232024-10-18T20:44:18.705Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26242024-10-18T20:44:18.906Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252024-10-18T20:44:19.014Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26262024-10-18T20:44:19.061Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272024-10-18T20:44:19.087Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26282024-10-18T20:44:19.365Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26292024-10-18T20:44:19.423Z Checking nanorand v0.7.0
26302024-10-18T20:44:19.447Z Checking atty v0.2.14
26312024-10-18T20:44:19.504Z Checking glob v0.3.1
26322024-10-18T20:44:19.557Z Checking http-range v0.1.5
26332024-10-18T20:44:19.779Z Checking hyper-staticfile v0.10.1
26342024-10-18T20:44:19.811Z Checking flume v0.11.0
26352024-10-18T20:44:19.844Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26362024-10-18T20:44:20.239Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26372024-10-18T20:44:20.295Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382024-10-18T20:44:20.404Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392024-10-18T20:44:20.845Z Compiling omicron-zone-package v0.11.1
26402024-10-18T20:44:20.984Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412024-10-18T20:44:21.363Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26422024-10-18T20:44:21.802Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26432024-10-18T20:44:21.968Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26442024-10-18T20:44:22.226Z Checking display-error-chain v0.2.1
26452024-10-18T20:44:23.025Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26462024-10-18T20:44:24.647Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26472024-10-18T20:44:26.020Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26482024-10-18T20:44:26.044Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26492024-10-18T20:44:39.126Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502024-10-18T20:44:55.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.25s
26512024-10-18T20:44:55.514Z
26522024-10-18T20:44:55.514Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26532024-10-18T20:44:56.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-18T20:44:56.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-18T20:44:56.580Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-18T20:45:13.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s
26572024-10-18T20:45:13.429Z
26582024-10-18T20:45:13.429Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26592024-10-18T20:45:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-18T20:45:14.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-18T20:45:14.439Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-18T20:45:31.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s
26632024-10-18T20:45:31.454Z
26642024-10-18T20:45:31.454Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26652024-10-18T20:45:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-18T20:45:32.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-18T20:45:32.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26682024-10-18T20:45:48.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
26692024-10-18T20:45:48.763Z
26702024-10-18T20:45:48.763Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26712024-10-18T20:45:49.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-18T20:45:49.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-18T20:45:49.768Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26742024-10-18T20:46:05.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
26752024-10-18T20:46:05.984Z
26762024-10-18T20:46:05.984Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26772024-10-18T20:46:06.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-18T20:46:06.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-18T20:46:07.012Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26802024-10-18T20:46:23.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
26812024-10-18T20:46:23.272Z
26822024-10-18T20:46:23.272Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26832024-10-18T20:46:24.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-18T20:46:24.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-18T20:46:24.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-10-18T20:46:40.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
26872024-10-18T20:46:40.528Z
26882024-10-18T20:46:40.528Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26892024-10-18T20:46:41.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-18T20:46:41.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-18T20:46:41.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26922024-10-18T20:46:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
26932024-10-18T20:46:57.883Z
26942024-10-18T20:46:57.883Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26952024-10-18T20:46:58.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-18T20:46:58.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-18T20:46:58.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982024-10-18T20:46:58.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26992024-10-18T20:46:58.779Z
27002024-10-18T20:46:58.779Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27012024-10-18T20:46:59.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-18T20:46:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-18T20:46:59.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-18T20:46:59.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27052024-10-18T20:46:59.695Z
27062024-10-18T20:46:59.695Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27072024-10-18T20:47:00.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-18T20:47:00.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-18T20:47:00.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-18T20:47:00.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27112024-10-18T20:47:00.617Z
27122024-10-18T20:47:00.617Zinfo: running `cargo check --bins` on dpd-client (95/166)
27132024-10-18T20:47:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-18T20:47:01.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-18T20:47:01.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-18T20:47:01.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27172024-10-18T20:47:01.489Z
27182024-10-18T20:47:01.490Zinfo: running `cargo check --bins` on installinator-common (96/166)
27192024-10-18T20:47:02.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-18T20:47:02.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-18T20:47:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-18T20:47:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27232024-10-18T20:47:02.531Z
27242024-10-18T20:47:02.538Zinfo: running `cargo check --bins` on key-manager (97/166)
27252024-10-18T20:47:03.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-18T20:47:03.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-18T20:47:03.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-18T20:47:03.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27292024-10-18T20:47:03.334Z
27302024-10-18T20:47:03.334Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27312024-10-18T20:47:04.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-18T20:47:04.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-18T20:47:04.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-18T20:47:04.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27352024-10-18T20:47:04.248Z
27362024-10-18T20:47:04.248Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27372024-10-18T20:47:05.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-18T20:47:05.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-18T20:47:05.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-18T20:47:05.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27412024-10-18T20:47:05.173Z
27422024-10-18T20:47:05.173Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27432024-10-18T20:47:05.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-18T20:47:06.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-18T20:47:06.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-10-18T20:47:06.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27472024-10-18T20:47:06.074Z
27482024-10-18T20:47:06.074Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27492024-10-18T20:47:06.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-10-18T20:47:06.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-10-18T20:47:06.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-10-18T20:47:06.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27532024-10-18T20:47:07.023Z
27542024-10-18T20:47:07.023Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27552024-10-18T20:47:07.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-10-18T20:47:07.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-10-18T20:47:07.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-10-18T20:47:07.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27592024-10-18T20:47:08.022Z
27602024-10-18T20:47:08.022Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27612024-10-18T20:47:08.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-18T20:47:08.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-18T20:47:08.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-18T20:47:08.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27652024-10-18T20:47:09.027Z
27662024-10-18T20:47:09.027Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27672024-10-18T20:47:09.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-18T20:47:09.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-18T20:47:09.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-10-18T20:47:09.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27712024-10-18T20:47:09.954Z
27722024-10-18T20:47:09.954Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27732024-10-18T20:47:10.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-18T20:47:10.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-18T20:47:10.927Z Compiling phf_generator v0.11.2
27762024-10-18T20:47:10.952Z Compiling parse-zoneinfo v0.3.1
27772024-10-18T20:47:10.976Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27782024-10-18T20:47:10.976Z Checking bcs v0.1.6
27792024-10-18T20:47:10.976Z Compiling async-recursion v1.1.1
27802024-10-18T20:47:10.976Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812024-10-18T20:47:10.976Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822024-10-18T20:47:11.072Z Compiling phf_codegen v0.11.2
27832024-10-18T20:47:11.531Z Compiling chrono-tz-build v0.4.0
27842024-10-18T20:47:12.509Z Compiling chrono-tz v0.10.0
27852024-10-18T20:47:21.377Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27862024-10-18T20:47:26.605Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27872024-10-18T20:47:28.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
27882024-10-18T20:47:29.122Z
27892024-10-18T20:47:29.122Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27902024-10-18T20:47:29.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-10-18T20:47:29.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-10-18T20:47:29.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-10-18T20:47:29.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27942024-10-18T20:47:30.025Z
27952024-10-18T20:47:30.025Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27962024-10-18T20:47:30.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-10-18T20:47:30.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-10-18T20:47:30.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-10-18T20:47:30.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28002024-10-18T20:47:30.928Z
28012024-10-18T20:47:30.928Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28022024-10-18T20:47:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-10-18T20:47:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-10-18T20:47:31.833Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052024-10-18T20:47:32.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
28062024-10-18T20:47:32.694Z
28072024-10-18T20:47:32.694Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28082024-10-18T20:47:33.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-10-18T20:47:33.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-10-18T20:47:33.636Z Compiling cfg_aliases v0.1.1
28112024-10-18T20:47:33.636Z Compiling vte_generate_state_changes v0.1.2
28122024-10-18T20:47:33.661Z Checking fd-lock v4.0.2
28132024-10-18T20:47:33.661Z Checking bytecount v0.6.8
28142024-10-18T20:47:33.661Z Compiling tabled_derive v0.7.0
28152024-10-18T20:47:33.661Z Compiling peg-macros v0.8.4
28162024-10-18T20:47:33.661Z Compiling sqlparser_derive v0.2.2
28172024-10-18T20:47:33.685Z Checking unicode_categories v0.1.1
28182024-10-18T20:47:33.768Z Compiling nix v0.28.0
28192024-10-18T20:47:33.851Z Checking papergrid v0.11.0
28202024-10-18T20:47:33.875Z Checking nu-ansi-term v0.50.1
28212024-10-18T20:47:34.012Z Checking home v0.5.9
28222024-10-18T20:47:34.144Z Checking sqlformat v0.2.6
28232024-10-18T20:47:34.218Z Checking vte v0.11.1
28242024-10-18T20:47:34.660Z Checking sqlparser v0.45.0
28252024-10-18T20:47:35.281Z Checking strip-ansi-escapes v0.2.0
28262024-10-18T20:47:35.419Z Checking reedline v0.35.0
28272024-10-18T20:47:35.533Z Checking tabled v0.15.0
28282024-10-18T20:47:36.197Z Checking peg v0.8.4
28292024-10-18T20:47:36.565Z Checking rustyline v14.0.0
28302024-10-18T20:47:41.964Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-10-18T20:47:49.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
28322024-10-18T20:47:50.043Z
28332024-10-18T20:47:50.043Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28342024-10-18T20:47:50.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-10-18T20:47:50.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-10-18T20:47:50.960Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372024-10-18T20:47:58.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s
28382024-10-18T20:47:59.041Z
28392024-10-18T20:47:59.041Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28402024-10-18T20:47:59.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-10-18T20:47:59.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-10-18T20:47:59.935Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-10-18T20:48:05.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
28442024-10-18T20:48:06.001Z
28452024-10-18T20:48:06.002Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28462024-10-18T20:48:06.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-10-18T20:48:06.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-10-18T20:48:06.899Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492024-10-18T20:48:14.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
28502024-10-18T20:48:14.714Z
28512024-10-18T20:48:14.714Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28522024-10-18T20:48:15.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-10-18T20:48:15.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-10-18T20:48:15.610Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552024-10-18T20:48:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s
28562024-10-18T20:48:23.313Z
28572024-10-18T20:48:23.313Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28582024-10-18T20:48:24.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-10-18T20:48:24.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-10-18T20:48:24.227Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612024-10-18T20:48:30.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
28622024-10-18T20:48:30.530Z
28632024-10-18T20:48:30.530Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28642024-10-18T20:48:31.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-10-18T20:48:31.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-10-18T20:48:31.433Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672024-10-18T20:48:37.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.21s
28682024-10-18T20:48:37.911Z
28692024-10-18T20:48:37.911Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28702024-10-18T20:48:38.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-10-18T20:48:38.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-10-18T20:48:38.821Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732024-10-18T20:48:46.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.76s
28742024-10-18T20:48:46.825Z
28752024-10-18T20:48:46.825Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28762024-10-18T20:48:47.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-10-18T20:48:47.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-10-18T20:48:47.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-10-18T20:48:47.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28802024-10-18T20:48:47.757Z
28812024-10-18T20:48:47.757Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28822024-10-18T20:48:48.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-10-18T20:48:48.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-10-18T20:48:48.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-10-18T20:48:48.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28862024-10-18T20:48:48.599Z
28872024-10-18T20:48:48.599Zinfo: running `cargo check --bins` on installinator-client (119/166)
28882024-10-18T20:48:49.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-10-18T20:48:49.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-10-18T20:48:49.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-10-18T20:48:49.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28922024-10-18T20:48:49.488Z
28932024-10-18T20:48:49.488Zinfo: running `cargo check --bins` on oxide-client (120/166)
28942024-10-18T20:48:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-10-18T20:48:50.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-10-18T20:48:50.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-10-18T20:48:50.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28982024-10-18T20:48:50.363Z
28992024-10-18T20:48:50.363Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29002024-10-18T20:48:51.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-10-18T20:48:51.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-10-18T20:48:51.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-10-18T20:48:51.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29042024-10-18T20:48:51.275Z
29052024-10-18T20:48:51.275Zinfo: running `cargo check --bins` on wicket-common (122/166)
29062024-10-18T20:48:52.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-10-18T20:48:52.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-10-18T20:48:52.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-10-18T20:48:52.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29102024-10-18T20:48:52.158Z
29112024-10-18T20:48:52.158Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29122024-10-18T20:48:52.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-10-18T20:48:52.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-10-18T20:48:53.073Z Checking csv-core v0.1.11
29152024-10-18T20:48:53.096Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29162024-10-18T20:48:53.370Z Checking csv v1.3.0
29172024-10-18T20:48:54.056Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29182024-10-18T20:48:54.486Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192024-10-18T20:48:55.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
29202024-10-18T20:48:56.135Z
29212024-10-18T20:48:56.135Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29222024-10-18T20:48:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-10-18T20:48:56.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-10-18T20:48:56.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-10-18T20:48:56.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29262024-10-18T20:48:57.002Z
29272024-10-18T20:48:57.002Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29282024-10-18T20:48:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-10-18T20:48:57.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-10-18T20:48:57.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-10-18T20:48:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29322024-10-18T20:48:57.886Z
29332024-10-18T20:48:57.886Zinfo: running `cargo check --bins` on cert-dev (126/166)
29342024-10-18T20:48:58.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-10-18T20:48:58.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-10-18T20:48:58.726Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29372024-10-18T20:48:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
29382024-10-18T20:48:59.129Z
29392024-10-18T20:48:59.129Zinfo: running `cargo check --bins` on ch-dev (127/166)
29402024-10-18T20:48:59.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-10-18T20:48:59.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-10-18T20:49:00.063Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29432024-10-18T20:49:00.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
29442024-10-18T20:49:01.050Z
29452024-10-18T20:49:01.050Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29462024-10-18T20:49:01.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-10-18T20:49:01.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-10-18T20:49:01.976Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29492024-10-18T20:49:02.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29502024-10-18T20:49:02.471Z
29512024-10-18T20:49:02.471Zinfo: running `cargo check --bins` on db-dev (129/166)
29522024-10-18T20:49:03.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-10-18T20:49:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-10-18T20:49:03.408Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552024-10-18T20:49:04.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
29562024-10-18T20:49:04.395Z
29572024-10-18T20:49:04.395Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29582024-10-18T20:49:05.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-18T20:49:05.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-18T20:49:05.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-10-18T20:49:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29622024-10-18T20:49:05.303Z
29632024-10-18T20:49:05.303Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29642024-10-18T20:49:06.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-10-18T20:49:06.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-10-18T20:49:06.176Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29672024-10-18T20:49:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29682024-10-18T20:49:07.325Z
29692024-10-18T20:49:07.325Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29702024-10-18T20:49:08.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-10-18T20:49:08.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-10-18T20:49:08.189Z Checking cargo-platform v0.1.8
29732024-10-18T20:49:08.447Z Checking cargo_metadata v0.18.1
29742024-10-18T20:49:09.737Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29752024-10-18T20:49:10.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29762024-10-18T20:49:10.834Z
29772024-10-18T20:49:10.834Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29782024-10-18T20:49:11.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-10-18T20:49:11.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-10-18T20:49:11.816Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29812024-10-18T20:49:12.550Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29822024-10-18T20:49:13.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
29832024-10-18T20:49:13.347Z
29842024-10-18T20:49:13.347Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29852024-10-18T20:49:14.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-10-18T20:49:14.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-10-18T20:49:14.440Z Compiling crunchy v0.2.2
29882024-10-18T20:49:14.441Z Compiling glob v0.3.1
29892024-10-18T20:49:14.464Z Compiling tiny-keccak v2.0.2
29902024-10-18T20:49:14.464Z Compiling dsl_auto_type v0.1.2
29912024-10-18T20:49:14.464Z Checking scheduled-thread-pool v0.2.7
29922024-10-18T20:49:14.464Z Compiling diesel_table_macro_syntax v0.2.0
29932024-10-18T20:49:14.488Z Compiling ascii-canvas v3.0.0
29942024-10-18T20:49:14.488Z Compiling ena v0.14.3
29952024-10-18T20:49:14.766Z Checking r2d2 v0.8.10
29962024-10-18T20:49:14.791Z Compiling libloading v0.8.5
29972024-10-18T20:49:14.899Z Compiling regex-syntax v0.6.29
29982024-10-18T20:49:14.950Z Compiling bindgen v0.69.5
29992024-10-18T20:49:15.072Z Compiling diff v0.1.13
30002024-10-18T20:49:15.095Z Compiling which v4.4.2
30012024-10-18T20:49:15.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30022024-10-18T20:49:15.391Z Compiling clang-sys v1.8.1
30032024-10-18T20:49:15.415Z Compiling cexpr v0.6.0
30042024-10-18T20:49:15.615Z Compiling rustc-hash v1.1.0
30052024-10-18T20:49:15.639Z Compiling lazycell v1.3.0
30062024-10-18T20:49:15.663Z Compiling ref-cast v1.0.23
30072024-10-18T20:49:15.686Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30082024-10-18T20:49:15.772Z Compiling derive_builder_core v0.20.2
30092024-10-18T20:49:15.796Z Compiling libxml v0.3.3
30102024-10-18T20:49:15.943Z Compiling diesel_derives v2.2.3
30112024-10-18T20:49:15.967Z Compiling ref-cast-impl v1.0.23
30122024-10-18T20:49:16.162Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30132024-10-18T20:49:16.273Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30142024-10-18T20:49:16.591Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30152024-10-18T20:49:16.835Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30162024-10-18T20:49:16.923Z Compiling strum_macros v0.24.3
30172024-10-18T20:49:17.080Z Compiling indoc v1.0.9
30182024-10-18T20:49:17.793Z Compiling lalrpop v0.19.12
30192024-10-18T20:49:17.920Z Compiling derive_builder_macro v0.20.2
30202024-10-18T20:49:18.662Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30212024-10-18T20:49:18.759Z Checking derive_builder v0.20.2
30222024-10-18T20:49:18.903Z Compiling oso-derive v0.27.3
30232024-10-18T20:49:18.944Z Compiling impl-trait-for-tuples v0.2.2
30242024-10-18T20:49:19.911Z Checking quick-xml v0.33.0
30252024-10-18T20:49:19.935Z Compiling diesel-dtrace v0.3.0
30262024-10-18T20:49:20.037Z Checking maplit v1.0.2
30272024-10-18T20:49:20.177Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30282024-10-18T20:49:20.287Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30292024-10-18T20:49:20.542Z Checking bb8 v0.8.5
30302024-10-18T20:49:20.953Z Compiling const_format_proc_macros v0.2.33
30312024-10-18T20:49:21.583Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30322024-10-18T20:49:21.782Z Checking castaway v0.2.3
30332024-10-18T20:49:21.925Z Checking unicode-truncate v1.1.0
30342024-10-18T20:49:21.966Z Checking compact_str v0.8.0
30352024-10-18T20:49:22.158Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30362024-10-18T20:49:22.463Z Checking lru v0.12.5
30372024-10-18T20:49:22.760Z Compiling instability v0.3.2
30382024-10-18T20:49:22.823Z Checking unicode-linebreak v0.1.5
30392024-10-18T20:49:22.892Z Checking const_format v0.2.33
30402024-10-18T20:49:23.218Z Checking is_ci v1.2.0
30412024-10-18T20:49:23.362Z Checking smawk v0.3.2
30422024-10-18T20:49:23.386Z Checking cassowary v0.3.0
30432024-10-18T20:49:23.576Z Checking textwrap v0.16.1
30442024-10-18T20:49:23.777Z Checking supports-color v3.0.1
30452024-10-18T20:49:23.800Z Checking ratatui v0.28.1
30462024-10-18T20:49:23.967Z Checking multimap v0.10.0
30472024-10-18T20:49:25.797Z Checking diesel v2.2.4
30482024-10-18T20:49:43.932Z Compiling samael v0.0.17
30492024-10-18T20:49:55.798Z Checking async-bb8-diesel v0.2.1
30502024-10-18T20:49:57.457Z Compiling polar-core v0.27.3
30512024-10-18T20:50:06.168Z Checking oso v0.27.3
30522024-10-18T20:51:34.498Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30532024-10-18T20:51:42.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
30542024-10-18T20:51:42.368Z
30552024-10-18T20:51:42.368Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30562024-10-18T20:51:43.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-10-18T20:51:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-10-18T20:51:43.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-10-18T20:51:43.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30602024-10-18T20:51:43.328Z
30612024-10-18T20:51:43.328Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30622024-10-18T20:51:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-10-18T20:51:44.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-10-18T20:51:44.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-10-18T20:51:44.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30662024-10-18T20:51:44.266Z
30672024-10-18T20:51:44.266Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30682024-10-18T20:51:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-10-18T20:51:45.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-10-18T20:51:45.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-10-18T20:51:45.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30722024-10-18T20:51:45.156Z
30732024-10-18T20:51:45.156Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30742024-10-18T20:51:46.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-10-18T20:51:46.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-10-18T20:51:46.309Z Compiling libz-sys v1.1.20
30772024-10-18T20:51:46.334Z Checking http v0.2.12
30782024-10-18T20:51:46.405Z Compiling libgit2-sys v0.17.0+1.8.1
30792024-10-18T20:51:46.475Z Compiling vergen v8.3.2
30802024-10-18T20:51:46.475Z Compiling cargo-platform v0.1.8
30812024-10-18T20:51:46.475Z Compiling pin-project-internal v1.1.6
30822024-10-18T20:51:46.476Z Compiling libsqlite3-sys v0.30.1
30832024-10-18T20:51:46.476Z Compiling snafu-derive v0.8.5
30842024-10-18T20:51:46.767Z Compiling cargo_metadata v0.18.1
30852024-10-18T20:51:46.967Z Checking sync_wrapper v0.1.2
30862024-10-18T20:51:47.057Z Compiling rustls v0.21.12
30872024-10-18T20:51:47.144Z Compiling buf-list v1.0.3
30882024-10-18T20:51:47.243Z Compiling cfg_aliases v0.2.1
30892024-10-18T20:51:47.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30902024-10-18T20:51:47.348Z Compiling nix v0.29.0
30912024-10-18T20:51:47.556Z Checking http-body v0.4.6
30922024-10-18T20:51:47.625Z Checking h2 v0.3.26
30932024-10-18T20:51:47.973Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30942024-10-18T20:51:48.124Z Checking globset v0.4.15
30952024-10-18T20:51:48.360Z Checking sct v0.7.1
30962024-10-18T20:51:48.554Z Checking olpc-cjson v0.1.4
30972024-10-18T20:51:48.578Z Checking rustls-webpki v0.101.7
30982024-10-18T20:51:48.761Z Checking rand_seeder v0.3.0
30992024-10-18T20:51:48.978Z Checking serde_plain v1.0.2
31002024-10-18T20:51:49.018Z Checking pin-project v1.1.6
31012024-10-18T20:51:49.146Z Checking typed-path v0.7.1
31022024-10-18T20:51:49.225Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31032024-10-18T20:51:49.773Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31042024-10-18T20:51:49.826Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31052024-10-18T20:51:49.877Z Checking hashlink v0.9.1
31062024-10-18T20:51:50.034Z Checking fallible-streaming-iterator v0.1.9
31072024-10-18T20:51:50.088Z Checking fallible-iterator v0.3.0
31082024-10-18T20:51:50.240Z Checking parse-size v1.0.0
31092024-10-18T20:51:50.445Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31102024-10-18T20:51:50.602Z Checking rusqlite v0.32.1
31112024-10-18T20:51:50.842Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31122024-10-18T20:51:50.884Z Checking rustls-pemfile v1.0.4
31132024-10-18T20:51:51.061Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31142024-10-18T20:51:51.226Z Checking snafu v0.8.5
31152024-10-18T20:51:51.267Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31162024-10-18T20:51:51.338Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31172024-10-18T20:51:51.465Z Checking twox-hash v1.6.3
31182024-10-18T20:51:51.673Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31192024-10-18T20:51:51.897Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31202024-10-18T20:51:51.947Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31212024-10-18T20:51:52.040Z Checking tokio-rustls v0.24.1
31222024-10-18T20:51:52.388Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31232024-10-18T20:51:52.412Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31242024-10-18T20:51:52.576Z Checking fatfs v0.3.6
31252024-10-18T20:51:52.956Z Checking hyper v0.14.30
31262024-10-18T20:51:53.239Z Checking assert_matches v1.5.0
31272024-10-18T20:51:56.988Z Checking reqwest v0.11.27
31282024-10-18T20:51:57.829Z Checking tough v0.17.1
31292024-10-18T20:51:59.629Z Compiling git2 v0.19.0
31302024-10-18T20:52:01.758Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31312024-10-18T20:52:03.220Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322024-10-18T20:52:06.179Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31332024-10-18T20:53:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
31342024-10-18T20:53:15.744Z
31352024-10-18T20:53:15.744Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31362024-10-18T20:53:16.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-10-18T20:53:16.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-10-18T20:53:16.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392024-10-18T20:53:16.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31402024-10-18T20:53:16.691Z
31412024-10-18T20:53:16.691Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31422024-10-18T20:53:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-10-18T20:53:17.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-10-18T20:53:17.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452024-10-18T20:53:17.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31462024-10-18T20:53:17.579Z
31472024-10-18T20:53:17.579Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31482024-10-18T20:53:18.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-10-18T20:53:18.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-10-18T20:53:18.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512024-10-18T20:53:18.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31522024-10-18T20:53:18.483Z
31532024-10-18T20:53:18.483Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31542024-10-18T20:53:19.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-10-18T20:53:19.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-10-18T20:53:19.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-10-18T20:53:19.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31582024-10-18T20:53:19.412Z
31592024-10-18T20:53:19.412Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31602024-10-18T20:53:20.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-10-18T20:53:20.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-10-18T20:53:20.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632024-10-18T20:53:20.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31642024-10-18T20:53:20.316Z
31652024-10-18T20:53:20.316Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31662024-10-18T20:53:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-10-18T20:53:21.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-10-18T20:53:21.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692024-10-18T20:53:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31702024-10-18T20:53:21.235Z
31712024-10-18T20:53:21.236Zinfo: running `cargo check --bins` on update-common (145/166)
31722024-10-18T20:53:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-10-18T20:53:22.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-10-18T20:53:22.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752024-10-18T20:53:22.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31762024-10-18T20:53:22.165Z
31772024-10-18T20:53:22.165Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31782024-10-18T20:53:22.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-10-18T20:53:23.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-10-18T20:53:23.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812024-10-18T20:53:23.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31822024-10-18T20:53:23.106Z
31832024-10-18T20:53:23.106Zinfo: running `cargo check --bins` on tufaceous (147/166)
31842024-10-18T20:53:23.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-10-18T20:53:23.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-10-18T20:53:24.046Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31872024-10-18T20:53:25.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31882024-10-18T20:53:25.238Z
31892024-10-18T20:53:25.238Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31902024-10-18T20:53:26.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-10-18T20:53:26.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-10-18T20:53:26.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31932024-10-18T20:53:26.422Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31942024-10-18T20:53:26.446Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31952024-10-18T20:53:28.230Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31962024-10-18T20:53:31.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
31972024-10-18T20:53:31.461Z
31982024-10-18T20:53:31.461Zinfo: running `cargo check --bins` on openapi-manager (149/166)
31992024-10-18T20:53:32.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-10-18T20:53:32.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-10-18T20:53:32.448Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32022024-10-18T20:53:32.448Z Checking heck v0.4.1
32032024-10-18T20:53:32.472Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32042024-10-18T20:53:32.646Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32052024-10-18T20:53:34.401Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32062024-10-18T20:53:35.481Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32072024-10-18T20:53:36.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
32082024-10-18T20:53:36.915Z
32092024-10-18T20:53:36.915Zinfo: running `cargo check --bins` on installinator-api (150/166)
32102024-10-18T20:53:37.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-10-18T20:53:37.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-10-18T20:53:37.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132024-10-18T20:53:37.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32142024-10-18T20:53:37.859Z
32152024-10-18T20:53:37.859Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32162024-10-18T20:53:38.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-10-18T20:53:38.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-10-18T20:53:38.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192024-10-18T20:53:38.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32202024-10-18T20:53:38.772Z
32212024-10-18T20:53:38.772Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32222024-10-18T20:53:39.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-10-18T20:53:39.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-10-18T20:53:39.726Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252024-10-18T20:53:41.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
32262024-10-18T20:53:41.247Z
32272024-10-18T20:53:41.247Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32282024-10-18T20:53:42.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292024-10-18T20:53:42.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302024-10-18T20:53:42.189Z Checking memmap2 v0.9.5
32312024-10-18T20:53:42.189Z Checking arrayvec v0.7.6
32322024-10-18T20:53:42.213Z Checking constant_time_eq v0.3.1
32332024-10-18T20:53:42.213Z Checking untrusted v0.7.1
32342024-10-18T20:53:42.213Z Checking arrayref v0.3.9
32352024-10-18T20:53:42.213Z Checking spin v0.5.2
32362024-10-18T20:53:42.213Z Checking topological-sort v0.2.2
32372024-10-18T20:53:42.237Z Checking shell-words v1.1.0
32382024-10-18T20:53:42.432Z Checking ring v0.16.20
32392024-10-18T20:53:42.591Z Checking blake3 v1.5.4
32402024-10-18T20:53:43.838Z Checking omicron-zone-package v0.11.1
32412024-10-18T20:53:45.253Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32422024-10-18T20:53:46.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
32432024-10-18T20:53:46.516Z
32442024-10-18T20:53:46.516Zinfo: running `cargo check --bins` on xtask (154/166)
32452024-10-18T20:53:47.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-10-18T20:53:47.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-10-18T20:53:47.205Z Checking bitflags v2.6.0
32482024-10-18T20:53:47.205Z Checking serde v1.0.210
32492024-10-18T20:53:47.205Z Checking thiserror v1.0.64
32502024-10-18T20:53:47.205Z Checking scroll v0.12.0
32512024-10-18T20:53:47.248Z Checking log v0.4.22
32522024-10-18T20:53:47.272Z Checking hashbrown v0.15.0
32532024-10-18T20:53:47.272Z Checking zerocopy v0.7.35
32542024-10-18T20:53:47.300Z Checking syn v2.0.79
32552024-10-18T20:53:47.336Z Checking pest v2.7.14
32562024-10-18T20:53:47.448Z Checking rustix v0.38.37
32572024-10-18T20:53:47.495Z Checking once_cell v1.20.2
32582024-10-18T20:53:47.693Z Checking goblin v0.8.2
32592024-10-18T20:53:47.769Z Checking fs-err v2.11.0
32602024-10-18T20:53:48.034Z Checking tabled v0.15.0
32612024-10-18T20:53:48.175Z Checking indexmap v2.6.0
32622024-10-18T20:53:48.454Z Checking anyhow v1.0.89
32632024-10-18T20:53:49.096Z Checking terminal_size v0.4.0
32642024-10-18T20:53:49.096Z Checking tempfile v3.13.0
32652024-10-18T20:53:49.254Z Checking clap_builder v4.5.20
32662024-10-18T20:53:49.498Z Checking dtrace-parser v0.2.0
32672024-10-18T20:53:51.423Z Checking serde_json v1.0.128
32682024-10-18T20:53:51.423Z Checking toml_datetime v0.6.8
32692024-10-18T20:53:51.423Z Checking serde_spanned v0.6.8
32702024-10-18T20:53:51.447Z Checking camino v1.1.9
32712024-10-18T20:53:51.447Z Checking cargo-platform v0.1.8
32722024-10-18T20:53:51.618Z Checking semver v1.0.23
32732024-10-18T20:53:51.647Z Checking macaddr v1.0.1
32742024-10-18T20:53:51.740Z Checking toml_edit v0.22.22
32752024-10-18T20:53:51.951Z Checking camino-tempfile v1.1.1
32762024-10-18T20:53:51.975Z Checking clap v4.5.20
32772024-10-18T20:53:52.751Z Checking dof v0.3.0
32782024-10-18T20:53:52.751Z Checking cargo_metadata v0.18.1
32792024-10-18T20:53:53.293Z Checking usdt-impl v0.5.0
32802024-10-18T20:53:53.754Z Checking usdt v0.5.0
32812024-10-18T20:53:54.033Z Checking toml v0.8.19
32822024-10-18T20:53:54.615Z Checking cargo_toml v0.20.5
32832024-10-18T20:53:56.281Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842024-10-18T20:53:57.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
32852024-10-18T20:53:57.171Z
32862024-10-18T20:53:57.171Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32872024-10-18T20:53:58.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-10-18T20:53:58.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-10-18T20:53:58.258Z Checking polyval v0.6.2
32902024-10-18T20:53:58.281Z Checking ctr v0.9.2
32912024-10-18T20:53:58.312Z Checking ssh-encoding v0.2.0
32922024-10-18T20:53:58.312Z Checking blowfish v0.9.1
32932024-10-18T20:53:58.335Z Checking password-hash v0.4.2
32942024-10-18T20:53:58.359Z Checking matches v0.1.10
32952024-10-18T20:53:58.384Z Checking p521 v0.13.3
32962024-10-18T20:53:58.384Z Checking p256 v0.13.2
32972024-10-18T20:53:58.454Z Checking idna v0.2.3
32982024-10-18T20:53:58.512Z Checking bcrypt-pbkdf v0.10.0
32992024-10-18T20:53:58.536Z Checking ghash v0.5.1
33002024-10-18T20:53:58.559Z Compiling enum-as-inner v0.5.1
33012024-10-18T20:53:58.612Z Checking russh-cryptovec v0.7.3
33022024-10-18T20:53:58.691Z Checking aes-gcm v0.10.3
33032024-10-18T20:53:58.717Z Checking pbkdf2 v0.11.0
33042024-10-18T20:53:58.750Z Checking md5 v0.7.0
33052024-10-18T20:53:58.809Z Checking num-bigint v0.4.6
33062024-10-18T20:53:58.833Z Checking des v0.8.1
33072024-10-18T20:53:58.910Z Checking ssh-cipher v0.2.0
33082024-10-18T20:53:58.960Z Checking hex-literal v0.4.1
33092024-10-18T20:53:59.005Z Compiling dhcproto-macros v0.1.0
33102024-10-18T20:53:59.064Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33112024-10-18T20:53:59.089Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33122024-10-18T20:53:59.114Z Checking internet-checksum v0.2.1
33132024-10-18T20:53:59.170Z Checking ssh-key v0.6.6
33142024-10-18T20:53:59.413Z Checking trust-dns-proto v0.22.0
33152024-10-18T20:54:00.570Z Checking russh-keys v0.45.0
33162024-10-18T20:54:01.674Z Checking russh v0.45.0
33172024-10-18T20:54:02.392Z Checking dhcproto v0.12.0
33182024-10-18T20:54:23.610Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33192024-10-18T20:54:25.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.06s
33202024-10-18T20:54:25.407Z
33212024-10-18T20:54:25.407Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33222024-10-18T20:54:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-10-18T20:54:26.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-10-18T20:54:26.282Z Checking termios v0.3.3
33252024-10-18T20:54:26.453Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33262024-10-18T20:54:27.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
33272024-10-18T20:54:27.517Z
33282024-10-18T20:54:27.517Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33292024-10-18T20:54:28.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-10-18T20:54:28.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-10-18T20:54:28.472Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33322024-10-18T20:54:30.756Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33332024-10-18T20:54:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
33342024-10-18T20:54:33.056Z
33352024-10-18T20:54:33.056Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33362024-10-18T20:54:33.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-10-18T20:54:33.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-10-18T20:54:33.953Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33392024-10-18T20:54:34.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
33402024-10-18T20:54:34.572Z
33412024-10-18T20:54:34.572Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33422024-10-18T20:54:35.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-10-18T20:54:35.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-10-18T20:54:35.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-10-18T20:54:35.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33462024-10-18T20:54:35.443Z
33472024-10-18T20:54:35.443Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33482024-10-18T20:54:36.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-10-18T20:54:36.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-10-18T20:54:36.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-10-18T20:54:36.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33522024-10-18T20:54:36.301Z
33532024-10-18T20:54:36.301Zinfo: running `cargo check --bins` on omicron-package (161/166)
33542024-10-18T20:54:37.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-10-18T20:54:37.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-10-18T20:54:37.211Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33572024-10-18T20:54:38.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
33582024-10-18T20:54:38.799Z
33592024-10-18T20:54:38.799Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33602024-10-18T20:54:39.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-10-18T20:54:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-10-18T20:54:39.770Z Checking rtoolbox v0.0.2
33632024-10-18T20:54:39.770Z Checking tui-tree-widget v0.22.0
33642024-10-18T20:54:39.794Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33652024-10-18T20:54:39.953Z Checking rpassword v7.3.1
33662024-10-18T20:54:44.897Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33672024-10-18T20:54:48.499Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33682024-10-18T20:54:49.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
33692024-10-18T20:54:50.084Z
33702024-10-18T20:54:50.084Zinfo: running `cargo check --bins` on wicket (163/166)
33712024-10-18T20:54:50.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-10-18T20:54:50.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-10-18T20:54:51.020Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33742024-10-18T20:54:51.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
33752024-10-18T20:54:51.566Z
33762024-10-18T20:54:51.566Zinfo: running `cargo check --bins` on wicketd (164/166)
33772024-10-18T20:54:52.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-10-18T20:54:52.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-10-18T20:54:52.570Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33802024-10-18T20:54:57.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
33812024-10-18T20:54:57.466Z
33822024-10-18T20:54:57.466Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33832024-10-18T20:54:58.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-10-18T20:54:58.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-10-18T20:54:58.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862024-10-18T20:54:58.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33872024-10-18T20:54:58.314Z
33882024-10-18T20:54:58.314Zinfo: running `cargo check --bins` on zone-setup (166/166)
33892024-10-18T20:54:59.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-10-18T20:54:59.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-10-18T20:54:59.308Z Checking uzers v0.12.1
33922024-10-18T20:54:59.640Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33932024-10-18T20:55:00.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
33942024-10-18T20:55:01.137Z
33952024-10-18T20:55:01.137Zreal 14:23.072143783
33962024-10-18T20:55:01.137Zuser 24:36.903593723
33972024-10-18T20:55:01.137Zsys 5:41.889903368
33982024-10-18T20:55:01.161Ztrap 0.607770004
33992024-10-18T20:55:01.161Ztflt 1.493074663
34002024-10-18T20:55:01.161Zdflt 2.721798959
34012024-10-18T20:55:01.161Zkflt 0.001283417
34022024-10-18T20:55:01.161Zlock 47:15.352976192
34032024-10-18T20:55:01.161Zslp 2:10:04.661892467
34042024-10-18T20:55:01.161Zlat 59.092817378
34052024-10-18T20:55:01.161Zstop 2:37.194614802
34062024-10-18T20:55:01.161Zprocess exited: duration 1122499 ms, exit code 0
 
34072024-10-18T20:55:01.210Zfound 0 output files