[weld-builds] Build failed in Jenkins: Weld-2.0-tck-GF4 #36

ci-builds at redhat.com ci-builds at redhat.com
Thu Jan 9 03:21:01 EST 2014


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

Changes:

[Jozef Hartinger] WELD-1568 ClassFormatError exception thrown when creating bean proxy on IBM J9 VM

[Jozef Hartinger] WELD-1564 Implement equals/hashCode for WeldInterceptorClassMetadata

[Jozef Hartinger] WELD-1571 Testcase

[Jozef Hartinger] WELD-1571 Proxy creation fails when a superclass does not have a no-arg constructor

[Jozef Hartinger] WELD-1577 Filter out irrelevant bridge methods

[Jozef Hartinger] WELD-1577 Cache filter predicate

[Jozef Hartinger] Hardcoded equinox version to pom.xml since the wrong version is specified transitively.

[Jozef Hartinger] [maven-release-plugin] prepare release 2.0.5.Final

[Jozef Hartinger] [maven-release-plugin] prepare for next development iteration

------------------------------------------
[...truncated 9681 lines...]
Jan 09, 2014 3:19:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedClassLevelInterceptorTest.testFinalClassWithInheritedClassLevelInterceptor: 1,432/1,466 (602)
Jan 09, 2014 3:19:58 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:19:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedStereotypeInterceptorTest, time: 10 ms]
Jan 09, 2014 3:19:59 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-001503 Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.Messerschmitt. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:19:59 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedStereotypeInterceptorTest.testFinalMethodWithInheritedStereotypeInterceptor: 1,433/1,466 (603)
Jan 09, 2014 3:19:59 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:19:59 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest, time: 14 ms]
Jan 09, 2014 3:20:03 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyInvocation: 1,434/1,466 (604)
Jan 09, 2014 3:20:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyUsedForNormalScope: 1,435/1,466 (604)
Jan 09, 2014 3:20:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testInactiveScope: 1,436/1,466 (604)
Jan 09, 2014 3:20:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testSimpleBeanClientProxyIsSerializable: 1,437/1,466 (604)
Jan 09, 2014 3:20:05 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticMethodTest, time: 10 ms]
Jan 09, 2014 3:20:05 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-001437 Normal scoped bean class org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.Tuna_Broken is not proxyable because the type is final or it contains a final method public final java.lang.String org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.Tuna_Broken.getFoo() - Managed Bean [class org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.Tuna_Broken] with qualifiers [@Any @Default].. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:05 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,438/1,466 (605)
Jan 09, 2014 3:20:06 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:06 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.primitive.UnproxyableTest, time: 14 ms]
Jan 09, 2014 3:20:06 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-001435 Normal scoped bean int is not proxyable because it has no no-args constructor - Producer Method [int] with qualifiers [@Any @Default] declared as [[BackedAnnotatedMethod] @Produces @RequestScoped public org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.primitive.NumberProducer.produce()].. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:06 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 1,439/1,466 (606)
Jan 09, 2014 3:20:07 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:07 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 13 ms]
Jan 09, 2014 3:20:07 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 1 of [BackedAnnotatedMethod] @Inject public org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.InitMethodInjectionBar.setInstance(Instance<Object>). Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:07 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,440/1,466 (607)
Jan 09, 2014 3:20:07 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:07 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 26 ms]
Jan 09, 2014 3:20:08 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:  [BackedAnnotatedField] @Inject private org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.Baz.instance. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:08 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,441/1,466 (608)
Jan 09, 2014 3:20:08 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:08 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.CreationalContextForNonContextualTest, time: 10 ms]
Jan 09, 2014 3:20:11 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreationalContextForNonContextualTest.testCreationalContext: 1,442/1,466 (609)
Jan 09, 2014 3:20:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.disposer.DisposerInjectionPointMetadataTest, time: 9 ms]
Jan 09, 2014 3:20:13 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-001466 Cannot inject [BackedAnnotatedParameter] Parameter 2 of [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.disposer.Disposer_Broken.disposeGreeting(@Disposes @Nice String, InjectionPoint) in a disposer method. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:13 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerInjectionPointMetadataTest.testDisposerWithInjectionPointMetadata: 1,443/1,466 (610)
Jan 09, 2014 3:20:13 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:13 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.not.bean.InjectionPointTest, time: 8 ms]
Jan 09, 2014 3:20:14 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-001405 Cannot inject [BackedAnnotatedField] @Inject private org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.not.bean.TestServlet_Broken.ip in a class which isnt a bean. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testDefinitionErrorDetected: 1,444/1,466 (611)
Jan 09, 2014 3:20:14 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:14 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.ManagerTest, time: 10 ms]
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testContainerProvidesManagerBean: 1,445/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceReturnsContextualInstance: 1,446/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceWithIllegalBeanType: 1,447/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testInjectingManager: 1,448/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanHasCurrentBinding: 1,449/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsDependentScoped: 1,450/1,466 (612)
Jan 09, 2014 3:20:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsPassivationCapable: 1,451/1,466 (612)
Jan 09, 2014 3:20:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 14 ms]
Jan 09, 2014 3:20:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,452/1,466 (613)
Jan 09, 2014 3:20:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailabilityTest, time: 25 ms]
Jan 09, 2014 3:20:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 43abccd7-9db7-4075-9b54-1895a20ef1c7.war, time: 10 ms]
Jan 09, 2014 3:20:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailabilityTest.testInjection: 1,453/1,466 (614)
Jan 09, 2014 3:20:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest, time: 19 ms]
Jan 09, 2014 3:20:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 6eda063b-fd05-4b64-b9c9-2a4294075ba5.war, time: 10 ms]
Jan 09, 2014 3:20:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolutionTest.testEnabledManagedBeanAvailableForELResolution: 1,454/1,466 (615)
Jan 09, 2014 3:20:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test, time: 26 ms]
Jan 09, 2014 3:20:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: b18f3bc1-8f72-4862-9465-603d18dc7688.war, time: 9 ms]
Jan 09, 2014 3: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-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]
Jan 09, 2014 3:20:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity03Test.testSpecialization: 1,455/1,466 (616)
Jan 09, 2014 3:20:31 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity04Test, time: 31 ms]
Jan 09, 2014 3:20:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 59fe09bd-0004-414e-9f1d-6bd6a2b55427.war, time: 9 ms]
Jan 09, 2014 3:20:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity04Test.testSpecialization: 1,456/1,466 (617)
Jan 09, 2014 3:20:36 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 8, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 09, 2014 3:20:36 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 09, 2014 3:20:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.same.type.twice.SameTypeListedTwiceTest, time: 9 ms]
Jan 09, 2014 3:20: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-001457 Cannot enable the same alternative class org.jboss.cdi.tck.tests.alternative.broken.same.type.twice.Cat in beans.xml. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameTypeListedTwiceTest.test: 1,457/1,466 (618)
Jan 09, 2014 3:20:36 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 9 ms]
Jan 09, 2014 3:20:37 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]
Jan 09, 2014 3:20:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 1,458/1,466 (619)
Jan 09, 2014 3:20:37 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest, time: 15 ms]
Jan 09, 2014 3:20:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryMissingBeansXmlTest.test: 1,459/1,466 (620)
Jan 09, 2014 3:20:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProcessInjectionPointTest, time: 30 ms]
Jan 09, 2014 3:20: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-001426 An injection point of type interface javax.enterprise.event.Event must have a type parameter:  [BackedAnnotatedField] @Inject private org.jboss.cdi.tck.tests.event.broken.raw.Baz.event. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProcessInjectionPointTest.testDefinitionError: 1,460/1,466 (621)
Jan 09, 2014 3:20:41 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20: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.DecoratorTypeParamFieldTest, time: 23 ms]
Jan 09, 2014 3:20: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 [BackedAnnotatedField] @Inject org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.MilkDecoratorField.decorator. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 1,461/1,466 (622)
Jan 09, 2014 3:20:42 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailableTest, time: 28 ms]
Jan 09, 2014 3:20:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: f4375478-518d-4538-8fa4-237a6f5921f6.war, time: 10 ms]
Jan 09, 2014 3:20:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailableTest.testManagedBeanInjection: 1,462/1,466 (623)
Jan 09, 2014 3:20:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 28 ms]
Jan 09, 2014 3:20:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 1b0ab742-5911-487a-9ade-5dfc7d44fc46.war, time: 10 ms]
Jan 09, 2014 3:20:48 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]
Jan 09, 2014 3:20:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,463/1,466 (624)
Jan 09, 2014 3:20:48 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity08Test, time: 23 ms]
Jan 09, 2014 3:20:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: e122cd4d-eec2-4d2a-b47b-f1a7a8a06af4.war, time: 9 ms]
Jan 09, 2014 3:20:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 03ac8263-f303-40e6-a188-ae0980650961.war, time: 9 ms]
Jan 09, 2014 3:20:49 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]
Jan 09, 2014 3:20:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity08Test.testSpecialization: 1,464/1,466 (625)
Jan 09, 2014 3:20:50 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Jan 09, 2014 3:20:50 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 2, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 09, 2014 3:20:50 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 09, 2014 3:20:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeSessionBeanInjectionAvailabilityTest, time: 23 ms]
Jan 09, 2014 3:20:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 92e7d5c8-427d-468f-adc9-46dbaaf9e555.war, time: 10 ms]
Jan 09, 2014 3:20:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeSessionBeanInjectionAvailabilityTest.testInjection: 1,465/1,466 (626)
Jan 09, 2014 3:20:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity07Test, time: 149 ms]
Jan 09, 2014 3:20:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 96807000-6e7a-4467-b313-a7f99f093a94.war, time: 10 ms]
Jan 09, 2014 3:20:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 3db8303d-d97b-4770-8daf-91f79b5ad31a.war, time: 9 ms]
Jan 09, 2014 3:20:55 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-001401 Two beans cannot specialize the same bean Managed Bean [class org.jboss.cdi.tck.tests.lookup.modules.specialization.Handler] with qualifiers [@Any @Default]. Please see server.log for more details. [status: CLIENT_ERROR reason: Bad Request]
Jan 09, 2014 3:20:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity07Test.testSpecialization: 1,466/1,466 (627)
Jan 09, 2014 3:20:55 AM org.jboss.arquillian.container.glassfish.clientutils.GlassFishClientUtil getResponseMap
SEVERE:  [status: SERVER_ERROR reason: Internal Server Error]
Tests run: 1470, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 1,944.651 sec <<< FAILURE!

Results :

Failed tests:   arquillianBeforeClass(org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ejb.ResourceDefinitionWithDifferentTypeTest): Expected exception of type javax.enterprise.inject.spi.DefinitionException during deployment of _DEFAULT_, but no exception was thrown.
  arquillianBeforeClass(org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ejb.ResourceDefinitionWithDifferentTypeTest): Expected exception of type javax.enterprise.inject.spi.DefinitionException during deployment of _DEFAULT_, but no exception was thrown.

Tests run: 1470, Failures: 2, Errors: 0, Skipped: 3

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:15.581s
[INFO] Finished at: Thu Jan 09 03:20:59 EST 2014
[INFO] Final Memory: 35M/188M
[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.0-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