Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. $ mvn clean install
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective settings
  4. [WARNING] Unrecognised tag: 'proxies' (position: START_TAG seen ...</repositories>\n\t <proxies>... @34:13) @ C:\Users\Samuel34\.m2\settings.xml, line 34, column 13
  5. [WARNING]
  6. [INFO] Scanning for projects...
  7. [WARNING]
  8. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:appointmentschedulingui-omod:jar:1.7.0-SNAPSHOT
  9. [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:appointmentschedulingui-omod:[unknown-version], C:\Users\Samuel34\openmrs-module-appointmentschedulingui\omod\pom.xml, line 187, column 21
  10. [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ org.openmrs.module:appointmentschedulingui-omod:[unknown-version], C:\Users\Samuel34\openmrs-module-appointmentschedulingui\omod\pom.xml, line 342, column 12
  11. [WARNING]
  12. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  13. [WARNING]
  14. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  15. [WARNING]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Reactor Build Order:
  18. [INFO]
  19. [INFO] Appointment Scheduling UI Module
  20. [INFO] Appointment Scheduling UI Module API
  21. [INFO] Appointment Scheduling UI Module OMOD
  22. [INFO]
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Building Appointment Scheduling UI Module 1.7.0-SNAPSHOT
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO]
  27. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui ---
  28. [INFO]
  29. [INFO] --- maven-install-plugin:2.4:install (default-install) @ appointmentschedulingui ---
  30. [INFO] Installing C:\Users\Samuel34\openmrs-module-appointmentschedulingui\pom.xml to C:\Users\Samuel34\.m2\repository\org\openmrs\module\appointmentschedulingui\1.7.0-SNAPSHOT\appointmentschedulingui-1.7.0-SNAPSHOT.pom
  31. [INFO]
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] Building Appointment Scheduling UI Module API 1.7.0-SNAPSHOT
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO]
  36. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui-api ---
  37. [INFO] Deleting C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target
  38. [INFO]
  39. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appointmentschedulingui-api ---
  40. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  41. [INFO] Copying 21 resources
  42. [INFO]
  43. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ appointmentschedulingui-api ---
  44. [INFO] Changes detected - recompiling the module!
  45. [INFO] Compiling 9 source files to C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target\classes
  46. [INFO]
  47. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appointmentschedulingui-api ---
  48. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  49. [INFO] Copying 4 resources
  50. [INFO]
  51. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ appointmentschedulingui-api ---
  52. [INFO] Changes detected - recompiling the module!
  53. [INFO] Compiling 6 source files to C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target\test-classes
  54. [WARNING] /C:/Users/Samuel34/openmrs-module-appointmentschedulingui/api/src/test/java/org/openmrs/module/appointmentschedulingui/htmlformentry/AppointmentCheckInElementTest.java: C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\src\test\java\org\openmrs\module\appointmentschedulingui\htmlformentry\AppointmentCheckInElementTest.java uses unchecked or unsafe operations.
  55. [WARNING] /C:/Users/Samuel34/openmrs-module-appointmentschedulingui/api/src/test/java/org/openmrs/module/appointmentschedulingui/htmlformentry/AppointmentCheckInElementTest.java: Recompile with -Xlint:unchecked for details.
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ appointmentschedulingui-api ---
  58. [INFO] Surefire report directory: C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target\surefire-reports
  59.  
  60. -------------------------------------------------------
  61. T E S T S
  62. -------------------------------------------------------
  63. Running org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivatorTest
  64. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.376 sec
  65. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInElementTest
  66. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec
  67. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInSubmissionActionTest
  68. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
  69. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInTagComponentTest
  70. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.781 sec
  71. Running org.openmrs.module.appointmentschedulingui.reporting.converter.AppointmentStatusToLocalizedStatusTypeConverterTest
  72. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec
  73. Running org.openmrs.module.appointmentschedulingui.reporting.library.AppointmentSchedulingUIDataSetDefinitionLibraryTest
  74. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec
  75.  
  76. Results :
  77.  
  78. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
  79.  
  80. [INFO]
  81. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ appointmentschedulingui-api ---
  82. [INFO] Building jar: C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target\appointmentschedulingui-api-1.7.0-SNAPSHOT.jar
  83. [INFO]
  84. [INFO] --- maven-install-plugin:2.4:install (default-install) @ appointmentschedulingui-api ---
  85. [INFO] Installing C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\target\appointmentschedulingui-api-1.7.0-SNAPSHOT.jar to C:\Users\Samuel34\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.7.0-SNAPSHOT\appointmentschedulingui-api-1.7.0-SNAPSHOT.jar
  86. [INFO] Installing C:\Users\Samuel34\openmrs-module-appointmentschedulingui\api\pom.xml to C:\Users\Samuel34\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.7.0-SNAPSHOT\appointmentschedulingui-api-1.7.0-SNAPSHOT.pom
  87. [INFO]
  88. [INFO] ------------------------------------------------------------------------
  89. [INFO] Building Appointment Scheduling UI Module OMOD 1.7.0-SNAPSHOT
  90. [INFO] ------------------------------------------------------------------------
  91. [WARNING] The POM for rubygems:chunky_png:gem:1.2.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  92. [INFO]
  93. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui-omod ---
  94. [INFO] Deleting C:\Users\Samuel34\openmrs-module-appointmentschedulingui\omod\target
  95. [INFO]
  96. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ appointmentschedulingui-omod ---
  97. [INFO]
  98. [INFO] --- maven-antrun-plugin:1.7:run (default) @ appointmentschedulingui-omod ---
  99. [INFO] Executing tasks
  100.  
  101. building:
  102. [echo]
  103. [exec] npm WARN mirebalais.apppointmentschedulingui@0.0.1 license should be a valid SPDX license expression
  104. [exec]
  105. [exec] up to date in 0.094s
  106. [INFO] Executed tasks
  107. [INFO]
  108. [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ appointmentschedulingui-omod ---
  109. bower openmrs-uicommons#master not-cached https://github.com/openmrs/openmrs-module-uicommons.git#master
  110. bower openmrs-uicommons#master resolve https://github.com/openmrs/openmrs-module-uicommons.git#master
  111. bower openmrs-uicommons#master ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/openmrs/openmrs-module-uicommons.git", exit code of #128 fatal: read error: Invalid argument
  112.  
  113. Additional error details:
  114. fatal: read error: Invalid argument
  115. [ERROR] Command execution failed.
  116. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  117. at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
  118. at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
  119. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
  120. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
  121. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
  122. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  123. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  124. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  125. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  126. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  127. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  128. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  129. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  130. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  131. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  132. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  133. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  134. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  135. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  136. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  137. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  138. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  139. at java.lang.reflect.Method.invoke(Method.java:498)
  140. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  141. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  142. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  143. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  144. [INFO] ------------------------------------------------------------------------
  145. [INFO] Reactor Summary:
  146. [INFO]
  147. [INFO] Appointment Scheduling UI Module ................... SUCCESS [ 0.593 s]
  148. [INFO] Appointment Scheduling UI Module API ............... SUCCESS [ 44.247 s]
  149. [INFO] Appointment Scheduling UI Module OMOD .............. FAILURE [01:13 min]
  150. [INFO] ------------------------------------------------------------------------
  151. [INFO] BUILD FAILURE
  152. [INFO] ------------------------------------------------------------------------
  153. [INFO] Total time: 02:01 min
  154. [INFO] Finished at: 2018-03-19T00:40:07-07:00
  155. [INFO] Final Memory: 36M/248M
  156. [INFO] ------------------------------------------------------------------------
  157. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default) on project appointmentschedulingui-omod: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  158. [ERROR]
  159. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  160. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  161. [ERROR]
  162. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  163. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  164. [ERROR]
  165. [ERROR] After correcting the problems, you can resume the build with the command
  166. [ERROR] mvn <goals> -rf :appointmentschedulingui-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement