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
root@6db004019665:/# /revme statetest --json /fuzztmp/00000000-mixed-0.json
Running tests in /fuzztmp/00000000-mixed-0.json...
thread 'runner-0' panicked at bins/revme/src/cmd/statetest/models/spec.rs:54:30:
Unknown spec
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
1/1Finished execution. Total CPU time: 0.000000s
Encountered 0 errors out of 1 total tests
Statetest(TestError { name: "thread 0 panicked", kind: Panic })
Error: Statetest(TestError { name: "thread 0 panicked", kind: Panic })
root@6db004019665:/# RUST_BACKTRACE=1 /revme statetest --json /fuzztmp/00000000-mixed-0.json
Running tests in /fuzztmp/00000000-mixed-0.json...
thread 'runner-0' panicked at bins/revme/src/cmd/statetest/models/spec.rs:54:30:
Unknown spec
stack backtrace:
0: rust_begin_unwind
at ./rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:652:5
1: core::panicking::panic_fmt
at ./rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panicking.rs:72:14
2: revme::cmd::statetest::models::spec::SpecName::to_spec_id
3: revme::cmd::statetest::runner::execute_test_suite
at ./revm/bins/revme/src/cmd/statetest/runner.rs:328:27
4: revme::cmd::statetest::runner::run::{{closure}}
at ./revm/bins/revme/src/cmd/statetest/runner.rs:518:26
5: core::ops::function::FnOnce::call_once
at ./rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
1/1Finished execution. Total CPU time: 0.000000s
Encountered 0 errors out of 1 total tests
Statetest(TestError { name: "thread 0 panicked", kind: Panic })
Error: Statetest(TestError { name: "thread 0 panicked", kind: Panic })
testfile
cc @rakita
The text was updated successfully, but these errors were encountered: