Skip to content

Remove PartialEq from Errors #950

Remove PartialEq from Errors

Remove PartialEq from Errors #950

Triggered via push April 10, 2024 03:21
Status Failure
Total duration 3m 47s
Artifacts

ci-image.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo fmt --check" did not complete successfully: exit code: 1
this function has too many arguments (8/7): src/mls.rs#L49
warning: this function has too many arguments (8/7) --> src/mls.rs:49:1 | 49 | / pub async fn create_client( 50 | | logger: Box<dyn FfiLogger>, 51 | | host: String, 52 | | is_secure: bool, ... | 57 | | legacy_signed_private_key_proto: Option<Vec<u8>>, 58 | | ) -> Result<Arc<FfiXmtpClient>, GenericError> { | |_____________________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
this function has too many arguments (8/7): src/mls.rs#L49
warning: this function has too many arguments (8/7) --> src/mls.rs:49:1 | 49 | / pub async fn create_client( 50 | | logger: Box<dyn FfiLogger>, 51 | | host: String, 52 | | is_secure: bool, ... | 57 | | legacy_signed_private_key_proto: Option<Vec<u8>>, 58 | | ) -> Result<Arc<FfiXmtpClient>, GenericError> { | |_____________________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
build
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.314.1. Please update to the latest version 2.315.0
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.