Advertisement
Guest User

Coreapps error

a guest
May 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.09 KB | None | 0 0
  1. C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps>mvn clean install -Dmaven.test.skip=true
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:coreapps-omod:jar:1.23.0-SNAPSHOT
  5. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ org.openmrs.module:coreapps-omod:[unknown-version], C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\omod\pom.xml, line 450, column 21
  6. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ org.openmrs.module:coreapps-omod:[unknown-version], C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\omod\pom.xml, line 476, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Reactor Build Order:
  14. [INFO]
  15. [INFO] Core Apps Module [pom]
  16. [INFO] Core Apps Module API-pre2.2 [jar]
  17. [INFO] Core Apps Module API [jar]
  18. [INFO] coreapps Module web 1.9 [jar]
  19. [INFO] coreapps Module web 2.0 [jar]
  20. [INFO] Core Apps Module API 2.2 [jar]
  21. [INFO] Core Apps Module OMOD [jar]
  22. [INFO]
  23. [INFO] --------------------< org.openmrs.module:coreapps >---------------------
  24. [INFO] Building Core Apps Module 1.23.0-SNAPSHOT [1/7]
  25. [INFO] --------------------------------[ pom ]---------------------------------
  26. [INFO]
  27. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps ---
  28. [INFO]
  29. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps ---
  30. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps\1.23.0-SNAPSHOT\coreapps-1.23.0-SNAPSHOT.pom
  31. [INFO]
  32. [INFO] ---------------< org.openmrs.module:coreapps-api-pre2.2 >---------------
  33. [INFO] Building Core Apps Module API-pre2.2 1.23.0-SNAPSHOT [2/7]
  34. [INFO] --------------------------------[ jar ]---------------------------------
  35. [INFO]
  36. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api-pre2.2 ---
  37. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\target
  38. [INFO]
  39. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api-pre2.2 ---
  40. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  41. [INFO] skip non existing resourceDirectory C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\src\main\resources
  42. [INFO]
  43. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-api-pre2.2 ---
  44. [INFO] Changes detected - recompiling the module!
  45. [INFO] Compiling 1 source file to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\target\classes
  46. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-pre2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\src\main\java\org\openmrs\module\coreapps\htmlformentry\EncounterDiagnosesElement.java uses or overrides a deprecated API.
  47. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-pre2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: Recompile with -Xlint:deprecation for details.
  48. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-pre2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\src\main\java\org\openmrs\module\coreapps\htmlformentry\EncounterDiagnosesElement.java uses unchecked or unsafe operations.
  49. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-pre2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: Recompile with -Xlint:unchecked for details.
  50. [INFO]
  51. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api-pre2.2 ---
  52. [INFO] Not copying test resources
  53. [INFO]
  54. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-api-pre2.2 ---
  55. [INFO] Not compiling test sources
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ coreapps-api-pre2.2 ---
  58. [INFO] Tests are skipped.
  59. [INFO]
  60. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api-pre2.2 ---
  61. [INFO] Building jar: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\target\coreapps-api-pre2.2-1.23.0-SNAPSHOT.jar
  62. [INFO]
  63. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-api-pre2.2 ---
  64. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\target\coreapps-api-pre2.2-1.23.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api-pre2.2\1.23.0-SNAPSHOT\coreapps-api-pre2.2-1.23.0-SNAPSHOT.jar
  65. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-pre2.2\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api-pre2.2\1.23.0-SNAPSHOT\coreapps-api-pre2.2-1.23.0-SNAPSHOT.pom
  66. [INFO]
  67. [INFO] ------------------< org.openmrs.module:coreapps-api >-------------------
  68. [INFO] Building Core Apps Module API 1.23.0-SNAPSHOT [3/7]
  69. [INFO] --------------------------------[ jar ]---------------------------------
  70. [INFO]
  71. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api ---
  72. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\target
  73. [INFO]
  74. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api ---
  75. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  76. [INFO] Copying 22 resources
  77. [INFO]
  78. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-api ---
  79. [INFO] Changes detected - recompiling the module!
  80. [INFO] Compiling 20 source files to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\target\classes
  81. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Some input files use or override a deprecated API.
  82. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Recompile with -Xlint:deprecation for details.
  83. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Some input files use unchecked or unsafe operations.
  84. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Recompile with -Xlint:unchecked for details.
  85. [INFO]
  86. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api ---
  87. [INFO] Not copying test resources
  88. [INFO]
  89. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-api ---
  90. [INFO] Not compiling test sources
  91. [INFO]
  92. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ coreapps-api ---
  93. [INFO] Tests are skipped.
  94. [INFO]
  95. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api ---
  96. [INFO] Building jar: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\target\coreapps-api-1.23.0-SNAPSHOT.jar
  97. [INFO]
  98. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-api ---
  99. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\target\coreapps-api-1.23.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api\1.23.0-SNAPSHOT\coreapps-api-1.23.0-SNAPSHOT.jar
  100. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api\1.23.0-SNAPSHOT\coreapps-api-1.23.0-SNAPSHOT.pom
  101. [INFO]
  102. [INFO] ----------------< org.openmrs.module:coreapps-web-1.9 >-----------------
  103. [INFO] Building coreapps Module web 1.9 1.23.0-SNAPSHOT [4/7]
  104. [INFO] --------------------------------[ jar ]---------------------------------
  105. [INFO]
  106. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-1.9 ---
  107. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\target
  108. [INFO]
  109. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-1.9 ---
  110. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  111. [INFO] skip non existing resourceDirectory C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\src\main\resources
  112. [INFO]
  113. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-1.9 ---
  114. [INFO] Changes detected - recompiling the module!
  115. [INFO] Compiling 3 source files to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\target\classes
  116. [INFO]
  117. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-1.9 ---
  118. [INFO] Not copying test resources
  119. [INFO]
  120. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-1.9 ---
  121. [INFO] Not compiling test sources
  122. [INFO]
  123. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ coreapps-web-1.9 ---
  124. [INFO] Tests are skipped.
  125. [INFO]
  126. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-1.9 ---
  127. [INFO] Building jar: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\target\coreapps-web-1.9-1.23.0-SNAPSHOT.jar
  128. [INFO]
  129. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-1.9 ---
  130. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\target\coreapps-web-1.9-1.23.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-web-1.9\1.23.0-SNAPSHOT\coreapps-web-1.9-1.23.0-SNAPSHOT.jar
  131. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-1.9\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-web-1.9\1.23.0-SNAPSHOT\coreapps-web-1.9-1.23.0-SNAPSHOT.pom
  132. [INFO]
  133. [INFO] ----------------< org.openmrs.module:coreapps-web-2.0 >-----------------
  134. [INFO] Building coreapps Module web 2.0 1.23.0-SNAPSHOT [5/7]
  135. [INFO] --------------------------------[ jar ]---------------------------------
  136. [INFO]
  137. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-2.0 ---
  138. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\target
  139. [INFO]
  140. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-2.0 ---
  141. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  142. [INFO] skip non existing resourceDirectory C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\src\main\resources
  143. [INFO]
  144. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-2.0 ---
  145. [INFO] Changes detected - recompiling the module!
  146. [INFO] Compiling 3 source files to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\target\classes
  147. [INFO]
  148. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-2.0 ---
  149. [INFO] Not copying test resources
  150. [INFO]
  151. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-2.0 ---
  152. [INFO] Not compiling test sources
  153. [INFO]
  154. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ coreapps-web-2.0 ---
  155. [INFO] Tests are skipped.
  156. [INFO]
  157. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-2.0 ---
  158. [INFO] Building jar: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\target\coreapps-web-2.0-1.23.0-SNAPSHOT.jar
  159. [INFO]
  160. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-2.0 ---
  161. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\target\coreapps-web-2.0-1.23.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-web-2.0\1.23.0-SNAPSHOT\coreapps-web-2.0-1.23.0-SNAPSHOT.jar
  162. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\web-2.0\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-web-2.0\1.23.0-SNAPSHOT\coreapps-web-2.0-1.23.0-SNAPSHOT.pom
  163. [INFO]
  164. [INFO] ----------------< org.openmrs.module:coreapps-api-2.2 >-----------------
  165. [INFO] Building Core Apps Module API 2.2 1.23.0-SNAPSHOT [6/7]
  166. [INFO] --------------------------------[ jar ]---------------------------------
  167. [INFO]
  168. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api-2.2 ---
  169. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\target
  170. [INFO]
  171. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api-2.2 ---
  172. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  173. [INFO] skip non existing resourceDirectory C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\src\main\resources
  174. [INFO]
  175. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-api-2.2 ---
  176. [INFO] Changes detected - recompiling the module!
  177. [INFO] Compiling 1 source file to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\target\classes
  178. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\src\main\java\org\openmrs\module\coreapps\htmlformentry\EncounterDiagnosesElement.java uses or overrides a deprecated API.
  179. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: Recompile with -Xlint:deprecation for details.
  180. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\src\main\java\org\openmrs\module\coreapps\htmlformentry\EncounterDiagnosesElement.java uses unchecked or unsafe operations.
  181. [WARNING] /C:/Users/hp/Desktop/GSoC new/openmrs-module-coreapps/api-2.2/src/main/java/org/openmrs/module/coreapps/htmlformentry/EncounterDiagnosesElement.java: Recompile with -Xlint:unchecked for details.
  182. [INFO]
  183. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api-2.2 ---
  184. [INFO] Not copying test resources
  185. [INFO]
  186. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-api-2.2 ---
  187. [INFO] Not compiling test sources
  188. [INFO]
  189. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ coreapps-api-2.2 ---
  190. [INFO] Tests are skipped.
  191. [INFO]
  192. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api-2.2 ---
  193. [INFO] Building jar: C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\target\coreapps-api-2.2-1.23.0-SNAPSHOT.jar
  194. [INFO]
  195. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-api-2.2 ---
  196. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\target\coreapps-api-2.2-1.23.0-SNAPSHOT.jar to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api-2.2\1.23.0-SNAPSHOT\coreapps-api-2.2-1.23.0-SNAPSHOT.jar
  197. [INFO] Installing C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api-2.2\pom.xml to C:\Users\hp\.m2\repository\org\openmrs\module\coreapps-api-2.2\1.23.0-SNAPSHOT\coreapps-api-2.2-1.23.0-SNAPSHOT.pom
  198. [INFO]
  199. [INFO] ------------------< org.openmrs.module:coreapps-omod >------------------
  200. [INFO] Building Core Apps Module OMOD 1.23.0-SNAPSHOT [7/7]
  201. [INFO] --------------------------------[ jar ]---------------------------------
  202. [INFO]
  203. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-omod ---
  204. [INFO] Deleting C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\omod\target
  205. [INFO]
  206. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ coreapps-omod ---
  207. [INFO]
  208. [INFO] --- frontend-maven-plugin:1.4:install-node-and-npm (install node and npm) @ coreapps-omod ---
  209. [INFO] Node v6.10.0 is already installed.
  210. [INFO]
  211. [INFO] --- frontend-maven-plugin:1.4:npm (npm install) @ coreapps-omod ---
  212. [INFO] Running 'npm install --no-optional' in C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps
  213. [INFO]
  214. [INFO] > gmsmith@0.4.5 preinstall C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node_modules\.staging\gmsmith-719042d6
  215. [INFO] > gm -version || convert -version
  216. [ERROR] 'gm' is not recognized as an internal or external command,
  217. [ERROR] operable program or batch file.
  218. [INFO]
  219. [ERROR] Invalid drive specification.
  220. [INFO]
  221. [INFO] > canvas@1.1.6 install C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node_modules\canvas
  222. [INFO] > node-gyp rebuild
  223. [INFO]
  224. [INFO]
  225. [INFO] C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node_modules\canvas>if not defined npm_config_node_gyp (node "C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild )
  226. [ERROR] gyp ERR! configure error
  227. [ERROR] gyp ERR! stack Error: Python executable "C:\Users\hp\AppData\Local\Programs\Python\Python37-32\python.EXE" is v3.7.1, which is not supported by gyp.
  228. [ERROR] gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
  229. [ERROR] gyp ERR! stack at failPythonVersion (C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node\node_modules\npm\node_modules\node-gyp\lib\configure.js:454:14)
  230. [ERROR] gyp ERR! stack at C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node\node_modules\npm\node_modules\node-gyp\lib\configure.js:443:9
  231. [ERROR] gyp ERR! stack at ChildProcess.exithandler (child_process.js:197:7)
  232. [ERROR] gyp ERR! stack at emitTwo (events.js:106:13)
  233. [ERROR] gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  234. [ERROR] gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
  235. [ERROR] gyp ERR! stack at Socket.<anonymous> (internal/child_process.js:334:11)
  236. [ERROR] gyp ERR! stack at emitOne (events.js:96:13)
  237. [ERROR] gyp ERR! stack at Socket.emit (events.js:188:7)
  238. [ERROR] gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:498:12)
  239. [ERROR] gyp ERR! System Windows_NT 10.0.17134
  240. [ERROR] gyp ERR! command "C:\\Users\\hp\\Desktop\\GSoC new\\openmrs-module-coreapps\\node\\node.exe" "C:\\Users\\hp\\Desktop\\GSoC new\\openmrs-module-coreapps\\node\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  241. [ERROR] gyp ERR! cwd C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\node_modules\canvas
  242. [ERROR] gyp ERR! node -v v6.10.0
  243. [ERROR] gyp ERR! node-gyp -v v3.4.0
  244. [ERROR] gyp ERR! not ok
  245. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
  246. [WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  247. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: gmsmith@0.4.5 (node_modules\gmsmith):
  248. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: gmsmith@0.4.5 preinstall: `gm -version || convert -version`
  249. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 4
  250. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.1.6 (node_modules\canvas):
  251. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.1.6 install: `node-gyp rebuild`
  252. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  253. [INFO]
  254. [INFO] --- frontend-maven-plugin:1.4:npm (npm run build) @ coreapps-omod ---
  255. [INFO] Running 'npm run build' in C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps
  256. [INFO]
  257. [INFO] > angularjs-coreapps@1.0.0 build C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps
  258. [INFO] > rimraf %npm_package_config_targetDir% && rimraf $npm_package_config_targetDir && karma start && webpack --progress --colors --env=prod
  259. [INFO]
  260. [INFO] webpack: wait until bundle finished:
  261. [INFO]
  262. [INFO] webpack: Compiled successfully.
  263. [INFO] 24 05 2019 22:18:49.466:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
  264. [INFO] 24 05 2019 22:18:49.471:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
  265. [INFO] 24 05 2019 22:18:49.482:INFO [launcher]: Starting browser PhantomJS
  266. [INFO] 24 05 2019 22:18:53.012:INFO [PhantomJS 2.1.1 (Windows 8.0.0)]: Connected on socket i2iXSXB7eLVuAffhAAAA with id 77907427
  267. PhantomJS 2.1.1 (Windows 8.0.0): Executed 3 of 3 SUCCESS (0.009 secs / 0.106 secs)
  268. [INFO] Hash: b9ca60f5d0dbdbb8d4f6
  269. [INFO] Version: webpack 2.7.0
  270. [INFO] Time: 70286ms
  271. [INFO] Asset Size Chunks Chunk Names
  272. [INFO] coreapps.dashboardwidgets.js 80.2 kB 0 [emitted] dashboardwidgets
  273. [INFO] coreapps.vendor.js 803 kB 1 [emitted] [big] vendor
  274. [INFO] coreapps.dashboardwidgets.js.map 354 kB 0 [emitted] dashboardwidgets
  275. [INFO] coreapps.vendor.js.map 6.91 MB 1 [emitted] vendor
  276. [INFO] [2] ./~/angular/index.js 48 bytes {1} [built]
  277. [INFO] [3] ./~/@openmrs/angularjs-openmrs-api/lib/index.js 19.3 kB {1} [built]
  278. [INFO] [137] ./omod/src/main/web/dashboardwidgets/dataintegrityviolations/index.js 770 bytes {0} [built]
  279. [INFO] [138] ./omod/src/main/web/dashboardwidgets/latestobsforconceptlist/index.js 933 bytes {0} [built]
  280. [INFO] [139] ./omod/src/main/web/dashboardwidgets/obsacrossencounters/index.js 905 bytes {0} [built]
  281. [INFO] [140] ./omod/src/main/web/dashboardwidgets/obsgraph/index.js 1.21 kB {0} [built]
  282. [INFO] [141] ./omod/src/main/web/dashboardwidgets/programs/index.js 694 bytes {0} [built]
  283. [INFO] [142] ./omod/src/main/web/dashboardwidgets/programstatistics/index.js 760 bytes {0} [built]
  284. [INFO] [143] ./omod/src/main/web/dashboardwidgets/programstatus/index.js 855 bytes {0} [built]
  285. [INFO] [144] ./omod/src/main/web/dashboardwidgets/relationships/index.js 870 bytes {0} [built]
  286. [INFO] [145] ./omod/src/main/web/dashboardwidgets/visitbyencountertype/index.js 912 bytes {0} [built]
  287. [INFO] [165] ./omod/src/main/web/dashboardwidgets/index.js 2.65 kB {0} [built]
  288. [INFO] [168] ./omod/src/main/web/dashboardwidgets/obsacrossencounters/obsacrossencounters.component.js 771 bytes {0} [built]
  289. [INFO] [172] ./omod/src/main/web/dashboardwidgets/programs/programs.component.js 841 bytes {0} [built]
  290. [INFO] [174] ./omod/src/main/web/dashboardwidgets/programstatistics/programstatistics.component.js 967 bytes {0} [built]
  291. [INFO] + 248 hidden modules
  292. [INFO]
  293. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ coreapps-omod ---
  294. [INFO] Unpacking C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\api\target\coreapps-api-1.23.0-SNAPSHOT.jar to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\omod\target\classes with includes "**/*" and excludes ""
  295. [INFO]
  296. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ coreapps-omod ---
  297. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:2.3.0:zip
  298. [INFO] Unpacking C:\Users\hp\.m2\repository\org\openmrs\module\uicommons-scss\2.3.0\uicommons-scss-2.3.0.zip to C:\Users\hp\Desktop\GSoC new\openmrs-module-coreapps\omod\src\main\compass\sass-external with includes "" and excludes ""
  299. [INFO]
  300. [INFO] --- gem-maven-plugin:1.1.7:exec (default) @ coreapps-omod ---
  301. [INFO] Error opening script file: C:/Users/hp/Desktop/GSoC (Access is denied)
  302. [INFO] ------------------------------------------------------------------------
  303. [INFO] Reactor Summary for Core Apps Module 1.23.0-SNAPSHOT:
  304. [INFO]
  305. [INFO] Core Apps Module ................................... SUCCESS [ 0.306 s]
  306. [INFO] Core Apps Module API-pre2.2 ........................ SUCCESS [ 3.975 s]
  307. [INFO] Core Apps Module API ............................... SUCCESS [ 2.640 s]
  308. [INFO] coreapps Module web 1.9 ............................ SUCCESS [ 0.764 s]
  309. [INFO] coreapps Module web 2.0 ............................ SUCCESS [ 1.007 s]
  310. [INFO] Core Apps Module API 2.2 ........................... SUCCESS [ 1.621 s]
  311. [INFO] Core Apps Module OMOD .............................. FAILURE [02:29 min]
  312. [INFO] ------------------------------------------------------------------------
  313. [INFO] BUILD FAILURE
  314. [INFO] ------------------------------------------------------------------------
  315. [INFO] Total time: 02:41 min
  316. [INFO] Finished at: 2019-05-24T22:20:07+05:30
  317. [INFO] ------------------------------------------------------------------------
  318. [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.7:exec (default) on project coreapps-omod: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.1.7:exec failed: Java returned: 1 -> [Help 1]
  319. [ERROR]
  320. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  321. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  322. [ERROR]
  323. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  324. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  325. [ERROR]
  326. [ERROR] After correcting the problems, you can resume the build with the command
  327. [ERROR] mvn <goals> -rf :coreapps-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement