Advertisement
Guest User

Untitled

a guest
Aug 11th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  2. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\target
  3. [INFO]
  4. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-test ---
  5. [INFO]
  6. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-test ---
  7. [INFO]
  8. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs-test ---
  9. [WARNING] JAR will be empty - no content was marked for inclusion!
  10. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\target\openmrs-test-2.4.0-SNAPSHOT-tests.jar
  11. [INFO]
  12. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  13. [INFO] Checking licenses...
  14. [INFO]
  15. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  16. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\pom.xml to C:\Users\JULIE\.m2\repository\org\openmrs\test\openmrs-test\2.4.0-SNAPSHOT\openmrs-test-2.4.0-SNAPSHOT.pom
  17. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\target\openmrs-test-2.4.0-SNAPSHOT-tests.jar to C:\Users\JULIE\.m2\repository\org\openmrs\test\openmrs-test\2.4.0-SNAPSHOT\openmrs-test-2.4.0-SNAPSHOT-tests.jar
  18. [INFO]
  19. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  20. [INFO] Building openmrs-api 2.4.0-SNAPSHOT [4/7]
  21. [INFO] --------------------------------[ jar ]---------------------------------
  22. [WARNING] The artifact org.hibernate:hibernate-validator:jar:6.1.5.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.1.5.Final
  23. [INFO]
  24. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  25. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target
  26. [INFO]
  27. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-api ---
  28. [INFO]
  29. [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-api ---
  30. [INFO]
  31. [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ openmrs-api ---
  32. [INFO] argLine set to -javaagent:C:\\Users\\JULIE\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.5\\org.jacoco.agent-0.8.5-runtime.jar=destfile=C:\\Users\\JULIE\\OpenMRS-Tickets\\openmrs-core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g -Djava.locale.providers=COMPAT
  33. [INFO]
  34. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  35. [INFO] Using 'UTF-8' encoding to format source files.
  36. [INFO] Number of files to be formatted: 1079
  37. [INFO] Successfully formatted: 0 file(s)
  38. [INFO] Fail to format : 0 file(s)
  39. [INFO] Skipped : 1079 file(s)
  40. [INFO] Approximate time taken: 5s
  41. [INFO]
  42. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ openmrs-api ---
  43. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  44. [INFO] Copying 1 resource
  45. [INFO] Copying 146 resources
  46. [INFO]
  47. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-api ---
  48. [INFO] Changes detected - recompiling the module!
  49. [INFO] Compiling 720 source files to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\classes
  50. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PatientIdentifier.java: Some input files use or override a deprecated API.
  51. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PatientIdentifier.java: Recompile with -Xlint:deprecation for details.
  52. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/BaseCustomizableMetadata.java: Some input files use unchecked or unsafe operations.
  53. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/BaseCustomizableMetadata.java: Recompile with -Xlint:unchecked for details.
  54. [INFO]
  55. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ openmrs-api ---
  56. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  57. [INFO] Copying 146 resources
  58. [INFO]
  59. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-api ---
  60. [INFO] Changes detected - recompiling the module!
  61. [INFO] Compiling 359 source files to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\test-classes
  62. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java: Some input files use or override a deprecated API.
  63. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java: Recompile with -Xlint:deprecation for details.
  64. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/api/db/hibernate/PersonAttributeHelper.java: Some input files use unchecked or unsafe operations.
  65. [INFO] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/api/db/hibernate/PersonAttributeHelper.java: Recompile with -Xlint:unchecked for details.
  66. [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  67. [INFO] -------------------------------------------------------------
  68. [ERROR] COMPILATION ERROR :
  69. [INFO] -------------------------------------------------------------
  70. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/util/databasechange/Database1_9_7UpgradeIT.java:[131,43] incompatible types: org.junit.rules.TemporaryFolder cannot be converted to java.io.File
  71. [INFO] 1 error
  72. [INFO] -------------------------------------------------------------
  73. [INFO] ------------------------------------------------------------------------
  74. [INFO] Reactor Summary:
  75. [INFO]
  76. [INFO] OpenMRS 2.4.0-SNAPSHOT ............................. SUCCESS [ 5.725 s]
  77. [INFO] openmrs-tools ...................................... SUCCESS [ 1.077 s]
  78. [INFO] openmrs-test ....................................... SUCCESS [ 0.327 s]
  79. [INFO] openmrs-api ........................................ FAILURE [01:12 min]
  80. [INFO] openmrs-web ........................................ SKIPPED
  81. [INFO] openmrs-webapp ..................................... SKIPPED
  82. [INFO] openmrs-liquibase 2.4.0-SNAPSHOT ................... SKIPPED
  83. [INFO] ------------------------------------------------------------------------
  84. [INFO] BUILD FAILURE
  85. [INFO] ------------------------------------------------------------------------
  86. [INFO] Total time: 01:20 min
  87. [INFO] Finished at: 2020-08-11T20:36:58+03:00
  88. [INFO] ------------------------------------------------------------------------
  89. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project openmrs-api: Compilation failure
  90. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/test/java/org/openmrs/util/databasechange/Database1_9_7UpgradeIT.java:[131,43] incompatible types: org.junit.rules.TemporaryFolder cannot be converted to java.io.File
  91. [ERROR]
  92. [ERROR] -> [Help 1]
  93. [ERROR]
  94. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  95. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  96. [ERROR]
  97. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  98. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  99. [ERROR]
  100. [ERROR] After correcting the problems, you can resume the build with the command
  101. [ERROR] mvn <goals> -rf :openmrs-api
  102.  
  103. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5875)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement