Advertisement
Guest User

Untitled

a guest
May 11th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. [INFO] Fail to format: 0 file(s)
  2. [INFO] Skipped: 284 file(s)
  3. [INFO] Read only skipped: 0 file(s)
  4. [INFO] Approximate time taken: 4s
  5. [INFO]
  6. [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ fhir2-api ---
  7. [INFO] Total Files Processed: 284 in 00:02.213
  8. [INFO] Already Sorted: 284
  9. [INFO] Needed Sorting: 0
  10. [INFO]
  11. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir2-api ---
  12. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  13. [INFO] Copying 6 resources
  14. [INFO] Copying 0 resource
  15. [INFO] skip non existing resourceDirectory /home/tendo/openmrs-module-fhir2/api/src/main/webapp
  16. [INFO] skip non existing resourceDirectory /home/tendo/openmrs-module-fhir2/api/src/main/webapp
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir2-api ---
  19. [INFO] Changes detected - recompiling the module!
  20. [INFO] Compiling 195 source files to /home/tendo/openmrs-module-fhir2/api/target/classes
  21. [INFO] -------------------------------------------------------------
  22. [WARNING] COMPILATION WARNING :
  23. [INFO] -------------------------------------------------------------
  24. [WARNING] /home/tendo/openmrs-module-fhir2/api/src/main/java/org/openmrs/module/fhir2/api/impl/BaseFhirService.java: Some input files use unchecked or unsafe operations.
  25. [WARNING] /home/tendo/openmrs-module-fhir2/api/src/main/java/org/openmrs/module/fhir2/api/impl/BaseFhirService.java: Recompile with -Xlint:unchecked for details.
  26. [INFO] 2 warnings
  27. [INFO] -------------------------------------------------------------
  28. [INFO] -------------------------------------------------------------
  29. [ERROR] COMPILATION ERROR :
  30. [INFO] -------------------------------------------------------------
  31. [ERROR] /home/tendo/openmrs-module-fhir2/api/src/main/java/org/openmrs/module/fhir2/api/dao/impl/FhirDiagnosticReportDaoImpl.java:[29,1] setSessionFactory(org.hibernate.SessionFactory) in org.openmrs.module.fhir2.api.dao.impl.FhirDiagnosticReportDaoImpl cannot override setSessionFactory(org.hibernate.SessionFactory) in org.openmrs.module.fhir2.api.dao.impl.BaseFhirDao
  32. attempting to assign weaker access privileges; was protected
  33. [INFO] 1 error
  34. [INFO] -------------------------------------------------------------
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Reactor Summary for FHIR2 1.0.0-SNAPSHOT:
  37. [INFO]
  38. [INFO] FHIR2 .............................................. SUCCESS [ 0.431 s]
  39. [INFO] FHIR2 API .......................................... FAILURE [ 25.469 s]
  40. [INFO] FHIR2 API 2.1 ...................................... SKIPPED
  41. [INFO] FHIR2 API 2.2 ...................................... SKIPPED
  42. [INFO] FHIR2 OMOD ......................................... SKIPPED
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] BUILD FAILURE
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Total time: 27.630 s
  47. [INFO] Finished at: 2020-05-11T11:31:33+03:00
  48. [INFO] ------------------------------------------------------------------------
  49. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project fhir2-api: Compilation failure
  50. [ERROR] /home/tendo/openmrs-module-fhir2/api/src/main/java/org/openmrs/module/fhir2/api/dao/impl/FhirDiagnosticReportDaoImpl.java:[29,1] setSessionFactory(org.hibernate.SessionFactory) in org.openmrs.module.fhir2.api.dao.impl.FhirDiagnosticReportDaoImpl cannot override setSessionFactory(org.hibernate.SessionFactory) in org.openmrs.module.fhir2.api.dao.impl.BaseFhirDao
  51. [ERROR] attempting to assign weaker access privileges; was protected
  52. [ERROR]
  53. [ERROR] -> [Help 1]
  54. [ERROR]
  55. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  56. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  57. [ERROR]
  58. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  59. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  60. [ERROR]
  61. [ERROR] After correcting the problems, you can resume the build with the command
  62. [ERROR] mvn <args> -rf :fhir2-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement