Crate maintenance #4
ci.yml
on: pull_request
Bitrot check
29s
Clippy (MSRV)
21s
Intra-doc links
45s
Rustfmt
15s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
21 errors
Rustfmt
Process completed with exit code 1.
|
Latest build on ubuntu-latest
Process completed with exit code 1.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
Process completed with exit code 1.
|
failed to resolve: could not find `witness` in `incrementalmerkletree`:
src/lib.rs#L18
error[E0433]: failed to resolve: could not find `witness` in `incrementalmerkletree`
--> src/tree.rs:18:28
|
18 | incrementalmerkletree::witness::IncrementalWitness<Node, NOTE_COMMITMENT_TREE_DEPTH>;
| ^^^^^^^ could not find `witness` in `incrementalmerkletree`
|
cannot find type `CommitmentTree` in module `incrementalmerkletree::frontier`:
src/lib.rs#L16
error[E0412]: cannot find type `CommitmentTree` in module `incrementalmerkletree::frontier`
--> src/tree.rs:16:38
|
16 | incrementalmerkletree::frontier::CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
| ^^^^^^^^^^^^^^ not found in `incrementalmerkletree::frontier`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/incrementalmerkletree-0.5.0/src/frontier.rs:312:12
|
312 | pub struct CommitmentTree<H, const DEPTH: u8> {
| ^^^^^^^^^^^^^^
= note: the item is gated behind the `legacy-api` feature
help: consider importing this type alias through its public re-export
|
1 + use crate::CommitmentTree;
|
help: if you import `CommitmentTree`, refer to it directly
|
16 - incrementalmerkletree::frontier::CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
16 + CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
|
|
no method named `dynamic_usage` found for struct `group::WnafScalar` in the current scope:
src/lib.rs#L449
error[E0599]: no method named `dynamic_usage` found for struct `group::WnafScalar` in the current scope
--> src/keys.rs:449:16
|
449 | self.0.dynamic_usage()
| ^^^^^^^^^^^^^ method not found in `WnafScalar<Fr, 4>`
|
no method named `dynamic_usage_bounds` found for struct `group::WnafScalar` in the current scope:
src/lib.rs#L453
error[E0599]: no method named `dynamic_usage_bounds` found for struct `group::WnafScalar` in the current scope
--> src/keys.rs:453:16
|
453 | self.0.dynamic_usage_bounds()
| ^^^^^^^^^^^^^^^^^^^^ method not found in `WnafScalar<Fr, 4>`
|
no function or associated item named `new_with_esk` found for struct `zcash_note_encryption::NoteEncryption` in the current scope:
src/lib.rs#L396
error[E0599]: no function or associated item named `new_with_esk` found for struct `zcash_note_encryption::NoteEncryption` in the current scope
--> src/note_encryption.rs:396:21
|
396 | NoteEncryption::new_with_esk(esk, ovk, note, memo)
| ^^^^^^^^^^^^ function or associated item not found in `NoteEncryption<_>`
|
aborting due to 5 previous errors
error: aborting due to 5 previous errors
|
Clippy (MSRV)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy (MSRV)
{
"rendered": "Some errors have detailed explanations: E0412, E0433, E0599.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "Some errors have detailed explanations: E0412, E0433, E0599.",
"spans": []
}
|
Build target wasm32-wasi
Process completed with exit code 101.
|
Bitrot check
Process completed with exit code 101.
|
Latest build on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Intra-doc links
Process completed with exit code 101.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
The operation was canceled.
|