Advertisement
WaltonG

log

Oct 19th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.51 KB | None | 0 0
  1. indows PowerShell
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3. Try the new cross-platform PowerShell https://aka.ms/pscore6
  4. PS C:\Users\Walton\openmrs-module-registrationapp> mvn clean install
  5. [INFO] Scanning for projects...
  6. [WARNING]
  7. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp-api:jar:1.25.0-SNAPSHOT
  8. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plu
  9. gins:maven-surefire-plugin @ org.openmrs.module:registrationapp:1.25.0-SNAPSHOT, C:\Users\Walton\openmrs-module-registrationapp\pom.xml, line 360, c
  10. olumn 13
  11. [WARNING]
  12. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp-omod:jar:1.25.0-SNAPSHOT
  13. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-depend
  14. ency-plugin @ line 205, column 21
  15. [WARNING]
  16. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp:pom:1.25.0-SNAPSHOT
  17. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plu
  18. gins:maven-surefire-plugin @ line 360, column 13
  19. [WARNING]
  20. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  21. [WARNING]
  22. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  23. [WARNING]
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Reactor Build Order:
  26. [INFO]
  27. [INFO] Registration App Module [pom]
  28. [INFO] Registration App Module API [jar]
  29. [INFO] registrationapp Module web 1.9 [jar]
  30. [INFO] registrationapp Module web 2.0 [jar]
  31. [INFO] Registration App Module OMOD [jar]
  32. [INFO]
  33. [INFO] -----------------< org.openmrs.module:registrationapp >-----------------
  34. [INFO] Building Registration App Module 1.25.0-SNAPSHOT [1/5]
  35. [INFO] --------------------------------[ pom ]---------------------------------
  36. [INFO]
  37. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp ---
  38. [INFO]
  39. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp ---
  40. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\pom.xml to C:\Users\Walton\.m2\repository\org\openmrs\module\registrationapp\1.25.0
  41. -SNAPSHOT\registrationapp-1.25.0-SNAPSHOT.pom
  42. [INFO]
  43. [INFO] ---------------< org.openmrs.module:registrationapp-api >---------------
  44. [INFO] Building Registration App Module API 1.25.0-SNAPSHOT [2/5]
  45. [INFO] --------------------------------[ jar ]---------------------------------
  46. [INFO]
  47. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-api ---
  48. [INFO] Deleting C:\Users\Walton\openmrs-module-registrationapp\api\target
  49. [INFO]
  50. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ registrationapp-api ---
  51. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  52. [INFO] Copying 21 resources
  53. [INFO]
  54. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ registrationapp-api ---
  55. [INFO] Changes detected - recompiling the module!
  56. [INFO] Compiling 18 source files to C:\Users\Walton\openmrs-module-registrationapp\api\target\classes
  57. [WARNING] /C:/Users/Walton/openmrs-module-registrationapp/api/src/main/java/org/openmrs/module/registrationapp/RegistrationAppActivator.java: C:\Use
  58. rs\Walton\openmrs-module-registrationapp\api\src\main\java\org\openmrs\module\registrationapp\RegistrationAppActivator.java uses or overrides a depr
  59. ecated API.
  60. [WARNING] /C:/Users/Walton/openmrs-module-registrationapp/api/src/main/java/org/openmrs/module/registrationapp/RegistrationAppActivator.java: Recomp
  61. ile with -Xlint:deprecation for details.
  62. [INFO]
  63. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ registrationapp-api ---
  64. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  65. [INFO] Copying 8 resources
  66. [INFO]
  67. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-api ---
  68. [INFO] Changes detected - recompiling the module!
  69. [INFO] Compiling 8 source files to C:\Users\Walton\openmrs-module-registrationapp\api\target\test-classes
  70. [WARNING] /C:/Users/Walton/openmrs-module-registrationapp/api/src/test/java/org/openmrs/module/registrationapp/RegistrationAppActivatorComponentTest
  71. .java: C:\Users\Walton\openmrs-module-registrationapp\api\src\test\java\org\openmrs\module\registrationapp\RegistrationAppActivatorComponentTest.jav
  72. a uses or overrides a deprecated API.
  73. [WARNING] /C:/Users/Walton/openmrs-module-registrationapp/api/src/test/java/org/openmrs/module/registrationapp/RegistrationAppActivatorComponentTest
  74. .java: Recompile with -Xlint:deprecation for details.
  75. [INFO]
  76. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ registrationapp-api ---
  77. [INFO]
  78. [INFO] -------------------------------------------------------
  79. [INFO] T E S T S
  80. [INFO] -------------------------------------------------------
  81. [INFO] Running org.openmrs.module.registrationapp.model.DropdownWidgetTest
  82. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.openmrs.module.registrationapp.model.DropdownWidgetTest
  83. [INFO] Running org.openmrs.module.registrationapp.model.PersonAddressWithHierarchyWidgetTest
  84. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.registrationapp.model.PersonAddressWithHierarchyW
  85. idgetTest
  86. [INFO] Running org.openmrs.module.registrationapp.model.RegistrationAppConfigTest
  87. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.registrationapp.model.RegistrationAppConfigTest
  88. [INFO] Running org.openmrs.module.registrationapp.model.SectionTest
  89. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.registrationapp.model.SectionTest
  90. [INFO] Running org.openmrs.module.registrationapp.model.TextAreaWidgetTest
  91. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.registrationapp.model.TextAreaWidgetTest
  92. [INFO] Running org.openmrs.module.registrationapp.model.TextFieldWidgetTest
  93. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.module.registrationapp.model.TextFieldWidgetTest
  94. [INFO] Running org.openmrs.module.registrationapp.RegistrationAppActivatorComponentTest
  95. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.768 s - in org.openmrs.module.registrationapp.RegistrationAppActivatorComp
  96. onentTest
  97. [INFO] Running org.openmrs.module.registrationapp.RegistrationAppUtilsComponentTest
  98. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 s - in org.openmrs.module.registrationapp.RegistrationAppUtilsComponen
  99. tTest
  100. [INFO]
  101. [INFO] Results:
  102. [INFO]
  103. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
  104. [INFO]
  105. [INFO]
  106. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ registrationapp-api ---
  107. [INFO] Building jar: C:\Users\Walton\openmrs-module-registrationapp\api\target\registrationapp-api-1.25.0-SNAPSHOT.jar
  108. [INFO]
  109. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-api ---
  110. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\api\target\registrationapp-api-1.25.0-SNAPSHOT.jar to C:\Users\Walton\.m2\repositor
  111. y\org\openmrs\module\registrationapp-api\1.25.0-SNAPSHOT\registrationapp-api-1.25.0-SNAPSHOT.jar
  112. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\api\pom.xml to C:\Users\Walton\.m2\repository\org\openmrs\module\registrationapp-ap
  113. i\1.25.0-SNAPSHOT\registrationapp-api-1.25.0-SNAPSHOT.pom
  114. [INFO]
  115. [INFO] -------------< org.openmrs.module:registrationapp-web-1.9 >-------------
  116. [INFO] Building registrationapp Module web 1.9 1.25.0-SNAPSHOT [3/5]
  117. [INFO] --------------------------------[ jar ]---------------------------------
  118. [INFO]
  119. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-web-1.9 ---
  120. [INFO] Deleting C:\Users\Walton\openmrs-module-registrationapp\web-1.9\target
  121. [INFO]
  122. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ registrationapp-web-1.9 ---
  123. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  124. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-1.9\src\main\resources
  125. [INFO]
  126. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ registrationapp-web-1.9 ---
  127. [INFO] Changes detected - recompiling the module!
  128. [INFO] Compiling 2 source files to C:\Users\Walton\openmrs-module-registrationapp\web-1.9\target\classes
  129. [INFO]
  130. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ registrationapp-web-1.9 ---
  131. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  132. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-1.9\src\test\resources
  133. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-1.9\src\test\resources
  134. [INFO]
  135. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-web-1.9 ---
  136. [INFO] No sources to compile
  137. [INFO]
  138. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ registrationapp-web-1.9 ---
  139. [INFO] No tests to run.
  140. [INFO]
  141. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ registrationapp-web-1.9 ---
  142. [INFO] Building jar: C:\Users\Walton\openmrs-module-registrationapp\web-1.9\target\registrationapp-web-1.9-1.25.0-SNAPSHOT.jar
  143. [INFO]
  144. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-web-1.9 ---
  145. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\web-1.9\target\registrationapp-web-1.9-1.25.0-SNAPSHOT.jar to C:\Users\Walton\.m2\r
  146. epository\org\openmrs\module\registrationapp-web-1.9\1.25.0-SNAPSHOT\registrationapp-web-1.9-1.25.0-SNAPSHOT.jar
  147. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\web-1.9\pom.xml to C:\Users\Walton\.m2\repository\org\openmrs\module\registrationap
  148. p-web-1.9\1.25.0-SNAPSHOT\registrationapp-web-1.9-1.25.0-SNAPSHOT.pom
  149. [INFO]
  150. [INFO] -------------< org.openmrs.module:registrationapp-web-2.0 >-------------
  151. [INFO] Building registrationapp Module web 2.0 1.25.0-SNAPSHOT [4/5]
  152. [INFO] --------------------------------[ jar ]---------------------------------
  153. [INFO]
  154. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-web-2.0 ---
  155. [INFO] Deleting C:\Users\Walton\openmrs-module-registrationapp\web-2.0\target
  156. [INFO]
  157. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ registrationapp-web-2.0 ---
  158. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  159. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-2.0\src\main\resources
  160. [INFO]
  161. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ registrationapp-web-2.0 ---
  162. [INFO] Changes detected - recompiling the module!
  163. [INFO] Compiling 2 source files to C:\Users\Walton\openmrs-module-registrationapp\web-2.0\target\classes
  164. [INFO]
  165. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ registrationapp-web-2.0 ---
  166. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  167. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-2.0\src\test\resources
  168. [INFO] skip non existing resourceDirectory C:\Users\Walton\openmrs-module-registrationapp\web-2.0\src\test\resources
  169. [INFO]
  170. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-web-2.0 ---
  171. [INFO] No sources to compile
  172. [INFO]
  173. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ registrationapp-web-2.0 ---
  174. [INFO] No tests to run.
  175. [INFO]
  176. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ registrationapp-web-2.0 ---
  177. [INFO] Building jar: C:\Users\Walton\openmrs-module-registrationapp\web-2.0\target\registrationapp-web-2.0-1.25.0-SNAPSHOT.jar
  178. [INFO]
  179. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-web-2.0 ---
  180. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\web-2.0\target\registrationapp-web-2.0-1.25.0-SNAPSHOT.jar to C:\Users\Walton\.m2\r
  181. epository\org\openmrs\module\registrationapp-web-2.0\1.25.0-SNAPSHOT\registrationapp-web-2.0-1.25.0-SNAPSHOT.jar
  182. [INFO] Installing C:\Users\Walton\openmrs-module-registrationapp\web-2.0\pom.xml to C:\Users\Walton\.m2\repository\org\openmrs\module\registrationap
  183. p-web-2.0\1.25.0-SNAPSHOT\registrationapp-web-2.0-1.25.0-SNAPSHOT.pom
  184. [INFO]
  185. [INFO] --------------< org.openmrs.module:registrationapp-omod >---------------
  186. [INFO] Building Registration App Module OMOD 1.25.0-SNAPSHOT [5/5]
  187. [INFO] --------------------------------[ jar ]---------------------------------
  188. Downloading from maven-default-http-blocker: http://0.0.0.0/rubygems/chunky_png/maven-metadata.xml
  189. [WARNING] Could not transfer metadata rubygems:chunky_png/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed f
  190. or http://0.0.0.0/rubygems/chunky_png/maven-metadata.xml
  191. Downloading from maven-default-http-blocker: http://0.0.0.0/rubygems/fssm/maven-metadata.xml
  192. [WARNING] Could not transfer metadata rubygems:fssm/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for htt
  193. p://0.0.0.0/rubygems/fssm/maven-metadata.xml
  194. [INFO] ------------------------------------------------------------------------
  195. [INFO] Reactor Summary for Registration App Module 1.25.0-SNAPSHOT:
  196. [INFO]
  197. [INFO] Registration App Module ............................ SUCCESS [ 2.122 s]
  198. [INFO] Registration App Module API ........................ SUCCESS [ 59.233 s]
  199. [INFO] registrationapp Module web 1.9 ..................... SUCCESS [ 0.714 s]
  200. [INFO] registrationapp Module web 2.0 ..................... SUCCESS [ 3.194 s]
  201. [INFO] Registration App Module OMOD ....................... FAILURE [ 7.397 s]
  202. [INFO] ------------------------------------------------------------------------
  203. [INFO] BUILD FAILURE
  204. [INFO] ------------------------------------------------------------------------
  205. [INFO] Total time: 01:23 min
  206. [INFO] Finished at: 2021-10-19T09:08:49+03:00
  207. [INFO] ------------------------------------------------------------------------
  208. [ERROR] Failed to execute goal on project registrationapp-omod: Could not resolve dependencies for project org.openmrs.module:registrationapp-omod:j
  209. ar:1.25.0-SNAPSHOT: Failed to collect dependencies at rubygems:chunky_png:gem:1.3.12: Failed to read artifact descriptor for rubygems:chunky_png:gem
  210. :1.3.12: Could not transfer artifact rubygems:chunky_png:pom:1.3.12 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for reposit
  211. ories: [rubygems-releases (http://rubygems-proxy.torquebox.org/releases, default, releases+snapshots)] -> [Help 1]
  212. [ERROR]
  213. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  214. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  215. [ERROR]
  216. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  217. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  218. [ERROR]
  219. [ERROR] After correcting the problems, you can resume the build with the command
  220. [ERROR] mvn <args> -rf :registrationapp-omod
  221. PS C:\Users\Walton\openmrs-module-registrationapp>
  222.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement