Build: #756 was successful
Job: Netty was successful
Job result summary
- Completed
- Duration
- 5 minutes
- Agent
- bamboo-2k16-02
- Revision
-
1156423e933cf778e9f2b972a20a74b59a6aaa9d
1156423e933cf778e9f2b972a20a74b59a6aaa9d - Total tests
- 422
- Successful since
- #755 ()
Tests
- 422 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\resources\ConnectionProvider.java:223: warning: [FunctionalInterfaceMethodChanged] Casting a lambda to this @FunctionalInterface can cause a behavior change from casting to a functional superinterface, which is surprising to users. Prefer decorator methods to this surprising behavior.
default void dispose() {
^
(see http://errorprone.info/bugpattern/FunctionalInterfaceMethodChanged)
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\LoopResources.java:236: warning: [FunctionalInterfaceMethodChanged] Casting a lambda to this @FunctionalInterface can cause a behavior change from casting to a functional superinterface, which is surprising to users. Prefer decorator methods to this surprising behavior.
default void dispose() {
^
(see http://errorprone.info/bugpattern/FunctionalInterfaceMethodChanged)
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientConnect.java:982: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.addListener(initializer);
^
(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:242: 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().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\client\HttpClientOperations.java:460: 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:463: 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:754: 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:147: 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:226: 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: 11:20:33.682 [reactor-http-nio-3] 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_1(reactor.netty.tcp.TcpClientTests) produced resource leak: 11:23:25.730 [reactor-tcp-nio-3] 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_1(reactor.netty.tcp.TcpClientTests) produced resource leak: 11:23:25.730 [reactor-tcp-nio-3] 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.
default void dispose() {
^
(see http://errorprone.info/bugpattern/FunctionalInterfaceMethodChanged)
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\resources\LoopResources.java:236: warning: [FunctionalInterfaceMethodChanged] Casting a lambda to this @FunctionalInterface can cause a behavior change from casting to a functional superinterface, which is surprising to users. Prefer decorator methods to this surprising behavior.
default void dispose() {
^
(see http://errorprone.info/bugpattern/FunctionalInterfaceMethodChanged)
C:\opt\bamboo-home\xml-data\build-dir\REACTOR-NETTYWIN-NETTY\src\main\java\reactor\netty\http\client\HttpClientConnect.java:982: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
.addListener(initializer);
^
(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:242: 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().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\client\HttpClientOperations.java:460: 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:463: 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:754: 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:147: 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:226: 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: 11:20:33.682 [reactor-http-nio-3] 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_1(reactor.netty.tcp.TcpClientTests) produced resource leak: 11:23:25.730 [reactor-tcp-nio-3] 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_1(reactor.netty.tcp.TcpClientTests) produced resource leak: 11:23:25.730 [reactor-tcp-nio-3] 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.