Build failed in Jenkins: Weld-2.x-WF9.x-build #130
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/...>
Changes:
[Jozef Hartinger] WELD-1673 Deliver @Initialized ServletContext events sequentially
[mkouba] LoadingCacheUtils - clean up javadoc
[Jozef Hartinger] WELD-1671 Revise EventTypeAssignabilityRules
[Jozef Hartinger] Remove more dead code
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev83-rhel6-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/ws/>
Deleting project workspace... Checkout:Weld-2.x-WF9.x-build / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/ws/> - hudson.remoting.Channel@e6ec881:dev83-rhel6-x86_64
Using strategy: Default
Last Built Revision: Revision f30156a49f31a690b39c60d2ceea51fd0527c408 (origin/master)
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
git --version
git version 1.8.2.1
Fetching upstream changes from origin
Commencing build of Revision 91d59813381c6a054ed1a9eda4c75c9721aaa5c4 (origin/master)
Checking out Revision 91d59813381c6a054ed1a9eda4c75c9721aaa5c4 (origin/master)
[Weld-2.x-WF9.x-build] $ bash -xe /tmp/hudson323493395169946915.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.0
+ MAVEN_VERSION=3.1.0
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.0
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 22:15:32-0400)
Maven home: /qa/tools/opt/maven-3.1.0
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/jdk1.7.0_51/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-431.1.2.el6.x86_64", arch: "amd64", family: "unix"
+ export JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
+ JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
+ rm -rf 'wildfly*'
+ export UPSTREAM_REPOSITORY=git@github.com:wildfly/wildfly.git
+ UPSTREAM_REPOSITORY=git@github.com:wildfly/wildfly.git
+ export WELD_REPOSITORY=git@github.com:weld/wildfly.git
+ WELD_REPOSITORY=git@github.com:weld/wildfly.git
+ DIR=wf-repo
+ rm -rf wf-repo
+ mkdir wf-repo
+ cd wf-repo
+ git init
Initialized empty Git repository in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/...>
+ git config user.email jenkins(a)example.com
+ git config user.name 'Mr. Jenkins'
+ git remote add origin git@github.com:wildfly/wildfly.git
+ git remote add weld git@github.com:weld/wildfly.git
+ git fetch origin master:origin-master
>From github.com:wildfly/wildfly
* [new branch] master -> origin-master
>From github.com:wildfly/wildfly
* [new tag] 7.0.0.Alpha1 -> 7.0.0.Alpha1
* [new tag] 7.0.0.Alpha1-final -> 7.0.0.Alpha1-final
* [new tag] 7.0.0.Beta1-prerelease -> 7.0.0.Beta1-prerelease
* [new tag] 7.0.0.Beta2 -> 7.0.0.Beta2
* [new tag] 7.0.0.Beta2-prerelease -> 7.0.0.Beta2-prerelease
* [new tag] 7.0.0.Beta3 -> 7.0.0.Beta3
* [new tag] 7.0.0.CR1 -> 7.0.0.CR1
* [new tag] 7.0.0.Final -> 7.0.0.Final
* [new tag] 7.0.0.Final-prerelease -> 7.0.0.Final-prerelease
* [new tag] 7.0.0.Final-prerelease2 -> 7.0.0.Final-prerelease2
* [new tag] 7.0.0.Final-prerelease3 -> 7.0.0.Final-prerelease3
* [new tag] 7.1.0.Alpha1 -> 7.1.0.Alpha1
* [new tag] 7.1.0.Beta1 -> 7.1.0.Beta1
* [new tag] 7.1.0.CR1 -> 7.1.0.CR1
* [new tag] 7.1.0.Final -> 7.1.0.Final
* [new tag] 7.1.0.Final-prerelease -> 7.1.0.Final-prerelease
* [new tag] 7.1.0.Final-prerelease2 -> 7.1.0.Final-prerelease2
* [new tag] 7.1.1.Final -> 7.1.1.Final
* [new tag] 7.1.2-prerelease -> 7.1.2-prerelease
* [new tag] 7.1.2.Final -> 7.1.2.Final
* [new tag] 7.2.0.Final -> 7.2.0.Final
* [new tag] 7.2.0.Final-prerelease1 -> 7.2.0.Final-prerelease1
* [new tag] 8.0.0.Alpha1 -> 8.0.0.Alpha1
* [new tag] 8.0.0.Alpha2 -> 8.0.0.Alpha2
* [new tag] 8.0.0.Alpha3 -> 8.0.0.Alpha3
* [new tag] 8.0.0.Alpha4 -> 8.0.0.Alpha4
* [new tag] 8.0.0.Beta1 -> 8.0.0.Beta1
* [new tag] 8.0.0.CR1 -> 8.0.0.CR1
* [new tag] 8.0.0.Final -> 8.0.0.Final
* [new tag] 8.1.0.CR1 -> 8.1.0.CR1
* [new tag] 8.1.0.CR2 -> 8.1.0.CR2
+ git fetch weld weld22:weld22
>From github.com:weld/wildfly
* [new branch] weld22 -> weld22
+ git checkout weld22
Switched to branch 'weld22'
+ git rebase origin-master
First, rewinding head to replay your work on top of it...
Applying: Upgrade Jandex to 1.2.0.Beta1
Using index info to reconstruct a base tree...
M pom.xml
Falling back to patching base and 3-way merge...
Auto-merging pom.xml
CONFLICT (content): Merge conflict in pom.xml
Failed to merge in the changes.
Patch failed at 0001 Upgrade Jandex to 1.2.0.Beta1
The copy of the patch that failed is found in:
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/...>
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
Build step 'Execute shell' marked build as failure
Archiving artifacts
10 years, 7 months
Build failed in Jenkins: Weld-2.x-tck12-WF8 #254
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-tck12-WF8/25...>
Changes:
[Jozef Hartinger] Make it possible to force subclassing in the ProxyFactory
[Jozef Hartinger] Improve exception message
[Jozef Hartinger] Use Weld API 2.2.SP1
[Jozef Hartinger] WELD-1667 Add support for EJB containers that use subclassing
[Jozef Hartinger] Make DefaultInjector invoke InjectionServices
[Jozef Hartinger] [maven-release-plugin] prepare release 2.2.1.Final
[Jozef Hartinger] [maven-release-plugin] prepare for next development iteration
[Jozef Hartinger] Fix update-version again
------------------------------------------
[...truncated 5292 lines...]
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$259043509$Proxy$_$$_Weld$EnterpriseProxy$.remove(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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.weld.proxies.Serializable$SessionScopedSessionInterface$259043509$Proxy$_$$_WeldClientProxy.remove(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(EnterpriseBeanRemoveMethodTest.java:72)
testProducerFieldForNullValueNotDependent(org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest) Time elapsed: 0.075 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.IllegalProductException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalProductException : WELD-000052: Cannot return null from a non-dependent producer method: [BackedAnnotatedField] @Produces @RequestScoped @Null @Broken public org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.NullSpiderProducer_Broken.produceBlackWidow [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.AbstractProducerBean.checkReturnValue(AbstractProducerBean.java:136)
at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:184)
at org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest.testProducerFieldForNullValueNotDependent(ProducerFieldLifecycleTest.java:100)
testProducerFieldReturnsNullIsNotDependent(org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest) Time elapsed: 0.044 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.IllegalProductException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalProductException : WELD-000052: Cannot return null from a non-dependent producer method: [BackedAnnotatedField] @Produces @RequestScoped @Null @Broken public org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.NullSpiderProducer_Broken.produceBlackWidow [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.AbstractProducerBean.checkReturnValue(AbstractProducerBean.java:136)
at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:184)
at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:96)
at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:98)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:78)
at org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.BlackWidow$Proxy$_$$_WeldClientProxy.bite(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsNotDependent(ProducerFieldLifecycleTest.java:116)
testNonDependentProducerReturnsNullValue(org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest) Time elapsed: 0.089 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.IllegalProductException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalProductException : WELD-000052: Cannot return null from a non-dependent producer method: Producer for Producer Method [Pollen] with qualifiers [@Yummy @Any] declared as [[BackedAnnotatedMethod] @Produces @RequestScoped @Yummy public org.jboss.cdi.tck.tests.implementation.producer.method.definition.OakTree.pollinate()] declared on Managed Bean [class org.jboss.cdi.tck.tests.implementation.producer.method.definition.OakTree] with qualifiers [@Any @Default] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.AbstractProducerBean.checkReturnValue(AbstractProducerBean.java:136)
at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:184)
at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:96)
at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:98)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:78)
at org.jboss.cdi.tck.tests.implementation.producer.method.definition.Pollen$Proxy$_$$_WeldClientProxy.ping(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest.testNonDependentProducerReturnsNullValue(ProducerMethodDefinitionTest.java:256)
testCreateFailsIfProducerReturnsNullAndNotDependent(org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest) Time elapsed: 0.573 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.IllegalProductException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.IllegalProductException : WELD-000052: Cannot return null from a non-dependent producer method: Producer for Producer Method [PotatoChip] with qualifiers [@Null @Any] declared as [[BackedAnnotatedMethod] @Produces @Null @RequestScoped public org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.Lays.makeChip()] declared on Managed Bean [class org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.Lays] with qualifiers [@Any @Default] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.AbstractProducerBean.checkReturnValue(AbstractProducerBean.java:136)
at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:184)
at org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest.testCreateFailsIfProducerReturnsNullAndNotDependent(ProducerMethodLifecycleTest.java:121)
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest) Time elapsed: 0.273 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: Normal scoped bean class 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 not deserilizable, ClassNotFoundException]
at org.jboss.weld.util.Proxies.getUnproxyableClassException(Proxies.java:224)
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:213)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:734)
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:78)
at org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution(UnproxyableManagedBeanTest.java:46)
testNonBindingTypeToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 2.258 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 not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:903)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:132)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails(InterceptorDefinitionTest.java:189)
testSameBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 0.05 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(), @org.jboss.cdi.tck.tests.interceptors.definition.Transactional()] found [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.util.Interceptors.flattenInterceptorBindings(Interceptors.java:76)
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:906)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:132)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails(InterceptorDefinitionTest.java:175)
testNoBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest) Time elapsed: 0.07 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 not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.resolveInterceptors(BeanManagerImpl.java:899)
at org.jboss.weld.util.ForwardingBeanManager.resolveInterceptors(ForwardingBeanManager.java:116)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveInterceptors(BeanManagerProxy.java:132)
at org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails(InterceptorDefinitionTest.java:181)
testInactiveScope(org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest) Time elapsed: 0.171 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.context.ContextNotActiveException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.context.ContextNotActiveException : WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getContext(BeanManagerImpl.java:687)
at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:79)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:78)
at org.jboss.cdi.tck.tests.lookup.clientProxy.TunedTuna$Proxy$_$$_WeldClientProxy.getState(Unknown Source)
at org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest.testInactiveScope(ClientProxyTest.java:80)
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest) Time elapsed: 0.118 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@24207866 does not support destroying of contextual instances [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.builtin.InstanceImpl.destroy(InstanceImpl.java:153)
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.92 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 not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.resolve(BeanManagerImpl.java:1234)
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:852)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:845)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:84)
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.268 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.Any, values={}, hashCode=1226900399}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Default, values={}, hashCode=50057442}] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:854)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:845)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:84)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference(UnsatisfiedInjectableReferenceTest.java:57)
testDuplicateBindingTypesWhenResolvingFails(org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest) Time elapsed: 0.424 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()] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.resolution.ResolvableBuilder.checkQualifier(ResolvableBuilder.java:208)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifier(ResolvableBuilder.java:175)
at org.jboss.weld.resolution.ResolvableBuilder.addQualifiers(ResolvableBuilder.java:191)
at org.jboss.weld.event.ObserverNotifier.buildEventResolvable(ObserverNotifier.java:150)
at org.jboss.weld.event.ObserverNotifier.resolveObserverMethods(ObserverNotifier.java:92)
at org.jboss.weld.manager.BeanManagerImpl.resolveObserverMethods(BeanManagerImpl.java:530)
at org.jboss.weld.util.ForwardingBeanManager.resolveObserverMethods(ForwardingBeanManager.java:106)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolveObserverMethods(BeanManagerProxy.java:120)
at org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails(DuplicateBindingTypesWhenResolvingTest.java:53)
testGetReferenceWithIllegalBeanType(org.jboss.cdi.tck.tests.lookup.manager.ManagerTest) Time elapsed: 0.083 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 not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:758)
at org.jboss.weld.util.ForwardingBeanManager.getReference(ForwardingBeanManager.java:61)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getReference(BeanManagerProxy.java:78)
at org.jboss.cdi.tck.tests.lookup.manager.ManagerTest.testGetReferenceWithIllegalBeanType(ManagerTest.java:91)
Results :
Failed tests:
ContextTest.testGetContextWithNoRegisteredContextsFails » Test
Expected excep...
ContextTest.testGetContextWithTooManyActiveContextsFails » Test
Expected exce...
PassivatingContextTest.testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException » Test
PassivatingContextTest.testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk » Test
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.testEventSelectThrowsExceptionIfAnnotationIsNotBindingType » Test
SelectEventTest.testEventSelectThrowsExceptionIfEventTypeHasTypeVariable » Test
SelectEventTest.testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType » Test
SelectEventTest.testEventSelectThrowsExceptionForDuplicateBindingType » Test
...
SelectEventTest.testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType » 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.testInvalidProducerField3 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerField1 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerField2 » Test
Expected exception jav...
SyntheticProducerTest.testInvalidProducerMethod2 » Test
Expected exception ja...
SyntheticProducerTest.testInvalidProducerMethod1 » Test
Expected exception ja...
EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean » Test
ProducerFieldLifecycleTest.testProducerFieldForNullValueNotDependent » Test
E...
ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsNotDependent » Test
...
ProducerMethodDefinitionTest.testNonDependentProducerReturnsNullValue » Test
...
ProducerMethodLifecycleTest.testCreateFailsIfProducerReturnsNullAndNotDependent » Test
UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution » Test
E...
InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails » Test ...
InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails » Test
InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails » Test ...
ClientProxyTest.testInactiveScope » Test
Expected exception javax.enterprise....
DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable » Test
AmbiguousInjectableReferenceTest.testUnsatisfiedReference » Test
Expected exc...
UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference » Test
Expected e...
DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails » Test
ManagerTest.testGetReferenceWithIllegalBeanType » Test
Expected exception jav...
Tests run: 1583, Failures: 49, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:44.972s
[INFO] Finished at: Mon May 12 12:34:44 EDT 2014
[INFO] Final Memory: 41M/104M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-jboss-runner-tck11: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-tck12-WF8/ws...> 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
Archiving artifacts
Recording test results
10 years, 7 months
Build failed in Jenkins: Weld-2.x-tck-WF8-synchronized #17
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-tck-WF8-sync...>
Changes:
[Jozef Hartinger] WELD-1660 Allow to register alternative during AfterTypeDiscovery event
[Jozef Hartinger] WELD-1660 Fix AfterTypeDiscoveryTest
------------------------------------------
[...truncated 4720 lines...]
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 15 ms]
May 07, 2014 5:07:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,544/1,583 (659)
May 07, 2014 5:07:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailabilityTest, time: 28 ms]
May 07, 2014 5:07:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 4afa3318-42fd-4759-b01b-89b9efb52d51.war, time: 11 ms]
May 07, 2014 5:07:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailabilityTest.testInjection: 1,545/1,583 (660)
May 07, 2014 5:07:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 24 ms]
May 07, 2014 5:07:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,546/1,583 (661)
May 07, 2014 5:07:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailabilityTest, time: 28 ms]
May 07, 2014 5:07:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 782c86b9-7de0-4c61-bbbf-d117a827659c.war, time: 10 ms]
May 07, 2014 5:07:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailabilityTest.testInjection: 1,547/1,583 (662)
May 07, 2014 5:07:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeSessionBeanInjectionAvailability02Test, time: 33 ms]
May 07, 2014 5:07:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeSessionBeanInjectionAvailability02Test.testInjection: 1,548/1,583 (663)
May 07, 2014 5:07:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailableTest, time: 53 ms]
May 07, 2014 5:07:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: a5b098b7-65d0-4830-902a-ecab7781370b.war, time: 10 ms]
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailableTest.testManagedBeanInjection: 1,549/1,583 (664)
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailableTest.testSessionBeanInjection: 1,550/1,583 (664)
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledProducerFieldInjectionNotAvailableTest, time: 26 ms]
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 9a1d1816-2a48-4e12-afd2-27b1b4d1322d.war, time: 10 ms]
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledProducerFieldInjectionNotAvailableTest.testInjection: 1,551/1,583 (665)
May 07, 2014 5:07:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 41 ms]
May 07, 2014 5:07:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 1,552/1,583 (666)
May 07, 2014 5:07:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test, time: 24 ms]
May 07, 2014 5:07:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: a061839e-e9f1-4cb7-81ad-0b0ea5f0d281.war, time: 21 ms]
May 07, 2014 5:07:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity02Test.testSpecialization: 1,553/1,583 (667)
May 07, 2014 5:07:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization06Test, time: 40 ms]
May 07, 2014 5:07:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 5a48dea4-cdd6-46ff-be69-b71f13250bc1.war, time: 10 ms]
May 07, 2014 5:07:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEnabledAlternativeSpecializes: 1,554/1,583 (668)
May 07, 2014 5:07:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEvent: 1,555/1,583 (668)
May 07, 2014 5:07:34 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 22, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 07, 2014 5:07:34 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
May 07, 2014 5:07:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest, time: 14 ms]
May 07, 2014 5:07:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContextTest.testDestroyForSameCreationalContextOnly: 1,556/1,583 (669)
May 07, 2014 5:07:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.session.listener.SessionContextServletRequestListenerTest, time: 11 ms]
May 07, 2014 5:07:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionContextServletRequestListenerTest.testSessionScopeActiveDuringServletRequestListenerCall: 1,557/1,583 (670)
May 07, 2014 5:07:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest, time: 29 ms]
May 07, 2014 5:07:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest.shouldFindBeanByName: 1,558/1,583 (671)
May 07, 2014 5:07:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest.shouldFindBeanByType: 1,559/1,583 (671)
May 07, 2014 5:07:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventConstructorInjectionTest, time: 11 ms]
May 07, 2014 5:07:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventConstructorInjectionTest.testDefinitionError: 1,560/1,583 (672)
May 07, 2014 5:07:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanFieldInjectionTest, time: 10 ms]
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanFieldInjectionTest.testDeploymentFails: 1,561/1,583 (673)
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamInitializerTest, time: 11 ms]
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamInitializerTest.testDeploymentFails: 1,562/1,583 (674)
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamInitializerTest, time: 23 ms]
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,563/1,583 (675)
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.array.ProducerFieldArrayTypeVariableTest, time: 10 ms]
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 1,564/1,583 (676)
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 10 ms]
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,565/1,583 (677)
May 07, 2014 5:07:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithActualTypeTest, time: 10 ms]
May 07, 2014 5:07:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithActualTypeTest.testInjection: 1,566/1,583 (678)
May 07, 2014 5:07:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.ManagerTest, time: 11 ms]
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testInjectingManager: 1,567/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceReturnsContextualInstance: 1,568/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceWithIllegalBeanType: 1,569/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsDependentScoped: 1,570/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testContainerProvidesManagerBean: 1,571/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanHasCurrentBinding: 1,572/1,583 (679)
May 07, 2014 5:07:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsPassivationCapable: 1,573/1,583 (679)
May 07, 2014 5:07:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 30 ms]
May 07, 2014 5:07:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,574/1,583 (680)
May 07, 2014 5:07:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest, time: 28 ms]
May 07, 2014 5:07:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 19458f76-3ba1-4896-ad5c-5151bcf71dd9.war, time: 11 ms]
May 07, 2014 5:07:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailabilityTest.testInjection: 1,575/1,583 (681)
May 07, 2014 5:07:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test, time: 30 ms]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledSessionBeanInjectionAvailability02Test.testInjection: 1,576/1,583 (682)
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity06Test, time: 27 ms]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: bdb51be1-815c-4456-829a-a14a047425a0.war, time: 10 ms]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 636b5731-1697-4d0d-96f1-3a47264db145.war, time: 11 ms]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity06Test.testSpecialization: 1,577/1,583 (683)
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 5, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
May 07, 2014 5:07:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextDestroysBeansTest, time: 13 ms]
May 07, 2014 5:07:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextDestroysBeansTest.testContextDestroysBeansWhenDestroyed: 1,578/1,583 (684)
May 07, 2014 5:07:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 10 ms]
May 07, 2014 5:07:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,579/1,583 (685)
May 07, 2014 5:07:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest, time: 10 ms]
May 07, 2014 5:07:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest.testInjection: 1,580/1,583 (686)
May 07, 2014 5:07:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 31 ms]
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,581/1,583 (687)
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 33 ms]
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: ffc6f745-2077-417c-ba52-eed9d64fd893.war, time: 10 ms]
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,582/1,583 (688)
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
May 07, 2014 5:07:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 11 ms]
May 07, 2014 5:07:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 1,583/1,583 (689)
Tests run: 1583, Failures: 49, Errors: 0, Skipped: 0, Time elapsed: 824.281 sec <<< FAILURE!
Results :
Failed tests: testGetContextWithNoRegisteredContextsFails(org.jboss.cdi.tck.tests.context.ContextTest):
testGetContextWithTooManyActiveContextsFails(org.jboss.cdi.tck.tests.context.ContextTest):
testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException(org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest):
testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk(org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest):
testDuplicateBindingsOnResolveDecoratorsFails(org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest):
testEmptyTypeSetOnResolveDecoratorsFails(org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest):
testNonBindingsOnResolveDecoratorsFails(org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest):
testEventObjectContainsTypeVariablesWhenResolvingFails(org.jboss.cdi.tck.tests.event.EventTest):
testFireEventWithNonBindingAnnotationsFails(org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest):
testFireEventWithNonRuntimeBindingTypeFails(org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest):
testDuplicateBindingsToFireEventFails(org.jboss.cdi.tck.tests.event.fires.FireEventTest):
testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable(org.jboss.cdi.tck.tests.event.fires.FireEventTest):
testTypeVariableEventTypeFails(org.jboss.cdi.tck.tests.event.fires.FireEventTest):
testExceptionThrownIfNonBindingTypePassedToFire(org.jboss.cdi.tck.tests.event.fires.nonbinding.NonBindingTypePassedToFireTest):
testBeanManagerResolveObserversWithIllegalQualifier(org.jboss.cdi.tck.tests.event.observer.resolve.ResolveEventObserversTest):
testNonBindingTypeAnnotationWhenResolvingFails(org.jboss.cdi.tck.tests.event.resolve.nonbinding.NonBindingTypesWhenResolvingTest):
testEventSelectThrowsExceptionForDuplicateBindingType(org.jboss.cdi.tck.tests.event.select.SelectEventTest):
testEventSelectThrowsExceptionIfAnnotationIsNotBindingType(org.jboss.cdi.tck.tests.event.select.SelectEventTest):
testEventSelectThrowsExceptionIfEventTypeHasTypeVariable(org.jboss.cdi.tck.tests.event.select.SelectEventTest):
testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType(org.jboss.cdi.tck.tests.event.select.SelectEventTest):
testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType(org.jboss.cdi.tck.tests.event.select.SelectEventTest):
testNonBindingType(org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest):
testSameBindingTwice(org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest):
testAmbiguousDependencyNotResolved(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest):
testObtainingInjectionTargetWithDefinitionError(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest):
testValidateThrowsException(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest):
testInvalidMember(org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest):
testInvalidField(org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.CreateInjectionPointTest):
testInvalidParameter(org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.CreateInjectionPointTest):
testInvalidProducerField3(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest):
testInvalidProducerField1(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest):
testInvalidProducerField2(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest):
testInvalidProducerMethod2(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest):
testInvalidProducerMethod1(org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest):
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest):
testProducerFieldForNullValueNotDependent(org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest):
testProducerFieldReturnsNullIsNotDependent(org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest):
testNonDependentProducerReturnsNullValue(org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest):
testCreateFailsIfProducerReturnsNullAndNotDependent(org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest):
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest):
testNoBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest):
testNonBindingTypeToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest):
testSameBindingTypesToResolveInterceptorsFails(org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest):
testInactiveScope(org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest):
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest):
testUnsatisfiedReference(org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.AmbiguousInjectableReferenceTest):
testUnsatisfiedReference(org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest):
testDuplicateBindingTypesWhenResolvingFails(org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest):
testGetReferenceWithIllegalBeanType(org.jboss.cdi.tck.tests.lookup.manager.ManagerTest):
Tests run: 1583, Failures: 49, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:56.883s
[INFO] Finished at: Wed May 07 05:08:00 EDT 2014
[INFO] Final Memory: 38M/287M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project weld-jboss-runner-tck11: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-tck-WF8-sync...> 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
Archiving artifacts
Recording test results
10 years, 7 months
Build failed in Jenkins: Weld-2.x-int-servlet-jetty #305
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[Jozef Hartinger] Remove unsused performance profile, enable JDK8 profile
[Jozef Hartinger] Upgrade Weld parent to 27 (upgrades surefire-plugin to 2.17)
------------------------------------------
[...truncated 5795 lines...]
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:107)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:100)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forEachSuiteContainer(ContainerLifecycleController.java:221)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.stopSuiteContainers(ContainerLifecycleController.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.afterSuite(EventTestRunnerAdaptor.java:73)
at org.jboss.arquillian.junit.Arquillian$1.shutdown(Arquillian.java:128)
at org.jboss.arquillian.junit.Arquillian$1.testRunFinished(Arquillian.java:114)
at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:67)
at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:38)
at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:64)
at org.junit.runner.JUnitCore.run(JUnitCore.java:158)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2014-05-07 09:18:56.640:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.Server@675b9599: java.lang.NullPointerException
java.lang.NullPointerException
at org.jboss.weld.environment.servlet.Listener.contextDestroyed(Listener.java:72)
at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:823)
at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:160)
at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:518)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at org.eclipse.jetty.server.handler.HandlerCollection.doStop(HandlerCollection.java:250)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStop(HandlerWrapper.java:107)
at org.eclipse.jetty.server.Server.doStop(Server.java:343)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
at org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer.stop(JettyEmbeddedContainer.java:161)
at org.jboss.arquillian.container.impl.ContainerImpl.stop(ContainerImpl.java:217)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$9.perform(ContainerLifecycleController.java:178)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$9.perform(ContainerLifecycleController.java:172)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.stopContainer(ContainerLifecycleController.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:107)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:100)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forEachSuiteContainer(ContainerLifecycleController.java:221)
at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.stopSuiteContainers(ContainerLifecycleController.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.afterSuite(EventTestRunnerAdaptor.java:73)
at org.jboss.arquillian.junit.Arquillian$1.shutdown(Arquillian.java:128)
at org.jboss.arquillian.junit.Arquillian$1.testRunFinished(Arquillian.java:114)
at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:67)
at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:38)
at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:64)
at org.junit.runner.JUnitCore.run(JUnitCore.java:158)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Results :
Tests in error:
JsfTest.org.jboss.weld.environment.servlet.test.el.JsfTest » Deployment Could ...
DuplicateBeansXmlMergingTest.org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest » NoClassDefFound
LookupTest.org.jboss.weld.environment.servlet.test.injection.LookupTest » Deployment
FilterInjectionTest>FilterInjectionTestBase.<clinit>:21 » NoClassDefFound org/...
ConfigWithoutJettyEnvTest.org.jboss.weld.environment.servlet.test.config.ConfigWithoutJettyEnvTest » Runtime
ConfigTest.org.jboss.weld.environment.servlet.test.config.ConfigTest » Runtime
Could not run @AfterSuite
Tests run: 14, Failures: 0, Errors: 6, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:43.324s
[INFO] Finished at: Wed May 07 09:18:57 EDT 2014
[INFO] Final Memory: 30M/113M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: There was an error in the forked process
[ERROR] org.apache.maven.surefire.testset.TestSetFailedException: java.lang.RuntimeException: Could not run @AfterSuite
[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:206)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:114)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[ERROR] Caused by: java.lang.RuntimeException: Could not run @AfterSuite
[ERROR] at org.jboss.arquillian.junit.Arquillian$1.shutdown(Arquillian.java:140)
[ERROR] at org.jboss.arquillian.junit.Arquillian$1.testRunFinished(Arquillian.java:114)
[ERROR] at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:67)
[ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:38)
[ERROR] at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:64)
[ERROR] at org.junit.runner.JUnitCore.run(JUnitCore.java:158)
[ERROR] at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
[ERROR] ... 6 more
[ERROR] Caused by: org.jboss.arquillian.container.spi.client.container.LifecycleException: Could not stop container
[ERROR] at org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer.stop(JettyEmbeddedContainer.java:165)
[ERROR] at org.jboss.arquillian.container.impl.ContainerImpl.stop(ContainerImpl.java:217)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$9.perform(ContainerLifecycleController.java:178)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$9.perform(ContainerLifecycleController.java:172)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forContainer(ContainerLifecycleController.java:255)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.stopContainer(ContainerLifecycleController.java:171)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
[ERROR] at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
[ERROR] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
[ERROR] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:107)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController$4.perform(ContainerLifecycleController.java:100)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.forEachSuiteContainer(ContainerLifecycleController.java:221)
[ERROR] at org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController.stopSuiteContainers(ContainerLifecycleController.java:99)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
[ERROR] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
[ERROR] at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:91)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
[ERROR] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
[ERROR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
[ERROR] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
[ERROR] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
[ERROR] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
[ERROR] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.afterSuite(EventTestRunnerAdaptor.java:73)
[ERROR] at org.jboss.arquillian.junit.Arquillian$1.shutdown(Arquillian.java:128)
[ERROR] ... 13 more
[ERROR] Caused by: java.lang.NullPointerException
[ERROR] at org.jboss.weld.environment.servlet.Listener.contextDestroyed(Listener.java:72)
[ERROR] at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:823)
[ERROR] at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:160)
[ERROR] at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:518)
[ERROR] at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
[ERROR] at org.eclipse.jetty.server.handler.HandlerCollection.doStop(HandlerCollection.java:250)
[ERROR] at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
[ERROR] at org.eclipse.jetty.server.handler.HandlerWrapper.doStop(HandlerWrapper.java:107)
[ERROR] at org.eclipse.jetty.server.Server.doStop(Server.java:343)
[ERROR] at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
[ERROR] at org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer.stop(JettyEmbeddedContainer.java:161)
[ERROR] ... 66 more
[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/PluginExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
10 years, 7 months