Skip to content

Bridge proxy & multisig more unit tests #878

Bridge proxy & multisig more unit tests

Bridge proxy & multisig more unit tests #878

Triggered via pull request November 4, 2024 11:37
Status Failure
Total duration 1m 38s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
1m 27s
Contracts / Wasm tests
Contracts  /  Test Coverage
32s
Contracts / Test Coverage
Contracts  /  Rust tests
28s
Contracts / Rust tests
Contracts  /  Clippy linter check
19s
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#L566: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L566
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:566:10 | 566 | .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:88:12 | 88 | pub fn deposit< | ^^^^^^^ help: provide the argument | 566 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L624: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L624
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:624:10 | 624 | .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:88:12 | 88 | pub fn deposit< | ^^^^^^^ help: provide the argument | 624 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L692: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L692
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:692:10 | 692 | .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:88:12 | 88 | pub fn deposit< | ^^^^^^^ help: provide the argument | 692 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L566
this method takes 2 arguments but 1 argument was supplied
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L624
this method takes 2 arguments but 1 argument was supplied
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L692
this method takes 2 arguments but 1 argument was supplied
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Test Coverage: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L566
this method takes 2 arguments but 1 argument was supplied
Contracts / Test Coverage: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L624
this method takes 2 arguments but 1 argument was supplied
Contracts / Test Coverage: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L692
this method takes 2 arguments but 1 argument was supplied
Contracts / Test Coverage
Process completed with exit code 1.
Contracts / Wasm tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L566
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L624
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L692
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm 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 / 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/