Skip to content

fix: orphan packages #10

fix: orphan packages

fix: orphan packages #10

Triggered via push January 5, 2024 20:22
Status Failure
Total duration 1m 29s
Artifacts

test-publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Publish
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
this `impl` can be derived: packages/ntex-helmet/src/lib.rs#L141
warning: this `impl` can be derived --> packages/ntex-helmet/src/lib.rs:141:1 | 141 | / impl Default for Helmet { 142 | | fn default() -> Self { 143 | | Self(HelmetCore::default()) 144 | | } 145 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = note: `#[warn(clippy::derivable_impls)]` on by default = help: remove the manual implementation... help: ...and instead derive it | 129 + #[derive(Default)] 130 | pub struct Helmet(HelmetCore); |
method `add` can be confused for the standard trait method `std::ops::Add::add`: packages/ntex-helmet/src/lib.rs#L136
warning: method `add` can be confused for the standard trait method `std::ops::Add::add` --> packages/ntex-helmet/src/lib.rs:136:5 | 136 | / pub fn add(self, middleware: impl helmet_core::Header + 'static) -> Self { 137 | | Self(self.0.add(middleware)) 138 | | } | |_____^ | = help: consider implementing the trait `std::ops::Add` or choosing a less ambiguous method name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#should_implement_trait = note: `#[warn(clippy::should_implement_trait)]` on by default
method `add` can be confused for the standard trait method `std::ops::Add::add`: packages/helmet-core/src/lib.rs#L1484
warning: method `add` can be confused for the standard trait method `std::ops::Add::add` --> packages/helmet-core/src/lib.rs:1484:5 | 1484 | / pub fn add(mut self, header: impl Header + 'static) -> Self { 1485 | | self.headers.push(Box::new(header)); 1486 | | self 1487 | | } | |_____^ | = help: consider implementing the trait `std::ops::Add` or choosing a less ambiguous method name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#should_implement_trait = note: `#[warn(clippy::should_implement_trait)]` on by default
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
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/
Clippy
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/
Clippy
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/
Clippy
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/
Test
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/
Test
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/
Test
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/
Test
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/
Test
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/
Test
Unexpected input(s) 'all-features', valid inputs are ['command', 'toolchain', 'args', 'use-cross']
Test
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Publish
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/
Publish
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/
Publish
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/
Publish
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/
Publish
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/
Publish
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`