Advertisement
Guest User

Untitled

a guest
Sep 30th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.73 KB | None | 0 0
  1.  
  2.  
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp-api:jar:1.21.0-SNAPSHOT
  6. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ org.o
  7. penmrs.module:registrationapp:1.21.0-SNAPSHOT, C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\pom.xml, line 359, column 13
  8. [WARNING]
  9. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp-omod:jar:1.21.0-SNAPSHOT
  10. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ line 197, column 21
  11. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ line 223, column 21
  12. [WARNING]
  13. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:registrationapp:pom:1.21.0-SNAPSHOT
  14. [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line
  15. 359, column 13
  16. [WARNING]
  17. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  18. [WARNING]
  19. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  20. [WARNING]
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Reactor Build Order:
  23. [INFO]
  24. [INFO] Registration App Module [pom]
  25. [INFO] Registration App Module API [jar]
  26. [INFO] registrationapp Module web 1.9 [jar]
  27. [INFO] registrationapp Module web 2.0 [jar]
  28. [INFO] Registration App Module OMOD [jar]
  29. [INFO]
  30. [INFO] -----------------< org.openmrs.module:registrationapp >-----------------
  31. [INFO] Building Registration App Module 1.21.0-SNAPSHOT [1/5]
  32. [INFO] --------------------------------[ pom ]---------------------------------
  33. [INFO]
  34. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp ---
  35. [INFO]
  36. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp ---
  37. [INFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\pom.xml to C:\Users\shenkuru comp\.m2\repository\org\openmrs\module\registrationapp\1.
  38. 21.0-SNAPSHOT\registrationapp-1.21.0-SNAPSHOT.pom
  39. [INFO]
  40. [INFO] ---------------< org.openmrs.module:registrationapp-api >---------------
  41. [INFO] Building Registration App Module API 1.21.0-SNAPSHOT [2/5]
  42. [INFO] --------------------------------[ jar ]---------------------------------
  43. [INFO]
  44. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-api ---
  45. [INFO] Deleting C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target
  46. [INFO]
  47. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ registrationapp-api ---
  48. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  49. [INFO] Copying 21 resources
  50. [INFO]
  51. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ registrationapp-api ---
  52. [INFO] Changes detected - recompiling the module!
  53. [INFO] Compiling 18 source files to C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target\classes
  54. [WARNING] /C:/Users/shenkuru comp/Openmrs ticket for work/openmrs-module-registrationapp/api/src/main/java/org/openmrs/module/registrationapp/RegistrationAppActivator.java: C:\Users\
  55. shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\src\main\java\org\openmrs\module\registrationapp\RegistrationAppActivator.java uses or overrides a deprecated API.
  56. [WARNING] /C:/Users/shenkuru comp/Openmrs ticket for work/openmrs-module-registrationapp/api/src/main/java/org/openmrs/module/registrationapp/Registration AppActivator.java: Recompile
  57. with -Xlint:deprecation for details.
  58. [INFO]
  59. [INFO] --- maven-resources-plugin :2.6:testResources (default-testResources) @ registrationapp-api ---
  60. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  61. [INFO] Copying 8 resources
  62. [INFO]
  63. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-api --- m
  64. [INFO] Changes detected - recompiling the module!
  65. [INFO] Compiling 8 source files to C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target\test-classes
  66. [WARNING] /C:/Users/shenkuru comp/Openmrs ticket for work/openmrs-module-registrationapp/api/src/test/java/org/openmrs/module/registrationapp/RegistrationAppActivatorComponentTest.ja
  67. va: C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\src\test\java\org\openmrs\module\registrationapp\RegistrationAppActivatorComponentTest.java uses or overri
  68. des a deprecated API.
  69. [WARNING] /C:/Users/shenkuru comp/Openmrs ticket for work/openmrs-module-registrationapp/api/src/test/java/org/openmrs/module/registrationapp/Regis trationAppActivatorComponentTest.ja
  70. va: Recompile with -Xlint:deprecation for details.
  71. [INFO]
  72. [INFO] --- mav en-surefire-plugin:2.22.1:test (default-test) @ registrationapp-api ---
  73. [INFO]
  74. [INFO] -------------------------------------------------------
  75. [INFO] T E S T S
  76. [INFO] --------------------------------------- ----------------
  77. [INFO] Running org.openmrs.module.registrationapp.model.DropdownWidgetTest
  78. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.openmrs.module.registrationapp.model.DropdownWidgetTest
  79. [INFO] Running org.openmrs.module.registrationapp.model.Pers onAddressWithHierarchyWidgetTest
  80. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.openmrs.module.registrationapp.model.PersonAddressWithHierarchyWidgetTe
  81. st
  82. [INFO] Running org.openmrs.module.registrationapp.model.RegistrationAppConfigTest
  83. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.registrationapp.model.RegistrationAppConfigTest
  84. [INFO] Running org.openmrs.module.registrationapp.model.SectionTest [m
  85. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.registrationapp.model[1mSectionTest
  86. [INFO] Running org.openmrs.module.registrationapp.model.TextAreaWidgetTest
  87. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.openmrs.module.registrationapp.model.TextAreaWidgetTest
  88. [INFO] Running org.openmrs.module.registrationapp.model. [1mTextFieldWidgetTest
  89. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.openmrs.module.registrationapp.model[1mTextFieldWidgetTest
  90. [INFO] Running org.openmrs.module.registrationapp.RegistrationAppA ctivatorComponentTest
  91. [INFO] [1;32mTests run:[0;1;32m1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.334 s - in org.openmrs.module.registrationapp.RegistrationAppActivatorComponentTest
  92. m
  93. [INFO] Running org.openmrs.module.registrationapp.RegistrationAppUt ilsComponentTest
  94. [INFO] Tests run:[0;1;32m10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.909 s - in org.openmrs.module.registrationapp.RegistrationAppUtilsComponentTest
  95. [INFO]
  96. [INFO] Results:
  97. [INFO]
  98. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
  99. [INFO]
  100. [INFO]
  101. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ registrationapp-api ---
  102. [INFO] Building jar: C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target\registrationapp-api-1.21.0-SNAPSHOT.jar
  103. [INFO]
  104. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-api ;1m ---
  105. [INFO] Installing C:\Users\shen kuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target\registrationapp-api-1.21.0-SNAPSHOT.jar to C:\Users\shenkuru comp\.m2\repos
  106. itory\org\openmrs\module\registrationapp-api\1.21.0-SNAPSHOT\registrationapp-api-1.21.0-SNAPSHOT.jar
  107. [INFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\pom.xml to C:\Users\shenkuru comp\.m2\repository\org\openmrs\module\registrationap
  108. p-api\1.21.0-SNAPSHOT\registrationapp-api-1.21.0-SNAPSHOT.pom
  109. [INFO]
  110. [INFO ] -------------< org.openmrs.module:registrationapp-web-1.9 >-------------
  111. [INFO] Building registrationapp Module web 1.9 1.21.0-SNAPSHOT [3/5]
  112. [INFO] --------------------------------[ jar ]---------------------------------
  113. [INFO]
  114. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-web-1.9 ---
  115. [INFO] Deleting C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\target
  116. [INFO]
  117. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ registrationapp-web-1.9 ---
  118. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  119. [INFO] skip non existing resourceDirectory C:\Users\sh enkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\src\main\resources
  120. [INFO]
  121. [INFO] --- maven-compiler-plugin:3.1:compile 1m(default-compile) @ registrationapp-web-1.9 ---
  122. [INFO] Changes detected - recompiling the module!
  123. [INFO] Compiling 2 source files to C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\target\classes
  124. [INFO]
  125. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ registrationapp-web-1.9 ---
  126. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  127. [INFO] skip non existing resourceDirectory C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\sr c\test\resources
  128. [INFO] skip non existing resourceDirectory C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\src\test\resources
  129. [INFO]
  130. [INFO] --- maven-co mpiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-web-1.9 ---
  131. [INFO] N o sources to compile
  132. [INFO]
  133. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ registrationapp-web-1.9 ---
  134. [INFO] No tests to run.
  135. [INFO]
  136. [INFO] --- maven-jar-plug in:2.4:jar (default-jar) @ registrationapp-web-1.9 ---
  137. [INFO] Building jar: C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\target\registrationapp-web-1.9-1.21.0-SNAPSHOT.jar
  138. [INFO]
  139. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-web-1.9 ---
  140. [INFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\target\registrationapp-web-1.9-1.21.0-SNAPSHOT.jar to C:\Users\shenkuru comp\.
  141. m2\repository\org\openmrs\module\registrationapp-web-1.9\1.21.0-SNAPSHOT\registrationapp-web-1.9-1.21.0-SNAPSHOT.jar
  142. [INFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-1.9\pom.xml to C:\Users\shenkuru comp\.m2\repository\org\openmrs\module\registrati
  143. onapp-web-1.9\1.21.0-SNAPSHOT\registrationapp-web-1.9-1.21.0-SNAPSHOT.pom
  144. [INFO]
  145. [INFO] -------------< org.openmrs.module:registrationapp-web-2.0 >-------------
  146. [INFO] Building registrationapp Module web 2.0 1.21.0-SNA PSHOT [4/5]
  147. [INFO] --------------------------------[ jar ]---------------------------------
  148. [INFO]
  149. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-web-2.0 ---
  150. [ INFO] Deleting C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\target
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:2.6:reso urces (default-resources) @ registrationapp-web-2.0 ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] skip non existing resourceDirectory C:\Users\shenkuru comp\Openmrs tick et for work\openmrs-module-registrationapp\web-2.0\src\main\resources
  155. [INFO]
  156. [INFO] --- maven-compiler-plugin:3.1:com pile (default-compile) @ registrationapp-web-2.0 ---
  157. [INFO] Changes detected - recompiling the module!
  158. [INFO] Compiling 2 source files to C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\target\classes
  159. [INFO]
  160. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ registrationapp-web-2.0 ---
  161. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  162. [INFO] skip non existing resourc eDirectory C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\src\test\resources
  163. [INFO] skip non existing resourceDir ectory C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\src\test\resources
  164. [INFO]
  165. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ registrationapp-web-2.0 ---
  166. [INFO] No sources to compile
  167. [INFO]
  168. [ ;34mINFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ registrationapp-web-2.0 ---
  169. [INFO] No tests to run.
  170. [ [1;34mINFO]
  171. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ registrationapp-web-2.0 ---
  172. [INFO] Building jar: C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\target\registrationapp-web-2.0-1.21.0-SNAPSHOT.jar
  173. [INFO]
  174. [INFO] --- maven-install-plugin:2.4:install (default-install) @ registrationapp-web-2.0 ---
  175. [INFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\target\registrationapp-web-2.0-1.21.0-SNAPSHOT.jar to C:\Users\shenkuru comp\.
  176. m2\repository\org\openmrs\module\registrationapp-web-2.0\1.21.0-SNAPSHOT\registrationapp-web-2.0-1.21.0-SNAPSHOT.jar
  177. [ 1;34mINFO] Installing C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\web-2.0\pom.xml to C:\Users\shenkuru comp\.m2\repository\org\openmrs\module\registrati
  178. onapp-web-2.0\1.21.0-SNAPSHOT\registrationapp-web-2.0-1.21.0-SNAPSHOT.pom
  179. [INFO]
  180. [INFO] --------------< org.openmrs.module:registrationapp-omod >--------------- [m
  181. [INFO] Building Registration App Module OMOD 1.21.0-SNAPSHOT [5/5]
  182. [ 4mINFO] --------------------------------[ jar ]---------------------------------
  183. [INFO]
  184. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ registrationapp-omod ---
  185. [INFO] Deleting C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\omod\target
  186. [INFO]
  187. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ registrationapp-omod ---
  188. [INFO]
  189. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ registr ationapp-omod ---
  190. [INFO] Unpacking C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-module-registrationapp\api\target\registrationapp-api-1.21.0-SNAPSHOT.jar to C:\Users\shenkuru comp\Openmrs ti
  191. cket for work\openmrs-module-registrationapp\omod\target\classes with includes "**/*" and excludes ""
  192. [INFO]
  193. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ registrationapp-omod ---
  194. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:2.4.0:zip
  195. [INFO] Unpacking C:\Users\shenkuru comp\.m2\repository\org\openmrs\module\uicommons-scss\2.4.0\uicommons-scss-2.4.0.zip to C:\Users\shenkuru comp\Openmrs ticket for work\openmrs-modu
  196. le-registrationapp\omod\src\main\compass\sass-external with includes "" and excludes ""
  197. [INFO]
  198. [INFO] --- gem-maven-plugin:1.1.8:exec (default) @ registrationapp-omod ---
  199. [WARNING] NameError: method 'to_yaml' not defined in Object
  200. remove_method at org/jruby/RubyModule.java:2344
  201. (eval) at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/1.9/yaml.rb:47
  202. module_eval at org/jruby/RubyModule.java:2316
  203. yamler= at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/1.9/yaml.rb:43
  204. (root) at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/1.9/yaml.rb:82
  205. require at org/jruby/RubyKernel.java:1083
  206. (root) at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_requir
  207. e.rb:1
  208. require at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_requir
  209. e.rb:55
  210. load_yaml at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems.rb:659
  211. load_file at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/config_file.rb:327
  212. initialize at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/config_file.rb:196
  213. do_configuration at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/gem_runner.rb:74
  214. run at file:/C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/gem_runner.rb:39
  215. load at org/jruby/RubyKernel.java:1099
  216. (root) at file:C:/Users/shenkuru comp/.m2/repository/org/jruby/jruby-complete/1.7.10/jruby-complete-1.7.10.jar!/META-INF/jruby.home/bin/jgem:21
  217. load at org/jruby/RubyKernel.java:1099
  218. (root) at -e:1
  219.  
  220. [INFO] ------------------------------------------------------------------------
  221. [INFO] Reactor Summary for Registration App Module 1.21.0-SNAPSHOT:
  222. [I NFO]
  223. [INFO] Registration App Module ............................ SUCCESS [ 0.754 s]
  224. [INFO] Registration App Module API .......... .............. SUCCESS [ 51.222 s]
  225. [INFO] registrationapp Module web 1.9 ..................... SUCCESS [ 1.802 s]
  226. [INFO] registrationapp Modul e web 2.0 ..................... SUCCESS [ 2.505 s]
  227. [INFO] Registration App Module OMOD ....................... FAILURE [ 7.743 s]
  228. [INFO] 1m------------------------------------------------------------------------
  229. [INFO] BUILD FAILURE
  230. [INFO] ------------------------------------- -----------------------------------
  231. [INFO] Total time: 01:06 min
  232. [INFO] Finished at: 2020-09-30T21:46:00+03:00
  233. [INFO] ----------------------------- -------------------------------------------
  234. [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.8:exec (default) m on project registrationapp-omod: Execution default of goal de.saumya
  235. .mojo:gem-maven-plugin:1.1.8:exec failed: Java returned: 1 -> [Help 1]
  236. [ERROR]
  237. [ 1;31mERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  238. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  239. [ERROR]
  240. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  241. [ERROR] [Help 1] http://c wiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  242. [ERROR]
  243. [ERROR] After correcting the problems, you can resume the build with th e command
  244. [ERROR] mvn <args> -rf :registrationapp-omod
  245.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement