You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/06/06 09:22:24 UTC

Build failed in Jenkins: Any23-trunk #682

See <https://builds.apache.org/job/Any23-trunk/682/>

------------------------------------------
Started by timer
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Any23-trunk/ws/>
Checkout:Any23-trunk / <https://builds.apache.org/job/Any23-trunk/ws/> - hudson.remoting.Channel@59f95962:ubuntu2
Using strategy: Default
Last Built Revision: Revision 4a35ec1863585f730198a3b44182e99f3cf65547 (origin/HEAD, origin/master)
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/any23.git
git --version
git version 1.7.9.5
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/any23.git
Seen branch in repository origin/ANY23-141
Seen branch in repository origin/ANY23-156
Seen branch in repository origin/ANY23-156v2
Seen branch in repository origin/ANY23-158
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 4a35ec1863585f730198a3b44182e99f3cf65547 (origin/HEAD, origin/master)
Checking out Revision 4a35ec1863585f730198a3b44182e99f3cf65547 (origin/HEAD, origin/master)
FATAL: Could not apply tag jenkins-Any23-trunk-682
hudson.plugins.git.GitException: Could not apply tag jenkins-Any23-trunk-682
	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(InterceptingExecutorService.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.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #682 jenkins-Any23-trunk-682" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@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  <je...@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