Skip to content

fix: replace absolute symlinks from cache with correct version #1277

fix: replace absolute symlinks from cache with correct version

fix: replace absolute symlinks from cache with correct version #1277

Triggered via pull request July 28, 2024 17:30
Status Success
Total duration 20m 48s
Artifacts 7

rust.yml

on: pull_request
Matrix: build
Matrix: test
Post-process
2s
Post-process
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
test (macos-latest): src/cache.rs#L119
[clippy] reported by reviewdog 🐶 error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` Raw Output: src/cache.rs:119:52:e:error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` __END__
test (macos-latest): src/cache.rs#L119
[clippy] reported by reviewdog 🐶 error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` Raw Output: src/cache.rs:119:52:e:error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` __END__
test (ubuntu-latest): src/cache.rs#L119
[clippy] reported by reviewdog 🐶 error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` Raw Output: src/cache.rs:119:52:e:error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` __END__
test (ubuntu-latest): src/cache.rs#L119
[clippy] reported by reviewdog 🐶 error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` Raw Output: src/cache.rs:119:52:e:error: the borrowed expression implements the required traits --> src/cache.rs:119:52 | 119 | let symlink_target = fs::read_link(&source).into_diagnostic()?; | ^^^^^^^ help: change this to: `source` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` __END__
test (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: giraffate/clippy-action@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 (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: giraffate/clippy-action@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 (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
rattler-build-aarch64-apple-darwin.tar.gz
12.2 MB
rattler-build-aarch64-unknown-linux-musl.tar.gz
16.5 MB
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
17.4 MB
rattler-build-x86_64-apple-darwin.tar.gz
12.7 MB
rattler-build-x86_64-pc-windows-gnu.zip
18.3 MB
rattler-build-x86_64-pc-windows-msvc.zip
10.8 MB
rattler-build-x86_64-unknown-linux-musl.tar.gz
17.1 MB