Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1.  
  2. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-4231)
  3. $ git status
  4. On branch TRUNK-4231
  5. Your branch is up to date with 'origin/TRUNK-4231'.
  6.  
  7. Changes to be committed:
  8. (use "git reset HEAD <file>..." to unstage)
  9.  
  10. modified: api/src/main/java/org/openmrs/PersonAttributeType.java
  11.  
  12.  
  13. JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-4231)
  14. $ mvn clean install
  15. [INFO] Scanning for projects...
  16. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/annotation/javax.annotation-api/maven-metadata.xml
  17. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/javax/annotation/javax.annotation-api/maven-metadata.xml
  18. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/javax/annotation/javax.annotation-api/maven-metadata.xml (591 B at 92 B/s)
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] Reactor Build Order:
  21. [INFO]
  22. [INFO] OpenMRS [pom]
  23. [INFO] openmrs-tools [jar]
  24. [INFO] openmrs-test [pom]
  25. [INFO] openmrs-api [jar]
  26. [INFO] openmrs-web [jar]
  27. [INFO] openmrs-webapp [war]
  28. [INFO] openmrs-liquibase [jar]
  29. [INFO]
  30. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  31. [INFO] Building OpenMRS 2.4.0-SNAPSHOT [1/7]
  32. [INFO] --------------------------------[ pom ]---------------------------------
  33. [INFO]
  34. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  35. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\target
  36. [INFO]
  37. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  38. [INFO] Checking for local modifications: skipped.
  39. [INFO] Updating project files from SCM: skipped.
  40. [INFO] ShortRevision tag detected. The value is '6'.
  41. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  42. [INFO] Working directory: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core
  43. [INFO] Storing buildNumber: f16b55 at timestamp: 1595401890680
  44. [INFO] ShortRevision tag detected. The value is '6'.
  45. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  46. [INFO] Working directory: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core
  47. [INFO] Storing buildScmBranch: UNKNOWN
  48. [INFO]
  49. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  50. [INFO]
  51. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  52. [WARNING] JAR will be empty - no content was marked for inclusion!
  53. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\target\openmrs-2.4.0-SNAPSHOT-tests.jar
  54. [INFO]
  55. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  56. [INFO] Checking licenses...
  57. [INFO]
  58. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  59. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\pom.xml to C:\Users\JULIE\.m2\repository\org\openmrs\openmrs\2.4.0-SNAPSHOT\openmrs-2.4.0-SNAPSHOT.pom
  60. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\target\openmrs-2.4.0-SNAPSHOT-tests.jar to C:\Users\JULIE\.m2\repository\org\openmrs\openmrs\2.4.0-SNAPSHOT\openmrs-2.4.0-SNAPSHOT-tests.jar
  61. [INFO]
  62. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  63. [INFO] Building openmrs-tools 2.4.0-SNAPSHOT [2/7]
  64. [INFO] --------------------------------[ jar ]---------------------------------
  65. [INFO]
  66. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  67. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\target
  68. [INFO]
  69. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-tools ---
  70. [INFO]
  71. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  72. [INFO]
  73. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  74. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  75. [INFO] Copying 4 resources
  76. [INFO]
  77. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-tools ---
  78. [INFO] No sources to compile
  79. [INFO]
  80. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  81. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  82. [INFO] skip non existing resourceDirectory C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\src\test\resources
  83. [INFO]
  84. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-tools ---
  85. [INFO] No sources to compile
  86. [INFO]
  87. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-tools ---
  88. [INFO] No tests to run.
  89. [INFO]
  90. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-tools ---
  91. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\target\openmrs-tools-2.4.0-SNAPSHOT.jar
  92. [INFO]
  93. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-tools ---
  94. [WARNING] JAR will be empty - no content was marked for inclusion!
  95. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\target\openmrs-tools-2.4.0-SNAPSHOT-tests.jar
  96. [INFO]
  97. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  98. [INFO] Checking licenses...
  99. [INFO]
  100. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  101. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\target\openmrs-tools-2.4.0-SNAPSHOT.jar to C:\Users\JULIE\.m2\repository\org\openmrs\tools\openmrs-tools\2.4.0-SNAPSHOT\openmrs-tools-2.4.0-SNAPSHOT.jar
  102. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\pom.xml to C:\Users\JULIE\.m2\repository\org\openmrs\tools\openmrs-tools\2.4.0-SNAPSHOT\openmrs-tools-2.4.0-SNAPSHOT.pom
  103. [INFO] Installing C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\tools\target\openmrs-tools-2.4.0-SNAPSHOT-tests.jar to C:\Users\JULIE\.m2\repository\org\openmrs\tools\openmrs-tools\2.4.0-SNAPSHOT\openmrs-tools-2.4.0-SNAPSHOT-tests.jar
  104. [INFO]
  105. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  106. [INFO] Building openmrs-test 2.4.0-SNAPSHOT [3/7]
  107. [INFO] --------------------------------[ pom ]---------------------------------
  108. [INFO]
  109. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  110. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\target
  111. [INFO]
  112. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-test ---
  113. [INFO]
  114. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-test ---
  115. [INFO]
  116. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-test ---
  117. [WARNING] JAR will be empty - no content was marked for inclusion!
  118. [INFO] Building jar: C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\test\target\openmrs-test-2.4.0-SNAPSHOT-tests.jar
  119. [INFO]
  120. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  121. [INFO] Checking licenses...
  122. [INFO]
  123. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  124. [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
  125. [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
  126. [INFO]
  127. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  128. [INFO] Building openmrs-api 2.4.0-SNAPSHOT [4/7]
  129. [INFO] --------------------------------[ jar ]---------------------------------
  130. [INFO]
  131. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  132. [INFO] Deleting C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target
  133. [INFO]
  134. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  135. [INFO]
  136. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  137. [INFO]
  138. [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ openmrs-api ---
  139. [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
  140. [INFO]
  141. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  142. [INFO] Using 'UTF-8' encoding to format source files.
  143. [INFO] Number of files to be formatted: 1061
  144. [INFO] Successfully formatted: 0 file(s)
  145. [INFO] Fail to format : 0 file(s)
  146. [INFO] Skipped : 1061 file(s)
  147. [INFO] Approximate time taken: 17s
  148. [INFO]
  149. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-api ---
  150. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  151. [INFO] Copying 1 resource
  152. [INFO] Copying 144 resources
  153. [INFO]
  154. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-api ---
  155. [INFO] Changes detected - recompiling the module!
  156. [INFO] Compiling 713 source files to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\classes
  157. Processing annotations
  158. Annotations processed
  159. Processing annotations
  160. No elements to process
  161. [INFO] -------------------------------------------------------------
  162. [ERROR] COMPILATION ERROR :
  163. [INFO] -------------------------------------------------------------
  164. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PersonAttributeType.java:[18,19] cannot find symbol
  165. symbol: class BaseAttributeType
  166. location: package org.openmrs
  167. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PersonAttributeType.java:[24,42] cannot find symbol
  168. symbol: class BaseAttributeType
  169. [INFO] 2 errors
  170. [INFO] -------------------------------------------------------------
  171. [INFO] ------------------------------------------------------------------------
  172. [INFO] Reactor Summary:
  173. [INFO]
  174. [INFO] OpenMRS 2.4.0-SNAPSHOT ............................. SUCCESS [ 24.742 s]
  175. [INFO] openmrs-tools ...................................... SUCCESS [ 7.722 s]
  176. [INFO] openmrs-test ....................................... SUCCESS [ 1.950 s]
  177. [INFO] openmrs-api ........................................ FAILURE [01:09 min]
  178. [INFO] openmrs-web ........................................ SKIPPED
  179. [INFO] openmrs-webapp ..................................... SKIPPED
  180. [INFO] openmrs-liquibase 2.4.0-SNAPSHOT ................... SKIPPED
  181. [INFO] ------------------------------------------------------------------------
  182. [INFO] BUILD FAILURE
  183. [INFO] ------------------------------------------------------------------------
  184. [INFO] Total time: 02:36 min
  185. [INFO] Finished at: 2020-07-22T10:13:13+03:00
  186. [INFO] ------------------------------------------------------------------------
  187. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project openmrs-api: Compilation failure: Compilation failure:
  188. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PersonAttributeType.java:[18,19] cannot find symbol
  189. [ERROR] symbol: class BaseAttributeType
  190. [ERROR] location: package org.openmrs
  191. [ERROR] /C:/Users/JULIE/OpenMRS-Tickets/openmrs-core/api/src/main/java/org/openmrs/PersonAttributeType.java:[24,42] cannot find symbol
  192. [ERROR] symbol: class BaseAttributeType
  193. [ERROR] -> [Help 1]
  194. [ERROR]
  195. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  196. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  197. [ERROR]
  198. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  199. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  200. [ERROR]
  201. [ERROR] After correcting the problems, you can resume the build with the command
  202. [ERROR] mvn <goals> -rf :openmrs-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement