Skip to content

Bound all extrinsic inputs #281

Bound all extrinsic inputs

Bound all extrinsic inputs #281

Triggered via pull request September 16, 2024 23:10
Status Failure
Total duration 6m 47s
Artifacts

pr-update-metadata.yaml

on: pull_request
Matrix: build-runtime
update-metadata
6s
update-metadata
Fit to window
Zoom out
Zoom in

Annotations

28 errors
build-runtime (testnet-runtime, development, testnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-0/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (testnet-runtime, development, testnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-0/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (testnet-runtime, development, testnet_runtime): pallets/tasks/src/lib.rs#L863
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:863:67 | 863 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, development, testnet_runtime): pallets/tasks/src/lib.rs#L1090
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1090:68 | 1090 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, development, testnet_runtime): pallets/tasks/src/lib.rs#L1251
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1251:54 | 1251 | payload: Payload::Error("task cancelled by sudo".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, development, testnet_runtime)
Process completed with exit code 1.
build-runtime (mainnet-runtime, development, mainnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-1/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (mainnet-runtime, development, mainnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-1/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (mainnet-runtime, development, mainnet_runtime): pallets/tasks/src/lib.rs#L863
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:863:67 | 863 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, development, mainnet_runtime): pallets/tasks/src/lib.rs#L1090
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1090:68 | 1090 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, development, mainnet_runtime): pallets/tasks/src/lib.rs#L1251
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1251:54 | 1251 | payload: Payload::Error("task cancelled by sudo".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, development, mainnet_runtime)
Process completed with exit code 1.
build-runtime (testnet-runtime, default, testnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-2/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (testnet-runtime, default, testnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-2/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (testnet-runtime, default, testnet_runtime): pallets/tasks/src/lib.rs#L863
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:863:67 | 863 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, default, testnet_runtime): pallets/tasks/src/lib.rs#L1090
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1090:68 | 1090 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, default, testnet_runtime): pallets/tasks/src/lib.rs#L1251
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1251:54 | 1251 | payload: Payload::Error("task cancelled by sudo".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (testnet-runtime, default, testnet_runtime)
Process completed with exit code 1.
build-runtime (mainnet-runtime, default, mainnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-1/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (mainnet-runtime, default, mainnet_runtime): pallets/tasks/src/lib.rs#L579
error[E0308]: mismatched types --> pallets/tasks/src/lib.rs:579:31 | 579 | payload: Payload::Error(err), | -------------- ^^^ expected `BoundedVec<u8, ConstU32<10000>>`, found `String` | | | arguments to this enum variant are incorrect | = note: expected struct `BoundedVec<u8, ConstU32<10000>>` found struct `std::string::String` note: tuple variant defined here --> /home/runner-1/runner/_work/timechain/timechain/primitives/src/task.rs:88:2 | 88 | Error(BoundedVec<u8, ConstU32<MAX_ERROR_LEN>>), | ^^^^^
build-runtime (mainnet-runtime, default, mainnet_runtime): pallets/tasks/src/lib.rs#L863
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:863:67 | 863 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, default, mainnet_runtime): pallets/tasks/src/lib.rs#L1090
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1090:68 | 1090 | ... payload: Payload::Error("shard offline or gateway changed".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, default, mainnet_runtime): pallets/tasks/src/lib.rs#L1251
error[E0277]: the trait bound `BoundedVec<u8, ConstU32<10000>>: From<&str>` is not satisfied --> pallets/tasks/src/lib.rs:1251:54 | 1251 | payload: Payload::Error("task cancelled by sudo".into()), | ^^^^ the trait `From<&str>` is not implemented for `BoundedVec<u8, ConstU32<10000>>`, which is required by `&str: Into<_>` | = note: required for `&str` to implement `Into<BoundedVec<u8, ConstU32<10000>>>`
build-runtime (mainnet-runtime, default, mainnet_runtime)
Process completed with exit code 1.
update-metadata
Unable to download artifact(s): Artifact not found for name: testnet-runtime.default.scale Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
update-metadata
Unable to download artifact(s): Artifact not found for name: mainnet-runtime.default.scale Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
update-metadata
Unable to download artifact(s): Artifact not found for name: mainnet-runtime.development.scale Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
update-metadata
Unable to download artifact(s): Artifact not found for name: testnet-runtime.development.scale Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md