Skip to content

Fix LB timeout in QueryServer #1139

Fix LB timeout in QueryServer

Fix LB timeout in QueryServer #1139

Triggered via pull request August 28, 2024 11:11
Status Failure
Total duration 3m 43s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 30 warnings
Rust fmt check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Cargo Clippy check: server/src/handlers/airplane.rs#L44
unused import: `put_results_in_cache`
Cargo Clippy check: server/src/handlers/airplane.rs#L47
unused import: `crate::querycache::QueryCacheManager`
Cargo Clippy check: server/src/handlers/airplane.rs#L66
unused import: `super::http::query::get_results_from_cache`
Cargo Clippy check: server/src/handlers/http/cache.rs#L19
unused import: `web`
Cargo Clippy check: server/src/handlers/http/cache.rs#L22
unused import: `http::StatusCode`
Cargo Clippy check: server/src/handlers/http/cache.rs#L23
unused import: `serde_json::json`
Cargo Clippy check: server/src/handlers/http/cache.rs#L26
unused imports: `QueryCacheManager` and `option::CONFIG`
Cargo Clippy check: server/src/handlers/http/cache.rs#L33
unused variable: `stream`
Cargo Clippy check: server/src/handlers/http/cache.rs#L38
unused variable: `user_id`
Cargo Clippy check: server/src/handlers/http/cache.rs#L73
unused variable: `stream`
Rust fmt check
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/
Rust fmt check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rust fmt 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/
Rust fmt 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/
Rust fmt 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/
Rust fmt 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/
Cargo Clippy check
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/
Cargo Clippy check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cargo Clippy 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/
Cargo Clippy 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/
Cargo Clippy 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/
Cargo Clippy 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/
Cargo Clippy check
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Cargo Clippy check
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Unit tests
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/
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit tests
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Unit tests
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Unit tests: server/src/handlers/airplane.rs#L44
unused import: `put_results_in_cache`
Unit tests: server/src/handlers/airplane.rs#L47
unused import: `crate::querycache::QueryCacheManager`
Unit tests: server/src/handlers/airplane.rs#L66
unused import: `super::http::query::get_results_from_cache`
Unit tests: server/src/handlers/http/cache.rs#L19
unused import: `web`
Unit tests: server/src/handlers/http/cache.rs#L22
unused import: `http::StatusCode`
Unit tests: server/src/handlers/http/cache.rs#L23
unused import: `serde_json::json`
Unit tests: server/src/handlers/http/cache.rs#L26
unused imports: `QueryCacheManager` and `option::CONFIG`
Unit tests: server/src/handlers/http/cache.rs#L33
unused variable: `stream`
Unit tests
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/
Unit tests
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/
Unit tests
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/
Unit tests
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/