Skip to content

WIP: build

WIP: build #64

Triggered via push January 27, 2025 12:35
Status Failure
Total duration 12m 6s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
checks-and-tests
Process completed with exit code 101.
not all trait items implemented, missing: `migrate_to_direct_staker`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-38.0.0/src/pallet/impls.rs#L1920
error[E0046]: not all trait items implemented, missing: `migrate_to_direct_staker` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-38.0.0/src/pallet/impls.rs:1920:1 | 1920 | impl<T: Config> sp_staking::StakingUnchecked for Pallet<T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `migrate_to_direct_staker` in implementation | = help: implement the missing item: `fn migrate_to_direct_staker(_: &<Self as sp_staking::StakingInterface>::AccountId) { todo!() }`
checks-and-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636