makanga

Untitled

Sep 16th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 351.30 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18363.628]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\HP>git clone https://github.com/ReganMakanga/openmrs-core.git
  5. Cloning into 'openmrs-core'...
  6. fatal: unable to access 'https://github.com/ReganMakanga/openmrs-core.git/': Could not resolve host: github.com
  7.  
  8. C:\Users\HP>git clone https://github.com/ReganMakanga/openmrs-core.git
  9. Cloning into 'openmrs-core'...
  10. remote: Enumerating objects: 224126, done.
  11. remote: Total 224126 (delta 0), reused 0 (delta 0), pack-reused 224126
  12. Receiving objects: 100% (224126/224126), 228.98 MiB | 493.00 KiB/s, done.
  13. Resolving deltas: 100% (124839/124839), done.
  14. Updating files: 100% (1708/1708), done.
  15.  
  16. C:\Users\HP>cd openmrs-core
  17.  
  18. C:\Users\HP\openmrs-core>mvn clean install
  19. [INFO] Scanning for projects...
  20. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/javax/annotation/javax.annotation-api/maven-metadata.xml
  21. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/javax/annotation/javax.annotation-api/maven-metadata.xml (564 B at 80 B/s)
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Reactor Build Order:
  24. [INFO]
  25. [INFO] OpenMRS [pom]
  26. [INFO] openmrs-tools [jar]
  27. [INFO] openmrs-test [pom]
  28. [INFO] openmrs-api [jar]
  29. [INFO] openmrs-web [jar]
  30. [INFO] openmrs-webapp [war]
  31. [INFO] openmrs-liquibase [jar]
  32. [INFO]
  33. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  34. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  35. [INFO] --------------------------------[ pom ]---------------------------------
  36. [INFO]
  37. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  38. [INFO]
  39. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  40. [INFO] ShortRevision tag detected. The value is '6'.
  41. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  42. [INFO] Working directory: C:\Users\HP\openmrs-core
  43. [INFO] Storing buildNumber: 62747e at timestamp: 1663337987478
  44. [INFO] Storing buildScmBranch: master
  45. [INFO]
  46. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  47. [INFO]
  48. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs ---
  49. [WARNING] JAR will be empty - no content was marked for inclusion!
  50. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  51. [INFO]
  52. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  53. [INFO] Checking licenses...
  54. [INFO]
  55. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  56. [INFO] Installing C:\Users\HP\openmrs-core\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT.pom
  57. [INFO] Installing C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT-tests.jar
  58. [INFO]
  59. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  60. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  61. [INFO] --------------------------------[ jar ]---------------------------------
  62. [INFO]
  63. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  64. [INFO]
  65. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  66. [INFO]
  67. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  68. [INFO]
  69. [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-tools ---
  70. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  71. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  72. [INFO] Copying 4 resources
  73. [INFO]
  74. [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ openmrs-tools ---
  75. [INFO] No sources to compile
  76. [INFO]
  77. [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-tools ---
  78. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  79. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  80. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  81. [INFO]
  82. [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ openmrs-tools ---
  83. [INFO] No sources to compile
  84. [INFO]
  85. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  86. [INFO] No tests to run.
  87. [INFO]
  88. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-tools ---
  89. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  90. [INFO]
  91. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-tools ---
  92. [WARNING] JAR will be empty - no content was marked for inclusion!
  93. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  94. [INFO]
  95. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  96. [INFO] Checking licenses...
  97. [INFO]
  98. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  99. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.jar
  100. [INFO] Installing C:\Users\HP\openmrs-core\tools\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.pom
  101. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  102. [INFO]
  103. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  104. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  105. [INFO] --------------------------------[ pom ]---------------------------------
  106. [INFO]
  107. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  108. [INFO]
  109. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  110. [INFO]
  111. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  112. [INFO]
  113. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-test ---
  114. [WARNING] JAR will be empty - no content was marked for inclusion!
  115. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  116. [INFO]
  117. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  118. [INFO] Checking licenses...
  119. [INFO]
  120. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  121. [INFO] Installing C:\Users\HP\openmrs-core\test\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT.pom
  122. [INFO] Installing C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  123. [INFO]
  124. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  125. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  126. [INFO] --------------------------------[ jar ]---------------------------------
  127. [INFO]
  128. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  129. [INFO]
  130. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  131. [INFO]
  132. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  133. [INFO]
  134. [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ openmrs-api ---
  135. [INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=C:\\Users\\HP\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
  136. [INFO]
  137. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  138. [INFO] Using 'UTF-8' encoding to format source files.
  139. [INFO] Number of files to be formatted: 1101
  140. [INFO] Successfully formatted: 0 file(s)
  141. [INFO] Fail to format : 0 file(s)
  142. [INFO] Skipped : 1101 file(s)
  143. [INFO] Approximate time taken: 5s
  144. [INFO]
  145. [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-api ---
  146. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  147. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  148. [INFO] Copying 1 resource
  149. [INFO] Copying 161 resources
  150. [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
  151. [INFO]
  152. [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ openmrs-api ---
  153. [INFO] Changes detected - recompiling the module!
  154. [INFO] Compiling 739 source files to C:\Users\HP\openmrs-core\api\target\classes
  155. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  156. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  157. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  158. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  159. [INFO]
  160. [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-api ---
  161. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  162. [INFO] Using 'UTF-8' encoding to copy filtered properties files.
  163. [INFO] Copying 149 resources
  164. [INFO]
  165. [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ openmrs-api ---
  166. [INFO] Changes detected - recompiling the module!
  167. [INFO] Compiling 362 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  168. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Some input files use or override a deprecated API.
  169. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  170. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  171. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  172. [INFO]
  173. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  174. [INFO]
  175. [INFO] -------------------------------------------------------
  176. [INFO] T E S T S
  177. [INFO] -------------------------------------------------------
  178. 17:20:46.360 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  179. [INFO] Running liquibase.ext.change.core.InsertWithUuidDataChangeTest
  180. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in liquibase.ext.change.core.InsertWithUuidDataChangeTest
  181. [INFO] Running liquibase.ext.datatype.core.MySQLBooleanTypeTest
  182. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s - in liquibase.ext.datatype.core.MySQLBooleanTypeTest
  183. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  184. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  185. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  186. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  187. [INFO] Running org.openmrs.AllergenTest
  188. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.311 s - in org.openmrs.AllergenTest
  189. [INFO] Running org.openmrs.AllergiesTest
  190. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.569 s - in org.openmrs.AllergiesTest
  191. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  192. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.395 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  193. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  194. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.681 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  195. [INFO] Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  196. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.419 s - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  197. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  198. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.043 s - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  199. [INFO] Running org.openmrs.annotation.StartModuleAnnotationTest
  200. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.856 s - in org.openmrs.annotation.StartModuleAnnotationTest
  201. [INFO] Running org.openmrs.aop.AuthorizationAdviceTest
  202. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.841 s - in org.openmrs.aop.AuthorizationAdviceTest
  203. [INFO] Running org.openmrs.aop.RequiredDataAdviceTest
  204. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in org.openmrs.aop.RequiredDataAdviceTest
  205. [INFO] Running org.openmrs.api.AdministrationServiceTest
  206. [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 5.385 s - in org.openmrs.api.AdministrationServiceTest
  207. [INFO] Running org.openmrs.api.AdministrationServiceUnitTest
  208. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.openmrs.api.AdministrationServiceUnitTest
  209. [INFO] Running org.openmrs.api.cache.CachePropertiesUtilTest
  210. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.cache.CachePropertiesUtilTest
  211. [INFO] Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  212. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.431 s - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  213. [INFO] Running org.openmrs.api.CohortServiceTest
  214. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.753 s - in org.openmrs.api.CohortServiceTest
  215. [INFO] Running org.openmrs.api.ConceptServiceTest
  216. [ERROR] Tests run: 254, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 274.882 s <<< FAILURE! - in org.openmrs.api.ConceptServiceTest
  217. [ERROR] saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections Time elapsed: 1.742 s <<< FAILURE!
  218. org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
  219. at org.openmrs.api.ConceptServiceTest.saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections(ConceptServiceTest.java:2594)
  220.  
  221. [INFO] Running org.openmrs.api.context.ContextTest
  222. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.85 s - in org.openmrs.api.context.ContextTest
  223. [INFO] Running org.openmrs.api.context.ContextWithModuleTest
  224. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82 s - in org.openmrs.api.context.ContextWithModuleTest
  225. [INFO] Running org.openmrs.api.context.DaemonTest
  226. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 s - in org.openmrs.api.context.DaemonTest
  227. [INFO] Running org.openmrs.api.DatatypeServiceTest
  228. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s - in org.openmrs.api.DatatypeServiceTest
  229. [INFO] Running org.openmrs.api.db.ConceptDAOTest
  230. [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.211 s - in org.openmrs.api.db.ConceptDAOTest
  231. [INFO] Running org.openmrs.api.db.ContextDAOTest
  232. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.454 s - in org.openmrs.api.db.ContextDAOTest
  233. [INFO] Running org.openmrs.api.db.EncounterDAOTest
  234. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 s - in org.openmrs.api.db.EncounterDAOTest
  235. [INFO] Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  236. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  237. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 s - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  238. [INFO] Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  239. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  240. [INFO] Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  241. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.781 s - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  242. [INFO] Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  243. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.324 s - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  244. [INFO] Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  245. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.412 s - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  246. [INFO] Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  247. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  248. [INFO] Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  249. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.58 s - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  250. [INFO] Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  251. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.935 s - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  252. [INFO] Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  253. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  254. [INFO] Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  255. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 s - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  256. [INFO] Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  257. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.714 s - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  258. [INFO] Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  259. [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.676 s - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  260. [INFO] Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  261. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  262. [INFO] Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  263. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  264. [INFO] Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  265. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 s - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  266. [INFO] Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  267. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 s - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  268. [INFO] Running org.openmrs.api.db.hibernate.ProviderDAOTest
  269. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 s - in org.openmrs.api.db.hibernate.ProviderDAOTest
  270. [INFO] Running org.openmrs.api.db.PatientDAOTest
  271. [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 158.614 s - in org.openmrs.api.db.PatientDAOTest
  272. [INFO] Running org.openmrs.api.db.PersonDAOTest
  273. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s - in org.openmrs.api.db.PersonDAOTest
  274. [INFO] Running org.openmrs.api.db.ProgramWorkflowDAOTest
  275. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 s - in org.openmrs.api.db.ProgramWorkflowDAOTest
  276. [INFO] Running org.openmrs.api.db.SerializedObjectDAOTest
  277. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.016 s - in org.openmrs.api.db.SerializedObjectDAOTest
  278. [INFO] Running org.openmrs.api.db.UserDAOTest
  279. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 s - in org.openmrs.api.db.UserDAOTest
  280. [INFO] Running org.openmrs.api.db.VisitDAOTest
  281. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.137 s - in org.openmrs.api.db.VisitDAOTest
  282. [INFO] Running org.openmrs.api.EncounterServiceTest
  283. [WARNING] Tests run: 146, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 37.93 s - in org.openmrs.api.EncounterServiceTest
  284. [INFO] Running org.openmrs.api.FormServiceTest
  285. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.474 s - in org.openmrs.api.FormServiceTest
  286. [INFO] Running org.openmrs.api.handler.BaseRetireHandlerTest
  287. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseRetireHandlerTest
  288. [INFO] Running org.openmrs.api.handler.BaseUnretireHandlerTest
  289. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnretireHandlerTest
  290. [INFO] Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  291. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  292. [INFO] Running org.openmrs.api.handler.BaseVoidHandlerTest
  293. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseVoidHandlerTest
  294. [INFO] Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  295. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  296. [INFO] Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  297. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.719 s - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  298. [INFO] Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  299. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.903 s - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  300. [INFO] Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  301. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  302. [INFO] Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  303. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  304. [INFO] Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  305. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.316 s - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  306. [INFO] Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  307. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.957 s - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  308. [INFO] Running org.openmrs.api.handler.PersonSaveHandlerTest
  309. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2 s - in org.openmrs.api.handler.PersonSaveHandlerTest
  310. [INFO] Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  311. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  312. [INFO] Running org.openmrs.api.handler.PersonVoidHandlerTest
  313. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 s - in org.openmrs.api.handler.PersonVoidHandlerTest
  314. [INFO] Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  315. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.99 s - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  316. [INFO] Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  317. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  318. [INFO] Running org.openmrs.api.impl.ConceptServiceImplTest
  319. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.552 s - in org.openmrs.api.impl.ConceptServiceImplTest
  320. [INFO] Running org.openmrs.api.impl.ConditionServiceImplTest
  321. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 s - in org.openmrs.api.impl.ConditionServiceImplTest
  322. [INFO] Running org.openmrs.api.impl.DiagnosisServiceImplTest
  323. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.735 s - in org.openmrs.api.impl.DiagnosisServiceImplTest
  324. [INFO] Running org.openmrs.api.impl.GlobalLocaleListTest
  325. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.openmrs.api.impl.GlobalLocaleListTest
  326. [INFO] Running org.openmrs.api.impl.PatientServiceImplTest
  327. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s - in org.openmrs.api.impl.PatientServiceImplTest
  328. [INFO] Running org.openmrs.api.impl.SerializationServiceImplTest
  329. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.SerializationServiceImplTest
  330. [INFO] Running org.openmrs.api.LocationServiceTest
  331. [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.149 s - in org.openmrs.api.LocationServiceTest
  332. [INFO] Running org.openmrs.api.ObsServiceTest
  333. [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.661 s - in org.openmrs.api.ObsServiceTest
  334. [INFO] Running org.openmrs.api.OpenmrsServiceTest
  335. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.169 s - in org.openmrs.api.OpenmrsServiceTest
  336. [INFO] Running org.openmrs.api.OrderServiceTest
  337. [WARNING] Tests run: 215, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 20.704 s - in org.openmrs.api.OrderServiceTest
  338. [INFO] Running org.openmrs.api.OrderSetServiceTest
  339. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.592 s - in org.openmrs.api.OrderSetServiceTest
  340. [INFO] Running org.openmrs.api.PatientServiceAllergyTest
  341. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.616 s - in org.openmrs.api.PatientServiceAllergyTest
  342. [INFO] Running org.openmrs.api.PatientServiceTest
  343. [WARNING] Tests run: 169, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 149.237 s - in org.openmrs.api.PatientServiceTest
  344. [INFO] Running org.openmrs.api.PersonServiceTest
  345. [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.863 s - in org.openmrs.api.PersonServiceTest
  346. [INFO] Running org.openmrs.api.ProgramWorkflowServiceTest
  347. [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.276 s - in org.openmrs.api.ProgramWorkflowServiceTest
  348. [INFO] Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  349. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  350. [INFO] Running org.openmrs.api.ProviderServiceTest
  351. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.036 s - in org.openmrs.api.ProviderServiceTest
  352. [INFO] Running org.openmrs.api.UserServiceTest
  353. [WARNING] Tests run: 113, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.075 s - in org.openmrs.api.UserServiceTest
  354. [INFO] Running org.openmrs.api.VisitServiceTest
  355. [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.912 s - in org.openmrs.api.VisitServiceTest
  356. [INFO] Running org.openmrs.attribute.AttributeIntegrationTest
  357. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.639 s - in org.openmrs.attribute.AttributeIntegrationTest
  358. [INFO] Running org.openmrs.BaseCustomizableMetadataTest
  359. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.624 s - in org.openmrs.BaseCustomizableMetadataTest
  360. [INFO] Running org.openmrs.BaseFormRecordableOpenmrsDataTest
  361. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.BaseFormRecordableOpenmrsDataTest
  362. [INFO] Running org.openmrs.BaseOpenmrsObjectTest
  363. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 s - in org.openmrs.BaseOpenmrsObjectTest
  364. [INFO] Running org.openmrs.CohortMembershipTest
  365. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.CohortMembershipTest
  366. [INFO] Running org.openmrs.CohortTest
  367. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.openmrs.CohortTest
  368. [INFO] Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  369. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  370. [INFO] Running org.openmrs.ConceptComponentTest
  371. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 s - in org.openmrs.ConceptComponentTest
  372. [INFO] Running org.openmrs.ConceptNumericTest
  373. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.759 s - in org.openmrs.ConceptNumericTest
  374. [INFO] Running org.openmrs.ConceptReferenceTermTest
  375. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ConceptReferenceTermTest
  376. [INFO] Running org.openmrs.ConceptTest
  377. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 s - in org.openmrs.ConceptTest
  378. [INFO] Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  379. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  380. [INFO] Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  381. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  382. [INFO] Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  383. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  384. [INFO] Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  385. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  386. [INFO] Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  387. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  388. [INFO] Running org.openmrs.DrugOrderTest
  389. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.openmrs.DrugOrderTest
  390. [INFO] Running org.openmrs.DrugTest
  391. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.75 s - in org.openmrs.DrugTest
  392. [INFO] Running org.openmrs.DurationTest
  393. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.648 s - in org.openmrs.DurationTest
  394. [INFO] Running org.openmrs.EncounterProviderTest
  395. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterProviderTest
  396. [INFO] Running org.openmrs.EncounterRoleTest
  397. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterRoleTest
  398. [INFO] Running org.openmrs.EncounterTest
  399. [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.openmrs.EncounterTest
  400. [INFO] Running org.openmrs.EncounterTypeTest
  401. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterTypeTest
  402. [INFO] Running org.openmrs.FormTest
  403. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.FormTest
  404. [INFO] Running org.openmrs.hl7.handler.ORUR01HandlerTest
  405. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.025 s - in org.openmrs.hl7.handler.ORUR01HandlerTest
  406. [INFO] Running org.openmrs.hl7.HL7ServiceTest
  407. [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.878 s - in org.openmrs.hl7.HL7ServiceTest
  408. [INFO] Running org.openmrs.hl7.HL7UtilTest
  409. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.hl7.HL7UtilTest
  410. [INFO] Running org.openmrs.layout.name.NameTemplateTest
  411. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s - in org.openmrs.layout.name.NameTemplateTest
  412. [INFO] Running org.openmrs.liquibase.ChangeLogDetectiveTest
  413. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.openmrs.liquibase.ChangeLogDetectiveTest
  414. [INFO] Running org.openmrs.liquibase.ChangeLogVersionFinderTest
  415. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.liquibase.ChangeLogVersionFinderTest
  416. [INFO] Running org.openmrs.liquibase.ChangeLogVersionsTest
  417. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s - in org.openmrs.liquibase.ChangeLogVersionsTest
  418. [INFO] Running org.openmrs.LocationTest
  419. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.LocationTest
  420. [INFO] Running org.openmrs.logging.Log4JCompatibilityTest
  421. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.openmrs.logging.Log4JCompatibilityTest
  422. [INFO] Running org.openmrs.logging.MemoryAppenderTest
  423. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.logging.MemoryAppenderTest
  424. [INFO] Running org.openmrs.logic.result.EmptyResultTest
  425. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.EmptyResultTest
  426. [INFO] Running org.openmrs.logic.result.ResultTest
  427. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.logic.result.ResultTest
  428. [INFO] Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  429. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  430. [INFO] Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  431. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  432. [INFO] Running org.openmrs.messagesource.MessageSourceServiceTest
  433. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 s - in org.openmrs.messagesource.MessageSourceServiceTest
  434. [INFO] Running org.openmrs.messagesource.PresentationMessageMapTest
  435. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.PresentationMessageMapTest
  436. [INFO] Running org.openmrs.module.ModuleActivatorTest
  437. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.829 s - in org.openmrs.module.ModuleActivatorTest
  438. [INFO] Running org.openmrs.module.ModuleClassLoaderTest
  439. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s - in org.openmrs.module.ModuleClassLoaderTest
  440. [INFO] Running org.openmrs.module.ModuleExtensionsTest
  441. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.openmrs.module.ModuleExtensionsTest
  442. [INFO] Running org.openmrs.module.ModuleFactoryTest
  443. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 s - in org.openmrs.module.ModuleFactoryTest
  444. [INFO] Running org.openmrs.module.ModuleFileParserTest
  445. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s - in org.openmrs.module.ModuleFileParserTest
  446. [INFO] Running org.openmrs.module.ModuleFileParserUnitTest
  447. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  448. [Fatal Error] :-1:-1: Premature end of file.
  449. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.232 s - in org.openmrs.module.ModuleFileParserUnitTest
  450. [INFO] Running org.openmrs.module.ModuleInteroperabilityTest
  451. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 s - in org.openmrs.module.ModuleInteroperabilityTest
  452. [INFO] Running org.openmrs.module.ModuleTest
  453. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.ModuleTest
  454. [INFO] Running org.openmrs.module.ModuleUtilTest
  455. [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.32 s - in org.openmrs.module.ModuleUtilTest
  456. [INFO] Running org.openmrs.module.UpdateFileParserTest
  457. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.UpdateFileParserTest
  458. [INFO] Running org.openmrs.module.VersionComparatorTest
  459. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.VersionComparatorTest
  460. [INFO] Running org.openmrs.notification.AlertServiceTest
  461. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s - in org.openmrs.notification.AlertServiceTest
  462. [INFO] Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  463. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  464. [INFO] Running org.openmrs.notification.MessageTest
  465. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.notification.MessageTest
  466. [INFO] Running org.openmrs.obs.AbstractHandlerTest
  467. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.398 s - in org.openmrs.obs.AbstractHandlerTest
  468. [INFO] Running org.openmrs.obs.BinaryDataHandlerTest
  469. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 s - in org.openmrs.obs.BinaryDataHandlerTest
  470. [INFO] Running org.openmrs.obs.BinaryStreamHandlerTest
  471. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.09 s - in org.openmrs.obs.BinaryStreamHandlerTest
  472. [INFO] Running org.openmrs.obs.ImageHandlerTest
  473. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s - in org.openmrs.obs.ImageHandlerTest
  474. [INFO] Running org.openmrs.obs.MediaHandlerTest
  475. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.929 s - in org.openmrs.obs.MediaHandlerTest
  476. [INFO] Running org.openmrs.obs.TextHandlerTest
  477. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.638 s - in org.openmrs.obs.TextHandlerTest
  478. [INFO] Running org.openmrs.ObsBehaviorTest
  479. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.074 s - in org.openmrs.ObsBehaviorTest
  480. [INFO] Running org.openmrs.ObsTest
  481. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.openmrs.ObsTest
  482. [INFO] Running org.openmrs.OpenmrsTestAnnotationsTest
  483. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.38 s - in org.openmrs.OpenmrsTestAnnotationsTest
  484. [INFO] Running org.openmrs.OpenmrsTestsTest
  485. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.openmrs.OpenmrsTestsTest
  486. [INFO] Running org.openmrs.order.OrderUtilTest
  487. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.order.OrderUtilTest
  488. [INFO] Running org.openmrs.OrderEntryIntegrationTest
  489. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.423 s - in org.openmrs.OrderEntryIntegrationTest
  490. [INFO] Running org.openmrs.OrderGroupTest
  491. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderGroupTest
  492. [INFO] Running org.openmrs.OrderTest
  493. [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 s - in org.openmrs.OrderTest
  494. [INFO] Running org.openmrs.OrderTypeTest
  495. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderTypeTest
  496. [INFO] Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  497. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  498. [INFO] Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  499. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  500. [INFO] Running org.openmrs.PatientProgramTest
  501. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientProgramTest
  502. [INFO] Running org.openmrs.PatientStateTest
  503. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientStateTest
  504. [INFO] Running org.openmrs.PatientTest
  505. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientTest
  506. [INFO] Running org.openmrs.PersonAddressTest
  507. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonAddressTest
  508. [INFO] Running org.openmrs.PersonAttributeTest
  509. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.689 s - in org.openmrs.PersonAttributeTest
  510. [INFO] Running org.openmrs.PersonNameTest
  511. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonNameTest
  512. [INFO] Running org.openmrs.PersonTest
  513. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s - in org.openmrs.PersonTest
  514. [INFO] Running org.openmrs.propertyeditor.CohortEditorTest
  515. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.693 s - in org.openmrs.propertyeditor.CohortEditorTest
  516. [INFO] Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  517. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  518. [INFO] Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  519. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  520. [INFO] Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  521. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 s - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  522. [INFO] Running org.openmrs.propertyeditor.ConceptClassEditorTest
  523. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s - in org.openmrs.propertyeditor.ConceptClassEditorTest
  524. [INFO] Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  525. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 s - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  526. [INFO] Running org.openmrs.propertyeditor.ConceptEditorTest
  527. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 s - in org.openmrs.propertyeditor.ConceptEditorTest
  528. [INFO] Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  529. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  530. [INFO] Running org.openmrs.propertyeditor.ConceptNameEditorTest
  531. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.494 s - in org.openmrs.propertyeditor.ConceptNameEditorTest
  532. [INFO] Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  533. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 s - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  534. [INFO] Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  535. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  536. [INFO] Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  537. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.48 s - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  538. [INFO] Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  539. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  540. [INFO] Running org.openmrs.propertyeditor.DrugEditorTest
  541. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s - in org.openmrs.propertyeditor.DrugEditorTest
  542. [INFO] Running org.openmrs.propertyeditor.EncounterEditorTest
  543. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 s - in org.openmrs.propertyeditor.EncounterEditorTest
  544. [INFO] Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  545. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  546. [INFO] Running org.openmrs.propertyeditor.FormEditorTest
  547. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s - in org.openmrs.propertyeditor.FormEditorTest
  548. [INFO] Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  549. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  550. [INFO] Running org.openmrs.propertyeditor.LocationEditorTest
  551. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 s - in org.openmrs.propertyeditor.LocationEditorTest
  552. [INFO] Running org.openmrs.propertyeditor.LocationTagEditorTest
  553. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.925 s - in org.openmrs.propertyeditor.LocationTagEditorTest
  554. [INFO] Running org.openmrs.propertyeditor.OrderEditorTest
  555. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 s - in org.openmrs.propertyeditor.OrderEditorTest
  556. [INFO] Running org.openmrs.propertyeditor.PatientEditorTest
  557. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s - in org.openmrs.propertyeditor.PatientEditorTest
  558. [INFO] Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  559. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.007 s - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  560. [INFO] Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  561. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.322 s - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  562. [INFO] Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  563. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  564. [INFO] Running org.openmrs.propertyeditor.PersonEditorTest
  565. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.244 s - in org.openmrs.propertyeditor.PersonEditorTest
  566. [INFO] Running org.openmrs.propertyeditor.PrivilegeEditorTest
  567. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.89 s - in org.openmrs.propertyeditor.PrivilegeEditorTest
  568. [INFO] Running org.openmrs.propertyeditor.ProgramEditorTest
  569. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.09 s - in org.openmrs.propertyeditor.ProgramEditorTest
  570. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  571. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.851 s - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  572. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  573. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  574. [INFO] Running org.openmrs.propertyeditor.ProviderEditorTest
  575. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.738 s - in org.openmrs.propertyeditor.ProviderEditorTest
  576. [INFO] Running org.openmrs.propertyeditor.RoleEditorTest
  577. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.868 s - in org.openmrs.propertyeditor.RoleEditorTest
  578. [INFO] Running org.openmrs.propertyeditor.UserEditorTest
  579. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.757 s - in org.openmrs.propertyeditor.UserEditorTest
  580. [INFO] Running org.openmrs.propertyeditor.VisitEditorTest
  581. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s - in org.openmrs.propertyeditor.VisitEditorTest
  582. [INFO] Running org.openmrs.propertyeditor.VisitTypeEditorTest
  583. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s - in org.openmrs.propertyeditor.VisitTypeEditorTest
  584. [INFO] Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  585. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  586. [INFO] Running org.openmrs.ProviderTest
  587. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ProviderTest
  588. [INFO] Running org.openmrs.ReferralOrderTest
  589. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ReferralOrderTest
  590. [INFO] Running org.openmrs.RoleTest
  591. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.RoleTest
  592. [INFO] Running org.openmrs.scheduler.SchedulerServiceTest
  593. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.scheduler.SchedulerServiceTest
  594. [INFO] Running org.openmrs.scheduler.SchedulerUtilTest
  595. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.scheduler.SchedulerUtilTest
  596. [INFO] Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  597. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 s - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  598. [INFO] Running org.openmrs.serialization.JavaSerializationTest
  599. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.serialization.JavaSerializationTest
  600. [INFO] Running org.openmrs.serialization.SimpleXStreamSerializerTest
  601. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  602. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  603. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  604. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.serialization.SimpleXStreamSerializerTest
  605. [INFO] Running org.openmrs.SimpleDosingInstructionsTest
  606. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.824 s - in org.openmrs.SimpleDosingInstructionsTest
  607. [INFO] Running org.openmrs.test.matchers.HasFieldErrorsTest
  608. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasFieldErrorsTest
  609. [INFO] Running org.openmrs.test.matchers.HasGlobalErrorsTest
  610. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasGlobalErrorsTest
  611. [INFO] Running org.openmrs.TestOrderTest
  612. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.TestOrderTest
  613. [INFO] Running org.openmrs.UserTest
  614. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.UserTest
  615. [INFO] Running org.openmrs.util.ConfigUtilTest
  616. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.842 s - in org.openmrs.util.ConfigUtilTest
  617. [INFO] Running org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  618. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  619. [INFO] Running org.openmrs.util.DatabaseUpdaterTest
  620. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.921 s - in org.openmrs.util.DatabaseUpdaterTest
  621. [INFO] Running org.openmrs.util.DateUtilTest
  622. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DateUtilTest
  623. [INFO] Running org.openmrs.util.DoubleRangeTest
  624. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DoubleRangeTest
  625. [INFO] Running org.openmrs.util.DrugsByNameComparatorTest
  626. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DrugsByNameComparatorTest
  627. [INFO] Running org.openmrs.util.ExceptionUtilTest
  628. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ExceptionUtilTest
  629. [INFO] Running org.openmrs.util.FormatTest
  630. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.FormatTest
  631. [INFO] Running org.openmrs.util.GraphTest
  632. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.GraphTest
  633. [INFO] Running org.openmrs.util.HandlerUtilTest
  634. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 s - in org.openmrs.util.HandlerUtilTest
  635. [INFO] Running org.openmrs.util.HttpClientTest
  636. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.openmrs.util.HttpClientTest
  637. [INFO] Running org.openmrs.util.HttpUrlTest
  638. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.HttpUrlTest
  639. [INFO] Running org.openmrs.util.JavaVersionTest
  640. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.JavaVersionTest
  641. [INFO] Running org.openmrs.util.LocaleUtilityTest
  642. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 s - in org.openmrs.util.LocaleUtilityTest
  643. [INFO] Running org.openmrs.util.LocationUtilityTest
  644. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.053 s - in org.openmrs.util.LocationUtilityTest
  645. [INFO] Running org.openmrs.util.NaturalStringsTest
  646. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.NaturalStringsTest
  647. [INFO] Running org.openmrs.util.OpenmrsSecurityManagerTest
  648. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.OpenmrsSecurityManagerTest
  649. [INFO] Running org.openmrs.util.OpenmrsUtilTest
  650. [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.771 s - in org.openmrs.util.OpenmrsUtilTest
  651. [INFO] Running org.openmrs.util.OpenmrsUtilUnitTest
  652. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.OpenmrsUtilUnitTest
  653. [INFO] Running org.openmrs.util.PersonByNameComparatorTest
  654. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.PersonByNameComparatorTest
  655. [INFO] Running org.openmrs.util.ProviderByPersonNameComparatorTest
  656. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ProviderByPersonNameComparatorTest
  657. [INFO] Running org.openmrs.util.ReflectTest
  658. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ReflectTest
  659. [INFO] Running org.openmrs.util.SecurityTest
  660. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.openmrs.util.SecurityTest
  661. [INFO] Running org.openmrs.util.UpgradeUtilTest
  662. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.646 s - in org.openmrs.util.UpgradeUtilTest
  663. [INFO] Running org.openmrs.util.UserByNameComparatorTest
  664. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.UserByNameComparatorTest
  665. [INFO] Running org.openmrs.validator.AlertValidatorTest
  666. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s - in org.openmrs.validator.AlertValidatorTest
  667. [INFO] Running org.openmrs.validator.AllergyValidatorTest
  668. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.openmrs.validator.AllergyValidatorTest
  669. [INFO] Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  670. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.334 s - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  671. [INFO] Running org.openmrs.validator.CohortValidatorTest
  672. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.462 s - in org.openmrs.validator.CohortValidatorTest
  673. [INFO] Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  674. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 s - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  675. [INFO] Running org.openmrs.validator.ConceptClassValidatorTest
  676. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s - in org.openmrs.validator.ConceptClassValidatorTest
  677. [INFO] Running org.openmrs.validator.ConceptDatatypeValidatorTest
  678. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.252 s - in org.openmrs.validator.ConceptDatatypeValidatorTest
  679. [INFO] Running org.openmrs.validator.ConceptDrugValidatorTest
  680. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConceptDrugValidatorTest
  681. [INFO] Running org.openmrs.validator.ConceptMapTypeValidatorTest
  682. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s - in org.openmrs.validator.ConceptMapTypeValidatorTest
  683. [INFO] Running org.openmrs.validator.ConceptNameTagValidatorTest
  684. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.71 s - in org.openmrs.validator.ConceptNameTagValidatorTest
  685. [INFO] Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  686. [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]]
  687. [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.885 s - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  688. [INFO] Running org.openmrs.validator.ConceptSourceValidatorTest
  689. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.674 s - in org.openmrs.validator.ConceptSourceValidatorTest
  690. [INFO] Running org.openmrs.validator.ConceptValidatorTest
  691. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.134 s - in org.openmrs.validator.ConceptValidatorTest
  692. [INFO] Running org.openmrs.validator.ConditionValidatorTest
  693. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConditionValidatorTest
  694. [INFO] Running org.openmrs.validator.DiagnosisValidatorTest
  695. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 s - in org.openmrs.validator.DiagnosisValidatorTest
  696. [INFO] Running org.openmrs.validator.DrugOrderValidatorTest
  697. [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.476 s - in org.openmrs.validator.DrugOrderValidatorTest
  698. [INFO] Running org.openmrs.validator.DrugValidatorTest
  699. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.983 s - in org.openmrs.validator.DrugValidatorTest
  700. [INFO] Running org.openmrs.validator.EncounterRoleValidatorTest
  701. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.98 s - in org.openmrs.validator.EncounterRoleValidatorTest
  702. [INFO] Running org.openmrs.validator.EncounterTypeValidatorTest
  703. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.92 s - in org.openmrs.validator.EncounterTypeValidatorTest
  704. [INFO] Running org.openmrs.validator.EncounterValidatorTest
  705. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s - in org.openmrs.validator.EncounterValidatorTest
  706. [INFO] Running org.openmrs.validator.FieldTypeValidatorTest
  707. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.707 s - in org.openmrs.validator.FieldTypeValidatorTest
  708. [INFO] Running org.openmrs.validator.FieldValidatorTest
  709. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 s - in org.openmrs.validator.FieldValidatorTest
  710. [INFO] Running org.openmrs.validator.FormValidatorTest
  711. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s - in org.openmrs.validator.FormValidatorTest
  712. [INFO] Running org.openmrs.validator.HL7SourceValidatorTest
  713. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s - in org.openmrs.validator.HL7SourceValidatorTest
  714. [INFO] Running org.openmrs.validator.ImplementationIdValidatorTest
  715. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.752 s - in org.openmrs.validator.ImplementationIdValidatorTest
  716. [INFO] Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  717. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  718. [INFO] Running org.openmrs.validator.LocationTagValidatorTest
  719. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.272 s - in org.openmrs.validator.LocationTagValidatorTest
  720. [INFO] Running org.openmrs.validator.LocationValidatorTest
  721. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.255 s - in org.openmrs.validator.LocationValidatorTest
  722. [INFO] Running org.openmrs.validator.ObsValidatorTest
  723. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.17 s - in org.openmrs.validator.ObsValidatorTest
  724. [INFO] Running org.openmrs.validator.OrderFrequencyValidatorTest
  725. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.955 s - in org.openmrs.validator.OrderFrequencyValidatorTest
  726. [INFO] Running org.openmrs.validator.OrderTypeValidatorTest
  727. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.96 s - in org.openmrs.validator.OrderTypeValidatorTest
  728. [INFO] Running org.openmrs.validator.OrderValidatorTest
  729. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.306 s - in org.openmrs.validator.OrderValidatorTest
  730. [INFO] Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  731. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.11 s - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  732. [INFO] Running org.openmrs.validator.PatientIdentifierValidatorTest
  733. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.034 s - in org.openmrs.validator.PatientIdentifierValidatorTest
  734. [INFO] Running org.openmrs.validator.PatientProgramValidatorTest
  735. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s - in org.openmrs.validator.PatientProgramValidatorTest
  736. [INFO] Running org.openmrs.validator.PatientValidatorTest
  737. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.65 s - in org.openmrs.validator.PatientValidatorTest
  738. [INFO] Running org.openmrs.validator.PersonAddressValidatorTest
  739. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s - in org.openmrs.validator.PersonAddressValidatorTest
  740. [INFO] Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  741. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.763 s - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  742. [INFO] Running org.openmrs.validator.PersonMergeLogValidatorTest
  743. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 s - in org.openmrs.validator.PersonMergeLogValidatorTest
  744. [INFO] Running org.openmrs.validator.PersonNameValidatorTest
  745. [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 2.56 s - in org.openmrs.validator.PersonNameValidatorTest
  746. [INFO] Running org.openmrs.validator.PersonValidatorTest
  747. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.429 s - in org.openmrs.validator.PersonValidatorTest
  748. [INFO] Running org.openmrs.validator.PrivilegeValidatorTest
  749. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.735 s - in org.openmrs.validator.PrivilegeValidatorTest
  750. [INFO] Running org.openmrs.validator.ProgramValidatorTest
  751. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 s - in org.openmrs.validator.ProgramValidatorTest
  752. [INFO] Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  753. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.57 s - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  754. [INFO] Running org.openmrs.validator.ProviderValidatorTest
  755. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.62 s - in org.openmrs.validator.ProviderValidatorTest
  756. [INFO] Running org.openmrs.validator.ReferralOrderValidatorTest
  757. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 s - in org.openmrs.validator.ReferralOrderValidatorTest
  758. [INFO] Running org.openmrs.validator.RelationshipTypeValidatorTest
  759. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s - in org.openmrs.validator.RelationshipTypeValidatorTest
  760. [INFO] Running org.openmrs.validator.RelationshipValidatorTest
  761. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 s - in org.openmrs.validator.RelationshipValidatorTest
  762. [INFO] Running org.openmrs.validator.RequireNameValidatorTest
  763. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.RequireNameValidatorTest
  764. [INFO] Running org.openmrs.validator.RoleValidatorTest
  765. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 s - in org.openmrs.validator.RoleValidatorTest
  766. [INFO] Running org.openmrs.validator.SchedulerFormValidatorTest
  767. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s - in org.openmrs.validator.SchedulerFormValidatorTest
  768. [INFO] Running org.openmrs.validator.StateConversionValidatorTest
  769. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.805 s - in org.openmrs.validator.StateConversionValidatorTest
  770. [INFO] Running org.openmrs.validator.TestOrderValidatorTest
  771. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.983 s - in org.openmrs.validator.TestOrderValidatorTest
  772. [INFO] Running org.openmrs.validator.UserValidatorTest
  773. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 s - in org.openmrs.validator.UserValidatorTest
  774. [INFO] Running org.openmrs.validator.ValidateUtilTest
  775. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 s - in org.openmrs.validator.ValidateUtilTest
  776. [INFO] Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  777. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  778. [INFO] Running org.openmrs.validator.VisitTypeValidatorTest
  779. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s - in org.openmrs.validator.VisitTypeValidatorTest
  780. [INFO] Running org.openmrs.validator.VisitValidatorTest
  781. [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.657 s - in org.openmrs.validator.VisitValidatorTest
  782. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  783. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.542 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  784. [INFO] Running org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  785. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.41 s - in org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  786. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  787. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.807 s - in org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  788. [INFO] Running org.openmrs.util.ThreadSafeCircularFifoQueueTest
  789. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.openmrs.util.ThreadSafeCircularFifoQueueTest
  790. [INFO]
  791. [INFO] Results:
  792. [INFO]
  793. [ERROR] Failures:
  794. [ERROR] ConceptServiceTest.saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections:2594 expected: <false> but was: <true>
  795. [INFO]
  796. [ERROR] Tests run: 4440, Failures: 1, Errors: 0, Skipped: 38
  797. [INFO]
  798. [INFO] ------------------------------------------------------------------------
  799. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  800. [INFO]
  801. [INFO] OpenMRS ............................................ SUCCESS [ 6.341 s]
  802. [INFO] openmrs-tools ...................................... SUCCESS [ 1.479 s]
  803. [INFO] openmrs-test ....................................... SUCCESS [ 0.487 s]
  804. [INFO] openmrs-api ........................................ FAILURE [22:18 min]
  805. [INFO] openmrs-web ........................................ SKIPPED
  806. [INFO] openmrs-webapp ..................................... SKIPPED
  807. [INFO] openmrs-liquibase .................................. SKIPPED
  808. [INFO] ------------------------------------------------------------------------
  809. [INFO] BUILD FAILURE
  810. [INFO] ------------------------------------------------------------------------
  811. [INFO] Total time: 22:35 min
  812. [INFO] Finished at: 2022-09-16T17:42:12+03:00
  813. [INFO] ------------------------------------------------------------------------
  814. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project openmrs-api: There are test failures.
  815. [ERROR]
  816. [ERROR] Please refer to C:\Users\HP\openmrs-core\api\target\surefire-reports for the individual test results.
  817. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  818. [ERROR] -> [Help 1]
  819. [ERROR]
  820. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  821. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  822. [ERROR]
  823. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  824. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  825. [ERROR]
  826. [ERROR] After correcting the problems, you can resume the build with the command
  827. [ERROR] mvn <args> -rf :openmrs-api
  828.  
  829. C:\Users\HP\openmrs-core>git pull --rebase upstream master
  830. fatal: 'upstream' does not appear to be a git repository
  831. fatal: Could not read from remote repository.
  832.  
  833. Please make sure you have the correct access rights
  834. and the repository exists.
  835.  
  836. C:\Users\HP\openmrs-core>git branch
  837. * master
  838.  
  839. C:\Users\HP\openmrs-core>git remote add upstream https://github.com/openmrs/openmrs-core.git
  840.  
  841. C:\Users\HP\openmrs-core>git pull --rebase upstream master
  842. remote: Enumerating objects: 613, done.
  843. remote: Counting objects: 100% (322/322), done.
  844. remote: Compressing objects: 100% (90/90), done.
  845. remote: Total 613 (delta 234), reused 301 (delta 220), pack-reused 291
  846. Receiving objects: 100% (613/613), 346.08 KiB | 436.00 KiB/s, done.
  847. Resolving deltas: 100% (306/306), completed with 67 local objects.
  848. From https://github.com/openmrs/openmrs-core
  849. * branch master -> FETCH_HEAD
  850. * [new branch] master -> upstream/master
  851. Updating 62747e5ba..aeea26e1b
  852. Fast-forward
  853. .github/workflows/build-2.x.yaml | 4 +-
  854. .github/workflows/build.yaml | 6 +-
  855. .github/workflows/codeql-analysis.yml | 8 +-
  856. .github/workflows/qa.yml | 2 +-
  857. .github/workflows/stale.yml | 2 +-
  858. Dockerfile | 144 +++++
  859. README.md | 50 +-
  860. api/pom.xml | 682 +++++++++++----------
  861. .../java/org/openmrs/ConditionClinicalStatus.java | 30 +-
  862. .../main/java/org/openmrs/MedicationDispense.java | 449 ++++++++++++++
  863. api/src/main/java/org/openmrs/Obs.java | 2 +-
  864. .../main/java/org/openmrs/PatientIdentifier.java | 24 +
  865. .../org/openmrs/api/MedicationDispenseService.java | 81 +++
  866. .../main/java/org/openmrs/api/PatientService.java | 12 +-
  867. .../main/java/org/openmrs/api/context/Context.java | 9 +
  868. .../org/openmrs/api/context/ServiceContext.java | 17 +
  869. .../org/openmrs/api/db/MedicationDispenseDAO.java | 55 ++
  870. .../main/java/org/openmrs/api/db/PatientDAO.java | 8 +
  871. .../api/db/hibernate/AuditableInterceptor.java | 33 +
  872. .../api/db/hibernate/HibernateContextDAO.java | 8 +-
  873. .../hibernate/HibernateMedicationDispenseDAO.java | 85 +++
  874. .../api/db/hibernate/HibernatePatientDAO.java | 15 +-
  875. .../db/hibernate/ImmutableEntityInterceptor.java | 47 +-
  876. .../api/db/hibernate/ImmutableObsInterceptor.java | 2 +-
  877. .../api/impl/MedicationDispenseServiceImpl.java | 86 +++
  878. .../org/openmrs/api/impl/PatientServiceImpl.java | 7 +
  879. .../java/org/openmrs/api/impl/UserServiceImpl.java | 16 +-
  880. .../logging/OpenmrsConfigurationFactory.java | 2 +-
  881. .../java/org/openmrs/module/ModuleFactory.java | 24 +-
  882. .../parameter/MedicationDispenseCriteria.java | 66 ++
  883. .../MedicationDispenseCriteriaBuilder.java | 54 ++
  884. .../java/org/openmrs/util/DatabaseUpdater.java | 95 ++-
  885. .../java/org/openmrs/util/OpenmrsConstants.java | 13 +-
  886. .../java/org/openmrs/util/PrivilegeConstants.java | 8 +
  887. .../main/resources/applicationContext-service.xml | 14 +-
  888. .../api/db/hibernate/PatientIdentifier.hbm.xml | 1 +
  889. .../updates/liquibase-update-to-latest-2.6.x.xml | 113 +++-
  890. .../openmrs/api/MedicationDispenseServiceTest.java | 259 ++++++++
  891. .../java/org/openmrs/api/OrderServiceTest.java | 2 +
  892. .../java/org/openmrs/api/PatientServiceTest.java | 35 +-
  893. .../test/java/org/openmrs/api/UserServiceTest.java | 3 +-
  894. .../api/builder/MedicationDispenseBuilder.java | 141 +++++
  895. .../HibernateMedicationDispenseDAOTest.java | 207 +++++++
  896. .../openmrs/util/DatabaseUpdaterDatabaseIT.java | 2 +-
  897. .../java/org/openmrs/util/DatabaseUpdaterTest.java | 37 +-
  898. .../MedicationDispenseServiceTest-initialData.xml | 216 +++++++
  899. ...t-createPatientWithPatientProgramIdentifier.xml | 34 +
  900. .../resources/org/openmrs/util/sql/testSqlFile.sql | 1 +
  901. .../resources/org/openmrs/util/testLiquibase.xml | 31 +
  902. docker-compose.override.yml | 27 +
  903. docker-compose.yml | 47 ++
  904. license-header.txt | 4 +-
  905. pom.xml | 53 +-
  906. startup.sh | 135 ++++
  907. wait-for-it.sh | 203 ++++++
  908. .../java/org/openmrs/OpenmrsCharacterEscapes.java | 8 +-
  909. web/src/main/java/org/openmrs/web/Listener.java | 115 ++--
  910. .../java/org/openmrs/web/filter/StartupFilter.java | 18 +-
  911. .../web/filter/initialization/TestInstallUtil.java | 9 +-
  912. web/src/main/resources/openmrs-servlet.xml | 1 +
  913. webapp/pom.xml | 2 +-
  914. .../src/main/webapp/WEB-INF/csrfguard.properties | 4 +-
  915. 62 files changed, 3358 insertions(+), 510 deletions(-)
  916. create mode 100644 Dockerfile
  917. create mode 100644 api/src/main/java/org/openmrs/MedicationDispense.java
  918. create mode 100644 api/src/main/java/org/openmrs/api/MedicationDispenseService.java
  919. create mode 100644 api/src/main/java/org/openmrs/api/db/MedicationDispenseDAO.java
  920. create mode 100644 api/src/main/java/org/openmrs/api/db/hibernate/HibernateMedicationDispenseDAO.java
  921. create mode 100644 api/src/main/java/org/openmrs/api/impl/MedicationDispenseServiceImpl.java
  922. create mode 100644 api/src/main/java/org/openmrs/parameter/MedicationDispenseCriteria.java
  923. create mode 100644 api/src/main/java/org/openmrs/parameter/MedicationDispenseCriteriaBuilder.java
  924. create mode 100644 api/src/test/java/org/openmrs/api/MedicationDispenseServiceTest.java
  925. create mode 100644 api/src/test/java/org/openmrs/api/builder/MedicationDispenseBuilder.java
  926. create mode 100644 api/src/test/java/org/openmrs/api/db/hibernate/HibernateMedicationDispenseDAOTest.java
  927. create mode 100644 api/src/test/resources/org/openmrs/api/include/MedicationDispenseServiceTest-initialData.xml
  928. create mode 100644 api/src/test/resources/org/openmrs/api/include/PatientServiceTest-createPatientWithPatientProgramIdentifier.xml
  929. create mode 100644 api/src/test/resources/org/openmrs/util/sql/testSqlFile.sql
  930. create mode 100644 api/src/test/resources/org/openmrs/util/testLiquibase.xml
  931. create mode 100644 docker-compose.override.yml
  932. create mode 100644 docker-compose.yml
  933. create mode 100644 startup.sh
  934. create mode 100644 wait-for-it.sh
  935.  
  936. C:\Users\HP\openmrs-core>mvn clean install
  937. [INFO] Scanning for projects...
  938. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.3.23/spring-framework-bom-5.3.23.pom
  939. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.3.23/spring-framework-bom-5.3.23.pom (5.7 kB at 740 B/s)
  940. [INFO] ------------------------------------------------------------------------
  941. [INFO] Reactor Build Order:
  942. [INFO]
  943. [INFO] OpenMRS [pom]
  944. [INFO] openmrs-tools [jar]
  945. [INFO] openmrs-test [pom]
  946. [INFO] openmrs-api [jar]
  947. [INFO] openmrs-web [jar]
  948. [INFO] openmrs-webapp [war]
  949. [INFO] openmrs-liquibase [jar]
  950. [INFO]
  951. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  952. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  953. [INFO] --------------------------------[ pom ]---------------------------------
  954. [INFO]
  955. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  956. [INFO] Deleting C:\Users\HP\openmrs-core\target
  957. [INFO]
  958. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  959. [INFO] ShortRevision tag detected. The value is '6'.
  960. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  961. [INFO] Working directory: C:\Users\HP\openmrs-core
  962. [INFO] Storing buildNumber: aeea26 at timestamp: 1663340017651
  963. [INFO] Storing buildScmBranch: master
  964. [INFO]
  965. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  966. [INFO]
  967. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs ---
  968. [WARNING] JAR will be empty - no content was marked for inclusion!
  969. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  970. [INFO]
  971. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  972. [INFO] Checking licenses...
  973. [INFO]
  974. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  975. [INFO] Installing C:\Users\HP\openmrs-core\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT.pom
  976. [INFO] Installing C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\openmrs\2.6.0-SNAPSHOT\openmrs-2.6.0-SNAPSHOT-tests.jar
  977. [INFO]
  978. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  979. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  980. [INFO] --------------------------------[ jar ]---------------------------------
  981. [INFO]
  982. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  983. [INFO] Deleting C:\Users\HP\openmrs-core\tools\target
  984. [INFO]
  985. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  986. [INFO]
  987. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  988. [INFO]
  989. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-tools ---
  990. [INFO] Copying 4 resources
  991. [INFO]
  992. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-tools ---
  993. [INFO] No sources to compile
  994. [INFO]
  995. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-tools ---
  996. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  997. [INFO]
  998. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-tools ---
  999. [INFO] No sources to compile
  1000. [INFO]
  1001. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  1002. [INFO] No tests to run.
  1003. [INFO]
  1004. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-tools ---
  1005. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  1006. [INFO]
  1007. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-tools ---
  1008. [WARNING] JAR will be empty - no content was marked for inclusion!
  1009. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  1010. [INFO]
  1011. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  1012. [INFO] Checking licenses...
  1013. [INFO]
  1014. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  1015. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.jar
  1016. [INFO] Installing C:\Users\HP\openmrs-core\tools\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT.pom
  1017. [INFO] Installing C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\tools\openmrs-tools\2.6.0-SNAPSHOT\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  1018. [INFO]
  1019. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  1020. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  1021. [INFO] --------------------------------[ pom ]---------------------------------
  1022. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.3.23/spring-test-5.3.23.pom
  1023. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.3.23/spring-test-5.3.23.pom (2.1 kB at 603 B/s)
  1024. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.3.23/spring-core-5.3.23.pom
  1025. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.3.23/spring-core-5.3.23.pom (2.0 kB at 1.2 kB/s)
  1026. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.pom
  1027. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.pom (1.8 kB at 1.1 kB/s)
  1028. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.3.23/spring-test-5.3.23.jar
  1029. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.3.23/spring-core-5.3.23.jar
  1030. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.jar
  1031. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.jar (24 kB at 10 kB/s)
  1032. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.3.23/spring-test-5.3.23.jar (787 kB at 82 kB/s)
  1033. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.3.23/spring-core-5.3.23.jar (1.5 MB at 117 kB/s)
  1034. [INFO]
  1035. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  1036. [INFO] Deleting C:\Users\HP\openmrs-core\test\target
  1037. [INFO]
  1038. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  1039. [INFO]
  1040. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  1041. [INFO]
  1042. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-test ---
  1043. [WARNING] JAR will be empty - no content was marked for inclusion!
  1044. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  1045. [INFO]
  1046. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  1047. [INFO] Checking licenses...
  1048. [INFO]
  1049. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  1050. [INFO] Installing C:\Users\HP\openmrs-core\test\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT.pom
  1051. [INFO] Installing C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\test\openmrs-test\2.6.0-SNAPSHOT\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  1052. [INFO]
  1053. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  1054. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  1055. [INFO] --------------------------------[ jar ]---------------------------------
  1056. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.pom
  1057. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.pom (2.0 kB at 1.6 kB/s)
  1058. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.3.23/spring-context-5.3.23.pom
  1059. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.3.23/spring-context-5.3.23.pom (2.6 kB at 2.1 kB/s)
  1060. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.pom
  1061. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.pom (2.2 kB at 1.7 kB/s)
  1062. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.pom
  1063. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.pom (2.1 kB at 1.4 kB/s)
  1064. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.3.23/spring-orm-5.3.23.pom
  1065. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.3.23/spring-orm-5.3.23.pom (2.6 kB at 1.6 kB/s)
  1066. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.3.23/spring-jdbc-5.3.23.pom
  1067. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.3.23/spring-jdbc-5.3.23.pom (2.4 kB at 1.7 kB/s)
  1068. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.pom
  1069. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.pom (2.2 kB at 1.3 kB/s)
  1070. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.3.23/spring-context-support-5.3.23.pom
  1071. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.3.23/spring-context-support-5.3.23.pom (2.4 kB at 1.4 kB/s)
  1072. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.jar
  1073. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.3.23/spring-context-5.3.23.jar
  1074. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.jar
  1075. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.jar
  1076. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.3.23/spring-orm-5.3.23.jar
  1077. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.3.23/spring-orm-5.3.23.jar (204 kB at 73 kB/s)
  1078. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.jar
  1079. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.jar (289 kB at 39 kB/s)
  1080. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.3.23/spring-jdbc-5.3.23.jar
  1081. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.jar (383 kB at 49 kB/s)
  1082. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.3.23/spring-context-support-5.3.23.jar
  1083. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.jar (333 kB at 36 kB/s)
  1084. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.jar (699 kB at 75 kB/s)
  1085. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.3.23/spring-context-support-5.3.23.jar (187 kB at 19 kB/s)
  1086. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.3.23/spring-context-5.3.23.jar (1.3 MB at 118 kB/s)
  1087. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.3.23/spring-jdbc-5.3.23.jar (428 kB at 37 kB/s)
  1088. [INFO]
  1089. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  1090. [INFO] Deleting C:\Users\HP\openmrs-core\api\target
  1091. [INFO]
  1092. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  1093. [INFO]
  1094. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  1095. [INFO]
  1096. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
  1097. [INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.8\\org.jacoco.agent-0.8.8-runtime.jar=destfile=C:\\Users\\HP\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
  1098. [INFO]
  1099. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  1100. [INFO] Using 'UTF-8' encoding to format source files.
  1101. [INFO] Number of files to be formatted: 1111
  1102. [INFO] Successfully formatted: 0 file(s)
  1103. [INFO] Fail to format : 0 file(s)
  1104. [INFO] Skipped : 1111 file(s)
  1105. [INFO] Approximate time taken: 5s
  1106. [INFO]
  1107. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-api ---
  1108. [INFO] Copying 1 resource
  1109. [INFO] Copying 161 resources
  1110. [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
  1111. [INFO]
  1112. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-api ---
  1113. [INFO] Changes detected - recompiling the module!
  1114. [INFO] Compiling 746 source files to C:\Users\HP\openmrs-core\api\target\classes
  1115. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  1116. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  1117. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  1118. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  1119. [INFO]
  1120. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-api ---
  1121. [INFO] Copying 153 resources
  1122. [INFO]
  1123. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-api ---
  1124. [INFO] Changes detected - recompiling the module!
  1125. [INFO] Compiling 365 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  1126. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Some input files use or override a deprecated API.
  1127. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  1128. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  1129. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  1130. [INFO]
  1131. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  1132. [INFO]
  1133. [INFO] -------------------------------------------------------
  1134. [INFO] T E S T S
  1135. [INFO] -------------------------------------------------------
  1136. 17:55:03.764 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  1137. [INFO] Running liquibase.ext.change.core.InsertWithUuidDataChangeTest
  1138. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in liquibase.ext.change.core.InsertWithUuidDataChangeTest
  1139. [INFO] Running liquibase.ext.datatype.core.MySQLBooleanTypeTest
  1140. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in liquibase.ext.datatype.core.MySQLBooleanTypeTest
  1141. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  1142. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  1143. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  1144. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  1145. [INFO] Running org.openmrs.AllergenTest
  1146. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.847 s - in org.openmrs.AllergenTest
  1147. [INFO] Running org.openmrs.AllergiesTest
  1148. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s - in org.openmrs.AllergiesTest
  1149. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  1150. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.201 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  1151. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  1152. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  1153. [INFO] Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  1154. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.22 s - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  1155. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  1156. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.912 s - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  1157. [INFO] Running org.openmrs.annotation.StartModuleAnnotationTest
  1158. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.439 s - in org.openmrs.annotation.StartModuleAnnotationTest
  1159. [INFO] Running org.openmrs.aop.AuthorizationAdviceTest
  1160. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.openmrs.aop.AuthorizationAdviceTest
  1161. [INFO] Running org.openmrs.aop.RequiredDataAdviceTest
  1162. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.openmrs.aop.RequiredDataAdviceTest
  1163. [INFO] Running org.openmrs.api.AdministrationServiceTest
  1164. [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.985 s - in org.openmrs.api.AdministrationServiceTest
  1165. [INFO] Running org.openmrs.api.AdministrationServiceUnitTest
  1166. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.openmrs.api.AdministrationServiceUnitTest
  1167. [INFO] Running org.openmrs.api.cache.CachePropertiesUtilTest
  1168. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.api.cache.CachePropertiesUtilTest
  1169. [INFO] Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  1170. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 s - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  1171. [INFO] Running org.openmrs.api.CohortServiceTest
  1172. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.647 s - in org.openmrs.api.CohortServiceTest
  1173. [INFO] Running org.openmrs.api.ConceptServiceTest
  1174. [WARNING] Tests run: 254, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 244.892 s - in org.openmrs.api.ConceptServiceTest
  1175. [INFO] Running org.openmrs.api.context.ContextTest
  1176. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.366 s - in org.openmrs.api.context.ContextTest
  1177. [INFO] Running org.openmrs.api.context.ContextWithModuleTest
  1178. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.566 s - in org.openmrs.api.context.ContextWithModuleTest
  1179. [INFO] Running org.openmrs.api.context.DaemonTest
  1180. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 s - in org.openmrs.api.context.DaemonTest
  1181. [INFO] Running org.openmrs.api.DatatypeServiceTest
  1182. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 s - in org.openmrs.api.DatatypeServiceTest
  1183. [INFO] Running org.openmrs.api.db.ConceptDAOTest
  1184. [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.858 s - in org.openmrs.api.db.ConceptDAOTest
  1185. [INFO] Running org.openmrs.api.db.ContextDAOTest
  1186. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.748 s - in org.openmrs.api.db.ContextDAOTest
  1187. [INFO] Running org.openmrs.api.db.EncounterDAOTest
  1188. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.573 s - in org.openmrs.api.db.EncounterDAOTest
  1189. [INFO] Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  1190. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  1191. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 s - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  1192. [INFO] Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  1193. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  1194. [INFO] Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  1195. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.97 s - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  1196. [INFO] Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  1197. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.037 s - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  1198. [INFO] Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  1199. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.922 s - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  1200. [INFO] Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  1201. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.558 s - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  1202. [INFO] Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  1203. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 s - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  1204. [INFO] Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  1205. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.964 s - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  1206. [INFO] Running org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  1207. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.329 s - in org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  1208. [INFO] Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  1209. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  1210. [INFO] Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  1211. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.212 s - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  1212. [INFO] Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  1213. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.892 s - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  1214. [INFO] Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  1215. [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.006 s - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  1216. [INFO] Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  1217. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 s - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  1218. [INFO] Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  1219. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  1220. [INFO] Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  1221. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  1222. [INFO] Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  1223. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.134 s - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  1224. [INFO] Running org.openmrs.api.db.hibernate.ProviderDAOTest
  1225. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 s - in org.openmrs.api.db.hibernate.ProviderDAOTest
  1226. [INFO] Running org.openmrs.api.db.PatientDAOTest
  1227. [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 179.023 s - in org.openmrs.api.db.PatientDAOTest
  1228. [INFO] Running org.openmrs.api.db.PersonDAOTest
  1229. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s - in org.openmrs.api.db.PersonDAOTest
  1230. [INFO] Running org.openmrs.api.db.ProgramWorkflowDAOTest
  1231. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s - in org.openmrs.api.db.ProgramWorkflowDAOTest
  1232. [INFO] Running org.openmrs.api.db.SerializedObjectDAOTest
  1233. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.api.db.SerializedObjectDAOTest
  1234. [INFO] Running org.openmrs.api.db.UserDAOTest
  1235. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.877 s - in org.openmrs.api.db.UserDAOTest
  1236. [INFO] Running org.openmrs.api.db.VisitDAOTest
  1237. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 s - in org.openmrs.api.db.VisitDAOTest
  1238. [INFO] Running org.openmrs.api.EncounterServiceTest
  1239. [WARNING] Tests run: 146, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 33.3 s - in org.openmrs.api.EncounterServiceTest
  1240. [INFO] Running org.openmrs.api.FormServiceTest
  1241. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 s - in org.openmrs.api.FormServiceTest
  1242. [INFO] Running org.openmrs.api.handler.BaseRetireHandlerTest
  1243. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseRetireHandlerTest
  1244. [INFO] Running org.openmrs.api.handler.BaseUnretireHandlerTest
  1245. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnretireHandlerTest
  1246. [INFO] Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  1247. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  1248. [INFO] Running org.openmrs.api.handler.BaseVoidHandlerTest
  1249. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseVoidHandlerTest
  1250. [INFO] Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  1251. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  1252. [INFO] Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  1253. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.843 s - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  1254. [INFO] Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  1255. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  1256. [INFO] Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  1257. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  1258. [INFO] Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  1259. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  1260. [INFO] Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  1261. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.066 s - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  1262. [INFO] Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  1263. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  1264. [INFO] Running org.openmrs.api.handler.PersonSaveHandlerTest
  1265. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s - in org.openmrs.api.handler.PersonSaveHandlerTest
  1266. [INFO] Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  1267. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  1268. [INFO] Running org.openmrs.api.handler.PersonVoidHandlerTest
  1269. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.908 s - in org.openmrs.api.handler.PersonVoidHandlerTest
  1270. [INFO] Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  1271. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.909 s - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  1272. [INFO] Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  1273. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  1274. [INFO] Running org.openmrs.api.impl.ConceptServiceImplTest
  1275. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.549 s - in org.openmrs.api.impl.ConceptServiceImplTest
  1276. [INFO] Running org.openmrs.api.impl.ConditionServiceImplTest
  1277. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s - in org.openmrs.api.impl.ConditionServiceImplTest
  1278. [INFO] Running org.openmrs.api.impl.DiagnosisServiceImplTest
  1279. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.355 s - in org.openmrs.api.impl.DiagnosisServiceImplTest
  1280. [INFO] Running org.openmrs.api.impl.GlobalLocaleListTest
  1281. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.GlobalLocaleListTest
  1282. [INFO] Running org.openmrs.api.impl.PatientServiceImplTest
  1283. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.openmrs.api.impl.PatientServiceImplTest
  1284. [INFO] Running org.openmrs.api.impl.SerializationServiceImplTest
  1285. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.api.impl.SerializationServiceImplTest
  1286. [INFO] Running org.openmrs.api.LocationServiceTest
  1287. [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.805 s - in org.openmrs.api.LocationServiceTest
  1288. [INFO] Running org.openmrs.api.MedicationDispenseServiceTest
  1289. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.453 s - in org.openmrs.api.MedicationDispenseServiceTest
  1290. [INFO] Running org.openmrs.api.ObsServiceTest
  1291. [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.68 s - in org.openmrs.api.ObsServiceTest
  1292. [INFO] Running org.openmrs.api.OpenmrsServiceTest
  1293. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.232 s - in org.openmrs.api.OpenmrsServiceTest
  1294. [INFO] Running org.openmrs.api.OrderServiceTest
  1295. [WARNING] Tests run: 215, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 17.419 s - in org.openmrs.api.OrderServiceTest
  1296. [INFO] Running org.openmrs.api.OrderSetServiceTest
  1297. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.995 s - in org.openmrs.api.OrderSetServiceTest
  1298. [INFO] Running org.openmrs.api.PatientServiceAllergyTest
  1299. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.127 s - in org.openmrs.api.PatientServiceAllergyTest
  1300. [INFO] Running org.openmrs.api.PatientServiceTest
  1301. [WARNING] Tests run: 170, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 170.394 s - in org.openmrs.api.PatientServiceTest
  1302. [INFO] Running org.openmrs.api.PersonServiceTest
  1303. [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.697 s - in org.openmrs.api.PersonServiceTest
  1304. [INFO] Running org.openmrs.api.ProgramWorkflowServiceTest
  1305. [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.558 s - in org.openmrs.api.ProgramWorkflowServiceTest
  1306. [INFO] Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  1307. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  1308. [INFO] Running org.openmrs.api.ProviderServiceTest
  1309. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.244 s - in org.openmrs.api.ProviderServiceTest
  1310. [INFO] Running org.openmrs.api.UserServiceTest
  1311. [WARNING] Tests run: 113, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 21.112 s - in org.openmrs.api.UserServiceTest
  1312. [INFO] Running org.openmrs.api.VisitServiceTest
  1313. [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.117 s - in org.openmrs.api.VisitServiceTest
  1314. [INFO] Running org.openmrs.attribute.AttributeIntegrationTest
  1315. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.156 s - in org.openmrs.attribute.AttributeIntegrationTest
  1316. [INFO] Running org.openmrs.BaseCustomizableMetadataTest
  1317. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 s - in org.openmrs.BaseCustomizableMetadataTest
  1318. [INFO] Running org.openmrs.BaseFormRecordableOpenmrsDataTest
  1319. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.BaseFormRecordableOpenmrsDataTest
  1320. [INFO] Running org.openmrs.BaseOpenmrsObjectTest
  1321. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s - in org.openmrs.BaseOpenmrsObjectTest
  1322. [INFO] Running org.openmrs.CohortMembershipTest
  1323. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.CohortMembershipTest
  1324. [INFO] Running org.openmrs.CohortTest
  1325. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.openmrs.CohortTest
  1326. [INFO] Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  1327. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  1328. [INFO] Running org.openmrs.ConceptComponentTest
  1329. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.742 s - in org.openmrs.ConceptComponentTest
  1330. [INFO] Running org.openmrs.ConceptNumericTest
  1331. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s - in org.openmrs.ConceptNumericTest
  1332. [INFO] Running org.openmrs.ConceptReferenceTermTest
  1333. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.ConceptReferenceTermTest
  1334. [INFO] Running org.openmrs.ConceptTest
  1335. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.701 s - in org.openmrs.ConceptTest
  1336. [INFO] Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  1337. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  1338. [INFO] Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  1339. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  1340. [INFO] Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  1341. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  1342. [INFO] Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  1343. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  1344. [INFO] Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  1345. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  1346. [INFO] Running org.openmrs.DrugOrderTest
  1347. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.openmrs.DrugOrderTest
  1348. [INFO] Running org.openmrs.DrugTest
  1349. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 s - in org.openmrs.DrugTest
  1350. [INFO] Running org.openmrs.DurationTest
  1351. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.943 s - in org.openmrs.DurationTest
  1352. [INFO] Running org.openmrs.EncounterProviderTest
  1353. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterProviderTest
  1354. [INFO] Running org.openmrs.EncounterRoleTest
  1355. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.EncounterRoleTest
  1356. [INFO] Running org.openmrs.EncounterTest
  1357. [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.openmrs.EncounterTest
  1358. [INFO] Running org.openmrs.EncounterTypeTest
  1359. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.EncounterTypeTest
  1360. [INFO] Running org.openmrs.FormTest
  1361. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.FormTest
  1362. [INFO] Running org.openmrs.hl7.handler.ORUR01HandlerTest
  1363. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.54 s - in org.openmrs.hl7.handler.ORUR01HandlerTest
  1364. [INFO] Running org.openmrs.hl7.HL7ServiceTest
  1365. [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.967 s - in org.openmrs.hl7.HL7ServiceTest
  1366. [INFO] Running org.openmrs.hl7.HL7UtilTest
  1367. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.hl7.HL7UtilTest
  1368. [INFO] Running org.openmrs.layout.name.NameTemplateTest
  1369. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s - in org.openmrs.layout.name.NameTemplateTest
  1370. [INFO] Running org.openmrs.liquibase.ChangeLogDetectiveTest
  1371. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.openmrs.liquibase.ChangeLogDetectiveTest
  1372. [INFO] Running org.openmrs.liquibase.ChangeLogVersionFinderTest
  1373. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.liquibase.ChangeLogVersionFinderTest
  1374. [INFO] Running org.openmrs.liquibase.ChangeLogVersionsTest
  1375. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in org.openmrs.liquibase.ChangeLogVersionsTest
  1376. [INFO] Running org.openmrs.LocationTest
  1377. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.LocationTest
  1378. [INFO] Running org.openmrs.logging.Log4JCompatibilityTest
  1379. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logging.Log4JCompatibilityTest
  1380. [INFO] Running org.openmrs.logging.MemoryAppenderTest
  1381. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.logging.MemoryAppenderTest
  1382. [INFO] Running org.openmrs.logic.result.EmptyResultTest
  1383. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.EmptyResultTest
  1384. [INFO] Running org.openmrs.logic.result.ResultTest
  1385. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.ResultTest
  1386. [INFO] Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  1387. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  1388. [INFO] Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  1389. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  1390. [INFO] Running org.openmrs.messagesource.MessageSourceServiceTest
  1391. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s - in org.openmrs.messagesource.MessageSourceServiceTest
  1392. [INFO] Running org.openmrs.messagesource.PresentationMessageMapTest
  1393. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.PresentationMessageMapTest
  1394. [INFO] Running org.openmrs.module.ModuleActivatorTest
  1395. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.372 s - in org.openmrs.module.ModuleActivatorTest
  1396. [INFO] Running org.openmrs.module.ModuleClassLoaderTest
  1397. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s - in org.openmrs.module.ModuleClassLoaderTest
  1398. [INFO] Running org.openmrs.module.ModuleExtensionsTest
  1399. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.openmrs.module.ModuleExtensionsTest
  1400. [INFO] Running org.openmrs.module.ModuleFactoryTest
  1401. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 s - in org.openmrs.module.ModuleFactoryTest
  1402. [INFO] Running org.openmrs.module.ModuleFileParserTest
  1403. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.984 s - in org.openmrs.module.ModuleFileParserTest
  1404. [INFO] Running org.openmrs.module.ModuleFileParserUnitTest
  1405. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  1406. [Fatal Error] :-1:-1: Premature end of file.
  1407. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s - in org.openmrs.module.ModuleFileParserUnitTest
  1408. [INFO] Running org.openmrs.module.ModuleInteroperabilityTest
  1409. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in org.openmrs.module.ModuleInteroperabilityTest
  1410. [INFO] Running org.openmrs.module.ModuleTest
  1411. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.module.ModuleTest
  1412. [INFO] Running org.openmrs.module.ModuleUtilTest
  1413. [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.659 s - in org.openmrs.module.ModuleUtilTest
  1414. [INFO] Running org.openmrs.module.UpdateFileParserTest
  1415. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.module.UpdateFileParserTest
  1416. [INFO] Running org.openmrs.module.VersionComparatorTest
  1417. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.module.VersionComparatorTest
  1418. [INFO] Running org.openmrs.notification.AlertServiceTest
  1419. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s - in org.openmrs.notification.AlertServiceTest
  1420. [INFO] Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  1421. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.125 s - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  1422. [INFO] Running org.openmrs.notification.MessageTest
  1423. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.notification.MessageTest
  1424. [INFO] Running org.openmrs.obs.AbstractHandlerTest
  1425. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s - in org.openmrs.obs.AbstractHandlerTest
  1426. [INFO] Running org.openmrs.obs.BinaryDataHandlerTest
  1427. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.793 s - in org.openmrs.obs.BinaryDataHandlerTest
  1428. [INFO] Running org.openmrs.obs.BinaryStreamHandlerTest
  1429. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.001 s - in org.openmrs.obs.BinaryStreamHandlerTest
  1430. [INFO] Running org.openmrs.obs.ImageHandlerTest
  1431. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.057 s - in org.openmrs.obs.ImageHandlerTest
  1432. [INFO] Running org.openmrs.obs.MediaHandlerTest
  1433. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.784 s - in org.openmrs.obs.MediaHandlerTest
  1434. [INFO] Running org.openmrs.obs.TextHandlerTest
  1435. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.546 s - in org.openmrs.obs.TextHandlerTest
  1436. [INFO] Running org.openmrs.ObsBehaviorTest
  1437. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.689 s - in org.openmrs.ObsBehaviorTest
  1438. [INFO] Running org.openmrs.ObsTest
  1439. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.openmrs.ObsTest
  1440. [INFO] Running org.openmrs.OpenmrsTestAnnotationsTest
  1441. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.662 s - in org.openmrs.OpenmrsTestAnnotationsTest
  1442. [INFO] Running org.openmrs.OpenmrsTestsTest
  1443. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s - in org.openmrs.OpenmrsTestsTest
  1444. [INFO] Running org.openmrs.order.OrderUtilTest
  1445. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.order.OrderUtilTest
  1446. [INFO] Running org.openmrs.OrderEntryIntegrationTest
  1447. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.803 s - in org.openmrs.OrderEntryIntegrationTest
  1448. [INFO] Running org.openmrs.OrderGroupTest
  1449. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderGroupTest
  1450. [INFO] Running org.openmrs.OrderTest
  1451. [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.163 s - in org.openmrs.OrderTest
  1452. [INFO] Running org.openmrs.OrderTypeTest
  1453. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderTypeTest
  1454. [INFO] Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  1455. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  1456. [INFO] Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  1457. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  1458. [INFO] Running org.openmrs.PatientProgramTest
  1459. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientProgramTest
  1460. [INFO] Running org.openmrs.PatientStateTest
  1461. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientStateTest
  1462. [INFO] Running org.openmrs.PatientTest
  1463. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientTest
  1464. [INFO] Running org.openmrs.PersonAddressTest
  1465. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonAddressTest
  1466. [INFO] Running org.openmrs.PersonAttributeTest
  1467. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.835 s - in org.openmrs.PersonAttributeTest
  1468. [INFO] Running org.openmrs.PersonNameTest
  1469. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.PersonNameTest
  1470. [INFO] Running org.openmrs.PersonTest
  1471. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s - in org.openmrs.PersonTest
  1472. [INFO] Running org.openmrs.propertyeditor.CohortEditorTest
  1473. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.295 s - in org.openmrs.propertyeditor.CohortEditorTest
  1474. [INFO] Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  1475. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.9 s - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  1476. [INFO] Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  1477. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.964 s - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  1478. [INFO] Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  1479. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.611 s - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  1480. [INFO] Running org.openmrs.propertyeditor.ConceptClassEditorTest
  1481. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s - in org.openmrs.propertyeditor.ConceptClassEditorTest
  1482. [INFO] Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  1483. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.835 s - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  1484. [INFO] Running org.openmrs.propertyeditor.ConceptEditorTest
  1485. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.072 s - in org.openmrs.propertyeditor.ConceptEditorTest
  1486. [INFO] Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  1487. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.339 s - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  1488. [INFO] Running org.openmrs.propertyeditor.ConceptNameEditorTest
  1489. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s - in org.openmrs.propertyeditor.ConceptNameEditorTest
  1490. [INFO] Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  1491. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.408 s - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  1492. [INFO] Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  1493. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 s - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  1494. [INFO] Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  1495. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.376 s - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  1496. [INFO] Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  1497. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  1498. [INFO] Running org.openmrs.propertyeditor.DrugEditorTest
  1499. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.851 s - in org.openmrs.propertyeditor.DrugEditorTest
  1500. [INFO] Running org.openmrs.propertyeditor.EncounterEditorTest
  1501. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 s - in org.openmrs.propertyeditor.EncounterEditorTest
  1502. [INFO] Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  1503. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.513 s - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  1504. [INFO] Running org.openmrs.propertyeditor.FormEditorTest
  1505. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s - in org.openmrs.propertyeditor.FormEditorTest
  1506. [INFO] Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  1507. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.323 s - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  1508. [INFO] Running org.openmrs.propertyeditor.LocationEditorTest
  1509. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.947 s - in org.openmrs.propertyeditor.LocationEditorTest
  1510. [INFO] Running org.openmrs.propertyeditor.LocationTagEditorTest
  1511. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 s - in org.openmrs.propertyeditor.LocationTagEditorTest
  1512. [INFO] Running org.openmrs.propertyeditor.OrderEditorTest
  1513. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 s - in org.openmrs.propertyeditor.OrderEditorTest
  1514. [INFO] Running org.openmrs.propertyeditor.PatientEditorTest
  1515. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s - in org.openmrs.propertyeditor.PatientEditorTest
  1516. [INFO] Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  1517. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 s - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  1518. [INFO] Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  1519. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.793 s - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  1520. [INFO] Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  1521. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 s - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  1522. [INFO] Running org.openmrs.propertyeditor.PersonEditorTest
  1523. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 s - in org.openmrs.propertyeditor.PersonEditorTest
  1524. [INFO] Running org.openmrs.propertyeditor.PrivilegeEditorTest
  1525. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s - in org.openmrs.propertyeditor.PrivilegeEditorTest
  1526. [INFO] Running org.openmrs.propertyeditor.ProgramEditorTest
  1527. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s - in org.openmrs.propertyeditor.ProgramEditorTest
  1528. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  1529. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.777 s - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  1530. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  1531. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.455 s - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  1532. [INFO] Running org.openmrs.propertyeditor.ProviderEditorTest
  1533. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.877 s - in org.openmrs.propertyeditor.ProviderEditorTest
  1534. [INFO] Running org.openmrs.propertyeditor.RoleEditorTest
  1535. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.364 s - in org.openmrs.propertyeditor.RoleEditorTest
  1536. [INFO] Running org.openmrs.propertyeditor.UserEditorTest
  1537. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.793 s - in org.openmrs.propertyeditor.UserEditorTest
  1538. [INFO] Running org.openmrs.propertyeditor.VisitEditorTest
  1539. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.332 s - in org.openmrs.propertyeditor.VisitEditorTest
  1540. [INFO] Running org.openmrs.propertyeditor.VisitTypeEditorTest
  1541. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.openmrs.propertyeditor.VisitTypeEditorTest
  1542. [INFO] Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  1543. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.337 s - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  1544. [INFO] Running org.openmrs.ProviderTest
  1545. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ProviderTest
  1546. [INFO] Running org.openmrs.ReferralOrderTest
  1547. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ReferralOrderTest
  1548. [INFO] Running org.openmrs.RoleTest
  1549. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.RoleTest
  1550. [INFO] Running org.openmrs.scheduler.SchedulerServiceTest
  1551. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.scheduler.SchedulerServiceTest
  1552. [INFO] Running org.openmrs.scheduler.SchedulerUtilTest
  1553. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.scheduler.SchedulerUtilTest
  1554. [INFO] Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  1555. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 s - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  1556. [INFO] Running org.openmrs.serialization.JavaSerializationTest
  1557. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.openmrs.serialization.JavaSerializationTest
  1558. [INFO] Running org.openmrs.serialization.SimpleXStreamSerializerTest
  1559. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  1560. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  1561. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  1562. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.serialization.SimpleXStreamSerializerTest
  1563. [INFO] Running org.openmrs.SimpleDosingInstructionsTest
  1564. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s - in org.openmrs.SimpleDosingInstructionsTest
  1565. [INFO] Running org.openmrs.test.matchers.HasFieldErrorsTest
  1566. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasFieldErrorsTest
  1567. [INFO] Running org.openmrs.test.matchers.HasGlobalErrorsTest
  1568. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasGlobalErrorsTest
  1569. [INFO] Running org.openmrs.TestOrderTest
  1570. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.TestOrderTest
  1571. [INFO] Running org.openmrs.UserTest
  1572. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.UserTest
  1573. [INFO] Running org.openmrs.util.ConfigUtilTest
  1574. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 s - in org.openmrs.util.ConfigUtilTest
  1575. [INFO] Running org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  1576. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  1577. [INFO] Running org.openmrs.util.DatabaseUpdaterTest
  1578. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.962 s - in org.openmrs.util.DatabaseUpdaterTest
  1579. [INFO] Running org.openmrs.util.DateUtilTest
  1580. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.util.DateUtilTest
  1581. [INFO] Running org.openmrs.util.DoubleRangeTest
  1582. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.util.DoubleRangeTest
  1583. [INFO] Running org.openmrs.util.DrugsByNameComparatorTest
  1584. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DrugsByNameComparatorTest
  1585. [INFO] Running org.openmrs.util.ExceptionUtilTest
  1586. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ExceptionUtilTest
  1587. [INFO] Running org.openmrs.util.FormatTest
  1588. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.FormatTest
  1589. [INFO] Running org.openmrs.util.GraphTest
  1590. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.util.GraphTest
  1591. [INFO] Running org.openmrs.util.HandlerUtilTest
  1592. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.168 s - in org.openmrs.util.HandlerUtilTest
  1593. [INFO] Running org.openmrs.util.HttpClientTest
  1594. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.openmrs.util.HttpClientTest
  1595. [INFO] Running org.openmrs.util.HttpUrlTest
  1596. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.HttpUrlTest
  1597. [INFO] Running org.openmrs.util.JavaVersionTest
  1598. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.JavaVersionTest
  1599. [INFO] Running org.openmrs.util.LocaleUtilityTest
  1600. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.961 s - in org.openmrs.util.LocaleUtilityTest
  1601. [INFO] Running org.openmrs.util.LocationUtilityTest
  1602. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.931 s - in org.openmrs.util.LocationUtilityTest
  1603. [INFO] Running org.openmrs.util.NaturalStringsTest
  1604. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.util.NaturalStringsTest
  1605. [INFO] Running org.openmrs.util.OpenmrsSecurityManagerTest
  1606. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.OpenmrsSecurityManagerTest
  1607. [INFO] Running org.openmrs.util.OpenmrsUtilTest
  1608. [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.053 s - in org.openmrs.util.OpenmrsUtilTest
  1609. [INFO] Running org.openmrs.util.OpenmrsUtilUnitTest
  1610. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.openmrs.util.OpenmrsUtilUnitTest
  1611. [INFO] Running org.openmrs.util.PersonByNameComparatorTest
  1612. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.PersonByNameComparatorTest
  1613. [INFO] Running org.openmrs.util.ProviderByPersonNameComparatorTest
  1614. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ProviderByPersonNameComparatorTest
  1615. [INFO] Running org.openmrs.util.ReflectTest
  1616. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ReflectTest
  1617. [INFO] Running org.openmrs.util.SecurityTest
  1618. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s - in org.openmrs.util.SecurityTest
  1619. [INFO] Running org.openmrs.util.UpgradeUtilTest
  1620. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s - in org.openmrs.util.UpgradeUtilTest
  1621. [INFO] Running org.openmrs.util.UserByNameComparatorTest
  1622. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.UserByNameComparatorTest
  1623. [INFO] Running org.openmrs.validator.AlertValidatorTest
  1624. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 s - in org.openmrs.validator.AlertValidatorTest
  1625. [INFO] Running org.openmrs.validator.AllergyValidatorTest
  1626. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.openmrs.validator.AllergyValidatorTest
  1627. [INFO] Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  1628. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.364 s - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  1629. [INFO] Running org.openmrs.validator.CohortValidatorTest
  1630. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.144 s - in org.openmrs.validator.CohortValidatorTest
  1631. [INFO] Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  1632. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  1633. [INFO] Running org.openmrs.validator.ConceptClassValidatorTest
  1634. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 s - in org.openmrs.validator.ConceptClassValidatorTest
  1635. [INFO] Running org.openmrs.validator.ConceptDatatypeValidatorTest
  1636. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s - in org.openmrs.validator.ConceptDatatypeValidatorTest
  1637. [INFO] Running org.openmrs.validator.ConceptDrugValidatorTest
  1638. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConceptDrugValidatorTest
  1639. [INFO] Running org.openmrs.validator.ConceptMapTypeValidatorTest
  1640. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.751 s - in org.openmrs.validator.ConceptMapTypeValidatorTest
  1641. [INFO] Running org.openmrs.validator.ConceptNameTagValidatorTest
  1642. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.548 s - in org.openmrs.validator.ConceptNameTagValidatorTest
  1643. [INFO] Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  1644. [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]]
  1645. [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.933 s - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  1646. [INFO] Running org.openmrs.validator.ConceptSourceValidatorTest
  1647. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.331 s - in org.openmrs.validator.ConceptSourceValidatorTest
  1648. [INFO] Running org.openmrs.validator.ConceptValidatorTest
  1649. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.025 s - in org.openmrs.validator.ConceptValidatorTest
  1650. [INFO] Running org.openmrs.validator.ConditionValidatorTest
  1651. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConditionValidatorTest
  1652. [INFO] Running org.openmrs.validator.DiagnosisValidatorTest
  1653. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s - in org.openmrs.validator.DiagnosisValidatorTest
  1654. [INFO] Running org.openmrs.validator.DrugOrderValidatorTest
  1655. [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.92 s - in org.openmrs.validator.DrugOrderValidatorTest
  1656. [INFO] Running org.openmrs.validator.DrugValidatorTest
  1657. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.408 s - in org.openmrs.validator.DrugValidatorTest
  1658. [INFO] Running org.openmrs.validator.EncounterRoleValidatorTest
  1659. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 s - in org.openmrs.validator.EncounterRoleValidatorTest
  1660. [INFO] Running org.openmrs.validator.EncounterTypeValidatorTest
  1661. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.968 s - in org.openmrs.validator.EncounterTypeValidatorTest
  1662. [INFO] Running org.openmrs.validator.EncounterValidatorTest
  1663. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s - in org.openmrs.validator.EncounterValidatorTest
  1664. [INFO] Running org.openmrs.validator.FieldTypeValidatorTest
  1665. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s - in org.openmrs.validator.FieldTypeValidatorTest
  1666. [INFO] Running org.openmrs.validator.FieldValidatorTest
  1667. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.openmrs.validator.FieldValidatorTest
  1668. [INFO] Running org.openmrs.validator.FormValidatorTest
  1669. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.31 s - in org.openmrs.validator.FormValidatorTest
  1670. [INFO] Running org.openmrs.validator.HL7SourceValidatorTest
  1671. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 s - in org.openmrs.validator.HL7SourceValidatorTest
  1672. [INFO] Running org.openmrs.validator.ImplementationIdValidatorTest
  1673. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.883 s - in org.openmrs.validator.ImplementationIdValidatorTest
  1674. [INFO] Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  1675. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.989 s - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  1676. [INFO] Running org.openmrs.validator.LocationTagValidatorTest
  1677. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s - in org.openmrs.validator.LocationTagValidatorTest
  1678. [INFO] Running org.openmrs.validator.LocationValidatorTest
  1679. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s - in org.openmrs.validator.LocationValidatorTest
  1680. [INFO] Running org.openmrs.validator.ObsValidatorTest
  1681. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s - in org.openmrs.validator.ObsValidatorTest
  1682. [INFO] Running org.openmrs.validator.OrderFrequencyValidatorTest
  1683. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 s - in org.openmrs.validator.OrderFrequencyValidatorTest
  1684. [INFO] Running org.openmrs.validator.OrderTypeValidatorTest
  1685. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 s - in org.openmrs.validator.OrderTypeValidatorTest
  1686. [INFO] Running org.openmrs.validator.OrderValidatorTest
  1687. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s - in org.openmrs.validator.OrderValidatorTest
  1688. [INFO] Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  1689. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.947 s - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  1690. [INFO] Running org.openmrs.validator.PatientIdentifierValidatorTest
  1691. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s - in org.openmrs.validator.PatientIdentifierValidatorTest
  1692. [INFO] Running org.openmrs.validator.PatientProgramValidatorTest
  1693. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s - in org.openmrs.validator.PatientProgramValidatorTest
  1694. [INFO] Running org.openmrs.validator.PatientValidatorTest
  1695. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.05 s - in org.openmrs.validator.PatientValidatorTest
  1696. [INFO] Running org.openmrs.validator.PersonAddressValidatorTest
  1697. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 s - in org.openmrs.validator.PersonAddressValidatorTest
  1698. [INFO] Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  1699. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 s - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  1700. [INFO] Running org.openmrs.validator.PersonMergeLogValidatorTest
  1701. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 s - in org.openmrs.validator.PersonMergeLogValidatorTest
  1702. [INFO] Running org.openmrs.validator.PersonNameValidatorTest
  1703. [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 2.313 s - in org.openmrs.validator.PersonNameValidatorTest
  1704. [INFO] Running org.openmrs.validator.PersonValidatorTest
  1705. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.969 s - in org.openmrs.validator.PersonValidatorTest
  1706. [INFO] Running org.openmrs.validator.PrivilegeValidatorTest
  1707. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 s - in org.openmrs.validator.PrivilegeValidatorTest
  1708. [INFO] Running org.openmrs.validator.ProgramValidatorTest
  1709. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.99 s - in org.openmrs.validator.ProgramValidatorTest
  1710. [INFO] Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  1711. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 s - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  1712. [INFO] Running org.openmrs.validator.ProviderValidatorTest
  1713. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s - in org.openmrs.validator.ProviderValidatorTest
  1714. [INFO] Running org.openmrs.validator.ReferralOrderValidatorTest
  1715. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s - in org.openmrs.validator.ReferralOrderValidatorTest
  1716. [INFO] Running org.openmrs.validator.RelationshipTypeValidatorTest
  1717. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s - in org.openmrs.validator.RelationshipTypeValidatorTest
  1718. [INFO] Running org.openmrs.validator.RelationshipValidatorTest
  1719. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.044 s - in org.openmrs.validator.RelationshipValidatorTest
  1720. [INFO] Running org.openmrs.validator.RequireNameValidatorTest
  1721. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.RequireNameValidatorTest
  1722. [INFO] Running org.openmrs.validator.RoleValidatorTest
  1723. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.086 s - in org.openmrs.validator.RoleValidatorTest
  1724. [INFO] Running org.openmrs.validator.SchedulerFormValidatorTest
  1725. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 s - in org.openmrs.validator.SchedulerFormValidatorTest
  1726. [INFO] Running org.openmrs.validator.StateConversionValidatorTest
  1727. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.91 s - in org.openmrs.validator.StateConversionValidatorTest
  1728. [INFO] Running org.openmrs.validator.TestOrderValidatorTest
  1729. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s - in org.openmrs.validator.TestOrderValidatorTest
  1730. [INFO] Running org.openmrs.validator.UserValidatorTest
  1731. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s - in org.openmrs.validator.UserValidatorTest
  1732. [INFO] Running org.openmrs.validator.ValidateUtilTest
  1733. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.99 s - in org.openmrs.validator.ValidateUtilTest
  1734. [INFO] Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  1735. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 s - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  1736. [INFO] Running org.openmrs.validator.VisitTypeValidatorTest
  1737. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s - in org.openmrs.validator.VisitTypeValidatorTest
  1738. [INFO] Running org.openmrs.validator.VisitValidatorTest
  1739. [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.213 s - in org.openmrs.validator.VisitValidatorTest
  1740. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  1741. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.4 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  1742. [INFO] Running org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  1743. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 s - in org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  1744. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  1745. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.679 s - in org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  1746. [INFO] Running org.openmrs.util.ThreadSafeCircularFifoQueueTest
  1747. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.openmrs.util.ThreadSafeCircularFifoQueueTest
  1748. [INFO]
  1749. [INFO] Results:
  1750. [INFO]
  1751. [WARNING] Tests run: 4465, Failures: 0, Errors: 0, Skipped: 39
  1752. [INFO]
  1753. [INFO]
  1754. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-api ---
  1755. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar
  1756. [INFO]
  1757. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-api ---
  1758. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  1759. [INFO]
  1760. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-api ---
  1761. [INFO] Checking licenses...
  1762. [INFO]
  1763. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-api ---
  1764. [INFO] Installing C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT.jar
  1765. [INFO] Installing C:\Users\HP\openmrs-core\api\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT.pom
  1766. [INFO] Installing C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\api\openmrs-api\2.6.0-SNAPSHOT\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  1767. [INFO]
  1768. [INFO] --------------------< org.openmrs.web:openmrs-web >---------------------
  1769. [INFO] Building openmrs-web 2.6.0-SNAPSHOT [5/7]
  1770. [INFO] --------------------------------[ jar ]---------------------------------
  1771. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-web/5.3.23/spring-web-5.3.23.pom
  1772. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-web/5.3.23/spring-web-5.3.23.pom (2.2 kB at 184 B/s)
  1773. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.pom
  1774. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.pom (3.0 kB at 2.0 kB/s)
  1775. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-oxm/5.3.23/spring-oxm-5.3.23.pom
  1776. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-oxm/5.3.23/spring-oxm-5.3.23.pom (2.2 kB at 1.3 kB/s)
  1777. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-web/5.3.23/spring-web-5.3.23.jar
  1778. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.jar
  1779. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-oxm/5.3.23/spring-oxm-5.3.23.jar
  1780. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-oxm/5.3.23/spring-oxm-5.3.23.jar (66 kB at 15 kB/s)
  1781. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.jar (1.0 MB at 75 kB/s)
  1782. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-web/5.3.23/spring-web-5.3.23.jar (1.6 MB at 111 kB/s)
  1783. [INFO]
  1784. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-web ---
  1785. [INFO]
  1786. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-web ---
  1787. [INFO]
  1788. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-web ---
  1789. [INFO]
  1790. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-web ---
  1791. [INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.8\\org.jacoco.agent-0.8.8-runtime.jar=destfile=C:\\Users\\HP\\openmrs-core\\web\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
  1792. [INFO]
  1793. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  1794. [INFO] Using 'UTF-8' encoding to format source files.
  1795. [INFO] Number of files to be formatted: 59
  1796. [INFO] Successfully formatted: 0 file(s)
  1797. [INFO] Fail to format : 0 file(s)
  1798. [INFO] Skipped : 59 file(s)
  1799. [INFO] Approximate time taken: 0s
  1800. [INFO]
  1801. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-web ---
  1802. [INFO] Copying 22 resources
  1803. [INFO]
  1804. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-web ---
  1805. [INFO] Changes detected - recompiling the module!
  1806. [INFO] Compiling 40 source files to C:\Users\HP\openmrs-core\web\target\classes
  1807. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Some input files use or override a deprecated API.
  1808. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Recompile with -Xlint:deprecation for details.
  1809. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: C:\Users\HP\openmrs-core\web\src\main\java\org\openmrs\module\web\ModuleServlet.java uses unchecked or unsafe operations.
  1810. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: Recompile with -Xlint:unchecked for details.
  1811. [INFO]
  1812. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-web ---
  1813. [INFO] Copying 3 resources
  1814. [INFO]
  1815. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-web ---
  1816. [INFO] Changes detected - recompiling the module!
  1817. [INFO] Compiling 19 source files to C:\Users\HP\openmrs-core\web\target\test-classes
  1818. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Some input files use or override a deprecated API.
  1819. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Recompile with -Xlint:deprecation for details.
  1820. [INFO]
  1821. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-web ---
  1822. [INFO]
  1823. [INFO] -------------------------------------------------------
  1824. [INFO] T E S T S
  1825. [INFO] -------------------------------------------------------
  1826. [INFO] Running org.openmrs.module.filter.ModuleFilterDefinitionTest
  1827. 18:17:32.924 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  1828. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s - in org.openmrs.module.filter.ModuleFilterDefinitionTest
  1829. [INFO] Running org.openmrs.module.web.WebModuleUtilTest
  1830. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.828 s - in org.openmrs.module.web.WebModuleUtilTest
  1831. [INFO] Running org.openmrs.web.context.AltAuthSchemeContextTest
  1832. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.468 s - in org.openmrs.web.context.AltAuthSchemeContextTest
  1833. [INFO] Running org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  1834. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  1835. [INFO] Running org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  1836. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  1837. [INFO] Running org.openmrs.web.filter.update.GZIPFilterTest
  1838. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in org.openmrs.web.filter.update.GZIPFilterTest
  1839. [INFO] Running org.openmrs.web.filter.update.UpdateFilterModelTest
  1840. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.openmrs.web.filter.update.UpdateFilterModelTest
  1841. [INFO] Running org.openmrs.web.filter.update.UpdateFilterTest
  1842. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s - in org.openmrs.web.filter.update.UpdateFilterTest
  1843. [INFO] Running org.openmrs.web.filter.update.util.FilterUtilTest
  1844. [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.02 s - in org.openmrs.web.filter.update.util.FilterUtilTest
  1845. [INFO] Running org.openmrs.web.WebDaemonTest
  1846. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.web.WebDaemonTest
  1847. [INFO] Running org.openmrs.web.WebUtilTest
  1848. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.web.WebUtilTest
  1849. [INFO]
  1850. [INFO] Results:
  1851. [INFO]
  1852. [WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 2
  1853. [INFO]
  1854. [INFO]
  1855. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-web ---
  1856. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar
  1857. [INFO]
  1858. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-web ---
  1859. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  1860. [INFO]
  1861. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-web ---
  1862. [INFO] Checking licenses...
  1863. [INFO]
  1864. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-web ---
  1865. [INFO] Installing C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT.jar
  1866. [INFO] Installing C:\Users\HP\openmrs-core\web\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT.pom
  1867. [INFO] Installing C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-web\2.6.0-SNAPSHOT\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  1868. [INFO]
  1869. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  1870. [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT [6/7]
  1871. [INFO] --------------------------------[ war ]---------------------------------
  1872. [INFO]
  1873. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-webapp ---
  1874. [INFO]
  1875. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
  1876. [INFO]
  1877. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
  1878. [INFO]
  1879. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
  1880. [INFO] Copying 2 resources
  1881. [INFO] Copying 1 resource to ../jetty
  1882. [INFO]
  1883. [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
  1884. [INFO] Executing tasks
  1885. [INFO] [unzip] Expanding: C:\Users\HP\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\HP\openmrs-core\webapp\target\classes
  1886. [INFO] Executed tasks
  1887. [INFO]
  1888. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
  1889. [INFO] No sources to compile
  1890. [INFO]
  1891. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
  1892. [INFO] Copying 1 resource
  1893. [INFO]
  1894. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
  1895. [INFO] No sources to compile
  1896. [INFO]
  1897. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
  1898. [INFO]
  1899. [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
  1900. [INFO] Packaging webapp
  1901. [INFO] Assembling webapp [openmrs-webapp] in [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  1902. [INFO] Processing war project
  1903. [INFO] Copying webapp webResources [C:\Users\HP\openmrs-core\webapp\src/main/webapp] to [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  1904. [INFO] Copying webapp resources [C:\Users\HP\openmrs-core\webapp\src\main\webapp]
  1905. [INFO] Building war: C:\Users\HP\openmrs-core\webapp\target\openmrs.war
  1906. [INFO]
  1907. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-webapp ---
  1908. [INFO] Building jar: C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar
  1909. [INFO]
  1910. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
  1911. [INFO] Checking licenses...
  1912. [INFO]
  1913. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
  1914. [INFO] Installing C:\Users\HP\openmrs-core\webapp\target\openmrs.war to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT.war
  1915. [INFO] Installing C:\Users\HP\openmrs-core\webapp\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT.pom
  1916. [INFO] Installing C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\web\openmrs-webapp\2.6.0-SNAPSHOT\openmrs-webapp-2.6.0-SNAPSHOT-tests.jar
  1917. [INFO]
  1918. [INFO] --------------< org.openmrs.liquibase:openmrs-liquibase >---------------
  1919. [INFO] Building openmrs-liquibase 2.6.0-SNAPSHOT [7/7]
  1920. [INFO] --------------------------------[ jar ]---------------------------------
  1921. [INFO]
  1922. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-liquibase ---
  1923. [INFO]
  1924. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-liquibase ---
  1925. [INFO]
  1926. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-liquibase ---
  1927. [INFO]
  1928. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-liquibase ---
  1929. [INFO] Copying 1 resource
  1930. [INFO]
  1931. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-liquibase ---
  1932. [INFO] Changes detected - recompiling the module!
  1933. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\classes
  1934. [INFO]
  1935. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-liquibase ---
  1936. [INFO] Copying 7 resources
  1937. [INFO]
  1938. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-liquibase ---
  1939. [INFO] Changes detected - recompiling the module!
  1940. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\test-classes
  1941. [INFO]
  1942. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-liquibase ---
  1943. [INFO]
  1944. [INFO] -------------------------------------------------------
  1945. [INFO] T E S T S
  1946. [INFO] -------------------------------------------------------
  1947. [INFO] Running org.openmrs.liquibase.AbstractSnapshotTunerTest
  1948. INFO - AbstractSnapshotTuner.addLicenseHeaderToFileIfNeeded(58) |2022-09-16T18:18:11,635| Adding the OpenMRS license header to file 'C:\Users\HP\AppData\Local\Temp\junit3092371040170625834\file-to-add-license-header-to.txt'....
  1949. INFO - AbstractSnapshotTuner.deleteFile(115) |2022-09-16T18:18:11,635| Deleting updated file from previous run: 'C:\Users\HP\AppData\Local\Temp\junit3092371040170625834\file-to-add-license-header-to.txt'...
  1950. INFO - AbstractSnapshotTuner.addLicenseHeaderToFileIfNeeded(63) |2022-09-16T18:18:11,635| The file 'C:\Users\HP\AppData\Local\Temp\junit3092371040170625834\file-to-add-license-header-to.txt' already contains the OpenMRS license header.
  1951. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.openmrs.liquibase.AbstractSnapshotTunerTest
  1952. [INFO] Running org.openmrs.liquibase.CoreDataTunerTest
  1953. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,736| processing the resource '{}' raised an exception
  1954. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  1955. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1956. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1957. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1958. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1959. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1960. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1961. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1962. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1963. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1964. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1965. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1966. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1967. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1968. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1969. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1970. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1971. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1972. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1973. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1974. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1975. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1976. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1977. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1978. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1979. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1980. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1981. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1982. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1983. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1984. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1985. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1986. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1987. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1988. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1989. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1990. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1991. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1992. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1993. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1994. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1995. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1996. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1997. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1998. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1999. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2000. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2001. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2002. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2003. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2004. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2005. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2006. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2007. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2008. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2009. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2010. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2011. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2012. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2013. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2014. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2015. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2016. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2017. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2018. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2019. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2020. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2021. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2022. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2023. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2024. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2025. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2026. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2027. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2028. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2029. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2030. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2031. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2032. ... 71 more
  2033. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,758| processing the resource '{}' raised an exception
  2034. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2035. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2036. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2037. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2038. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2039. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2040. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2041. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2042. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2043. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2044. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2045. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2046. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2047. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2048. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2049. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2050. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2051. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2052. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2053. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2054. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2055. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2056. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2057. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2058. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2059. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2060. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2061. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2062. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2063. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2064. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2065. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2066. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2067. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2068. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2069. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2070. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2071. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2072. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2073. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2074. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2075. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2076. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2077. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2078. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2079. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2080. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2081. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2082. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2083. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2084. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2085. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2086. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2087. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2088. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2089. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2090. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2091. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2092. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2093. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2094. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2095. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2096. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2097. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2098. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2099. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2100. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2101. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2102. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2103. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2104. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2105. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2106. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2107. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2108. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2109. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2110. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2111. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2112. ... 71 more
  2113. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,773| processing the resource '{}' raised an exception
  2114. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2115. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2116. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2117. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2118. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2119. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2120. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2121. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2122. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2123. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2124. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2125. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2126. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2127. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2128. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2129. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2130. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2131. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2132. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2133. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2134. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2135. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2136. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2137. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2138. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2139. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2140. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2141. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2142. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2143. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2144. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2145. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2146. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2147. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2148. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2149. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2150. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2151. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2152. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2153. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2154. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2155. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2156. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2157. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2158. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2159. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2160. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2161. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2162. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2163. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2164. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2165. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2166. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2167. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2168. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2169. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2170. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2171. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2172. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2173. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2174. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2175. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2176. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2177. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2178. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2179. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2180. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2181. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2182. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2183. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2184. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2185. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2186. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2187. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2188. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2189. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2190. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2191. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2192. ... 71 more
  2193. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,789| processing the resource '{}' raised an exception
  2194. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2195. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2196. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2197. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2198. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2199. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2200. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2201. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2202. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2203. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2204. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2205. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2206. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2207. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2208. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2209. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2210. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2211. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2212. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2213. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2214. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2215. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2216. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2217. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2218. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2219. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2220. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2221. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2222. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2223. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2224. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2225. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2226. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2227. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2228. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2229. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2230. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2231. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2232. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2233. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2234. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2235. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2236. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2237. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2238. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2239. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2240. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2241. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2242. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2243. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2244. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2245. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2246. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2247. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2248. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2249. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2250. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2251. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2252. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2253. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2254. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2255. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2256. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2257. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2258. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2259. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2260. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2261. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2262. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2263. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2264. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2265. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2266. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2267. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2268. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2269. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2270. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2271. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2272. ... 71 more
  2273. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,789| processing the resource '{}' raised an exception
  2274. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2275. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2276. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2277. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2278. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2279. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2281. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2282. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2283. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2284. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2285. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2286. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2287. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2288. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2289. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2290. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2291. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2292. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2293. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2294. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2295. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2296. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2297. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2298. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2299. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2300. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2301. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2302. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2303. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2304. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2305. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2306. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2307. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2308. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2309. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2310. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2311. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2312. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2313. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2314. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2315. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2316. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2317. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2318. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2319. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2320. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2321. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2322. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2323. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2324. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2325. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2326. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2327. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2328. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2329. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2330. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2331. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2332. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2333. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2334. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2335. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2336. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2337. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2338. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2339. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2340. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2341. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2342. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2343. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2344. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2345. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2346. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2347. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2348. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2349. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2350. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2351. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2352. ... 71 more
  2353. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,789| processing the resource '{}' raised an exception
  2354. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2355. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2356. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2357. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2358. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2359. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2360. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2361. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2362. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2363. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2364. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2365. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2366. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2367. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2368. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2369. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2370. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2371. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2372. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2373. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2374. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2375. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2376. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2377. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2378. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2379. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2380. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2381. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2382. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2383. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2384. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2385. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2386. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2387. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2388. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2389. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2390. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2391. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2392. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2393. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2394. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2395. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2396. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2397. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2398. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2399. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2400. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2401. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2402. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2403. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2404. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2405. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2406. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2407. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2408. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2409. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2410. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2411. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2412. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2413. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2414. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2415. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2416. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2417. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2418. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2419. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2420. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2421. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2422. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2423. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2424. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2425. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2426. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2427. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2428. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2429. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2430. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2431. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2432. ... 71 more
  2433. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,805| processing the resource '{}' raised an exception
  2434. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2435. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2436. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2437. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2438. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2439. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2440. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2441. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2442. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2443. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2444. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2445. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2446. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2447. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2448. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2449. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2450. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2451. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2452. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2453. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2454. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2455. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2456. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2457. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2458. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2459. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2460. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2461. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2462. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2463. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2464. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2465. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2466. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2467. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2468. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2469. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2470. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2471. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2472. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2473. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2474. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2475. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2476. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2477. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2478. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2479. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2480. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2481. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2482. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2483. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2484. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2485. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2486. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2487. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2488. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2489. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2490. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2491. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2492. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2493. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2494. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2495. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2496. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2497. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2498. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2499. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2500. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2501. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2502. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2503. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2504. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2505. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2506. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2507. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2508. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2509. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2510. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2511. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2512. ... 71 more
  2513. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:11,805| processing the resource '{}' raised an exception
  2514. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2515. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2516. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2517. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  2518. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2519. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2520. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2521. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2522. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2523. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2524. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2525. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2526. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2527. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2528. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2529. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2530. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2531. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2532. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2533. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2534. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2535. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2536. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2537. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2538. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2539. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2540. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2541. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2542. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2543. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2544. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2545. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2546. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2547. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2548. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2549. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2550. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2551. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2552. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2553. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2554. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2555. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2556. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2557. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2558. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2559. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2560. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2561. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2562. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2563. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2564. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2565. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2566. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2567. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2568. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2569. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2570. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2571. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2572. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2573. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2574. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2575. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2576. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2577. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2578. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2579. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2580. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2581. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2582. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2583. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2584. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2585. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2586. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2587. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2588. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2589. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2590. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2591. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2592. ... 71 more
  2593. [ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.078 s <<< FAILURE! - in org.openmrs.liquibase.CoreDataTunerTest
  2594. [ERROR] shouldDetectThatSecondListDoesNotContainFirstList Time elapsed: 0.016 s <<< ERROR!
  2595. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2596. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2597. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2598. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2599.  
  2600. [ERROR] shouldMergeTableNamesInTargetOrder Time elapsed: 0.016 s <<< ERROR!
  2601. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2602. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2603. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2604. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2605.  
  2606. [ERROR] shouldCreateUpdatedChangeLogFile{Path} Time elapsed: 0 s <<< ERROR!
  2607. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2608. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2609. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2610. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2611.  
  2612. [ERROR] shouldGetDatabaseChangeLogElement Time elapsed: 0.015 s <<< ERROR!
  2613. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2614. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2615. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2616. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2617.  
  2618. [ERROR] shouldUpdateAdminUser Time elapsed: 0 s <<< ERROR!
  2619. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2620. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2621. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2622. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2623.  
  2624. [ERROR] shouldDetachAndCacheChangeSets Time elapsed: 0.016 s <<< ERROR!
  2625. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2626. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2627. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2628. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2629.  
  2630. [ERROR] shouldAddChangeSets Time elapsed: 0 s <<< ERROR!
  2631. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2632. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2633. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2634. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2635.  
  2636. [ERROR] shouldGetTableNames Time elapsed: 0 s <<< ERROR!
  2637. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2638. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2639. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5ccore-data%5cliquibase-core-data-SNAPSHOT.xml (The system cannot find the file specified)
  2640. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  2641.  
  2642. [INFO] Running org.openmrs.liquibase.MainTest
  2643. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s - in org.openmrs.liquibase.MainTest
  2644. [INFO] Running org.openmrs.liquibase.SchemaOnlyTunerTest
  2645. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,402| processing the resource '{}' raised an exception
  2646. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2647. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2648. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2649. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2650. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2651. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2652. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2653. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2654. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2655. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2656. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2657. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2658. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2659. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2660. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2661. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2662. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2663. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2664. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2665. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2666. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2667. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2668. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2669. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2670. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2671. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2672. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2673. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2674. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2675. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2676. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2677. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2678. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2679. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2680. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2681. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2682. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2683. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2684. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2685. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2686. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2687. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2688. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2689. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2690. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2691. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2692. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2693. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2694. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2695. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2696. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2697. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2698. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2699. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2700. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2701. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2702. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2703. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2704. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2705. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2706. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2707. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2708. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2709. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2710. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2711. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2712. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2713. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2714. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2715. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2716. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2717. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2718. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2719. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2720. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2721. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2722. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2723. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2724. ... 71 more
  2725. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,402| processing the resource '{}' raised an exception
  2726. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2727. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2728. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2729. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2730. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2731. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2732. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2733. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2734. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2735. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2736. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2737. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2738. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2739. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2740. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2741. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2742. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2743. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2744. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2745. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2746. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2747. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2748. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2749. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2750. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2751. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2752. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2753. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2754. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2755. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2756. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2757. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2758. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2759. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2760. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2761. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2762. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2763. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2764. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2765. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2766. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2767. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2768. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2769. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2770. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2771. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2772. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2773. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2774. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2775. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2776. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2777. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2778. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2779. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2780. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2781. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2782. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2783. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2784. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2785. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2786. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2787. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2788. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2789. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2790. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2791. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2792. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2793. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2794. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2795. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2796. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2797. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2798. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2799. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2800. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2801. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2802. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2803. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2804. ... 71 more
  2805. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,418| processing the resource '{}' raised an exception
  2806. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2807. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2808. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2809. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2810. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2811. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2812. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2813. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2814. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2815. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2816. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2817. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2818. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2819. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2820. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2821. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2822. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2823. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2824. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2825. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2826. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2827. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2828. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2829. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2830. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2831. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2832. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2833. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2834. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2835. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2836. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2837. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2838. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2839. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2840. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2841. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2842. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2843. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2844. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2845. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2846. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2847. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2848. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2849. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2850. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2851. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2852. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2853. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2854. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2855. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2856. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2857. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2858. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2859. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2860. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2861. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2862. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2863. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2864. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2865. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2866. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2867. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2868. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2869. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2870. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2871. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2872. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2873. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2874. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2875. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2876. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2877. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2878. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2879. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2880. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2881. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2882. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2883. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2884. ... 71 more
  2885. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,418| processing the resource '{}' raised an exception
  2886. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2887. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2888. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2889. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2890. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2891. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2892. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2893. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2894. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2895. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2896. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2897. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2898. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2899. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2900. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2901. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2902. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2903. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2904. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2905. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2906. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2907. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2908. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2909. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2910. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2911. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2912. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2913. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2914. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2915. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2916. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2917. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2918. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2919. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2920. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2921. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2922. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2923. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2924. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2925. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2926. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2927. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2928. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2929. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2930. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2931. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2932. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2933. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2934. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2935. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2936. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2937. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2938. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2939. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2940. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2941. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2942. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2943. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2944. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2945. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2946. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2947. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2948. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2949. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2950. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2951. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2952. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2953. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2954. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2955. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2956. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2957. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2958. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2959. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2960. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2961. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2962. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2963. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2964. ... 71 more
  2965. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,433| processing the resource '{}' raised an exception
  2966. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  2967. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2968. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2969. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2970. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2971. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2972. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2973. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2974. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2975. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2976. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2977. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2978. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2979. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2980. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2981. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2982. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2983. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2984. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2985. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2986. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2987. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2988. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2989. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2990. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2991. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2992. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2993. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2994. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2995. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2996. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2997. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2998. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2999. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3000. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3001. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3002. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3003. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3004. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3005. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3006. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3007. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3008. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3009. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3010. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3011. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3012. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3013. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3014. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3015. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3016. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3017. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3018. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3019. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3020. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3021. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3022. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3023. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3024. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3025. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3026. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3027. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3028. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3029. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3030. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3031. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3032. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3033. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3034. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3035. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  3036. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  3037. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  3038. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  3039. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3040. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  3041. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  3042. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  3043. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  3044. ... 71 more
  3045. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,433| processing the resource '{}' raised an exception
  3046. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3047. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  3048. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  3049. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  3050. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  3051. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  3052. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  3053. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  3054. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  3055. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3056. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3057. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3058. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3059. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3060. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3061. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3062. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3063. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3064. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3065. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3066. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3067. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3068. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3069. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3070. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3071. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3072. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3073. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3074. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3075. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3076. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3077. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3078. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3079. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3080. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3081. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3082. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3083. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3084. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3085. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3086. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3087. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3088. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3089. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3090. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3091. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3092. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3093. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3094. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3095. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3096. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3097. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3098. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3099. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3100. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3101. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3102. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3103. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3104. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3105. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3106. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3107. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3108. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3109. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3110. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3111. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3112. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3113. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3114. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3115. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  3116. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  3117. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  3118. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  3119. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3120. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  3121. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  3122. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  3123. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  3124. ... 71 more
  3125. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-16T18:18:13,449| processing the resource '{}' raised an exception
  3126. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3127. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  3128. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  3129. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  3130. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  3131. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  3132. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  3133. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  3134. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  3135. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3136. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3137. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3138. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3139. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3140. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3141. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3142. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3143. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3144. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3145. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3146. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3147. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3148. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3149. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3150. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3151. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3152. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3153. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3154. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3155. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3156. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  3157. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3158. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3159. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3160. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3161. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3162. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3163. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3164. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3165. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3166. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3167. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3168. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3169. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3170. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3171. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3172. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3173. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3174. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3175. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  3176. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3177. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3178. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3179. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3180. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3181. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3182. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3183. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3184. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3185. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3186. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3187. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  3188. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3189. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3190. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3191. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3192. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  3193. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3194. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  3195. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  3196. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  3197. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  3198. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  3199. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3200. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  3201. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  3202. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  3203. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  3204. ... 71 more
  3205. [ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.102 s <<< FAILURE! - in org.openmrs.liquibase.SchemaOnlyTunerTest
  3206. [ERROR] shouldDetectWrongNumberOfLongtextNodes Time elapsed: 0.047 s <<< ERROR!
  3207. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3208. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3209. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3210. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3211.  
  3212. [ERROR] shouldReplaceBitTypeWithBooleanType Time elapsed: 0.016 s <<< ERROR!
  3213. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3214. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3215. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3216. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3217.  
  3218. [ERROR] shouldCreateUpdatedChangeLogFile{Path} Time elapsed: 0.015 s <<< ERROR!
  3219. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3220. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3221. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3222. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3223.  
  3224. [ERROR] shouldReplaceLongtextTypeWithClobType Time elapsed: 0 s <<< ERROR!
  3225. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3226. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3227. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3228. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3229.  
  3230. [ERROR] shouldDetectWrongGrandParentNodeOfLongtextNode Time elapsed: 0 s <<< ERROR!
  3231. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3232. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3233. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3234. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3235.  
  3236. [ERROR] shouldAssertLongtextNode Time elapsed: 0.016 s <<< ERROR!
  3237. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3238. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3239. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3240. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3241.  
  3242. [ERROR] shouldDetachChangeSetsForLiquibaseTables Time elapsed: 0.008 s <<< ERROR!
  3243. org.dom4j.DocumentException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3244. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3245. Caused by: java.io.FileNotFoundException: C:\Users\HP\openmrs-core\liquibase\target\test-classes\org%5copenmrs%5cliquibase%5csnapshots%5cschema-only%5cliquibase-schema-only-SNAPSHOT.xml (The system cannot find the file specified)
  3246. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  3247.  
  3248. [INFO]
  3249. [INFO] Results:
  3250. [INFO]
  3251. [ERROR] Errors:
  3252. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3253. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3254. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3255. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3256. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3257. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3258. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3259. [ERROR] CoreDataTunerTest.setup:63 » Document C:\Users\HP\openmrs-core\liquibase\targe...
  3260. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3261. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3262. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3263. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3264. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3265. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3266. [ERROR] SchemaOnlyTunerTest.setup:57 » Document C:\Users\HP\openmrs-core\liquibase\tar...
  3267. [INFO]
  3268. [ERROR] Tests run: 22, Failures: 0, Errors: 15, Skipped: 0
  3269. [INFO]
  3270. [INFO] ------------------------------------------------------------------------
  3271. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  3272. [INFO]
  3273. [INFO] OpenMRS ............................................ SUCCESS [ 3.675 s]
  3274. [INFO] openmrs-tools ...................................... SUCCESS [ 0.971 s]
  3275. [INFO] openmrs-test ....................................... SUCCESS [ 19.659 s]
  3276. [INFO] openmrs-api ........................................ SUCCESS [22:53 min]
  3277. [INFO] openmrs-web ........................................ SUCCESS [01:02 min]
  3278. [INFO] openmrs-webapp ..................................... SUCCESS [ 10.583 s]
  3279. [INFO] openmrs-liquibase .................................. FAILURE [ 6.106 s]
  3280. [INFO] ------------------------------------------------------------------------
  3281. [INFO] BUILD FAILURE
  3282. [INFO] ------------------------------------------------------------------------
  3283. [INFO] Total time: 24:46 min
  3284. [INFO] Finished at: 2022-09-16T18:18:14+03:00
  3285. [INFO] ------------------------------------------------------------------------
  3286. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project openmrs-liquibase: There are test failures.
  3287. [ERROR]
  3288. [ERROR] Please refer to C:\Users\HP\openmrs-core\liquibase\target\surefire-reports for the individual test results.
  3289. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  3290. [ERROR] -> [Help 1]
  3291. [ERROR]
  3292. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  3293. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  3294. [ERROR]
  3295. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  3296. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  3297. [ERROR]
  3298. [ERROR] After correcting the problems, you can resume the build with the command
  3299. [ERROR] mvn <args> -rf :openmrs-liquibase
  3300.  
  3301. C:\Users\HP\openmrs-core>
Add Comment
Please, Sign In to add comment