Skip to content

Better log output #1791

Better log output

Better log output #1791

Triggered via push September 5, 2023 09:24
Status Success
Total duration 10m 3s
Artifacts

osx.yml

on: push
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 22 warnings
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`): ntex-bytes/src/bytes.rs#L2423
error: casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`) --> ntex-bytes/src/bytes.rs:2423:17 | 2423 | self.chunk_mut().as_mut_ptr() as *mut u8, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.chunk_mut().as_mut_ptr()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`): ntex-bytes/src/bytes.rs#L1612
error: casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`) --> ntex-bytes/src/bytes.rs:1612:17 | 1612 | self.chunk_mut().as_mut_ptr() as *mut u8, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.chunk_mut().as_mut_ptr()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`): ntex-bytes/src/buf/buf_mut.rs#L233
error: casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`) --> ntex-bytes/src/buf/buf_mut.rs:233:21 | 233 | dst.as_mut_ptr() as *mut u8, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `dst.as_mut_ptr()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`): ntex-bytes/src/buf/buf_mut.rs#L190
error: casting raw pointers to the same type and constness is unnecessary (`*mut u8` -> `*mut u8`) --> ntex-bytes/src/buf/buf_mut.rs:190:54 | 190 | ptr::copy_nonoverlapping(s.as_ptr(), d.as_mut_ptr() as *mut u8, l); | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `d.as_mut_ptr()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast note: the lint level is defined here --> ntex-bytes/src/lib.rs:54:5 | 54 | warnings, | ^^^^^^^^ = note: `#[deny(clippy::unnecessary_cast)]` implied by `#[deny(warnings)]`
nightly - x86_64-apple-darwin
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
nightly - x86_64-apple-darwin
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/
nightly - x86_64-apple-darwin
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/
nightly - x86_64-apple-darwin
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/
nightly - x86_64-apple-darwin
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/
nightly - x86_64-apple-darwin
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
nightly - x86_64-apple-darwin
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
nightly - x86_64-apple-darwin: ntex-tls/examples/rustls-client.rs#L13
use of deprecated method `rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
nightly - x86_64-apple-darwin
`ntex-tls` (example "rustls-client") generated 1 warning
nightly - x86_64-apple-darwin
`ntex-connect` (lib test) generated 1 warning
stable - x86_64-apple-darwin
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable - x86_64-apple-darwin
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
stable - x86_64-apple-darwin
Failed to download action 'https://api.github.com/repos/actions-rs/toolchain/tarball/16499b5e05bf2e26879000db0c1d13f7e13fa3af'. Error: Response status code does not indicate success: 503 (Service Unavailable).
stable - x86_64-apple-darwin
Back off 26.783 seconds before retry.
stable - x86_64-apple-darwin
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
stable - x86_64-apple-darwin: ntex-connect/src/rustls.rs#L134
use of deprecated method `rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead
stable - x86_64-apple-darwin
`ntex-connect` (lib test) generated 1 warning
stable - x86_64-apple-darwin
`ntex-tls` (example "rustls-client") generated 1 warning
stable - x86_64-apple-darwin
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/
stable - x86_64-apple-darwin
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/
stable - x86_64-apple-darwin
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/
stable - x86_64-apple-darwin
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/