Skip to content

Update Rust crate notify to v8 #1688

Update Rust crate notify to v8

Update Rust crate notify to v8 #1688

Triggered via pull request January 13, 2025 05:24
Status Failure
Total duration 2m 17s
Artifacts

int_test.yml

on: pull_request
integration-tests
2m 9s
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
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/