Skip to content

Bridge proxy & multisig more unit tests #863

Bridge proxy & multisig more unit tests

Bridge proxy & multisig more unit tests #863

Triggered via pull request October 30, 2024 15:04
Status Failure
Total duration 1m 27s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
1m 18s
Contracts / Wasm tests
Contracts  /  Test Coverage
35s
Contracts / Test Coverage
Contracts  /  Rust tests
22s
Contracts / Rust tests
Contracts  /  Clippy linter check
24s
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#L588: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:588:10 | 588 | .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 | 588 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:646:10 | 646 | .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 | 646 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:714:10 | 714 | .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 | 714 | .deposit(&eth_tx, /* batch_id */) | ~~~~~~~~~~~~~~~~~~~~~~~~~
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
this method takes 2 arguments but 1 argument was supplied
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
Contracts / Rust tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
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#L588
this method takes 2 arguments but 1 argument was supplied
Contracts / Test Coverage: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
Contracts / Test Coverage: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
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#L588
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm tests: bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
this method takes 2 arguments but 1 argument was supplied
Contracts / Wasm tests
Process completed with exit code 101.
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 / 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/