Skip to content

chore(ci): update actions/checkout action to v4 #5008

chore(ci): update actions/checkout action to v4

chore(ci): update actions/checkout action to v4 #5008

Triggered via pull request January 6, 2024 13:30
Status Failure
Total duration 12m 23s
Artifacts

CI.yml

on: pull_request
cargo check
36s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
12s
cargo fmt
cargo test (feature-specific)
11m 21s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
unnecessary map of the identity function: examples/examples/sloggish/sloggish_collector.rs#L233
error: unnecessary map of the identity function --> examples/examples/sloggish/sloggish_collector.rs:233:60 | 233 | self.print_kvs(&mut stderr, data.kvs.iter().map(|(k, v)| (k, v)), "") | ^^^^^^^^^^^^^^^^^^^^^ help: remove the call to `map` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#map_identity = note: `-D clippy::map-identity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::map_identity)]`
warnings
Clippy had exited with the 101 exit code
warnings
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/