Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Lots of builds failing since Saturday

Hi,

Since March 1 my builds keep failing (see below). Wiping the workspace does not help. I noticed that many other builds are failing for the same reason and I wonder if someone has changed the Hudson server. Why does it attempt to tag Git now? I think that can't work on production Hudson. Why does this start on a Saturday so that we can not build for almost three days in Europe?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



----
Started by an SCM change
Building remotely on hudson-slave4
Checkout:emf-cdo-integration / /opt/users/hudsonbuild/workspace/emf-cdo-integration - hudson.remoting.Channel@3f9106ba:hudson-slave4
Using strategy: Default
Last Built Revision: Revision d1c739192a7e6110e161fd9e98212064ebfe7168 (origin/master)
Checkout:git / /opt/users/hudsonbuild/workspace/emf-cdo-integration/git - hudson.remoting.LocalChannel@6cf56dcc
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/cdo/cdo.git
Commencing build of Revision 8b5dbbbd559ae7475d70d58f0c1b39c070ae8a93 (origin/master)
Checking out Revision 8b5dbbbd559ae7475d70d58f0c1b39c070ae8a93 (origin/master)
FATAL: Could not apply tag hudson-emf-cdo-integration-3381
hudson.plugins.git.GitException: Could not apply tag hudson-emf-cdo-integration-3381
	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 #3381 hudson-emf-cdo-integration-3381
Command "git tag -a -f -m Hudson Build #3381 hudson-emf-cdo-integration-3381" 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-slave4.(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 #3381 hudson-emf-cdo-integration-3381" 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-slave4.(none)')

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



Back to the top