Advertisement
Guest User

Test failure log

a guest
Oct 19th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Results :
  2.  
  3. Failed tests:
  4. test_getVisitsAndHasVisitDuring(org.openmrs.module.emrapi.adt.AdtServiceComponentTest)
  5.  
  6. Tests run: 385, Failures: 1, Errors: 0, Skipped: 2
  7.  
  8. Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  9. [INFO]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Skipping EMR API Module
  12. [INFO] This project has been banned from the build due to previous failures.
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Reactor Summary:
  16. [INFO]
  17. [INFO] EMR API Module 1.25.0-SNAPSHOT ..................... SUCCESS [ 0.688 s]
  18. [INFO] EMR API Module API 2.2 ............................. SUCCESS [10:04 min]
  19. [INFO] EMR API Module API ................................. FAILURE [02:13 min]
  20. [INFO] EMR API Module API 1.10 ............................ SKIPPED
  21. [INFO] EMR API Module API 1.11 ............................ SKIPPED
  22. [INFO] EMR API Module API 1.12 ............................ SKIPPED
  23. [INFO] EMR API Module API 2.2 ............................. SKIPPED
  24. [INFO] EMR API Condition List ............................. SKIPPED
  25. [INFO] EMR WEB Module 2.2 ................................. SKIPPED
  26. [INFO] EMR WEB Module ..................................... SKIPPED
  27. [INFO] EMR API Module OMOD 1.25.0-SNAPSHOT ................ SKIPPED
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] BUILD FAILURE
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Total time: 12:53 min
  32. [INFO] Finished at: 2018-10-19T12:07:59+03:00
  33. [INFO] ------------------------------------------------------------------------
  34. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project emrapi-api: There are test failures.
  35. [ERROR]
  36. [ERROR] Please refer to W:\openmrs-module-emrapi-master\openmrs-module-emrapi-master\api\target\surefire-reports for the individual test results.
  37. [ERROR] -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  44. [ERROR]
  45. [ERROR] After correcting the problems, you can resume the build with the command
  46. [ERROR] mvn <goals> -rf :emrapi-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement