Advertisement
rohankanojia

Untitled

Apr 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.76 KB | None | 0 0
  1. OpenShift Build rokumar/test3026-1 from https://github.com/rohanKanojia/test3026.git
  2. 13:20:51 Connecting to https://api.github.com using rohanKanojia/****** (cd-github)
  3. Obtained Jenkinsfile from 928708fbaf55a44357926e892469ae31f54e6e60
  4. Loading library github.com/fabric8io/fabric8-pipeline-library@master
  5. Attempting to resolve master from remote references...
  6. > git --version # timeout=10
  7. > git ls-remote -h -t https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  8. Found match: refs/heads/master revision 0bff0f50a2af9a0dcc4d2c4abb28d1eafcbfdfb9
  9. Cloning the remote Git repository
  10. Cloning with configured refspecs honoured and without tags
  11. Cloning repository https://github.com/fabric8io/fabric8-pipeline-library.git
  12. > git init /var/lib/jenkins/jobs/rohankanojia/jobs/test3026/branches/master/workspace@libs/github.com/fabric8io/fabric8-pipeline-library # timeout=10
  13. Fetching upstream changes from https://github.com/fabric8io/fabric8-pipeline-library.git
  14. > git --version # timeout=10
  15. > git fetch --no-tags --progress https://github.com/fabric8io/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
  16. > git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  17. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  18. > git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  19. Fetching without tags
  20. Fetching upstream changes from https://github.com/fabric8io/fabric8-pipeline-library.git
  21. > git fetch --no-tags --progress https://github.com/fabric8io/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
  22. Checking out Revision 0bff0f50a2af9a0dcc4d2c4abb28d1eafcbfdfb9 (master)
  23. > git config core.sparsecheckout # timeout=10
  24. > git checkout -f 0bff0f50a2af9a0dcc4d2c4abb28d1eafcbfdfb9
  25. Commit message: "Merge pull request #399 from edewit/versions-update"
  26. First time build. Skipping changelog.
  27. [Pipeline] echo
  28. Loaded PipelineConfiguration PipelineConfiguration{jobNameToKindMap={}, ciBranchPatterns=[PR-.*], cdBranchPatterns=[master], cdGitHostAndOrganisationToBranchPatterns={}, disableITestsCD=false, disableITestsCI=false, useDockerSocketFlag=false}
  29. [Pipeline] echo
  30. Loaded the useDockerSocket flag false
  31. [Pipeline] podTemplate
  32. [Pipeline] {
  33. [Pipeline] node
  34. Still waiting to schedule task
  35. jenkins-slave-j03sh-m90dc is offline
  36. Running on jenkins-slave-j03sh-m90dc in /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA
  37. [Pipeline] {
  38. [Pipeline] checkout
  39. Cloning the remote Git repository
  40. Cloning with configured refspecs honoured and without tags
  41. Cloning repository https://github.com/rohanKanojia/test3026.git
  42. > git init /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA # timeout=10
  43. Fetching upstream changes from https://github.com/rohanKanojia/test3026.git
  44. > git --version # timeout=10
  45. using GIT_ASKPASS to set credentials cd-github
  46. > git fetch --no-tags --progress https://github.com/rohanKanojia/test3026.git +refs/heads/master:refs/remotes/origin/master
  47. > git config remote.origin.url https://github.com/rohanKanojia/test3026.git # timeout=10
  48. > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
  49. > git config remote.origin.url https://github.com/rohanKanojia/test3026.git # timeout=10
  50. Fetching without tags
  51. Fetching upstream changes from https://github.com/rohanKanojia/test3026.git
  52. using GIT_ASKPASS to set credentials cd-github
  53. > git fetch --no-tags --progress https://github.com/rohanKanojia/test3026.git +refs/heads/master:refs/remotes/origin/master
  54. Checking out Revision 928708fbaf55a44357926e892469ae31f54e6e60 (master)
  55. > git config core.sparsecheckout # timeout=10
  56. > git checkout -f 928708fbaf55a44357926e892469ae31f54e6e60
  57. Commit message: "Initial import"
  58. First time build. Skipping changelog.
  59. fatal: bad object 0bff0f50a2af9a0dcc4d2c4abb28d1eafcbfdfb9
  60. [Pipeline] echo
  61. Using branch master
  62. [Pipeline] echo
  63. Using branch master
  64. [Pipeline] echo
  65. NOTE: running pipelines for the first time will take longer as build and base docker images are pulled onto the node
  66. [Pipeline] container
  67. [Pipeline] {
  68. [Pipeline] stage
  69. [Pipeline] { (Build Release)
  70. [Pipeline] sh
  71. [ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA] Running shell script
  72. + git checkout -b rohankanojia/test3026/master-1.0.1
  73. Switched to a new branch 'rohankanojia/test3026/master-1.0.1'
  74. [Pipeline] readMavenPom
  75. [Pipeline] sh
  76. [ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA] Running shell script
  77. + mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -U -DnewVersion=1.0.1
  78. Picked up _JAVA_OPTIONS: -Duser.home=/root/ -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m
  79. [INFO] Scanning for projects...
  80. [INFO]
  81. [INFO] ------------------------------------------------------------------------
  82. [INFO] Building Vert.x - HTTP 1.0.0-SNAPSHOT
  83. [INFO] ------------------------------------------------------------------------
  84. [INFO]
  85. [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ test3026 ---
  86. [INFO] Searching for local aggregator root...
  87. [INFO] Local aggregation root: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA
  88. [INFO] Processing change of io.openshift.booster:test3026:1.0.0-SNAPSHOT -> 1.0.1
  89. [INFO] Processing io.openshift.booster:test3026
  90. [INFO] Updating project io.openshift.booster:test3026
  91. [INFO] from version 1.0.0-SNAPSHOT to 1.0.1
  92. [INFO]
  93. [INFO] ------------------------------------------------------------------------
  94. [INFO] BUILD SUCCESS
  95. [INFO] ------------------------------------------------------------------------
  96. [INFO] Total time: 14.709 s
  97. [INFO] Finished at: 2018-04-23T13:22:38+00:00
  98. [INFO] Final Memory: 10M/14M
  99. [INFO] ------------------------------------------------------------------------
  100. [Pipeline] sh
  101. [ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA] Running shell script
  102. + mvn clean -B -e -U deploy -Dmaven.test.skip=false -P openshift
  103. Picked up _JAVA_OPTIONS: -Duser.home=/root/ -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m
  104. [INFO] Error stacktraces are turned on.
  105. [INFO] Scanning for projects...
  106. [INFO]
  107. [INFO] ------------------------------------------------------------------------
  108. [INFO] Building Vert.x - HTTP 1.0.1
  109. [INFO] ------------------------------------------------------------------------
  110. [INFO]
  111. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ test3026 ---
  112. [INFO]
  113. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ test3026 ---
  114. [INFO]
  115. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ test3026 ---
  116. [INFO]
  117. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ test3026 ---
  118. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA' && 'git' 'rev-parse' '--verify' 'HEAD'
  119. [INFO] Working directory: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA
  120. [INFO] Storing buildNumber: 928708fbaf55a44357926e892469ae31f54e6e60 at timestamp: 1524489791036
  121. [INFO] Storing buildScmBranch: rohankanojia/test3026/master-1.0.1
  122. [INFO]
  123. [INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ test3026 ---
  124. [INFO]
  125. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ test3026 ---
  126. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  127. [INFO] Copying 1 resource
  128. [INFO]
  129. [INFO] --- fabric8-maven-plugin:3.5.38:resource (fmp) @ test3026 ---
  130. [INFO] F8: Running in OpenShift mode
  131. [INFO] F8: Using docker image name of namespace: rokumar-jenkins
  132. [INFO] F8: Running generator vertx
  133. [INFO] F8: vertx: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  134. [INFO] F8: using resource templates from /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/src/main/fabric8
  135. [INFO] F8: fmp-controller: Adding a default Deployment
  136. [INFO] F8: fmp-service: Adding a default service 'test3026' with ports [8080]
  137. [INFO] F8: vertx-health-check: Adding readiness probe on port 8080, path='/', scheme='HTTP', with initial delay 10 seconds
  138. [INFO] F8: vertx-health-check: Adding liveness probe on port 8080, path='/', scheme='HTTP', with initial delay 180 seconds
  139. [INFO] F8: fmp-revision-history: Adding revision history limit to 2
  140. [INFO] F8: f8-icon: Adding icon for deployment
  141. [INFO] F8: f8-icon: Adding icon for service
  142. [INFO] F8: validating /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/openshift/test3026-svc.yml resource
  143. [INFO] F8: validating /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/openshift/test3026-deploymentconfig.yml resource
  144. [INFO] F8: validating /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/openshift/test3026-route.yml resource
  145. [INFO] F8: validating /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/kubernetes/test3026-svc.yml resource
  146. [INFO] F8: validating /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/kubernetes/test3026-deployment.yml resource
  147. [INFO]
  148. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ test3026 ---
  149. [INFO] Changes detected - recompiling the module!
  150. [INFO] Compiling 1 source file to /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ test3026 ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] Copying 1 resource
  155. [INFO]
  156. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ test3026 ---
  157. [INFO] Changes detected - recompiling the module!
  158. [INFO] Compiling 2 source files to /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/test-classes
  159. [INFO]
  160. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ test3026 ---
  161. [INFO] Surefire report directory: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/surefire-reports
  162. [INFO]
  163. [INFO] -------------------------------------------------------
  164. [INFO] T E S T S
  165. [INFO] -------------------------------------------------------
  166. [INFO] Running io.openshift.booster.HttpApplicationTest
  167. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  168. SLF4J: Defaulting to no-operation (NOP) logger implementation
  169. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  170. Server started on port 8081
  171. Server started on port 8081
  172. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.784 s - in io.openshift.booster.HttpApplicationTest
  173. [INFO]
  174. [INFO] Results:
  175. [INFO]
  176. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  177. [INFO]
  178. [INFO]
  179. [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ test3026 ---
  180. [INFO] Building jar: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/test3026-1.0.1.jar
  181. [INFO]
  182. [INFO] --- vertx-maven-plugin:1.0.13:package (vmp) @ test3026 ---
  183. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA' && 'git' 'whatchanged' '--until=2018-04-23 13:23:50 +0000' '--date=iso' '--' '/home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA'
  184. [INFO] Working directory: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA
  185. [INFO]
  186. [INFO] --- fabric8-maven-plugin:3.5.38:build (fmp) @ test3026 ---
  187. [INFO] F8: Using OpenShift build with strategy S2I
  188. [INFO] F8: Running generator vertx
  189. [INFO] F8: vertx: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  190. [INFO] Copying files to /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/docker/test3026/1.0.1/build/maven
  191. [INFO] Building tar: /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/docker/test3026/1.0.1/tmp/docker-build.tar
  192. [INFO] F8: [test3026:1.0.1] "vertx": Created docker source tar /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/docker/test3026/1.0.1/tmp/docker-build.tar
  193. [INFO] F8: Creating BuildServiceConfig test3026-s2i for Source build
  194. [INFO] F8: Creating ImageStream test3026
  195. [INFO] F8: Starting Build test3026-s2i
  196. [INFO] F8: Waiting for build test3026-s2i-1 to complete...
  197. [INFO] F8: Pulling image "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2" ...
  198. [INFO] Current reconnect backoff is 1000 milliseconds (T0)
  199. [INFO] F8: ==================================================================
  200. [INFO] F8: Starting S2I Java Build .....
  201. [INFO] Current reconnect backoff is 2000 milliseconds (T1)
  202. Apr 23, 2018 1:24:08 PM okhttp3.internal.platform.Platform log
  203. WARNING: A connection to https://kubernetes.default.svc/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
  204. [INFO] F8: S2I binary build from fabric8-maven-plugin detected
  205. [INFO] F8: Copying binaries from /tmp/src/maven to /deployments ...
  206. [INFO] F8: ... done
  207. [INFO] F8:
  208. [INFO] F8: Pushing image docker-registry.default.svc:5000/rokumar-jenkins/test3026:1.0.1 ...
  209. [INFO] F8: Pushed 0/6 layers, 8% complete
  210. [INFO] F8: Pushed 1/6 layers, 27% complete
  211. [INFO] Current reconnect backoff is 4000 milliseconds (T2)
  212. [INFO] Current reconnect backoff is 8000 milliseconds (T3)
  213. [INFO] F8: Pushed 2/6 layers, 60% complete
  214. [INFO] F8: Pushed 3/6 layers, 67% complete
  215. [INFO] F8: Pushed 4/6 layers, 78% complete
  216. [INFO] F8: Pushed 5/6 layers, 92% complete
  217. [INFO] Current reconnect backoff is 16000 milliseconds (T4)
  218. [INFO] F8: Pushed 6/6 layers, 100% complete
  219. [INFO] F8: Push successful
  220. [INFO] F8: Build test3026-s2i-1 Complete
  221. [INFO] Current reconnect backoff is 32000 milliseconds (T5)
  222. [ERROR] Exception in reconnect
  223. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10adbba rejected from java.util.concurrent.ScheduledThreadPoolExecutor@850bf[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 10]
  224. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  225. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  226. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  227. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  228. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.schedule(Executors.java:729)
  229. at io.fabric8.kubernetes.client.dsl.internal.WatchHTTPManager$3.run(WatchHTTPManager.java:207)
  230. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  231. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  232. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  233. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  234. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  235. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  236. at java.lang.Thread.run(Thread.java:748)
  237. [INFO] F8: Found tag on ImageStream test3026 tag: sha256:a18224ee7bdf0b9f9ca3b5fe3a47faaa74f3f0c366cd992b77bac1349615f1f7
  238. [INFO] F8: ImageStream test3026 written to /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/test3026-is.yml
  239. [INFO]
  240. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test3026 ---
  241. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/test3026-1.0.1.jar to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1.jar
  242. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/pom.xml to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1.pom
  243. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/openshift.yml to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1-openshift.yml
  244. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/openshift.json to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1-openshift.json
  245. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/kubernetes.yml to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1-kubernetes.yml
  246. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/classes/META-INF/fabric8/kubernetes.json to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1-kubernetes.json
  247. [INFO] Installing /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA/target/test3026-is.yml to /root/.mvnrepository/io/openshift/booster/test3026/1.0.1/test3026-1.0.1-is.yml
  248. [INFO]
  249. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ test3026 ---
  250. [INFO] Using alternate deployment repository local-nexus::default::http://content-repository/content/repositories/staging/
  251. [INFO] ------------------------------------------------------------------------
  252. [INFO] BUILD SUCCESS
  253. [INFO] ------------------------------------------------------------------------
  254. [INFO] Total time: 01:56 min
  255. [INFO] Finished at: 2018-04-23T13:24:39+00:00
  256. EXITCODE 0[INFO] Final Memory: 44M/62M
  257. [INFO] ------------------------------------------------------------------------
  258. [Pipeline] findFiles
  259. [Pipeline] step
  260. Recording test results
  261. [Pipeline] findFiles
  262. [Pipeline] echo
  263. Looking for matching Build test3026-1
  264. [Pipeline] echo
  265. Looking for matching Build test3026-1
  266. [Pipeline] echo
  267. Adding annotation 'fabric8.io/jenkins.testReportUrl: nulltestReport' to Build test3026-1
  268. [Pipeline] echo
  269. looking for test3026-1 in namespace rokumar
  270. [Pipeline] echo
  271. Checking bayesian-link exists
  272. [ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA] Running shell script
  273. [Pipeline] sh
  274. + mvn io.github.stackinfo:stackinfo-maven-plugin:0.2:prepare
  275. Picked up _JAVA_OPTIONS: -Duser.home=/root/ -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m
  276. [INFO] Scanning for projects...
  277. [INFO]
  278. [INFO] ------------------------------------------------------------------------
  279. [INFO] Building Vert.x - HTTP 1.0.1
  280. [INFO] ------------------------------------------------------------------------
  281. [INFO]
  282. [INFO] --- stackinfo-maven-plugin:0.2:prepare (default-cli) @ test3026 ---
  283. [INFO] ------------------------------------------------------------------------
  284. [INFO] BUILD SUCCESS
  285. [INFO] ------------------------------------------------------------------------
  286. [INFO] Total time: 5.423 s
  287. [INFO] Finished at: 2018-04-23T13:24:54+00:00
  288. [INFO] Final Memory: 7M/11M
  289. [INFO] ------------------------------------------------------------------------
  290. [Pipeline] retry
  291. [Pipeline] {
  292. [Pipeline] bayesianAnalysis
  293. Running Bayesian stack analysis...
  294. Bayesian API URL is https://recommender.api.openshift.io/api/v1
  295. [Pipeline] echo
  296. Looking for matching Build test3026-1
  297. [Pipeline] echo
  298. Adding annotation 'fabric8.io/bayesian.analysisUrl: https://recommender.api.openshift.io/api/v1/stack-analyses/90a2f29d766d43e4be22d9e34fbb73a0' to Build test3026-1
  299. [Pipeline] echo
  300. looking for test3026-1 in namespace rokumar
  301. [Pipeline] }
  302. [Pipeline] // retry
  303. [Pipeline] echo
  304. Checking sonarqube exists
  305. [Pipeline] echo
  306. Code validation service: sonarqube not available
  307. [Pipeline] echo
  308. s2i mode: true
  309. [Pipeline] echo
  310. Checking content-repository exists
  311. [Pipeline] echo
  312. mvn site disabled
  313. [Pipeline] stash
  314. Stashed 11 file(s)
  315. [Pipeline] }
  316. [Pipeline] // stage
  317. [Pipeline] stage
  318. [Pipeline] { (Rollout to Stage)
  319. [Pipeline] kubernetesApply
  320. Loading OpenShift ImageStreams file: test3026-is.yml
  321. Found namespace rokumar
  322. Found namespace rokumar-jenkins
  323. Found namespace rokumar-run
  324. Found namespace rokumar-stage
  325. Found existing environment rokumar-stage
  326. No fabric8.yml so unable to add environment pod annotations
  327. No fabric8.yml so unable to add environment pod annotations
  328. No fabric8.yml so unable to add environment pod annotations
  329. No fabric8.yml so unable to add environment pod annotations
  330. No fabric8.yml so unable to add environment pod annotations
  331. Found BuildConfig name test3026 namespace rokumar from BuildConfigProjectProperty
  332. Found Build name test3026-1 from BuildCause
  333. Found BuildConfig: test3026 namespace: rokumar Build: test3026-1
  334. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, prometheus.io/scrape=true, prometheus.io/port=9779}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={expose=true, space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ServiceSpec(clusterIP=null, externalIPs=[], externalName=null, externalTrafficPolicy=null, healthCheckNodePort=null, loadBalancerIP=null, loadBalancerSourceRanges=[], ports=[ServicePort(name=http, nodePort=null, port=8080, protocol=TCP, targetPort=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), additionalProperties={})], selector={app=test3026, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  335. Applying ImageStream name: ImageStream data: ImageStream(apiVersion=image.openshift.io/v1, kind=ImageStream, metadata=ObjectMeta(annotations=null, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels=null, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ImageStreamSpec(dockerImageRepository=null, lookupPolicy=null, tags=[TagReference(annotations=null, from=ObjectReference(apiVersion=null, fieldPath=null, kind=ImageStreamImage, name=test3026@sha256:a18224ee7bdf0b9f9ca3b5fe3a47faaa74f3f0c366cd992b77bac1349615f1f7, namespace=rokumar-jenkins, resourceVersion=null, uid=null, additionalProperties={}), generation=null, importPolicy=null, name=1.0.1, reference=null, referencePolicy=null, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  336. Applying DeploymentConfig name: DeploymentConfig data: DeploymentConfig(apiVersion=apps.openshift.io/v1, kind=DeploymentConfig, metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=test3026&var-version=1.0.1}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=DeploymentConfigSpec(minReadySeconds=null, paused=null, replicas=1, revisionHistoryLimit=2, selector={app=test3026, provider=fabric8, group=io.openshift.booster}, strategy=DeploymentStrategy(activeDeadlineSeconds=null, annotations=null, customParams=null, labels=null, recreateParams=null, resources=null, rollingParams=RollingDeploymentStrategyParams(intervalSeconds=null, maxSurge=null, maxUnavailable=null, post=null, pre=null, timeoutSeconds=3600, updatePeriodSeconds=null, additionalProperties={}), type=Rolling, additionalProperties={}), template=PodTemplateSpec(metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=test3026&var-version=1.0.1}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=null, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=PodSpec(activeDeadlineSeconds=null, affinity=null, automountServiceAccountToken=null, containers=[Container(args=[], command=[], env=[EnvVar(name=KUBERNETES_NAMESPACE, value=null, valueFrom=EnvVarSource(configMapKeyRef=null, fieldRef=ObjectFieldSelector(apiVersion=null, fieldPath=metadata.namespace, additionalProperties={}), resourceFieldRef=null, secretKeyRef=null, additionalProperties={}), additionalProperties={})], envFrom=[], image= , imagePullPolicy=IfNotPresent, lifecycle=null, livenessProbe=Probe(exec=null, failureThreshold=null, httpGet=HTTPGetAction(host=null, httpHeaders=[], path=/, port=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), scheme=HTTP, additionalProperties={}), initialDelaySeconds=180, periodSeconds=null, successThreshold=null, tcpSocket=null, timeoutSeconds=null, additionalProperties={}), name=vertx, ports=[ContainerPort(containerPort=8080, hostIP=null, hostPort=null, name=http, protocol=TCP, additionalProperties={}), ContainerPort(containerPort=9779, hostIP=null, hostPort=null, name=prometheus, protocol=TCP, additionalProperties={}), ContainerPort(containerPort=8778, hostIP=null, hostPort=null, name=jolokia, protocol=TCP, additionalProperties={})], readinessProbe=Probe(exec=null, failureThreshold=null, httpGet=HTTPGetAction(host=null, httpHeaders=[], path=/, port=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), scheme=HTTP, additionalProperties={}), initialDelaySeconds=10, periodSeconds=null, successThreshold=null, tcpSocket=null, timeoutSeconds=null, additionalProperties={}), resources=null, securityContext=SecurityContext(capabilities=null, privileged=false, readOnlyRootFilesystem=null, runAsNonRoot=null, runAsUser=null, seLinuxOptions=null, additionalProperties={}), stdin=null, stdinOnce=null, terminationMessagePath=null, terminationMessagePolicy=null, tty=null, volumeMounts=[], workingDir=null, additionalProperties={})], dnsPolicy=null, hostAliases=[], hostIPC=null, hostNetwork=null, hostPID=null, hostname=null, imagePullSecrets=[], initContainers=[], nodeName=null, nodeSelector=null, restartPolicy=null, schedulerName=null, securityContext=null, serviceAccount=null, serviceAccountName=null, subdomain=null, terminationGracePeriodSeconds=null, tolerations=[], volumes=[], additionalProperties={}), additionalProperties={}), test=null, triggers=[DeploymentTriggerPolicy(imageChangeParams=null, type=ConfigChange, additionalProperties={}), DeploymentTriggerPolicy(imageChangeParams=DeploymentTriggerImageChangeParams(automatic=true, containerNames=[vertx], from=ObjectReference(apiVersion=null, fieldPath=null, kind=ImageStreamTag, name=test3026:1.0.1, namespace=null, resourceVersion=null, uid=null, additionalProperties={}), lastTriggeredImage=null, additionalProperties={}), type=ImageChange, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  337. Applying Route name: Route data: Route(apiVersion=v1, kind=Route, metadata=ObjectMeta(annotations=null, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=RouteSpec(alternateBackends=[], host=null, path=null, port=RoutePort(targetPort=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), additionalProperties={}), tls=null, to=RouteTargetReference(kind=Service, name=test3026, weight=null, additionalProperties={}), wildcardPolicy=null, additionalProperties={}), status=null, additionalProperties={})
  338. Running: echo | exposecontroller --watch-namespace rokumar-stage --exposer Route
  339. command: echo | exposecontroller --watch-namespace rokumar-stage --exposer Route out: Please enter Username: Please enter Password:
  340. command: echo | exposecontroller --watch-namespace rokumar-stage --exposer Route err: I0423 13:25:02.468287 902 exposecontroller.go:56] Using build: '2.3.27'
  341. I0423 13:25:02.484827 902 config.go:20] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults
  342. I0423 13:25:02.484908 902 exposecontroller.go:125] Running in : `rokumar-stage`
  343. W0423 13:25:02.537060 902 controller.go:478] Failed to load url https://openshift.default.svc/.well-known/oauth-authorization-server got: Get https://openshift.default.svc/.well-known/oauth-authorization-server: x509: certificate signed by unknown authority
  344. E0423 13:25:02.538273 902 controller.go:186] Failed to list nodes to detect minishift: nodes is forbidden: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot list nodes at the cluster scope: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot list all nodes in the cluster
  345. I0423 13:25:02.538288 902 controller.go:118] Using OAuth Authorize URL:
  346. W0423 13:25:02.538294 902 controller.go:120] Please use $OAUTH_AUTHORIZE_URL to define the OAuth Authorize URL!
  347. W0423 13:25:02.539663 902 controller.go:251] Could not find kubernetes service in the default namespace so we could not detect whether to use http or https as the apiserver protocol. Error: services "kubernetes" is forbidden: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot get services in the namespace "default": User "system:serviceaccount:rokumar-jenkins:jenkins" cannot get services in project "default"
  348. I0423 13:25:02.539789 902 controller.go:534] starting expose controller
  349. I0423 13:25:07.539978 902 controller.go:542] stopping expose controller
  350.  
  351. exposecontroller completed
  352. Service test3026 in environment Stage namespace rokumar-stage is at URL: http://test3026-rokumar-stage.b542.starter-us-east-2a.openshiftapps.com
  353. Annotated Build test3026-1 in namespace rokumar with version 1.0.1 environment yaml rokumar-stage=---
  354. environmentName: "Stage"
  355. serviceUrls:
  356. test3026: "http://test3026-rokumar-stage.b542.starter-us-east-2a.openshiftapps.com"
  357. deploymentVersions:
  358. test3026: "1.0.1"
  359.  
  360. [Pipeline] }
  361. [Pipeline] // stage
  362. [Pipeline] }
  363. [Pipeline] // container
  364. [Pipeline] }
  365. [Pipeline] // node
  366. [Pipeline] }
  367. [Pipeline] // podTemplate
  368. [Pipeline] echo
  369. Using branch master
  370. [Pipeline] node
  371. Running on Jenkins in /var/lib/jenkins/jobs/rohankanojia/jobs/test3026/branches/master/workspace
  372. [Pipeline] {
  373. [Pipeline] stage
  374. [Pipeline] { (Approve)
  375. [Pipeline] hubotApprove
  376. Hubot sending to room fabric8_default => Would you like to promote version 1.0.1 to the next environment?
  377.  
  378. to Proceed reply: fabric8 jenkins proceed job rohankanojia/test3026/master build 1
  379. to Abort reply: fabric8 jenkins abort job rohankanojia/test3026/master build 1
  380.  
  381. No service hubot is running!!!
  382. No service found!
  383. [Pipeline] approveRequestedEvent
  384. [Pipeline] timeout
  385. Timeout set to expire in 1 day 0 hr
  386. [Pipeline] {
  387. [Pipeline] input
  388.  
  389. Would you like to promote version 1.0.1 to the next environment?
  390.  
  391. Proceed or Abort
  392. Approved by rokumar
  393. [Pipeline] }
  394. [Pipeline] // timeout
  395. [Pipeline] approveReceivedEvent
  396. No approve event id found. Skipping approval event update request
  397. [Pipeline] }
  398. [Pipeline] // stage
  399. [Pipeline] }
  400. [Pipeline] // node
  401. [Pipeline] echo
  402. Loaded PipelineConfiguration PipelineConfiguration{jobNameToKindMap={}, ciBranchPatterns=[PR-.*], cdBranchPatterns=[master], cdGitHostAndOrganisationToBranchPatterns={}, disableITestsCD=false, disableITestsCI=false, useDockerSocketFlag=false}
  403. [Pipeline] echo
  404. Loaded the useDockerSocket flag false
  405. [Pipeline] echo
  406. Running on openshift so using S2I binary source and Docker strategy
  407. [Pipeline] podTemplate
  408. [Pipeline] {
  409. [Pipeline] node
  410. Still waiting to schedule task
  411. Jenkins doesn’t have label clientstest3026_1
  412. Running on jenkins-slave-t4q2j-k7v20 in /home/jenkins/workspace/ohankanojia_test3026_master-RVNG2PFML6RHCUY2Q3PZCSY6UIC3OZ5K6FT3HEW7RSALL4L2NKFA
  413. [Pipeline] {
  414. [Pipeline] container
  415. [Pipeline] {
  416. [Pipeline] stage
  417. [Pipeline] { (Rollout to Run)
  418. [Pipeline] unstash
  419. [Pipeline] kubernetesApply
  420. Loading OpenShift ImageStreams file: test3026-is.yml
  421. Found namespace rokumar
  422. Found namespace rokumar-jenkins
  423. Found namespace rokumar-run
  424. Found existing environment rokumar-run
  425. No fabric8.yml so unable to add environment pod annotations
  426. No fabric8.yml so unable to add environment pod annotations
  427. No fabric8.yml so unable to add environment pod annotations
  428. No fabric8.yml so unable to add environment pod annotations
  429. No fabric8.yml so unable to add environment pod annotations
  430. Found BuildConfig name test3026 namespace rokumar from BuildConfigProjectProperty
  431. Found Build name test3026-1 from BuildCause
  432. Found BuildConfig: test3026 namespace: rokumar Build: test3026-1
  433. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, prometheus.io/scrape=true, prometheus.io/port=9779}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={expose=true, space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ServiceSpec(clusterIP=null, externalIPs=[], externalName=null, externalTrafficPolicy=null, healthCheckNodePort=null, loadBalancerIP=null, loadBalancerSourceRanges=[], ports=[ServicePort(name=http, nodePort=null, port=8080, protocol=TCP, targetPort=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), additionalProperties={})], selector={app=test3026, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  434. Applying ImageStream name: ImageStream data: ImageStream(apiVersion=image.openshift.io/v1, kind=ImageStream, metadata=ObjectMeta(annotations=null, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels=null, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=ImageStreamSpec(dockerImageRepository=null, lookupPolicy=null, tags=[TagReference(annotations=null, from=ObjectReference(apiVersion=null, fieldPath=null, kind=ImageStreamImage, name=test3026@sha256:a18224ee7bdf0b9f9ca3b5fe3a47faaa74f3f0c366cd992b77bac1349615f1f7, namespace=rokumar-jenkins, resourceVersion=null, uid=null, additionalProperties={}), generation=null, importPolicy=null, name=1.0.1, reference=null, referencePolicy=null, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  435. Applying DeploymentConfig name: DeploymentConfig data: DeploymentConfig(apiVersion=apps.openshift.io/v1, kind=DeploymentConfig, metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=test3026&var-version=1.0.1}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=DeploymentConfigSpec(minReadySeconds=null, paused=null, replicas=1, revisionHistoryLimit=2, selector={app=test3026, provider=fabric8, group=io.openshift.booster}, strategy=DeploymentStrategy(activeDeadlineSeconds=null, annotations=null, customParams=null, labels=null, recreateParams=null, resources=null, rollingParams=RollingDeploymentStrategyParams(intervalSeconds=null, maxSurge=null, maxUnavailable=null, post=null, pre=null, timeoutSeconds=3600, updatePeriodSeconds=null, additionalProperties={}), type=Rolling, additionalProperties={}), template=PodTemplateSpec(metadata=ObjectMeta(annotations={fabric8.io/git-commit=928708fbaf55a44357926e892469ae31f54e6e60, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=rohankanojia/test3026/master-1.0.1, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=test3026&var-version=1.0.1}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=test3026, app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=null, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=PodSpec(activeDeadlineSeconds=null, affinity=null, automountServiceAccountToken=null, containers=[Container(args=[], command=[], env=[EnvVar(name=KUBERNETES_NAMESPACE, value=null, valueFrom=EnvVarSource(configMapKeyRef=null, fieldRef=ObjectFieldSelector(apiVersion=null, fieldPath=metadata.namespace, additionalProperties={}), resourceFieldRef=null, secretKeyRef=null, additionalProperties={}), additionalProperties={})], envFrom=[], image= , imagePullPolicy=IfNotPresent, lifecycle=null, livenessProbe=Probe(exec=null, failureThreshold=null, httpGet=HTTPGetAction(host=null, httpHeaders=[], path=/, port=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), scheme=HTTP, additionalProperties={}), initialDelaySeconds=180, periodSeconds=null, successThreshold=null, tcpSocket=null, timeoutSeconds=null, additionalProperties={}), name=vertx, ports=[ContainerPort(containerPort=8080, hostIP=null, hostPort=null, name=http, protocol=TCP, additionalProperties={}), ContainerPort(containerPort=9779, hostIP=null, hostPort=null, name=prometheus, protocol=TCP, additionalProperties={}), ContainerPort(containerPort=8778, hostIP=null, hostPort=null, name=jolokia, protocol=TCP, additionalProperties={})], readinessProbe=Probe(exec=null, failureThreshold=null, httpGet=HTTPGetAction(host=null, httpHeaders=[], path=/, port=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), scheme=HTTP, additionalProperties={}), initialDelaySeconds=10, periodSeconds=null, successThreshold=null, tcpSocket=null, timeoutSeconds=null, additionalProperties={}), resources=null, securityContext=SecurityContext(capabilities=null, privileged=false, readOnlyRootFilesystem=null, runAsNonRoot=null, runAsUser=null, seLinuxOptions=null, additionalProperties={}), stdin=null, stdinOnce=null, terminationMessagePath=null, terminationMessagePolicy=null, tty=null, volumeMounts=[], workingDir=null, additionalProperties={})], dnsPolicy=null, hostAliases=[], hostIPC=null, hostNetwork=null, hostPID=null, hostname=null, imagePullSecrets=[], initContainers=[], nodeName=null, nodeSelector=null, restartPolicy=null, schedulerName=null, securityContext=null, serviceAccount=null, serviceAccountName=null, subdomain=null, terminationGracePeriodSeconds=null, tolerations=[], volumes=[], additionalProperties={}), additionalProperties={}), test=null, triggers=[DeploymentTriggerPolicy(imageChangeParams=null, type=ConfigChange, additionalProperties={}), DeploymentTriggerPolicy(imageChangeParams=DeploymentTriggerImageChangeParams(automatic=true, containerNames=[vertx], from=ObjectReference(apiVersion=null, fieldPath=null, kind=ImageStreamTag, name=test3026:1.0.1, namespace=null, resourceVersion=null, uid=null, additionalProperties={}), lastTriggeredImage=null, additionalProperties={}), type=ImageChange, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  436. ERROR: Unable to get git log: org.eclipse.jgit.api.errors.NoHeadException: No HEAD exists and no explicit starting revision was specified
  437. Applying Route name: Route data: Route(apiVersion=v1, kind=Route, metadata=ObjectMeta(annotations=null, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={app=test3026, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=test3026, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=RouteSpec(alternateBackends=[], host=null, path=null, port=RoutePort(targetPort=IntOrString(IntVal=8080, Kind=null, StrVal=null, additionalProperties={}), additionalProperties={}), tls=null, to=RouteTargetReference(kind=Service, name=test3026, weight=null, additionalProperties={}), wildcardPolicy=null, additionalProperties={}), status=null, additionalProperties={})
  438. Running: echo | exposecontroller --watch-namespace rokumar-run --exposer Route
  439. command: echo | exposecontroller --watch-namespace rokumar-run --exposer Route out: Please enter Username: Please enter Password:
  440. command: echo | exposecontroller --watch-namespace rokumar-run --exposer Route err: I0423 13:30:17.530453 991 exposecontroller.go:56] Using build: '2.3.27'
  441. I0423 13:30:17.544790 991 config.go:20] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults
  442. I0423 13:30:17.544824 991 exposecontroller.go:125] Running in : `rokumar-run`
  443. W0423 13:30:17.571517 991 controller.go:478] Failed to load url https://openshift.default.svc/.well-known/oauth-authorization-server got: Get https://openshift.default.svc/.well-known/oauth-authorization-server: x509: certificate signed by unknown authority
  444. E0423 13:30:17.572592 991 controller.go:186] Failed to list nodes to detect minishift: nodes is forbidden: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot list nodes at the cluster scope: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot list all nodes in the cluster
  445. I0423 13:30:17.572643 991 controller.go:118] Using OAuth Authorize URL:
  446. W0423 13:30:17.572662 991 controller.go:120] Please use $OAUTH_AUTHORIZE_URL to define the OAuth Authorize URL!
  447. W0423 13:30:17.573584 991 controller.go:251] Could not find kubernetes service in the default namespace so we could not detect whether to use http or https as the apiserver protocol. Error: services "kubernetes" is forbidden: User "system:serviceaccount:rokumar-jenkins:jenkins" cannot get services in the namespace "default": User "system:serviceaccount:rokumar-jenkins:jenkins" cannot get services in project "default"
  448. I0423 13:30:17.573971 991 controller.go:534] starting expose controller
  449. I0423 13:30:22.574227 991 controller.go:542] stopping expose controller
  450.  
  451. exposecontroller completed
  452. Service test3026 in environment Run namespace rokumar-run is at URL: http://test3026-rokumar-run.b542.starter-us-east-2a.openshiftapps.com
  453. Annotated Build test3026-1 in namespace rokumar with version 1.0.1 environment yaml rokumar-run=---
  454. environmentName: "Run"
  455. serviceUrls:
  456. test3026: "http://test3026-rokumar-run.b542.starter-us-east-2a.openshiftapps.com"
  457. deploymentVersions:
  458. test3026: "1.0.1"
  459.  
  460. [Pipeline] }
  461. [Pipeline] // stage
  462. [Pipeline] }
  463. [Pipeline] // container
  464. [Pipeline] }
  465. [Pipeline] // node
  466. [Pipeline] }
  467. [Pipeline] // podTemplate
  468. [Pipeline] End of Pipeline
  469.  
  470. GitHub has been notified of this commit’s build result
  471.  
  472. Finished: SUCCESS
  473. Page generated: Apr 23, 2018 1:49:15 PM UTCREST APIJenkins ver. 2.93
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement