Advertisement
ODORA

Atom change

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