Skip to content

Multisig unit tests #888

Multisig unit tests

Multisig unit tests #888

Triggered via pull request November 5, 2024 13:12
Status Failure
Total duration 2m 15s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
2m 6s
Contracts / Wasm tests
Contracts  /  Test Coverage
1m 17s
Contracts / Test Coverage
Contracts  /  Rust tests
1m 0s
Contracts / Rust tests
Contracts  /  Clippy linter check
35s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Test Coverage
Process completed with exit code 1.
Contracts / Wasm tests
Process completed with exit code 101.
[clippy] multisig/tests/multisig_blackbox_test.rs#L1811: multisig/tests/multisig_blackbox_test.rs#L1811
warning: using `clone` on type `TestSCAddress<'_>` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:1811:13 | 1811 | MOCK_MULTI_TRANSFER_ADDRESS.clone(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `MOCK_MULTI_TRANSFER_ADDRESS` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
[clippy] multisig/tests/multisig_blackbox_test.rs#L1825: multisig/tests/multisig_blackbox_test.rs#L1825
warning: using `clone` on type `TestSCAddress<'_>` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:1825:13 | 1825 | MOCK_MULTI_TRANSFER_ADDRESS.clone(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `MOCK_MULTI_TRANSFER_ADDRESS` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[clippy] multisig/tests/multisig_blackbox_test.rs#L2349: multisig/tests/multisig_blackbox_test.rs#L2349
warning: using `clone` on type `TestTokenIdentifier<'_>` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:2349:32 | 2349 | .init_supply_esdt_safe(NATIVE_TOKEN_ID.clone(), amount.clone()) | ^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `NATIVE_TOKEN_ID` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[clippy] multisig/tests/multisig_blackbox_test.rs#L2359: multisig/tests/multisig_blackbox_test.rs#L2359
warning: using `clone` on type `TestTokenIdentifier<'_>` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:2359:42 | 2359 | .init_supply_mint_burn_esdt_safe(ETH_TOKEN_ID.clone(), amount.clone(), amount.clone()) | ^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `ETH_TOKEN_ID` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Rust tests
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/
Contracts / Test Coverage
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/
Contracts / Wasm tests
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/