Group Messages Table/Impl/Tests #719
Annotations
7 errors and 15 warnings
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L293
closure is expected to take 2 arguments, but it takes 1 argument
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L348
closure is expected to take 2 arguments, but it takes 1 argument
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L417
closure is expected to take 2 arguments, but it takes 1 argument
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L455
closure is expected to take 2 arguments, but it takes 1 argument
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L499
closure is expected to take 2 arguments, but it takes 1 argument
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L542
closure is expected to take 2 arguments, but it takes 1 argument
|
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead:
xmtp_api_grpc/src/grpc_api_helper.rs#L32
warning: use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
--> xmtp_api_grpc/src/grpc_api_helper.rs:32:11
|
32 | roots.add_server_trust_anchors(webpki_roots::TLS_SERVER_ROOTS.0.iter().map(|ta| {
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
unused import: `group_message::StoredGroupMessage`:
xmtp_mls/src/storage/encrypted_store/mod.rs#L31
warning: unused import: `group_message::StoredGroupMessage`
--> xmtp_mls/src/storage/encrypted_store/mod.rs:31:5
|
31 | use group_message::StoredGroupMessage;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
the borrowed expression implements the required traits:
xmtp_proto/src/gen/xmtp.message_contents.serde.rs#L1329
warning: the borrowed expression implements the required traits
--> xmtp_proto/src/gen/xmtp.message_contents.serde.rs:1329:86
|
1329 | struct_ser.serialize_field("v1", pbjson::private::base64::encode(&v).as_str())?;
| ^^ help: change this to: `v`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Test:
xmtp_api_grpc/src/grpc_api_helper.rs#L32
use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
|
Test:
xmtp_mls/src/storage/encrypted_store/mod.rs#L31
unused import: `group_message::StoredGroupMessage`
|
Test
`xmtp_mls` (lib) generated 1 warning (run `cargo fix --lib -p xmtp_mls` to apply 1 suggestion)
|
Test
`xmtp_api_grpc` (lib) generated 1 warning
|
Test:
xmtp_mls/src/storage/encrypted_store/mod.rs#L31
unused import: `group_message::StoredGroupMessage`
|
Test:
xmtp_mls/src/storage/encrypted_store/group_intent.rs#L251
unused import: `Fetch`
|
Test
`xmtp_mls` (lib test) generated 3 warnings
|