Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. make[4]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty/libprocess/include'
  2. make[3]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty/libprocess'
  3. make[3]: Entering directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty'
  4. make[3]: Nothing to be done for `all-am'.
  5. make[3]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty'
  6. make[2]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty'
  7. make[1]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/3rdparty'
  8. Making all in src
  9. make[1]: Entering directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/src'
  10. Building mesos-0.23.0.jar ...
  11. [INFO] Scanning for projects...
  12. [INFO]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Building mesos 0.23.0
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO]
  17. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mesos ---
  18. [INFO] Deleting /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/target
  19. [INFO]
  20. [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ mesos ---
  21. [INFO] Source directory: /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/generated added.
  22. [INFO]
  23. [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ mesos ---
  24. [INFO]
  25. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ mesos ---
  26. [debug] execute contextualize
  27. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  28. [INFO] skip non existing resourceDirectory /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/classes
  29. [INFO] Copying 3 resources
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ mesos ---
  32. [INFO] Compiling 17 source files to /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/target/classes
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ mesos ---
  35. [debug] execute contextualize
  36. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  37. [INFO] skip non existing resourceDirectory /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/src/test/resources
  38. [INFO] Copying 3 resources
  39. [INFO]
  40. [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ mesos ---
  41. [INFO] No sources to compile
  42. [INFO]
  43. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ mesos ---
  44. [INFO] Tests are skipped.
  45. [INFO]
  46. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mesos ---
  47. [INFO] Building jar: /var/scratch/vdbogert/src/mesos-reproduce-error/build/src/java/target/mesos-0.23.0.jar
  48. [INFO]
  49. [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ mesos ---
  50. [INFO]
  51. [INFO] --- maven-javadoc-plugin:2.8.1:jar (build-and-attach-javadocs) @ mesos ---
  52. [INFO]
  53. Loading source files for package org.apache.mesos...
  54. Loading source files for package org.apache.mesos.state...
  55. Loading source files for package org.apache.mesos.containerizer…
  56. 649086 errors
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO] BUILD SUCCESS
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] Total time: 47.572 s
  61. [INFO] Finished at: 2015-07-21T16:24:25+02:00
  62. [INFO] Final Memory: 43M/10125M
  63. [INFO] ------------------------------------------------------------------------
  64. [ERROR] Java heap space -> [Help 1]
  65. [ERROR]
  66. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  67. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  68. [ERROR]
  69. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  70. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
  71. make[1]: *** [java/target/mesos-0.23.0.jar] Error 1
  72. make[1]: Leaving directory `/var/scratch/vdbogert/src/mesos-reproduce-error/build/src'
  73. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement