Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.93 KB | None | 0 0
  1. irynah@irynah-Vostro-3560:/media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework$ mvn clean install
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------< org.openmrs.contrib:qaframework >-------------------
  5. [INFO] Building OpenMRS QA Framework 1.0-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. Downloading from archetype: http://mavenrepo.openmrs.org/nexus/content/repositories/public/io/cucumber/messages/maven-metadata.xml
  8. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/io/cucumber/messages/maven-metadata.xml
  9. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/io/cucumber/messages/maven-metadata.xml
  10. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/io/cucumber/messages/maven-metadata.xml
  11. Downloading from central: https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml
  12. Downloaded from central: https://repo.maven.apache.org/maven2/io/cucumber/messages/maven-metadata.xml (1.7 kB at 1.0 kB/s)
  13. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/io/cucumber/messages/maven-metadata.xml (1.8 kB at 313 B/s)
  14. Downloaded from archetype: http://mavenrepo.openmrs.org/nexus/content/repositories/public/io/cucumber/messages/maven-metadata.xml (1.8 kB at 313 B/s)
  15. [INFO]
  16. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qaframework ---
  17. [INFO] Deleting /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/target
  18. [INFO]
  19. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ qaframework ---
  20. [INFO] Using 'UTF-8' encoding to format source files.
  21. [INFO] Number of files to be formatted: 11
  22. [INFO] Successfully formatted: 0 file(s)
  23. [INFO] Fail to format : 0 file(s)
  24. [INFO] Skipped : 11 file(s)
  25. [INFO] Approximate time taken: 1s
  26. [INFO]
  27. [INFO] --- frontend-maven-plugin:1.9.1:install-node-and-npm (install node and npm) @ qaframework ---
  28. [INFO] Node v15.8.0 is already installed.
  29. [INFO]
  30. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qaframework ---
  31. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  32. [INFO] skip non existing resourceDirectory /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/main/resources
  33. [INFO]
  34. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qaframework ---
  35. [INFO] No sources to compile
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qaframework ---
  38. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. [INFO] Copying 28 resources
  40. [INFO]
  41. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qaframework ---
  42. [INFO] Changes detected - recompiling the module!
  43. [INFO] Compiling 11 source files to /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/target/test-classes
  44. [INFO] -------------------------------------------------------------
  45. [ERROR] COMPILATION ERROR :
  46. [INFO] -------------------------------------------------------------
  47. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/StylesGuideSteps.java:[41,41] cannot find symbol
  48. symbol: method clickOnStylesGuideAppLink()
  49. location: variable systemAdministrationPage of type org.openmrs.reference.page.SystemAdministrationPage
  50. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/AllergiesSteps.java:[45,28] cannot find symbol
  51. symbol: method addNoKnownAllergy()
  52. location: variable allergyPage of type org.openmrs.reference.page.AllergyPage
  53. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/AllergiesSteps.java:[55,28] cannot find symbol
  54. symbol: method removeNoKnownAllergy()
  55. location: variable allergyPage of type org.openmrs.reference.page.AllergyPage
  56. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/ConditionsSteps.java:[38,30] cannot find symbol
  57. symbol: method clickOnConditionsWidgetLink()
  58. location: variable dashboardPage of type org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  59. [INFO] 4 errors
  60. [INFO] -------------------------------------------------------------
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] BUILD FAILURE
  63. [INFO] ------------------------------------------------------------------------
  64. [INFO] Total time: 22.434 s
  65. [INFO] Finished at: 2021-03-03T18:03:26+03:00
  66. [INFO] ------------------------------------------------------------------------
  67. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project qaframework: Compilation failure: Compilation failure:
  68. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/StylesGuideSteps.java:[41,41] cannot find symbol
  69. [ERROR] symbol: method clickOnStylesGuideAppLink()
  70. [ERROR] location: variable systemAdministrationPage of type org.openmrs.reference.page.SystemAdministrationPage
  71. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/AllergiesSteps.java:[45,28] cannot find symbol
  72. [ERROR] symbol: method addNoKnownAllergy()
  73. [ERROR] location: variable allergyPage of type org.openmrs.reference.page.AllergyPage
  74. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/AllergiesSteps.java:[55,28] cannot find symbol
  75. [ERROR] symbol: method removeNoKnownAllergy()
  76. [ERROR] location: variable allergyPage of type org.openmrs.reference.page.AllergyPage
  77. [ERROR] /media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/ConditionsSteps.java:[38,30] cannot find symbol
  78. [ERROR] symbol: method clickOnConditionsWidgetLink()
  79. [ERROR] location: variable dashboardPage of type org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  80. [ERROR] -> [Help 1]
  81. [ERROR]
  82. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  83. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  84. [ERROR]
  85. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  86. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  87. irynah@irynah-Vostro-3560:/media/irynah/DATA/0NEW-108G/0PROJECTS/OpenMRS-projects/openmrs-contrib-qaframework$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement