Advertisement
Guest User

Untitled

a guest
Mar 8th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.11 KB | None | 0 0
  1. Raw log
  2. 0.08s0.06s0.05s
  3. worker_info
  4. Worker information
  5. 0.16s0.01s0.00s0.01s
  6. system_info
  7. Build system information
  8. 0.02s0.01s0.51s1.19s0.95s0.01s0.04s0.00s0.01s0.01s0.01s0.01s0.01s0.00s0.00s0.02s0.00s0.01s0.30s0.00s0.00s0.00s0.01s0.00s0.05s0.00s0.87s0.00s0.00s6.03s0.00s4.31s0.00s1.25s
  9. docker_mtu_and_registry_mirrors
  10. docker stop/waiting
  11. resolvconf
  12. resolvconf stop/waiting
  13. install_jdk
  14. Installing openjdk8
  15. 0.00s
  16. git.checkout
  17. 1.96s$ git clone --depth=50 https://github.com/openmrs/openmrs-core.git openmrs/openmrs-core
  18. 0.01s$ java -Xmx32m -version
  19. openjdk version "1.8.0_141"
  20. OpenJDK Runtime Environment (build 1.8.0_141-8u141-b15-3~14.04-b15)
  21. OpenJDK 64-Bit Server VM (build 25.141-b15, mixed mode)
  22. $ javac -J-Xmx32m -version
  23. javac 9.0.1
  24. install
  25. 231.93s$ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
  26. 297.36s$ mvn clean install --batch-mode && mvn test -Pskip-default-test -Pintegration-test
  27. [INFO] Scanning for projects...
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Reactor Build Order:
  30. [INFO]
  31. [INFO] OpenMRS
  32. [INFO] openmrs-tools
  33. [INFO] openmrs-test
  34. [INFO] openmrs-api
  35. [INFO] openmrs-web
  36. [INFO] openmrs-webapp
  37. [INFO] openmrs-liquibase
  38. [INFO]
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] Building OpenMRS 2.5.0-SNAPSHOT
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
  43. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 3.8 kB/s)
  44. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
  45. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 35 kB/s)
  46. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
  47. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 90 kB/s)
  48. [INFO]
  49. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  50. [INFO] Deleting /home/travis/build/openmrs/openmrs-core/target
  51. [INFO]
  52. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs ---
  53. [INFO] ShortRevision tag detected. The value is '6'.
  54. [INFO] Executing: /bin/sh -c cd '/home/travis/build/openmrs/openmrs-core' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
  55. [INFO] Working directory: /home/travis/build/openmrs/openmrs-core
  56. [INFO] Storing buildNumber: b84031 at timestamp: 1615206921491
  57. [WARNING] Cannot get the branch information from the git repository:
  58. Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
  59. [INFO] ShortRevision tag detected. The value is '6'.
  60. [INFO] Executing: /bin/sh -c cd '/home/travis/build/openmrs/openmrs-core' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
  61. [INFO] Working directory: /home/travis/build/openmrs/openmrs-core
  62. [INFO] Storing buildScmBranch: UNKNOWN
  63. [INFO]
  64. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs ---
  65. [INFO]
  66. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs ---
  67. [WARNING] JAR will be empty - no content was marked for inclusion!
  68. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/target/openmrs-2.5.0-SNAPSHOT-tests.jar
  69. [INFO]
  70. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  71. [INFO] Checking licenses...
  72. [INFO]
  73. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  74. [INFO] Installing /home/travis/build/openmrs/openmrs-core/pom.xml to /home/travis/.m2/repository/org/openmrs/openmrs/2.5.0-SNAPSHOT/openmrs-2.5.0-SNAPSHOT.pom
  75. [INFO] Installing /home/travis/build/openmrs/openmrs-core/target/openmrs-2.5.0-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/openmrs/openmrs/2.5.0-SNAPSHOT/openmrs-2.5.0-SNAPSHOT-tests.jar
  76. [INFO]
  77. [INFO] ------------------------------------------------------------------------
  78. [INFO] Building openmrs-tools 2.5.0-SNAPSHOT
  79. [INFO] ------------------------------------------------------------------------
  80. [INFO]
  81. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  82. [INFO] Deleting /home/travis/build/openmrs/openmrs-core/tools/target
  83. [INFO]
  84. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-tools ---
  85. [INFO]
  86. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-tools ---
  87. [INFO]
  88. [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-tools ---
  89. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  90. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  91. [INFO] Copying 4 resources
  92. [INFO]
  93. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-tools ---
  94. [INFO] No sources to compile
  95. [INFO]
  96. [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-tools ---
  97. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  98. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  99. [INFO] skip non existing resourceDirectory /home/travis/build/openmrs/openmrs-core/tools/src/test/resources
  100. [INFO]
  101. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-tools ---
  102. [INFO] No sources to compile
  103. [INFO]
  104. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  105. [INFO] No tests to run.
  106. [INFO]
  107. [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ openmrs-tools ---
  108. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/tools/target/openmrs-tools-2.5.0-SNAPSHOT.jar
  109. [INFO]
  110. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs-tools ---
  111. [WARNING] JAR will be empty - no content was marked for inclusion!
  112. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/tools/target/openmrs-tools-2.5.0-SNAPSHOT-tests.jar
  113. [INFO]
  114. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  115. [INFO] Checking licenses...
  116. [INFO]
  117. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  118. [INFO] Installing /home/travis/build/openmrs/openmrs-core/tools/target/openmrs-tools-2.5.0-SNAPSHOT.jar to /home/travis/.m2/repository/org/openmrs/tools/openmrs-tools/2.5.0-SNAPSHOT/openmrs-tools-2.5.0-SNAPSHOT.jar
  119. [INFO] Installing /home/travis/build/openmrs/openmrs-core/tools/pom.xml to /home/travis/.m2/repository/org/openmrs/tools/openmrs-tools/2.5.0-SNAPSHOT/openmrs-tools-2.5.0-SNAPSHOT.pom
  120. [INFO] Installing /home/travis/build/openmrs/openmrs-core/tools/target/openmrs-tools-2.5.0-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/openmrs/tools/openmrs-tools/2.5.0-SNAPSHOT/openmrs-tools-2.5.0-SNAPSHOT-tests.jar
  121. [INFO]
  122. [INFO] ------------------------------------------------------------------------
  123. [INFO] Building openmrs-test 2.5.0-SNAPSHOT
  124. [INFO] ------------------------------------------------------------------------
  125. [INFO]
  126. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  127. [INFO] Deleting /home/travis/build/openmrs/openmrs-core/test/target
  128. [INFO]
  129. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-test ---
  130. [INFO]
  131. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-test ---
  132. [INFO]
  133. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs-test ---
  134. [WARNING] JAR will be empty - no content was marked for inclusion!
  135. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/test/target/openmrs-test-2.5.0-SNAPSHOT-tests.jar
  136. [INFO]
  137. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  138. [INFO] Checking licenses...
  139. [INFO]
  140. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  141. [INFO] Installing /home/travis/build/openmrs/openmrs-core/test/pom.xml to /home/travis/.m2/repository/org/openmrs/test/openmrs-test/2.5.0-SNAPSHOT/openmrs-test-2.5.0-SNAPSHOT.pom
  142. [INFO] Installing /home/travis/build/openmrs/openmrs-core/test/target/openmrs-test-2.5.0-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/openmrs/test/openmrs-test/2.5.0-SNAPSHOT/openmrs-test-2.5.0-SNAPSHOT-tests.jar
  143. [INFO]
  144. [INFO] ------------------------------------------------------------------------
  145. [INFO] Building openmrs-api 2.5.0-SNAPSHOT
  146. [INFO] ------------------------------------------------------------------------
  147. [INFO]
  148. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  149. [INFO] Deleting /home/travis/build/openmrs/openmrs-core/api/target
  150. [INFO]
  151. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-api ---
  152. [INFO]
  153. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-api ---
  154. [INFO]
  155. [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (prepare-agent) @ openmrs-api ---
  156. [INFO] argLine set to -javaagent:/home/travis/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/travis/build/openmrs/openmrs-core/api/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g -Djava.locale.providers=COMPAT
  157. [INFO]
  158. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  159. [INFO] Using 'UTF-8' encoding to format source files.
  160. [INFO] Number of files to be formatted: 1083
  161. [INFO] Successfully formatted: 0 file(s)
  162. [INFO] Fail to format : 0 file(s)
  163. [INFO] Skipped : 1083 file(s)
  164. [INFO] Approximate time taken: 4s
  165. [INFO]
  166. [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-api ---
  167. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  168. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  169. [INFO] Copying 1 resource
  170. [INFO] Copying 149 resources
  171. [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
  172. [INFO]
  173. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-api ---
  174. [INFO] Changes detected - recompiling the module!
  175. [INFO] Compiling 724 source files to /home/travis/build/openmrs/openmrs-core/api/target/classes
  176. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  177. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  178. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/main/java/org/openmrs/validator/ValidateUtil.java: Some input files use unchecked or unsafe operations.
  179. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/main/java/org/openmrs/validator/ValidateUtil.java: Recompile with -Xlint:unchecked for details.
  180. [INFO]
  181. [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-api ---
  182. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  183. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  184. [INFO] Copying 147 resources
  185. [INFO]
  186. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-api ---
  187. [INFO] Changes detected - recompiling the module!
  188. [INFO] Compiling 359 source files to /home/travis/build/openmrs/openmrs-core/api/target/test-classes
  189. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Some input files use or override a deprecated API.
  190. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  191. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/test/java/org/openmrs/api/db/hibernate/HibernateObsDAOTest.java: Some input files use unchecked or unsafe operations.
  192. [INFO] /home/travis/build/openmrs/openmrs-core/api/src/test/java/org/openmrs/api/db/hibernate/HibernateObsDAOTest.java: Recompile with -Xlint:unchecked for details.
  193. [INFO]
  194. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  195. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom
  196. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom (7.0 kB at 24 kB/s)
  197. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom
  198. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 9.1 kB/s)
  199. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom
  200. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 7.9 kB/s)
  201. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
  202. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 4.3 kB/s)
  203. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom
  204. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 8.9 kB/s)
  205. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom
  206. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 7.5 kB/s)
  207. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
  208. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 6.2 kB/s)
  209. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar
  210. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar
  211. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
  212. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar
  213. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar
  214. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 204 kB/s)
  215. [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
  216. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 4.1 kB/s)
  217. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 26 kB/s)
  218. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar (66 kB at 76 kB/s)
  219. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 140 kB/s)
  220. [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 97 kB/s)
  221. [INFO]
  222. [INFO] -------------------------------------------------------
  223. [INFO] T E S T S
  224. [INFO] -------------------------------------------------------
  225. [INFO] Running org.openmrs.AllergenTest
  226. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.037 s - in org.openmrs.AllergenTest
  227. [INFO] Running org.openmrs.OrderTest
  228. [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s - in org.openmrs.OrderTest
  229. [INFO] Running org.openmrs.validator.HL7SourceValidatorTest
  230. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.openmrs.validator.HL7SourceValidatorTest
  231. [INFO] Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  232. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  233. [INFO] Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  234. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  235. [INFO] Running org.openmrs.validator.VisitTypeValidatorTest
  236. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.validator.VisitTypeValidatorTest
  237. [INFO] Running org.openmrs.validator.SchedulerFormValidatorTest
  238. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.openmrs.validator.SchedulerFormValidatorTest
  239. [INFO] Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  240. [Field error in object 'term' on field 'conceptReferenceTermMaps[1].termB': rejected value [weight term(WGT234)]; codes [ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.org.openmrs.ConceptReferenceTerm,ConceptReferenceTerm.termToTerm.alreadyMapped]; arguments []; default message [Cannot map a reference term multiple times to the same concept reference term]]
  241. [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.16 s - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  242. [INFO] Running org.openmrs.validator.ConceptMapTypeValidatorTest
  243. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.openmrs.validator.ConceptMapTypeValidatorTest
  244. [INFO] Running org.openmrs.validator.PersonMergeLogValidatorTest
  245. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.openmrs.validator.PersonMergeLogValidatorTest
  246. [INFO] Running org.openmrs.validator.ConceptDrugValidatorTest
  247. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.validator.ConceptDrugValidatorTest
  248. [INFO] Running org.openmrs.validator.ConceptDatatypeValidatorTest
  249. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.openmrs.validator.ConceptDatatypeValidatorTest
  250. [INFO] Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  251. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 s - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  252. [INFO] Running org.openmrs.validator.UserValidatorTest
  253. [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.openmrs.validator.UserValidatorTest
  254. [INFO] Running org.openmrs.validator.OrderValidatorTest
  255. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.openmrs.validator.OrderValidatorTest
  256. [INFO] Running org.openmrs.validator.AlertValidatorTest
  257. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.openmrs.validator.AlertValidatorTest
  258. [INFO] Running org.openmrs.validator.ProviderValidatorTest
  259. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.openmrs.validator.ProviderValidatorTest
  260. [INFO] Running org.openmrs.validator.OrderTypeValidatorTest
  261. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.openmrs.validator.OrderTypeValidatorTest
  262. [INFO] Running org.openmrs.validator.AllergyValidatorTest
  263. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.openmrs.validator.AllergyValidatorTest
  264. [INFO] Running org.openmrs.validator.PatientIdentifierValidatorTest
  265. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.openmrs.validator.PatientIdentifierValidatorTest
  266. [INFO] Running org.openmrs.validator.StateConversionValidatorTest
  267. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.openmrs.validator.StateConversionValidatorTest
  268. [INFO] Running org.openmrs.validator.EncounterRoleValidatorTest
  269. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.openmrs.validator.EncounterRoleValidatorTest
  270. [INFO] Running org.openmrs.validator.LocationValidatorTest
  271. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.openmrs.validator.LocationValidatorTest
  272. [INFO] Running org.openmrs.validator.PatientValidatorTest
  273. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  274. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.openmrs.validator.PatientValidatorTest
  275. [INFO] Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  276. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  277. [INFO] Running org.openmrs.validator.PatientProgramValidatorTest
  278. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.openmrs.validator.PatientProgramValidatorTest
  279. [INFO] Running org.openmrs.validator.ConceptValidatorTest
  280. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s - in org.openmrs.validator.ConceptValidatorTest
  281. [INFO] Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  282. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  283. [INFO] Running org.openmrs.validator.DrugOrderValidatorTest
  284. [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 s - in org.openmrs.validator.DrugOrderValidatorTest
  285. [INFO] Running org.openmrs.validator.PersonAddressValidatorTest
  286. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.openmrs.validator.PersonAddressValidatorTest
  287. [INFO] Running org.openmrs.validator.TestOrderValidatorTest
  288. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.openmrs.validator.TestOrderValidatorTest
  289. [INFO] Running org.openmrs.validator.RelationshipTypeValidatorTest
  290. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.validator.RelationshipTypeValidatorTest
  291. [INFO] Running org.openmrs.validator.ConceptNameTagValidatorTest
  292. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.openmrs.validator.ConceptNameTagValidatorTest
  293. [INFO] Running org.openmrs.validator.FieldTypeValidatorTest
  294. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.openmrs.validator.FieldTypeValidatorTest
  295. [INFO] Running org.openmrs.validator.PersonValidatorTest
  296. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.openmrs.validator.PersonValidatorTest
  297. [INFO] Running org.openmrs.validator.RequireNameValidatorTest
  298. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.RequireNameValidatorTest
  299. [INFO] Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  300. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  301. [INFO] Running org.openmrs.validator.DrugValidatorTest
  302. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.openmrs.validator.DrugValidatorTest
  303. [INFO] Running org.openmrs.validator.OrderFrequencyValidatorTest
  304. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.openmrs.validator.OrderFrequencyValidatorTest
  305. [INFO] Running org.openmrs.validator.ObsValidatorTest
  306. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.openmrs.validator.ObsValidatorTest
  307. [INFO] Running org.openmrs.validator.RoleValidatorTest
  308. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.openmrs.validator.RoleValidatorTest
  309. [INFO] Running org.openmrs.validator.PrivilegeValidatorTest
  310. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.openmrs.validator.PrivilegeValidatorTest
  311. [INFO] Running org.openmrs.validator.RelationshipValidatorTest
  312. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.openmrs.validator.RelationshipValidatorTest
  313. [INFO] Running org.openmrs.validator.ConceptClassValidatorTest
  314. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.openmrs.validator.ConceptClassValidatorTest
  315. [INFO] Running org.openmrs.validator.EncounterValidatorTest
  316. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.openmrs.validator.EncounterValidatorTest
  317. [INFO] Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  318. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  319. [INFO] Running org.openmrs.validator.ConditionValidatorTest
  320. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.validator.ConditionValidatorTest
  321. [INFO] Running org.openmrs.validator.PersonNameValidatorTest
  322. [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.424 s - in org.openmrs.validator.PersonNameValidatorTest
  323. [INFO] Running org.openmrs.validator.ConceptSourceValidatorTest
  324. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.validator.ConceptSourceValidatorTest
  325. [INFO] Running org.openmrs.validator.VisitValidatorTest
  326. [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.781 s - in org.openmrs.validator.VisitValidatorTest
  327. [INFO] Running org.openmrs.validator.CohortValidatorTest
  328. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s - in org.openmrs.validator.CohortValidatorTest
  329. [INFO] Running org.openmrs.validator.LocationTagValidatorTest
  330. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.openmrs.validator.LocationTagValidatorTest
  331. [INFO] Running org.openmrs.validator.EncounterTypeValidatorTest
  332. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.openmrs.validator.EncounterTypeValidatorTest
  333. [INFO] Running org.openmrs.validator.DiagnosisValidatorTest
  334. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.openmrs.validator.DiagnosisValidatorTest
  335. [INFO] Running org.openmrs.validator.FieldValidatorTest
  336. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.openmrs.validator.FieldValidatorTest
  337. [INFO] Running org.openmrs.validator.FormValidatorTest
  338. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.openmrs.validator.FormValidatorTest
  339. [INFO] Running org.openmrs.validator.ValidateUtilTest
  340. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.openmrs.validator.ValidateUtilTest
  341. [INFO] Running org.openmrs.validator.ProgramValidatorTest
  342. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.openmrs.validator.ProgramValidatorTest
  343. [INFO] Running org.openmrs.validator.ImplementationIdValidatorTest
  344. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.openmrs.validator.ImplementationIdValidatorTest
  345. [INFO] Running org.openmrs.BaseOpenmrsObjectTest
  346. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.openmrs.BaseOpenmrsObjectTest
  347. [INFO] Running org.openmrs.ObsBehaviorTest
  348. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 s - in org.openmrs.ObsBehaviorTest
  349. [INFO] Running org.openmrs.OpenmrsTestsTest
  350. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.openmrs.OpenmrsTestsTest
  351. [INFO] Running org.openmrs.hl7.HL7UtilTest
  352. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.hl7.HL7UtilTest
  353. [INFO] Running org.openmrs.hl7.handler.ORUR01HandlerTest
  354. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.513 s - in org.openmrs.hl7.handler.ORUR01HandlerTest
  355. [INFO] Running org.openmrs.hl7.HL7ServiceTest
  356. [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.216 s - in org.openmrs.hl7.HL7ServiceTest
  357. [INFO] Running org.openmrs.aop.AuthorizationAdviceTest
  358. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.aop.AuthorizationAdviceTest
  359. [INFO] Running org.openmrs.aop.RequiredDataAdviceTest
  360. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.openmrs.aop.RequiredDataAdviceTest
  361. [INFO] Running org.openmrs.OrderEntryIntegrationTest
  362. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in org.openmrs.OrderEntryIntegrationTest
  363. [INFO] Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  364. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  365. [INFO] Running org.openmrs.EncounterProviderTest
  366. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.EncounterProviderTest
  367. [INFO] Running org.openmrs.OpenmrsTestAnnotationsTest
  368. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.openmrs.OpenmrsTestAnnotationsTest
  369. [INFO] Running org.openmrs.ConceptTest
  370. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s - in org.openmrs.ConceptTest
  371. [INFO] Running org.openmrs.scheduler.SchedulerServiceTest
  372. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.openmrs.scheduler.SchedulerServiceTest
  373. [INFO] Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  374. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  375. [INFO] Running org.openmrs.scheduler.SchedulerUtilTest
  376. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.scheduler.SchedulerUtilTest
  377. [INFO] Running org.openmrs.PersonTest
  378. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.openmrs.PersonTest
  379. [INFO] Running org.openmrs.PersonAddressTest
  380. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.PersonAddressTest
  381. [INFO] Running org.openmrs.ConceptComponentTest
  382. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ConceptComponentTest
  383. [INFO] Running org.openmrs.messagesource.PresentationMessageMapTest
  384. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.PresentationMessageMapTest
  385. [INFO] Running org.openmrs.messagesource.MessageSourceServiceTest
  386. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.MessageSourceServiceTest
  387. [INFO] Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  388. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  389. [INFO] Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  390. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  391. [INFO] Running org.openmrs.DrugOrderTest
  392. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.openmrs.DrugOrderTest
  393. [INFO] Running org.openmrs.EncounterTest
  394. [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.openmrs.EncounterTest
  395. [INFO] Running org.openmrs.OrderGroupTest
  396. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.OrderGroupTest
  397. [INFO] Running org.openmrs.TestOrderTest
  398. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.TestOrderTest
  399. [INFO] Running org.openmrs.ObsTest
  400. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.openmrs.ObsTest
  401. [INFO] Running org.openmrs.api.DatatypeServiceTest
  402. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.openmrs.api.DatatypeServiceTest
  403. [INFO] Running org.openmrs.api.VisitServiceTest
  404. [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.119 s - in org.openmrs.api.VisitServiceTest
  405. [INFO] Running org.openmrs.api.context.ContextWithModuleTest
  406. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.openmrs.api.context.ContextWithModuleTest
  407. [INFO] Running org.openmrs.api.context.ContextTest
  408. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.openmrs.api.context.ContextTest
  409. [INFO] Running org.openmrs.api.context.DaemonTest
  410. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.openmrs.api.context.DaemonTest
  411. [INFO] Running org.openmrs.api.PatientServiceTest
  412. [WARNING] Tests run: 169, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 27.498 s - in org.openmrs.api.PatientServiceTest
  413. [INFO] Running org.openmrs.api.LocationServiceTest
  414. [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.662 s - in org.openmrs.api.LocationServiceTest
  415. [INFO] Running org.openmrs.api.ProgramWorkflowServiceTest
  416. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.379 s - in org.openmrs.api.ProgramWorkflowServiceTest
  417. [INFO] Running org.openmrs.api.db.ConceptDAOTest
  418. [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.121 s - in org.openmrs.api.db.ConceptDAOTest
  419. [INFO] Running org.openmrs.api.db.VisitDAOTest
  420. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.openmrs.api.db.VisitDAOTest
  421. [INFO] Running org.openmrs.api.db.PatientDAOTest
  422. [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 30.111 s - in org.openmrs.api.db.PatientDAOTest
  423. [INFO] Running org.openmrs.api.db.PersonDAOTest
  424. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.openmrs.api.db.PersonDAOTest
  425. [INFO] Running org.openmrs.api.db.ContextDAOTest
  426. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.openmrs.api.db.ContextDAOTest
  427. [INFO] Running org.openmrs.api.db.ProgramWorkflowDAOTest
  428. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.openmrs.api.db.ProgramWorkflowDAOTest
  429. [INFO] Running org.openmrs.api.db.SerializedObjectDAOTest
  430. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.openmrs.api.db.SerializedObjectDAOTest
  431. [INFO] Running org.openmrs.api.db.EncounterDAOTest
  432. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.openmrs.api.db.EncounterDAOTest
  433. [INFO] Running org.openmrs.api.db.UserDAOTest
  434. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.openmrs.api.db.UserDAOTest
  435. [INFO] Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  436. [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.66 s - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  437. [INFO] Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  438. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  439. [INFO] Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  440. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  441. [INFO] Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  442. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  443. [INFO] Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  444. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  445. [INFO] Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  446. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  447. [INFO] Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  448. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  449. [INFO] Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  450. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  451. [INFO] Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  452. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  453. [INFO] Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  454. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  455. [INFO] Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  456. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  457. [INFO] Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  458. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  459. [INFO] Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  460. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  461. [INFO] Running org.openmrs.api.db.hibernate.ProviderDAOTest
  462. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.openmrs.api.db.hibernate.ProviderDAOTest
  463. [INFO] Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  464. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  465. [INFO] Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  466. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  467. [INFO] Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  468. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  469. [INFO] Running org.openmrs.api.EncounterServiceTest
  470. [WARNING] Tests run: 144, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 19.862 s - in org.openmrs.api.EncounterServiceTest
  471. [INFO] Running org.openmrs.api.OpenmrsServiceTest
  472. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.api.OpenmrsServiceTest
  473. [INFO] Running org.openmrs.api.PersonServiceTest
  474. [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 s - in org.openmrs.api.PersonServiceTest
  475. [INFO] Running org.openmrs.api.ObsServiceTest
  476. [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.081 s - in org.openmrs.api.ObsServiceTest
  477. [INFO] Running org.openmrs.api.OrderServiceTest
  478. [WARNING] Tests run: 204, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 8.3 s - in org.openmrs.api.OrderServiceTest
  479. [INFO] Running org.openmrs.api.CohortServiceTest
  480. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.94 s - in org.openmrs.api.CohortServiceTest
  481. [INFO] Running org.openmrs.api.ConceptServiceTest
  482. [WARNING] Tests run: 245, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 25.075 s - in org.openmrs.api.ConceptServiceTest
  483. [INFO] Running org.openmrs.api.ProviderServiceTest
  484. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 s - in org.openmrs.api.ProviderServiceTest
  485. [INFO] Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  486. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.213 s - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  487. [INFO] Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  488. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  489. [INFO] Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  490. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  491. [INFO] Running org.openmrs.api.handler.BaseRetireHandlerTest
  492. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.api.handler.BaseRetireHandlerTest
  493. [INFO] Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  494. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  495. [INFO] Running org.openmrs.api.handler.BaseVoidHandlerTest
  496. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseVoidHandlerTest
  497. [INFO] Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  498. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  499. [INFO] Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  500. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  501. [INFO] Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  502. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  503. [INFO] Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  504. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  505. [INFO] Running org.openmrs.api.handler.PersonVoidHandlerTest
  506. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.openmrs.api.handler.PersonVoidHandlerTest
  507. [INFO] Running org.openmrs.api.handler.BaseUnretireHandlerTest
  508. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnretireHandlerTest
  509. [INFO] Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  510. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  511. [INFO] Running org.openmrs.api.handler.PersonSaveHandlerTest
  512. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.api.handler.PersonSaveHandlerTest
  513. [INFO] Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  514. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  515. [INFO] Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  516. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  517. [INFO] Running org.openmrs.api.AdministrationServiceUnitTest
  518. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.openmrs.api.AdministrationServiceUnitTest
  519. [INFO] Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  520. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  521. [INFO] Running org.openmrs.api.UserServiceTest
  522. [WARNING] Tests run: 109, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.454 s - in org.openmrs.api.UserServiceTest
  523. [INFO] Running org.openmrs.api.FormServiceTest
  524. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 s - in org.openmrs.api.FormServiceTest
  525. [INFO] Running org.openmrs.api.impl.ConceptServiceImplTest
  526. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.openmrs.api.impl.ConceptServiceImplTest
  527. [INFO] Running org.openmrs.api.impl.GlobalLocaleListTest
  528. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.api.impl.GlobalLocaleListTest
  529. [INFO] Running org.openmrs.api.impl.PatientServiceImplTest
  530. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.openmrs.api.impl.PatientServiceImplTest
  531. [INFO] Running org.openmrs.api.impl.DiagnosisServiceImplTest
  532. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s - in org.openmrs.api.impl.DiagnosisServiceImplTest
  533. [INFO] Running org.openmrs.api.impl.SerializationServiceImplTest
  534. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.SerializationServiceImplTest
  535. [INFO] Running org.openmrs.api.impl.ConditionServiceImplTest
  536. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.openmrs.api.impl.ConditionServiceImplTest
  537. [INFO] Running org.openmrs.api.AdministrationServiceTest
  538. [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.641 s - in org.openmrs.api.AdministrationServiceTest
  539. [INFO] Running org.openmrs.api.cache.CachePropertiesUtilTest
  540. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.api.cache.CachePropertiesUtilTest
  541. [INFO] Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  542. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  543. [INFO] Running org.openmrs.api.OrderSetServiceTest
  544. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s - in org.openmrs.api.OrderSetServiceTest
  545. [INFO] Running org.openmrs.api.PatientServiceAllergyTest
  546. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s - in org.openmrs.api.PatientServiceAllergyTest
  547. [INFO] Running org.openmrs.attribute.AttributeIntegrationTest
  548. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.openmrs.attribute.AttributeIntegrationTest
  549. [INFO] Running org.openmrs.util.GraphTest
  550. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.util.GraphTest
  551. [INFO] Running org.openmrs.util.JavaVersionTest
  552. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.JavaVersionTest
  553. [INFO] Running org.openmrs.util.OpenmrsUtilTest
  554. DEBUG - LoggingAdvice.invoke(115) |2021-03-08T12:39:09,505| In method AdministrationService.getGlobalProperty. Arguments: String=log.level, String=,
  555. DEBUG - LoggingAdvice.invoke(115) |2021-03-08T12:39:09,510| In method AdministrationService.getGlobalProperty. Arguments: String=log.level,
  556. DEBUG - LoggingAdvice.invoke(155) |2021-03-08T12:39:09,511| Exiting method getGlobalProperty. execution time: 1 ms
  557. DEBUG - LoggingAdvice.invoke(155) |2021-03-08T12:39:09,512| Exiting method getGlobalProperty. execution time: 14 ms
  558. WARN - OpenmrsUtil.applyLogLevel(637) |2021-03-08T12:39:10,157| Log level invalid string is invalid. Valid values are trace, debug, info, warn, error or fatal
  559. DEBUG - LoggingAdvice.invoke(115) |2021-03-08T12:39:11,322| In method AdministrationService.getGlobalProperty. Arguments: String=log.level, String=,
  560. DEBUG - LoggingAdvice.invoke(115) |2021-03-08T12:39:11,323| In method AdministrationService.getGlobalProperty. Arguments: String=log.level,
  561. DEBUG - LoggingAdvice.invoke(155) |2021-03-08T12:39:11,324| Exiting method getGlobalProperty. execution time: 1 ms
  562. DEBUG - LoggingAdvice.invoke(155) |2021-03-08T12:39:11,325| Exiting method getGlobalProperty. execution time: 3 ms
  563. [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.732 s - in org.openmrs.util.OpenmrsUtilTest
  564. [INFO] Running org.openmrs.util.DatabaseUpdaterTest
  565. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.613 s - in org.openmrs.util.DatabaseUpdaterTest
  566. [INFO] Running org.openmrs.util.NaturalStringsTest
  567. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.util.NaturalStringsTest
  568. [INFO] Running org.openmrs.util.PersonByNameComparatorTest
  569. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.PersonByNameComparatorTest
  570. [INFO] Running org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  571. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  572. [INFO] Running org.openmrs.util.FormatTest
  573. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.util.FormatTest
  574. [INFO] Running org.openmrs.util.Log4JCompatibilityTest
  575. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.util.Log4JCompatibilityTest
  576. [INFO] Running org.openmrs.util.HttpUrlTest
  577. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.util.HttpUrlTest
  578. [INFO] Running org.openmrs.util.HttpClientTest
  579. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.openmrs.util.HttpClientTest
  580. [INFO] Running org.openmrs.util.ProviderByPersonNameComparatorTest
  581. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.ProviderByPersonNameComparatorTest
  582. [INFO] Running org.openmrs.util.LocationUtilityTest
  583. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.util.LocationUtilityTest
  584. [INFO] Running org.openmrs.util.HandlerUtilTest
  585. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.openmrs.util.HandlerUtilTest
  586. [INFO] Running org.openmrs.util.UpgradeUtilTest
  587. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.openmrs.util.UpgradeUtilTest
  588. [INFO] Running org.openmrs.util.ExceptionUtilTest
  589. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.ExceptionUtilTest
  590. [INFO] Running org.openmrs.util.ReflectTest
  591. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.util.ReflectTest
  592. [INFO] Running org.openmrs.util.OpenmrsUtilUnitTest
  593. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.util.OpenmrsUtilUnitTest
  594. [INFO] Running org.openmrs.util.OpenmrsSecurityManagerTest
  595. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.util.OpenmrsSecurityManagerTest
  596. [INFO] Running org.openmrs.util.SecurityTest
  597. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.openmrs.util.SecurityTest
  598. [INFO] Running org.openmrs.util.MemoryAppenderTest
  599. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.openmrs.util.MemoryAppenderTest
  600. [INFO] Running org.openmrs.util.DrugsByNameComparatorTest
  601. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DrugsByNameComparatorTest
  602. [INFO] Running org.openmrs.util.LocaleUtilityTest
  603. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.openmrs.util.LocaleUtilityTest
  604. [INFO] Running org.openmrs.util.DateUtilTest
  605. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DateUtilTest
  606. [INFO] Running org.openmrs.util.DoubleRangeTest
  607. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.DoubleRangeTest
  608. [INFO] Running org.openmrs.util.UserByNameComparatorTest
  609. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.UserByNameComparatorTest
  610. [INFO] Running org.openmrs.test.matchers.HasGlobalErrorsTest
  611. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasGlobalErrorsTest
  612. [INFO] Running org.openmrs.test.matchers.HasFieldErrorsTest
  613. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.test.matchers.HasFieldErrorsTest
  614. [INFO] Running org.openmrs.SimpleDosingInstructionsTest
  615. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.SimpleDosingInstructionsTest
  616. [INFO] Running org.openmrs.BaseCustomizableMetadataTest
  617. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.openmrs.BaseCustomizableMetadataTest
  618. [INFO] Running org.openmrs.CohortTest
  619. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in org.openmrs.CohortTest
  620. [INFO] Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  621. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  622. [INFO] Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  623. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  624. [INFO] Running org.openmrs.DurationTest
  625. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.openmrs.DurationTest
  626. [INFO] Running org.openmrs.serialization.SimpleXStreamSerializerTest
  627. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  628. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  629. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  630. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.openmrs.serialization.SimpleXStreamSerializerTest
  631. [INFO] Running org.openmrs.serialization.JavaSerializationTest
  632. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.openmrs.serialization.JavaSerializationTest
  633. [INFO] Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  634. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  635. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  636. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  637. [INFO] Running org.openmrs.propertyeditor.FormEditorTest
  638. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.openmrs.propertyeditor.FormEditorTest
  639. [INFO] Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  640. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  641. [INFO] Running org.openmrs.propertyeditor.ProviderEditorTest
  642. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 s - in org.openmrs.propertyeditor.ProviderEditorTest
  643. [INFO] Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  644. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  645. [INFO] Running org.openmrs.propertyeditor.LocationTagEditorTest
  646. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.openmrs.propertyeditor.LocationTagEditorTest
  647. [INFO] Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  648. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  649. [INFO] Running org.openmrs.propertyeditor.EncounterEditorTest
  650. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.openmrs.propertyeditor.EncounterEditorTest
  651. [INFO] Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  652. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  653. [INFO] Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  654. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  655. [INFO] Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  656. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  657. [INFO] Running org.openmrs.propertyeditor.ConceptNameEditorTest
  658. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.propertyeditor.ConceptNameEditorTest
  659. [INFO] Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  660. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  661. [INFO] Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  662. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  663. [INFO] Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  664. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  665. [INFO] Running org.openmrs.propertyeditor.ProgramEditorTest
  666. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.openmrs.propertyeditor.ProgramEditorTest
  667. [INFO] Running org.openmrs.propertyeditor.LocationEditorTest
  668. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.propertyeditor.LocationEditorTest
  669. [INFO] Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  670. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  671. [INFO] Running org.openmrs.propertyeditor.OrderEditorTest
  672. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.openmrs.propertyeditor.OrderEditorTest
  673. [INFO] Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  674. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  675. [INFO] Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  676. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  677. [INFO] Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  678. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  679. [INFO] Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  680. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  681. [INFO] Running org.openmrs.propertyeditor.ConceptEditorTest
  682. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.propertyeditor.ConceptEditorTest
  683. [INFO] Running org.openmrs.propertyeditor.ConceptClassEditorTest
  684. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.openmrs.propertyeditor.ConceptClassEditorTest
  685. [INFO] Running org.openmrs.propertyeditor.RoleEditorTest
  686. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.propertyeditor.RoleEditorTest
  687. [INFO] Running org.openmrs.propertyeditor.VisitEditorTest
  688. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.openmrs.propertyeditor.VisitEditorTest
  689. [INFO] Running org.openmrs.propertyeditor.DrugEditorTest
  690. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.openmrs.propertyeditor.DrugEditorTest
  691. [INFO] Running org.openmrs.propertyeditor.CohortEditorTest
  692. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.openmrs.propertyeditor.CohortEditorTest
  693. [INFO] Running org.openmrs.propertyeditor.UserEditorTest
  694. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.openmrs.propertyeditor.UserEditorTest
  695. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  696. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  697. [INFO] Running org.openmrs.propertyeditor.VisitTypeEditorTest
  698. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.openmrs.propertyeditor.VisitTypeEditorTest
  699. [INFO] Running org.openmrs.propertyeditor.PrivilegeEditorTest
  700. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.openmrs.propertyeditor.PrivilegeEditorTest
  701. [INFO] Running org.openmrs.propertyeditor.PersonEditorTest
  702. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.openmrs.propertyeditor.PersonEditorTest
  703. [INFO] Running org.openmrs.propertyeditor.PatientEditorTest
  704. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.openmrs.propertyeditor.PatientEditorTest
  705. [INFO] Running org.openmrs.RoleTest
  706. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.RoleTest
  707. [INFO] Running org.openmrs.DrugTest
  708. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.DrugTest
  709. [INFO] Running org.openmrs.CohortMembershipTest
  710. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.CohortMembershipTest
  711. [INFO] Running org.openmrs.EncounterRoleTest
  712. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterRoleTest
  713. [INFO] Running org.openmrs.ProviderTest
  714. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ProviderTest
  715. [INFO] Running org.openmrs.ConceptReferenceTermTest
  716. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ConceptReferenceTermTest
  717. [INFO] Running org.openmrs.PersonNameTest
  718. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonNameTest
  719. [INFO] Running org.openmrs.LocationTest
  720. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.LocationTest
  721. [INFO] Running org.openmrs.ConceptNumericTest
  722. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.openmrs.ConceptNumericTest
  723. [INFO] Running org.openmrs.module.ModuleExtensionsTest
  724. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.openmrs.module.ModuleExtensionsTest
  725. [INFO] Running org.openmrs.module.ModuleFileParserUnitTest
  726. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  727. [Fatal Error] :-1:-1: Premature end of file.
  728. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.openmrs.module.ModuleFileParserUnitTest
  729. [INFO] Running org.openmrs.module.ModuleTest
  730. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.ModuleTest
  731. [INFO] Running org.openmrs.module.ModuleClassLoaderTest
  732. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.openmrs.module.ModuleClassLoaderTest
  733. [INFO] Running org.openmrs.module.VersionComparatorTest
  734. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.VersionComparatorTest
  735. [INFO] Running org.openmrs.module.UpdateFileParserTest
  736. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.module.UpdateFileParserTest
  737. [INFO] Running org.openmrs.module.ModuleActivatorTest
  738. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s - in org.openmrs.module.ModuleActivatorTest
  739. [INFO] Running org.openmrs.module.ModuleFactoryTest
  740. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.openmrs.module.ModuleFactoryTest
  741. [INFO] Running org.openmrs.module.ModuleInteroperabilityTest
  742. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.openmrs.module.ModuleInteroperabilityTest
  743. [INFO] Running org.openmrs.module.ModuleFileParserTest
  744. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.openmrs.module.ModuleFileParserTest
  745. [INFO] Running org.openmrs.module.ModuleUtilTest
  746. [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s - in org.openmrs.module.ModuleUtilTest
  747. [INFO] Running org.openmrs.liquibase.ChangeLogDetectiveTest
  748. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.openmrs.liquibase.ChangeLogDetectiveTest
  749. [INFO] Running org.openmrs.liquibase.ChangeLogVersionFinderTest
  750. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.liquibase.ChangeLogVersionFinderTest
  751. [INFO] Running org.openmrs.liquibase.ChangeLogVersionsTest
  752. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.liquibase.ChangeLogVersionsTest
  753. [INFO] Running org.openmrs.logic.result.EmptyResultTest
  754. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.logic.result.EmptyResultTest
  755. [INFO] Running org.openmrs.logic.result.ResultTest
  756. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.logic.result.ResultTest
  757. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  758. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  759. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  760. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.837 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  761. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  762. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  763. [INFO] Running org.openmrs.annotation.StartModuleAnnotationTest
  764. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.openmrs.annotation.StartModuleAnnotationTest
  765. [INFO] Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  766. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  767. [INFO] Running org.openmrs.PatientStateTest
  768. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.PatientStateTest
  769. [INFO] Running org.openmrs.obs.TextHandlerTest
  770. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.openmrs.obs.TextHandlerTest
  771. [INFO] Running org.openmrs.obs.AbstractHandlerTest
  772. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s - in org.openmrs.obs.AbstractHandlerTest
  773. [INFO] Running org.openmrs.obs.BinaryDataHandlerTest
  774. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 s - in org.openmrs.obs.BinaryDataHandlerTest
  775. [INFO] Running org.openmrs.obs.BinaryStreamHandlerTest
  776. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.openmrs.obs.BinaryStreamHandlerTest
  777. [INFO] Running org.openmrs.obs.MediaHandlerTest
  778. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s - in org.openmrs.obs.MediaHandlerTest
  779. [INFO] Running org.openmrs.obs.ImageHandlerTest
  780. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.openmrs.obs.ImageHandlerTest
  781. [INFO] Running org.openmrs.order.OrderUtilTest
  782. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.order.OrderUtilTest
  783. [INFO] Running org.openmrs.AllergiesTest
  784. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 s - in org.openmrs.AllergiesTest
  785. [INFO] Running org.openmrs.UserTest
  786. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.UserTest
  787. [INFO] Running org.openmrs.FormTest
  788. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.FormTest
  789. [INFO] Running org.openmrs.notification.MessageTest
  790. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.notification.MessageTest
  791. [INFO] Running org.openmrs.notification.AlertServiceTest
  792. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 s - in org.openmrs.notification.AlertServiceTest
  793. [INFO] Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  794. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  795. [INFO] Running org.openmrs.OrderTypeTest
  796. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderTypeTest
  797. [INFO] Running org.openmrs.PatientTest
  798. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.PatientTest
  799. [INFO] Running org.openmrs.EncounterTypeTest
  800. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.EncounterTypeTest
  801. [INFO] Running org.openmrs.PersonAttributeTest
  802. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.openmrs.PersonAttributeTest
  803. [INFO] Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  804. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  805. [INFO] Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  806. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  807. [INFO] Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  808. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  809. [INFO] Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  810. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  811. [INFO] Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  812. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  813. [INFO] Running org.openmrs.BaseFormRecordableOpenmrsDataTest
  814. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.BaseFormRecordableOpenmrsDataTest
  815. [INFO] Running org.openmrs.layout.name.NameTemplateTest
  816. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in org.openmrs.layout.name.NameTemplateTest
  817. [INFO] Running org.openmrs.PatientProgramTest
  818. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientProgramTest
  819. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  820. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  821. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  822. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  823. [INFO] Running liquibase.ext.change.core.InsertWithUuidDataChangeTest
  824. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in liquibase.ext.change.core.InsertWithUuidDataChangeTest
  825. [INFO] Running liquibase.ext.datatype.core.MySQLBooleanTypeTest
  826. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in liquibase.ext.datatype.core.MySQLBooleanTypeTest
  827. [INFO] Running org.openmrs.util.ThreadSafeCircularFifoQueueTest
  828. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.openmrs.util.ThreadSafeCircularFifoQueueTest
  829. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  830. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.1 s - in org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  831. [INFO] Running org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  832. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  833. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  834. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.84 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  835. [INFO]
  836. [INFO] Results:
  837. [INFO]
  838. [WARNING] Tests run: 4350, Failures: 0, Errors: 0, Skipped: 36
  839. [INFO]
  840. [INFO]
  841. [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ openmrs-api ---
  842. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/api/target/openmrs-api-2.5.0-SNAPSHOT.jar
  843. [INFO]
  844. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs-api ---
  845. [INFO] Building jar: /home/travis/build/openmrs/openmrs-core/api/target/openmrs-api-2.5.0-SNAPSHOT-tests.jar
  846. [INFO]
  847. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-api ---
  848. [INFO] Checking licenses...
  849. [INFO]
  850. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-api ---
  851. [INFO] Installing /home/travis/build/openmrs/openmrs-core/api/target/openmrs-api-2.5.0-SNAPSHOT.jar to /home/travis/.m2/repository/org/openmrs/api/openmrs-api/2.5.0-SNAPSHOT/openmrs-api-2.5.0-SNAPSHOT.jar
  852. [INFO] Installing /home/travis/build/openmrs/openmrs-core/api/pom.xml to /home/travis/.m2/repository/org/openmrs/api/openmrs-api/2.5.0-SNAPSHOT/openmrs-api-2.5.0-SNAPSHOT.pom
  853. [INFO] Installing /home/travis/build/openmrs/openmrs-core/api/target/openmrs-api-2.5.0-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/openmrs/api/openmrs-api/2.5.0-SNAPSHOT/openmrs-api-2.5.0-SNAPSHOT-tests.jar
  854. [INFO]
  855. [INFO] ------------------------------------------------------------------------
  856. [INFO] Building openmrs-web 2.5.0-SNAPSHOT
  857. [INFO] ------------------------------------------------------------------------
  858. [INFO]
  859. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-web ---
  860. [INFO] Deleting /home/travis/build/openmrs/openmrs-core/web/target
  861. [INFO]
  862. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-web ---
  863. [INFO]
  864. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-web ---
  865. [INFO]
  866. [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (prepare-agent) @ openmrs-web ---
  867. [INFO] argLine set to -javaagent:/home/travis/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/travis/build/openmrs/openmrs-core/web/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g -Djava.locale.providers=COMPAT
  868. [INFO]
  869. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  870. [INFO] Using 'UTF-8' encoding to format source files.
  871. [INFO] Number of files to be formatted: 60
  872. [INFO] Successfully formatted: 0 file(s)
  873. [INFO] Fail to format : 0 file(s)
  874. [INFO] Skipped : 60 file(s)
  875. [INFO] Approximate time taken: 0s
  876. [INFO]
  877. [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-web ---
  878. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  879. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  880. [INFO] Copying 22 resources
  881. [INFO]
  882. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-web ---
  883. [INFO] Changes detected - recompiling the module!
  884. [INFO] Compiling 40 source files to /home/travis/build/openmrs/openmrs-core/web/target/classes
  885. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/main/java/org/openmrs/web/filter/initialization/InitializationFilter.java: Some input files use or override a deprecated API.
  886. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/main/java/org/openmrs/web/filter/initialization/InitializationFilter.java: Recompile with -Xlint:deprecation for details.
  887. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: /home/travis/build/openmrs/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java uses unchecked or unsafe operations.
  888. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: Recompile with -Xlint:unchecked for details.
  889. [INFO]
  890. [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-web ---
  891. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  892. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  893. [INFO] Copying 3 resources
  894. [INFO]
  895. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-web ---
  896. [INFO] Changes detected - recompiling the module!
  897. [INFO] Compiling 20 source files to /home/travis/build/openmrs/openmrs-core/web/target/test-classes
  898. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Some input files use or override a deprecated API.
  899. [INFO] /home/travis/build/openmrs/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Recompile with -Xlint:deprecation for details.
  900. [INFO]
  901. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-web ---
  902. [INFO]
  903. [INFO] -------------------------------------------------------
  904. [INFO] T E S T S
  905. [INFO] -------------------------------------------------------
  906. [INFO] Running org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  907. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s - in org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  908. [INFO] Running org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  909. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  910. [INFO] Running org.openmrs.web.filter.update.util.CurrentUsersTest
  911. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.714 s - in org.openmrs.web.filter.update.util.CurrentUsersTest
  912. [INFO] Running org.openmrs.web.filter.update.util.FilterUtilTest
  913. [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.771 s <<< FAILURE! - in org.openmrs.web.filter.update.util.FilterUtilTest
  914. [ERROR] storeLocale_shouldStoreLocale Time elapsed: 0.013 s <<< ERROR!
  915. java.lang.IllegalStateException: Failed to load ApplicationContext
  916. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  917. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  918. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  919. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  920. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  921. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  922. Caused by: java.lang.IllegalStateException: Cache provider not started
  923. Caused by: org.hibernate.cache.CacheException:
  924. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  925. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  926. 2. Shutdown the earlier cacheManager before creating new one with same name.
  927. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  928. Caused by: net.sf.ehcache.CacheException:
  929. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  930. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  931. 2. Shutdown the earlier cacheManager before creating new one with same name.
  932. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  933. [ERROR] storeLocale_shouldRestoreLocale Time elapsed: 0.008 s <<< ERROR!
  934. java.lang.IllegalStateException: Failed to load ApplicationContext
  935. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  936. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  937. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  938. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  939. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  940. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  941. Caused by: java.lang.IllegalStateException: Cache provider not started
  942. Caused by: org.hibernate.cache.CacheException:
  943. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  944. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  945. 2. Shutdown the earlier cacheManager before creating new one with same name.
  946. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  947. Caused by: net.sf.ehcache.CacheException:
  948. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  949. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  950. 2. Shutdown the earlier cacheManager before creating new one with same name.
  951. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  952. [INFO] Running org.openmrs.web.filter.update.GZIPFilterTest
  953. [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.043 s <<< FAILURE! - in org.openmrs.web.filter.update.GZIPFilterTest
  954. [ERROR] zipRequestWrapperTest_shouldReturnTrueIfUnzippedContentReadFromWrapperIsTheSameAsContentBeforeZipping Time elapsed: 0.006 s <<< ERROR!
  955. java.lang.IllegalStateException: Failed to load ApplicationContext
  956. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  957. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  958. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  959. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  960. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  961. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  962. Caused by: java.lang.IllegalStateException: Cache provider not started
  963. Caused by: org.hibernate.cache.CacheException:
  964. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  965. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  966. 2. Shutdown the earlier cacheManager before creating new one with same name.
  967. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  968. Caused by: net.sf.ehcache.CacheException:
  969. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  970. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  971. 2. Shutdown the earlier cacheManager before creating new one with same name.
  972. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  973. [INFO] Running org.openmrs.web.filter.update.UpdateFilterModelTest
  974. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.openmrs.web.filter.update.UpdateFilterModelTest
  975. [INFO] Running org.openmrs.web.filter.update.UpdateFilterTest
  976. [ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 4.911 s <<< FAILURE! - in org.openmrs.web.filter.update.UpdateFilterTest
  977. [ERROR] isSuperUser_shouldReturnFalseIfGivenUserDoesNotHaveTheSuperUserRole Time elapsed: 0.004 s <<< ERROR!
  978. java.lang.IllegalStateException: Failed to load ApplicationContext
  979. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  980. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  981. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  982. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  983. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  984. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  985. Caused by: java.lang.IllegalStateException: Cache provider not started
  986. Caused by: org.hibernate.cache.CacheException:
  987. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  988. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  989. 2. Shutdown the earlier cacheManager before creating new one with same name.
  990. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  991. Caused by: net.sf.ehcache.CacheException:
  992. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  993. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  994. 2. Shutdown the earlier cacheManager before creating new one with same name.
  995. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  996. [ERROR] authenticateAsSuperUser_shouldReturnTrueIfGivenUserIsSuperuser Time elapsed: 0.005 s <<< ERROR!
  997. java.lang.IllegalStateException: Failed to load ApplicationContext
  998. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  999. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1000. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1001. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1002. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1003. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1004. Caused by: java.lang.IllegalStateException: Cache provider not started
  1005. Caused by: org.hibernate.cache.CacheException:
  1006. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1007. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1008. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1009. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1010. Caused by: net.sf.ehcache.CacheException:
  1011. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1012. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1013. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1014. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1015. [ERROR] authenticateAsSuperUser_shouldReturnFalseIfGivenUserIsNotSuperuser Time elapsed: 0 s <<< ERROR!
  1016. java.lang.IllegalStateException: Failed to load ApplicationContext
  1017. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1018. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1019. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1020. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1021. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1022. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1023. Caused by: java.lang.IllegalStateException: Cache provider not started
  1024. Caused by: org.hibernate.cache.CacheException:
  1025. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1026. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1027. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1028. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1029. Caused by: net.sf.ehcache.CacheException:
  1030. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1031. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1032. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1033. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1034. [ERROR] authenticateAsSuperUser_shouldReturnFalseIfGivenInvalidCredentials Time elapsed: 0.004 s <<< ERROR!
  1035. java.lang.IllegalStateException: Failed to load ApplicationContext
  1036. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1037. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1038. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1039. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1040. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1041. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1042. Caused by: java.lang.IllegalStateException: Cache provider not started
  1043. Caused by: org.hibernate.cache.CacheException:
  1044. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1045. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1046. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1047. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1048. Caused by: net.sf.ehcache.CacheException:
  1049. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1050. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1051. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1052. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1053. [ERROR] isSuperUser_shouldReturnTrueIfGivenUserHasSuperuserRole Time elapsed: 0.005 s <<< ERROR!
  1054. java.lang.IllegalStateException: Failed to load ApplicationContext
  1055. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1056. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1057. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1058. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1059. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1060. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1061. Caused by: java.lang.IllegalStateException: Cache provider not started
  1062. Caused by: org.hibernate.cache.CacheException:
  1063. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1064. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1065. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1066. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1067. Caused by: net.sf.ehcache.CacheException:
  1068. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1069. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1070. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1071. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1072. [INFO] Running org.openmrs.web.context.AltAuthSchemeContextTest
  1073. [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.894 s <<< FAILURE! - in org.openmrs.web.context.AltAuthSchemeContextTest
  1074. [ERROR] authenticate_shouldAuthenticateUserWithAlternateScheme Time elapsed: 0.003 s <<< ERROR!
  1075. java.lang.IllegalStateException: Failed to load ApplicationContext
  1076. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'mutableResourceBundleMessageSource' while setting bean property 'activeMessageSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1077. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mutableResourceBundleMessageSource' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1078. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1079. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1080. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1081. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cache provider not started
  1082. Caused by: java.lang.IllegalStateException: Cache provider not started
  1083. Caused by: org.hibernate.cache.CacheException:
  1084. net.sf.ehcache.CacheException: Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1085. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1086. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1087. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1088. Caused by: net.sf.ehcache.CacheException:
  1089. Another CacheManager with same name 'hibernateCache' already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:
  1090. 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary
  1091. 2. Shutdown the earlier cacheManager before creating new one with same name.
  1092. The source of the existing CacheManager is: DefaultConfigurationSource [ ehcache.xml or ehcache-failsafe.xml ]
  1093. [INFO] Running org.openmrs.web.WebDaemonTest
  1094. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.openmrs.web.WebDaemonTest
  1095. [INFO] Running org.openmrs.web.WebUtilTest
  1096. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.openmrs.web.WebUtilTest
  1097. [INFO] Running org.openmrs.module.filter.ModuleFilterDefinitionTest
  1098. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.openmrs.module.filter.ModuleFilterDefinitionTest
  1099. [INFO] Running org.openmrs.module.web.WebModuleUtilTest
  1100. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.openmrs.module.web.WebModuleUtilTest
  1101. [INFO]
  1102. [INFO] Results:
  1103. [INFO]
  1104. [ERROR] Errors:
  1105. [ERROR] AltAuthSchemeContextTest.authenticate_shouldAuthenticateUserWithAlternateScheme » IllegalState
  1106. [ERROR] GZIPFilterTest.zipRequestWrapperTest_shouldReturnTrueIfUnzippedContentReadFromWrapperIsTheSameAsContentBeforeZipping » IllegalState
  1107. [ERROR] UpdateFilterTest.authenticateAsSuperUser_shouldReturnFalseIfGivenInvalidCredentials » IllegalState
  1108. [ERROR] UpdateFilterTest.authenticateAsSuperUser_shouldReturnFalseIfGivenUserIsNotSuperuser » IllegalState
  1109. [ERROR] UpdateFilterTest.authenticateAsSuperUser_shouldReturnTrueIfGivenUserIsSuperuser » IllegalState
  1110. [ERROR] UpdateFilterTest.isSuperUser_shouldReturnFalseIfGivenUserDoesNotHaveTheSuperUserRole » IllegalState
  1111. [ERROR] UpdateFilterTest.isSuperUser_shouldReturnTrueIfGivenUserHasSuperuserRole » IllegalState
  1112. [ERROR] FilterUtilTest.storeLocale_shouldRestoreLocale » IllegalState Failed to load A...
  1113. [ERROR] FilterUtilTest.storeLocale_shouldStoreLocale » IllegalState Failed to load App...
  1114. [INFO]
  1115. [ERROR] Tests run: 49, Failures: 0, Errors: 9, Skipped: 0
  1116. [INFO]
  1117. [INFO] ------------------------------------------------------------------------
  1118. [INFO] Reactor Summary:
  1119. [INFO]
  1120. [INFO] OpenMRS ............................................ SUCCESS [ 3.613 s]
  1121. [INFO] openmrs-tools ...................................... SUCCESS [ 0.475 s]
  1122. [INFO] openmrs-test ....................................... SUCCESS [ 0.086 s]
  1123. [INFO] openmrs-api ........................................ SUCCESS [04:21 min]
  1124. [INFO] openmrs-web ........................................ FAILURE [ 29.953 s]
  1125. [INFO] openmrs-webapp ..................................... SKIPPED
  1126. [INFO] openmrs-liquibase .................................. SKIPPED
  1127. [INFO] ------------------------------------------------------------------------
  1128. [INFO] BUILD FAILURE
  1129. [INFO] ------------------------------------------------------------------------
  1130. [INFO] Total time: 04:55 min
  1131. [INFO] Finished at: 2021-03-08T12:40:14Z
  1132. [INFO] Final Memory: 69M/801M
  1133. [INFO] ------------------------------------------------------------------------
  1134. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project openmrs-web: There are test failures.
  1135. [ERROR]
  1136. [ERROR] Please refer to /home/travis/build/openmrs/openmrs-core/web/target/surefire-reports for the individual test results.
  1137. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  1138. [ERROR] -> [Help 1]
  1139. [ERROR]
  1140. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1141. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1142. [ERROR]
  1143. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1144. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1145. [ERROR]
  1146. [ERROR] After correcting the problems, you can resume the build with the command
  1147. [ERROR] mvn <goals> -rf :openmrs-web
  1148. The command "mvn clean install --batch-mode && mvn test -Pskip-default-test -Pintegration-test" exited with 1.
  1149. Done. Your build exited with 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement