Skip to content

build(deps): bump the cargo group with 8 updates #187

build(deps): bump the cargo group with 8 updates

build(deps): bump the cargo group with 8 updates #187

Triggered via pull request January 23, 2024 10:10
Status Failure
Total duration 40s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
31s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Build & Test Project
reviewdog exited with status code: 1
Build & Test Project
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & Test Project: src/trigger.rs#L50
[clippy] reported by reviewdog 🐶 warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default Raw Output: src/trigger.rs:50:12:w:warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default __END__
Build & Test Project: src/bin/usysconf/pathtimes.rs#L12
[clippy] reported by reviewdog 🐶 warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default Raw Output: src/bin/usysconf/pathtimes.rs:12:12:w:warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default __END__
Build & Test Project: src/bin/usysconf/pathtimes.rs#L16
[clippy] reported by reviewdog 🐶 warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^ Raw Output: src/bin/usysconf/pathtimes.rs:16:1:w:warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^ __END__