Upgrade to polkadot-v1.13.0 #2569
ci.yml
on: pull_request
try-runtime-prepare
7m 0s
json-lints
13s
lints
6m 33s
test-runtime
2m 38s
tests-with-linecoverage
1m 37s
try-runtime-paradis-execute
36s
try-runtime-eden-execute
33s
Annotations
9 errors and 20 warnings
tests-with-linecoverage:
pallets/allocations/src/tests.rs#L91
type `MaxHolds` is not a member of trait `pallet_balances::Config`
|
tests-with-linecoverage:
pallets/reserve/src/tests.rs#L86
type `MaxHolds` is not a member of trait `pallet_balances::Config`
|
tests-with-linecoverage:
pallets/sponsorship/src/mock.rs#L97
type `MaxHolds` is not a member of trait `pallet_balances::Config`
|
tests-with-linecoverage:
pallets/allocations/src/tests.rs#L51
not all trait items implemented, missing: `SingleBlockMigrations`, `MultiBlockMigrator`, `PreInherents`, `PostInherents`, `PostTransactions`
|
tests-with-linecoverage:
pallets/reserve/src/tests.rs#L46
not all trait items implemented, missing: `SingleBlockMigrations`, `MultiBlockMigrator`, `PreInherents`, `PostInherents`, `PostTransactions`
|
tests-with-linecoverage:
pallets/sponsorship/src/mock.rs#L55
not all trait items implemented, missing: `SingleBlockMigrations`, `MultiBlockMigrator`, `PreInherents`, `PostInherents`, `PostTransactions`
|
tests-with-linecoverage
Process completed with exit code 1.
|
test-runtime
Process completed with exit code 101.
|
lints
Clippy had exited with the 101 exit code
|
tests-with-linecoverage:
pallets/allocations/src/lib.rs#L56
unexpected `cfg` condition name: `tarpaulin`
|
tests-with-linecoverage:
pallets/allocations/src/lib.rs#L263
unexpected `cfg` condition name: `tarpaulin`
|
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#L104
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.
|
test-runtime:
pallets/allocations/src/lib.rs#L56
unexpected `cfg` condition name: `tarpaulin`
|
test-runtime:
pallets/allocations/src/lib.rs#L263
unexpected `cfg` condition name: `tarpaulin`
|
unexpected `cfg` condition name: `tarpaulin`:
pallets/allocations/src/lib.rs#L56
warning: unexpected `cfg` condition name: `tarpaulin`
--> pallets/allocations/src/lib.rs:56:11
|
56 | #[cfg(not(tarpaulin))]
| ^^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
|
unexpected `cfg` condition name: `tarpaulin`:
pallets/allocations/src/lib.rs#L263
warning: unexpected `cfg` condition name: `tarpaulin`
--> pallets/allocations/src/lib.rs:263:12
|
263 | #[cfg(not(tarpaulin))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
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
|
the borrowed expression implements the required traits:
pallets/grants/src/lib.rs#L242
warning: the borrowed expression implements the required traits
--> pallets/grants/src/lib.rs:242:32
|
242 | Bridges::<T>::contains_key(&BridgeId(bridge_id)),
| ^^^^^^^^^^^^^^^^^^^^ help: change this to: `BridgeId(bridge_id)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` 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
|
try-runtime-prepare:
pallets/allocations/src/lib.rs#L56
unexpected `cfg` condition name: `tarpaulin`
|
try-runtime-prepare:
pallets/allocations/src/lib.rs#L263
unexpected `cfg` condition name: `tarpaulin`
|
try-runtime-prepare:
runtimes/eden/src/lib.rs#L512
use of deprecated trait `cumulus_pallet_parachain_system::CheckInherents`: This trait is deprecated and will be removed by September 2024. Consider switching to `cumulus-pallet-parachain-system::ConsensusHook`
|
try-runtime-prepare:
runtimes/eden/src/pallets_system.rs#L33
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.
|
try-runtime-prepare:
runtimes/eden/src/pallets_system.rs#L124
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.
|
try-runtime-prepare:
runtimes/eden/src/lib.rs#L198
constant `TEST_ALL_STEPS` is never used
|
try-runtime-prepare:
runtimes/eden/src/xcm_config.rs#L227
struct `AccountIdToLocation` is never constructed
|
try-runtime-prepare:
runtimes/eden/src/xcm_config.rs#L251
struct `CurrencyIdConvert` is never constructed
|
try-runtime-prepare:
runtimes/eden/src/migrations.rs#L8
struct `MultiMigration` is never constructed
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
try_runtime
Expired
|
1.82 MB |
|