See <
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/610/...
------------------------------------------
Started by user bfitzpat(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on dev198 (eap-sustaining ppc64 mwqa_drives_services EAP-RHEL6-PPC64
mem2G beaker mwqa_drives_tools mem4G) in workspace
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/>
Cloning the remote Git repository
Cloning repository
git://github.com/jboss-switchyard/tools.git
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 refs/remotes/origin/master^{commit} # timeout=10
git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out
Revision 6e282f1ab23315fa43fbe3629cca0a6e84a50dc3 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 6e282f1ab23315fa43fbe3629cca0a6e84a50dc3
git rev-list e490dba1786b0864708ea18b7ced2683d29722b3 # timeout=10
warning: unable
to access '/qa/services/hudson/.config/git/config': Input/output error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
warning: unable to access '/qa/services/hudson/.config/git/config': Input/output
error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
warning: unable to access '/qa/services/hudson/.config/git/config': Input/output
error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
warning: unable to access '/qa/services/hudson/.config/git/config': Input/output
error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
git tag -a -f -m Jenkins Build #610 jenkins-SwitchYard-Tools-610 #
timeout=10
FATAL: Could not apply tag jenkins-SwitchYard-Tools-610
hudson.plugins.git.GitException: Could not apply tag jenkins-SwitchYard-Tools-610
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1201)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:274)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:627)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:809)
at ......remote call to dev198(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:173)
at com.sun.proxy.$Proxy262.tag(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:481)
at
hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1047)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1257)
at
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1745)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build
#610 jenkins-SwitchYard-Tools-610" returned status code 128:
stdout:
stderr: warning: unable to access '/qa/services/hudson/.config/git/config':
Input/output error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
warning: unable to access '/qa/services/hudson/.config/git/config': Input/output
error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
warning: unable to access '/qa/services/hudson/.config/git/config': Input/output
error
warning: unable to access '/qa/services/hudson/.gitconfig': Input/output error
*** Please tell me who you are.
Run
git config --global user.email "you(a)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 <hudson(a)dev198.mw.lab.eng.bos.redhat.com>) not allowed
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1567)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1261)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1199)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:274)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:627)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:809)