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
Output of cargo nextest run -p fcomm --run-ignored all -E 'test(test_make_fcomm_examples)' --release
thread 'main' panicked at 'committed function not found', fcomm/src/bin/fcomm.rs:273:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make: *** [Makefile:46: chained2-opening] Error 101
make: *** Waiting for unfinished jobs....
thread 'main' panicked at 'committed function not found', fcomm/src/bin/fcomm.rs:273:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make: *** [Makefile:46: chained2-opening.json] Error 101
', fcomm/tests/makefile_tests.rs:29:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I believe the failing case is from open in the chained functional commitment test
The text was updated successfully, but these errors were encountered:
Output of
cargo nextest run -p fcomm --run-ignored all -E 'test(test_make_fcomm_examples)' --release
I believe the failing case is from
open
in the chained functional commitment testThe text was updated successfully, but these errors were encountered: