Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.38 KB | None | 0 0
  1. Shivangs-MacBook-Air:openmrs-module-coreapps shivang$ mvn clean install
  2. [INFO] Scanning for projects...
  3. Downloading: https://dl.bintray.com/openmrs/maven/de/saumya/mojo/gem-maven-plugin/maven-metadata.xml
  4. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/de/saumya/mojo/gem-maven-plugin/maven-metadata.xml
  5. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/de/saumya/mojo/gem-maven-plugin/maven-metadata.xml (1.8 kB at 788 B/s)
  6. [WARNING]
  7. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:coreapps-omod:jar:1.15.0-SNAPSHOT
  8. [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], /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/pom.xml, line 417, column 21
  9. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ org.openmrs.module:coreapps-omod:[unknown-version], /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/pom.xml, line 443, column 21
  10. [WARNING]
  11. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  12. [WARNING]
  13. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  14. [WARNING]
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Reactor Build Order:
  17. [INFO]
  18. [INFO] Core Apps Module
  19. [INFO] Core Apps Module API
  20. [INFO] coreapps Module web 1.9
  21. [INFO] coreapps Module web 2.0
  22. [INFO] Core Apps Module OMOD
  23. [INFO]
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Building Core Apps Module 1.15.0-SNAPSHOT
  26. [INFO] ------------------------------------------------------------------------
  27. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  28. Downloading: https://dl.bintray.com/openmrs/maven/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  29. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (990 B at 1.1 kB/s)
  30. [INFO]
  31. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps ---
  32. [INFO]
  33. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps ---
  34. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/pom.xml to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps/1.15.0-SNAPSHOT/coreapps-1.15.0-SNAPSHOT.pom
  35. [INFO]
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Building Core Apps Module API 1.15.0-SNAPSHOT
  38. [INFO] ------------------------------------------------------------------------
  39. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/providermanagement-api/2.6.1-SNAPSHOT/maven-metadata.xml
  40. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/providermanagement-api/2.6.1-SNAPSHOT/maven-metadata.xml
  41. Downloading: https://dl.bintray.com/openmrs/maven/org/openmrs/module/providermanagement-api/2.6.1-SNAPSHOT/maven-metadata.xml
  42. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/providermanagement-api/2.6.1-SNAPSHOT/maven-metadata.xml (352 B at 310 B/s)
  43. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/providermanagement/2.6.1-SNAPSHOT/maven-metadata.xml
  44. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/providermanagement/2.6.1-SNAPSHOT/maven-metadata.xml
  45. Downloading: https://dl.bintray.com/openmrs/maven/org/openmrs/module/providermanagement/2.6.1-SNAPSHOT/maven-metadata.xml
  46. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/providermanagement/2.6.1-SNAPSHOT/maven-metadata.xml (348 B at 377 B/s)
  47. [INFO]
  48. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api ---
  49. [INFO] Deleting /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target
  50. [INFO]
  51. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api ---
  52. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  53. [INFO] Copying 7 resources
  54. [INFO]
  55. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-api ---
  56. [INFO] Changes detected - recompiling the module!
  57. [INFO] Compiling 18 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/classes
  58. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Some input files use or override a deprecated API.
  59. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Recompile with -Xlint:deprecation for details.
  60. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Some input files use unchecked or unsafe operations.
  61. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/utils/VisitTypeHelper.java: Recompile with -Xlint:unchecked for details.
  62. [INFO]
  63. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api ---
  64. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  65. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/src/test/resources
  66. [INFO]
  67. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-api ---
  68. [INFO] Changes detected - recompiling the module!
  69. [INFO] Compiling 4 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/test-classes
  70. [INFO]
  71. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-api ---
  72. [INFO] Surefire report directory: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/surefire-reports
  73.  
  74. -------------------------------------------------------
  75. T E S T S
  76. -------------------------------------------------------
  77. Running org.openmrs.module.coreapps.htmlformentry.CodedOrFreeTextAnswerListWidgetTest
  78. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec
  79. Running org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesElementTest
  80. ERROR - Context.getServiceContext(260) |2017-06-27 01:04:06,518| serviceContext is null. Creating new ServiceContext()
  81. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec
  82. Running org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesTagHandlerTest
  83. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
  84. Running org.openmrs.module.coreapps.parser.ParseEncounterToJsonTest
  85. SLF4J: Class path contains multiple SLF4J bindings.
  86. SLF4J: Found binding in [jar:file:/Users/interviewbit/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  87. SLF4J: Found binding in [jar:file:/Users/interviewbit/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  88. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  89. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.218 sec
  90.  
  91. Results :
  92.  
  93. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
  94.  
  95. [INFO]
  96. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api ---
  97. [INFO] Building jar: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/coreapps-api-1.15.0-SNAPSHOT.jar
  98. [INFO]
  99. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-api ---
  100. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/coreapps-api-1.15.0-SNAPSHOT.jar to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-api/1.15.0-SNAPSHOT/coreapps-api-1.15.0-SNAPSHOT.jar
  101. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/pom.xml to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-api/1.15.0-SNAPSHOT/coreapps-api-1.15.0-SNAPSHOT.pom
  102. [INFO]
  103. [INFO] ------------------------------------------------------------------------
  104. [INFO] Building coreapps Module web 1.9 1.15.0-SNAPSHOT
  105. [INFO] ------------------------------------------------------------------------
  106. [INFO]
  107. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-1.9 ---
  108. [INFO] Deleting /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/target
  109. [INFO]
  110. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-1.9 ---
  111. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  112. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/src/main/resources
  113. [INFO]
  114. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-1.9 ---
  115. [INFO] Changes detected - recompiling the module!
  116. [INFO] Compiling 3 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/target/classes
  117. [INFO]
  118. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-1.9 ---
  119. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  120. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/src/test/resources
  121. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/src/test/resources
  122. [INFO]
  123. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-1.9 ---
  124. [INFO] No sources to compile
  125. [INFO]
  126. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-web-1.9 ---
  127. [INFO] No tests to run.
  128. [INFO]
  129. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-1.9 ---
  130. [INFO] Building jar: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/target/coreapps-web-1.9-1.15.0-SNAPSHOT.jar
  131. [INFO]
  132. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-1.9 ---
  133. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/target/coreapps-web-1.9-1.15.0-SNAPSHOT.jar to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-web-1.9/1.15.0-SNAPSHOT/coreapps-web-1.9-1.15.0-SNAPSHOT.jar
  134. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-1.9/pom.xml to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-web-1.9/1.15.0-SNAPSHOT/coreapps-web-1.9-1.15.0-SNAPSHOT.pom
  135. [INFO]
  136. [INFO] ------------------------------------------------------------------------
  137. [INFO] Building coreapps Module web 2.0 1.15.0-SNAPSHOT
  138. [INFO] ------------------------------------------------------------------------
  139. [INFO]
  140. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-2.0 ---
  141. [INFO] Deleting /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/target
  142. [INFO]
  143. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-2.0 ---
  144. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  145. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/src/main/resources
  146. [INFO]
  147. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-2.0 ---
  148. [INFO] Changes detected - recompiling the module!
  149. [INFO] Compiling 3 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/target/classes
  150. [INFO]
  151. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-2.0 ---
  152. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  153. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/src/test/resources
  154. [INFO] skip non existing resourceDirectory /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/src/test/resources
  155. [INFO]
  156. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-2.0 ---
  157. [INFO] No sources to compile
  158. [INFO]
  159. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-web-2.0 ---
  160. [INFO] No tests to run.
  161. [INFO]
  162. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-2.0 ---
  163. [INFO] Building jar: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/target/coreapps-web-2.0-1.15.0-SNAPSHOT.jar
  164. [INFO]
  165. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-2.0 ---
  166. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/target/coreapps-web-2.0-1.15.0-SNAPSHOT.jar to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-web-2.0/1.15.0-SNAPSHOT/coreapps-web-2.0-1.15.0-SNAPSHOT.jar
  167. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/web-2.0/pom.xml to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-web-2.0/1.15.0-SNAPSHOT/coreapps-web-2.0-1.15.0-SNAPSHOT.pom
  168. [INFO]
  169. [INFO] ------------------------------------------------------------------------
  170. [INFO] Building Core Apps Module OMOD 1.15.0-SNAPSHOT
  171. [INFO] ------------------------------------------------------------------------
  172. Downloading: https://dl.bintray.com/openmrs/maven/rubygems/chunky_png/maven-metadata.xml
  173. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/rubygems/chunky_png/maven-metadata.xml
  174. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/rubygems/chunky_png/maven-metadata.xml
  175. Downloading: https://repo.maven.apache.org/maven2/rubygems/chunky_png/maven-metadata.xml
  176. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/rubygems/chunky_png/maven-metadata.xml (346 B at 162 B/s)
  177. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/rubygems/chunky_png/maven-metadata.xml (346 B at 87 B/s)
  178. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/rubygems/fssm/maven-metadata.xml
  179. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/rubygems/fssm/maven-metadata.xml
  180. Downloading: https://repo.maven.apache.org/maven2/rubygems/fssm/maven-metadata.xml
  181. Downloading: https://dl.bintray.com/openmrs/maven/rubygems/fssm/maven-metadata.xml
  182. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/rubygems/fssm/maven-metadata.xml (367 B at 414 B/s)
  183. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/rubygems/fssm/maven-metadata.xml (367 B at 394 B/s)
  184. [INFO]
  185. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-omod ---
  186. [INFO] Deleting /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target
  187. [INFO]
  188. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ coreapps-omod ---
  189. [INFO]
  190. [INFO] --- frontend-maven-plugin:1.4:install-node-and-npm (install node and npm) @ coreapps-omod ---
  191. [INFO] Node v6.10.0 is already installed.
  192. [INFO]
  193. [INFO] --- frontend-maven-plugin:1.4:npm (npm install) @ coreapps-omod ---
  194. [INFO] Running 'npm install --no-optional' in /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps
  195. [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  196. [WARNING] npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
  197. [WARNING] npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  198. [WARNING] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
  199. [WARNING] npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
  200. [WARNING] npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
  201. [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  202. [WARNING] npm WARN deprecated pangyp@2.3.3: use node-gyp@3+ instead
  203. [WARNING] npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
  204. [INFO] angularjs-coreapps@1.0.0 /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps
  205. [INFO] └─┬ webpack@2.6.1
  206. [INFO] ├── async@2.5.0
  207. [INFO] └─┬ watchpack@1.3.1
  208. [INFO] └── async@2.5.0
  209. [INFO]
  210. [INFO]
  211. [INFO] --- frontend-maven-plugin:1.4:npm (npm run build) @ coreapps-omod ---
  212. [INFO] Running 'npm run build' in /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps
  213. [INFO]
  214. [INFO] > angularjs-coreapps@1.0.0 build /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps
  215. [INFO] > rimraf %npm_package_config_targetDir% && rimraf $npm_package_config_targetDir && karma start && webpack --progress --colors --env=prod
  216. [INFO]
  217. [INFO] webpack: wait until bundle finished:
  218. [INFO]
  219. [INFO] webpack: Compiled successfully.
  220. [INFO] 27 06 2017 01:06:28.024:INFO [karma]: Karma v1.7.0 server started at http://0.0.0.0:9876/
  221. [INFO] 27 06 2017 01:06:28.028:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
  222. [INFO] 27 06 2017 01:06:28.080:INFO [launcher]: Starting browser PhantomJS
  223. [INFO] 27 06 2017 01:06:29.809:INFO [PhantomJS 2.1.1 (Mac OS X 0.0.0)]: Connected on socket vpSm0qbXgBY27-W3AAAA with id 50985359
  224. PhantomJS 2.1.1 (Mac OS X 0.0.0): Executed 2 of 2 SUCCESS (0.006 secs / 0.084 secs)
  225. [INFO] Hash: 4e25115a3dd2ddf84477
  226. [INFO] Version: webpack 2.6.1
  227. [INFO] Time: 42392ms
  228. [INFO] Asset Size Chunks Chunk Names
  229. [INFO] coreapps.dashboardwidgets.js 55.6 kB 0 [emitted] dashboardwidgets
  230. [INFO] coreapps.vendor.js 627 kB 1 [emitted] [big] vendor
  231. [INFO] coreapps.dashboardwidgets.js.map 214 kB 0 [emitted] dashboardwidgets
  232. [INFO] coreapps.vendor.js.map 5.62 MB 1 [emitted] vendor
  233. [INFO] [1] ./~/angular/index.js 48 bytes {1} [built]
  234. [INFO] [2] ./~/@openmrs/angularjs-openmrs-api/lib/index.js 17.7 kB {1} [built]
  235. [INFO] [126] ./omod/src/main/web/dashboardwidgets/dataintegrityviolations/index.js 770 bytes {0} [built]
  236. [INFO] [127] ./omod/src/main/web/dashboardwidgets/latestobsforconceptlist/index.js 933 bytes {0} [built]
  237. [INFO] [128] ./omod/src/main/web/dashboardwidgets/obsacrossencounters/index.js 905 bytes {0} [built]
  238. [INFO] [129] ./omod/src/main/web/dashboardwidgets/obsgraph/index.js 1.14 kB {0} [built]
  239. [INFO] [130] ./omod/src/main/web/dashboardwidgets/programs/index.js 663 bytes {0} [built]
  240. [INFO] [131] ./omod/src/main/web/dashboardwidgets/programstatus/index.js 869 bytes {0} [built]
  241. [INFO] [132] ./omod/src/main/web/dashboardwidgets/relationships/index.js 839 bytes {0} [built]
  242. [INFO] [133] ./omod/src/main/web/dashboardwidgets/visitbyencountertype/index.js 912 bytes {0} [built]
  243. [INFO] [141] ./~/angular-ui-bootstrap/src/datepickerPopup/index.js 148 bytes {1} [built]
  244. [INFO] [160] ./omod/src/main/web/dashboardwidgets/dataintegrityviolations/dataintegrityviolations.component.js 830 bytes {0} [built]
  245. [INFO] [162] ./omod/src/main/web/dashboardwidgets/index.js 2.49 kB {0} [built]
  246. [INFO] [163] ./omod/src/main/web/dashboardwidgets/latestobsforconceptlist/latestobsforconceptlist.component.js 842 bytes {0} [built]
  247. [INFO] [165] ./omod/src/main/web/dashboardwidgets/obsacrossencounters/obsacrossencounters.component.js 771 bytes {0} [built]
  248. [INFO] + 223 hidden modules
  249. [INFO]
  250. [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ coreapps-omod ---
  251. [INFO] Unpacking /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/api/target/coreapps-api-1.15.0-SNAPSHOT.jar to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/classes with includes "**/*" and excludes ""
  252. [INFO]
  253. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ coreapps-omod ---
  254. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:2.3.0:zip
  255. [INFO] Unpacking /Users/interviewbit/.m2/repository/org/openmrs/module/uicommons-scss/2.3.0/uicommons-scss-2.3.0.zip to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/main/compass/sass-external with includes "" and excludes ""
  256. [INFO]
  257. [INFO] --- gem-maven-plugin:1.1.5:exec (default) @ coreapps-omod ---
  258. [INFO] unchanged src/main/compass/sass/bootstrap.scss
  259. [INFO] unchanged src/main/compass/sass/encounterToggle.scss
  260. [INFO] unchanged src/main/compass/sass/patientHeader.scss
  261. [INFO] unchanged src/main/compass/sass/adt/awaitingAdmission.scss
  262. [INFO] unchanged src/main/compass/sass/adt/inpatient.scss
  263. [INFO] unchanged src/main/compass/sass/clinicianfacing/patient.scss
  264. [INFO] unchanged src/main/compass/sass/datamanagement/mergePatients.scss
  265. [INFO] unchanged src/main/compass/sass/diagnoses/encounterDiagnoses.scss
  266. [INFO] unchanged src/main/compass/sass/htmlformentry/codedOrFreeTextAnswerList.scss
  267. [INFO] unchanged src/main/compass/sass/markpatientdead/markPatientDead.scss
  268. [INFO] unchanged src/main/compass/sass/patientdashboard/patientDashboard.scss
  269. [INFO] unchanged src/main/compass/sass/patientsearch/patientSearchWidget.scss
  270. [INFO] unchanged src/main/compass/sass/providermanagement/providermanagement.scss
  271. [INFO] unchanged src/main/compass/sass/relationships/list.scss
  272. [INFO] unchanged src/main/compass/sass/stickynote/stickyNoteIcon.scss
  273. [INFO] unchanged src/main/compass/sass/visit/visits.scss
  274. [INFO]
  275. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-omod ---
  276. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  277. [INFO] Copying 19 resources
  278. [INFO] Copying 94 resources to web/module
  279. [INFO] Copying 0 resource to web/module
  280. [INFO] Copying 94 resources to web/module
  281. [INFO]
  282. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-omod ---
  283. [INFO] Changes detected - recompiling the module!
  284. [INFO] Compiling 44 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/classes
  285. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/visit/RetrospectiveVisitFragmentController.java: Some input files use or override a deprecated API.
  286. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/visit/RetrospectiveVisitFragmentController.java: Recompile with -Xlint:deprecation for details.
  287. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/dashboardwidgets/CustomLinksWidgetFragmentController.java: Some input files use unchecked or unsafe operations.
  288. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/dashboardwidgets/CustomLinksWidgetFragmentController.java: Recompile with -Xlint:unchecked for details.
  289. [INFO]
  290. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-omod ---
  291. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  292. [INFO] Copying 6 resources
  293. [INFO] Copying 0 resource
  294. [INFO] Copying 2015 resources
  295. [INFO]
  296. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-omod ---
  297. [INFO] Changes detected - recompiling the module!
  298. [INFO] Compiling 11 source files to /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/test-classes
  299. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/test/java/org/openmrs/module/coreapps/fragment/controller/visit/VisitDetailsFragmentControllerTest.java: Some input files use or override a deprecated API.
  300. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/test/java/org/openmrs/module/coreapps/fragment/controller/visit/VisitDetailsFragmentControllerTest.java: Recompile with -Xlint:deprecation for details.
  301. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/test/java/org/openmrs/module/coreapps/fragment/controller/diagnosis/EncounterDiagnosesFragmentControllerTest.java: Some input files use unchecked or unsafe operations.
  302. [WARNING] /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/src/test/java/org/openmrs/module/coreapps/fragment/controller/diagnosis/EncounterDiagnosesFragmentControllerTest.java: Recompile with -Xlint:unchecked for details.
  303. [INFO]
  304. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-omod ---
  305. [INFO] Surefire report directory: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/surefire-reports
  306.  
  307. -------------------------------------------------------
  308. T E S T S
  309. -------------------------------------------------------
  310. Running org.openmrs.module.coreapps.AppTest
  311. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 sec
  312. Running org.openmrs.module.coreapps.fragment.controller.diagnosis.EncounterDiagnosesFragmentControllerTest
  313. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
  314. Running org.openmrs.module.coreapps.fragment.controller.patientdashboard.ContactInfoFragmentControllerTest
  315. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
  316. Running org.openmrs.module.coreapps.fragment.controller.visit.ParserEncounterIntoSimpleObjectsTest
  317. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec
  318. Running org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest
  319. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
  320. Running org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentControllerTest
  321. ERROR - RetrospectiveVisitFragmentController.create(76) |2017-06-27 01:07:35,432| Unable to add retrospective visit
  322. java.lang.NullPointerException
  323. at org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentController.create(RetrospectiveVisitFragmentController.java:57)
  324. at org.openmrs.module.coreapps.fragment.controller.visit.RetrospectiveVisitFragmentControllerTest.test_shouldSetEndDateToCurrentTimeIfEndDateIsCurrentDay(RetrospectiveVisitFragmentControllerTest.java:160)
  325. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  326. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  327. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  328. at java.lang.reflect.Method.invoke(Method.java:498)
  329. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  330. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  331. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  332. at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  333. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  334. at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  335. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  336. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  337. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  338. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  339. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  340. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  341. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  342. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  343. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  344. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  345. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  346. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  347. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  348. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  349. at java.lang.reflect.Method.invoke(Method.java:498)
  350. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  351. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  352. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  353. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  354. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  355. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
  356. Running org.openmrs.module.coreapps.fragment.controller.visit.VisitDatesFragmentControllerTest
  357. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
  358. Running org.openmrs.module.coreapps.fragment.controller.visit.VisitDetailsFragmentControllerTest
  359. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
  360. Running org.openmrs.module.coreapps.htmlformentry.CodedOrFreeTextObsTagHandlerComponentTest
  361. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.248 sec
  362. Running org.openmrs.module.coreapps.htmlformentry.EncounterDiagnosesTagHandlerComponentTest
  363. <div class="htmlform">
  364. Date: <span id='encounterDate'><input type="text" size="10" id="w1-display"/><input type="hidden" name="w1" id="w1" /><script>setupDatePicker('dd/mm/yy', '110,20','en-GB', '#w1-display', '#w1', '2017-06-27')</script><span class="error field-error" style="display: none" id="w2"></span></span>
  365. Location: <span id='encounterLocation'><select id="w3" name="w3"><option value="">htmlformentry.chooseALocation</option><option value="1">Unknown Location</option><option value="2" selected="true">Xanadu</option></select><span class="error field-error" style="display: none" id="w4"></span></span>
  366. Provider: <span id='encounterProvider'><select id="w5" name="w5"><option value="" selected="true">htmlformentry.chooseAProvider</option><option value="502">Hippocrates of Cos</option></select><span class="error field-error" style="display: none" id="w6"></span></span>
  367.  
  368. <span class="error field-error" style="display: none" id="w8"></span>[[ included fragment coreapps.diagnosis/encounterDiagnoses here ]]
  369.  
  370. Encounter Type: <span id='encounterType'><select id="w9" name="w9">
  371. <option value="">htmlformentry.chooseEncounterType</option>
  372. <option value="2">Emergency</option>
  373. <option value="6">Laboratory</option>
  374. <option value="1">Scheduled</option></select><span class="error field-error" style="display: none" id="w10"></span></span>
  375.  
  376. <input type="button" class="submitButton" value="htmlformentry.saveChangesButton" onClick="submitHtmlForm()"/>
  377. </div>
  378. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 sec
  379. Running org.openmrs.module.coreapps.htmlformentry.EncounterDispositionTagHandlerComponentTest
  380. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 sec
  381.  
  382. Results :
  383.  
  384. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
  385.  
  386. [INFO]
  387. [INFO] >>> jasmine-maven-plugin:1.2.0.0:test (default) > jasmine-process-test-resources @ coreapps-omod >>>
  388. [INFO]
  389. [INFO] --- jasmine-maven-plugin:1.2.0.0:resources (default-resources) @ coreapps-omod ---
  390. [INFO] Processing JavaScript Sources
  391. [INFO]
  392. [INFO] --- jasmine-maven-plugin:1.2.0.0:generateManualRunner (default-generateManualRunner) @ coreapps-omod ---
  393. [INFO] Generating runner 'ManualSpecRunner.html' in the Jasmine plugin's target directory to open in a browser to facilitate faster feedback.
  394. [INFO] SpecRunnerTemplate DEFAULT
  395. [INFO]
  396. [INFO] --- jasmine-maven-plugin:1.2.0.0:testResources (default-testResources) @ coreapps-omod ---
  397. [INFO] Processing JavaScript Specs
  398. [INFO]
  399. [INFO] <<< jasmine-maven-plugin:1.2.0.0:test (default) < jasmine-process-test-resources @ coreapps-omod <<<
  400. [INFO]
  401. [INFO]
  402. [INFO] --- jasmine-maven-plugin:1.2.0.0:test (default) @ coreapps-omod ---
  403. [INFO] Executing Jasmine Specs
  404. [INFO]
  405. -------------------------------------------------------
  406. J A S M I N E S P E C S
  407. -------------------------------------------------------
  408. [INFO]
  409. Diagnoses library
  410. should setup correctly
  411. should handle free-text diagnosis
  412. should handle multiple free-text diagnoses
  413. should handle coded diagnosis with specific concept name
  414. should not allow two diagnoses of the same concept
  415. should allow two diagnoses of different concepts
  416. should get primary diagnoses
  417. should get secondary diagnoses
  418. should remove primary diagnosis and make the top secondary diagnosis primary
  419. should add multiple diagonses
  420.  
  421. Visit javascript functions
  422. should display the quick visit creation form dialog
  423.  
  424. Results: 11 specs, 0 failures
  425.  
  426. [INFO]
  427. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-omod ---
  428. [INFO] Building jar: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/coreapps-1.15.0-SNAPSHOT.jar
  429. [INFO]
  430. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ coreapps-omod ---
  431. [INFO] Packaging OpenMRS module
  432. [INFO] Building jar: /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/coreapps-1.15.0-SNAPSHOT.omod
  433. [INFO]
  434. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-omod ---
  435. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/target/coreapps-1.15.0-SNAPSHOT.omod to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-omod/1.15.0-SNAPSHOT/coreapps-omod-1.15.0-SNAPSHOT.jar
  436. [INFO] Installing /Users/interviewbit/Music/Openmrs/openmrs-module-coreapps/omod/pom.xml to /Users/interviewbit/.m2/repository/org/openmrs/module/coreapps-omod/1.15.0-SNAPSHOT/coreapps-omod-1.15.0-SNAPSHOT.pom
  437. [INFO] ------------------------------------------------------------------------
  438. [INFO] Reactor Summary:
  439. [INFO]
  440. [INFO] Core Apps Module ................................... SUCCESS [ 1.233 s]
  441. [INFO] Core Apps Module API ............................... SUCCESS [ 11.992 s]
  442. [INFO] coreapps Module web 1.9 ............................ SUCCESS [ 0.466 s]
  443. [INFO] coreapps Module web 2.0 ............................ SUCCESS [ 1.082 s]
  444. [INFO] Core Apps Module OMOD .............................. SUCCESS [04:14 min]
  445. [INFO] ------------------------------------------------------------------------
  446. [INFO] BUILD SUCCESS
  447. [INFO] ------------------------------------------------------------------------
  448. [INFO] Total time: 04:34 min
  449. [INFO] Finished at: 2017-06-27T01:08:25+05:30
  450. [INFO] Final Memory: 68M/369M
  451. [INFO] ------------------------------------------------------------------------
  452. Shivangs-MacBook-Air:openmrs-module-coreapps shivang$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement