fixing tests #39
Annotations
26 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L159
unused variable: `sending_channel`
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L166
unused variable: `sending_channel`
|
Cargo Build:
dnstp/src/message/message.rs#L156
unused variable: `error_code`
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L163
unused `Result` that must be used
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L170
unused `Result` that must be used
|
Cargo Build:
dnstp/src/net/socket.rs#L87
unused `Result` that must be used
|
Cargo Build:
dnstp/src/net/socket.rs#L158
unused `Result` that must be used
|
Cargo Build:
dnstp/src/net/socket.rs#L162
unused `Result` that must be used
|
Cargo Build
`dnstplib` (lib) generated 8 warnings (run `cargo fix --lib -p dnstplib` to apply 3 suggestions)
|
Cargo Build:
dnstp-client/src/upload.rs#L15
unused variable: `value`
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L159
unused variable: `sending_channel`
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L166
unused variable: `sending_channel`
|
Cargo Test:
dnstp/src/message/message.rs#L156
unused variable: `error_code`
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L163
unused `Result` that must be used
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L170
unused `Result` that must be used
|
Cargo Test:
dnstp/src/net/socket.rs#L87
unused `Result` that must be used
|
Cargo Test:
dnstp/src/net/socket.rs#L158
unused `Result` that must be used
|
Cargo Test:
dnstp/src/net/socket.rs#L162
unused `Result` that must be used
|
Cargo Test
`dnstplib` (lib) generated 8 warnings (run `cargo fix --lib -p dnstplib` to apply 3 suggestions)
|
Cargo Test:
dnstp/src/processor/request/tests.rs#L2
unused import: `super::*`
|
The logs for this run have expired and are no longer available.
Loading