Inherents and empty block production overhaul #271
Annotations
4 errors and 3 warnings
bound is defined in more than one place:
core/src/common/empty_block/production.rs#L22
error: bound is defined in more than one place
--> core/src/common/empty_block/production.rs:22:25
|
22 | pub async fn mine_block<Block: BlockT, HostFns: HostFunctions>(
| ^^^^^
...
31 | Block: BlockT<Hash = H256> + DeserializeOwned,
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
|
bound is defined in more than one place:
core/src/common/empty_block/production.rs#L86
error: bound is defined in more than one place
--> core/src/common/empty_block/production.rs:86:33
|
86 | pub async fn produce_next_block<Block: BlockT, HostFns: HostFunctions>(
| ^^^^^
...
94 | Block: BlockT<Hash = H256> + DeserializeOwned,
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
|
clippy
Clippy had exited with the 101 exit code
|
test (ubuntu-latest, stable)
Process completed with exit code 101.
|
doc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest, stable)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 99 MB
|