See <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/274/display/redirect?page=changes>
Changes: [govindappumenon] BOOKKEEPER-1018: Allow client to select older V2 protocol (no protobuf) ------------------------------------------ [...truncated 19.36 KB...] [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ bookkeeper-stats-api --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ bookkeeper-stats-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/src/main/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-stats-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/target/classes> [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ bookkeeper-stats-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ bookkeeper-stats-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ bookkeeper-stats-api --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ bookkeeper-stats-api --- [INFO] Building jar: <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/target/bookkeeper-stats-api-4.5.0-SNAPSHOT.jar> [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (default-cli) > :findbugs @ bookkeeper-stats-api >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ bookkeeper-stats-api --- [INFO] Fork Value is true [INFO] Done FindBugs Analysis.... [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (default-cli) < :findbugs @ bookkeeper-stats-api <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (default-cli) @ bookkeeper-stats-api --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building bookkeeper-server 4.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookkeeper-server --- [INFO] Deleting <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server> (includes = [dependency-reduced-pom.xml], excludes = []) [INFO] [INFO] --- apache-rat-plugin:0.7:check (default-cli) @ bookkeeper-server --- [INFO] Exclude: **/DataFormats.java [INFO] Exclude: **/BookkeeperProtocol.java [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ bookkeeper-server --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ bookkeeper-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 248 source files to <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/target/classes> [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[201,73] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[238,77] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[278,84] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[311,48] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[347,59] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[380,55] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[230,58] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$1> is not abstract and does not override abstract method getProtocolPrincipals() in org.apache.bookkeeper.proto.ConnectionPeer [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[243,39] getProtocolPrincipals() in <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$1> cannot implement getProtocolPrincipals() in org.apache.bookkeeper.proto.ConnectionPeer return type java.util.Collection<org.omg.CORBA.Object> is not compatible with java.util.Collection<java.lang.Object> [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[242,13] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[330,67] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[330,71] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[331,50] incompatible types: org.apache.bookkeeper.proto.PerChannelBookieClient.ConnectionState cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[331,72] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,62] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,80] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[477,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.AddRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[502,27] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.Request cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,62] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,71] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,89] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[551,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,56] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,66] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,75] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,93] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[622,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[639,27] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.Request cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,62] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,80] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[680,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,62] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,71] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,89] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,63] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,81] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,53] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,77] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,88] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,98] incompatible types: int cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[905,60] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[905,71] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[930,59] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[930,70] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,55] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,78] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,89] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,99] incompatible types: int cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[985,97] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,38] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,48] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,57] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,63] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.StatusCode cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1380,38] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1380,44] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.StatusCode cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1426,92] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$WriteLacCompletion$1> is not abstract and does not override abstract method writeLacComplete(int,long,org.apache.bookkeeper.net.BookieSocketAddress,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteLacCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1427,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1455,90] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$ReadLacCompletion$1> is not abstract and does not override abstract method readLacComplete(int,long,org.jboss.netty.buffer.ChannelBuffer,org.jboss.netty.buffer.ChannelBuffer,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadLacCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1456,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1486,47] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$ReadCompletion$1> is not abstract and does not override abstract method readEntryComplete(int,long,long,org.jboss.netty.buffer.ChannelBuffer,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1487,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1522,104] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$GetBookieInfoCompletion$1> is not abstract and does not override abstract method getBookieInfoComplete(int,org.apache.bookkeeper.client.BookieInfoReader.BookieInfo,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GetBookieInfoCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1523,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1560,89] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$AddCompletion$1> is not abstract and does not override abstract method writeComplete(int,long,long,org.apache.bookkeeper.net.BookieSocketAddress,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1561,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1607,9] method does not override or implement a method from a supertype [INFO] 70 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] bookkeeper ......................................... SUCCESS [ 4.689 s] [INFO] compability dependencies ........................... SUCCESS [ 0.117 s] [INFO] bookkeeper-server-compat400 ........................ SUCCESS [ 4.991 s] [INFO] bookkeeper-server-compat410 ........................ SUCCESS [ 2.116 s] [INFO] bookkeeper-server-compat420 ........................ SUCCESS [ 2.536 s] [INFO] Stats API for bookkeeper ........................... SUCCESS [ 8.339 s] [INFO] bookkeeper-server .................................. FAILURE [ 5.202 s] [INFO] bookkeeper-benchmark ............................... SKIPPED [INFO] Stats provider for twitter-stats package ........... SKIPPED [INFO] Stats provider for twitter-ostrich package ......... SKIPPED [INFO] Stats provider for codahale metrics ................ SKIPPED [INFO] bookkeeper-stats-providers ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29.129 s [INFO] Finished at: 2017-03-29T00:07:04+00:00 [INFO] Final Memory: 56M/835M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project bookkeeper-server: Compilation failure: Compilation failure: [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[201,73] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[238,77] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[278,84] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[311,48] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[347,59] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieClient.java>:[380,55] incompatible types: java.lang.Object cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[230,58] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$1> is not abstract and does not override abstract method getProtocolPrincipals() in org.apache.bookkeeper.proto.ConnectionPeer [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[243,39] getProtocolPrincipals() in <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$1> cannot implement getProtocolPrincipals() in org.apache.bookkeeper.proto.ConnectionPeer [ERROR] return type java.util.Collection<org.omg.CORBA.Object> is not compatible with java.util.Collection<java.lang.Object> [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[242,13] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[330,67] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[330,71] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[331,50] incompatible types: org.apache.bookkeeper.proto.PerChannelBookieClient.ConnectionState cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[331,72] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,62] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[440,80] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[477,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.AddRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[502,27] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.Request cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,62] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,71] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[532,89] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[551,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,56] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,66] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,75] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[606,93] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[622,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[639,27] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.Request cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,62] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[664,80] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[680,23] incompatible types: org.apache.bookkeeper.proto.BookieProtocol.ReadRequest cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,62] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,71] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[727,89] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,52] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,63] incompatible types: org.jboss.netty.channel.Channel cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[779,81] incompatible types: java.lang.Throwable cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,53] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,77] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,88] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[873,98] incompatible types: int cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[905,60] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[905,71] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[930,59] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[930,70] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,55] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,78] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,89] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[954,99] incompatible types: int cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[985,97] incompatible types: java.lang.String cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,38] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,48] incompatible types: long cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,57] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1360,63] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.StatusCode cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1380,38] incompatible types: org.apache.bookkeeper.net.BookieSocketAddress cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1380,44] incompatible types: org.apache.bookkeeper.proto.BookkeeperProtocol.StatusCode cannot be converted to org.omg.CORBA.Object [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1426,92] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$WriteLacCompletion$1> is not abstract and does not override abstract method writeLacComplete(int,long,org.apache.bookkeeper.net.BookieSocketAddress,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteLacCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1427,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1455,90] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$ReadLacCompletion$1> is not abstract and does not override abstract method readLacComplete(int,long,org.jboss.netty.buffer.ChannelBuffer,org.jboss.netty.buffer.ChannelBuffer,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadLacCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1456,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1486,47] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$ReadCompletion$1> is not abstract and does not override abstract method readEntryComplete(int,long,long,org.jboss.netty.buffer.ChannelBuffer,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1487,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1522,104] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$GetBookieInfoCompletion$1> is not abstract and does not override abstract method getBookieInfoComplete(int,org.apache.bookkeeper.client.BookieInfoReader.BookieInfo,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GetBookieInfoCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1523,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1560,89] <anonymous org.apache.bookkeeper.proto.PerChannelBookieClient$AddCompletion$1> is not abstract and does not override abstract method writeComplete(int,long,long,org.apache.bookkeeper.net.BookieSocketAddress,java.lang.Object) in org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteCallback [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1561,17] method does not override or implement a method from a supertype [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java>:[1607,9] method does not override or implement a method from a supertype [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 :bookkeeper-server Build step 'Execute shell' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Recording test results Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
