I don't know much about Jenkins. Can this be fix? It's not good to keep getting these build errors. It hides actual errors.
Anyone know how to fix it? --Alex > -----Original Message----- > From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] > Sent: Tuesday, June 11, 2013 1:43 AM > To: dev@cloudstack.apache.org > Subject: RE: Build failed in Jenkins: cloudstack-rat-master #1468 > > This is local to jenkins. > > It uses tag to keep track of the changes between the different runs of the > build. It is not pushing these tags anywhere, they stay in the git environment > in the workspace. > > This looks like a new slave was not yet configured with the global identity in > the Jenkins configuration. > > Cheers, > > Hugo > > > -----Original Message----- > > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > > Sent: dinsdag 11 juni 2013 7:49 > > To: dev@cloudstack.apache.org > > Subject: RE: Build failed in Jenkins: cloudstack-rat-master #1468 > > > > Seeing this again, shouldn't jenkins just pull and compile? > > > -----Original Message----- > > > From: David Nalley [mailto:da...@gnsa.us] > > > Sent: Thursday, June 06, 2013 6:06 AM > > > To: dev@cloudstack.apache.org > > > Subject: Re: Build failed in Jenkins: cloudstack-rat-master #1468 > > > > > > Why is jenkins trying to create a tag in our repo? > > > > > > --David > > > > > > On Thu, Jun 6, 2013 at 9:00 AM, Apache Jenkins Server > > > <jenk...@builds.apache.org> wrote: > > > > See <https://builds.apache.org/job/cloudstack-rat-master/1468/> > > > > > > > > ------------------------------------------ > > > > Started by an SCM change > > > > Building remotely on ubuntu2 in workspace > > > > <https://builds.apache.org/job/cloudstack-rat-master/ws/> > > > > Checkout:cloudstack-rat-master / > > > > <https://builds.apache.org/job/cloudstack-rat-master/ws/> - > > > > hudson.remoting.Channel@9907404:ubuntu2 > > > > Using strategy: Default > > > > Last Built Revision: Revision > > > > d98289baca7fbc8a793adadfa386e6ab234952f7 > > > > (origin/master) Fetching changes from 1 remote Git repository > > > > Fetching upstream changes from > > > > https://git-wip-us.apache.org/repos/asf/cloudstack.git > > > > Commencing build of Revision > > > > c0d894346a57e61626f332a9ef25efa9b5e77646 > > > > (origin/master) Checking out Revision > > > > c0d894346a57e61626f332a9ef25efa9b5e77646 (origin/master) > > > > FATAL: Could not apply tag jenkins-cloudstack-rat-master-1468 > > > > hudson.plugins.git.GitException: Could not apply tag jenkins- > > > cloudstack-rat-master-1468 > > > > at hudson.plugins.git.GitAPI.tag(GitAPI.java:829) > > > > at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270) > > > > at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231) > > > > at > > > hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348) > > > > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > > > > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > > > > at hudson.remoting.Request$2.run(Request.java:326) > > > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecu > > > to > > > rS > > > ervice.java:72) > > > > at > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > > > > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > > > > at > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor > > > .j > > > av > > > a:1146) > > > > at > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > > > ja > > > va:615) > > > > at java.lang.Thread.run(Thread.java:679) > > > > Caused by: hudson.plugins.git.GitException: Command "git tag -a -f > > > > -m > > > Jenkins Build #1468 jenkins-cloudstack-rat-master-1468" 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 <jenk...@vesta.apache.org> not allowed > > > > > > > > at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897) > > > > at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858) > > > > at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:868) > > > > at hudson.plugins.git.GitAPI.tag(GitAPI.java:827) > > > > ... 12 more