Skip to content

fix(deps): update rust crate redis to 0.27.0 #766

fix(deps): update rust crate redis to 0.27.0

fix(deps): update rust crate redis to 0.27.0 #766

Triggered via pull request October 3, 2024 19:39
Status Failure
Total duration 1m 33s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 39 warnings
Test Suite: packages/apalis-redis/src/storage.rs#L377
method takes 1 generic argument but 2 generic arguments were supplied
Test Suite: packages/apalis-redis/src/storage.rs#L377
the trait bound `Vec<Value>: redis::aio::ConnectionLike` is not satisfied
Test Suite: packages/apalis-redis/src/storage.rs#L377
mismatched types
Test Suite: packages/apalis-redis/src/storage.rs#L369
the trait bound `Vec<Value>: redis::aio::ConnectionLike` is not satisfied
Test Suite: packages/apalis-redis/src/storage.rs#L377
the trait bound `Vec<Value>: redis::aio::ConnectionLike` is not satisfied
Test Suite: packages/apalis-redis/src/storage.rs#L397
no variant or associated item named `Data` found for enum `Value` in the current scope
Test Suite: packages/apalis-redis/src/storage.rs#L398
no variant or associated item named `Bulk` found for enum `Value` in the current scope
Test Suite: packages/apalis-redis/src/storage.rs#L409
no variant or associated item named `Data` found for enum `Value` in the current scope
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Clippy: packages/apalis-redis/src/storage.rs#L377
method takes 1 generic argument but 2 generic arguments were supplied
Clippy: packages/apalis-redis/src/storage.rs#L377
the trait bound `std::vec::Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Clippy: packages/apalis-redis/src/storage.rs#L377
mismatched types
Clippy: packages/apalis-redis/src/storage.rs#L369
the trait bound `std::vec::Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Clippy: packages/apalis-redis/src/storage.rs#L377
the trait bound `std::vec::Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Clippy: packages/apalis-redis/src/storage.rs#L397
no variant or associated item named `Data` found for enum `redis::Value` in the current scope
Clippy: packages/apalis-redis/src/storage.rs#L398
no variant or associated item named `Bulk` found for enum `redis::Value` in the current scope
Clippy: packages/apalis-redis/src/storage.rs#L409
no variant or associated item named `Data` found for enum `redis::Value` in the current scope
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check: packages/apalis-redis/src/storage.rs#L377
method takes 1 generic argument but 2 generic arguments were supplied
Check: packages/apalis-redis/src/storage.rs#L377
the trait bound `Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Check: packages/apalis-redis/src/storage.rs#L377
mismatched types
Check: packages/apalis-redis/src/storage.rs#L369
the trait bound `Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Check: packages/apalis-redis/src/storage.rs#L377
the trait bound `Vec<redis::Value>: redis::aio::ConnectionLike` is not satisfied
Check: packages/apalis-redis/src/storage.rs#L397
no variant or associated item named `Data` found for enum `redis::Value` in the current scope
Check: packages/apalis-redis/src/storage.rs#L398
no variant or associated item named `Bulk` found for enum `redis::Value` in the current scope
Check: packages/apalis-redis/src/storage.rs#L409
no variant or associated item named `Data` found for enum `redis::Value` in the current scope
Check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Rustfmt
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/
Rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
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
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/
Test Suite
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
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: packages/apalis-redis/src/storage.rs#L444
this function depends on never type fallback being `()`
Test Suite: packages/apalis-redis/src/storage.rs#L470
this function depends on never type fallback being `()`
Test Suite: packages/apalis-redis/src/storage.rs#L549
this function depends on never type fallback being `()`
Test Suite: packages/apalis-redis/src/storage.rs#L611
this function depends on never type fallback being `()`
Test Suite
`apalis-redis` (lib) generated 4 warnings
Clippy
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/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
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-redis/src/storage.rs#L444
this function depends on never type fallback being `()`
Clippy: packages/apalis-redis/src/storage.rs#L470
this function depends on never type fallback being `()`
Clippy: packages/apalis-redis/src/storage.rs#L549
this function depends on never type fallback being `()`
Clippy: packages/apalis-redis/src/storage.rs#L611
this function depends on never type fallback being `()`
Clippy
`apalis-redis` (lib) generated 4 warnings
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/
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
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#L444
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L470
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L549
this function depends on never type fallback being `()`
Check: packages/apalis-redis/src/storage.rs#L611
this function depends on never type fallback being `()`
Check
`apalis-redis` (lib) generated 4 warnings