[weld-builds] Build failed in Jenkins: Weld-2.x-interoperability-deltaspike #1242

ci-builds at redhat.com ci-builds at redhat.com
Tue Jan 24 21:50:32 EST 2017


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/1242/changes>

Changes:

[unknown] 

------------------------------------------
[...truncated 3773 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ deltaspike-cdictrl-servlet ---
[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-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ deltaspike-cdictrl-servlet ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ deltaspike-cdictrl-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ deltaspike-cdictrl-servlet ---
[INFO] Compiling 5 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ deltaspike-cdictrl-servlet ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.cdise.servlet.test.TomcatTest
Led 25, 2017 10:50:09 DOP. org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-5965"]
Led 25, 2017 10:50:09 DOP. org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Led 25, 2017 10:50:09 DOP. org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.54
Led 25, 2017 10:50:10 DOP. org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-5965"]
Led 25, 2017 10:50:10 DOP. org.apache.deltaspike.cdise.servlet.test.content.RequestServlet doGet
WARNING: incoming request http-bio-5965-exec-1
Led 25, 2017 10:50:10 DOP. org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-5965"]
Led 25, 2017 10:50:10 DOP. org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Tomcat
Led 25, 2017 10:50:10 DOP. org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-5965"]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 sec
Running org.apache.deltaspike.cdise.servlet.test.JettyTest
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container is starting...
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/target/test-classes/META-INF/beans.xml>
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/impl-owb/target/deltaspike-cdictrl-owb-1.8.0-SNAPSHOT.jar!/META-INF/beans.xml>
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/tck/target/deltaspike-cdictrl-tck-1.8.0-SNAPSHOT.jar!/META-INF/beans.xml>
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.config.BeansDeployer validateInjectionPoints
INFO: All injection points were validated successfully.
Led 25, 2017 10:50:09 DOP. org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container has started, it took [206] ms.
2017-01-25 10:50:09.663:INFO:oejs.Server:jetty-8.1.9.v201301312017-01-25 10:50:09.713:WARN:oejuc.AbstractLifeCycle:FAILED SelectChannelConnector at 0.0.0.0:1010: java.net.SocketException: Operace zamítnuta
java.net.SocketException: Operace zamítnuta
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.deltaspike.cdise.servlet.test.JettyTest.createServer(JettyTest.java:47)
	at org.apache.deltaspike.cdise.servlet.test.EmbeddedServletContainer.testBootRequest(EmbeddedServletContainer.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:61)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)2017-01-25 10:50:09.714:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.Server at 799f10e1: java.net.SocketException: Operace zamítnuta
java.net.SocketException: Operace zamítnuta
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.deltaspike.cdise.servlet.test.JettyTest.createServer(JettyTest.java:47)
	at org.apache.deltaspike.cdise.servlet.test.EmbeddedServletContainer.testBootRequest(EmbeddedServletContainer.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:61)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.417 sec <<< FAILURE!

Results :

Tests in error: 
  testBootRequest(org.apache.deltaspike.cdise.servlet.test.JettyTest): Operace zamítnuta

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [  2.016 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [  0.772 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [  2.623 s]
[INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [  2.808 s]
[INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [  0.608 s]
[INFO] Apache DeltaSpike Core ............................. SUCCESS [  0.297 s]
[INFO] Apache DeltaSpike Core-API ......................... SUCCESS [  4.468 s]
[INFO] Apache DeltaSpike Core-Implementation .............. SUCCESS [ 30.961 s]
[INFO] Apache DeltaSpike ContainerControl parent .......... SUCCESS [  0.246 s]
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SUCCESS [  0.654 s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SUCCESS [  0.945 s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ......... SUCCESS [  2.195 s]
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... FAILURE [  2.170 s]
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 ........... SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Tests with Java 8 .... SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] Apache DeltaSpike JPA Examples ..................... SKIPPED
[INFO] Apache DeltaSpike Data Examples .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.578 s
[INFO] Finished at: 2017-01-25T10:50:10+08:00
[INFO] Final Memory: 74M/743M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-cdictrl-servlet: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/servlet/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :deltaspike-cdictrl-servlet
Build step 'Execute shell' marked build as failure
Recording test results



More information about the weld-builds mailing list