[Builder] Build failed in Jenkins: platform-builds » transport-http #462
cbuilder at wso2.org
cbuilder at wso2.org
Sat Dec 8 02:19:30 PST 2018
See <https://wso2.org/jenkins/job/platform-builds/job/transport-http/462/display/redirect?page=changes>
Changes:
[rukshani] Remove remote address from unknown host error message
------------------------------------------
[...truncated 2.41 MB...]
[INFO] 10:18:32.570 [main] DEBUG o.w.t.h.n.c.s.c.p.ConnectionManager - Creating a pool with org.apache.commons.pool.impl.GenericObjectPool$Config at 48b1ba91
[INFO] 10:18:32.570 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Using trust store null
[INFO] 10:18:32.570 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set SSLProtocol TLS
[INFO] 10:18:32.570 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set enable protocols TLSv1.1
[INFO] 10:18:32.571 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set enable protocols TLSv1.1
[INFO] 10:18:32.571 [main] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Created new TCP client bootstrap connecting to localhost:9002 with options: Bootstrap(BootstrapConfig(group: NioEventLoopGroup, channelFactory: NioSocketChannel.class, options: {SO_KEEPALIVE=true, TCP_NODELAY=true, SO_REUSEADDR=false, CONNECT_TIMEOUT_MILLIS=15000}, resolver: io.netty.resolver.DefaultAddressResolverGroup at 52b35d5c))
[INFO] 10:18:32.571 [main] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Created channel: localhost-9002
[INFO] 10:18:32.572 [nioEventLoopGroup-336-1] DEBUG o.w.t.h.n.contractimpl.common.Util - adding ssl handler
[INFO] 10:18:32.574 [nioEventLoopGroup-335-1] DEBUG o.w.t.h.n.c.l.HttpServerChannelInitializer - Initializing source channel pipeline
[INFO] 10:18:32.577 [nioEventLoopGroup-336-1] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
[INFO] io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Received fatal alert: handshake_failure
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:141) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886) [netty-common-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [netty-common-4.1.19.Final.jar:4.1.19.Final]
[INFO] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
[INFO] Caused by: javax.net.ssl.SSLException: Received fatal alert: handshake_failure
[INFO] at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) ~[na:1.8.0_45]
[INFO] at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) ~[na:1.8.0_45]
[INFO] at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:292) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1248) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1159) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1194) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] ... 16 common frames omitted
[INFO] 10:18:32.577 [nioEventLoopGroup-335-1] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
[INFO] io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 not enabled or not supported
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:141) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [netty-transport-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886) [netty-common-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [netty-common-4.1.19.Final.jar:4.1.19.Final]
[INFO] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
[INFO] Caused by: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 not enabled or not supported
[INFO] at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1431) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.checkTaskThrown(SSLEngineImpl.java:535) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:813) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) ~[na:1.8.0_45]
[INFO] at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) ~[na:1.8.0_45]
[INFO] at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:292) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1248) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1159) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1194) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) ~[netty-codec-4.1.19.Final.jar:4.1.19.Final]
[INFO] ... 16 common frames omitted
[INFO] Caused by: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 not enabled or not supported
[INFO] at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:304) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:292) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:507) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:213) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker$1.run(Handshaker.java:919) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker$1.run(Handshaker.java:916) ~[na:1.8.0_45]
[INFO] at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_45]
[INFO] at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1369) ~[na:1.8.0_45]
[INFO] at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1408) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1316) ~[netty-handler-4.1.19.Final.jar:4.1.19.Final]
[INFO] ... 20 common frames omitted
[INFO] 10:18:37.478 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Validating channel: 4122e41a -> false
[INFO] 10:18:37.478 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Destroying channel: 4122e41a
[INFO] 10:18:37.572 [main] INFO o.w.t.h.n.c.l.ServerConnectorBootstrap$HttpServerConnector - HttpConnectorListener stopped listening on host 0.0.0.0 and port 9002
[INFO] 10:18:37.572 [main] INFO o.w.t.h.n.h.SSLProtocolsWithCertsTest - Test successful: setup
[INFO] 10:18:37.573 [main] INFO o.w.t.h.n.c.l.ServerConnectorBootstrap$HttpServerConnector - HttpConnectorListener stopped listening on host 0.0.0.0 and port 9002
[INFO] 10:18:37.575 [nioEventLoopGroup-335-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: nioEventLoopGroup-335-1
[INFO] 10:18:41.986 [nioEventLoopGroup-336-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 5 thread-local buffer(s) from thread: nioEventLoopGroup-336-1
[INFO] 10:18:42.099 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Validating channel: 64d7bfad -> true
[INFO] 10:18:44.167 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Validating channel: 288e073c -> false
[INFO] 10:18:44.167 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Destroying channel: 288e073c
[INFO]
[INFO] Start Running Http2 A L P Nwith Certs Test ...
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.l.ServerConnectorBootstrap - Netty Server Socket BACKLOG 100
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.l.ServerConnectorBootstrap - Netty Server Socket TCP_NODELAY true
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.l.ServerConnectorBootstrap - Netty Server Socket CONNECT_TIMEOUT_MILLIS 15000
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.l.ServerConnectorBootstrap - Netty Server Socket SO_RCVBUF 1048576
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.l.ServerConnectorBootstrap - Netty Server Socket SO_SNDBUF 1048576
[INFO] 10:18:44.193 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set SSLProtocol TLS
[INFO] 10:18:44.199 [nioEventLoopGroup-337-1] INFO o.w.t.h.n.c.l.ServerConnectorBootstrap$HttpServerConnector - HTTP(S) Interface starting on host 9001 and port 9001
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.nodelay:true
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.connect.timeout:15000
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.recievebuffersize:1048576
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.sendbuffersize:1048576
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.socket.timeout:15
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.keepalive:true
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.s.c.BootstrapConfiguration - client.bootstrap.socket.reuse:false
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Using trust store null
[INFO] 10:18:44.200 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set SSLProtocol TLS
[INFO] 10:18:44.201 [main] INFO o.w.t.h.n.h.Http2ALPNwithCertsTest - Test running: testHttp2ALPNwithCerts
[INFO] 10:18:44.201 [main] DEBUG o.w.t.h.n.c.HttpClientConnector - SRC_HANDLER property not found in the message. Message is not originated from the HTTP Server connector
[INFO] 10:18:44.201 [main] DEBUG o.w.t.h.n.c.s.c.p.ConnectionManager - Creating a pool with org.apache.commons.pool.impl.GenericObjectPool$Config at 40bbcdbb
[INFO] 10:18:44.201 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Using trust store null
[INFO] 10:18:44.201 [main] DEBUG o.w.t.h.n.c.common.ssl.SSLConfig - Set SSLProtocol TLS
[INFO] 10:18:44.201 [main] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Created new TCP client bootstrap connecting to localhost:9001 with options: Bootstrap(BootstrapConfig(group: NioEventLoopGroup, channelFactory: NioSocketChannel.class, options: {SO_KEEPALIVE=true, TCP_NODELAY=true, SO_REUSEADDR=false, CONNECT_TIMEOUT_MILLIS=15000}, resolver: io.netty.resolver.DefaultAddressResolverGroup at 52b35d5c))
[INFO] 10:18:44.202 [main] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Created channel: localhost-9001
[INFO] 10:18:44.207 [nioEventLoopGroup-338-1] DEBUG o.w.t.h.n.c.l.HttpServerChannelInitializer - Initializing source channel pipeline
[INFO] 10:18:44.230 [nioEventLoopGroup-338-1] DEBUG io.netty.handler.ssl.SslHandler - [id: 0xf69116f7, L:/127.0.0.1:9001 - R:/127.0.0.1:53756] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
[INFO] 10:18:44.231 [nioEventLoopGroup-338-1] DEBUG o.w.t.h.n.contractimpl.common.Util - Trying to remove not engaged Http2ToHttpFallbackHandler handler from the pipeline
[INFO] 10:18:44.231 [nioEventLoopGroup-338-1] DEBUG o.w.t.h.n.contractimpl.common.Util - Trying to remove not engaged compressor handler from the pipeline
[INFO] 10:18:44.231 [nioEventLoopGroup-338-1] DEBUG o.w.t.h.n.contractimpl.common.Util - Trying to remove not engaged http-trace-logger handler from the pipeline
[INFO] 10:18:44.231 [nioEventLoopGroup-338-1] DEBUG o.w.t.h.n.contractimpl.common.Util - Trying to remove not engaged http-access-logger handler from the pipeline
[INFO] 10:18:44.231 [nioEventLoopGroup-342-1] DEBUG io.netty.handler.ssl.SslHandler - [id: 0x706b86b3, L:/127.0.0.1:53756 - R:localhost/127.0.0.1:9001] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
[INFO] 10:18:44.231 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.HttpClientConnector - Created the connection to address: localhost-9001 Original Channel ID is : 706b86b3
[INFO] 10:18:44.232 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.c.states.Http2StateUtil - Stream created streamId: 3
[INFO] 10:18:44.232 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - In flight message added to channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401 with stream id: 3
[INFO] 10:18:44.232 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.232 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.233 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.233 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.233 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.ClientFrameListener - Http2FrameListenAdapter.onSettingRead()
[INFO] 10:18:44.235 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.ClientFrameListener - Reading Http2 headers on channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401 with stream id: 3, isEndOfStream: false
[INFO] 10:18:44.235 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.235 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.236 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.ClientFrameListener - Reading data on channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401 with stream id: 3, isEndOfStream: true
[INFO] 10:18:44.236 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.236 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - Getting in flight message for stream id: 3 from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.236 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - In flight message for stream id: 3 removed from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.236 [nioEventLoopGroup-342-1] DEBUG o.w.t.h.n.c.s.h.Http2ClientChannel - In flight message for stream id: 3 removed from channel: org.wso2.transport.http.netty.contractimpl.sender.http2.Http2ClientChannel at 1715401
[INFO] 10:18:44.236 [main] INFO o.w.t.h.n.h.Http2ALPNwithCertsTest - Test successful: testHttp2ALPNwithCerts
[INFO] 10:18:44.237 [main] INFO o.w.t.h.n.c.l.ServerConnectorBootstrap$HttpServerConnector - HttpConnectorListener stopped listening on host 0.0.0.0 and port 9001
[INFO] 10:18:50.747 [nioEventLoopGroup-342-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 16 thread-local buffer(s) from thread: nioEventLoopGroup-342-1
[INFO] 10:18:50.854 [Timer-0] DEBUG o.w.t.h.n.c.s.c.p.PoolableTargetChannelFactory - Validating channel: 8401cb09 -> true
[INFO] Tests run: 145, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 584.687 sec <<< FAILURE! - in TestSuite
[INFO] testListerNotSetInMessageReading(org.wso2.transport.http.netty.websocket.server.WebSocketServerHandshakeFunctionalityTestCase) Time elapsed: 30.026 sec <<< FAILURE!
[INFO] java.lang.AssertionError: expected object to not be null
[INFO] at org.wso2.transport.http.netty.websocket.server.WebSocketServerHandshakeFunctionalityTestCase.testListerNotSetInMessageReading(WebSocketServerHandshakeFunctionalityTestCase.java:226)
[INFO]
[INFO]
[INFO] Results :
[INFO]
[INFO] Failed tests:
[INFO] WebSocketServerHandshakeFunctionalityTestCase.testListerNotSetInMessageReading:226 expected object to not be null
[INFO]
[INFO] Tests run: 145, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] WSO2 Carbon Transport Parent ...................... SUCCESS [5.755s]
[INFO] [INFO] WSO2 Transport HTTP Netty Component ............... FAILURE [10:02.684s]
[INFO] [INFO] WSO2 Transport HTTP Netty Statistics .............. SKIPPED
[INFO] [INFO] WSO2 Transport HTTP Netty Feature ................. SKIPPED
[INFO] [INFO] WSO2 Transport HTTP Netty Statistics Feature ...... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 10:09.057s
[INFO] [INFO] Finished at: Sat Dec 08 10:18:51 UTC 2018
[INFO] [INFO] Final Memory: 56M/495M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project org.wso2.transport.http.netty: There are test failures.
[INFO] [ERROR]
[INFO] [ERROR] Please refer to <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/target/checkout/components/org.wso2.transport.http.netty/target/surefire-reports> for the individual test results.
[INFO] [ERROR] -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR] mvn <goals> -rf :org.wso2.transport.http.netty
[BFA] Scanning build for known causes...
[BFA] Found failure cause(s):
[BFA] There are test failures
[BFA] Connection reset from category ConnectionIssue
[BFA] Done. 7s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Carbon Transport Parent ...................... FAILURE [20:59.510s]
[INFO] WSO2 Transport HTTP Netty Component ............... SKIPPED
[INFO] WSO2 Transport HTTP Netty Statistics .............. SKIPPED
[INFO] WSO2 Transport HTTP Netty Feature ................. SKIPPED
[INFO] WSO2 Transport HTTP Netty Statistics Feature ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:16.187s
[INFO] Finished at: Sat Dec 08 10:19:03 UTC 2018
[INFO] Final Memory: 16M/140M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on project http-parent: Maven execution failed, exit code: '1' -> [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
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/components/org.wso2.transport.http.netty.statistics/pom.xml> to org.wso2.transport.http/org.wso2.transport.http.netty.statistics/6.0.248-SNAPSHOT/org.wso2.transport.http.netty.statistics-6.0.248-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/pom.xml> to org.wso2.transport.http/http-parent/6.0.248-SNAPSHOT/http-parent-6.0.248-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/features/org.wso2.transport.http.netty.statistics.feature/pom.xml> to org.wso2.transport.http/org.wso2.transport.http.netty.statistics.feature/6.0.248-SNAPSHOT/org.wso2.transport.http.netty.statistics.feature-6.0.248-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/features/org.wso2.transport.http.netty.feature/pom.xml> to org.wso2.transport.http/org.wso2.transport.http.netty.feature/6.0.248-SNAPSHOT/org.wso2.transport.http.netty.feature-6.0.248-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/transport-http/ws/transport-http/components/org.wso2.transport.http.netty/pom.xml> to org.wso2.transport.http/org.wso2.transport.http.netty/6.0.248-SNAPSHOT/org.wso2.transport.http.netty-6.0.248-SNAPSHOT.pom
channel stopped
> git rev-parse HEAD^{commit} # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
------------------------------------------------------------------------
[WSO2 Maven Release] [WSO2 Maven Release] Build Result: FAILURE
[WSO2 Maven Release] Dropping Git Tag: v6.0.248. Reason: FAILURE build.
[WSO2 Maven Release] Deleting release tag from remote.
> git --version # timeout=10
using GIT_ASKPASS to set credentials github user for maven release plugin (CD)
> git push https://github.com/wso2/transport-http.git :refs/tags/v6.0.248
[WSO2 Maven Release] Dropped git tag - v6.0.248
[M2Release] Dropping repository Stage[profileId=5ac0e5a57e5bf3, stageId=orgwso2transporthttp-1215]. Reason: FAILURE build.
[M2Release] Dropped staging repository.
[BFA] Scanning build for known causes...
[BFA] Found failure cause(s):
[BFA] There are test failures
[BFA] Connection reset from category ConnectionIssue
[BFA] Perform Maven execution failed from category Release-Failure
[BFA] Done. 6s
Not sending mail to unregistered user rukshani at wso2.com
More information about the Builder
mailing list