Skip to content

Console Output

12:04:42 Started by user Michael Masterson
12:04:42 Running as Michael Masterson
12:04:42 Agent centos-7-2xgs7 is provisioned from template centos-7
12:04:42 ---
12:04:42 apiVersion: "v1"
12:04:42 kind: "Pod"
12:04:42 metadata:
12:04:42   annotations: {}
12:04:42   labels:
12:04:42     jenkins: "slave"
12:04:42     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
12:04:42     jenkins/label: "migration_jipp-migration_centos-7"
12:04:42   name: "centos-7-2xgs7"
12:04:42 spec:
12:04:42   containers:
12:04:42   - env:
12:04:42     - name: "JENKINS_SECRET"
12:04:42       value: "********"
12:04:42     - name: "JENKINS_TUNNEL"
12:04:42       value: "jenkins-discovery.osee.svc.cluster.local:50000"
12:04:42     - name: "JENKINS_AGENT_NAME"
12:04:42       value: "centos-7-2xgs7"
12:04:42     - name: "JENKINS_REMOTING_JAVA_OPTS"
12:04:42       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
12:04:42         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
12:04:42     - name: "JAVA_TOOL_OPTIONS"
12:04:42       value: ""
12:04:42     - name: "_JAVA_OPTIONS"
12:04:42       value: ""
12:04:42     - name: "OPENJ9_JAVA_OPTIONS"
12:04:42       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
12:04:42     - name: "JENKINS_NAME"
12:04:42       value: "centos-7-2xgs7"
12:04:42     - name: "JENKINS_AGENT_WORKDIR"
12:04:42       value: "/home/jenkins/agent"
12:04:42     - name: "JENKINS_URL"
12:04:42       value: "http://jenkins-ui.osee.svc.cluster.local/osee/"
12:04:42     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1"
12:04:42     imagePullPolicy: "Always"
12:04:42     name: "jnlp"
12:04:42     resources:
12:04:42       limits:
12:04:42         cpu: "2000m"
12:04:42         memory: "4096Mi"
12:04:42       requests:
12:04:42         cpu: "1000m"
12:04:42         memory: "4096Mi"
12:04:42     tty: true
12:04:42     volumeMounts:
12:04:42     - mountPath: "/home/jenkins/.m2/toolchains.xml"
12:04:42       name: "m2-dir"
12:04:42       readOnly: true
12:04:42       subPath: "toolchains.xml"
12:04:42     - mountPath: "/home/jenkins/.mavenrc"
12:04:42       name: "m2-dir"
12:04:42       readOnly: true
12:04:42       subPath: ".mavenrc"
12:04:42     - mountPath: "/opt/tools"
12:04:42       name: "volume-0"
12:04:42       readOnly: false
12:04:42     - mountPath: "/home/jenkins"
12:04:42       name: "volume-2"
12:04:42       readOnly: false
12:04:42     - mountPath: "/home/jenkins/.m2/repository"
12:04:42       name: "volume-3"
12:04:42       readOnly: false
12:04:42     - mountPath: "/home/jenkins/.m2/settings-security.xml"
12:04:42       name: "m2-secret-dir"
12:04:42       readOnly: true
12:04:42       subPath: "settings-security.xml"
12:04:42     - mountPath: "/home/jenkins/.m2/wrapper"
12:04:42       name: "volume-4"
12:04:42       readOnly: false
12:04:42     - mountPath: "/home/jenkins/.m2/settings.xml"
12:04:42       name: "m2-secret-dir"
12:04:42       readOnly: true
12:04:42       subPath: "settings.xml"
12:04:42     - mountPath: "/home/jenkins/.ssh"
12:04:42       name: "volume-1"
12:04:42       readOnly: false
12:04:42       subPath: ""
12:04:42     - mountPath: "/home/jenkins/agent"
12:04:42       name: "workspace-volume"
12:04:42       readOnly: false
12:04:42     workingDir: "/home/jenkins/agent"
12:04:42   nodeSelector:
12:04:42     kubernetes.io/os: "linux"
12:04:42   restartPolicy: "Never"
12:04:42   volumes:
12:04:42   - name: "volume-0"
12:04:42     persistentVolumeClaim:
12:04:42       claimName: "tools-claim-jiro-osee"
12:04:42       readOnly: true
12:04:42   - name: "m2-secret-dir"
12:04:42     secret:
12:04:42       secretName: "m2-secret-dir"
12:04:42   - emptyDir:
12:04:42       medium: ""
12:04:42     name: "volume-2"
12:04:42   - configMap:
12:04:42       name: "m2-dir"
12:04:42     name: "m2-dir"
12:04:42   - configMap:
12:04:42       name: "known-hosts"
12:04:42     name: "volume-1"
12:04:42   - emptyDir:
12:04:42       medium: ""
12:04:42     name: "workspace-volume"
12:04:42   - emptyDir:
12:04:42       medium: ""
12:04:42     name: "volume-4"
12:04:42   - emptyDir:
12:04:42       medium: ""
12:04:42     name: "volume-3"
12:04:42 
12:04:42 Building remotely on centos-7-2xgs7 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/osee_dev_rebase_0.26.0
12:04:42 The recommended git tool is: NONE
12:04:43 No credentials specified
12:04:43 Cloning the remote Git repository
12:04:43 Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee
12:04:43  > git init /home/jenkins/agent/workspace/osee_dev_rebase_0.26.0/org.eclipse.osee # timeout=10
12:04:43 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
12:04:43  > git --version # timeout=10
12:04:43  > git --version # 'git version 1.8.3.1'
12:04:43  > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee +refs/heads/*:refs/remotes/origin/* # timeout=10
12:06:49  > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10
12:06:49  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:06:49  > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10
12:06:49 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
12:06:49  > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC # timeout=10
12:06:50 ERROR: Error fetching remote repo 'origin'
12:06:50 hudson.plugins.git.GitException: Failed to fetch from https://git.eclipse.org/r/osee/org.eclipse.osee
12:06:50 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
12:06:50 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:06:50 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:06:50 	at hudson.scm.SCM.checkout(SCM.java:505)
12:06:50 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:06:50 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:06:50 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:06:50 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:06:50 	at hudson.model.Run.execute(Run.java:1888)
12:06:50 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:06:50 	at hudson.model.ResourceController.execute(ResourceController.java:99)
12:06:50 	at hudson.model.Executor.run(Executor.java:431)
12:06:50 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC" returned status code 128:
12:06:50 stdout: 
12:06:50 stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC
12:06:50 Unexpected end of command stream
12:06:50 
12:06:50 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
12:06:50 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
12:06:50 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
12:06:50 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
12:06:50 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
12:06:50 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
12:06:50 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
12:06:50 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
12:06:50 	at hudson.remoting.Request$2.run(Request.java:376)
12:06:50 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
12:06:50 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:06:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:06:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:06:50 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:122)
12:06:50 	at java.base/java.lang.Thread.run(Thread.java:829)
12:06:50 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.22.9/10.40.22.9:59596
12:06:50 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
12:06:50 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
12:06:50 		at hudson.remoting.Channel.call(Channel.java:1001)
12:06:50 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
12:06:50 		at jdk.internal.reflect.GeneratedMethodAccessor615.invoke(Unknown Source)
12:06:50 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:06:50 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:06:50 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
12:06:50 		at com.sun.proxy.$Proxy89.execute(Unknown Source)
12:06:50 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
12:06:50 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:06:50 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:06:50 		at hudson.scm.SCM.checkout(SCM.java:505)
12:06:50 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:06:50 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:06:50 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:06:50 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:06:50 		at hudson.model.Run.execute(Run.java:1888)
12:06:50 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:06:50 		at hudson.model.ResourceController.execute(ResourceController.java:99)
12:06:50 		at hudson.model.Executor.run(Executor.java:431)
12:06:50 ERROR: Error fetching remote repo 'origin'
12:06:50 Retrying after 10 seconds
12:07:00 The recommended git tool is: NONE
12:07:00 No credentials specified
12:07:00  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/osee_dev_rebase_0.26.0/org.eclipse.osee/.git # timeout=10
12:07:00 Fetching changes from the remote Git repository
12:07:00  > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10
12:07:00 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
12:07:00  > git --version # timeout=10
12:07:00  > git --version # 'git version 1.8.3.1'
12:07:00  > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC # timeout=10
12:07:00 ERROR: Error fetching remote repo 'origin'
12:07:00 hudson.plugins.git.GitException: Failed to fetch from https://git.eclipse.org/r/osee/org.eclipse.osee
12:07:00 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
12:07:00 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:07:00 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:07:00 	at hudson.scm.SCM.checkout(SCM.java:505)
12:07:00 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:07:00 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:07:00 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:07:00 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:07:00 	at hudson.model.Run.execute(Run.java:1888)
12:07:00 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:07:00 	at hudson.model.ResourceController.execute(ResourceController.java:99)
12:07:00 	at hudson.model.Executor.run(Executor.java:431)
12:07:00 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC" returned status code 128:
12:07:00 stdout: 
12:07:00 stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC
12:07:00 Unexpected end of command stream
12:07:00 
12:07:00 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
12:07:00 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
12:07:00 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
12:07:00 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
12:07:00 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
12:07:00 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
12:07:00 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
12:07:00 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
12:07:00 	at hudson.remoting.Request$2.run(Request.java:376)
12:07:00 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
12:07:00 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:07:00 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:07:00 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:07:00 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:122)
12:07:00 	at java.base/java.lang.Thread.run(Thread.java:829)
12:07:00 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.22.9/10.40.22.9:59596
12:07:00 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
12:07:00 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
12:07:00 		at hudson.remoting.Channel.call(Channel.java:1001)
12:07:00 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
12:07:00 		at jdk.internal.reflect.GeneratedMethodAccessor615.invoke(Unknown Source)
12:07:00 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:07:00 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:07:00 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
12:07:00 		at com.sun.proxy.$Proxy89.execute(Unknown Source)
12:07:00 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
12:07:00 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:07:00 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:07:00 		at hudson.scm.SCM.checkout(SCM.java:505)
12:07:00 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:07:00 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:07:00 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:07:00 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:07:00 		at hudson.model.Run.execute(Run.java:1888)
12:07:00 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:07:00 		at hudson.model.ResourceController.execute(ResourceController.java:99)
12:07:00 		at hudson.model.Executor.run(Executor.java:431)
12:07:00 ERROR: Error fetching remote repo 'origin'
12:07:00 Retrying after 10 seconds
12:07:10 The recommended git tool is: NONE
12:07:10 No credentials specified
12:07:10  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/osee_dev_rebase_0.26.0/org.eclipse.osee/.git # timeout=10
12:07:10 Fetching changes from the remote Git repository
12:07:10  > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10
12:07:10 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
12:07:10  > git --version # timeout=10
12:07:10  > git --version # 'git version 1.8.3.1'
12:07:10  > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC # timeout=10
12:07:11 ERROR: Error fetching remote repo 'origin'
12:07:11 hudson.plugins.git.GitException: Failed to fetch from https://git.eclipse.org/r/osee/org.eclipse.osee
12:07:11 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
12:07:11 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:07:11 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:07:11 	at hudson.scm.SCM.checkout(SCM.java:505)
12:07:11 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:07:11 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:07:11 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:07:11 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:07:11 	at hudson.model.Run.execute(Run.java:1888)
12:07:11 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:07:11 	at hudson.model.ResourceController.execute(ResourceController.java:99)
12:07:11 	at hudson.model.Executor.run(Executor.java:431)
12:07:11 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee $GERRIT_REFSPEC" returned status code 128:
12:07:11 stdout: 
12:07:11 stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC
12:07:11 Unexpected end of command stream
12:07:11 
12:07:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
12:07:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
12:07:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
12:07:11 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
12:07:11 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
12:07:11 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
12:07:11 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
12:07:11 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
12:07:11 	at hudson.remoting.Request$2.run(Request.java:376)
12:07:11 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
12:07:11 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
12:07:11 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:07:11 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:07:11 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:122)
12:07:11 	at java.base/java.lang.Thread.run(Thread.java:829)
12:07:11 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.22.9/10.40.22.9:59596
12:07:11 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
12:07:11 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
12:07:11 		at hudson.remoting.Channel.call(Channel.java:1001)
12:07:11 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
12:07:11 		at jdk.internal.reflect.GeneratedMethodAccessor615.invoke(Unknown Source)
12:07:11 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:07:11 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
12:07:11 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
12:07:11 		at com.sun.proxy.$Proxy89.execute(Unknown Source)
12:07:11 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
12:07:11 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
12:07:11 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
12:07:11 		at hudson.scm.SCM.checkout(SCM.java:505)
12:07:11 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1213)
12:07:11 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
12:07:11 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
12:07:11 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
12:07:11 		at hudson.model.Run.execute(Run.java:1888)
12:07:11 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
12:07:11 		at hudson.model.ResourceController.execute(ResourceController.java:99)
12:07:11 		at hudson.model.Executor.run(Executor.java:431)
12:07:11 ERROR: Error fetching remote repo 'origin'
12:07:11 Archiving artifacts
12:07:11 Recording test results
12:07:11 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
12:07:11 Finished: FAILURE