chain simulator - integration with interactor #2248
Triggered via pull request
September 19, 2024 16:37
Status
Success
Total duration
3m 51s
Artifacts
–
template-test-released.yml
on: pull_request
Template tool test - released templates
3m 41s
Annotations
43 warnings
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L31:
contracts/examples/adder/interact/src/basic_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L32:
contracts/examples/adder/interact/src/basic_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:39:28
|
39 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
39 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:40:23
|
40 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
40 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:34:28
|
34 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
34 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:35:23
|
35 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
35 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L31:
contracts/examples/adder/interact/src/basic_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L32:
contracts/examples/adder/interact/src/basic_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:34:28
|
34 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
34 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:35:23
|
35 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
35 | "real" => false,
| ~~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:39:28
|
39 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
39 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:40:23
|
40 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
40 | "real" => false,
| ~~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32:
contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/feature-tests/basic-features/interact/src/bf_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:39:28
|
39 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
39 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:40:23
|
40 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
40 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L31:
contracts/examples/adder/interact/src/basic_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L32:
contracts/examples/adder/interact/src/basic_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:34:28
|
34 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
34 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:35:23
|
35 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
35 | "real" => false,
| ~~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L31:
contracts/examples/adder/interact/src/basic_interact_config.rs#L31
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/adder/interact/src/basic_interact_config.rs#L32:
contracts/examples/adder/interact/src/basic_interact_config.rs#L32
warning: unneeded `return` statement
--> contracts/examples/adder/interact/src/basic_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L34
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:34:28
|
34 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
34 | "simulator" => true,
| ~~~~
|
[clippy] contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35:
contracts/examples/multisig/interact/src/multisig_interact_config.rs#L35
warning: unneeded `return` statement
--> contracts/examples/multisig/interact/src/multisig_interact_config.rs:35:23
|
35 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
35 | "real" => false,
| ~~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L31
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:31:28
|
31 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
31 | "simulator" => true,
| ~~~~
|
[clippy] tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32:
tools/interactor-system-func-calls/src/system_sc_interact_config.rs#L32
warning: unneeded `return` statement
--> tools/interactor-system-func-calls/src/system_sc_interact_config.rs:32:23
|
32 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
32 | "real" => false,
| ~~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L39
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:39:28
|
39 | "simulator" => return true,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
39 | "simulator" => true,
| ~~~~
|
[clippy] contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40:
contracts/feature-tests/composability/interact/src/comp_interact_config.rs#L40
warning: unneeded `return` statement
--> contracts/feature-tests/composability/interact/src/comp_interact_config.rs:40:23
|
40 | "real" => return false,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
help: remove `return`
|
40 | "real" => false,
| ~~~~~
|
Template tool test - released templates
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
|
Template tool test - released templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
|