Advertisement
spkabugo

Failed Maven update

Jul 17th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. hp@hp-PC MINGW32 ~/openmrs-core (master)
  2. $ mvn clean install -U
  3. [INFO] Scanning for projects...
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Build Order:
  6. [INFO]
  7. [INFO] OpenMRS [pom]
  8. [INFO] openmrs-tools [jar]
  9. [INFO] openmrs-test [pom]
  10. [INFO] openmrs-api [jar]
  11. [INFO] openmrs-web [jar]
  12. [INFO] openmrs-webapp [war]
  13. [INFO]
  14. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  15. [INFO] Building OpenMRS 2.3.0-SNAPSHOT [1/6]
  16. [INFO] --------------------------------[ pom ]---------------------------------
  17. [INFO]
  18. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  19. [INFO] Deleting C:\Users\hp\openmrs-core\target
  20. [INFO]
  21. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  22. [INFO] Checking for local modifications: skipped.
  23. [INFO] Updating project files from SCM: skipped.
  24. [INFO] ShortRevision tag detected. The value is '6'.
  25. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  26. [INFO] Working directory: C:\Users\hp\openmrs-core
  27. [INFO] Storing buildNumber: a6deb9 at timestamp: 1563395169475
  28. [INFO] ShortRevision tag detected. The value is '6'.
  29. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  30. [INFO] Working directory: C:\Users\hp\openmrs-core
  31. [INFO] Storing buildScmBranch: UNKNOWN
  32. [INFO]
  33. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  34. [INFO]
  35. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  36. [WARNING] JAR will be empty - no content was marked for inclusion!
  37. [INFO] Building jar: C:\Users\hp\openmrs-core\target\openmrs-2.3.0-SNAPSHOT-tests.jar
  38. [INFO]
  39. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  40. [INFO] Checking licenses...
  41. [INFO]
  42. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  43. [INFO] Installing C:\Users\hp\openmrs-core\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\openmrs-2.3.0-SNAPSHOT.pom
  44. [INFO] Installing C:\Users\hp\openmrs-core\target\openmrs-2.3.0-SNAPSHOT-tests.jar to C:\Users\hp\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\openmrs-2.3.0-SNAPSHOT-tests.jar
  45. [INFO]
  46. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  47. [INFO] Building openmrs-tools 2.3.0-SNAPSHOT [2/6]
  48. [INFO] --------------------------------[ jar ]---------------------------------
  49. [INFO]
  50. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  51. [INFO] Deleting C:\Users\hp\openmrs-core\tools\target
  52. [INFO]
  53. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-tools ---
  54. [INFO]
  55. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  56. [INFO]
  57. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  58. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  59. [INFO] Copying 4 resources
  60. [INFO]
  61. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-tools ---
  62. [INFO] Compiling 1 source file to C:\Users\hp\openmrs-core\tools\target\classes
  63. [INFO]
  64. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  65. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  66. [INFO] skip non existing resourceDirectory C:\Users\hp\openmrs-core\tools\src\test\resources
  67. [INFO]
  68. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-tools ---
  69. [INFO] No sources to compile
  70. [INFO]
  71. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-tools ---
  72. [INFO] No tests to run.
  73. [INFO]
  74. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-tools ---
  75. [INFO] Building jar: C:\Users\hp\openmrs-core\tools\target\openmrs-tools-2.3.0-SNAPSHOT.jar
  76. [INFO]
  77. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-tools ---
  78. [WARNING] JAR will be empty - no content was marked for inclusion!
  79. [INFO] Building jar: C:\Users\hp\openmrs-core\tools\target\openmrs-tools-2.3.0-SNAPSHOT-tests.jar
  80. [INFO]
  81. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  82. [INFO] Checking licenses...
  83. [INFO]
  84. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  85. [INFO] Installing C:\Users\hp\openmrs-core\tools\target\openmrs-tools-2.3.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT.jar
  86. [INFO] Installing C:\Users\hp\openmrs-core\tools\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT.pom
  87. [INFO] Installing C:\Users\hp\openmrs-core\tools\target\openmrs-tools-2.3.0-SNAPSHOT-tests.jar to C:\Users\hp\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT-tests.jar
  88. [INFO]
  89. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  90. [INFO] Building openmrs-test 2.3.0-SNAPSHOT [3/6]
  91. [INFO] --------------------------------[ pom ]---------------------------------
  92. [INFO]
  93. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  94. [INFO] Deleting C:\Users\hp\openmrs-core\test\target
  95. [INFO]
  96. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-test ---
  97. [INFO]
  98. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-test ---
  99. [INFO]
  100. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-test ---
  101. [WARNING] JAR will be empty - no content was marked for inclusion!
  102. [INFO] Building jar: C:\Users\hp\openmrs-core\test\target\openmrs-test-2.3.0-SNAPSHOT-tests.jar
  103. [INFO]
  104. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  105. [INFO] Checking licenses...
  106. [INFO]
  107. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  108. [INFO] Installing C:\Users\hp\openmrs-core\test\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\test\openmrs-test\2.3.0-SNAPSHOT\openmrs-test-2.3.0-SNAPSHOT.pom
  109. [INFO] Installing C:\Users\hp\openmrs-core\test\target\openmrs-test-2.3.0-SNAPSHOT-tests.jar to C:\Users\hp\.m2\repository\org\openmrs\test\openmrs-test\2.3.0-SNAPSHOT\openmrs-test-2.3.0-SNAPSHOT-tests.jar
  110. [INFO]
  111. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  112. [INFO] Building openmrs-api 2.3.0-SNAPSHOT [4/6]
  113. [INFO] --------------------------------[ jar ]---------------------------------
  114. [INFO]
  115. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  116. [INFO] Deleting C:\Users\hp\openmrs-core\api\target
  117. [INFO]
  118. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  119. [INFO]
  120. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  121. [INFO]
  122. [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent (prepare-agent) @ openmrs-api ---
  123. [INFO] argLine set to -javaagent:C:\\Users\\hp\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.0\\org.jacoco.agent-0.8.0-runtime.jar=destfile=C:\\Users\\hp\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  124. [INFO]
  125. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  126. [INFO] Using 'UTF-8' encoding to format source files.
  127. [INFO] Number of files to be formatted: 1031
  128. [INFO] Successfully formatted: 0 file(s)
  129. [INFO] Fail to format : 0 file(s)
  130. [INFO] Skipped : 1031 file(s)
  131. [INFO] Approximate time taken: 55s
  132. [INFO]
  133. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-api ---
  134. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  135. [INFO] Copying 1 resource
  136. [INFO] Copying 132 resources
  137. [INFO]
  138. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-api ---
  139. [INFO] Compiling 697 source files to C:\Users\hp\openmrs-core\api\target\classes
  140. [INFO]
  141. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-api ---
  142. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  143. [INFO] Copying 141 resources
  144. [INFO]
  145. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-api ---
  146. [INFO] Compiling 334 source files to C:\Users\hp\openmrs-core\api\target\test-classes
  147. [INFO]
  148. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-api ---
  149. [INFO] Surefire report directory: C:\Users\hp\openmrs-core\api\target\surefire-reports
  150.  
  151. -------------------------------------------------------
  152. T E S T S
  153. -------------------------------------------------------
  154. Error occurred during initialization of VM
  155. Could not reserve enough space for 2097152KB object heap
  156.  
  157. Results :
  158.  
  159. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  160.  
  161. [INFO] ------------------------------------------------------------------------
  162. [INFO] Reactor Summary for OpenMRS 2.3.0-SNAPSHOT:
  163. [INFO]
  164. [INFO] OpenMRS ............................................ SUCCESS [ 49.886 s]
  165. [INFO] openmrs-tools ...................................... SUCCESS [ 26.274 s]
  166. [INFO] openmrs-test ....................................... SUCCESS [ 3.231 s]
  167. [INFO] openmrs-api ........................................ FAILURE [04:30 min]
  168. [INFO] openmrs-web ........................................ SKIPPED
  169. [INFO] openmrs-webapp ..................................... SKIPPED
  170. [INFO] ------------------------------------------------------------------------
  171. [INFO] BUILD FAILURE
  172. [INFO] ------------------------------------------------------------------------
  173. [INFO] Total time: 05:51 min
  174. [INFO] Finished at: 2019-07-17T23:31:49+03:00
  175. [INFO] ------------------------------------------------------------------------
  176. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project openmrs-api: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  177. [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_211\jre\bin\java" -javaagent:C:\\Users\\hp\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.0\\org.jacoco.agent-0.8.0-runtime.jar=destfile=C:\\Users\\hp\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g org.apache.maven.surefire.booter.ForkedBooter C:\Users\hp\openmrs-core\api\target\surefire\surefire2068492776319220457tmp C:\Users\hp\openmrs-core\api\target\surefire\surefire_08083723947033717561tmp"
  178. [ERROR] -> [Help 1]
  179. [ERROR]
  180. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  181. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  182. [ERROR]
  183. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  184. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  185. [ERROR]
  186. [ERROR] After correcting the problems, you can resume the build with the command
  187. [ERROR] mvn <goals> -rf :openmrs-api
  188. Java HotSpot(TM) Client VM warning: ignoring option PermSize=256m; support was removed in 8.0
  189. Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  190.  
  191. hp@hp-PC MINGW32 ~/openmrs-core (master)
  192. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement