Update Rust crate notify to v6 - autoclosed #683
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
cicd.yml
on: pull_request
cicd-win
10m 16s
cicd-mac
2m 37s
Matrix: cicd
Annotations
19 errors and 42 warnings
cicd-mac:
src/cli/cmd/watch.rs#L2
unresolved import `notify::DebouncedEvent`
|
cicd-mac:
src/cli/cmd/watch.rs#L112
cannot find function `watcher` in crate `notify`
|
cicd-mac:
src/cli/cmd/view.rs#L139
type mismatch resolving `<InteractSnafu as IntoError<Error>>::Source == Error`
|
cicd-mac
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
type mismatch resolving `<InteractSnafu as IntoError<Error>>::Source == Error`:
src/cli/cmd/view.rs#L139
error[E0271]: type mismatch resolving `<InteractSnafu as IntoError<Error>>::Source == Error`
--> src/cli/cmd/view.rs:139:22
|
139 | .context(InteractSnafu)?
| ------- ^^^^^^^^^^^^^ expected `dialoguer::Error`, found `std::io::Error`
| |
| required by a bound introduced by this call
|
= note: `std::io::Error` and `dialoguer::Error` have similar names, but are actually distinct types
note: `std::io::Error` is defined in crate `std`
--> /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/io/error.rs:67:1
note: `dialoguer::Error` is defined in crate `dialoguer`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.11.0/src/error.rs:7:1
|
7 | pub enum Error {
| ^^^^^^^^^^^^^^
note: required by a bound in `snafu::ResultExt::context`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs:568:26
|
566 | fn context<C, E2>(self, context: C) -> Result<T, E2>
| ------- required by a bound in this associated function
567 | where
568 | C: IntoError<E2, Source = E>,
| ^^^^^^^^^^ required by this bound in `ResultExt::context`
|
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
|
cicd (aarch64):
src/cli/cmd/watch.rs#L2
unresolved import `notify::DebouncedEvent`
|
cicd (aarch64):
src/cli/cmd/watch.rs#L112
cannot find function `watcher` in crate `notify`
|
cicd (aarch64):
src/cli/cmd/view.rs#L139
type mismatch resolving `<InteractSnafu as IntoError<Error>>::Source == Error`
|
cicd (aarch64)
The process 'cross' failed with exit code 101
|
cicd (armv7)
The operation was canceled.
|
cicd (amd64-musl)
The operation was canceled.
|
cicd (aarch64-musl)
The operation was canceled.
|
cicd (i686)
The operation was canceled.
|
cicd-win:
src/cli/cmd/watch.rs#L2
unresolved import `notify::DebouncedEvent`
|
cicd-win:
src/cli/cmd/watch.rs#L112
cannot find function `watcher` in crate `notify`
|
cicd-win:
src/cli/cmd/view.rs#L139
type mismatch resolving `<InteractSnafu as IntoError<Error>>::Source == Error`
|
cicd-win
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
cicd-mac
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd-mac
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/
|
cicd-mac
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/
|
cicd-mac
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/
|
cicd-mac
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/
|
cicd-mac:
src/cli/cmd/watch.rs#L2
unused import: `Watcher`
|
cicd-mac
`dsc` (lib) generated 1 warning
|
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
|
cicd (aarch64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd (aarch64)
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/
|
cicd (aarch64)
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/
|
cicd (aarch64)
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/
|
cicd (aarch64)
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/
|
cicd (aarch64):
src/cli/cmd/watch.rs#L2
unused import: `Watcher`
|
cicd (aarch64)
`dsc` (lib) generated 1 warning
|
cicd (armv7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd (armv7)
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/
|
cicd (armv7)
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/
|
cicd (armv7)
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/
|
cicd (armv7)
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/
|
cicd (amd64-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd (amd64-musl)
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/
|
cicd (amd64-musl)
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/
|
cicd (amd64-musl)
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/
|
cicd (amd64-musl)
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/
|
cicd (aarch64-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd (aarch64-musl)
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/
|
cicd (aarch64-musl)
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/
|
cicd (aarch64-musl)
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/
|
cicd (aarch64-musl)
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/
|
cicd (i686)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd (i686)
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/
|
cicd (i686)
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/
|
cicd (i686)
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/
|
cicd (i686)
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/
|
cicd-win
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cicd-win:
src/cli/cmd/watch.rs#L2
unused import: `Watcher`
|
cicd-win
`dsc` (lib) generated 1 warning
|
cicd-win
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/
|
cicd-win
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/
|
cicd-win
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/
|
cicd-win
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/
|