Skip to content

Bridge proxy & multisig more unit tests #884

Bridge proxy & multisig more unit tests

Bridge proxy & multisig more unit tests #884

Triggered via pull request November 4, 2024 14:57
Status Failure
Total duration 5m 46s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
1m 23s
Contracts / Wasm tests
Contracts  /  Test Coverage
29s
Contracts / Test Coverage
Contracts  /  Rust tests
5m 31s
Contracts / Rust tests
Contracts  /  Clippy linter check
21s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 4 warnings
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L623: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L623
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:623:10 | 623 | .deposit(&eth_tx) | ^^^^^^^--------- argument #2 is missing | note: method defined here --> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:84:12 | 84 | pub fn deposit< | ^^^^^^^ help: provide the argument | 623 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L681: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L681
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:681:10 | 681 | .deposit(&eth_tx) | ^^^^^^^--------- argument #2 is missing | note: method defined here --> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:84:12 | 84 | pub fn deposit< | ^^^^^^^ help: provide the argument | 681 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L749: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L749
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:749:10 | 749 | .deposit(&eth_tx) | ^^^^^^^--------- argument #2 is missing | note: method defined here --> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:84:12 | 84 | pub fn deposit< | ^^^^^^^ help: provide the argument | 749 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
Contracts / Test Coverage: multisig/tests/multisig_blackbox_test.rs#L905
this method takes 0 arguments but 1 argument was supplied
Contracts / Test Coverage: multisig/tests/multisig_blackbox_test.rs#L956
this method takes 0 arguments but 1 argument was supplied
Contracts / Test Coverage: multisig/tests/multisig_blackbox_test.rs#L1003
this method takes 0 arguments but 1 argument was supplied
Contracts / Test Coverage
Process completed with exit code 1.
Contracts / Wasm tests: multisig/tests/multisig_blackbox_test.rs#L905
this method takes 0 arguments but 1 argument was supplied
Contracts / Wasm tests: multisig/tests/multisig_blackbox_test.rs#L956
this method takes 0 arguments but 1 argument was supplied
Contracts / Wasm tests: multisig/tests/multisig_blackbox_test.rs#L1003
this method takes 0 arguments but 1 argument was supplied
Contracts / Wasm tests
Process completed with exit code 101.
Contracts / Rust tests: multisig/tests/multisig_blackbox_test.rs#L905
this method takes 0 arguments but 1 argument was supplied
Contracts / Rust tests: multisig/tests/multisig_blackbox_test.rs#L956
this method takes 0 arguments but 1 argument was supplied
Contracts / Rust tests: multisig/tests/multisig_blackbox_test.rs#L1003
this method takes 0 arguments but 1 argument was supplied
Contracts / Rust tests
Process completed with exit code 101.
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 / 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/
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/