Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

feat: basic block

feat: basic block #72

Triggered via push November 2, 2023 18:19
Status Failure
Total duration 5m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Docker Build
Process completed with exit code 1.
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/
try not to call a closure in the expression where it is declared: web/src/middleware.rs#L82
warning: try not to call a closure in the expression where it is declared --> web/src/middleware.rs:82:25 | 82 | $code(self, req) | ^^^^^^^^^^^^^^^^ | ::: web/src/server.rs:104:1 | 104 | / create_middleware!( 105 | | TimingCorsHeaders, 106 | | |ctx: &MiddlewareTransform<S>, req: ServiceRequest| { 107 | | use actix_web::http::header::{HeaderName, HeaderValue}; ... | 138 | | } 139 | | ); | |_- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call = note: this warning originates in the macro `create_middleware` (in Nightly builds, run with -Z macro-backtrace for more info)
try not to call a closure in the expression where it is declared: web/src/middleware.rs#L82
warning: try not to call a closure in the expression where it is declared --> web/src/middleware.rs:82:25 | 82 | $code(self, req) | ^^^^^^^^^^^^^^^^ | ::: web/src/server.rs:82:1 | 82 | / create_middleware!( 83 | | ProtectEndpoint, 84 | | |ctx: &MiddlewareTransform<S>, req: ServiceRequest| { 85 | | let mut req = req; ... | 101 | | } 102 | | ); | |_- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call = note: `#[warn(clippy::redundant_closure_call)]` on by default = note: this warning originates in the macro `create_middleware` (in Nightly builds, run with -Z macro-backtrace for more info)
unnecessary hashes around raw string literal: web/src/handlers.rs#L111
warning: unnecessary hashes around raw string literal --> web/src/handlers.rs:111:56 | 111 | let cleaned_escaped = cleaned.replace('/', r#"\/"#); | ^^^^^^^ help: try: `r"\/"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes = note: `#[warn(clippy::needless_raw_string_hashes)]` on by default
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/
Check
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/
Check
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
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/
Docker Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/