Advertisement
Guest User

Untitled

a guest
Mar 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.24 KB | None | 0 0
  1. OpenShift Build hshinde/fmp-test12-2 from https://github.com/hrishin/fmp-test12.git
  2. 03:30:18 Connecting to https://api.github.com using hrishin/****** (cd-github)
  3. Obtained Jenkinsfile from 0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df
  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 3cec72c2d8e5315db58c5a8bde5f2e61a8c871f0
  9. > git rev-parse --is-inside-work-tree # timeout=10
  10. Fetching changes from the remote Git repository
  11. > git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  12. Fetching without tags
  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. Checking out Revision 3cec72c2d8e5315db58c5a8bde5f2e61a8c871f0 (master)
  17. > git config core.sparsecheckout # timeout=10
  18. > git checkout -f 3cec72c2d8e5315db58c5a8bde5f2e61a8c871f0
  19. Commit message: "Merge pull request #388 from fabric8io/pv"
  20. > git rev-list 3cec72c2d8e5315db58c5a8bde5f2e61a8c871f0 # timeout=10
  21. [Pipeline] echo
  22. Kubernetes Plugin Version 013
  23. [Pipeline] echo
  24. Loaded PipelineConfiguration PipelineConfiguration{jobNameToKindMap={}, ciBranchPatterns=[PR-.*], cdBranchPatterns=[master], cdGitHostAndOrganisationToBranchPatterns={}, disableITestsCD=false, disableITestsCI=false, useDockerSocketFlag=false}
  25. [Pipeline] echo
  26. Loaded the useDockerSocket flag false
  27. [Pipeline] podTemplate
  28. [Pipeline] {
  29. [Pipeline] node
  30. Still waiting to schedule task
  31. Jenkins doesn’t have label mavenfmp_test12_2
  32. Running on jenkins-slave-dwslt-7pdzh in /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA
  33. [Pipeline] {
  34. [Pipeline] checkout
  35. Cloning the remote Git repository
  36. Cloning with configured refspecs honoured and without tags
  37. Cloning repository https://github.com/hrishin/fmp-test12.git
  38. > git init /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA # timeout=10
  39. Fetching upstream changes from https://github.com/hrishin/fmp-test12.git
  40. > git --version # timeout=10
  41. using GIT_ASKPASS to set credentials cd-github
  42. > git fetch --no-tags --progress https://github.com/hrishin/fmp-test12.git +refs/heads/master:refs/remotes/origin/master
  43. > git config remote.origin.url https://github.com/hrishin/fmp-test12.git # timeout=10
  44. > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
  45. > git config remote.origin.url https://github.com/hrishin/fmp-test12.git # timeout=10
  46. Fetching without tags
  47. Fetching upstream changes from https://github.com/hrishin/fmp-test12.git
  48. using GIT_ASKPASS to set credentials cd-github
  49. > git fetch --no-tags --progress https://github.com/hrishin/fmp-test12.git +refs/heads/master:refs/remotes/origin/master
  50. Checking out Revision 0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df (master)
  51. > git config core.sparsecheckout # timeout=10
  52. > git checkout -f 0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df
  53. Commit message: "Initial import"
  54. > git rev-list 0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df # timeout=10
  55. [Pipeline] echo
  56. Using branch master
  57. [Pipeline] echo
  58. Using branch master
  59. [Pipeline] echo
  60. NOTE: running pipelines for the first time will take longer as build and base docker images are pulled onto the node
  61. [Pipeline] container
  62. [Pipeline] {
  63. [Pipeline] stage
  64. [Pipeline] { (Build Release)
  65. [Pipeline] sh
  66. [hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA] Running shell script
  67. + git checkout -b hrishin/fmp-test12/master-1.0.2
  68. Switched to a new branch 'hrishin/fmp-test12/master-1.0.2'
  69. [Pipeline] sh
  70. [hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA] Running shell script
  71. + mvn org.codehaus.mojo:versions-maven-plugin:2.2:set -U -DnewVersion=1.0.2
  72. 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
  73. [INFO] Scanning for projects...
  74. [INFO]
  75. [INFO] ------------------------------------------------------------------------
  76. [INFO] Building Vert.x - HTTP 1.0.0-SNAPSHOT
  77. [INFO] ------------------------------------------------------------------------
  78. [INFO]
  79. [INFO] --- versions-maven-plugin:2.2:set (default-cli) @ fmp-test12 ---
  80. EXITCODE 0[INFO] Searching for local aggregator root...
  81. [INFO] Local aggregation root: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA
  82. [INFO] Processing change of io.openshift.booster:fmp-test12:1.0.0-SNAPSHOT -> 1.0.2
  83. [INFO] Processing io.openshift.booster:fmp-test12
  84. [INFO] Updating project io.openshift.booster:fmp-test12
  85. [INFO] from version 1.0.0-SNAPSHOT to 1.0.2
  86. [INFO]
  87. [INFO] ------------------------------------------------------------------------
  88. [INFO] BUILD SUCCESS
  89. [INFO] ------------------------------------------------------------------------
  90. [INFO] Total time: 19.588 s
  91. [INFO] Finished at: 2018-03-15T03:32:34+00:00
  92. [INFO] Final Memory: 9M/14M
  93. [INFO] ------------------------------------------------------------------------
  94. [Pipeline] sh
  95. [hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA] Running shell script
  96. + mvn clean -B -e -U deploy -Dmaven.test.skip=false -P openshift
  97. 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
  98. [INFO] Error stacktraces are turned on.
  99. [INFO] Scanning for projects...
  100. [INFO]
  101. [INFO] ------------------------------------------------------------------------
  102. [INFO] Building Vert.x - HTTP 1.0.2
  103. [INFO] ------------------------------------------------------------------------
  104. [INFO]
  105. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ fmp-test12 ---
  106. [INFO]
  107. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ fmp-test12 ---
  108. [INFO]
  109. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ fmp-test12 ---
  110. [INFO]
  111. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ fmp-test12 ---
  112. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA' && 'git' 'rev-parse' '--verify' 'HEAD'
  113. [INFO] Working directory: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA
  114. [INFO] Storing buildNumber: 0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df at timestamp: 1521084794917
  115. [INFO] Storing buildScmBranch: hrishin/fmp-test12/master-1.0.2
  116. [INFO]
  117. [INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ fmp-test12 ---
  118. [INFO]
  119. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ fmp-test12 ---
  120. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  121. [INFO] Copying 1 resource
  122. [INFO]
  123. [INFO] --- fabric8-maven-plugin:3.5.38:resource (fmp) @ fmp-test12 ---
  124. [INFO] F8: Running in OpenShift mode
  125. [INFO] F8: Using docker image name of namespace: hshinde-jenkins
  126. [INFO] F8: Running generator vertx
  127. [INFO] F8: vertx: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  128. [INFO] F8: using resource templates from /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/src/main/fabric8
  129. [INFO] F8: fmp-controller: Adding a default Deployment
  130. [INFO] F8: fmp-service: Adding a default service 'fmp-test12' with ports [8080]
  131. [INFO] F8: vertx-health-check: Adding readiness probe on port 8080, path='/', scheme='HTTP', with initial delay 10 seconds
  132. [INFO] F8: vertx-health-check: Adding liveness probe on port 8080, path='/', scheme='HTTP', with initial delay 180 seconds
  133. [INFO] F8: fmp-revision-history: Adding revision history limit to 2
  134. [INFO] F8: f8-icon: Adding icon for deployment
  135. [INFO] F8: f8-icon: Adding icon for service
  136. [INFO] F8: validating /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/openshift/fmp-test12-svc.yml resource
  137. [INFO] F8: validating /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/openshift/fmp-test12-deploymentconfig.yml resource
  138. [INFO] F8: validating /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/openshift/fmp-test12-route.yml resource
  139. [INFO] F8: validating /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/kubernetes/fmp-test12-svc.yml resource
  140. [INFO] F8: validating /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/kubernetes/fmp-test12-deployment.yml resource
  141. [INFO]
  142. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ fmp-test12 ---
  143. [INFO] Changes detected - recompiling the module!
  144. [INFO] Compiling 1 source file to /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes
  145. [INFO]
  146. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ fmp-test12 ---
  147. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  148. [INFO] Copying 1 resource
  149. [INFO]
  150. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ fmp-test12 ---
  151. [INFO] Changes detected - recompiling the module!
  152. [INFO] Compiling 2 source files to /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/test-classes
  153. [INFO]
  154. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ fmp-test12 ---
  155. [INFO] Surefire report directory: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/surefire-reports
  156. [INFO]
  157. [INFO] -------------------------------------------------------
  158. [INFO] T E S T S
  159. [INFO] -------------------------------------------------------
  160. [INFO] Running io.openshift.booster.HttpApplicationTest
  161. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  162. SLF4J: Defaulting to no-operation (NOP) logger implementation
  163. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  164. Server started on port 8081
  165. Server started on port 8081
  166. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 s - in io.openshift.booster.HttpApplicationTest
  167. [INFO]
  168. [INFO] Results:
  169. [INFO]
  170. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  171. [INFO]
  172. [INFO]
  173. [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ fmp-test12 ---
  174. [INFO] Building jar: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/fmp-test12-1.0.2.jar
  175. [INFO]
  176. [INFO] --- vertx-maven-plugin:1.0.13:package (vmp) @ fmp-test12 ---
  177. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA' && 'git' 'whatchanged' '--until=2018-03-15 03:33:59 +0000' '--date=iso' '--' '/home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA'
  178. [INFO] Working directory: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA
  179. [INFO]
  180. [INFO] --- fabric8-maven-plugin:3.5.38:build (fmp) @ fmp-test12 ---
  181. [INFO] F8: Using OpenShift build with strategy S2I
  182. [INFO] F8: Running generator vertx
  183. [INFO] F8: vertx: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  184. [INFO] Copying files to /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/docker/fmp-test12/1.0.2/build/maven
  185. [INFO] Building tar: /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/docker/fmp-test12/1.0.2/tmp/docker-build.tar
  186. [INFO] F8: [fmp-test12:1.0.2] "vertx": Created docker source tar /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/docker/fmp-test12/1.0.2/tmp/docker-build.tar
  187. [INFO] F8: Updating BuildServiceConfig fmp-test12-s2i for Source strategy
  188. [INFO] F8: Adding to ImageStream fmp-test12
  189. [INFO] F8: Starting Build fmp-test12-s2i
  190. [INFO] F8: Waiting for build fmp-test12-s2i-2 to complete...
  191. [INFO] F8: Pulling image "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2" ...
  192. [INFO] Current reconnect backoff is 1000 milliseconds (T0)
  193. [INFO] Current reconnect backoff is 2000 milliseconds (T1)
  194. [INFO] F8: ==================================================================
  195. [INFO] F8: Starting S2I Java Build .....
  196. [INFO] F8: S2I binary build from fabric8-maven-plugin detected
  197. [INFO] F8: Copying binaries from /tmp/src/maven to /deployments ...
  198. [INFO] F8: ... done
  199. [INFO] F8:
  200. [INFO] F8: Pushing image 172.30.98.11:5000/hshinde-jenkins/fmp-test12:1.0.2 ...
  201. [INFO] F8: Pushed 0/6 layers, 3% complete
  202. [INFO] F8: Pushed 1/6 layers, 21% complete
  203. [INFO] Current reconnect backoff is 4000 milliseconds (T2)
  204. [INFO] F8: Pushed 2/6 layers, 41% complete
  205. [INFO] F8: Pushed 3/6 layers, 57% complete
  206. [INFO] Current reconnect backoff is 8000 milliseconds (T3)
  207. [INFO] F8: Pushed 4/6 layers, 77% complete
  208. [INFO] Current reconnect backoff is 16000 milliseconds (T4)
  209. [INFO] F8: Pushed 5/6 layers, 98% complete
  210. [INFO] F8: Pushed 6/6 layers, 100% complete
  211. [INFO] F8: Push successful
  212. [INFO] F8: Build fmp-test12-s2i-2 Complete
  213. [INFO] Current reconnect backoff is 32000 milliseconds (T5)
  214. [ERROR] Exception in reconnect
  215. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@19002ec rejected from java.util.concurrent.ScheduledThreadPoolExecutor@92993a[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 10]
  216. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  217. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  218. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  219. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  220. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.schedule(Executors.java:729)
  221. at io.fabric8.kubernetes.client.dsl.internal.WatchHTTPManager$3.run(WatchHTTPManager.java:207)
  222. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  223. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  224. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  225. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  226. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  227. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  228. at java.lang.Thread.run(Thread.java:748)
  229. [INFO] F8: Found tag on ImageStream fmp-test12 tag: sha256:996c61d258e50477c602f99166036539e8614272a92eec6d0d92139d20f285dd
  230. [INFO] F8: ImageStream fmp-test12 written to /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/fmp-test12-is.yml
  231. [INFO]
  232. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ fmp-test12 ---
  233. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/fmp-test12-1.0.2.jar to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2.jar
  234. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/pom.xml to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2.pom
  235. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/openshift.yml to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2-openshift.yml
  236. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/openshift.json to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2-openshift.json
  237. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/kubernetes.yml to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2-kubernetes.yml
  238. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/classes/META-INF/fabric8/kubernetes.json to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2-kubernetes.json
  239. [INFO] Installing /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA/target/fmp-test12-is.yml to /root/.mvnrepository/io/openshift/booster/fmp-test12/1.0.2/fmp-test12-1.0.2-is.yml
  240. [INFO]
  241. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ fmp-test12 ---
  242. [INFO] Using alternate deployment repository local-nexus::default::http://content-repository/content/repositories/staging/
  243. [INFO] ------------------------------------------------------------------------
  244. [INFO] BUILD SUCCESS
  245. [INFO] ------------------------------------------------------------------------
  246. [INFO] Total time: 02:04 min
  247. [INFO] Finished at: 2018-03-15T03:34:44+00:00
  248. [INFO] Final Memory: 44M/64M
  249. [INFO] ------------------------------------------------------------------------
  250. [Pipeline] findFiles
  251. [Pipeline] step
  252. Recording test results
  253. [Pipeline] findFiles
  254. [Pipeline] echo
  255. Looking for matching Build fmp-test12-2
  256. [Pipeline] echo
  257. Looking for matching Build fmp-test12-2
  258. [Pipeline] echo
  259. Adding annotation 'fabric8.io/jenkins.testReportUrl: nulltestReport' to Build fmp-test12-2
  260. [Pipeline] echo
  261. looking for fmp-test12-2 in namespace hshinde
  262. [Pipeline] echo
  263. Checking bayesian-link exists
  264. [Pipeline] sh
  265. [hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA] Running shell script
  266. + mvn io.github.stackinfo:stackinfo-maven-plugin:0.2:prepare
  267. 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
  268. [INFO] Scanning for projects...
  269. [INFO]
  270. [INFO] ------------------------------------------------------------------------
  271. [INFO] Building Vert.x - HTTP 1.0.2
  272. [INFO] ------------------------------------------------------------------------
  273. [INFO]
  274. [INFO] --- stackinfo-maven-plugin:0.2:prepare (default-cli) @ fmp-test12 ---
  275. [INFO] ------------------------------------------------------------------------
  276. [INFO] BUILD SUCCESS
  277. [INFO] ------------------------------------------------------------------------
  278. [INFO] Total time: 6.297 s
  279. [INFO] Finished at: 2018-03-15T03:35:02+00:00
  280. [INFO] Final Memory: 7M/10M
  281. [INFO] ------------------------------------------------------------------------
  282. [Pipeline] retry
  283. [Pipeline] {
  284. [Pipeline] bayesianAnalysis
  285. Running Bayesian stack analysis...
  286. Bayesian API URL is https://recommender.api.openshift.io/api/v1
  287. [Pipeline] echo
  288. Looking for matching Build fmp-test12-2
  289. [Pipeline] echo
  290. Adding annotation 'fabric8.io/bayesian.analysisUrl: https://recommender.api.openshift.io/api/v1/stack-analyses/7a3a20cc3e034f53aca54009c49e3917' to Build fmp-test12-2
  291. [Pipeline] echo
  292. looking for fmp-test12-2 in namespace hshinde
  293. [Pipeline] }
  294. [Pipeline] // retry
  295. [Pipeline] echo
  296. Checking sonarqube exists
  297. [Pipeline] echo
  298. Code validation service: sonarqube not available
  299. [Pipeline] echo
  300. s2i mode: true
  301. [Pipeline] echo
  302. Checking content-repository exists
  303. [Pipeline] echo
  304. mvn site disabled
  305. [Pipeline] stash
  306. Stashed 11 file(s)
  307. [Pipeline] }
  308. [Pipeline] // stage
  309. [Pipeline] stage
  310. [Pipeline] { (Rollout to Stage)
  311. [Pipeline] kubernetesApply
  312. Loading OpenShift ImageStreams file: fmp-test12-is.yml
  313. Found namespace hshinde
  314. Found namespace hshinde-jenkins
  315. Found namespace hshinde-run
  316. Found namespace hshinde-stage
  317. Found existing environment hshinde-stage
  318. No fabric8.yml so unable to add environment pod annotations
  319. No fabric8.yml so unable to add environment pod annotations
  320. No fabric8.yml so unable to add environment pod annotations
  321. No fabric8.yml so unable to add environment pod annotations
  322. No fabric8.yml so unable to add environment pod annotations
  323. Found BuildConfig name fmp-test12 namespace hshinde from BuildConfigProjectProperty
  324. Found Build name fmp-test12-2 from BuildCause
  325. Found BuildConfig: fmp-test12 namespace: hshinde Build: fmp-test12-2
  326. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, 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=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, 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=fmp-test12, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  327. 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=fmp-test12, 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=fmp-test12@sha256:996c61d258e50477c602f99166036539e8614272a92eec6d0d92139d20f285dd, namespace=hshinde-jenkins, resourceVersion=null, uid=null, additionalProperties={}), generation=null, importPolicy=null, name=1.0.2, reference=null, referencePolicy=null, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  328. Applying DeploymentConfig name: DeploymentConfig data: DeploymentConfig(apiVersion=apps.openshift.io/v1, kind=DeploymentConfig, metadata=ObjectMeta(annotations={fabric8.io/git-commit=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=fmp-test12&var-version=1.0.2}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=DeploymentConfigSpec(minReadySeconds=null, paused=null, replicas=1, revisionHistoryLimit=2, selector={app=fmp-test12, 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=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=fmp-test12&var-version=1.0.2}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, 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=fmp-test12:1.0.2, namespace=null, resourceVersion=null, uid=null, additionalProperties={}), lastTriggeredImage=null, additionalProperties={}), type=ImageChange, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  329. 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=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, 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=fmp-test12, weight=null, additionalProperties={}), wildcardPolicy=null, additionalProperties={}), status=null, additionalProperties={})
  330. Running: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route
  331. command: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route out: Please enter Username: Please enter Password:
  332. command: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route err: I0315 03:35:17.978272 478 exposecontroller.go:56] Using build: '2.3.27'
  333. I0315 03:35:17.991537 478 config.go:20] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults
  334. I0315 03:35:17.991583 478 exposecontroller.go:125] Running in : `hshinde-stage`
  335. W0315 03:35:18.022705 478 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
  336. E0315 03:35:18.023703 478 controller.go:186] Failed to list nodes to detect minishift: the server does not allow access to the requested resource (get nodes)
  337. I0315 03:35:18.023728 478 controller.go:118] Using OAuth Authorize URL:
  338. W0315 03:35:18.023738 478 controller.go:120] Please use $OAUTH_AUTHORIZE_URL to define the OAuth Authorize URL!
  339. W0315 03:35:18.024639 478 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: the server does not allow access to the requested resource (get services kubernetes)
  340. I0315 03:35:18.024682 478 controller.go:534] starting expose controller
  341. I0315 03:35:23.024867 478 controller.go:542] stopping expose controller
  342.  
  343. exposecontroller completed
  344. Service fmp-test12 in environment Stage namespace hshinde-stage is at URL: http://fmp-test12-hshinde-stage.8a09.starter-us-east-2.openshiftapps.com
  345. Annotated Build fmp-test12-2 in namespace hshinde with version 1.0.2 environment yaml hshinde-stage=---
  346. environmentName: "Stage"
  347. serviceUrls:
  348. fmp-test12: "http://fmp-test12-hshinde-stage.8a09.starter-us-east-2.openshiftapps.com"
  349. deploymentVersions:
  350. fmp-test12: "1.0.2"
  351.  
  352. [Pipeline] }
  353. [Pipeline] // stage
  354. [Pipeline] }
  355. [Pipeline] // container
  356. [Pipeline] }
  357. [Pipeline] // node
  358. [Pipeline] }
  359. [Pipeline] // podTemplate
  360. [Pipeline] echo
  361. Using branch master
  362. [Pipeline] node
  363. Running on Jenkins in /var/lib/jenkins/jobs/hrishin/jobs/fmp-test12/branches/master/workspace
  364. [Pipeline] {
  365. [Pipeline] stage
  366. [Pipeline] { (Approve)
  367. [Pipeline] hubotApprove
  368. Hubot sending to room fabric8_default => Would you like to promote version 1.0.2 to the next environment?
  369.  
  370. to Proceed reply: fabric8 jenkins proceed job hrishin/fmp-test12/master build 2
  371. to Abort reply: fabric8 jenkins abort job hrishin/fmp-test12/master build 2
  372.  
  373. No service hubot is running!!!
  374. No service found!
  375. [Pipeline] approveRequestedEvent
  376. [Pipeline] timeout
  377. Timeout set to expire in 1 day 0 hr
  378. [Pipeline] {
  379. [Pipeline] input
  380.  
  381. Would you like to promote version 1.0.2 to the next environment?
  382.  
  383. Proceed or Abort
  384. Approved by hshinde
  385. [Pipeline] }
  386. [Pipeline] // timeout
  387. [Pipeline] approveReceivedEvent
  388. No approve event id found. Skipping approval event update request
  389. [Pipeline] }
  390. [Pipeline] // stage
  391. [Pipeline] }
  392. [Pipeline] // node
  393. [Pipeline] echo
  394. Loaded PipelineConfiguration PipelineConfiguration{jobNameToKindMap={}, ciBranchPatterns=[PR-.*], cdBranchPatterns=[master], cdGitHostAndOrganisationToBranchPatterns={}, disableITestsCD=false, disableITestsCI=false, useDockerSocketFlag=false}
  395. [Pipeline] echo
  396. Loaded the useDockerSocket flag false
  397. [Pipeline] echo
  398. Running on openshift so using S2I binary source and Docker strategy
  399. [Pipeline] podTemplate
  400. [Pipeline] {
  401. [Pipeline] node
  402. Still waiting to schedule task
  403. Jenkins doesn’t have label clientsfmp_test12_2
  404. Running on jenkins-slave-ms5wx-0ppp4 in /home/jenkins/workspace/hrishin_fmp-test12_master-WKCU4G4C7JV5PNYK6ER3VYJGNWS3IPWSPRSBN2MW5LZ25DDOKAGA
  405. [Pipeline] {
  406. [Pipeline] container
  407. [Pipeline] {
  408. [Pipeline] stage
  409. [Pipeline] { (Rollout to Run)
  410. [Pipeline] unstash
  411. [Pipeline] kubernetesApply
  412. Loading OpenShift ImageStreams file: fmp-test12-is.yml
  413. Found namespace hshinde
  414. Found namespace hshinde-jenkins
  415. Found namespace hshinde-run
  416. Found existing environment hshinde-run
  417. No fabric8.yml so unable to add environment pod annotations
  418. No fabric8.yml so unable to add environment pod annotations
  419. No fabric8.yml so unable to add environment pod annotations
  420. No fabric8.yml so unable to add environment pod annotations
  421. No fabric8.yml so unable to add environment pod annotations
  422. Found BuildConfig name fmp-test12 namespace hshinde from BuildConfigProjectProperty
  423. Found Build name fmp-test12-2 from BuildCause
  424. Found BuildConfig: fmp-test12 namespace: hshinde Build: fmp-test12-2
  425. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, 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=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, 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=fmp-test12, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  426. 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=fmp-test12, 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=fmp-test12@sha256:996c61d258e50477c602f99166036539e8614272a92eec6d0d92139d20f285dd, namespace=hshinde-jenkins, resourceVersion=null, uid=null, additionalProperties={}), generation=null, importPolicy=null, name=1.0.2, reference=null, referencePolicy=null, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  427. Applying DeploymentConfig name: DeploymentConfig data: DeploymentConfig(apiVersion=apps.openshift.io/v1, kind=DeploymentConfig, metadata=ObjectMeta(annotations={fabric8.io/git-commit=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=fmp-test12&var-version=1.0.2}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=DeploymentConfigSpec(minReadySeconds=null, paused=null, replicas=1, revisionHistoryLimit=2, selector={app=fmp-test12, 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=0ffca943bbfd3fff0ee75dbd7cb3bba4158f37df, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/fmp-test12/master-1.0.2, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=fmp-test12&var-version=1.0.2}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=FMP-test, app=fmp-test12, provider=fabric8, version=1.0.2, 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=fmp-test12:1.0.2, namespace=null, resourceVersion=null, uid=null, additionalProperties={}), lastTriggeredImage=null, additionalProperties={}), type=ImageChange, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  428. ERROR: Unable to get git log: org.eclipse.jgit.api.errors.NoHeadException: No HEAD exists and no explicit starting revision was specified
  429. 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=fmp-test12, provider=fabric8, version=1.0.2, group=io.openshift.booster}, name=fmp-test12, 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=fmp-test12, weight=null, additionalProperties={}), wildcardPolicy=null, additionalProperties={}), status=null, additionalProperties={})
  430. Running: echo | exposecontroller --watch-namespace hshinde-run --exposer Route
  431. command: echo | exposecontroller --watch-namespace hshinde-run --exposer Route out: Please enter Username: Please enter Password:
  432. command: echo | exposecontroller --watch-namespace hshinde-run --exposer Route err: I0315 03:36:28.098215 541 exposecontroller.go:56] Using build: '2.3.27'
  433. I0315 03:36:28.110797 541 config.go:20] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults
  434. I0315 03:36:28.110833 541 exposecontroller.go:125] Running in : `hshinde-run`
  435. W0315 03:36:28.135509 541 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
  436. E0315 03:36:28.136647 541 controller.go:186] Failed to list nodes to detect minishift: the server does not allow access to the requested resource (get nodes)
  437. I0315 03:36:28.136664 541 controller.go:118] Using OAuth Authorize URL:
  438. W0315 03:36:28.136670 541 controller.go:120] Please use $OAUTH_AUTHORIZE_URL to define the OAuth Authorize URL!
  439. W0315 03:36:28.137498 541 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: the server does not allow access to the requested resource (get services kubernetes)
  440. I0315 03:36:28.137540 541 controller.go:534] starting expose controller
  441. I0315 03:36:33.137754 541 controller.go:542] stopping expose controller
  442.  
  443. exposecontroller completed
  444. Service fmp-test12 in environment Run namespace hshinde-run is at URL: http://fmp-test12-hshinde-run.8a09.starter-us-east-2.openshiftapps.com
  445. Annotated Build fmp-test12-2 in namespace hshinde with version 1.0.2 environment yaml hshinde-run=---
  446. environmentName: "Run"
  447. serviceUrls:
  448. fmp-test12: "http://fmp-test12-hshinde-run.8a09.starter-us-east-2.openshiftapps.com"
  449. deploymentVersions:
  450. fmp-test12: "1.0.2"
  451.  
  452. [Pipeline] }
  453. [Pipeline] // stage
  454. [Pipeline] }
  455. [Pipeline] // container
  456. [Pipeline] }
  457. [Pipeline] // node
  458. [Pipeline] }
  459. [Pipeline] // podTemplate
  460. [Pipeline] End of Pipeline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement