Guest User

Untitled

a guest
Mar 19th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 82.10 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:webservices.rest-omod-2.0:jar:2.23.0-SNAPSHOT
  4. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:webservices.rest-omod-2.0:[unknown-version], /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/pom.xml, line 153, column 21
  5. [WARNING]
  6. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  7. [WARNING]
  8. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  9. [WARNING]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Reactor Build Order:
  12. [INFO]
  13. [INFO] Rest Web Services
  14. [INFO] Rest Web Services Common OMOD
  15. [INFO] Rest Web Services 1.8 OMOD
  16. [INFO] Rest Web Services 1.9 OMOD
  17. [INFO] Rest Web Services 1.10 OMOD
  18. [INFO] Rest Web Services 1.11 OMOD
  19. [INFO] Rest Web Services 1.12 OMOD
  20. [INFO] Rest Web Services 2.0 OMOD
  21. [INFO] Rest Web Services 2.1 OMOD
  22. [INFO] Rest Web Services 2.2 OMOD
  23. [INFO] Rest Web Services OMOD
  24. [INFO] Rest Web Services Integration Tests
  25. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  26. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced
  27. [INFO]
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Building Rest Web Services 2.23.0-SNAPSHOT
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO]
  32. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest ---
  33. [INFO]
  34. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest ---
  35. [INFO] Using 'UTF-8' encoding to format source files.
  36. [INFO] Number of files to be formatted: 0
  37. [INFO]
  38. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest ---
  39. [INFO] Updating license headers...
  40. [INFO]
  41. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest ---
  42. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest/2.23.0-SNAPSHOT/webservices.rest-2.23.0-SNAPSHOT.pom
  43. [INFO]
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] Building Rest Web Services Common OMOD 2.23.0-SNAPSHOT
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO]
  48. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-common ---
  49. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target
  50. [INFO]
  51. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-common ---
  52. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/jacoco.exec,includes=org/openmrs/**
  53. [INFO]
  54. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-common ---
  55. [INFO] Using 'UTF-8' encoding to format source files.
  56. [INFO] Number of files to be formatted: 157
  57. [INFO] Successfully formatted: 0 file(s)
  58. [INFO] Fail to format        : 0 file(s)
  59. [INFO] Skipped               : 157 file(s)
  60. [INFO] Approximate time taken: 1s
  61. [INFO]
  62. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-common ---
  63. [INFO] Updating license headers...
  64. [INFO]
  65. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-common ---
  66. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  67. [INFO] Copying 2 resources
  68. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/webapp
  69. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/webapp
  70. [INFO]
  71. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-common ---
  72. [INFO] Changes detected - recompiling the module!
  73. [INFO] Compiling 120 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/classes
  74. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/RestUtil.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/RestUtil.java uses or overrides a deprecated API.
  75. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/RestUtil.java: Recompile with -Xlint:deprecation for details.
  76. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/resource/api/SearchQuery.java: Some input files use unchecked or unsafe operations.
  77. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/main/java/org/openmrs/module/webservices/rest/web/resource/api/SearchQuery.java: Recompile with -Xlint:unchecked for details.
  78. [INFO]
  79. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-common ---
  80. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  81. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/test/resources
  82. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/test/resources
  83. [INFO]
  84. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-common ---
  85. [INFO] Changes detected - recompiling the module!
  86. [INFO] Compiling 37 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/test-classes
  87. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/test/java/org/openmrs/module/webservices/rest/web/RestUtilComponentTest.java: Some input files use unchecked or unsafe operations.
  88. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/src/test/java/org/openmrs/module/webservices/rest/web/RestUtilComponentTest.java: Recompile with -Xlint:unchecked for details.
  89. [INFO]
  90. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-common ---
  91. [INFO] Tests are skipped.
  92. [INFO]
  93. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-common ---
  94. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/webservices.rest-omod-common-2.23.0-SNAPSHOT.jar
  95. [INFO]
  96. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-common ---
  97. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/webservices.rest-omod-common-2.23.0-SNAPSHOT-tests.jar
  98. [INFO]
  99. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-common ---
  100. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/webservices.rest-omod-common-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-common/2.23.0-SNAPSHOT/webservices.rest-omod-common-2.23.0-SNAPSHOT.jar
  101. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-common/2.23.0-SNAPSHOT/webservices.rest-omod-common-2.23.0-SNAPSHOT.pom
  102. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/webservices.rest-omod-common-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-common/2.23.0-SNAPSHOT/webservices.rest-omod-common-2.23.0-SNAPSHOT-tests.jar
  103. [INFO]
  104. [INFO] ------------------------------------------------------------------------
  105. [INFO] Building Rest Web Services 1.8 OMOD 2.23.0-SNAPSHOT
  106. [INFO] ------------------------------------------------------------------------
  107. [INFO]
  108. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-1.8 ---
  109. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target
  110. [INFO]
  111. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-1.8 ---
  112. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/jacoco.exec,includes=org/openmrs/**
  113. [INFO]
  114. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-1.8 ---
  115. [INFO] Using 'UTF-8' encoding to format source files.
  116. [INFO] Number of files to be formatted: 130
  117. [INFO] Successfully formatted: 0 file(s)
  118. [INFO] Fail to format        : 0 file(s)
  119. [INFO] Skipped               : 130 file(s)
  120. [INFO] Approximate time taken: 0s
  121. [INFO]
  122. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-1.8 ---
  123. [INFO] Updating license headers...
  124. [INFO]
  125. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-1.8 ---
  126. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  127. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/resources
  128. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/webapp
  129. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/webapp
  130. [INFO]
  131. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-1.8 ---
  132. [INFO] Changes detected - recompiling the module!
  133. [INFO] Compiling 67 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/classes
  134. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/OrderTypeResource1_8.java: Some input files use or override a deprecated API.
  135. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/OrderTypeResource1_8.java: Recompile with -Xlint:deprecation for details.
  136. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/PatientResource1_8.java: Some input files use unchecked or unsafe operations.
  137. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/PatientResource1_8.java: Recompile with -Xlint:unchecked for details.
  138. [INFO]
  139. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-1.8 ---
  140. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  141. [INFO] Copying 13 resources
  142. [INFO] Copying 4 resources
  143. [INFO]
  144. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-1.8 ---
  145. [INFO] Changes detected - recompiling the module!
  146. [INFO] Compiling 63 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/test-classes
  147. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/ActiveListTypeResource1_8Test.java: Some input files use or override a deprecated API.
  148. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/ActiveListTypeResource1_8Test.java: Recompile with -Xlint:deprecation for details.
  149. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/UpdateUserResource1_8Test.java: Some input files use unchecked or unsafe operations.
  150. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/UpdateUserResource1_8Test.java: Recompile with -Xlint:unchecked for details.
  151. [INFO]
  152. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-1.8 ---
  153. [INFO] Tests are skipped.
  154. [INFO]
  155. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-1.8 ---
  156. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/webservices.rest-omod-1.8-2.23.0-SNAPSHOT.jar
  157. [INFO]
  158. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-1.8 ---
  159. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/webservices.rest-omod-1.8-2.23.0-SNAPSHOT-tests.jar
  160. [INFO]
  161. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-1.8 ---
  162. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/webservices.rest-omod-1.8-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.8/2.23.0-SNAPSHOT/webservices.rest-omod-1.8-2.23.0-SNAPSHOT.jar
  163. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.8/2.23.0-SNAPSHOT/webservices.rest-omod-1.8-2.23.0-SNAPSHOT.pom
  164. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.8/target/webservices.rest-omod-1.8-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.8/2.23.0-SNAPSHOT/webservices.rest-omod-1.8-2.23.0-SNAPSHOT-tests.jar
  165. [INFO]
  166. [INFO] ------------------------------------------------------------------------
  167. [INFO] Building Rest Web Services 1.9 OMOD 2.23.0-SNAPSHOT
  168. [INFO] ------------------------------------------------------------------------
  169. [INFO]
  170. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-1.9 ---
  171. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target
  172. [INFO]
  173. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-1.9 ---
  174. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/jacoco.exec,includes=org/openmrs/**
  175. [INFO]
  176. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-1.9 ---
  177. [INFO] Using 'UTF-8' encoding to format source files.
  178. [INFO] Number of files to be formatted: 130
  179. [INFO] Successfully formatted: 0 file(s)
  180. [INFO] Fail to format        : 0 file(s)
  181. [INFO] Skipped               : 130 file(s)
  182. [INFO] Approximate time taken: 0s
  183. [INFO]
  184. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-1.9 ---
  185. [INFO] Updating license headers...
  186. [INFO]
  187. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-1.9 ---
  188. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  189. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/resources
  190. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/webapp
  191. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/webapp
  192. [INFO]
  193. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-1.9 ---
  194. [INFO] Changes detected - recompiling the module!
  195. [INFO] Compiling 44 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/classes
  196. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/ConceptReferenceTermResource1_9.java:[12,52] com.sun.org.apache.xpath.internal.operations.Mod is internal proprietary API and may be removed in a future release
  197. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/CustomDatatypeResource1_9.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/CustomDatatypeResource1_9.java uses unchecked or unsafe operations.
  198. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_9/CustomDatatypeResource1_9.java: Recompile with -Xlint:unchecked for details.
  199. [INFO]
  200. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-1.9 ---
  201. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  202. [INFO] Copying 5 resources
  203. [INFO] Copying 0 resource
  204. [INFO]
  205. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-1.9 ---
  206. [INFO] Changes detected - recompiling the module!
  207. [INFO] Compiling 86 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/test-classes
  208. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/OrderController1_9Test.java: Some input files use or override a deprecated API.
  209. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/OrderController1_9Test.java: Recompile with -Xlint:deprecation for details.
  210. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/ConceptReferenceTermController1_9Test.java: Some input files use unchecked or unsafe operations.
  211. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/ConceptReferenceTermController1_9Test.java: Recompile with -Xlint:unchecked for details.
  212. [INFO]
  213. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-1.9 ---
  214. [INFO] Tests are skipped.
  215. [INFO]
  216. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-1.9 ---
  217. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/webservices.rest-omod-1.9-2.23.0-SNAPSHOT.jar
  218. [INFO]
  219. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-1.9 ---
  220. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/webservices.rest-omod-1.9-2.23.0-SNAPSHOT-tests.jar
  221. [INFO]
  222. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-1.9 ---
  223. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/webservices.rest-omod-1.9-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.9/2.23.0-SNAPSHOT/webservices.rest-omod-1.9-2.23.0-SNAPSHOT.jar
  224. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.9/2.23.0-SNAPSHOT/webservices.rest-omod-1.9-2.23.0-SNAPSHOT.pom
  225. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.9/target/webservices.rest-omod-1.9-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.9/2.23.0-SNAPSHOT/webservices.rest-omod-1.9-2.23.0-SNAPSHOT-tests.jar
  226. [INFO]
  227. [INFO] ------------------------------------------------------------------------
  228. [INFO] Building Rest Web Services 1.10 OMOD 2.23.0-SNAPSHOT
  229. [INFO] ------------------------------------------------------------------------
  230. [INFO]
  231. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-1.10 ---
  232. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target
  233. [INFO]
  234. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-1.10 ---
  235. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/jacoco.exec,includes=org/openmrs/**
  236. [INFO]
  237. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-1.10 ---
  238. [INFO] Using 'UTF-8' encoding to format source files.
  239. [INFO] Number of files to be formatted: 33
  240. [INFO] Successfully formatted: 0 file(s)
  241. [INFO] Fail to format        : 0 file(s)
  242. [INFO] Skipped               : 33 file(s)
  243. [INFO] Approximate time taken: 0s
  244. [INFO]
  245. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-1.10 ---
  246. [INFO] Updating license headers...
  247. [INFO]
  248. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-1.10 ---
  249. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  250. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/main/resources
  251. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/main/webapp
  252. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/main/webapp
  253. [INFO]
  254. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-1.10 ---
  255. [INFO] Changes detected - recompiling the module!
  256. [INFO] Compiling 16 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/classes
  257. [INFO]
  258. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-1.10 ---
  259. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  260. [INFO] Copying 2 resources
  261. [INFO] Copying 0 resource
  262. [INFO]
  263. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-1.10 ---
  264. [INFO] Changes detected - recompiling the module!
  265. [INFO] Compiling 17 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/test-classes
  266. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10/OrderEntryConfigResource1_10Test.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10/OrderEntryConfigResource1_10Test.java uses unchecked or unsafe operations.
  267. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10/OrderEntryConfigResource1_10Test.java: Recompile with -Xlint:unchecked for details.
  268. [INFO]
  269. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-1.10 ---
  270. [INFO] Tests are skipped.
  271. [INFO]
  272. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-1.10 ---
  273. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/webservices.rest-omod-1.10-2.23.0-SNAPSHOT.jar
  274. [INFO]
  275. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-1.10 ---
  276. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/webservices.rest-omod-1.10-2.23.0-SNAPSHOT-tests.jar
  277. [INFO]
  278. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-1.10 ---
  279. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/webservices.rest-omod-1.10-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.10/2.23.0-SNAPSHOT/webservices.rest-omod-1.10-2.23.0-SNAPSHOT.jar
  280. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.10/2.23.0-SNAPSHOT/webservices.rest-omod-1.10-2.23.0-SNAPSHOT.pom
  281. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.10/target/webservices.rest-omod-1.10-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.10/2.23.0-SNAPSHOT/webservices.rest-omod-1.10-2.23.0-SNAPSHOT-tests.jar
  282. [INFO]
  283. [INFO] ------------------------------------------------------------------------
  284. [INFO] Building Rest Web Services 1.11 OMOD 2.23.0-SNAPSHOT
  285. [INFO] ------------------------------------------------------------------------
  286. [INFO]
  287. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-1.11 ---
  288. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target
  289. [INFO]
  290. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-1.11 ---
  291. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/jacoco.exec,includes=org/openmrs/**
  292. [INFO]
  293. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-1.11 ---
  294. [INFO] Using 'UTF-8' encoding to format source files.
  295. [INFO] Number of files to be formatted: 13
  296. [INFO] Successfully formatted: 0 file(s)
  297. [INFO] Fail to format        : 0 file(s)
  298. [INFO] Skipped               : 13 file(s)
  299. [INFO] Approximate time taken: 0s
  300. [INFO]
  301. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-1.11 ---
  302. [INFO] Updating license headers...
  303. [INFO]
  304. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-1.11 ---
  305. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  306. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/src/main/resources
  307. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/src/main/webapp
  308. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/src/main/webapp
  309. [INFO]
  310. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-1.11 ---
  311. [INFO] Changes detected - recompiling the module!
  312. [INFO] Compiling 6 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/classes
  313. [INFO]
  314. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-1.11 ---
  315. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  316. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/src/test/resources
  317. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/src/test/resources
  318. [INFO]
  319. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-1.11 ---
  320. [INFO] Changes detected - recompiling the module!
  321. [INFO] Compiling 7 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/test-classes
  322. [INFO]
  323. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-1.11 ---
  324. [INFO] Tests are skipped.
  325. [INFO]
  326. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-1.11 ---
  327. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/webservices.rest-omod-1.11-2.23.0-SNAPSHOT.jar
  328. [INFO]
  329. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-1.11 ---
  330. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/webservices.rest-omod-1.11-2.23.0-SNAPSHOT-tests.jar
  331. [INFO]
  332. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-1.11 ---
  333. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/webservices.rest-omod-1.11-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.11/2.23.0-SNAPSHOT/webservices.rest-omod-1.11-2.23.0-SNAPSHOT.jar
  334. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.11/2.23.0-SNAPSHOT/webservices.rest-omod-1.11-2.23.0-SNAPSHOT.pom
  335. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.11/target/webservices.rest-omod-1.11-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.11/2.23.0-SNAPSHOT/webservices.rest-omod-1.11-2.23.0-SNAPSHOT-tests.jar
  336. [INFO]
  337. [INFO] ------------------------------------------------------------------------
  338. [INFO] Building Rest Web Services 1.12 OMOD 2.23.0-SNAPSHOT
  339. [INFO] ------------------------------------------------------------------------
  340. [INFO]
  341. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-1.12 ---
  342. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target
  343. [INFO]
  344. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-1.12 ---
  345. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/jacoco.exec,includes=org/openmrs/**
  346. [INFO]
  347. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-1.12 ---
  348. [INFO] Using 'UTF-8' encoding to format source files.
  349. [INFO] Number of files to be formatted: 8
  350. [INFO] Successfully formatted: 0 file(s)
  351. [INFO] Fail to format        : 0 file(s)
  352. [INFO] Skipped               : 8 file(s)
  353. [INFO] Approximate time taken: 0s
  354. [INFO]
  355. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-1.12 ---
  356. [INFO] Updating license headers...
  357. [INFO]
  358. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-1.12 ---
  359. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  360. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/main/resources
  361. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/main/webapp
  362. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/main/webapp
  363. [INFO]
  364. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-1.12 ---
  365. [INFO] Changes detected - recompiling the module!
  366. [INFO] Compiling 2 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/classes
  367. [INFO]
  368. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-1.12 ---
  369. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  370. [INFO] Copying 1 resource
  371. [INFO] Copying 0 resource
  372. [INFO]
  373. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-1.12 ---
  374. [INFO] Changes detected - recompiling the module!
  375. [INFO] Compiling 6 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/test-classes
  376. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/test/java/org/openmrs/module/webservices/rest/web/ConversionUtil1_12Test.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/test/java/org/openmrs/module/webservices/rest/web/ConversionUtil1_12Test.java uses unchecked or unsafe operations.
  377. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/src/test/java/org/openmrs/module/webservices/rest/web/ConversionUtil1_12Test.java: Recompile with -Xlint:unchecked for details.
  378. [INFO]
  379. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-1.12 ---
  380. [INFO] Tests are skipped.
  381. [INFO]
  382. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-1.12 ---
  383. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/webservices.rest-omod-1.12-2.23.0-SNAPSHOT.jar
  384. [INFO]
  385. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-1.12 ---
  386. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/webservices.rest-omod-1.12-2.23.0-SNAPSHOT-tests.jar
  387. [INFO]
  388. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-1.12 ---
  389. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/webservices.rest-omod-1.12-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.12/2.23.0-SNAPSHOT/webservices.rest-omod-1.12-2.23.0-SNAPSHOT.jar
  390. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.12/2.23.0-SNAPSHOT/webservices.rest-omod-1.12-2.23.0-SNAPSHOT.pom
  391. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-1.12/target/webservices.rest-omod-1.12-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-1.12/2.23.0-SNAPSHOT/webservices.rest-omod-1.12-2.23.0-SNAPSHOT-tests.jar
  392. [INFO]
  393. [INFO] ------------------------------------------------------------------------
  394. [INFO] Building Rest Web Services 2.0 OMOD 2.23.0-SNAPSHOT
  395. [INFO] ------------------------------------------------------------------------
  396. [INFO]
  397. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-2.0 ---
  398. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target
  399. [INFO]
  400. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-2.0 ---
  401. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/jacoco.exec,includes=org/openmrs/**
  402. [INFO]
  403. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-2.0 ---
  404. [INFO] Using 'UTF-8' encoding to format source files.
  405. [INFO] Number of files to be formatted: 39
  406. [INFO] Successfully formatted: 0 file(s)
  407. [INFO] Fail to format        : 0 file(s)
  408. [INFO] Skipped               : 39 file(s)
  409. [INFO] Approximate time taken: 0s
  410. [INFO]
  411. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-2.0 ---
  412. [INFO] Updating license headers...
  413. [INFO]
  414. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-2.0 ---
  415. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  416. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/main/resources
  417. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/main/webapp
  418. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/main/webapp
  419. [INFO]
  420. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-2.0 ---
  421. [INFO] Changes detected - recompiling the module!
  422. [INFO] Compiling 17 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/classes
  423. [INFO]
  424. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-2.0 ---
  425. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  426. [INFO] Copying 4 resources
  427. [INFO] Copying 0 resource
  428. [INFO]
  429. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-2.0 ---
  430. [INFO] Changes detected - recompiling the module!
  431. [INFO] Compiling 22 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/test-classes
  432. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/PatientAllergyController2_0Test.java: Some input files use or override a deprecated API.
  433. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/PatientAllergyController2_0Test.java: Recompile with -Xlint:deprecation for details.
  434. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/ProviderController2_0Test.java: Some input files use unchecked or unsafe operations.
  435. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/ProviderController2_0Test.java: Recompile with -Xlint:unchecked for details.
  436. [INFO]
  437. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-2.0 ---
  438. [INFO] Tests are skipped.
  439. [INFO]
  440. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-2.0 ---
  441. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/webservices.rest-omod-2.0-2.23.0-SNAPSHOT.jar
  442. [INFO]
  443. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-2.0 ---
  444. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/webservices.rest-omod-2.0-2.23.0-SNAPSHOT-tests.jar
  445. [INFO]
  446. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-2.0 ---
  447. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/webservices.rest-omod-2.0-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.0/2.23.0-SNAPSHOT/webservices.rest-omod-2.0-2.23.0-SNAPSHOT.jar
  448. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.0/2.23.0-SNAPSHOT/webservices.rest-omod-2.0-2.23.0-SNAPSHOT.pom
  449. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/target/webservices.rest-omod-2.0-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.0/2.23.0-SNAPSHOT/webservices.rest-omod-2.0-2.23.0-SNAPSHOT-tests.jar
  450. [INFO]
  451. [INFO] ------------------------------------------------------------------------
  452. [INFO] Building Rest Web Services 2.1 OMOD 2.23.0-SNAPSHOT
  453. [INFO] ------------------------------------------------------------------------
  454. [INFO]
  455. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-2.1 ---
  456. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target
  457. [INFO]
  458. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-2.1 ---
  459. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/jacoco.exec,includes=org/openmrs/**
  460. [INFO]
  461. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-2.1 ---
  462. [INFO] Using 'UTF-8' encoding to format source files.
  463. [INFO] Number of files to be formatted: 15
  464. [INFO] Successfully formatted: 0 file(s)
  465. [INFO] Fail to format        : 0 file(s)
  466. [INFO] Skipped               : 15 file(s)
  467. [INFO] Approximate time taken: 0s
  468. [INFO]
  469. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-2.1 ---
  470. [INFO] Updating license headers...
  471. [INFO]
  472. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-2.1 ---
  473. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  474. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/main/resources
  475. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/main/webapp
  476. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/main/webapp
  477. [INFO]
  478. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-2.1 ---
  479. [INFO] Changes detected - recompiling the module!
  480. [INFO] Compiling 6 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/classes
  481. [INFO]
  482. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-2.1 ---
  483. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  484. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/test/resources
  485. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/test/resources
  486. [INFO]
  487. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-2.1 ---
  488. [INFO] Changes detected - recompiling the module!
  489. [INFO] Compiling 9 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/test-classes
  490. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_1/CohortMembershipResource2_1Test.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_1/CohortMembershipResource2_1Test.java uses unchecked or unsafe operations.
  491. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_1/CohortMembershipResource2_1Test.java: Recompile with -Xlint:unchecked for details.
  492. [INFO]
  493. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-2.1 ---
  494. [INFO] Tests are skipped.
  495. [INFO]
  496. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-2.1 ---
  497. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/webservices.rest-omod-2.1-2.23.0-SNAPSHOT.jar
  498. [INFO]
  499. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-2.1 ---
  500. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/webservices.rest-omod-2.1-2.23.0-SNAPSHOT-tests.jar
  501. [INFO]
  502. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-2.1 ---
  503. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/webservices.rest-omod-2.1-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.1/2.23.0-SNAPSHOT/webservices.rest-omod-2.1-2.23.0-SNAPSHOT.jar
  504. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.1/2.23.0-SNAPSHOT/webservices.rest-omod-2.1-2.23.0-SNAPSHOT.pom
  505. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.1/target/webservices.rest-omod-2.1-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.1/2.23.0-SNAPSHOT/webservices.rest-omod-2.1-2.23.0-SNAPSHOT-tests.jar
  506. [INFO]
  507. [INFO] ------------------------------------------------------------------------
  508. [INFO] Building Rest Web Services 2.2 OMOD 2.23.0-SNAPSHOT
  509. [INFO] ------------------------------------------------------------------------
  510. [INFO]
  511. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod-2.2 ---
  512. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target
  513. [INFO]
  514. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod-2.2 ---
  515. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/jacoco.exec,includes=org/openmrs/**
  516. [INFO]
  517. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod-2.2 ---
  518. [INFO] Using 'UTF-8' encoding to format source files.
  519. [INFO] Number of files to be formatted: 11
  520. [INFO] Successfully formatted: 0 file(s)
  521. [INFO] Fail to format        : 0 file(s)
  522. [INFO] Skipped               : 11 file(s)
  523. [INFO] Approximate time taken: 0s
  524. [INFO]
  525. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod-2.2 ---
  526. [INFO] Updating license headers...
  527. [INFO]
  528. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod-2.2 ---
  529. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  530. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/resources
  531. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/webapp
  532. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/webapp
  533. [INFO]
  534. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod-2.2 ---
  535. [INFO] Changes detected - recompiling the module!
  536. [INFO] Compiling 5 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/classes
  537. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java uses or overrides a deprecated API.
  538. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java: Recompile with -Xlint:deprecation for details.
  539. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java uses unchecked or unsafe operations.
  540. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ProgramEnrollmentResource2_2.java: Recompile with -Xlint:unchecked for details.
  541. [INFO]
  542. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod-2.2 ---
  543. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  544. [INFO] Copying 2 resources
  545. [INFO] Copying 0 resource
  546. [INFO]
  547. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod-2.2 ---
  548. [INFO] Changes detected - recompiling the module!
  549. [INFO] Compiling 6 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/test-classes
  550. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/ConditionController2_2Test.java: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/ConditionController2_2Test.java uses or overrides a deprecated API.
  551. [WARNING] /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/ConditionController2_2Test.java: Recompile with -Xlint:deprecation for details.
  552. [INFO]
  553. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod-2.2 ---
  554. [INFO] Tests are skipped.
  555. [INFO]
  556. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod-2.2 ---
  557. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/webservices.rest-omod-2.2-2.23.0-SNAPSHOT.jar
  558. [INFO]
  559. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod-2.2 ---
  560. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/webservices.rest-omod-2.2-2.23.0-SNAPSHOT-tests.jar
  561. [INFO]
  562. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod-2.2 ---
  563. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/webservices.rest-omod-2.2-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.2/2.23.0-SNAPSHOT/webservices.rest-omod-2.2-2.23.0-SNAPSHOT.jar
  564. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.2/2.23.0-SNAPSHOT/webservices.rest-omod-2.2-2.23.0-SNAPSHOT.pom
  565. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.2/target/webservices.rest-omod-2.2-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod-2.2/2.23.0-SNAPSHOT/webservices.rest-omod-2.2-2.23.0-SNAPSHOT-tests.jar
  566. [INFO]
  567. [INFO] ------------------------------------------------------------------------
  568. [INFO] Building Rest Web Services OMOD 2.23.0-SNAPSHOT
  569. [INFO] ------------------------------------------------------------------------
  570. [INFO]
  571. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-omod ---
  572. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target
  573. [INFO]
  574. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ webservices.rest-omod ---
  575. [INFO] Checking for local modifications: skipped.
  576. [INFO] Updating project files from SCM: skipped.
  577. [INFO] ShortRevision tag detected. The value is '6'.
  578. [INFO] Executing: /bin/sh -c cd /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod && git rev-parse --verify --short=6 HEAD
  579. [INFO] Working directory: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod
  580. [INFO] Storing buildNumber: 4f1c7e at timestamp: 1521487920931
  581. [INFO] ShortRevision tag detected. The value is '6'.
  582. [INFO] Executing: /bin/sh -c cd /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod && git rev-parse --verify --short=6 HEAD
  583. [INFO] Working directory: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod
  584. [INFO] Storing buildScmBranch: UNKNOWN
  585. [INFO]
  586. [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (prepare-agent) @ webservices.rest-omod ---
  587. [INFO] argLine set to -javaagent:/Users/arthur/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/jacoco.exec,includes=org/openmrs/**
  588. [INFO]
  589. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-omod ---
  590. [INFO] Using 'UTF-8' encoding to format source files.
  591. [INFO] Number of files to be formatted: 8
  592. [INFO] Successfully formatted: 0 file(s)
  593. [INFO] Fail to format        : 0 file(s)
  594. [INFO] Skipped               : 8 file(s)
  595. [INFO] Approximate time taken: 0s
  596. [INFO]
  597. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-omod ---
  598. [INFO] Updating license headers...
  599. [INFO]
  600. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ webservices.rest-omod ---
  601. [INFO] Unpacking /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-common/target/webservices.rest-omod-common-2.23.0-SNAPSHOT.jar to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/classes with includes "**\/*.xml,**\/*.properties" and excludes ""
  602. [INFO]
  603. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-omod ---
  604. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  605. [INFO] Copying 1 resource
  606. [INFO] Copying 7 resources to web/module
  607. [INFO] Copying 10 resources to web/module
  608. [INFO]
  609. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webservices.rest-omod ---
  610. [INFO] Changes detected - recompiling the module!
  611. [INFO] Compiling 5 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/classes
  612. [INFO]
  613. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-omod ---
  614. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  615. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/src/test/resources
  616. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/src/test/resources
  617. [INFO]
  618. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webservices.rest-omod ---
  619. [INFO] Changes detected - recompiling the module!
  620. [INFO] Compiling 3 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/test-classes
  621. [INFO]
  622. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-omod ---
  623. [INFO] Tests are skipped.
  624. [INFO]
  625. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-omod ---
  626. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/webservices.rest-2.23.0-SNAPSHOT.4f1c7e.jar
  627. [INFO]
  628. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ webservices.rest-omod ---
  629. [INFO] Packaging OpenMRS module
  630. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/webservices.rest-2.23.0-SNAPSHOT.4f1c7e.omod
  631. [INFO]
  632. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-omod ---
  633. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/webservices.rest-2.23.0-SNAPSHOT.4f1c7e-tests.jar
  634. [INFO]
  635. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-omod ---
  636. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/webservices.rest-2.23.0-SNAPSHOT.4f1c7e.omod to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod/2.23.0-SNAPSHOT/webservices.rest-omod-2.23.0-SNAPSHOT.jar
  637. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod/2.23.0-SNAPSHOT/webservices.rest-omod-2.23.0-SNAPSHOT.pom
  638. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod/target/webservices.rest-2.23.0-SNAPSHOT.4f1c7e-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-omod/2.23.0-SNAPSHOT/webservices.rest-omod-2.23.0-SNAPSHOT-tests.jar
  639. [INFO]
  640. [INFO] ------------------------------------------------------------------------
  641. [INFO] Building Rest Web Services Integration Tests 2.23.0-SNAPSHOT
  642. [INFO] ------------------------------------------------------------------------
  643. [INFO]
  644. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webservices.rest-integration-tests ---
  645. [INFO] Deleting /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target
  646. [INFO]
  647. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ webservices.rest-integration-tests ---
  648. [INFO] Using 'UTF-8' encoding to format source files.
  649. [INFO] Number of files to be formatted: 2
  650. [INFO] Successfully formatted: 0 file(s)
  651. [INFO] Fail to format        : 0 file(s)
  652. [INFO] Skipped               : 2 file(s)
  653. [INFO] Approximate time taken: 0s
  654. [INFO]
  655. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ webservices.rest-integration-tests ---
  656. [INFO] Updating license headers...
  657. [INFO]
  658. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webservices.rest-integration-tests ---
  659. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  660. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/src/main/resources
  661. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/src/main/webapp
  662. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/src/main/webapp
  663. [INFO]
  664. [INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ webservices.rest-integration-tests ---
  665. [INFO] No sources to compile
  666. [INFO]
  667. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webservices.rest-integration-tests ---
  668. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  669. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/src/test/resources
  670. [INFO] skip non existing resourceDirectory /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/src/test/resources
  671. [INFO]
  672. [INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ webservices.rest-integration-tests ---
  673. [INFO] Changes detected - recompiling the module!
  674. [INFO] Compiling 2 source files to /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target/test-classes
  675. [INFO]
  676. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webservices.rest-integration-tests ---
  677. [INFO] Tests are skipped.
  678. [INFO]
  679. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webservices.rest-integration-tests ---
  680. [WARNING] JAR will be empty - no content was marked for inclusion!
  681. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target/webservices.rest-integration-tests-2.23.0-SNAPSHOT.jar
  682. [INFO]
  683. [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ webservices.rest-integration-tests ---
  684. [INFO] Building jar: /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target/webservices.rest-integration-tests-2.23.0-SNAPSHOT-tests.jar
  685. [INFO]
  686. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webservices.rest-integration-tests ---
  687. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target/webservices.rest-integration-tests-2.23.0-SNAPSHOT.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-integration-tests/2.23.0-SNAPSHOT/webservices.rest-integration-tests-2.23.0-SNAPSHOT.jar
  688. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/pom.xml to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-integration-tests/2.23.0-SNAPSHOT/webservices.rest-integration-tests-2.23.0-SNAPSHOT.pom
  689. [INFO] Installing /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/integration-tests/target/webservices.rest-integration-tests-2.23.0-SNAPSHOT-tests.jar to /Users/arthur/.m2/repository/org/openmrs/module/webservices.rest-integration-tests/2.23.0-SNAPSHOT/webservices.rest-integration-tests-2.23.0-SNAPSHOT-tests.jar
  690. [INFO]
  691. [INFO] ------------------------------------------------------------------------
  692. [INFO] Building Rest Web Services 2.23.0-SNAPSHOT
  693. [INFO] ------------------------------------------------------------------------
  694. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  695. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced
  696. [INFO]
  697. [INFO] --- openmrs-sdk-maven-plugin:3.13.0:run (default-cli) @ webservices.rest ---
  698.  
  699. Checking if port 8080 is in use... [free]
  700. [INFO] OpenMRS module detected, installing before run...
  701. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.23.0-SNAPSHOT:jar
  702. [INFO] Copying webservices.rest-2.23.0-SNAPSHOT.4f1c7e.omod to /Users/arthur/openmrs/server1/modules/webservices.rest-2.23.0-SNAPSHOT.omod
  703. [info] Module 'webservices.rest' was updated to version '2.23.0-SNAPSHOT'
  704.  
  705. Forking a new process... (use -Dfork=false to prevent forking)
  706.  
  707. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  708. Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T10:58:13+03:00)
  709. Maven home: /usr/local/Cellar/maven/3.5.2/libexec
  710. Java version: 1.8.0_162, vendor: Oracle Corporation
  711. Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre
  712. Default locale: en_KE, platform encoding: UTF-8
  713. OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
  714. [INFO] Scanning for projects...
  715. [WARNING]
  716. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:webservices.rest-omod-2.0:jar:2.23.0-SNAPSHOT
  717. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:webservices.rest-omod-2.0:[unknown-version], /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/omod-2.0/pom.xml, line 153, column 21
  718. [WARNING]
  719. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  720. [WARNING]
  721. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  722. [WARNING]
  723. [INFO] ------------------------------------------------------------------------
  724. [INFO] Reactor Build Order:
  725. [INFO]
  726. [INFO] Rest Web Services
  727. [INFO] Rest Web Services Common OMOD
  728. [INFO] Rest Web Services 1.8 OMOD
  729. [INFO] Rest Web Services 1.9 OMOD
  730. [INFO] Rest Web Services 1.10 OMOD
  731. [INFO] Rest Web Services 1.11 OMOD
  732. [INFO] Rest Web Services 1.12 OMOD
  733. [INFO] Rest Web Services 2.0 OMOD
  734. [INFO] Rest Web Services 2.1 OMOD
  735. [INFO] Rest Web Services 2.2 OMOD
  736. [INFO] Rest Web Services OMOD
  737. [INFO] Rest Web Services Integration Tests
  738. [INFO]
  739. [INFO] ------------------------------------------------------------------------
  740. [INFO] Building Rest Web Services 2.23.0-SNAPSHOT
  741. [INFO] ------------------------------------------------------------------------
  742. [INFO]
  743. [INFO] --- openmrs-sdk-maven-plugin:3.13.0:run-tomcat (default-cli) @ webservices.rest ---
  744.  
  745.  
  746. Using JAVA_HOME: /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre
  747.  
  748. Using MAVEN_OPTS:   -Xmx768m -XX:MaxPermSize=512m
  749.  
  750. Starting Tomcat...
  751.  
  752. Mar 19, 2018 10:32:11 PM org.apache.coyote.AbstractProtocol init
  753. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  754. Mar 19, 2018 10:32:11 PM org.apache.catalina.core.StandardService startInternal
  755. INFO: Starting service Tomcat
  756. Mar 19, 2018 10:32:11 PM org.apache.catalina.core.StandardEngine startInternal
  757. INFO: Starting Servlet Engine: Apache Tomcat/7.0.67
  758. Mar 19, 2018 10:32:12 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  759. INFO: No global web.xml found
  760. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  761. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  762. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  763. INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  764. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  765. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  766. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  767. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  768. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  769. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  770. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  771. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  772. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  773. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  774. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  775. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  776. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  777. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  778. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  779. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  780. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  781. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  782. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  783. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  784. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  785. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  786. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  787. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  788. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TaglibUriRule body
  789. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  790. Mar 19, 2018 10:32:18 PM org.apache.catalina.startup.TldConfig execute
  791. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  792. Mar 19, 2018 10:32:18 PM org.apache.catalina.core.ApplicationContext log
  793. INFO: No Spring WebApplicationInitializer types detected on classpath
  794. SLF4J: Class path contains multiple SLF4J bindings.
  795. SLF4J: Found binding in [jar:file:/Users/arthur/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  796. SLF4J: Found binding in [jar:file:/Users/arthur/openmrs/server1/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  797. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  798. Mar 19, 2018 10:32:18 PM org.apache.catalina.core.ApplicationContext log
  799. INFO: Initializing log4j from [classpath:log4j.xml]
  800. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-03-19 22:32:18,699| Unable to find a runtime properties file at /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/openmrs-runtime.properties
  801. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-03-19 22:32:18,731| Unable to find a runtime properties file at /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/openmrs-runtime.properties
  802. INFO - Listener.contextInitialized(173) |2018-03-19 22:32:18,732| Using runtime properties file: /Users/arthur/openmrs/server1/openmrs-runtime.properties
  803. Mon Mar 19 22:32:19 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  804. INFO 3/19/18 10:32 PM:liquibase: Reading from `liquibasechangelog`
  805. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  806. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  807. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  808. Mon Mar 19 22:32:21 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  809. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-03-19 22:32:23,786| Initializing EhCache CacheManager
  810. Mon Mar 19 22:32:28 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  811. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-03-19 22:32:32,335| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  812. WARN - Listener.loadBundledModules(500) |2018-03-19 22:32:32,346| Bundled module folder doesn't exist: /Users/arthur/openmrs/server1/tmp/openmrs/WEB-INF/bundledModules
  813. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-03-19 22:32:32,347| Unable to find a runtime properties file at /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/openmrs-runtime.properties
  814. Mon Mar 19 22:32:32 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  815. INFO 3/19/18 10:32 PM:liquibase: Reading from `liquibasechangelog`
  816. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  817. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  818. WARNING 3/19/18 10:32 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  819. Mon Mar 19 22:32:33 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  820. WARN - Module.expandExtensionNames(573) |2018-03-19 22:32:34,093| webservices.rest: Unable to create instance of class defined for extension point: org.openmrs.admin.list
  821. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  822.     at java.lang.ClassLoader.defineClass1(Native Method)
  823.     at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  824.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  825.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  826.     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  827.     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  828.     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  829.     at java.security.AccessController.doPrivileged(Native Method)
  830.     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  831.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:640)
  832.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:559)
  833.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  834.     at org.openmrs.module.Module.expandExtensionNames(Module.java:565)
  835.     at org.openmrs.module.Module.getExtensions(Module.java:492)
  836.     at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:703)
  837.     at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  838. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  839.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1856)
  840.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1705)
  841.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:566)
  842.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  843.     ... 16 more
  844. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:34,226| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  845. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:34,257| Exiting method saveGlobalProperty
  846. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:34,263| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  847. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:34,269| Exiting method saveGlobalProperty
  848. WARN - Module.expandExtensionNames(573) |2018-03-19 22:32:34,690| fhir: Unable to create instance of class defined for extension point: org.openmrs.admin.list
  849. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  850.     at java.lang.ClassLoader.defineClass1(Native Method)
  851.     at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  852.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  853.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  854.     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  855.     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  856.     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  857.     at java.security.AccessController.doPrivileged(Native Method)
  858.     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  859.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:640)
  860.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:559)
  861.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  862.     at org.openmrs.module.Module.expandExtensionNames(Module.java:565)
  863.     at org.openmrs.module.Module.getExtensions(Module.java:492)
  864.     at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:703)
  865.     at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  866. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  867.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1856)
  868.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1705)
  869.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:566)
  870.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  871.     ... 16 more
  872. Mon Mar 19 22:32:34 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  873. INFO 3/19/18 10:32 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  874. INFO 3/19/18 10:32 PM:liquibase: Reading from `liquibasechangelog`
  875. INFO 3/19/18 10:32 PM:liquibase: Successfully acquired change log lock
  876. INFO 3/19/18 10:32 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  877. INFO 3/19/18 10:32 PM:liquibase: Successfully released change log lock
  878. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:39,913| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  879. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:39,920| Exiting method saveGlobalProperty
  880. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:39,926| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  881. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:39,954| Exiting method saveGlobalProperty
  882. WARN - Module.expandExtensionNames(573) |2018-03-19 22:32:40,048| owa: Unable to create instance of class defined for extension point: org.openmrs.admin.list
  883. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  884.     at java.lang.ClassLoader.defineClass1(Native Method)
  885.     at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  886.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  887.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  888.     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  889.     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  890.     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  891.     at java.security.AccessController.doPrivileged(Native Method)
  892.     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  893.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:640)
  894.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:559)
  895.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  896.     at org.openmrs.module.Module.expandExtensionNames(Module.java:565)
  897.     at org.openmrs.module.Module.getExtensions(Module.java:492)
  898.     at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:703)
  899.     at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  900. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  901.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1856)
  902.     at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1705)
  903.     at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:566)
  904.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  905.     ... 16 more
  906. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:40,093| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  907. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:40,098| Exiting method saveGlobalProperty
  908. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:40,108| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  909. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:40,115| Exiting method saveGlobalProperty
  910. INFO - LoggingAdvice.invoke(116) |2018-03-19 22:32:40,242| In method SchedulerService.saveToMemento. Arguments:
  911. INFO - LoggingAdvice.invoke(156) |2018-03-19 22:32:40,258| Exiting method saveToMemento
  912. INFO - EhCacheManagerFactoryBean.destroy(181) |2018-03-19 22:32:40,300| Shutting down EhCache CacheManager
  913. INFO - ServiceContext.startRefreshingContext(832) |2018-03-19 22:32:40,301| Refreshing Context
  914. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-03-19 22:32:41,464| Initializing EhCache CacheManager
  915. Mon Mar 19 22:32:42 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  916. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-03-19 22:32:43,904| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  917. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-03-19 22:32:44,009| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  918. INFO - ServiceContext.doneRefreshingContext(843) |2018-03-19 22:32:44,011| Done refreshing Context
  919. Mon Mar 19 22:32:44 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  920. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-03-19 22:32:46,417| Unable to find a runtime properties file at /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/openmrs-runtime.properties
  921. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-03-19 22:32:46,535| Unable to find a runtime properties file at /Users/arthur/dev/openmrs/openmrs-module-webservices.rest/openmrs-runtime.properties
  922. Mon Mar 19 22:32:46 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  923. Mar 19, 2018 10:32:46 PM org.apache.coyote.AbstractProtocol start
  924. INFO: Starting ProtocolHandler ["http-bio-8080"]
Add Comment
Please, Sign In to add comment