Skip to content

Even more locking fixes #2765

Even more locking fixes

Even more locking fixes #2765

Triggered via pull request June 26, 2024 22:13
Status Success
Total duration 8m 20s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
using `clone` on type `Duration` which implements the `Copy` trait: xmtp_mls/src/retry.rs#L54
warning: using `clone` on type `Duration` which implements the `Copy` trait --> xmtp_mls/src/retry.rs:54:28 | 54 | let mut duration = self.duration.clone(); | ^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.duration` | = 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
using `clone` on type `Duration` which implements the `Copy` trait: xmtp_mls/src/retry.rs#L54
warning: using `clone` on type `Duration` which implements the `Copy` trait --> xmtp_mls/src/retry.rs:54:28 | 54 | let mut duration = self.duration.clone(); | ^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.duration` | = 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
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
/home/runner/work/libxmtp/libxmtp/xmtp_proto/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/xmtp_id/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/mls_validation_service/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/xmtp_mls/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
Patch `openssl-sys v0.9.92 (https://github.com/xmtp/rust-openssl.git?branch=clone-v0.9.92#00dacb93)` was not used in the crate graph.
Test
Patch `openssl-sys v0.9.92 (https://github.com/xmtp/rust-openssl.git?branch=clone-v0.9.92#00dacb93)` was not used in the crate graph.