[weld-builds] Build failed in Jenkins: Weld-2.2-tck-GF4 #52

ci-builds at redhat.com ci-builds at redhat.com
Fri Oct 24 10:38:13 EDT 2014


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.2-tck-GF4/52/>

------------------------------------------
[...truncated 9677 lines...]
Oct 24, 2014 10:36:28 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001414: Bean name is ambiguous. Name whitefish resolves to beans: [Managed Bean [class org.jboss.cdi.tck.tests.lookup.byname.broken.duplicity.Cod] with qualifiers [@Default @Named @Any], Managed Bean [class org.jboss.cdi.tck.tests.lookup.byname.broken.duplicity.Sole] with qualifiers [@Default @Named @Any]]. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:36:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicitNameTest.testDuplicateNamedBeans: 1,544/1,580 (656)
Oct 24, 2014 10:36:29 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:36:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest, time: 8 ms]
Oct 24, 2014 10:36:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateFinalMethodTest.testClassWithPrivateFinalMethodCanBeProxied: 1,545/1,580 (657)
Oct 24, 2014 10:36:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 15 ms]
Oct 24, 2014 10:36:32 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001426: An injection point of type interface javax.enterprise.inject.Instance must have a type parameter:  [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.ObserverInjectionBar.observeSomething(@Observes Foo, Instance<Object>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:36:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 1,546/1,580 (658)
Oct 24, 2014 10:36:32 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:36:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProducerMethodInjectionTest, time: 12 ms]
Oct 24, 2014 10:36:32 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001426: An injection point of type interface javax.enterprise.inject.Instance must have a type parameter:  [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.DisposerMethodInjectionBar.disposeFoo(@Disposes Foo, Instance<Object>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:36:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProducerMethodInjectionTest.testDefinitionError: 1,547/1,580 (659)
Oct 24, 2014 10:36:33 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:36:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest, time: 14 ms]
Oct 24, 2014 10:36:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testFieldDeclaredInSuperclassIndirectlyInjected: 1,548/1,580 (660)
Oct 24, 2014 10:36:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testFieldDeclaredInSuperclassInjected: 1,549/1,580 (660)
Oct 24, 2014 10:36:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnContextualSessionBean: 1,550/1,580 (660)
Oct 24, 2014 10:36:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnEJBInterceptor: 1,551/1,580 (660)
Oct 24, 2014 10:36:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnNonContextualSessionBean: 1,552/1,580 (660)
Oct 24, 2014 10:36:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.AmbiguousInjectionIntoNonContextualComponentTest, time: 8 ms]
Oct 24, 2014 10:36:36 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001409: Ambiguous dependencies for type Animal with qualifiers @Default
  at injection point [BackedAnnotatedField] @Inject org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.TestServlet.animal
  at org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.TestServlet.animal(TestServlet.java:0)
  Possible dependencies: 
  - Managed Bean [class org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.Animal] with qualifiers [@Any @Default],
  - Managed Bean [class org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.Cow] with qualifiers [@Any @Default]
. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:36:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousInjectionIntoNonContextualComponentTest.testInjectionIntoServlet: 1,553/1,580 (661)
Oct 24, 2014 10:36:36 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:36:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTest, time: 8 ms]
Oct 24, 2014 10:36:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerLookupInJndi: 1,554/1,580 (662)
Oct 24, 2014 10:36:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 21 ms]
Oct 24, 2014 10:36:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,555/1,580 (663)
Oct 24, 2014 10:36:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test, time: 20 ms]
Oct 24, 2014 10:37:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledSessionBeanInjectionAvailability02Test.testInjection: 1,556/1,580 (664)
Oct 24, 2014 10:37:16 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest, time: 31 ms]
Oct 24, 2014 10:37:16 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: a62d450c-b487-46ff-a354-c18884e4e9a3.war, time: 10 ms]
Oct 24, 2014 10:37:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookupTest.testEnabledManagedBeanAvailableForInjection: 1,557/1,580 (665)
Oct 24, 2014 10:37:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 52 ms]
Oct 24, 2014 10:37:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,558/1,580 (666)
Oct 24, 2014 10:37:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailableTest, time: 25 ms]
Oct 24, 2014 10:37:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 8d19c76a-2942-450b-b171-95620c2342e2.war, time: 8 ms]
Oct 24, 2014 10:37:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailableTest.testManagedBeanInjection: 1,559/1,580 (667)
Oct 24, 2014 10:37:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test, time: 35 ms]
Oct 24, 2014 10:37:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: ebfafae1-11e8-457b-bce8-4c400622f173.war, time: 7 ms]
Oct 24, 2014 10:37:30 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001408: Unsatisfied dependencies for type Handler with qualifiers @Default
  at injection point [BackedAnnotatedField] @Inject org.jboss.cdi.tck.tests.lookup.modules.specialization.Connector.handler
  at org.jboss.cdi.tck.tests.lookup.modules.specialization.Connector.handler(Connector.java:0)
. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity03Test.testSpecialization: 1,560/1,580 (668)
Oct 24, 2014 10:37:31 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 25 ms]
Oct 24, 2014 10:37:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: f2558cf9-5c1c-4571-912f-d1aada68d28a.war, time: 7 ms]
Oct 24, 2014 10:37:32 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001408: Unsatisfied dependencies for type Handler with qualifiers @Default
  at injection point [BackedAnnotatedField] @Inject org.jboss.cdi.tck.tests.lookup.modules.specialization.Connector.handler
  at org.jboss.cdi.tck.tests.lookup.modules.specialization.Connector.handler(Connector.java:0)
. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,561/1,580 (669)
Oct 24, 2014 10:37:32 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 32 ms]
Oct 24, 2014 10:37:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEnabledAlternativeSpecializes: 1,562/1,580 (670)
Oct 24, 2014 10:37:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,563/1,580 (670)
Oct 24, 2014 10:37:36 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 15, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Oct 24, 2014 10:37:36 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Oct 24, 2014 10:37:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.stereotype.NoAnnotationWithSpecifiedNameTest, time: 7 ms]
Oct 24, 2014 10:37:36 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-000123: Error loading org.jboss.cdi.tck.tests.policy.broken.incorrect.name.stereotype.Mock defined in <stereotype>org.jboss.cdi.tck.tests.policy.broken.incorrect.name.stereotype.Mock</stereotype> in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.2-tck-GF4/ws/glassfish4/glassfish/domains/domain1/applications/c0e297e4-ef1e-42c7-acd4-5e3b0b953b08/WEB-INF/beans.xml@4.> Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoAnnotationWithSpecifiedNameTest.test: 1,564/1,580 (671)
Oct 24, 2014 10:37:36 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 15 ms]
Oct 24, 2014 10:37:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetOnInactiveContextTest.testInvokingGetOnInactiveContextFails: 1,565/1,580 (672)
Oct 24, 2014 10:37:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 14 ms]
Oct 24, 2014 10:37:40 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-000039: @Typed class org.jboss.cdi.tck.tests.definition.bean.broken.restricted.Animal is not present in the type hierarchy class org.jboss.cdi.tck.tests.definition.bean.broken.restricted.Boulder. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 1,566/1,580 (673)
Oct 24, 2014 10:37:40 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamDisposerTest, time: 13 ms]
Oct 24, 2014 10:37:41 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001453: class org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.Cream is not a valid type argument for a Bean metadata injection point [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.MilkDisposer.disposes(@Disposes Milk, Bean<Cream>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamDisposerTest.testDeploymentFails: 1,567/1,580 (674)
Oct 24, 2014 10:37:41 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamConstructorTest, time: 31 ms]
Oct 24, 2014 10:37:42 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001453: class org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.Cream is not a valid type argument for a Bean metadata injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject public org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.MilkDecoratedBeanConstructor(@Decorated Bean<Cream>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamConstructorTest.testDeploymentFails: 1,568/1,580 (675)
Oct 24, 2014 10:37:42 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamFieldTest, time: 30 ms]
Oct 24, 2014 10:37:43 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001453: class org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.Cream is not a valid type argument for a Bean metadata injection point [BackedAnnotatedField] @Inject @Intercepted org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanField.bean. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamFieldTest.testDeploymentFails: 1,569/1,580 (676)
Oct 24, 2014 10:37:43 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.servlet.ServletContainerBuiltinBeanTest, time: 8 ms]
Oct 24, 2014 10:37:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ServletContainerBuiltinBeanTest.testBuiltinBeansAvailableForInjection: 1,570/1,580 (677)
Oct 24, 2014 10:37:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ServletContainerBuiltinBeanTest.testBuiltinBeansFromClient: 1,571/1,580 (677)
Oct 24, 2014 10:37:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest, time: 8 ms]
Oct 24, 2014 10:37:46 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001410: The injection point [BackedAnnotatedField] @Inject org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.ExtendedFishFarm.tuna has non-proxyable dependencies. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:37:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticSuperclassMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,572/1,580 (678)
Oct 24, 2014 10:37:46 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:37:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 11 ms]
Oct 24, 2014 10:37:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,573/1,580 (679)
Oct 24, 2014 10:37:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest, time: 19 ms]
Oct 24, 2014 10:37:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: f527d61c-822b-46ac-af5e-9cc79ad71066.war, time: 8 ms]
Oct 24, 2014 10:37:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailabilityTest.testInjection: 1,574/1,580 (680)
Oct 24, 2014 10:37:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest, time: 22 ms]
Oct 24, 2014 10:37:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: eb7836db-c044-44a7-976d-dee5c14acba9.war, time: 7 ms]
Oct 24, 2014 10:37:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolutionTest.testEnabledManagedBeanAvailableForELResolution: 1,575/1,580 (681)
Oct 24, 2014 10:37:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test, time: 15 ms]
Oct 24, 2014 10:37:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d349b583-8399-4059-9c90-0af4f70a02e0.war, time: 7 ms]
Oct 24, 2014 10:37:59 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity02Test.testSpecialization: 1,576/1,580 (682)
Oct 24, 2014 10:37:59 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 34 ms]
Oct 24, 2014 10:38:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,577/1,580 (683)
Oct 24, 2014 10:38:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,578/1,580 (683)
Oct 24, 2014 10:38:02 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 2, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Oct 24, 2014 10:38:02 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Oct 24, 2014 10:38:02 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: 16 ms]
Oct 24, 2014 10:38:03 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001453: class org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.Cream is not a valid type argument for a Bean metadata injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedMethod] @Inject public org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.MilkDecoratedBeanInitializer.setDecorator(Bean<Cream>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:38:03 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,579/1,580 (684)
Oct 24, 2014 10:38:03 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Oct 24, 2014 10:38:03 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamInitializerTest, time: 16 ms]
Oct 24, 2014 10:38:04 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE: exit_code: FAILURE, message: Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-001453: ? super org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.Milk is not a valid type argument for a Bean metadata injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedMethod] @Inject public org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanInitializer.setInterceptor(@Intercepted Bean<Object>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Oct 24, 2014 10:38:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamInitializerTest.testDeploymentFails: 1,580/1,580 (685)
Oct 24, 2014 10:38:04 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Tests run: 1580, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2,116.915 sec <<< FAILURE!

Results :

Failed tests:   testSecurityContext(org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest)

Tests run: 1580, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:39.274s
[INFO] Finished at: Fri Oct 24 10:38:09 EDT 2014
[INFO] Final Memory: 36M/88M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project weld-glassfish-runner-tck11: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.2-tck-GF4/ws/weld-glassfish-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
Recording test results


More information about the weld-builds mailing list