. #11
Annotations
22 errors and 56 warnings
mismatched types:
src/main.rs#L285
error[E0308]: mismatched types
--> src/main.rs:285:29
|
285 | let token: String = "notoken";
| ------ ^^^^^^^^^- help: try using a conversion method: `.to_string()`
| | |
| | expected `String`, found `&str`
| expected due to this
|
mismatched types:
src/main.rs#L285
error[E0308]: mismatched types
--> src/main.rs:285:29
|
285 | let token: String = "notoken";
| ------ ^^^^^^^^^- help: try using a conversion method: `.to_string()`
| | |
| | expected `String`, found `&str`
| expected due to this
|
unused imports: `Rng`, `thread_rng`:
src/main.rs#L30
error: unused imports: `Rng`, `thread_rng`
--> src/main.rs:30:12
|
30 | use rand::{thread_rng, Rng};
| ^^^^^^^^^^ ^^^
|
unused import: `rand::distributions::Alphanumeric`:
src/main.rs#L29
error: unused import: `rand::distributions::Alphanumeric`
--> src/main.rs:29:5
|
29 | use rand::distributions::Alphanumeric;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused imports: `Rng`, `thread_rng`:
src/main.rs#L30
error: unused imports: `Rng`, `thread_rng`
--> src/main.rs:30:12
|
30 | use rand::{thread_rng, Rng};
| ^^^^^^^^^^ ^^^
|
Clippy
Clippy had exited with the 101 exit code
|
Unitest (ubuntu-latest):
src/main.rs#L29
unused import: `rand::distributions::Alphanumeric`
|
Unitest (ubuntu-latest):
src/main.rs#L30
unused imports: `Rng`, `thread_rng`
|
Unitest (ubuntu-latest):
src/main.rs#L285
mismatched types
|
Unitest (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Unitest (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Unitest (windows-latest)
The operation was canceled.
|
Build release Executable (ubuntu-latest):
src/main.rs#L285
mismatched types
|
Build release Executable (ubuntu-latest)
The process 'cross' failed with exit code 101
|
Build release Executable (ubuntu-latest)
The job was canceled because "ubuntu-latest_armv7-unkno" failed.
|
Build release Executable (ubuntu-latest):
src/main.rs#L285
mismatched types
|
Build release Executable (ubuntu-latest)
The process 'cross' failed with exit code 101
|
Build release Executable (ubuntu-latest)
The job was canceled because "ubuntu-latest_armv7-unkno" failed.
|
Build release Executable (ubuntu-latest):
src/main.rs#L285
mismatched types
|
Build release Executable (ubuntu-latest)
The process 'cross' failed with exit code 101
|
Build release Executable (windows-latest)
The job was canceled because "ubuntu-latest_armv7-unkno" failed.
|
Build release Executable (windows-latest)
The operation was canceled.
|
Format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
|
Format
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/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/
|
Format
`/home/runner/work/simpler-http-server/simpler-http-server/.cargo/config` is deprecated in favor of `config.toml`
|
Format
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/
|
Format
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/
|
Format
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/
|
Format
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Unitest (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
|
Unitest (ubuntu-latest)
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/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/
|
Unitest (ubuntu-latest)
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/
|
Unitest (ubuntu-latest)
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/
|
Unitest (ubuntu-latest)
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/
|
Unitest (ubuntu-latest)
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/
|
Unitest (ubuntu-latest)
`/home/runner/work/simpler-http-server/simpler-http-server/.cargo/config` is deprecated in favor of `config.toml`
|
Unitest (windows-latest)
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/
|
Unitest (windows-latest)
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/
|
Unitest (windows-latest)
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/
|
Unitest (windows-latest)
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/
|
Unitest (windows-latest)
`D:\a\simpler-http-server\simpler-http-server\.cargo\config` is deprecated in favor of `config.toml`
|
Build release Executable (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/.
|
Build release Executable (ubuntu-latest)
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/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/
|
Build release Executable (ubuntu-latest)
`/project/.cargo/config` is deprecated in favor of `config.toml`
|
Build release Executable (ubuntu-latest):
src/main.rs#L29
unused import: `rand::distributions::Alphanumeric`
|
Build release Executable (ubuntu-latest):
src/main.rs#L30
unused imports: `Rng`, `thread_rng`
|
Build release Executable (ubuntu-latest)
`simple-http-server` (bin "simple-http-server") generated 2 warnings
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
`/project/.cargo/config` is deprecated in favor of `config.toml`
|
Build release Executable (ubuntu-latest):
src/main.rs#L29
unused import: `rand::distributions::Alphanumeric`
|
Build release Executable (ubuntu-latest):
src/main.rs#L30
unused imports: `Rng`, `thread_rng`
|
Build release Executable (ubuntu-latest)
`simple-http-server` (bin "simple-http-server") generated 2 warnings
|
Build release Executable (ubuntu-latest)
`/project/.cargo/config` is deprecated in favor of `config.toml`
|
Build release Executable (ubuntu-latest):
src/main.rs#L29
unused import: `rand::distributions::Alphanumeric`
|
Build release Executable (ubuntu-latest):
src/main.rs#L30
unused imports: `Rng`, `thread_rng`
|
Build release Executable (ubuntu-latest)
`simple-http-server` (bin "simple-http-server") generated 2 warnings
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (ubuntu-latest)
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/
|
Build release Executable (windows-latest)
`D:\a\simpler-http-server\simpler-http-server\.cargo\config` is deprecated in favor of `config.toml`
|
Build release Executable (windows-latest)
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/
|
Build release Executable (windows-latest)
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/
|
Build release Executable (windows-latest)
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/
|
Build release Executable (windows-latest)
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/
|