[switchyard-dev] Build failed in Jenkins: SwitchYard-Tools #572

ci-builds at redhat.com ci-builds at redhat.com
Thu Jul 23 17:54:53 EDT 2015


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/572/>

------------------------------------------
Started by user nboldt at REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on dev80-rhel6-x86_64 (RHEL-any RHEL6_x86_64 brFF31 eap-sustaining native-RHEL6-x86_64 brFF12 RHEL_SW hwavirt nodejs x86_64 hibernate linux-express-lane mem2G RHEL6_x86_64_SW RHEL6 linux general native RHEL mwqa_drives_tools mem4G non-vmware unix RHEL6_SW) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/nickboldt/tools.git # timeout=10
Fetching upstream changes from git://github.com/nickboldt/tools.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/nickboldt/tools.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/wrong-version-jbossTychoPluginsVersion^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/wrong-version-jbossTychoPluginsVersion^{commit} # timeout=10
Checking out Revision cc087ebb6356d572ac8f935b2d0721f8621d3c6e (refs/remotes/origin/wrong-version-jbossTychoPluginsVersion)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc087ebb6356d572ac8f935b2d0721f8621d3c6e
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #572 jenkins-SwitchYard-Tools-572 # timeout=10
Starting xvnc
[SwitchYard-Tools] $ vncserver :52 -geometry 1920x1080

New 'dev80.mw.lab.eng.bos.redhat.com:52 (hudson)' desktop is dev80.mw.lab.eng.bos.redhat.com:52

Starting applications specified in /home/hudson/.vnc/xstartup
Log file is /home/hudson/.vnc/dev80.mw.lab.eng.bos.redhat.com:52.log

[SwitchYard-Tools] $ /qa/tools/opt/apache-maven-3.2.5/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/sources/target-platform/pom.xml> "-DBUILD_TYPE=Continuous Integration" -DBUILD_ALIAS=CI -DskipRevisionCheckWhenPublishing=true -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/.repository> -U clean install -Pmultiple2repo -Dmaven.test.failure.ignore=true -DBUILD_NUMBER=572 -DBUILD_ALIAS=CI "-Dupdate.site.description=Continuous Integration" -Dillegaltransitivereportonly=true
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project  (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/sources/target-platform/pom.xml)> has 1 error
[ERROR]     Non-readable POM <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/sources/target-platform/pom.xml>: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/sources/target-platform/pom.xml> (No such file or directory)
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :52
Killing Xvnc process ID 5084
Archiving artifacts
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
	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$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
	at ......remote call to dev80-rhel6-x86_64(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.FilePath.act(FilePath.java:969)
	at hudson.FilePath.act(FilePath.java:958)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
	at hudson.model.Run.execute(Run.java:1770)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)


More information about the switchyard-dev mailing list