Advertisement
Guest User

Jenkins build console output

a guest
Feb 15th, 2014
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.98 KB | None | 0 0
  1. Started by user anonymous
  2. [EnvInject] - Loading node environment variables.
  3. Building in workspace /var/lib/jenkins/jobs/java-utils-default/workspace
  4. Fetching changes from the remote Git repository
  5. Fetching upstream changes from https://bitbucket.org/mb720/utilities
  6. using .gitcredentials to set credentials
  7. Checking out Revision 40444ad736e02f32d62da39fdd8d9b6fd6f8c486 (origin/master)
  8. [EnvInject] - Executing scripts and injecting environment variables after the SCM step.
  9. [EnvInject] - Injecting as environment variables the properties file path '/var/lib/jenkins/jobs/java-utils-default/workspace/envVars.properties'
  10. [EnvInject] - Variables injected successfully.
  11. Starting xvnc
  12. [workspace] $ vncserver :37 -localhost -nolisten tcp
  13.  
  14. New 'siberut:37 (jenkins)' desktop is siberut:37
  15.  
  16. Starting applications specified in /var/lib/jenkins/.vnc/xstartup
  17. Log file is /var/lib/jenkins/.vnc/siberut:37.log
  18.  
  19. [Gradle] - Launching build.
  20. [workspace] $ /var/lib/jenkins/jobs/java-utils-default/workspace/gradlew -PsourceCompatability=1.7 -Pversion=0.1.0 -PprojectName=jutils clean test jacocoTestReport
  21. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
  22. :clean
  23. :compileJava
  24. :processResources
  25. :classes
  26. :compileTestJava
  27. :processTestResources
  28. :testClasses
  29. :test
  30. :jacocoTestReport
  31.  
  32. BUILD SUCCESSFUL
  33.  
  34. Total time: 29.576 secs
  35. Build step 'Invoke Gradle script' changed build result to SUCCESS
  36. [workspace] $ /var/lib/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/sonar_runner_2_3/bin/sonar-runner -Dsonar.projectBaseDir=/var/lib/jenkins/jobs/java-utils-default/workspace -Dsonar.sourceEncoding=UTF-8 -Dsonar.dynamicAnalysis=reuseReports -Dsonar.sources=./src/main/java -Dsonar.language=java -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.jacoco.reportPath=/var/lib/jenkins/jobs/java-utils-default/workspace/build/test-results/jacocoTest.exec -Dsonar.binaries=./build/classes/main -Dsonar.projectVersion=0.1.0 -Dsonar.projectKey=jutilsId -Dsonar.java.source=1.7 -Dsonar.projectName=jutils
  37. SonarQube Runner 2.3
  38. Java 1.7.0_21 Oracle Corporation (32-bit)
  39. Linux 3.10-2-486 i386
  40. INFO: Runner configuration file: /var/lib/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/sonar_runner_2_3/conf/sonar-runner.properties
  41. INFO: Project configuration file: NONE
  42. INFO: Default locale: "en_US", source code encoding: "UTF-8"
  43. INFO: Work directory: /var/lib/jenkins/jobs/java-utils-default/workspace/.sonar
  44. INFO: SonarQube Server 4.1.1
  45. 10:01:02.939 INFO - Load batch settings
  46. 10:01:03.282 INFO - User cache: /var/lib/jenkins/.sonar/cache
  47. 10:01:03.300 INFO - Install plugins
  48. 10:01:03.944 INFO - Install JDBC driver
  49. 10:01:03.967 WARN - H2 database should be used for evaluation purpose only
  50. 10:01:03.968 INFO - Create JDBC datasource for jdbc:h2:tcp://localhost/sonar
  51. 10:01:06.001 INFO - Initializing Hibernate
  52. 10:01:10.888 INFO - Load project settings
  53. 10:01:11.054 INFO - Apply project exclusions
  54. 10:01:11.426 INFO - ------------- Scan jutils
  55. 10:01:11.440 INFO - Load module settings
  56. 10:01:12.886 INFO - Quality profile : [name=Sonar way,language=java]
  57. 10:01:12.909 INFO - Excluded tests:
  58. 10:01:12.909 INFO - **/package-info.java
  59. 10:01:13.026 INFO - Index files
  60. 10:01:13.198 INFO - 18 files indexed
  61. 10:01:13.227 INFO - Loading technical debt model...
  62. 10:01:14.311 INFO - Loading technical debt model done: 1084 ms
  63. 10:01:14.351 INFO - Configure Maven plugins
  64. 10:01:14.541 INFO - Compare to previous analysis (2014-02-14)
  65. 10:01:14.567 INFO - Compare over 30 days (2014-01-16, analysis of 2014-02-12 23:36:29.638)
  66. 10:01:15.102 INFO - Base dir: /var/lib/jenkins/jobs/java-utils-default/workspace
  67. 10:01:15.113 INFO - Working dir: /var/lib/jenkins/jobs/java-utils-default/workspace/.sonar
  68. 10:01:15.113 INFO - Source dirs: /var/lib/jenkins/jobs/java-utils-default/workspace/src/main/java
  69. 10:01:15.114 INFO - Binary dirs: /var/lib/jenkins/jobs/java-utils-default/workspace/build/classes/main
  70. 10:01:15.116 INFO - Source encoding: UTF-8, default locale: en_US
  71. 10:01:15.214 INFO - Sensor JavaSourceImporter...
  72. 10:01:16.323 INFO - Sensor JavaSourceImporter done: 1109 ms
  73. 10:01:16.330 INFO - Sensor JavaSquidSensor...
  74. 10:01:16.653 INFO - Java AST scan...
  75. 10:01:16.673 INFO - 18 source files to be analyzed
  76. 10:01:18.573 INFO - 18/18 source files analyzed
  77. 10:01:18.583 INFO - Java AST scan done: 1930 ms
  78. 10:01:18.587 INFO - Java bytecode scan...
  79. 10:01:18.721 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  80. 10:01:18.727 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  81. 10:01:18.729 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  82. 10:01:18.739 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  83. 10:01:18.745 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  84. 10:01:18.750 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  85. 10:01:18.765 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  86. 10:01:18.796 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  87. 10:01:18.800 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  88. 10:01:18.827 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  89. 10:01:18.872 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  90. 10:01:18.873 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  91. 10:01:18.876 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  92. 10:01:18.878 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  93. 10:01:18.879 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  94. 10:01:18.879 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  95. 10:01:18.880 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  96. 10:01:18.880 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  97. 10:01:18.886 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  98. 10:01:18.886 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  99. 10:01:18.887 WARN - Class 'org/eclipse/swt/graphics/RGB' is not accessible through the ClassLoader.
  100. 10:01:18.887 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  101. 10:01:18.887 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  102. 10:01:18.888 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  103. 10:01:18.888 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  104. 10:01:18.888 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  105. 10:01:18.892 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  106. 10:01:18.892 WARN - Class 'com/google/common/collect/Multimap' is not accessible through the ClassLoader.
  107. 10:01:18.906 WARN - Class 'org/eclipse/swt/graphics/RGB' is not accessible through the ClassLoader.
  108. 10:01:18.906 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  109. 10:01:18.907 WARN - Class 'com/google/common/collect/Multimap' is not accessible through the ClassLoader.
  110. 10:01:18.911 WARN - Class 'com/google/common/collect/Multimap' is not accessible through the ClassLoader.
  111. 10:01:18.913 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  112. 10:01:18.929 WARN - Class 'com/google/common/collect/ArrayListMultimap' is not accessible through the ClassLoader.
  113. 10:01:18.929 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  114. 10:01:18.932 WARN - Class 'com/google/gson/reflect/TypeToken' is not accessible through the ClassLoader.
  115. 10:01:18.943 WARN - Class 'com/google/gson/Gson' is not accessible through the ClassLoader.
  116. 10:01:18.944 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  117. 10:01:18.944 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  118. 10:01:18.944 WARN - Class 'com/google/gson/Gson' is not accessible through the ClassLoader.
  119. 10:01:18.944 WARN - Class 'com/google/gson/Gson' is not accessible through the ClassLoader.
  120. 10:01:18.947 WARN - Class 'com/google/gson/reflect/TypeToken' is not accessible through the ClassLoader.
  121. 10:01:18.949 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  122. 10:01:18.952 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  123. 10:01:18.952 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  124. 10:01:18.953 WARN - Class 'com/google/common/base/StandardSystemProperty' is not accessible through the ClassLoader.
  125. 10:01:18.968 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  126. 10:01:18.968 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  127. 10:01:18.973 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  128. 10:01:18.973 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  129. 10:01:18.979 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  130. 10:01:18.980 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  131. 10:01:18.983 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  132. 10:01:18.983 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  133. 10:01:18.990 WARN - Class 'com/google/common/base/Joiner' is not accessible through the ClassLoader.
  134. 10:01:18.991 WARN - Class 'com/google/common/base/Joiner' is not accessible through the ClassLoader.
  135. 10:01:18.991 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  136. 10:01:18.991 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  137. 10:01:18.992 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  138. 10:01:18.992 WARN - Class 'com/google/common/base/Joiner' is not accessible through the ClassLoader.
  139. 10:01:18.992 WARN - Class 'com/google/common/base/Joiner' is not accessible through the ClassLoader.
  140. 10:01:18.993 WARN - Class 'com/google/common/io/Files' is not accessible through the ClassLoader.
  141. 10:01:18.997 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  142. 10:01:19.009 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  143. 10:01:19.024 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  144. 10:01:19.040 WARN - Class 'org/joda/time/DateTime' is not accessible through the ClassLoader.
  145. 10:01:19.041 WARN - Class 'org/joda/time/format/DateTimeFormat' is not accessible through the ClassLoader.
  146. 10:01:19.054 WARN - Class 'org/joda/time/format/DateTimeFormatter' is not accessible through the ClassLoader.
  147. 10:01:19.066 WARN - Class 'org/joda/time/DateTime' is not accessible through the ClassLoader.
  148. 10:01:19.067 WARN - Class 'org/joda/time/DateTime' is not accessible through the ClassLoader.
  149. 10:01:19.070 WARN - Class 'org/joda/time/format/DateTimeFormat' is not accessible through the ClassLoader.
  150. 10:01:19.070 WARN - Class 'org/joda/time/format/DateTimeFormatter' is not accessible through the ClassLoader.
  151. 10:01:19.070 WARN - Class 'org/joda/time/DateTime' is not accessible through the ClassLoader.
  152. 10:01:19.082 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  153. 10:01:19.098 WARN - Class 'com/google/common/io/CharStreams' is not accessible through the ClassLoader.
  154. 10:01:19.098 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  155. 10:01:19.098 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  156. 10:01:19.098 WARN - Class 'com/google/common/collect/Lists' is not accessible through the ClassLoader.
  157. 10:01:19.115 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  158. 10:01:19.116 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  159. 10:01:19.116 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  160. 10:01:19.120 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  161. 10:01:19.120 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  162. 10:01:19.121 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  163. 10:01:19.123 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  164. 10:01:19.124 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  165. 10:01:19.124 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  166. 10:01:19.130 WARN - Class 'com/google/common/base/Splitter' is not accessible through the ClassLoader.
  167. 10:01:19.130 WARN - Class 'com/google/common/base/Splitter' is not accessible through the ClassLoader.
  168. 10:01:19.142 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  169. 10:01:19.142 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  170. 10:01:19.143 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  171. 10:01:19.143 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  172. 10:01:19.143 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  173. 10:01:19.144 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  174. 10:01:19.151 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  175. 10:01:19.151 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  176. 10:01:19.152 WARN - Class 'com/google/common/base/Optional' is not accessible through the ClassLoader.
  177. 10:01:19.156 WARN - Class 'org/w3c/css/sac/InputSource' is not accessible through the ClassLoader.
  178. 10:01:19.164 WARN - Class 'com/steadystate/css/parser/CSSOMParser' is not accessible through the ClassLoader.
  179. 10:01:19.164 WARN - Class 'com/steadystate/css/parser/CSSOMParser' is not accessible through the ClassLoader.
  180. 10:01:19.164 WARN - Class 'org/slf4j/Logger' is not accessible through the ClassLoader.
  181. 10:01:19.165 WARN - Class 'com/steadystate/css/dom/CSSStyleSheetImpl' is not accessible through the ClassLoader.
  182. 10:01:19.165 WARN - Class 'org/slf4j/LoggerFactory' is not accessible through the ClassLoader.
  183. 10:01:19.204 INFO - Java bytecode scan done: 617 ms
  184. 10:01:19.275 INFO - Package design analysis...
  185. 10:01:19.318 INFO - Package design analysis done: 43 ms
  186. 10:01:19.508 INFO - Sensor JavaSquidSensor done: 3178 ms
  187. 10:01:19.509 INFO - Sensor SurefireSensor...
  188. 10:01:19.512 INFO - parsing /var/lib/jenkins/jobs/java-utils-default/workspace/.sonar/build/surefire-reports
  189. 10:01:19.513 WARN - Reports path not found: /var/lib/jenkins/jobs/java-utils-default/workspace/.sonar/build/surefire-reports
  190. 10:01:19.513 INFO - Sensor SurefireSensor done: 4 ms
  191. 10:01:19.513 INFO - Sensor CpdSensor...
  192. 10:01:19.513 INFO - SonarEngine is used
  193. 10:01:19.516 INFO - Cross-project analysis disabled
  194. 10:01:19.716 INFO - Sensor CpdSensor done: 203 ms
  195. 10:01:19.717 INFO - Sensor PmdSensor...
  196. 10:01:19.719 INFO - Execute PMD 4.3...
  197. 10:01:19.771 INFO - Java version: 1.7
  198. 10:01:19.852 INFO - PMD configuration: /var/lib/jenkins/jobs/java-utils-default/workspace/.sonar/pmd.xml
  199. 10:01:21.388 INFO - Execute PMD 4.3 done: 1669 ms
  200. 10:01:21.617 INFO - Sensor PmdSensor done: 1900 ms
  201. 10:01:21.617 INFO - Sensor InitialOpenIssuesSensor...
  202. 10:01:21.739 INFO - Sensor InitialOpenIssuesSensor done: 122 ms
  203. 10:01:21.739 INFO - Sensor ProfileSensor...
  204. 10:01:22.061 INFO - Sensor ProfileSensor done: 322 ms
  205. 10:01:22.063 INFO - Sensor ProfileEventsSensor...
  206. 10:01:22.108 INFO - Sensor ProfileEventsSensor done: 45 ms
  207. 10:01:22.108 INFO - Sensor ProjectLinksSensor...
  208. 10:01:22.139 INFO - Sensor ProjectLinksSensor done: 31 ms
  209. 10:01:22.139 INFO - Sensor VersionEventsSensor...
  210. 10:01:22.165 INFO - Sensor VersionEventsSensor done: 26 ms
  211. 10:01:22.165 INFO - Sensor FileHashSensor...
  212. 10:01:22.168 INFO - Sensor FileHashSensor done: 3 ms
  213. 10:01:22.168 INFO - Sensor JaCoCoSensor...
  214. 10:01:22.179 INFO - Analysing /var/lib/jenkins/jobs/java-utils-default/workspace/build/test-results/jacocoTest.exec
  215. 10:01:22.922 INFO - No information about coverage per test.
  216. 10:01:22.922 INFO - Sensor JaCoCoSensor done: 754 ms
  217. 10:01:23.372 INFO - Execute decorators...
  218. 10:01:26.430 INFO - Store results in database
  219. 10:01:26.635 INFO - ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/jutilsId
  220. 10:01:27.045 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob
  221. 10:01:27.075 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob
  222. 10:01:27.134 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
  223. 10:01:27.174 INFO - -> Keep one snapshot per day between 2014-01-18 and 2014-02-14
  224. 10:01:27.178 INFO - <- Delete snapshot: 2014-02-14T12:01:36+0100 [343]
  225. 10:01:27.220 INFO - <- Delete snapshot: 2014-02-14T13:01:18+0100 [365]
  226. 10:01:27.405 INFO - -> Keep one snapshot per week between 2013-02-16 and 2014-01-18
  227. 10:01:27.406 INFO - -> Keep one snapshot per month between 2009-02-21 and 2013-02-16
  228. 10:01:27.406 INFO - -> Delete data prior to: 2009-02-21
  229. 10:01:27.413 INFO - -> Clean jutils [id=56]
  230. INFO: ------------------------------------------------------------------------
  231. INFO: EXECUTION SUCCESS
  232. INFO: ------------------------------------------------------------------------
  233. Total time: 27.233s
  234. Final Memory: 11M/122M
  235. INFO: ------------------------------------------------------------------------
  236. Terminating xvnc.
  237. $ vncserver -kill :37
  238. Killing Xvnc4 process ID 25150
  239. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement