Skip to content

Update Rust crate redis to 0.32.0 #73

Update Rust crate redis to 0.32.0

Update Rust crate redis to 0.32.0 #73

Triggered via pull request January 16, 2026 14:25
Status Success
Total duration 18m 12s
Artifacts 2

docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
Cargo and npm build: src/middleware/authentication/manager_middleware.rs#L31
variable does not need to be mutable
Cargo and npm build: src/mcp/tools/templates.rs#L120
unused variable: `context`
Cargo and npm build: src/mcp/tools/cloud.rs#L111
unused variable: `cloud`
Cargo and npm build: src/db/marketplace.rs#L526
unused variable: `query_span`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
unused import: `categories::*`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/middleware/authentication/method/f_jwt.rs#L5
unused import: `crate::models`
Cargo and npm build: src/connectors/user_service/deployment_validator.rs#L9
unused import: `ConnectorError`
Cargo and npm build: src/connectors/user_service/category_sync.rs#L10
unused import: `crate::connectors::ConnectorError`
Cargo and npm build
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 and npm build
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 and npm build
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 and npm build
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 and npm build
Unexpected input(s) 'command', 'args', valid inputs are ['toolchain', 'target', 'default', 'override', 'profile', 'components']
Cargo and npm build
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 and npm build
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 and npm build
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 and npm build
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 and npm build
Unexpected input(s) 'command', 'args', valid inputs are ['toolchain', 'target', 'default', 'override', 'profile', 'components']
Cargo and npm build: src/mcp/tools/templates.rs#L120
unused variable: `context`
Cargo and npm build: src/mcp/tools/cloud.rs#L111
unused variable: `cloud`
Cargo and npm build: src/db/marketplace.rs#L526
unused variable: `query_span`
Cargo and npm build: src/mcp/protocol_tests.rs#L3
unused import: `super::*`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
unused import: `categories::*`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/middleware/authentication/method/f_jwt.rs#L5
unused import: `crate::models`
Cargo and npm build: src/connectors/user_service/deployment_validator.rs#L9
unused import: `ConnectorError`
Cargo and npm build: src/connectors/user_service/category_sync.rs#L10
unused import: `crate::connectors::ConnectorError`
Cargo and npm build: src/middleware/authentication/manager_middleware.rs#L31
variable does not need to be mutable
Cargo and npm build: src/mcp/tools/templates.rs#L120
unused variable: `context`
Cargo and npm build: src/mcp/tools/cloud.rs#L111
unused variable: `cloud`
Cargo and npm build: src/db/marketplace.rs#L526
unused variable: `query_span`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
unused import: `categories::*`
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/routes/marketplace/mod.rs#L7
ambiguous glob re-exports
Cargo and npm build: src/middleware/authentication/method/f_jwt.rs#L5
unused import: `crate::models`
Cargo and npm build: src/connectors/user_service/deployment_validator.rs#L9
unused import: `ConnectorError`
Cargo and npm build: src/connectors/user_service/category_sync.rs#L10
unused import: `crate::connectors::ConnectorError`
Cargo and npm build
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 and npm build
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 and npm build
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 and npm build
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/
Legacy key/value format with whitespace separator should not be used: Dockerfile#L34
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L42
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Artifacts

Produced during runtime
Name Size Digest
artifact-linux-docker
11.9 MB
sha256:b9a884230dee90ba50b072f39dafb6c0557aff709fb6984016062eb1bda32bac
trydirect~stacker~V6QRFX.dockerbuild
94.9 KB
sha256:20b9b01008eee6c4fef9104c4937a3f133eac3edd60afbe13115a66f884d8116