Skip to content

Syn library update #468

Syn library update

Syn library update #468

Triggered via pull request November 28, 2023 16:46
Status Failure
Total duration 1m 20s
Artifacts

template-test-released.yml

on: pull_request
Template tool test - released templates
1m 9s
Template tool test - released templates
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Template tool test - released templates
Process completed with exit code 101.
[clippy] framework/derive/src/lib.rs#L30: framework/derive/src/lib.rs#L30
warning: redundant clone --> framework/derive/src/lib.rs:30:30 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:30:26 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `#[warn(clippy::redundant_clone)]` on by default
[clippy] framework/derive/src/lib.rs#L31: framework/derive/src/lib.rs#L31
warning: redundant clone --> framework/derive/src/lib.rs:31:32 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:31:27 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
[clippy] framework/derive/src/lib.rs#L30: framework/derive/src/lib.rs#L30
warning: redundant clone --> framework/derive/src/lib.rs:30:30 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:30:26 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `#[warn(clippy::redundant_clone)]` on by default
[clippy] framework/derive/src/lib.rs#L31: framework/derive/src/lib.rs#L31
warning: redundant clone --> framework/derive/src/lib.rs:31:32 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:31:27 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
[clippy] framework/derive/src/lib.rs#L30: framework/derive/src/lib.rs#L30
warning: redundant clone --> framework/derive/src/lib.rs:30:30 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:30:26 | 30 | println!(" args {}", args.clone()); | ^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `#[warn(clippy::redundant_clone)]` on by default
[clippy] framework/derive/src/lib.rs#L31: framework/derive/src/lib.rs#L31
warning: redundant clone --> framework/derive/src/lib.rs:31:32 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> framework/derive/src/lib.rs:31:27 | 31 | println!(" input {}", input.clone()); | ^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
[clippy] framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs#L40: framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs#L40
warning: calls to `push` immediately after creation --> framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs:40:13 | 40 | / let mut inner_vec = 41 | | crate::types::heap::Vec::<multiversx_sc::abi::StructFieldDescription>::new(); 42 | | inner_vec.push(inner_biguint); | |__________________________________________^ help: consider using the `vec![]` macro: `let inner_vec = vec![..];` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_init_then_push = note: `#[warn(clippy::vec_init_then_push)]` on by default
[clippy] framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs#L40: framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs#L40
warning: calls to `push` immediately after creation --> framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs:40:13 | 40 | / let mut inner_vec = 41 | | crate::types::heap::Vec::<multiversx_sc::abi::StructFieldDescription>::new(); 42 | | inner_vec.push(inner_biguint); | |__________________________________________^ help: consider using the `vec![]` macro: `let inner_vec = vec![..];` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_init_then_push = note: `#[warn(clippy::vec_init_then_push)]` on by default
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'rustflags']
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'rustflags']