Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

update precompile-xcm #435

update precompile-xcm

update precompile-xcm #435

Triggered via pull request July 19, 2023 02:58
Status Failure
Total duration 13m 41s
Artifacts

static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
fmt
Process completed with exit code 1.
not all trait items implemented, missing: `try_successful_origin`: /home/runner/.cargo/git/checkouts/polkadot-4038f27d5e4ea2e8/c22e1c4/xcm/pallet-xcm/src/lib.rs#L2120
error[E0046]: not all trait items implemented, missing: `try_successful_origin` --> /home/runner/.cargo/git/checkouts/polkadot-4038f27d5e4ea2e8/c22e1c4/xcm/pallet-xcm/src/lib.rs:2120:1 | 2120 | / impl<O: OriginTrait + From<Origin>, F: Contains<MultiLocation>> EnsureOrigin<O> 2121 | | for EnsureResponse<F> | |_________________________^ missing `try_successful_origin` in implementation | = help: implement the missing item: `fn try_successful_origin() -> std::result::Result<OuterOrigin, ()> { todo!() }`
not all trait items implemented, missing: `try_successful_origin`: /home/runner/.cargo/git/checkouts/polkadot-4038f27d5e4ea2e8/c22e1c4/xcm/pallet-xcm/src/lib.rs#L2095
error[E0046]: not all trait items implemented, missing: `try_successful_origin` --> /home/runner/.cargo/git/checkouts/polkadot-4038f27d5e4ea2e8/c22e1c4/xcm/pallet-xcm/src/lib.rs:2095:1 | 2095 | impl<O: OriginTrait + From<Origin>, F: Contains<MultiLocation>> EnsureOrigin<O> for EnsureXcm<F> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `try_successful_origin` in implementation | = help: implement the missing item: `fn try_successful_origin() -> std::result::Result<OuterOrigin, ()> { todo!() }`
clippy
Clippy had exited with the 101 exit code
check-license
Config does not cover the file 'Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/dapps-staking/Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/pallet-assets/Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/types/assets/Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/types/dapps-staking/Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/types/xvm/Cargo.toml'
check-license
Config does not cover the file 'chain-extensions/xvm/Cargo.toml'
check-license
Config does not cover the file 'CODE_OF_CONDUCT.md'
check-license
Config does not cover the file 'CONTRIBUTING.md'
check-license
Config does not cover the file 'examples/assets-erc20/Burrito.sol'
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/