Skip to content

Feat/batched opening proofs #924

Feat/batched opening proofs

Feat/batched opening proofs #924

Triggered via pull request September 23, 2024 15:55
Status Failure
Total duration 2m 21s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L95
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L109
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L632
the following explicit lifetimes could be elided: 'a
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L670
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L679
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L801
returning the result of a `let` binding from a block
clippy: jolt-core/src/jolt/vm/read_write_memory.rs#L142
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/read_write_memory.rs#L153
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
clippy: jolt-core/src/jolt/vm/read_write_memory.rs#L1171
the following explicit lifetimes could be elided: 'a
clippy: jolt-core/src/jolt/vm/read_write_memory.rs#L1397
the following explicit lifetimes could be elided: 'a
test: jolt-core/src/jolt/vm/mod.rs#L176
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/mod.rs#L177
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/bytecode.rs#L41
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/bytecode.rs#L42
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/bytecode.rs#L43
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/instruction_lookups.rs#L55
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/instruction_lookups.rs#L56
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/instruction_lookups.rs#L57
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/read_write_memory.rs#L169
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/read_write_memory.rs#L170
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L176
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L177
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/bytecode.rs#L41
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/bytecode.rs#L42
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/bytecode.rs#L43
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/instruction_lookups.rs#L55
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/instruction_lookups.rs#L56
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/instruction_lookups.rs#L57
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/read_write_memory.rs#L169
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/read_write_memory.rs#L170
bounds on generic parameters in type aliases are not enforced
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Onchain Verifier Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/