Skip to content

Compression

Compression #267

Triggered via pull request February 13, 2024 09:12
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
Check (fmt, dependency check, clippy, test)
1m 11s
Check (fmt, dependency check, clippy, test)
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
mismatched types: chitchat/src/lib.rs#L159
error[E0308]: mismatched types --> chitchat/src/lib.rs:159:13 | 159 | for (chitchat_id, node_delta) in &delta.node_deltas { | ^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------ this is an iterator with items of type `&delta::NodeDelta` | | | expected `NodeDelta`, found `(_, _)` | = note: expected struct `delta::NodeDelta` found tuple `(_, _)`
this import is redundant: chitchat/src/serialize.rs#L6
error: this import is redundant --> chitchat/src/serialize.rs:6:1 | 6 | use zstd; | ^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `-D clippy::single-component-path-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::single_component_path_imports)]`
Check (fmt, dependency check, clippy, test)
Clippy had exited with the 101 exit code
Check (fmt, dependency check, clippy, test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check (fmt, dependency check, clippy, test)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, 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/