Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.36 KB | None | 0 0
  1. OpenShift Build hshinde/vertxhttpbooster-11 from https://github.com/hrishin/vertxhttpbooster.git
  2. 13:31:33 Connecting to https://api.github.com using hrishin/****** (cd-github)
  3. Obtained Jenkinsfile from 60b4cb30aec2ac930dba68e2145fa3e077eb5d4f
  4. Loading library github.com/hrishin/fabric8-pipeline-library@drop-pv
  5. Attempting to resolve drop-pv from remote references...
  6. > git --version # timeout=10
  7. > git ls-remote -h -t https://github.com/hrishin/fabric8-pipeline-library.git # timeout=10
  8. Found match: refs/heads/drop-pv revision e8846122c611928a60b931498e5327e962985fca
  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/hrishin/fabric8-pipeline-library.git # timeout=10
  12. Fetching without tags
  13. Fetching upstream changes from https://github.com/hrishin/fabric8-pipeline-library.git
  14. > git --version # timeout=10
  15. > git fetch --no-tags --progress https://github.com/hrishin/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
  16. Checking out Revision e8846122c611928a60b931498e5327e962985fca (drop-pv)
  17. > git config core.sparsecheckout # timeout=10
  18. > git checkout -f e8846122c611928a60b931498e5327e962985fca
  19. Commit message: "dropped PV"
  20. > git rev-list 6d11020964a92c12a6583ea94c7a882cd3c9ea73 # 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 mavenvertxhttpbooster_11
  32. Running on jenkins-slave-ljhnb-43wvd in /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ
  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/vertxhttpbooster.git
  38. > git init /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ # timeout=10
  39. Fetching upstream changes from https://github.com/hrishin/vertxhttpbooster.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/vertxhttpbooster.git +refs/heads/master:refs/remotes/origin/master
  43. > git config remote.origin.url https://github.com/hrishin/vertxhttpbooster.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/vertxhttpbooster.git # timeout=10
  46. Fetching without tags
  47. Fetching upstream changes from https://github.com/hrishin/vertxhttpbooster.git
  48. using GIT_ASKPASS to set credentials cd-github
  49. > git fetch --no-tags --progress https://github.com/hrishin/vertxhttpbooster.git +refs/heads/master:refs/remotes/origin/master
  50. Checking out Revision 60b4cb30aec2ac930dba68e2145fa3e077eb5d4f (master)
  51. > git config core.sparsecheckout # timeout=10
  52. > git checkout -f 60b4cb30aec2ac930dba68e2145fa3e077eb5d4f
  53. Commit message: "README"
  54. > git rev-list 60b4cb30aec2ac930dba68e2145fa3e077eb5d4f # 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. [hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ] Running shell script
  67. + git checkout -b hrishin/vertxhttpbooster/master-1.0.11
  68. Switched to a new branch 'hrishin/vertxhttpbooster/master-1.0.11'
  69. [Pipeline] sh
  70. [hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ] Running shell script
  71. + mvn org.codehaus.mojo:versions-maven-plugin:2.2:set -U -DnewVersion=1.0.11
  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.1
  77. [INFO] ------------------------------------------------------------------------
  78. [INFO]
  79. [INFO] --- versions-maven-plugin:2.2:set (default-cli) @ vertxhttpbooster ---
  80. [INFO] Searching for local aggregator root...
  81. [INFO] Local aggregation root: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ
  82. [INFO] Processing change of io.openshift.booster:vertxhttpbooster:1.0.1 -> 1.0.11
  83. [INFO] Processing io.openshift.booster:vertxhttpbooster
  84. [INFO] Updating project io.openshift.booster:vertxhttpbooster
  85. [INFO] from version 1.0.1 to 1.0.11
  86. [INFO]
  87. [INFO] ------------------------------------------------------------------------
  88. [INFO] BUILD SUCCESS
  89. [INFO] ------------------------------------------------------------------------
  90. [INFO] Total time: 02:29 min
  91. [INFO] Finished at: 2018-03-01T13:35:25+00:00
  92. [INFO] Final Memory: 10M/15M
  93. [INFO] ------------------------------------------------------------------------
  94. [Pipeline] sh
  95. [hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ] 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.11
  103. [INFO] ------------------------------------------------------------------------
  104. [INFO]
  105. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ vertxhttpbooster ---
  106. [INFO]
  107. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ vertxhttpbooster ---
  108. Mar 01, 2018 1:39:33 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
  109. INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://repo.maven.apache.org:443: Connection reset
  110. Mar 01, 2018 1:39:33 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
  111. INFO: Retrying request to {s}->https://repo.maven.apache.org:443
  112. [INFO]
  113. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ vertxhttpbooster ---
  114. [INFO]
  115. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ vertxhttpbooster ---
  116. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ' && 'git' 'rev-parse' '--verify' 'HEAD'
  117. [INFO] Working directory: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ
  118. [INFO] Storing buildNumber: 60b4cb30aec2ac930dba68e2145fa3e077eb5d4f at timestamp: 1519911631097
  119. [INFO] Storing buildScmBranch: hrishin/vertxhttpbooster/master-1.0.11
  120. [INFO]
  121. [INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ vertxhttpbooster ---
  122. [INFO]
  123. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ vertxhttpbooster ---
  124. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  125. [INFO] Copying 1 resource
  126. [INFO]
  127. [INFO] --- fabric8-maven-plugin:3.5.28:resource (fmp) @ vertxhttpbooster ---
  128. [INFO] F8: Running in OpenShift mode
  129. [INFO] F8: Using docker image name of namespace: hshinde-jenkins
  130. [INFO] F8: Running generator vertx
  131. [INFO] F8: vertx: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift as base / builder
  132. [INFO] F8: using resource templates from /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/src/main/fabric8
  133. [INFO] F8: fmp-controller: Adding a default Deployment
  134. [INFO] F8: fmp-service: Adding a default service 'vertxhttpbooster' with ports [8080]
  135. [INFO] F8: vertx-health-check: Adding readiness probe on port 8080, path='/', scheme='HTTP', with initial delay 10 seconds
  136. [INFO] F8: vertx-health-check: Adding liveness probe on port 8080, path='/', scheme='HTTP', with initial delay 180 seconds
  137. [INFO] F8: fmp-revision-history: Adding revision history limit to 2
  138. [INFO] F8: f8-icon: Adding icon for deployment
  139. [INFO] F8: f8-icon: Adding icon for service
  140. [INFO] F8: validating /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/openshift/vertxhttpbooster-svc.yml resource
  141. [INFO] F8: validating /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/openshift/vertxhttpbooster-deploymentconfig.yml resource
  142. [INFO] F8: validating /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/openshift/vertxhttpbooster-route.yml resource
  143. [INFO] F8: validating /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/kubernetes/vertxhttpbooster-svc.yml resource
  144. [INFO] F8: validating /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/kubernetes/vertxhttpbooster-deployment.yml resource
  145. [INFO]
  146. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ vertxhttpbooster ---
  147. [INFO] Changes detected - recompiling the module!
  148. [INFO] Compiling 1 source file to /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes
  149. [INFO]
  150. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ vertxhttpbooster ---
  151. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  152. [INFO] Copying 1 resource
  153. [INFO]
  154. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ vertxhttpbooster ---
  155. [INFO] Changes detected - recompiling the module!
  156. [INFO] Compiling 2 source files to /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/test-classes
  157. [INFO]
  158. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ vertxhttpbooster ---
  159. [INFO] Surefire report directory: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/surefire-reports
  160. [INFO]
  161. [INFO] -------------------------------------------------------
  162. [INFO] T E S T S
  163. [INFO] -------------------------------------------------------
  164. [INFO] Running io.openshift.booster.HttpApplicationTest
  165. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  166. SLF4J: Defaulting to no-operation (NOP) logger implementation
  167. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  168. Mar 01, 2018 1:43:57 PM io.netty.util.internal.MacAddressUtil defaultMachineId
  169. WARNING: Failed to find a usable hardware address from the network interfaces; using random bytes: b6:80:5f:ca:7f:04:19:bd
  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.665 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) @ vertxhttpbooster ---
  180. [INFO] Building jar: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/vertxhttpbooster-1.0.11.jar
  181. [INFO]
  182. [INFO] --- vertx-maven-plugin:1.0.13:package (vmp) @ vertxhttpbooster ---
  183. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ' && 'git' 'whatchanged' '--until=2018-03-01 13:44:07 +0000' '--date=iso' '--' '/home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ'
  184. [INFO] Working directory: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ
  185. [INFO]
  186. [INFO] --- fabric8-maven-plugin:3.5.28:build (fmp) @ vertxhttpbooster ---
  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 as base / builder
  190. [INFO] Copying files to /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/docker/vertxhttpbooster/1.0.11/build/maven
  191. [INFO] Building tar: /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/docker/vertxhttpbooster/1.0.11/tmp/docker-build.tar
  192. [INFO] F8: [vertxhttpbooster:1.0.11] "vertx": Created docker source tar /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/docker/vertxhttpbooster/1.0.11/tmp/docker-build.tar
  193. [INFO] F8: Updating BuildServiceConfig vertxhttpbooster-s2i for Source strategy
  194. [INFO] F8: Adding to ImageStream vertxhttpbooster
  195. [INFO] F8: Starting Build vertxhttpbooster-s2i
  196. [INFO] F8: Waiting for build vertxhttpbooster-s2i-2 to complete...
  197. [INFO] Current reconnect backoff is 1000 milliseconds (T0)
  198. [INFO] Current reconnect backoff is 2000 milliseconds (T1)
  199. [INFO] Current reconnect backoff is 4000 milliseconds (T2)
  200. [INFO] Current reconnect backoff is 8000 milliseconds (T3)
  201. [INFO] F8: Build vertxhttpbooster-s2i-2 Complete
  202. [INFO] Current reconnect backoff is 16000 milliseconds (T4)
  203. [ERROR] Exception in reconnect
  204. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@cd14a4 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1cf9b99[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 8]
  205. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  206. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  207. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  208. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  209. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.schedule(Executors.java:729)
  210. at io.fabric8.kubernetes.client.dsl.internal.WatchHTTPManager$3.run(WatchHTTPManager.java:207)
  211. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  212. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  213. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  214. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  215. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  216. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  217. at java.lang.Thread.run(Thread.java:748)
  218. Mar 01, 2018 1:44:36 PM okhttp3.internal.platform.Platform log
  219. 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);
  220. [INFO] F8: Found tag on ImageStream vertxhttpbooster tag: sha256:9582a6869c9cfcebe21b9bbe357c8905cdee5d415a8aec4b0327be4a037f3421
  221. [INFO] F8: ImageStream vertxhttpbooster written to /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/vertxhttpbooster-is.yml
  222. [INFO]
  223. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ vertxhttpbooster ---
  224. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/vertxhttpbooster-1.0.11.jar to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11.jar
  225. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/pom.xml to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11.pom
  226. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/openshift.yml to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11-openshift.yml
  227. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/openshift.json to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11-openshift.json
  228. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/kubernetes.yml to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11-kubernetes.yml
  229. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/classes/META-INF/fabric8/kubernetes.json to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11-kubernetes.json
  230. [INFO] Installing /home/jenkins/workspace/hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ/target/vertxhttpbooster-is.yml to /tmp/.mvnrepository/io/openshift/booster/vertxhttpbooster/1.0.11/vertxhttpbooster-1.0.11-is.yml
  231. [INFO]
  232. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ vertxhttpbooster ---
  233. [INFO] Using alternate deployment repository local-nexus::default::http://content-repository/content/repositories/staging/
  234. [INFO] ------------------------------------------------------------------------
  235. [INFO] BUILD SUCCESS
  236. [INFO] ------------------------------------------------------------------------
  237. [INFO] Total time: 09:09 min
  238. [INFO] Finished at: 2018-03-01T13:44:39+00:00
  239. [INFO] Final Memory: 42M/72M
  240. [INFO] ------------------------------------------------------------------------
  241. [Pipeline] findFiles
  242. [Pipeline] step
  243. Recording test results
  244. [Pipeline] findFiles
  245. [Pipeline] echo
  246. Looking for matching Build vertxhttpbooster-11
  247. [Pipeline] echo
  248. Looking for matching Build vertxhttpbooster-11
  249. [Pipeline] echo
  250. Adding annotation 'fabric8.io/jenkins.testReportUrl: nulltestReport' to Build vertxhttpbooster-11
  251. [Pipeline] echo
  252. looking for vertxhttpbooster-11 in namespace hshinde
  253. [Pipeline] echo
  254. Checking bayesian-link exists
  255. [Pipeline] sh
  256. [hin_vertxhttpbooster_master-FUDMN2JTM7I3L6P6HZ7UBJ7D3WZQI6BVJTL3ZXQ4JTXZ654JKSSQ] Running shell script
  257. + mvn io.github.stackinfo:stackinfo-maven-plugin:0.2:prepare
  258. 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
  259. [INFO] Scanning for projects...
  260. [INFO]
  261. [INFO] ------------------------------------------------------------------------
  262. [INFO] Building Vert.x - HTTP 1.0.11
  263. [INFO] ------------------------------------------------------------------------
  264. [INFO]
  265. [INFO] --- stackinfo-maven-plugin:0.2:prepare (default-cli) @ vertxhttpbooster ---
  266. EXITCODE 0[INFO] ------------------------------------------------------------------------
  267. [INFO] BUILD SUCCESS
  268. [INFO] ------------------------------------------------------------------------
  269. [INFO] Total time: 22.902 s
  270. [INFO] Finished at: 2018-03-01T13:45:11+00:00
  271. [INFO] Final Memory: 7M/11M
  272. [INFO] ------------------------------------------------------------------------
  273. [Pipeline] retry
  274. [Pipeline] {
  275. [Pipeline] bayesianAnalysis
  276. Running Bayesian stack analysis...
  277. Bayesian API URL is https://recommender.api.openshift.io/api/v1
  278. [Pipeline] echo
  279. Looking for matching Build vertxhttpbooster-11
  280. [Pipeline] echo
  281. Adding annotation 'fabric8.io/bayesian.analysisUrl: https://recommender.api.openshift.io/api/v1/stack-analyses/a7fafeeabeda4090b755778bdd4f5ec2' to Build vertxhttpbooster-11
  282. [Pipeline] echo
  283. looking for vertxhttpbooster-11 in namespace hshinde
  284. [Pipeline] }
  285. [Pipeline] // retry
  286. [Pipeline] echo
  287. Checking sonarqube exists
  288. [Pipeline] echo
  289. Code validation service: sonarqube not available
  290. [Pipeline] echo
  291. s2i mode: true
  292. [Pipeline] echo
  293. Checking content-repository exists
  294. mvn site disabled
  295. [Pipeline] echo
  296. [Pipeline] stash
  297. Stashed 11 file(s)
  298. [Pipeline] }
  299. [Pipeline] // stage
  300. [Pipeline] stage
  301. [Pipeline] { (Rollout to Stage)
  302. [Pipeline] unstash
  303. [Pipeline] kubernetesApply
  304. Loading OpenShift ImageStreams file: vertxhttpbooster-is.yml
  305. Found namespace hshinde
  306. Found namespace hshinde-jenkins
  307. Found namespace hshinde-run
  308. Found namespace hshinde-stage
  309. Found existing environment hshinde-stage
  310. No fabric8.yml so unable to add environment pod annotations
  311. No fabric8.yml so unable to add environment pod annotations
  312. No fabric8.yml so unable to add environment pod annotations
  313. No fabric8.yml so unable to add environment pod annotations
  314. No fabric8.yml so unable to add environment pod annotations
  315. Found BuildConfig name vertxhttpbooster namespace hshinde from BuildConfigProjectProperty
  316. Found Build name vertxhttpbooster-11 from BuildCause
  317. Found BuildConfig: vertxhttpbooster namespace: hshinde Build: vertxhttpbooster-11
  318. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=60b4cb30aec2ac930dba68e2145fa3e077eb5d4f, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/vertxhttpbooster/master-1.0.11, 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=fmptest, app=vertxhttpbooster, provider=fabric8, version=1.0.11, group=io.openshift.booster}, name=vertxhttpbooster, 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=vertxhttpbooster, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  319. Applying ImageStream name: ImageStream data: ImageStream(apiVersion=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=vertxhttpbooster, 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=vertxhttpbooster@sha256:9582a6869c9cfcebe21b9bbe357c8905cdee5d415a8aec4b0327be4a037f3421, namespace=hshinde-jenkins, resourceVersion=null, uid=null, additionalProperties={}), generation=null, importPolicy=null, name=1.0.11, reference=null, referencePolicy=null, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  320. Applying DeploymentConfig name: DeploymentConfig data: DeploymentConfig(apiVersion=v1, kind=DeploymentConfig, metadata=ObjectMeta(annotations={fabric8.io/git-commit=60b4cb30aec2ac930dba68e2145fa3e077eb5d4f, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/vertxhttpbooster/master-1.0.11, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=vertxhttpbooster&var-version=1.0.11}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=fmptest, app=vertxhttpbooster, provider=fabric8, version=1.0.11, group=io.openshift.booster}, name=vertxhttpbooster, namespace=null, ownerReferences=[], resourceVersion=null, selfLink=null, uid=null, additionalProperties={}), spec=DeploymentConfigSpec(minReadySeconds=null, paused=null, replicas=1, revisionHistoryLimit=2, selector={app=vertxhttpbooster, 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=60b4cb30aec2ac930dba68e2145fa3e077eb5d4f, fabric8.io/iconUrl=img/icons/vertx.svg, fabric8.io/git-branch=hrishin/vertxhttpbooster/master-1.0.11, fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=vertxhttpbooster&var-version=1.0.11}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={space=fmptest, app=vertxhttpbooster, provider=fabric8, version=1.0.11, 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=vertxhttpbooster:1.0.11, 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=vertxhttpbooster:1.0.11, namespace=null, resourceVersion=null, uid=null, additionalProperties={}), lastTriggeredImage=null, additionalProperties={}), type=ImageChange, additionalProperties={})], additionalProperties={}), status=null, additionalProperties={})
  321. 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=vertxhttpbooster, provider=fabric8, version=1.0.11, group=io.openshift.booster}, name=vertxhttpbooster, 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=vertxhttpbooster, weight=null, additionalProperties={}), wildcardPolicy=null, additionalProperties={}), status=null, additionalProperties={})
  322. Running: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route
  323. command: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route out: Please enter Username: Please enter Password:
  324. command: echo | exposecontroller --watch-namespace hshinde-stage --exposer Route err: I0301 13:45:19.837744 3397 exposecontroller.go:56] Using build: '2.3.27'
  325. I0301 13:45:19.852400 3397 config.go:20] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults
  326. I0301 13:45:19.852432 3397 exposecontroller.go:125] Running in : `hshinde-stage`
  327. W0301 13:45:19.876605 3397 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
  328. E0301 13:45:19.877582 3397 controller.go:186] Failed to list nodes to detect minishift: the server does not allow access to the requested resource (get nodes)
  329. I0301 13:45:19.877997 3397 controller.go:118] Using OAuth Authorize URL:
  330. W0301 13:45:19.878008 3397 controller.go:120] Please use $OAUTH_AUTHORIZE_URL to define the OAuth Authorize URL!
  331. W0301 13:45:19.879122 3397 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)
  332. I0301 13:45:19.879180 3397 controller.go:534] starting expose controller
  333. I0301 13:45:24.879347 3397 controller.go:542] stopping expose controller
  334.  
  335. exposecontroller completed
  336. Service vertxhttpbooster in environment Stage namespace hshinde-stage is at URL: http://vertxhttpbooster-hshinde-stage.8a09.starter-us-east-2.openshiftapps.com
  337. Annotated Build vertxhttpbooster-11 in namespace hshinde with version 1.0.11 environment yaml hshinde-stage=---
  338. environmentName: "Stage"
  339. serviceUrls:
  340. vertxhttpbooster: "http://vertxhttpbooster-hshinde-stage.8a09.starter-us-east-2.openshiftapps.com"
  341. deploymentVersions:
  342. vertxhttpbooster: "1.0.11"
  343.  
  344. [Pipeline] }
  345. [Pipeline] // stage
  346. [Pipeline] }
  347. [Pipeline] // container
  348. [Pipeline] }
  349. [Pipeline] // node
  350. [Pipeline] }
  351. [Pipeline] // podTemplate
  352. [Pipeline] End of Pipeline
  353.  
  354. GitHub has been notified of this commit’s build result
  355.  
  356. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement