See 
<https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/3/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Cloudstack/cloudstack-apidocs-master" build number 
4
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git init 
 > <https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-marvin/ws/> # 
 > timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git --version # timeout=10
 > git fetch --tags --progress -- 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > git fetch --tags --progress -- 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 # timeout=10
Commit message: "kvm: Enable PVLAN support on L2 networks (#4040)"
 > git rev-list --no-walk 3872bf1ff94659fb234a7dd938ccdf6254fad3e7 # timeout=10
 > git tag -a -f -m Jenkins Build #3 jenkins-cloudstack-marvin-3 # timeout=10
FATAL: Could not apply tag jenkins-cloudstack-marvin-3
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #3 
jenkins-cloudstack-marvin-3" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <jenk...@asf934.gq1.ygridcore.net>) not allowed

        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1738)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H34
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
                at hudson.remoting.Channel.call(Channel.java:998)
                at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
                at com.sun.proxy.$Proxy151.tag(Unknown Source)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:500)
                at 
hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
                at hudson.scm.SCM.checkout(SCM.java:505)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
                at hudson.model.Run.execute(Run.java:1880)
                at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException: Could not apply tag 
jenkins-cloudstack-marvin-3
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1740)
        at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Archiving artifacts

Reply via email to