Skip to content

Support for metadata hash and upgrade to 1.7 #2550

Support for metadata hash and upgrade to 1.7

Support for metadata hash and upgrade to 1.7 #2550

Triggered via pull request July 16, 2024 10:31
Status Failure
Total duration 12m 55s
Artifacts

ci.yml

on: pull_request
try-runtime-paradis-execute
0s
try-runtime-paradis-execute
try-runtime-eden-execute
0s
try-runtime-eden-execute
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
tests-with-linecoverage: pallets/grants/src/mock.rs#L91
type `MaxHolds` is not a member of trait `pallet_balances::Config`
tests-with-linecoverage
Process completed with exit code 1.
failed to resolve: use of undeclared crate or module `docify`: runtimes/eden/build.rs#L20
error[E0433]: failed to resolve: use of undeclared crate or module `docify` --> runtimes/eden/build.rs:20:3 | 20 | #[docify::export(template_enable_metadata_hash)] | ^^^^^^ use of undeclared crate or module `docify`
lints
Clippy had exited with the 101 exit code
try-runtime-prepare
Process completed with exit code 101.
test-runtime
Process completed with exit code 101.
tests-with-linecoverage: pallets/sponsorship/src/mock.rs#L26
use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.
tests-with-linecoverage: pallets/sponsorship/src/mock.rs#L103
use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.
duplicated attribute: pallets/allocations/src/benchmarking.rs#L19
warning: duplicated attribute --> pallets/allocations/src/benchmarking.rs:19:8 | 19 | #![cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first defined here --> pallets/allocations/src/lib.rs:20:7 | 20 | #[cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute --> pallets/allocations/src/benchmarking.rs:19:8 | 19 | #![cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes = note: `#[warn(clippy::duplicated_attributes)]` on by default
duplicated attribute: pallets/sponsorship/src/benchmarking.rs#L20
warning: duplicated attribute --> pallets/sponsorship/src/benchmarking.rs:20:8 | 20 | #![cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: first defined here --> pallets/sponsorship/src/lib.rs:55:7 | 55 | #[cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute --> pallets/sponsorship/src/benchmarking.rs:20:8 | 20 | #![cfg(feature = "runtime-benchmarks")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes = note: `#[warn(clippy::duplicated_attributes)]` on by default