Skip to content

Derive Copy for types based on fixed-len arrays #360

Derive Copy for types based on fixed-len arrays

Derive Copy for types based on fixed-len arrays #360

Re-run triggered September 5, 2023 14:58
Status Failure
Total duration 17m 58s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
test-and-build: chain/rust/src/address.rs#L331
this OR pattern can be rewritten using a range
test-and-build: chain/rust/src/assets.rs#L151
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L162
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L203
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L261
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L289
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L686
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L695
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/assets.rs#L697
using `clone` on type `ScriptHash` which implements the `Copy` trait
test-and-build: chain/rust/src/auxdata/utils.rs#L77
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
test-and-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1, actions-rs/cargo@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-and-build: core/rust/src/ordered_hash_map.rs#L4
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build: core/rust/src/ordered_hash_map.rs#L52
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build
`cml-core` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p cml-core` to apply 2 suggestions)
test-and-build: crypto/rust/src/chain_crypto/hash.rs#L104
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build: crypto/rust/src/chain_crypto/hash.rs#L104
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build: crypto/rust/src/chain_crypto/hash.rs#L104
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build: crypto/rust/src/lib.rs#L486
lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
test-and-build
`cml-crypto` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p cml-crypto` to apply 4 suggestions)
test-and-build: chain/rust/src/byron/utils.rs#L368
panic message contains unused formatting placeholders
test-and-build
`cml-chain` (lib test) generated 1 warning