Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. sharif@sharif:~/Documents/Ticket/openmrs-distro-referenceapplication$ cd ui-tests
  2. sharif@sharif:~/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests$ mvn clean install
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-ui-tests:jar:2.12.0-SNAPSHOT
  6. [WARNING] 'version' contains an expression but should be a constant. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/pom.xml, line 7, column 14
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/pom.xml, line 97, column 21
  8. [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.openmrs.distro:referenceapplication-ui-tests:${parent.version}, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/pom.xml
  9. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/pom.xml, line 833, column 12
  10. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/pom.xml, line 846, column 12
  11. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/pom.xml, line 866, column 12
  12. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/pom.xml, line 933, column 12
  13. [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.12.0-SNAPSHOT, /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/pom.xml, line 952, column 12
  14. [WARNING]
  15. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  16. [WARNING]
  17. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  18. [WARNING]
  19. [INFO]
  20. [INFO] ----------< org.openmrs.distro:referenceapplication-ui-tests >----------
  21. [INFO] Building Reference Application Distribution UI Tests 2.12.0-SNAPSHOT
  22. [INFO] --------------------------------[ jar ]---------------------------------
  23. [INFO]
  24. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ referenceapplication-ui-tests ---
  25. [INFO] Deleting /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/target
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-ui-tests ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] skip non existing resourceDirectory /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/main/resources
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-ui-tests ---
  32. [INFO] No sources to compile
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-ui-tests ---
  35. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  36. [INFO] Copying 0 resource
  37. [INFO] Copying 1 resource
  38. [INFO]
  39. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-ui-tests ---
  40. [INFO] Changes detected - recompiling the module!
  41. [INFO] Compiling 113 source files to /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/target/test-classes
  42. [INFO] -------------------------------------------------------------
  43. [WARNING] COMPILATION WARNING :
  44. [INFO] -------------------------------------------------------------
  45. [WARNING] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java uses or overrides a deprecated API.
  46. [WARNING] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddDeleteLocationTest.java: Recompile with -Xlint:deprecation for details.
  47. [WARNING] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java uses unchecked or unsafe operations.
  48. [WARNING] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/AddRolesToUserTest.java: Recompile with -Xlint:unchecked for details.
  49. [INFO] 4 warnings
  50. [INFO] -------------------------------------------------------------
  51. [INFO] -------------------------------------------------------------
  52. [ERROR] COMPILATION ERROR :
  53. [INFO] -------------------------------------------------------------
  54. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  55. symbol: method clickOnLast(org.openqa.selenium.By)
  56. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  57. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  58. symbol: method clickOnLast(org.openqa.selenium.By)
  59. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  60. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  61. symbol: method clickOnLast(org.openqa.selenium.By)
  62. location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  63. [INFO] 3 errors
  64. [INFO] -------------------------------------------------------------
  65. [INFO] ------------------------------------------------------------------------
  66. [INFO] BUILD FAILURE
  67. [INFO] ------------------------------------------------------------------------
  68. [INFO] Total time: 11.818 s
  69. [INFO] Finished at: 2021-02-23T10:41:16+03:00
  70. [INFO] ------------------------------------------------------------------------
  71. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project referenceapplication-ui-tests: Compilation failure: Compilation failure:
  72. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[187,17] cannot find symbol
  73. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  74. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  75. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[192,17] cannot find symbol
  76. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  77. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  78. [ERROR] /home/sharif/Documents/Ticket/openmrs-distro-referenceapplication/ui-tests/src/test/java/org/openmrs/reference/page/ClinicianFacingPatientDashboardPage.java:[197,17] cannot find symbol
  79. [ERROR] symbol: method clickOnLast(org.openqa.selenium.By)
  80. [ERROR] location: class org.openmrs.reference.page.ClinicianFacingPatientDashboardPage
  81. [ERROR] -> [Help 1]
  82. [ERROR]
  83. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  84. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  85. [ERROR]
  86. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  87. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement