[jbosstools-fuse-dev] Build failed in Jenkins: SwitchYard-Tools-2.1.x-Update-Site #3

Fuse Jenkins fuseinfra at redhat.com
Mon Jul 18 15:44:34 EDT 2016


See <http://10.8.63.16/job/SwitchYard-Tools-2.1.x-Update-Site/3/>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on RHEL-7.2-m1.xlarge-10.8.186.238 (rhel m1.xlarge rhel7.2 checkin-short checkin docker checkin-xlarge deploy-box ci-osp perfectus switchyard) in workspace <http://10.8.63.16/job/SwitchYard-Tools-2.1.x-Update-Site/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git://github.com/jboss-switchyard/tools.git
 > git init <http://10.8.63.16/job/SwitchYard-Tools-2.1.x-Update-Site/ws/sources> # timeout=10
Fetching upstream changes from git://github.com/jboss-switchyard/tools.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/jboss-switchyard/tools.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/jboss-switchyard/tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/jboss-switchyard/tools.git # timeout=10
Fetching upstream changes from git://github.com/jboss-switchyard/tools.git
 > git -c core.askpass=true fetch --tags --progress git://github.com/jboss-switchyard/tools.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/2.1.x^{commit} # timeout=10
Checking out Revision 68a34ad310d8ffda7511311ac8f793905b9e0044 (origin/2.1.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 68a34ad310d8ffda7511311ac8f793905b9e0044
 > git rev-list 68a34ad310d8ffda7511311ac8f793905b9e0044 # timeout=10
 > git tag -a -f -m Jenkins Build #3 jenkins-SwitchYard-Tools-2.1.x-Update-Site-3 # timeout=10
FATAL: Could not apply tag jenkins-SwitchYard-Tools-2.1.x-Update-Site-3
hudson.plugins.git.GitException: Could not apply tag jenkins-SwitchYard-Tools-2.1.x-Update-Site-3
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1268)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	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:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to RHEL-7.2-m1.xlarge-10.8.186.238(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy60.tag(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:490)
	at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1098)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #3 jenkins-SwitchYard-Tools-2.1.x-Update-Site-3" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you at 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 name (for <jon at fusesource.com>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1710)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1686)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1682)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1312)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1324)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1266)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	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:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?



More information about the jbosstools-fuse-dev mailing list