Advertisement
rohankanojia

Untitled

May 7th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.21 KB | None | 0 0
  1. OpenShift Build rokumar/app-test-90-1 from https://github.com/rohanKanojia/app-test-90.git
  2. 10:03:59 Connecting to https://api.github.com using rohanKanojia/****** (cd-github)
  3. Obtained Jenkinsfile from 6940038ba9a74f7ac9509dd8706db6136acfe6ed
  4. Running in Durability level: MAX_SURVIVABILITY
  5. Loading library github.com/fabric8io/fabric8-pipeline-library@master
  6. Attempting to resolve master from remote references...
  7. > git --version # timeout=10
  8. > git ls-remote -h -t https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  9. Found match: refs/heads/master revision 205dcb720aea989c647b145262c461ef9f09b05c
  10. Cloning the remote Git repository
  11. Cloning with configured refspecs honoured and without tags
  12. Cloning repository https://github.com/fabric8io/fabric8-pipeline-library.git
  13. > git init /var/lib/jenkins/jobs/rohankanojia/jobs/app-test-90/branches/master/workspace@libs/github.com/fabric8io/fabric8-pipeline-library # timeout=10
  14. Fetching upstream changes from https://github.com/fabric8io/fabric8-pipeline-library.git
  15. > git --version # timeout=10
  16. > git fetch --no-tags --progress https://github.com/fabric8io/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
  17. > git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  18. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  19. > git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
  20. Fetching without tags
  21. Fetching upstream changes from https://github.com/fabric8io/fabric8-pipeline-library.git
  22. > git fetch --no-tags --progress https://github.com/fabric8io/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
  23. Checking out Revision 205dcb720aea989c647b145262c461ef9f09b05c (master)
  24. > git config core.sparsecheckout # timeout=10
  25. > git checkout -f 205dcb720aea989c647b145262c461ef9f09b05c
  26. Commit message: "Fix an undefined variable in goRelease"
  27. First time build. Skipping changelog.
  28. [Pipeline] echo
  29. Loaded PipelineConfiguration PipelineConfiguration{jobNameToKindMap={}, ciBranchPatterns=[PR-.*], cdBranchPatterns=[master], cdGitHostAndOrganisationToBranchPatterns={}, disableITestsCD=false, disableITestsCI=false, useDockerSocketFlag=false}
  30. [Pipeline] echo
  31. Loaded the useDockerSocket flag false
  32. [Pipeline] podTemplate
  33. [Pipeline] {
  34. [Pipeline] node
  35. Still waiting to schedule task
  36. Jenkins doesn’t have label mavenapp_test_90_1
  37. Running on jenkins-slave-hthwq-crtl5 in /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A
  38. [Pipeline] {
  39. [Pipeline] checkout
  40. Cloning the remote Git repository
  41. Cloning with configured refspecs honoured and without tags
  42. Cloning repository https://github.com/rohanKanojia/app-test-90.git
  43. > git init /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A # timeout=10
  44. Fetching upstream changes from https://github.com/rohanKanojia/app-test-90.git
  45. > git --version # timeout=10
  46. using GIT_ASKPASS to set credentials cd-github
  47. > git fetch --no-tags --progress https://github.com/rohanKanojia/app-test-90.git +refs/heads/master:refs/remotes/origin/master
  48. > git config remote.origin.url https://github.com/rohanKanojia/app-test-90.git # timeout=10
  49. > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
  50. > git config remote.origin.url https://github.com/rohanKanojia/app-test-90.git # timeout=10
  51. Fetching without tags
  52. Fetching upstream changes from https://github.com/rohanKanojia/app-test-90.git
  53. using GIT_ASKPASS to set credentials cd-github
  54. > git fetch --no-tags --progress https://github.com/rohanKanojia/app-test-90.git +refs/heads/master:refs/remotes/origin/master
  55. Checking out Revision 6940038ba9a74f7ac9509dd8706db6136acfe6ed (master)
  56. > git config core.sparsecheckout # timeout=10
  57. > git checkout -f 6940038ba9a74f7ac9509dd8706db6136acfe6ed
  58. Commit message: "Initial commit"
  59. First time build. Skipping changelog.
  60. fatal: bad object 205dcb720aea989c647b145262c461ef9f09b05c
  61. [Pipeline] echo
  62. Using branch master
  63. [Pipeline] echo
  64. Using branch master
  65. [Pipeline] echo
  66. NOTE: running pipelines for the first time will take longer as build and base docker images are pulled onto the node
  67. [Pipeline] container
  68. [Pipeline] {
  69. [Pipeline] stage
  70. [Pipeline] { (Build Release)
  71. [Pipeline] sh
  72. [nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A] Running shell script
  73. + git checkout -b rohankanojia/app-test-90/master-1.0.1
  74. Switched to a new branch 'rohankanojia/app-test-90/master-1.0.1'
  75. [Pipeline] readMavenPom
  76. [Pipeline] sh
  77. [nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A] Running shell script
  78. + mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -U -DnewVersion=1.0.1
  79. 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
  80. [INFO] Scanning for projects...
  81. [INFO]
  82. [INFO] ------------------------------------------------------------------------
  83. [INFO] Building Spring Boot - Health Check Booster 1.0.0
  84. [INFO] ------------------------------------------------------------------------
  85. [INFO]
  86. [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ app-test-90 ---
  87. [INFO] Searching for local aggregator root...
  88. [INFO] Local aggregation root: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A
  89. [INFO] Processing change of io.openshift.booster:app-test-90:1.0.0 -> 1.0.1
  90. [INFO] Processing io.openshift.booster:app-test-90
  91. [INFO] Updating project io.openshift.booster:app-test-90
  92. [INFO] from version 1.0.0 to 1.0.1
  93. [INFO]
  94. [INFO] ------------------------------------------------------------------------
  95. [INFO] BUILD SUCCESS
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] Total time: 16.801 s
  98. [INFO] Finished at: 2018-05-07T10:05:58+00:00
  99. [INFO] Final Memory: 11M/17M
  100. [INFO] ------------------------------------------------------------------------
  101. [Pipeline] sh
  102. [nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A] Running shell script
  103. + mvn clean -B -e -U deploy -Dmaven.test.skip=false -P openshift
  104. 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
  105. [INFO] Error stacktraces are turned on.
  106. [INFO] Scanning for projects...
  107. [INFO]
  108. [INFO] ------------------------------------------------------------------------
  109. [INFO] Building Spring Boot - Health Check Booster 1.0.1
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO]
  112. [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ app-test-90 ---
  113. [INFO]
  114. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ app-test-90 ---
  115. [INFO]
  116. [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ app-test-90 ---
  117. [INFO]
  118. [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ app-test-90 ---
  119. [INFO] Executing: /bin/sh -c cd '/home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A' && 'git' 'rev-parse' '--verify' 'HEAD'
  120. [INFO] Working directory: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A
  121. [INFO] Storing buildNumber: 6940038ba9a74f7ac9509dd8706db6136acfe6ed at timestamp: 1525687608574
  122. [INFO] Storing buildScmBranch: rohankanojia/app-test-90/master-1.0.1
  123. [INFO]
  124. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ app-test-90 ---
  125. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  126. [INFO] Copying 1 resource
  127. [INFO]
  128. [INFO] --- fabric8-maven-plugin:3.5.38:resource (fmp) @ app-test-90 ---
  129. [INFO] F8: Running in OpenShift mode
  130. [INFO] F8: Using docker image name of namespace: rokumar-jenkins
  131. [INFO] F8: Running generator spring-boot
  132. [INFO] F8: spring-boot: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  133. [INFO] F8: using resource templates from /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/src/main/fabric8
  134. [INFO] F8: fmp-service: Adding a default service 'app-test-90' with ports [8080]
  135. [INFO] F8: fmp-revision-history: Adding revision history limit to 2
  136. [INFO] F8: f8-icon: Adding icon for deployment
  137. [INFO] F8: f8-icon: Adding icon for service
  138. [INFO] F8: validating /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/openshift/app-test-90-svc.yml resource
  139. [INFO] F8: validating /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/openshift/app-test-90-deploymentconfig.yml resource
  140. [INFO] F8: validating /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/openshift/app-test-90-route.yml resource
  141. [INFO] F8: validating /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/kubernetes/app-test-90-svc.yml resource
  142. [INFO] F8: validating /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/kubernetes/app-test-90-deployment.yml resource
  143. [INFO]
  144. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ app-test-90 ---
  145. [INFO] Changes detected - recompiling the module!
  146. [INFO] Compiling 6 source files to /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes
  147. [INFO]
  148. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ app-test-90 ---
  149. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  150. [INFO] Copying 2 resources
  151. [INFO]
  152. [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ app-test-90 ---
  153. [INFO] Changes detected - recompiling the module!
  154. [INFO] Compiling 3 source files to /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/test-classes
  155. [INFO]
  156. [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ app-test-90 ---
  157. [INFO] Surefire report directory: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/surefire-reports
  158. [INFO]
  159. [INFO] -------------------------------------------------------
  160. [INFO] T E S T S
  161. [INFO] -------------------------------------------------------
  162. [INFO] Running io.openshift.booster.LocalTest
  163. 2018-05-07 10:07:20.171 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [io.openshift.booster.LocalTest], using SpringBootContextLoader
  164. 2018-05-07 10:07:20.177 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}.
  165. 2018-05-07 10:07:20.178 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.
  166. 2018-05-07 10:07:20.393 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.openshift.booster.BoosterApplication for test class io.openshift.booster.LocalTest
  167. 2018-05-07 10:07:20.398 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]
  168. 2018-05-07 10:07:20.468 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1752059, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@e9fd99, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@41ed1d, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@d9d12d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@425407, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1bc63a3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2657cc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6cb05c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@a4337a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@25e1b6]
  169.  
  170. . ____ _ __ _ _
  171. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  172. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  173. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  174. ' |____| .__|_| |_|_| |_\__, | / / / /
  175. =========|_|==============|___/=/_/_/_/
  176. :: Spring Boot :: (v1.5.12.RELEASE)
  177.  
  178. 2018-05-07 10:07:21.378 INFO 257 --- [ main] io.openshift.booster.LocalTest : Starting LocalTest on jenkins-slave-hthwq-crtl5 with PID 257 (started by ? in /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A)
  179. 2018-05-07 10:07:21.379 INFO 257 --- [ main] io.openshift.booster.LocalTest : No active profile set, falling back to default profiles: default
  180. 2018-05-07 10:07:22.667 INFO 257 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@138c1ec: startup date [Mon May 07 10:07:22 UTC 2018]; root of context hierarchy
  181. 2018-05-07 10:07:26.565 INFO 257 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  182. 2018-05-07 10:07:28.971 INFO 257 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
  183. 2018-05-07 10:07:29.259 INFO 257 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  184. 2018-05-07 10:07:29.260 INFO 257 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
  185. 2018-05-07 10:07:30.085 INFO 257 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  186. 2018-05-07 10:07:30.086 INFO 257 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7428 ms
  187. 2018-05-07 10:07:31.095 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  188. 2018-05-07 10:07:31.156 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  189. 2018-05-07 10:07:31.157 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  190. 2018-05-07 10:07:31.157 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  191. 2018-05-07 10:07:31.157 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  192. 2018-05-07 10:07:31.158 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  193. 2018-05-07 10:07:31.158 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  194. 2018-05-07 10:07:31.158 INFO 257 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  195. 2018-05-07 10:07:33.763 INFO 257 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@138c1ec: startup date [Mon May 07 10:07:22 UTC 2018]; root of context hierarchy
  196. 2018-05-07 10:07:34.677 INFO 257 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/greeting]}" onto public io.openshift.booster.service.Greeting io.openshift.booster.service.GreetingController.greeting(java.lang.String)
  197. 2018-05-07 10:07:34.753 INFO 257 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/stop]}" onto public void io.openshift.booster.service.ShutdownController.shutdown() throws java.lang.Exception
  198. 2018-05-07 10:07:34.755 INFO 257 --- [ 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)
  199. 2018-05-07 10:07:34.756 INFO 257 --- [ 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)
  200. 2018-05-07 10:07:34.873 INFO 257 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  201. 2018-05-07 10:07:34.873 INFO 257 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  202. 2018-05-07 10:07:35.068 INFO 257 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  203. 2018-05-07 10:07:35.167 INFO 257 --- [ main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
  204. 2018-05-07 10:07:36.369 INFO 257 --- [ 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()
  205. 2018-05-07 10:07:36.370 INFO 257 --- [ 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)
  206. 2018-05-07 10:07:36.371 INFO 257 --- [ 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)
  207. 2018-05-07 10:07:36.372 INFO 257 --- [ 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()
  208. 2018-05-07 10:07:36.372 INFO 257 --- [ 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()
  209. 2018-05-07 10:07:36.374 INFO 257 --- [ 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
  210. 2018-05-07 10:07:36.375 INFO 257 --- [ 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-05-07 10:07:36.377 INFO 257 --- [ 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-05-07 10:07:36.378 INFO 257 --- [ 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-05-07 10:07:36.379 INFO 257 --- [ 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-05-07 10:07:36.379 INFO 257 --- [ 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()
  215. 2018-05-07 10:07:36.380 INFO 257 --- [ 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()
  216. 2018-05-07 10:07:36.380 INFO 257 --- [ 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()
  217. 2018-05-07 10:07:36.381 INFO 257 --- [ 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()
  218. 2018-05-07 10:07:36.454 INFO 257 --- [ 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-05-07 10:07:36.454 INFO 257 --- [ 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-05-07 10:07:36.454 INFO 257 --- [ 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-05-07 10:07:37.066 INFO 257 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 34583 (http)
  222. 2018-05-07 10:07:37.071 INFO 257 --- [ main] io.openshift.booster.LocalTest : Started LocalTest in 16.411 seconds (JVM running for 18.098)
  223. 2018-05-07 10:07:41.076 INFO 257 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  224. 2018-05-07 10:07:41.076 INFO 257 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  225. 2018-05-07 10:07:41.163 INFO 257 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 87 ms
  226. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.096 s - in io.openshift.booster.LocalTest
  227. 2018-05-07 10:07:44.663 INFO 257 --- [ Thread-4] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@138c1ec: startup date [Mon May 07 10:07:22 UTC 2018]; root of context hierarchy
  228. [INFO]
  229. [INFO] Results:
  230. [INFO]
  231. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
  232. [INFO]
  233. [INFO]
  234. [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ app-test-90 ---
  235. [INFO] Building jar: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-1.0.1.jar
  236. [INFO]
  237. [INFO] --- spring-boot-maven-plugin:1.5.12.RELEASE:repackage (default) @ app-test-90 ---
  238. [INFO] Attaching archive: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-1.0.1-exec.jar, with classifier: exec
  239. [INFO]
  240. [INFO] --- fabric8-maven-plugin:3.5.38:build (fmp) @ app-test-90 ---
  241. [INFO] F8: Using OpenShift build with strategy S2I
  242. [INFO] F8: Running generator spring-boot
  243. [INFO] F8: spring-boot: Using Docker image registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 as base / builder
  244. [INFO] Copying files to /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/docker/app-test-90/1.0.1/build/maven
  245. [INFO] Building tar: /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/docker/app-test-90/1.0.1/tmp/docker-build.tar
  246. [INFO] F8: [app-test-90:1.0.1] "spring-boot": Created docker source tar /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/docker/app-test-90/1.0.1/tmp/docker-build.tar
  247. [INFO] F8: Creating BuildServiceConfig app-test-90-s2i for Source build
  248. [INFO] F8: Creating ImageStream app-test-90
  249. [INFO] F8: Starting Build app-test-90-s2i
  250. [INFO] F8: Waiting for build app-test-90-s2i-1 to complete...
  251. [INFO] F8: Pulling image "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2" ...
  252. [INFO] Current reconnect backoff is 1000 milliseconds (T0)
  253. [INFO] F8: ==================================================================
  254. [INFO] F8: Starting S2I Java Build .....
  255. [INFO] F8: S2I binary build from fabric8-maven-plugin detected
  256. [INFO] F8: Copying binaries from /tmp/src/maven to /deployments ...
  257. [INFO] F8: ... done
  258. [INFO] Current reconnect backoff is 2000 milliseconds (T1)
  259. [INFO] F8:
  260. [INFO] F8: Pushing image docker-registry.default.svc:5000/rokumar-jenkins/app-test-90:1.0.1 ...
  261. [INFO] F8: Pushed 0/6 layers, 3% complete
  262. [INFO] Current reconnect backoff is 4000 milliseconds (T2)
  263. [INFO] F8: Pushed 1/6 layers, 17% complete
  264. [INFO] F8: Push successful
  265. [INFO] Current reconnect backoff is 8000 milliseconds (T3)
  266. [INFO] F8: Build app-test-90-s2i-1 Complete
  267. [INFO] Current reconnect backoff is 16000 milliseconds (T4)
  268. [ERROR] Exception in reconnect
  269. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@906199 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@192f1ef[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 8]
  270. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  271. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  272. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  273. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  274. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.schedule(Executors.java:729)
  275. at io.fabric8.kubernetes.client.dsl.internal.WatchHTTPManager$3.run(WatchHTTPManager.java:207)
  276. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  277. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  278. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  279. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  280. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  281. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  282. at java.lang.Thread.run(Thread.java:748)
  283. [INFO] F8: Found tag on ImageStream app-test-90 tag: sha256:edd6ec68bd8cd7dc070b5b889d47a19132ebbfdecc7bfcf8910a57a8f35c31af
  284. [INFO] F8: ImageStream app-test-90 written to /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-is.yml
  285. [INFO]
  286. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ app-test-90 ---
  287. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-1.0.1.jar to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1.jar
  288. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/pom.xml to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1.pom
  289. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/openshift.yml to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-openshift.yml
  290. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/openshift.json to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-openshift.json
  291. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/kubernetes.yml to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-kubernetes.yml
  292. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/classes/META-INF/fabric8/kubernetes.json to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-kubernetes.json
  293. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-1.0.1-exec.jar to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-exec.jar
  294. [INFO] Installing /home/jenkins/workspace/nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A/target/app-test-90-is.yml to /root/.mvnrepository/io/openshift/booster/app-test-90/1.0.1/app-test-90-1.0.1-is.yml
  295. [INFO]
  296. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ app-test-90 ---
  297. [INFO] Using alternate deployment repository local-nexus::default::http://content-repository/content/repositories/staging/
  298. [INFO] ------------------------------------------------------------------------
  299. [INFO] BUILD SUCCESS
  300. [INFO] ------------------------------------------------------------------------
  301. [INFO] Total time: 02:20 min
  302. [INFO] Finished at: 2018-05-07T10:08:25+00:00
  303. [INFO] Final Memory: 48M/64M
  304. [INFO] ------------------------------------------------------------------------
  305. [Pipeline] findFiles
  306. [Pipeline] step
  307. Recording test results
  308. [Pipeline] findFiles
  309. [Pipeline] echo
  310. Looking for matching Build app-test-90-1
  311. [Pipeline] echo
  312. Looking for matching Build app-test-90-1
  313. [Pipeline] echo
  314. Adding annotation 'fabric8.io/jenkins.testReportUrl: nulltestReport' to Build app-test-90-1
  315. [Pipeline] echo
  316. looking for app-test-90-1 in namespace rokumar
  317. [Pipeline] echo
  318. Checking bayesian-link exists
  319. [Pipeline] sh
  320. [nkanojia_app-test-90_master-56GMHJO33YFOO4M3JWGGHCRYD3VWIDO6ZBTLI5EA7LW64SMKJ35A] Running shell script
  321. + mvn io.github.stackinfo:stackinfo-maven-plugin:0.2:prepare
  322. 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
  323. [INFO] Scanning for projects...
  324. [INFO]
  325. [INFO] ------------------------------------------------------------------------
  326. [INFO] Building Spring Boot - Health Check Booster 1.0.1
  327. [INFO] ------------------------------------------------------------------------
  328. [INFO]
  329. [INFO] --- stackinfo-maven-plugin:0.2:prepare (default-cli) @ app-test-90 ---
  330. [INFO] ------------------------------------------------------------------------
  331. [INFO] BUILD SUCCESS
  332. [INFO] ------------------------------------------------------------------------
  333. [INFO] Total time: 5.494 s
  334. [INFO] Finished at: 2018-05-07T10:08:47+00:00
  335. [INFO] Final Memory: 7M/11M
  336. [INFO] ------------------------------------------------------------------------
  337. [Pipeline] retry
  338. [Pipeline] {
  339. [Pipeline] bayesianAnalysis
  340. Running Bayesian stack analysis...
  341. Bayesian API URL is https://recommender.api.openshift.io/api/v1
  342. [Pipeline] echo
  343. Looking for matching Build app-test-90-1
  344. [Pipeline] echo
  345. Adding annotation 'fabric8.io/bayesian.analysisUrl: https://recommender.api.openshift.io/api/v1/stack-analyses/b6a40b52760a4fdb893e8411b1175cd2' to Build app-test-90-1
  346. [Pipeline] echo
  347. looking for app-test-90-1 in namespace rokumar
  348. [Pipeline] }
  349. [Pipeline] // retry
  350. [Pipeline] echo
  351. Checking sonarqube exists
  352. [Pipeline] echo
  353. Code validation service: sonarqube not available
  354. [Pipeline] echo
  355. s2i mode: true
  356. [Pipeline] echo
  357. Checking content-repository exists
  358. [Pipeline] echo
  359. mvn site disabled
  360. [Pipeline] }
  361. [Pipeline] // stage
  362. [Pipeline] }
  363. [Pipeline] // container
  364. [Pipeline] }
  365. [Pipeline] // node
  366. [Pipeline] }
  367. [Pipeline] // podTemplate
  368. [Pipeline] End of Pipeline
  369.  
  370. GitHub has been notified of this commit’s build result
  371.  
  372. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement