Skip to content

release v0.1.4

release v0.1.4 #20

Triggered via push February 15, 2024 07:18
Status Failure
Total duration 1m 20s
Billable time 5m
Artifacts

ci.yml

on: push
Matrix: Build library
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Rustfmt
Process completed with exit code 1.
this expression creates a reference which is immediately dereferenced by the compiler: src/main.rs#L120
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/main.rs:120:38 | 120 | let go_version = get_version(&go_path_str)?; | ^^^^^^^^^^^^ help: change this to: `go_path_str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/utils.rs#L80
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/utils.rs:80:23 | 80 | let url = build_url(&download_url, &path)?; | ^^^^^^^^^^^^^ help: change this to: `download_url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/checksum.rs#L23
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/checksum.rs:23:42 | 23 | let md5_url = replace_sql_zip_with_md5(&url)?; | ^^^^ help: change this to: `url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
Rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
this expression creates a reference which is immediately dereferenced by the compiler: src/main.rs#L120
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/main.rs:120:38 | 120 | let go_version = get_version(&go_path_str)?; | ^^^^^^^^^^^^ help: change this to: `go_path_str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/utils.rs#L80
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/utils.rs:80:23 | 80 | let url = build_url(&download_url, &path)?; | ^^^^^^^^^^^^^ help: change this to: `download_url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/checksum.rs#L23
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/checksum.rs:23:42 | 23 | let md5_url = replace_sql_zip_with_md5(&url)?; | ^^^^ help: change this to: `url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
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/
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.