01JCMAP4AJMXCWRJJ8XMM6FHPX: 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: 01JCMAPHP1G3EPKCHV71EBW3RH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T03:16:29.891Zjob assigned to worker 01JCMAPP5WQNEE145YNSA783J1 (queued for 56 s)
 
22024-11-14T03:16:38.508Zstarting task 0: "setup"
32024-11-14T03:16:38.517Z++ uname -s
42024-11-14T03:16:38.520Z+ kern=SunOS
52024-11-14T03:16:38.520Z+ case "$kern" in
62024-11-14T03:16:38.520Z+ groupadd -g 12345 build
72024-11-14T03:16:38.523Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T03:16:40.535Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T03:16:40.693Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T03:16:40.696Z+ home_fs=zfs
112024-11-14T03:16:40.696Z+ [[ zfs == autofs ]]
122024-11-14T03:16:40.696Z+ mkdir -p /home/build
132024-11-14T03:16:40.698Z+ chown build:build /home/build /work
142024-11-14T03:16:42.701Z+ chmod 0700 /home/build /work
152024-11-14T03:16:42.704Zprocess exited: duration 4197 ms, exit code 0
 
162024-11-14T03:16:42.721Zstarting task 1: "rust-toolchain"
172024-11-14T03:16:42.730Z+ printf ' * toolchain channel = "%s"
182024-11-14T03:16:42.730Z * toolchain channel = "1.81.0"
192024-11-14T03:16:42.730Z * toolchain profile = "default"
202024-11-14T03:16:42.730Z' 1.81.0
212024-11-14T03:16:42.730Z+ printf ' * toolchain profile = "%s"
222024-11-14T03:16:42.730Z' default
232024-11-14T03:16:42.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T03:16:42.730Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T03:16:42.846Zinfo: downloading installer
262024-11-14T03:16:44.208Zinfo: profile set to 'default'
272024-11-14T03:16:44.208Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T03:16:44.210Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T03:16:44.356Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T03:16:44.356Zinfo: downloading component 'cargo'
312024-11-14T03:16:45.050Zinfo: downloading component 'clippy'
322024-11-14T03:16:45.310Zinfo: downloading component 'rust-docs'
332024-11-14T03:16:46.279Zinfo: downloading component 'rust-std'
342024-11-14T03:16:47.776Zinfo: downloading component 'rustc'
352024-11-14T03:16:53.103Zinfo: downloading component 'rustfmt'
362024-11-14T03:16:53.324Zinfo: installing component 'cargo'
372024-11-14T03:16:54.334Zinfo: installing component 'clippy'
382024-11-14T03:16:54.788Zinfo: installing component 'rust-docs'
392024-11-14T03:16:56.495Zinfo: installing component 'rust-std'
402024-11-14T03:16:58.475Zinfo: installing component 'rustc'
412024-11-14T03:17:05.150Zinfo: installing component 'rustfmt'
422024-11-14T03:17:05.557Z
432024-11-14T03:17:05.557Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-11-14T03:17:05.936Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T03:17:05.936Z
462024-11-14T03:17:05.938Z
472024-11-14T03:17:05.938ZRust is installed now. Great!
482024-11-14T03:17:05.938Z
492024-11-14T03:17:05.938ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T03:17:05.938Zenvironment variable. This has not been done automatically.
512024-11-14T03:17:05.938Z
522024-11-14T03:17:05.938ZTo configure your current shell, you need to source
532024-11-14T03:17:05.938Zthe corresponding env file under $HOME/.cargo.
542024-11-14T03:17:05.938Z
552024-11-14T03:17:05.938ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T03:17:05.939Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T03:17:05.939Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T03:17:06.026Z+ rustc --version
592024-11-14T03:17:06.103Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T03:17:06.106Zprocess exited: duration 23394 ms, exit code 0
 
612024-11-14T03:17:06.115Zstarting task 2: "authentication"
622024-11-14T03:17:06.139Zprocess exited: duration 25 ms, exit code 0
 
632024-11-14T03:17:06.144Zstarting task 3: "clone repository"
642024-11-14T03:17:06.151Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T03:17:06.153Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T03:17:06.430ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T03:17:46.236Z+ cd /work/oxidecomputer/omicron
682024-11-14T03:17:46.239Z+ git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731
692024-11-14T03:17:46.938ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T03:17:46.938Z * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD
712024-11-14T03:17:46.951Z+ [[ -n iliana/relock ]]
722024-11-14T03:17:46.954Z++ git branch --show-current
732024-11-14T03:17:46.957Z+ current=main
742024-11-14T03:17:46.957Z+ [[ main != iliana/relock ]]
752024-11-14T03:17:46.957Z+ git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731
762024-11-14T03:17:46.961Z+ git checkout -f iliana/relock
772024-11-14T03:17:47.147ZSwitched to branch 'iliana/relock'
782024-11-14T03:17:47.149Z+ git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731
792024-11-14T03:17:47.166ZHEAD is now at 77a407bfb fix Cargo.lock merge
802024-11-14T03:17:47.168Zprocess exited: duration 41021 ms, exit code 0
 
812024-11-14T03:17:47.173Zstarting task 4: "build"
822024-11-14T03:17:47.179Z+ source .github/buildomat/ci-env.sh
832024-11-14T03:17:47.179Z++ export CARGO_TERM_COLOR=always
842024-11-14T03:17:47.179Z++ CARGO_TERM_COLOR=always
852024-11-14T03:17:47.179Z+ cargo --version
862024-11-14T03:17:47.245Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-14T03:17:47.247Z+ rustc --version
882024-11-14T03:17:47.319Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-14T03:17:47.324Z+ source ./env.sh
902024-11-14T03:17:47.326Z++ OLD_SHELL_OPTS=ehxB
912024-11-14T03:17:47.326Z++ set -o xtrace
922024-11-14T03:17:47.329Z++++ dirname ./env.sh
932024-11-14T03:17:47.331Z+++ readlink -f .
942024-11-14T03:17:47.501Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-14T03:17:47.501Z++ 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-11-14T03:17:47.503Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-14T03:17:47.503Z++ 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-11-14T03:17:47.503Z++ 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-11-14T03:17:47.503Z++ 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-11-14T03:17:47.503Z++ 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-11-14T03:17:47.504Z++ 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-11-14T03:17:47.504Z++ 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-11-14T03:17:47.504Z++ case $OLD_SHELL_OPTS in
1042024-11-14T03:17:47.504Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-14T03:17:47.504Z+ 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-11-14T03:17:47.504Z+ 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-11-14T03:17:47.504Z+ banner prerequisites
1082024-11-14T03:17:47.634Z
1092024-11-14T03:17:47.634Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-14T03:17:47.634Z # # # # # # # # # # # # # # #
1112024-11-14T03:17:47.634Z # # # # ##### # # ##### # # # # # #### #
1122024-11-14T03:17:47.634Z ##### ##### # ##### # # # # # # # # #
1132024-11-14T03:17:47.634Z # # # # # # # # # # # # # # #
1142024-11-14T03:17:47.634Z # # # ###### # # ###### ### # #### # #### #
1152024-11-14T03:17:47.634Z
1162024-11-14T03:17:47.637Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-14T03:18:12.948Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-14T03:18:16.851Z Startup: Caching catalogs ... Done
1192024-11-14T03:18:26.328ZPlanning: Solver setup ... Done (8.670s)
1202024-11-14T03:18:26.444ZPlanning: Running solver ... Done (0.115s)
1212024-11-14T03:18:26.594ZPlanning: Finding local manifests ... Done (0.049s)
1222024-11-14T03:18:26.620ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-14T03:18:26.920ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-14T03:18:27.142ZPlanning: Package planning ... Done (0.223s)
1252024-11-14T03:18:27.200ZPlanning: Merging actions ... Done (0.058s)
1262024-11-14T03:18:27.839ZPlanning: Checking for conflicting actions ... Done (0.638s)
1272024-11-14T03:18:34.523ZPlanning: Consolidating action changes ... Done (6.683s)
1282024-11-14T03:18:35.002ZPlanning: Evaluating mediators ... Done (0.479s)
1292024-11-14T03:18:35.094ZPlanning: Planning completed in 18.14 seconds
1302024-11-14T03:18:35.261Z Packages to install: 4
1312024-11-14T03:18:35.261Z Packages to update: 1
1322024-11-14T03:18:35.261Z Mediators to change: 2
1332024-11-14T03:18:35.262Z Services to change: 1
1342024-11-14T03:18:35.262Z Estimated space available: 155.64 GB
1352024-11-14T03:18:35.269ZEstimated space to be consumed: 1.59 GB
1362024-11-14T03:18:35.269Z Create boot environment: No
1372024-11-14T03:18:35.269ZCreate backup boot environment: Yes
1382024-11-14T03:18:35.269Z Rebuild boot archive: No
1392024-11-14T03:18:35.270Z
1402024-11-14T03:18:35.270ZChanged mediators:
1412024-11-14T03:18:35.270Z mediator clang:
1422024-11-14T03:18:35.270Z version: None -> 15 (system default)
1432024-11-14T03:18:35.270Z
1442024-11-14T03:18:35.270Z mediator llvm:
1452024-11-14T03:18:35.270Z version: 14 (system default) -> 15 (system default)
1462024-11-14T03:18:35.270Z
1472024-11-14T03:18:35.270ZChanged packages:
1482024-11-14T03:18:35.270Zhelios-dev
1492024-11-14T03:18:35.270Z developer/build-essential
1502024-11-14T03:18:35.270Z None -> 11-2.0
1512024-11-14T03:18:35.270Z library/libxmlsec1
1522024-11-14T03:18:35.270Z None -> 1.2.35-2.0
1532024-11-14T03:18:35.270Z ooce/developer/clang-15
1542024-11-14T03:18:35.270Z None -> 15.0.7-2.0
1552024-11-14T03:18:35.270Z ooce/developer/llvm-15
1562024-11-14T03:18:35.270Z None -> 15.0.7-2.0
1572024-11-14T03:18:35.270Z package/pkg
1582024-11-14T03:18:35.270Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-14T03:18:35.270Z
1602024-11-14T03:18:35.271ZServices:
1612024-11-14T03:18:35.271Z restart_fmri:
1622024-11-14T03:18:35.271Z svc:/system/update-man-index:default
1632024-11-14T03:18:35.271Z
1642024-11-14T03:18:35.271ZEditable files to change:
1652024-11-14T03:18:35.271Z Update:
1662024-11-14T03:18:35.271Z usr/share/lib/pkg/web/config.shtml
1672024-11-14T03:18:35.789Z
1682024-11-14T03:18:35.789ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-14T03:18:40.802ZDownload: 535/4281 items 16.9/220.6MB 7% complete (3.5M/s)
1702024-11-14T03:18:45.806ZDownload: 1185/4281 items 67.7/220.6MB 30% complete (6.9M/s)
1712024-11-14T03:19:03.254ZDownload: 1195/4281 items 83.4/220.6MB 37% complete
1722024-11-14T03:19:08.254ZDownload: 2373/4281 items 119.8/220.6MB 54% complete (7.3M/s)
1732024-11-14T03:19:13.257ZDownload: 3555/4281 items 215.8/220.6MB 97% complete (13.3M/s)
1742024-11-14T03:19:16.053ZDownload: Completed 220.60 MB in 40.26 seconds (5.5M/s)
1752024-11-14T03:19:19.052Z Actions: 1/5063 actions (Removing old actions)
1762024-11-14T03:19:19.072Z Actions: 194/5063 actions (Installing new actions)
1772024-11-14T03:19:24.082Z Actions: 4069/5063 actions (Installing new actions)
1782024-11-14T03:19:24.766Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-14T03:19:25.191Z Actions: Completed 5063 actions in 6.14 seconds.
1802024-11-14T03:19:25.611Z Done (0.411s)
1812024-11-14T03:19:25.614Z Done (0.000s)
1822024-11-14T03:19:26.143Z Done (0.530s)
1832024-11-14T03:19:32.717Z Done (6.332s)
1842024-11-14T03:19:32.949Z Done (0.140s)
1852024-11-14T03:19:32.952Z Done (0.000s)
1862024-11-14T03:19:33.143Z Done (0.000s)
1872024-11-14T03:19:33.971ZPlanning: Evaluating mediator changes ... Done
1882024-11-14T03:19:34.163ZPlanning: Checking for conflicting actions ... Done
1892024-11-14T03:19:34.166ZPlanning: Consolidating action changes ... Done
1902024-11-14T03:19:34.462ZPlanning: Evaluating mediators ... Done
1912024-11-14T03:19:34.465ZPlanning: Planning completed in 0.49 seconds
1922024-11-14T03:19:34.506Z Mediators to change: 2
1932024-11-14T03:19:34.507Z Create boot environment: No
1942024-11-14T03:19:34.507ZCreate backup boot environment: No
1952024-11-14T03:19:34.603Z Done
1962024-11-14T03:19:34.603Z Done
1972024-11-14T03:19:34.990Z Done
1982024-11-14T03:19:39.289Z Done
1992024-11-14T03:19:39.404Z Done
2002024-11-14T03:19:39.407Z Done
2012024-11-14T03:19:39.576Z Done
2022024-11-14T03:19:40.316ZPlanning: Evaluating mediator changes ... Done
2032024-11-14T03:19:40.318ZPlanning: Merging actions ... Done
2042024-11-14T03:19:40.535ZPlanning: Checking for conflicting actions ... Done
2052024-11-14T03:19:40.538ZPlanning: Consolidating action changes ... Done
2062024-11-14T03:19:40.835ZPlanning: Evaluating mediators ... Done
2072024-11-14T03:19:40.898ZPlanning: Planning completed in 0.85 seconds
2082024-11-14T03:19:40.943Z Packages to change: 1
2092024-11-14T03:19:40.943Z Mediators to change: 1
2102024-11-14T03:19:40.943Z Services to change: 1
2112024-11-14T03:19:40.943Z Create boot environment: No
2122024-11-14T03:19:40.946ZCreate backup boot environment: Yes
2132024-11-14T03:19:43.219Z Actions: 1/6 actions (Updating modified actions)
2142024-11-14T03:19:43.274Z Actions: Completed 6 actions in 0.06 seconds.
2152024-11-14T03:19:43.277Z Done
2162024-11-14T03:19:43.277Z Done
2172024-11-14T03:19:43.392Z Done
2182024-11-14T03:19:47.123Z Done
2192024-11-14T03:19:47.209Z Done
2202024-11-14T03:19:47.211Z Done
2212024-11-14T03:19:47.400Z Done
2222024-11-14T03:19:47.826ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-14T03:19:47.826Zclang system 15 system
2242024-11-14T03:19:47.826Zcsh system system illumos
2252024-11-14T03:19:47.826Zctags system system illumos
2262024-11-14T03:19:47.826Zgcc vendor 12 vendor
2272024-11-14T03:19:47.826Zgcc system 10 system
2282024-11-14T03:19:47.826Zgcc system 7 system
2292024-11-14T03:19:47.826Zgo system 1.20 system
2302024-11-14T03:19:47.827Zgo system 1.19 system
2312024-11-14T03:19:47.827Zllvm system 15 system
2322024-11-14T03:19:47.827Zllvm system 14 system
2332024-11-14T03:19:47.827Zmariadb system 10.6 system
2342024-11-14T03:19:47.827Zmta vendor vendor dma
2352024-11-14T03:19:47.827Zopenjdk system 17 system
2362024-11-14T03:19:47.827Zopenjdk system 11 system
2372024-11-14T03:19:47.827Zopenjdk system 1.8 system
2382024-11-14T03:19:47.827Zopenssl vendor 3 vendor
2392024-11-14T03:19:47.827Zperl system 5.36 system
2402024-11-14T03:19:47.827Zpostgresql system 15 system
2412024-11-14T03:19:47.827Zpostgresql system 13 system
2422024-11-14T03:19:47.827Zpython vendor 3 vendor
2432024-11-14T03:19:47.827Zpython system 2 system
2442024-11-14T03:19:47.827Zpython3 system 3.11 system
2452024-11-14T03:19:47.827Zruby system 3.0 system
2462024-11-14T03:19:47.827Zwords vendor vendor american-english
2472024-11-14T03:19:47.827Zwords system system australian-english
2482024-11-14T03:19:47.827Zwords system system british-english
2492024-11-14T03:19:47.827Zwords system system canadian-english
2502024-11-14T03:19:47.827Zwords system system french
2512024-11-14T03:19:47.827Zwords system system italian
2522024-11-14T03:19:47.827Zwords system system ngerman
2532024-11-14T03:19:47.827Zwords system system ogerman
2542024-11-14T03:19:47.827Zwords system system spanish
2552024-11-14T03:19:48.163ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-14T03:19:48.163Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-14T03:19:50.646ZFMRI IFO
2582024-11-14T03:19:50.646Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-14T03:19:50.646Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-14T03:19:50.646Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-14T03:19:50.646Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-14T03:19:50.646Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-14T03:19:50.646Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-14T03:19:50.646Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-14T03:19:50.646Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-14T03:19:50.647Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-14T03:19:50.647Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-14T03:19:50.647Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-14T03:19:50.647Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-14T03:19:50.647Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-14T03:19:50.647Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-14T03:19:50.647Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-14T03:19:51.362Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-14T03:19:52.014Z Updating crates.io index
2752024-11-14T03:19:52.136Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-14T03:19:54.062Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-14T03:19:54.762Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-14T03:19:55.323Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-14T03:19:55.947Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-14T03:19:59.582Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-14T03:20:05.446Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-14T03:20:08.274Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-14T03:20:12.288Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-14T03:20:12.910Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-14T03:20:13.690Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-14T03:20:14.980Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-14T03:20:15.583Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-14T03:20:16.409Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-14T03:20:17.131Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-14T03:20:17.727Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-14T03:20:18.331Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-14T03:20:18.973Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-14T03:20:19.801Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-14T03:20:20.552Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-14T03:20:21.164Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-14T03:20:22.247Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-14T03:20:22.887Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-11-14T03:20:23.917Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-11-14T03:20:24.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-11-14T03:20:25.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-11-14T03:20:26.243Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-11-14T03:20:27.955Z Downloading crates ...
3032024-11-14T03:20:28.018Z Downloaded anstyle v1.0.10
3042024-11-14T03:20:28.021Z Downloaded anstyle-parse v0.2.5
3052024-11-14T03:20:28.026Z Downloaded fs-err v2.11.0
3062024-11-14T03:20:28.033Z Downloaded errno v0.3.9
3072024-11-14T03:20:28.036Z Downloaded once_cell v1.20.2
3082024-11-14T03:20:28.038Z Downloaded typenum v1.17.0
3092024-11-14T03:20:28.041Z Downloaded autocfg v1.4.0
3102024-11-14T03:20:28.044Z Downloaded macaddr v1.0.1
3112024-11-14T03:20:28.044Z Downloaded unicode-linebreak v0.1.5
3122024-11-14T03:20:28.054Z Downloaded bytecount v0.6.8
3132024-11-14T03:20:28.054Z Downloaded cpufeatures v0.2.14
3142024-11-14T03:20:28.054Z Downloaded cfg-if v1.0.0
3152024-11-14T03:20:28.054Z Downloaded ryu v1.0.18
3162024-11-14T03:20:28.056Z Downloaded terminal_size v0.4.0
3172024-11-14T03:20:28.056Z Downloaded cargo_metadata v0.18.1
3182024-11-14T03:20:28.056Z Downloaded quote v1.0.37
3192024-11-14T03:20:28.058Z Downloaded proc-macro-error v1.0.4
3202024-11-14T03:20:28.061Z Downloaded thiserror v1.0.69
3212024-11-14T03:20:28.066Z Downloaded sha2 v0.10.8
3222024-11-14T03:20:28.069Z Downloaded tabled_derive v0.7.0
3232024-11-14T03:20:28.071Z Downloaded heck v0.5.0
3242024-11-14T03:20:28.071Z Downloaded clap_derive v4.5.18
3252024-11-14T03:20:28.074Z Downloaded pest_meta v2.7.14
3262024-11-14T03:20:28.078Z Downloaded winnow v0.6.20
3272024-11-14T03:20:28.084Z Downloaded zerocopy-derive v0.7.35
3282024-11-14T03:20:28.089Z Downloaded anstream v0.6.15
3292024-11-14T03:20:28.091Z Downloaded colorchoice v1.0.2
3302024-11-14T03:20:28.094Z Downloaded anyhow v1.0.93
3312024-11-14T03:20:28.096Z Downloaded cargo-platform v0.1.8
3322024-11-14T03:20:28.098Z Downloaded clap v4.5.20
3332024-11-14T03:20:28.106Z Downloaded is_terminal_polyfill v1.70.1
3342024-11-14T03:20:28.109Z Downloaded cargo_toml v0.20.5
3352024-11-14T03:20:28.111Z Downloaded anstyle-query v1.1.1
3362024-11-14T03:20:28.111Z Downloaded plain v0.2.3
3372024-11-14T03:20:28.113Z Downloaded clap_lex v0.7.2
3382024-11-14T03:20:28.113Z Downloaded byteorder v1.5.0
3392024-11-14T03:20:28.116Z Downloaded fnv v1.0.7
3402024-11-14T03:20:28.116Z Downloaded block-buffer v0.10.4
3412024-11-14T03:20:28.118Z Downloaded usdt-macro v0.5.0
3422024-11-14T03:20:28.118Z Downloaded semver v1.0.23
3432024-11-14T03:20:28.121Z Downloaded itoa v1.0.11
3442024-11-14T03:20:28.121Z Downloaded camino v1.1.9
3452024-11-14T03:20:28.123Z Downloaded toml v0.8.19
3462024-11-14T03:20:28.127Z Downloaded swrite v0.1.0
3472024-11-14T03:20:28.129Z Downloaded equivalent v1.0.1
3482024-11-14T03:20:28.135Z Downloaded scroll_derive v0.12.0
3492024-11-14T03:20:28.137Z Downloaded dtrace-parser v0.2.0
3502024-11-14T03:20:28.137Z Downloaded pretty-hex v0.4.1
3512024-11-14T03:20:28.143Z Downloaded digest v0.10.7
3522024-11-14T03:20:28.145Z Downloaded usdt-attr-macro v0.5.0
3532024-11-14T03:20:28.151Z Downloaded proc-macro-error-attr v1.0.4
3542024-11-14T03:20:28.153Z Downloaded heck v0.4.1
3552024-11-14T03:20:28.153Z Downloaded fastrand v2.1.1
3562024-11-14T03:20:28.155Z Downloaded crypto-common v0.1.6
3572024-11-14T03:20:28.160Z Downloaded serde_spanned v0.6.8
3582024-11-14T03:20:28.162Z Downloaded generic-array v0.14.7
3592024-11-14T03:20:28.164Z Downloaded dof v0.3.0
3602024-11-14T03:20:28.170Z Downloaded serde_tokenstream v0.2.2
3612024-11-14T03:20:28.175Z Downloaded pest_generator v2.7.14
3622024-11-14T03:20:28.177Z Downloaded usdt v0.5.0
3632024-11-14T03:20:28.180Z Downloaded utf8parse v0.2.2
3642024-11-14T03:20:28.180Z Downloaded thread-id v4.2.2
3652024-11-14T03:20:28.182Z Downloaded thiserror-impl v1.0.69
3662024-11-14T03:20:28.182Z Downloaded smawk v0.3.2
3672024-11-14T03:20:28.185Z Downloaded version_check v0.9.5
3682024-11-14T03:20:28.188Z Downloaded scroll v0.12.0
3692024-11-14T03:20:28.188Z Downloaded strsim v0.11.1
3702024-11-14T03:20:28.193Z Downloaded tempfile v3.13.0
3712024-11-14T03:20:28.196Z Downloaded memmap v0.7.0
3722024-11-14T03:20:28.199Z Downloaded camino-tempfile v1.1.1
3732024-11-14T03:20:28.202Z Downloaded toml_datetime v0.6.8
3742024-11-14T03:20:28.210Z Downloaded usdt-impl v0.5.0
3752024-11-14T03:20:28.213Z Downloaded proc-macro2 v1.0.89
3762024-11-14T03:20:28.219Z Downloaded ucd-trie v0.1.7
3772024-11-14T03:20:28.221Z Downloaded log v0.4.22
3782024-11-14T03:20:28.224Z Downloaded bitflags v2.6.0
3792024-11-14T03:20:28.226Z Downloaded textwrap v0.16.1
3802024-11-14T03:20:28.230Z Downloaded pest_derive v2.7.14
3812024-11-14T03:20:28.235Z Downloaded papergrid v0.11.0
3822024-11-14T03:20:28.243Z Downloaded serde_derive v1.0.215
3832024-11-14T03:20:28.247Z Downloaded unicode-ident v1.0.13
3842024-11-14T03:20:28.251Z Downloaded serde v1.0.215
3852024-11-14T03:20:28.254Z Downloaded serde_json v1.0.132
3862024-11-14T03:20:28.262Z Downloaded hashbrown v0.15.0
3872024-11-14T03:20:28.267Z Downloaded memchr v2.7.4
3882024-11-14T03:20:28.272Z Downloaded indexmap v2.6.0
3892024-11-14T03:20:28.276Z Downloaded clap_builder v4.5.20
3902024-11-14T03:20:28.285Z Downloaded toml_edit v0.22.22
3912024-11-14T03:20:28.324Z Downloaded zerocopy v0.7.35
3922024-11-14T03:20:28.340Z Downloaded goblin v0.8.2
3932024-11-14T03:20:28.346Z Downloaded tabled v0.15.0
3942024-11-14T03:20:28.361Z Downloaded pest v2.7.14
3952024-11-14T03:20:28.366Z Downloaded syn v1.0.109
3962024-11-14T03:20:28.384Z Downloaded unicode-width v0.1.14
3972024-11-14T03:20:28.390Z Downloaded syn v2.0.87
3982024-11-14T03:20:28.401Z Downloaded rustix v0.38.37
3992024-11-14T03:20:28.432Z Downloaded libc v0.2.162
4002024-11-14T03:20:28.730Z Compiling proc-macro2 v1.0.89
4012024-11-14T03:20:28.730Z Compiling unicode-ident v1.0.13
4022024-11-14T03:20:28.732Z Compiling serde v1.0.215
4032024-11-14T03:20:28.733Z Compiling version_check v0.9.5
4042024-11-14T03:20:28.733Z Compiling thiserror v1.0.69
4052024-11-14T03:20:28.733Z Compiling memchr v2.7.4
4062024-11-14T03:20:28.733Z Compiling libc v0.2.162
4072024-11-14T03:20:28.733Z Compiling ryu v1.0.18
4082024-11-14T03:20:28.983Z Compiling itoa v1.0.11
4092024-11-14T03:20:29.157Z Compiling ucd-trie v0.1.7
4102024-11-14T03:20:29.195Z Compiling once_cell v1.20.2
4112024-11-14T03:20:29.594Z Compiling byteorder v1.5.0
4122024-11-14T03:20:29.644Z Compiling serde_json v1.0.132
4132024-11-14T03:20:29.940Z Compiling rustix v0.38.37
4142024-11-14T03:20:30.271Z Compiling bitflags v2.6.0
4152024-11-14T03:20:30.317Z Compiling usdt-impl v0.5.0
4162024-11-14T03:20:30.468Z Compiling proc-macro-error-attr v1.0.4
4172024-11-14T03:20:30.674Z Compiling syn v1.0.109
4182024-11-14T03:20:30.713Z Compiling proc-macro-error v1.0.4
4192024-11-14T03:20:30.770Z Compiling camino v1.1.9
4202024-11-14T03:20:30.839Z Compiling hashbrown v0.15.0
4212024-11-14T03:20:30.839Z Compiling equivalent v1.0.1
4222024-11-14T03:20:30.941Z Compiling log v0.4.22
4232024-11-14T03:20:30.989Z Compiling plain v0.2.3
4242024-11-14T03:20:31.144Z Compiling utf8parse v0.2.2
4252024-11-14T03:20:31.308Z Compiling quote v1.0.37
4262024-11-14T03:20:31.332Z Compiling anstyle-parse v0.2.5
4272024-11-14T03:20:31.462Z Compiling errno v0.3.9
4282024-11-14T03:20:31.647Z Compiling thread-id v4.2.2
4292024-11-14T03:20:31.697Z Compiling syn v2.0.87
4302024-11-14T03:20:31.766Z Compiling pretty-hex v0.4.1
4312024-11-14T03:20:31.804Z Compiling anstyle v1.0.10
4322024-11-14T03:20:31.991Z Compiling indexmap v2.6.0
4332024-11-14T03:20:32.015Z Compiling semver v1.0.23
4342024-11-14T03:20:32.053Z Compiling colorchoice v1.0.2
4352024-11-14T03:20:32.216Z Compiling unicode-width v0.1.14
4362024-11-14T03:20:32.310Z Compiling autocfg v1.4.0
4372024-11-14T03:20:32.629Z Compiling anstyle-query v1.1.1
4382024-11-14T03:20:32.776Z Compiling winnow v0.6.20
4392024-11-14T03:20:32.801Z Compiling is_terminal_polyfill v1.70.1
4402024-11-14T03:20:32.939Z Compiling anstream v0.6.15
4412024-11-14T03:20:33.544Z Compiling fs-err v2.11.0
4422024-11-14T03:20:33.547Z Compiling bytecount v0.6.8
4432024-11-14T03:20:33.621Z Compiling strsim v0.11.1
4442024-11-14T03:20:33.781Z Compiling cfg-if v1.0.0
4452024-11-14T03:20:33.805Z Compiling anyhow v1.0.93
4462024-11-14T03:20:33.835Z Compiling heck v0.5.0
4472024-11-14T03:20:33.871Z Compiling terminal_size v0.4.0
4482024-11-14T03:20:34.086Z Compiling heck v0.4.1
4492024-11-14T03:20:34.377Z Compiling clap_lex v0.7.2
4502024-11-14T03:20:34.529Z Compiling fnv v1.0.7
4512024-11-14T03:20:34.572Z Compiling fastrand v2.1.1
4522024-11-14T03:20:34.822Z Compiling papergrid v0.11.0
4532024-11-14T03:20:34.863Z Compiling clap_builder v4.5.20
4542024-11-14T03:20:34.970Z Compiling tempfile v3.13.0
4552024-11-14T03:20:35.266Z Compiling memmap v0.7.0
4562024-11-14T03:20:35.344Z Compiling unicode-linebreak v0.1.5
4572024-11-14T03:20:35.641Z Compiling smawk v0.3.2
4582024-11-14T03:20:35.864Z Compiling textwrap v0.16.1
4592024-11-14T03:20:36.416Z Compiling swrite v0.1.0
4602024-11-14T03:20:37.467Z Compiling tabled_derive v0.7.0
4612024-11-14T03:20:38.979Z Compiling tabled v0.15.0
4622024-11-14T03:20:40.559Z Compiling serde_derive v1.0.215
4632024-11-14T03:20:40.561Z Compiling thiserror-impl v1.0.69
4642024-11-14T03:20:40.561Z Compiling zerocopy-derive v0.7.35
4652024-11-14T03:20:40.561Z Compiling scroll_derive v0.12.0
4662024-11-14T03:20:40.562Z Compiling clap_derive v4.5.18
4672024-11-14T03:20:41.662Z Compiling scroll v0.12.0
4682024-11-14T03:20:42.147Z Compiling goblin v0.8.2
4692024-11-14T03:20:42.453Z Compiling zerocopy v0.7.35
4702024-11-14T03:20:43.400Z Compiling pest v2.7.14
4712024-11-14T03:20:44.439Z Compiling clap v4.5.20
4722024-11-14T03:20:45.463Z Compiling pest_meta v2.7.14
4732024-11-14T03:20:46.294Z Compiling pest_generator v2.7.14
4742024-11-14T03:20:48.357Z Compiling pest_derive v2.7.14
4752024-11-14T03:20:49.054Z Compiling dtrace-parser v0.2.0
4762024-11-14T03:20:50.580Z Compiling serde_tokenstream v0.2.2
4772024-11-14T03:20:50.708Z Compiling serde_spanned v0.6.8
4782024-11-14T03:20:50.708Z Compiling toml_datetime v0.6.8
4792024-11-14T03:20:50.830Z Compiling cargo-platform v0.1.8
4802024-11-14T03:20:51.087Z Compiling toml_edit v0.22.22
4812024-11-14T03:20:51.154Z Compiling macaddr v1.0.1
4822024-11-14T03:20:51.399Z Compiling camino-tempfile v1.1.1
4832024-11-14T03:20:52.033Z Compiling dof v0.3.0
4842024-11-14T03:20:52.327Z Compiling cargo_metadata v0.18.1
4852024-11-14T03:20:53.758Z Compiling toml v0.8.19
4862024-11-14T03:20:53.783Z Compiling usdt-macro v0.5.0
4872024-11-14T03:20:53.785Z Compiling usdt-attr-macro v0.5.0
4882024-11-14T03:20:54.597Z Compiling cargo_toml v0.20.5
4892024-11-14T03:20:55.137Z Compiling usdt v0.5.0
4902024-11-14T03:20:58.189Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-11-14T03:21:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4922024-11-14T03:21:02.638Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-11-14T03:21:03.153Z Downloading crates ...
4942024-11-14T03:21:03.285Z Downloaded adler2 v2.0.0
4952024-11-14T03:21:03.289Z Downloaded atty v0.2.14
4962024-11-14T03:21:03.292Z Downloaded async-trait v0.1.83
4972024-11-14T03:21:03.304Z Downloaded cbc v0.1.2
4982024-11-14T03:21:03.307Z Downloaded async-recursion v1.1.1
4992024-11-14T03:21:03.310Z Downloaded hostname v0.3.1
5002024-11-14T03:21:03.312Z Downloaded cfg_aliases v0.1.1
5012024-11-14T03:21:03.314Z Downloaded heck v0.3.3
5022024-11-14T03:21:03.317Z Downloaded crc-catalog v2.4.0
5032024-11-14T03:21:03.317Z Downloaded kstat-rs v0.2.4
5042024-11-14T03:21:03.319Z Downloaded base16ct v0.2.0
5052024-11-14T03:21:03.322Z Downloaded cmake v0.1.51
5062024-11-14T03:21:03.322Z Downloaded icu_provider_macros v1.5.0
5072024-11-14T03:21:03.324Z Downloaded md5 v0.7.0
5082024-11-14T03:21:03.324Z Downloaded ipnetwork v0.20.0
5092024-11-14T03:21:03.326Z Downloaded constant_time_eq v0.3.1
5102024-11-14T03:21:03.328Z Downloaded bitfield v0.14.0
5112024-11-14T03:21:03.331Z Downloaded chrono-tz-build v0.4.0
5122024-11-14T03:21:03.331Z Downloaded matches v0.1.10
5132024-11-14T03:21:03.333Z Downloaded cassowary v0.3.0
5142024-11-14T03:21:03.333Z Downloaded block-padding v0.3.3
5152024-11-14T03:21:03.336Z Downloaded instant v0.1.13
5162024-11-14T03:21:03.339Z Downloaded linear-map v1.2.0
5172024-11-14T03:21:03.339Z Downloaded cookie_store v0.21.0
5182024-11-14T03:21:03.341Z Downloaded managed v0.8.0
5192024-11-14T03:21:03.343Z Downloaded humantime v2.1.0
5202024-11-14T03:21:03.345Z Downloaded lalrpop-util v0.19.12
5212024-11-14T03:21:03.345Z Downloaded buf-list v1.0.3
5222024-11-14T03:21:03.348Z Downloaded mime v0.3.17
5232024-11-14T03:21:03.350Z Downloaded lru-cache v0.1.2
5242024-11-14T03:21:03.353Z Downloaded bzip2 v0.4.4
5252024-11-14T03:21:03.355Z Downloaded lock_api v0.4.12
5262024-11-14T03:21:03.357Z Downloaded indoc v1.0.9
5272024-11-14T03:21:03.360Z Downloaded indent_write v2.2.0
5282024-11-14T03:21:03.360Z Downloaded const-oid v0.9.6
5292024-11-14T03:21:03.362Z Downloaded libefi-sys v0.1.0
5302024-11-14T03:21:03.364Z Downloaded icu_locid_transform_data v1.5.0
5312024-11-14T03:21:03.367Z Downloaded hyper-rustls v0.27.3
5322024-11-14T03:21:03.369Z Downloaded rpassword v7.3.1
5332024-11-14T03:21:03.373Z Downloaded chacha20poly1305 v0.10.1
5342024-11-14T03:21:03.376Z Downloaded http-body-util v0.1.2
5352024-11-14T03:21:03.376Z Downloaded hickory-client v0.24.1
5362024-11-14T03:21:03.379Z Downloaded primeorder v0.13.6
5372024-11-14T03:21:03.381Z Downloaded icu_properties v1.5.1
5382024-11-14T03:21:03.384Z Downloaded hyper-util v0.1.10
5392024-11-14T03:21:03.388Z Downloaded r2d2 v0.8.10
5402024-11-14T03:21:03.391Z Downloaded icu_collections v1.5.0
5412024-11-14T03:21:03.397Z Downloaded crypto-bigint v0.5.5
5422024-11-14T03:21:03.404Z Downloaded tinyvec_macros v0.1.1
5432024-11-14T03:21:03.407Z Downloaded rustc-hash v2.0.0
5442024-11-14T03:21:03.410Z Downloaded http-range v0.1.5
5452024-11-14T03:21:03.412Z Downloaded http-body v1.0.1
5462024-11-14T03:21:03.412Z Downloaded async-bb8-diesel v0.2.1
5472024-11-14T03:21:03.414Z Downloaded ascii-canvas v3.0.0
5482024-11-14T03:21:03.417Z Downloaded rcgen v0.12.1
5492024-11-14T03:21:03.419Z Downloaded strip-ansi-escapes v0.2.0
5502024-11-14T03:21:03.421Z Downloaded scopeguard v1.2.0
5512024-11-14T03:21:03.422Z Downloaded cfg_aliases v0.2.1
5522024-11-14T03:21:03.424Z Downloaded itertools v0.10.5
5532024-11-14T03:21:03.431Z Downloaded serde_yaml v0.9.34+deprecated
5542024-11-14T03:21:03.435Z Downloaded sqlformat v0.2.6
5552024-11-14T03:21:03.437Z Downloaded itertools v0.13.0
5562024-11-14T03:21:03.445Z Downloaded hubpack_derive v0.1.1
5572024-11-14T03:21:03.447Z Downloaded blowfish v0.9.1
5582024-11-14T03:21:03.450Z Downloaded aes v0.8.4
5592024-11-14T03:21:03.452Z Downloaded match_cfg v0.1.0
5602024-11-14T03:21:03.454Z Downloaded bit-vec v0.6.3
5612024-11-14T03:21:03.458Z Downloaded is_ci v1.2.0
5622024-11-14T03:21:03.458Z Downloaded cstr-argument v0.1.2
5632024-11-14T03:21:03.460Z Downloaded cobs v0.2.3
5642024-11-14T03:21:03.460Z Downloaded crunchy v0.2.2
5652024-11-14T03:21:03.462Z Downloaded crucible-workspace-hack v0.1.0
5662024-11-14T03:21:03.462Z Downloaded libm v0.2.8
5672024-11-14T03:21:03.470Z Downloaded topological-sort v0.2.2
5682024-11-14T03:21:03.472Z Downloaded hex v0.4.3
5692024-11-14T03:21:03.475Z Downloaded zerofrom-derive v0.1.4
5702024-11-14T03:21:03.478Z Downloaded ahash v0.8.11
5712024-11-14T03:21:03.480Z Downloaded aho-corasick v1.1.3
5722024-11-14T03:21:03.485Z Downloaded darling_macro v0.20.10
5732024-11-14T03:21:03.487Z Downloaded lazy_static v1.5.0
5742024-11-14T03:21:03.489Z Downloaded lazycell v1.3.0
5752024-11-14T03:21:03.492Z Downloaded cexpr v0.6.0
5762024-11-14T03:21:03.494Z Downloaded memoffset v0.9.1
5772024-11-14T03:21:03.497Z Downloaded zone_cfg_derive v0.1.2
5782024-11-14T03:21:03.497Z Downloaded zerofrom v0.1.4
5792024-11-14T03:21:03.497Z Downloaded waitgroup v0.1.2
5802024-11-14T03:21:03.499Z Downloaded try-lock v0.2.5
5812024-11-14T03:21:03.499Z Downloaded lockfree-object-pool v0.1.6
5822024-11-14T03:21:03.502Z Downloaded tokio-tungstenite v0.24.0
5832024-11-14T03:21:03.505Z Downloaded bb8 v0.8.5
5842024-11-14T03:21:03.507Z Downloaded idna_adapter v1.2.0
5852024-11-14T03:21:03.509Z Downloaded hubpack v0.1.2
5862024-11-14T03:21:03.511Z Downloaded hmac v0.12.1
5872024-11-14T03:21:03.513Z Downloaded darling v0.20.10
5882024-11-14T03:21:03.517Z Downloaded foreign-types-shared v0.1.1
5892024-11-14T03:21:03.519Z Downloaded zone_cfg_derive v0.3.0
5902024-11-14T03:21:03.519Z Downloaded whoami v1.5.2
5912024-11-14T03:21:03.522Z Downloaded zone v0.3.0
5922024-11-14T03:21:03.524Z Downloaded ciborium v0.2.2
5932024-11-14T03:21:03.526Z Downloaded ipnet v2.10.1
5942024-11-14T03:21:03.532Z Downloaded arc-swap v1.7.1
5952024-11-14T03:21:03.532Z Downloaded stringprep v0.1.5
5962024-11-14T03:21:03.535Z Downloaded radium v0.7.0
5972024-11-14T03:21:03.541Z Downloaded newtype_derive v0.1.6
5982024-11-14T03:21:03.541Z Downloaded signal-hook-mio v0.2.4
5992024-11-14T03:21:03.541Z Downloaded structmeta v0.3.0
6002024-11-14T03:21:03.541Z Downloaded mime_guess v2.0.5
6012024-11-14T03:21:03.544Z Downloaded dirs-sys-next v0.1.2
6022024-11-14T03:21:03.546Z Downloaded slog-async v2.8.0
6032024-11-14T03:21:03.546Z Downloaded opaque-debug v0.3.1
6042024-11-14T03:21:03.548Z Downloaded twox-hash v1.6.3
6052024-11-14T03:21:03.551Z Downloaded form_urlencoded v1.2.1
6062024-11-14T03:21:03.551Z Downloaded heapless v0.7.17
6072024-11-14T03:21:03.556Z Downloaded enum-as-inner v0.6.1
6082024-11-14T03:21:03.558Z Downloaded crc-any v2.5.0
6092024-11-14T03:21:03.560Z Downloaded data-encoding v2.6.0
6102024-11-14T03:21:03.562Z Downloaded indexmap v1.9.3
6112024-11-14T03:21:03.566Z Downloaded flagset v0.4.6
6122024-11-14T03:21:03.568Z Downloaded tls_codec v0.4.1
6132024-11-14T03:21:03.571Z Downloaded env_logger v0.10.2
6142024-11-14T03:21:03.574Z Downloaded schemars v0.8.21
6152024-11-14T03:21:03.587Z Downloaded getrandom v0.2.15
6162024-11-14T03:21:03.591Z Downloaded toolchain_find v0.4.0
6172024-11-14T03:21:03.593Z Downloaded gethostname v0.5.0
6182024-11-14T03:21:03.596Z Downloaded foreign-types-shared v0.3.1
6192024-11-14T03:21:03.596Z Downloaded blake2 v0.10.6
6202024-11-14T03:21:03.599Z Downloaded phf_generator v0.11.2
6212024-11-14T03:21:03.601Z Downloaded parse-display v0.10.0
6222024-11-14T03:21:03.601Z Downloaded indicatif v0.17.8
6232024-11-14T03:21:03.606Z Downloaded precomputed-hash v0.1.1
6242024-11-14T03:21:03.608Z Downloaded icu_provider v1.5.0
6252024-11-14T03:21:03.611Z Downloaded ppv-lite86 v0.2.20
6262024-11-14T03:21:03.613Z Downloaded rustc-hash v1.1.0
6272024-11-14T03:21:03.613Z Downloaded native-tls v0.2.12
6282024-11-14T03:21:03.616Z Downloaded pin-utils v0.1.0
6292024-11-14T03:21:03.618Z Downloaded clang-sys v1.8.1
6302024-11-14T03:21:03.620Z Downloaded display-error-chain v0.2.2
6312024-11-14T03:21:03.622Z Downloaded base64 v0.13.1
6322024-11-14T03:21:03.625Z Downloaded foreign-types v0.3.2
6332024-11-14T03:21:03.628Z Downloaded strum v0.26.3
6342024-11-14T03:21:03.628Z Downloaded num-rational v0.4.2
6352024-11-14T03:21:03.630Z Downloaded hash32 v0.2.1
6362024-11-14T03:21:03.632Z Downloaded normalize-line-endings v0.3.0
6372024-11-14T03:21:03.633Z Downloaded want v0.3.1
6382024-11-14T03:21:03.636Z Downloaded slog v2.7.0
6392024-11-14T03:21:03.638Z Downloaded signal-hook v0.3.17
6402024-11-14T03:21:03.641Z Downloaded thread_local v1.1.8
6412024-11-14T03:21:03.643Z Downloaded strum_macros v0.25.3
6422024-11-14T03:21:03.645Z Downloaded smf v0.2.3
6432024-11-14T03:21:03.647Z Downloaded progenitor-client v0.8.0
6442024-11-14T03:21:03.650Z Downloaded pem-rfc7468 v0.7.0
6452024-11-14T03:21:03.650Z Downloaded parking_lot_core v0.9.10
6462024-11-14T03:21:03.652Z Downloaded utf16_iter v1.0.5
6472024-11-14T03:21:03.655Z Downloaded predicates v3.1.2
6482024-11-14T03:21:03.657Z Downloaded peg-runtime v0.8.3
6492024-11-14T03:21:03.660Z Downloaded bumpalo v3.16.0
6502024-11-14T03:21:03.662Z Downloaded sqlparser_derive v0.2.2
6512024-11-14T03:21:03.665Z Downloaded hickory-resolver v0.24.1
6522024-11-14T03:21:03.668Z Downloaded ff v0.13.0
6532024-11-14T03:21:03.670Z Downloaded either v1.13.0
6542024-11-14T03:21:03.672Z Downloaded strum_macros v0.24.3
6552024-11-14T03:21:03.675Z Downloaded ed25519 v2.2.3
6562024-11-14T03:21:03.679Z Downloaded futures-macro v0.3.31
6572024-11-14T03:21:03.681Z Downloaded defmt-parser v0.3.4
6582024-11-14T03:21:03.681Z Downloaded debug-ignore v1.0.5
6592024-11-14T03:21:03.681Z Downloaded postgres-protocol v0.6.7
6602024-11-14T03:21:03.684Z Downloaded packed_struct_codegen v0.10.1
6612024-11-14T03:21:03.686Z Downloaded packed_struct v0.10.1
6622024-11-14T03:21:03.689Z Downloaded rustc_version v0.4.1
6632024-11-14T03:21:03.689Z Downloaded rustc-demangle v0.1.24
6642024-11-14T03:21:03.691Z Downloaded group v0.13.0
6652024-11-14T03:21:03.694Z Downloaded progenitor v0.8.0
6662024-11-14T03:21:03.708Z Downloaded sync_wrapper v1.0.1
6672024-11-14T03:21:03.710Z Downloaded backtrace v0.3.74
6682024-11-14T03:21:03.713Z Downloaded downcast v0.11.0
6692024-11-14T03:21:03.716Z Downloaded fxhash v0.2.1
6702024-11-14T03:21:03.716Z Downloaded defmt v0.3.8
6712024-11-14T03:21:03.719Z Downloaded cc v1.1.30
6722024-11-14T03:21:03.724Z Downloaded openssl-probe v0.1.5
6732024-11-14T03:21:03.726Z Downloaded spki v0.7.3
6742024-11-14T03:21:03.728Z Downloaded strum_macros v0.26.4
6752024-11-14T03:21:03.731Z Downloaded zerovec-derive v0.10.3
6762024-11-14T03:21:03.733Z Downloaded siphasher v0.3.11
6772024-11-14T03:21:03.736Z Downloaded nu-ansi-term v0.50.1
6782024-11-14T03:21:03.738Z Downloaded darling_core v0.20.10
6792024-11-14T03:21:03.742Z Downloaded rsa v0.9.6
6802024-11-14T03:21:03.748Z Downloaded termtree v0.4.1
6812024-11-14T03:21:03.750Z Downloaded ssh-encoding v0.2.0
6822024-11-14T03:21:03.752Z Downloaded tower-service v0.3.3
6832024-11-14T03:21:03.752Z Downloaded unarray v0.1.4
6842024-11-14T03:21:03.755Z Downloaded oso-derive v0.27.3
6852024-11-14T03:21:03.755Z Downloaded ssh-cipher v0.2.0
6862024-11-14T03:21:03.757Z Downloaded tabwriter v1.4.0
6872024-11-14T03:21:03.759Z Downloaded futures-task v0.3.31
6882024-11-14T03:21:03.760Z Downloaded typify-macro v0.2.0
6892024-11-14T03:21:03.762Z Downloaded rustls-pemfile v1.0.4
6902024-11-14T03:21:03.764Z Downloaded synstructure v0.13.1
6912024-11-14T03:21:03.764Z Downloaded shell-words v1.1.0
6922024-11-14T03:21:03.767Z Downloaded embedded-io v0.4.0
6932024-11-14T03:21:03.769Z Downloaded dsl_auto_type v0.1.2
6942024-11-14T03:21:03.769Z Downloaded aes-gcm v0.10.3
6952024-11-14T03:21:03.773Z Downloaded parse-size v1.1.0
6962024-11-14T03:21:03.775Z Downloaded mirai-annotations v1.12.0
6972024-11-14T03:21:03.775Z Downloaded psl-types v2.0.11
6982024-11-14T03:21:03.777Z Downloaded peg-macros v0.8.4
6992024-11-14T03:21:03.779Z Downloaded globset v0.4.15
7002024-11-14T03:21:03.782Z Downloaded tokio-rustls v0.25.0
7012024-11-14T03:21:03.784Z Downloaded progenitor-impl v0.8.0
7022024-11-14T03:21:03.787Z Downloaded tungstenite v0.23.0
7032024-11-14T03:21:03.789Z Downloaded tokio-stream v0.1.16
7042024-11-14T03:21:03.794Z Downloaded writeable v0.5.5
7052024-11-14T03:21:03.797Z Downloaded vsss-rs v3.3.4
7062024-11-14T03:21:03.799Z Downloaded omicron-zone-package v0.11.1
7072024-11-14T03:21:03.803Z Downloaded pretty-hex v0.2.1
7082024-11-14T03:21:03.806Z Downloaded defmt-macros v0.3.9
7092024-11-14T03:21:03.808Z Downloaded idna v0.2.3
7102024-11-14T03:21:03.815Z Downloaded enum-as-inner v0.5.1
7112024-11-14T03:21:03.818Z Downloaded multer v3.1.0
7122024-11-14T03:21:03.820Z Downloaded futures-channel v0.3.31
7132024-11-14T03:21:03.823Z Downloaded ref-cast v1.0.23
7142024-11-14T03:21:03.826Z Downloaded float-ord v0.3.2
7152024-11-14T03:21:03.828Z Downloaded elliptic-curve v0.13.8
7162024-11-14T03:21:03.832Z Downloaded num_threads v0.1.7
7172024-11-14T03:21:03.834Z Downloaded difflib v0.4.0
7182024-11-14T03:21:03.836Z Downloaded dhcproto-macros v0.1.0
7192024-11-14T03:21:03.836Z Downloaded mockall v0.13.0
7202024-11-14T03:21:03.838Z Downloaded dirs-next v2.0.0
7212024-11-14T03:21:03.841Z Downloaded wyz v0.5.1
7222024-11-14T03:21:03.841Z Downloaded rtoolbox v0.0.2
7232024-11-14T03:21:03.843Z Downloaded flume v0.11.1
7242024-11-14T03:21:03.846Z Downloaded vte_generate_state_changes v0.1.2
7252024-11-14T03:21:03.848Z Downloaded spin v0.9.8
7262024-11-14T03:21:03.851Z Downloaded poly1305 v0.8.0
7272024-11-14T03:21:03.853Z Downloaded shlex v1.3.0
7282024-11-14T03:21:03.855Z Downloaded predicates-tree v1.0.11
7292024-11-14T03:21:03.857Z Downloaded futures-core v0.3.31
7302024-11-14T03:21:03.857Z Downloaded rustfmt-wrapper v0.2.1
7312024-11-14T03:21:03.861Z Downloaded idna v0.5.0
7322024-11-14T03:21:03.866Z Downloaded serde-big-array v0.5.1
7332024-11-14T03:21:03.869Z Downloaded scheduled-thread-pool v0.2.7
7342024-11-14T03:21:03.871Z Downloaded structmeta-derive v0.2.0
7352024-11-14T03:21:03.873Z Downloaded stable_deref_trait v1.2.0
7362024-11-14T03:21:03.874Z Downloaded slog-bunyan v2.5.0
7372024-11-14T03:21:03.876Z Downloaded russh-cryptovec v0.7.3
7382024-11-14T03:21:03.876Z Downloaded foreign-types-macros v0.2.3
7392024-11-14T03:21:03.881Z Downloaded slog-stdlog v4.1.1
7402024-11-14T03:21:03.881Z Downloaded predicates-core v1.0.8
7412024-11-14T03:21:03.883Z Downloaded env_logger v0.11.5
7422024-11-14T03:21:03.883Z Downloaded slog-dtrace v0.3.0
7432024-11-14T03:21:03.885Z Downloaded string_cache v0.8.7
7442024-11-14T03:21:03.888Z Downloaded slog-json v2.6.1
7452024-11-14T03:21:03.888Z Downloaded slog-envlogger v2.2.0
7462024-11-14T03:21:03.890Z Downloaded embedded-io v0.6.1
7472024-11-14T03:21:03.892Z Downloaded structmeta-derive v0.3.0
7482024-11-14T03:21:03.894Z Downloaded pin-project v1.1.6
7492024-11-14T03:21:03.906Z Downloaded num_enum_derive v0.5.11
7502024-11-14T03:21:03.908Z Downloaded itertools v0.12.1
7512024-11-14T03:21:03.915Z Downloaded which v4.4.2
7522024-11-14T03:21:03.917Z Downloaded secrecy v0.8.0
7532024-11-14T03:21:03.919Z Downloaded sec1 v0.7.3
7542024-11-14T03:21:03.922Z Downloaded rustversion v1.0.17
7552024-11-14T03:21:03.924Z Downloaded take_mut v0.2.2
7562024-11-14T03:21:03.924Z Downloaded smallvec v0.6.14
7572024-11-14T03:21:03.927Z Downloaded slog-term v2.9.1
7582024-11-14T03:21:03.929Z Downloaded password-hash v0.5.0
7592024-11-14T03:21:03.932Z Downloaded futures v0.3.31
7602024-11-14T03:21:03.937Z Downloaded num-integer v0.1.46
7612024-11-14T03:21:03.940Z Downloaded hyper v1.5.0
7622024-11-14T03:21:03.947Z Downloaded yoke-derive v0.7.4
7632024-11-14T03:21:03.950Z Downloaded num-iter v0.1.45
7642024-11-14T03:21:03.953Z Downloaded fragile v2.0.0
7652024-11-14T03:21:03.953Z Downloaded rand_chacha v0.3.1
7662024-11-14T03:21:03.955Z Downloaded phf_shared v0.11.2
7672024-11-14T03:21:03.956Z Downloaded diesel-dtrace v0.3.0
7682024-11-14T03:21:03.958Z Downloaded wait-timeout v0.2.0
7692024-11-14T03:21:03.960Z Downloaded derive_builder_macro v0.20.2
7702024-11-14T03:21:03.960Z Downloaded quinn-udp v0.5.5
7712024-11-14T03:21:03.963Z Downloaded snafu-derive v0.8.5
7722024-11-14T03:21:03.965Z Downloaded socket2 v0.5.7
7732024-11-14T03:21:03.967Z Downloaded termcolor v1.4.1
7742024-11-14T03:21:03.969Z Downloaded tap v1.0.1
7752024-11-14T03:21:03.969Z Downloaded tokio-tungstenite v0.21.0
7762024-11-14T03:21:03.972Z Downloaded oso v0.27.3
7772024-11-14T03:21:03.975Z Downloaded smallvec v1.13.2
7782024-11-14T03:21:03.978Z Downloaded sct v0.7.1
7792024-11-14T03:21:03.982Z Downloaded num-conv v0.1.0
7802024-11-14T03:21:03.984Z Downloaded zip v0.6.6
7812024-11-14T03:21:03.988Z Downloaded ron v0.8.1
7822024-11-14T03:21:03.994Z Downloaded signal-hook-tokio v0.3.1
7832024-11-14T03:21:03.997Z Downloaded phf v0.11.2
7842024-11-14T03:21:03.997Z Downloaded futures-executor v0.3.31
7852024-11-14T03:21:03.999Z Downloaded xz2 v0.1.7
7862024-11-14T03:21:04.002Z Downloaded pin-project-lite v0.2.14
7872024-11-14T03:21:04.006Z Downloaded headers v0.4.0
7882024-11-14T03:21:04.012Z Downloaded diesel_table_macro_syntax v0.2.0
7892024-11-14T03:21:04.015Z Downloaded signature v2.2.0
7902024-11-14T03:21:04.017Z Downloaded xattr v1.3.1
7912024-11-14T03:21:04.017Z Downloaded thiserror-impl-no-std v2.0.2
7922024-11-14T03:21:04.020Z Downloaded proc-macro-crate v1.3.1
7932024-11-14T03:21:04.023Z Downloaded polyval v0.6.2
7942024-11-14T03:21:04.023Z Downloaded nibble_vec v0.1.0
7952024-11-14T03:21:04.025Z Downloaded funty v2.0.0
7962024-11-14T03:21:04.027Z Downloaded supports-color v3.0.1
7972024-11-14T03:21:04.027Z Downloaded termios v0.3.3
7982024-11-14T03:21:04.030Z Downloaded blake3 v1.5.4
7992024-11-14T03:21:04.038Z Downloaded serde-hex v0.1.0
8002024-11-14T03:21:04.041Z Downloaded foreign-types v0.5.0
8012024-11-14T03:21:04.041Z Downloaded yasna v0.5.2
8022024-11-14T03:21:04.043Z Downloaded pem v3.0.4
8032024-11-14T03:21:04.045Z Downloaded subtle v2.6.1
8042024-11-14T03:21:04.047Z Downloaded phf_shared v0.10.0
8052024-11-14T03:21:04.047Z Downloaded path-slash v0.1.5
8062024-11-14T03:21:04.050Z Downloaded fallible-streaming-iterator v0.1.9
8072024-11-14T03:21:04.050Z Downloaded endian-type v0.1.2
8082024-11-14T03:21:04.052Z Downloaded yoke v0.7.4
8092024-11-14T03:21:04.052Z Downloaded float-cmp v0.9.0
8102024-11-14T03:21:04.054Z Downloaded nodrop v0.1.14
8112024-11-14T03:21:04.056Z Downloaded fixedbitset v0.4.2
8122024-11-14T03:21:04.056Z Downloaded filetime v0.2.25
8132024-11-14T03:21:04.058Z Downloaded tokio-native-tls v0.3.1
8142024-11-14T03:21:04.061Z Downloaded hashlink v0.9.1
8152024-11-14T03:21:04.063Z Downloaded signal-hook-registry v1.4.2
8162024-11-14T03:21:04.065Z Downloaded fd-lock v4.0.2
8172024-11-14T03:21:04.068Z Downloaded p256 v0.13.2
8182024-11-14T03:21:04.070Z Downloaded deranged v0.3.11
8192024-11-14T03:21:04.073Z Downloaded der_derive v0.7.3
8202024-11-14T03:21:04.075Z Downloaded pin-project-internal v1.1.6
8212024-11-14T03:21:04.077Z Downloaded unsafe-libyaml v0.2.11
8222024-11-14T03:21:04.080Z Downloaded utf8_iter v1.0.4
8232024-11-14T03:21:04.082Z Downloaded tiny-keccak v2.0.2
8242024-11-14T03:21:04.085Z Downloaded unicode-truncate v1.1.0
8252024-11-14T03:21:04.085Z Downloaded percent-encoding v2.3.1
8262024-11-14T03:21:04.087Z Downloaded samael v0.0.17
8272024-11-14T03:21:04.092Z Downloaded untrusted v0.9.0
8282024-11-14T03:21:04.095Z Downloaded untrusted v0.7.1
8292024-11-14T03:21:04.097Z Downloaded universal-hash v0.5.1
8302024-11-14T03:21:04.097Z Downloaded serde_path_to_error v0.1.16
8312024-11-14T03:21:04.099Z Downloaded fallible-iterator v0.3.0
8322024-11-14T03:21:04.099Z Downloaded ena v0.14.3
8332024-11-14T03:21:04.102Z Downloaded tokio-rustls v0.24.1
8342024-11-14T03:21:04.104Z Downloaded zerocopy v0.6.6
8352024-11-14T03:21:04.107Z Downloaded parking_lot_core v0.8.6
8362024-11-14T03:21:04.109Z Downloaded parking_lot v0.11.2
8372024-11-14T03:21:04.111Z Downloaded unicode-xid v0.2.6
8382024-11-14T03:21:04.114Z Downloaded tracing-attributes v0.1.27
8392024-11-14T03:21:04.116Z Downloaded diff v0.1.13
8402024-11-14T03:21:04.119Z Downloaded parse-display-derive v0.10.0
8412024-11-14T03:21:04.121Z Downloaded tracing v0.1.40
8422024-11-14T03:21:04.125Z Downloaded p521 v0.13.3
8432024-11-14T03:21:04.129Z Downloaded des v0.8.1
8442024-11-14T03:21:04.132Z Downloaded parse-zoneinfo v0.3.1
8452024-11-14T03:21:04.134Z Downloaded serde_derive_internals v0.29.1
8462024-11-14T03:21:04.137Z Downloaded rustls-pemfile v2.2.0
8472024-11-14T03:21:04.139Z Downloaded tinystr v0.7.6
8482024-11-14T03:21:04.141Z Downloaded fs_extra v1.3.0
8492024-11-14T03:21:04.144Z Downloaded pkcs1 v0.7.5
8502024-11-14T03:21:04.147Z Downloaded phf_codegen v0.11.2
8512024-11-14T03:21:04.147Z Downloaded paste v1.0.15
8522024-11-14T03:21:04.150Z Downloaded tokio-macros v2.4.0
8532024-11-14T03:21:04.152Z Downloaded dhcproto v0.12.0
8542024-11-14T03:21:04.155Z Downloaded parking_lot v0.12.3
8552024-11-14T03:21:04.157Z Downloaded prettyplease v0.2.25
8562024-11-14T03:21:04.160Z Downloaded tinyvec v1.8.0
8572024-11-14T03:21:04.164Z Downloaded rustls-pki-types v1.9.0
8582024-11-14T03:21:04.167Z Downloaded expectorate v1.1.0
8592024-11-14T03:21:04.171Z Downloaded steno v0.4.1
8602024-11-14T03:21:04.174Z Downloaded zerovec v0.10.4
8612024-11-14T03:21:04.181Z Downloaded uuid v1.11.0
8622024-11-14T03:21:04.184Z Downloaded fatfs v0.3.6
8632024-11-14T03:21:04.188Z Downloaded unicode-properties v0.1.3
8642024-11-14T03:21:04.191Z Downloaded unicode-bidi v0.3.17
8652024-11-14T03:21:04.193Z Downloaded lalrpop v0.19.12
8662024-11-14T03:21:04.205Z Downloaded pkcs5 v0.7.1
8672024-11-14T03:21:04.210Z Downloaded tungstenite v0.24.0
8682024-11-14T03:21:04.213Z Downloaded tokio-postgres v0.7.12
8692024-11-14T03:21:04.219Z Downloaded tokio-util v0.7.12
8702024-11-14T03:21:04.227Z Downloaded hashbrown v0.12.3
8712024-11-14T03:21:04.231Z Downloaded rand v0.8.5
8722024-11-14T03:21:04.235Z Downloaded salty v0.3.0
8732024-11-14T03:21:04.243Z Downloaded publicsuffix v2.2.3
8742024-11-14T03:21:04.246Z Downloaded url v2.5.3
8752024-11-14T03:21:04.249Z Downloaded qorb v0.2.0
8762024-11-14T03:21:04.254Z Downloaded unicode-segmentation v1.12.0
8772024-11-14T03:21:04.258Z Downloaded idna v0.3.0
8782024-11-14T03:21:04.266Z Downloaded hashbrown v0.13.2
8792024-11-14T03:21:04.270Z Downloaded futures-util v0.3.31
8802024-11-14T03:21:04.284Z Downloaded x509-cert v0.2.5
8812024-11-14T03:21:04.290Z Downloaded num-bigint v0.4.6
8822024-11-14T03:21:04.296Z Downloaded rusqlite v0.32.1
8832024-11-14T03:21:04.303Z Downloaded num-bigint-dig v0.8.4
8842024-11-14T03:21:04.308Z Downloaded hashbrown v0.14.5
8852024-11-14T03:21:04.314Z Downloaded reqwest v0.12.9
8862024-11-14T03:21:04.323Z Downloaded quinn-proto v0.11.8
8872024-11-14T03:21:04.330Z Downloaded webpki-roots v0.26.6
8882024-11-14T03:21:04.334Z Downloaded git2 v0.19.0
8892024-11-14T03:21:04.343Z Downloaded h2 v0.4.6
8902024-11-14T03:21:04.350Z Downloaded unicode-normalization v0.1.24
8912024-11-14T03:21:04.356Z Downloaded regex v1.11.1
8922024-11-14T03:21:04.368Z Downloaded vcpkg v0.2.15
8932024-11-14T03:21:04.408Z Downloaded openssl v0.10.68
8942024-11-14T03:21:04.418Z Downloaded trust-dns-proto v0.22.0
8952024-11-14T03:21:04.432Z Downloaded regex-syntax v0.6.29
8962024-11-14T03:21:04.439Z Downloaded reedline v0.35.0
8972024-11-14T03:21:04.447Z Downloaded quick-xml v0.33.0
8982024-11-14T03:21:04.454Z Downloaded rustls-webpki v0.102.8
8992024-11-14T03:21:04.473Z Downloaded p384 v0.13.0
9002024-11-14T03:21:04.479Z Downloaded chrono-tz v0.10.0
9012024-11-14T03:21:04.487Z Downloaded proptest v1.5.0
9022024-11-14T03:21:04.497Z Downloaded rustls v0.21.12
9032024-11-14T03:21:04.508Z Downloaded bstr v1.10.0
9042024-11-14T03:21:04.520Z Downloaded regress v0.10.1
9052024-11-14T03:21:04.529Z Downloaded nix v0.27.1
9062024-11-14T03:21:04.541Z Downloaded radix_trie v0.2.1
9072024-11-14T03:21:04.547Z Downloaded regex-syntax v0.8.5
9082024-11-14T03:21:04.555Z Downloaded nix v0.28.0
9092024-11-14T03:21:04.567Z Downloaded object v0.36.5
9102024-11-14T03:21:04.579Z Downloaded nix v0.29.0
9112024-11-14T03:21:04.592Z Downloaded rustls v0.22.4
9122024-11-14T03:21:04.607Z Downloaded rustls v0.23.14
9132024-11-14T03:21:04.619Z Downloaded diesel v2.2.4
9142024-11-14T03:21:04.639Z Downloaded typify-impl v0.2.0
9152024-11-14T03:21:04.655Z Downloaded sled v0.34.7
9162024-11-14T03:21:04.664Z Downloaded regress v0.9.1
9172024-11-14T03:21:04.673Z Downloaded openapiv3 v2.0.0
9182024-11-14T03:21:04.686Z Downloaded ratatui v0.28.1
9192024-11-14T03:21:04.706Z Downloaded dropshot v0.13.0
9202024-11-14T03:21:04.726Z Downloaded smoltcp v0.11.0
9212024-11-14T03:21:04.739Z Downloaded bzip2-sys v0.1.11+1.0.8
9222024-11-14T03:21:04.752Z Downloaded polar-core v0.27.3
9232024-11-14T03:21:04.762Z Downloaded regex-automata v0.4.8
9242024-11-14T03:21:04.779Z Downloaded object v0.30.4
9252024-11-14T03:21:04.789Z Downloaded zerocopy-derive v0.6.6
9262024-11-14T03:21:04.798Z Downloaded hickory-proto v0.24.1
9272024-11-14T03:21:04.815Z Downloaded gimli v0.31.1
9282024-11-14T03:21:04.823Z Downloaded lzma-sys v0.1.20
9292024-11-14T03:21:04.853Z Downloaded dropshot v0.12.0
9302024-11-14T03:21:04.873Z Downloaded idna v0.4.0
9312024-11-14T03:21:04.879Z Downloaded libz-sys v1.1.20
9322024-11-14T03:21:04.901Z Downloaded icu_properties_data v1.5.0
9332024-11-14T03:21:04.912Z Downloaded petgraph v0.6.5
9342024-11-14T03:21:04.929Z Downloaded tokio v1.40.0
9352024-11-14T03:21:04.967Z Downloaded csv v1.3.0
9362024-11-14T03:21:04.987Z Downloaded chrono v0.4.38
9372024-11-14T03:21:04.995Z Downloaded derive_more v0.99.18
9382024-11-14T03:21:04.999Z Downloaded russh v0.45.0
9392024-11-14T03:21:05.004Z Downloaded tough v0.19.0
9402024-11-14T03:21:05.013Z Downloaded ssh-key v0.6.6
9412024-11-14T03:21:05.019Z Downloaded rustyline v14.0.0
9422024-11-14T03:21:05.024Z Downloaded portable-atomic v1.9.0
9432024-11-14T03:21:05.031Z Downloaded subprocess v0.2.9
9442024-11-14T03:21:05.034Z Downloaded quinn v0.11.5
9452024-11-14T03:21:05.038Z Downloaded der v0.7.9
9462024-11-14T03:21:05.042Z Downloaded sha3 v0.10.8
9472024-11-14T03:21:05.047Z Downloaded serde_with v3.11.0
9482024-11-14T03:21:05.055Z Downloaded curve25519-dalek v4.1.3
9492024-11-14T03:21:05.064Z Downloaded diesel_derives v2.2.3
9502024-11-14T03:21:05.068Z Downloaded sqlparser v0.45.0
9512024-11-14T03:21:05.074Z Downloaded toml_edit v0.19.15
9522024-11-14T03:21:05.089Z Downloaded time v0.3.36
9532024-11-14T03:21:05.096Z Downloaded nom v7.1.3
9542024-11-14T03:21:05.101Z Downloaded smoltcp v0.9.1
9552024-11-14T03:21:05.113Z Downloaded num-derive v0.4.2
9562024-11-14T03:21:05.115Z Downloaded aws-lc-rs v1.10.0
9572024-11-14T03:21:05.123Z Downloaded slab v0.4.9
9582024-11-14T03:21:05.125Z Downloaded ed25519-dalek v2.1.1
9592024-11-14T03:21:05.128Z Downloaded openssl-sys v0.9.104
9602024-11-14T03:21:05.133Z Downloaded slog-scope v4.4.0
9612024-11-14T03:21:05.135Z Downloaded miniz_oxide v0.8.0
9622024-11-14T03:21:05.137Z Downloaded rustls-webpki v0.101.7
9632024-11-14T03:21:05.151Z Downloaded ron v0.7.1
9642024-11-14T03:21:05.156Z Downloaded num-traits v0.2.19
9652024-11-14T03:21:05.159Z Downloaded winnow v0.5.40
9662024-11-14T03:21:05.167Z Downloaded zip v2.1.3
9672024-11-14T03:21:05.171Z Downloaded toml v0.7.8
9682024-11-14T03:21:05.174Z Downloaded test-strategy v0.3.1
9692024-11-14T03:21:05.177Z Downloaded num_enum v0.5.11
9702024-11-14T03:21:05.182Z Downloaded hash32 v0.3.1
9712024-11-14T03:21:05.185Z Downloaded futures-sink v0.3.31
9722024-11-14T03:21:05.185Z Downloaded futures-io v0.3.31
9732024-11-14T03:21:05.187Z Downloaded password-hash v0.4.2
9742024-11-14T03:21:05.187Z Downloaded multimap v0.10.0
9752024-11-14T03:21:05.189Z Downloaded derive-where v1.2.7
9762024-11-14T03:21:05.192Z Downloaded similar v2.6.0
9772024-11-14T03:21:05.197Z Downloaded fallible-iterator v0.2.0
9782024-11-14T03:21:05.199Z Downloaded pkcs8 v0.10.2
9792024-11-14T03:21:05.202Z Downloaded dropshot_endpoint v0.13.0
9802024-11-14T03:21:05.204Z Downloaded dropshot_endpoint v0.12.0
9812024-11-14T03:21:05.207Z Downloaded encoding_rs v0.8.34
9822024-11-14T03:21:05.228Z Downloaded vte v0.11.1
9832024-11-14T03:21:05.231Z Downloaded typed-path v0.9.3
9842024-11-14T03:21:05.237Z Downloaded bitvec v1.0.1
9852024-11-14T03:21:05.251Z Downloaded nanorand v0.7.0
9862024-11-14T03:21:05.253Z Downloaded tokio-tungstenite v0.23.1
9872024-11-14T03:21:05.255Z Downloaded owo-colors v4.1.0
9882024-11-14T03:21:05.257Z Downloaded mockall_derive v0.13.0
9892024-11-14T03:21:05.260Z Downloaded flate2 v1.0.34
9902024-11-14T03:21:05.264Z Downloaded mio v1.0.2
9912024-11-14T03:21:05.270Z Downloaded tungstenite v0.21.0
9922024-11-14T03:21:05.273Z Downloaded idna v1.0.3
9932024-11-14T03:21:05.278Z Downloaded derive_builder_core v0.20.2
9942024-11-14T03:21:05.280Z Downloaded uzers v0.12.1
9952024-11-14T03:21:05.282Z Downloaded snafu v0.8.5
9962024-11-14T03:21:05.288Z Downloaded zeroize_derive v1.4.2
9972024-11-14T03:21:05.290Z Downloaded num-complex v0.4.6
9982024-11-14T03:21:05.293Z Downloaded derive_builder v0.20.2
9992024-11-14T03:21:05.295Z Downloaded value-bag v1.9.0
10002024-11-14T03:21:05.298Z Downloaded unicase v2.7.0
10012024-11-14T03:21:05.300Z Downloaded bindgen v0.69.5
10022024-11-14T03:21:05.307Z Downloaded spin v0.5.2
10032024-11-14T03:21:05.309Z Downloaded rand_xorshift v0.3.0
10042024-11-14T03:21:05.309Z Downloaded displaydoc v0.2.5
10052024-11-14T03:21:05.312Z Downloaded tokio-rustls v0.26.0
10062024-11-14T03:21:05.314Z Downloaded tracing-core v0.1.32
10072024-11-14T03:21:05.317Z Downloaded zeroize v1.8.1
10082024-11-14T03:21:05.319Z Downloaded walkdir v2.5.0
10092024-11-14T03:21:05.321Z Downloaded libgit2-sys v0.17.0+1.8.1
10102024-11-14T03:21:05.378Z Downloaded postcard v1.0.10
10112024-11-14T03:21:05.382Z Downloaded serde_with_macros v3.11.0
10122024-11-14T03:21:05.385Z Downloaded simd-adler32 v0.3.7
10132024-11-14T03:21:05.385Z Downloaded rusty-fork v0.3.0
10142024-11-14T03:21:05.385Z Downloaded rfc6979 v0.4.0
10152024-11-14T03:21:05.388Z Downloaded rand_seeder v0.3.0
10162024-11-14T03:21:05.388Z Downloaded rand_core v0.6.4
10172024-11-14T03:21:05.390Z Downloaded pkg-config v0.3.31
10182024-11-14T03:21:05.390Z Downloaded peg v0.8.4
10192024-11-14T03:21:05.393Z Downloaded pbkdf2 v0.11.0
10202024-11-14T03:21:05.396Z Downloaded olpc-cjson v0.1.4
10212024-11-14T03:21:05.398Z Downloaded glob v0.3.1
10222024-11-14T03:21:05.398Z Downloaded foldhash v0.1.3
10232024-11-14T03:21:05.400Z Downloaded russh-keys v0.45.0
10242024-11-14T03:21:05.402Z Downloaded postgres-types v0.2.8
10252024-11-14T03:21:05.405Z Downloaded minimal-lexical v0.2.1
10262024-11-14T03:21:05.408Z Downloaded libxml v0.3.3
10272024-11-14T03:21:05.414Z Downloaded time-macros v0.2.18
10282024-11-14T03:21:05.416Z Downloaded static_assertions v1.1.0
10292024-11-14T03:21:05.419Z Downloaded ref-cast-impl v1.0.23
10302024-11-14T03:21:05.419Z Downloaded tar v0.4.43
10312024-11-14T03:21:05.422Z Downloaded pbkdf2 v0.12.2
10322024-11-14T03:21:05.424Z Downloaded num v0.4.3
10332024-11-14T03:21:05.424Z Downloaded ghash v0.5.1
10342024-11-14T03:21:05.424Z Downloaded half v2.4.1
10352024-11-14T03:21:05.427Z Downloaded rayon-core v1.12.1
10362024-11-14T03:21:05.430Z Downloaded zone v0.1.8
10372024-11-14T03:21:05.433Z Downloaded vergen v8.3.2
10382024-11-14T03:21:05.435Z Downloaded sigpipe v0.1.3
10392024-11-14T03:21:05.435Z Downloaded sha1 v0.10.6
10402024-11-14T03:21:05.437Z Downloaded const_format v0.2.33
10412024-11-14T03:21:05.441Z Downloaded powerfmt v0.2.0
10422024-11-14T03:21:05.443Z Downloaded env_filter v0.1.2
10432024-11-14T03:21:05.446Z Downloaded ecdsa v0.16.9
10442024-11-14T03:21:05.448Z Downloaded zopfli v0.8.1
10452024-11-14T03:21:05.451Z Downloaded base64 v0.21.7
10462024-11-14T03:21:05.453Z Downloaded tui-tree-widget v0.22.0
10472024-11-14T03:21:05.455Z Downloaded thiserror-no-std v2.0.2
10482024-11-14T03:21:05.458Z Downloaded serde_urlencoded v0.7.1
10492024-11-14T03:21:05.460Z Downloaded serde_repr v0.1.19
10502024-11-14T03:21:05.464Z Downloaded serde_plain v1.0.2
10512024-11-14T03:21:05.464Z Downloaded semver v0.1.20
10522024-11-14T03:21:05.464Z Downloaded same-file v1.0.6
10532024-11-14T03:21:05.466Z Downloaded newtype-uuid v1.1.3
10542024-11-14T03:21:05.466Z Downloaded unicode_categories v0.1.1
10552024-11-14T03:21:05.469Z Downloaded term v0.7.0
10562024-11-14T03:21:05.471Z Downloaded rayon v1.10.0
10572024-11-14T03:21:05.480Z Downloaded typify v0.2.0
10582024-11-14T03:21:05.483Z Downloaded openssl-macros v0.1.1
10592024-11-14T03:21:05.486Z Downloaded number_prefix v0.4.0
10602024-11-14T03:21:05.486Z Downloaded newline-converter v0.3.0
10612024-11-14T03:21:05.488Z Downloaded crossbeam-utils v0.8.20
10622024-11-14T03:21:05.488Z Downloaded crc32fast v1.4.2
10632024-11-14T03:21:05.490Z Downloaded bytes v1.7.2
10642024-11-14T03:21:05.494Z Downloaded heapless v0.8.0
10652024-11-14T03:21:05.497Z Downloaded tls_codec_derive v0.4.1
10662024-11-14T03:21:05.500Z Downloaded icu_locid v1.5.0
10672024-11-14T03:21:05.503Z Downloaded crossbeam-epoch v0.9.18
10682024-11-14T03:21:05.506Z Downloaded icu_normalizer_data v1.5.0
10692024-11-14T03:21:05.508Z Downloaded httparse v1.9.5
10702024-11-14T03:21:05.510Z Downloaded structmeta v0.2.0
10712024-11-14T03:21:05.513Z Downloaded icu_normalizer v1.5.0
10722024-11-14T03:21:05.515Z Downloaded csv-core v0.1.11
10732024-11-14T03:21:05.518Z Downloaded cancel-safe-futures v0.1.5
10742024-11-14T03:21:05.521Z Downloaded cookie v0.18.1
10752024-11-14T03:21:05.523Z Downloaded base64ct v1.6.0
10762024-11-14T03:21:05.526Z Downloaded dyn-clone v1.0.17
10772024-11-14T03:21:05.528Z Downloaded dunce v1.0.5
10782024-11-14T03:21:05.528Z Downloaded write16 v1.0.0
10792024-11-14T03:21:05.531Z Downloaded time-core v0.1.2
10802024-11-14T03:21:05.531Z Downloaded schemars_derive v0.8.21
10812024-11-14T03:21:05.533Z Downloaded litemap v0.7.3
10822024-11-14T03:21:05.533Z Downloaded memmap2 v0.9.5
10832024-11-14T03:21:05.536Z Downloaded jobserver v0.1.32
10842024-11-14T03:21:05.538Z Downloaded hyper-staticfile v0.10.1
10852024-11-14T03:21:05.541Z Downloaded resolv-conf v0.7.0
10862024-11-14T03:21:05.541Z Downloaded console v0.15.8
10872024-11-14T03:21:05.544Z Downloaded new_debug_unreachable v1.0.6
10882024-11-14T03:21:05.546Z Downloaded quick-error v1.2.3
10892024-11-14T03:21:05.546Z Downloaded ctr v0.9.2
10902024-11-14T03:21:05.549Z Downloaded crossterm v0.28.1
10912024-11-14T03:21:05.554Z Downloaded scrypt v0.11.0
10922024-11-14T03:21:05.557Z Downloaded salsa20 v0.10.2
10932024-11-14T03:21:05.557Z Downloaded rustc_version v0.1.7
10942024-11-14T03:21:05.560Z Downloaded linked-hash-map v0.5.6
10952024-11-14T03:21:05.560Z Downloaded libsw v3.3.1
10962024-11-14T03:21:05.562Z Downloaded icu_locid_transform v1.5.0
10972024-11-14T03:21:05.565Z Downloaded iana-time-zone v0.1.61
10982024-11-14T03:21:05.567Z Downloaded progenitor-macro v0.8.0
10992024-11-14T03:21:05.567Z Downloaded keccak v0.1.5
11002024-11-14T03:21:05.570Z Downloaded backoff v0.4.0
11012024-11-14T03:21:05.572Z Downloaded utf-8 v0.7.6
11022024-11-14T03:21:05.572Z Downloaded libloading v0.8.5
11032024-11-14T03:21:05.574Z Downloaded const_format_proc_macros v0.2.33
11042024-11-14T03:21:05.577Z Downloaded colored v2.1.0
11052024-11-14T03:21:05.579Z Downloaded highway v1.2.0
11062024-11-14T03:21:05.582Z Downloaded internet-checksum v0.2.1
11072024-11-14T03:21:05.584Z Downloaded httpdate v1.0.3
11082024-11-14T03:21:05.584Z Downloaded cipher v0.4.4
11092024-11-14T03:21:05.587Z Downloaded bcs v0.1.6
11102024-11-14T03:21:05.587Z Downloaded md-5 v0.10.6
11112024-11-14T03:21:05.590Z Downloaded maybe-uninit v2.0.0
11122024-11-14T03:21:05.590Z Downloaded maplit v1.0.2
11132024-11-14T03:21:05.594Z Downloaded hyper-tls v0.6.0
11142024-11-14T03:21:05.594Z Downloaded chacha20 v0.9.1
11152024-11-14T03:21:05.594Z Downloaded inout v0.1.3
11162024-11-14T03:21:05.597Z Downloaded impl-trait-for-tuples v0.2.2
11172024-11-14T03:21:05.598Z Downloaded convert_case v0.4.0
11182024-11-14T03:21:05.600Z Downloaded allocator-api2 v0.2.18
11192024-11-14T03:21:05.602Z Downloaded lru v0.12.5
11202024-11-14T03:21:05.604Z Downloaded is-terminal v0.4.13
11212024-11-14T03:21:05.604Z Downloaded instability v0.3.2
11222024-11-14T03:21:05.606Z Downloaded curve25519-dalek-derive v0.1.1
11232024-11-14T03:21:05.606Z Downloaded crossbeam-deque v0.8.5
11242024-11-14T03:21:05.608Z Downloaded bitflags v1.3.2
11252024-11-14T03:21:05.610Z Downloaded hostname v0.4.0
11262024-11-14T03:21:05.613Z Downloaded hkdf v0.12.4
11272024-11-14T03:21:05.615Z Downloaded hex-literal v0.4.1
11282024-11-14T03:21:05.615Z Downloaded crc v3.2.1
11292024-11-14T03:21:05.618Z Downloaded castaway v0.2.3
11302024-11-14T03:21:05.620Z Downloaded bitfield-struct v0.6.2
11312024-11-14T03:21:05.620Z Downloaded bit-set v0.5.3
11322024-11-14T03:21:05.623Z Downloaded ident_case v1.0.1
11332024-11-14T03:21:05.623Z Downloaded home v0.5.9
11342024-11-14T03:21:05.623Z Downloaded ciborium-io v0.2.2
11352024-11-14T03:21:05.626Z Downloaded http v1.1.0
11362024-11-14T03:21:05.629Z Downloaded crossbeam-channel v0.5.13
11372024-11-14T03:21:05.634Z Downloaded compact_str v0.8.0
11382024-11-14T03:21:05.637Z Downloaded async-stream v0.3.6
11392024-11-14T03:21:05.639Z Downloaded aead v0.5.2
11402024-11-14T03:21:05.641Z Downloaded atomicwrites v0.4.4
11412024-11-14T03:21:05.642Z Downloaded atomic-waker v1.1.2
11422024-11-14T03:21:05.644Z Downloaded async-stream-impl v0.3.6
11432024-11-14T03:21:05.644Z Downloaded assert_matches v1.5.0
11442024-11-14T03:21:05.646Z Downloaded arrayref v0.3.9
11452024-11-14T03:21:05.646Z Downloaded array-init v0.0.4
11462024-11-14T03:21:05.648Z Downloaded base64 v0.22.1
11472024-11-14T03:21:05.650Z Downloaded hickory-server v0.24.1
11482024-11-14T03:21:05.656Z Downloaded addr2line v0.24.2
11492024-11-14T03:21:05.658Z Downloaded arrayvec v0.7.6
11502024-11-14T03:21:05.660Z Downloaded ciborium-ll v0.2.2
11512024-11-14T03:21:05.663Z Downloaded argon2 v0.5.3
11522024-11-14T03:21:05.663Z Downloaded bcrypt-pbkdf v0.10.0
11532024-11-14T03:21:05.666Z Downloaded headers-core v0.3.0
11542024-11-14T03:21:05.792Z Downloaded ring v0.17.8
11552024-11-14T03:21:05.945Z Downloaded aws-lc-sys v0.22.0
11562024-11-14T03:21:06.161Z Downloaded libsqlite3-sys v0.30.1
11572024-11-14T03:21:06.240Z Downloaded ring v0.16.20
11582024-11-14T03:21:06.444Z Compiling serde v1.0.215
11592024-11-14T03:21:06.447Z Compiling lock_api v0.4.12
11602024-11-14T03:21:06.447Z Compiling scopeguard v1.2.0
11612024-11-14T03:21:06.447Z Compiling value-bag v1.9.0
11622024-11-14T03:21:06.447Z Compiling typenum v1.17.0
11632024-11-14T03:21:06.607Z Compiling generic-array v0.14.7
11642024-11-14T03:21:06.662Z Compiling syn v2.0.87
11652024-11-14T03:21:06.678Z Compiling getrandom v0.2.15
11662024-11-14T03:21:06.735Z Compiling shlex v1.3.0
11672024-11-14T03:21:06.935Z Compiling rand_core v0.6.4
11682024-11-14T03:21:07.112Z Compiling log v0.4.22
11692024-11-14T03:21:07.131Z Compiling subtle v2.6.1
11702024-11-14T03:21:07.152Z Compiling jobserver v0.1.32
11712024-11-14T03:21:07.228Z Compiling const-oid v0.9.6
11722024-11-14T03:21:07.581Z Compiling cc v1.1.30
11732024-11-14T03:21:07.605Z Compiling smallvec v1.13.2
11742024-11-14T03:21:07.628Z Compiling spin v0.9.8
11752024-11-14T03:21:08.013Z Compiling pin-project-lite v0.2.14
11762024-11-14T03:21:08.034Z Compiling rustix v0.38.37
11772024-11-14T03:21:08.086Z Compiling parking_lot_core v0.9.10
11782024-11-14T03:21:08.148Z Compiling futures-core v0.3.31
11792024-11-14T03:21:08.167Z Compiling signal-hook-registry v1.4.2
11802024-11-14T03:21:08.387Z Compiling mio v1.0.2
11812024-11-14T03:21:08.970Z Compiling parking_lot v0.12.3
11822024-11-14T03:21:09.027Z Compiling aho-corasick v1.1.3
11832024-11-14T03:21:09.274Z Compiling cpufeatures v0.2.14
11842024-11-14T03:21:09.353Z Compiling regex-syntax v0.8.5
11852024-11-14T03:21:09.468Z Compiling either v1.13.0
11862024-11-14T03:21:09.557Z Compiling lazy_static v1.5.0
11872024-11-14T03:21:09.647Z Compiling stable_deref_trait v1.2.0
11882024-11-14T03:21:09.680Z Compiling futures-sink v0.3.31
11892024-11-14T03:21:09.765Z Compiling glob v0.3.1
11902024-11-14T03:21:09.826Z Compiling socket2 v0.5.7
11912024-11-14T03:21:09.893Z Compiling slab v0.4.9
11922024-11-14T03:21:09.914Z Compiling prettyplease v0.2.25
11932024-11-14T03:21:10.268Z Compiling minimal-lexical v0.2.1
11942024-11-14T03:21:10.664Z Compiling libloading v0.8.5
11952024-11-14T03:21:10.780Z Compiling clang-sys v1.8.1
11962024-11-14T03:21:10.815Z Compiling nom v7.1.3
11972024-11-14T03:21:10.835Z Compiling home v0.5.9
11982024-11-14T03:21:11.122Z Compiling bindgen v0.69.5
11992024-11-14T03:21:11.133Z Compiling serde_json v1.0.132
12002024-11-14T03:21:11.517Z Compiling itertools v0.12.1
12012024-11-14T03:21:11.851Z Compiling futures-channel v0.3.31
12022024-11-14T03:21:11.979Z Compiling rustc-hash v1.1.0
12032024-11-14T03:21:12.120Z Compiling allocator-api2 v0.2.18
12042024-11-14T03:21:12.275Z Compiling lazycell v1.3.0
12052024-11-14T03:21:12.440Z Compiling pin-utils v0.1.0
12062024-11-14T03:21:12.538Z Compiling foldhash v0.1.3
12072024-11-14T03:21:12.862Z Compiling futures-task v0.3.31
12082024-11-14T03:21:12.955Z Compiling regex-automata v0.4.8
12092024-11-14T03:21:13.158Z Compiling futures-io v0.3.31
12102024-11-14T03:21:13.491Z Compiling hashbrown v0.15.0
12112024-11-14T03:21:14.517Z Compiling synstructure v0.13.1
12122024-11-14T03:21:14.672Z Compiling cexpr v0.6.0
12132024-11-14T03:21:14.775Z Compiling cmake v0.1.51
12142024-11-14T03:21:15.817Z Compiling libm v0.2.8
12152024-11-14T03:21:16.080Z Compiling pkg-config v0.3.31
12162024-11-14T03:21:16.142Z Compiling dunce v1.0.5
12172024-11-14T03:21:16.164Z Compiling tinyvec_macros v0.1.1
12182024-11-14T03:21:16.255Z Compiling fs_extra v1.3.0
12192024-11-14T03:21:16.276Z Compiling tinyvec v1.8.0
12202024-11-14T03:21:16.446Z Compiling num-traits v0.2.19
12212024-11-14T03:21:16.948Z Compiling ring v0.17.8
12222024-11-14T03:21:17.637Z Compiling writeable v0.5.5
12232024-11-14T03:21:17.820Z Compiling unicode-normalization v0.1.24
12242024-11-14T03:21:17.864Z Compiling paste v1.0.15
12252024-11-14T03:21:18.077Z Compiling litemap v0.7.3
12262024-11-14T03:21:18.195Z Compiling unicode-bidi v0.3.17
12272024-11-14T03:21:18.213Z Compiling base64ct v1.6.0
12282024-11-14T03:21:18.368Z Compiling regex v1.11.1
12292024-11-14T03:21:18.732Z Compiling pem-rfc7468 v0.7.0
12302024-11-14T03:21:19.373Z Compiling httparse v1.9.5
12312024-11-14T03:21:19.376Z Compiling aws-lc-rs v1.10.0
12322024-11-14T03:21:19.533Z Compiling flagset v0.4.6
12332024-11-14T03:21:19.807Z Compiling tracing-core v0.1.32
12342024-11-14T03:21:20.139Z Compiling crossbeam-utils v0.8.20
12352024-11-14T03:21:20.695Z Compiling percent-encoding v2.3.1
12362024-11-14T03:21:20.804Z Compiling icu_locid_transform_data v1.5.0
12372024-11-14T03:21:20.864Z Compiling rustls-pki-types v1.9.0
12382024-11-14T03:21:21.027Z Compiling icu_properties_data v1.5.0
12392024-11-14T03:21:21.050Z Compiling untrusted v0.9.0
12402024-11-14T03:21:21.133Z Compiling serde_derive v1.0.215
12412024-11-14T03:21:21.205Z Compiling zeroize_derive v1.4.2
12422024-11-14T03:21:21.264Z Compiling zerocopy-derive v0.7.35
12432024-11-14T03:21:21.551Z Compiling tokio-macros v2.4.0
12442024-11-14T03:21:21.922Z Compiling zerofrom-derive v0.1.4
12452024-11-14T03:21:22.773Z Compiling zeroize v1.8.1
12462024-11-14T03:21:23.139Z Compiling thiserror-impl v1.0.69
12472024-11-14T03:21:23.554Z Compiling zerocopy v0.7.35
12482024-11-14T03:21:23.575Z Compiling yoke-derive v0.7.4
12492024-11-14T03:21:24.518Z Compiling crypto-common v0.1.6
12502024-11-14T03:21:24.757Z Compiling block-buffer v0.10.4
12512024-11-14T03:21:25.013Z Compiling digest v0.10.7
12522024-11-14T03:21:25.093Z Compiling futures-macro v0.3.31
12532024-11-14T03:21:25.333Z Compiling zerovec-derive v0.10.3
12542024-11-14T03:21:25.481Z Compiling hmac v0.12.1
12552024-11-14T03:21:25.717Z Compiling block-padding v0.3.3
12562024-11-14T03:21:25.968Z Compiling zerofrom v0.1.4
12572024-11-14T03:21:25.968Z Compiling displaydoc v0.2.5
12582024-11-14T03:21:26.186Z Compiling inout v0.1.3
12592024-11-14T03:21:26.442Z Compiling cipher v0.4.4
12602024-11-14T03:21:26.463Z Compiling thiserror v1.0.69
12612024-11-14T03:21:26.486Z Compiling yoke v0.7.4
12622024-11-14T03:21:26.590Z Compiling sha2 v0.10.8
12632024-11-14T03:21:26.842Z Compiling ppv-lite86 v0.2.20
12642024-11-14T03:21:26.924Z Compiling futures-util v0.3.31
12652024-11-14T03:21:26.966Z Compiling der_derive v0.7.3
12662024-11-14T03:21:27.682Z Compiling icu_provider_macros v1.5.0
12672024-11-14T03:21:27.702Z Compiling rand_chacha v0.3.1
12682024-11-14T03:21:27.889Z Compiling zerovec v0.10.4
12692024-11-14T03:21:28.818Z Compiling tracing-attributes v0.1.27
12702024-11-14T03:21:28.879Z Compiling rand v0.8.5
12712024-11-14T03:21:29.509Z Compiling der v0.7.9
12722024-11-14T03:21:29.945Z Compiling tinystr v0.7.6
12732024-11-14T03:21:29.970Z Compiling icu_collections v1.5.0
12742024-11-14T03:21:30.119Z Compiling salsa20 v0.10.2
12752024-11-14T03:21:30.347Z Compiling icu_locid v1.5.0
12762024-11-14T03:21:30.392Z Compiling pest v2.7.14
12772024-11-14T03:21:31.049Z Compiling pbkdf2 v0.12.2
12782024-11-14T03:21:31.218Z Compiling time-core v0.1.2
12792024-11-14T03:21:31.409Z Compiling num-conv v0.1.0
12802024-11-14T03:21:31.449Z Compiling powerfmt v0.2.0
12812024-11-14T03:21:31.675Z Compiling icu_provider v1.5.0
12822024-11-14T03:21:31.848Z Compiling spki v0.7.3
12832024-11-14T03:21:32.195Z Compiling untrusted v0.7.1
12842024-11-14T03:21:32.408Z Compiling mirai-annotations v1.12.0
12852024-11-14T03:21:32.615Z Compiling icu_locid_transform v1.5.0
12862024-11-14T03:21:32.637Z Compiling tracing v0.1.40
12872024-11-14T03:21:32.721Z Compiling vcpkg v0.2.15
12882024-11-14T03:21:32.781Z Compiling deranged v0.3.11
12892024-11-14T03:21:32.853Z Compiling time-macros v0.2.18
12902024-11-14T03:21:32.973Z Compiling pest_meta v2.7.14
12912024-11-14T03:21:33.105Z Compiling scrypt v0.11.0
12922024-11-14T03:21:33.698Z Compiling cbc v0.1.2
12932024-11-14T03:21:33.955Z Compiling icu_properties v1.5.1
12942024-11-14T03:21:34.718Z Compiling aes v0.8.4
12952024-11-14T03:21:34.907Z Compiling openssl-sys v0.9.104
12962024-11-14T03:21:35.292Z Compiling bitflags v2.6.0
12972024-11-14T03:21:35.363Z Compiling bytes v1.7.2
12982024-11-14T03:21:36.163Z Compiling indexmap v2.6.0
12992024-11-14T03:21:36.680Z Compiling tokio v1.40.0
13002024-11-14T03:21:37.287Z Compiling http v1.1.0
13012024-11-14T03:21:37.624Z Compiling semver v1.0.23
13022024-11-14T03:21:37.647Z Compiling scroll_derive v0.12.0
13032024-11-14T03:21:38.424Z Compiling rustc_version v0.4.1
13042024-11-14T03:21:38.910Z Compiling icu_normalizer_data v1.5.0
13052024-11-14T03:21:39.019Z Compiling write16 v1.0.0
13062024-11-14T03:21:39.053Z Compiling utf8_iter v1.0.4
13072024-11-14T03:21:39.154Z Compiling num_threads v0.1.7
13082024-11-14T03:21:39.175Z Compiling atomic-waker v1.1.2
13092024-11-14T03:21:39.260Z Compiling utf16_iter v1.0.5
13102024-11-14T03:21:39.282Z Compiling time v0.3.36
13112024-11-14T03:21:39.303Z Compiling scroll v0.12.0
13122024-11-14T03:21:39.324Z Compiling http-body v1.0.1
13132024-11-14T03:21:39.442Z Compiling icu_normalizer v1.5.0
13142024-11-14T03:21:39.534Z Compiling pkcs5 v0.7.1
13152024-11-14T03:21:39.575Z Compiling which v4.4.2
13162024-11-14T03:21:39.772Z Compiling pest_generator v2.7.14
13172024-11-14T03:21:39.826Z Compiling form_urlencoded v1.2.1
13182024-11-14T03:21:40.177Z Compiling try-lock v0.2.5
13192024-11-14T03:21:40.325Z Compiling slog v2.7.0
13202024-11-14T03:21:40.741Z Compiling goblin v0.8.2
13212024-11-14T03:21:40.918Z Compiling idna_adapter v1.2.0
13222024-11-14T03:21:41.032Z Compiling want v0.3.1
13232024-11-14T03:21:41.138Z Compiling pkcs8 v0.10.2
13242024-11-14T03:21:41.325Z Compiling httpdate v1.0.3
13252024-11-14T03:21:41.458Z Compiling idna v1.0.3
13262024-11-14T03:21:41.824Z Compiling pest_derive v2.7.14
13272024-11-14T03:21:41.860Z Compiling serde_spanned v0.6.8
13282024-11-14T03:21:42.089Z Compiling serde_tokenstream v0.2.2
13292024-11-14T03:21:42.647Z Compiling uuid v1.11.0
13302024-11-14T03:21:42.671Z Compiling dtrace-parser v0.2.0
13312024-11-14T03:21:42.750Z Compiling toml_datetime v0.6.8
13322024-11-14T03:21:43.264Z Compiling foreign-types-shared v0.1.1
13332024-11-14T03:21:43.304Z Compiling iana-time-zone v0.1.61
13342024-11-14T03:21:43.374Z Compiling adler2 v2.0.0
13352024-11-14T03:21:43.582Z Compiling match_cfg v0.1.0
13362024-11-14T03:21:43.683Z Compiling openssl v0.10.68
13372024-11-14T03:21:43.751Z Compiling base64 v0.22.1
13382024-11-14T03:21:44.053Z Compiling rustversion v1.0.17
13392024-11-14T03:21:44.093Z Compiling tower-service v0.3.3
13402024-11-14T03:21:44.252Z Compiling hostname v0.3.1
13412024-11-14T03:21:44.498Z Compiling miniz_oxide v0.8.0
13422024-11-14T03:21:44.519Z Compiling chrono v0.4.38
13432024-11-14T03:21:44.574Z Compiling foreign-types v0.3.2
13442024-11-14T03:21:44.670Z Compiling url v2.5.3
13452024-11-14T03:21:44.839Z Compiling async-trait v0.1.83
13462024-11-14T03:21:45.999Z Compiling tokio-util v0.7.12
13472024-11-14T03:21:46.230Z Compiling openssl-macros v0.1.1
13482024-11-14T03:21:46.650Z Compiling dof v0.3.0
13492024-11-14T03:21:46.984Z Compiling h2 v0.4.6
13502024-11-14T03:21:47.388Z Compiling dirs-sys-next v0.1.2
13512024-11-14T03:21:47.577Z Compiling usdt-impl v0.5.0
13522024-11-14T03:21:48.053Z Compiling rustls v0.23.14
13532024-11-14T03:21:48.338Z Compiling data-encoding v2.6.0
13542024-11-14T03:21:48.343Z Compiling native-tls v0.2.12
13552024-11-14T03:21:48.643Z Compiling syn v1.0.109
13562024-11-14T03:21:48.858Z Compiling siphasher v0.3.11
13572024-11-14T03:21:49.163Z Compiling rustls v0.22.4
13582024-11-14T03:21:49.306Z Compiling dirs-next v2.0.0
13592024-11-14T03:21:49.513Z Compiling http-body-util v0.1.2
13602024-11-14T03:21:50.046Z Compiling heapless v0.7.17
13612024-11-14T03:21:50.493Z Compiling crossbeam-epoch v0.9.18
13622024-11-14T03:21:50.703Z Compiling sha1 v0.10.6
13632024-11-14T03:21:50.828Z Compiling signature v2.2.0
13642024-11-14T03:21:50.939Z Compiling bzip2-sys v0.1.11+1.0.8
13652024-11-14T03:21:51.102Z Compiling serde_derive_internals v0.29.1
13662024-11-14T03:21:51.129Z Compiling thread_local v1.1.8
13672024-11-14T03:21:51.218Z Compiling encoding_rs v0.8.34
13682024-11-14T03:21:51.414Z Compiling multer v3.1.0
13692024-11-14T03:21:51.698Z Compiling cookie v0.18.1
13702024-11-14T03:21:51.718Z Compiling signal-hook v0.3.17
13712024-11-14T03:21:51.970Z Compiling gimli v0.31.1
13722024-11-14T03:21:51.991Z Compiling openssl-probe v0.1.5
13732024-11-14T03:21:52.191Z Compiling rayon-core v1.12.1
13742024-11-14T03:21:52.374Z Compiling schemars v0.8.21
13752024-11-14T03:21:52.458Z Compiling ipnet v2.10.1
13762024-11-14T03:21:52.719Z Compiling mime v0.3.17
13772024-11-14T03:21:53.344Z Compiling unicode-properties v0.1.3
13782024-11-14T03:21:53.679Z Compiling slog-async v2.8.0
13792024-11-14T03:21:53.768Z Compiling hyper v1.5.0
13802024-11-14T03:21:53.887Z Compiling schemars_derive v0.8.21
13812024-11-14T03:21:54.272Z Compiling stringprep v0.1.5
13822024-11-14T03:21:55.824Z Compiling toml_edit v0.22.22
13832024-11-14T03:21:56.169Z Compiling hyper-util v0.1.10
13842024-11-14T03:21:57.223Z Compiling addr2line v0.24.2
13852024-11-14T03:21:57.350Z Compiling usdt-attr-macro v0.5.0
13862024-11-14T03:21:57.888Z Compiling usdt-macro v0.5.0
13872024-11-14T03:21:57.922Z Compiling crossbeam-deque v0.8.5
13882024-11-14T03:21:58.103Z Compiling term v0.7.0
13892024-11-14T03:21:58.919Z Compiling slog-json v2.6.1
13902024-11-14T03:21:59.048Z Compiling serde_urlencoded v0.7.1
13912024-11-14T03:21:59.248Z Compiling curve25519-dalek v4.1.3
13922024-11-14T03:21:59.272Z Compiling crossbeam-channel v0.5.13
13932024-11-14T03:21:59.349Z Compiling enum-as-inner v0.6.1
13942024-11-14T03:21:59.561Z Compiling futures-executor v0.3.31
13952024-11-14T03:21:59.618Z Compiling md-5 v0.10.6
13962024-11-14T03:21:59.856Z Compiling rustls-pemfile v2.2.0
13972024-11-14T03:21:59.875Z Compiling async-stream-impl v0.3.6
13982024-11-14T03:22:00.155Z Compiling num-integer v0.1.46
13992024-11-14T03:22:00.199Z Compiling idna v0.4.0
14002024-11-14T03:22:00.330Z Compiling idna v0.3.0
14012024-11-14T03:22:00.471Z Compiling hash32 v0.2.1
14022024-11-14T03:22:00.835Z Compiling ff v0.13.0
14032024-11-14T03:22:00.896Z Compiling is-terminal v0.4.13
14042024-11-14T03:22:01.031Z Compiling dropshot v0.12.0
14052024-11-14T03:22:01.056Z Compiling object v0.36.5
14062024-11-14T03:22:01.218Z Compiling utf-8 v0.7.6
14072024-11-14T03:22:01.308Z Compiling base16ct v0.2.0
14082024-11-14T03:22:01.537Z Compiling anyhow v1.0.93
14092024-11-14T03:22:01.637Z Compiling linked-hash-map v0.5.6
14102024-11-14T03:22:01.877Z Compiling portable-atomic v1.9.0
14112024-11-14T03:22:02.013Z Compiling take_mut v0.2.2
14122024-11-14T03:22:02.033Z Compiling psl-types v2.0.11
14132024-11-14T03:22:02.179Z Compiling fallible-iterator v0.2.0
14142024-11-14T03:22:02.181Z Compiling dyn-clone v1.0.17
14152024-11-14T03:22:02.237Z Compiling rustc-demangle v0.1.24
14162024-11-14T03:22:02.473Z Compiling smoltcp v0.9.1
14172024-11-14T03:22:02.967Z Compiling num-bigint-dig v0.8.4
14182024-11-14T03:22:02.990Z Compiling quick-error v1.2.3
14192024-11-14T03:22:03.129Z Compiling resolv-conf v0.7.0
14202024-11-14T03:22:03.272Z Compiling postgres-protocol v0.6.7
14212024-11-14T03:22:03.326Z Compiling publicsuffix v2.2.3
14222024-11-14T03:22:03.959Z Compiling lru-cache v0.1.2
14232024-11-14T03:22:04.097Z Compiling sec1 v0.7.3
14242024-11-14T03:22:04.158Z Compiling tungstenite v0.24.0
14252024-11-14T03:22:04.670Z Compiling async-stream v0.3.6
14262024-11-14T03:22:04.696Z Compiling hickory-proto v0.24.1
14272024-11-14T03:22:04.992Z Compiling usdt v0.5.0
14282024-11-14T03:22:05.126Z Compiling group v0.13.0
14292024-11-14T03:22:05.464Z Compiling slog-term v2.9.1
14302024-11-14T03:22:06.476Z Compiling num-iter v0.1.45
14312024-11-14T03:22:06.733Z Compiling futures v0.3.31
14322024-11-14T03:22:06.767Z Compiling slog-bunyan v2.5.0
14332024-11-14T03:22:06.844Z Compiling toml v0.8.19
14342024-11-14T03:22:07.065Z Compiling tokio-native-tls v0.3.1
14352024-11-14T03:22:08.521Z Compiling backtrace v0.3.74
14362024-11-14T03:22:08.622Z Compiling camino v1.1.9
14372024-11-14T03:22:08.736Z Compiling phf_shared v0.11.2
14382024-11-14T03:22:08.990Z Compiling dropshot_endpoint v0.12.0
14392024-11-14T03:22:09.057Z Compiling terminal_size v0.4.0
14402024-11-14T03:22:09.140Z Compiling waitgroup v0.1.2
14412024-11-14T03:22:09.270Z Compiling openapiv3 v2.0.0
14422024-11-14T03:22:09.367Z Compiling serde_path_to_error v0.1.16
14432024-11-14T03:22:09.567Z Compiling hkdf v0.12.4
14442024-11-14T03:22:09.833Z Compiling crypto-bigint v0.5.5
14452024-11-14T03:22:10.193Z Compiling webpki-roots v0.26.6
14462024-11-14T03:22:10.423Z Compiling curve25519-dalek-derive v0.1.1
14472024-11-14T03:22:11.996Z Compiling zerocopy-derive v0.6.6
14482024-11-14T03:22:12.175Z Compiling idna v0.5.0
14492024-11-14T03:22:12.399Z Compiling hubpack_derive v0.1.1
14502024-11-14T03:22:13.304Z Compiling hostname v0.4.0
14512024-11-14T03:22:13.576Z Compiling fs-err v2.11.0
14522024-11-14T03:22:13.636Z Compiling crc32fast v1.4.2
14532024-11-14T03:22:13.687Z Compiling ahash v0.8.11
14542024-11-14T03:22:13.855Z Compiling bitflags v1.3.2
14552024-11-14T03:22:13.874Z Compiling winnow v0.5.40
14562024-11-14T03:22:13.956Z Compiling managed v0.8.0
14572024-11-14T03:22:13.979Z Compiling debug-ignore v1.0.5
14582024-11-14T03:22:14.100Z Compiling strum_macros v0.25.3
14592024-11-14T03:22:14.121Z Compiling clap_builder v4.5.20
14602024-11-14T03:22:14.236Z Compiling zerocopy v0.6.6
14612024-11-14T03:22:15.093Z Compiling flate2 v1.0.34
14622024-11-14T03:22:15.145Z Compiling console v0.15.8
14632024-11-14T03:22:16.081Z Compiling hubpack v0.1.2
14642024-11-14T03:22:16.118Z Compiling cookie_store v0.21.0
14652024-11-14T03:22:16.546Z Compiling elliptic-curve v0.13.8
14662024-11-14T03:22:16.701Z Compiling hickory-resolver v0.24.1
14672024-11-14T03:22:17.375Z Compiling toml_edit v0.19.15
14682024-11-14T03:22:17.775Z Compiling phf v0.11.2
14692024-11-14T03:22:18.079Z Compiling signal-hook-mio v0.2.4
14702024-11-14T03:22:18.247Z Compiling rayon v1.10.0
14712024-11-14T03:22:18.292Z Compiling hyper-tls v0.6.0
14722024-11-14T03:22:18.645Z Compiling bzip2 v0.4.4
14732024-11-14T03:22:19.039Z Compiling tokio-tungstenite v0.24.0
14742024-11-14T03:22:19.576Z Compiling postgres-types v0.2.8
14752024-11-14T03:22:22.489Z Compiling ed25519 v2.2.3
14762024-11-14T03:22:23.061Z Compiling phf_shared v0.10.0
14772024-11-14T03:22:23.463Z Compiling tokio-stream v0.1.16
14782024-11-14T03:22:23.517Z Compiling pkcs1 v0.7.5
14792024-11-14T03:22:23.537Z Compiling serde-big-array v0.5.1
14802024-11-14T03:22:23.773Z Compiling clap_derive v4.5.18
14812024-11-14T03:22:24.381Z Compiling rfc6979 v0.4.0
14822024-11-14T03:22:24.515Z Compiling serde_repr v0.1.19
14832024-11-14T03:22:24.517Z Compiling derive-where v1.2.7
14842024-11-14T03:22:24.577Z Compiling float-cmp v0.9.0
14852024-11-14T03:22:24.599Z Compiling bstr v1.10.0
14862024-11-14T03:22:24.808Z Compiling sync_wrapper v1.0.1
14872024-11-14T03:22:24.973Z Compiling precomputed-hash v0.1.1
14882024-11-14T03:22:25.102Z Compiling difflib v0.4.0
14892024-11-14T03:22:25.338Z Compiling new_debug_unreachable v1.0.6
14902024-11-14T03:22:25.475Z Compiling unicode-segmentation v1.12.0
14912024-11-14T03:22:25.723Z Compiling number_prefix v0.4.0
14922024-11-14T03:22:25.962Z Compiling static_assertions v1.1.0
14932024-11-14T03:22:26.074Z Compiling whoami v1.5.2
14942024-11-14T03:22:26.364Z Compiling fixedbitset v0.4.2
14952024-11-14T03:22:26.366Z Compiling predicates-core v1.0.8
14962024-11-14T03:22:26.708Z Compiling bit-vec v0.6.3
14972024-11-14T03:22:26.729Z Compiling normalize-line-endings v0.3.0
14982024-11-14T03:22:26.732Z Compiling petgraph v0.6.5
14992024-11-14T03:22:26.833Z Compiling predicates v3.1.2
15002024-11-14T03:22:26.854Z Compiling tokio-postgres v0.7.12
15012024-11-14T03:22:27.164Z Compiling bit-set v0.5.3
15022024-11-14T03:22:27.451Z Compiling similar v2.6.0
15032024-11-14T03:22:28.175Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15042024-11-14T03:22:28.583Z Compiling indicatif v0.17.8
15052024-11-14T03:22:28.882Z Compiling clap v4.5.20
15062024-11-14T03:22:29.012Z Compiling string_cache v0.8.7
15072024-11-14T03:22:29.474Z Compiling ecdsa v0.16.9
15082024-11-14T03:22:29.891Z Compiling rsa v0.9.6
15092024-11-14T03:22:30.334Z Compiling ed25519-dalek v2.1.1
15102024-11-14T03:22:30.775Z Compiling toml v0.7.8
15112024-11-14T03:22:30.850Z Compiling zip v0.6.6
15122024-11-14T03:22:31.658Z Compiling crossterm v0.28.1
15132024-11-14T03:22:32.616Z Compiling hex v0.4.3
15142024-11-14T03:22:33.090Z Compiling x509-cert v0.2.5
15152024-11-14T03:22:33.147Z Compiling itertools v0.10.5
15162024-11-14T03:22:33.179Z Compiling peg-runtime v0.8.3
15172024-11-14T03:22:33.241Z Compiling lalrpop-util v0.19.12
15182024-11-14T03:22:33.599Z Compiling unicode-xid v0.2.6
15192024-11-14T03:22:33.774Z Compiling strum_macros v0.26.4
15202024-11-14T03:22:33.827Z Compiling xattr v1.3.1
15212024-11-14T03:22:34.097Z Compiling filetime v0.2.25
15222024-11-14T03:22:34.427Z Compiling tar v0.4.43
15232024-11-14T03:22:39.003Z Compiling strum v0.26.3
15242024-11-14T03:22:41.652Z Compiling aws-lc-sys v0.22.0
15252024-11-14T03:23:13.225Z Compiling rustls-webpki v0.102.8
15262024-11-14T03:23:16.544Z Compiling tokio-rustls v0.25.0
15272024-11-14T03:23:18.281Z Compiling tokio-rustls v0.26.0
15282024-11-14T03:23:18.666Z Compiling hyper-rustls v0.27.3
15292024-11-14T03:23:18.971Z Compiling reqwest v0.12.9
15302024-11-14T03:23:19.982Z Compiling qorb v0.2.0
15312024-11-14T03:23:24.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322024-11-14T03:23:25.159Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332024-11-14T03:23:30.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15342024-11-14T03:23:31.093Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352024-11-14T03:23:31.144ZNov 14 03:23:30.197 INFO Starting download, target: Console
15362024-11-14T03:23:31.144ZNov 14 03:23:30.197 INFO Starting download, target: Clickhouse
15372024-11-14T03:23:31.144ZNov 14 03:23:30.197 INFO Starting download, target: Cockroach
15382024-11-14T03:23:31.144ZNov 14 03:23:30.197 INFO Starting download, target: DendriteOpenapi
15392024-11-14T03:23:31.146ZNov 14 03:23:30.197 INFO Starting download, target: DendriteStub
15402024-11-14T03:23:31.146ZNov 14 03:23:30.197 INFO Starting download, target: MaghemiteMgd
15412024-11-14T03:23:31.146ZNov 14 03:23:30.197 INFO Starting download, target: TransceiverControl
15422024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15432024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15442024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15452024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15462024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15472024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15482024-11-14T03:23:31.146ZNov 14 03:23:30.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15492024-11-14T03:23:31.493ZNov 14 03:23:30.512 INFO Download complete, target: DendriteOpenapi
15502024-11-14T03:23:31.745ZNov 14 03:23:30.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15512024-11-14T03:23:32.063ZNov 14 03:23:31.114 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15522024-11-14T03:23:32.104ZNov 14 03:23:31.156 INFO Download complete, target: Console
15532024-11-14T03:23:32.495ZNov 14 03:23:31.547 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15542024-11-14T03:23:32.521ZNov 14 03:23:31.574 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15552024-11-14T03:23:32.796ZNov 14 03:23:31.848 INFO Download complete, target: TransceiverControl
15562024-11-14T03:23:33.142ZNov 14 03:23:32.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15572024-11-14T03:23:33.142ZNov 14 03:23:32.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15582024-11-14T03:23:33.150ZNov 14 03:23:32.203 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15592024-11-14T03:23:35.488ZNov 14 03:23:34.541 INFO Download complete, target: DendriteStub
15602024-11-14T03:23:35.553ZNov 14 03:23:34.607 INFO Download complete, target: MaghemiteMgd
15612024-11-14T03:23:40.823ZNov 14 03:23:39.875 INFO Checking that binary works, target: Cockroach
15622024-11-14T03:23:40.983ZNov 14 03:23:40.036 INFO Download complete, target: Cockroach
15632024-11-14T03:23:46.059ZNov 14 03:23:45.111 INFO Checking that binary works, target: Clickhouse
15642024-11-14T03:23:46.556ZNov 14 03:23:45.608 INFO Download complete, target: Clickhouse
15652024-11-14T03:23:46.613ZAll builder prerequisites installed successfully, and PATH looks valid
15662024-11-14T03:23:46.616Z
15672024-11-14T03:23:46.616Zreal 5:58.947236293
15682024-11-14T03:23:46.616Zuser 16:21.390976898
15692024-11-14T03:23:46.616Zsys 3:14.335065399
15702024-11-14T03:23:46.616Ztrap 0.566855878
15712024-11-14T03:23:46.616Ztflt 5.387387594
15722024-11-14T03:23:46.616Zdflt 5.442770405
15732024-11-14T03:23:46.616Zkflt 0.521252011
15742024-11-14T03:23:46.616Zlock 31:53.896383784
15752024-11-14T03:23:46.616Zslp 1:03:35.065002254
15762024-11-14T03:23:46.616Zlat 54.961840458
15772024-11-14T03:23:46.616Zstop 2:13.424618532
15782024-11-14T03:23:46.616Z+ banner hack-check
15792024-11-14T03:23:46.616Z
15802024-11-14T03:23:46.616Z # # ## #### # # #### # # ###### #### # #
15812024-11-14T03:23:46.616Z # # # # # # # # # # # # # # # # #
15822024-11-14T03:23:46.616Z ###### # # # #### ##### # ###### ##### # ####
15832024-11-14T03:23:46.616Z # # ###### # # # # # # # # # #
15842024-11-14T03:23:46.616Z # # # # # # # # # # # # # # # # #
15852024-11-14T03:23:46.616Z # # # # #### # # #### # # ###### #### # #
15862024-11-14T03:23:46.616Z
15872024-11-14T03:23:46.619Z+ export CARGO_INCREMENTAL=0
15882024-11-14T03:23:46.619Z+ CARGO_INCREMENTAL=0
15892024-11-14T03:23:46.619Z+ ptime -m timeout 2h cargo xtask check-features --ci
15902024-11-14T03:23:47.123Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15912024-11-14T03:23:50.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
15922024-11-14T03:23:50.680Z Running `target/debug/xtask check-features --ci`
15932024-11-14T03:23:50.700Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15942024-11-14T03:23:50.700Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15952024-11-14T03:23:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15962024-11-14T03:23:51.161Z Running `target/debug/xtask download cargo-hack`
15972024-11-14T03:23:51.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15982024-11-14T03:23:52.329Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15992024-11-14T03:23:57.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
16002024-11-14T03:23:57.454Z Running `target/debug/xtask-downloader cargo-hack`
16012024-11-14T03:23:57.491ZNov 14 03:23:56.542 INFO Starting download, target: CargoHack
16022024-11-14T03:23:57.494ZNov 14 03:23:56.543 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16032024-11-14T03:23:58.222ZNov 14 03:23:57.273 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16042024-11-14T03:23:58.311ZNov 14 03:23:57.363 INFO Download complete, target: CargoHack
16052024-11-14T03:23:58.314Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16062024-11-14T03:23:58.330Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16072024-11-14T03:23:58.492Zinfo: running `cargo check --bins` on api_identity (1/170)
16082024-11-14T03:23:59.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-11-14T03:23:59.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-11-14T03:23:59.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-11-14T03:23:59.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16122024-11-14T03:23:59.075Z
16132024-11-14T03:23:59.076Zinfo: running `cargo check --bins` on bootstore (2/170)
16142024-11-14T03:23:59.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-11-14T03:23:59.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-11-14T03:23:59.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-11-14T03:23:59.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16182024-11-14T03:23:59.713Z
16192024-11-14T03:23:59.714Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/170)
16202024-11-14T03:24:00.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-11-14T03:24:00.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-11-14T03:24:00.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-11-14T03:24:00.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16242024-11-14T03:24:00.307Z
16252024-11-14T03:24:00.307Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/170)
16262024-11-14T03:24:00.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-11-14T03:24:00.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-11-14T03:24:00.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-11-14T03:24:00.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16302024-11-14T03:24:00.903Z
16312024-11-14T03:24:00.903Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/170)
16322024-11-14T03:24:01.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-11-14T03:24:01.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-11-14T03:24:01.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-11-14T03:24:01.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16362024-11-14T03:24:01.302Z
16372024-11-14T03:24:01.302Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/170)
16382024-11-14T03:24:01.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-11-14T03:24:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-11-14T03:24:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-11-14T03:24:01.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16422024-11-14T03:24:01.712Z
16432024-11-14T03:24:01.712Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/170)
16442024-11-14T03:24:02.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-11-14T03:24:02.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-11-14T03:24:02.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-11-14T03:24:02.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16482024-11-14T03:24:02.114Z
16492024-11-14T03:24:02.114Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/170)
16502024-11-14T03:24:02.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-11-14T03:24:02.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-11-14T03:24:02.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-11-14T03:24:02.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16542024-11-14T03:24:02.515Z
16552024-11-14T03:24:02.515Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/170)
16562024-11-14T03:24:02.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-11-14T03:24:02.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-11-14T03:24:02.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-11-14T03:24:02.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16602024-11-14T03:24:02.918Z
16612024-11-14T03:24:02.918Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/170)
16622024-11-14T03:24:03.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-11-14T03:24:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-11-14T03:24:03.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-11-14T03:24:03.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16662024-11-14T03:24:03.316Z
16672024-11-14T03:24:03.316Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/170)
16682024-11-14T03:24:03.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-11-14T03:24:03.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-11-14T03:24:03.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-11-14T03:24:03.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16722024-11-14T03:24:03.714Z
16732024-11-14T03:24:03.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/170)
16742024-11-14T03:24:04.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-11-14T03:24:04.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-11-14T03:24:04.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-11-14T03:24:04.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16782024-11-14T03:24:04.124Z
16792024-11-14T03:24:04.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/170)
16802024-11-14T03:24:04.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-11-14T03:24:04.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-11-14T03:24:04.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-11-14T03:24:04.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16842024-11-14T03:24:04.529Z
16852024-11-14T03:24:04.529Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/170)
16862024-11-14T03:24:04.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-11-14T03:24:04.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-11-14T03:24:04.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-11-14T03:24:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16902024-11-14T03:24:04.932Z
16912024-11-14T03:24:04.932Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/170)
16922024-11-14T03:24:05.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-11-14T03:24:05.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-11-14T03:24:05.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952024-11-14T03:24:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16962024-11-14T03:24:05.335Z
16972024-11-14T03:24:05.335Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/170)
16982024-11-14T03:24:05.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992024-11-14T03:24:05.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002024-11-14T03:24:05.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012024-11-14T03:24:05.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17022024-11-14T03:24:05.736Z
17032024-11-14T03:24:05.736Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/170)
17042024-11-14T03:24:06.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052024-11-14T03:24:06.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062024-11-14T03:24:06.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072024-11-14T03:24:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17082024-11-14T03:24:06.136Z
17092024-11-14T03:24:06.136Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/170)
17102024-11-14T03:24:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112024-11-14T03:24:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122024-11-14T03:24:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132024-11-14T03:24:06.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17142024-11-14T03:24:06.550Z
17152024-11-14T03:24:06.550Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/170)
17162024-11-14T03:24:06.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172024-11-14T03:24:06.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182024-11-14T03:24:06.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192024-11-14T03:24:06.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17202024-11-14T03:24:06.961Z
17212024-11-14T03:24:06.961Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/170)
17222024-11-14T03:24:07.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232024-11-14T03:24:07.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242024-11-14T03:24:07.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252024-11-14T03:24:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17262024-11-14T03:24:07.365Z
17272024-11-14T03:24:07.365Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/170)
17282024-11-14T03:24:07.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-11-14T03:24:07.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-11-14T03:24:07.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-11-14T03:24:07.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17322024-11-14T03:24:07.768Z
17332024-11-14T03:24:07.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/170)
17342024-11-14T03:24:08.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-11-14T03:24:08.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-11-14T03:24:08.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-11-14T03:24:08.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17382024-11-14T03:24:08.174Z
17392024-11-14T03:24:08.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/170)
17402024-11-14T03:24:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-11-14T03:24:08.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-11-14T03:24:08.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-11-14T03:24:08.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17442024-11-14T03:24:08.584Z
17452024-11-14T03:24:08.584Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/170)
17462024-11-14T03:24:08.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-11-14T03:24:08.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-11-14T03:24:08.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-11-14T03:24:08.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17502024-11-14T03:24:08.983Z
17512024-11-14T03:24:08.983Zinfo: running `cargo check --bins` on sled-hardware-types (25/170)
17522024-11-14T03:24:09.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-11-14T03:24:09.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-11-14T03:24:09.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-11-14T03:24:09.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17562024-11-14T03:24:09.599Z
17572024-11-14T03:24:09.599Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/170)
17582024-11-14T03:24:10.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592024-11-14T03:24:10.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602024-11-14T03:24:10.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612024-11-14T03:24:10.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17622024-11-14T03:24:10.218Z
17632024-11-14T03:24:10.218Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/170)
17642024-11-14T03:24:10.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652024-11-14T03:24:10.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662024-11-14T03:24:10.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672024-11-14T03:24:10.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17682024-11-14T03:24:10.838Z
17692024-11-14T03:24:10.838Zinfo: running `cargo check --bins` on oxlog (28/170)
17702024-11-14T03:24:11.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712024-11-14T03:24:11.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722024-11-14T03:24:11.435Z Checking cfg-if v1.0.0
17732024-11-14T03:24:11.437Z Checking libc v0.2.162
17742024-11-14T03:24:11.541Z Checking serde v1.0.215
17752024-11-14T03:24:11.544Z Checking zeroize v1.8.1
17762024-11-14T03:24:11.554Z Checking memchr v2.7.4
17772024-11-14T03:24:11.556Z Checking typenum v1.17.0
17782024-11-14T03:24:11.574Z Checking scopeguard v1.2.0
17792024-11-14T03:24:11.576Z Checking subtle v2.6.1
17802024-11-14T03:24:11.600Z Checking value-bag v1.9.0
17812024-11-14T03:24:11.706Z Checking lock_api v0.4.12
17822024-11-14T03:24:11.783Z Checking itoa v1.0.11
17832024-11-14T03:24:11.851Z Checking const-oid v0.9.6
17842024-11-14T03:24:11.974Z Checking smallvec v1.13.2
17852024-11-14T03:24:12.015Z Checking log v0.4.22
17862024-11-14T03:24:12.105Z Checking pin-project-lite v0.2.14
17872024-11-14T03:24:12.226Z Checking byteorder v1.5.0
17882024-11-14T03:24:12.368Z Checking futures-core v0.3.31
17892024-11-14T03:24:12.412Z Checking once_cell v1.20.2
17902024-11-14T03:24:12.498Z Checking cpufeatures v0.2.14
17912024-11-14T03:24:12.540Z Checking futures-sink v0.3.31
17922024-11-14T03:24:12.585Z Checking stable_deref_trait v1.2.0
17932024-11-14T03:24:12.620Z Checking spin v0.9.8
17942024-11-14T03:24:12.662Z Checking getrandom v0.2.15
17952024-11-14T03:24:12.676Z Checking parking_lot_core v0.9.10
17962024-11-14T03:24:12.689Z Checking signal-hook-registry v1.4.2
17972024-11-14T03:24:12.702Z Checking mio v1.0.2
17982024-11-14T03:24:12.846Z Checking generic-array v0.14.7
17992024-11-14T03:24:12.885Z Checking rand_core v0.6.4
18002024-11-14T03:24:12.926Z Checking socket2 v0.5.7
18012024-11-14T03:24:12.957Z Checking zerocopy v0.7.35
18022024-11-14T03:24:12.994Z Checking parking_lot v0.12.3
18032024-11-14T03:24:13.197Z Checking zerofrom v0.1.4
18042024-11-14T03:24:13.287Z Checking slab v0.4.9
18052024-11-14T03:24:13.331Z Checking futures-channel v0.3.31
18062024-11-14T03:24:13.389Z Checking futures-io v0.3.31
18072024-11-14T03:24:13.407Z Checking yoke v0.7.4
18082024-11-14T03:24:13.537Z Checking allocator-api2 v0.2.18
18092024-11-14T03:24:13.568Z Checking futures-task v0.3.31
18102024-11-14T03:24:13.660Z Checking foldhash v0.1.3
18112024-11-14T03:24:13.677Z Checking equivalent v1.0.1
18122024-11-14T03:24:13.736Z Checking pin-utils v0.1.0
18132024-11-14T03:24:13.776Z Checking zerovec v0.10.4
18142024-11-14T03:24:13.792Z Checking tinyvec_macros v0.1.1
18152024-11-14T03:24:13.815Z Checking futures-util v0.3.31
18162024-11-14T03:24:13.857Z Checking ryu v1.0.18
18172024-11-14T03:24:13.876Z Checking tinyvec v1.8.0
18182024-11-14T03:24:14.053Z Checking crypto-common v0.1.6
18192024-11-14T03:24:14.092Z Checking block-buffer v0.10.4
18202024-11-14T03:24:14.169Z Checking hashbrown v0.15.0
18212024-11-14T03:24:14.243Z Checking block-padding v0.3.3
18222024-11-14T03:24:14.311Z Checking digest v0.10.7
18232024-11-14T03:24:14.381Z Checking fnv v1.0.7
18242024-11-14T03:24:14.449Z Checking inout v0.1.3
18252024-11-14T03:24:14.507Z Checking libm v0.2.8
18262024-11-14T03:24:14.661Z Checking cipher v0.4.4
18272024-11-14T03:24:14.700Z Checking hmac v0.12.1
18282024-11-14T03:24:14.915Z Checking sha2 v0.10.8
18292024-11-14T03:24:15.087Z Checking base64ct v1.6.0
18302024-11-14T03:24:15.213Z Checking unicode-normalization v0.1.24
18312024-11-14T03:24:15.327Z Checking litemap v0.7.3
18322024-11-14T03:24:15.343Z Checking writeable v0.5.5
18332024-11-14T03:24:15.416Z Checking tinystr v0.7.6
18342024-11-14T03:24:15.472Z Checking unicode-bidi v0.3.17
18352024-11-14T03:24:15.518Z Checking pem-rfc7468 v0.7.0
18362024-11-14T03:24:15.643Z Checking num-traits v0.2.19
18372024-11-14T03:24:15.659Z Checking ppv-lite86 v0.2.20
18382024-11-14T03:24:15.767Z Checking flagset v0.4.6
18392024-11-14T03:24:15.782Z Checking icu_locid v1.5.0
18402024-11-14T03:24:15.952Z Checking der v0.7.9
18412024-11-14T03:24:16.113Z Checking tracing-core v0.1.32
18422024-11-14T03:24:16.116Z Checking thiserror v1.0.69
18432024-11-14T03:24:16.253Z Checking icu_locid_transform_data v1.5.0
18442024-11-14T03:24:16.351Z Checking rustls-pki-types v1.9.0
18452024-11-14T03:24:16.435Z Checking rand_chacha v0.3.1
18462024-11-14T03:24:16.465Z Checking bytes v1.7.2
18472024-11-14T03:24:16.756Z Checking indexmap v2.6.0
18482024-11-14T03:24:16.805Z Checking serde_json v1.0.132
18492024-11-14T03:24:16.824Z Checking icu_provider v1.5.0
18502024-11-14T03:24:16.927Z Checking bitflags v2.6.0
18512024-11-14T03:24:17.232Z Checking percent-encoding v2.3.1
18522024-11-14T03:24:17.299Z Checking tokio v1.40.0
18532024-11-14T03:24:17.334Z Checking http v1.1.0
18542024-11-14T03:24:17.436Z Checking rand v0.8.5
18552024-11-14T03:24:17.473Z Checking icu_locid_transform v1.5.0
18562024-11-14T03:24:17.746Z Checking spki v0.7.3
18572024-11-14T03:24:18.005Z Checking tracing v0.1.40
18582024-11-14T03:24:18.048Z Checking icu_collections v1.5.0
18592024-11-14T03:24:18.341Z Checking salsa20 v0.10.2
18602024-11-14T03:24:18.416Z Checking pbkdf2 v0.12.2
18612024-11-14T03:24:18.530Z Checking aws-lc-sys v0.22.0
18622024-11-14T03:24:18.551Z Checking httparse v1.9.5
18632024-11-14T03:24:18.570Z Checking powerfmt v0.2.0
18642024-11-14T03:24:18.667Z Checking icu_properties_data v1.5.0
18652024-11-14T03:24:18.702Z Checking untrusted v0.9.0
18662024-11-14T03:24:18.744Z Checking mirai-annotations v1.12.0
18672024-11-14T03:24:18.830Z Checking untrusted v0.7.1
18682024-11-14T03:24:18.844Z Checking ring v0.17.8
18692024-11-14T03:24:18.905Z Checking icu_properties v1.5.1
18702024-11-14T03:24:18.920Z Checking deranged v0.3.11
18712024-11-14T03:24:18.937Z Checking scrypt v0.11.0
18722024-11-14T03:24:18.959Z Checking aes v0.8.4
18732024-11-14T03:24:18.981Z Checking cbc v0.1.2
18742024-11-14T03:24:19.147Z Checking crossbeam-utils v0.8.20
18752024-11-14T03:24:19.185Z Checking time-core v0.1.2
18762024-11-14T03:24:19.333Z Checking utf16_iter v1.0.5
18772024-11-14T03:24:19.501Z Checking atomic-waker v1.1.2
18782024-11-14T03:24:19.631Z Checking num_threads v0.1.7
18792024-11-14T03:24:19.747Z Checking write16 v1.0.0
18802024-11-14T03:24:19.859Z Checking icu_normalizer_data v1.5.0
18812024-11-14T03:24:19.875Z Checking num-conv v0.1.0
18822024-11-14T03:24:19.888Z Checking utf8_iter v1.0.4
18832024-11-14T03:24:19.960Z Checking pkcs5 v0.7.1
18842024-11-14T03:24:20.087Z Checking http-body v1.0.1
18852024-11-14T03:24:20.105Z Checking form_urlencoded v1.2.1
18862024-11-14T03:24:20.288Z Checking try-lock v0.2.5
18872024-11-14T03:24:20.305Z Checking unicode-ident v1.0.13
18882024-11-14T03:24:20.425Z Checking want v0.3.1
18892024-11-14T03:24:20.463Z Checking httpdate v1.0.3
18902024-11-14T03:24:20.483Z Checking pkcs8 v0.10.2
18912024-11-14T03:24:20.594Z Checking proc-macro2 v1.0.89
18922024-11-14T03:24:20.646Z Checking uuid v1.11.0
18932024-11-14T03:24:20.670Z Checking time v0.3.36
18942024-11-14T03:24:20.698Z Checking serde_spanned v0.6.8
18952024-11-14T03:24:20.774Z Checking toml_datetime v0.6.8
18962024-11-14T03:24:20.880Z Checking slog v2.7.0
18972024-11-14T03:24:21.040Z Checking scroll v0.12.0
18982024-11-14T03:24:21.056Z Checking aws-lc-rs v1.10.0
18992024-11-14T03:24:21.245Z Checking iana-time-zone v0.1.61
19002024-11-14T03:24:21.261Z Checking match_cfg v0.1.0
19012024-11-14T03:24:21.349Z Checking tower-service v0.3.3
19022024-11-14T03:24:21.369Z Checking ucd-trie v0.1.7
19032024-11-14T03:24:21.386Z Checking base64 v0.22.1
19042024-11-14T03:24:21.467Z Checking foreign-types-shared v0.1.1
19052024-11-14T03:24:21.513Z Checking plain v0.2.3
19062024-11-14T03:24:21.571Z Checking adler2 v2.0.0
19072024-11-14T03:24:21.574Z Checking pest v2.7.14
19082024-11-14T03:24:21.656Z Checking goblin v0.8.2
19092024-11-14T03:24:21.715Z Checking miniz_oxide v0.8.0
19102024-11-14T03:24:21.840Z Checking foreign-types v0.3.2
19112024-11-14T03:24:21.933Z Checking chrono v0.4.38
19122024-11-14T03:24:22.240Z Checking icu_normalizer v1.5.0
19132024-11-14T03:24:22.467Z Checking hostname v0.3.1
19142024-11-14T03:24:22.600Z Checking quote v1.0.37
19152024-11-14T03:24:22.850Z Checking rustls-webpki v0.102.8
19162024-11-14T03:24:22.928Z Checking openssl-sys v0.9.104
19172024-11-14T03:24:23.030Z Checking idna_adapter v1.2.0
19182024-11-14T03:24:23.189Z Checking dirs-sys-next v0.1.2
19192024-11-14T03:24:23.230Z Checking idna v1.0.3
19202024-11-14T03:24:23.368Z Checking errno v0.3.9
19212024-11-14T03:24:23.535Z Checking aho-corasick v1.1.3
19222024-11-14T03:24:23.688Z Checking siphasher v0.3.11
19232024-11-14T03:24:23.718Z Checking url v2.5.3
19242024-11-14T03:24:23.944Z Checking regex-syntax v0.8.5
19252024-11-14T03:24:23.978Z Checking pretty-hex v0.4.1
19262024-11-14T03:24:24.047Z Checking data-encoding v2.6.0
19272024-11-14T03:24:24.144Z Checking dtrace-parser v0.2.0
19282024-11-14T03:24:24.221Z Checking openssl v0.10.68
19292024-11-14T03:24:24.493Z Checking tokio-util v0.7.12
19302024-11-14T03:24:24.579Z Checking rustix v0.38.37
19312024-11-14T03:24:24.644Z Checking dirs-next v2.0.0
19322024-11-14T03:24:24.682Z Checking syn v2.0.87
19332024-11-14T03:24:24.774Z Checking http-body-util v0.1.2
19342024-11-14T03:24:25.196Z Checking crossbeam-epoch v0.9.18
19352024-11-14T03:24:25.249Z Checking signature v2.2.0
19362024-11-14T03:24:25.356Z Checking h2 v0.4.6
19372024-11-14T03:24:25.438Z Checking sha1 v0.10.6
19382024-11-14T03:24:25.617Z Checking lazy_static v1.5.0
19392024-11-14T03:24:25.716Z Checking thread_local v1.1.8
19402024-11-14T03:24:25.736Z Checking thread-id v4.2.2
19412024-11-14T03:24:25.846Z Checking encoding_rs v0.8.34
19422024-11-14T03:24:26.002Z Checking openssl-probe v0.1.5
19432024-11-14T03:24:26.157Z Checking ipnet v2.10.1
19442024-11-14T03:24:26.579Z Checking utf8parse v0.2.2
19452024-11-14T03:24:26.612Z Checking dof v0.3.0
19462024-11-14T03:24:26.715Z Checking mime v0.3.17
19472024-11-14T03:24:27.055Z Checking gimli v0.31.1
19482024-11-14T03:24:27.169Z Checking unicode-properties v0.1.3
19492024-11-14T03:24:27.246Z Checking regex-automata v0.4.8
19502024-11-14T03:24:27.519Z Checking anstyle v1.0.10
19512024-11-14T03:24:27.879Z Checking either v1.13.0
19522024-11-14T03:24:28.003Z Checking winnow v0.6.20
19532024-11-14T03:24:28.222Z Checking stringprep v0.1.5
19542024-11-14T03:24:28.264Z Checking anstyle-parse v0.2.5
19552024-11-14T03:24:28.487Z Checking crossbeam-deque v0.8.5
19562024-11-14T03:24:28.540Z Checking term v0.7.0
19572024-11-14T03:24:28.802Z Checking rustls v0.22.4
19582024-11-14T03:24:28.964Z Checking rustls v0.23.14
19592024-11-14T03:24:29.606Z Checking native-tls v0.2.12
19602024-11-14T03:24:29.936Z Checking slog-json v2.6.1
19612024-11-14T03:24:30.200Z Checking serde_urlencoded v0.7.1
19622024-11-14T03:24:30.614Z Checking crossbeam-channel v0.5.13
19632024-11-14T03:24:30.918Z Checking toml_edit v0.22.22
19642024-11-14T03:24:31.080Z Checking addr2line v0.24.2
19652024-11-14T03:24:31.110Z Checking usdt-impl v0.5.0
19662024-11-14T03:24:31.324Z Checking futures-executor v0.3.31
19672024-11-14T03:24:31.385Z Checking hyper v1.5.0
19682024-11-14T03:24:31.557Z Checking num-integer v0.1.46
19692024-11-14T03:24:31.575Z Checking rustls-pemfile v2.2.0
19702024-11-14T03:24:31.635Z Checking idna v0.3.0
19712024-11-14T03:24:31.790Z Checking idna v0.4.0
19722024-11-14T03:24:31.826Z Checking md-5 v0.10.6
19732024-11-14T03:24:32.043Z Checking ff v0.13.0
19742024-11-14T03:24:32.066Z Checking is-terminal v0.4.13
19752024-11-14T03:24:32.189Z Checking memmap v0.7.0
19762024-11-14T03:24:32.236Z Checking hash32 v0.2.1
19772024-11-14T03:24:32.402Z Checking object v0.36.5
19782024-11-14T03:24:32.450Z Checking rustc-demangle v0.1.24
19792024-11-14T03:24:32.541Z Checking is_terminal_polyfill v1.70.1
19802024-11-14T03:24:32.557Z Checking colorchoice v1.0.2
19812024-11-14T03:24:32.659Z Checking psl-types v2.0.11
19822024-11-14T03:24:32.662Z Checking utf-8 v0.7.6
19832024-11-14T03:24:32.691Z Checking anstyle-query v1.1.1
19842024-11-14T03:24:32.819Z Checking linked-hash-map v0.5.6
19852024-11-14T03:24:32.839Z Checking take_mut v0.2.2
19862024-11-14T03:24:32.872Z Checking fallible-iterator v0.2.0
19872024-11-14T03:24:32.887Z Checking dyn-clone v1.0.17
19882024-11-14T03:24:32.980Z Checking quick-error v1.2.3
19892024-11-14T03:24:33.024Z Checking base16ct v0.2.0
19902024-11-14T03:24:33.109Z Checking resolv-conf v0.7.0
19912024-11-14T03:24:33.149Z Checking lru-cache v0.1.2
19922024-11-14T03:24:33.210Z Checking sec1 v0.7.3
19932024-11-14T03:24:33.340Z Checking schemars v0.8.21
19942024-11-14T03:24:33.390Z Checking toml v0.8.19
19952024-11-14T03:24:33.430Z Checking slog-async v2.8.0
19962024-11-14T03:24:33.447Z Checking hyper-util v0.1.10
19972024-11-14T03:24:33.476Z Checking postgres-protocol v0.6.7
19982024-11-14T03:24:33.578Z Checking tungstenite v0.24.0
19992024-11-14T03:24:33.733Z Checking publicsuffix v2.2.3
20002024-11-14T03:24:33.978Z Checking anstream v0.6.15
20012024-11-14T03:24:34.138Z Checking hickory-proto v0.24.1
20022024-11-14T03:24:34.161Z Checking tokio-rustls v0.25.0
20032024-11-14T03:24:34.352Z Checking heapless v0.7.17
20042024-11-14T03:24:34.493Z Checking usdt v0.5.0
20052024-11-14T03:24:34.510Z Checking tokio-rustls v0.26.0
20062024-11-14T03:24:34.575Z Checking group v0.13.0
20072024-11-14T03:24:34.766Z Checking slog-term v2.9.1
20082024-11-14T03:24:34.834Z Checking num-iter v0.1.45
20092024-11-14T03:24:34.917Z Checking futures v0.3.31
20102024-11-14T03:24:34.998Z Checking slog-bunyan v2.5.0
20112024-11-14T03:24:35.029Z Checking tokio-native-tls v0.3.1
20122024-11-14T03:24:35.045Z Checking rayon-core v1.12.1
20132024-11-14T03:24:35.174Z Checking multer v3.1.0
20142024-11-14T03:24:35.238Z Checking terminal_size v0.4.0
20152024-11-14T03:24:35.278Z Checking phf_shared v0.11.2
20162024-11-14T03:24:35.413Z Checking cookie v0.18.1
20172024-11-14T03:24:35.425Z Checking async-stream v0.3.6
20182024-11-14T03:24:35.443Z Checking bzip2-sys v0.1.11+1.0.8
20192024-11-14T03:24:35.558Z Checking signal-hook v0.3.17
20202024-11-14T03:24:35.581Z Checking camino v1.1.9
20212024-11-14T03:24:35.593Z Checking waitgroup v0.1.2
20222024-11-14T03:24:35.606Z Checking openapiv3 v2.0.0
20232024-11-14T03:24:35.696Z Checking webpki-roots v0.26.6
20242024-11-14T03:24:35.713Z Checking serde_path_to_error v0.1.16
20252024-11-14T03:24:35.860Z Checking idna v0.5.0
20262024-11-14T03:24:35.874Z Checking hkdf v0.12.4
20272024-11-14T03:24:35.904Z Checking crypto-bigint v0.5.5
20282024-11-14T03:24:36.089Z Checking hostname v0.4.0
20292024-11-14T03:24:36.132Z Checking crc32fast v1.4.2
20302024-11-14T03:24:36.223Z Checking unicode-width v0.1.14
20312024-11-14T03:24:36.342Z Checking clap_lex v0.7.2
20322024-11-14T03:24:36.366Z Checking debug-ignore v1.0.5
20332024-11-14T03:24:36.495Z Checking managed v0.8.0
20342024-11-14T03:24:36.599Z Checking winnow v0.5.40
20352024-11-14T03:24:36.710Z Checking bitflags v1.3.2
20362024-11-14T03:24:36.713Z Checking strsim v0.11.1
20372024-11-14T03:24:36.817Z Checking console v0.15.8
20382024-11-14T03:24:36.872Z Checking smoltcp v0.9.1
20392024-11-14T03:24:37.002Z Checking clap_builder v4.5.20
20402024-11-14T03:24:37.422Z Checking cookie_store v0.21.0
20412024-11-14T03:24:38.077Z Checking flate2 v1.0.34
20422024-11-14T03:24:38.377Z Checking hyper-rustls v0.27.3
20432024-11-14T03:24:38.704Z Checking signal-hook-mio v0.2.4
20442024-11-14T03:24:38.731Z Checking rayon v1.10.0
20452024-11-14T03:24:38.803Z Checking elliptic-curve v0.13.8
20462024-11-14T03:24:38.819Z Checking backtrace v0.3.74
20472024-11-14T03:24:38.839Z Checking bzip2 v0.4.4
20482024-11-14T03:24:38.883Z Checking hickory-resolver v0.24.1
20492024-11-14T03:24:39.092Z Checking dropshot v0.12.0
20502024-11-14T03:24:39.122Z Checking phf v0.11.2
20512024-11-14T03:24:39.395Z Checking anyhow v1.0.93
20522024-11-14T03:24:39.409Z Checking hyper-tls v0.6.0
20532024-11-14T03:24:39.450Z Checking num-bigint-dig v0.8.4
20542024-11-14T03:24:39.682Z Checking toml_edit v0.19.15
20552024-11-14T03:24:39.697Z Checking tokio-tungstenite v0.24.0
20562024-11-14T03:24:39.791Z Checking postgres-types v0.2.8
20572024-11-14T03:24:40.092Z Checking regex v1.11.1
20582024-11-14T03:24:40.180Z Checking bstr v1.10.0
20592024-11-14T03:24:40.460Z Checking ed25519 v2.2.3
20602024-11-14T03:24:40.541Z Checking tokio-stream v0.1.16
20612024-11-14T03:24:40.703Z Checking phf_shared v0.10.0
20622024-11-14T03:24:40.772Z Checking zerocopy v0.6.6
20632024-11-14T03:24:40.996Z Checking curve25519-dalek v4.1.3
20642024-11-14T03:24:41.080Z Checking pkcs1 v0.7.5
20652024-11-14T03:24:41.398Z Checking hubpack v0.1.2
20662024-11-14T03:24:41.489Z Checking portable-atomic v1.9.0
20672024-11-14T03:24:41.545Z Checking float-cmp v0.9.0
20682024-11-14T03:24:41.640Z Checking serde-big-array v0.5.1
20692024-11-14T03:24:41.699Z Checking rfc6979 v0.4.0
20702024-11-14T03:24:41.734Z Checking sync_wrapper v1.0.1
20712024-11-14T03:24:41.859Z Checking unicode-segmentation v1.12.0
20722024-11-14T03:24:41.876Z Checking minimal-lexical v0.2.1
20732024-11-14T03:24:41.878Z Checking whoami v1.5.2
20742024-11-14T03:24:42.099Z Checking fixedbitset v0.4.2
20752024-11-14T03:24:42.179Z Checking number_prefix v0.4.0
20762024-11-14T03:24:42.275Z Checking predicates-core v1.0.8
20772024-11-14T03:24:42.357Z Checking bit-vec v0.6.3
20782024-11-14T03:24:42.379Z Checking static_assertions v1.1.0
20792024-11-14T03:24:42.449Z Checking normalize-line-endings v0.3.0
20802024-11-14T03:24:42.470Z Checking new_debug_unreachable v1.0.6
20812024-11-14T03:24:42.527Z Checking difflib v0.4.0
20822024-11-14T03:24:42.546Z Checking precomputed-hash v0.1.1
20832024-11-14T03:24:42.560Z Checking indicatif v0.17.8
20842024-11-14T03:24:42.563Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20852024-11-14T03:24:42.563Z Checking similar v2.6.0
20862024-11-14T03:24:42.646Z Checking string_cache v0.8.7
20872024-11-14T03:24:42.678Z Checking bit-set v0.5.3
20882024-11-14T03:24:42.822Z Checking qorb v0.2.0
20892024-11-14T03:24:42.838Z Checking predicates v3.1.2
20902024-11-14T03:24:42.873Z Checking ed25519-dalek v2.1.1
20912024-11-14T03:24:42.927Z Checking petgraph v0.6.5
20922024-11-14T03:24:42.940Z Checking nom v7.1.3
20932024-11-14T03:24:43.284Z Checking tokio-postgres v0.7.12
20942024-11-14T03:24:43.302Z Checking toml v0.7.8
20952024-11-14T03:24:43.447Z Checking ecdsa v0.16.9
20962024-11-14T03:24:43.512Z Checking reqwest v0.12.9
20972024-11-14T03:24:44.028Z Checking rsa v0.9.6
20982024-11-14T03:24:44.200Z Checking clap v4.5.20
20992024-11-14T03:24:44.332Z Checking zip v0.6.6
21002024-11-14T03:24:45.017Z Checking crossterm v0.28.1
21012024-11-14T03:24:45.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21022024-11-14T03:24:45.177Z Checking itertools v0.10.5
21032024-11-14T03:24:45.368Z Checking itertools v0.12.1
21042024-11-14T03:24:45.396Z Checking ahash v0.8.11
21052024-11-14T03:24:45.820Z Checking fs-err v2.11.0
21062024-11-14T03:24:45.927Z Checking x509-cert v0.2.5
21072024-11-14T03:24:46.366Z Checking semver v1.0.23
21082024-11-14T03:24:46.383Z Checking hex v0.4.3
21092024-11-14T03:24:46.440Z Checking lalrpop-util v0.19.12
21102024-11-14T03:24:46.727Z Checking peg-runtime v0.8.3
21112024-11-14T03:24:46.774Z Checking sigpipe v0.1.3
21122024-11-14T03:24:47.768Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21132024-11-14T03:24:48.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s
21142024-11-14T03:24:48.249Z
21152024-11-14T03:24:48.249Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/170)
21162024-11-14T03:24:48.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-11-14T03:24:48.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-11-14T03:24:48.909Z Compiling hashbrown v0.14.5
21192024-11-14T03:24:49.027Z Checking heck v0.5.0
21202024-11-14T03:24:49.040Z Compiling unsafe-libyaml v0.2.11
21212024-11-14T03:24:49.052Z Compiling ident_case v1.0.1
21222024-11-14T03:24:49.063Z Checking progenitor-client v0.8.0
21232024-11-14T03:24:49.075Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21242024-11-14T03:24:49.088Z Compiling proc-macro-crate v1.3.1
21252024-11-14T03:24:49.195Z Compiling darling_core v0.20.10
21262024-11-14T03:24:49.219Z Checking ipnetwork v0.20.0
21272024-11-14T03:24:49.425Z Compiling structmeta-derive v0.3.0
21282024-11-14T03:24:49.448Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21292024-11-14T03:24:49.582Z Compiling newtype-uuid v1.1.3
21302024-11-14T03:24:49.784Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21312024-11-14T03:24:49.894Z Compiling lzma-sys v0.1.20
21322024-11-14T03:24:50.135Z Compiling foreign-types-macros v0.2.3
21332024-11-14T03:24:50.225Z Compiling regress v0.10.1
21342024-11-14T03:24:50.269Z Compiling num_enum_derive v0.5.11
21352024-11-14T03:24:50.675Z Compiling serde_yaml v0.9.34+deprecated
21362024-11-14T03:24:50.978Z Compiling dropshot v0.13.0
21372024-11-14T03:24:51.277Z Checking arc-swap v1.7.1
21382024-11-14T03:24:51.375Z Checking foreign-types-shared v0.3.1
21392024-11-14T03:24:51.492Z Checking foreign-types v0.5.0
21402024-11-14T03:24:51.706Z Checking slog-scope v4.4.0
21412024-11-14T03:24:51.722Z Compiling proc-macro-error v1.0.4
21422024-11-14T03:24:52.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21432024-11-14T03:24:52.434Z Compiling structmeta v0.3.0
21442024-11-14T03:24:52.454Z Checking tungstenite v0.21.0
21452024-11-14T03:24:52.519Z Compiling heck v0.3.3
21462024-11-14T03:24:52.821Z Checking num_enum v0.5.11
21472024-11-14T03:24:52.875Z Compiling parse-display-derive v0.10.0
21482024-11-14T03:24:52.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21492024-11-14T03:24:52.978Z Compiling dropshot_endpoint v0.13.0
21502024-11-14T03:24:53.382Z Checking cstr-argument v0.1.2
21512024-11-14T03:24:53.561Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522024-11-14T03:24:53.811Z Checking instant v0.1.13
21532024-11-14T03:24:53.826Z Checking typify-impl v0.2.0
21542024-11-14T03:24:54.359Z Checking fastrand v2.1.1
21552024-11-14T03:24:54.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21562024-11-14T03:24:54.982Z Checking pretty-hex v0.2.1
21572024-11-14T03:24:55.071Z Checking base64 v0.21.7
21582024-11-14T03:24:55.151Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21592024-11-14T03:24:55.376Z Checking tempfile v3.13.0
21602024-11-14T03:24:55.426Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-14T03:24:55.549Z Checking backoff v0.4.0
21622024-11-14T03:24:55.576Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632024-11-14T03:24:55.730Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21642024-11-14T03:24:55.748Z Checking tokio-tungstenite v0.21.0
21652024-11-14T03:24:55.871Z Checking strum v0.26.3
21662024-11-14T03:24:56.034Z Compiling zone_cfg_derive v0.1.2
21672024-11-14T03:24:56.050Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21682024-11-14T03:24:56.177Z Compiling darling_macro v0.20.10
21692024-11-14T03:24:56.258Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21702024-11-14T03:24:56.412Z Checking slog-stdlog v4.1.1
21712024-11-14T03:24:56.577Z Checking regress v0.9.1
21722024-11-14T03:24:56.648Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21732024-11-14T03:24:56.792Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21742024-11-14T03:24:56.935Z Checking colored v2.1.0
21752024-11-14T03:24:57.069Z Checking macaddr v1.0.1
21762024-11-14T03:24:57.084Z Compiling darling v0.20.10
21772024-11-14T03:24:57.111Z Checking base64 v0.13.1
21782024-11-14T03:24:57.203Z Compiling serde_with_macros v3.11.0
21792024-11-14T03:24:57.454Z Checking parse-display v0.10.0
21802024-11-14T03:24:57.493Z Checking ron v0.7.1
21812024-11-14T03:24:57.518Z Checking zone v0.1.8
21822024-11-14T03:24:57.687Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-14T03:24:58.174Z Checking xz2 v0.1.7
21842024-11-14T03:24:58.201Z Checking slog-envlogger v2.2.0
21852024-11-14T03:24:58.424Z Checking tabwriter v1.4.0
21862024-11-14T03:24:58.491Z Checking xattr v1.3.1
21872024-11-14T03:24:58.643Z Checking pem v3.0.4
21882024-11-14T03:24:58.668Z Checking yasna v0.5.2
21892024-11-14T03:24:58.691Z Checking headers-core v0.3.0
21902024-11-14T03:24:58.837Z Checking smf v0.2.3
21912024-11-14T03:24:58.912Z Checking filetime v0.2.25
21922024-11-14T03:24:59.131Z Checking same-file v1.0.6
21932024-11-14T03:24:59.309Z Checking tar v0.4.43
21942024-11-14T03:24:59.341Z Checking walkdir v2.5.0
21952024-11-14T03:24:59.399Z Checking headers v0.4.0
21962024-11-14T03:24:59.540Z Checking rcgen v0.12.1
21972024-11-14T03:24:59.615Z Checking atomicwrites v0.4.4
21982024-11-14T03:24:59.822Z Checking camino-tempfile v1.1.1
21992024-11-14T03:25:00.088Z Checking serde_with v3.11.0
22002024-11-14T03:25:00.105Z Checking subprocess v0.2.9
22012024-11-14T03:25:04.189Z Compiling typify-macro v0.2.0
22022024-11-14T03:25:06.080Z Compiling typify v0.2.0
22032024-11-14T03:25:06.148Z Compiling progenitor-impl v0.8.0
22042024-11-14T03:25:09.339Z Compiling progenitor-macro v0.8.0
22052024-11-14T03:25:14.651Z Checking progenitor v0.8.0
22062024-11-14T03:25:14.808Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22072024-11-14T03:25:14.815Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22082024-11-14T03:25:17.420Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22092024-11-14T03:25:17.664Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22102024-11-14T03:25:23.921Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22112024-11-14T03:25:25.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22122024-11-14T03:25:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.55s
22132024-11-14T03:25:26.987Z
22142024-11-14T03:25:26.987Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/170)
22152024-11-14T03:25:27.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-11-14T03:25:27.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-11-14T03:25:27.633Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-11-14T03:25:29.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22192024-11-14T03:25:29.254Z
22202024-11-14T03:25:29.254Zinfo: running `cargo check --bins` on nexus-config (31/170)
22212024-11-14T03:25:29.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-11-14T03:25:29.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-11-14T03:25:29.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-11-14T03:25:29.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22252024-11-14T03:25:29.862Z
22262024-11-14T03:25:29.862Zinfo: running `cargo check --bins` on omicron-rpaths (32/170)
22272024-11-14T03:25:30.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-11-14T03:25:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-11-14T03:25:30.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-11-14T03:25:30.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22312024-11-14T03:25:30.448Z
22322024-11-14T03:25:30.448Zinfo: running `cargo check --bins` on omicron-certificates (33/170)
22332024-11-14T03:25:30.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-11-14T03:25:30.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-11-14T03:25:30.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-11-14T03:25:30.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22372024-11-14T03:25:31.053Z
22382024-11-14T03:25:31.053Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/170)
22392024-11-14T03:25:31.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-11-14T03:25:31.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-11-14T03:25:31.689Z Compiling heapless v0.8.0
22422024-11-14T03:25:31.691Z Checking hash32 v0.3.1
22432024-11-14T03:25:31.799Z Compiling smoltcp v0.11.0
22442024-11-14T03:25:31.808Z Checking cobs v0.2.3
22452024-11-14T03:25:31.818Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22462024-11-14T03:25:31.820Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22472024-11-14T03:25:31.839Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22482024-11-14T03:25:31.842Z Compiling crucible-workspace-hack v0.1.0
22492024-11-14T03:25:31.952Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22502024-11-14T03:25:31.955Z Checking postcard v1.0.10
22512024-11-14T03:25:31.981Z Checking newline-converter v0.3.0
22522024-11-14T03:25:32.115Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22532024-11-14T03:25:32.129Z Compiling convert_case v0.4.0
22542024-11-14T03:25:32.170Z Checking expectorate v1.1.0
22552024-11-14T03:25:32.350Z Compiling zone_cfg_derive v0.3.0
22562024-11-14T03:25:32.412Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22572024-11-14T03:25:32.468Z Checking itertools v0.13.0
22582024-11-14T03:25:32.516Z Compiling num-derive v0.4.2
22592024-11-14T03:25:32.666Z Compiling slog-dtrace v0.3.0
22602024-11-14T03:25:32.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22612024-11-14T03:25:33.022Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22622024-11-14T03:25:33.098Z Compiling derive_more v0.99.18
22632024-11-14T03:25:33.788Z Checking zone v0.3.0
22642024-11-14T03:25:34.404Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22652024-11-14T03:25:35.805Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22662024-11-14T03:25:36.731Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22672024-11-14T03:25:36.980Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22682024-11-14T03:25:37.769Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22692024-11-14T03:25:38.334Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22702024-11-14T03:25:39.618Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22712024-11-14T03:25:40.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
22722024-11-14T03:25:40.852Z
22732024-11-14T03:25:40.853Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/170)
22742024-11-14T03:25:41.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-11-14T03:25:41.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-11-14T03:25:41.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-11-14T03:25:41.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22782024-11-14T03:25:41.362Z
22792024-11-14T03:25:41.362Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/170)
22802024-11-14T03:25:41.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-11-14T03:25:41.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-11-14T03:25:41.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-11-14T03:25:41.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22842024-11-14T03:25:41.969Z
22852024-11-14T03:25:41.969Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/170)
22862024-11-14T03:25:42.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-11-14T03:25:42.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-11-14T03:25:42.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-11-14T03:25:42.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22902024-11-14T03:25:42.589Z
22912024-11-14T03:25:42.589Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/170)
22922024-11-14T03:25:43.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-11-14T03:25:43.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-11-14T03:25:43.223Z Compiling progenitor-client v0.8.0
22952024-11-14T03:25:43.225Z Compiling newtype-uuid v1.1.3
22962024-11-14T03:25:43.323Z Compiling ipnetwork v0.20.0
22972024-11-14T03:25:43.325Z Compiling instant v0.1.13
22982024-11-14T03:25:43.346Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22992024-11-14T03:25:43.348Z Checking num-rational v0.4.2
23002024-11-14T03:25:43.348Z Compiling dropshot v0.13.0
23012024-11-14T03:25:43.349Z Compiling serde_with v3.11.0
23022024-11-14T03:25:43.458Z Compiling backoff v0.4.0
23032024-11-14T03:25:43.503Z Compiling parse-display v0.10.0
23042024-11-14T03:25:43.580Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23052024-11-14T03:25:43.769Z Compiling progenitor v0.8.0
23062024-11-14T03:25:43.785Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23072024-11-14T03:25:43.908Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23082024-11-14T03:25:44.086Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23092024-11-14T03:25:44.090Z Compiling regress v0.9.1
23102024-11-14T03:25:44.178Z Compiling phf_generator v0.11.2
23112024-11-14T03:25:44.240Z Checking num-complex v0.4.6
23122024-11-14T03:25:44.548Z Compiling macaddr v1.0.1
23132024-11-14T03:25:45.003Z Compiling phf_codegen v0.11.2
23142024-11-14T03:25:45.147Z Checking num v0.4.3
23152024-11-14T03:25:45.217Z Compiling parse-zoneinfo v0.3.1
23162024-11-14T03:25:45.247Z Compiling float-ord v0.3.2
23172024-11-14T03:25:45.525Z Checking prettyplease v0.2.25
23182024-11-14T03:25:45.577Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23192024-11-14T03:25:45.724Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23202024-11-14T03:25:46.629Z Compiling chrono-tz-build v0.4.0
23212024-11-14T03:25:46.877Z Compiling const_format_proc_macros v0.2.33
23222024-11-14T03:25:47.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23232024-11-14T03:25:47.369Z Checking highway v1.2.0
23242024-11-14T03:25:47.797Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23252024-11-14T03:25:48.087Z Compiling chrono-tz v0.10.0
23262024-11-14T03:25:48.468Z Checking gethostname v0.5.0
23272024-11-14T03:25:48.599Z Checking bcs v0.1.6
23282024-11-14T03:25:48.805Z Compiling async-recursion v1.1.1
23292024-11-14T03:25:48.951Z Checking const_format v0.2.33
23302024-11-14T03:25:49.099Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23312024-11-14T03:25:49.239Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23322024-11-14T03:25:49.338Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23332024-11-14T03:26:01.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23342024-11-14T03:26:05.238Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23352024-11-14T03:26:09.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.73s
23362024-11-14T03:26:09.507Z
23372024-11-14T03:26:09.507Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/170)
23382024-11-14T03:26:10.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-11-14T03:26:10.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-11-14T03:26:10.201Z Compiling cfg_aliases v0.1.1
23412024-11-14T03:26:10.208Z Compiling vte_generate_state_changes v0.1.2
23422024-11-14T03:26:10.208Z Checking fd-lock v4.0.2
23432024-11-14T03:26:10.208Z Checking nibble_vec v0.1.0
23442024-11-14T03:26:10.286Z Checking bytecount v0.6.8
23452024-11-14T03:26:10.290Z Checking endian-type v0.1.2
23462024-11-14T03:26:10.327Z Compiling tabled_derive v0.7.0
23472024-11-14T03:26:10.341Z Compiling peg-macros v0.8.4
23482024-11-14T03:26:10.369Z Compiling nix v0.28.0
23492024-11-14T03:26:10.444Z Checking papergrid v0.11.0
23502024-11-14T03:26:10.460Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512024-11-14T03:26:10.480Z Compiling sqlparser_derive v0.2.2
23522024-11-14T03:26:10.523Z Checking radix_trie v0.2.1
23532024-11-14T03:26:10.891Z Checking vte v0.11.1
23542024-11-14T03:26:10.931Z Checking nu-ansi-term v0.50.1
23552024-11-14T03:26:11.348Z Checking home v0.5.9
23562024-11-14T03:26:11.483Z Checking unicode_categories v0.1.1
23572024-11-14T03:26:11.594Z Checking sqlparser v0.45.0
23582024-11-14T03:26:11.650Z Checking display-error-chain v0.2.2
23592024-11-14T03:26:11.783Z Checking sqlformat v0.2.6
23602024-11-14T03:26:12.271Z Checking strip-ansi-escapes v0.2.0
23612024-11-14T03:26:12.421Z Checking reedline v0.35.0
23622024-11-14T03:26:12.704Z Checking tabled v0.15.0
23632024-11-14T03:26:13.178Z Checking peg v0.8.4
23642024-11-14T03:26:13.712Z Checking rustyline v14.0.0
23652024-11-14T03:26:23.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
23662024-11-14T03:26:23.635Z
23672024-11-14T03:26:23.635Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/170)
23682024-11-14T03:26:24.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-11-14T03:26:24.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-11-14T03:26:24.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23712024-11-14T03:26:30.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
23722024-11-14T03:26:30.471Z
23732024-11-14T03:26:30.471Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/170)
23742024-11-14T03:26:31.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-11-14T03:26:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-11-14T03:26:31.250Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23772024-11-14T03:26:35.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
23782024-11-14T03:26:35.890Z
23792024-11-14T03:26:35.890Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/170)
23802024-11-14T03:26:36.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-11-14T03:26:36.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-11-14T03:26:36.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-11-14T03:26:45.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
23842024-11-14T03:26:45.505Z
23852024-11-14T03:26:45.505Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/170)
23862024-11-14T03:26:45.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-14T03:26:45.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-14T03:26:45.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-11-14T03:26:48.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
23902024-11-14T03:26:48.974Z
23912024-11-14T03:26:48.974Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/170)
23922024-11-14T03:26:49.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-14T03:26:49.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-14T03:26:49.627Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-11-14T03:26:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
23962024-11-14T03:26:54.603Z
23972024-11-14T03:26:54.603Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/170)
23982024-11-14T03:26:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-14T03:26:55.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-14T03:26:55.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-11-14T03:27:00.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
24022024-11-14T03:27:00.275Z
24032024-11-14T03:27:00.275Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/170)
24042024-11-14T03:27:00.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-14T03:27:00.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-14T03:27:00.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-11-14T03:27:06.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
24082024-11-14T03:27:07.069Z
24092024-11-14T03:27:07.069Zinfo: running `cargo check --bins` on oximeter (47/170)
24102024-11-14T03:27:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-14T03:27:07.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-14T03:27:07.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-11-14T03:27:07.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24142024-11-14T03:27:07.673Z
24152024-11-14T03:27:07.673Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/170)
24162024-11-14T03:27:08.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-14T03:27:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-14T03:27:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-14T03:27:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24202024-11-14T03:27:08.264Z
24212024-11-14T03:27:08.264Zinfo: running `cargo check --bins` on oximeter-schema (49/170)
24222024-11-14T03:27:08.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-14T03:27:08.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-14T03:27:08.877Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24252024-11-14T03:27:09.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24262024-11-14T03:27:09.484Z
24272024-11-14T03:27:09.485Zinfo: running `cargo check --bins` on oximeter-types (50/170)
24282024-11-14T03:27:10.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-14T03:27:10.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-14T03:27:10.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-11-14T03:27:10.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24322024-11-14T03:27:10.089Z
24332024-11-14T03:27:10.089Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/170)
24342024-11-14T03:27:10.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-14T03:27:10.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-14T03:27:10.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-14T03:27:10.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24382024-11-14T03:27:10.691Z
24392024-11-14T03:27:10.691Zinfo: running `cargo check --bins` on oxql-types (52/170)
24402024-11-14T03:27:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-14T03:27:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-14T03:27:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-14T03:27:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24442024-11-14T03:27:11.296Z
24452024-11-14T03:27:11.296Zinfo: running `cargo check --bins` on oximeter-test-utils (53/170)
24462024-11-14T03:27:11.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-14T03:27:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-14T03:27:11.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-14T03:27:11.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24502024-11-14T03:27:11.934Z
24512024-11-14T03:27:11.934Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/170)
24522024-11-14T03:27:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-14T03:27:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-14T03:27:12.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-14T03:27:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24562024-11-14T03:27:12.550Z
24572024-11-14T03:27:12.550Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/170)
24582024-11-14T03:27:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-14T03:27:13.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-14T03:27:13.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-14T03:27:13.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24622024-11-14T03:27:13.161Z
24632024-11-14T03:27:13.161Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/170)
24642024-11-14T03:27:13.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-14T03:27:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-14T03:27:13.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-14T03:27:13.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24682024-11-14T03:27:13.763Z
24692024-11-14T03:27:13.763Zinfo: running `cargo check --bins` on cockroach-admin-client (57/170)
24702024-11-14T03:27:14.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-14T03:27:14.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-14T03:27:14.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-14T03:27:14.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24742024-11-14T03:27:14.353Z
24752024-11-14T03:27:14.353Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/170)
24762024-11-14T03:27:14.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-14T03:27:14.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-14T03:27:14.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-14T03:27:14.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24802024-11-14T03:27:14.961Z
24812024-11-14T03:27:14.962Zinfo: running `cargo check --bins` on dns-service-client (59/170)
24822024-11-14T03:27:15.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-14T03:27:15.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-14T03:27:15.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-11-14T03:27:15.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24862024-11-14T03:27:15.565Z
24872024-11-14T03:27:15.565Zinfo: running `cargo check --bins` on internal-dns-types (60/170)
24882024-11-14T03:27:16.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-14T03:27:16.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-14T03:27:16.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-14T03:27:16.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24922024-11-14T03:27:16.173Z
24932024-11-14T03:27:16.173Zinfo: running `cargo check --bins` on dpd-client (61/170)
24942024-11-14T03:27:16.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-14T03:27:16.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-14T03:27:16.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-11-14T03:27:16.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24982024-11-14T03:27:16.779Z
24992024-11-14T03:27:16.779Zinfo: running `cargo check --bins` on gateway-client (62/170)
25002024-11-14T03:27:17.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-14T03:27:17.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-14T03:27:17.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-14T03:27:17.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25042024-11-14T03:27:17.374Z
25052024-11-14T03:27:17.374Zinfo: running `cargo check --bins` on installinator-client (63/170)
25062024-11-14T03:27:17.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-14T03:27:17.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-14T03:27:17.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-14T03:27:17.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25102024-11-14T03:27:17.994Z
25112024-11-14T03:27:17.994Zinfo: running `cargo check --bins` on installinator-common (64/170)
25122024-11-14T03:27:18.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-14T03:27:18.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-14T03:27:18.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-14T03:27:18.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25162024-11-14T03:27:18.610Z
25172024-11-14T03:27:18.610Zinfo: running `cargo check --bins` on update-engine (65/170)
25182024-11-14T03:27:19.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-14T03:27:19.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-14T03:27:19.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-11-14T03:27:19.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25222024-11-14T03:27:19.200Z
25232024-11-14T03:27:19.200Zinfo: running `cargo check --bins` on nexus-client (66/170)
25242024-11-14T03:27:19.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-14T03:27:19.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-14T03:27:19.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-14T03:27:19.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25282024-11-14T03:27:19.838Z
25292024-11-14T03:27:19.839Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/170)
25302024-11-14T03:27:20.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-14T03:27:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-14T03:27:20.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-14T03:27:20.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25342024-11-14T03:27:20.449Z
25352024-11-14T03:27:20.449Zinfo: running `cargo check --bins` on omicron-passwords (68/170)
25362024-11-14T03:27:20.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-14T03:27:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-14T03:27:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-14T03:27:20.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25402024-11-14T03:27:21.034Z
25412024-11-14T03:27:21.034Zinfo: running `cargo check --bins` on nexus-types (69/170)
25422024-11-14T03:27:21.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-14T03:27:21.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-14T03:27:21.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-14T03:27:21.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25462024-11-14T03:27:21.657Z
25472024-11-14T03:27:21.657Zinfo: running `cargo check --bins` on oxide-client (70/170)
25482024-11-14T03:27:22.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-14T03:27:22.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-14T03:27:22.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-14T03:27:22.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25522024-11-14T03:27:22.243Z
25532024-11-14T03:27:22.243Zinfo: running `cargo check --bins` on oximeter-client (71/170)
25542024-11-14T03:27:22.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-14T03:27:22.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-14T03:27:22.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-14T03:27:22.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25582024-11-14T03:27:22.843Z
25592024-11-14T03:27:22.843Zinfo: running `cargo check --bins` on repo-depot-client (72/170)
25602024-11-14T03:27:23.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-14T03:27:23.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-14T03:27:23.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-14T03:27:23.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25642024-11-14T03:27:23.428Z
25652024-11-14T03:27:23.428Zinfo: running `cargo check --bins` on sled-agent-client (73/170)
25662024-11-14T03:27:23.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-14T03:27:23.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-14T03:27:23.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-14T03:27:23.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25702024-11-14T03:27:24.046Z
25712024-11-14T03:27:24.046Zinfo: running `cargo check --bins` on wicketd-client (74/170)
25722024-11-14T03:27:24.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-14T03:27:24.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-14T03:27:24.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-11-14T03:27:24.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25762024-11-14T03:27:24.690Z
25772024-11-14T03:27:24.690Zinfo: running `cargo check --bins` on sled-agent-types (75/170)
25782024-11-14T03:27:25.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-11-14T03:27:25.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-11-14T03:27:25.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-11-14T03:27:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25822024-11-14T03:27:25.313Z
25832024-11-14T03:27:25.313Zinfo: running `cargo check --bins` on wicket-common (76/170)
25842024-11-14T03:27:25.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-11-14T03:27:25.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-11-14T03:27:25.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-11-14T03:27:25.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25882024-11-14T03:27:25.934Z
25892024-11-14T03:27:25.934Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/170)
25902024-11-14T03:27:26.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-11-14T03:27:26.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-11-14T03:27:26.574Z Checking csv-core v0.1.11
25932024-11-14T03:27:26.574Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25942024-11-14T03:27:26.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25952024-11-14T03:27:26.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25962024-11-14T03:27:26.886Z Checking csv v1.3.0
25972024-11-14T03:27:27.435Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982024-11-14T03:27:27.774Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25992024-11-14T03:27:28.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
26002024-11-14T03:27:29.147Z
26012024-11-14T03:27:29.147Zinfo: running `cargo check --bins` on cockroach-admin-api (78/170)
26022024-11-14T03:27:29.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-11-14T03:27:29.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-11-14T03:27:29.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-11-14T03:27:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26062024-11-14T03:27:29.765Z
26072024-11-14T03:27:29.765Zinfo: running `cargo check --bins` on cockroach-admin-types (79/170)
26082024-11-14T03:27:30.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-11-14T03:27:30.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-11-14T03:27:30.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-11-14T03:27:30.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26122024-11-14T03:27:30.365Z
26132024-11-14T03:27:30.365Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/170)
26142024-11-14T03:27:30.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-11-14T03:27:30.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-11-14T03:27:30.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-11-14T03:27:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26182024-11-14T03:27:31.067Z
26192024-11-14T03:27:31.067Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/170)
26202024-11-14T03:27:31.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-11-14T03:27:31.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-11-14T03:27:31.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-11-14T03:27:31.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26242024-11-14T03:27:31.761Z
26252024-11-14T03:27:31.761Zinfo: running `cargo check --bins` on dns-server (82/170)
26262024-11-14T03:27:32.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-11-14T03:27:32.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-11-14T03:27:32.381Z Compiling parking_lot_core v0.8.6
26292024-11-14T03:27:32.381Z Checking fxhash v0.2.1
26302024-11-14T03:27:32.383Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26312024-11-14T03:27:32.383Z Checking hickory-server v0.24.1
26322024-11-14T03:27:32.482Z Checking hickory-client v0.24.1
26332024-11-14T03:27:33.049Z Checking parking_lot v0.11.2
26342024-11-14T03:27:33.177Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26352024-11-14T03:27:33.177Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26362024-11-14T03:27:33.272Z Checking sled v0.34.7
26372024-11-14T03:27:35.005Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382024-11-14T03:27:36.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
26392024-11-14T03:27:36.399Z
26402024-11-14T03:27:36.399Zinfo: running `cargo check --bins` on dns-server-api (83/170)
26412024-11-14T03:27:36.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-11-14T03:27:36.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-11-14T03:27:36.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-11-14T03:27:36.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26452024-11-14T03:27:36.998Z
26462024-11-14T03:27:36.998Zinfo: running `cargo check --bins` on gateway-test-utils (84/170)
26472024-11-14T03:27:37.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-11-14T03:27:37.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-11-14T03:27:37.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-11-14T03:27:37.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26512024-11-14T03:27:37.681Z
26522024-11-14T03:27:37.682Zinfo: running `cargo check --bins` on gateway-types (85/170)
26532024-11-14T03:27:38.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-11-14T03:27:38.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-11-14T03:27:38.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-11-14T03:27:38.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26572024-11-14T03:27:38.251Z
26582024-11-14T03:27:38.252Zinfo: running `cargo check --bins` on ipcc (86/170)
26592024-11-14T03:27:38.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-11-14T03:27:38.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-11-14T03:27:38.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-11-14T03:27:38.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26632024-11-14T03:27:38.860Z
26642024-11-14T03:27:38.860Zinfo: running `cargo check --bins` on omicron-gateway (87/170)
26652024-11-14T03:27:39.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-11-14T03:27:39.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-11-14T03:27:39.538Z Compiling radium v0.7.0
26682024-11-14T03:27:39.538Z Compiling semver v0.1.20
26692024-11-14T03:27:39.540Z Compiling maybe-uninit v2.0.0
26702024-11-14T03:27:39.540Z Checking tap v1.0.1
26712024-11-14T03:27:39.659Z Checking password-hash v0.5.0
26722024-11-14T03:27:39.669Z Checking blake2 v0.10.6
26732024-11-14T03:27:39.672Z Checking funty v2.0.0
26742024-11-14T03:27:39.672Z Compiling cancel-safe-futures v0.1.5
26752024-11-14T03:27:39.777Z Checking wyz v0.5.1
26762024-11-14T03:27:40.038Z Compiling rustc_version v0.1.7
26772024-11-14T03:27:40.088Z Checking crc-catalog v2.4.0
26782024-11-14T03:27:40.132Z Compiling owo-colors v4.1.0
26792024-11-14T03:27:40.147Z Compiling packed_struct v0.10.1
26802024-11-14T03:27:40.223Z Checking argon2 v0.5.3
26812024-11-14T03:27:40.254Z Checking crc v3.2.1
26822024-11-14T03:27:40.360Z Compiling packed_struct_codegen v0.10.1
26832024-11-14T03:27:40.414Z Compiling indexmap v1.9.3
26842024-11-14T03:27:40.461Z Checking half v2.4.1
26852024-11-14T03:27:40.561Z Compiling newtype_derive v0.1.6
26862024-11-14T03:27:40.603Z Checking bitvec v1.0.1
26872024-11-14T03:27:40.625Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26882024-11-14T03:27:40.672Z Checking nodrop v0.1.14
26892024-11-14T03:27:40.702Z Checking ciborium-io v0.2.2
26902024-11-14T03:27:40.796Z Checking array-init v0.0.4
26912024-11-14T03:27:40.877Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26922024-11-14T03:27:40.923Z Checking ciborium-ll v0.2.2
26932024-11-14T03:27:40.938Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26942024-11-14T03:27:41.148Z Checking smallvec v0.6.14
26952024-11-14T03:27:41.210Z Checking libsw v3.3.1
26962024-11-14T03:27:41.448Z Compiling memoffset v0.9.1
26972024-11-14T03:27:41.477Z Checking linear-map v1.2.0
26982024-11-14T03:27:41.552Z Checking termcolor v1.4.1
26992024-11-14T03:27:41.624Z Checking bitfield v0.14.0
27002024-11-14T03:27:41.742Z Checking swrite v0.1.0
27012024-11-14T03:27:41.784Z Checking hashbrown v0.12.3
27022024-11-14T03:27:41.800Z Checking indent_write v2.2.0
27032024-11-14T03:27:41.860Z Checking serde-hex v0.1.0
27042024-11-14T03:27:41.947Z Checking env_logger v0.10.2
27052024-11-14T03:27:41.995Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27062024-11-14T03:27:42.021Z Checking ron v0.8.1
27072024-11-14T03:27:42.370Z Checking ciborium v0.2.2
27082024-11-14T03:27:42.664Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27092024-11-14T03:27:43.141Z Checking steno v0.4.1
27102024-11-14T03:27:43.376Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27112024-11-14T03:27:43.502Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27122024-11-14T03:27:43.504Z Checking hashbrown v0.13.2
27132024-11-14T03:27:43.557Z Checking crc-any v2.5.0
27142024-11-14T03:27:43.616Z Checking humantime v2.1.0
27152024-11-14T03:27:43.905Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27162024-11-14T03:27:43.922Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172024-11-14T03:27:44.318Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27182024-11-14T03:27:44.517Z Checking object v0.30.4
27192024-11-14T03:27:44.544Z Checking path-slash v0.1.5
27202024-11-14T03:27:44.685Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27212024-11-14T03:27:44.701Z Checking nix v0.27.1
27222024-11-14T03:27:45.335Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27232024-11-14T03:27:45.605Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27242024-11-14T03:27:45.715Z Checking tungstenite v0.23.0
27252024-11-14T03:27:45.869Z Checking kstat-rs v0.2.4
27262024-11-14T03:27:46.028Z Checking signal-hook-tokio v0.3.1
27272024-11-14T03:27:46.153Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27282024-11-14T03:27:46.552Z Checking tokio-tungstenite v0.23.1
27292024-11-14T03:27:47.221Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27302024-11-14T03:27:47.344Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27312024-11-14T03:27:47.436Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27322024-11-14T03:27:54.027Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27332024-11-14T03:27:55.321Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27342024-11-14T03:27:57.556Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352024-11-14T03:28:03.165Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362024-11-14T03:28:03.828Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27372024-11-14T03:28:06.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.69s
27382024-11-14T03:28:06.738Z
27392024-11-14T03:28:06.738Zinfo: running `cargo check --bins` on gateway-api (88/170)
27402024-11-14T03:28:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-11-14T03:28:07.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-11-14T03:28:07.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-11-14T03:28:07.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27442024-11-14T03:28:07.350Z
27452024-11-14T03:28:07.350Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/170)
27462024-11-14T03:28:07.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-11-14T03:28:07.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-11-14T03:28:07.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-11-14T03:28:07.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27502024-11-14T03:28:07.946Z
27512024-11-14T03:28:07.946Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/170)
27522024-11-14T03:28:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-11-14T03:28:08.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-11-14T03:28:08.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-11-14T03:28:08.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27562024-11-14T03:28:08.564Z
27572024-11-14T03:28:08.564Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/170)
27582024-11-14T03:28:09.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-11-14T03:28:09.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-11-14T03:28:09.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-11-14T03:28:09.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27622024-11-14T03:28:09.168Z
27632024-11-14T03:28:09.168Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/170)
27642024-11-14T03:28:09.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-11-14T03:28:09.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-11-14T03:28:09.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-11-14T03:28:09.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27682024-11-14T03:28:09.784Z
27692024-11-14T03:28:09.784Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/170)
27702024-11-14T03:28:10.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-11-14T03:28:10.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-11-14T03:28:10.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-11-14T03:28:10.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27742024-11-14T03:28:10.386Z
27752024-11-14T03:28:10.386Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/170)
27762024-11-14T03:28:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-11-14T03:28:10.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-11-14T03:28:10.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-11-14T03:28:10.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27802024-11-14T03:28:10.986Z
27812024-11-14T03:28:10.986Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/170)
27822024-11-14T03:28:11.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-11-14T03:28:11.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-11-14T03:28:11.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-11-14T03:28:11.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27862024-11-14T03:28:11.594Z
27872024-11-14T03:28:11.594Zinfo: running `cargo check --bins` on oximeter-producer (96/170)
27882024-11-14T03:28:12.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-11-14T03:28:12.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-11-14T03:28:12.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-11-14T03:28:12.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27922024-11-14T03:28:12.219Z
27932024-11-14T03:28:12.219Zinfo: running `cargo check --bins` on internal-dns-resolver (97/170)
27942024-11-14T03:28:12.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-11-14T03:28:12.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-11-14T03:28:12.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-11-14T03:28:12.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27982024-11-14T03:28:12.818Z
27992024-11-14T03:28:12.818Zinfo: running `cargo check --bins` on sp-sim (98/170)
28002024-11-14T03:28:13.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-11-14T03:28:13.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-11-14T03:28:13.429Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28032024-11-14T03:28:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
28042024-11-14T03:28:15.426Z
28052024-11-14T03:28:15.426Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/170)
28062024-11-14T03:28:15.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-11-14T03:28:15.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-11-14T03:28:15.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-11-14T03:28:15.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28102024-11-14T03:28:16.066Z
28112024-11-14T03:28:16.066Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/170)
28122024-11-14T03:28:16.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-11-14T03:28:16.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-11-14T03:28:16.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-11-14T03:28:16.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28162024-11-14T03:28:16.720Z
28172024-11-14T03:28:16.720Zinfo: running `cargo check --bins` on db-macros (101/170)
28182024-11-14T03:28:17.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-11-14T03:28:17.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-11-14T03:28:17.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-11-14T03:28:17.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28222024-11-14T03:28:17.310Z
28232024-11-14T03:28:17.310Zinfo: running `cargo check --bins` on nexus-macros-common (102/170)
28242024-11-14T03:28:17.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-11-14T03:28:17.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-11-14T03:28:17.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-11-14T03:28:17.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28282024-11-14T03:28:17.894Z
28292024-11-14T03:28:17.894Zinfo: running `cargo check --bins` on nexus-auth (103/170)
28302024-11-14T03:28:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-11-14T03:28:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-11-14T03:28:18.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-11-14T03:28:18.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28342024-11-14T03:28:18.535Z
28352024-11-14T03:28:18.535Zinfo: running `cargo check --bins` on authz-macros (104/170)
28362024-11-14T03:28:19.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-11-14T03:28:19.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-11-14T03:28:19.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-11-14T03:28:19.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28402024-11-14T03:28:19.121Z
28412024-11-14T03:28:19.121Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/170)
28422024-11-14T03:28:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-11-14T03:28:19.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-11-14T03:28:19.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-11-14T03:28:19.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28462024-11-14T03:28:19.753Z
28472024-11-14T03:28:19.753Zinfo: running `cargo check --bins` on nexus-db-model (106/170)
28482024-11-14T03:28:20.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-11-14T03:28:20.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-11-14T03:28:20.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-11-14T03:28:20.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28522024-11-14T03:28:20.381Z
28532024-11-14T03:28:20.381Zinfo: running `cargo check --bins` on nexus-defaults (107/170)
28542024-11-14T03:28:20.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-11-14T03:28:20.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-11-14T03:28:20.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-11-14T03:28:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28582024-11-14T03:28:20.983Z
28592024-11-14T03:28:20.983Zinfo: running `cargo check --bins` on nexus-inventory (108/170)
28602024-11-14T03:28:21.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-14T03:28:21.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-14T03:28:21.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-11-14T03:28:21.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28642024-11-14T03:28:21.615Z
28652024-11-14T03:28:21.615Zinfo: running `cargo check --bins` on typed-rng (109/170)
28662024-11-14T03:28:22.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-11-14T03:28:22.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-11-14T03:28:22.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-11-14T03:28:22.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28702024-11-14T03:28:22.199Z
28712024-11-14T03:28:22.199Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/170)
28722024-11-14T03:28:22.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-11-14T03:28:22.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-11-14T03:28:22.908Z Checking keccak v0.1.5
28752024-11-14T03:28:23.017Z Checking secrecy v0.8.0
28762024-11-14T03:28:23.019Z Compiling unicase v2.7.0
28772024-11-14T03:28:23.019Z Compiling same-file v1.0.6
28782024-11-14T03:28:23.037Z Compiling tempfile v3.13.0
28792024-11-14T03:28:23.059Z Compiling thiserror-impl-no-std v2.0.2
28802024-11-14T03:28:23.062Z Checking universal-hash v0.5.1
28812024-11-14T03:28:23.062Z Compiling blake3 v1.5.4
28822024-11-14T03:28:23.194Z Compiling walkdir v2.5.0
28832024-11-14T03:28:23.245Z Compiling ring v0.16.20
28842024-11-14T03:28:23.287Z Checking sha3 v0.10.8
28852024-11-14T03:28:23.306Z Checking opaque-debug v0.3.1
28862024-11-14T03:28:23.390Z Checking poly1305 v0.8.0
28872024-11-14T03:28:23.452Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28882024-11-14T03:28:23.695Z Checking chacha20 v0.9.1
28892024-11-14T03:28:23.725Z Checking aead v0.5.2
28902024-11-14T03:28:23.881Z Compiling memmap2 v0.9.5
28912024-11-14T03:28:23.927Z Compiling salty v0.3.0
28922024-11-14T03:28:23.942Z Compiling constant_time_eq v0.3.1
28932024-11-14T03:28:23.975Z Compiling arrayvec v0.7.6
28942024-11-14T03:28:24.032Z Compiling spin v0.5.2
28952024-11-14T03:28:24.106Z Compiling libefi-sys v0.1.0
28962024-11-14T03:28:24.267Z Compiling arrayref v0.3.9
28972024-11-14T03:28:24.293Z Checking chacha20poly1305 v0.10.1
28982024-11-14T03:28:24.375Z Compiling toolchain_find v0.4.0
28992024-11-14T03:28:24.405Z Compiling camino-tempfile v1.1.1
29002024-11-14T03:28:24.448Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29012024-11-14T03:28:24.473Z Compiling bitfield-struct v0.6.2
29022024-11-14T03:28:24.776Z Compiling topological-sort v0.2.2
29032024-11-14T03:28:24.884Z Compiling mime_guess v2.0.5
29042024-11-14T03:28:24.950Z Compiling rustfmt-wrapper v0.2.1
29052024-11-14T03:28:25.378Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29062024-11-14T03:28:25.509Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29072024-11-14T03:28:25.592Z Checking primeorder v0.13.6
29082024-11-14T03:28:25.644Z Checking env_filter v0.1.2
29092024-11-14T03:28:25.817Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29102024-11-14T03:28:25.876Z Checking env_logger v0.11.5
29112024-11-14T03:28:25.903Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29122024-11-14T03:28:26.041Z Checking p384 v0.13.0
29132024-11-14T03:28:26.167Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29142024-11-14T03:28:26.183Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29152024-11-14T03:28:26.226Z Checking thiserror-no-std v2.0.2
29162024-11-14T03:28:26.333Z Checking vsss-rs v3.3.4
29172024-11-14T03:28:26.409Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29182024-11-14T03:28:26.460Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29192024-11-14T03:28:26.476Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29202024-11-14T03:28:26.797Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29212024-11-14T03:28:26.818Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29222024-11-14T03:28:26.906Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29232024-11-14T03:28:27.136Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29242024-11-14T03:28:27.346Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29252024-11-14T03:28:27.392Z Checking nanorand v0.7.0
29262024-11-14T03:28:27.421Z Checking atty v0.2.14
29272024-11-14T03:28:27.441Z Checking glob v0.3.1
29282024-11-14T03:28:27.541Z Checking http-range v0.1.5
29292024-11-14T03:28:27.728Z Checking hyper-staticfile v0.10.1
29302024-11-14T03:28:27.754Z Checking flume v0.11.1
29312024-11-14T03:28:27.770Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29322024-11-14T03:28:28.266Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29332024-11-14T03:28:28.266Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29342024-11-14T03:28:28.479Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29352024-11-14T03:28:28.927Z Compiling omicron-zone-package v0.11.1
29362024-11-14T03:28:29.220Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29372024-11-14T03:28:29.749Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29382024-11-14T03:28:30.259Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29392024-11-14T03:28:30.487Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29402024-11-14T03:28:30.522Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29412024-11-14T03:28:30.841Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29422024-11-14T03:28:32.199Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29432024-11-14T03:28:32.858Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29442024-11-14T03:28:34.986Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29452024-11-14T03:28:34.989Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29462024-11-14T03:28:44.924Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29472024-11-14T03:28:57.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
29482024-11-14T03:28:57.764Z
29492024-11-14T03:28:57.764Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/170)
29502024-11-14T03:28:58.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-11-14T03:28:58.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-11-14T03:28:58.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29532024-11-14T03:29:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s
29542024-11-14T03:29:11.355Z
29552024-11-14T03:29:11.355Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/170)
29562024-11-14T03:29:11.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-11-14T03:29:11.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-11-14T03:29:12.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29592024-11-14T03:29:24.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
29602024-11-14T03:29:25.056Z
29612024-11-14T03:29:25.056Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/170)
29622024-11-14T03:29:25.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-11-14T03:29:25.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-11-14T03:29:25.758Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29652024-11-14T03:29:38.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
29662024-11-14T03:29:38.591Z
29672024-11-14T03:29:38.591Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/170)
29682024-11-14T03:29:39.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-11-14T03:29:39.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-11-14T03:29:39.312Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29712024-11-14T03:29:52.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
29722024-11-14T03:29:52.258Z
29732024-11-14T03:29:52.258Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/170)
29742024-11-14T03:29:52.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-14T03:29:52.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-14T03:29:52.963Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-11-14T03:30:05.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
29782024-11-14T03:30:05.907Z
29792024-11-14T03:30:05.907Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/170)
29802024-11-14T03:30:06.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-14T03:30:06.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-14T03:30:06.611Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-11-14T03:30:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s
29842024-11-14T03:30:19.400Z
29852024-11-14T03:30:19.400Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/170)
29862024-11-14T03:30:19.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-14T03:30:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-14T03:30:20.108Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-11-14T03:30:32.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
29902024-11-14T03:30:33.054Z
29912024-11-14T03:30:33.054Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/170)
29922024-11-14T03:30:33.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-14T03:30:33.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-14T03:30:33.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952024-11-14T03:30:33.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29962024-11-14T03:30:33.693Z
29972024-11-14T03:30:33.693Zinfo: running `cargo check --bins` on key-manager (119/170)
29982024-11-14T03:30:34.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-14T03:30:34.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-14T03:30:34.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012024-11-14T03:30:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30022024-11-14T03:30:34.315Z
30032024-11-14T03:30:34.315Zinfo: running `cargo check --bins` on repo-depot-api (120/170)
30042024-11-14T03:30:34.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-14T03:30:34.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-14T03:30:34.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072024-11-14T03:30:34.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30082024-11-14T03:30:34.934Z
30092024-11-14T03:30:34.934Zinfo: running `cargo check --bins` on sled-agent-api (121/170)
30102024-11-14T03:30:35.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-11-14T03:30:35.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-11-14T03:30:35.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-11-14T03:30:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30142024-11-14T03:30:35.575Z
30152024-11-14T03:30:35.576Zinfo: running `cargo check --bins` on sled-hardware (122/170)
30162024-11-14T03:30:36.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-11-14T03:30:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-11-14T03:30:36.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-11-14T03:30:36.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30202024-11-14T03:30:36.200Z
30212024-11-14T03:30:36.200Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/170)
30222024-11-14T03:30:36.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-11-14T03:30:36.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-11-14T03:30:36.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-11-14T03:30:36.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30262024-11-14T03:30:36.828Z
30272024-11-14T03:30:36.828Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/170)
30282024-11-14T03:30:37.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-11-14T03:30:37.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-11-14T03:30:37.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-11-14T03:30:37.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30322024-11-14T03:30:37.458Z
30332024-11-14T03:30:37.458Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/170)
30342024-11-14T03:30:38.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-11-14T03:30:38.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-11-14T03:30:38.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-11-14T03:30:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30382024-11-14T03:30:38.087Z
30392024-11-14T03:30:38.087Zinfo: running `cargo check --bins` on nexus-test-interface (126/170)
30402024-11-14T03:30:38.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-11-14T03:30:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-11-14T03:30:38.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-11-14T03:30:38.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30442024-11-14T03:30:38.727Z
30452024-11-14T03:30:38.727Zinfo: running `cargo check --bins` on oximeter-collector (127/170)
30462024-11-14T03:30:39.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-11-14T03:30:39.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-11-14T03:30:39.404Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30492024-11-14T03:30:39.404Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30502024-11-14T03:30:40.127Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30512024-11-14T03:30:41.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
30522024-11-14T03:30:42.113Z
30532024-11-14T03:30:42.113Zinfo: running `cargo check --bins` on oximeter-api (128/170)
30542024-11-14T03:30:42.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-11-14T03:30:42.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-11-14T03:30:42.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-11-14T03:30:42.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30582024-11-14T03:30:42.717Z
30592024-11-14T03:30:42.717Zinfo: running `cargo check --bins` on cert-dev (129/170)
30602024-11-14T03:30:43.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-11-14T03:30:43.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-11-14T03:30:43.309Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30632024-11-14T03:30:43.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30642024-11-14T03:30:43.731Z
30652024-11-14T03:30:43.731Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/170)
30662024-11-14T03:30:44.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-11-14T03:30:44.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-11-14T03:30:44.405Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30692024-11-14T03:30:44.405Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30702024-11-14T03:30:44.996Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30712024-11-14T03:30:45.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
30722024-11-14T03:30:45.541Z
30732024-11-14T03:30:45.541Zinfo: running `cargo check --bins` on ch-dev (131/170)
30742024-11-14T03:30:46.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-11-14T03:30:46.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-11-14T03:30:46.189Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30772024-11-14T03:30:46.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30782024-11-14T03:30:47.067Z
30792024-11-14T03:30:47.067Zinfo: running `cargo check --bins` on crdb-seed (132/170)
30802024-11-14T03:30:47.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-14T03:30:47.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-14T03:30:47.710Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30832024-11-14T03:30:48.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30842024-11-14T03:30:48.242Z
30852024-11-14T03:30:48.242Zinfo: running `cargo check --bins` on db-dev (133/170)
30862024-11-14T03:30:48.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-11-14T03:30:48.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-11-14T03:30:48.887Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30892024-11-14T03:30:49.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30902024-11-14T03:30:49.771Z
30912024-11-14T03:30:49.771Zinfo: running `cargo check --bins` on omicron-dev-lib (134/170)
30922024-11-14T03:30:50.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-14T03:30:50.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-14T03:30:50.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-11-14T03:30:50.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962024-11-14T03:30:50.402Z
30972024-11-14T03:30:50.402Zinfo: running `cargo check --bins` on xtask-downloader (135/170)
30982024-11-14T03:30:50.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-11-14T03:30:50.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-11-14T03:30:51.005Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31012024-11-14T03:30:51.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
31022024-11-14T03:30:52.026Z
31032024-11-14T03:30:52.026Zinfo: running `cargo check --bins` on omicron-ls-apis (136/170)
31042024-11-14T03:30:52.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-11-14T03:30:52.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-11-14T03:30:52.638Z Checking cargo-platform v0.1.8
31072024-11-14T03:30:52.905Z Checking cargo_metadata v0.18.1
31082024-11-14T03:30:53.890Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31092024-11-14T03:30:54.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31102024-11-14T03:30:54.780Z
31112024-11-14T03:30:54.780Zinfo: running `cargo check --bins` on mgs-dev (137/170)
31122024-11-14T03:30:55.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-11-14T03:30:55.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-11-14T03:30:55.476Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31152024-11-14T03:30:56.168Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31162024-11-14T03:30:56.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
31172024-11-14T03:30:56.896Z
31182024-11-14T03:30:56.896Zinfo: running `cargo check --bins` on omicron-omdb (138/170)
31192024-11-14T03:30:57.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-14T03:30:57.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-14T03:30:57.671Z Compiling crunchy v0.2.2
31222024-11-14T03:30:57.674Z Compiling tiny-keccak v2.0.2
31232024-11-14T03:30:57.674Z Compiling dsl_auto_type v0.1.2
31242024-11-14T03:30:57.674Z Checking scheduled-thread-pool v0.2.7
31252024-11-14T03:30:57.674Z Compiling diesel_table_macro_syntax v0.2.0
31262024-11-14T03:30:57.799Z Compiling ascii-canvas v3.0.0
31272024-11-14T03:30:57.810Z Compiling ena v0.14.3
31282024-11-14T03:30:57.813Z Compiling diff v0.1.13
31292024-11-14T03:30:57.988Z Checking r2d2 v0.8.10
31302024-11-14T03:30:58.051Z Compiling regex-syntax v0.6.29
31312024-11-14T03:30:58.184Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31322024-11-14T03:30:58.212Z Compiling ref-cast v1.0.23
31332024-11-14T03:30:58.293Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31342024-11-14T03:30:58.401Z Compiling derive_builder_core v0.20.2
31352024-11-14T03:30:58.421Z Compiling libxml v0.3.3
31362024-11-14T03:30:58.504Z Compiling ref-cast-impl v1.0.23
31372024-11-14T03:30:58.545Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31382024-11-14T03:30:58.820Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31392024-11-14T03:30:58.845Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31402024-11-14T03:30:58.984Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31412024-11-14T03:30:59.071Z Compiling strum_macros v0.24.3
31422024-11-14T03:30:59.106Z Compiling samael v0.0.17
31432024-11-14T03:30:59.387Z Compiling indoc v1.0.9
31442024-11-14T03:30:59.443Z Compiling diesel_derives v2.2.3
31452024-11-14T03:31:00.362Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31462024-11-14T03:31:00.625Z Compiling impl-trait-for-tuples v0.2.2
31472024-11-14T03:31:00.809Z Compiling derive_builder_macro v0.20.2
31482024-11-14T03:31:01.683Z Compiling lalrpop v0.19.12
31492024-11-14T03:31:01.702Z Checking derive_builder v0.20.2
31502024-11-14T03:31:01.855Z Compiling oso-derive v0.27.3
31512024-11-14T03:31:02.273Z Checking quick-xml v0.33.0
31522024-11-14T03:31:02.662Z Compiling diesel-dtrace v0.3.0
31532024-11-14T03:31:02.915Z Checking maplit v1.0.2
31542024-11-14T03:31:03.045Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31552024-11-14T03:31:03.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31562024-11-14T03:31:03.277Z Checking bb8 v0.8.5
31572024-11-14T03:31:03.362Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31582024-11-14T03:31:03.640Z Checking castaway v0.2.3
31592024-11-14T03:31:03.723Z Checking rand_seeder v0.3.0
31602024-11-14T03:31:03.810Z Checking compact_str v0.8.0
31612024-11-14T03:31:03.957Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31622024-11-14T03:31:03.972Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31632024-11-14T03:31:04.179Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31642024-11-14T03:31:04.738Z Checking unicode-truncate v1.1.0
31652024-11-14T03:31:04.738Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31662024-11-14T03:31:04.970Z Checking lru v0.12.5
31672024-11-14T03:31:05.018Z Compiling instability v0.3.2
31682024-11-14T03:31:05.288Z Checking is_ci v1.2.0
31692024-11-14T03:31:05.418Z Checking smawk v0.3.2
31702024-11-14T03:31:05.433Z Checking cassowary v0.3.0
31712024-11-14T03:31:05.622Z Checking unicode-linebreak v0.1.5
31722024-11-14T03:31:05.821Z Checking supports-color v3.0.1
31732024-11-14T03:31:06.050Z Checking textwrap v0.16.1
31742024-11-14T03:31:06.072Z Checking multimap v0.10.0
31752024-11-14T03:31:06.090Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31762024-11-14T03:31:06.115Z Checking ratatui v0.28.1
31772024-11-14T03:31:09.040Z Checking diesel v2.2.4
31782024-11-14T03:31:34.376Z Compiling polar-core v0.27.3
31792024-11-14T03:31:37.793Z Checking async-bb8-diesel v0.2.1
31802024-11-14T03:31:41.683Z Checking oso v0.27.3
31812024-11-14T03:32:46.928Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31822024-11-14T03:32:52.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
31832024-11-14T03:32:52.977Z
31842024-11-14T03:32:52.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/170)
31852024-11-14T03:32:53.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-11-14T03:32:53.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-11-14T03:32:53.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882024-11-14T03:32:53.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31892024-11-14T03:32:53.631Z
31902024-11-14T03:32:53.631Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/170)
31912024-11-14T03:32:54.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-11-14T03:32:54.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-11-14T03:32:54.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942024-11-14T03:32:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31952024-11-14T03:32:54.278Z
31962024-11-14T03:32:54.278Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/170)
31972024-11-14T03:32:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982024-11-14T03:32:54.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992024-11-14T03:32:54.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002024-11-14T03:32:54.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32012024-11-14T03:32:54.871Z
32022024-11-14T03:32:54.871Zinfo: running `cargo check --bins` on omicron-nexus (142/170)
32032024-11-14T03:32:55.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-11-14T03:32:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-11-14T03:32:55.644Z Compiling libz-sys v1.1.20
32062024-11-14T03:32:55.755Z Compiling libgit2-sys v0.17.0+1.8.1
32072024-11-14T03:32:55.766Z Compiling vergen v8.3.2
32082024-11-14T03:32:55.768Z Compiling cargo-platform v0.1.8
32092024-11-14T03:32:55.768Z Compiling pin-project-internal v1.1.6
32102024-11-14T03:32:55.799Z Compiling libsqlite3-sys v0.30.1
32112024-11-14T03:32:55.799Z Compiling snafu-derive v0.8.5
32122024-11-14T03:32:55.801Z Checking bumpalo v3.16.0
32132024-11-14T03:32:56.040Z Compiling buf-list v1.0.3
32142024-11-14T03:32:56.155Z Compiling cargo_metadata v0.18.1
32152024-11-14T03:32:56.296Z Compiling zip v2.1.3
32162024-11-14T03:32:56.346Z Compiling cfg_aliases v0.2.1
32172024-11-14T03:32:56.457Z Checking simd-adler32 v0.3.7
32182024-11-14T03:32:56.604Z Checking lockfree-object-pool v0.1.6
32192024-11-14T03:32:56.654Z Compiling rustls v0.21.12
32202024-11-14T03:32:56.796Z Compiling nix v0.29.0
32212024-11-14T03:32:56.846Z Checking zopfli v0.8.1
32222024-11-14T03:32:56.864Z Checking globset v0.4.15
32232024-11-14T03:32:56.932Z Checking olpc-cjson v0.1.4
32242024-11-14T03:32:57.156Z Checking sct v0.7.1
32252024-11-14T03:32:57.363Z Checking rustls-webpki v0.101.7
32262024-11-14T03:32:57.383Z Checking serde_plain v1.0.2
32272024-11-14T03:32:57.484Z Checking typed-path v0.9.3
32282024-11-14T03:32:58.463Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32292024-11-14T03:32:58.678Z Checking pin-project v1.1.6
32302024-11-14T03:32:58.704Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32312024-11-14T03:32:58.727Z Checking hashlink v0.9.1
32322024-11-14T03:32:58.801Z Checking parse-size v1.1.0
32332024-11-14T03:32:58.962Z Checking fallible-iterator v0.3.0
32342024-11-14T03:32:58.989Z Checking fallible-streaming-iterator v0.1.9
32352024-11-14T03:32:59.362Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32362024-11-14T03:32:59.461Z Checking rustls-pemfile v1.0.4
32372024-11-14T03:32:59.616Z Checking rusqlite v0.32.1
32382024-11-14T03:32:59.672Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32392024-11-14T03:32:59.749Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32402024-11-14T03:32:59.766Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32412024-11-14T03:32:59.896Z Checking twox-hash v1.6.3
32422024-11-14T03:32:59.977Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32432024-11-14T03:33:00.401Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32442024-11-14T03:33:01.186Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32452024-11-14T03:33:01.210Z Checking snafu v0.8.5
32462024-11-14T03:33:01.234Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472024-11-14T03:33:01.306Z Checking tokio-rustls v0.24.1
32482024-11-14T03:33:01.679Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32492024-11-14T03:33:01.697Z Checking tough v0.19.0
32502024-11-14T03:33:01.745Z Checking fatfs v0.3.6
32512024-11-14T03:33:01.882Z Checking assert_matches v1.5.0
32522024-11-14T03:33:05.912Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32532024-11-14T03:33:07.244Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32542024-11-14T03:33:08.172Z Compiling git2 v0.19.0
32552024-11-14T03:33:12.852Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32562024-11-14T03:34:25.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
32572024-11-14T03:34:25.713Z
32582024-11-14T03:34:25.713Zinfo: running `cargo check --bins` on nexus-external-api (143/170)
32592024-11-14T03:34:26.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602024-11-14T03:34:26.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612024-11-14T03:34:26.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622024-11-14T03:34:26.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32632024-11-14T03:34:26.378Z
32642024-11-14T03:34:26.378Zinfo: running `cargo check --bins` on openapi-manager-types (144/170)
32652024-11-14T03:34:26.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-14T03:34:26.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-14T03:34:26.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682024-11-14T03:34:26.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32692024-11-14T03:34:26.968Z
32702024-11-14T03:34:26.968Zinfo: running `cargo check --bins` on nexus-internal-api (145/170)
32712024-11-14T03:34:27.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-11-14T03:34:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-11-14T03:34:27.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742024-11-14T03:34:27.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32752024-11-14T03:34:27.600Z
32762024-11-14T03:34:27.600Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/170)
32772024-11-14T03:34:28.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-11-14T03:34:28.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-11-14T03:34:28.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802024-11-14T03:34:28.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32812024-11-14T03:34:28.249Z
32822024-11-14T03:34:28.249Zinfo: running `cargo check --bins` on nexus-networking (147/170)
32832024-11-14T03:34:28.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-11-14T03:34:28.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-11-14T03:34:28.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-11-14T03:34:28.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32872024-11-14T03:34:28.896Z
32882024-11-14T03:34:28.896Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/170)
32892024-11-14T03:34:29.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-11-14T03:34:29.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-11-14T03:34:29.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-11-14T03:34:29.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32932024-11-14T03:34:29.549Z
32942024-11-14T03:34:29.549Zinfo: running `cargo check --bins` on update-common (149/170)
32952024-11-14T03:34:30.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-11-14T03:34:30.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-11-14T03:34:30.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-11-14T03:34:30.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32992024-11-14T03:34:30.171Z
33002024-11-14T03:34:30.171Zinfo: running `cargo check --bins` on tufaceous-lib (150/170)
33012024-11-14T03:34:30.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-11-14T03:34:30.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-11-14T03:34:30.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-11-14T03:34:30.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33052024-11-14T03:34:30.791Z
33062024-11-14T03:34:30.791Zinfo: running `cargo check --bins` on tufaceous (151/170)
33072024-11-14T03:34:31.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-11-14T03:34:31.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-11-14T03:34:31.438Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33102024-11-14T03:34:32.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
33112024-11-14T03:34:32.564Z
33122024-11-14T03:34:32.564Zinfo: running `cargo check --bins` on omicron-dev (152/170)
33132024-11-14T03:34:33.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-11-14T03:34:33.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-11-14T03:34:33.380Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33162024-11-14T03:34:33.503Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33172024-11-14T03:34:33.505Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33182024-11-14T03:34:33.506Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33192024-11-14T03:34:58.606Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33202024-11-14T03:34:58.609Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33212024-11-14T03:34:58.609Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33222024-11-14T03:34:58.609Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33232024-11-14T03:34:58.609Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33242024-11-14T03:34:59.370Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33252024-11-14T03:35:00.593Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33262024-11-14T03:35:38.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
33272024-11-14T03:35:38.535Z
33282024-11-14T03:35:38.535Zinfo: running `cargo check --bins` on openapi-manager (153/170)
33292024-11-14T03:35:39.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-11-14T03:35:39.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-11-14T03:35:39.231Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33322024-11-14T03:35:39.233Z Checking heck v0.4.1
33332024-11-14T03:35:39.233Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33342024-11-14T03:35:40.750Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33352024-11-14T03:35:40.794Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33362024-11-14T03:35:41.642Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33372024-11-14T03:35:42.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
33382024-11-14T03:35:42.874Z
33392024-11-14T03:35:42.874Zinfo: running `cargo check --bins` on installinator-api (154/170)
33402024-11-14T03:35:43.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-11-14T03:35:43.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-11-14T03:35:43.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432024-11-14T03:35:43.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33442024-11-14T03:35:43.501Z
33452024-11-14T03:35:43.501Zinfo: running `cargo check --bins` on wicketd-api (155/170)
33462024-11-14T03:35:44.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-11-14T03:35:44.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-11-14T03:35:44.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492024-11-14T03:35:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33502024-11-14T03:35:44.134Z
33512024-11-14T03:35:44.134Zinfo: running `cargo check --bins` on reconfigurator-cli (156/170)
33522024-11-14T03:35:44.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-11-14T03:35:44.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-11-14T03:35:44.806Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33552024-11-14T03:35:45.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
33562024-11-14T03:35:46.141Z
33572024-11-14T03:35:46.142Zinfo: running `cargo check --bins` on omicron-releng (157/170)
33582024-11-14T03:35:46.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-11-14T03:35:46.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-11-14T03:35:46.800Z Checking memmap2 v0.9.5
33612024-11-14T03:35:46.800Z Checking constant_time_eq v0.3.1
33622024-11-14T03:35:46.803Z Checking arrayvec v0.7.6
33632024-11-14T03:35:46.803Z Checking arrayref v0.3.9
33642024-11-14T03:35:46.803Z Checking spin v0.5.2
33652024-11-14T03:35:46.803Z Checking topological-sort v0.2.2
33662024-11-14T03:35:46.803Z Checking shell-words v1.1.0
33672024-11-14T03:35:47.078Z Checking ring v0.16.20
33682024-11-14T03:35:47.199Z Checking blake3 v1.5.4
33692024-11-14T03:35:48.183Z Checking omicron-zone-package v0.11.1
33702024-11-14T03:35:49.261Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33712024-11-14T03:35:50.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
33722024-11-14T03:35:50.337Z
33732024-11-14T03:35:50.337Zinfo: running `cargo check --bins` on xtask (158/170)
33742024-11-14T03:35:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-14T03:35:50.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-14T03:35:50.755Z Checking bitflags v2.6.0
33772024-11-14T03:35:50.759Z Checking serde v1.0.215
33782024-11-14T03:35:50.759Z Checking thiserror v1.0.69
33792024-11-14T03:35:50.847Z Checking scroll v0.12.0
33802024-11-14T03:35:50.849Z Checking log v0.4.22
33812024-11-14T03:35:50.856Z Checking hashbrown v0.15.0
33822024-11-14T03:35:50.876Z Checking zerocopy v0.7.35
33832024-11-14T03:35:50.891Z Checking syn v2.0.87
33842024-11-14T03:35:50.938Z Checking pest v2.7.14
33852024-11-14T03:35:51.066Z Checking rustix v0.38.37
33862024-11-14T03:35:51.104Z Checking once_cell v1.20.2
33872024-11-14T03:35:51.275Z Checking goblin v0.8.2
33882024-11-14T03:35:51.400Z Checking fs-err v2.11.0
33892024-11-14T03:35:51.709Z Checking anyhow v1.0.93
33902024-11-14T03:35:51.922Z Checking indexmap v2.6.0
33912024-11-14T03:35:52.078Z Checking tabled v0.15.0
33922024-11-14T03:35:53.061Z Checking terminal_size v0.4.0
33932024-11-14T03:35:53.061Z Checking tempfile v3.13.0
33942024-11-14T03:35:53.236Z Checking clap_builder v4.5.20
33952024-11-14T03:35:53.449Z Checking dtrace-parser v0.2.0
33962024-11-14T03:35:55.323Z Checking serde_json v1.0.132
33972024-11-14T03:35:55.323Z Checking serde_spanned v0.6.8
33982024-11-14T03:35:55.326Z Checking toml_datetime v0.6.8
33992024-11-14T03:35:55.326Z Checking camino v1.1.9
34002024-11-14T03:35:55.326Z Checking cargo-platform v0.1.8
34012024-11-14T03:35:55.326Z Checking semver v1.0.23
34022024-11-14T03:35:55.326Z Checking macaddr v1.0.1
34032024-11-14T03:35:55.418Z Checking clap v4.5.20
34042024-11-14T03:35:55.610Z Checking toml_edit v0.22.22
34052024-11-14T03:35:55.816Z Checking camino-tempfile v1.1.1
34062024-11-14T03:35:56.403Z Checking dof v0.3.0
34072024-11-14T03:35:56.403Z Checking cargo_metadata v0.18.1
34082024-11-14T03:35:56.797Z Checking usdt-impl v0.5.0
34092024-11-14T03:35:57.141Z Checking usdt v0.5.0
34102024-11-14T03:35:57.315Z Checking toml v0.8.19
34112024-11-14T03:35:57.768Z Checking cargo_toml v0.20.5
34122024-11-14T03:35:58.939Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34132024-11-14T03:35:59.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
34142024-11-14T03:35:59.640Z
34152024-11-14T03:35:59.640Zinfo: running `cargo check --bins` on end-to-end-tests (159/170)
34162024-11-14T03:36:00.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-11-14T03:36:00.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-11-14T03:36:00.377Z Checking polyval v0.6.2
34192024-11-14T03:36:00.489Z Checking ctr v0.9.2
34202024-11-14T03:36:00.499Z Checking ssh-encoding v0.2.0
34212024-11-14T03:36:00.503Z Checking blowfish v0.9.1
34222024-11-14T03:36:00.521Z Checking password-hash v0.4.2
34232024-11-14T03:36:00.524Z Checking matches v0.1.10
34242024-11-14T03:36:00.549Z Checking p256 v0.13.2
34252024-11-14T03:36:00.552Z Checking p521 v0.13.3
34262024-11-14T03:36:00.624Z Checking idna v0.2.3
34272024-11-14T03:36:00.712Z Checking ghash v0.5.1
34282024-11-14T03:36:00.731Z Compiling enum-as-inner v0.5.1
34292024-11-14T03:36:00.770Z Checking bcrypt-pbkdf v0.10.0
34302024-11-14T03:36:00.789Z Checking russh-cryptovec v0.7.3
34312024-11-14T03:36:00.877Z Checking aes-gcm v0.10.3
34322024-11-14T03:36:00.924Z Checking pbkdf2 v0.11.0
34332024-11-14T03:36:01.022Z Checking md5 v0.7.0
34342024-11-14T03:36:01.042Z Checking num-bigint v0.4.6
34352024-11-14T03:36:01.061Z Checking des v0.8.1
34362024-11-14T03:36:01.125Z Checking ssh-cipher v0.2.0
34372024-11-14T03:36:01.189Z Compiling dhcproto-macros v0.1.0
34382024-11-14T03:36:01.293Z Checking hex-literal v0.4.1
34392024-11-14T03:36:01.333Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402024-11-14T03:36:01.400Z Checking ssh-key v0.6.6
34412024-11-14T03:36:01.422Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422024-11-14T03:36:01.424Z Checking internet-checksum v0.2.1
34432024-11-14T03:36:01.728Z Checking trust-dns-proto v0.22.0
34442024-11-14T03:36:02.632Z Checking russh-keys v0.45.0
34452024-11-14T03:36:03.570Z Checking russh v0.45.0
34462024-11-14T03:36:04.159Z Checking dhcproto v0.12.0
34472024-11-14T03:36:20.993Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34482024-11-14T03:36:22.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.68s
34492024-11-14T03:36:22.520Z
34502024-11-14T03:36:22.520Zinfo: running `cargo check --bins` on gateway-cli (160/170)
34512024-11-14T03:36:23.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522024-11-14T03:36:23.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532024-11-14T03:36:23.145Z Checking termios v0.3.3
34542024-11-14T03:36:23.359Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34552024-11-14T03:36:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
34562024-11-14T03:36:24.297Z
34572024-11-14T03:36:24.297Zinfo: running `cargo check --bins --no-default-features` on installinator (161/170)
34582024-11-14T03:36:24.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592024-11-14T03:36:24.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602024-11-14T03:36:24.970Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34612024-11-14T03:36:26.927Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34622024-11-14T03:36:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
34632024-11-14T03:36:28.917Z
34642024-11-14T03:36:28.917Zinfo: running `cargo check --bins` on internal-dns-cli (162/170)
34652024-11-14T03:36:29.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662024-11-14T03:36:29.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672024-11-14T03:36:29.540Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34682024-11-14T03:36:30.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34692024-11-14T03:36:30.196Z
34702024-11-14T03:36:30.196Zinfo: running `cargo check --bins` on omicron-live-tests (163/170)
34712024-11-14T03:36:30.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722024-11-14T03:36:30.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732024-11-14T03:36:30.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742024-11-14T03:36:30.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34752024-11-14T03:36:30.787Z
34762024-11-14T03:36:30.788Zinfo: running `cargo check --bins` on live-tests-macros (164/170)
34772024-11-14T03:36:31.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782024-11-14T03:36:31.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792024-11-14T03:36:31.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802024-11-14T03:36:31.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34812024-11-14T03:36:31.378Z
34822024-11-14T03:36:31.378Zinfo: running `cargo check --bins` on omicron-package (165/170)
34832024-11-14T03:36:31.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842024-11-14T03:36:31.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852024-11-14T03:36:32.031Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34862024-11-14T03:36:33.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
34872024-11-14T03:36:33.480Z
34882024-11-14T03:36:33.480Zinfo: running `cargo check --bins` on wicket-dbg (166/170)
34892024-11-14T03:36:34.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-11-14T03:36:34.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-11-14T03:36:34.163Z Checking rtoolbox v0.0.2
34922024-11-14T03:36:34.163Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34932024-11-14T03:36:34.166Z Checking tui-tree-widget v0.22.0
34942024-11-14T03:36:34.396Z Checking rpassword v7.3.1
34952024-11-14T03:36:38.353Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34962024-11-14T03:36:41.282Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34972024-11-14T03:36:42.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
34982024-11-14T03:36:42.643Z
34992024-11-14T03:36:42.644Zinfo: running `cargo check --bins` on wicket (167/170)
35002024-11-14T03:36:43.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-11-14T03:36:43.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-11-14T03:36:43.315Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35032024-11-14T03:36:43.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35042024-11-14T03:36:43.917Z
35052024-11-14T03:36:43.917Zinfo: running `cargo check --bins` on wicketd (168/170)
35062024-11-14T03:36:44.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-11-14T03:36:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-11-14T03:36:44.626Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35092024-11-14T03:36:48.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
35102024-11-14T03:36:48.645Z
35112024-11-14T03:36:48.645Zinfo: running `cargo check --bins` on omicron-workspace-hack (169/170)
35122024-11-14T03:36:49.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-11-14T03:36:49.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-11-14T03:36:49.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152024-11-14T03:36:49.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35162024-11-14T03:36:49.233Z
35172024-11-14T03:36:49.234Zinfo: running `cargo check --bins` on zone-setup (170/170)
35182024-11-14T03:36:49.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-11-14T03:36:49.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-11-14T03:36:49.950Z Checking uzers v0.12.1
35212024-11-14T03:36:50.288Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35222024-11-14T03:36:51.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
35232024-11-14T03:36:51.592Z
35242024-11-14T03:36:51.592Zreal 13:04.912833859
35252024-11-14T03:36:51.592Zuser 23:21.648335560
35262024-11-14T03:36:51.592Zsys 5:13.864381278
35272024-11-14T03:36:51.592Ztrap 0.448880333
35282024-11-14T03:36:51.593Ztflt 2.295978118
35292024-11-14T03:36:51.593Zdflt 3.288223158
35302024-11-14T03:36:51.595Zkflt 0.000898485
35312024-11-14T03:36:51.595Zlock 46:24.126468239
35322024-11-14T03:36:51.595Zslp 2:04:30.579217224
35332024-11-14T03:36:51.595Zlat 57.421348770
35342024-11-14T03:36:51.595Zstop 3:01.805816938
35352024-11-14T03:36:51.595Zprocess exited: duration 1144331 ms, exit code 0
 
35362024-11-14T03:36:51.601Zfound 0 output files