Guest User

Untitled

a guest
May 20th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 KB | None | 0 0
  1.  
  2. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5535)
  3. $ git status
  4. On branch TRUNK-5535
  5. Your branch is up to date with 'origin/TRUNK-5535'.
  6.  
  7. nothing to commit, working tree clean
  8.  
  9. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5535)
  10. $ git checkout master
  11. Switched to branch 'master'
  12. Your branch is up to date with 'origin/master'.
  13.  
  14. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (master)
  15. $ git checkout TRUNK-4946
  16. Switched to branch 'TRUNK-4946'
  17. Your branch is up to date with 'origin/TRUNK-4946'.
  18.  
  19. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-4946)
  20. $ mvn package -Dtest=BaseVoidHandlerTest#handle_shoudNotUpdateFieldBesidesVoidFields
  21. [INFO] Scanning for projects...
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Reactor Build Order:
  24. [INFO]
  25. [INFO] OpenMRS [pom]
  26. [INFO] openmrs-tools [jar]
  27. [INFO] openmrs-test [pom]
  28. [INFO] openmrs-api [jar]
  29. [INFO] openmrs-web [jar]
  30. [INFO] openmrs-webapp [war]
  31. [INFO]
  32. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  33. [INFO] Building OpenMRS 2.4.0-SNAPSHOT [1/6]
  34. [INFO] --------------------------------[ pom ]---------------------------------
  35. [INFO]
  36. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  37. [INFO] Checking for local modifications: skipped.
  38. [INFO] Updating project files from SCM: skipped.
  39. [INFO] ShortRevision tag detected. The value is '6'.
  40. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  41. [INFO] Working directory: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core
  42. [INFO] Storing buildNumber: 31290f at timestamp: 1589970037246
  43. [INFO] ShortRevision tag detected. The value is '6'.
  44. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  45. [INFO] Working directory: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core
  46. [INFO] Storing buildScmBranch: UNKNOWN
  47. [INFO]
  48. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  49. [INFO]
  50. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  51. [WARNING] JAR will be empty - no content was marked for inclusion!
  52. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\target\openmrs-2.4.0-SNAPSHOT-tests.jar
  53. [INFO]
  54. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  55. [INFO] Building openmrs-tools 2.4.0-SNAPSHOT [2/6]
  56. [INFO] --------------------------------[ jar ]---------------------------------
  57. [INFO]
  58. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-tools ---
  59. [INFO]
  60. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  61. [INFO]
  62. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  63. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  64. [INFO] Copying 4 resources
  65. [INFO]
  66. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-tools ---
  67. [INFO] Nothing to compile - all classes are up to date
  68. [INFO]
  69. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  70. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  71. [INFO] skip non existing resourceDirectory C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\src\test\resources
  72. [INFO]
  73. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-tools ---
  74. [INFO] No sources to compile
  75. [INFO]
  76. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-tools ---
  77. [INFO] No tests to run.
  78. [INFO]
  79. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-tools ---
  80. [INFO]
  81. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-tools ---
  82. [WARNING] JAR will be empty - no content was marked for inclusion!
  83. [INFO]
  84. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  85. [INFO] Building openmrs-test 2.4.0-SNAPSHOT [3/6]
  86. [INFO] --------------------------------[ pom ]---------------------------------
  87. [INFO]
  88. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-test ---
  89. [INFO]
  90. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-test ---
  91. [INFO]
  92. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-test ---
  93. [WARNING] JAR will be empty - no content was marked for inclusion!
  94. [INFO]
  95. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  96. [INFO] Building openmrs-api 2.4.0-SNAPSHOT [4/6]
  97. [INFO] --------------------------------[ jar ]---------------------------------
  98. [INFO]
  99. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  100. [INFO]
  101. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  102. [INFO]
  103. [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent (prepare-agent) @ openmrs-api ---
  104. [INFO] argLine set to -javaagent:C:\\Users\\JULIE\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.0\\org.jacoco.agent-0.8.0-runtime.jar=destfile=C:\\Users\\JULIE\\OpenMRS-Tickets\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  105. [INFO]
  106. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  107. [INFO] Using 'UTF-8' encoding to format source files.
  108. [INFO] Number of files to be formatted: 1035
  109. [INFO] Successfully formatted: 0 file(s)
  110. [INFO] Fail to format : 0 file(s)
  111. [INFO] Skipped : 1035 file(s)
  112. [INFO] Approximate time taken: 14s
  113. [INFO]
  114. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-api ---
  115. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  116. [INFO] Copying 1 resource
  117. [INFO] Copying 129 resources
  118. [INFO]
  119. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-api ---
  120. [INFO] Compiling 4 source files to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\classes
  121. [INFO]
  122. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-api ---
  123. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  124. [INFO] Copying 141 resources
  125. [INFO]
  126. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-api ---
  127. [INFO] Compiling 3 source files to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\test-classes
  128. [INFO]
  129. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-api ---
  130. [INFO] Surefire report directory: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\surefire-reports
  131.  
  132. -------------------------------------------------------
  133. T E S T S
  134. -------------------------------------------------------
  135. Running org.openmrs.api.handler.BaseVoidHandlerTest
  136. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.832 sec - in org.openmrs.api.handler.BaseVoidHandlerTest
  137.  
  138. Results :
  139.  
  140. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  141.  
  142. [INFO]
  143. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-api ---
  144. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\openmrs-api-2.4.0-SNAPSHOT.jar
  145. [INFO]
  146. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-api ---
  147. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\openmrs-api-2.4.0-SNAPSHOT-tests.jar
  148. [INFO]
  149. [INFO] --------------------< org.openmrs.web:openmrs-web >---------------------
  150. [INFO] Building openmrs-web 2.4.0-SNAPSHOT [5/6]
  151. [INFO] --------------------------------[ jar ]---------------------------------
  152. [INFO]
  153. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-web ---
  154. [INFO]
  155. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-web ---
  156. [INFO]
  157. [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent (prepare-agent) @ openmrs-web ---
  158. [INFO] argLine set to -javaagent:C:\\Users\\JULIE\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.0\\org.jacoco.agent-0.8.0-runtime.jar=destfile=C:\\Users\\JULIE\\OpenMRS-Tickets\\openmrs-core\\web\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  159. [INFO]
  160. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  161. [INFO] Using 'UTF-8' encoding to format source files.
  162. [INFO] Number of files to be formatted: 55
  163. [INFO] Successfully formatted: 0 file(s)
  164. [INFO] Fail to format : 0 file(s)
  165. [INFO] Skipped : 55 file(s)
  166. [INFO] Approximate time taken: 1s
  167. [INFO]
  168. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-web ---
  169. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  170. [INFO] Copying 22 resources
  171. [INFO]
  172. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-web ---
  173. [INFO] Nothing to compile - all classes are up to date
  174. [INFO]
  175. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-web ---
  176. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  177. [INFO] Copying 1 resource
  178. [INFO]
  179. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-web ---
  180. [INFO] Nothing to compile - all classes are up to date
  181. [INFO]
  182. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-web ---
  183. [INFO]
  184. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-web ---
  185. [INFO]
  186. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-web ---
  187. [INFO]
  188. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  189. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT [6/6]
  190. [INFO] --------------------------------[ war ]---------------------------------
  191. [INFO]
  192. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  193. [INFO]
  194. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  195. [INFO]
  196. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  197. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  198. [INFO] Copying 2 resources
  199. [INFO] Copying 1 resource to ../jetty
  200. [INFO]
  201. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  202. project.artifactId
  203. [INFO] Executing tasks
  204. [unzip] Expanding: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\target\classes
  205. [INFO] Executed tasks
  206. [INFO]
  207. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  208. [INFO] No sources to compile
  209. [INFO]
  210. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  211. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  212. [INFO] Copying 1 resource
  213. [INFO]
  214. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  215. [INFO] Nothing to compile - all classes are up to date
  216. [INFO]
  217. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-webapp ---
  218. [INFO]
  219. [INFO] --- maven-war-plugin:2.4:war (default-war) @ openmrs-webapp ---
  220. [INFO] Packaging webapp
  221. [INFO] Assembling webapp [openmrs-webapp] in [C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\target\openmrs]
  222. [INFO] Processing war project
  223. [INFO] Copying webapp webResources [C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\src/main/webapp] to [C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\target\openmrs]
  224. [INFO] Copying webapp resources [C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\src\main\webapp]
  225. [INFO] Webapp assembled in [13291 msecs]
  226. [INFO] Building war: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\target\openmrs.war
  227. [INFO]
  228. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-webapp ---
  229. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\webapp\target\openmrs-tests.jar
  230. [INFO] ------------------------------------------------------------------------
  231. [INFO] Reactor Summary:
  232. [INFO]
  233. [INFO] OpenMRS 2.4.0-SNAPSHOT ............................. SUCCESS [ 2.012 s]
  234. [INFO] openmrs-tools ...................................... SUCCESS [ 1.170 s]
  235. [INFO] openmrs-test ....................................... SUCCESS [ 0.297 s]
  236. [INFO] openmrs-api ........................................ SUCCESS [02:36 min]
  237. [INFO] openmrs-web ........................................ SUCCESS [ 7.332 s]
  238. [INFO] openmrs-webapp 2.4.0-SNAPSHOT ...................... SUCCESS [ 29.438 s]
  239. [INFO] ------------------------------------------------------------------------
  240. [INFO] BUILD SUCCESS
  241. [INFO] ------------------------------------------------------------------------
  242. [INFO] Total time: 03:17 min
  243. [INFO] Finished at: 2020-05-20T13:23:53+03:00
  244. [INFO] ------------------------------------------------------------------------
  245.  
  246. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-4946)
Add Comment
Please, Sign In to add comment