Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-build] [Hudson] Build failed in Hudson: aether-ant-nightly » hudson-slave1 #19

See <https://hudson.eclipse.org/hudson/job/aether-ant-nightly/./label=hudson-slave1/19/>

------------------------------------------
Started by upstream project "aether-ant-nightly" build number 19
Building remotely on hudson-slave1
Checkout:hudson-slave1 / <https://hudson.eclipse.org/hudson/job/aether-ant-nightly/./label=hudson-slave1/ws/> - hudson.remoting.Channel@34903c8b:hudson-slave1
Using strategy: Default
Last Built Revision: Revision 09adca93431aaf94463d3f36a05efb6ef14c9fa8 (origin/master)
Checkout:hudson-slave1 / <https://hudson.eclipse.org/hudson/job/aether-ant-nightly/./label=hudson-slave1/ws/> - hudson.remoting.LocalChannel@7dccb9cf
Cloning the remote Git repository
Cloning repository origin
Fetching upstream changes from git://git.eclipse.org/gitroot/aether/aether-ant.git
Commencing build of Revision 27ac080d14ebc4f96aa5017b3f9e9e96e26d991a (origin/master)
Checking out Revision 27ac080d14ebc4f96aa5017b3f9e9e96e26d991a (origin/master)
FATAL: Could not apply tag hudson-label=hudson-slave1-19
hudson.plugins.git.GitException: Could not apply tag hudson-label=hudson-slave1-19
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:680)
	at hudson.plugins.git.GitSCM.createInternalTag(GitSCM.java:1615)
	at hudson.plugins.git.GitSCM.access$400(GitSCM.java:105)
	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:736)
	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:687)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Hudson Build #19 hudson-label=hudson-slave1-19
Command "git tag -a -f -m Hudson Build #19 hudson-label=hudson-slave1-19" returned status code 128: 
*** Please tell me who you are.

Run

  git config --global user.email "you@xxxxxxxxxxx"
  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: unable to auto-detect email address (got 'hudsonbuild@hudson-slave1.(none)')

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:730)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:692)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:703)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:678)
	... 14 more
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Hudson Build #19 hudson-label=hudson-slave1-19" returned status code 128: 
*** Please tell me who you are.

Run

  git config --global user.email "you@xxxxxxxxxxx"
  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: unable to auto-detect email address (got 'hudsonbuild@hudson-slave1.(none)')

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:723)
	... 17 more

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top