makanga

Untitled

Sep 15th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 363.03 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>cd openmrs-core
  5.  
  6. C:\Users\HP\openmrs-core>mvn clean install
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] OpenMRS [pom]
  12. [INFO] openmrs-tools [jar]
  13. [INFO] openmrs-test [pom]
  14. [INFO] openmrs-api [jar]
  15. [INFO] openmrs-web [jar]
  16. [INFO] openmrs-webapp [war]
  17. [INFO] openmrs-liquibase [jar]
  18. [INFO]
  19. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  20. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  21. [INFO] --------------------------------[ pom ]---------------------------------
  22. [INFO]
  23. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  24. [INFO] Deleting C:\Users\HP\openmrs-core\target
  25. [INFO]
  26. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  27. [INFO] ShortRevision tag detected. The value is '6'.
  28. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  29. [INFO] Working directory: C:\Users\HP\openmrs-core
  30. [INFO] Storing buildNumber: a934e5 at timestamp: 1663260268281
  31. [INFO] Storing buildScmBranch: master
  32. [INFO]
  33. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  34. [INFO]
  35. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs ---
  36. [WARNING] JAR will be empty - no content was marked for inclusion!
  37. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  38. [INFO]
  39. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  40. [INFO] Checking licenses...
  41. [INFO]
  42. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  43. [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
  44. [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
  45. [INFO]
  46. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  47. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  48. [INFO] --------------------------------[ jar ]---------------------------------
  49. [INFO]
  50. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  51. [INFO] Deleting C:\Users\HP\openmrs-core\tools\target
  52. [INFO]
  53. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  54. [INFO]
  55. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  56. [INFO]
  57. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-tools ---
  58. [INFO] Copying 4 resources
  59. [INFO]
  60. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-tools ---
  61. [INFO] No sources to compile
  62. [INFO]
  63. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-tools ---
  64. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  65. [INFO]
  66. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-tools ---
  67. [INFO] No sources to compile
  68. [INFO]
  69. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  70. [INFO] No tests to run.
  71. [INFO]
  72. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-tools ---
  73. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  74. [INFO]
  75. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-tools ---
  76. [WARNING] JAR will be empty - no content was marked for inclusion!
  77. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  78. [INFO]
  79. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  80. [INFO] Checking licenses...
  81. [INFO]
  82. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  83. [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
  84. [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
  85. [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
  86. [INFO]
  87. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  88. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  89. [INFO] --------------------------------[ pom ]---------------------------------
  90. [INFO]
  91. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  92. [INFO] Deleting C:\Users\HP\openmrs-core\test\target
  93. [INFO]
  94. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  95. [INFO]
  96. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  97. [INFO]
  98. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-test ---
  99. [WARNING] JAR will be empty - no content was marked for inclusion!
  100. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  101. [INFO]
  102. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  103. [INFO] Checking licenses...
  104. [INFO]
  105. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  106. [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
  107. [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
  108. [INFO]
  109. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  110. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  111. [INFO] --------------------------------[ jar ]---------------------------------
  112. [INFO]
  113. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  114. [INFO] Deleting C:\Users\HP\openmrs-core\api\target
  115. [INFO]
  116. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  117. [INFO]
  118. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  119. [INFO]
  120. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
  121. [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
  122. [INFO]
  123. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  124. [INFO] Using 'UTF-8' encoding to format source files.
  125. [INFO] Number of files to be formatted: 1111
  126. [INFO] Successfully formatted: 0 file(s)
  127. [INFO] Fail to format : 0 file(s)
  128. [INFO] Skipped : 1111 file(s)
  129. [INFO] Approximate time taken: 5s
  130. [INFO]
  131. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-api ---
  132. [INFO] Copying 1 resource
  133. [INFO] Copying 161 resources
  134. [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
  135. [INFO]
  136. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-api ---
  137. [INFO] Changes detected - recompiling the module!
  138. [INFO] Compiling 746 source files to C:\Users\HP\openmrs-core\api\target\classes
  139. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  140. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  141. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  142. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  143. [INFO]
  144. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-api ---
  145. [INFO] Copying 153 resources
  146. [INFO]
  147. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-api ---
  148. [INFO] Changes detected - recompiling the module!
  149. [INFO] Compiling 365 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  150. [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.
  151. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  152. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  153. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  154. [INFO]
  155. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  156. [INFO]
  157. [INFO] -------------------------------------------------------
  158. [INFO] T E S T S
  159. [INFO] -------------------------------------------------------
  160. 19:45:10.488 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  161. [INFO] Running liquibase.ext.change.core.InsertWithUuidDataChangeTest
  162. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in liquibase.ext.change.core.InsertWithUuidDataChangeTest
  163. [INFO] Running liquibase.ext.datatype.core.MySQLBooleanTypeTest
  164. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in liquibase.ext.datatype.core.MySQLBooleanTypeTest
  165. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  166. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  167. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  168. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  169. [INFO] Running org.openmrs.AllergenTest
  170. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.601 s - in org.openmrs.AllergenTest
  171. [INFO] Running org.openmrs.AllergiesTest
  172. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s - in org.openmrs.AllergiesTest
  173. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  174. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.222 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  175. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  176. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.841 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  177. [INFO] Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  178. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.494 s - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  179. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  180. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.673 s - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  181. [INFO] Running org.openmrs.annotation.StartModuleAnnotationTest
  182. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.039 s - in org.openmrs.annotation.StartModuleAnnotationTest
  183. [INFO] Running org.openmrs.aop.AuthorizationAdviceTest
  184. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 s - in org.openmrs.aop.AuthorizationAdviceTest
  185. [INFO] Running org.openmrs.aop.RequiredDataAdviceTest
  186. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.openmrs.aop.RequiredDataAdviceTest
  187. [INFO] Running org.openmrs.api.AdministrationServiceTest
  188. [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.781 s - in org.openmrs.api.AdministrationServiceTest
  189. [INFO] Running org.openmrs.api.AdministrationServiceUnitTest
  190. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.openmrs.api.AdministrationServiceUnitTest
  191. [INFO] Running org.openmrs.api.cache.CachePropertiesUtilTest
  192. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.api.cache.CachePropertiesUtilTest
  193. [INFO] Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  194. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.153 s - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  195. [INFO] Running org.openmrs.api.CohortServiceTest
  196. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.011 s - in org.openmrs.api.CohortServiceTest
  197. [INFO] Running org.openmrs.api.ConceptServiceTest
  198. [WARNING] Tests run: 254, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 241.183 s - in org.openmrs.api.ConceptServiceTest
  199. [INFO] Running org.openmrs.api.context.ContextTest
  200. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.847 s - in org.openmrs.api.context.ContextTest
  201. [INFO] Running org.openmrs.api.context.ContextWithModuleTest
  202. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 s - in org.openmrs.api.context.ContextWithModuleTest
  203. [INFO] Running org.openmrs.api.context.DaemonTest
  204. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.openmrs.api.context.DaemonTest
  205. [INFO] Running org.openmrs.api.DatatypeServiceTest
  206. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s - in org.openmrs.api.DatatypeServiceTest
  207. [INFO] Running org.openmrs.api.db.ConceptDAOTest
  208. [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.483 s - in org.openmrs.api.db.ConceptDAOTest
  209. [INFO] Running org.openmrs.api.db.ContextDAOTest
  210. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.openmrs.api.db.ContextDAOTest
  211. [INFO] Running org.openmrs.api.db.EncounterDAOTest
  212. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.142 s - in org.openmrs.api.db.EncounterDAOTest
  213. [INFO] Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  214. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  215. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 s - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  216. [INFO] Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  217. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  218. [INFO] Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  219. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.64 s - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  220. [INFO] Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  221. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.335 s - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  222. [INFO] Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  223. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.336 s - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  224. [INFO] Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  225. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.157 s - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  226. [INFO] Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  227. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  228. [INFO] Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  229. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 s - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  230. [INFO] Running org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  231. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.89 s - in org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  232. [INFO] Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  233. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  234. [INFO] Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  235. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.956 s - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  236. [INFO] Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  237. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.06 s - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  238. [INFO] Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  239. [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.298 s - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  240. [INFO] Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  241. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.001 s - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  242. [INFO] Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  243. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.616 s - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  244. [INFO] Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  245. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 s - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  246. [INFO] Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  247. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2 s - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  248. [INFO] Running org.openmrs.api.db.hibernate.ProviderDAOTest
  249. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s - in org.openmrs.api.db.hibernate.ProviderDAOTest
  250. [INFO] Running org.openmrs.api.db.PatientDAOTest
  251. [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 160.609 s - in org.openmrs.api.db.PatientDAOTest
  252. [INFO] Running org.openmrs.api.db.PersonDAOTest
  253. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.807 s - in org.openmrs.api.db.PersonDAOTest
  254. [INFO] Running org.openmrs.api.db.ProgramWorkflowDAOTest
  255. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s - in org.openmrs.api.db.ProgramWorkflowDAOTest
  256. [INFO] Running org.openmrs.api.db.SerializedObjectDAOTest
  257. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.api.db.SerializedObjectDAOTest
  258. [INFO] Running org.openmrs.api.db.UserDAOTest
  259. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.55 s - in org.openmrs.api.db.UserDAOTest
  260. [INFO] Running org.openmrs.api.db.VisitDAOTest
  261. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.837 s - in org.openmrs.api.db.VisitDAOTest
  262. [INFO] Running org.openmrs.api.EncounterServiceTest
  263. [WARNING] Tests run: 146, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 38.072 s - in org.openmrs.api.EncounterServiceTest
  264. [INFO] Running org.openmrs.api.FormServiceTest
  265. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.278 s - in org.openmrs.api.FormServiceTest
  266. [INFO] Running org.openmrs.api.handler.BaseRetireHandlerTest
  267. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseRetireHandlerTest
  268. [INFO] Running org.openmrs.api.handler.BaseUnretireHandlerTest
  269. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnretireHandlerTest
  270. [INFO] Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  271. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  272. [INFO] Running org.openmrs.api.handler.BaseVoidHandlerTest
  273. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseVoidHandlerTest
  274. [INFO] Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  275. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 s - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  276. [INFO] Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  277. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.943 s - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  278. [INFO] Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  279. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.171 s - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  280. [INFO] Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  281. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  282. [INFO] Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  283. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  284. [INFO] Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  285. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.134 s - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  286. [INFO] Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  287. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.75 s - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  288. [INFO] Running org.openmrs.api.handler.PersonSaveHandlerTest
  289. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.899 s - in org.openmrs.api.handler.PersonSaveHandlerTest
  290. [INFO] Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  291. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  292. [INFO] Running org.openmrs.api.handler.PersonVoidHandlerTest
  293. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s - in org.openmrs.api.handler.PersonVoidHandlerTest
  294. [INFO] Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  295. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  296. [INFO] Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  297. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  298. [INFO] Running org.openmrs.api.impl.ConceptServiceImplTest
  299. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.077 s - in org.openmrs.api.impl.ConceptServiceImplTest
  300. [INFO] Running org.openmrs.api.impl.ConditionServiceImplTest
  301. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.923 s - in org.openmrs.api.impl.ConditionServiceImplTest
  302. [INFO] Running org.openmrs.api.impl.DiagnosisServiceImplTest
  303. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.397 s - in org.openmrs.api.impl.DiagnosisServiceImplTest
  304. [INFO] Running org.openmrs.api.impl.GlobalLocaleListTest
  305. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.GlobalLocaleListTest
  306. [INFO] Running org.openmrs.api.impl.PatientServiceImplTest
  307. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 s - in org.openmrs.api.impl.PatientServiceImplTest
  308. [INFO] Running org.openmrs.api.impl.SerializationServiceImplTest
  309. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.openmrs.api.impl.SerializationServiceImplTest
  310. [INFO] Running org.openmrs.api.LocationServiceTest
  311. [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.453 s - in org.openmrs.api.LocationServiceTest
  312. [INFO] Running org.openmrs.api.MedicationDispenseServiceTest
  313. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.134 s - in org.openmrs.api.MedicationDispenseServiceTest
  314. [INFO] Running org.openmrs.api.ObsServiceTest
  315. [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.821 s - in org.openmrs.api.ObsServiceTest
  316. [INFO] Running org.openmrs.api.OpenmrsServiceTest
  317. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.132 s - in org.openmrs.api.OpenmrsServiceTest
  318. [INFO] Running org.openmrs.api.OrderServiceTest
  319. [WARNING] Tests run: 215, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 20.264 s - in org.openmrs.api.OrderServiceTest
  320. [INFO] Running org.openmrs.api.OrderSetServiceTest
  321. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.203 s - in org.openmrs.api.OrderSetServiceTest
  322. [INFO] Running org.openmrs.api.PatientServiceAllergyTest
  323. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.267 s - in org.openmrs.api.PatientServiceAllergyTest
  324. [INFO] Running org.openmrs.api.PatientServiceTest
  325. [WARNING] Tests run: 170, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 140.715 s - in org.openmrs.api.PatientServiceTest
  326. [INFO] Running org.openmrs.api.PersonServiceTest
  327. [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.963 s - in org.openmrs.api.PersonServiceTest
  328. [INFO] Running org.openmrs.api.ProgramWorkflowServiceTest
  329. [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.251 s - in org.openmrs.api.ProgramWorkflowServiceTest
  330. [INFO] Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  331. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  332. [INFO] Running org.openmrs.api.ProviderServiceTest
  333. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.9 s - in org.openmrs.api.ProviderServiceTest
  334. [INFO] Running org.openmrs.api.UserServiceTest
  335. [WARNING] Tests run: 113, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 17.564 s - in org.openmrs.api.UserServiceTest
  336. [INFO] Running org.openmrs.api.VisitServiceTest
  337. [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.23 s - in org.openmrs.api.VisitServiceTest
  338. [INFO] Running org.openmrs.attribute.AttributeIntegrationTest
  339. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 s - in org.openmrs.attribute.AttributeIntegrationTest
  340. [INFO] Running org.openmrs.BaseCustomizableMetadataTest
  341. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.75 s - in org.openmrs.BaseCustomizableMetadataTest
  342. [INFO] Running org.openmrs.BaseFormRecordableOpenmrsDataTest
  343. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.BaseFormRecordableOpenmrsDataTest
  344. [INFO] Running org.openmrs.BaseOpenmrsObjectTest
  345. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s - in org.openmrs.BaseOpenmrsObjectTest
  346. [INFO] Running org.openmrs.CohortMembershipTest
  347. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.CohortMembershipTest
  348. [INFO] Running org.openmrs.CohortTest
  349. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.openmrs.CohortTest
  350. [INFO] Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  351. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  352. [INFO] Running org.openmrs.ConceptComponentTest
  353. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 s - in org.openmrs.ConceptComponentTest
  354. [INFO] Running org.openmrs.ConceptNumericTest
  355. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 s - in org.openmrs.ConceptNumericTest
  356. [INFO] Running org.openmrs.ConceptReferenceTermTest
  357. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ConceptReferenceTermTest
  358. [INFO] Running org.openmrs.ConceptTest
  359. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.224 s - in org.openmrs.ConceptTest
  360. [INFO] Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  361. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  362. [INFO] Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  363. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  364. [INFO] Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  365. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  366. [INFO] Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  367. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  368. [INFO] Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  369. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  370. [INFO] Running org.openmrs.DrugOrderTest
  371. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.openmrs.DrugOrderTest
  372. [INFO] Running org.openmrs.DrugTest
  373. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.openmrs.DrugTest
  374. [INFO] Running org.openmrs.DurationTest
  375. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.793 s - in org.openmrs.DurationTest
  376. [INFO] Running org.openmrs.EncounterProviderTest
  377. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.EncounterProviderTest
  378. [INFO] Running org.openmrs.EncounterRoleTest
  379. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.EncounterRoleTest
  380. [INFO] Running org.openmrs.EncounterTest
  381. [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.openmrs.EncounterTest
  382. [INFO] Running org.openmrs.EncounterTypeTest
  383. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterTypeTest
  384. [INFO] Running org.openmrs.FormTest
  385. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.FormTest
  386. [INFO] Running org.openmrs.hl7.handler.ORUR01HandlerTest
  387. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.023 s - in org.openmrs.hl7.handler.ORUR01HandlerTest
  388. [INFO] Running org.openmrs.hl7.HL7ServiceTest
  389. [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.992 s - in org.openmrs.hl7.HL7ServiceTest
  390. [INFO] Running org.openmrs.hl7.HL7UtilTest
  391. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.hl7.HL7UtilTest
  392. [INFO] Running org.openmrs.layout.name.NameTemplateTest
  393. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s - in org.openmrs.layout.name.NameTemplateTest
  394. [INFO] Running org.openmrs.liquibase.ChangeLogDetectiveTest
  395. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.openmrs.liquibase.ChangeLogDetectiveTest
  396. [INFO] Running org.openmrs.liquibase.ChangeLogVersionFinderTest
  397. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.liquibase.ChangeLogVersionFinderTest
  398. [INFO] Running org.openmrs.liquibase.ChangeLogVersionsTest
  399. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s - in org.openmrs.liquibase.ChangeLogVersionsTest
  400. [INFO] Running org.openmrs.LocationTest
  401. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.LocationTest
  402. [INFO] Running org.openmrs.logging.Log4JCompatibilityTest
  403. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logging.Log4JCompatibilityTest
  404. [INFO] Running org.openmrs.logging.MemoryAppenderTest
  405. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.logging.MemoryAppenderTest
  406. [INFO] Running org.openmrs.logic.result.EmptyResultTest
  407. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.EmptyResultTest
  408. [INFO] Running org.openmrs.logic.result.ResultTest
  409. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.logic.result.ResultTest
  410. [INFO] Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  411. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  412. [INFO] Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  413. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  414. [INFO] Running org.openmrs.messagesource.MessageSourceServiceTest
  415. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s - in org.openmrs.messagesource.MessageSourceServiceTest
  416. [INFO] Running org.openmrs.messagesource.PresentationMessageMapTest
  417. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.PresentationMessageMapTest
  418. [INFO] Running org.openmrs.module.ModuleActivatorTest
  419. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.22 s - in org.openmrs.module.ModuleActivatorTest
  420. [INFO] Running org.openmrs.module.ModuleClassLoaderTest
  421. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s - in org.openmrs.module.ModuleClassLoaderTest
  422. [INFO] Running org.openmrs.module.ModuleExtensionsTest
  423. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.openmrs.module.ModuleExtensionsTest
  424. [INFO] Running org.openmrs.module.ModuleFactoryTest
  425. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s - in org.openmrs.module.ModuleFactoryTest
  426. [INFO] Running org.openmrs.module.ModuleFileParserTest
  427. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 s - in org.openmrs.module.ModuleFileParserTest
  428. [INFO] Running org.openmrs.module.ModuleFileParserUnitTest
  429. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  430. [Fatal Error] :-1:-1: Premature end of file.
  431. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s - in org.openmrs.module.ModuleFileParserUnitTest
  432. [INFO] Running org.openmrs.module.ModuleInteroperabilityTest
  433. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s - in org.openmrs.module.ModuleInteroperabilityTest
  434. [INFO] Running org.openmrs.module.ModuleTest
  435. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.ModuleTest
  436. [INFO] Running org.openmrs.module.ModuleUtilTest
  437. [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.openmrs.module.ModuleUtilTest
  438. [INFO] Running org.openmrs.module.UpdateFileParserTest
  439. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.UpdateFileParserTest
  440. [INFO] Running org.openmrs.module.VersionComparatorTest
  441. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.module.VersionComparatorTest
  442. [INFO] Running org.openmrs.notification.AlertServiceTest
  443. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.openmrs.notification.AlertServiceTest
  444. [INFO] Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  445. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  446. [INFO] Running org.openmrs.notification.MessageTest
  447. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.notification.MessageTest
  448. [INFO] Running org.openmrs.obs.AbstractHandlerTest
  449. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s - in org.openmrs.obs.AbstractHandlerTest
  450. [INFO] Running org.openmrs.obs.BinaryDataHandlerTest
  451. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 s - in org.openmrs.obs.BinaryDataHandlerTest
  452. [INFO] Running org.openmrs.obs.BinaryStreamHandlerTest
  453. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.666 s - in org.openmrs.obs.BinaryStreamHandlerTest
  454. [INFO] Running org.openmrs.obs.ImageHandlerTest
  455. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 s - in org.openmrs.obs.ImageHandlerTest
  456. [INFO] Running org.openmrs.obs.MediaHandlerTest
  457. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.514 s - in org.openmrs.obs.MediaHandlerTest
  458. [INFO] Running org.openmrs.obs.TextHandlerTest
  459. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s - in org.openmrs.obs.TextHandlerTest
  460. [INFO] Running org.openmrs.ObsBehaviorTest
  461. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.63 s - in org.openmrs.ObsBehaviorTest
  462. [INFO] Running org.openmrs.ObsTest
  463. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.openmrs.ObsTest
  464. [INFO] Running org.openmrs.OpenmrsTestAnnotationsTest
  465. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 s - in org.openmrs.OpenmrsTestAnnotationsTest
  466. [INFO] Running org.openmrs.OpenmrsTestsTest
  467. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in org.openmrs.OpenmrsTestsTest
  468. [INFO] Running org.openmrs.order.OrderUtilTest
  469. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.order.OrderUtilTest
  470. [INFO] Running org.openmrs.OrderEntryIntegrationTest
  471. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.038 s - in org.openmrs.OrderEntryIntegrationTest
  472. [INFO] Running org.openmrs.OrderGroupTest
  473. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderGroupTest
  474. [INFO] Running org.openmrs.OrderTest
  475. [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.007 s - in org.openmrs.OrderTest
  476. [INFO] Running org.openmrs.OrderTypeTest
  477. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderTypeTest
  478. [INFO] Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  479. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  480. [INFO] Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  481. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  482. [INFO] Running org.openmrs.PatientProgramTest
  483. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.PatientProgramTest
  484. [INFO] Running org.openmrs.PatientStateTest
  485. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.PatientStateTest
  486. [INFO] Running org.openmrs.PatientTest
  487. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientTest
  488. [INFO] Running org.openmrs.PersonAddressTest
  489. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonAddressTest
  490. [INFO] Running org.openmrs.PersonAttributeTest
  491. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s - in org.openmrs.PersonAttributeTest
  492. [INFO] Running org.openmrs.PersonNameTest
  493. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PersonNameTest
  494. [INFO] Running org.openmrs.PersonTest
  495. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 s - in org.openmrs.PersonTest
  496. [INFO] Running org.openmrs.propertyeditor.CohortEditorTest
  497. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s - in org.openmrs.propertyeditor.CohortEditorTest
  498. [INFO] Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  499. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 s - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  500. [INFO] Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  501. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  502. [INFO] Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  503. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 s - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  504. [INFO] Running org.openmrs.propertyeditor.ConceptClassEditorTest
  505. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s - in org.openmrs.propertyeditor.ConceptClassEditorTest
  506. [INFO] Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  507. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  508. [INFO] Running org.openmrs.propertyeditor.ConceptEditorTest
  509. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 s - in org.openmrs.propertyeditor.ConceptEditorTest
  510. [INFO] Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  511. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.58 s - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  512. [INFO] Running org.openmrs.propertyeditor.ConceptNameEditorTest
  513. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.855 s - in org.openmrs.propertyeditor.ConceptNameEditorTest
  514. [INFO] Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  515. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 s - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  516. [INFO] Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  517. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 s - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  518. [INFO] Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  519. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 s - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  520. [INFO] Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  521. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  522. [INFO] Running org.openmrs.propertyeditor.DrugEditorTest
  523. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.839 s - in org.openmrs.propertyeditor.DrugEditorTest
  524. [INFO] Running org.openmrs.propertyeditor.EncounterEditorTest
  525. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.287 s - in org.openmrs.propertyeditor.EncounterEditorTest
  526. [INFO] Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  527. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  528. [INFO] Running org.openmrs.propertyeditor.FormEditorTest
  529. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 s - in org.openmrs.propertyeditor.FormEditorTest
  530. [INFO] Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  531. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  532. [INFO] Running org.openmrs.propertyeditor.LocationEditorTest
  533. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.694 s - in org.openmrs.propertyeditor.LocationEditorTest
  534. [INFO] Running org.openmrs.propertyeditor.LocationTagEditorTest
  535. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s - in org.openmrs.propertyeditor.LocationTagEditorTest
  536. [INFO] Running org.openmrs.propertyeditor.OrderEditorTest
  537. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.683 s - in org.openmrs.propertyeditor.OrderEditorTest
  538. [INFO] Running org.openmrs.propertyeditor.PatientEditorTest
  539. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.openmrs.propertyeditor.PatientEditorTest
  540. [INFO] Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  541. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  542. [INFO] Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  543. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.626 s - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  544. [INFO] Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  545. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 s - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  546. [INFO] Running org.openmrs.propertyeditor.PersonEditorTest
  547. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s - in org.openmrs.propertyeditor.PersonEditorTest
  548. [INFO] Running org.openmrs.propertyeditor.PrivilegeEditorTest
  549. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s - in org.openmrs.propertyeditor.PrivilegeEditorTest
  550. [INFO] Running org.openmrs.propertyeditor.ProgramEditorTest
  551. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s - in org.openmrs.propertyeditor.ProgramEditorTest
  552. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  553. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  554. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  555. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 s - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  556. [INFO] Running org.openmrs.propertyeditor.ProviderEditorTest
  557. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.708 s - in org.openmrs.propertyeditor.ProviderEditorTest
  558. [INFO] Running org.openmrs.propertyeditor.RoleEditorTest
  559. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 s - in org.openmrs.propertyeditor.RoleEditorTest
  560. [INFO] Running org.openmrs.propertyeditor.UserEditorTest
  561. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s - in org.openmrs.propertyeditor.UserEditorTest
  562. [INFO] Running org.openmrs.propertyeditor.VisitEditorTest
  563. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s - in org.openmrs.propertyeditor.VisitEditorTest
  564. [INFO] Running org.openmrs.propertyeditor.VisitTypeEditorTest
  565. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s - in org.openmrs.propertyeditor.VisitTypeEditorTest
  566. [INFO] Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  567. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  568. [INFO] Running org.openmrs.ProviderTest
  569. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ProviderTest
  570. [INFO] Running org.openmrs.ReferralOrderTest
  571. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ReferralOrderTest
  572. [INFO] Running org.openmrs.RoleTest
  573. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.RoleTest
  574. [INFO] Running org.openmrs.scheduler.SchedulerServiceTest
  575. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.scheduler.SchedulerServiceTest
  576. [INFO] Running org.openmrs.scheduler.SchedulerUtilTest
  577. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.openmrs.scheduler.SchedulerUtilTest
  578. [INFO] Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  579. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 s - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  580. [INFO] Running org.openmrs.serialization.JavaSerializationTest
  581. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.serialization.JavaSerializationTest
  582. [INFO] Running org.openmrs.serialization.SimpleXStreamSerializerTest
  583. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  584. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  585. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  586. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.openmrs.serialization.SimpleXStreamSerializerTest
  587. [INFO] Running org.openmrs.SimpleDosingInstructionsTest
  588. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s - in org.openmrs.SimpleDosingInstructionsTest
  589. [INFO] Running org.openmrs.test.matchers.HasFieldErrorsTest
  590. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.test.matchers.HasFieldErrorsTest
  591. [INFO] Running org.openmrs.test.matchers.HasGlobalErrorsTest
  592. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.test.matchers.HasGlobalErrorsTest
  593. [INFO] Running org.openmrs.TestOrderTest
  594. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.TestOrderTest
  595. [INFO] Running org.openmrs.UserTest
  596. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.UserTest
  597. [INFO] Running org.openmrs.util.ConfigUtilTest
  598. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s - in org.openmrs.util.ConfigUtilTest
  599. [INFO] Running org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  600. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  601. [INFO] Running org.openmrs.util.DatabaseUpdaterTest
  602. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.22 s - in org.openmrs.util.DatabaseUpdaterTest
  603. [INFO] Running org.openmrs.util.DateUtilTest
  604. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DateUtilTest
  605. [INFO] Running org.openmrs.util.DoubleRangeTest
  606. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.util.DoubleRangeTest
  607. [INFO] Running org.openmrs.util.DrugsByNameComparatorTest
  608. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.DrugsByNameComparatorTest
  609. [INFO] Running org.openmrs.util.ExceptionUtilTest
  610. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ExceptionUtilTest
  611. [INFO] Running org.openmrs.util.FormatTest
  612. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.FormatTest
  613. [INFO] Running org.openmrs.util.GraphTest
  614. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.GraphTest
  615. [INFO] Running org.openmrs.util.HandlerUtilTest
  616. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s - in org.openmrs.util.HandlerUtilTest
  617. [INFO] Running org.openmrs.util.HttpClientTest
  618. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.openmrs.util.HttpClientTest
  619. [INFO] Running org.openmrs.util.HttpUrlTest
  620. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.util.HttpUrlTest
  621. [INFO] Running org.openmrs.util.JavaVersionTest
  622. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.util.JavaVersionTest
  623. [INFO] Running org.openmrs.util.LocaleUtilityTest
  624. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s - in org.openmrs.util.LocaleUtilityTest
  625. [INFO] Running org.openmrs.util.LocationUtilityTest
  626. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s - in org.openmrs.util.LocationUtilityTest
  627. [INFO] Running org.openmrs.util.NaturalStringsTest
  628. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.util.NaturalStringsTest
  629. [INFO] Running org.openmrs.util.OpenmrsSecurityManagerTest
  630. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.OpenmrsSecurityManagerTest
  631. [INFO] Running org.openmrs.util.OpenmrsUtilTest
  632. [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.264 s - in org.openmrs.util.OpenmrsUtilTest
  633. [INFO] Running org.openmrs.util.OpenmrsUtilUnitTest
  634. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.util.OpenmrsUtilUnitTest
  635. [INFO] Running org.openmrs.util.PersonByNameComparatorTest
  636. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.PersonByNameComparatorTest
  637. [INFO] Running org.openmrs.util.ProviderByPersonNameComparatorTest
  638. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ProviderByPersonNameComparatorTest
  639. [INFO] Running org.openmrs.util.ReflectTest
  640. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ReflectTest
  641. [INFO] Running org.openmrs.util.SecurityTest
  642. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.openmrs.util.SecurityTest
  643. [INFO] Running org.openmrs.util.UpgradeUtilTest
  644. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s - in org.openmrs.util.UpgradeUtilTest
  645. [INFO] Running org.openmrs.util.UserByNameComparatorTest
  646. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.UserByNameComparatorTest
  647. [INFO] Running org.openmrs.validator.AlertValidatorTest
  648. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s - in org.openmrs.validator.AlertValidatorTest
  649. [INFO] Running org.openmrs.validator.AllergyValidatorTest
  650. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.openmrs.validator.AllergyValidatorTest
  651. [INFO] Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  652. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.028 s - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  653. [INFO] Running org.openmrs.validator.CohortValidatorTest
  654. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 s - in org.openmrs.validator.CohortValidatorTest
  655. [INFO] Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  656. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  657. [INFO] Running org.openmrs.validator.ConceptClassValidatorTest
  658. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 s - in org.openmrs.validator.ConceptClassValidatorTest
  659. [INFO] Running org.openmrs.validator.ConceptDatatypeValidatorTest
  660. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s - in org.openmrs.validator.ConceptDatatypeValidatorTest
  661. [INFO] Running org.openmrs.validator.ConceptDrugValidatorTest
  662. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConceptDrugValidatorTest
  663. [INFO] Running org.openmrs.validator.ConceptMapTypeValidatorTest
  664. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s - in org.openmrs.validator.ConceptMapTypeValidatorTest
  665. [INFO] Running org.openmrs.validator.ConceptNameTagValidatorTest
  666. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s - in org.openmrs.validator.ConceptNameTagValidatorTest
  667. [INFO] Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  668. [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]]
  669. [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.737 s - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  670. [INFO] Running org.openmrs.validator.ConceptSourceValidatorTest
  671. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 s - in org.openmrs.validator.ConceptSourceValidatorTest
  672. [INFO] Running org.openmrs.validator.ConceptValidatorTest
  673. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 s - in org.openmrs.validator.ConceptValidatorTest
  674. [INFO] Running org.openmrs.validator.ConditionValidatorTest
  675. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.validator.ConditionValidatorTest
  676. [INFO] Running org.openmrs.validator.DiagnosisValidatorTest
  677. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.71 s - in org.openmrs.validator.DiagnosisValidatorTest
  678. [INFO] Running org.openmrs.validator.DrugOrderValidatorTest
  679. [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.703 s - in org.openmrs.validator.DrugOrderValidatorTest
  680. [INFO] Running org.openmrs.validator.DrugValidatorTest
  681. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 s - in org.openmrs.validator.DrugValidatorTest
  682. [INFO] Running org.openmrs.validator.EncounterRoleValidatorTest
  683. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s - in org.openmrs.validator.EncounterRoleValidatorTest
  684. [INFO] Running org.openmrs.validator.EncounterTypeValidatorTest
  685. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 s - in org.openmrs.validator.EncounterTypeValidatorTest
  686. [INFO] Running org.openmrs.validator.EncounterValidatorTest
  687. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.openmrs.validator.EncounterValidatorTest
  688. [INFO] Running org.openmrs.validator.FieldTypeValidatorTest
  689. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s - in org.openmrs.validator.FieldTypeValidatorTest
  690. [INFO] Running org.openmrs.validator.FieldValidatorTest
  691. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 s - in org.openmrs.validator.FieldValidatorTest
  692. [INFO] Running org.openmrs.validator.FormValidatorTest
  693. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.648 s - in org.openmrs.validator.FormValidatorTest
  694. [INFO] Running org.openmrs.validator.HL7SourceValidatorTest
  695. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 s - in org.openmrs.validator.HL7SourceValidatorTest
  696. [INFO] Running org.openmrs.validator.ImplementationIdValidatorTest
  697. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s - in org.openmrs.validator.ImplementationIdValidatorTest
  698. [INFO] Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  699. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  700. [INFO] Running org.openmrs.validator.LocationTagValidatorTest
  701. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s - in org.openmrs.validator.LocationTagValidatorTest
  702. [INFO] Running org.openmrs.validator.LocationValidatorTest
  703. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 s - in org.openmrs.validator.LocationValidatorTest
  704. [INFO] Running org.openmrs.validator.ObsValidatorTest
  705. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s - in org.openmrs.validator.ObsValidatorTest
  706. [INFO] Running org.openmrs.validator.OrderFrequencyValidatorTest
  707. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s - in org.openmrs.validator.OrderFrequencyValidatorTest
  708. [INFO] Running org.openmrs.validator.OrderTypeValidatorTest
  709. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 s - in org.openmrs.validator.OrderTypeValidatorTest
  710. [INFO] Running org.openmrs.validator.OrderValidatorTest
  711. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 s - in org.openmrs.validator.OrderValidatorTest
  712. [INFO] Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  713. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.63 s - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  714. [INFO] Running org.openmrs.validator.PatientIdentifierValidatorTest
  715. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s - in org.openmrs.validator.PatientIdentifierValidatorTest
  716. [INFO] Running org.openmrs.validator.PatientProgramValidatorTest
  717. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.857 s - in org.openmrs.validator.PatientProgramValidatorTest
  718. [INFO] Running org.openmrs.validator.PatientValidatorTest
  719. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s - in org.openmrs.validator.PatientValidatorTest
  720. [INFO] Running org.openmrs.validator.PersonAddressValidatorTest
  721. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s - in org.openmrs.validator.PersonAddressValidatorTest
  722. [INFO] Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  723. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  724. [INFO] Running org.openmrs.validator.PersonMergeLogValidatorTest
  725. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 s - in org.openmrs.validator.PersonMergeLogValidatorTest
  726. [INFO] Running org.openmrs.validator.PersonNameValidatorTest
  727. [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 1.943 s - in org.openmrs.validator.PersonNameValidatorTest
  728. [INFO] Running org.openmrs.validator.PersonValidatorTest
  729. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.openmrs.validator.PersonValidatorTest
  730. [INFO] Running org.openmrs.validator.PrivilegeValidatorTest
  731. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 s - in org.openmrs.validator.PrivilegeValidatorTest
  732. [INFO] Running org.openmrs.validator.ProgramValidatorTest
  733. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 s - in org.openmrs.validator.ProgramValidatorTest
  734. [INFO] Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  735. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  736. [INFO] Running org.openmrs.validator.ProviderValidatorTest
  737. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s - in org.openmrs.validator.ProviderValidatorTest
  738. [INFO] Running org.openmrs.validator.ReferralOrderValidatorTest
  739. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.644 s - in org.openmrs.validator.ReferralOrderValidatorTest
  740. [INFO] Running org.openmrs.validator.RelationshipTypeValidatorTest
  741. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 s - in org.openmrs.validator.RelationshipTypeValidatorTest
  742. [INFO] Running org.openmrs.validator.RelationshipValidatorTest
  743. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 s - in org.openmrs.validator.RelationshipValidatorTest
  744. [INFO] Running org.openmrs.validator.RequireNameValidatorTest
  745. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.RequireNameValidatorTest
  746. [INFO] Running org.openmrs.validator.RoleValidatorTest
  747. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.193 s - in org.openmrs.validator.RoleValidatorTest
  748. [INFO] Running org.openmrs.validator.SchedulerFormValidatorTest
  749. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 s - in org.openmrs.validator.SchedulerFormValidatorTest
  750. [INFO] Running org.openmrs.validator.StateConversionValidatorTest
  751. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s - in org.openmrs.validator.StateConversionValidatorTest
  752. [INFO] Running org.openmrs.validator.TestOrderValidatorTest
  753. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s - in org.openmrs.validator.TestOrderValidatorTest
  754. [INFO] Running org.openmrs.validator.UserValidatorTest
  755. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s - in org.openmrs.validator.UserValidatorTest
  756. [INFO] Running org.openmrs.validator.ValidateUtilTest
  757. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s - in org.openmrs.validator.ValidateUtilTest
  758. [INFO] Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  759. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 s - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  760. [INFO] Running org.openmrs.validator.VisitTypeValidatorTest
  761. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.794 s - in org.openmrs.validator.VisitTypeValidatorTest
  762. [INFO] Running org.openmrs.validator.VisitValidatorTest
  763. [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.971 s - in org.openmrs.validator.VisitValidatorTest
  764. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  765. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.45 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  766. [INFO] Running org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  767. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.499 s - in org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  768. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  769. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.282 s - in org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  770. [INFO] Running org.openmrs.util.ThreadSafeCircularFifoQueueTest
  771. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.util.ThreadSafeCircularFifoQueueTest
  772. [INFO]
  773. [INFO] Results:
  774. [INFO]
  775. [WARNING] Tests run: 4465, Failures: 0, Errors: 0, Skipped: 39
  776. [INFO]
  777. [INFO]
  778. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-api ---
  779. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar
  780. [INFO]
  781. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-api ---
  782. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  783. [INFO]
  784. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-api ---
  785. [INFO] Checking licenses...
  786. [INFO]
  787. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-api ---
  788. [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
  789. [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
  790. [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
  791. [INFO]
  792. [INFO] --------------------< org.openmrs.web:openmrs-web >---------------------
  793. [INFO] Building openmrs-web 2.6.0-SNAPSHOT [5/7]
  794. [INFO] --------------------------------[ jar ]---------------------------------
  795. [INFO]
  796. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-web ---
  797. [INFO] Deleting C:\Users\HP\openmrs-core\web\target
  798. [INFO]
  799. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-web ---
  800. [INFO]
  801. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-web ---
  802. [INFO]
  803. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-web ---
  804. [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
  805. [INFO]
  806. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  807. [INFO] Using 'UTF-8' encoding to format source files.
  808. [INFO] Number of files to be formatted: 59
  809. [INFO] Successfully formatted: 0 file(s)
  810. [INFO] Fail to format : 0 file(s)
  811. [INFO] Skipped : 59 file(s)
  812. [INFO] Approximate time taken: 0s
  813. [INFO]
  814. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-web ---
  815. [INFO] Copying 22 resources
  816. [INFO]
  817. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-web ---
  818. [INFO] Changes detected - recompiling the module!
  819. [INFO] Compiling 40 source files to C:\Users\HP\openmrs-core\web\target\classes
  820. [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.
  821. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Recompile with -Xlint:deprecation for details.
  822. [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.
  823. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: Recompile with -Xlint:unchecked for details.
  824. [INFO]
  825. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-web ---
  826. [INFO] Copying 3 resources
  827. [INFO]
  828. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-web ---
  829. [INFO] Changes detected - recompiling the module!
  830. [INFO] Compiling 19 source files to C:\Users\HP\openmrs-core\web\target\test-classes
  831. [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.
  832. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Recompile with -Xlint:deprecation for details.
  833. [INFO]
  834. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-web ---
  835. [INFO]
  836. [INFO] -------------------------------------------------------
  837. [INFO] T E S T S
  838. [INFO] -------------------------------------------------------
  839. [INFO] Running org.openmrs.module.filter.ModuleFilterDefinitionTest
  840. 20:04:57.579 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  841. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in org.openmrs.module.filter.ModuleFilterDefinitionTest
  842. [INFO] Running org.openmrs.module.web.WebModuleUtilTest
  843. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.openmrs.module.web.WebModuleUtilTest
  844. [INFO] Running org.openmrs.web.context.AltAuthSchemeContextTest
  845. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.76 s - in org.openmrs.web.context.AltAuthSchemeContextTest
  846. [INFO] Running org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  847. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.web.filter.initialization.DatabaseDetectiveTest
  848. [INFO] Running org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  849. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.web.filter.startuperror.StartupErrorFilterTest
  850. [INFO] Running org.openmrs.web.filter.update.GZIPFilterTest
  851. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.openmrs.web.filter.update.GZIPFilterTest
  852. [INFO] Running org.openmrs.web.filter.update.UpdateFilterModelTest
  853. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.openmrs.web.filter.update.UpdateFilterModelTest
  854. [INFO] Running org.openmrs.web.filter.update.UpdateFilterTest
  855. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.web.filter.update.UpdateFilterTest
  856. [INFO] Running org.openmrs.web.filter.update.util.FilterUtilTest
  857. [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s - in org.openmrs.web.filter.update.util.FilterUtilTest
  858. [INFO] Running org.openmrs.web.WebDaemonTest
  859. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.web.WebDaemonTest
  860. [INFO] Running org.openmrs.web.WebUtilTest
  861. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.web.WebUtilTest
  862. [INFO]
  863. [INFO] Results:
  864. [INFO]
  865. [WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 2
  866. [INFO]
  867. [INFO]
  868. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-web ---
  869. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar
  870. [INFO]
  871. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-web ---
  872. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  873. [INFO]
  874. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-web ---
  875. [INFO] Checking licenses...
  876. [INFO]
  877. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-web ---
  878. [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
  879. [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
  880. [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
  881. [INFO]
  882. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  883. [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT [6/7]
  884. [INFO] --------------------------------[ war ]---------------------------------
  885. [INFO]
  886. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-webapp ---
  887. [INFO] Deleting C:\Users\HP\openmrs-core\webapp\target
  888. [INFO]
  889. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
  890. [INFO]
  891. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
  892. [INFO]
  893. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
  894. [INFO] Copying 2 resources
  895. [INFO] Copying 1 resource to ../jetty
  896. [INFO]
  897. [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
  898. [INFO] Executing tasks
  899. [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
  900. [INFO] Executed tasks
  901. [INFO]
  902. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
  903. [INFO] No sources to compile
  904. [INFO]
  905. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
  906. [INFO] Copying 1 resource
  907. [INFO]
  908. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
  909. [INFO] No sources to compile
  910. [INFO]
  911. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
  912. [INFO]
  913. [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
  914. [INFO] Packaging webapp
  915. [INFO] Assembling webapp [openmrs-webapp] in [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  916. [INFO] Processing war project
  917. [INFO] Copying webapp webResources [C:\Users\HP\openmrs-core\webapp\src/main/webapp] to [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  918. [INFO] Copying webapp resources [C:\Users\HP\openmrs-core\webapp\src\main\webapp]
  919. [INFO] Building war: C:\Users\HP\openmrs-core\webapp\target\openmrs.war
  920. [INFO]
  921. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-webapp ---
  922. [INFO] Building jar: C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar
  923. [INFO]
  924. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
  925. [INFO] Checking licenses...
  926. [INFO]
  927. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
  928. [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
  929. [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
  930. [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
  931. [INFO]
  932. [INFO] --------------< org.openmrs.liquibase:openmrs-liquibase >---------------
  933. [INFO] Building openmrs-liquibase 2.6.0-SNAPSHOT [7/7]
  934. [INFO] --------------------------------[ jar ]---------------------------------
  935. [INFO]
  936. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-liquibase ---
  937. [INFO] Deleting C:\Users\HP\openmrs-core\liquibase\target
  938. [INFO]
  939. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-liquibase ---
  940. [INFO]
  941. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-liquibase ---
  942. [INFO]
  943. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-liquibase ---
  944. [INFO] Copying 1 resource
  945. [INFO]
  946. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-liquibase ---
  947. [INFO] Changes detected - recompiling the module!
  948. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\classes
  949. [INFO]
  950. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-liquibase ---
  951. [INFO] Copying 7 resources
  952. [INFO]
  953. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-liquibase ---
  954. [INFO] Changes detected - recompiling the module!
  955. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\test-classes
  956. [INFO]
  957. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-liquibase ---
  958. [INFO]
  959. [INFO] -------------------------------------------------------
  960. [INFO] T E S T S
  961. [INFO] -------------------------------------------------------
  962. [INFO] Running org.openmrs.liquibase.AbstractSnapshotTunerTest
  963. INFO - AbstractSnapshotTuner.addLicenseHeaderToFileIfNeeded(58) |2022-09-15T20:05:38,570| Adding the OpenMRS license header to file 'C:\Users\HP\AppData\Local\Temp\junit6836065665593146338\file-to-add-license-header-to.txt'....
  964. INFO - AbstractSnapshotTuner.deleteFile(115) |2022-09-15T20:05:38,586| Deleting updated file from previous run: 'C:\Users\HP\AppData\Local\Temp\junit6836065665593146338\file-to-add-license-header-to.txt'...
  965. INFO - AbstractSnapshotTuner.addLicenseHeaderToFileIfNeeded(63) |2022-09-15T20:05:38,586| The file 'C:\Users\HP\AppData\Local\Temp\junit6836065665593146338\file-to-add-license-header-to.txt' already contains the OpenMRS license header.
  966. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s - in org.openmrs.liquibase.AbstractSnapshotTunerTest
  967. [INFO] Running org.openmrs.liquibase.CoreDataTunerTest
  968. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,632| processing the resource '{}' raised an exception
  969. 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)
  970. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  971. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  972. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  973. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  974. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  975. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  976. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  977. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  978. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  979. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  980. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  981. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  982. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  983. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  984. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  985. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  986. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  987. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  988. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  989. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  990. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  991. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  992. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  993. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  994. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  995. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  996. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  997. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  998. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  999. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1000. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1001. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1002. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1003. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1004. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1005. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1006. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1007. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1008. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1009. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1010. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1011. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1012. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1013. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1014. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1015. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1016. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1017. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1018. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1019. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1020. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1021. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1022. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1023. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1024. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1025. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1026. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1027. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1028. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1029. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1030. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1031. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1032. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1033. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1034. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1035. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1036. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1037. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1038. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1039. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1040. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1041. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1042. 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)
  1043. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1044. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1045. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1046. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1047. ... 71 more
  1048. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,670| processing the resource '{}' raised an exception
  1049. 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)
  1050. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1051. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1052. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1053. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1054. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1055. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1056. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1057. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1058. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1059. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1060. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1061. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1062. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1063. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1064. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1065. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1066. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1067. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1068. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1069. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1070. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1071. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1072. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1073. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1074. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1075. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1076. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1077. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1078. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1079. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1080. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1081. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1082. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1083. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1084. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1085. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1086. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1087. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1088. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1089. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1090. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1091. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1092. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1093. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1094. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1095. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1096. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1097. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1098. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1099. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1100. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1101. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1102. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1103. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1104. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1105. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1106. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1107. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1108. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1109. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1110. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1111. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1112. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1113. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1114. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1115. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1116. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1117. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1118. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1119. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1120. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1121. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1122. 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)
  1123. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1124. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1125. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1126. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1127. ... 71 more
  1128. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,686| processing the resource '{}' raised an exception
  1129. 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)
  1130. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1131. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1132. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1133. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1134. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1136. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1137. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1138. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1139. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1140. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1141. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1142. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1143. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1144. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1145. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1146. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1147. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1148. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1149. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1150. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1151. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1152. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1153. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1154. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1155. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1156. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1157. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1158. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1159. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1160. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1161. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1162. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1163. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1164. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1165. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1166. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1167. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1168. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1169. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1170. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1171. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1172. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1173. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1174. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1175. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1176. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1177. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1178. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1179. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1180. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1181. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1182. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1183. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1184. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1185. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1186. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1187. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1188. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1189. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1190. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1191. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1192. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1193. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1194. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1195. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1196. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1197. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1198. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1199. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1200. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1201. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1202. 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)
  1203. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1204. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1205. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1206. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1207. ... 71 more
  1208. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,701| processing the resource '{}' raised an exception
  1209. 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)
  1210. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1211. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1212. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1213. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1214. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1215. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1216. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1217. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1218. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1219. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1220. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1221. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1222. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1223. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1224. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1225. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1226. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1227. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1228. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1229. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1230. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1231. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1232. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1233. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1234. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1235. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1236. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1237. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1238. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1239. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1240. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1241. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1242. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1243. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1244. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1245. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1246. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1247. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1248. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1249. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1250. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1251. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1252. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1253. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1254. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1255. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1256. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1257. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1258. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1259. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1260. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1261. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1262. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1263. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1264. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1265. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1266. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1267. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1268. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1269. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1270. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1271. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1272. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1273. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1274. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1275. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1276. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1277. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1278. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1279. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1280. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1281. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1282. 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)
  1283. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1284. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1285. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1286. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1287. ... 71 more
  1288. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,717| processing the resource '{}' raised an exception
  1289. 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)
  1290. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1291. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1292. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1293. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1294. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1295. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1296. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1297. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1298. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1299. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1300. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1301. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1302. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1303. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1304. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1305. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1306. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1307. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1308. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1309. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1310. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1311. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1312. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1313. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1314. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1315. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1316. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1317. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1318. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1319. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1320. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1321. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1322. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1323. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1324. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1325. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1326. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1327. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1328. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1329. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1330. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1331. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1332. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1333. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1334. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1335. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1336. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1337. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1338. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1339. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1340. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1341. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1342. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1343. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1344. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1345. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1346. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1347. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1348. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1349. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1350. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1351. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1352. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1353. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1354. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1355. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1356. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1357. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1358. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1359. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1360. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1361. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1362. 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)
  1363. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1364. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1365. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1366. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1367. ... 71 more
  1368. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,717| processing the resource '{}' raised an exception
  1369. 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)
  1370. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1371. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1372. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1373. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1374. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1375. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1376. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1377. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1378. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1379. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1380. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1381. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1382. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1383. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1384. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1385. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1386. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1387. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1388. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1389. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1390. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1391. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1392. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1393. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1394. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1395. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1396. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1397. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1398. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1399. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1400. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1401. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1402. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1403. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1404. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1405. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1406. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1407. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1408. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1409. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1410. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1411. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1412. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1413. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1414. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1415. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1416. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1417. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1418. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1419. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1420. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1421. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1422. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1423. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1424. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1425. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1426. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1427. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1428. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1429. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1430. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1431. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1432. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1433. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1434. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1435. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1436. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1437. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1438. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1439. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1440. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1441. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1442. 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)
  1443. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1444. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1445. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1446. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1447. ... 71 more
  1448. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,717| processing the resource '{}' raised an exception
  1449. 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)
  1450. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1451. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1452. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1453. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1454. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1455. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1456. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1457. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1458. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1459. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1460. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1461. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1462. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1463. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1464. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1465. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1466. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1467. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1468. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1469. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1470. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1471. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1472. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1473. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1474. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1475. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1476. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1477. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1478. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1479. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1480. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1481. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1482. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1483. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1484. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1485. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1486. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1487. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1488. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1489. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1490. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1491. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1492. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1493. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1494. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1495. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1496. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1497. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1498. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1499. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1500. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1501. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1502. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1503. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1504. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1505. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1506. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1507. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1508. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1509. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1510. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1511. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1512. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1513. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1514. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1515. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1516. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1517. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1518. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1519. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1520. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1521. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1522. 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)
  1523. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1524. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1525. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1526. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1527. ... 71 more
  1528. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:38,733| processing the resource '{}' raised an exception
  1529. 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)
  1530. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1531. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1532. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63) ~[test-classes/:?]
  1533. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1534. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1535. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1536. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1537. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1538. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1539. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1540. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1541. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1542. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1543. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1544. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1545. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1546. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1547. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1548. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1549. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1550. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1551. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1552. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1553. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1554. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1555. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1556. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1557. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1558. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1559. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1560. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1561. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1562. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1563. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1564. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1565. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1566. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1567. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1568. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1569. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1570. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1571. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1572. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1573. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1574. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1575. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1576. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1577. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1578. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1579. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1580. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1581. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1582. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1583. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1584. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1585. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1586. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1587. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1588. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1589. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1590. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1591. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1592. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1593. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1594. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1595. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1596. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1597. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1598. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1599. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1600. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1601. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1602. 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)
  1603. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1604. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1605. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1606. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1607. ... 71 more
  1608. [ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.076 s <<< FAILURE! - in org.openmrs.liquibase.CoreDataTunerTest
  1609. [ERROR] shouldDetectThatSecondListDoesNotContainFirstList Time elapsed: 0 s <<< ERROR!
  1610. 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)
  1611. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1612. 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)
  1613. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1614.  
  1615. [ERROR] shouldMergeTableNamesInTargetOrder Time elapsed: 0.016 s <<< ERROR!
  1616. 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)
  1617. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1618. 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)
  1619. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1620.  
  1621. [ERROR] shouldCreateUpdatedChangeLogFile{Path} Time elapsed: 0.016 s <<< ERROR!
  1622. 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)
  1623. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1624. 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)
  1625. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1626.  
  1627. [ERROR] shouldGetDatabaseChangeLogElement Time elapsed: 0 s <<< ERROR!
  1628. 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)
  1629. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1630. 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)
  1631. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1632.  
  1633. [ERROR] shouldUpdateAdminUser Time elapsed: 0.022 s <<< ERROR!
  1634. 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)
  1635. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1636. 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)
  1637. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1638.  
  1639. [ERROR] shouldDetachAndCacheChangeSets Time elapsed: 0.002 s <<< ERROR!
  1640. 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)
  1641. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1642. 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)
  1643. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1644.  
  1645. [ERROR] shouldAddChangeSets Time elapsed: 0.01 s <<< ERROR!
  1646. 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)
  1647. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1648. 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)
  1649. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1650.  
  1651. [ERROR] shouldGetTableNames Time elapsed: 0.01 s <<< ERROR!
  1652. 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)
  1653. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1654. 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)
  1655. at org.openmrs.liquibase.CoreDataTunerTest.setup(CoreDataTunerTest.java:63)
  1656.  
  1657. [INFO] Running org.openmrs.liquibase.MainTest
  1658. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s - in org.openmrs.liquibase.MainTest
  1659. [INFO] Running org.openmrs.liquibase.SchemaOnlyTunerTest
  1660. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,920| processing the resource '{}' raised an exception
  1661. 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)
  1662. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1663. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1664. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  1665. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1666. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1667. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1668. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1669. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1670. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1671. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1672. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1673. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1674. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1675. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1676. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1677. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1678. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1679. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1680. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1681. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1682. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1683. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1684. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1685. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1686. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1687. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1688. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1689. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1690. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1691. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1692. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1693. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1694. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1695. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1696. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1697. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1698. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1699. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1700. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1701. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1702. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1703. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1704. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1705. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1706. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1707. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1708. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1709. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1710. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1711. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1712. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1713. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1714. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1715. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1716. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1717. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1718. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1719. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1720. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1721. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1722. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1723. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1724. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1725. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1726. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1727. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1728. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1729. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1730. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1731. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1732. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1733. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1734. 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)
  1735. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1736. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1737. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1738. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1739. ... 71 more
  1740. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,936| processing the resource '{}' raised an exception
  1741. 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)
  1742. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1743. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1744. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  1745. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1746. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1747. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1748. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1749. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1750. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1751. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1752. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1753. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1754. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1755. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1756. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1757. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1758. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1759. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1760. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1761. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1762. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1763. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1764. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1765. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1766. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1767. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1768. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1769. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1770. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1771. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1772. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1773. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1774. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1775. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1776. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1777. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1778. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1779. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1780. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1781. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1782. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1783. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1784. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1785. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1786. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1787. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1788. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1789. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1790. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1791. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1792. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1793. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1794. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1795. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1796. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1797. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1798. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1799. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1800. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1801. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1802. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1803. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1804. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1805. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1806. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1807. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1808. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1809. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1810. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1811. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1812. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1813. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1814. 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)
  1815. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1816. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1817. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1818. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1819. ... 71 more
  1820. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,952| processing the resource '{}' raised an exception
  1821. 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)
  1822. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1823. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1824. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  1825. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1826. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1827. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1828. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1829. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1830. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1831. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1832. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1833. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1834. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1835. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1836. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1837. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1838. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1839. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1840. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1841. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1842. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1843. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1844. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1845. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1846. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1847. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1848. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1849. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1850. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1851. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1852. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1853. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1854. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1855. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1856. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1857. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1858. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1859. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1860. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1861. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1862. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1863. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1864. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1865. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1866. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1867. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1868. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1869. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1870. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1871. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1872. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1873. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1874. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1875. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1876. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1877. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1878. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1879. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1880. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1881. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1882. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1883. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1884. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1885. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1886. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1887. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1888. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1889. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1890. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1891. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1892. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1893. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1894. 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)
  1895. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1896. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1897. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1898. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1899. ... 71 more
  1900. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,952| processing the resource '{}' raised an exception
  1901. 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)
  1902. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1903. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1904. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  1905. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1906. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1907. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1908. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1909. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1910. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1911. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1912. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1913. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1914. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1915. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1916. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1917. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1918. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1919. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1920. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1921. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1922. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1923. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1924. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1925. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1926. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1927. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1928. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1929. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1930. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1931. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1932. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1933. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1934. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1935. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1936. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1937. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1938. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1939. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1940. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1941. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1942. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1943. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1944. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1945. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1946. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1947. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1948. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1949. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1950. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  1951. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1952. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1953. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1954. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1955. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1956. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1957. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1958. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1959. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1960. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1961. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1962. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  1963. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1964. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1965. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1966. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1967. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  1968. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1969. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  1970. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  1971. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  1972. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  1973. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  1974. 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)
  1975. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  1976. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  1977. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  1978. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  1979. ... 71 more
  1980. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,967| processing the resource '{}' raised an exception
  1981. 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)
  1982. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  1983. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  1984. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  1985. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  1986. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  1987. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  1988. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  1989. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  1990. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1991. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1992. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1993. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1994. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1995. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1996. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1997. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1998. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  1999. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2000. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2001. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2002. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2003. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2004. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2005. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2006. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2007. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2008. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2009. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2010. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2011. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2012. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2013. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2014. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2015. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2016. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2017. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2018. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2019. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2020. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2021. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2022. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2023. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2024. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2025. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2026. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2027. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2028. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2029. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2030. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2031. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2032. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2033. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2034. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2035. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2036. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2037. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2038. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2039. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2040. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2041. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2042. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2043. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2044. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2045. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2046. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2047. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2048. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2049. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2050. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2051. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2052. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2053. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2054. 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)
  2055. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2056. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2057. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2058. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2059. ... 71 more
  2060. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,983| processing the resource '{}' raised an exception
  2061. 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)
  2062. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2063. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2064. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2065. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2066. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2067. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2068. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2069. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2070. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2071. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2072. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2073. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2074. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2075. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2076. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2077. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2078. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2079. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2080. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2081. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2082. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2083. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2084. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2085. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2086. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2087. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2088. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2089. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2090. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2091. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2092. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2093. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2094. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2095. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2096. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2097. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2098. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2099. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2100. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2101. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2102. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2103. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2104. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2105. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2106. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2107. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2108. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2109. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2110. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2111. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2112. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2113. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2114. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2115. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2116. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2117. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2118. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2119. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2120. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2121. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2122. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2123. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2124. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2125. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2126. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2127. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2128. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2129. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2130. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2131. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2132. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2133. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2134. 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)
  2135. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2136. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2137. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2138. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2139. ... 71 more
  2140. ERROR - AbstractSnapshotTuner.readChangeLogResource(168) |2022-09-15T20:05:39,989| processing the resource '{}' raised an exception
  2141. 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)
  2142. at org.dom4j.io.SAXReader.read(SAXReader.java:327) ~[dom4j-2.1.3.jar:?]
  2143. at org.openmrs.liquibase.AbstractSnapshotTuner.readChangeLogResource(AbstractSnapshotTuner.java:165) ~[classes/:?]
  2144. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57) ~[test-classes/:?]
  2145. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
  2146. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
  2147. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
  2148. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
  2149. at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) ~[junit-platform-commons-1.9.0.jar:1.9.0]
  2150. at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2151. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2152. at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2153. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2154. at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2155. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2156. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2157. at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2158. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2159. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2160. at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2161. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2162. at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2163. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2164. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2165. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2166. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2167. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2168. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2169. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2170. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2171. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) ~[junit-jupiter-engine-5.9.0.jar:5.9.0]
  2172. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2173. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2174. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2175. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2176. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2177. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2178. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2179. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2180. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2181. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2182. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2183. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2184. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2185. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2186. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2187. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2188. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2189. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2190. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_333]
  2191. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2192. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2193. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2194. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2195. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2196. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2197. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2198. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2199. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2200. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2201. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2202. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.9.0.jar:1.9.0]
  2203. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2204. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2205. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2206. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2207. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  2208. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2209. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  2210. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  2211. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  2212. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  2213. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  2214. 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)
  2215. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_333]
  2216. at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_333]
  2217. at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_333]
  2218. at org.dom4j.io.SAXReader.read(SAXReader.java:304) ~[dom4j-2.1.3.jar:?]
  2219. ... 71 more
  2220. [ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.116 s <<< FAILURE! - in org.openmrs.liquibase.SchemaOnlyTunerTest
  2221. [ERROR] shouldDetectWrongNumberOfLongtextNodes Time elapsed: 0.016 s <<< ERROR!
  2222. 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)
  2223. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2224. 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)
  2225. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2226.  
  2227. [ERROR] shouldReplaceBitTypeWithBooleanType Time elapsed: 0.016 s <<< ERROR!
  2228. 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)
  2229. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2230. 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)
  2231. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2232.  
  2233. [ERROR] shouldCreateUpdatedChangeLogFile{Path} Time elapsed: 0.038 s <<< ERROR!
  2234. 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)
  2235. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2236. 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)
  2237. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2238.  
  2239. [ERROR] shouldReplaceLongtextTypeWithClobType Time elapsed: 0 s <<< ERROR!
  2240. 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)
  2241. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2242. 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)
  2243. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2244.  
  2245. [ERROR] shouldDetectWrongGrandParentNodeOfLongtextNode Time elapsed: 0.016 s <<< ERROR!
  2246. 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)
  2247. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2248. 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)
  2249. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2250.  
  2251. [ERROR] shouldAssertLongtextNode Time elapsed: 0 s <<< ERROR!
  2252. 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)
  2253. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2254. 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)
  2255. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2256.  
  2257. [ERROR] shouldDetachChangeSetsForLiquibaseTables Time elapsed: 0.015 s <<< ERROR!
  2258. 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)
  2259. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2260. 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)
  2261. at org.openmrs.liquibase.SchemaOnlyTunerTest.setup(SchemaOnlyTunerTest.java:57)
  2262.  
  2263. [INFO]
  2264. [INFO] Results:
  2265. [INFO]
  2266. [ERROR] Errors:
  2267. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2268. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2269. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2270. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2271. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2272. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2273. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2274. [ERROR] CoreDataTunerTest.setup:63 Β» Document C:\Users\HP\openmrs-core\liquibase\targe...
  2275. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2276. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2277. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2278. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2279. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2280. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2281. [ERROR] SchemaOnlyTunerTest.setup:57 Β» Document C:\Users\HP\openmrs-core\liquibase\tar...
  2282. [INFO]
  2283. [ERROR] Tests run: 22, Failures: 0, Errors: 15, Skipped: 0
  2284. [INFO]
  2285. [INFO] ------------------------------------------------------------------------
  2286. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  2287. [INFO]
  2288. [INFO] OpenMRS ............................................ SUCCESS [ 3.665 s]
  2289. [INFO] openmrs-tools ...................................... SUCCESS [ 0.885 s]
  2290. [INFO] openmrs-test ....................................... SUCCESS [ 0.215 s]
  2291. [INFO] openmrs-api ........................................ SUCCESS [20:18 min]
  2292. [INFO] openmrs-web ........................................ SUCCESS [ 34.941 s]
  2293. [INFO] openmrs-webapp ..................................... SUCCESS [ 9.891 s]
  2294. [INFO] openmrs-liquibase .................................. FAILURE [ 5.533 s]
  2295. [INFO] ------------------------------------------------------------------------
  2296. [INFO] BUILD FAILURE
  2297. [INFO] ------------------------------------------------------------------------
  2298. [INFO] Total time: 21:13 min
  2299. [INFO] Finished at: 2022-09-15T20:05:40+03:00
  2300. [INFO] ------------------------------------------------------------------------
  2301. [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.
  2302. [ERROR]
  2303. [ERROR] Please refer to C:\Users\HP\openmrs-core\liquibase\target\surefire-reports for the individual test results.
  2304. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  2305. [ERROR] -> [Help 1]
  2306. [ERROR]
  2307. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  2308. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  2309. [ERROR]
  2310. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  2311. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  2312. [ERROR]
  2313. [ERROR] After correcting the problems, you can resume the build with the command
  2314. [ERROR] mvn <args> -rf :openmrs-liquibase
  2315.  
  2316. C:\Users\HP\openmrs-core>mvn clean install -DskipTests=true
  2317. [INFO] Scanning for projects...
  2318. [INFO] ------------------------------------------------------------------------
  2319. [INFO] Reactor Build Order:
  2320. [INFO]
  2321. [INFO] OpenMRS [pom]
  2322. [INFO] openmrs-tools [jar]
  2323. [INFO] openmrs-test [pom]
  2324. [INFO] openmrs-api [jar]
  2325. [INFO] openmrs-web [jar]
  2326. [INFO] openmrs-webapp [war]
  2327. [INFO] openmrs-liquibase [jar]
  2328. [INFO]
  2329. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  2330. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  2331. [INFO] --------------------------------[ pom ]---------------------------------
  2332. [INFO]
  2333. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  2334. [INFO] Deleting C:\Users\HP\openmrs-core\target
  2335. [INFO]
  2336. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  2337. [INFO] ShortRevision tag detected. The value is '6'.
  2338. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  2339. [INFO] Working directory: C:\Users\HP\openmrs-core
  2340. [INFO] Storing buildNumber: a934e5 at timestamp: 1663263361070
  2341. [INFO] Storing buildScmBranch: master
  2342. [INFO]
  2343. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  2344. [INFO]
  2345. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs ---
  2346. [WARNING] JAR will be empty - no content was marked for inclusion!
  2347. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  2348. [INFO]
  2349. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  2350. [INFO] Checking licenses...
  2351. [INFO]
  2352. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  2353. [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
  2354. [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
  2355. [INFO]
  2356. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  2357. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  2358. [INFO] --------------------------------[ jar ]---------------------------------
  2359. [INFO]
  2360. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  2361. [INFO] Deleting C:\Users\HP\openmrs-core\tools\target
  2362. [INFO]
  2363. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  2364. [INFO]
  2365. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  2366. [INFO]
  2367. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-tools ---
  2368. [INFO] Copying 4 resources
  2369. [INFO]
  2370. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-tools ---
  2371. [INFO] No sources to compile
  2372. [INFO]
  2373. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-tools ---
  2374. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  2375. [INFO]
  2376. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-tools ---
  2377. [INFO] No sources to compile
  2378. [INFO]
  2379. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  2380. [INFO] Tests are skipped.
  2381. [INFO]
  2382. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-tools ---
  2383. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  2384. [INFO]
  2385. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-tools ---
  2386. [WARNING] JAR will be empty - no content was marked for inclusion!
  2387. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  2388. [INFO]
  2389. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  2390. [INFO] Checking licenses...
  2391. [INFO]
  2392. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  2393. [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
  2394. [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
  2395. [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
  2396. [INFO]
  2397. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  2398. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  2399. [INFO] --------------------------------[ pom ]---------------------------------
  2400. [INFO]
  2401. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  2402. [INFO] Deleting C:\Users\HP\openmrs-core\test\target
  2403. [INFO]
  2404. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  2405. [INFO]
  2406. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  2407. [INFO]
  2408. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-test ---
  2409. [WARNING] JAR will be empty - no content was marked for inclusion!
  2410. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  2411. [INFO]
  2412. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  2413. [INFO] Checking licenses...
  2414. [INFO]
  2415. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  2416. [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
  2417. [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
  2418. [INFO]
  2419. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  2420. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  2421. [INFO] --------------------------------[ jar ]---------------------------------
  2422. [INFO]
  2423. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  2424. [INFO] Deleting C:\Users\HP\openmrs-core\api\target
  2425. [INFO]
  2426. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  2427. [INFO]
  2428. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  2429. [INFO]
  2430. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
  2431. [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
  2432. [INFO]
  2433. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  2434. [INFO] Using 'UTF-8' encoding to format source files.
  2435. [INFO] Number of files to be formatted: 1111
  2436. [INFO] Successfully formatted: 0 file(s)
  2437. [INFO] Fail to format : 0 file(s)
  2438. [INFO] Skipped : 1111 file(s)
  2439. [INFO] Approximate time taken: 5s
  2440. [INFO]
  2441. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-api ---
  2442. [INFO] Copying 1 resource
  2443. [INFO] Copying 161 resources
  2444. [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
  2445. [INFO]
  2446. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-api ---
  2447. [INFO] Changes detected - recompiling the module!
  2448. [INFO] Compiling 746 source files to C:\Users\HP\openmrs-core\api\target\classes
  2449. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  2450. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  2451. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  2452. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  2453. [INFO]
  2454. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-api ---
  2455. [INFO] Copying 153 resources
  2456. [INFO]
  2457. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-api ---
  2458. [INFO] Changes detected - recompiling the module!
  2459. [INFO] Compiling 365 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  2460. [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.
  2461. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  2462. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  2463. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  2464. [INFO]
  2465. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  2466. [INFO] Tests are skipped.
  2467. [INFO]
  2468. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-api ---
  2469. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT.jar
  2470. [INFO]
  2471. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-api ---
  2472. [INFO] Building jar: C:\Users\HP\openmrs-core\api\target\openmrs-api-2.6.0-SNAPSHOT-tests.jar
  2473. [INFO]
  2474. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-api ---
  2475. [INFO] Checking licenses...
  2476. [INFO]
  2477. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-api ---
  2478. [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
  2479. [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
  2480. [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
  2481. [INFO]
  2482. [INFO] --------------------< org.openmrs.web:openmrs-web >---------------------
  2483. [INFO] Building openmrs-web 2.6.0-SNAPSHOT [5/7]
  2484. [INFO] --------------------------------[ jar ]---------------------------------
  2485. [INFO]
  2486. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-web ---
  2487. [INFO] Deleting C:\Users\HP\openmrs-core\web\target
  2488. [INFO]
  2489. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-web ---
  2490. [INFO]
  2491. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-web ---
  2492. [INFO]
  2493. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-web ---
  2494. [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
  2495. [INFO]
  2496. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-web ---
  2497. [INFO] Using 'UTF-8' encoding to format source files.
  2498. [INFO] Number of files to be formatted: 59
  2499. [INFO] Successfully formatted: 0 file(s)
  2500. [INFO] Fail to format : 0 file(s)
  2501. [INFO] Skipped : 59 file(s)
  2502. [INFO] Approximate time taken: 0s
  2503. [INFO]
  2504. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-web ---
  2505. [INFO] Copying 22 resources
  2506. [INFO]
  2507. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-web ---
  2508. [INFO] Changes detected - recompiling the module!
  2509. [INFO] Compiling 40 source files to C:\Users\HP\openmrs-core\web\target\classes
  2510. [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.
  2511. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/web/controller/PseudoStaticContentController.java: Recompile with -Xlint:deprecation for details.
  2512. [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.
  2513. [INFO] /C:/Users/HP/openmrs-core/web/src/main/java/org/openmrs/module/web/ModuleServlet.java: Recompile with -Xlint:unchecked for details.
  2514. [INFO]
  2515. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-web ---
  2516. [INFO] Copying 3 resources
  2517. [INFO]
  2518. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-web ---
  2519. [INFO] Changes detected - recompiling the module!
  2520. [INFO] Compiling 19 source files to C:\Users\HP\openmrs-core\web\target\test-classes
  2521. [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.
  2522. [INFO] /C:/Users/HP/openmrs-core/web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java: Recompile with -Xlint:deprecation for details.
  2523. [INFO]
  2524. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-web ---
  2525. [INFO] Tests are skipped.
  2526. [INFO]
  2527. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-web ---
  2528. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT.jar
  2529. [INFO]
  2530. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-web ---
  2531. [INFO] Building jar: C:\Users\HP\openmrs-core\web\target\openmrs-web-2.6.0-SNAPSHOT-tests.jar
  2532. [INFO]
  2533. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-web ---
  2534. [INFO] Checking licenses...
  2535. [INFO]
  2536. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-web ---
  2537. [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
  2538. [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
  2539. [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
  2540. [INFO]
  2541. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  2542. [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT [6/7]
  2543. [INFO] --------------------------------[ war ]---------------------------------
  2544. [INFO]
  2545. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-webapp ---
  2546. [INFO] Deleting C:\Users\HP\openmrs-core\webapp\target
  2547. [INFO]
  2548. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
  2549. [INFO]
  2550. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
  2551. [INFO]
  2552. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
  2553. [INFO] Copying 2 resources
  2554. [INFO] Copying 1 resource to ../jetty
  2555. [INFO]
  2556. [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
  2557. [INFO] Executing tasks
  2558. [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
  2559. [INFO] Executed tasks
  2560. [INFO]
  2561. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
  2562. [INFO] No sources to compile
  2563. [INFO]
  2564. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
  2565. [INFO] Copying 1 resource
  2566. [INFO]
  2567. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
  2568. [INFO] No sources to compile
  2569. [INFO]
  2570. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
  2571. [INFO] Tests are skipped.
  2572. [INFO]
  2573. [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
  2574. [INFO] Packaging webapp
  2575. [INFO] Assembling webapp [openmrs-webapp] in [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  2576. [INFO] Processing war project
  2577. [INFO] Copying webapp webResources [C:\Users\HP\openmrs-core\webapp\src/main/webapp] to [C:\Users\HP\openmrs-core\webapp\target\openmrs]
  2578. [INFO] Copying webapp resources [C:\Users\HP\openmrs-core\webapp\src\main\webapp]
  2579. [INFO] Building war: C:\Users\HP\openmrs-core\webapp\target\openmrs.war
  2580. [INFO]
  2581. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-webapp ---
  2582. [INFO] Building jar: C:\Users\HP\openmrs-core\webapp\target\openmrs-tests.jar
  2583. [INFO]
  2584. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
  2585. [INFO] Checking licenses...
  2586. [INFO]
  2587. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
  2588. [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
  2589. [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
  2590. [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
  2591. [INFO]
  2592. [INFO] --------------< org.openmrs.liquibase:openmrs-liquibase >---------------
  2593. [INFO] Building openmrs-liquibase 2.6.0-SNAPSHOT [7/7]
  2594. [INFO] --------------------------------[ jar ]---------------------------------
  2595. [INFO]
  2596. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-liquibase ---
  2597. [INFO] Deleting C:\Users\HP\openmrs-core\liquibase\target
  2598. [INFO]
  2599. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-liquibase ---
  2600. [INFO]
  2601. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-liquibase ---
  2602. [INFO]
  2603. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-liquibase ---
  2604. [INFO] Copying 1 resource
  2605. [INFO]
  2606. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-liquibase ---
  2607. [INFO] Changes detected - recompiling the module!
  2608. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\classes
  2609. [INFO]
  2610. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-liquibase ---
  2611. [INFO] Copying 7 resources
  2612. [INFO]
  2613. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-liquibase ---
  2614. [INFO] Changes detected - recompiling the module!
  2615. [INFO] Compiling 4 source files to C:\Users\HP\openmrs-core\liquibase\target\test-classes
  2616. [INFO]
  2617. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-liquibase ---
  2618. [INFO] Tests are skipped.
  2619. [INFO]
  2620. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-liquibase ---
  2621. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT.jar
  2622. [INFO]
  2623. [INFO] --- maven-assembly-plugin:3.4.2:single (default) @ openmrs-liquibase ---
  2624. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom
  2625. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom (5.5 kB at 323 B/s)
  2626. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
  2627. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 494 B/s)
  2628. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
  2629. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.6 kB/s)
  2630. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
  2631. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 14 kB/s)
  2632. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
  2633. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 3.4 kB/s)
  2634. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/10/plexus-10.pom
  2635. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 13 kB/s)
  2636. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
  2637. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 3.2 kB/s)
  2638. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
  2639. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 2.4 kB/s)
  2640. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
  2641. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 5.0 kB/s)
  2642. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar
  2643. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
  2644. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
  2645. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
  2646. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
  2647. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar (63 kB at 34 kB/s)
  2648. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
  2649. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 7.3 kB/s)
  2650. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
  2651. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 25 kB/s)
  2652. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 3.1 kB/s)
  2653. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 156 B/s)
  2654. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 3.3 kB/s)
  2655. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 16 kB/s)
  2656. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar
  2657. [INFO]
  2658. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-liquibase ---
  2659. [INFO] Building jar: C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar
  2660. [INFO]
  2661. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-liquibase ---
  2662. [INFO] Checking licenses...
  2663. [INFO]
  2664. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-liquibase ---
  2665. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT.jar
  2666. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\pom.xml to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT.pom
  2667. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT-jar-with-dependencies.jar
  2668. [INFO] Installing C:\Users\HP\openmrs-core\liquibase\target\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar to C:\Users\HP\.m2\repository\org\openmrs\liquibase\openmrs-liquibase\2.6.0-SNAPSHOT\openmrs-liquibase-2.6.0-SNAPSHOT-tests.jar
  2669. [INFO] ------------------------------------------------------------------------
  2670. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  2671. [INFO]
  2672. [INFO] OpenMRS ............................................ SUCCESS [ 3.474 s]
  2673. [INFO] openmrs-tools ...................................... SUCCESS [ 0.815 s]
  2674. [INFO] openmrs-test ....................................... SUCCESS [ 0.240 s]
  2675. [INFO] openmrs-api ........................................ SUCCESS [ 38.245 s]
  2676. [INFO] openmrs-web ........................................ SUCCESS [ 4.749 s]
  2677. [INFO] openmrs-webapp ..................................... SUCCESS [ 6.127 s]
  2678. [INFO] openmrs-liquibase .................................. SUCCESS [01:42 min]
  2679. [INFO] ------------------------------------------------------------------------
  2680. [INFO] BUILD SUCCESS
  2681. [INFO] ------------------------------------------------------------------------
  2682. [INFO] Total time: 02:36 min
  2683. [INFO] Finished at: 2022-09-15T20:38:35+03:00
  2684. [INFO] ------------------------------------------------------------------------
  2685.  
  2686. C:\Users\HP\openmrs-core>mvn clean install
  2687. [INFO] Scanning for projects...
  2688. [INFO] ------------------------------------------------------------------------
  2689. [INFO] Reactor Build Order:
  2690. [INFO]
  2691. [INFO] OpenMRS [pom]
  2692. [INFO] openmrs-tools [jar]
  2693. [INFO] openmrs-test [pom]
  2694. [INFO] openmrs-api [jar]
  2695. [INFO] openmrs-web [jar]
  2696. [INFO] openmrs-webapp [war]
  2697. [INFO] openmrs-liquibase [jar]
  2698. [INFO]
  2699. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  2700. [INFO] Building OpenMRS 2.6.0-SNAPSHOT [1/7]
  2701. [INFO] --------------------------------[ pom ]---------------------------------
  2702. [INFO]
  2703. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  2704. [INFO] Deleting C:\Users\HP\openmrs-core\target
  2705. [INFO]
  2706. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs ---
  2707. [INFO] ShortRevision tag detected. The value is '6'.
  2708. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  2709. [INFO] Working directory: C:\Users\HP\openmrs-core
  2710. [INFO] Storing buildNumber: a934e5 at timestamp: 1663263579249
  2711. [INFO] Storing buildScmBranch: master
  2712. [INFO]
  2713. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs ---
  2714. [INFO]
  2715. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs ---
  2716. [WARNING] JAR will be empty - no content was marked for inclusion!
  2717. [INFO] Building jar: C:\Users\HP\openmrs-core\target\openmrs-2.6.0-SNAPSHOT-tests.jar
  2718. [INFO]
  2719. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  2720. [INFO] Checking licenses...
  2721. [INFO]
  2722. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  2723. [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
  2724. [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
  2725. [INFO]
  2726. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  2727. [INFO] Building openmrs-tools 2.6.0-SNAPSHOT [2/7]
  2728. [INFO] --------------------------------[ jar ]---------------------------------
  2729. [INFO]
  2730. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  2731. [INFO] Deleting C:\Users\HP\openmrs-core\tools\target
  2732. [INFO]
  2733. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-tools ---
  2734. [INFO]
  2735. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-tools ---
  2736. [INFO]
  2737. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-tools ---
  2738. [INFO] Copying 4 resources
  2739. [INFO]
  2740. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-tools ---
  2741. [INFO] No sources to compile
  2742. [INFO]
  2743. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-tools ---
  2744. [INFO] skip non existing resourceDirectory C:\Users\HP\openmrs-core\tools\src\test\resources
  2745. [INFO]
  2746. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-tools ---
  2747. [INFO] No sources to compile
  2748. [INFO]
  2749. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  2750. [INFO] No tests to run.
  2751. [INFO]
  2752. [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ openmrs-tools ---
  2753. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT.jar
  2754. [INFO]
  2755. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-tools ---
  2756. [WARNING] JAR will be empty - no content was marked for inclusion!
  2757. [INFO] Building jar: C:\Users\HP\openmrs-core\tools\target\openmrs-tools-2.6.0-SNAPSHOT-tests.jar
  2758. [INFO]
  2759. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  2760. [INFO] Checking licenses...
  2761. [INFO]
  2762. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  2763. [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
  2764. [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
  2765. [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
  2766. [INFO]
  2767. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  2768. [INFO] Building openmrs-test 2.6.0-SNAPSHOT [3/7]
  2769. [INFO] --------------------------------[ pom ]---------------------------------
  2770. [INFO]
  2771. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  2772. [INFO] Deleting C:\Users\HP\openmrs-core\test\target
  2773. [INFO]
  2774. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-test ---
  2775. [INFO]
  2776. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-test ---
  2777. [INFO]
  2778. [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ openmrs-test ---
  2779. [WARNING] JAR will be empty - no content was marked for inclusion!
  2780. [INFO] Building jar: C:\Users\HP\openmrs-core\test\target\openmrs-test-2.6.0-SNAPSHOT-tests.jar
  2781. [INFO]
  2782. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  2783. [INFO] Checking licenses...
  2784. [INFO]
  2785. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  2786. [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
  2787. [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
  2788. [INFO]
  2789. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  2790. [INFO] Building openmrs-api 2.6.0-SNAPSHOT [4/7]
  2791. [INFO] --------------------------------[ jar ]---------------------------------
  2792. [INFO]
  2793. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  2794. [INFO] Deleting C:\Users\HP\openmrs-core\api\target
  2795. [INFO]
  2796. [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-api ---
  2797. [INFO]
  2798. [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-api ---
  2799. [INFO]
  2800. [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
  2801. [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
  2802. [INFO]
  2803. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  2804. [INFO] Using 'UTF-8' encoding to format source files.
  2805. [INFO] Number of files to be formatted: 1111
  2806. [INFO] Successfully formatted: 0 file(s)
  2807. [INFO] Fail to format : 0 file(s)
  2808. [INFO] Skipped : 1111 file(s)
  2809. [INFO] Approximate time taken: 5s
  2810. [INFO]
  2811. [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-api ---
  2812. [INFO] Copying 1 resource
  2813. [INFO] Copying 161 resources
  2814. [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
  2815. [INFO]
  2816. [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-api ---
  2817. [INFO] Changes detected - recompiling the module!
  2818. [INFO] Compiling 746 source files to C:\Users\HP\openmrs-core\api\target\classes
  2819. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
  2820. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
  2821. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Some input files use unchecked or unsafe operations.
  2822. [INFO] /C:/Users/HP/openmrs-core/api/src/main/java/org/openmrs/propertyeditor/OpenmrsPropertyEditor.java: Recompile with -Xlint:unchecked for details.
  2823. [INFO]
  2824. [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-api ---
  2825. [INFO] Copying 153 resources
  2826. [INFO]
  2827. [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-api ---
  2828. [INFO] Changes detected - recompiling the module!
  2829. [INFO] Compiling 365 source files to C:\Users\HP\openmrs-core\api\target\test-classes
  2830. [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.
  2831. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  2832. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Some input files use unchecked or unsafe operations.
  2833. [INFO] /C:/Users/HP/openmrs-core/api/src/test/java/org/openmrs/api/OrderServiceTest.java: Recompile with -Xlint:unchecked for details.
  2834. [INFO]
  2835. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-api ---
  2836. [INFO]
  2837. [INFO] -------------------------------------------------------
  2838. [INFO] T E S T S
  2839. [INFO] -------------------------------------------------------
  2840. 20:40:29.051 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  2841. [INFO] Running liquibase.ext.change.core.InsertWithUuidDataChangeTest
  2842. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in liquibase.ext.change.core.InsertWithUuidDataChangeTest
  2843. [INFO] Running liquibase.ext.datatype.core.MySQLBooleanTypeTest
  2844. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in liquibase.ext.datatype.core.MySQLBooleanTypeTest
  2845. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  2846. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in liquibase.ext.sqlgenerator.core.ModifyColumnChangeTest
  2847. [INFO] Running liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  2848. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in liquibase.ext.sqlgenerator.core.ModifyColumnGeneratorTest
  2849. [INFO] Running org.openmrs.AllergenTest
  2850. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.576 s - in org.openmrs.AllergenTest
  2851. [INFO] Running org.openmrs.AllergiesTest
  2852. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.982 s - in org.openmrs.AllergiesTest
  2853. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  2854. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.24 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  2855. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  2856. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  2857. [INFO] Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  2858. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 s - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  2859. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  2860. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.638 s - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  2861. [INFO] Running org.openmrs.annotation.StartModuleAnnotationTest
  2862. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.181 s - in org.openmrs.annotation.StartModuleAnnotationTest
  2863. [INFO] Running org.openmrs.aop.AuthorizationAdviceTest
  2864. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.144 s - in org.openmrs.aop.AuthorizationAdviceTest
  2865. [INFO] Running org.openmrs.aop.RequiredDataAdviceTest
  2866. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s - in org.openmrs.aop.RequiredDataAdviceTest
  2867. [INFO] Running org.openmrs.api.AdministrationServiceTest
  2868. [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 4.379 s - in org.openmrs.api.AdministrationServiceTest
  2869. [INFO] Running org.openmrs.api.AdministrationServiceUnitTest
  2870. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.openmrs.api.AdministrationServiceUnitTest
  2871. [INFO] Running org.openmrs.api.cache.CachePropertiesUtilTest
  2872. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.cache.CachePropertiesUtilTest
  2873. [INFO] Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  2874. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 s - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  2875. [INFO] Running org.openmrs.api.CohortServiceTest
  2876. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.348 s - in org.openmrs.api.CohortServiceTest
  2877. [INFO] Running org.openmrs.api.ConceptServiceTest
  2878. [ERROR] Tests run: 254, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 254.589 s <<< FAILURE! - in org.openmrs.api.ConceptServiceTest
  2879. [ERROR] saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections Time elapsed: 0.823 s <<< FAILURE!
  2880. org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
  2881. at org.openmrs.api.ConceptServiceTest.saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections(ConceptServiceTest.java:2594)
  2882.  
  2883. [INFO] Running org.openmrs.api.context.ContextTest
  2884. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.19 s - in org.openmrs.api.context.ContextTest
  2885. [INFO] Running org.openmrs.api.context.ContextWithModuleTest
  2886. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.818 s - in org.openmrs.api.context.ContextWithModuleTest
  2887. [INFO] Running org.openmrs.api.context.DaemonTest
  2888. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.openmrs.api.context.DaemonTest
  2889. [INFO] Running org.openmrs.api.DatatypeServiceTest
  2890. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s - in org.openmrs.api.DatatypeServiceTest
  2891. [INFO] Running org.openmrs.api.db.ConceptDAOTest
  2892. [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.399 s - in org.openmrs.api.db.ConceptDAOTest
  2893. [INFO] Running org.openmrs.api.db.ContextDAOTest
  2894. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.453 s - in org.openmrs.api.db.ContextDAOTest
  2895. [INFO] Running org.openmrs.api.db.EncounterDAOTest
  2896. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s - in org.openmrs.api.db.EncounterDAOTest
  2897. [INFO] Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  2898. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  2899. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.039 s - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  2900. [INFO] Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  2901. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 s - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  2902. [INFO] Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  2903. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  2904. [INFO] Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  2905. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.63 s - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  2906. [INFO] Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  2907. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.521 s - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  2908. [INFO] Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  2909. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.101 s - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  2910. [INFO] Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  2911. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  2912. [INFO] Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  2913. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  2914. [INFO] Running org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  2915. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.191 s - in org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAOTest
  2916. [INFO] Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  2917. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  2918. [INFO] Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  2919. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.069 s - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  2920. [INFO] Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  2921. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.864 s - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  2922. [INFO] Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  2923. [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.834 s - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  2924. [INFO] Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  2925. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  2926. [INFO] Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  2927. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  2928. [INFO] Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  2929. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.842 s - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  2930. [INFO] Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  2931. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  2932. [INFO] Running org.openmrs.api.db.hibernate.ProviderDAOTest
  2933. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.699 s - in org.openmrs.api.db.hibernate.ProviderDAOTest
  2934. [INFO] Running org.openmrs.api.db.PatientDAOTest
  2935. [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 158.925 s - in org.openmrs.api.db.PatientDAOTest
  2936. [INFO] Running org.openmrs.api.db.PersonDAOTest
  2937. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 s - in org.openmrs.api.db.PersonDAOTest
  2938. [INFO] Running org.openmrs.api.db.ProgramWorkflowDAOTest
  2939. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s - in org.openmrs.api.db.ProgramWorkflowDAOTest
  2940. [INFO] Running org.openmrs.api.db.SerializedObjectDAOTest
  2941. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.openmrs.api.db.SerializedObjectDAOTest
  2942. [INFO] Running org.openmrs.api.db.UserDAOTest
  2943. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s - in org.openmrs.api.db.UserDAOTest
  2944. [INFO] Running org.openmrs.api.db.VisitDAOTest
  2945. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 s - in org.openmrs.api.db.VisitDAOTest
  2946. [INFO] Running org.openmrs.api.EncounterServiceTest
  2947. [WARNING] Tests run: 146, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 31.767 s - in org.openmrs.api.EncounterServiceTest
  2948. [INFO] Running org.openmrs.api.FormServiceTest
  2949. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.406 s - in org.openmrs.api.FormServiceTest
  2950. [INFO] Running org.openmrs.api.handler.BaseRetireHandlerTest
  2951. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseRetireHandlerTest
  2952. [INFO] Running org.openmrs.api.handler.BaseUnretireHandlerTest
  2953. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnretireHandlerTest
  2954. [INFO] Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  2955. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  2956. [INFO] Running org.openmrs.api.handler.BaseVoidHandlerTest
  2957. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.BaseVoidHandlerTest
  2958. [INFO] Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  2959. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.842 s - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  2960. [INFO] Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  2961. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.019 s - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  2962. [INFO] Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  2963. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  2964. [INFO] Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  2965. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  2966. [INFO] Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  2967. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  2968. [INFO] Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  2969. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.131 s - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  2970. [INFO] Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  2971. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.79 s - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  2972. [INFO] Running org.openmrs.api.handler.PersonSaveHandlerTest
  2973. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s - in org.openmrs.api.handler.PersonSaveHandlerTest
  2974. [INFO] Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  2975. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  2976. [INFO] Running org.openmrs.api.handler.PersonVoidHandlerTest
  2977. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.857 s - in org.openmrs.api.handler.PersonVoidHandlerTest
  2978. [INFO] Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  2979. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.881 s - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  2980. [INFO] Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  2981. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  2982. [INFO] Running org.openmrs.api.impl.ConceptServiceImplTest
  2983. [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 s - in org.openmrs.api.impl.ConceptServiceImplTest
  2984. [INFO] Running org.openmrs.api.impl.ConditionServiceImplTest
  2985. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.417 s - in org.openmrs.api.impl.ConditionServiceImplTest
  2986. [INFO] Running org.openmrs.api.impl.DiagnosisServiceImplTest
  2987. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.857 s - in org.openmrs.api.impl.DiagnosisServiceImplTest
  2988. [INFO] Running org.openmrs.api.impl.GlobalLocaleListTest
  2989. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.GlobalLocaleListTest
  2990. [INFO] Running org.openmrs.api.impl.PatientServiceImplTest
  2991. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in org.openmrs.api.impl.PatientServiceImplTest
  2992. [INFO] Running org.openmrs.api.impl.SerializationServiceImplTest
  2993. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.api.impl.SerializationServiceImplTest
  2994. [INFO] Running org.openmrs.api.LocationServiceTest
  2995. [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.661 s - in org.openmrs.api.LocationServiceTest
  2996. [INFO] Running org.openmrs.api.MedicationDispenseServiceTest
  2997. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.701 s - in org.openmrs.api.MedicationDispenseServiceTest
  2998. [INFO] Running org.openmrs.api.ObsServiceTest
  2999. [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.973 s - in org.openmrs.api.ObsServiceTest
  3000. [INFO] Running org.openmrs.api.OpenmrsServiceTest
  3001. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.122 s - in org.openmrs.api.OpenmrsServiceTest
  3002. [INFO] Running org.openmrs.api.OrderServiceTest
  3003. [WARNING] Tests run: 215, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 16.93 s - in org.openmrs.api.OrderServiceTest
  3004. [INFO] Running org.openmrs.api.OrderSetServiceTest
  3005. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.56 s - in org.openmrs.api.OrderSetServiceTest
  3006. [INFO] Running org.openmrs.api.PatientServiceAllergyTest
  3007. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 s - in org.openmrs.api.PatientServiceAllergyTest
  3008. [INFO] Running org.openmrs.api.PatientServiceTest
  3009. [WARNING] Tests run: 170, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 144.725 s - in org.openmrs.api.PatientServiceTest
  3010. [INFO] Running org.openmrs.api.PersonServiceTest
  3011. [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.862 s - in org.openmrs.api.PersonServiceTest
  3012. [INFO] Running org.openmrs.api.ProgramWorkflowServiceTest
  3013. [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.047 s - in org.openmrs.api.ProgramWorkflowServiceTest
  3014. [INFO] Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  3015. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  3016. [INFO] Running org.openmrs.api.ProviderServiceTest
  3017. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.079 s - in org.openmrs.api.ProviderServiceTest
  3018. [INFO] Running org.openmrs.api.UserServiceTest
  3019. [WARNING] Tests run: 113, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 15.069 s - in org.openmrs.api.UserServiceTest
  3020. [INFO] Running org.openmrs.api.VisitServiceTest
  3021. [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.338 s - in org.openmrs.api.VisitServiceTest
  3022. [INFO] Running org.openmrs.attribute.AttributeIntegrationTest
  3023. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.64 s - in org.openmrs.attribute.AttributeIntegrationTest
  3024. [INFO] Running org.openmrs.BaseCustomizableMetadataTest
  3025. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s - in org.openmrs.BaseCustomizableMetadataTest
  3026. [INFO] Running org.openmrs.BaseFormRecordableOpenmrsDataTest
  3027. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.BaseFormRecordableOpenmrsDataTest
  3028. [INFO] Running org.openmrs.BaseOpenmrsObjectTest
  3029. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.665 s - in org.openmrs.BaseOpenmrsObjectTest
  3030. [INFO] Running org.openmrs.CohortMembershipTest
  3031. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.CohortMembershipTest
  3032. [INFO] Running org.openmrs.CohortTest
  3033. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s - in org.openmrs.CohortTest
  3034. [INFO] Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  3035. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  3036. [INFO] Running org.openmrs.ConceptComponentTest
  3037. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.061 s - in org.openmrs.ConceptComponentTest
  3038. [INFO] Running org.openmrs.ConceptNumericTest
  3039. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.757 s - in org.openmrs.ConceptNumericTest
  3040. [INFO] Running org.openmrs.ConceptReferenceTermTest
  3041. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ConceptReferenceTermTest
  3042. [INFO] Running org.openmrs.ConceptTest
  3043. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.984 s - in org.openmrs.ConceptTest
  3044. [INFO] Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  3045. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  3046. [INFO] Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  3047. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  3048. [INFO] Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  3049. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  3050. [INFO] Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  3051. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  3052. [INFO] Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  3053. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  3054. [INFO] Running org.openmrs.DrugOrderTest
  3055. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.openmrs.DrugOrderTest
  3056. [INFO] Running org.openmrs.DrugTest
  3057. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.029 s - in org.openmrs.DrugTest
  3058. [INFO] Running org.openmrs.DurationTest
  3059. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 s - in org.openmrs.DurationTest
  3060. [INFO] Running org.openmrs.EncounterProviderTest
  3061. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterProviderTest
  3062. [INFO] Running org.openmrs.EncounterRoleTest
  3063. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.EncounterRoleTest
  3064. [INFO] Running org.openmrs.EncounterTest
  3065. [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.openmrs.EncounterTest
  3066. [INFO] Running org.openmrs.EncounterTypeTest
  3067. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.openmrs.EncounterTypeTest
  3068. [INFO] Running org.openmrs.FormTest
  3069. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.FormTest
  3070. [INFO] Running org.openmrs.hl7.handler.ORUR01HandlerTest
  3071. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.158 s - in org.openmrs.hl7.handler.ORUR01HandlerTest
  3072. [INFO] Running org.openmrs.hl7.HL7ServiceTest
  3073. [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.855 s - in org.openmrs.hl7.HL7ServiceTest
  3074. [INFO] Running org.openmrs.hl7.HL7UtilTest
  3075. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.hl7.HL7UtilTest
  3076. [INFO] Running org.openmrs.layout.name.NameTemplateTest
  3077. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s - in org.openmrs.layout.name.NameTemplateTest
  3078. [INFO] Running org.openmrs.liquibase.ChangeLogDetectiveTest
  3079. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.openmrs.liquibase.ChangeLogDetectiveTest
  3080. [INFO] Running org.openmrs.liquibase.ChangeLogVersionFinderTest
  3081. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.liquibase.ChangeLogVersionFinderTest
  3082. [INFO] Running org.openmrs.liquibase.ChangeLogVersionsTest
  3083. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s - in org.openmrs.liquibase.ChangeLogVersionsTest
  3084. [INFO] Running org.openmrs.LocationTest
  3085. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.LocationTest
  3086. [INFO] Running org.openmrs.logging.Log4JCompatibilityTest
  3087. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logging.Log4JCompatibilityTest
  3088. [INFO] Running org.openmrs.logging.MemoryAppenderTest
  3089. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.logging.MemoryAppenderTest
  3090. [INFO] Running org.openmrs.logic.result.EmptyResultTest
  3091. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.EmptyResultTest
  3092. [INFO] Running org.openmrs.logic.result.ResultTest
  3093. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.logic.result.ResultTest
  3094. [INFO] Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  3095. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  3096. [INFO] Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  3097. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  3098. [INFO] Running org.openmrs.messagesource.MessageSourceServiceTest
  3099. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.openmrs.messagesource.MessageSourceServiceTest
  3100. [INFO] Running org.openmrs.messagesource.PresentationMessageMapTest
  3101. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.messagesource.PresentationMessageMapTest
  3102. [INFO] Running org.openmrs.module.ModuleActivatorTest
  3103. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.191 s - in org.openmrs.module.ModuleActivatorTest
  3104. [INFO] Running org.openmrs.module.ModuleClassLoaderTest
  3105. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 s - in org.openmrs.module.ModuleClassLoaderTest
  3106. [INFO] Running org.openmrs.module.ModuleExtensionsTest
  3107. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.openmrs.module.ModuleExtensionsTest
  3108. [INFO] Running org.openmrs.module.ModuleFactoryTest
  3109. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s - in org.openmrs.module.ModuleFactoryTest
  3110. [INFO] Running org.openmrs.module.ModuleFileParserTest
  3111. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 s - in org.openmrs.module.ModuleFileParserTest
  3112. [INFO] Running org.openmrs.module.ModuleFileParserUnitTest
  3113. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  3114. [Fatal Error] :-1:-1: Premature end of file.
  3115. [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s - in org.openmrs.module.ModuleFileParserUnitTest
  3116. [INFO] Running org.openmrs.module.ModuleInteroperabilityTest
  3117. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in org.openmrs.module.ModuleInteroperabilityTest
  3118. [INFO] Running org.openmrs.module.ModuleTest
  3119. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.module.ModuleTest
  3120. [INFO] Running org.openmrs.module.ModuleUtilTest
  3121. [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.411 s - in org.openmrs.module.ModuleUtilTest
  3122. [INFO] Running org.openmrs.module.UpdateFileParserTest
  3123. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.UpdateFileParserTest
  3124. [INFO] Running org.openmrs.module.VersionComparatorTest
  3125. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.VersionComparatorTest
  3126. [INFO] Running org.openmrs.notification.AlertServiceTest
  3127. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.9 s - in org.openmrs.notification.AlertServiceTest
  3128. [INFO] Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  3129. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  3130. [INFO] Running org.openmrs.notification.MessageTest
  3131. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.notification.MessageTest
  3132. [INFO] Running org.openmrs.obs.AbstractHandlerTest
  3133. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 s - in org.openmrs.obs.AbstractHandlerTest
  3134. [INFO] Running org.openmrs.obs.BinaryDataHandlerTest
  3135. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s - in org.openmrs.obs.BinaryDataHandlerTest
  3136. [INFO] Running org.openmrs.obs.BinaryStreamHandlerTest
  3137. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.681 s - in org.openmrs.obs.BinaryStreamHandlerTest
  3138. [INFO] Running org.openmrs.obs.ImageHandlerTest
  3139. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 s - in org.openmrs.obs.ImageHandlerTest
  3140. [INFO] Running org.openmrs.obs.MediaHandlerTest
  3141. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.768 s - in org.openmrs.obs.MediaHandlerTest
  3142. [INFO] Running org.openmrs.obs.TextHandlerTest
  3143. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 s - in org.openmrs.obs.TextHandlerTest
  3144. [INFO] Running org.openmrs.ObsBehaviorTest
  3145. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.676 s - in org.openmrs.ObsBehaviorTest
  3146. [INFO] Running org.openmrs.ObsTest
  3147. [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.openmrs.ObsTest
  3148. [INFO] Running org.openmrs.OpenmrsTestAnnotationsTest
  3149. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 s - in org.openmrs.OpenmrsTestAnnotationsTest
  3150. [INFO] Running org.openmrs.OpenmrsTestsTest
  3151. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in org.openmrs.OpenmrsTestsTest
  3152. [INFO] Running org.openmrs.order.OrderUtilTest
  3153. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.order.OrderUtilTest
  3154. [INFO] Running org.openmrs.OrderEntryIntegrationTest
  3155. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.284 s - in org.openmrs.OrderEntryIntegrationTest
  3156. [INFO] Running org.openmrs.OrderGroupTest
  3157. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderGroupTest
  3158. [INFO] Running org.openmrs.OrderTest
  3159. [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.337 s - in org.openmrs.OrderTest
  3160. [INFO] Running org.openmrs.OrderTypeTest
  3161. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.OrderTypeTest
  3162. [INFO] Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  3163. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  3164. [INFO] Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  3165. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  3166. [INFO] Running org.openmrs.PatientProgramTest
  3167. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.openmrs.PatientProgramTest
  3168. [INFO] Running org.openmrs.PatientStateTest
  3169. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.PatientStateTest
  3170. [INFO] Running org.openmrs.PatientTest
  3171. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.openmrs.PatientTest
  3172. [INFO] Running org.openmrs.PersonAddressTest
  3173. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.openmrs.PersonAddressTest
  3174. [INFO] Running org.openmrs.PersonAttributeTest
  3175. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.338 s - in org.openmrs.PersonAttributeTest
  3176. [INFO] Running org.openmrs.PersonNameTest
  3177. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.PersonNameTest
  3178. [INFO] Running org.openmrs.PersonTest
  3179. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.062 s - in org.openmrs.PersonTest
  3180. [INFO] Running org.openmrs.propertyeditor.CohortEditorTest
  3181. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s - in org.openmrs.propertyeditor.CohortEditorTest
  3182. [INFO] Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  3183. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 s - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  3184. [INFO] Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  3185. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.554 s - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  3186. [INFO] Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  3187. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.436 s - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  3188. [INFO] Running org.openmrs.propertyeditor.ConceptClassEditorTest
  3189. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.077 s - in org.openmrs.propertyeditor.ConceptClassEditorTest
  3190. [INFO] Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  3191. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.184 s - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  3192. [INFO] Running org.openmrs.propertyeditor.ConceptEditorTest
  3193. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s - in org.openmrs.propertyeditor.ConceptEditorTest
  3194. [INFO] Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  3195. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.84 s - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  3196. [INFO] Running org.openmrs.propertyeditor.ConceptNameEditorTest
  3197. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s - in org.openmrs.propertyeditor.ConceptNameEditorTest
  3198. [INFO] Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  3199. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  3200. [INFO] Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  3201. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.72 s - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  3202. [INFO] Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  3203. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.987 s - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  3204. [INFO] Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  3205. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  3206. [INFO] Running org.openmrs.propertyeditor.DrugEditorTest
  3207. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s - in org.openmrs.propertyeditor.DrugEditorTest
  3208. [INFO] Running org.openmrs.propertyeditor.EncounterEditorTest
  3209. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.92 s - in org.openmrs.propertyeditor.EncounterEditorTest
  3210. [INFO] Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  3211. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 s - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  3212. [INFO] Running org.openmrs.propertyeditor.FormEditorTest
  3213. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.02 s - in org.openmrs.propertyeditor.FormEditorTest
  3214. [INFO] Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  3215. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  3216. [INFO] Running org.openmrs.propertyeditor.LocationEditorTest
  3217. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 s - in org.openmrs.propertyeditor.LocationEditorTest
  3218. [INFO] Running org.openmrs.propertyeditor.LocationTagEditorTest
  3219. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.45 s - in org.openmrs.propertyeditor.LocationTagEditorTest
  3220. [INFO] Running org.openmrs.propertyeditor.OrderEditorTest
  3221. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.674 s - in org.openmrs.propertyeditor.OrderEditorTest
  3222. [INFO] Running org.openmrs.propertyeditor.PatientEditorTest
  3223. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s - in org.openmrs.propertyeditor.PatientEditorTest
  3224. [INFO] Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  3225. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.515 s - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  3226. [INFO] Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  3227. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  3228. [INFO] Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  3229. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  3230. [INFO] Running org.openmrs.propertyeditor.PersonEditorTest
  3231. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.504 s - in org.openmrs.propertyeditor.PersonEditorTest
  3232. [INFO] Running org.openmrs.propertyeditor.PrivilegeEditorTest
  3233. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.034 s - in org.openmrs.propertyeditor.PrivilegeEditorTest
  3234. [INFO] Running org.openmrs.propertyeditor.ProgramEditorTest
  3235. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.84 s - in org.openmrs.propertyeditor.ProgramEditorTest
  3236. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  3237. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 s - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  3238. [INFO] Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  3239. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.824 s - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  3240. [INFO] Running org.openmrs.propertyeditor.ProviderEditorTest
  3241. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.937 s - in org.openmrs.propertyeditor.ProviderEditorTest
  3242. [INFO] Running org.openmrs.propertyeditor.RoleEditorTest
  3243. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s - in org.openmrs.propertyeditor.RoleEditorTest
  3244. [INFO] Running org.openmrs.propertyeditor.UserEditorTest
  3245. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.openmrs.propertyeditor.UserEditorTest
  3246. [INFO] Running org.openmrs.propertyeditor.VisitEditorTest
  3247. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s - in org.openmrs.propertyeditor.VisitEditorTest
  3248. [INFO] Running org.openmrs.propertyeditor.VisitTypeEditorTest
  3249. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s - in org.openmrs.propertyeditor.VisitTypeEditorTest
  3250. [INFO] Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  3251. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  3252. [INFO] Running org.openmrs.ProviderTest
  3253. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.ProviderTest
  3254. [INFO] Running org.openmrs.ReferralOrderTest
  3255. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.ReferralOrderTest
  3256. [INFO] Running org.openmrs.RoleTest
  3257. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.RoleTest
  3258. [INFO] Running org.openmrs.scheduler.SchedulerServiceTest
  3259. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.openmrs.scheduler.SchedulerServiceTest
  3260. [INFO] Running org.openmrs.scheduler.SchedulerUtilTest
  3261. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.scheduler.SchedulerUtilTest
  3262. [INFO] Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  3263. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  3264. [INFO] Running org.openmrs.serialization.JavaSerializationTest
  3265. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.openmrs.serialization.JavaSerializationTest
  3266. [INFO] Running org.openmrs.serialization.SimpleXStreamSerializerTest
  3267. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  3268. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  3269. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  3270. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.serialization.SimpleXStreamSerializerTest
  3271. [INFO] Running org.openmrs.SimpleDosingInstructionsTest
  3272. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 s - in org.openmrs.SimpleDosingInstructionsTest
  3273. [INFO] Running org.openmrs.test.matchers.HasFieldErrorsTest
  3274. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.test.matchers.HasFieldErrorsTest
  3275. [INFO] Running org.openmrs.test.matchers.HasGlobalErrorsTest
  3276. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.test.matchers.HasGlobalErrorsTest
  3277. [INFO] Running org.openmrs.TestOrderTest
  3278. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.TestOrderTest
  3279. [INFO] Running org.openmrs.UserTest
  3280. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.UserTest
  3281. [INFO] Running org.openmrs.util.ConfigUtilTest
  3282. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.12 s - in org.openmrs.util.ConfigUtilTest
  3283. [INFO] Running org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  3284. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.openmrs.util.databasechange.ClassLoaderFileOpenerTest
  3285. [INFO] Running org.openmrs.util.DatabaseUpdaterTest
  3286. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.108 s - in org.openmrs.util.DatabaseUpdaterTest
  3287. [INFO] Running org.openmrs.util.DateUtilTest
  3288. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.util.DateUtilTest
  3289. [INFO] Running org.openmrs.util.DoubleRangeTest
  3290. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.util.DoubleRangeTest
  3291. [INFO] Running org.openmrs.util.DrugsByNameComparatorTest
  3292. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.DrugsByNameComparatorTest
  3293. [INFO] Running org.openmrs.util.ExceptionUtilTest
  3294. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.util.ExceptionUtilTest
  3295. [INFO] Running org.openmrs.util.FormatTest
  3296. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.util.FormatTest
  3297. [INFO] Running org.openmrs.util.GraphTest
  3298. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.util.GraphTest
  3299. [INFO] Running org.openmrs.util.HandlerUtilTest
  3300. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.67 s - in org.openmrs.util.HandlerUtilTest
  3301. [INFO] Running org.openmrs.util.HttpClientTest
  3302. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.openmrs.util.HttpClientTest
  3303. [INFO] Running org.openmrs.util.HttpUrlTest
  3304. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.util.HttpUrlTest
  3305. [INFO] Running org.openmrs.util.JavaVersionTest
  3306. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.util.JavaVersionTest
  3307. [INFO] Running org.openmrs.util.LocaleUtilityTest
  3308. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 s - in org.openmrs.util.LocaleUtilityTest
  3309. [INFO] Running org.openmrs.util.LocationUtilityTest
  3310. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s - in org.openmrs.util.LocationUtilityTest
  3311. [INFO] Running org.openmrs.util.NaturalStringsTest
  3312. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.util.NaturalStringsTest
  3313. [INFO] Running org.openmrs.util.OpenmrsSecurityManagerTest
  3314. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.OpenmrsSecurityManagerTest
  3315. [INFO] Running org.openmrs.util.OpenmrsUtilTest
  3316. [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.922 s - in org.openmrs.util.OpenmrsUtilTest
  3317. [INFO] Running org.openmrs.util.OpenmrsUtilUnitTest
  3318. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.util.OpenmrsUtilUnitTest
  3319. [INFO] Running org.openmrs.util.PersonByNameComparatorTest
  3320. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.PersonByNameComparatorTest
  3321. [INFO] Running org.openmrs.util.ProviderByPersonNameComparatorTest
  3322. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ProviderByPersonNameComparatorTest
  3323. [INFO] Running org.openmrs.util.ReflectTest
  3324. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.ReflectTest
  3325. [INFO] Running org.openmrs.util.SecurityTest
  3326. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.openmrs.util.SecurityTest
  3327. [INFO] Running org.openmrs.util.UpgradeUtilTest
  3328. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s - in org.openmrs.util.UpgradeUtilTest
  3329. [INFO] Running org.openmrs.util.UserByNameComparatorTest
  3330. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.util.UserByNameComparatorTest
  3331. [INFO] Running org.openmrs.validator.AlertValidatorTest
  3332. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82 s - in org.openmrs.validator.AlertValidatorTest
  3333. [INFO] Running org.openmrs.validator.AllergyValidatorTest
  3334. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in org.openmrs.validator.AllergyValidatorTest
  3335. [INFO] Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  3336. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.456 s - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  3337. [INFO] Running org.openmrs.validator.CohortValidatorTest
  3338. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.621 s - in org.openmrs.validator.CohortValidatorTest
  3339. [INFO] Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  3340. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 s - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  3341. [INFO] Running org.openmrs.validator.ConceptClassValidatorTest
  3342. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 s - in org.openmrs.validator.ConceptClassValidatorTest
  3343. [INFO] Running org.openmrs.validator.ConceptDatatypeValidatorTest
  3344. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 s - in org.openmrs.validator.ConceptDatatypeValidatorTest
  3345. [INFO] Running org.openmrs.validator.ConceptDrugValidatorTest
  3346. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConceptDrugValidatorTest
  3347. [INFO] Running org.openmrs.validator.ConceptMapTypeValidatorTest
  3348. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 s - in org.openmrs.validator.ConceptMapTypeValidatorTest
  3349. [INFO] Running org.openmrs.validator.ConceptNameTagValidatorTest
  3350. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s - in org.openmrs.validator.ConceptNameTagValidatorTest
  3351. [INFO] Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  3352. [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]]
  3353. [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.94 s - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  3354. [INFO] Running org.openmrs.validator.ConceptSourceValidatorTest
  3355. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.842 s - in org.openmrs.validator.ConceptSourceValidatorTest
  3356. [INFO] Running org.openmrs.validator.ConceptValidatorTest
  3357. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.441 s - in org.openmrs.validator.ConceptValidatorTest
  3358. [INFO] Running org.openmrs.validator.ConditionValidatorTest
  3359. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.validator.ConditionValidatorTest
  3360. [INFO] Running org.openmrs.validator.DiagnosisValidatorTest
  3361. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.975 s - in org.openmrs.validator.DiagnosisValidatorTest
  3362. [INFO] Running org.openmrs.validator.DrugOrderValidatorTest
  3363. [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.382 s - in org.openmrs.validator.DrugOrderValidatorTest
  3364. [INFO] Running org.openmrs.validator.DrugValidatorTest
  3365. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s - in org.openmrs.validator.DrugValidatorTest
  3366. [INFO] Running org.openmrs.validator.EncounterRoleValidatorTest
  3367. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.928 s - in org.openmrs.validator.EncounterRoleValidatorTest
  3368. [INFO] Running org.openmrs.validator.EncounterTypeValidatorTest
  3369. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 s - in org.openmrs.validator.EncounterTypeValidatorTest
  3370. [INFO] Running org.openmrs.validator.EncounterValidatorTest
  3371. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.456 s - in org.openmrs.validator.EncounterValidatorTest
  3372. [INFO] Running org.openmrs.validator.FieldTypeValidatorTest
  3373. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.51 s - in org.openmrs.validator.FieldTypeValidatorTest
  3374. [INFO] Running org.openmrs.validator.FieldValidatorTest
  3375. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s - in org.openmrs.validator.FieldValidatorTest
  3376. [INFO] Running org.openmrs.validator.FormValidatorTest
  3377. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.632 s - in org.openmrs.validator.FormValidatorTest
  3378. [INFO] Running org.openmrs.validator.HL7SourceValidatorTest
  3379. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s - in org.openmrs.validator.HL7SourceValidatorTest
  3380. [INFO] Running org.openmrs.validator.ImplementationIdValidatorTest
  3381. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 s - in org.openmrs.validator.ImplementationIdValidatorTest
  3382. [INFO] Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  3383. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.268 s - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  3384. [INFO] Running org.openmrs.validator.LocationTagValidatorTest
  3385. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 s - in org.openmrs.validator.LocationTagValidatorTest
  3386. [INFO] Running org.openmrs.validator.LocationValidatorTest
  3387. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.144 s - in org.openmrs.validator.LocationValidatorTest
  3388. [INFO] Running org.openmrs.validator.ObsValidatorTest
  3389. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 s - in org.openmrs.validator.ObsValidatorTest
  3390. [INFO] Running org.openmrs.validator.OrderFrequencyValidatorTest
  3391. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s - in org.openmrs.validator.OrderFrequencyValidatorTest
  3392. [INFO] Running org.openmrs.validator.OrderTypeValidatorTest
  3393. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.968 s - in org.openmrs.validator.OrderTypeValidatorTest
  3394. [INFO] Running org.openmrs.validator.OrderValidatorTest
  3395. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.204 s - in org.openmrs.validator.OrderValidatorTest
  3396. [INFO] Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  3397. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  3398. [INFO] Running org.openmrs.validator.PatientIdentifierValidatorTest
  3399. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s - in org.openmrs.validator.PatientIdentifierValidatorTest
  3400. [INFO] Running org.openmrs.validator.PatientProgramValidatorTest
  3401. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 s - in org.openmrs.validator.PatientProgramValidatorTest
  3402. [INFO] Running org.openmrs.validator.PatientValidatorTest
  3403. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 s - in org.openmrs.validator.PatientValidatorTest
  3404. [INFO] Running org.openmrs.validator.PersonAddressValidatorTest
  3405. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s - in org.openmrs.validator.PersonAddressValidatorTest
  3406. [INFO] Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  3407. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  3408. [INFO] Running org.openmrs.validator.PersonMergeLogValidatorTest
  3409. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s - in org.openmrs.validator.PersonMergeLogValidatorTest
  3410. [INFO] Running org.openmrs.validator.PersonNameValidatorTest
  3411. [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 2.91 s - in org.openmrs.validator.PersonNameValidatorTest
  3412. [INFO] Running org.openmrs.validator.PersonValidatorTest
  3413. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.959 s - in org.openmrs.validator.PersonValidatorTest
  3414. [INFO] Running org.openmrs.validator.PrivilegeValidatorTest
  3415. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 s - in org.openmrs.validator.PrivilegeValidatorTest
  3416. [INFO] Running org.openmrs.validator.ProgramValidatorTest
  3417. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s - in org.openmrs.validator.ProgramValidatorTest
  3418. [INFO] Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  3419. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.924 s - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  3420. [INFO] Running org.openmrs.validator.ProviderValidatorTest
  3421. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s - in org.openmrs.validator.ProviderValidatorTest
  3422. [INFO] Running org.openmrs.validator.ReferralOrderValidatorTest
  3423. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 s - in org.openmrs.validator.ReferralOrderValidatorTest
  3424. [INFO] Running org.openmrs.validator.RelationshipTypeValidatorTest
  3425. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 s - in org.openmrs.validator.RelationshipTypeValidatorTest
  3426. [INFO] Running org.openmrs.validator.RelationshipValidatorTest
  3427. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 s - in org.openmrs.validator.RelationshipValidatorTest
  3428. [INFO] Running org.openmrs.validator.RequireNameValidatorTest
  3429. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.validator.RequireNameValidatorTest
  3430. [INFO] Running org.openmrs.validator.RoleValidatorTest
  3431. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.304 s - in org.openmrs.validator.RoleValidatorTest
  3432. [INFO] Running org.openmrs.validator.SchedulerFormValidatorTest
  3433. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s - in org.openmrs.validator.SchedulerFormValidatorTest
  3434. [INFO] Running org.openmrs.validator.StateConversionValidatorTest
  3435. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s - in org.openmrs.validator.StateConversionValidatorTest
  3436. [INFO] Running org.openmrs.validator.TestOrderValidatorTest
  3437. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s - in org.openmrs.validator.TestOrderValidatorTest
  3438. [INFO] Running org.openmrs.validator.UserValidatorTest
  3439. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.775 s - in org.openmrs.validator.UserValidatorTest
  3440. [INFO] Running org.openmrs.validator.ValidateUtilTest
  3441. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s - in org.openmrs.validator.ValidateUtilTest
  3442. [INFO] Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  3443. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.83 s - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  3444. [INFO] Running org.openmrs.validator.VisitTypeValidatorTest
  3445. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.665 s - in org.openmrs.validator.VisitTypeValidatorTest
  3446. [INFO] Running org.openmrs.validator.VisitValidatorTest
  3447. [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.112 s - in org.openmrs.validator.VisitValidatorTest
  3448. [INFO] Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  3449. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.768 s - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesJUnit4Test
  3450. [INFO] Running org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  3451. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.372 s - in org.openmrs.annotation.StartModuleAnnotationJUnit4Test
  3452. [INFO] Running org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  3453. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.705 s - in org.openmrs.annotation.StartModuleAnnotationReuseJUnit4Test
  3454. [INFO] Running org.openmrs.util.ThreadSafeCircularFifoQueueTest
  3455. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.openmrs.util.ThreadSafeCircularFifoQueueTest
  3456. [INFO]
  3457. [INFO] Results:
  3458. [INFO]
  3459. [ERROR] Failures:
  3460. [ERROR] ConceptServiceTest.saveConcept_shouldSetAuditInfoIfAnItemIsRemovedFromAnyOfItsChildCollections:2594 expected: <false> but was: <true>
  3461. [INFO]
  3462. [ERROR] Tests run: 4465, Failures: 1, Errors: 0, Skipped: 39
  3463. [INFO]
  3464. [INFO] ------------------------------------------------------------------------
  3465. [INFO] Reactor Summary for OpenMRS 2.6.0-SNAPSHOT:
  3466. [INFO]
  3467. [INFO] OpenMRS ............................................ SUCCESS [ 3.354 s]
  3468. [INFO] openmrs-tools ...................................... SUCCESS [ 0.828 s]
  3469. [INFO] openmrs-test ....................................... SUCCESS [ 0.216 s]
  3470. [INFO] openmrs-api ........................................ FAILURE [21:15 min]
  3471. [INFO] openmrs-web ........................................ SKIPPED
  3472. [INFO] openmrs-webapp ..................................... SKIPPED
  3473. [INFO] openmrs-liquibase .................................. SKIPPED
  3474. [INFO] ------------------------------------------------------------------------
  3475. [INFO] BUILD FAILURE
  3476. [INFO] ------------------------------------------------------------------------
  3477. [INFO] Total time: 21:20 min
  3478. [INFO] Finished at: 2022-09-15T21:00:58+03:00
  3479. [INFO] ------------------------------------------------------------------------
  3480. [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.
  3481. [ERROR]
  3482. [ERROR] Please refer to C:\Users\HP\openmrs-core\api\target\surefire-reports for the individual test results.
  3483. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  3484. [ERROR] -> [Help 1]
  3485. [ERROR]
  3486. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  3487. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  3488. [ERROR]
  3489. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  3490. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  3491. [ERROR]
  3492. [ERROR] After correcting the problems, you can resume the build with the command
  3493. [ERROR] mvn <args> -rf :openmrs-api
  3494.  
  3495. C:\Users\HP\openmrs-core>
Add Comment
Please, Sign In to add comment