Skip to content

Merge pull request #302 from whisperfish/sync-messages #231

Merge pull request #302 from whisperfish/sync-messages

Merge pull request #302 from whisperfish/sync-messages #231

Triggered via push June 26, 2024 11:15
Status Failure
Total duration 59s
Artifacts

pages.yaml

on: push
GitHub Pages
49s
GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
GitHub Pages
failed to run custom build command for `libsignal-protocol v0.1.0 (https://github.com/signalapp/libsignal?tag=v0.51.0#95bf4e77)`
GitHub Pages
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
GitHub Pages
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/.
GitHub Pages
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/
bound is defined in more than one place: libsignal-service-actix/src/websocket.rs#L69
warning: bound is defined in more than one place --> libsignal-service-actix/src/websocket.rs:69:18 | 69 | async fn process<S: Stream>( | ^ ... 75 | S: Stream<Item = Result<Frame, WsProtocolError>>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: libsignal-service-actix/src/websocket.rs#L69
warning: bound is defined in more than one place --> libsignal-service-actix/src/websocket.rs:69:18 | 69 | async fn process<S: Stream>( | ^ ... 74 | S: Unpin, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `#[warn(clippy::multiple_bound_locations)]` on by default