Advertisement
Guest User

Untitled

a guest
Mar 14th, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. Samuel34@DESKTOP-3LEMKTV MINGW64 ~/openmrs-module-fhir (master)
  2. $ mvn -Dtest=DiagnosticReportServiceTest test
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective settings
  5. [WARNING] Unrecognised tag: 'proxies' (position: START_TAG seen ...</repositories>\n\t <proxies>... @34:13) @ C:\Users\Samuel34\.m2\settings.xml, line 34, column 13
  6. [WARNING]
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] FHIR Module
  12. [INFO] FHIR Module API
  13. [INFO] FHIR Module OMOD
  14. [INFO]
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Building FHIR Module 1.12.0-SNAPSHOT
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO]
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] Building FHIR Module API 1.12.0-SNAPSHOT
  21. [INFO] ------------------------------------------------------------------------
  22. [WARNING] The POM for org.openmrs.module:emrapi-api:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  23. [WARNING] The POM for org.openmrs.module:emrapi-api-1.12:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  24. [WARNING] The POM for org.openmrs.module:emrapi-condition-list:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir-api ---
  27. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  28. [INFO] Copying 7 resources
  29. [INFO]
  30. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir-api ---
  31. [INFO] Nothing to compile - all classes are up to date
  32. [INFO]
  33. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fhir-api ---
  34. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  35. [INFO] Copying 5 resources
  36. [INFO]
  37. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fhir-api ---
  38. [INFO] Nothing to compile - all classes are up to date
  39. [INFO]
  40. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ fhir-api ---
  41. [INFO] Surefire report directory: C:\Users\Samuel34\openmrs-module-fhir\api\target\surefire-reports
  42.  
  43. -------------------------------------------------------
  44. T E S T S
  45. -------------------------------------------------------
  46. Running org.openmrs.module.fhir.api.DiagnosticReportServiceTest
  47. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.764 sec
  48.  
  49. Results :
  50.  
  51. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  52.  
  53. [INFO]
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Building FHIR Module OMOD 1.12.0-SNAPSHOT
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO]
  58. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ fhir-omod ---
  59. [INFO]
  60. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ fhir-omod ---
  61. > isMarkerOlder:
  62. artifact1 = C:\Users\Samuel34\openmrs-module-fhir\api\target\classes
  63. marker = C:\Users\Samuel34\openmrs-module-fhir\omod\target\dependency-maven-plugin-markers\org.openmrs.module-fhir-api-jar-1.12.0-SNAPSHOT.marker
  64. artifact1 lastModified: 1521017691214
  65. marker lastModified: 1520864373513
  66. < true = marker older than artifact?
  67. [INFO] Unpacking C:\Users\Samuel34\openmrs-module-fhir\api\target\classes to C:\Users\Samuel34\openmrs-module-fhir\omod\target\classes with includes "**/*" and excludes ""
  68. org.codehaus.plexus.archiver.ArchiverException: The source must not be a directory.
  69. at org.codehaus.plexus.archiver.AbstractUnArchiver.validate(AbstractUnArchiver.java:185)
  70. at org.codehaus.plexus.archiver.AbstractUnArchiver.extract(AbstractUnArchiver.java:118)
  71. at org.apache.maven.plugin.dependency.AbstractDependencyMojo.unpack(AbstractDependencyMojo.java:258)
  72. at org.apache.maven.plugin.dependency.UnpackDependenciesMojo.execute(UnpackDependenciesMojo.java:88)
  73. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  74. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  75. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  76. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  77. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  78. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  79. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  80. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  81. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  82. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  83. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  84. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  85. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  86. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:498)
  91. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  92. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  93. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  94. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  95. [INFO] ------------------------------------------------------------------------
  96. [INFO] Reactor Summary:
  97. [INFO]
  98. [INFO] FHIR Module ........................................ SUCCESS [ 0.078 s]
  99. [INFO] FHIR Module API .................................... SUCCESS [ 38.698 s]
  100. [INFO] FHIR Module OMOD ................................... FAILURE [ 1.375 s]
  101. [INFO] ------------------------------------------------------------------------
  102. [INFO] BUILD FAILURE
  103. [INFO] ------------------------------------------------------------------------
  104. [INFO] Total time: 41.001 s
  105. [INFO] Finished at: 2018-03-14T02:02:29-07:00
  106. [INFO] Final Memory: 20M/174M
  107. [INFO] ------------------------------------------------------------------------
  108. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) on project fhir-omod: Error unpacking file: C:\Users\Samuel34\openmrs-module-fhir\api\target\classes to: C:\Users\Samuel34\openmrs-module-fhir\omod\target\classes
  109. [ERROR] org.codehaus.plexus.archiver.ArchiverException: The source must not be a directory.
  110. [ERROR] -> [Help 1]
  111. [ERROR]
  112. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  113. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  114. [ERROR]
  115. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  116. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  117. [ERROR]
  118. [ERROR] After correcting the problems, you can resume the build with the command
  119. [ERROR] mvn <goals> -rf :fhir-omod
  120.  
  121. Samuel34@DESKTOP-3LEMKTV MINGW64 ~/openmrs-module-fhir (master)
  122. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement