Advertisement
rohankanojia

Untitled

Apr 25th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.32 KB | None | 0 0
  1. OpenShift Build rokumar/spring-boot-http-booster-2-1 from https://github.com/rohanKanojia/spring-boot-http-booster-2.git
  2. 07:42:19 Connecting to https://api.github.com using rohanKanojia/****** (cd-github)
  3. Obtained Jenkinsfile from 46f01ae4aea76fc7d178dd13f12d5046a7dee91d
  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/spring-boot-http-booster-2/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-d48lg-xwk1z is offline
  36. Running on jenkins-slave-d48lg-xwk1z in /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ
  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/spring-boot-http-booster-2.git
  42. > git init /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ # timeout=10
  43. Fetching upstream changes from https://github.com/rohanKanojia/spring-boot-http-booster-2.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/spring-boot-http-booster-2.git +refs/heads/master:refs/remotes/origin/master
  47. > git config remote.origin.url https://github.com/rohanKanojia/spring-boot-http-booster-2.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/spring-boot-http-booster-2.git # timeout=10
  50. Fetching without tags
  51. Fetching upstream changes from https://github.com/rohanKanojia/spring-boot-http-booster-2.git
  52. using GIT_ASKPASS to set credentials cd-github
  53. > git fetch --no-tags --progress https://github.com/rohanKanojia/spring-boot-http-booster-2.git +refs/heads/master:refs/remotes/origin/master
  54. Checking out Revision 46f01ae4aea76fc7d178dd13f12d5046a7dee91d (master)
  55. > git config core.sparsecheckout # timeout=10
  56. > git checkout -f 46f01ae4aea76fc7d178dd13f12d5046a7dee91d
  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. [-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ] Running shell script
  72. + git checkout -b rohankanojia/spring-boot-http-booster-2/master-1.0.1
  73. Switched to a new branch 'rohankanojia/spring-boot-http-booster-2/master-1.0.1'
  74. [Pipeline] readMavenPom
  75. [Pipeline] echo
  76. patching maven plugin for spring-boot-booster-parent v1.5.10-15
  77. [Pipeline] writeMavenPom
  78. [Pipeline] sh
  79. [-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ] Running shell script
  80. + mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -U -DnewVersion=1.0.1
  81. 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
  82. [INFO] Scanning for projects...
  83. [INFO]
  84. [INFO] ------------------------------------------------------------------------
  85. [INFO] Building Spring Boot - HTTP Booster 1.0.0-SNAPSHOT
  86. [INFO] ------------------------------------------------------------------------
  87. [INFO]
  88. [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ spring-boot-http-booster-2 ---
  89. [INFO] Searching for local aggregator root...
  90. [INFO] Local aggregation root: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ
  91. [INFO] Processing change of io.openshift.booster:spring-boot-http-booster-2:1.0.0-SNAPSHOT -> 1.0.1
  92. [INFO] Processing io.openshift.booster:spring-boot-http-booster-2
  93. [INFO] Updating project io.openshift.booster:spring-boot-http-booster-2
  94. [INFO] from version 1.0.0-SNAPSHOT to 1.0.1
  95. [INFO]
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] BUILD SUCCESS
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO] Total time: 16.858 s
  100. [INFO] Finished at: 2018-04-25T07:44:07+00:00
  101. [INFO] Final Memory: 11M/16M
  102. [INFO] ------------------------------------------------------------------------
  103. [Pipeline] sh
  104. [-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ] Running shell script
  105. + mvn clean -B -e -U deploy -Dmaven.test.skip=false -P openshift
  106. 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
  107. [INFO] Error stacktraces are turned on.
  108. [INFO] Scanning for projects...
  109. [INFO]
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO] Building Spring Boot - HTTP Booster 1.0.1
  112. [INFO] ------------------------------------------------------------------------
  113. [INFO]
  114. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ spring-boot-http-booster-2 ---
  115. [INFO]
  116. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ spring-boot-http-booster-2 ---
  117. [INFO]
  118. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ spring-boot-http-booster-2 ---
  119. [INFO]
  120. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ spring-boot-http-booster-2 ---
  121. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ' && 'git' 'rev-parse' '--verify' 'HEAD'
  122. [INFO] Working directory: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ
  123. [INFO] Storing buildNumber: 46f01ae4aea76fc7d178dd13f12d5046a7dee91d at timestamp: 1524642303710
  124. [INFO] Storing buildScmBranch: rohankanojia/spring-boot-http-booster-2/master-1.0.1
  125. [INFO]
  126. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ spring-boot-http-booster-2 ---
  127. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  128. [INFO] Copying 2 resources
  129. [INFO]
  130. [INFO] --- fabric8-maven-plugin:3.5.38:resource (fmp) @ spring-boot-http-booster-2 ---
  131. [INFO] F8: Running in OpenShift mode
  132. [INFO] F8: Using docker image name of namespace: rokumar-jenkins
  133. [INFO] F8: Running generator spring-boot
  134. [INFO] F8: spring-boot: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  135. [INFO] F8: using resource templates from /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/src/main/fabric8
  136. [INFO] F8: fmp-controller: Adding a default Deployment
  137. [INFO] F8: fmp-service: Adding a default service 'spring-boot-http-booster-2' with ports [8080]
  138. [INFO] F8: spring-boot-health-check: Adding readiness probe on port 8080, path='/health', scheme='HTTP', with initial delay 10 seconds
  139. [INFO] F8: spring-boot-health-check: Adding liveness probe on port 8080, path='/health', scheme='HTTP', with initial delay 180 seconds
  140. [INFO] F8: fmp-revision-history: Adding revision history limit to 2
  141. [INFO] F8: f8-icon: Adding icon for deployment
  142. [INFO] F8: f8-icon: Adding icon for service
  143. [INFO] F8: validating /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/openshift/spring-boot-http-booster-2-svc.yml resource
  144. [INFO] F8: validating /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/openshift/spring-boot-http-booster-2-deploymentconfig.yml resource
  145. [INFO] F8: validating /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/openshift/spring-boot-http-booster-2-route.yml resource
  146. [INFO] F8: validating /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/kubernetes/spring-boot-http-booster-2-svc.yml resource
  147. [INFO] F8: validating /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/kubernetes/spring-boot-http-booster-2-deployment.yml resource
  148. [INFO]
  149. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-boot-http-booster-2 ---
  150. [INFO] Changes detected - recompiling the module!
  151. [INFO] Compiling 4 source files to /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes
  152. [INFO]
  153. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ spring-boot-http-booster-2 ---
  154. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  155. [INFO] Copying 2 resources
  156. [INFO]
  157. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-boot-http-booster-2 ---
  158. [INFO] Changes detected - recompiling the module!
  159. [INFO] Compiling 3 source files to /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/test-classes
  160. [INFO]
  161. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ spring-boot-http-booster-2 ---
  162. [INFO] Surefire report directory: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/surefire-reports
  163. [INFO]
  164. [INFO] -------------------------------------------------------
  165. [INFO] T E S T S
  166. [INFO] -------------------------------------------------------
  167. [INFO] Running io.openshift.booster.LocalTest
  168. 2018-04-25 07:45:42.094 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.openshift.booster.LocalTest], using SpringBootContextLoader
  169. 2018-04-25 07:45:42.102 INFO --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [io.openshift.booster.LocalTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  170. 2018-04-25 07:45:42.103 INFO --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [io.openshift.booster.LocalTest]: LocalTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
  171. 2018-04-25 07:45:42.394 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.openshift.booster.BoosterApplication for test class io.openshift.booster.LocalTest
  172. 2018-04-25 07:45:42.400 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  173. 2018-04-25 07:45:42.496 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f4ea7c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@16813f3, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@fe5c40, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1ebb011, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@e31a9a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@11774fe, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@18d2680, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1847718, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@13b84b8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1a3af25]
  174.  
  175. . ____ _ __ _ _
  176. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  177. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  178. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  179. ' |____| .__|_| |_|_| |_\__, | / / / /
  180. =========|_|==============|___/=/_/_/_/
  181. :: Spring Boot :: (v1.5.10.RELEASE)
  182.  
  183. 2018-04-25 07:45:43.699 INFO 264 --- [ main] io.openshift.booster.LocalTest : Starting LocalTest on jenkins-slave-d48lg-xwk1z with PID 264 (started by ? in /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ)
  184. 2018-04-25 07:45:43.700 INFO 264 --- [ main] io.openshift.booster.LocalTest : No active profile set, falling back to default profiles: default
  185. 2018-04-25 07:45:44.992 INFO 264 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@9a5ed8: startup date [Wed Apr 25 07:45:44 UTC 2018]; root of context hierarchy
  186. 2018-04-25 07:45:47.689 INFO 264 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
  187. 2018-04-25 07:45:49.782 INFO 264 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  188. 2018-04-25 07:45:52.305 INFO 264 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
  189. 2018-04-25 07:45:52.382 INFO 264 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  190. 2018-04-25 07:45:52.383 INFO 264 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
  191. 2018-04-25 07:45:53.203 INFO 264 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  192. 2018-04-25 07:45:53.204 INFO 264 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 8216 ms
  193. 2018-04-25 07:45:58.090 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  194. 2018-04-25 07:45:58.091 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'CXFServlet' to [/api/*]
  195. 2018-04-25 07:45:58.094 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  196. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  197. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  198. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  199. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  200. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  201. 2018-04-25 07:45:58.095 INFO 264 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  202. 2018-04-25 07:46:06.979 INFO 264 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@9a5ed8: startup date [Wed Apr 25 07:45:44 UTC 2018]; root of context hierarchy
  203. 2018-04-25 07:46:07.802 INFO 264 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  204. 2018-04-25 07:46:07.983 INFO 264 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  205. 2018-04-25 07:46:08.990 INFO 264 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  206. 2018-04-25 07:46:08.990 INFO 264 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  207. 2018-04-25 07:46:10.492 INFO 264 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  208. 2018-04-25 07:46:10.991 INFO 264 --- [ main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
  209. 2018-04-25 07:46:13.600 INFO 264 --- [ main] org.apache.cxf.endpoint.ServerImpl : Setting the server's publish address to be /
  210. 2018-04-25 07:46:15.101 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
  211. 2018-04-25 07:46:15.103 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
  212. 2018-04-25 07:46:15.103 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  213. 2018-04-25 07:46:15.104 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  214. 2018-04-25 07:46:15.104 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  215. 2018-04-25 07:46:15.105 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  216. 2018-04-25 07:46:15.106 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
  217. 2018-04-25 07:46:15.107 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
  218. 2018-04-25 07:46:15.182 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
  219. 2018-04-25 07:46:15.182 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
  220. 2018-04-25 07:46:15.183 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  221. 2018-04-25 07:46:15.184 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  222. 2018-04-25 07:46:15.184 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  223. 2018-04-25 07:46:15.185 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
  224. 2018-04-25 07:46:15.185 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  225. 2018-04-25 07:46:15.186 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  226. 2018-04-25 07:46:15.187 INFO 264 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  227. 2018-04-25 07:46:16.088 INFO 264 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 33891 (http)
  228. 2018-04-25 07:46:16.095 INFO 264 --- [ main] io.openshift.booster.LocalTest : Started LocalTest in 33.309 seconds (JVM running for 36.001)
  229. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.2 s - in io.openshift.booster.LocalTest
  230. 2018-04-25 07:46:24.183 INFO 264 --- [ Thread-4] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@9a5ed8: startup date [Wed Apr 25 07:45:44 UTC 2018]; root of context hierarchy
  231. [INFO]
  232. [INFO] Results:
  233. [INFO]
  234. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  235. [INFO]
  236. [INFO]
  237. [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ spring-boot-http-booster-2 ---
  238. [INFO] Building jar: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-1.0.1.jar
  239. [INFO]
  240. [INFO] --- spring-boot-maven-plugin:1.5.10.RELEASE:repackage (default) @ spring-boot-http-booster-2 ---
  241. [INFO] Attaching archive: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-1.0.1-exec.jar, with classifier: exec
  242. [INFO]
  243. [INFO] --- fabric8-maven-plugin:3.5.38:build (fmp) @ spring-boot-http-booster-2 ---
  244. [INFO] F8: Using OpenShift build with strategy S2I
  245. [INFO] F8: Running generator spring-boot
  246. [INFO] F8: spring-boot: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  247. [INFO] Copying files to /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/docker/spring-boot-http-booster-2/1.0.1/build/maven
  248. [INFO] Building tar: /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/docker/spring-boot-http-booster-2/1.0.1/tmp/docker-build.tar
  249. [INFO] F8: [spring-boot-http-booster-2:1.0.1] "spring-boot": Created docker source tar /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/docker/spring-boot-http-booster-2/1.0.1/tmp/docker-build.tar
  250. [INFO] F8: Creating BuildServiceConfig spring-boot-http-booster-2-s2i for Source build
  251. [INFO] F8: Creating ImageStream spring-boot-http-booster-2
  252. [INFO] F8: Starting Build spring-boot-http-booster-2-s2i
  253. [INFO] F8: Waiting for build spring-boot-http-booster-2-s2i-1 to complete...
  254. [INFO] F8: Pulling image "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2" ...
  255. Apr 25, 2018 7:46:41 AM okhttp3.internal.platform.Platform log
  256. 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);
  257. [INFO] Current reconnect backoff is 1000 milliseconds (T0)
  258. [INFO] F8: ==================================================================
  259. [INFO] F8: Starting S2I Java Build .....
  260. [INFO] F8: S2I binary build from fabric8-maven-plugin detected
  261. [INFO] F8: Copying binaries from /tmp/src/maven to /deployments ...
  262. [INFO] F8: ... done
  263. [INFO] Current reconnect backoff is 2000 milliseconds (T1)
  264. [INFO] F8:
  265. [INFO] F8: Pushing image docker-registry.default.svc:5000/rokumar-jenkins/spring-boot-http-booster-2:1.0.1 ...
  266. [INFO] F8: Pushed 0/6 layers, 3% complete
  267. [INFO] Current reconnect backoff is 4000 milliseconds (T2)
  268. [INFO] Current reconnect backoff is 8000 milliseconds (T3)
  269. [INFO] F8: Pushed 1/6 layers, 17% complete
  270. [INFO] F8: Push successful
  271. [INFO] F8: Build spring-boot-http-booster-2-s2i-1 Complete
  272. [INFO] Current reconnect backoff is 16000 milliseconds (T4)
  273. [ERROR] Exception in reconnect
  274. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@164d5f8 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@664970[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 8]
  275. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  276. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  277. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  278. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  279. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.schedule(Executors.java:729)
  280. at io.fabric8.kubernetes.client.dsl.internal.WatchHTTPManager$3.run(WatchHTTPManager.java:207)
  281. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  282. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  283. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  284. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  285. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  286. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  287. at java.lang.Thread.run(Thread.java:748)
  288. [INFO] F8: Found tag on ImageStream spring-boot-http-booster-2 tag: sha256:f3c604de2b93af4119cb805edc8ba73855988701dd0639ec740d268a5e50d3f6
  289. [INFO] F8: ImageStream spring-boot-http-booster-2 written to /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-is.yml
  290. [INFO]
  291. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring-boot-http-booster-2 ---
  292. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-1.0.1.jar to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1.jar
  293. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/pom.xml to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1.pom
  294. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/openshift.yml to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-openshift.yml
  295. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/openshift.json to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-openshift.json
  296. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/kubernetes.yml to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-kubernetes.yml
  297. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/classes/META-INF/fabric8/kubernetes.json to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-kubernetes.json
  298. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-1.0.1-exec.jar to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-exec.jar
  299. [INFO] Installing /home/jenkins/workspace/-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ/target/spring-boot-http-booster-2-is.yml to /root/.mvnrepository/io/openshift/booster/spring-boot-http-booster-2/1.0.1/spring-boot-http-booster-2-1.0.1-is.yml
  300. [INFO]
  301. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ spring-boot-http-booster-2 ---
  302. [INFO] Using alternate deployment repository local-nexus::default::http://content-repository/content/repositories/staging/
  303. [INFO] ------------------------------------------------------------------------
  304. [INFO] BUILD SUCCESS
  305. [INFO] ------------------------------------------------------------------------
  306. [INFO] Total time: 02:46 min
  307. [INFO] Finished at: 2018-04-25T07:46:58+00:00
  308. [INFO] Final Memory: 48M/62M
  309. [INFO] ------------------------------------------------------------------------
  310. [Pipeline] findFiles
  311. [Pipeline] step
  312. Recording test results
  313. [Pipeline] findFiles
  314. [Pipeline] echo
  315. Looking for matching Build spring-boot-http-booster-2-1
  316. [Pipeline] echo
  317. Looking for matching Build spring-boot-http-booster-2-1
  318. [Pipeline] echo
  319. Adding annotation 'fabric8.io/jenkins.testReportUrl: nulltestReport' to Build spring-boot-http-booster-2-1
  320. [Pipeline] echo
  321. looking for spring-boot-http-booster-2-1 in namespace rokumar
  322. Checking bayesian-link exists
  323. [Pipeline] echo
  324. [Pipeline] sh
  325. [-boot-http-booster-2_master-PBCMGOZQPFUFT6LJVMMFVRODHV7RLQTA3A5NPZAYDYNENCGKA4MQ] Running shell script
  326. + mvn io.github.stackinfo:stackinfo-maven-plugin:0.2:prepare
  327. 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
  328. [INFO] Scanning for projects...
  329. [INFO]
  330. [INFO] ------------------------------------------------------------------------
  331. [INFO] Building Spring Boot - HTTP Booster 1.0.1
  332. [INFO] ------------------------------------------------------------------------
  333. [INFO]
  334. [INFO] --- stackinfo-maven-plugin:0.2:prepare (default-cli) @ spring-boot-http-booster-2 ---
  335. [INFO] ------------------------------------------------------------------------
  336. [INFO] BUILD SUCCESS
  337. [INFO] ------------------------------------------------------------------------
  338. [INFO] Total time: 5.617 s
  339. [INFO] Finished at: 2018-04-25T07:47:10+00:00
  340. [INFO] Final Memory: 7M/11M
  341. [INFO] ------------------------------------------------------------------------
  342. [Pipeline] retry
  343. [Pipeline] {
  344. [Pipeline] bayesianAnalysis
  345. Running Bayesian stack analysis...
  346. Bayesian API URL is https://recommender.api.openshift.io/api/v1
  347. [Pipeline] echo
  348. Looking for matching Build spring-boot-http-booster-2-1
  349. [Pipeline] echo
  350. Adding annotation 'fabric8.io/bayesian.analysisUrl: https://recommender.api.openshift.io/api/v1/stack-analyses/d2fa5449f1e842ff80949d3bf52861a3' to Build spring-boot-http-booster-2-1
  351. [Pipeline] echo
  352. looking for spring-boot-http-booster-2-1 in namespace rokumar
  353. [Pipeline] }
  354. [Pipeline] // retry
  355. [Pipeline] echo
  356. Checking sonarqube exists
  357. [Pipeline] echo
  358. Code validation service: sonarqube not available
  359. [Pipeline] echo
  360. s2i mode: true
  361. Checking content-repository exists
  362. [Pipeline] echo
  363. [Pipeline] echo
  364. mvn site disabled
  365. [Pipeline] stash
  366. Stashed 11 file(s)
  367. [Pipeline] }
  368. [Pipeline] // stage
  369. [Pipeline] stage
  370. [Pipeline] { (Rollout to Stage)
  371. [Pipeline] unstash
  372. [Pipeline] kubernetesApply
  373. Loading OpenShift ImageStreams file: spring-boot-http-booster-2-is.yml
  374. Found namespace rokumar
  375. Found namespace rokumar-jenkins
  376. Found namespace rokumar-run
  377. Found namespace rokumar-stage
  378. Found existing environment rokumar-stage
  379. No fabric8.yml so unable to add environment pod annotations
  380. No fabric8.yml so unable to add environment pod annotations
  381. No fabric8.yml so unable to add environment pod annotations
  382. No fabric8.yml so unable to add environment pod annotations
  383. No fabric8.yml so unable to add environment pod annotations
  384. Found BuildConfig name spring-boot-http-booster-2 namespace rokumar from BuildConfigProjectProperty
  385. Found Build name spring-boot-http-booster-2-1 from BuildCause
  386. Found BuildConfig: spring-boot-http-booster-2 namespace: rokumar Build: spring-boot-http-booster-2-1
  387. Applying Service name: Service data: Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=46f01ae4aea76fc7d178dd13f12d5046a7dee91d, fabric8.io/scm-con-url=scm:git:https://github.com/snowdrop/spring-boot-booster-parent.git/spring-boot-http-booster-2, prometheus.io/port=9779, fabric8.io/scm-url=https://github.com/snowdrop/spring-boot-http-booster-2, fabric8.io/issue-system=JIRA, fabric8.io/iconUrl=img/icons/spring-boot.svg, fabric8.io/issue-tracker-url=https://issues.jboss.org/projects/SB/summary, fabric8.io/git-branch=rohankanojia/spring-boot-http-booster-2/master-1.0.1, prometheus.io/scrape=true, fabric8.io/scm-devcon-url=scm:git:git@github.com:snowdrop/spring-boot-booster-parent.git/spring-boot-http-booster-2, fabric8.io/scm-tag=1.5.10-9-rhoar}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={expose=true, app=spring-boot-http-booster-2, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=spring-boot-http-booster-2, 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=spring-boot-http-booster-2, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  388. [Pipeline] }
  389. [Pipeline] // stage
  390. [Pipeline] }
  391. [Pipeline] // container
  392. [Pipeline] }
  393. [Pipeline] // node
  394. [Pipeline] }
  395. [Pipeline] // podTemplate
  396. [Pipeline] End of Pipeline
  397.  
  398. GitHub has been notified of this commit’s build result
  399.  
  400. ERROR: Error during kubernetes apply: java.lang.RuntimeException: Failed to create Service from pipeline.json. io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://kubernetes.default/api/v1/namespaces/rokumar-stage/services. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. services "spring-boot-http-booster-2" is forbidden: exceeded quota: object-counts, requested: services=1, used: services=5, limited: services=5.. Service(apiVersion=v1, kind=Service, metadata=ObjectMeta(annotations={fabric8.io/git-commit=46f01ae4aea76fc7d178dd13f12d5046a7dee91d, fabric8.io/scm-con-url=scm:git:https://github.com/snowdrop/spring-boot-booster-parent.git/spring-boot-http-booster-2, prometheus.io/port=9779, fabric8.io/scm-url=https://github.com/snowdrop/spring-boot-http-booster-2, fabric8.io/issue-system=JIRA, fabric8.io/iconUrl=img/icons/spring-boot.svg, fabric8.io/issue-tracker-url=https://issues.jboss.org/projects/SB/summary, fabric8.io/git-branch=rohankanojia/spring-boot-http-booster-2/master-1.0.1, prometheus.io/scrape=true, fabric8.io/scm-devcon-url=scm:git:git@github.com:snowdrop/spring-boot-booster-parent.git/spring-boot-http-booster-2, fabric8.io/scm-tag=1.5.10-9-rhoar}, clusterName=null, creationTimestamp=null, deletionGracePeriodSeconds=null, deletionTimestamp=null, finalizers=[], generateName=null, generation=null, initializers=null, labels={expose=true, app=spring-boot-http-booster-2, provider=fabric8, version=1.0.1, group=io.openshift.booster}, name=spring-boot-http-booster-2, 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=spring-boot-http-booster-2, provider=fabric8, group=io.openshift.booster}, sessionAffinity=null, type=null, additionalProperties={}), status=null, additionalProperties={})
  401. at io.fabric8.kubernetes.api.Controller.onApplyError(Controller.java:1459)
  402. at io.fabric8.kubernetes.api.Controller.doCreateService(Controller.java:1103)
  403. at io.fabric8.kubernetes.api.Controller.applyService(Controller.java:1030)
  404. at io.fabric8.kubernetes.pipeline.devops.ApplyStepExecution.run(ApplyStepExecution.java:218)
  405. at io.fabric8.kubernetes.pipeline.devops.ApplyStepExecution.run(ApplyStepExecution.java:104)
  406. at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution.start(AbstractSynchronousStepExecution.java:42)
  407. at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:224)
  408. at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:150)
  409. at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:108)
  410. at sun.reflect.GeneratedMethodAccessor547.invoke(Unknown Source)
  411. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  412. at java.lang.reflect.Method.invoke(Method.java:498)
  413. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
  414. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
  415. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)
  416. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
  417. at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
  418. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
  419. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
  420. at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:155)
  421. at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
  422. at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:133)
  423. at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:120)
  424. at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:153)
  425. at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:157)
  426. at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
  427. at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:57)
  428. at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:109)
  429. at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:82)
  430. at sun.reflect.GeneratedMethodAccessor272.invoke(Unknown Source)
  431. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  432. at java.lang.reflect.Method.invoke(Method.java:498)
  433. at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
  434. at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55)
  435. at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45)
  436. at sun.reflect.GeneratedMethodAccessor288.invoke(Unknown Source)
  437. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  438. at java.lang.reflect.Method.invoke(Method.java:498)
  439. at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
  440. at com.cloudbees.groovy.cps.impl.LocalVariableBlock$LocalVariable.get(LocalVariableBlock.java:39)
  441. at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
  442. at com.cloudbees.groovy.cps.impl.LocalVariableBlock.evalLValue(LocalVariableBlock.java:28)
  443. at com.cloudbees.groovy.cps.LValueBlock$BlockImpl.eval(LValueBlock.java:55)
  444. at com.cloudbees.groovy.cps.LValueBlock.eval(LValueBlock.java:16)
  445. at com.cloudbees.groovy.cps.Next.step(Next.java:83)
  446. at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
  447. at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
  448. at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
  449. at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
  450. at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
  451. at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
  452. at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
  453. at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
  454. at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
  455. at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
  456. at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
  457. at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
  458. at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:82)
  459. at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
  460. at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
  461. at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
  462. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  463. at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
  464. at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
  465. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  466. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  467. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  468. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  469. at java.lang.Thread.run(Thread.java:748)
  470. Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://kubernetes.default/api/v1/namespaces/rokumar-stage/services. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. services "spring-boot-http-booster-2" is forbidden: exceeded quota: object-counts, requested: services=1, used: services=5, limited: services=5.
  471. at io.fabric8.kubernetes.client.dsl.base.OperationSupport.requestFailure(OperationSupport.java:470)
  472. at io.fabric8.kubernetes.client.dsl.base.OperationSupport.assertResponseCode(OperationSupport.java:407)
  473. at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:379)
  474. at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:343)
  475. at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleCreate(OperationSupport.java:226)
  476. at io.fabric8.kubernetes.client.dsl.base.BaseOperation.handleCreate(BaseOperation.java:773)
  477. at io.fabric8.kubernetes.client.dsl.base.BaseOperation.create(BaseOperation.java:356)
  478. at io.fabric8.kubernetes.api.Controller.doCreateService(Controller.java:1097)
  479. ... 67 more
  480.  
  481. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement