Skip to content

Store .arkzkey files in target dir #301

Store .arkzkey files in target dir

Store .arkzkey files in target dir #301

Triggered via push September 18, 2024 11:20
Status Success
Total duration 11m 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
this expression creates a reference which is immediately dereferenced by the compiler: src/circuit.rs#L32
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/circuit.rs:32:5 | 32 | &GRAPH_BYTES[index] | ^^^^^^^^^^^^^^^^^^^ help: change this to: `GRAPH_BYTES[index]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> src/lib.rs:2:9 | 2 | #![warn(clippy::all, clippy::cargo)] | ^^^^^^^^^^^ = note: `#[warn(clippy::needless_borrow)]` implied by `#[warn(clippy::all)]`
package `ark-zkey` is missing `package.categories` metadata: src/lib.rs#L1
warning: package `ark-zkey` is missing `package.categories` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `ark-zkey` is missing `package.keywords` metadata: src/lib.rs#L1
warning: package `ark-zkey` is missing `package.keywords` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `ark-zkey` is missing `package.repository` metadata: src/lib.rs#L1
warning: package `ark-zkey` is missing `package.repository` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `ark-zkey` is missing `either package.license or package.license_file` metadata: src/lib.rs#L1
warning: package `ark-zkey` is missing `either package.license or package.license_file` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
package `ark-zkey` is missing `package.description` metadata: src/lib.rs#L1
warning: package `ark-zkey` is missing `package.description` metadata | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata note: the lint level is defined here --> src/lib.rs:2:22 | 2 | #![warn(clippy::all, clippy::cargo)] | ^^^^^^^^^^^^^ = note: `#[warn(clippy::cargo_common_metadata)]` implied by `#[warn(clippy::cargo)]`
the borrowed expression implements the required traits: build.rs#L55
warning: the borrowed expression implements the required traits --> build.rs:55:42 | 55 | let depth_subfolder = base_path.join(&depth_str); | ^^^^^^^^^^ help: change this to: `depth_str` | = 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
this import is redundant: build.rs#L11
warning: this import is redundant --> build.rs:11:1 | 11 | use ark_zkey; | ^^^^^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default
useless conversion to the same type: `std::path::PathBuf`: crates/ark-zkey/src/lib.rs#L204
warning: useless conversion to the same type: `std::path::PathBuf` --> crates/ark-zkey/src/lib.rs:204:27 | 204 | let serialized_path = PathBuf::from(arkzkey_file_path); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `PathBuf::from()`: `arkzkey_file_path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
useless conversion to the same type: `std::path::PathBuf`: crates/ark-zkey/src/lib.rs#L204
warning: useless conversion to the same type: `std::path::PathBuf` --> crates/ark-zkey/src/lib.rs:204:27 | 204 | let serialized_path = PathBuf::from(arkzkey_file_path); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `PathBuf::from()`: `arkzkey_file_path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
Test
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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
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
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
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
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/
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
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/
Lint
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/
Lint
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/
Lint
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/