Skip to content

Console Output

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