Build failed in Jenkins: Weld-2.x-bootstrap-time-xlarge-CI #1360
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-bootstrap-ti...>
------------------------------------------
[...truncated 80 lines...]
stderr: fatal: remote error:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to seam-perf-qa06(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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor1302.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy268.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 12 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # 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/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
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 -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: remote error:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to seam-perf-qa06(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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor1302.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy268.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 12 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # 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/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
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 -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: remote error:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to seam-perf-qa06(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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor1302.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy268.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 12 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # 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/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
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 -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: remote error:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to seam-perf-qa06(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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor1302.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy268.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 12 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # 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/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
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 -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: remote error:
GitHub is offline for maintenance. See http://status.github.com for more info.
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to seam-perf-qa06(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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor1302.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy268.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 12 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording plot data
Saving plot series data from: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-bootstrap-ti...>
8 years, 11 months
Build failed in Jenkins: Weld-2.x-jacoco #197
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-jacoco/197/c...>
Changes:
[mkouba] WELD-2089 Handle Object.class as requested type in a special way
[mkouba] WELD-2091 - use super interface package name as proxy package.
[mkouba] Upgrade Weld API to 2.3.SP1
[mkouba] WELD-2079 Do not register ScheduledExecutorServiceFactory by default
------------------------------------------
[...truncated 8819 lines...]
at org.jboss.weld.manager.FieldProducerFactory$1.<init>(FieldProducerFactory.java:46)
at org.jboss.weld.manager.FieldProducerFactory.createProducer(FieldProducerFactory.java:46)
at org.jboss.weld.manager.AbstractProducerFactory.createProducer(AbstractProducerFactory.java:59)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest.testInvalidProducerField1(SyntheticProducerTest.java:141)
testInvalidProducerField2(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest) Time elapsed: 0.038 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-000094: Injected field [EnhancedAnnotatedFieldImpl] @Inject public final static org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory.INVALID_FIELD2 cannot be annotated @Produces on [EnhancedAnnotatedTypeImpl] public @Vetoed class org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.injection.producer.ProducerFieldProducer.checkProducerField(ProducerFieldProducer.java:68)
at org.jboss.weld.injection.producer.ProducerFieldProducer.<init>(ProducerFieldProducer.java:57)
at org.jboss.weld.manager.FieldProducerFactory$1.<init>(FieldProducerFactory.java:46)
at org.jboss.weld.manager.FieldProducerFactory.createProducer(FieldProducerFactory.java:46)
at org.jboss.weld.manager.AbstractProducerFactory.createProducer(AbstractProducerFactory.java:59)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest.testInvalidProducerField2(SyntheticProducerTest.java:150)
testInvalidProducerField3(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest) Time elapsed: 0.037 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001331: Declaring bean cannot be null for the non-static member [BackedAnnotatedField] public final org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory.INVALID_FIELD3 [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.manager.AbstractProducerFactory.createProducer(AbstractProducerFactory.java:55)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest.testInvalidProducerField3(SyntheticProducerTest.java:159)
testInvalidProducerMethod1(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest) Time elapsed: 0.041 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001562: A producer method return type may not be a type variable or an array type whose component type is a type variable:
[EnhancedAnnotatedMethodImpl] public static org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory.invalidProducerMethod1(T)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory.invalidProducerMethod1(Factory.java:43)
StackTrace: [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.injection.producer.ProducerMethodProducer.producerWithInvalidTypeVariable(ProducerMethodProducer.java:109)
at org.jboss.weld.injection.producer.AbstractMemberProducer.checkReturnTypeForWildcardsAndTypeVariables(AbstractMemberProducer.java:75)
at org.jboss.weld.injection.producer.AbstractMemberProducer.checkProducerReturnType(AbstractMemberProducer.java:64)
at org.jboss.weld.injection.producer.AbstractMemberProducer.<init>(AbstractMemberProducer.java:54)
at org.jboss.weld.injection.producer.ProducerMethodProducer.<init>(ProducerMethodProducer.java:58)
at org.jboss.weld.manager.MethodProducerFactory$1.<init>(MethodProducerFactory.java:46)
at org.jboss.weld.manager.MethodProducerFactory.createProducer(MethodProducerFactory.java:46)
at org.jboss.weld.manager.AbstractProducerFactory.createProducer(AbstractProducerFactory.java:59)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest.testInvalidProducerMethod1(SyntheticProducerTest.java:123)
testInvalidProducerMethod2(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest) Time elapsed: 0.033 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001331: Declaring bean cannot be null for the non-static member [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.beanManager.producer.Factory.invalidProducerMethod2() [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.manager.AbstractProducerFactory.createProducer(AbstractProducerFactory.java:55)
at org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest.testInvalidProducerMethod2(SyntheticProducerTest.java:132)
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest) Time elapsed: 0.522 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-000037: Cannot call EJB remove method directly on non-dependent scoped bean public abstract void org.jboss.cdi.tck.tests.implementation.enterprise.remove.SessionScopedSessionInterface.remove() [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.UnsupportedOperationException]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:119)
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_Weld$EnterpriseProxy$.remove(Unknown Source)
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:497)
at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_WeldClientProxy.remove(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(EnterpriseBeanRemoveMethodTest.java:72)
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest) Time elapsed: 0.577 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.UnproxyableResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnproxyableResolutionException : WELD-001436: Type org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableBean is not proxyable because it has a private constructor private org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableBean() - <unknown javax.enterprise.inject.spi.Bean instance>. [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.UnproxyableResolutionException]
at org.jboss.weld.bean.proxy.DefaultProxyInstantiator.validateNoargConstructor(DefaultProxyInstantiator.java:52)
at org.jboss.weld.util.Proxies.getUnproxyableClassException(Proxies.java:217)
at org.jboss.weld.util.Proxies.getUnproxyableTypeException(Proxies.java:178)
at org.jboss.weld.util.Proxies.getUnproxyableTypeException(Proxies.java:140)
at org.jboss.weld.bean.proxy.ClientProxyProvider.getClientProxy(ClientProxyProvider.java:242)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:736)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:765)
at org.jboss.weld.util.ForwardingBeanManager.getReference(ForwardingBeanManager.java:61)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getReference(BeanManagerProxy.java:85)
at org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution(UnproxyableManagedBeanTest.java:46)
testNoBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 0.046 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001311: Interceptor bindings list cannot be empty [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:908)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:139)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails(InterceptorDefinitionTest.java:179)
testNonBindingTypeToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 0.052 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001316: @org.jboss.cdi.tck.tests.interceptors.definition.NonBindingType() is not an interceptor binding type [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:912)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:139)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails(InterceptorDefinitionTest.java:187)
testSameBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 0.031 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001312: Duplicate interceptor binding type @org.jboss.cdi.tck.tests.interceptors.definition.Transactional(value="a") found [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.resolution.InterceptorResolvableBuilder.checkQualifier(InterceptorResolvableBuilder.java:48)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifier(ResolvableBuilder.java:170)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifiers(ResolvableBuilder.java:197)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifiers(ResolvableBuilder.java:192)
at org.jboss.weld.resolution.InterceptorResolvableBuilder.addQualifiers(InterceptorResolvableBuilder.java:71)
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:935)
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:916)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:139)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails(InterceptorDefinitionTest.java:173)
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest) Time elapsed: 0.044 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-001525: Instance.destroy() is not supported. The underlying context org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomNonAlterableContext@561689a1 does not support destroying of contextual instances [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.UnsupportedOperationException]
at org.jboss.weld.bean.builtin.InstanceImpl.destroy(InstanceImpl.java:163)
at org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(DestroyingNormalScopedInstanceTest.java:109)
testUnsatisfiedReference(org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.AmbiguousInjectableReferenceTest) Time elapsed: 0.561 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.AmbiguousResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.AmbiguousResolutionException : WELD-001318: Cannot resolve an ambiguous dependency between:
- Managed Bean [class org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.InjectedBean] with qualifiers [@Any @Default],
- Managed Bean [class org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.DerivedInjectedBean] with qualifiers [@Any @Default] [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.AmbiguousResolutionException]
at org.jboss.weld.manager.BeanManagerImpl.resolve(BeanManagerImpl.java:1235)
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:861)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:854)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:91)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.AmbiguousInjectableReferenceTest.testUnsatisfiedReference(AmbiguousInjectableReferenceTest.java:57)
testUnsatisfiedReference(org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest) Time elapsed: 0.56 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.UnsatisfiedResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsatisfiedResolutionException : WELD-001308: Unable to resolve any beans for Types: [class org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.InjectedBean]; Bindings: [QualifierInstance {annotationClass=interface javax.enterprise.inject.Default, values={}}, QualifierInstance {annotationClass=interface javax.enterprise.inject.Any, values={}}] [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.UnsatisfiedResolutionException]
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:863)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:854)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:91)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference(UnsatisfiedInjectableReferenceTest.java:57)
testGetReferenceWithIllegalBeanType(org.jboss.cdi.tck.tests.lookup.manager.ManagerTest) Time elapsed: 0.042 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001305: The given type class java.math.BigDecimal is not a type of the bean Managed Bean [class org.jboss.cdi.tck.tests.lookup.manager.FishFarmOffice] with qualifiers [@Any @Default] [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:760)
at org.jboss.weld.util.ForwardingBeanManager.getReference(ForwardingBeanManager.java:61)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getReference(BeanManagerProxy.java:85)
at org.jboss.cdi.tck.tests.lookup.manager.ManagerTest.testGetReferenceWithIllegalBeanType(ManagerTest.java:91)
testDuplicateBindingTypesWhenResolvingFails(org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest) Time elapsed: 0.495 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.IllegalArgumentException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalArgumentException : WELD-001302: Duplicate qualifiers: @org.jboss.cdi.tck.tests.event.resolve.binding.BindingTypeA(value="a2") [Proxied because : Original exception caused: class java.lang.ClassNotFoundException: org.jboss.weld.exceptions.IllegalArgumentException]
at org.jboss.weld.resolution.ResolvableBuilder.checkQualifier(ResolvableBuilder.java:207)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifier(ResolvableBuilder.java:170)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifier(ResolvableBuilder.java:143)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifiers(ResolvableBuilder.java:186)
at org.jboss.weld.event.ObserverNotifier.buildEventResolvable(ObserverNotifier.java:185)
at org.jboss.weld.event.ObserverNotifier.resolveObserverMethods(ObserverNotifier.java:102)
at org.jboss.weld.manager.BeanManagerImpl.resolveObserverMethods(BeanManagerImpl.java:526)
at org.jboss.weld.util.ForwardingBeanManager.resolveObserverMethods(ForwardingBeanManager.java:106)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveObserverMethods(BeanManagerProxy.java:127)
at org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails(DuplicateBindingTypesWhenResolvingTest.java:53)
Results :
Failed tests:
DecoratorDefinitionTest.testDuplicateBindingsOnResolveDecoratorsFails » Test
...
DecoratorDefinitionTest.testEmptyTypeSetOnResolveDecoratorsFails » Test
Expec...
DecoratorDefinitionTest.testNonBindingsOnResolveDecoratorsFails » Test
Expect...
EventTest.testEventObjectContainsTypeVariablesWhenResolvingFails » Test
Expec...
EventBindingTypesTest.testFireEventWithNonBindingAnnotationsFails » Test
Expe...
EventBindingTypesTest.testFireEventWithNonRuntimeBindingTypeFails » Test
Expe...
FireEventTest.testDuplicateBindingsToFireEventFails » Test
Expected exception...
FireEventTest.testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable » Test
FireEventTest.testTypeVariableEventTypeFails » Test
Expected exception java.l...
NonBindingTypePassedToFireTest.testExceptionThrownIfNonBindingTypePassedToFire » Test
ResolveEventObserversTest.testBeanManagerResolveObserversWithIllegalQualifier » Test
NonBindingTypesWhenResolvingTest.testNonBindingTypeAnnotationWhenResolvingFails » Test
SelectEventTest.testEventSelectThrowsExceptionForDuplicateBindingType » Test
...
SelectEventTest.testEventSelectThrowsExceptionIfAnnotationIsNotBindingType » Test
SelectEventTest.testEventSelectThrowsExceptionIfEventTypeHasTypeVariable » Test
SelectEventTest.testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType » Test
SelectEventTest.testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType » Test
BeanByTypeTest.testNonBindingType » Test
Expected exception java.lang.Illegal...
BeanByTypeTest.testSameBindingTwice » Test
Expected exception java.lang.Illeg...
BeanManagerTest.testAmbiguousDependencyNotResolved » Test
Expected exception ...
BeanManagerTest.testObtainingInjectionTargetWithDefinitionError » Test
Expect...
BeanManagerTest.testValidateThrowsException » Test
Expected exception javax.e...
CreateBeanAttributesTest.testInvalidMember » Test
Expected exception java.lan...
CreateInjectionPointTest.testInvalidField » Test
Expected exception java.lang...
CreateInjectionPointTest.testInvalidParameter » Test
Expected exception java....
SyntheticProducerTest.testInvalidProducerField1 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerField2 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerField3 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerMethod1 » Test
Expected exception ja...
SyntheticProducerTest.testInvalidProducerMethod2 » Test
Expected exception ja...
EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean » Test
UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution » Test
E...
InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails » Test ...
InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails » Test ...
InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails » Test
DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable » Test
AmbiguousInjectableReferenceTest.testUnsatisfiedReference » Test
Expected exc...
UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference » Test
Expected e...
ManagerTest.testGetReferenceWithIllegalBeanType » Test
Expected exception jav...
DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails » Test
Tests run: 1581, Failures: 40, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:38 min
[INFO] Finished at: 2016-01-14T20:06:42-05:00
[INFO] Final Memory: 48M/448M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-jboss-runner-tck: There are test failures.
[ERROR]
[ERROR] Please refer to /qa/local/hudson_workspace/workspace/Weld-2.x-jacoco/weld/jboss-tck-runner/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[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/MojoFailureException
Build step 'Execute shell' marked build as failure
Terminating xvnc.
$ vncserver -kill :88
Killing Xvnc process ID 22774
Archiving artifacts
Recording test results
Publishing Javadoc
8 years, 11 months
Build failed in Jenkins: Weld-2.x-int-servlet #1175
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
Changes:
[mkouba] EnterpriseBeanProxyMethodHandler - fix readResolve
------------------------------------------
[...truncated 1537 lines...]
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> uses or overrides a deprecated API.
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-se-core ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> uses or overrides a deprecated API.
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (test-compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-se-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 162 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-se-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-se-core ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-se-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-se-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-se-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-se-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-se-core ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se-core/2.3.3-SNAPSHOT/weld-se-core-2.3.3-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se-core/2.3.3-SNAPSHOT/weld-se-core-2.3.3-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se-core/2.3.3-SNAPSHOT/weld-se-core-2.3.3-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE (Uber Jar) 2.3.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
741 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 5.3 KB/sec)
787 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 2.2 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-se ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-se ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-se ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-se ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-se ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-se ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-se ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-se ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-se ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-se ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-se ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-se ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-se ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-se ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-se ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-se ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-se ---
[INFO] Including org.jboss.weld.se:weld-se-core:jar:2.3.3-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.environment:weld-environment-common:jar:2.3.3-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.probe:weld-probe-core:jar:2.3.3-SNAPSHOT in the shaded jar.
[INFO] Including javax.enterprise:cdi-api:jar:1.2 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final in the shaded jar.
[INFO] Including org.jboss.weld:weld-core-impl:jar:2.3.3-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-api:jar:2.3.SP1 in the shaded jar.
[INFO] Including org.jboss.weld:weld-spi:jar:2.3.SP1 in the shaded jar.
[INFO] Including org.jboss.classfilewriter:jboss-classfilewriter:jar:1.1.2.Final in the shaded jar.
[INFO] Including com.google.guava:guava:jar:18.0 in the shaded jar.
[INFO] Including org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 in the shaded jar.
[INFO] Including org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Final in the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.2.1.Final in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> with <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> with <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-se ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se/2.3.3-SNAPSHOT/weld-se-2.3.3-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se/2.3.3-SNAPSHOT/weld-se-2.3.3-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se/2.3.3-SNAPSHOT/weld-se-2.3.3-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [15.507s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [52.263s]
[INFO] Weld Core - JSF ................................... SUCCESS [4.434s]
[INFO] Weld Implementation ............................... SUCCESS [5.459s]
[INFO] Weld Probe Parent ................................. SUCCESS [1.092s]
[INFO] Weld Probe Core ................................... SUCCESS [13.283s]
[INFO] Weld Test Utilities ............................... SUCCESS [2.657s]
[INFO] weld-probe-tests .................................. SUCCESS [24.445s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [1.515s]
[INFO] Weld Unit Tests ................................... SUCCESS [8.842s]
[INFO] Weld Integration Tests (JBoss AS) ................. SUCCESS [20.924s]
[INFO] AtInject TCK runner for Weld ...................... SUCCESS [5.495s]
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SUCCESS [14.784s]
[INFO] Weld Environment Common ........................... SUCCESS [2.962s]
[INFO] Weld SE (Core) .................................... SUCCESS [21.593s]
[INFO] Weld SE (Uber Jar) ................................ FAILURE [4.762s]
[INFO] Weld SE Parent .................................... SKIPPED
[INFO] Weld SE Tests ..................................... SKIPPED
[INFO] Weld Servlet Parent ............................... SKIPPED
[INFO] Weld Servlet Core ................................. SKIPPED
[INFO] Weld Servlet (Uber Jar) ........................... SKIPPED
[INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED
[INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:23.583s
[INFO] Finished at: Wed Jan 20 06:49:58 EST 2016
[INFO] Final Memory: 114M/273M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project weld-se: Failed to install metadata org.jboss.weld.se:weld-se/maven-metadata.xml: Could not read metadata /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/se/weld-se/maven-metadata-local.xml: input contained no data -> [Help 1]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-se
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.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
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:745)
at ......remote call to dev128-virt2(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)
8 years, 11 months
Build failed in Jenkins: Weld-2.x-int-servlet-jetty #1162
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[mkouba] WeldExceptionListMessage - fix exception index
------------------------------------------
[...truncated 3258 lines...]
Jan 18, 2016 9:25:38 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:38 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:38 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:38.725:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/app1
Jan 18, 2016 9:25:39 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export2485580925226525592app2.war
2016-01-18 09:25:39.059:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export2485580925226525592app2.war!/ to /tmp/jetty-localhost-9090-export2485580925226525592app2.war-_app2-any-/webapp
2016-01-18 09:25:39.123:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:39.242:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /app2, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:39.295:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/app2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.jboss.weld.environment.servlet.test.bootstrap.BootstrapOrderingTest
Running org.jboss.weld.environment.servlet.test.crosscontext.CrossContextForwardTest
2016-01-18 09:25:39.377:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:39.377:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/app1,file:/tmp/jetty-localhost-9090-export196179701270038961app1.war-_app1-any-/webapp/},file:/tmp/export196179701270038961app1.war
2016-01-18 09:25:39.380:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:39.380:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/app2,file:/tmp/jetty-localhost-9090-export2485580925226525592app2.war-_app2-any-/webapp/},file:/tmp/export2485580925226525592app2.war
Jan 18, 2016 9:25:39 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export67312431439761290302baa7675-2b1c-427c-9c93-0f48c053548b.war
2016-01-18 09:25:39.766:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export67312431439761290302baa7675-2b1c-427c-9c93-0f48c053548b.war!/ to /tmp/jetty-localhost-9090-export67312431439761290302baa7675-2b1c-427c-9c93-0f48c053548b.war-_2baa7675-2b1c-427c-9c93-0f48c053548b-any-/webapp
2016-01-18 09:25:39.830:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:39.952:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /2baa7675-2b1c-427c-9c93-0f48c053548b, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:39 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:40.010:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/2baa7675-2b1c-427c-9c93-0f48c053548b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec - in org.jboss.weld.environment.servlet.test.crosscontext.CrossContextForwardTest
Running org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
2016-01-18 09:25:40.028:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:40.028:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/2baa7675-2b1c-427c-9c93-0f48c053548b,file:/tmp/jetty-localhost-9090-export67312431439761290302baa7675-2b1c-427c-9c93-0f48c053548b.war-_2baa7675-2b1c-427c-9c93-0f48c053548b-any-/webapp/},file:/tmp/export67312431439761290302baa7675-2b1c-427c-9c93-0f48c053548b.war
Jan 18, 2016 9:25:40 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export5789845410551177616801bcf6f-6652-42a6-99aa-48d901c2c81b.war
2016-01-18 09:25:40.373:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export5789845410551177616801bcf6f-6652-42a6-99aa-48d901c2c81b.war!/ to /tmp/jetty-localhost-9090-export5789845410551177616801bcf6f-6652-42a6-99aa-48d901c2c81b.war-_801bcf6f-6652-42a6-99aa-48d901c2c81b-any-/webapp
2016-01-18 09:25:40.436:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:40.556:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /801bcf6f-6652-42a6-99aa-48d901c2c81b, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:40 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:40.609:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/801bcf6f-6652-42a6-99aa-48d901c2c81b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Running org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
2016-01-18 09:25:40.630:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:40.630:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/801bcf6f-6652-42a6-99aa-48d901c2c81b,file:/tmp/jetty-localhost-9090-export5789845410551177616801bcf6f-6652-42a6-99aa-48d901c2c81b.war-_801bcf6f-6652-42a6-99aa-48d901c2c81b-any-/webapp/},file:/tmp/export5789845410551177616801bcf6f-6652-42a6-99aa-48d901c2c81b.war
Jan 18, 2016 9:25:40 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export822540283532248260094a8735c-f621-4648-9b14-b4fa075dc135.war
2016-01-18 09:25:40.976:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export822540283532248260094a8735c-f621-4648-9b14-b4fa075dc135.war!/ to /tmp/jetty-localhost-9090-export822540283532248260094a8735c-f621-4648-9b14-b4fa075dc135.war-_94a8735c-f621-4648-9b14-b4fa075dc135-any-/webapp
2016-01-18 09:25:41.036:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:41.158:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /94a8735c-f621-4648-9b14-b4fa075dc135, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:41.210:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/94a8735c-f621-4648-9b14-b4fa075dc135
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec - in org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
Running org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
2016-01-18 09:25:41.290:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:41.290:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/94a8735c-f621-4648-9b14-b4fa075dc135,file:/tmp/jetty-localhost-9090-export822540283532248260094a8735c-f621-4648-9b14-b4fa075dc135.war-_94a8735c-f621-4648-9b14-b4fa075dc135-any-/webapp/},file:/tmp/export822540283532248260094a8735c-f621-4648-9b14-b4fa075dc135.war
Jan 18, 2016 9:25:41 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export231790833543476730512fab250-7822-4b56-b66f-61f7d3cbd43b.war
2016-01-18 09:25:41.668:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export231790833543476730512fab250-7822-4b56-b66f-61f7d3cbd43b.war!/ to /tmp/jetty-localhost-9090-export231790833543476730512fab250-7822-4b56-b66f-61f7d3cbd43b.war-_12fab250-7822-4b56-b66f-61f7d3cbd43b-any-/webapp
2016-01-18 09:25:41.730:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:41.850:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /12fab250-7822-4b56-b66f-61f7d3cbd43b, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:41 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:41.904:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/12fab250-7822-4b56-b66f-61f7d3cbd43b
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.692 sec <<< FAILURE! - in org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
testCycle(org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest) Time elapsed: 0.077 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/jboss/weld/injection/Exceptions
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:96)
at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:78)
at org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:129)
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:309)
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:287)
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:265)
at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:271)
at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:260)
at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:154)
at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:136)
at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:673)
at org.jboss.weld.environment.servlet.test.lifecycle.HSListener.sessionCreated(HSListener.java:53)
at org.eclipse.jetty.server.session.AbstractSessionManager.addSession(AbstractSessionManager.java:728)
at org.eclipse.jetty.server.session.AbstractSessionManager.newHttpSession(AbstractSessionManager.java:589)
at org.eclipse.jetty.server.Request.getSession(Request.java:1271)
at org.jboss.weld.servlet.SessionHolder.getSession(SessionHolder.java:61)
at org.jboss.weld.context.beanstore.http.LazySessionBeanStore.getSession(LazySessionBeanStore.java:83)
at org.jboss.weld.context.beanstore.http.AbstractSessionBeanStore.getLockStore(AbstractSessionBeanStore.java:111)
at org.jboss.weld.context.beanstore.AttributeBeanStore.lock(AttributeBeanStore.java:251)
at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:90)
at org.jboss.weld.context.PassivatingContextWrapper$AbstractPassivatingContextWrapper.get(PassivatingContextWrapper.java:76)
at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:101)
at org.jboss.weld.bean.ContextualInstanceStrategy$CachingContextualInstanceStrategy.get(ContextualInstanceStrategy.java:178)
at org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:99)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
at org.jboss.weld.environment.servlet.test.lifecycle.Pinger$Proxy$_$$_WeldClientProxy.ping(Unknown Source)
at org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest.testCycle(HSCycleTest.java:51)
Running org.jboss.weld.environment.servlet.test.context.async.symmetry.ListenerSymmetryTest
2016-01-18 09:25:41.934:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:41.934:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/12fab250-7822-4b56-b66f-61f7d3cbd43b,file:/tmp/jetty-localhost-9090-export231790833543476730512fab250-7822-4b56-b66f-61f7d3cbd43b.war-_12fab250-7822-4b56-b66f-61f7d3cbd43b-any-/webapp/},file:/tmp/export231790833543476730512fab250-7822-4b56-b66f-61f7d3cbd43b.war
Jan 18, 2016 9:25:42 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export892689931987543533796ab73d3-a55f-4522-bb91-e04b9a849a07.war
2016-01-18 09:25:42.302:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export892689931987543533796ab73d3-a55f-4522-bb91-e04b9a849a07.war!/ to /tmp/jetty-localhost-9090-export892689931987543533796ab73d3-a55f-4522-bb91-e04b9a849a07.war-_96ab73d3-a55f-4522-bb91-e04b9a849a07-any-/webapp
2016-01-18 09:25:42.366:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:42.488:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /96ab73d3-a55f-4522-bb91-e04b9a849a07, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:42 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:42 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:42 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:42 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:42.544:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/96ab73d3-a55f-4522-bb91-e04b9a849a07
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in org.jboss.weld.environment.servlet.test.context.async.symmetry.ListenerSymmetryTest
Running org.jboss.weld.environment.servlet.test.context.async.SimpleAsyncListenerTest
2016-01-18 09:25:43.151:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:43.151:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/96ab73d3-a55f-4522-bb91-e04b9a849a07,file:/tmp/jetty-localhost-9090-export892689931987543533796ab73d3-a55f-4522-bb91-e04b9a849a07.war-_96ab73d3-a55f-4522-bb91-e04b9a849a07-any-/webapp/},file:/tmp/export892689931987543533796ab73d3-a55f-4522-bb91-e04b9a849a07.war
Jan 18, 2016 9:25:43 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export31885890115160602716ce02276-1c55-4383-8ec5-72a14a470917.war
2016-01-18 09:25:43.495:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export31885890115160602716ce02276-1c55-4383-8ec5-72a14a470917.war!/ to /tmp/jetty-localhost-9090-export31885890115160602716ce02276-1c55-4383-8ec5-72a14a470917.war-_6ce02276-1c55-4383-8ec5-72a14a470917-any-/webapp
2016-01-18 09:25:43.557:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2016-01-18 09:25:43.680:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /6ce02276-1c55-4383-8ec5-72a14a470917, did not find org.apache.jasper.servlet.JspServlet
Jan 18, 2016 9:25:43 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jan 18, 2016 9:25:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:25:43 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jan 18, 2016 9:25:43 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jan 18, 2016 9:25:43 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2016-01-18 09:25:43.760:INFO:oejw.WebAppContext:WebApp@3666249 at http://localhost:9090/6ce02276-1c55-4383-8ec5-72a14a470917
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.214 sec - in org.jboss.weld.environment.servlet.test.context.async.SimpleAsyncListenerTest
Running org.jboss.weld.environment.servlet.test.deployment.bda.additional.AdditionalBeanDeploymentArchiveTest
2016-01-18 09:25:43.780:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-01-18 09:25:43.780:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/6ce02276-1c55-4383-8ec5-72a14a470917,file:/tmp/jetty-localhost-9090-export31885890115160602716ce02276-1c55-4383-8ec5-72a14a470917.war-_6ce02276-1c55-4383-8ec5-72a14a470917-any-/webapp/},file:/tmp/export31885890115160602716ce02276-1c55-4383-8ec5-72a14a470917.war
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.environment.servlet.test.deployment.bda.additional.AdditionalBeanDeploymentArchiveTest
Jan 18, 2016 9:25:43 AM org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer stop
INFO: Stopping Jetty Embedded Server [id:32777801]
Results :
Tests in error:
HSCycleTest.testCycle:51 » NoClassDefFound org/jboss/weld/injection/Exceptions
Tests run: 53, Failures: 0, Errors: 1, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.296 s
[INFO] Finished at: 2016-01-18T09:25:43-05:00
[INFO] Final Memory: 37M/404M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> for the individual test results.
[ERROR] -> [Help 1]
[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/MojoFailureException
Build step 'Execute shell' 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.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to dev107-rhel6-x86(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)
8 years, 11 months
Build failed in Jenkins: Weld-2.x-int-se-servlet-coop-jetty #329
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
Changes:
[mkouba] WeldExceptionListMessage - fix exception index
------------------------------------------
[...truncated 2729 lines...]
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 12 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest
Jan 18, 2016 9:24:06 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.3.3 (2016-01-18 09:23)
Jan 18, 2016 9:24:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:24:08 AM org.jboss.weld.environment.se.WeldContainer initialize
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
2016-01-18 09:24:08.213:INFO:oejs.Server:main: jetty-9.0.7.v20131107
Jan 18, 2016 9:24:08 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2016 9:24:08 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001201: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.
2016-01-18 09:24:08.337:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@4e90c2c6{/,null,AVAILABLE}
2016-01-18 09:24:08.368:INFO:oejs.ServerConnector:main: Started ServerConnector@420c407e{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:09.560:INFO:oejs.ServerConnector:main: Stopped ServerConnector@420c407e{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:09.566:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@4e90c2c6{/,null,UNAVAILABLE}
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
2016-01-18 09:24:09.585:INFO:oejs.Server:main: jetty-9.0.7.v20131107
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2016 9:24:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer initialize
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001201: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.
2016-01-18 09:24:09.681:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@173b1696{/,null,AVAILABLE}
2016-01-18 09:24:09.682:INFO:oejs.ServerConnector:main: Started ServerConnector@2847ddc4{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:09.725:INFO:oejs.ServerConnector:main: Stopped ServerConnector@2847ddc4{HTTP/1.1}{0.0.0.0:8080}
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
2016-01-18 09:24:09.735:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@173b1696{/,null,UNAVAILABLE}
2016-01-18 09:24:09.741:INFO:oejs.Server:main: jetty-9.0.7.v20131107
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2016 9:24:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer initialize
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001201: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.
2016-01-18 09:24:09.835:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@ce6c64f{/,null,AVAILABLE}
2016-01-18 09:24:09.836:INFO:oejs.ServerConnector:main: Started ServerConnector@2e57327{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:09.877:INFO:oejs.ServerConnector:main: Stopped ServerConnector@2e57327{HTTP/1.1}{0.0.0.0:8080}
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
2016-01-18 09:24:09.887:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@ce6c64f{/,null,UNAVAILABLE}
Jan 18, 2016 9:24:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.se.WeldContainer initialize
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
2016-01-18 09:24:09.970:INFO:oejs.Server:main: jetty-9.0.7.v20131107
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2016 9:24:09 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001201: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.
2016-01-18 09:24:09.982:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@1684342c{/,null,AVAILABLE}
2016-01-18 09:24:09.984:INFO:oejs.ServerConnector:main: Started ServerConnector@417d4040{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:10.024:INFO:oejs.ServerConnector:main: Stopped ServerConnector@417d4040{HTTP/1.1}{0.0.0.0:8080}
2016-01-18 09:24:10.025:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@1684342c{/,null,UNAVAILABLE}
Jan 18, 2016 9:24:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.33 sec - in org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest
Running org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest
Jan 18, 2016 9:24:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 18, 2016 9:24:10 AM org.jboss.weld.environment.se.WeldContainer initialize
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
2016-01-18 09:24:10.467:INFO:oejs.Server:main: jetty-9.0.7.v20131107
Jan 18, 2016 9:24:10 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2016 9:24:10 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001201: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported.
2016-01-18 09:24:10.478:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@42948855{/,null,AVAILABLE}
2016-01-18 09:24:10.479:INFO:oejs.ServerConnector:main: Started ServerConnector@2582a699{HTTP/1.1}{localhost:8080}
2016-01-18 09:24:10.524:INFO:oejs.ServerConnector:main: Stopped ServerConnector@2582a699{HTTP/1.1}{localhost:8080}
2016-01-18 09:24:10.525:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@42948855{/,null,UNAVAILABLE}
Jan 18, 2016 9:24:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec - in org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-servlet-test-jetty <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.521 s
[INFO] Finished at: 2016-01-18T09:24:12-05:00
[INFO] Final Memory: 55M/557M
[INFO] ------------------------------------------------------------------------
+ for report in 'environments/servlet/tests/jetty/target/surefire-reports/TEST-*.xml'
+ '[' -f environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml ']'
+ sed -iorig 's|<testcase time="\([^"]*\)" classname="\([^"]*\)" name="\([^"]*\)"|<testcase time="\1" classname="\2" name="9.0.7.v20131107:jetty-embedded-9.\3"|' environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml
++ basename environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml
+ FINALNAME=TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml
+ FINALPATH=jetty-surefire-reports/9.0.7.v20131107:jetty-embedded-9-TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml
+ mv environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml jetty-surefire-reports/9.0.7.v20131107:jetty-embedded-9-TEST-org.jboss.weld.environment.servlet.test.se.coop.BootstrapNotNeededTest.xml
+ for report in 'environments/servlet/tests/jetty/target/surefire-reports/TEST-*.xml'
+ '[' -f environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml ']'
+ sed -iorig 's|<testcase time="\([^"]*\)" classname="\([^"]*\)" name="\([^"]*\)"|<testcase time="\1" classname="\2" name="9.0.7.v20131107:jetty-embedded-9.\3"|' environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml
++ basename environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml
+ FINALNAME=TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml
+ FINALPATH=jetty-surefire-reports/9.0.7.v20131107:jetty-embedded-9-TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml
+ mv environments/servlet/tests/jetty/target/surefire-reports/TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml jetty-surefire-reports/9.0.7.v20131107:jetty-embedded-9-TEST-org.jboss.weld.environment.servlet.test.se.coop.builder.WeldSeBuilderTest.xml
+ for i in '$JETTY_VERSIONS_ARRAY'
+ idx=0
++ echo 9.1.0.v20131115:jetty-embedded-9
++ tr : ' '
+ for ii in '$(echo $i | tr ":" " ")'
+ '[' 0 -eq 0 ']'
+ JETTY_VERSION=9.1.0.v20131115
+ '[' 0 -eq 1 ']'
+ let 'idx = idx + 1'
+ for ii in '$(echo $i | tr ":" " ")'
+ '[' 1 -eq 0 ']'
+ '[' 1 -eq 1 ']'
+ JETTY_ARQ_VERSION=jetty-embedded-9
+ let 'idx = idx + 1'
+ /qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean verify -f environments/servlet/tests/jetty/pom.xml -Dincontainer=weld-se-coop -Djetty-embedded-9 -Djetty.version=9.1.0.v20131115
[INFO] Maven-Manipulation-Extension 1.15
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: No changes.
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: Finished.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.3.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] Storing buildNumber: 55bd9708aaa8a7ab552f777540054a97cab2b290 at timestamp: January 18, 2016 9:24:20 AM EST
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:add-test-source (add-test-source) @ weld-servlet-test-jetty ---
[INFO] Test Source directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...> added.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:add-test-resource (add-test-resource) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 12 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>:[25,41] error: cannot access Listener
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.772 s
[INFO] Finished at: 2016-01-18T09:24:28-05:00
[INFO] Final Memory: 45M/566M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project weld-servlet-test-jetty: Compilation failure
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-se-servl...>:[25,41] error: cannot access Listener
[ERROR] -> [Help 1]
[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/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results
8 years, 11 months
Build failed in Jenkins: Weld-3.x-bootstrap-memory-beans4-CI #390
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-bootstrap-me...>
------------------------------------------
Started by timer
Started by timer
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on seam-perf-qa06 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-bootstrap-me...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # 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 rev-parse origin/master^{commit} # timeout=10
Checking out Revision ab57034e1d64866c49b36e38052e77673804a86c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ab57034e1d64866c49b36e38052e77673804a86c
> git rev-list ab57034e1d64866c49b36e38052e77673804a86c # timeout=10
FATAL: hudson.remoting.ChannelClosedException: channel is already closed
hudson.remoting.RemotingSystemException: hudson.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:189)
at com.sun.proxy.$Proxy261.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 org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
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.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.Channel.send(Channel.java:549)
at hudson.remoting.Request.call(Request.java:129)
at hudson.remoting.Channel.call(Channel.java:751)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:173)
... 14 more
Caused by: java.io.IOException
at hudson.remoting.Channel.close(Channel.java:1105)
at hudson.remoting.Channel.close(Channel.java:1087)
at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:632)
at hudson.slaves.SlaveComputer.access$600(SlaveComputer.java:92)
at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:565)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
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)
8 years, 11 months
Build failed in Jenkins: Weld-2.x-int-servlet #1172
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
Changes:
[mkouba] WELD-2091 - use super interface package name as proxy package.
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on dev09-rhel5-ia64 (git-working jdocbook RHEL-any mem2G RHEL5 RHEL5_ia64_SW linux general mwqa_drives_services ia64 RHEL_SW RHEL doc mwqa_drives_tools mem4G RHEL5-ia64 unix mem8G) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/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-servlet/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 ba92a2536523dbfe9381a0a5dc4db602a4ec0748 (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f ba92a2536523dbfe9381a0a5dc4db602a4ec0748
> git rev-list 035eb82a9501695eca4f3b554975cc496f238c4b # timeout=10
> git tag -a -f -m Jenkins Build #1172 jenkins-Weld-2.x-int-servlet-1172 # timeout=10
[Weld-2.x-int-servlet] $ /qa/tools/opt/apache-maven-3.0.3/bin/mvn -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/ia64/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: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:660)
at ......remote call to dev09-rhel5-ia64(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)
8 years, 11 months