Build: #49 was successful
Job: Reactor Pool was successful
Job result summary
- Completed
- Duration
- 2 minutes
- Agent
- bamboo-17.af.pivotal.io
- Revision
-
87bd88347a6fae80a7e63d28d08eb0f7f6a5bbde
87bd88347a6fae80a7e63d28d08eb0f7f6a5bbde - Total tests
- 175
- Successful since
- #38 ()
Tests
- 175 tests in total
- 1 minute taken in total.
Error summary
The build generated some errors. See the full build log for more details.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:538: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:541: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:542: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:170: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:171: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:174: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:175: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:476: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:477: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:480: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:481: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1104: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder))
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy()'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1252: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder));
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy();'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1325: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder));
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy();'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:48: warning: [ClassCanBeStatic] Inner class is non-static but does not reference enclosing class
class AllocatingMaxTest {
^
(see http://errorprone.info/bugpattern/ClassCanBeStatic)
Did you mean 'static class AllocatingMaxTest {'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:129: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:155: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:187: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.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.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
24 warnings
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:538: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:541: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleFifoPoolTest.java:542: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:170: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:171: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:174: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:175: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:476: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:477: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:480: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::requestUnbounded);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/SimpleLifoPoolTest.java:481: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
executorService.submit(baseSubscriber::cancel);
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1104: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder))
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy()'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1252: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder));
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy();'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/CommonPoolTest.java:1325: warning: [ReturnValueIgnored] Return value of this method must be used
.isThrownBy(() -> configAdjuster.apply(builder));
^
(see http://errorprone.info/bugpattern/ReturnValueIgnored)
Did you mean '.isThrownBy();'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:48: warning: [ClassCanBeStatic] Inner class is non-static but does not reference enclosing class
class AllocatingMaxTest {
^
(see http://errorprone.info/bugpattern/ClassCanBeStatic)
Did you mean 'static class AllocatingMaxTest {'?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:129: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:155: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.java:187: warning: [FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
/opt/bamboo-home/xml-data/build-dir/REACTOR-RPOOL-JOB1/src/test/java/reactor/pool/AllocationStrategiesTest.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.
es.submit(() -> {
^
(see http://errorprone.info/bugpattern/FutureReturnValueIgnored)
Did you mean to remove this line?
24 warnings