Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. [INFO] Total time: 2:01.332s
  2. [INFO] Finished at: Thu Dec 18 14:57:58 IST 2014
  3. [INFO] Final Memory: 47M/759M
  4. [INFO] ------------------------------------------------------------------------
  5. [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.0:compile (scala-compile-first) on project spark-core_2.10: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.0:compile failed. CompileFailed -> [Help 1]
  6. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.0:compile (scala-compile-first) on project spark-core_2.10: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.0:compile failed.
  7. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
  8. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  9. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  10. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  11. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  12. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  13. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  14. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
  15. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
  16. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
  17. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
  18. at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  24. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  25. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  26. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  27. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.0:compile failed.
  28. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
  29. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  30. ... 19 more
  31. Caused by: javac returned nonzero exit code
  32. at sbt.compiler.JavaCompiler$JavaTool0.compile(JavaCompiler.scala:77)
  33. at sbt.compiler.JavaTool$class.apply(JavaCompiler.scala:35)
  34. at sbt.compiler.JavaCompiler$JavaTool0.apply(JavaCompiler.scala:63)
  35. at sbt.compiler.JavaCompiler$class.compile(JavaCompiler.scala:21)
  36. at sbt.compiler.JavaCompiler$JavaTool0.compile(JavaCompiler.scala:63)
  37. at sbt.compiler.AggressiveCompile$$anonfun$3$$anonfun$compileJava$1$1.apply$mcV$sp(AggressiveCompile.scala:127)
  38. at sbt.compiler.AggressiveCompile$$anonfun$3$$anonfun$compileJava$1$1.apply(AggressiveCompile.scala:127)
  39. at sbt.compiler.AggressiveCompile$$anonfun$3$$anonfun$compileJava$1$1.apply(AggressiveCompile.scala:127)
  40. at sbt.compiler.AggressiveCompile.sbt$compiler$AggressiveCompile$$timed(AggressiveCompile.scala:166)
  41. at sbt.compiler.AggressiveCompile$$anonfun$3.compileJava$1(AggressiveCompile.scala:126)
  42. at sbt.compiler.AggressiveCompile$$anonfun$3.apply(AggressiveCompile.scala:143)
  43. at sbt.compiler.AggressiveCompile$$anonfun$3.apply(AggressiveCompile.scala:87)
  44. at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:39)
  45. at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:37)
  46. at sbt.inc.IncrementalCommon.cycle(Incremental.scala:99)
  47. at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:38)
  48. at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:37)
  49. at sbt.inc.Incremental$.manageClassfiles(Incremental.scala:65)
  50. at sbt.inc.Incremental$.compile(Incremental.scala:37)
  51. at sbt.inc.IncrementalCompile$.apply(Compile.scala:27)
  52. at sbt.compiler.AggressiveCompile.compile2(AggressiveCompile.scala:157)
  53. at sbt.compiler.AggressiveCompile.compile1(AggressiveCompile.scala:71)
  54. at com.typesafe.zinc.Compiler.compile(Compiler.scala:184)
  55. at com.typesafe.zinc.Compiler.compile(Compiler.scala:164)
  56. at sbt_inc.SbtIncrementalCompiler.compile(SbtIncrementalCompiler.java:92)
  57. at scala_maven.ScalaCompilerSupport.incrementalCompile(ScalaCompilerSupport.java:303)
  58. at scala_maven.ScalaCompilerSupport.compile(ScalaCompilerSupport.java:119)
  59. at scala_maven.ScalaCompilerSupport.doExecute(ScalaCompilerSupport.java:99)
  60. at scala_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:482)
  61. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
  62. ... 20 more
  63. [ERROR]
  64. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  65. [ERROR]
  66. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  67. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  68. [ERROR]
  69. [ERROR] After correcting the problems, you can resume the build with the command
  70. [ERROR] mvn <goals> -rf :spark-core_2.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement