UT-SE-Research / iDFlakies

29 stars 32 forks source link

Error msg from running testrunner on dubbo:dubbo-registry-default #43

Open aksheeth-i opened 2 years ago

aksheeth-i commented 2 years ago

When running testrunner on project: https://github.com/apache/incubator-dubbo on SHA: 737f7a7ea67832d7f17517326fb2491d0a086dd7 on the module: dubbo-registry/dubbo-registry-default, (use "dubbo-registry/dubbo-registry-default|dubbo-dependencies-bom" as MODULE input if running script)

the following unresolved error message was encountered:

ERROR (WRITE_ERROR_STDOUT_THROWABLE): org.apache.dubbo:dubbo-registry-default:2.7.0-SNAPSHOT java.lang.Exception: Non-zero exit code at edu.illinois.cs.testrunner.runner.Runner.$anonfun$runWithCp$3(Runner.scala:71)
at edu.illinois.cs.testrunner.util.TempFiles$.$anonfun$withProperties$2(TempFiles.scala:38) at edu.illinois.cs.testrunner.util.autoClose.$anonfun$autoCloseTry$1(autoClose.scala:7) at scala.util.Try$.apply(Try.scala:209) at edu.illinois.cs.testrunner.util.autoClose.autoCloseTry(autoClose.scala:7) at edu.illinois.cs.testrunner.util.autoClose.apply(autoClose.scala:24) .....

darko-marinov commented 1 year ago

This error may be due to running with Java version greater than 8.