Skip to content

fix: handle vacuuming correctly for backends #876

fix: handle vacuuming correctly for backends

fix: handle vacuuming correctly for backends #876

Triggered via pull request January 11, 2025 08:39
Status Success
Total duration 2m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

54 warnings
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Test Suite
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/serde_derive/1.0.217/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/same-file/1.0.6/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/parking/2.2.1/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/num-bigint-dig/0.8.4/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/mio/1.0.3/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/miniz_oxide/0.8.2/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/idna_adapter/1.2.0/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/yoke/0.7.5/download` (146.75.94.137), got 502
Test Suite
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/vcpkg/0.2.15/download` (146.75.94.137), got 502
Test Suite: packages/apalis-redis/src/storage.rs#L689
this function depends on never type fallback being `()`
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Clippy: packages/apalis-core/src/builder.rs#L183
empty line after doc comment
Clippy: packages/apalis-core/src/monitor/mod.rs#L125
empty line after doc comment
Clippy: packages/apalis-core/src/response.rs#L20
this seems like a manual implementation of the non-exhaustive pattern
Clippy: packages/apalis-core/src/storage/mod.rs#L58
very complex type used. Consider factoring parts into `type` definitions
Clippy: packages/apalis-core/src/poller/mod.rs#L11
this seems like a manual implementation of the non-exhaustive pattern
Clippy: packages/apalis-core/src/task/task_id.rs#L71
the following explicit lifetimes could be elided: 'de
Clippy
`apalis-core` (lib) generated 6 warnings (run `cargo clippy --fix --lib -p apalis-core` to apply 1 suggestion)
Clippy: src/layers/tracing/mod.rs#L103
empty line after doc comment
Clippy
`apalis` (lib) generated 1 warning
Clippy: packages/apalis-redis/src/storage.rs#L689
this function depends on never type fallback being `()`
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check: packages/apalis-redis/src/storage.rs#L689
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L712
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L775
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L834
this function depends on never type fallback being `()`
Check
`apalis-redis` (lib) generated 4 warnings
Check: examples/redis-mq-example/src/main.rs#L26
type alias `RedisMqMessage` is never used
Check
`redis-mq-example` (bin "redis-mq-example") generated 1 warning
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/
Check: packages/apalis-redis/src/storage.rs#L689
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L712
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L775
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L834
this function depends on never type fallback being `()`
Check
`apalis-redis` (lib) generated 4 warnings
Check: examples/redis-mq-example/src/main.rs#L26
type alias `RedisMqMessage` is never used
Check
`redis-mq-example` (bin "redis-mq-example") generated 1 warning