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
I've built Opaque on a fresh install of Ubuntu 18.04 following the documentation. I can successfully run build/sbt test (all tests pass), but build/sbt clean coverage test gives the following error:
org.apache.spark.SparkException: Job aborted due to stage failure: Task 2 in stage 0.0 failed 4 times, most recent failure: Lost task 2.3 in stage 0.0 (TID 5) (ryan-dev.internal.cloudapp.net executor 0): java.lang.NoClassDefFoundError: Could not initialize class edu.berkeley.cs.rise.opaque.RA
I've built Opaque on a fresh install of Ubuntu 18.04 following the documentation. I can successfully run
build/sbt test
(all tests pass), butbuild/sbt clean coverage test
gives the following error:(A number of suites receive the same error)
The text was updated successfully, but these errors were encountered: