Skip to content

Expose the randomness used to create descriptions. #495

Expose the randomness used to create descriptions.

Expose the randomness used to create descriptions. #495

Triggered via pull request April 22, 2024 12:49
Status Failure
Total duration 3m 17s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 11 warnings
Nightly lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
this expression creates a reference which is immediately dereferenced by the compiler: masp_primitives/src/transaction/components/sapling/builder.rs#L327
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:327:47 | 327 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = 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: masp_primitives/src/transaction/components/sapling/builder.rs#L322
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:322:47 | 322 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = 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: masp_primitives/src/transaction/components/sapling/builder.rs#L317
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:317:47 | 317 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
this expression creates a reference which is immediately dereferenced by the compiler: masp_primitives/src/transaction/components/sapling/builder.rs#L327
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:327:47 | 327 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = 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: masp_primitives/src/transaction/components/sapling/builder.rs#L322
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:322:47 | 322 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = 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: masp_primitives/src/transaction/components/sapling/builder.rs#L317
error: this expression creates a reference which is immediately dereferenced by the compiler --> masp_primitives/src/transaction/components/sapling/builder.rs:317:47 | 317 | .map(|rcv| jubjub::Fr::from_bytes(&rcv).into()) | ^^^^ help: change this to: `rcv` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Lint
Clippy had exited with the 101 exit code
Test on ubuntu-latest
Process completed with exit code 101.
Security - Cargo Audit
Process completed with exit code 1.
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
Test on windows-latest
The operation was canceled.
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
Test on macOS-latest
The operation was canceled.
Nightly lint
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/.
Nightly lint
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/
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/.
Build target wasm32-wasi
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/.
Build target wasm32-unknown-unknown
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/.
Lint
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/.
Lint
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/
Bitrot 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/.
Intra-doc links
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/.
Test on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Security - Cargo Audit
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/.