ProjectZetta / RemoteFutures

Remote execution of futures in a distributed system.
http://remotefutures.org
Other
4 stars 1 forks source link

Broken Built #70 #58

Closed ghost closed 10 years ago

ghost commented 10 years ago

Stacktrace from travis:

[info] * org.remotefutures.pingpong.MultiNodeSampleSpec [JVM-1] Error: Could not create the Java Virtual Machine. [JVM-1] Error occurred during initialization of VM [JVM-1] Error: A fatal exception has occurred. Program will exit. [JVM-1] Could not reserve enough space for object heap [JVM-2] Error occurred during initialization of VM [JVM-2] Error: Could not create the Java Virtual Machine. [JVM-2] Could not reserve enough space for object heap [JVM-2] Error: A fatal exception has occurred. Program will exit. [error] Failed: org.remotefutures.pingpong.MultiNodeSampleSpecMultiJvmNode1 [error] Failed: org.remotefutures.pingpong.MultiNodeSampleSpecMultiJvmNode2 [info] * org.remotefutures.Spec [JVM-1] Error occurred during initialization of VM [JVM-1] Error: Could not create the Java Virtual Machine. [JVM-1] Could not reserve enough space for object heap [JVM-1] Error: A fatal exception has occurred. Program will exit. [JVM-2] Error occurred during initialization of VM [JVM-2] Error: Could not create the Java Virtual Machine. [JVM-2] Could not reserve enough space for object heap [JVM-2] Error: A fatal exception has occurred. Program will exit.

[error] Failed: org.remotefutures.SpecMultiJvmNode1 [error] Failed: org.remotefutures.SpecMultiJvmNode2

[info] ScalaTest [info] Run completed in 3 seconds, 353 milliseconds. [info] Total number of tests run: 1 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [error] Failed: Total 5, Failed 4, Errors 0, Passed 1

[error] Failed tests: [error] org.remotefutures.pingpong.MultiNodeSampleSpec [error] org.remotefutures.Spec error sbt.TestsFailedException: Tests unsuccessful [error] Total time: 10 s, completed Jul 10, 2014 9:03:02 AM

The command "sbt ++$TRAVIS_SCALA_VERSION clean compile test "project benchmark" clean compile test publishLocal" exited with 1.

Done. Your build exited with 1.

ghost commented 10 years ago

Fixed with pull request #59