FailedConsole Output

09:52:26 Started by GitLab push by Michele Carignani
09:52:26 Building remotely on build.forge.etsi.org in workspace /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-011
09:52:32 Cloning the remote Git repository
09:52:32 Cloning repository git@forge.etsi.org:mec/gs011-app-enablement-api.git
09:52:33  > git init /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-011 # timeout=10
09:52:33 Fetching upstream changes from git@forge.etsi.org:mec/gs011-app-enablement-api.git
09:52:33  > git --version # timeout=10
09:52:33 using GIT_SSH to set credentials 
09:52:36  > git fetch --tags --progress git@forge.etsi.org:mec/gs011-app-enablement-api.git +refs/heads/*:refs/remotes/origin/*
09:52:37  > git config remote.origin.url git@forge.etsi.org:mec/gs011-app-enablement-api.git # timeout=10
09:52:37  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:52:37  > git config remote.origin.url git@forge.etsi.org:mec/gs011-app-enablement-api.git # timeout=10
09:52:37 Fetching upstream changes from git@forge.etsi.org:mec/gs011-app-enablement-api.git
09:52:37 using GIT_SSH to set credentials 
09:52:37  > git fetch --tags --progress git@forge.etsi.org:mec/gs011-app-enablement-api.git $GERRIT_REFSPEC
09:52:38 ERROR: Error fetching remote repo 'origin'
09:52:38 hudson.plugins.git.GitException: Failed to fetch from git@forge.etsi.org:mec/gs011-app-enablement-api.git
09:52:38 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:825)
09:52:38 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
09:52:38 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
09:52:38 	at hudson.scm.SCM.checkout(SCM.java:495)
09:52:38 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
09:52:38 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
09:52:38 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
09:52:38 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
09:52:38 	at hudson.model.Run.execute(Run.java:1724)
09:52:38 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:52:38 	at hudson.model.ResourceController.execute(ResourceController.java:97)
09:52:38 	at hudson.model.Executor.run(Executor.java:421)
09:52:38 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git@forge.etsi.org:mec/gs011-app-enablement-api.git $GERRIT_REFSPEC" returned status code 128:
09:52:38 stdout: 
09:52:38 stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC
09:52:38 fatal: The remote end hung up unexpectedly
09:52:38 
09:52:38 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
09:52:38 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1689)
09:52:38 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
09:52:38 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:380)
09:52:38 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
09:52:38 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
09:52:38 	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
09:52:38 	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
09:52:38 	at hudson.remoting.Request$2.run(Request.java:358)
09:52:38 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
09:52:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09:52:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
09:52:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
09:52:38 	at java.lang.Thread.run(Thread.java:748)
09:52:38 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build.forge.etsi.org
09:52:38 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
09:52:38 		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
09:52:38 		at hudson.remoting.Channel.call(Channel.java:908)
09:52:38 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
09:52:38 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:52:38 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:52:38 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:52:38 		at java.lang.reflect.Method.invoke(Method.java:498)
09:52:38 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
09:52:38 		at com.sun.proxy.$Proxy94.execute(Unknown Source)
09:52:38 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:823)
09:52:38 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092)
09:52:38 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123)
09:52:38 		at hudson.scm.SCM.checkout(SCM.java:495)
09:52:38 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
09:52:38 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
09:52:38 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
09:52:38 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
09:52:38 		at hudson.model.Run.execute(Run.java:1724)
09:52:38 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:52:38 		at hudson.model.ResourceController.execute(ResourceController.java:97)
09:52:38 		at hudson.model.Executor.run(Executor.java:421)
09:52:38 ERROR: Error fetching remote repo 'origin'
09:52:38 Finished: FAILURE