Skip to content

separate authentication from authorization server #146

separate authentication from authorization server

separate authentication from authorization server #146

Triggered via push July 10, 2023 20:56
Status Failure
Total duration 3m 57s
Artifacts

check.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 32 warnings
Lints
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Lints
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/
Lints
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/
Lints
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/
Lints
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/
Check: crates/oauth_authorization_server/src/handler/login.rs#L34
unused variable: `realm`
Check: crates/oauth_authorization_server/src/handler/login.rs#L66
field `request_id` is never read
Check
`oauth_authorization_server` (lib) generated 2 warnings (run `cargo fix --lib -p oauth_authorization_server` to apply 1 suggestion)
Check: crates/oauth_authentication/src/lib.rs#L20
unused import: `AuthenticationFlow`
Check: crates/oauth_authentication/src/lib.rs#L41
unused import: `url::Url`
Check: crates/oauth_authentication/src/lib.rs#L97
unused variable: `csrf_token`
Check: crates/oauth_authentication/src/lib.rs#L166
unused variable: `userinfo`
Check: crates/oauth_authentication/src/lib.rs#L58
variant `HyperError` is never constructed
Check
`oauth_authentication` (lib) generated 5 warnings (run `cargo fix --lib -p oauth_authentication` to apply 4 suggestions)
Check: src/lib.rs#L27
unused import: `oauth_authentication::AuthenticationManager`
Check
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/
Check
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/
Check
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/
Check
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 Suite
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 Suite
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 Suite
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 Suite
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 Suite: crates/oauth_authorization_server/src/handler/login.rs#L66
field `request_id` is never read
Test Suite
`oauth_authorization_server` (lib) generated 2 warnings (run `cargo fix --lib -p oauth_authorization_server` to apply 1 suggestion)
Test Suite: crates/oauth_authentication/src/lib.rs#L20
unused import: `AuthenticationFlow`
Test Suite: crates/oauth_authentication/src/lib.rs#L41
unused import: `url::Url`
Test Suite: crates/oauth_authentication/src/lib.rs#L97
unused variable: `csrf_token`
Test Suite: crates/oauth_authentication/src/lib.rs#L166
unused variable: `userinfo`
Test Suite: crates/oauth_authentication/src/lib.rs#L58
variant `HyperError` is never constructed
Test Suite: src/lib.rs#L27
unused import: `oauth_authentication::AuthenticationManager`
Test Suite: src/lib.rs#L37
unused import: `tokio::task`