You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run "make test-agg-prove", I get this error so the test failed. What should I do to solve this problem?
test test_agg_prove_verify ... FAILED
failures:
---- test_agg_prove_verify stdout ----
thread 'test_agg_prove_verify' panicked at 'called `Option::unwrap()` on a `None` value', /root/.cargo/git/checkouts/snark-verifier-cd02c9c9f799657f/514f457/snark-verifier-sdk/src/evm_api.rs:198:20
stack backtrace:
0: rust_begin_unwind
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/core/src/panicking.rs:64:14
2: core::panicking::panic
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/core/src/panicking.rs:111:5
3: snark_verifier_sdk::evm_api::verify_evm_proof
4: core::ops::function::FnOnce::call_once
5: core::ops::function::FnOnce::call_once
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/core/src/ops/function.rs:507:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
failures:
test_agg_prove_verify
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 953.87s
error: test failed, to rerun pass `-p prover --test aggregation_tests`
Makefile:45: recipe for target 'test-agg-prove' failed
make: *** [test-agg-prove] Error 101
The text was updated successfully, but these errors were encountered:
when I run "make test-agg-prove", I get this error so the test failed. What should I do to solve this problem?
The text was updated successfully, but these errors were encountered: