Advertisement
ODORA

Untitled

Jul 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1.  
  2. Admin@THe-ODoRa MINGW64 ~/atomfeed (master)
  3. $ git status
  4. On branch master
  5. Your branch is up to date with 'origin/master'.
  6.  
  7. nothing to commit, working tree clean
  8.  
  9. Admin@THe-ODoRa MINGW64 ~/atomfeed (master)
  10. $ git branch
  11. * master
  12.  
  13. Admin@THe-ODoRa MINGW64 ~/atomfeed (master)
  14. $ mvn clean install
  15. [INFO] Scanning for projects...
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Reactor Build Order:
  18. [INFO]
  19. [INFO] Atomfeed module [pom]
  20. [INFO] Atomfeed module API [jar]
  21. [INFO] Atomfeed module API 1.9 [jar]
  22. [INFO] Atomfeed module API 2.0 [jar]
  23. [INFO] Atomfeed module OMOD [jar]
  24. [INFO]
  25. [INFO] --------------------< org.openmrs.module:atomfeed >---------------------
  26. [INFO] Building Atomfeed module 1.0.13-SNAPSHOT [1/5]
  27. [INFO] --------------------------------[ pom ]---------------------------------
  28. [INFO]
  29. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atomfeed ---
  30. [INFO]
  31. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ atomfeed ---
  32. [INFO] Checking for local modifications: skipped.
  33. [INFO] Updating project files from SCM: skipped.
  34. [INFO] ShortRevision tag detected. The value is '6'.
  35. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  36. [INFO] Working directory: C:\Users\Admin\atomfeed
  37. [INFO] Storing buildNumber: b06102 at timestamp: 1563992058240
  38. [INFO] ShortRevision tag detected. The value is '6'.
  39. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  40. [INFO] Working directory: C:\Users\Admin\atomfeed
  41. [INFO] Storing buildScmBranch: UNKNOWN
  42. [INFO]
  43. [INFO] --- maven-install-plugin:2.4:install (default-install) @ atomfeed ---
  44. [INFO] Installing C:\Users\Admin\atomfeed\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\module\atomfeed\1.0.13-SNAPSHOT\atomfeed-1.0.13-SNAPSHOT.pom
  45. [INFO]
  46. [INFO] ------------------< org.openmrs.module:atomfeed-api >-------------------
  47. [INFO] Building Atomfeed module API 1.0.13-SNAPSHOT [2/5]
  48. [INFO] --------------------------------[ jar ]---------------------------------
  49. [INFO]
  50. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atomfeed-api ---
  51. [INFO] Deleting C:\Users\Admin\atomfeed\api\target
  52. [INFO]
  53. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ atomfeed-api ---
  54. [INFO]
  55. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atomfeed-api ---
  56. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  57. [INFO] Copying 7 resources
  58. [INFO] Copying 1 resource
  59. [INFO] skip non existing resourceDirectory C:\Users\Admin\atomfeed\api\src\main\webapp
  60. [INFO] skip non existing resourceDirectory C:\Users\Admin\atomfeed\api\src\main\webapp
  61. [INFO]
  62. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atomfeed-api ---
  63. [INFO] Changes detected - recompiling the module!
  64. [INFO] Compiling 33 source files to C:\Users\Admin\atomfeed\api\target\classes
  65. [INFO]
  66. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atomfeed-api ---
  67. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  68. [INFO] Copying 1 resource
  69. [INFO] Copying 3 resources
  70. [INFO]
  71. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atomfeed-api ---
  72. [INFO] Changes detected - recompiling the module!
  73. [INFO] Compiling 7 source files to C:\Users\Admin\atomfeed\api\target\test-classes
  74. [INFO] /C:/Users/Admin/atomfeed/api/src/test/java/org/openmrs/module/atomfeed/api/service/TagsServiceTest.java: C:\Users\Admin\atomfeed\api\src\test\java\org\openmrs\module\atomfeed\api\service\TagsServiceTest.java uses unchecked or unsafe operations.
  75. [INFO] /C:/Users/Admin/atomfeed/api/src/test/java/org/openmrs/module/atomfeed/api/service/TagsServiceTest.java: Recompile with -Xlint:unchecked for details.
  76. [INFO]
  77. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ atomfeed-api ---
  78. [INFO]
  79. [INFO] -------------------------------------------------------
  80. [INFO] T E S T S
  81. [INFO] -------------------------------------------------------
  82. [INFO] Running org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptorTest
  83. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.751 s - in org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptorTest
  84. [INFO] Running org.openmrs.module.atomfeed.api.service.TagsServiceTest
  85. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.openmrs.module.atomfeed.api.service.TagsServiceTest
  86. [INFO] Running org.openmrs.module.atomfeed.api.service.XMLParseServiceTest
  87. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.openmrs.module.atomfeed.api.service.XMLParseServiceTest
  88. [INFO] Running org.openmrs.module.atomfeed.api.strategy.LocationFeedFilterStrategyTest
  89. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in org.openmrs.module.atomfeed.api.strategy.LocationFeedFilterStrategyTest
  90. [INFO] Running org.openmrs.module.atomfeed.api.utils.AtomfeedUtilsTest
  91. ERROR - AtomfeedUtils.parseJsonFileToFeedConfiguration(56) |2019-07-24 21:14:53,735| Unexpected character ('"' (code 34)): was expecting comma to separate OBJECT entries
  92. at [Source: java.io.StringReader@5d7148e2; line: 21, column: 8]
  93. [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.846 s <<< FAILURE!- in org.openmrs.module.atomfeed.api.utils.AtomfeedUtilsTest
  94. [ERROR] writeFeedConfigurationToJsonFile(org.openmrs.module.atomfeed.api.utils.AtomfeedUtilsTest) Time elapsed: 0.267 s <<< FAILURE!
  95. org.junit.ComparisonFailure:
  96. expected:<...sitWriter"
  97. } ]
  98. ][
  99. > but was:<...sitWriter"
  100. } ]
  101. }[]
  102. >
  103. at org.openmrs.module.atomfeed.api.utils.AtomfeedUtilsTest.writeFeedConfigurationToJsonFile(AtomfeedUtilsTest.java:116)
  104.  
  105. [INFO] Running org.openmrs.module.atomfeed.api.utils.FeedConfigurationServiceImplTest
  106. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.openmrs.module.atomfeed.api.utils.FeedConfigurationServiceImplTest
  107. [INFO] Running org.openmrs.module.atomfeed.api.utils.FeedFilterUtilTest
  108. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.module.atomfeed.api.utils.FeedFilterUtilTest
  109. [INFO]
  110. [INFO] Results:
  111. [INFO]
  112. [ERROR] Failures:
  113. [ERROR] AtomfeedUtilsTest.writeFeedConfigurationToJsonFile:116 expected:<...sitWriter"
  114. } ]
  115. ][
  116. > but was:<...sitWriter"
  117. } ]
  118. }[]
  119. >
  120. [INFO]
  121. [ERROR] Tests run: 44, Failures: 1, Errors: 0, Skipped: 0
  122. [INFO]
  123. [INFO] ------------------------------------------------------------------------
  124. [INFO] Reactor Summary for Atomfeed module 1.0.13-SNAPSHOT:
  125. [INFO]
  126. [INFO] Atomfeed module .................................... SUCCESS [ 5.693 s]
  127. [INFO] Atomfeed module API ................................ FAILURE [ 35.208 s]
  128. [INFO] Atomfeed module API 1.9 ............................ SKIPPED
  129. [INFO] Atomfeed module API 2.0 ............................ SKIPPED
  130. [INFO] Atomfeed module OMOD ............................... SKIPPED
  131. [INFO] ------------------------------------------------------------------------
  132. [INFO] BUILD FAILURE
  133. [INFO] ------------------------------------------------------------------------
  134. [INFO] Total time: 44.455 s
  135. [INFO] Finished at: 2019-07-24T21:14:55+03:00
  136. [INFO] ------------------------------------------------------------------------
  137. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project atomfeed-api: There are test failures.
  138. [ERROR]
  139. [ERROR] Please refer to C:\Users\Admin\atomfeed\api\target\surefire-reports for the individual test results.
  140. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  141. [ERROR] -> [Help 1]
  142. [ERROR]
  143. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  144. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  145. [ERROR]
  146. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  147. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  148. [ERROR]
  149. [ERROR] After correcting the problems, you can resume the build with the command
  150. [ERROR] mvn <goals> -rf :atomfeed-api
  151. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removedin 8.0
  152. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  153.  
  154. Admin@THe-ODoRa MINGW64 ~/atomfeed (master)
  155. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement