Skip to content

feat: k2pow service #1227

feat: k2pow service

feat: k2pow service #1227

Triggered via pull request September 17, 2024 21:41
@acudacud
synchronize #362
k2pow-serv
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: pull_request
Matrix: Test Suite
Matrix: Build library
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Check
Process completed with exit code 101.
the trait bound `std::boxed::Box<dyn pow::Prover>: pow::Prover` is not satisfied: src/prove.rs#L335
error[E0277]: the trait bound `std::boxed::Box<dyn pow::Prover>: pow::Prover` is not satisfied --> src/prove.rs:335:64 | 335 | Prover8_56::new(challenge, nonces.clone(), params, &pow_prover, miner_id) | --------------- ^^^^^^^^^^^ the trait `pow::Prover` is not implemented for `std::boxed::Box<dyn pow::Prover>` | | | required by a bound introduced by this call | = help: the following other types implement trait `pow::Prover`: pow::MockProver pow::randomx::PoW pow::service::K2powService note: required by a bound in `prove::Prover8_56::new` --> src/prove.rs:133:19 | 133 | pub fn new<P: pow::Prover + Send + Sync>( | ^^^^^^^^^^^ required by this bound in `Prover8_56::new`
clippy
Clippy had exited with the 101 exit code
coverage
Process completed with exit code 1.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/