Build failed in Jenkins: Weld-2.x-int-servlet-tomcat #256
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[mkouba] Don't detect circularities in built-in beans
------------------------------------------
[...truncated 4599 lines...]
Sep 10, 2014 7:36:13 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
Sep 10, 2014 7:36:13 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Sep 10, 2014 7:36:13 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/b35cd20f-b1ba-4f95-b7a1-e690b2550dbd] startup failed due to previous errors
Sep 10, 2014 7:36:13 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-78615406117488139116.tmp/webapps/b35cd20f-b1ba-4f95-b7a1-e690b2550dbd.war has finished in 147 ms
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.764 sec <<< FAILURE! - in org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
testCDIProvider(org.jboss.weld.environment.servlet.test.provider.CDIProviderTest) Time elapsed: 0 sec <<< ERROR!
java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata, please contact DeployableContainer developer.
at org.jboss.arquillian.protocol.servlet.ServletUtil.determineBaseURI(ServletUtil.java:64)
at org.jboss.arquillian.protocol.servlet.ServletURIHandler.locateTestServlet(ServletURIHandler.java:60)
at org.jboss.arquillian.protocol.servlet.ServletMethodExecutor.invoke(ServletMethodExecutor.java:77)
at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:120)
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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:57)
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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
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.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
at sun.reflect.GeneratedMethodAccessor21.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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
at sun.reflect.GeneratedMethodAccessor19.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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor18.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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
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)
Running org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
testCustomCDIProvider(org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest) Time elapsed: 0 sec <<< ERROR!
java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata, please contact DeployableContainer developer.
at org.jboss.arquillian.protocol.servlet.ServletUtil.determineBaseURI(ServletUtil.java:64)
at org.jboss.arquillian.protocol.servlet.ServletURIHandler.locateTestServlet(ServletURIHandler.java:60)
at org.jboss.arquillian.protocol.servlet.ServletMethodExecutor.invoke(ServletMethodExecutor.java:77)
at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:120)
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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:57)
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.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
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.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
at sun.reflect.GeneratedMethodAccessor21.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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
at sun.reflect.GeneratedMethodAccessor19.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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor18.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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
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)
Sep 10, 2014 7:36:13 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Sep 10, 2014 7:36:13 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service arquillian-tomcat-embedded-7
Sep 10, 2014 7:36:13 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Results :
Failed tests:
FilterInjectionTest>FilterInjectionTestBase.testFilterInjection:32 expected:<200> but was:<404>
Tests in error:
ListenerInjectionTest.org.jboss.weld.environment.servlet.test.injection.ListenerInjectionTest » Runtime
LookupTest.org.jboss.weld.environment.servlet.test.injection.LookupTest » Deployment
ServletInjectionTest.org.jboss.weld.environment.servlet.test.injection.ServletInjectionTest » Deployment
ConfigTest.org.jboss.weld.environment.servlet.test.config.ConfigTest » Runtime
HSCycleTest.org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest » Runtime
StereotypeDiscoveryTest.testCustomStereotype » IllegalArgument ArquillianServl...
StereotypeDiscoveryTest.testControlSample » IllegalArgument ArquillianServletR...
StereotypeDiscoveryTest.testBuiltInStereotype » IllegalArgument ArquillianServ...
InterceptorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest » Runtime
CustomNormalScopeDiscoveryTest.testControlSample » IllegalArgument ArquillianS...
CustomNormalScopeDiscoveryTest.testCustomNormalScope » IllegalArgument Arquill...
AlternativeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest » Runtime
DecoratorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest » Runtime
BeanDiscoveryInjectionTest.org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest » Runtime
JsfTest.org.jboss.weld.environment.servlet.test.el.JsfTest » Runtime Could not...
IsolationDisabledTest.org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest » Runtime
ExampleTest.testSentenceTranslator » Unexpected exception, expected<java.lang...
ExampleTest.testGameGenerator » IllegalArgument ArquillianServletRunner not fo...
MockExampleTest.org.jboss.weld.environment.servlet.test.examples.MockExampleTest » Runtime
CrossContextForwardTest>CrossContextForwardTestBase.<clinit>:28 » NoClassDefFound
LibrariesDiscoveredTest.org.jboss.weld.environment.servlet.test.libraries.LibrariesDiscoveredTest » Deployment
BootstrapOrderingTest>BootstrapOrderingTestBase.<clinit>:22 » NoClassDefFound ...
DuplicateBeansXmlMergingTest.org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest » Runtime
BeansXmlAlternativeLocationTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest » Deployment
EnhancedListenerTest.testAloneEnhancedListener » No runnable methods
CDIProviderTest.testCDIProvider » IllegalArgument ArquillianServletRunner not ...
CustomCDIProviderTest.testCustomCDIProvider » IllegalArgument ArquillianServle...
Tests run: 28, Failures: 1, Errors: 27, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.739s
[INFO] Finished at: Wed Sep 10 07:36:13 EDT 2014
[INFO] Final Memory: 27M/66M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-tomcat: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results
10 years, 3 months
Build failed in Jenkins: Weld-2.x-int-servlet-tomcat #253
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[mkouba] Upgrade Jandex to 1.2.1.Final
------------------------------------------
[...truncated 4717 lines...]
at sun.reflect.GeneratedMethodAccessor22.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.ContainerDeployController$1.perform(ContainerDeployController.java:95)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:80)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:239)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:79)
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:101)
at sun.reflect.GeneratedMethodAccessor37.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.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
at sun.reflect.GeneratedMethodAccessor18.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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor17.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.beforeClass(EventTestRunnerAdaptor.java:80)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
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)
Caused by: java.lang.IllegalArgumentException: org/jboss/weld/environment/servlet/test/bootstrap/beansxml/BeansXmlAlternativeLocationTestBase.class not found in classloader sun.misc.Launcher$AppClassLoader@4c372a96
at org.jboss.shrinkwrap.api.asset.ClassLoaderAsset.<init>(ClassLoaderAsset.java:70)
at org.jboss.shrinkwrap.api.asset.ClassAsset.openStream(ClassAsset.java:77)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:129)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:158)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:158)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:158)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:158)
at java.io.InputStream.read(InputStream.java:179)
at java.io.InputStream.read(InputStream.java:101)
at org.jboss.shrinkwrap.impl.base.io.IOUtil.copy(IOUtil.java:138)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl.exportTo(AbstractStreamExporterImpl.java:120)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl.exportTo(AbstractStreamExporterImpl.java:148)
at org.jboss.arquillian.container.tomcat.embedded_7.TomcatContainer.deploy(TomcatContainer.java:207)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
at sun.reflect.GeneratedMethodAccessor46.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.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
at sun.reflect.GeneratedMethodAccessor45.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.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
at sun.reflect.GeneratedMethodAccessor26.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.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
at sun.reflect.GeneratedMethodAccessor22.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.ContainerDeployController$1.perform(ContainerDeployController.java:95)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:80)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:239)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:79)
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:101)
at sun.reflect.GeneratedMethodAccessor37.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.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
at sun.reflect.GeneratedMethodAccessor18.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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor17.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.beforeClass(EventTestRunnerAdaptor.java:80)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:182)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
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)
org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest Time elapsed: 0.168 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest.createTestArchive()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTestBase.baseTestArchive(IsolationDisabledTestBase.java:56)
at org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest.createTestArchive(IsolationDisabledTest.java:31)
Sep 09, 2014 4:06:09 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Sep 09, 2014 4:06:09 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service arquillian-tomcat-embedded-7
Sep 09, 2014 4:06:09 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Results :
Failed tests:
FilterInjectionTest>FilterInjectionTestBase.testFilterInjection:32 expected:<200> but was:<404>
ListenerInjectionTest>ListenerInjectionTestBase.testSceListenerInjection:51 expected:<200> but was:<404>
ListenerInjectionTest>ListenerInjectionTestBase.testSessionListenerInjection:59 expected:<200> but was:<404>
ListenerInjectionTest>ListenerInjectionTestBase.testRequestListenerInjection:43 expected:<200> but was:<404>
ServletInjectionTest>ServletInjectionTestBase.testServletInjection:31 expected:<200> but was:<404>
Tests in error:
HSCycleTest.testCycle » IllegalArgument ArquillianServletRunner not found. Cou...
LibrariesDiscoveredTest.testCamelDeployed » IllegalArgument ArquillianServletR...
ExampleTest.testGameGenerator » IllegalArgument ArquillianServletRunner not fo...
ExampleTest.testSentenceTranslator » Unexpected exception, expected<java.lang...
MockExampleTest.testMockSentenceTranslator » IllegalArgument ArquillianServlet...
ConfigTest.testDOS » IllegalArgument ArquillianServletRunner not found. Could ...
JsfTest>JsfTestBase.testELWithParameters:56 » FailingHttpStatusCode 404 Not Fo...
CrossContextForwardTest>CrossContextForwardTestBase.testCrossContextForward:49 » MalformedURL
LookupTest.testManagerInJndi » IllegalArgument ArquillianServletRunner not fou...
LookupTest.testResource » IllegalArgument ArquillianServletRunner not found. C...
CDIProviderTest.testCDIProvider » IllegalArgument ArquillianServletRunner not ...
CustomCDIProviderTest.testCustomCDIProvider » IllegalArgument ArquillianServle...
StereotypeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.stereotype.StereotypeDiscoveryTest » Runtime
CustomNormalScopeDiscoveryTest.testControlSample » IllegalArgument ArquillianS...
CustomNormalScopeDiscoveryTest.testCustomNormalScope » IllegalArgument Arquill...
DecoratorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest » Runtime
AlternativeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest » Runtime
InterceptorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest » Runtime
BeanDiscoveryInjectionTest.org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest » Runtime
EnhancedListenerTest.testAloneEnhancedListener » No runnable methods
BootstrapOrderingTest>BootstrapOrderingTestBase.<clinit>:22 » NoClassDefFound ...
DuplicateBeansXmlMergingTest.org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest » Runtime
BeansXmlAlternativeLocationTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest » Deployment
IsolationDisabledTest.org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest » Runtime
Tests run: 29, Failures: 5, Errors: 24, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.400s
[INFO] Finished at: Tue Sep 09 04:06:09 EDT 2014
[INFO] Final Memory: 27M/65M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-tomcat: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results
10 years, 3 months
Build failed in Jenkins: Weld-2.x-int-servlet-jetty #884
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[Jozef Hartinger] Improve Weld SE startup performance: do not parse beans.xml files multiple times if isolation is turned off. Thanks to Stefan Großmann
[Jozef Hartinger] Improve Weld SE Startup Performance: Use available jandex.idx files. Thanks to Stefan Großmann
------------------------------------------
[...truncated 1947 lines...]
[INFO] | \- org.glassfish:javax.el:jar:3.0.0:test
[INFO] +- org.glassfish:javax.faces:jar:2.1.22:test
[INFO] +- javax.servlet:jstl:jar:1.2:test
[INFO] +- org.eclipse.jetty:jetty-plus:jar:8.1.14.v20131031:test
[INFO] | \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645:test
[INFO] +- org.eclipse.jetty:jetty-jndi:jar:8.1.14.v20131031:test
[INFO] | +- org.eclipse.jetty:jetty-server:jar:8.1.14.v20131031:test
[INFO] | | +- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:test
[INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:8.1.14.v20131031:test
[INFO] | | \- org.eclipse.jetty:jetty-http:jar:8.1.14.v20131031:test
[INFO] | | \- org.eclipse.jetty:jetty-io:jar:8.1.14.v20131031:test
[INFO] | \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020:test
[INFO] | \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233:test
[INFO] +- org.eclipse.jetty:jetty-webapp:jar:8.1.14.v20131031:test
[INFO] | +- org.eclipse.jetty:jetty-xml:jar:8.1.14.v20131031:test
[INFO] | | \- org.eclipse.jetty:jetty-util:jar:8.1.14.v20131031:test
[INFO] | \- org.eclipse.jetty:jetty-servlet:jar:8.1.14.v20131031:test
[INFO] | \- org.eclipse.jetty:jetty-security:jar:8.1.14.v20131031:test
[INFO] +- org.eclipse.jetty:jetty-annotations:jar:8.1.14.v20131031:test
[INFO] | +- org.eclipse.jetty.orbit:javax.annotation:jar:1.1.0.v201108011116:test
[INFO] | \- org.eclipse.jetty.orbit:org.objectweb.asm:jar:3.1.0.v200803061910:test
[INFO] +- org.jboss.weld:weld-core-impl:jar:2.2.5-SNAPSHOT:test
[INFO] | +- org.jboss.weld:weld-api:jar:2.2.SP3:test
[INFO] | +- org.jboss.weld:weld-spi:jar:2.2.SP3:test
[INFO] | +- org.jboss.classfilewriter:jboss-classfilewriter:jar:1.0.4.Final:test
[INFO] | +- org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Alpha1:test
[INFO] | +- com.google.guava:guava:jar:13.0.1:test
[INFO] | +- org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1:test
[INFO] | \- org.jboss.logging:jboss-logging:jar:3.1.3.GA:test
[INFO] +- org.jboss.weld:weld-core-jsf:jar:2.2.5-SNAPSHOT:test
[INFO] +- org.jboss.weld.servlet:weld-servlet-core:jar:2.2.5-SNAPSHOT:test
[INFO] | \- org.jboss.weld.environment:weld-environment-common:jar:2.2.5-SNAPSHOT:test
[INFO] +- org.glassfish.web:el-impl:jar:2.2:test
[INFO] | \- javax.el:el-api:jar:2.2:test
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.2:test
[INFO] \- org.jboss.arquillian.container:arquillian-jetty-embedded-7:jar:1.0.0.CR2:test
[INFO] +- org.jboss.arquillian.container:arquillian-jetty-common:jar:1.0.0.CR2:test
[INFO] +- org.jboss.arquillian.container:arquillian-container-spi:jar:1.1.3.Final:test
[INFO] | \- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0-alpha-5:test
[INFO] +- org.jboss.arquillian.protocol:arquillian-protocol-servlet:jar:1.0.0.Final:test
[INFO] +- org.jboss.arquillian.testenricher:arquillian-testenricher-cdi:jar:1.1.3.Final:test (version managed from 1.0.0.Final)
[INFO] +- org.jboss.arquillian.testenricher:arquillian-testenricher-resource:jar:1.0.0.Final:test
[INFO] +- org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext:jar:1.0.0.Final:test
[INFO] \- org.jboss.shrinkwrap.container:shrinkwrap-extension-jetty-70:jar:1.0.0-beta-1:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.701s
[INFO] Finished at: Tue Sep 09 03:06:21 EDT 2014
[INFO] Final Memory: 19M/298M
[INFO] ------------------------------------------------------------------------
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean verify -f environments/servlet/tests/jetty/pom.xml -Dincontainer -Djetty-embedded-7 -Djetty.version=8.1.14.v20131031
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.2.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] Storing buildNumber: 1d4f1f13daa40499e96378be59ea2826f68957c2 at timestamp: September 9, 2014 3:06:29 AM EDT
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 23 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Sep 09, 2014 3:06:41 AM org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer start
INFO: Starting Jetty Embedded Server 8.1.14.v20131031 [id:26563123]
2014-09-09 03:06:41.352:INFO:oejs.Server:jetty-8.1.14.v20131031
2014-09-09 03:06:41.444:INFO:oejs.AbstractConnector:Started SelectChannelConnector@localhost:9090
Sep 09, 2014 3:06:42 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war
2014-09-09 03:06:43.016:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war!/ to /tmp/jetty-localhost-9090-export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war-_19a080f5-b7a3-41be-8531-4dc141778328-any-/webapp
2014-09-09 03:06:43.409:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2014-09-09 03:06:44.234:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /19a080f5-b7a3-41be-8531-4dc141778328, did not find org.apache.jasper.servlet.JspServlet
Sep 09, 2014 3:06:44 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: Initialize Weld using ServletContainerInitializer
Sep 09, 2014 3:06:44 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.5 (2014-09-09 03:03)
Sep 09, 2014 3:06:44 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It's not portable to use both locations at the same time. Weld is going to use file:/tmp/jetty-localhost-9090-export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war-_19a080f5-b7a3-41be-8531-4dc141778328-any-/webapp/WEB-INF/beans.xml.
Sep 09, 2014 3:06:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Sep 09, 2014 3:06:46 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Sep 09, 2014 3:06:46 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Sep 09, 2014 3:06:46 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2014-09-09 03:06:46.719:INFO:oejw.WebAppContext:WebApp@7324695 at http://localhost:9090/19a080f5-b7a3-41be-8531-4dc141778328
Running org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
2014-09-09 03:06:47.097:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2014-09-09 03:06:47.097:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/19a080f5-b7a3-41be-8531-4dc141778328,file:/tmp/jetty-localhost-9090-export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war-_19a080f5-b7a3-41be-8531-4dc141778328-any-/webapp/},file:/tmp/export531798447205798671119a080f5-b7a3-41be-8531-4dc141778328.war
Sep 09, 2014 3:06:47 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war
2014-09-09 03:06:47.916:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war!/ to /tmp/jetty-localhost-9090-export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war-_da8e6f37-9fe2-4278-b569-299707ec022e-any-/webapp
2014-09-09 03:06:48.076:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2014-09-09 03:06:48.459:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /da8e6f37-9fe2-4278-b569-299707ec022e, did not find org.apache.jasper.servlet.JspServlet
Sep 09, 2014 3:06:48 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: Initialize Weld using ServletContainerInitializer
Sep 09, 2014 3:06:48 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It's not portable to use both locations at the same time. Weld is going to use file:/tmp/jetty-localhost-9090-export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war-_da8e6f37-9fe2-4278-b569-299707ec022e-any-/webapp/WEB-INF/beans.xml.
Sep 09, 2014 3:06:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Sep 09, 2014 3:06:48 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Sep 09, 2014 3:06:48 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Sep 09, 2014 3:06:48 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2014-09-09 03:06:48.813:INFO:oejw.WebAppContext:WebApp@7324695 at http://localhost:9090/da8e6f37-9fe2-4278-b569-299707ec022e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 sec - in org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
Running org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
2014-09-09 03:06:48.918:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2014-09-09 03:06:48.918:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/da8e6f37-9fe2-4278-b569-299707ec022e,file:/tmp/jetty-localhost-9090-export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war-_da8e6f37-9fe2-4278-b569-299707ec022e-any-/webapp/},file:/tmp/export7590599657571032103da8e6f37-9fe2-4278-b569-299707ec022e.war
Sep 09, 2014 3:06:49 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war
2014-09-09 03:06:49.619:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war!/ to /tmp/jetty-localhost-9090-export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war-_f0735c50-35a9-4317-a282-a7577906b129-any-/webapp
2014-09-09 03:06:49.764:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2014-09-09 03:06:50.052:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /f0735c50-35a9-4317-a282-a7577906b129, did not find org.apache.jasper.servlet.JspServlet
Sep 09, 2014 3:06:50 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: Initialize Weld using ServletContainerInitializer
Sep 09, 2014 3:06:50 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It's not portable to use both locations at the same time. Weld is going to use file:/tmp/jetty-localhost-9090-export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war-_f0735c50-35a9-4317-a282-a7577906b129-any-/webapp/WEB-INF/beans.xml.
Sep 09, 2014 3:06:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Sep 09, 2014 3:06:50 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Sep 09, 2014 3:06:50 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Sep 09, 2014 3:06:50 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2014-09-09 03:06:50.214:INFO:oejw.WebAppContext:WebApp@7324695 at http://localhost:9090/f0735c50-35a9-4317-a282-a7577906b129
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec - in org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Running org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
Pinger-28770872
Pinger-28770872
2014-09-09 03:06:50.381:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2014-09-09 03:06:50.382:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/f0735c50-35a9-4317-a282-a7577906b129,file:/tmp/jetty-localhost-9090-export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war-_f0735c50-35a9-4317-a282-a7577906b129-any-/webapp/},file:/tmp/export3653900522014404153f0735c50-35a9-4317-a282-a7577906b129.war
Sep 09, 2014 3:06:51 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war
2014-09-09 03:06:51.265:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war!/ to /tmp/jetty-localhost-9090-export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war-_2ff498b3-2f56-4531-8a3f-16ec03acf60c-any-/webapp
2014-09-09 03:06:51.405:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2014-09-09 03:06:51.661:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /2ff498b3-2f56-4531-8a3f-16ec03acf60c, did not find org.apache.jasper.servlet.JspServlet
Sep 09, 2014 3:06:51 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: Initialize Weld using ServletContainerInitializer
Sep 09, 2014 3:06:51 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It's not portable to use both locations at the same time. Weld is going to use file:/tmp/jetty-localhost-9090-export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war-_2ff498b3-2f56-4531-8a3f-16ec03acf60c-any-/webapp/WEB-INF/beans.xml.
Sep 09, 2014 3:06:51 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Sep 09, 2014 3:06:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Sep 09, 2014 3:06:51 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Sep 09, 2014 3:06:52 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Sep 09, 2014 3:06:52 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2014-09-09 03:06:52.136:INFO:oejw.WebAppContext:WebApp@7324695 at http://localhost:9090/2ff498b3-2f56-4531-8a3f-16ec03acf60c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 sec - in org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
Running org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest
2014-09-09 03:06:52.316:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2014-09-09 03:06:52.316:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/2ff498b3-2f56-4531-8a3f-16ec03acf60c,file:/tmp/jetty-localhost-9090-export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war-_2ff498b3-2f56-4531-8a3f-16ec03acf60c-any-/webapp/},file:/tmp/export4406646150863988032ff498b3-2f56-4531-8a3f-16ec03acf60c.war
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb75c9521, pid=1269, tid=3061943152
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Server VM (24.65-b04 mixed mode linux-x86 )
# Problematic frame:
# C [libc.so.6+0x7b521] __memcpy_ia32+0x61
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/bin/sh: line 1: 1269 Aborted /qa/tools/opt/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.010s
[INFO] Finished at: Tue Sep 09 03:06:52 EDT 2014
[INFO] Final Memory: 29M/297M
[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: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> && /qa/tools/opt/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[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, 3 months
Build failed in Jenkins: Weld-2.x-int-servlet-tomcat #250
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[Jozef Hartinger] WELD-1729 Flush caches before ABD so that BeanManager.getBeans() works properly
------------------------------------------
[...truncated 2240 lines...]
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
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.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
at sun.reflect.GeneratedMethodAccessor31.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.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
at sun.reflect.GeneratedMethodAccessor30.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.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
at sun.reflect.GeneratedMethodAccessor23.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.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
at sun.reflect.GeneratedMethodAccessor24.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.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
at sun.reflect.GeneratedMethodAccessor20.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.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
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)
Running org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest
Sep 04, 2014 10:36:24 AM org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer lookup
INFO: BeanManager not found.
Sep 04, 2014 10:36:24 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-74743538300726229397.tmp/webapps/cd7edef1-a0b1-4c03-95ab-ac2e9d8229bb.war
Sep 04, 2014 10:36:24 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-74743538300726229397.tmp/webapps/cd7edef1-a0b1-4c03-95ab-ac2e9d8229bb.war has finished in 145 ms
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec <<< FAILURE! - in org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest
testAloneEnhancedListener(org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest) Time elapsed: 0.213 sec <<< FAILURE!
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:524)
at org.junit.Assert.assertNotNull(Assert.java:535)
at org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTestBase.testAloneEnhancedListener(EnhancedListenerTestBase.java:50)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
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.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)
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.createClassContext(TestContextHandler.java:84)
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.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
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.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:65)
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.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:160)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:126)
at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:90)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Running org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest
Sep 04, 2014 10:36:24 AM org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer lookup
INFO: BeanManager not found.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb7658746, pid=19819, tid=3061758832
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Server VM (24.65-b04 mixed mode linux-x86 )
# Problematic frame:
# C [libc.so.6+0x137746] __memcpy_ssse3_rep+0x486
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/bin/sh: line 1: 19819 Aborted /qa/tools/opt/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Results :
Failed tests:
JsfTest>JsfTestBase.testELWithParameters:63 null expected:<[Charlie]> but was:<[]>
EnhancedListenerTest>EnhancedListenerTestBase.testAloneEnhancedListener:50
BeansXmlAlternativeLocationTest>BeansXmlAlternativeLocationTestBase.testAlternativeLocation:44
Tests run: 33, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.492s
[INFO] Finished at: Thu Sep 04 10:36:24 EDT 2014
[INFO] Final Memory: 33M/227M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-tomcat: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> && /qa/tools/opt/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[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, 3 months
Build failed in Jenkins: Weld-2.x-int-servlet #891
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
Changes:
[Jozef Hartinger] Upgrade weld-parent to 29
------------------------------------------
[...truncated 1697 lines...]
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.2.5-SNAPSHOT/weld-servlet-test-tomcat-2.2.5-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.2.5-SNAPSHOT/weld-servlet-test-tomcat-2.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.2.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
709 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (709 B at 11.0 KB/sec)
758 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (758 B at 4.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 23 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-servlet-test-jetty ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/servlet/weld-servlet-test-jetty/2.2.5-SNAPSHOT/weld-servlet-test-jetty-2.2.5-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/servlet/weld-servlet-test-jetty/2.2.5-SNAPSHOT/weld-servlet-test-jetty-2.2.5-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/servlet/weld-servlet-test-jetty/2.2.5-SNAPSHOT/weld-servlet-test-jetty-2.2.5-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [7.685s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [30.788s]
[INFO] Weld Core - JSF ................................... SUCCESS [7.439s]
[INFO] Weld Implementation ............................... SUCCESS [13.041s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [1.322s]
[INFO] Weld Test Utilities ............................... SUCCESS [2.130s]
[INFO] Weld Unit Tests ................................... SUCCESS [3.920s]
[INFO] Weld Integration Tests (JBoss AS) ................. SUCCESS [6.261s]
[INFO] AtInject TCK runner for Weld ...................... SUCCESS [1.769s]
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SUCCESS [6.523s]
[INFO] Weld Environment Common ........................... SUCCESS [2.157s]
[INFO] Weld SE (Core) .................................... SUCCESS [11.323s]
[INFO] Weld SE (Uber Jar) ................................ SUCCESS [3.623s]
[INFO] Weld Servlet Parent ............................... SUCCESS [0.236s]
[INFO] Weld Servlet Core ................................. SUCCESS [2.493s]
[INFO] Weld Servlet (Uber Jar) ........................... SUCCESS [3.797s]
[INFO] Weld Servlet Integration Tests (Base) ............. SUCCESS [1.662s]
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SUCCESS [1.863s]
[INFO] Weld Servlet Integration Tests (Jetty) ............ SUCCESS [1.256s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:51.189s
[INFO] Finished at: Fri Sep 05 03:18:57 EDT 2014
[INFO] Final Memory: 76M/323M
[INFO] ------------------------------------------------------------------------
[Weld-2.x-int-servlet] $ /qa/tools/opt/apache-maven-3.0.3/bin/mvn -f environments/servlet/pom.xml -Dincontainer=true -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld clean verify
[INFO] Init Maven Dependency Management Extension 1.2.1
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Weld Servlet Parent
[INFO] Weld Servlet Core
[INFO] Weld Servlet (Uber Jar)
[INFO] Weld Servlet Integration Tests (Base)
[INFO] Weld Servlet Integration Tests (Tomcat)
[INFO] Weld Servlet Integration Tests (Jetty)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Parent 2.2.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-parent ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-parent ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Storing buildNumber: ccad041ffb5b28d0fe98c1f62ec14a164642a601 at timestamp: September 5, 2014 3:19:02 AM EDT
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-parent ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ weld-servlet-parent ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-parent ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-parent <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Core 2.2.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-core ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-core ---
[INFO] Compiling 32 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ weld-servlet-core ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-core ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>:[44,54] error: cannot access BeanArchiveBuilder
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Servlet Parent ............................... SUCCESS [5.445s]
[INFO] Weld Servlet Core ................................. FAILURE [4.954s]
[INFO] Weld Servlet (Uber Jar) ........................... SKIPPED
[INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED
[INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.401s
[INFO] Finished at: Fri Sep 05 03:19:11 EDT 2014
[INFO] Final Memory: 34M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project weld-servlet-core: Compilation failure
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>:[44,54] error: cannot access BeanArchiveBuilder
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-servlet-core
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
10 years, 3 months
Build failed in Jenkins: Weld-2.x-interoperability-deltaspike #337
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[Jozef Hartinger] WELD-1719 Detect possible classpath conflicts with CDI 1.0 API
[Jozef Hartinger] WELD-1722 Relax validation of circular dependencies
[Jozef Hartinger] WELD-1725 Do not optimize the use of client proxies for self injection
------------------------------------------
[...truncated 4128 lines...]
INFO: Beginning load: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Sep 01, 2014 9:52:46 PM org.apache.openejb.config.ConfigurationFactory loadApplication
INFO: Beginning load: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Sep 01, 2014 9:52:46 PM org.apache.openejb.config.ConfigurationFactory configureApplication
INFO: Configuring enterprise application: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Sep 01, 2014 9:52:46 PM org.apache.openejb.config.ConfigurationFactory configureService
INFO: Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
Sep 01, 2014 9:52:46 PM org.apache.openejb.config.AutoConfig createContainer
INFO: Auto-creating a container for bean impl-openejb.Comp20437621: Container(type=MANAGED, id=Default Managed Container)
Sep 01, 2014 9:52:46 PM org.apache.openejb.config.AppInfoBuilder build
INFO: Enterprise application "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi..."> loaded.
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler createRecipe
INFO: Creating TransactionManager(id=Default Transaction Manager)
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler createRecipe
INFO: Creating SecurityService(id=Default Security Service)
Sep 01, 2014 9:52:46 PM org.apache.openejb.util.OptionsLog info
INFO: Using 'java.security.auth.login.config=jar:file:/qa/home/hudson/private_maven_repos/weld/org/apache/openejb/openejb-core/4.5.1/openejb-core-4.5.1.jar!/login.config'
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler createRecipe
INFO: Creating Container(id=Default Managed Container)
Sep 01, 2014 9:52:46 PM org.apache.openejb.core.managed.SimplePassivater init
INFO: Using directory /tmp for stateful session passivation
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
INFO: Assembling app: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Sep 01, 2014 9:52:46 PM org.apache.openejb.cdi.CdiBuilder initSingleton
INFO: Existing thread singleton service in SystemInstance() org.apache.openejb.cdi.ThreadSingletonServiceImpl@1fa37d2
Sep 01, 2014 9:52:46 PM org.apache.openejb.cdi.OpenEJBLifecycle startApplication
INFO: OpenWebBeans Container is starting...
Sep 01, 2014 9:52:46 PM org.apache.webbeans.plugins.PluginLoader startUp
INFO: Adding OpenWebBeansPlugin : [CdiPlugin]
Sep 01, 2014 9:52:46 PM org.apache.openejb.cdi.BeansDeployer validateInjectionPoints
INFO: All injection points are validated successfully.
Sep 01, 2014 9:52:46 PM org.apache.openejb.cdi.OpenEJBLifecycle startApplication
INFO: OpenWebBeans Container has started, it took 17 ms.
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
INFO: Deployed Application(path=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...)>
Sep 01, 2014 9:52:46 PM org.apache.openejb.core.LocalInitialContext tearDownOpenEJB
INFO: Destroying container system
Sep 01, 2014 9:52:46 PM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.881 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ deltaspike-cdictrl-openejb ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ deltaspike-cdictrl-openejb ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ deltaspike-cdictrl-openejb >>>
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ deltaspike-cdictrl-openejb ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ deltaspike-cdictrl-openejb ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-dependency-plugin:2.4:unpack (unpack-context) @ deltaspike-cdictrl-openejb ---
[INFO] Configured Artifact: org.apache.deltaspike.cdictrl:deltaspike-cdictrl-owb:1.0.3-SNAPSHOT:jar
[INFO] Unpacking <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> with includes "" and excludes "**\/META-INF\/**,**\/OpenWebBeansContainerControl.class"
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ deltaspike-cdictrl-openejb <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ deltaspike-cdictrl-openejb ---
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DISCLAIMER already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:check (verify-style) @ deltaspike-cdictrl-openejb ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ deltaspike-cdictrl-openejb ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-openejb/1.0.3-SNAPSHOT/deltaspike-cdictrl-openejb-1.0.3-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-openejb/1.0.3-SNAPSHOT/deltaspike-cdictrl-openejb-1.0.3-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-openejb/1.0.3-SNAPSHOT/deltaspike-cdictrl-openejb-1.0.3-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache DeltaSpike CDI Servlet-ContainerControl 1.0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deltaspike-cdictrl-servlet ---
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ deltaspike-cdictrl-servlet ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ deltaspike-cdictrl-servlet ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) @ deltaspike-cdictrl-servlet ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ deltaspike-cdictrl-servlet ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ deltaspike-cdictrl-servlet ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ deltaspike-cdictrl-servlet ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ deltaspike-cdictrl-servlet ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ deltaspike-cdictrl-servlet ---
[INFO] Compiling 5 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ deltaspike-cdictrl-servlet ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.cdise.servlet.test.TomcatTest
Sep 01, 2014 9:52:49 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.5 (2014-09-01 21:49)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.288 sec <<< FAILURE!
Running org.apache.deltaspike.cdise.servlet.test.JettyTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.042 sec <<< FAILURE!
Results :
Tests in error:
testBootRequest(org.apache.deltaspike.cdise.servlet.test.TomcatTest): WELD-000144: CDI API version mismatch. CDI 1.0 API detected on classpath. Weld requires version 1.1 or better.
testBootRequest(org.apache.deltaspike.cdise.servlet.test.JettyTest): WELD-000144: CDI API version mismatch. CDI 1.0 API detected on classpath. Weld requires version 1.1 or better.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike ................................. SUCCESS [2.252s]
[INFO] Apache DeltaSpike CheckStyle-rules ................ SUCCESS [1.111s]
[INFO] Apache DeltaSpike Parent .......................... SUCCESS [2.882s]
[INFO] Apache DeltaSpike Test-Utils ...................... SUCCESS [3.157s]
[INFO] Apache DeltaSpike Code Parent ..................... SUCCESS [1.102s]
[INFO] Apache DeltaSpike Core ............................ SUCCESS [0.697s]
[INFO] Apache DeltaSpike Core-API ........................ SUCCESS [5.767s]
[INFO] Apache DeltaSpike Core-Implementation ............. SUCCESS [17.152s]
[INFO] Apache DeltaSpike ContainerControl parent ......... SUCCESS [0.514s]
[INFO] Apache DeltaSpike CDI ContainerControl API ........ SUCCESS [1.025s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK ........ SUCCESS [1.269s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ........ SUCCESS [2.692s]
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ....... SUCCESS [2.797s]
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl .... SUCCESS [6.550s]
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl .... FAILURE [3.257s]
[INFO] Apache DeltaSpike Modules ......................... SKIPPED
[INFO] Apache DeltaSpike Security-Module ................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike JPA-Module ...................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API .................. SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ...................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ...... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module ............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ........... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ....... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ...... SKIPPED
[INFO] Apache DeltaSpike Data-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ........... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module ............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike Examples ........................ SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................ SKIPPED
[INFO] Apache DeltaSpike JSF Examples .................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground .................. SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.803s
[INFO] Finished at: Mon Sep 01 21:52:50 EDT 2014
[INFO] Final Memory: 65M/545M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-cdictrl-servlet: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> 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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :deltaspike-cdictrl-servlet
Build step 'Execute shell' marked build as failure
Recording test results
10 years, 3 months
Build failed in Jenkins: Weld-2.x-incontainer-WF8.x #55
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
Changes:
[Jozef Hartinger] Testcase for WELD-1723
[Jozef Hartinger] WELD-1677, WELD-1723 Only normalize types that define a managed or session bean
[Jozef Hartinger] Testcase for WELD-1736
[Jozef Hartinger] WELD-1736 Session bean's subclass constructor used for building interception model
[Jozef Hartinger] WELD-1729 Flush caches before ABD so that BeanManager.getBeans() works properly
------------------------------------------
[...truncated 589 lines...]
Running org.jboss.weld.tests.interceptors.finalMethod.InterceptedBeanWithFinalMethodTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.jboss.weld.tests.interceptors.finalMethod.InterceptedBeanWithFinalMethodTest
Running org.jboss.weld.tests.interceptors.hierarchical.InterceptorsWithHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in org.jboss.weld.tests.interceptors.hierarchical.InterceptorsWithHierarchyTest
Running org.jboss.weld.tests.interceptors.lifecycle.LifecycleInterceptorOrderingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 sec - in org.jboss.weld.tests.interceptors.lifecycle.LifecycleInterceptorOrderingTest
Running org.jboss.weld.tests.interceptors.weld760.DuplicateInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec - in org.jboss.weld.tests.interceptors.weld760.DuplicateInterceptorTest
Running org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 sec - in org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest
Running org.jboss.weld.tests.parser.ParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.jboss.weld.tests.parser.ParserTest
Running org.jboss.weld.tests.session.newBean.NewEnterpriseBeanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 sec - in org.jboss.weld.tests.session.newBean.NewEnterpriseBeanTest
Running org.jboss.weld.tests.security.members.AccessibleMemberLeakTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec - in org.jboss.weld.tests.security.members.AccessibleMemberLeakTest
Running org.jboss.weld.tests.producer.weld1368.Weld1368Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec - in org.jboss.weld.tests.producer.weld1368.Weld1368Test
Running org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.WildcardArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.WildcardArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedTypeVariableProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedTypeVariableProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.TypeVariableArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.TypeVariableArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalWildcardArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalWildcardArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedWildcardProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedWildcardProducerFieldTest
Running org.jboss.weld.tests.producer.field.ParameterizedProducerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec - in org.jboss.weld.tests.producer.field.ParameterizedProducerTest
Running org.jboss.weld.tests.producer.field.ProducerBeanInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 sec - in org.jboss.weld.tests.producer.field.ProducerBeanInvocationTest
Running org.jboss.weld.tests.producer.field.named.NamedProducerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec - in org.jboss.weld.tests.producer.field.named.NamedProducerTest
Running org.jboss.weld.tests.producer.method.broken.disposalMethodWithInjectionPointParameter.DisposalMethodForNormalScopedBeanHasInjectionPointParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.jboss.weld.tests.producer.method.broken.disposalMethodWithInjectionPointParameter.DisposalMethodForNormalScopedBeanHasInjectionPointParameterTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedWildcardTypeProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedWildcardTypeProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedTypeVariableProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedTypeVariableProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalWildcardTypeArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalWildcardTypeArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.WildcardTypeArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.WildcardTypeArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.TypeVariableArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.TypeVariableArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.ManagerProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.jboss.weld.tests.producer.method.ManagerProducerTest
Running org.jboss.weld.tests.producer.method.NamedProducerWithBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.jboss.weld.tests.producer.method.NamedProducerWithBindingTest
Running org.jboss.weld.tests.producer.method.InstanceCleanupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in org.jboss.weld.tests.producer.method.InstanceCleanupTest
Running org.jboss.weld.tests.producer.method.NullProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec - in org.jboss.weld.tests.producer.method.NullProducerTest
Running org.jboss.weld.tests.producer.method.ProducerBeanInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in org.jboss.weld.tests.producer.method.ProducerBeanInvocationTest
Running org.jboss.weld.tests.producer.method.parameterized.ParameterizedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.jboss.weld.tests.producer.method.parameterized.ParameterizedTest
Running org.jboss.weld.tests.producer.method.circular.StaticCircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.jboss.weld.tests.producer.method.circular.StaticCircularInjectionTest
Running org.jboss.weld.tests.producer.method.circular.CircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec - in org.jboss.weld.tests.producer.method.circular.CircularInjectionTest
Running org.jboss.weld.tests.producer.method.circular.weld1513.NonTrivialCircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 sec - in org.jboss.weld.tests.producer.method.circular.weld1513.NonTrivialCircularInjectionTest
Running org.jboss.weld.tests.producer.method.NamedProducerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in org.jboss.weld.tests.producer.method.NamedProducerTest
Running org.jboss.weld.tests.producer.method.DisposalMethodOnOtherBeanNotResolvedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.jboss.weld.tests.producer.method.DisposalMethodOnOtherBeanNotResolvedTest
Running org.jboss.weld.tests.producer.method.DisposalMethodInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.jboss.weld.tests.producer.method.DisposalMethodInjectionPointTest
Running org.jboss.weld.tests.weld1192.Weld1192Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec - in org.jboss.weld.tests.weld1192.Weld1192Test
Running org.jboss.weld.tests.managed.newBean.lookup.ProgrammaticLookupOfNewBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec - in org.jboss.weld.tests.managed.newBean.lookup.ProgrammaticLookupOfNewBeanTest
Running org.jboss.weld.tests.managed.newBean.lookup.AnotherProgrammaticLookupOfNewBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.jboss.weld.tests.managed.newBean.lookup.AnotherProgrammaticLookupOfNewBeanTest
Running org.jboss.weld.tests.managed.newBean.NewSimpleBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec - in org.jboss.weld.tests.managed.newBean.NewSimpleBeanTest
Running org.jboss.weld.tests.arrays.ArrayInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in org.jboss.weld.tests.arrays.ArrayInjectionTest
Running org.jboss.weld.tests.arrays.test.AssignabilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec - in org.jboss.weld.tests.arrays.test.AssignabilityTest
Running org.jboss.weld.tests.event.tx.TxEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec - in org.jboss.weld.tests.event.tx.TxEventTest
Running org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec - in org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Running org.jboss.weld.tests.event.EventQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 sec - in org.jboss.weld.tests.event.EventQualifierTest
Running org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
Running org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Running org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Running org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Running org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec - in org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Running org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Running org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.519 sec - in org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest
Running org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec - in org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Running org.jboss.weld.tests.event.subtype.EventSelectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec - in org.jboss.weld.tests.event.subtype.EventSelectTest
Running org.jboss.weld.tests.event.weld1361.RawEventTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.301 sec <<< FAILURE! - in org.jboss.weld.tests.event.weld1361.RawEventTypeTest
test(org.jboss.weld.tests.event.weld1361.RawEventTypeTest) Time elapsed: 0.068 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.IllegalArgumentException> but was<org.jboss.arquillian.test.spi.ArquillianProxyException>
at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:200)
at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:190)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:49)
at org.jboss.weld.event.ObserverNotifier.checkEventObjectType(ObserverNotifier.java:183)
at org.jboss.weld.event.ObserverNotifier.resolveObserverMethods(ObserverNotifier.java:96)
at org.jboss.weld.event.EventImpl.getObservers(EventImpl.java:95)
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:81)
at org.jboss.weld.tests.event.weld1361.EventFiringBean.fire(EventFiringBean.java:28)
at org.jboss.weld.tests.event.weld1361.RawEventTypeTest.test(RawEventTypeTest.java:49)
Running org.jboss.weld.tests.event.weld1361.FiringNullEventTest
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f1c07365c3b, pid=28696, tid=139758368655104
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x89c3b] memcpy+0x2eb
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/bin/sh: line 1: 28696 Aborted /qa/tools/opt/x86_64/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
Results :
Tests in error:
RawEventTypeTest.test » Unexpected exception, expected<java.lang.IllegalArgum...
Tests run: 487, Failures: 0, Errors: 1, Skipped: 12
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:27.826s
[INFO] Finished at: Thu Sep 04 18:09:37 EDT 2014
[INFO] Final Memory: 46M/561M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-core-test-arquillian: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> && /qa/tools/opt/x86_64/jdk1.7.0_67/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
[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
Archiving artifacts
ERROR: Failed to archive artifacts: jboss-as-7/standalone/log/*.log
hudson.util.IOException2: hudson.util.IOException2: Failed to extract <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> of 1 files
at hudson.FilePath.readFromTar(FilePath.java:2066)
at hudson.FilePath.copyRecursiveTo(FilePath.java:1978)
at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706)
at hudson.model.Run.execute(Run.java:1690)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: java.io.IOException: unexpected EOF with 512 bytes unread
at hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:349)
at java.io.FilterInputStream.read(FilterInputStream.java:90)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1025)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
at hudson.util.IOUtils.copy(IOUtils.java:37)
at hudson.FilePath.readFromTar(FilePath.java:2056)
... 12 more
at hudson.FilePath.copyRecursiveTo(FilePath.java:1985)
at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706)
at hudson.model.Run.execute(Run.java:1690)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: request to write '8020' bytes exceeds size in header of '1375644' bytes for entry 'jboss-as-7/standalone/log/server.log'
at hudson.remoting.Channel$3.adapt(Channel.java:755)
at hudson.remoting.Channel$3.adapt(Channel.java:750)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
at hudson.FilePath.copyRecursiveTo(FilePath.java:1981)
... 11 more
Caused by: java.io.IOException: request to write '8020' bytes exceeds size in header of '1375644' bytes for entry 'jboss-as-7/standalone/log/server.log'
at hudson.org.apache.tools.tar.TarOutputStream.write(TarOutputStream.java:284)
at hudson.util.io.TarArchiver.visit(TarArchiver.java:115)
at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2518)
at hudson.FilePath.writeToTar(FilePath.java:2030)
at hudson.FilePath.access$1000(FilePath.java:175)
at hudson.FilePath$38.invoke(FilePath.java:1971)
at hudson.FilePath$38.invoke(FilePath.java:1967)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2439)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Recording test results
10 years, 3 months
Build failed in Jenkins: Weld-2.x-incontainer-WF8 #1643
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
Changes:
[Jozef Hartinger] WELD-1724 Update SE and Servlet documentation
[Jozef Hartinger] WELD-1724 Implicit bean archive support - more explicit wording
[Jozef Hartinger] Testcase for WELD-1734
[Jozef Hartinger] WELD-1734 @Inject required on EJB subclass' constructor
[Jozef Hartinger] Extend the testcase for WELD-1667 to also cover WELD-1735
[Jozef Hartinger] WELD-1735 Subclassing EJB container support should cover MDBs
------------------------------------------
[...truncated 5922 lines...]
Sep 03, 2014 3:42:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailabilityTest, time: 27 ms]
Sep 03, 2014 3:42:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 213b1c11-1435-4a61-aa11-7b19de48f960.war, time: 11 ms]
Sep 03, 2014 3:42:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailabilityTest.testInjection: 1,551/1,577 (665)
Sep 03, 2014 3:42:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailable02Test, time: 49 ms]
Sep 03, 2014 3:42:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testManagedBeanInjection: 1,552/1,577 (666)
Sep 03, 2014 3:42:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testSessionBeanInjection: 1,553/1,577 (666)
Sep 03, 2014 3:42:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 40 ms]
Sep 03, 2014 3:42:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,554/1,577 (667)
Sep 03, 2014 3:42:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledProducerFieldInjectionNotAvailableTest, time: 27 ms]
Sep 03, 2014 3:42:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: b7ea0eac-68a9-4f92-b7f8-d7d076e3ec17.war, time: 10 ms]
Sep 03, 2014 3:42:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledProducerFieldInjectionNotAvailableTest.testInjection: 1,555/1,577 (668)
Sep 03, 2014 3:42:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledSessionBeanInjectionNotAvailableTest, time: 27 ms]
Sep 03, 2014 3:42:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: eaa7a560-2718-4ccf-93e2-fc9e25557622.war, time: 11 ms]
Sep 03, 2014 3:42:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledSessionBeanInjectionNotAvailableTest.testInjection: 1,556/1,577 (669)
Sep 03, 2014 3:42:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 42 ms]
Sep 03, 2014 3:42:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 1,557/1,577 (670)
Sep 03, 2014 3:42:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test, time: 27 ms]
Sep 03, 2014 3:42:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d6ec51c9-91ca-4ea7-8b1a-77c7754632d9.war, time: 10 ms]
Sep 03, 2014 3:42:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity03Test.testSpecialization: 1,558/1,577 (671)
Sep 03, 2014 3:42:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 47 ms]
Sep 03, 2014 3:42:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,559/1,577 (672)
Sep 03, 2014 3:42:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,560/1,577 (672)
Sep 03, 2014 3:42:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization06Test, time: 39 ms]
Sep 03, 2014 3:42:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: bb3e041f-10f2-428a-96d5-265c4045a5bb.war, time: 10 ms]
Sep 03, 2014 3:42:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEnabledAlternativeSpecializes: 1,561/1,577 (673)
Sep 03, 2014 3:42:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEvent: 1,562/1,577 (673)
Sep 03, 2014 3:42:48 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 9, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:42:48 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:42:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest, time: 12 ms]
Sep 03, 2014 3:42:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyedInstanceReturnedByGetTest.testDestroyedInstanceMustNotBeReturnedByGet: 1,563/1,577 (674)
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanInitializerInjectionTest, time: 20 ms]
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanInitializerInjectionTest.testDeploymentFails: 1,564/1,577 (675)
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamConstructorTest, time: 23 ms]
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamConstructorTest.testDeploymentFails: 1,565/1,577 (676)
Sep 03, 2014 3:42:50 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: 11 ms]
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 1,566/1,577 (677)
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 11 ms]
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,567/1,577 (678)
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest, time: 28 ms]
Sep 03, 2014 3:42:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 35db42db-c85f-478e-b83e-2b53161558ac.war, time: 10 ms]
Sep 03, 2014 3:42:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailabilityTest.testInjection: 1,568/1,577 (679)
Sep 03, 2014 3:42:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 40 ms]
Sep 03, 2014 3:42:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 09397a51-f9b5-48aa-9c97-24ce2ca5027d.war, time: 10 ms]
Sep 03, 2014 3:42:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,569/1,577 (680)
Sep 03, 2014 3:42:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 48 ms]
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEnabledAlternativeSpecializes: 1,570/1,577 (681)
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,571/1,577 (681)
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 5, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanFieldInjectionTest, time: 10 ms]
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,572/1,577 (682)
Sep 03, 2014 3:42:54 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: 29 ms]
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,573/1,577 (683)
Sep 03, 2014 3:42:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest, time: 10 ms]
Sep 03, 2014 3:42:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceFieldInjectionTest.testDefinitionError: 1,574/1,577 (684)
Sep 03, 2014 3:42:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 24 ms]
Sep 03, 2014 3:42:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,575/1,577 (685)
Sep 03, 2014 3:42:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity04Test, time: 40 ms]
Sep 03, 2014 3:42:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 47623523-e250-44a7-9a37-fc50f917e7b9.war, time: 11 ms]
Sep 03, 2014 3:42:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity04Test.testSpecialization: 1,576/1,577 (686)
Sep 03, 2014 3:42:58 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:42:58 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:42:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 30 ms]
Sep 03, 2014 3:42:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,577/1,577 (687)
Tests run: 1577, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 821.527 sec <<< FAILURE! - in TestSuite
testAmbiguousDependencyNotResolved(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest) Time elapsed: 0.237 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.extensions.beanManager.Dog] with qualifiers [@Any @Default],
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Terrier] with qualifiers [@Any @Default] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.resolve(BeanManagerImpl.java:1241)
at org.jboss.weld.util.ForwardingBeanManager.resolve(ForwardingBeanManager.java:91)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolve(BeanManagerProxy.java:119)
at org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest.testAmbiguousDependencyNotResolved(BeanManagerTest.java:111)
testValidateThrowsException(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest) Time elapsed: 0.036 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.InjectionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.InjectionException : WELD-001409: Ambiguous dependencies for type Dog with qualifiers @Default
at injection point org.jboss.cdi.tck.tests.extensions.beanManager.InjectionPointDecorator@1e9e0ef
at org.jboss.cdi.tck.tests.extensions.beanManager.DogHouse.dog(DogHouse.java:0)
Possible dependencies:
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Dog] with qualifiers [@Any @Default],
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Terrier] with qualifiers [@Any @Default]
[Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.validate(BeanManagerImpl.java:1136)
at org.jboss.weld.util.ForwardingBeanManager.validate(ForwardingBeanManager.java:96)
at org.jboss.weld.bean.builtin.BeanManagerProxy.validate(BeanManagerProxy.java:125)
at org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest.testValidateThrowsException(BeanManagerTest.java:120)
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest) Time elapsed: 0.209 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-000037: Cannot call EJB remove method directly on non-dependent scoped bean public abstract void org.jboss.cdi.tck.tests.implementation.enterprise.remove.SessionScopedSessionInterface.remove() [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:119)
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_Weld$EnterpriseProxy$.remove(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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$103949644$Proxy$_$$_WeldClientProxy.remove(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(EnterpriseBeanRemoveMethodTest.java:72)
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest) Time elapsed: 0.212 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:89)
at org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution(UnproxyableManagedBeanTest.java:46)
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest) Time elapsed: 0.036 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@17d213f 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.208 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:1241)
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:859)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:852)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:95)
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.204 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.UnsatisfiedResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsatisfiedResolutionException : WELD-001308: Unable to resolve any beans for Types: [class org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.InjectedBean]; Bindings: [QualifierInstance{annotationClass=interface javax.enterprise.inject.Default, values={}, hashCode=935293343}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Any, values={}, hashCode=863408559}] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:861)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:852)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:95)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference(UnsatisfiedInjectableReferenceTest.java:57)
Results :
Failed tests:
BeanManagerTest.testAmbiguousDependencyNotResolved » Test
Expected exception ...
BeanManagerTest.testValidateThrowsException » Test
Expected exception javax.e...
EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean » Test
UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution » Test
E...
DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable » Test
AmbiguousInjectableReferenceTest.testUnsatisfiedReference » Test
Expected exc...
UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference » Test
Expected e...
Tests run: 1577, Failures: 7, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:52.130s
[INFO] Finished at: Wed Sep 03 03:43:02 EDT 2014
[INFO] Final Memory: 41M/423M
[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-incontainer-...> 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, 3 months
Build failed in Jenkins: Weld-2.x-tck-WF8-synchronized #66
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-1724 Update SE and Servlet documentation
[Jozef Hartinger] WELD-1724 Implicit bean archive support - more explicit wording
[Jozef Hartinger] Testcase for WELD-1734
[Jozef Hartinger] WELD-1734 @Inject required on EJB subclass' constructor
[Jozef Hartinger] Extend the testcase for WELD-1667 to also cover WELD-1735
[Jozef Hartinger] WELD-1735 Subclassing EJB container support should cover MDBs
------------------------------------------
[...truncated 4744 lines...]
Sep 03, 2014 3:47:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailabilityTest, time: 26 ms]
Sep 03, 2014 3:47:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: e2a314c6-9046-4b1e-8a49-75db3f6c9621.war, time: 9 ms]
Sep 03, 2014 3:47:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailabilityTest.testInjection: 1,551/1,577 (665)
Sep 03, 2014 3:47:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailable02Test, time: 94 ms]
Sep 03, 2014 3:47:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testManagedBeanInjection: 1,552/1,577 (666)
Sep 03, 2014 3:47:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testSessionBeanInjection: 1,553/1,577 (666)
Sep 03, 2014 3:47:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 28 ms]
Sep 03, 2014 3:47:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,554/1,577 (667)
Sep 03, 2014 3:47:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledProducerFieldInjectionNotAvailableTest, time: 30 ms]
Sep 03, 2014 3:47:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 7ca39d1c-d8a6-434b-aa3d-0fc49af59c28.war, time: 10 ms]
Sep 03, 2014 3:47:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledProducerFieldInjectionNotAvailableTest.testInjection: 1,555/1,577 (668)
Sep 03, 2014 3:47:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledSessionBeanInjectionNotAvailableTest, time: 23 ms]
Sep 03, 2014 3:47:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 862fa2d3-2d69-4da8-a3c5-643ff0a26e2f.war, time: 9 ms]
Sep 03, 2014 3:47:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledSessionBeanInjectionNotAvailableTest.testInjection: 1,556/1,577 (669)
Sep 03, 2014 3:47:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 39 ms]
Sep 03, 2014 3:47:59 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 1,557/1,577 (670)
Sep 03, 2014 3:48:01 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity03Test, time: 30 ms]
Sep 03, 2014 3:48:01 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 3687b316-0600-46b9-bb99-e0d8923547cc.war, time: 9 ms]
Sep 03, 2014 3:48:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity03Test.testSpecialization: 1,558/1,577 (671)
Sep 03, 2014 3:48:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 44 ms]
Sep 03, 2014 3:48:03 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,559/1,577 (672)
Sep 03, 2014 3:48:03 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,560/1,577 (672)
Sep 03, 2014 3:48:03 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]
Sep 03, 2014 3:48:03 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 139f96fe-0a17-4dda-8a2e-a635de9613cb.war, time: 9 ms]
Sep 03, 2014 3:48:05 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEvent: 1,561/1,577 (673)
Sep 03, 2014 3:48:06 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEnabledAlternativeSpecializes: 1,562/1,577 (673)
Sep 03, 2014 3:48:06 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 9, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:48:06 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:48:07 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest, time: 12 ms]
Sep 03, 2014 3:48:08 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyedInstanceReturnedByGetTest.testDestroyedInstanceMustNotBeReturnedByGet: 1,563/1,577 (674)
Sep 03, 2014 3:48:08 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanInitializerInjectionTest, time: 18 ms]
Sep 03, 2014 3:48:08 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanInitializerInjectionTest.testDeploymentFails: 1,564/1,577 (675)
Sep 03, 2014 3:48:08 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamConstructorTest, time: 26 ms]
Sep 03, 2014 3:48:09 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamConstructorTest.testDeploymentFails: 1,565/1,577 (676)
Sep 03, 2014 3:48:09 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]
Sep 03, 2014 3:48:09 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 1,566/1,577 (677)
Sep 03, 2014 3:48:09 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]
Sep 03, 2014 3:48:09 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,567/1,577 (678)
Sep 03, 2014 3:48:09 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailabilityTest, time: 24 ms]
Sep 03, 2014 3:48:09 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: f23457e3-8a4a-40f3-aa81-ce0a9a25b0d6.war, time: 13 ms]
Sep 03, 2014 3:48:11 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailabilityTest.testInjection: 1,568/1,577 (679)
Sep 03, 2014 3:48:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity05Test, time: 35 ms]
Sep 03, 2014 3:48:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: ab625ff6-9d4e-4945-bfbe-70bc944d79cc.war, time: 10 ms]
Sep 03, 2014 3:48:13 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity05Test.testSpecialization: 1,569/1,577 (680)
Sep 03, 2014 3:48:13 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 42 ms]
Sep 03, 2014 3:48:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEnabledAlternativeSpecializes: 1,570/1,577 (681)
Sep 03, 2014 3:48:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,571/1,577 (681)
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 5, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanFieldInjectionTest, time: 9 ms]
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,572/1,577 (682)
Sep 03, 2014 3:48:15 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: 20 ms]
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,573/1,577 (683)
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest, time: 10 ms]
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceFieldInjectionTest.testDefinitionError: 1,574/1,577 (684)
Sep 03, 2014 3:48:15 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 21 ms]
Sep 03, 2014 3:48:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,575/1,577 (685)
Sep 03, 2014 3:48:19 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity04Test, time: 40 ms]
Sep 03, 2014 3:48:19 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: e5d0cef7-0ea0-49dc-83cb-cefca552eae4.war, time: 10 ms]
Sep 03, 2014 3:48:20 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity04Test.testSpecialization: 1,576/1,577 (686)
Sep 03, 2014 3:48:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Sep 03, 2014 3:48:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Sep 03, 2014 3:48:20 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 27 ms]
Sep 03, 2014 3:48:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,577/1,577 (687)
Tests run: 1577, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 1,386.336 sec <<< FAILURE! - in TestSuite
testAmbiguousDependencyNotResolved(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest) Time elapsed: 2.047 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.extensions.beanManager.Terrier] with qualifiers [@Any @Default],
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Dog] with qualifiers [@Any @Default] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.resolve(BeanManagerImpl.java:1241)
at org.jboss.weld.util.ForwardingBeanManager.resolve(ForwardingBeanManager.java:91)
at org.jboss.weld.bean.builtin.BeanManagerProxy.resolve(BeanManagerProxy.java:119)
at org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest.testAmbiguousDependencyNotResolved(BeanManagerTest.java:111)
testValidateThrowsException(org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest) Time elapsed: 0.168 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.InjectionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.InjectionException : WELD-001409: Ambiguous dependencies for type Dog with qualifiers @Default
at injection point org.jboss.cdi.tck.tests.extensions.beanManager.InjectionPointDecorator@a6dd68d
at org.jboss.cdi.tck.tests.extensions.beanManager.DogHouse.dog(DogHouse.java:0)
Possible dependencies:
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Terrier] with qualifiers [@Any @Default],
- Managed Bean [class org.jboss.cdi.tck.tests.extensions.beanManager.Dog] with qualifiers [@Any @Default]
[Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.validate(BeanManagerImpl.java:1136)
at org.jboss.weld.util.ForwardingBeanManager.validate(ForwardingBeanManager.java:96)
at org.jboss.weld.bean.builtin.BeanManagerProxy.validate(BeanManagerProxy.java:125)
at org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest.testValidateThrowsException(BeanManagerTest.java:120)
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest) Time elapsed: 0.237 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-000037: Cannot call EJB remove method directly on non-dependent scoped bean public abstract void org.jboss.cdi.tck.tests.implementation.enterprise.remove.SessionScopedSessionInterface.remove() [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:119)
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_Weld$EnterpriseProxy$.remove(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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$103949644$Proxy$_$$_WeldClientProxy.remove(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(EnterpriseBeanRemoveMethodTest.java:72)
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest) Time elapsed: 0.226 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:89)
at org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution(UnproxyableManagedBeanTest.java:46)
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest) Time elapsed: 0.178 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@e14780 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.905 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:1241)
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:859)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:852)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:95)
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.456 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=623631432}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Default, values={}, hashCode=-544848258}] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:861)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:852)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:95)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference(UnsatisfiedInjectableReferenceTest.java:57)
Results :
Failed tests:
BeanManagerTest.testAmbiguousDependencyNotResolved » Test
Expected exception ...
BeanManagerTest.testValidateThrowsException » Test
Expected exception javax.e...
EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean » Test
UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution » Test
E...
DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable » Test
AmbiguousInjectableReferenceTest.testUnsatisfiedReference » Test
Expected exc...
UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference » Test
Expected e...
Tests run: 1577, Failures: 7, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:34.711s
[INFO] Finished at: Wed Sep 03 03:48:27 EDT 2014
[INFO] Final Memory: 41M/100M
[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-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, 3 months