Build: #740 was successful
Job: Netty was successful
Job result summary
- Completed
- Duration
- 5 minutes
- Agent
- bamboo-2k16-02
- Revision
-
235113f9ebb6723d0cb7b9f59a9bda4404ab86af
235113f9ebb6723d0cb7b9f59a9bda4404ab86af - Total tests
- 416
- Successful since
- #733 ()
Tests
- 416 tests in total
- 22 tests were quarantined / skipped
- 3 minutes taken in total.
Error summary
The build generated some errors. See the full build log for more details.
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientOperations.java:454: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(newFullBodyMessage(Unpooled.EMPTY_BUFFER));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientOperations.java:457: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(LastHttpContent.EMPTY_LAST_CONTENT);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientOperations.java:748: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.writeAndFlush(encoder);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\WebsocketClientOperations.java:133: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ctx.writeAndFlush(new PongWebSocketFrame(((PingWebSocketFrame) msg).content()));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\WebsocketClientOperations.java:232: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(frame);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\HttpServerHandle.java:69: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:83: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
WebSocketServerHandshakerFactory.sendUnsupportedVersionResponse(channel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:148: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ctx.writeAndFlush(new PongWebSocketFrame(((PingWebSocketFrame) frame).content()));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:227: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(frame);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\ColocatedEventLoopGroup.java:50: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ex.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\NewConnectionProvider.java:203: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerBind.java:152: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
f.removeListener(this);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean 'f = f.removeListener(this);'?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerBind.java:158: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean 'f = f.channel()'?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerDoOnConnection.java:52: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerHandle.java:69: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
23 warnings
ERROR: Test: Test testIssue700AndIssue876(reactor.netty.http.client.HttpClientTest) produced resource leak: 07:01:51.994 [reactor-http-nio-4] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testExpectErrorWhenConnectionClosed(reactor.netty.http.server.HttpServerTests) produced resource leak: 07:04:01.319 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
channel().writeAndFlush(newFullBodyMessage(Unpooled.EMPTY_BUFFER));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientOperations.java:457: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(LastHttpContent.EMPTY_LAST_CONTENT);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientOperations.java:748: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.writeAndFlush(encoder);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\WebsocketClientOperations.java:133: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ctx.writeAndFlush(new PongWebSocketFrame(((PingWebSocketFrame) msg).content()));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\WebsocketClientOperations.java:232: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(frame);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\HttpServerHandle.java:69: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:83: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
WebSocketServerHandshakerFactory.sendUnsupportedVersionResponse(channel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:148: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ctx.writeAndFlush(new PongWebSocketFrame(((PingWebSocketFrame) frame).content()));
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\server\WebsocketServerOperations.java:227: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
channel().writeAndFlush(frame);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\ColocatedEventLoopGroup.java:50: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
ex.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\NewConnectionProvider.java:203: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerBind.java:152: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
f.removeListener(this);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean 'f = f.removeListener(this);'?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerBind.java:158: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean 'f = f.channel()'?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerDoOnConnection.java:52: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\tcp\TcpServerHandle.java:69: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.close();
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
23 warnings
ERROR: Test: Test testIssue700AndIssue876(reactor.netty.http.client.HttpClientTest) produced resource leak: 07:01:51.994 [reactor-http-nio-4] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testExpectErrorWhenConnectionClosed(reactor.netty.http.server.HttpServerTests) produced resource leak: 07:04:01.319 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.564 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test sendZipFileCompressionPredicate_1(reactor.netty.http.server.HttpsSendFileTests) produced resource leak: 07:04:05.579 [Test worker] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
ERROR: Test: Test testIssue585_2(reactor.netty.tcp.TcpClientTests) produced resource leak: 07:04:46.706 [reactor-tcp-nio-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.