Skip to content

Replace ServiceAddress by libsignal_protocol::ServiceId #1055

Replace ServiceAddress by libsignal_protocol::ServiceId

Replace ServiceAddress by libsignal_protocol::ServiceId #1055

Triggered via pull request October 31, 2024 13:30
Status Failure
Total duration 1m 37s
Artifacts

ci.yaml

on: pull_request
Check code formatting
5s
Check code formatting
Clippy
1m 4s
Clippy
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 7 warnings
cannot find type `ServiceIdKind` in this scope: src/push_service/error.rs#L20
error[E0412]: cannot find type `ServiceIdKind` in this scope --> src/push_service/error.rs:20:24 | 20 | InvalidAddressType(ServiceIdKind), | ^^^^^^^^^^^^^ not found in this scope | help: consider importing one of these enums | 1 + use crate::protocol::ServiceIdKind; | 1 + use libsignal_protocol::ServiceIdKind; |
cannot find value `service_id_type` in this scope: src/account_manager.rs#L205
error[E0425]: cannot find value `service_id_type` in this scope --> src/account_manager.rs:205:32 | 205 | .register_pre_keys(service_id_type, pre_key_state) | ^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `service_id_kind`
cannot find value `service_id_type` in this scope: src/account_manager.rs#L103
error[E0425]: cannot find value `service_id_type` in this scope --> src/account_manager.rs:103:33 | 103 | .get_pre_key_status(service_id_type) | ^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `service_id_kind`
Clippy
Clippy had exited with the 101 exit code
Build / Rust 1.75
Process completed with exit code 101.
Build / Rust stable
Process completed with exit code 101.
Build / Rust beta
Process completed with exit code 101.
Build / Rust nightly
Process completed with exit code 101.
Check code formatting
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/
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build / Rust 1.75
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/
Build / Rust stable
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/
Build / Rust beta
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/
Build / Rust nightly
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/