Skip to content

Add missing fmt::Debug impls #1795

Add missing fmt::Debug impls

Add missing fmt::Debug impls #1795

Triggered via pull request September 11, 2023 12:05
Status Failure
Total duration 11m 2s
Artifacts

osx.yml

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

Annotations

6 errors and 32 warnings
stable - x86_64-apple-darwin
test failed, to rerun pass `-p ntex-io --lib`
stable - x86_64-apple-darwin
1 target failed:
stable - x86_64-apple-darwin
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
nightly - x86_64-apple-darwin
test failed, to rerun pass `-p ntex-io --lib`
nightly - x86_64-apple-darwin
1 target failed:
nightly - x86_64-apple-darwin
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
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
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
stable - x86_64-apple-darwin: ntex/src/http/body.rs#L376
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: ntex/src/http/body.rs#L424
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: ntex/src/http/body.rs#L466
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: ntex/src/http/builder.rs#L21
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: 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-apple-darwin: 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-apple-darwin: ntex/src/http/client/response.rs#L253
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: ntex/src/http/client/sender.rs#L50
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
stable - x86_64-apple-darwin: ntex/src/http/client/test.rs#L13
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
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/
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/src/http/body.rs#L376
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/body.rs#L424
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/body.rs#L466
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/builder.rs#L21
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: 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-apple-darwin: ntex/src/http/client/response.rs#L170
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/client/response.rs#L253
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/client/sender.rs#L50
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
nightly - x86_64-apple-darwin: ntex/src/http/client/test.rs#L13
type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation