.github/workflows/workspace.yml #857
Annotations
5 errors and 52 warnings
build-and-test (1.75.0, macos-12, x86_64-apple-darwin)
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
build-and-test (1.75.0, macos-12, x86_64-apple-darwin)
GitHub Actions has encountered an internal error when running your job.
|
build-and-test (beta, macos-12, x86_64-apple-darwin)
GitHub Actions has encountered an internal error when running your job.
|
build-and-test (nightly, macos-12, x86_64-apple-darwin)
GitHub Actions has encountered an internal error when running your job.
|
build-and-test (stable, macos-12, x86_64-apple-darwin)
GitHub Actions has encountered an internal error when running your job.
|
build-and-test (1.75.0, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (1.75.0, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (1.75.0, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (1.75.0, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (nightly, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (nightly, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (nightly, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (nightly, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_control.rs#L49
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:49:6
|
49 | impl<'a> DerefMut for BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
49 - impl<'a> DerefMut for BinaryPackageControlFile<'a> {
49 + impl DerefMut for BinaryPackageControlFile<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_control.rs#L67
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:67:6
|
67 | impl<'a> BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
67 - impl<'a> BinaryPackageControlFile<'a> {
67 + impl BinaryPackageControlFile<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_list.rs#L31
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_list.rs:31:6
|
31 | impl<'a> DerefMut for BinaryPackageList<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
31 - impl<'a> DerefMut for BinaryPackageList<'a> {
31 + impl DerefMut for BinaryPackageList<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/changelog.rs#L28
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/changelog.rs:28:6
|
28 | impl<'a> ChangelogEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
28 - impl<'a> ChangelogEntry<'a> {
28 + impl ChangelogEntry<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L191
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:191:6
|
191 | impl<'a> Display for ControlField<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
191 - impl<'a> Display for ControlField<'a> {
191 + impl Display for ControlField<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L193
warning: `format!` in `write!` args
--> debian-packaging/src/control.rs:193:9
|
193 | write!(f, "{}", format!("{}: {}\n", self.name, self.value_str()))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: combine the `format!(..)` arguments with the outer `write!(..)` call
= help: or consider changing `format!` to `format_args!`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
= note: `#[warn(clippy::format_in_format_args)]` on by default
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L374
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:374:6
|
374 | impl<'a> Display for ControlParagraph<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
374 - impl<'a> Display for ControlParagraph<'a> {
374 + impl Display for ControlParagraph<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/deb/reader.rs#L196
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:196:6
|
196 | impl<'a> DerefMut for ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
196 - impl<'a> DerefMut for ControlTarEntry<'a> {
196 + impl DerefMut for ControlTarEntry<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/deb/reader.rs#L202
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:202:6
|
202 | impl<'a> ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
202 - impl<'a> ControlTarEntry<'a> {
202 + impl ControlTarEntry<'_> {
|
|
build-and-test (stable, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/debian_source_control.rs#L36
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/debian_source_control.rs:36:6
|
36 | impl<'a> DebianSourceControlFileEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
36 - impl<'a> DebianSourceControlFileEntry<'a> {
36 + impl DebianSourceControlFileEntry<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu)
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/
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_control.rs#L49
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:49:6
|
49 | impl<'a> DerefMut for BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
49 - impl<'a> DerefMut for BinaryPackageControlFile<'a> {
49 + impl DerefMut for BinaryPackageControlFile<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_control.rs#L67
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_control.rs:67:6
|
67 | impl<'a> BinaryPackageControlFile<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
67 - impl<'a> BinaryPackageControlFile<'a> {
67 + impl BinaryPackageControlFile<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/binary_package_list.rs#L31
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/binary_package_list.rs:31:6
|
31 | impl<'a> DerefMut for BinaryPackageList<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
31 - impl<'a> DerefMut for BinaryPackageList<'a> {
31 + impl DerefMut for BinaryPackageList<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/changelog.rs#L28
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/changelog.rs:28:6
|
28 | impl<'a> ChangelogEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
28 - impl<'a> ChangelogEntry<'a> {
28 + impl ChangelogEntry<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L191
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:191:6
|
191 | impl<'a> Display for ControlField<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
191 - impl<'a> Display for ControlField<'a> {
191 + impl Display for ControlField<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L193
warning: `format!` in `write!` args
--> debian-packaging/src/control.rs:193:9
|
193 | write!(f, "{}", format!("{}: {}\n", self.name, self.value_str()))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: combine the `format!(..)` arguments with the outer `write!(..)` call
= help: or consider changing `format!` to `format_args!`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
= note: `#[warn(clippy::format_in_format_args)]` on by default
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/control.rs#L374
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/control.rs:374:6
|
374 | impl<'a> Display for ControlParagraph<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
374 - impl<'a> Display for ControlParagraph<'a> {
374 + impl Display for ControlParagraph<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/deb/reader.rs#L196
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:196:6
|
196 | impl<'a> DerefMut for ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
196 - impl<'a> DerefMut for ControlTarEntry<'a> {
196 + impl DerefMut for ControlTarEntry<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/deb/reader.rs#L202
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/deb/reader.rs:202:6
|
202 | impl<'a> ControlTarEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
202 - impl<'a> ControlTarEntry<'a> {
202 + impl ControlTarEntry<'_> {
|
|
build-and-test (beta, ubuntu-22.04, x86_64-unknown-linux-gnu):
debian-packaging/src/debian_source_control.rs#L36
warning: the following explicit lifetimes could be elided: 'a
--> debian-packaging/src/debian_source_control.rs:36:6
|
36 | impl<'a> DebianSourceControlFileEntry<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
36 - impl<'a> DebianSourceControlFileEntry<'a> {
36 + impl DebianSourceControlFileEntry<'_> {
|
|
build-and-test (1.75.0, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (1.75.0, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (1.75.0, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (1.75.0, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (nightly, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (nightly, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (nightly, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (nightly, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (beta, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (beta, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (beta, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (beta, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (stable, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (stable, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (stable, windows-2022, x86_64-pc-windows-msvc)
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/
|
build-and-test (stable, windows-2022, x86_64-pc-windows-msvc)
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/
|