Skip to content

Add missing fmt::Debug impls #1799

Add missing fmt::Debug impls

Add missing fmt::Debug impls #1799

Triggered via pull request September 11, 2023 12:35
@fafhrd91fafhrd91
synchronize #224
debug-impls
Status Failure
Total duration 15m 7s
Artifacts

windows.yml

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

Annotations

6 errors and 32 warnings
stable - x86_64-pc-windows-msvc
test failed, to rerun pass `-p ntex-io --lib`
stable - x86_64-pc-windows-msvc
1 target failed:
stable - x86_64-pc-windows-msvc
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
nightly - x86_64-pc-windows-msvc
test failed, to rerun pass `-p ntex-io --lib`
nightly - x86_64-pc-windows-msvc
1 target failed:
nightly - x86_64-pc-windows-msvc
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
stable - x86_64-pc-windows-msvc
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-pc-windows-msvc
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
stable - x86_64-pc-windows-msvc
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
stable - x86_64-pc-windows-msvc: ntex-tokio/src/lib.rs#L1
unused import: `path::Path`
stable - x86_64-pc-windows-msvc: ntex-tokio/src/signals.rs#L105
variable does not need to be mutable
stable - x86_64-pc-windows-msvc
`ntex-tokio` (lib) generated 2 warnings (run `cargo fix --lib -p ntex-tokio` to apply 2 suggestions)
stable - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L376
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L424
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L466
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-pc-windows-msvc: ntex/src/http/builder.rs#L21
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-pc-windows-msvc: ntex/src/http/client/frozen.rs#L138
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-pc-windows-msvc: ntex/src/http/client/response.rs#L170
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - 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/
stable - 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/
stable - 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/
stable - 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/
nightly - x86_64-pc-windows-msvc
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-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/
nightly - 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/
nightly - 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/
nightly - 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/
nightly - x86_64-pc-windows-msvc
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
nightly - x86_64-pc-windows-msvc
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
nightly - x86_64-pc-windows-msvc: ntex-tokio/src/lib.rs#L1
unused import: `path::Path`
nightly - x86_64-pc-windows-msvc: ntex-tokio/src/signals.rs#L105
variable does not need to be mutable
nightly - x86_64-pc-windows-msvc
`ntex-tokio` (lib) generated 2 warnings (run `cargo fix --lib -p ntex-tokio` to apply 2 suggestions)
nightly - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L376
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L424
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-pc-windows-msvc: ntex/src/http/body.rs#L466
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-pc-windows-msvc: ntex/src/http/builder.rs#L21
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-pc-windows-msvc: ntex/src/http/client/frozen.rs#L138
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-pc-windows-msvc: ntex/src/http/client/response.rs#L170
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation