09:55:19Started by GitLab push by Elian Kraja
09:55:19[EnvInject] - Loading node environment variables.
09:55:19Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-012
09:55:19[WS-CLEANUP] Deleting project workspace...
09:55:19[WS-CLEANUP] Deferred wipeout is used...
09:55:20[WS-CLEANUP] Done
09:55:20using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
09:55:20Cloning the remote Git repository
09:55:20Cloning repository git@forge.etsi.org:mec/gs012-rnis-api.git
09:55:20 > git init /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-012 # timeout=10
09:55:20Fetching upstream changes from git@forge.etsi.org:mec/gs012-rnis-api.git
09:55:20 > git --version # timeout=10
09:55:20using GIT_SSH to set credentials
09:55:20 > git fetch --tags --progress git@forge.etsi.org:mec/gs012-rnis-api.git +refs/heads/*:refs/remotes/origin/*
09:55:21 > git config remote.origin.url git@forge.etsi.org:mec/gs012-rnis-api.git # timeout=10
09:55:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:55:21 > git config remote.origin.url git@forge.etsi.org:mec/gs012-rnis-api.git # timeout=10
09:55:21Fetching upstream changes from git@forge.etsi.org:mec/gs012-rnis-api.git
09:55:21using GIT_SSH to set credentials
09:55:21 > git fetch --tags --progress git@forge.etsi.org:mec/gs012-rnis-api.git +refs/heads/*:refs/remotes/origin/*
09:55:21 > git rev-parse refs/tags/v2.1.1-OAS3.1^{commit} # timeout=10
09:55:21FATAL: Command "git rev-parse refs/tags/v2.1.1-OAS3.1^{commit}" returned status code 128:
09:55:21stdout: refs/tags/v2.1.1-OAS3.1^{commit}
09:55:2109:55:21stderr: fatal: ambiguous argument 'refs/tags/v2.1.1-OAS3.1^{commit}': unknown revision or path not in the working tree.
09:55:21Use '--' to separate paths from revisions, like this:
09:55:21'git <command> [<revision>...] -- [<file>...]'
09:55:2109:55:21Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build.forge.etsi.org
09:55:21 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
09:55:21 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
09:55:21 at hudson.remoting.Channel.call(Channel.java:957)
09:55:21 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
09:55:21 at com.sun.proxy.$Proxy74.revParse(Unknown Source)
09:55:21 at org.jenkinsci.plugins.gitclient.RemoteGitImpl.revParse(RemoteGitImpl.java:558)
09:55:21 at hudson.plugins.git.RevisionParameterAction.toRevision(RevisionParameterAction.java:98)
09:55:21 at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1076)
09:55:21 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
09:55:21 at hudson.scm.SCM.checkout(SCM.java:504)
09:55:21 at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
09:55:21 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
09:55:21 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
09:55:21 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
09:55:21 at hudson.model.Run.execute(Run.java:1816)
09:55:21 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:55:21 at hudson.model.ResourceController.execute(ResourceController.java:97)
09:55:21 at hudson.model.Executor.run(Executor.java:429)
09:55:21hudson.plugins.git.GitException: Command "git rev-parse refs/tags/v2.1.1-OAS3.1^{commit}" returned status code 128:
09:55:21stdout: refs/tags/v2.1.1-OAS3.1^{commit}
09:55:2109:55:21stderr: fatal: ambiguous argument 'refs/tags/v2.1.1-OAS3.1^{commit}': unknown revision or path not in the working tree.
09:55:21Use '--' to separate paths from revisions, like this:
09:55:21'git <command> [<revision>...] -- [<file>...]'
09:55:2109:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
09:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2010)
09:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
09:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1638)
09:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1650)
09:55:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:835)
09:55:21 at hudson.plugins.git.GitAPI.revParse(GitAPI.java:316)
09:55:21 at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source)
09:55:21 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:55:21 at java.lang.reflect.Method.invoke(Method.java:498)
09:55:21 at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
09:55:21 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
09:55:21 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
09:55:21 at hudson.remoting.UserRequest.perform(UserRequest.java:212)
09:55:21 at hudson.remoting.UserRequest.perform(UserRequest.java:54)
09:55:21 at hudson.remoting.Request$2.run(Request.java:369)
09:55:21 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
09:55:21 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09:55:21 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
09:55:21 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
09:55:21 at java.lang.Thread.run(Thread.java:748)
09:55:22Finished: FAILURE