[jbosstools-builds] Build failed in Jenkins: jbosstools-hibernate_master #4006

dev-platform-jenkins at redhat.com dev-platform-jenkins at redhat.com
Mon Jan 20 08:47:31 EST 2020


See <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-hibernate_master/4006/display/redirect>

------------------------------------------
Started by user Josef
[EnvInject] - Loading node environment variables.
Building remotely on rhel7-devstudio-releng-161 (rhel7-devstudio-releng upshift) in workspace <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-hibernate_master/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-hibernate.git
 > git init <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-hibernate_master/ws/sources> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-hibernate.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/jbosstools/jbosstools-hibernate.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/jbosstools/jbosstools-hibernate.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/jbosstools/jbosstools-hibernate.git # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-hibernate.git
 > git fetch --tags --progress git://github.com/jbosstools/jbosstools-hibernate.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 f30828c73b78663e19f3cfef514ba0d89ee4be57 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f30828c73b78663e19f3cfef514ba0d89ee4be57
Commit message: "JBIDE-26998: Update hibernate tools dependency of org.jboss.tools.hibernate.runtime.v_5_3 to version 5.3.15.Final"
 > git rev-list --no-walk f30828c73b78663e19f3cfef514ba0d89ee4be57 # timeout=10
 > git tag -a -f -m Jenkins Build #4006 jenkins-jbosstools-hibernate_master-4006 # timeout=10
FATAL: Could not apply tag jenkins-jbosstools-hibernate_master-4006
hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #4006 jenkins-jbosstools-hibernate_master-4006" 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 <hudson at rhel7-devstudio-releng-161.(none)>) not allowed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1634)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1646)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1525)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhel7-devstudio-releng-161
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy105.tag(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.tag(RemoteGitImpl.java:487)
		at hudson.plugins.git.extensions.impl.PerBuildTag.onCheckoutCompleted(PerBuildTag.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1798)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.plugins.git.GitException: Could not apply tag jenkins-jbosstools-hibernate_master-4006
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.tag(CliGitAPIImpl.java:1527)
	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:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[description-setter] Description set: 



More information about the jbosstools-builds mailing list