FailedConsole Output

13:56:26 Started by an SCM change
13:56:26 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-016
13:56:27 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
13:56:27  > git rev-parse --is-inside-work-tree # timeout=10
13:56:27 Fetching changes from the remote Git repository
13:56:27  > git config remote.origin.url git@forge.etsi.org:mec/gs016-ue-app-api.git # timeout=10
13:56:27 Fetching upstream changes from git@forge.etsi.org:mec/gs016-ue-app-api.git
13:56:27  > git --version # timeout=10
13:56:27 using GIT_SSH to set credentials 
13:56:27  > git fetch --tags --progress git@forge.etsi.org:mec/gs016-ue-app-api.git +refs/heads/*:refs/remotes/origin/*
14:06:27 ERROR: Timeout after 10 minutes
14:06:27 ERROR: Error fetching remote repo 'origin'
14:06:27 hudson.plugins.git.GitException: Failed to fetch from git@forge.etsi.org:mec/gs016-ue-app-api.git
14:06:27 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
14:06:27 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
14:06:27 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
14:06:27 	at hudson.scm.SCM.checkout(SCM.java:504)
14:06:27 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
14:06:27 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
14:06:27 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
14:06:27 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
14:06:27 	at hudson.model.Run.execute(Run.java:1816)
14:06:27 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
14:06:27 	at hudson.model.ResourceController.execute(ResourceController.java:97)
14:06:27 	at hudson.model.Executor.run(Executor.java:429)
14:06:27 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git@forge.etsi.org:mec/gs016-ue-app-api.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
14:06:27 stdout: 
14:06:27 stderr: Terminated
14:06:27 fatal: Could not read from remote repository.
14:06:27 
14:06:27 Please make sure you have the correct access rights
14:06:27 and the repository exists.
14:06:27 
14:06:27 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
14:06:27 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
14:06:27 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
14:06:27 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
14:06:27 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
14:06:27 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
14:06:27 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
14:06:27 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
14:06:27 	at hudson.remoting.Request$2.run(Request.java:369)
14:06:27 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
14:06:27 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
14:06:27 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
14:06:27 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
14:06:27 	at java.lang.Thread.run(Thread.java:748)
14:06:27 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build.forge.etsi.org
14:06:27 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
14:06:27 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
14:06:27 		at hudson.remoting.Channel.call(Channel.java:957)
14:06:27 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
14:06:27 		at sun.reflect.GeneratedMethodAccessor720.invoke(Unknown Source)
14:06:27 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:06:27 		at java.lang.reflect.Method.invoke(Method.java:498)
14:06:27 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
14:06:27 		at com.sun.proxy.$Proxy75.execute(Unknown Source)
14:06:27 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
14:06:27 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
14:06:27 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
14:06:27 		at hudson.scm.SCM.checkout(SCM.java:504)
14:06:27 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
14:06:27 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
14:06:27 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
14:06:27 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
14:06:27 		at hudson.model.Run.execute(Run.java:1816)
14:06:27 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
14:06:27 		at hudson.model.ResourceController.execute(ResourceController.java:97)
14:06:27 		at hudson.model.Executor.run(Executor.java:429)
14:06:27 ERROR: Error fetching remote repo 'origin'
14:06:27 Finished: FAILURE