Build failed in Jenkins: Weld-2.x-int-servlet-jetty #1013
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 SE, Servlet - set bean deployment archives accessibility clearly
------------------------------------------
[...truncated 5844 lines...]
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:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.jboss.weld.environment.servlet.test.discovery.scope.Foo
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.discovery.scope.CustomNormalScopeDiscoveryTestBase.testCustomNormalScope(CustomNormalScopeDiscoveryTestBase.java:43)
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.createTestContext(TestContextHandler.java:102)
at sun.reflect.GeneratedMethodAccessor3.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.GeneratedMethodAccessor2.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.GeneratedMethodAccessor1.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.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:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest Time elapsed: 0.076 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest.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.discovery.BeanDiscoveryInjectionTestBase.baseTestArchive(BeanDiscoveryInjectionTestBase.java:35)
at org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest.createTestArchive(BeanDiscoveryInjectionTest.java:31)
org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest Time elapsed: 0.08 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest.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.discovery.alternatives.AlternativeDiscoveryTestBase.baseTestArchive(AlternativeDiscoveryTestBase.java:49)
at org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest.createTestArchive(AlternativeDiscoveryTest.java:31)
org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest Time elapsed: 0.085 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest.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.discovery.decorators.DecoratorDiscoveryTestBase.baseTestArchive(DecoratorDiscoveryTestBase.java:42)
at org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest.createTestArchive(DecoratorDiscoveryTest.java:31)
Apr 20, 2015 2:34:35 AM org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer stop
INFO: Stopping Jetty Embedded Server [id:1166922040]
Results :
Failed tests:
EnhancedListenerTest>EnhancedListenerTestBase.testAloneEnhancedListener:50
Tests in error:
JsfTest.org.jboss.weld.environment.servlet.test.el.JsfTest » Runtime Could not...
EnhancedListenerShutdownTest>EnhancedListenerShutdownTestBase.<clinit>:57 » NoClassDefFound
DuplicateBeansXmlMergingTest.org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest » Runtime
BeansXmlAlternativeLocationTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest » Deployment
ConflictingBeansXmlTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.ConflictingBeansXmlTest » Runtime
BootstrapOrderingTest>BootstrapOrderingTestBase.<clinit>:22 » NoClassDefFound ...
ListenerSymmetryTest.org.jboss.weld.environment.servlet.test.context.async.symmetry.ListenerSymmetryTest » Runtime
SimpleAsyncListenerTest.org.jboss.weld.environment.servlet.test.context.async.SimpleAsyncListenerTest » Runtime
CustomCDIProviderTest>CustomCDIProviderTestBase.testCustomCDIProvider:43 » NoClassDefFound
CDIProviderTest>CDIProviderTestBase.testCDIProvider:41 » NoClassDefFound org/j...
ResourceInjectionTest.org.jboss.weld.environment.servlet.test.injection.resource.ResourceInjectionTest » Deployment
ServletInjectionTest>ServletInjectionTestBase.<clinit>:21 » NoClassDefFound or...
LookupTest.org.jboss.weld.environment.servlet.test.injection.LookupTest » Deployment
FilterInjectionTest>FilterInjectionTestBase.<clinit>:21 » NoClassDefFound org/...
HSCycleTest.org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest » Runtime
StereotypeDiscoveryTest>StereotypeDiscoveryTestBase.testControlSample:59 » NoClassDefFound
StereotypeDiscoveryTest>StereotypeDiscoveryTestBase.testBuiltInStereotype:43 » NoClassDefFound
StereotypeDiscoveryTest>StereotypeDiscoveryTestBase.testCustomStereotype:51 » NoClassDefFound
InterceptorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest » Runtime
CustomNormalScopeDiscoveryTest>CustomNormalScopeDiscoveryTestBase.testControlSample:51 » NoClassDefFound
CustomNormalScopeDiscoveryTest>CustomNormalScopeDiscoveryTestBase.testCustomNormalScope:43 » NoClassDefFound
BeanDiscoveryInjectionTest.org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest » Runtime
AlternativeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest » Runtime
DecoratorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest » Runtime
Tests run: 34, Failures: 1, Errors: 24, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.807s
[INFO] Finished at: Mon Apr 20 02:34:35 EDT 2015
[INFO] Final Memory: 42M/432M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: 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
9 years, 8 months
Build failed in Jenkins: Weld-2.x-interoperability-pax-cdi #471
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[harald.wellmann] [PAXCDI-170] Update Java source and target level to 1.7
------------------------------------------
[...truncated 3011 lines...]
[INFO] OPS4J Pax CDI Web Adapter ......................... SUCCESS [ 0.746 s]
[INFO] OPS4j Pax CDI Web Weld Adapter .................... SUCCESS [ 0.704 s]
[INFO] OPS4J Pax CDI Web OpenWebBeans Adapter ............ SUCCESS [ 0.776 s]
[INFO] OPS4J Pax CDI Karaf Features ...................... SUCCESS [ 0.720 s]
[INFO] OPS4J Pax CDI Test Support ........................ SUCCESS [ 0.586 s]
[INFO] OPS4J Pax CDI Servlet Container Integration ....... SUCCESS [ 0.467 s]
[INFO] OPS4J Pax CDI Undertow Weld Adapter ............... SUCCESS [ 0.716 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.326 s
[INFO] Finished at: 2015-04-25T09:28:55+08:00
[INFO] Final Memory: 65M/734M
[INFO] ------------------------------------------------------------------------
+ /mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml clean verify -f pax-cdi/itest/pom.xml -Dweld2.version=2.2.12-SNAPSHOT -Pmatrix,weld2,equinox
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 4 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] OPS4J Pax CDI 1.2 Integration Tests
[INFO] OPS4J Pax CDI 1.2 Integration Tests on Karaf
[INFO] OPS4J Pax CDI OSGi 6.0.0 Integration Tests
[INFO] OPS4J Pax CDI Integration Tests
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OPS4J Pax CDI 1.2 Integration Tests 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ itest-cdi10 ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- depends-maven-plugin:1.2:generate-depends-file (generate-depends-file) @ itest-cdi10 ---
[INFO] Created: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ itest-cdi10 ---
[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]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ itest-cdi10 ---
[INFO] No sources to compile
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (download-equinox-console) @ itest-cdi10 ---
[INFO] Got from cache: /home/hudson/.m2/repository/.cache/maven-download-plugin/org.eclipse.equinox.console.jar
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:reserve-network-port (reserve-ports) @ itest-cdi10 ---
[INFO] Reserved port 41665 for org.osgi.service.http.port
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ itest-cdi10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ itest-cdi10 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ itest-cdi10 ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.ops4j.pax.cdi.test.BeanScannerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec - in org.ops4j.pax.cdi.test.BeanScannerTest
Running org.ops4j.pax.cdi.test.BundleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.ops4j.pax.cdi.test.BundleEventTest
Running org.ops4j.pax.cdi.test.ComponentLifecycleTest
09:29:09.410 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:09.413 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing HazelnutService
09:29:10.617 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:10.617 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing HazelnutService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.944 sec - in org.ops4j.pax.cdi.test.ComponentLifecycleTest
Running org.ops4j.pax.cdi.test.DynamicServiceSwitchingTest
09:29:13.124 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:13.128 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:14.478 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:14.479 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:15.799 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:15.800 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:17.227 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:17.227 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.179 sec - in org.ops4j.pax.cdi.test.DynamicServiceSwitchingTest
Running org.ops4j.pax.cdi.test.GreeterTest
09:29:19.944 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:19.947 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 sec - in org.ops4j.pax.cdi.test.GreeterTest
Running org.ops4j.pax.cdi.test.IntraBundleDependencyTest
09:29:22.431 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:22.434 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 sec - in org.ops4j.pax.cdi.test.IntraBundleDependencyTest
Running org.ops4j.pax.cdi.test.Jpa21TransactionalTest
09:29:25.957 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:25.960 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:26.122 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:26.141 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:26.153 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:26.160 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:26.171 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:27.036 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda58. It will only be invoked in the @Priority part of the chain.
09:29:27.125 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:29:27.127 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:29:27.130 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:29:27.145 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:29:27.168 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:29:27.223 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
09:29:27.274 [BundleWatcher: 1] WARN org.hibernate.dialect.DerbyDialect - HHH000328: Unable to load/access derby driver class sysinfo to check versions : org.apache.derby.tools.sysinfo
09:29:27.835 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table Book drop constraint FK_2krfr0tkkuxiv7j794sgfv5j1
09:29:27.836 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'ALTER TABLE' cannot be performed on 'BOOK' because it does not exist.
09:29:27.837 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Author
09:29:27.837 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'AUTHOR' because it does not exist.
09:29:27.838 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Book
09:29:27.838 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'BOOK' because it does not exist.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.652 sec - in org.ops4j.pax.cdi.test.Jpa21TransactionalTest
Running org.ops4j.pax.cdi.test.NoWabWebContainerTest
09:29:31.501 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:31.504 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
09:29:32.374 [main] WARN o.o.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.PropagateSystemPropertyOption has not been recognized.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.404 sec - in org.ops4j.pax.cdi.test.NoWabWebContainerTest
Running org.ops4j.pax.cdi.test.ProducerAndClientTest
09:29:34.596 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:34.598 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing HazelnutService
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 sec - in org.ops4j.pax.cdi.test.ProducerAndClientTest
Running org.ops4j.pax.cdi.test.RankingPropertyTest
09:29:37.472 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:37.476 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 sec - in org.ops4j.pax.cdi.test.RankingPropertyTest
Running org.ops4j.pax.cdi.test.ServletTest
09:29:40.107 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:40.111 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
************* init MessageServlet
************* init RandomServlet
************* init IceCreamServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
************* init ApplicationIdServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
************* init MessageServlet
************* init MessageServlet
CappuccinoService @PreDestroy
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.324 sec <<< FAILURE! - in org.ops4j.pax.cdi.test.ServletTest
checkInvalidateSession(org.ops4j.pax.cdi.test.ServletTest) Time elapsed: 0.436 sec <<< ERROR!
com.sun.jersey.api.client.UniformInterfaceException: GET http://localhost:41665/sample1/session returned a response status of 404 Not Found
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:686)
at com.sun.jersey.api.client.WebResource.get(WebResource.java:191)
at org.ops4j.pax.cdi.test.ServletTest.checkInvalidateSession(ServletTest.java:176)
Running org.ops4j.pax.cdi.test.SingleBundleTest
09:29:44.901 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:44.904 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing ChocolateService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.856 sec - in org.ops4j.pax.cdi.test.SingleBundleTest
Running org.ops4j.pax.cdi.test.TransactionalTest
09:29:48.209 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:48.212 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:48.312 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:48.319 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:48.322 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:48.328 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:48.330 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:49.019 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda55. It will only be invoked in the @Priority part of the chain.
09:29:49.083 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:29:49.084 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:29:49.149 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:29:49.150 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:29:49.168 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:29:49.175 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.58 sec - in org.ops4j.pax.cdi.test.TransactionalTest
Results :
Tests in error:
ServletTest.checkInvalidateSession:176 » UniformInterface GET http://localhost...
Tests run: 32, Failures: 0, Errors: 1, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OPS4J Pax CDI 1.2 Integration Tests ............... FAILURE [ 48.282 s]
[INFO] OPS4J Pax CDI 1.2 Integration Tests on Karaf ...... SKIPPED
[INFO] OPS4J Pax CDI OSGi 6.0.0 Integration Tests ........ SKIPPED
[INFO] OPS4J Pax CDI Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 48.965 s
[INFO] Finished at: 2015-04-25T09:29:50+08:00
[INFO] Final Memory: 27M/270M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project itest-cdi10: 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
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 8 months
Build failed in Jenkins: Weld-2.x-WF8.x-build #851
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
------------------------------------------
[...truncated 206 lines...]
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-impl <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-impl ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-impl ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-impl/2.2.12-SNAPSHOT/weld-core-impl-2.2.12-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-impl/2.2.12-SNAPSHOT/weld-core-impl-2.2.12-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-impl/2.2.12-SNAPSHOT/weld-core-impl-2.2.12-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core - JSF 2.2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jsf ---
[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-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-jsf ---
[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-WF8.x-build/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-jsf ---
[INFO] Compiling 4 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-core-jsf ---
[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-core-jsf ---
[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-WF8.x-build/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-core-jsf ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-jsf ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-jsf ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jsf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jsf ---
[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-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jsf <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jsf ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-jsf ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-jsf/2.2.12-SNAPSHOT/weld-core-jsf-2.2.12-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-jsf/2.2.12-SNAPSHOT/weld-core-jsf-2.2.12-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-jsf/2.2.12-SNAPSHOT/weld-core-jsf-2.2.12-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation 2.2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-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-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core ---
[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-WF8.x-build/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-core ---
[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-WF8.x-build/...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-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-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-core ---
[INFO] Including org.jboss.weld:weld-core-impl:jar:2.2.12-SNAPSHOT in the shaded jar.
[INFO] Excluding javax.enterprise:cdi-api:jar:1.2 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-api:jar:2.2.SP4 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-spi:jar:2.2.SP4 from the shaded jar.
[INFO] Excluding org.jboss.classfilewriter:jboss-classfilewriter:jar:1.0.5.Final from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Alpha1 from the shaded jar.
[INFO] Excluding com.google.guava:guava:jar:13.0.1 from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Alpha3 from the shaded jar.
[INFO] Excluding org.jboss.logging:jboss-logging:jar:3.1.3.GA from the shaded jar.
[INFO] Including org.jboss.weld:weld-core-jsf:jar:2.2.12-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> with <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> with <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Dependency-reduced POM written at: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core/2.2.12-SNAPSHOT/weld-core-2.2.12-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core/2.2.12-SNAPSHOT/weld-core-2.2.12-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core/2.2.12-SNAPSHOT/weld-core-2.2.12-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [16.844s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [34.364s]
[INFO] Weld Core - JSF ................................... SUCCESS [2.142s]
[INFO] Weld Implementation ............................... SUCCESS [6.299s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00.640s
[INFO] Finished at: Fri Apr 24 18:03:00 EDT 2015
[INFO] Final Memory: 47M/539M
[INFO] ------------------------------------------------------------------------
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean install -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[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-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[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-WF8.x-build/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Storing buildNumber: a39c3c42c5a80d1880e011b84f3970b53cac0a91 at timestamp: April 24, 2015 6:03:07 PM EDT
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[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-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Copying cdi-tck-ext-lib-1.2.4.Final.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Copying weld-api-2.2.SP4.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Copying weld-core-2.2.12-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] Copying weld-core-impl-2.2.12-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.112s
[INFO] Finished at: Fri Apr 24 18:03:10 EDT 2015
[INFO] Final Memory: 18M/271M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) on project weld-core-jboss-as7-updater: Error copying artifact from /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-impl/2.2.12-SNAPSHOT/weld-core-impl-2.2.12-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>: Failed to copy full contents from /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-impl/2.2.12-SNAPSHOT/weld-core-impl-2.2.12-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> -> [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/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
9 years, 8 months
Build failed in Jenkins: Weld-2.x-interoperability-pax-cdi #468
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
------------------------------------------
[...truncated 3047 lines...]
[INFO] --- depends-maven-plugin:1.2:generate-depends-file (generate-depends-file) @ itest-cdi10 ---
[INFO] Created: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ itest-cdi10 ---
[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]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ itest-cdi10 ---
[INFO] No sources to compile
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (download-equinox-console) @ itest-cdi10 ---
[INFO] Got from cache: /home/hudson/.m2/repository/.cache/maven-download-plugin/org.eclipse.equinox.console.jar
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:reserve-network-port (reserve-ports) @ itest-cdi10 ---
[INFO] Reserved port 60425 for org.osgi.service.http.port
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ itest-cdi10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ itest-cdi10 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ itest-cdi10 ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.ops4j.pax.cdi.test.BeanScannerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 sec - in org.ops4j.pax.cdi.test.BeanScannerTest
Running org.ops4j.pax.cdi.test.BundleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.ops4j.pax.cdi.test.BundleEventTest
Running org.ops4j.pax.cdi.test.ComponentLifecycleTest
09:28:58.706 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:28:58.710 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:28:58.735 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:28:59.125 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
09:28:59.878 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:28:59.878 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:28:59.900 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:00.187 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.006 sec - in org.ops4j.pax.cdi.test.ComponentLifecycleTest
Running org.ops4j.pax.cdi.test.DynamicServiceSwitchingTest
09:29:02.387 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:02.391 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:02.429 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:02.907 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:03.025 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:03.143 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:04.182 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:04.182 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:04.204 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:04.450 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:04.517 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:04.589 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:05.471 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:05.472 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:05.495 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:05.823 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:05.926 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:06.018 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:06.200 [main] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:06.267 [main] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:07.010 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:07.011 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:07.049 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:07.284 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:07.361 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:07.422 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:07.578 [main] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.623 sec - in org.ops4j.pax.cdi.test.DynamicServiceSwitchingTest
Running org.ops4j.pax.cdi.test.GreeterTest
09:29:09.633 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:09.636 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:09.664 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:09.976 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.837 sec - in org.ops4j.pax.cdi.test.GreeterTest
Running org.ops4j.pax.cdi.test.IntraBundleDependencyTest
09:29:12.105 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:12.108 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:12.135 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 sec - in org.ops4j.pax.cdi.test.IntraBundleDependencyTest
Running org.ops4j.pax.cdi.test.Jpa21TransactionalTest
09:29:15.434 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:15.437 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:15.460 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:15.530 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:15.560 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:15.585 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:15.589 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:15.599 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:16.374 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda58. It will only be invoked in the @Priority part of the chain.
09:29:16.404 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:29:16.412 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:29:16.414 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:29:16.435 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:29:16.444 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:29:16.498 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
09:29:16.694 [BundleWatcher: 1] WARN org.hibernate.dialect.DerbyDialect - HHH000328: Unable to load/access derby driver class sysinfo to check versions : org.apache.derby.tools.sysinfo
09:29:17.130 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table Book drop constraint FK_2krfr0tkkuxiv7j794sgfv5j1
09:29:17.130 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'ALTER TABLE' cannot be performed on 'BOOK' because it does not exist.
09:29:17.131 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Author
09:29:17.131 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'AUTHOR' because it does not exist.
09:29:17.132 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Book
09:29:17.132 [BundleWatcher: 1] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'BOOK' because it does not exist.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.323 sec - in org.ops4j.pax.cdi.test.Jpa21TransactionalTest
Running org.ops4j.pax.cdi.test.NoWabWebContainerTest
09:29:20.854 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:20.857 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:20.945 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:21.272 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
09:29:21.721 [main] WARN o.o.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.PropagateSystemPropertyOption has not been recognized.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.348 sec - in org.ops4j.pax.cdi.test.NoWabWebContainerTest
Running org.ops4j.pax.cdi.test.ProducerAndClientTest
09:29:23.648 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:23.651 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:23.676 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:24.050 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 sec - in org.ops4j.pax.cdi.test.ProducerAndClientTest
Running org.ops4j.pax.cdi.test.RankingPropertyTest
09:29:26.192 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:26.195 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:26.224 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 sec - in org.ops4j.pax.cdi.test.RankingPropertyTest
Running org.ops4j.pax.cdi.test.ServletTest
09:29:28.854 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:28.857 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:28.958 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:30.175 [pool-5-thread-1] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
************* init MessageServlet
************* init RandomServlet
************* init IceCreamServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
************* init ApplicationIdServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
************* init MessageServlet
************* init MessageServlet
CappuccinoService @PreDestroy
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.275 sec <<< FAILURE! - in org.ops4j.pax.cdi.test.ServletTest
checkInvalidateSession(org.ops4j.pax.cdi.test.ServletTest) Time elapsed: 0.427 sec <<< ERROR!
com.sun.jersey.api.client.UniformInterfaceException: GET http://localhost:60425/sample1/session returned a response status of 404 Not Found
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:686)
at com.sun.jersey.api.client.WebResource.get(WebResource.java:191)
at org.ops4j.pax.cdi.test.ServletTest.checkInvalidateSession(ServletTest.java:176)
Running org.ops4j.pax.cdi.test.SingleBundleTest
09:29:33.535 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:33.538 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:33.563 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing ChocolateService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 sec - in org.ops4j.pax.cdi.test.SingleBundleTest
Running org.ops4j.pax.cdi.test.TransactionalTest
09:29:36.904 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:36.907 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:36.933 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:36.979 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:36.990 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:36.995 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:37.007 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:37.020 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:29:37.746 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda55. It will only be invoked in the @Priority part of the chain.
09:29:37.818 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:29:37.826 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:29:37.876 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:29:37.876 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:29:37.896 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:29:37.900 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.622 sec - in org.ops4j.pax.cdi.test.TransactionalTest
Results :
Tests in error:
ServletTest.checkInvalidateSession:176 » UniformInterface GET http://localhost...
Tests run: 32, Failures: 0, Errors: 1, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OPS4J Pax CDI 1.2 Integration Tests ............... FAILURE [ 48.042 s]
[INFO] OPS4J Pax CDI 1.2 Integration Tests on Karaf ...... SKIPPED
[INFO] OPS4J Pax CDI OSGi 6.0.0 Integration Tests ........ SKIPPED
[INFO] OPS4J Pax CDI Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 48.889 s
[INFO] Finished at: 2015-04-22T09:29:39+08:00
[INFO] Final Memory: 30M/461M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project itest-cdi10: 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
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 8 months
Build failed in Jenkins: Weld-3.x-bootstrap-memory-beans4-CI #138
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-bootstrap-me...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on seam-perf-qa06 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-bootstrap-me...>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/weld/core.git
FATAL: Failed to fetch from git://github.com/weld/core.git
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1665)
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: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: read error: Connection reset by peer
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
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)
9 years, 8 months
Build failed in Jenkins: Weld-2.x-interoperability-pax-cdi #465
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[harald.wellmann] [PAXCDI-141] upgrade to Pax Exam 4.5.0
[harald.wellmann] replaced depecreated matchers
[harald.wellmann] [PAXCDI-155] test for @OsgiService injection into servlet
[harald.wellmann] [PAXCDI-155] also cover Instance<> injection
[harald.wellmann] [PAXCDI-155] fixed synchronization issues
[harald.wellmann] [PAXCDI-155] added missing test servlet
------------------------------------------
[...truncated 6709 lines...]
2861/2861 KB 1897/1935 KB
2861/2861 KB 1898/1935 KB
2861/2861 KB 1900/1935 KB
2861/2861 KB 1901/1935 KB
2861/2861 KB 1902/1935 KB
2861/2861 KB 1904/1935 KB
2861/2861 KB 1905/1935 KB
2861/2861 KB 1906/1935 KB
2861/2861 KB 1908/1935 KB
2861/2861 KB 1909/1935 KB
2861/2861 KB 1910/1935 KB
2861/2861 KB 1912/1935 KB
2861/2861 KB 1913/1935 KB
2861/2861 KB 1914/1935 KB
2861/2861 KB 1915/1935 KB
2861/2861 KB 1917/1935 KB
2861/2861 KB 1918/1935 KB
2861/2861 KB 1919/1935 KB
2861/2861 KB 1921/1935 KB
2861/2861 KB 1922/1935 KB
2861/2861 KB 1923/1935 KB
2861/2861 KB 1925/1935 KB
2861/2861 KB 1926/1935 KB
2861/2861 KB 1927/1935 KB
2861/2861 KB 1929/1935 KB
2861/2861 KB 1930/1935 KB
2861/2861 KB 1931/1935 KB
2861/2861 KB 1933/1935 KB
2861/2861 KB 1934/1935 KB
2861/2861 KB 1935/1935 KB
Downloaded: http://repo.maven.apache.org/maven2/org/ops4j/pax/url/pax-url-aether/2.4.... (2861 KB at 1231.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4... (1935 KB at 910.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ itest-cdi10 ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- depends-maven-plugin:1.2:generate-depends-file (generate-depends-file) @ itest-cdi10 ---
[INFO] Created: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ itest-cdi10 ---
[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]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ itest-cdi10 ---
[INFO] No sources to compile
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (download-equinox-console) @ itest-cdi10 ---
[INFO] Got from cache: /home/hudson/.m2/repository/.cache/maven-download-plugin/org.eclipse.equinox.console.jar
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:reserve-network-port (reserve-ports) @ itest-cdi10 ---
[INFO] Reserved port 55690 for org.osgi.service.http.port
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ itest-cdi10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ itest-cdi10 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ itest-cdi10 ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.ops4j.pax.cdi.test.BeanScannerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.658 sec - in org.ops4j.pax.cdi.test.BeanScannerTest
Running org.ops4j.pax.cdi.test.BundleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.ops4j.pax.cdi.test.BundleEventTest
Running org.ops4j.pax.cdi.test.ComponentLifecycleTest
09:29:54.998 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:55.001 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:55.029 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:55.395 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
09:29:56.181 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:56.181 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:56.203 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:29:56.482 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.926 sec - in org.ops4j.pax.cdi.test.ComponentLifecycleTest
Running org.ops4j.pax.cdi.test.GreeterTest
09:29:58.579 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:29:58.582 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:29:58.607 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:29:58.963 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 sec - in org.ops4j.pax.cdi.test.GreeterTest
Running org.ops4j.pax.cdi.test.IntraBundleDependencyTest
09:30:01.115 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:01.118 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:01.147 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 sec - in org.ops4j.pax.cdi.test.IntraBundleDependencyTest
Running org.ops4j.pax.cdi.test.Jpa21TransactionalTest
09:30:05.214 [Start Level Event Dispatcher] WARN org.hibernate.dialect.DerbyDialect - HHH000328: Unable to load/access derby driver class sysinfo to check versions : org.apache.derby.tools.sysinfo
09:30:05.576 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table Book drop constraint FK_2krfr0tkkuxiv7j794sgfv5j1
09:30:05.576 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - 'ALTER TABLE' cannot be performed on 'BOOK' because it does not exist.
09:30:05.577 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Author
09:30:05.577 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'AUTHOR' because it does not exist.
09:30:05.578 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - HHH000389: Unsuccessful: drop table Book
09:30:05.578 [Start Level Event Dispatcher] ERROR o.h.tool.hbm2ddl.SchemaExport - 'DROP TABLE' cannot be performed on 'BOOK' because it does not exist.
09:30:06.958 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:06.959 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:06.983 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:30:07.038 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:07.046 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:07.061 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:07.064 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:07.070 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:07.592 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda58. It will only be invoked in the @Priority part of the chain.
09:30:07.621 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:30:07.632 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:30:07.638 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:30:07.655 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:30:07.675 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:30:07.708 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.126 sec - in org.ops4j.pax.cdi.test.Jpa21TransactionalTest
Running org.ops4j.pax.cdi.test.NoWabWebContainerTest
09:30:10.649 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:10.652 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:10.743 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:30:11.043 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
09:30:11.530 [main] WARN o.o.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.PropagateSystemPropertyOption has not been recognized.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.412 sec - in org.ops4j.pax.cdi.test.NoWabWebContainerTest
Running org.ops4j.pax.cdi.test.ProducerAndClientTest
09:30:13.500 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:13.503 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:13.532 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:30:13.911 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 sec - in org.ops4j.pax.cdi.test.ProducerAndClientTest
Running org.ops4j.pax.cdi.test.ServletTest
09:30:16.354 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:16.357 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:16.454 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
09:30:17.753 [pool-5-thread-1] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
************* init MessageServlet
************* init RandomServlet
************* init IceCreamServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
************* init ApplicationIdServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [20],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [45],parent=null}}
************* init MessageServlet
************* init MessageServlet
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.255 sec <<< FAILURE! - in org.ops4j.pax.cdi.test.ServletTest
checkInvalidateSession(org.ops4j.pax.cdi.test.ServletTest) Time elapsed: 0.383 sec <<< ERROR!
com.sun.jersey.api.client.UniformInterfaceException: GET http://localhost:55690/sample1/session returned a response status of 404 Not Found
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:686)
at com.sun.jersey.api.client.WebResource.get(WebResource.java:191)
at org.ops4j.pax.cdi.test.ServletTest.checkInvalidateSession(ServletTest.java:176)
Running org.ops4j.pax.cdi.test.SingleBundleTest
09:30:21.202 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:21.204 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:21.231 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
constructing HazelnutService
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing ChocolateService
constructing ChocolateService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.868 sec - in org.ops4j.pax.cdi.test.SingleBundleTest
Running org.ops4j.pax.cdi.test.TransactionalTest
09:30:24.768 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:24.771 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:24.796 [Start Level Event Dispatcher] WARN org.jboss.weld.Bootstrap - WELD-000135: Legacy deployment metadata provided by the integrator. Certain functionality will not be available.
09:30:24.850 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:24.853 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:24.864 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:24.876 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:24.885 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:25.562 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda55. It will only be invoked in the @Priority part of the chain.
09:30:25.617 [weld-worker-1] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedConstructor<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedConstructorComparator
09:30:25.621 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedCallableComparator
09:30:25.676 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedMethodComparator
09:30:25.677 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:30:25.711 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:30:25.713 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<javax.enterprise.inject.spi.AnnotatedField<? super T>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.apache.deltaspike.core.util.Annotateds$AnnotatedFieldComparator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.864 sec - in org.ops4j.pax.cdi.test.TransactionalTest
Results :
Tests in error:
ServletTest.checkInvalidateSession:176 » UniformInterface GET http://localhost...
Tests run: 26, Failures: 0, Errors: 1, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OPS4J Pax CDI 1.2 Integration Tests ............... FAILURE [01:13 min]
[INFO] OPS4J Pax CDI 1.2 Integration Tests on Karaf ...... SKIPPED
[INFO] OPS4J Pax CDI OSGi 6.0.0 Integration Tests ........ SKIPPED
[INFO] OPS4J Pax CDI Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2015-04-19T09:30:27+08:00
[INFO] Final Memory: 29M/293M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project itest-cdi10: 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
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 8 months
Build failed in Jenkins: Weld-2.x-int-servlet-jetty #1010
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[Jozef Hartinger] Minor OSGi bundle fix
------------------------------------------
[...truncated 450 lines...]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-porting-package-tck ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-porting-package-tck ---
[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-porting-package-tck >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-porting-package-tck ---
[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-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-porting-package-tck <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-porting-package-tck ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.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 already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-porting-package-tck ---
[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/weld-porting-package-tck/2.2.11-SNAPSHOT/weld-porting-package-tck-2.2.11-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/weld-porting-package-tck/2.2.11-SNAPSHOT/weld-porting-package-tck-2.2.11-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/weld-porting-package-tck/2.2.11-SNAPSHOT/weld-porting-package-tck-2.2.11-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 2.2.11-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://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
709 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (709 B at 9.2 KB/sec)
758 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (758 B at 4.0 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-test-common ---
[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-core-test-common ---
[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-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-test-common ---
[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:compile (default-compile) @ weld-core-test-common ---
[INFO] Compiling 24 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-core-test-common ---
[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-core-test-common ---
[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:testCompile (default-testCompile) @ weld-core-test-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-test-common ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-test-common ---
[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-core-test-common >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test-common ---
[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-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test-common <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test-common ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.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 already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-test-common ---
[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/weld-core-test-common/2.2.11-SNAPSHOT/weld-core-test-common-2.2.11-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/weld-core-test-common/2.2.11-SNAPSHOT/weld-core-test-common-2.2.11-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/weld-core-test-common/2.2.11-SNAPSHOT/weld-core-test-common-2.2.11-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 2.2.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
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...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
709 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (709 B at 9.2 KB/sec)
758 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (758 B at 3.8 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-test ---
[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-core-test ---
[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-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-test ---
[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-core-test ---
[INFO] Compiling 7 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-core-test ---
[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-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-core-test ---
[INFO] Compiling 96 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-core-test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-core-test ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-test ---
[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-core-test >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test ---
[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-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.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/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-test ---
[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/weld-core-test/2.2.11-SNAPSHOT/weld-core-test-2.2.11-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/weld-core-test/2.2.11-SNAPSHOT/weld-core-test-2.2.11-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [10.746s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [27.627s]
[INFO] Weld Core - JSF ................................... SUCCESS [2.229s]
[INFO] Weld Implementation ............................... SUCCESS [3.059s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [1.591s]
[INFO] Weld Test Utilities ............................... SUCCESS [2.206s]
[INFO] Weld Unit Tests ................................... FAILURE [4.859s]
[INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ SKIPPED
[INFO] Weld Servlet Parent ............................... SKIPPED
[INFO] Weld Servlet Core ................................. SKIPPED
[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: 53.974s
[INFO] Finished at: Wed Apr 15 04:23:31 EDT 2015
[INFO] Final Memory: 48M/274M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project weld-core-test: Failed to install metadata org.jboss.weld:weld-core-test/maven-metadata.xml: Could not read metadata /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/maven-metadata-local.xml: input contained no data -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-core-test
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
9 years, 8 months
Build failed in Jenkins: Weld-2.x-perf-jbossas7-regressions #1115
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
------------------------------------------
[...truncated 37 lines...]
+ rm -rf jboss-as-7 jboss-as-7.zip jboss-configuration
+ prepare-jbossas-7
+ local zip=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
+ '[' '!' -e /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip ']'
++ echo /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
++ sed -e 's%lastSuccessful/.*%lastSuccessful/archive.zip%g'
+ local archive=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip
+ '[' -e /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip ']'
+ local unzipped_archive=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ unzip -q /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
++ echo /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
++ sed -e 's%.*lastSuccessful/archive/%%g'
+ local suffix=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ '[' '!' -e <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> ']'
+ zip=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ export JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ local unzip=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ unzip -q <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ mv <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...> jboss-as-7
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
+ zip -r -q jboss-as-7.zip jboss-as-7
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -U clean package -f seam-qe/perf/weld/weld-numberguess/pom.xml
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Examples: Numberguess (Performance test modification) 1.1.8.Final
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
779/779 B
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-eclips...
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/... (779 B at 1.0 KB/sec)
709/709 B
709/709 B 779/779 B
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-eclips... (709 B at 2.6 KB/sec)
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/... (779 B at 2.1 KB/sec)
758/758 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (758 B at 0.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-numberguess-perf ---
[INFO] Deleting /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target
[INFO] Deleting /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/src/main/webapp (includes = [WEB-INF/classes/**, WEB-INF/lib/**, META-INF/context.xml, WEB-INF/web.xml, WEB-INF/jetty-env.xml, WEB-INF/appengine-web.xml, WEB-INF/logging.properties], excludes = [])
[INFO]
[INFO] --- maven-junction-plugin:1.0.3:unlink (unlink) @ weld-numberguess-perf ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-numberguess-perf ---
[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-numberguess-perf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-numberguess-perf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-numberguess-perf ---
[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-numberguess-perf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ weld-numberguess-perf ---
[INFO] Compiling 9 source files to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ weld-numberguess-perf ---
[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-numberguess-perf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ weld-numberguess-perf ---
[INFO] Compiling 1 source file to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ weld-numberguess-perf ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:2.1-beta-1:war (default-war) @ weld-numberguess-perf ---
[INFO] Packaging webapp
[INFO] Assembling webapp[weld-numberguess-perf] in [/qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/weld-numberguess]
[INFO] Processing war project
[INFO] Copying webapp webResources[/qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/src/main/webapp] to[/qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/weld-numberguess]
[INFO] Copying webapp resources[/qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/src/main/webapp]
[INFO] Webapp assembled in [192 msecs]
[INFO] Building war: /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/weld-numberguess.war
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-numberguess-perf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-numberguess-perf ---
[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-numberguess-perf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-numberguess-perf ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-numberguess-perf <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-numberguess-perf ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/weld-numberguess/target/weld-numberguess-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.080s
[INFO] Finished at: Tue Apr 14 18:32:25 EDT 2015
[INFO] Final Memory: 49M/587M
[INFO] ------------------------------------------------------------------------
+ mkdir -p jboss-configuration/standalone/deployments
+ cp seam-qe/perf/weld/weld-numberguess/target/weld-numberguess.war jboss-configuration/standalone/deployments
+ echo 'Build failed - no results available'
[Weld-2.x-perf-jbossas7-regressions] $ mvn -f seam-qe/perf/weld/sfs-perf-weld-numberguess-client/pom.xml -DJBOSS_ZIP=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip -Dstats.version=0.1.1-SNAPSHOT -U clean package -Pjbossas6,jbossas7
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Smartfrog-sniff performance test client for Weld Numberguess example
[INFO] task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/target
[INFO] Deleting file-set: /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist (included: [], excluded: [])
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-loaddriver:0.2.1-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-loaddriver:0.2.1-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-loaddriver:0.2.1-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-loaddriver:0.2.1-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-stats:0.2.2-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-stats:0.2.2-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-stats:0.2.2-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-stats:0.2.2-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-controller:0.2.1-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-controller:0.2.1-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-controller:0.2.1-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-controller:0.2.1-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.4-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.4-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.4-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.4-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/perf-weld-numberguess-client.jar
[INFO] [dependency:copy-dependencies {execution: copy-dependencies}]
[INFO] Copying commons-httpclient-3.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-httpclient-3.1.jar
[INFO] Copying commons-beanutils-1.7.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-beanutils-1.7.0.jar
[INFO] Copying commons-codec-1.2.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-codec-1.2.jar
[INFO] Copying commons-httpclient-3.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-httpclient-3.1.jar
[INFO] Copying commons-lang-2.4.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-lang-2.4.jar
[INFO] Copying commons-logging-1.0.4.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-logging-1.0.4.jar
[INFO] Copying eap-jboss-as-controller-client-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-as-controller-client-6.0.1.ER3.jar
[INFO] Copying eap-jboss-as-protocol-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-as-protocol-6.0.1.ER3.jar
[INFO] Copying eap-jboss-client-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-client-5.2.0.GA.jar
[INFO] Copying eap-jboss-common-core-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-common-core-5.2.0.GA.jar
[INFO] Copying eap-jboss-dmr-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-dmr-6.0.1.ER3.jar
[INFO] Copying eap-jboss-integration-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-integration-5.2.0.GA.jar
[INFO] Copying eap-jboss-javaee-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-javaee-5.2.0.GA.jar
[INFO] Copying eap-jboss-logging-spi-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-logging-spi-5.2.0.GA.jar
[INFO] Copying eap-jboss-remoting-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-remoting-5.2.0.GA.jar
[INFO] Copying eap-jboss-security-spi-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-security-spi-5.2.0.GA.jar
[INFO] Copying eap-jboss-serialization-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-serialization-5.2.0.GA.jar
[INFO] Copying eap-jboss-threads-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jboss-threads-6.0.1.ER3.jar
[INFO] Copying eap-jbosssx-client-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jbosssx-client-5.2.0.GA.jar
[INFO] Copying eap-jmx-invoker-adaptor-client-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jmx-invoker-adaptor-client-5.2.0.GA.jar
[INFO] Copying eap-jnp-client-5.2.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/eap-jnp-client-5.2.0.GA.jar
[INFO] Copying jcommon-1.0.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jcommon-1.0.0.jar
[INFO] Copying jfreechart-1.0.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jfreechart-1.0.0.jar
[INFO] Copying junit-3.8.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/junit-3.8.jar
[INFO] Copying log4j-1.2.16.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/log4j-1.2.16.jar
[INFO] Copying commons-csv-1.0-mlinhard.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/commons-csv-1.0-mlinhard.jar
[INFO] Copying jboss-qa-utils-0.1.2.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-qa-utils-0.1.2.jar
[INFO] Copying jboss-smartfrog-as-0.1.4-SNAPSHOT.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-as-0.1.4-SNAPSHOT.jar
[INFO] Copying jboss-smartfrog-as7-0.2.1.CR6.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-as7-0.2.1.CR6.jar
[INFO] Copying jboss-smartfrog-controller-0.2.1-SNAPSHOT.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-controller-0.2.1-SNAPSHOT.jar
[INFO] Copying jboss-smartfrog-extension-0.2.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-extension-0.2.1.jar
[INFO] Copying jboss-smartfrog-httpd-0.1.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-httpd-0.1.0.jar
[INFO] Copying jboss-smartfrog-loaddriver-0.2.1-SNAPSHOT.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-loaddriver-0.2.1-SNAPSHOT.jar
[INFO] Copying jboss-smartfrog-stats-0.2.2-SNAPSHOT.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/jboss-smartfrog-stats-0.2.2-SNAPSHOT.jar
[INFO] Copying odfdom-java-0.8.6.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/odfdom-java-0.8.6.jar
[INFO] Copying sf-www-3.17.014.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/sf-www-3.17.014.jar
[INFO] Copying xercesImpl-2.9.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/xercesImpl-2.9.1.jar
[INFO] Copying xml-apis-1.3.04.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions/seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist/xml-apis-1.3.04.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Apr 14 18:32:42 EDT 2015
[INFO] Final Memory: 27M/319M
[INFO] ------------------------------------------------------------------------
[SmartFrog] INFO: Starting daemon on host qa05
[SmartFrog] INFO: Start command is bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[SmartFrog] INFO: Starting daemon on host qa06
[SmartFrog] INFO: Start command is bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-jbossas7-regressions /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[SmartFrog] INFO: Daemon on host qa05 failed
[SmartFrog] INFO: Deamon on host qa05 has changed state to FAILED
[SmartFrog] ERROR: SmartFrog deamon on host qa05 failed.
[SmartFrog] INFO: Trying to interrupt daemon on host qa05
[SmartFrog] INFO: Interrupt command is bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist
[SmartFrog] INFO: Daemon on host qa06 failed
[SmartFrog] INFO: Deamon on host qa06 has changed state to FAILED
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/killThemAll.sh qa05
[SmartFrog] INFO: Trying to interrupt daemon on host qa06
[SmartFrog] INFO: Interrupt command is bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-numberguess-client/dist
[Weld-2.x-perf-jbossas7-regressions] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/killThemAll.sh qa06
Build step 'Deploy SmartFrog component' changed build result to FAILURE
Build step 'Deploy SmartFrog component' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording plot data
Saving plot series data from: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
Saving plot series data from: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-jbossas...>
9 years, 8 months
Build failed in Jenkins: Weld-2.x-perf-bean-testing-producers-CI #989
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
------------------------------------------
[...truncated 23 lines...]
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 22:15:32-0400)
Maven home: /qa/tools/opt/maven-3.1.0
Java version: 1.7.0_75, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/jdk1.7.0_75/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-348.4.1.el5", arch: "amd64", family: "unix"
+ export JBOSS_ZIP=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
+ JBOSS_ZIP=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
+ rm -rf '*.html'
+ rm -rf 'jboss-*'
+ prepare-jbossas-7
+ local zip=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
+ '[' '!' -e /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip ']'
++ echo /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
++ sed -e 's%lastSuccessful/.*%lastSuccessful/archive.zip%g'
+ local archive=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip
+ '[' -e /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip ']'
+ local unzipped_archive=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ unzip -q /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive.zip -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
++ echo /qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip
++ sed -e 's%.*lastSuccessful/archive/%%g'
+ local suffix=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ '[' '!' -e <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> ']'
+ zip=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ export JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ local unzip=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ unzip -q <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ mv <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...> jboss-as-7
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ zip -rq jboss-as-7.zip jboss-as-7
+ cd seam-qe/perf/weld/bean-generator
+ ant generate -Dbean.count=500 -Dtype=producers copybeans -Dto.dir=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
Buildfile: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/build.xml
clean:
compile:
[mkdir] Created dir: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/build
[javac] /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/build.xml:42: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 17 source files to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/build
[copy] Copying 1 file to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/build
generate:
[mkdir] Created dir: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-generator/generatedbeans
removeoldbeans:
copyinvariants:
[copy] Copying 3 files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
copybeans:
[copy] Copying 996 files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
BUILD SUCCESSFUL
Total time: 10 seconds
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -U clean package -f seam-qe/perf/weld/bean-testing-app/pom.xml -Pweld2 -Dcheckstyle.skip=true
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building bean-testing-app (JSF) 7
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bean-testing-app ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ bean-testing-app ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ bean-testing-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ bean-testing-app ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ bean-testing-app ---
[INFO] Compiling 999 source files to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ bean-testing-app ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ bean-testing-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ bean-testing-app ---
[INFO] No tests to run.
[INFO] Surefire report directory: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ bean-testing-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bean-testing-app] in [/qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/target/weld-beans]
[INFO] Processing war project
[INFO] Copying webapp resources [/qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/src/main/webapp]
[INFO] Webapp assembled in [5031 msecs]
[INFO] Building war: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/target/weld-beans.war
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ bean-testing-app ---
[INFO] Building jar: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/bean-testing-app/target/weld-beans-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.484s
[INFO] Finished at: Tue Apr 14 18:29:30 EDT 2015
[INFO] Final Memory: 20M/439M
[INFO] ------------------------------------------------------------------------
+ mkdir -p jboss-configuration/standalone/deployments
+ cp seam-qe/perf/weld/bean-testing-app/target/weld-beans.war jboss-configuration/standalone/deployments
[Weld-2.x-perf-bean-testing-producers-CI] $ mvn -f seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/pom.xml -DJBOSS_ZIP=/qa/services/hudson/JOBS/Weld-2.x-WF8-build/lastSuccessful/archive/wildfly-weld2.zip -DBEANCOUNT=500 -U clean package -Pjbossas6,jbossas7
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Smartfrog-sniff performance test client for Bean Testing application
[INFO] task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file-set: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist (included: [], excluded: [])
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 7 resources
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.1-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.1-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.1-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-as:0.1.1-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-extension:0.1.2-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-extension:0.1.2-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-extension:0.1.2-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-extension:0.1.2-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-extension:0.1.2-SNAPSHOT: checking for updates from repository.smartfrog.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from jboss-qa-releases
[WARNING] repository metadata for: 'snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT' could not be retrieved from repository: jboss-qa-releases due to an error: Error transferring file: Connection refused
[INFO] Repository 'jboss-qa-releases' will be blacklisted
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from jboss-qa-snapshots
[WARNING] repository metadata for: 'snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT' could not be retrieved from repository: jboss-qa-snapshots due to an error: Error transferring file: Connection refused
[INFO] Repository 'jboss-qa-snapshots' will be blacklisted
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from jboss-qa-releases
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from jboss-qa-snapshots
[INFO] snapshot org.jboss.smartfrog:jboss-smartfrog-parent:0.1.4-SNAPSHOT: checking for updates from repository.smartfrog.org
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/perf-weld-bean-testing-client.jar
[INFO] [dependency:copy-dependencies {execution: copy-dependencies}]
[INFO] Copying commons-httpclient-3.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-httpclient-3.1.jar
[INFO] Copying commons-beanutils-1.7.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-beanutils-1.7.0.jar
[INFO] Copying commons-codec-1.2.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-codec-1.2.jar
[INFO] Copying commons-httpclient-3.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-httpclient-3.1.jar
[INFO] Copying commons-lang-2.4.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-lang-2.4.jar
[INFO] Copying commons-logging-1.0.4.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-logging-1.0.4.jar
[INFO] Copying eap-jboss-as-controller-client-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-as-controller-client-6.0.1.ER3.jar
[INFO] Copying eap-jboss-as-protocol-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-as-protocol-6.0.1.ER3.jar
[INFO] Copying eap-jboss-client-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-client-5.1.0.GA.jar
[INFO] Copying eap-jboss-common-core-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-common-core-5.1.0.GA.jar
[INFO] Copying eap-jboss-dmr-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-dmr-6.0.1.ER3.jar
[INFO] Copying eap-jboss-integration-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-integration-5.1.0.GA.jar
[INFO] Copying eap-jboss-javaee-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-javaee-5.1.0.GA.jar
[INFO] Copying eap-jboss-logging-spi-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-logging-spi-5.1.0.GA.jar
[INFO] Copying eap-jboss-remoting-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-remoting-5.1.0.GA.jar
[INFO] Copying eap-jboss-security-spi-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-security-spi-5.1.0.GA.jar
[INFO] Copying eap-jboss-serialization-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-serialization-5.1.0.GA.jar
[INFO] Copying eap-jboss-threads-6.0.1.ER3.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jboss-threads-6.0.1.ER3.jar
[INFO] Copying eap-jbosssx-client-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jbosssx-client-5.1.0.GA.jar
[INFO] Copying eap-jmx-invoker-adaptor-client-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jmx-invoker-adaptor-client-5.1.0.GA.jar
[INFO] Copying eap-jnp-client-5.1.0.GA.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/eap-jnp-client-5.1.0.GA.jar
[INFO] Copying jcommon-1.0.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jcommon-1.0.0.jar
[INFO] Copying jfreechart-1.0.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jfreechart-1.0.0.jar
[INFO] Copying junit-3.8.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/junit-3.8.jar
[INFO] Copying log4j-1.2.16.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/log4j-1.2.16.jar
[INFO] Copying commons-csv-1.0-mlinhard.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/commons-csv-1.0-mlinhard.jar
[INFO] Copying jboss-qa-utils-0.1.2.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-qa-utils-0.1.2.jar
[INFO] Copying jboss-smartfrog-as-0.1.1-SNAPSHOT.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-as-0.1.1-SNAPSHOT.jar
[INFO] Copying jboss-smartfrog-as7-0.2.1.CR6.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-as7-0.2.1.CR6.jar
[INFO] Copying jboss-smartfrog-controller-0.2.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-controller-0.2.0.jar
[INFO] Copying jboss-smartfrog-extension-0.2.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-extension-0.2.1.jar
[INFO] Copying jboss-smartfrog-httpd-0.1.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-httpd-0.1.0.jar
[INFO] Copying jboss-smartfrog-loaddriver-0.2.0.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-loaddriver-0.2.0.jar
[INFO] Copying jboss-smartfrog-stats-0.2.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/jboss-smartfrog-stats-0.2.1.jar
[INFO] Copying odfdom-java-0.8.6.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/odfdom-java-0.8.6.jar
[INFO] Copying sf-www-3.17.014.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/sf-www-3.17.014.jar
[INFO] Copying xercesImpl-2.9.1.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/xercesImpl-2.9.1.jar
[INFO] Copying xml-apis-1.3.04.jar to /qa/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI/seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist/xml-apis-1.3.04.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Apr 14 18:30:13 EDT 2015
[INFO] Final Memory: 28M/317M
[INFO] ------------------------------------------------------------------------
[SmartFrog] INFO: Starting daemon on host qa05
[SmartFrog] INFO: Start command is bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[SmartFrog] INFO: Starting daemon on host qa06
[SmartFrog] INFO: Start command is bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/runSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist /qa/tools/opt/smartfrog/hudson-support /qa/services/hudson/hudson_workspace/workspace/Weld-2.x-perf-bean-testing-producers-CI /qa/tools/opt/smartfrog/smartfrog/bin/default.ini
[SmartFrog] INFO: Daemon on host qa05 failed
[SmartFrog] INFO: Deamon on host qa05 has changed state to FAILED
[SmartFrog] ERROR: SmartFrog deamon on host qa05 failed.
[SmartFrog] INFO: Trying to interrupt daemon on host qa05
[SmartFrog] INFO: Interrupt command is bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa05 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist
[SmartFrog] INFO: Daemon on host qa06 failed
[SmartFrog] INFO: Deamon on host qa06 has changed state to FAILED
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/killThemAll.sh qa05
[SmartFrog] INFO: Trying to interrupt daemon on host qa06
[SmartFrog] INFO: Interrupt command is bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/stopSF.sh qa06 /qa/tools/opt/smartfrog/smartfrog seam-qe/perf/weld/sfs-perf-weld-bean-testing-client/dist
[Weld-2.x-perf-bean-testing-producers-CI] $ bash -xe /qa/tools/opt/smartfrog/hudson-support/killThemAll.sh qa06
Build step 'Deploy SmartFrog component' changed build result to FAILURE
Build step 'Deploy SmartFrog component' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording plot data
No plot data file found: throughput.properties
No plot data file found: response.properties
9 years, 8 months