Skip to content

Instantly share code, notes, and snippets.

...
[info] Z3Spec:
[info] Z3 encoding
[info] - interlaces bits
[info] - deinterlaces bits
[info] - unapply
[info] LocalTemporalSpec:
[info] - Oops, SPARK_HOME is not defined !!! IGNORED !!!
[info] SumSpec:
geotrellis > project spark
[info] Set current project to geotrellis-spark (in build file:/work/02105/msandan/geotrellis/)
spark > test:run
[info] Running geotrellis.spark.testfiles.GenerateTestFiles
[info] Error occurred during initialization of VM
[info] Could not reserve enough space for object heap
[error] Error: Could not create the Java Virtual Machine.
[error] Error: A fatal exception has occurred. Program will exit.
java.lang.RuntimeException: Nonzero exit code returned from runner: 1
at scala.sys.package$.error(package.scala:27)
raster-test > test
[info] Updating {file:/work/02105/msandan/geotrellis/}raster-test...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] downloading http://repo1.maven.org/maven2/io/spray/spray-routing_2.10/1.3.2/spray-routing_2.10-1.3.2.jar ...
[info] [SUCCESSFUL ] io.spray#spray-routing_2.10;1.3.2!spray-routing_2.10.jar(bundle) (322ms)
[info] downloading http://repo1.maven.org/maven2/com/chuusai/shapeless_2.10/1.2.4/shapeless_2.10-1.2.4.jar ...
[info] [SUCCESSFUL ] com.chuusai#shapeless_2.10;1.2.4!shapeless_2.10.jar (480ms)
[info] Done updating.
[info] Compiling 132 Scala sources to /work/02105/msandan/geotrellis/raster-test/target/scala-2.10/test-classes...
[info] AtanSpec:
@sandan
sandan / gist:6afa8a89df3503bc7197
Created April 21, 2015 20:21
test all in spark
spark > test
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[error] Could not accept connection from test agent: class java.net.SocketException: Socket closed
[trace] Stack trace suppressed: run last spark/test:test for the full output.
[info] Run completed in 32 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 0, aborted 0
spark > test-only geotrellis.spark.io.index.zcurve.Z2Spec
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[error] Could not accept connection from test agent: class java.net.SocketException: Socket closed
[trace] Stack trace suppressed: run last spark/test:testOnly for the full output.
[info] Run completed in 274 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 0, aborted 0