Skip to content

Add People and Coretime #75

Add People and Coretime

Add People and Coretime #75

Triggered via pull request March 31, 2024 18:37
Status Failure
Total duration 4m 56s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 8 warnings
test
Process completed with exit code 101.
build
Process completed with exit code 101.
failed to resolve: use of undeclared crate or module `kusama_people`: src/types.rs#L23
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_people` --> src/types.rs:23:16 | 23 | pub(super) use kusama_people::runtime_types::people_kusama_runtime::RuntimeCall as KusamaPeopleRuntimeCall; | ^^^^^^^^^^^^^ use of undeclared crate or module `kusama_people`
failed to resolve: use of undeclared crate or module `kusama_coretime`: src/types.rs#L27
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_coretime` --> src/types.rs:27:16 | 27 | pub(super) use kusama_coretime::runtime_types::coretime_kusama_runtime::RuntimeCall as KusamaCoretimeRuntimeCall; | ^^^^^^^^^^^^^^^ use of undeclared crate or module `kusama_coretime`
failed to resolve: use of undeclared crate or module `kusama_people`: src/build_upgrade.rs#L258
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_people` --> src/build_upgrade.rs:258:9 | 258 | use kusama_people::runtime_types::cumulus_pallet_parachain_system::pallet::Call; | ^^^^^^^^^^^^^ use of undeclared crate or module `kusama_people`
failed to resolve: use of undeclared crate or module `kusama_coretime`: src/build_upgrade.rs#L276
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_coretime` --> src/build_upgrade.rs:276:9 | 276 | use kusama_coretime::runtime_types::cumulus_pallet_parachain_system::pallet::Call; | ^^^^^^^^^^^^^^^ use of undeclared crate or module `kusama_coretime`
the size for values of type `[u8]` cannot be known at compilation time: src/types.rs#L184
error[E0277]: the size for values of type `[u8]` cannot be known at compilation time --> src/types.rs:184:17 | 184 | let (network, encoded) = match &call { | ^^^^^^^ doesn't have a size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `[u8]` = note: all local variables must have a statically known size = help: unsized locals are gated as an unstable feature
lint
Clippy had exited with the 101 exit code
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/