Skip to content

chore: build subspace runtime and add as artifact to release (#71) #388

chore: build subspace runtime and add as artifact to release (#71)

chore: build subspace runtime and add as artifact to release (#71) #388

Triggered via push July 23, 2024 01:25
Status Success
Total duration 2m 38s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
infinite loop detected: node/src/manual_seal_service.rs#L179
error: infinite loop detected --> node/src/manual_seal_service.rs:179:9 | 179 | / loop { 180 | | jsonrpsee::tokio::time::sleep(std::time::Duration::from_secs(8)).await; 181 | | sink.try_send(sc_consensus_manual_seal::EngineCommand::SealNewBlock { 182 | | create_empty: true, ... | 187 | | .unwrap(); 188 | | } | |_________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#infinite_loop = note: requested on the command line with `-D clippy::infinite-loop` help: if this is intentional, consider specifying `!` as function return | 178 | task_manager.spawn_handle().spawn("block_authoring", None, -> !); | ~~~~
check
Clippy had exited with the 101 exit code
check
Process completed with exit code 2.
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, 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/
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/cargo@v1, arduino/setup-protoc@v1, 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/