[weld-builds] Build failed in Jenkins: Weld-2.x-int-se-servlet-coop-jetty #244

ci-builds at redhat.com ci-builds at redhat.com
Mon Jul 27 09:15:55 EDT 2015


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servlet-coop-jetty/244/changes>

Changes:

[Jozef Hartinger] WELD-1890 Enhancements to Weld SE API

[Jozef Hartinger] WELD-1890 Use String to define a configuration property key

[Jozef Hartinger] WELD-1890 Add Weld.extensions() builder method

[Jozef Hartinger] WELD-1890 WeldContainer extends CDI, implement WeldSEProvider

[Jozef Hartinger] WELD-1890 Support recursive package scanning

[Jozef Hartinger] WELD-1890 WeldContainer init improvements

[Jozef Hartinger] WELD-1890 Implement missing addX() methods so that the API is consistent

[Jozef Hartinger] WELD-1917 Add test for Weld SE

[Jozef Hartinger] WELD-1926 Use more specific payload for event fired during shutdown

[Jozef Hartinger] WELD-1927 Make it possible to pass Weld and WeldContainer to weld-servlet

[Jozef Hartinger] WELD-1927 Introduce Listener.using()

[Jozef Hartinger] WELD-1956 Make it possible to pass a ClassLoader to be used for scanning in SE

[Jozef Hartinger] Don't add null ClassFileServices

[Jozef Hartinger] WELD-1956 Replace Java 8 constructs

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on dev203 (ppc64 RHEL-any mem2G RHEL7 linux general RHEL beaker mwqa_drives_tools mem4G unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servlet-coop-jetty/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
 > git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servlet-coop-jetty/ws/> # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/weld/core.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/weld/core.git # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
 > git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision 746b323b68c856a2d94ea8309cf6d1779e3b9a22 (origin/2.3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 746b323b68c856a2d94ea8309cf6d1779e3b9a22
 > git rev-list 427d7354b65b965bd254ed695c9ebf7736c71d03 # timeout=10
 > git tag -a -f -m Jenkins Build #244 jenkins-Weld-2.x-int-se-servlet-coop-jetty-244 # timeout=10
[Weld-2.x-int-se-servlet-coop-jetty] $ /qa/tools/opt/apache-maven-3.0.3/bin/mvn "-DJETTY_VERSIONS=8.1.14.v20131031:jetty-embedded-7 9.0.7.v20131107:jetty-embedded-9 9.1.0.v20131115:jetty-embedded-9" -DskipTests=true -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld -U clean install
Error: JAVA_HOME is not defined correctly.
  We cannot execute /qa/tools/opt/ppc64/jdk1.7.0_last/bin/java
Build step 'Invoke top-level Maven targets' marked build as failure
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:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Thread.java:701)
	at ......remote call to dev203(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 weld-builds mailing list