Skip to content

Update Rust crate notify to v7 #1627

Update Rust crate notify to v7

Update Rust crate notify to v7 #1627

Triggered via pull request December 2, 2024 04:57
Status Failure
Total duration 2m 21s
Artifacts

int_test.yml

on: pull_request
integration-tests
2m 10s
integration-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
cannot find function `watcher` in crate `notify`: src/cli/cmd/watch.rs#L112
error[E0425]: cannot find function `watcher` in crate `notify` --> src/cli/cmd/watch.rs:112:17 | 112 | notify::watcher(tx, Duration::from_secs(opts.delay_secs)).context(WatchSnafu)?; | ^^^^^^^ not found in `notify`
unresolved import `notify::DebouncedEvent`: src/cli/cmd/watch.rs#L2
error[E0432]: unresolved import `notify::DebouncedEvent` --> src/cli/cmd/watch.rs:2:14 | 2 | use notify::{DebouncedEvent, RecursiveMode, Watcher}; | ^^^^^^^^^^^^^^ no `DebouncedEvent` in the root
integration-tests
Clippy had exited with the 101 exit code
unused import: `Watcher`: src/cli/cmd/watch.rs#L2
warning: unused import: `Watcher` --> src/cli/cmd/watch.rs:2:45 | 2 | use notify::{DebouncedEvent, RecursiveMode, Watcher}; | ^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
bound is defined in more than one place: src/http.rs#L988
warning: bound is defined in more than one place --> src/http.rs:988:20 | 988 | pub fn copy_to<W: ?Sized>(&mut self, w: &mut W) -> Result<u64, Error> | ^ 989 | where 990 | W: Write, | ^ | = 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
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/