Advertisement
Guest User

error log 2

a guest
Mar 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.34 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING] The POM for com.github.searls:jasmine-maven-plugin:jar:1.2.0.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:coreapps-omod:jar:1.19.0-SNAPSHOT
  5. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ org.openmrs.module:coreapps-omod:[unknown-version], /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/omod/pom.xml, line 417, column 21
  6. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ org.openmrs.module:coreapps-omod:[unknown-version], /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/omod/pom.xml, line 443, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Reactor Build Order:
  14. [INFO]
  15. [INFO] Core Apps Module
  16. [INFO] Core Apps Module API
  17. [INFO] coreapps Module web 1.9
  18. [INFO] coreapps Module web 2.0
  19. [INFO] Core Apps Module OMOD
  20. [INFO]
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Building Core Apps Module 1.19.0-SNAPSHOT
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO]
  25. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps ---
  26. [INFO]
  27. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ coreapps ---
  28. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/pom.xml to /home/kangethe/.m2/repository/org/openmrs/module/coreapps/1.19.0-SNAPSHOT/coreapps-1.19.0-SNAPSHOT.pom
  29. [INFO]
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Building Core Apps Module API 1.19.0-SNAPSHOT
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO]
  34. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api ---
  35. [INFO] Deleting /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api ---
  38. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. [INFO] Copying 22 resources
  40. [INFO]
  41. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ coreapps-api ---
  42. [INFO] Changes detected - recompiling the module!
  43. [INFO] Compiling 19 source files to /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target/classes
  44. [INFO] /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Some input files use or override a deprecated API.
  45. [INFO] /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Recompile with -Xlint:deprecation for details.
  46. [INFO] /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Some input files use unchecked or unsafe operations.
  47. [INFO] /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Recompile with -Xlint:unchecked for details.
  48. [INFO]
  49. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api ---
  50. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  51. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/src/test/resources
  52. [INFO]
  53. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ coreapps-api ---
  54. [INFO] Changes detected - recompiling the module!
  55. [INFO] Compiling 4 source files to /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target/test-classes
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ coreapps-api ---
  58. [INFO] Surefire report directory: /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target/surefire-reports
  59.  
  60. -------------------------------------------------------
  61. T E S T S
  62. -------------------------------------------------------
  63. Running org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesElementTest
  64. ERROR - Context.getServiceContext(260) |2018-03-15 16:08:28,665| serviceContext is null. Creating new ServiceContext()
  65. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 sec - in org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesElementTest
  66. Running org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesTagHandlerTest
  67. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesTagHandlerTest
  68. Running org.openmrs.module.coreapps.htmlformentry.CodedOrFreeTextAnswerListWidgetTest
  69. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.openmrs.module.coreapps.htmlformentry.CodedOrFreeTextAnswerListWidgetTest
  70. Running org.openmrs.module.coreapps.parser.ParseEncounterToJsonTest
  71. SLF4J: Class path contains multiple SLF4J bindings.
  72. SLF4J: Found binding in [jar:file:/home/kangethe/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  73. SLF4J: Found binding in [jar:file:/home/kangethe/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  74. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  75. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 sec - in org.openmrs.module.coreapps.parser.ParseEncounterToJsonTest
  76.  
  77. Results :
  78.  
  79. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
  80.  
  81. [INFO]
  82. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api ---
  83. [INFO] Building jar: /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target/coreapps-api-1.19.0-SNAPSHOT.jar
  84. [INFO]
  85. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ coreapps-api ---
  86. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/target/coreapps-api-1.19.0-SNAPSHOT.jar to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-api/1.19.0-SNAPSHOT/coreapps-api-1.19.0-SNAPSHOT.jar
  87. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/api/pom.xml to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-api/1.19.0-SNAPSHOT/coreapps-api-1.19.0-SNAPSHOT.pom
  88. [INFO]
  89. [INFO] ------------------------------------------------------------------------
  90. [INFO] Building coreapps Module web 1.9 1.19.0-SNAPSHOT
  91. [INFO] ------------------------------------------------------------------------
  92. [WARNING] The POM for javassist:javassist:jar:3.12.1.GA is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  93. [INFO]
  94. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-1.9 ---
  95. [INFO] Deleting /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/target
  96. [INFO]
  97. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-1.9 ---
  98. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  99. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/src/main/resources
  100. [INFO]
  101. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ coreapps-web-1.9 ---
  102. [INFO] Changes detected - recompiling the module!
  103. [INFO] Compiling 3 source files to /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/target/classes
  104. [ERROR] error reading /home/kangethe/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar; error in opening zip file
  105. [ERROR] error reading /home/kangethe/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar; error in opening zip file
  106. [INFO]
  107. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-1.9 ---
  108. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  109. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/src/test/resources
  110. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/src/test/resources
  111. [INFO]
  112. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ coreapps-web-1.9 ---
  113. [INFO] No sources to compile
  114. [INFO]
  115. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ coreapps-web-1.9 ---
  116. [INFO] No tests to run.
  117. [INFO]
  118. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-1.9 ---
  119. [INFO] Building jar: /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/target/coreapps-web-1.9-1.19.0-SNAPSHOT.jar
  120. [INFO]
  121. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ coreapps-web-1.9 ---
  122. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/target/coreapps-web-1.9-1.19.0-SNAPSHOT.jar to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-web-1.9/1.19.0-SNAPSHOT/coreapps-web-1.9-1.19.0-SNAPSHOT.jar
  123. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-1.9/pom.xml to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-web-1.9/1.19.0-SNAPSHOT/coreapps-web-1.9-1.19.0-SNAPSHOT.pom
  124. [INFO]
  125. [INFO] ------------------------------------------------------------------------
  126. [INFO] Building coreapps Module web 2.0 1.19.0-SNAPSHOT
  127. [INFO] ------------------------------------------------------------------------
  128. [INFO]
  129. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-2.0 ---
  130. [INFO] Deleting /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/target
  131. [INFO]
  132. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-2.0 ---
  133. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  134. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/src/main/resources
  135. [INFO]
  136. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ coreapps-web-2.0 ---
  137. [INFO] Changes detected - recompiling the module!
  138. [INFO] Compiling 3 source files to /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/target/classes
  139. [INFO]
  140. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-2.0 ---
  141. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  142. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/src/test/resources
  143. [INFO] skip non existing resourceDirectory /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/src/test/resources
  144. [INFO]
  145. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ coreapps-web-2.0 ---
  146. [INFO] No sources to compile
  147. [INFO]
  148. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ coreapps-web-2.0 ---
  149. [INFO] No tests to run.
  150. [INFO]
  151. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-2.0 ---
  152. [INFO] Building jar: /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/target/coreapps-web-2.0-1.19.0-SNAPSHOT.jar
  153. [INFO]
  154. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ coreapps-web-2.0 ---
  155. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/target/coreapps-web-2.0-1.19.0-SNAPSHOT.jar to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-web-2.0/1.19.0-SNAPSHOT/coreapps-web-2.0-1.19.0-SNAPSHOT.jar
  156. [INFO] Installing /home/kangethe/Documents/OpenMRS/openmrs-module-coreapps/web-2.0/pom.xml to /home/kangethe/.m2/repository/org/openmrs/module/coreapps-web-2.0/1.19.0-SNAPSHOT/coreapps-web-2.0-1.19.0-SNAPSHOT.pom
  157. [INFO]
  158. [INFO] ------------------------------------------------------------------------
  159. [INFO] Building Core Apps Module OMOD 1.19.0-SNAPSHOT
  160. [INFO] ------------------------------------------------------------------------
  161. [WARNING] The POM for com.github.searls:jasmine-maven-plugin:jar:1.2.0.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  162. [INFO] ------------------------------------------------------------------------
  163. [INFO] Reactor Summary:
  164. [INFO]
  165. [INFO] Core Apps Module ................................... SUCCESS [ 0.762 s]
  166. [INFO] Core Apps Module API ............................... SUCCESS [ 10.918 s]
  167. [INFO] coreapps Module web 1.9 ............................ SUCCESS [ 0.386 s]
  168. [INFO] coreapps Module web 2.0 ............................ SUCCESS [ 0.356 s]
  169. [INFO] Core Apps Module OMOD .............................. FAILURE [ 0.001 s]
  170. [INFO] ------------------------------------------------------------------------
  171. [INFO] BUILD FAILURE
  172. [INFO] ------------------------------------------------------------------------
  173. [INFO] Total time: 15.248 s
  174. [INFO] Finished at: 2018-03-15T16:08:32+03:00
  175. [INFO] Final Memory: 49M/309M
  176. [INFO] ------------------------------------------------------------------------
  177. [ERROR] Plugin com.github.searls:jasmine-maven-plugin:1.2.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.github.searls:jasmine-maven-plugin:jar:1.2.0.0: 1 problem was encountered while building the effective model
  178. [ERROR] [FATAL] Non-parseable POM /home/kangethe/.m2/repository/com/github/searls/jasmine-maven-plugin/1.2.0.0/jasmine-maven-plugin-1.2.0.0.pom: end tag name </head> must be the same as start tag <meta> from line 302 (position: TEXT seen ...="viewport" content="width=device-width,initial-scale=1" >\n</head>... @303:8) @ line 303, column 8
  179. [ERROR] -> [Help 1]
  180. [ERROR]
  181. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  182. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  183. [ERROR]
  184. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  185. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement