Skip to content

Upgrade to polkadot-v1.13.0 #2565

Upgrade to polkadot-v1.13.0

Upgrade to polkadot-v1.13.0 #2565

Triggered via pull request August 7, 2024 01:34
@aliXsedaliXsed
synchronize #875
aliX/upgrade
Status Failure
Total duration 7m 44s
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

10 errors and 11 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/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/reserve/src/tests.rs#L86
type `MaxHolds` is not a member of trait `pallet_balances::Config`
tests-with-linecoverage: pallets/uniques/src/tests.rs#L25
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
Process completed with exit code 1.
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/allocations/src/lib.rs#L56
unexpected `cfg` condition name: `tarpaulin`
tests-with-linecoverage: 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`
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`