TU-Berlin/dopa-vm

Maven compile error in Stratosphere, branch IMRproduction

Closed this issue · 1 comments

This problems seems to occur only when building VM under Windows.

[INFO] // tree.tpe=collection.GenMap
[INFO] Apply( // def toMap(ev: less:<): collection.immutable.Map in trait TraversableOnce, tree.tpe=collection.immutable.Map
[INFO] DeserializingIterator.this."toMap" // def toMap(ev: less:<): collection.immutable.Map in trait TraversableOnce, tree.tpe=(ev: less:<)collection.immutable.Map
[INFO] "ev" // ev: less:<, tree.tpe=less:<
[INFO] )
[INFO] )
[INFO] DefDef( // def toSet(): collection.GenSet in class DeserializingIterator
[INFO]
[INFO] "toSet"
[INFO] []
[INFO] List(Nil)
[INFO] // tree.tpe=collection.GenSet
[INFO] Apply( // def toSet(): collection.immutable.Set in trait TraversableOnce, tree.tpe=collection.immutable.Set
[INFO] DeserializingIterator.this."toSet" // def toSet(): collection.immutable.Set in trait TraversableOnce, tree.tpe=()collection.immutable.Set
[INFO] Nil
[INFO] )
[INFO] )
[INFO] DefDef( // def toSeq(): collection.GenSeq in class DeserializingIterator
[INFO]
[INFO] "toSeq"
[INFO] []
[INFO] List(Nil)
[INFO] // tree.tpe=collection.GenSeq
[INFO] Apply( // def toSeq(): Seq in trait TraversableOnce, tree.tpe=Seq
[INFO] DeserializingIterator.this."toSeq" // def toSeq(): Seq in trait TraversableOnce, tree.tpe=()Seq
[INFO] Nil
[INFO] )
[INFO] )
[INFO] DefDef( // def toIterable(): collection.GenIterable in class DeserializingIterator
[INFO]
[INFO] "toIterable"
[INFO] []
[INFO] List(Nil)
[INFO] // tree.tpe=collection.GenIterable
[INFO] Apply( // def toIterable(): Iterable in trait TraversableOnce, tree.tpe=Iterable
[INFO] DeserializingIterator.this."toIterable" // def toIterable(): Iterable in trait TraversableOnce, tree.tpe=()Iterable
[INFO] Nil
[INFO] )
[INFO] )
[INFO] DefDef( // def toTraversable(): collection.GenTraversable in class DeserializingIterator
[INFO]
[INFO] "toTraversable"
[INFO] []
[INFO] List(Nil)
[INFO] // tree.tpe=collection.GenTraversable
[INFO] Apply( // def toTraversable(): Traversable in trait Iterator, tree.tpe=Traversable
[INFO] DeserializingIterator.this."toTraversable" // def toTraversable(): Traversable in trait Iterator, tree.tpe=()Traversable
[INFO] Nil
[INFO] )
[INFO] )
[INFO] DefDef( // def seq(): collection.TraversableOnce in class DeserializingIterator
[INFO]
[INFO] "seq"
[INFO] []
[INFO] List(Nil)
[INFO] // tree.tpe=collection.TraversableOnce
[INFO] Apply( // def seq(): Iterator in trait Iterator, tree.tpe=Iterator
[INFO] DeserializingIterator.this."seq" // def seq(): Iterator in trait Iterator, tree.tpe=()Iterator
[INFO] Nil
[INFO] )
[INFO] )
[INFO] DefDef( // def (deserializer: eu.stratosphere.scala.analysis.UDTSerializer): eu.stratosphere.scala.operators.stubs.DeserializingIterator in class DeserializingIterator
[INFO]
[INFO] ""
[INFO] []
[INFO] // 1 parameter list
[INFO] ValDef( // deserializer: eu.stratosphere.scala.analysis.UDTSerializer
[INFO]
[INFO] "deserializer"
[INFO] // tree.tpe=eu.stratosphere.scala.analysis.UDTSerializer
[INFO]
[INFO] )
[INFO] // tree.tpe=eu.stratosphere.scala.operators.stubs.DeserializingIterator
[INFO] Block( // tree.tpe=Unit
[INFO] // 8 statements
[INFO] Assign( // tree.tpe=Unit
[INFO] DeserializingIterator.this."deserializer" // private[this] val deserializer: eu.stratosphere.scala.analysis.UDTSerializer in class DeserializingIterator, tree.tpe=eu.stratosphere.scala.analysis.UDTSerializer
[INFO] "deserializer" // deserializer: eu.stratosphere.scala.analysis.UDTSerializer, tree.tpe=eu.stratosphere.scala.analysis.UDTSerializer
[INFO] )
[INFO] Apply( // def (): Object in class Object, tree.tpe=Object
[INFO] DeserializingIterator.super."" // def (): Object in class Object, tree.tpe=()Object
[INFO] Nil
[INFO] )
[INFO] Apply( // def $init$(x$1: collection.GenTraversableOnce): Unit in object GenTraversableOnce$class, tree.tpe=Unit
[INFO] "scala"."collection"."GenTraversableOnce$class"."$init$" // def $init$(x$1: collection.GenTraversableOnce): Unit in object GenTraversableOnce$class, tree.tpe=(x$1: collection.GenTraversableOnce)Unit
[INFO] This("DeserializingIterator")final class DeserializingIterator extends Iterator in package stubs, tree.tpe=eu.stratosphere.scala.operators.stubs.DeserializingIterator
[INFO] )
[INFO] Apply( // def $init$(x$1: collection.TraversableOnce): Unit in object TraversableOnce$class, tree.tpe=Unit
[INFO] "scala"."collection"."TraversableOnce$class"."$init$" // def $init$(x$1: collection.TraversableOnce): Unit in object TraversableOnce$class, tree.tpe=(x$1: collection.TraversableOnce)Unit
[INFO] This("DeserializingIterator")final class DeserializingIterator extends Iterator in package stubs, tree.tpe=eu.stratosphere.scala.operators.stubs.DeserializingIterator
[INFO] )
[INFO] Apply( // def $init$(x$1: Iterator): Unit in object Iterator$class, tree.tpe=Unit
[INFO] "scala"."collection"."Iterator$class"."$init$" // def $init$(x$1: Iterator): Unit in object Iterator$class, tree.tpe=(x$1: Iterator)Unit
[INFO] This("DeserializingIterator")final class DeserializingIterator extends Iterator in package stubs, tree.tpe=eu.stratosphere.scala.operators.stubs.DeserializingIterator
[INFO] )
[INFO] Assign( // tree.tpe=Unit
[INFO] DeserializingIterator.this."source " // private[this] var source: java.util.Iterator in class DeserializingIterator, tree.tpe=java.util.Iterator
[INFO] null
[INFO] )
[INFO] Assign( // tree.tpe=Unit
[INFO] DeserializingIterator.this."first " // private[this] var first: eu.stratosphere.pact.common.type.PactRecord in class DeserializingIterator, tree.tpe=eu.stratosphere.pact.common.type.PactRecord
[INFO] null
[INFO] )
[INFO] Assign( // tree.tpe=Unit
[INFO] DeserializingIterator.this."fresh " // private[this] var fresh: Boolean in class DeserializingIterator, tree.tpe=Boolean
[INFO] true
[INFO] )
INFO
[INFO] )
[INFO] )
[INFO] )
[INFO]
[INFO] == Expanded type of tree ==
[INFO]
[INFO] ConstantType(
[INFO] value = Constant(eu.stratosphere.pact.common.type.base.parser.VarLengthStringParser)
[INFO]
[INFO] )
[INFO]
[INFO] uncaught exception during compilation: java.io.IOException
[ERROR] error: Operation not permitted
[ERROR] two errors found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] stratosphere ...................................... SUCCESS [3:32.321s]
[INFO] nephele ........................................... SUCCESS [0.059s]
[INFO] nephele-common .................................... SUCCESS [1:13.400s]
[INFO] nephele-management ................................ SUCCESS [7.355s]
[INFO] nephele-server .................................... SUCCESS [1:06.648s]
[INFO] nephele-profiling ................................. SUCCESS [44.012s]
[INFO] nephele-queuescheduler ............................ SUCCESS [3.008s]
[INFO] nephele-clustermanager ............................ SUCCESS [3.233s]
[INFO] nephele-hdfs ...................................... SUCCESS [4:49.198s]
[INFO] nephele-s3 ........................................ SUCCESS [5:24.565s]
[INFO] nephele-visualization ............................. SUCCESS [35.193s]
[INFO] nephele-examples .................................. SUCCESS [6.949s]
[INFO] pact .............................................. SUCCESS [0.049s]
[INFO] pact-common ....................................... SUCCESS [25.459s]
[INFO] pact-array-datamodel .............................. SUCCESS [5.110s]
[INFO] pact-runtime ...................................... SUCCESS [28.272s]
[INFO] pact-compiler ..................................... SUCCESS [14.358s]
[INFO] pact-clients ...................................... SUCCESS [13.117s]
[INFO] pact-hbase ........................................ SUCCESS [3:42.691s]
[INFO] pact-examples ..................................... SUCCESS [18.805s]
[INFO] pact-scala ........................................ SUCCESS [54.541s]
[INFO] pact-scala-core ................................... FAILURE [1:58.877s]
[INFO] pact-scala-examples ............................... SKIPPED
[INFO] pact-tests ........................................ SKIPPED
[INFO] stratosphere-dist ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26:11.626s
[INFO] Finished at: Mon Jan 13 13:07:53 UTC 2014
[INFO] Final Memory: 52M/110M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.1.4:compile (scala-compile-first) on project pact-scala-core: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :pact-scala-core

fixed with that commit