Iso/upgrade to polkadot 1 3 0 #2303
ci.yml
on: pull_request
try-runtime-prepare
4m 0s
lints
5m 10s
test-runtime
7m 22s
tests-with-linecoverage
4m 11s
try-runtime-execute
14s
Annotations
9 errors and 3 warnings
|
|
tests-with-linecoverage
Process completed with exit code 1.
|
mismatched types:
pallets/sponsorship/src/benchmarking.rs#L333
error[E0308]: mismatched types
--> pallets/sponsorship/src/benchmarking.rs:333:35
|
333 | migrate_users::<T>(l as usize, starting_key);
| ------------------ ^^^^^^^^^^^^- help: try using a conversion method: `.to_vec()`
| | |
| | expected `Vec<u8>`, found `[u8; 32]`
| arguments to this function are incorrect
|
= note: expected struct `std::vec::Vec<u8>`
found array `[u8; 32]`
note: function defined here
--> pallets/sponsorship/src/migration.rs:116:9
|
116 | pub fn migrate_users<T: Config>(max_users: usize, starting_key: Vec<u8>) -> (Option<Vec<u8>>, Weight) {
| ^^^^^^^^^^^^^ ---------------------
|
mismatched types:
pallets/sponsorship/src/benchmarking.rs#L377
error[E0308]: mismatched types
--> pallets/sponsorship/src/benchmarking.rs:377:34
|
377 | migrate_pots::<T>(l as usize, starting_key);
| ----------------- ^^^^^^^^^^^^- help: try using a conversion method: `.to_vec()`
| | |
| | expected `Vec<u8>`, found `[u8; 32]`
| arguments to this function are incorrect
|
= note: expected struct `std::vec::Vec<u8>`
found array `[u8; 32]`
note: function defined here
--> pallets/sponsorship/src/migration.rs:81:9
|
81 | pub fn migrate_pots<T: Config>(max_pots: usize, starting_key: Vec<u8>) -> (Option<Vec<u8>>, Weight) {
| ^^^^^^^^^^^^ ---------------------
|
lints
Clippy had exited with the 101 exit code
|
test-runtime:
pallets/sponsorship/src/benchmarking.rs#L333
mismatched types
|
test-runtime:
pallets/sponsorship/src/benchmarking.rs#L377
mismatched types
|
test-runtime
Process completed with exit code 101.
|
try-runtime-prepare:
runtimes/eden/src/weights/pallet_collator_selection.rs#L169
unused variable: `r`
|
try-runtime-prepare:
runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs#L83
associated functions `reserve_asset_deposited` and `initiate_reserve_withdraw` are never used
|
try-runtime-execute
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
try_runtime
Expired
|
7.01 MB |
|