Skip to content

Stop using Instant for cache age #147

Stop using Instant for cache age

Stop using Instant for cache age #147

Triggered via push January 13, 2024 23:12
Status Success
Total duration 3m 21s
Artifacts 8

rust.yml

on: push
Matrix: CD
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
the borrowed expression implements the required traits: src/lib.rs#L803
warning: the borrowed expression implements the required traits --> src/lib.rs:803:57 | 803 | if let Ok(key_dir_iter) = std::fs::read_dir(&self.key_dir()) { | ^^^^^^^^^^^^^^^ help: change this to: `self.key_dir()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/lib.rs#L785
warning: the borrowed expression implements the required traits --> src/lib.rs:785:58 | 785 | if let Ok(data_dir_iter) = std::fs::read_dir(&self.data_dir()) { | ^^^^^^^^^^^^^^^^ help: change this to: `self.data_dir()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: src/lib.rs#L803
warning: the borrowed expression implements the required traits --> src/lib.rs:803:57 | 803 | if let Ok(key_dir_iter) = std::fs::read_dir(&self.key_dir()) { | ^^^^^^^^^^^^^^^ help: change this to: `self.key_dir()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/lib.rs#L785
warning: the borrowed expression implements the required traits --> src/lib.rs:785:58 | 785 | if let Ok(data_dir_iter) = std::fs::read_dir(&self.data_dir()) { | ^^^^^^^^^^^^^^^^ help: change this to: `self.data_dir()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
CI
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-apple-darwin - macos-12)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (aarch64-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-pc-windows-msvc - windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (i686-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-unknown-linux-musl - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (i686-unknown-linux-musl - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/

Artifacts

Produced during runtime
Name Size
bkt.v0.7.1.aarch64-unknown-linux-gnu Expired
1.35 MB
bkt.v0.7.1.arm-unknown-linux-gnueabihf Expired
1.39 MB
bkt.v0.7.1.i686-unknown-linux-gnu Expired
1.43 MB
bkt.v0.7.1.i686-unknown-linux-musl Expired
1.59 MB
bkt.v0.7.1.x86_64-apple-darwin Expired
556 KB
bkt.v0.7.1.x86_64-pc-windows-msvc Expired
418 KB
bkt.v0.7.1.x86_64-unknown-linux-gnu Expired
1.37 MB
bkt.v0.7.1.x86_64-unknown-linux-musl Expired
1.47 MB