[weld-builds] Build failed in Jenkins: Weld-2.x-int-servlet-tomcat #303

ci-builds at redhat.com ci-builds at redhat.com
Mon Dec 1 11:53:54 EST 2014


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-tomcat/303/changes>

Changes:

[Jozef Hartinger] Reproducer

[Jozef Hartinger] Revert "WELD-1802 destroying conversation if an exception occurs when attaching bean store"

[Jozef Hartinger] WELD-1802 Adding test to simulate the leaking scenario

------------------------------------------
[...truncated 2316 lines...]
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/bb755510-294b-4864-ae28-fc079f7bd92a.war
Dec 01, 2014 11:53:41 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:41 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/bb755510-294b-4864-ae28-fc079f7bd92a/WEB-INF/beans.xml.
Dec 01, 2014 11:53:41 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.
Dec 01, 2014 11:53:41 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:42 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:42 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/bb755510-294b-4864-ae28-fc079f7bd92a.war has finished in 419 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 sec - in org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
Running org.jboss.weld.environment.servlet.test.examples.ExampleTest
Dec 01, 2014 11:53:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/8f19d81b-c1ac-4543-80ad-95bee557d4b8.war
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/8f19d81b-c1ac-4543-80ad-95bee557d4b8/WEB-INF/beans.xml.
Dec 01, 2014 11:53:43 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.
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:43 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/8f19d81b-c1ac-4543-80ad-95bee557d4b8.war has finished in 515 ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 sec - in org.jboss.weld.environment.servlet.test.examples.ExampleTest
Running org.jboss.weld.environment.servlet.test.examples.MockExampleTest
Dec 01, 2014 11:53:43 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/59caaa79-c1c3-4bee-8b59-54f28b4a6cd4.war
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:43 AM org.jboss.weld.environment.servlet.WeldServletLifecycle initialize
INFO: WELD-ENV-000028: Weld initialization skipped - no bean archive found
Dec 01, 2014 11:53:43 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/59caaa79-c1c3-4bee-8b59-54f28b4a6cd4.war has finished in 39 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec - in org.jboss.weld.environment.servlet.test.examples.MockExampleTest
Running org.jboss.weld.environment.servlet.test.bootstrap.nobeanarchive.NoBeanArchiveTest
Dec 01, 2014 11:53:44 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/bfc65a9b-cadf-4e58-8f55-c9013f4d3e02.war
Dec 01, 2014 11:53:44 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:44 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/bfc65a9b-cadf-4e58-8f55-c9013f4d3e02/WEB-INF/beans.xml.
Dec 01, 2014 11:53:44 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.
Dec 01, 2014 11:53:44 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:44 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/bfc65a9b-cadf-4e58-8f55-c9013f4d3e02.war has finished in 350 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 sec - in org.jboss.weld.environment.servlet.test.bootstrap.nobeanarchive.NoBeanArchiveTest
Running org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest
Dec 01, 2014 11:53:45 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/1f9aa971-0b4e-4f42-9137-7a9f3794f006.war
Dec 01, 2014 11:53:45 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:45 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/1f9aa971-0b4e-4f42-9137-7a9f3794f006/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:45 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:45 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:45 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:45 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/1f9aa971-0b4e-4f42-9137-7a9f3794f006.war has finished in 356 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 sec - in org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest
Running org.jboss.weld.environment.servlet.test.bootstrap.BootstrapOrderingTest
Dec 01, 2014 11:53:46 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/22a9c0d2-8ad0-4153-aada-cd11a1338b55.war
Dec 01, 2014 11:53:46 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:46 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/22a9c0d2-8ad0-4153-aada-cd11a1338b55/WEB-INF/beans.xml.
Dec 01, 2014 11:53:46 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.
Dec 01, 2014 11:53:47 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:47 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:47 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:47 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/22a9c0d2-8ad0-4153-aada-cd11a1338b55.war has finished in 396 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 sec - in org.jboss.weld.environment.servlet.test.bootstrap.BootstrapOrderingTest
Running org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest
Dec 01, 2014 11:53:47 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/62a8eba6-e66d-462a-9dda-4086241add38.war
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/62a8eba6-e66d-462a-9dda-4086241add38.war has finished in 372 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec - in org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest
Running org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest
Dec 01, 2014 11:53:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/0b6b01de-297f-4bc7-8fc5-78ef29ef9ea4.war
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/0b6b01de-297f-4bc7-8fc5-78ef29ef9ea4/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/0b6b01de-297f-4bc7-8fc5-78ef29ef9ea4.war has finished in 153 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 sec - in org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest
Running org.jboss.weld.environment.servlet.test.injection.ServletInjectionTest
Dec 01, 2014 11:53:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/090af994-d5a1-4ae0-9d27-6179ba5eb4ef.war
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/090af994-d5a1-4ae0-9d27-6179ba5eb4ef/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:48 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/090af994-d5a1-4ae0-9d27-6179ba5eb4ef.war has finished in 171 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.jboss.weld.environment.servlet.test.injection.ServletInjectionTest
Running org.jboss.weld.environment.servlet.test.injection.FilterInjectionTest
Dec 01, 2014 11:53:49 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/3b37a840-c235-4fa8-8092-70a9605f6c74.war
Dec 01, 2014 11:53:49 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:49 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/3b37a840-c235-4fa8-8092-70a9605f6c74/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:50 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/3b37a840-c235-4fa8-8092-70a9605f6c74.war has finished in 403 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 sec - in org.jboss.weld.environment.servlet.test.injection.FilterInjectionTest
Running org.jboss.weld.environment.servlet.test.injection.LookupTest
Dec 01, 2014 11:53:50 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/343f1ecb-246d-4fb7-a8ce-e44b1efe8af5.war
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/343f1ecb-246d-4fb7-a8ce-e44b1efe8af5/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:50 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:50 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/343f1ecb-246d-4fb7-a8ce-e44b1efe8af5.war has finished in 180 ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec - in org.jboss.weld.environment.servlet.test.injection.LookupTest
Running org.jboss.weld.environment.servlet.test.injection.ListenerInjectionTest
Dec 01, 2014 11:53:51 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/60dd053a-ae36-4e08-ab77-bf485990aed4.war
Dec 01, 2014 11:53:51 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:51 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/60dd053a-ae36-4e08-ab77-bf485990aed4/WEB-INF/beans.xml.
Dec 01, 2014 11:53: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.
Dec 01, 2014 11:53:51 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:51 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:51 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:51 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/60dd053a-ae36-4e08-ab77-bf485990aed4.war has finished in 464 ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec - in org.jboss.weld.environment.servlet.test.injection.ListenerInjectionTest
Running org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
Dec 01, 2014 11:53:52 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/ecfd57ca-a8eb-4646-b9ae-0a5ff06f7bdd.war
Dec 01, 2014 11:53:52 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Dec 01, 2014 11:53:52 AM org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner scan
WARN: WELD-ENV-001004: 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 jndi:/localhost/ecfd57ca-a8eb-4646-b9ae-0a5ff06f7bdd/WEB-INF/beans.xml.
Dec 01, 2014 11:53:52 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.
Dec 01, 2014 11:53:52 AM org.jboss.weld.environment.tomcat.TomcatContainer initialize
INFO: WELD-ENV-001100: Tomcat 7+ detected, CDI injection will be available in Servlets, Filters and Listeners.
Dec 01, 2014 11:53:52 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Dec 01, 2014 11:53:52 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
Dec 01, 2014 11:53:52 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/tomcat-embedded-75725876340082808625.tmp/webapps/ecfd57ca-a8eb-4646-b9ae-0a5ff06f7bdd.war has finished in 398 ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec - in org.jboss.weld.environment.servlet.test.provider.CDIProviderTest
Running org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Dec 01, 2014 11:53:53 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Dec 01, 2014 11:53:53 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service arquillian-tomcat-embedded-7
Dec 01, 2014 11:53:53 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]

Results :

Failed tests: 
  ConversationLeakTest.test:63 Information disclosure detected after 7 requests expected:<[foo]> but was:<[bar]>

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00.006s
[INFO] Finished at: Mon Dec 01 11:53:53 EST 2014
[INFO] Final Memory: 44M/475M
[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-tomcat/ws/environments/servlet/tests/tomcat/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results


More information about the weld-builds mailing list