Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Build failed in Hudson: ptp-nightly #327

See <https://hudson.eclipse.org/hudson/job/ptp-nightly/327/>

------------------------------------------
Started by an SCM change
Building remotely on hudson-slave2
Checkout:ptp-nightly / <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/> - hudson.remoting.Channel@4ee186cd:hudson-slave2
Using strategy: Default
Last Built Revision: Revision 9e586f6911f75eff6390320c624c367e9d95eced (origin1/master)
Checkout:ptp-nightly / <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/> - hudson.remoting.LocalChannel@4ea9b5f4
Cloning the remote Git repository
Cloning repository origin1
Fetching upstream changes from git://git.eclipse.org/gitroot/ptp/org.eclipse.ptp.git
Commencing build of Revision dcca2e03291f4da761419ad5f8cb306ae46c70ab (origin1/master)
Checking out Revision dcca2e03291f4da761419ad5f8cb306ae46c70ab (origin1/master)
FATAL: Could not apply tag hudson-ptp-nightly-327
hudson.plugins.git.GitException: Could not apply tag hudson-ptp-nightly-327
	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:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Hudson Build #327 hudson-ptp-nightly-327
Command "git tag -a -f -m Hudson Build #327 hudson-ptp-nightly-327" 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: empty ident  <hudsonBuild@xxxxxxxxxxxxxxxxx> not allowed

	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 #327 hudson-ptp-nightly-327" 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: empty ident  <hudsonBuild@xxxxxxxxxxxxxxxxx> not allowed

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



Back to the top