Skip to content

Load Testing

Load Testing #111

Triggered via pull request November 20, 2023 21:51
Status Success
Total duration 2m 56s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
unused `std::result::Result` that must be used: bin/load_test/utils.rs#L30
warning: unused `std::result::Result` that must be used --> bin/load_test/utils.rs:30:5 | 30 | SEQUENCER_INCLUSION_PROOF_ENDPOINT.set(endpoint.to_string()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 30 | let _ = SEQUENCER_INCLUSION_PROOF_ENDPOINT.set(endpoint.to_string()); | +++++++
unused `std::result::Result` that must be used: bin/load_test/utils.rs#L30
warning: unused `std::result::Result` that must be used --> bin/load_test/utils.rs:30:5 | 30 | SEQUENCER_INCLUSION_PROOF_ENDPOINT.set(endpoint.to_string()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 30 | let _ = SEQUENCER_INCLUSION_PROOF_ENDPOINT.set(endpoint.to_string()); | +++++++
very complex type used. Consider factoring parts into `type` definitions: src/state_bridge/service.rs#L96
warning: very complex type used. Consider factoring parts into `type` definitions --> src/state_bridge/service.rs:96:10 | 96 | ) -> Result< | __________^ 97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>, 98 | | StateBridgeError<L1M, L2M>, 99 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
very complex type used. Consider factoring parts into `type` definitions: src/state_bridge/service.rs#L96
warning: very complex type used. Consider factoring parts into `type` definitions --> src/state_bridge/service.rs:96:10 | 96 | ) -> Result< | __________^ 97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>, 98 | | StateBridgeError<L1M, L2M>, 99 | | > { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected], actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/