Initial implementation of auth caching #300
Annotations
12 errors and 20 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unused import: `cached::Cached`:
src/client.rs#L10
error: unused import: `cached::Cached`
--> src/client.rs:10:5
|
10 | use cached::Cached;
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
cannot find function `auth_prime_cache` in module `auth`:
src/client.rs#L123
error[E0425]: cannot find function `auth_prime_cache` in module `auth`
--> src/client.rs:123:37
|
123 | let new_token = match auth::auth_prime_cache(self).await {
| ^^^^^^^^^^^^^^^^ not found in `auth`
|
unresolved import `crate::auth::AUTH`:
src/client.rs#L1
error[E0432]: unresolved import `crate::auth::AUTH`
--> src/client.rs:1:5
|
1 | use crate::auth::AUTH;
| ^^^^^^^^^^^^^^^^^ no `AUTH` in `auth`
|
file not found for module `auth`:
src/lib.rs#L8
error[E0583]: file not found for module `auth`
--> src/lib.rs:8:1
|
8 | mod auth;
| ^^^^^^^^^
|
= help: to create the module `auth`, create file "src/auth.rs" or "src/auth/mod.rs"
|
Code coverage
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Clippy
Clippy had exited with the 101 exit code
|
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
unused import: `cached::Cached`:
src/client.rs#L10
error: unused import: `cached::Cached`
--> src/client.rs:10:5
|
10 | use cached::Cached;
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
cannot find function `auth_prime_cache` in module `auth`:
src/client.rs#L123
error[E0425]: cannot find function `auth_prime_cache` in module `auth`
--> src/client.rs:123:37
|
123 | let new_token = match auth::auth_prime_cache(self).await {
| ^^^^^^^^^^^^^^^^ not found in `auth`
|
unresolved import `crate::auth::AUTH`:
src/client.rs#L1
error[E0432]: unresolved import `crate::auth::AUTH`
--> src/client.rs:1:5
|
1 | use crate::auth::AUTH;
| ^^^^^^^^^^^^^^^^^ no `AUTH` in `auth`
|
file not found for module `auth`:
src/lib.rs#L8
error[E0583]: file not found for module `auth`
--> src/lib.rs:8:1
|
8 | mod auth;
| ^^^^^^^^^
|
= help: to create the module `auth`, create file "src/auth.rs" or "src/auth/mod.rs"
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Code coverage
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/tarpaulin@v0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code coverage
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/
|
Code coverage
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/
|
Code coverage
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/
|
Code coverage
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 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/
|
Test
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/
|
Test
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/
|
Test
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/
|
Test
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/
|
Test
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/
|