chore: upgrade to 1.9.0 #583
Triggered via pull request
August 14, 2024 10:16
chungquantin
synchronize
#179
Status
Success
Total duration
11s
Artifacts
–
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
2s
Annotations
3 errors and 1 warning
failed to resolve: use of undeclared crate or module `cumulus_primitives_storage_weight_reclaim`:
runtime/testnet/src/lib.rs#L104
error[E0433]: failed to resolve: use of undeclared crate or module `cumulus_primitives_storage_weight_reclaim`
--> runtime/testnet/src/lib.rs:104:2
|
104 | cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cumulus_primitives_storage_weight_reclaim`
|
type annotations needed: cannot satisfy `pallet_contracts::ContractResult<std::result::Result<pallet_contracts::ExecReturnValue, sp_runtime::DispatchError>, u128, frame_system::EventRecord<RuntimeEvent, sp_core::H256>>: std::panic::UnwindSafe`:
runtime/testnet/src/lib.rs#L616
error[E0283]: type annotations needed: cannot satisfy `pallet_contracts::ContractResult<std::result::Result<pallet_contracts::ExecReturnValue, sp_runtime::DispatchError>, u128, frame_system::EventRecord<RuntimeEvent, sp_core::H256>>: std::panic::UnwindSafe`
--> runtime/testnet/src/lib.rs:616:1
|
616 | / impl_runtime_apis! {
617 | |
618 | | impl sp_consensus_aura::AuraApi<Block, AuraId> for Runtime {
619 | | fn slot_duration() -> sp_consensus_aura::SlotDuration {
... |
958 | | }
959 | | }
| |_^
|
= note: cannot satisfy `pallet_contracts::ContractResult<std::result::Result<pallet_contracts::ExecReturnValue, sp_runtime::DispatchError>, u128, frame_system::EventRecord<RuntimeEvent, sp_core::H256>>: std::panic::UnwindSafe`
= note: this error originates in the macro `impl_runtime_apis` (in Nightly builds, run with -Z macro-backtrace for more info)
|
type annotations needed: cannot satisfy `RuntimeCall: std::panic::UnwindSafe`:
runtime/testnet/src/lib.rs#L616
error[E0283]: type annotations needed: cannot satisfy `RuntimeCall: std::panic::UnwindSafe`
--> runtime/testnet/src/lib.rs:616:1
|
616 | / impl_runtime_apis! {
617 | |
618 | | impl sp_consensus_aura::AuraApi<Block, AuraId> for Runtime {
619 | | fn slot_duration() -> sp_consensus_aura::SlotDuration {
... |
958 | | }
959 | | }
| |_^
|
= note: cannot satisfy `RuntimeCall: std::panic::UnwindSafe`
= note: this error originates in the macro `impl_runtime_apis` (in Nightly builds, run with -Z macro-backtrace for more info)
|
bound is defined in more than one place:
runtime/testnet/src/extensions.rs#L33
warning: bound is defined in more than one place
--> runtime/testnet/src/extensions.rs:33:10
|
33 | fn call<E: Ext>(&mut self, env: Environment<E, InitState>) -> Result<RetVal, DispatchError>
| ^
34 | where
35 | E: Ext<T = T>,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `#[warn(clippy::multiple_bound_locations)]` on by default
|