Merge pull request #443 from spacemeshos/dependabot/cargo/prost-0.13.4 #1450
ci.yml
on: push
Annotations
2 errors and 5 warnings
Build library (self-hosted, linux, x64, intel, libpost.so, libpost.a, linux)
The run was canceled by @fasmat.
|
Build library (self-hosted, linux, x64, intel, libpost.so, libpost.a, linux)
The operation was canceled.
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
manually reimplementing `div_ceil`:
scrypt-ocl/src/lib.rs#L287
warning: manually reimplementing `div_ceil`
--> scrypt-ocl/src/lib.rs:287:17
|
287 | (labels_to_init + self.preferred_wg_size_mult - 1) / self.preferred_wg_size_mult
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `labels_to_init.div_ceil(self.preferred_wg_size_mult)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil
= note: `#[warn(clippy::manual_div_ceil)]` on by default
|
manually reimplementing `div_ceil`:
src/prove.rs#L118
warning: manually reimplementing `div_ceil`
--> src/prove.rs:118:52
|
118 | let end_group = std::cmp::max(start_group + 1, (nonces.end + per_aes - 1) / per_aes);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `nonces.end.div_ceil(per_aes)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil
= note: `#[warn(clippy::manual_div_ceil)]` on by default
|
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
k2pow-service-linux-arm64
|
2.59 MB |
|
k2pow-service-macos
|
2.37 MB |
|
k2pow-service-macos-m1
|
2.28 MB |
|
k2pow-service-windows
|
2.04 MB |
|
libpost-linux-arm64
|
3.65 MB |
|
libpost-macos
|
3.41 MB |
|
libpost-macos-m1
|
3.34 MB |
|
libpost-windows
|
3.48 MB |
|
post-service-linux-arm64
|
4.4 MB |
|
post-service-macos
|
3.99 MB |
|
post-service-macos-m1
|
3.87 MB |
|
post-service-windows
|
3.51 MB |
|
profiler-linux-arm64
|
1.4 MB |
|
profiler-macos
|
1.29 MB |
|
profiler-macos-m1
|
1.22 MB |
|
profiler-windows
|
1.09 MB |
|