Skip to content

Block cycle count collection #435

Block cycle count collection

Block cycle count collection #435

Triggered via pull request May 24, 2024 01:29
Status Failure
Total duration 17m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
clippy: primitives/src/trie/mpt.rs#L56
[clippy] reported by reviewdog 🐶 error: non-canonical implementation of `partial_cmp` on an `Ord` type --> primitives/src/trie/mpt.rs:56:1 | 56 | / impl PartialOrd for MptNode { 57 | | fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { | | __________________________________________________________________- 58 | || self.data.partial_cmp(&other.data) 59 | || } | ||_____- help: change this to: `{ Some(self.cmp(other)) }` 60 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_partial_ord_impl = note: `-D clippy::non-canonical-partial-ord-impl` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::non_canonical_partial_ord_impl)]` Raw Output: primitives/src/trie/mpt.rs:56:1:e:error: non-canonical implementation of `partial_cmp` on an `Ord` type --> primitives/src/trie/mpt.rs:56:1 | 56 | / impl PartialOrd for MptNode { 57 | | fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { | | __________________________________________________________________- 58 | || self.data.partial_cmp(&other.data) 59 | || } | ||_____- help: change this to: `{ Some(self.cmp(other)) }` 60 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_partial_ord_impl = note: `-D clippy::non-canonical-partial-ord-impl` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::non_canonical_partial_ord_impl)]` __END__
clippy
reviewdog exited with status code: 1
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: risc0/actions-cache@v1, risc0/clippy-action@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: risc0/actions-cache@v1, risc0/cargo-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: risc0/cargo-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/