Skip to content

Console Output

06:00:14 Started by timer
06:00:14 Running as SYSTEM
06:00:14 Agent centos-7-s9ws4 is provisioned from template centos-7
06:00:14 ---
06:00:14 apiVersion: "v1"
06:00:14 kind: "Pod"
06:00:14 metadata:
06:00:14   labels:
06:00:14     jenkins: "slave"
06:00:14     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
06:00:14     jenkins/label: "migration_jipp-migration_centos-7"
06:00:14   name: "centos-7-s9ws4"
06:00:14   namespace: "jdt"
06:00:14 spec:
06:00:14   containers:
06:00:14   - env:
06:00:14     - name: "JENKINS_SECRET"
06:00:14       value: "********"
06:00:14     - name: "JENKINS_TUNNEL"
06:00:14       value: "jenkins-discovery.jdt.svc.cluster.local:50000"
06:00:14     - name: "JENKINS_AGENT_NAME"
06:00:14       value: "centos-7-s9ws4"
06:00:14     - name: "JENKINS_REMOTING_JAVA_OPTS"
06:00:14       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
06:00:14         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
06:00:14     - name: "JAVA_TOOL_OPTIONS"
06:00:14       value: ""
06:00:14     - name: "_JAVA_OPTIONS"
06:00:14       value: ""
06:00:14     - name: "OPENJ9_JAVA_OPTIONS"
06:00:14       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
06:00:14     - name: "JENKINS_NAME"
06:00:14       value: "centos-7-s9ws4"
06:00:14     - name: "JENKINS_AGENT_WORKDIR"
06:00:14       value: "/home/jenkins/agent"
06:00:14     - name: "JENKINS_URL"
06:00:14       value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
06:00:14     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
06:00:14     imagePullPolicy: "Always"
06:00:14     name: "jnlp"
06:00:14     resources:
06:00:14       limits:
06:00:14         cpu: "2000m"
06:00:14         memory: "4096Mi"
06:00:14       requests:
06:00:14         cpu: "1000m"
06:00:14         memory: "4096Mi"
06:00:14     tty: true
06:00:14     volumeMounts:
06:00:14     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:00:14       name: "m2-dir"
06:00:14       readOnly: true
06:00:14       subPath: "toolchains.xml"
06:00:14     - mountPath: "/home/jenkins/.mavenrc"
06:00:14       name: "m2-dir"
06:00:14       readOnly: true
06:00:14       subPath: ".mavenrc"
06:00:14     - mountPath: "/opt/tools"
06:00:14       name: "volume-0"
06:00:14       readOnly: false
06:00:14     - mountPath: "/home/jenkins"
06:00:14       name: "volume-2"
06:00:14       readOnly: false
06:00:14     - mountPath: "/home/jenkins/.m2/repository"
06:00:14       name: "volume-3"
06:00:14       readOnly: false
06:00:14     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:00:14       name: "m2-secret-dir"
06:00:14       readOnly: true
06:00:14       subPath: "settings-security.xml"
06:00:14     - mountPath: "/home/jenkins/.m2/wrapper"
06:00:14       name: "volume-4"
06:00:14       readOnly: false
06:00:14     - mountPath: "/home/jenkins/.m2/settings.xml"
06:00:14       name: "m2-secret-dir"
06:00:14       readOnly: true
06:00:14       subPath: "settings.xml"
06:00:14     - mountPath: "/home/jenkins/.ssh"
06:00:14       name: "volume-1"
06:00:14       readOnly: false
06:00:14       subPath: ""
06:00:14     - mountPath: "/home/jenkins/agent"
06:00:14       name: "workspace-volume"
06:00:14       readOnly: false
06:00:14     workingDir: "/home/jenkins/agent"
06:00:14   nodeSelector:
06:00:14     kubernetes.io/os: "linux"
06:00:14   restartPolicy: "Never"
06:00:14   volumes:
06:00:14   - name: "volume-0"
06:00:14     persistentVolumeClaim:
06:00:14       claimName: "tools-claim-jiro-jdt"
06:00:14       readOnly: true
06:00:14   - name: "m2-secret-dir"
06:00:14     secret:
06:00:14       secretName: "m2-secret-dir"
06:00:14   - emptyDir:
06:00:14       medium: ""
06:00:14     name: "volume-2"
06:00:14   - configMap:
06:00:14       name: "m2-dir"
06:00:14     name: "m2-dir"
06:00:14   - configMap:
06:00:14       name: "known-hosts"
06:00:14     name: "volume-1"
06:00:14   - emptyDir:
06:00:14       medium: ""
06:00:14     name: "workspace-volume"
06:00:14   - emptyDir:
06:00:14       medium: ""
06:00:14     name: "volume-4"
06:00:14   - emptyDir:
06:00:14       medium: ""
06:00:14     name: "volume-3"
06:00:14 
06:00:14 Building remotely on centos-7-s9ws4 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12
06:00:14 [WS-CLEANUP] Deleting project workspace...
06:00:14 [WS-CLEANUP] Deferred wipeout is used...
06:00:14 The recommended git tool is: NONE
06:00:15 No credentials specified
06:00:15 Cloning the remote Git repository
06:00:15 Cloning repository git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:15  > git init /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12 # timeout=10
06:00:15 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:15  > git --version # timeout=10
06:00:15  > git --version # 'git version 2.36.6'
06:00:15  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:00:15 ERROR: Error cloning remote repo 'origin'
06:00:15 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/*" returned status code 128:
06:00:15 stdout: 
06:00:15 stderr: fatal: unable to connect to git.eclipse.org:
06:00:15 git.eclipse.org[0: 198.41.30.196]: errno=Connection refused
06:00:15 
06:00:15 
06:00:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
06:00:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
06:00:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
06:00:15 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871)
06:00:15 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
06:00:15 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
06:00:15 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
06:00:15 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
06:00:15 	at hudson.remoting.Request$2.run(Request.java:377)
06:00:15 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
06:00:15 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:00:15 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:00:15 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:00:15 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
06:00:15 	at java.base/java.lang.Thread.run(Thread.java:829)
06:00:15 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.71.166/10.40.71.166:53324
06:00:15 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
06:00:15 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
06:00:15 		at hudson.remoting.Channel.call(Channel.java:1003)
06:00:15 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
06:00:15 		at jdk.internal.reflect.GeneratedMethodAccessor799.invoke(Unknown Source)
06:00:15 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:00:15 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:00:15 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
06:00:15 		at com.sun.proxy.$Proxy161.execute(Unknown Source)
06:00:15 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
06:00:15 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
06:00:15 		at hudson.scm.SCM.checkout(SCM.java:540)
06:00:15 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
06:00:15 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
06:00:15 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
06:00:15 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
06:00:15 		at hudson.model.Run.execute(Run.java:1895)
06:00:15 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
06:00:15 		at hudson.model.ResourceController.execute(ResourceController.java:101)
06:00:15 		at hudson.model.Executor.run(Executor.java:442)
06:00:15 ERROR: Error cloning remote repo 'origin'
06:00:15 Retrying after 10 seconds
06:00:25 The recommended git tool is: NONE
06:00:25 No credentials specified
06:00:25  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/.git # timeout=10
06:00:25 Fetching changes from the remote Git repository
06:00:25  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
06:00:25 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:25  > git --version # timeout=10
06:00:25  > git --version # 'git version 2.36.6'
06:00:25  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:00:25 ERROR: Error fetching remote repo 'origin'
06:00:25 hudson.plugins.git.GitException: Failed to fetch from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:25 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
06:00:25 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
06:00:25 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
06:00:25 	at hudson.scm.SCM.checkout(SCM.java:540)
06:00:25 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
06:00:25 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
06:00:25 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
06:00:25 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
06:00:25 	at hudson.model.Run.execute(Run.java:1895)
06:00:25 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
06:00:25 	at hudson.model.ResourceController.execute(ResourceController.java:101)
06:00:25 	at hudson.model.Executor.run(Executor.java:442)
06:00:25 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/*" returned status code 128:
06:00:25 stdout: 
06:00:25 stderr: fatal: unable to connect to git.eclipse.org:
06:00:25 git.eclipse.org[0: 198.41.30.196]: errno=Connection refused
06:00:25 
06:00:25 
06:00:25 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
06:00:25 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
06:00:25 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
06:00:25 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
06:00:25 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
06:00:25 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
06:00:25 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
06:00:25 	at hudson.remoting.Request$2.run(Request.java:377)
06:00:25 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
06:00:25 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:00:25 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:00:25 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:00:25 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
06:00:25 	at java.base/java.lang.Thread.run(Thread.java:829)
06:00:25 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.71.166/10.40.71.166:53324
06:00:25 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
06:00:25 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
06:00:25 		at hudson.remoting.Channel.call(Channel.java:1003)
06:00:25 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
06:00:25 		at jdk.internal.reflect.GeneratedMethodAccessor799.invoke(Unknown Source)
06:00:25 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:00:25 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:00:25 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
06:00:25 		at com.sun.proxy.$Proxy177.execute(Unknown Source)
06:00:25 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
06:00:25 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
06:00:25 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
06:00:25 		at hudson.scm.SCM.checkout(SCM.java:540)
06:00:25 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
06:00:25 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
06:00:25 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
06:00:25 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
06:00:25 		at hudson.model.Run.execute(Run.java:1895)
06:00:25 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
06:00:25 		at hudson.model.ResourceController.execute(ResourceController.java:101)
06:00:25 		at hudson.model.Executor.run(Executor.java:442)
06:00:25 ERROR: Error fetching remote repo 'origin'
06:00:25 Retrying after 10 seconds
06:00:35 The recommended git tool is: NONE
06:00:35 No credentials specified
06:00:35  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/.git # timeout=10
06:00:35 Fetching changes from the remote Git repository
06:00:35  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
06:00:35 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:35  > git --version # timeout=10
06:00:35  > git --version # 'git version 2.36.6'
06:00:35  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:00:35 ERROR: Error fetching remote repo 'origin'
06:00:35 hudson.plugins.git.GitException: Failed to fetch from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:35 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
06:00:35 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
06:00:35 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
06:00:35 	at hudson.scm.SCM.checkout(SCM.java:540)
06:00:35 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
06:00:35 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
06:00:35 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
06:00:35 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
06:00:35 	at hudson.model.Run.execute(Run.java:1895)
06:00:35 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
06:00:35 	at hudson.model.ResourceController.execute(ResourceController.java:101)
06:00:35 	at hudson.model.Executor.run(Executor.java:442)
06:00:35 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/*" returned status code 128:
06:00:35 stdout: 
06:00:35 stderr: fatal: unable to connect to git.eclipse.org:
06:00:35 git.eclipse.org[0: 198.41.30.196]: errno=Connection refused
06:00:35 
06:00:35 
06:00:35 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
06:00:35 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
06:00:35 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
06:00:35 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
06:00:35 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
06:00:35 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
06:00:35 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
06:00:35 	at hudson.remoting.Request$2.run(Request.java:377)
06:00:35 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
06:00:35 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:00:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:00:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:00:35 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
06:00:35 	at java.base/java.lang.Thread.run(Thread.java:829)
06:00:35 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.71.166/10.40.71.166:53324
06:00:35 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
06:00:35 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
06:00:35 		at hudson.remoting.Channel.call(Channel.java:1003)
06:00:35 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
06:00:35 		at jdk.internal.reflect.GeneratedMethodAccessor799.invoke(Unknown Source)
06:00:35 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:00:35 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:00:35 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
06:00:35 		at com.sun.proxy.$Proxy177.execute(Unknown Source)
06:00:35 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
06:00:35 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
06:00:35 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
06:00:35 		at hudson.scm.SCM.checkout(SCM.java:540)
06:00:35 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
06:00:35 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
06:00:35 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
06:00:35 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
06:00:35 		at hudson.model.Run.execute(Run.java:1895)
06:00:35 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
06:00:35 		at hudson.model.ResourceController.execute(ResourceController.java:101)
06:00:35 		at hudson.model.Executor.run(Executor.java:442)
06:00:35 ERROR: Error fetching remote repo 'origin'
06:00:35 Recording test results
06:00:35 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
06:00:35 Archiving artifacts
06:00:35 Sending e-mails to: sravankumarl@in.ibm.com
06:00:36 [Checks API] No suitable checks publisher found.
06:00:36 Finished: FAILURE