Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Build failed in Jenkins: 2.0.x-nightly #250

See <https://ci.eclipse.org/californium/job/2.0.x-nightly/250/display/redirect?page=changes>

Changes:

[Achim Kraus] Add TlsEndpointContextMatcher.

------------------------------------------
[...truncated 115.02 KB...]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
	at java.lang.Thread.run(Thread.java:745)
02:49:30.922 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint /127.0.0.1:35872. Closing connection. (o.e.c.e.t.CloseOnErrorHandler.exceptionCaught:57)
javax.net.ssl.SSLHandshakeException: certificate verify message signature error
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1639)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:281)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:269)
	at sun.security.ssl.ServerHandshaker.clientCertificateVerify(ServerHandshaker.java:1428)
	at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:238)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
	at sun.security.ssl.Handshaker$1.run(Handshaker.java:853)
	at sun.security.ssl.Handshaker$1.run(Handshaker.java:851)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1285)
	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364)
	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272)
	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127)
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162)
	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
	at java.lang.Thread.run(Thread.java:745)
keys : 1
   sun.security.ssl.SunX509KeyManagerImpl@41729115
trusts: 1
   sun.security.ssl.X509TrustManagerImpl@48931b44
      C=CA,L=Ottawa,O=Eclipse IoT,OU=Californium,CN=cf-ca
      C=CA,L=Ottawa,O=Eclipse IoT,OU=Californium,CN=cf-root
02:49:32.537 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf7338f41]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:32.572 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint localhost/127.0.0.1:43587. Closing connection. (o.e.c.e.t.CloseOnErrorHandler.exceptionCaught:57)
javax.net.ssl.SSLKeyException: Invalid signature on ECDH server key exchange message
	at sun.security.ssl.HandshakeMessage$ECDH_ServerKeyExchange.<init>(HandshakeMessage.java:1098)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:274)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
	at sun.security.ssl.Handshaker$1.run(Handshaker.java:853)
	at sun.security.ssl.Handshaker$1.run(Handshaker.java:851)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1285)
	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364)
	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272)
	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127)
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162)
	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
	at java.lang.Thread.run(Thread.java:745)
02:49:32.572 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint /127.0.0.1:55830. Closing connection. (o.e.c.e.t.CloseOnErrorHandler.exceptionCaught:57)
javax.net.ssl.SSLException: Received fatal alert: internal_error
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1639)
	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1607)
	at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1776)
	at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1068)
	at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:890)
	at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:764)
	at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
	at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:281)
	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1215)
	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127)
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162)
	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
	at java.lang.Thread.run(Thread.java:745)
02:49:34.555 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xe997cf78]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:34.632 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:34.636 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:34.642 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:34.647 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:34.649 WARN [EndpointContextUtil]: tls context, CONNECTION_ID: "n.a." != "02b3c69b" (o.e.c.e.EndpointContextUtil.match:55)
02:49:34.650 WARN [EndpointContextUtil]: tls context, DTLS_SESSION_ID: "n.a." != "5A 0F E6 0E 1C 30 D2 43 81 3D 6D FA CF F8 FD 1D 53 FB AE FB 36 38 16 FD B8 D8 63 EB CF 41 02 F2" (o.e.c.e.EndpointContextUtil.match:55)
02:49:34.650 WARN [EndpointContextUtil]: tls context, CIPHER: "n.a." != "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" (o.e.c.e.EndpointContextUtil.match:55)
02:49:34.650 WARN [TcpServerConnector]: TcpConnector drops 103 bytes to /127.0.0.1:38140 (o.e.c.e.t.TcpServerConnector.send:149)
02:49:36.658 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xdabf9d99]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:36.710 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:36.714 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x916f801b]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:36.768 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:36.774 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xfe2adf81]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:36.827 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:36.832 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:36.854 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:36.861 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xb8bc9d01]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:36.919 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x96d047ac]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:36.921 WARN [TcpClientConnector]: TcpConnector drops 103 bytes to new localhost/127.0.0.1:37486 (o.e.c.e.t.TcpClientConnector.send:141)
02:49:38.972 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:38.981 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:38.987 WARN [EndpointContextUtil]: tls context, CONNECTION_ID: "n.a." != "2febc051" (o.e.c.e.EndpointContextUtil.match:55)
02:49:38.987 WARN [EndpointContextUtil]: tls context, DTLS_SESSION_ID: "n.a." != "5A 0F E6 12 D5 D9 55 A8 5D A8 86 1F 18 D2 E9 38 51 30 16 92 FC 94 6B 8A B5 76 58 AA B7 A1 DD 3F" (o.e.c.e.EndpointContextUtil.match:55)
02:49:38.988 WARN [EndpointContextUtil]: tls context, CIPHER: "n.a." != "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" (o.e.c.e.EndpointContextUtil.match:55)
02:49:38.988 WARN [TcpClientConnector]: TcpConnector drops 103 bytes to localhost/127.0.0.1:37486 (o.e.c.e.t.TcpClientConnector.send:185)
02:49:40.990 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:40.997 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x230147fa]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:41.053 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.085 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.093 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x53e5ed7d]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.144 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.146 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.897 sec - in org.eclipse.californium.elements.tcp.TlsCorrelationTest
Running org.eclipse.californium.elements.tcp.TlsConnectorTest
client C=CA, L=Ottawa, O=Eclipse IoT, OU=Californium, CN=cf-client: 1
   sun.security.ssl.SunX509KeyManagerImpl@3c0014f3
server C=CA, L=Ottawa, O=Eclipse IoT, OU=Californium, CN=cf-server: 1
   sun.security.ssl.SunX509KeyManagerImpl@295f7c4b
trusts: 1
   sun.security.ssl.X509TrustManagerImpl@3bd93525
      C=CA,L=Ottawa,O=Eclipse IoT,OU=Californium,CN=cf-ca
      C=CA,L=Ottawa,O=Eclipse IoT,OU=Californium,CN=cf-root
02:49:45.168 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x620a1b20]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.170 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x7cb8810b]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.172 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xd362d8fd]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.252 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.253 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.257 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.270 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xa1aedbb5]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.383 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.424 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.426 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.427 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.429 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.430 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.432 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.442 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.448 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.451 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.471 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x110785da]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.498 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:45.500 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec - in org.eclipse.californium.elements.tcp.TlsConnectorTest
Running org.eclipse.californium.elements.tcp.TcpConnectorTest
02:49:45.520 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x9c1d05c7]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.529 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x91d2359e]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.611 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x9ef552e3]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.624 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1362b15b]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.709 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xe069ce68]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.715 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x597fc4b6]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.768 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x52bf796e]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.774 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x2526ac4c]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.829 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf1360b67]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.836 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x8fd7711a]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.921 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x4c79b5a9]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.927 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xc79add81]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:45.987 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x3a3d413d]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:46.004 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xa25ef665]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:46.295 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1b6b4d20]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:46.314 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x6b23847f]' (i.n.u.i.l.Slf4JLogger.warn:146)
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 sec - in org.eclipse.californium.elements.tcp.TcpConnectorTest

Results :

Failed tests: 
  TcpEndpointContextTest.testEndpointContextWhenReconnectAfterStopStart:263 
Expected: is not <TCP(localhost:45625,ID:010dfc0f)>
     but: was <TCP(localhost:45625,ID:010dfc0f)>

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  2.825 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  2.146 s]
[INFO] element-connector .................................. SUCCESS [ 37.316 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [01:17 min]
[INFO] element-connector-tcp .............................. FAILURE [ 36.258 s]
[INFO] Californium (Cf) Core .............................. SKIPPED
[INFO] Californium (Cf) Proxy ............................. SKIPPED
[INFO] Californium (Cf) OSGi .............................. SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Sc-DTLS-Example-Server ............................. SKIPPED
[INFO] Sc-DTLS-Example-Client ............................. SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-SimpleFileServer ................................ SKIPPED
[INFO] Cf-CoCoAClient ..................................... SKIPPED
[INFO] Cf-NAT ............................................. SKIPPED
[INFO] Cf-SecureServer .................................... SKIPPED
[INFO] Cf-ExampleCrossProxy ............................... SKIPPED
[INFO] Cf-BenchmarkServer ................................. SKIPPED
[INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:40 min
[INFO] Finished at: 2017-11-18T02:49:47-05:00
[INFO] Final Memory: 46M/293M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project element-connector-tcp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://ci.eclipse.org/californium/job/2.0.x-nightly/ws/element-connector-tcp/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 :element-connector-tcp
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top