Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. /usr/lib/jvm/java-8-oracle/bin/java -Dmaven.home=/home/tsokolowski/dev/tools/idea-IC-141.178.9/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/tsokolowski/dev/tools/idea-IC-141.178.9/plugins/maven/lib/maven3/bin/m2.conf -Didea.launcher.port=7533 -Didea.launcher.bin.path=/home/tsokolowski/dev/tools/idea-IC-141.178.9/bin -Dfile.encoding=UTF-8 -classpath /home/tsokolowski/dev/tools/idea-IC-141.178.9/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/home/tsokolowski/dev/tools/idea-IC-141.178.9/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=14.1.4 install
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building schmetterling 1.0.0
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- scala-maven-plugin:3.2.0:add-source (add-scala-source) @ schmetterling_2.11 ---
  9. [INFO] Add Source directory: /home/tsokolowski/dev/scala/schmetterling/src/main/scala
  10. [INFO] Add Test Source directory: /home/tsokolowski/dev/scala/schmetterling/src/test/scala
  11. [INFO]
  12. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ schmetterling_2.11 ---
  13. [debug] execute contextualize
  14. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  15. [INFO] Copying 2 resources
  16. [INFO]
  17. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ schmetterling_2.11 ---
  18. [INFO] Nothing to compile - all classes are up to date
  19. [INFO]
  20. [INFO] --- scala-maven-plugin:3.2.0:compile (compile-scala-source) @ schmetterling_2.11 ---
  21. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  22. [WARNING] com.codelouders:schmetterling_2.11:1.0.0 requires scala version: 2.11.5
  23. [WARNING] org.scala-lang:scala-reflect:2.11.5 requires scala version: 2.11.5
  24. [WARNING] com.typesafe.akka:akka-actor_2.11:2.3.7 requires scala version: 2.11.4
  25. [WARNING] Multiple versions of scala libraries detected!
  26. [INFO] Nothing to compile - all classes are up to date
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ schmetterling_2.11 ---
  29. [debug] execute contextualize
  30. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  31. [INFO] skip non existing resourceDirectory /home/tsokolowski/dev/scala/schmetterling/src/test/resources
  32. [INFO]
  33. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ schmetterling_2.11 ---
  34. [INFO] Nothing to compile - all classes are up to date
  35. [INFO]
  36. [INFO] --- scala-maven-plugin:3.2.0:testCompile (compile-scala-test) @ schmetterling_2.11 ---
  37. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  38. [WARNING] com.codelouders:schmetterling_2.11:1.0.0 requires scala version: 2.11.5
  39. [WARNING] org.scala-lang:scala-reflect:2.11.5 requires scala version: 2.11.5
  40. [WARNING] com.typesafe.akka:akka-actor_2.11:2.3.7 requires scala version: 2.11.4
  41. [WARNING] Multiple versions of scala libraries detected!
  42. [INFO] Nothing to compile - all classes are up to date
  43. [INFO]
  44. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ schmetterling_2.11 ---
  45. [INFO] Surefire report directory: /home/tsokolowski/dev/scala/schmetterling/target/surefire-reports
  46.  
  47. -------------------------------------------------------
  48. T E S T S
  49. -------------------------------------------------------
  50. [DEBUG] [09/04/2015 16:35:33.038] [main] [EventStream(akka://test)] logger log1-Logging$DefaultLogger started
  51. [DEBUG] [09/04/2015 16:35:33.038] [main] [EventStream(akka://test)] Default Loggers started
  52. Running com.codelouders.shmetterling.integration.RestSpec
  53. [DEBUG] [09/04/2015 16:35:33.060] [main] [EventStream(akka://test)] logger log1-Logging$DefaultLogger started
  54. [DEBUG] [09/04/2015 16:35:33.060] [main] [EventStream(akka://test)] Default Loggers started
  55. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE! - in com.codelouders.shmetterling.integration.RestSpec
  56. initializationError(com.codelouders.shmetterling.integration.RestSpec) Time elapsed: 0.004 sec <<< ERROR!
  57. java.lang.NoSuchMethodError: com.codelouders.shmetterling.rest.Rest.<init>(Lakka/actor/ActorSystem;Lscala/collection/immutable/List;Lscala/collection/immutable/List;Lcom/codelouders/shmetterling/rest/auth/Authorization;)V
  58. at com.codelouders.shmetterling.integration.RestSpec.<init>(RestSpec.scala:34)
  59.  
  60.  
  61. Results :
  62.  
  63. Tests in error:
  64. RestSpec.<init>:34 NoSuchMethod com.codelouders.shmetterling.rest.Rest.<init>(...
  65.  
  66. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
  67.  
  68. [INFO] ------------------------------------------------------------------------
  69. [INFO] BUILD FAILURE
  70. [INFO] ------------------------------------------------------------------------
  71. [INFO] Total time: 2.653s
  72. [INFO] Finished at: Fri Sep 04 16:35:33 CEST 2015
  73. [INFO] Final Memory: 11M/225M
  74. [INFO] ------------------------------------------------------------------------
  75. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project schmetterling_2.11: There are test failures.
  76. [ERROR]
  77. [ERROR] Please refer to /home/tsokolowski/dev/scala/schmetterling/target/surefire-reports for the individual test results.
  78. [ERROR] -> [Help 1]
  79. [ERROR]
  80. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  81. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  82. [ERROR]
  83. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  84. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  85.  
  86. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement