Skip to content

Upgrade to polkadot-v1.13.0 #2571

Upgrade to polkadot-v1.13.0

Upgrade to polkadot-v1.13.0 #2571

Triggered via pull request August 7, 2024 04:30
@aliXsedaliXsed
synchronize #875
aliX/upgrade
Status Failure
Total duration 6m 20s
Artifacts 1

ci.yml

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

Annotations

9 errors and 19 warnings
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#L91
type `MaxHolds` is not a member of trait `pallet_balances::Config`
tests-with-linecoverage: pallets/uniques/src/tests.rs#L63
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/sponsorship/src/mock.rs#L55
not all trait items implemented, missing: `SingleBlockMigrations`, `MultiBlockMigrator`, `PreInherents`, `PostInherents`, `PostTransactions`
tests-with-linecoverage: pallets/uniques/src/tests.rs#L25
not all trait items implemented, missing: `SingleBlockMigrations`, `MultiBlockMigrator`, `PreInherents`, `PostInherents`, `PostTransactions`
tests-with-linecoverage
Process completed with exit code 1.
lints
Clippy had exited with the 101 exit code
test-runtime
Process completed with exit code 101.
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.
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#L520
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/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
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`

Artifacts

Produced during runtime
Name Size
try_runtime Expired
1.83 MB