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

ci-builds at redhat.com ci-builds at redhat.com
Wed Sep 10 04:22:11 EDT 2014


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

------------------------------------------
[...truncated 9795 lines...]
Sep 10, 2014 4:20:23 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.Sole] with qualifiers [@Default @Named @Any], Managed Bean [class org.jboss.cdi.tck.tests.lookup.byname.broken.duplicity.Cod] with qualifiers [@Default @Named @Any]]. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Sep 10, 2014 4:20:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicitNameTest.testDuplicateNamedBeans: 1,544/1,580 (656)
Sep 10, 2014 4:20:24 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:20:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest, time: 17 ms]
Sep 10, 2014 4:20:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateFinalMethodTest.testClassWithPrivateFinalMethodCanBeProxied: 1,545/1,580 (657)
Sep 10, 2014 4:20:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 9 ms]
Sep 10, 2014 4:20:26 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]
Sep 10, 2014 4:20:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 1,546/1,580 (658)
Sep 10, 2014 4:20:27 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:20:27 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]
Sep 10, 2014 4:20:27 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]
Sep 10, 2014 4:20:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProducerMethodInjectionTest.testDefinitionError: 1,547/1,580 (659)
Sep 10, 2014 4:20:27 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:20:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest, time: 9 ms]
Sep 10, 2014 4:20:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testFieldDeclaredInSuperclassIndirectlyInjected: 1,548/1,580 (660)
Sep 10, 2014 4:20:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testFieldDeclaredInSuperclassInjected: 1,549/1,580 (660)
Sep 10, 2014 4:20:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnContextualSessionBean: 1,550/1,580 (660)
Sep 10, 2014 4:20:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnEJBInterceptor: 1,551/1,580 (660)
Sep 10, 2014 4:20:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SessionBeanInjectionTest.testInjectionOnNonContextualSessionBean: 1,552/1,580 (660)
Sep 10, 2014 4:20:30 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]
Sep 10, 2014 4:20:31 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.Cow] with qualifiers [@Any @Default],
  - Managed Bean [class org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.ambiguous.Animal] with qualifiers [@Any @Default]
. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Sep 10, 2014 4:20:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousInjectionIntoNonContextualComponentTest.testInjectionIntoServlet: 1,553/1,580 (661)
Sep 10, 2014 4:20:31 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:20:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTest, time: 7 ms]
Sep 10, 2014 4:20:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerLookupInJndi: 1,554/1,580 (662)
Sep 10, 2014 4:20:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 20 ms]
Sep 10, 2014 4:20:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,555/1,580 (663)
Sep 10, 2014 4:20:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test, time: 20 ms]
Sep 10, 2014 4:21:11 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledSessionBeanInjectionAvailability02Test.testInjection: 1,556/1,580 (664)
Sep 10, 2014 4:21:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest, time: 28 ms]
Sep 10, 2014 4:21:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d7394eb4-f028-4faa-a930-184aa424045f.war, time: 9 ms]
Sep 10, 2014 4:21:18 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookupTest.testEnabledManagedBeanAvailableForInjection: 1,557/1,580 (665)
Sep 10, 2014 4:21:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 43 ms]
Sep 10, 2014 4:21:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,558/1,580 (666)
Sep 10, 2014 4:21:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailableTest, time: 27 ms]
Sep 10, 2014 4:21:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 2dfb4b26-8b7c-4f3a-bb01-4f8fc57a9d00.war, time: 7 ms]
Sep 10, 2014 4:21:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailableTest.testManagedBeanInjection: 1,559/1,580 (667)
Sep 10, 2014 4:21:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test, time: 29 ms]
Sep 10, 2014 4:21:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 793d33ce-7320-43bf-9d09-2b5a316b5b65.war, time: 7 ms]
Sep 10, 2014 4:21: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-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]
Sep 10, 2014 4:21:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity03Test.testSpecialization: 1,560/1,580 (668)
Sep 10, 2014 4:21:29 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 46 ms]
Sep 10, 2014 4:21:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: c873cc7c-e0a5-48fd-8aa1-dd6cdc3761bd.war, time: 10 ms]
Sep 10, 2014 4:21: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]
Sep 10, 2014 4:21:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,561/1,580 (669)
Sep 10, 2014 4:21:30 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 36 ms]
Sep 10, 2014 4:21:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEnabledAlternativeSpecializes: 1,562/1,580 (670)
Sep 10, 2014 4:21:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,563/1,580 (670)
Sep 10, 2014 4:21:34 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 15, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 10, 2014 4:21:34 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 10, 2014 4:21:34 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]
Sep 10, 2014 4:21:34 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/37c66efe-1971-4ada-98f9-b7de820fb998/WEB-INF/beans.xml@4.> Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Sep 10, 2014 4:21:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoAnnotationWithSpecifiedNameTest.test: 1,564/1,580 (671)
Sep 10, 2014 4:21:34 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 10 ms]
Sep 10, 2014 4:21:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetOnInactiveContextTest.testInvokingGetOnInactiveContextFails: 1,565/1,580 (672)
Sep 10, 2014 4:21:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 13 ms]
Sep 10, 2014 4:21:38 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]
Sep 10, 2014 4:21:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 1,566/1,580 (673)
Sep 10, 2014 4:21:38 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:38 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: 14 ms]
Sep 10, 2014 4:21:39 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]
Sep 10, 2014 4:21:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamDisposerTest.testDeploymentFails: 1,567/1,580 (674)
Sep 10, 2014 4:21:39 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:39 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: 30 ms]
Sep 10, 2014 4:21: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-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]
Sep 10, 2014 4:21:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamConstructorTest.testDeploymentFails: 1,568/1,580 (675)
Sep 10, 2014 4:21:40 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:40 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: 28 ms]
Sep 10, 2014 4:21: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 [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]
Sep 10, 2014 4:21:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamFieldTest.testDeploymentFails: 1,569/1,580 (676)
Sep 10, 2014 4:21:41 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:41 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]
Sep 10, 2014 4:21:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ServletContainerBuiltinBeanTest.testBuiltinBeansAvailableForInjection: 1,570/1,580 (677)
Sep 10, 2014 4:21:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ServletContainerBuiltinBeanTest.testBuiltinBeansFromClient: 1,571/1,580 (677)
Sep 10, 2014 4:21:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest, time: 7 ms]
Sep 10, 2014 4:21:45 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]
Sep 10, 2014 4:21:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticSuperclassMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,572/1,580 (678)
Sep 10, 2014 4:21:45 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:21:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 10 ms]
Sep 10, 2014 4:21:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,573/1,580 (679)
Sep 10, 2014 4:21:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest, time: 20 ms]
Sep 10, 2014 4:21:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: bfa12765-d8b8-436b-9404-26965e74ab06.war, time: 7 ms]
Sep 10, 2014 4:21:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailabilityTest.testInjection: 1,574/1,580 (680)
Sep 10, 2014 4:21:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest, time: 14 ms]
Sep 10, 2014 4:21:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 8dffdda2-3780-4205-9eda-eb49e2c0b902.war, time: 7 ms]
Sep 10, 2014 4:21:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolutionTest.testEnabledManagedBeanAvailableForELResolution: 1,575/1,580 (681)
Sep 10, 2014 4:21:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test, time: 16 ms]
Sep 10, 2014 4:21:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: e6517dd3-fe75-491d-ab5b-c19b925644cf.war, time: 6 ms]
Sep 10, 2014 4:21:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity02Test.testSpecialization: 1,576/1,580 (682)
Sep 10, 2014 4:21:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 31 ms]
Sep 10, 2014 4:22:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,577/1,580 (683)
Sep 10, 2014 4:22:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,578/1,580 (683)
Sep 10, 2014 4:22: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]
Sep 10, 2014 4:22:02 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 10, 2014 4:22: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: 15 ms]
Sep 10, 2014 4:22:02 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]
Sep 10, 2014 4:22:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,579/1,580 (684)
Sep 10, 2014 4:22:02 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Sep 10, 2014 4:22:02 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: 14 ms]
Sep 10, 2014 4:22: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: ? 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]
Sep 10, 2014 4:22:03 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamInitializerTest.testDeploymentFails: 1,580/1,580 (685)
Sep 10, 2014 4:22:03 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,183.528 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: 36:44.879s
[INFO] Finished at: Wed Sep 10 04:22:08 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