Advertisement
Guest User

mvn -Dtest=AdministrationServiceTest test log

a guest
Jan 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] OpenMRS
  6. [INFO] openmrs-tools
  7. [INFO] openmrs-test
  8. [INFO] openmrs-api
  9. [INFO] openmrs-web
  10. [INFO] openmrs-webapp
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building OpenMRS 2.2.0-SNAPSHOT
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO]
  16. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  17. [INFO] Checking for local modifications: skipped.
  18. [INFO] Updating project files from SCM: skipped.
  19. [INFO] ShortRevision tag detected. The value is '6'.
  20. [INFO] Executing: /bin/sh -c cd /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core && git rev-parse --verify --short=6 HEAD
  21. [INFO] Working directory: /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core
  22. [INFO] Storing buildNumber: 13ddf0 at timestamp: 1515502327002
  23. [INFO] ShortRevision tag detected. The value is '6'.
  24. [INFO] Executing: /bin/sh -c cd /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core && git rev-parse --verify --short=6 HEAD
  25. [INFO] Working directory: /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core
  26. [INFO] Storing buildScmBranch: UNKNOWN
  27. [INFO]
  28. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  29. [INFO]
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Building openmrs-tools 2.2.0-SNAPSHOT
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO]
  34. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-tools ---
  35. [INFO]
  36. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] Copying 4 resources
  41. [INFO]
  42. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-tools ---
  43. [INFO] Nothing to compile - all classes are up to date
  44. [INFO]
  45. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  46. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  47. [INFO] skip non existing resourceDirectory /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/tools/src/test/resources
  48. [INFO]
  49. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-tools ---
  50. [INFO] No sources to compile
  51. [INFO]
  52. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-tools ---
  53. [INFO] No tests to run.
  54. [INFO]
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] Building openmrs-test 2.2.0-SNAPSHOT
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO]
  59. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-test ---
  60. [INFO]
  61. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-test ---
  62. [INFO]
  63. [INFO] ------------------------------------------------------------------------
  64. [INFO] Building openmrs-api 2.2.0-SNAPSHOT
  65. [INFO] ------------------------------------------------------------------------
  66. [INFO]
  67. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  68. [INFO]
  69. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  70. [INFO]
  71. [INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ openmrs-api ---
  72. [INFO] argLine set to -javaagent:/home/ekirapa/.m2/repository/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/api/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  73. [INFO]
  74. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  75. [INFO] Using 'UTF-8' encoding to format source files.
  76. [INFO] Number of files to be formatted: 987
  77. [INFO] Successfully formatted: 0 file(s)
  78. [INFO] Fail to format : 0 file(s)
  79. [INFO] Skipped : 987 file(s)
  80. [INFO] Approximate time taken: 15s
  81. [INFO]
  82. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-api ---
  83. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  84. [INFO] Copying 1 resource
  85. [INFO] Copying 124 resources
  86. [INFO]
  87. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-api ---
  88. [INFO] Nothing to compile - all classes are up to date
  89. [INFO]
  90. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-api ---
  91. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  92. [INFO] Copying 133 resources
  93. [INFO]
  94. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-api ---
  95. [INFO] Nothing to compile - all classes are up to date
  96. [INFO]
  97. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-api ---
  98. [INFO] Surefire report directory: /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/api/target/surefire-reports
  99.  
  100. -------------------------------------------------------
  101. T E S T S
  102. -------------------------------------------------------
  103. Running org.openmrs.api.AdministrationServiceTest
  104. Tests run: 55, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 17.586 sec - in org.openmrs.api.AdministrationServiceTest
  105.  
  106. Results :
  107.  
  108. Tests run: 55, Failures: 0, Errors: 0, Skipped: 4
  109.  
  110. [INFO]
  111. [INFO] ------------------------------------------------------------------------
  112. [INFO] Building openmrs-web 2.2.0-SNAPSHOT
  113. [INFO] ------------------------------------------------------------------------
  114. [INFO]
  115. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-web ---
  116. [INFO]
  117. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-web ---
  118. [INFO]
  119. [INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (prepare-agent) @ openmrs-web ---
  120. [INFO] argLine set to -javaagent:/home/ekirapa/.m2/repository/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=/home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/web/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  121. [INFO]
  122. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  123. [INFO] Using 'UTF-8' encoding to format source files.
  124. [INFO] Number of files to be formatted: 52
  125. [INFO] Successfully formatted: 0 file(s)
  126. [INFO] Fail to format : 0 file(s)
  127. [INFO] Skipped : 52 file(s)
  128. [INFO] Approximate time taken: 0s
  129. [INFO]
  130. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-web ---
  131. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  132. [INFO] Copying 22 resources
  133. [INFO]
  134. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-web ---
  135. [INFO] Nothing to compile - all classes are up to date
  136. [INFO]
  137. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-web ---
  138. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  139. [INFO] skip non existing resourceDirectory /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/web/src/test/resources
  140. [INFO]
  141. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-web ---
  142. [INFO] Nothing to compile - all classes are up to date
  143. [INFO]
  144. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-web ---
  145. [INFO]
  146. [INFO] ------------------------------------------------------------------------
  147. [INFO] Building openmrs-webapp 2.2.0-SNAPSHOT
  148. [INFO] ------------------------------------------------------------------------
  149. [INFO]
  150. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  151. [INFO]
  152. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  153. [INFO]
  154. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  155. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  156. [INFO] Copying 2 resources
  157. [INFO] Copying 1 resource to ../jetty
  158. [INFO]
  159. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  160. project.artifactId
  161. [INFO] Executing tasks
  162. [unzip] Expanding: /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/webapp/src/main/resources/liquibase-demo-data.zip into /home/ekirapa/Paul/Projects/Intellisoft/OpenMRS/openmrs-core/webapp/target/classes
  163. [INFO] Executed tasks
  164. [INFO]
  165. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  166. [INFO] No sources to compile
  167. [INFO]
  168. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  169. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  170. [INFO] Copying 1 resource
  171. [INFO]
  172. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  173. [INFO] Nothing to compile - all classes are up to date
  174. [INFO]
  175. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-webapp ---
  176. [INFO] ------------------------------------------------------------------------
  177. [INFO] Reactor Summary:
  178. [INFO]
  179. [INFO] OpenMRS ............................................ SUCCESS [ 8.107 s]
  180. [INFO] openmrs-tools ...................................... SUCCESS [ 3.474 s]
  181. [INFO] openmrs-test ....................................... SUCCESS [ 0.002 s]
  182. [INFO] openmrs-api ........................................ SUCCESS [ 47.450 s]
  183. [INFO] openmrs-web ........................................ SUCCESS [ 0.598 s]
  184. [INFO] openmrs-webapp ..................................... SUCCESS [ 0.809 s]
  185. [INFO] ------------------------------------------------------------------------
  186. [INFO] BUILD SUCCESS
  187. [INFO] ------------------------------------------------------------------------
  188. [INFO] Total time: 01:01 min
  189. [INFO] Finished at: 2018-01-09T15:53:00+03:00
  190. [INFO] Final Memory: 21M/152M
  191. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement