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 #249

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

Changes:

[Achim Kraus] Reduce trace to InetSocketAddress.

[Achim Kraus] Add file logging for origin.

[Achim Kraus] Move logs into subfolder.

------------------------------------------
[...truncated 115.11 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:29.403 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint /127.0.0.1:50234. 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@140cbe7c
trusts: 1
   sun.security.ssl.X509TrustManagerImpl@50adc92c
      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:31.024 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xc09a2019]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:31.063 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint localhost/127.0.0.1:37703. 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:31.064 ERROR [CloseOnErrorHandler]: Security Exception in channel handler chain for endpoint /127.0.0.1:57372. 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:33.041 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x25840c6e]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:33.122 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:33.125 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:33.132 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:33.139 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:33.141 WARN [EndpointContextUtil]: tls context, CONNECTION_ID: "n.a." != "c06060c7" (o.e.c.e.EndpointContextUtil.match:55)
02:49:33.141 WARN [EndpointContextUtil]: tls context, DTLS_SESSION_ID: "n.a." != "5A 0E 94 8D 17 9B E7 DE 55 C5 A3 87 D3 0F AA 5F 4A 9E 11 5B 8A 70 82 FD E8 B5 21 6A F4 82 DC E6" (o.e.c.e.EndpointContextUtil.match:55)
02:49:33.141 WARN [EndpointContextUtil]: tls context, CIPHER: "n.a." != "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" (o.e.c.e.EndpointContextUtil.match:55)
02:49:33.142 WARN [TcpServerConnector]: TcpConnector drops 103 bytes to /127.0.0.1:35190 (o.e.c.e.t.TcpServerConnector.send:149)
02:49:35.148 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x41014a88]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:35.214 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:35.219 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xe646b99e]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:35.269 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:35.276 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf64f63e8]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:35.327 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:35.332 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:35.356 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:35.362 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x79aeb9bc]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:35.411 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xb62e7a54]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:35.413 WARN [TcpClientConnector]: TcpConnector drops 103 bytes to new localhost/127.0.0.1:38226 (o.e.c.e.t.TcpClientConnector.send:141)
02:49:37.457 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:37.466 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:37.472 WARN [EndpointContextUtil]: tls context, CONNECTION_ID: "n.a." != "87c2cde1" (o.e.c.e.EndpointContextUtil.match:55)
02:49:37.472 WARN [EndpointContextUtil]: tls context, DTLS_SESSION_ID: "n.a." != "5A 0E 94 91 81 8C 51 D4 94 66 DB F6 8C BA 86 A0 97 24 B3 BA 0D A7 60 21 38 E5 F1 CB F5 AE CF 9A" (o.e.c.e.EndpointContextUtil.match:55)
02:49:37.473 WARN [EndpointContextUtil]: tls context, CIPHER: "n.a." != "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" (o.e.c.e.EndpointContextUtil.match:55)
02:49:37.473 WARN [TcpClientConnector]: TcpConnector drops 103 bytes to localhost/127.0.0.1:38226 (o.e.c.e.t.TcpClientConnector.send:185)
02:49:39.474 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:39.482 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xc4897724]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:39.519 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.549 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.557 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xdc4a9461]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.606 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.608 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.884 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@51e0dadb
server C=CA, L=Ottawa, O=Eclipse IoT, OU=Californium, CN=cf-server: 1
   sun.security.ssl.SunX509KeyManagerImpl@14089dc
trusts: 1
   sun.security.ssl.X509TrustManagerImpl@341acb28
      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:43.635 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x9111ba03]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.638 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x937c53bc]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.640 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xbfdc7d4d]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.720 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.723 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.727 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.733 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x568d79b8]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.815 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.844 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.846 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.847 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.849 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.850 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.852 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.861 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.867 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.869 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.878 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x9cbed958]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.901 WARN [NettyContextUtils]: Principal peer not authenticated (o.e.c.e.t.NettyContextUtils.buildEndpointContext:70)
02:49:43.904 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.285 sec - in org.eclipse.californium.elements.tcp.TlsConnectorTest
Running org.eclipse.californium.elements.tcp.TcpConnectorTest
02:49:43.926 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xfaafe5aa]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:43.936 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xd084ac11]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.001 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xa35ae62a]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.008 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1e6e092a]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.098 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x2bcc1aac]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.105 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf108b869]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.158 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xe7517215]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.164 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1091e778]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.220 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf88226ef]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.226 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1aad8cad]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.306 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x1aaf8139]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.312 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xbe400cf5]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.365 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x82513c6f]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.381 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x78e908f5]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.612 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x0ef61bcc]' (i.n.u.i.l.Slf4JLogger.warn:146)
02:49:44.640 WARN [ServerBootstrap]: Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x07b73db3]' (i.n.u.i.l.Slf4JLogger.warn:146)
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 sec - in org.eclipse.californium.elements.tcp.TcpConnectorTest

Results :

Failed tests: 
  TcpEndpointContextTest.testEndpointContextWhenReconnectAfterStopStart:263 
Expected: is not <TCP(localhost:46522,ID:77fda3ae)>
     but: was <TCP(localhost:46522,ID:77fda3ae)>

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  3.144 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  2.041 s]
[INFO] element-connector .................................. SUCCESS [ 37.733 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [01:17 min]
[INFO] element-connector-tcp .............................. FAILURE [ 36.551 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:41 min
[INFO] Finished at: 2017-11-17T02:49:45-05:00
[INFO] Final Memory: 47M/292M
[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